/* 
	 Media Queries
*/
/* 
     Font sizes
*/
/* 
     Links
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
}
.h1,
h1 {
  font-size: 28px;
}
@media only screen and (min-width: 1024px) {
  .h1,
  h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
.h2,
h2 {
  font-size: 24px;
}
@media only screen and (min-width: 1024px) {
  .h2,
  h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1600px) {
  .h2,
  h2 {
    font-size: 48px;
  }
}
.h3,
h3 {
  font-size: 20px;
}
@media only screen and (min-width: 1024px) {
  .h3,
  h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .h3,
  h3 {
    font-size: 36px;
  }
}
.h4,
h4 {
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .h4,
  h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .h4,
  h4 {
    font-size: 30px;
  }
}
.h5,
h5 {
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  .h5,
  h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .h5,
  h5 {
    font-size: 24px;
  }
}
.h6,
h6 {
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .h6,
  h6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .h6,
  h6 {
    font-size: 20px;
  }
}
.wp-block-table td {
  border: 1px solid;
  padding: 10px;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 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;
  font-size: 1em;
}
/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * 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;
  font-size: 1em;
}
/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * 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"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * 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;
  outline-offset: -2px;
}
/**
 * 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;
  font: inherit;
}
/* 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;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
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;
  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;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
/*
a:visited {
	color: #800080;
}
*/
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
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 #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post,
.page {
  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;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
body {
  font: 400 18px/1.35 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #000000;
}
@media (max-width: 1599px) {
  body {
    font-size: 14px;
  }
}
.post,
.page {
  margin: 0;
}
.container {
  max-width: 1286px;
  padding: 0 16px;
}
.container-large {
  max-width: 1595px;
}
.bt-underline {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-decoration: underline;
  color: #000000;
  transition: all 0.5s;
  cursor: pointer;
}
.bt-underline:hover {
  color: #E3223B;
}
.bt-location {
  color: #E3223B;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
}
.bt-location:hover {
  color: #000000;
}
.bt-location:before {
  content: '\f3c5';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 9px;
}
.bt-arrow {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  position: relative;
  padding-right: 30px;
  transition: all 0.3s;
}
.bt-arrow:after {
  content: '';
  width: 21px;
  height: 14px;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.bt-arrow:hover {
  color: #E3223B;
  padding-right: 40px;
}
.bt-arrow:hover:after {
  background-image: url(../images/icon-arrow-red.svg);
}
.arrow-cta {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.arrow-cta span {
  transition: all 0.3s;
}
.arrow-cta svg path {
  stroke: #000000;
  transition: all 0.3s;
}
.arrow-cta svg,
.arrow-cta img {
  margin-left: 10px;
  width: 20px;
}
.arrow-cta.cta-underline span {
  border-bottom: 1px solid #000000;
}
.arrow-cta.cta-white {
  color: #fff;
}
.arrow-cta.cta-white span {
  border-color: #fff;
}
.arrow-cta.cta-white svg path {
  stroke: #fff;
}
.arrow-cta:focus,
.arrow-cta:hover {
  color: #E3223B;
}
.arrow-cta:focus span,
.arrow-cta:hover span {
  padding-right: 15px;
  border-color: #E3223B;
}
.arrow-cta:focus svg path,
.arrow-cta:hover svg path {
  stroke: #E3223B;
}
.arrow-cta:focus.cta-white,
.arrow-cta:hover.cta-white {
  color: #fff;
}
.arrow-cta:focus.cta-white span,
.arrow-cta:hover.cta-white span {
  border-color: #fff;
}
.arrow-cta:focus.cta-white svg path,
.arrow-cta:hover.cta-white svg path {
  stroke: #fff;
}
@media (min-width: 1024px) {
  .arrow-cta {
    font-size: 16px;
  }
  .arrow-cta svg,
  .arrow-cta img {
    width: 24px;
  }
}
@media (min-width: 1200px) {
  .arrow-cta {
    font-size: 20px;
  }
  .arrow-cta svg,
  .arrow-cta img {
    width: 29px;
  }
}
@media (min-width: 1600px) {
  .arrow-cta {
    font-size: 22px;
  }
}
.arrow-cta_underline {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.arrow-cta_underline span {
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
}
.arrow-cta_underline img {
  margin-left: 10px;
}
.arrow-cta_underline:focus,
.arrow-cta_underline:hover {
  color: #fff;
}
.arrow-cta_underline:focus span,
.arrow-cta_underline:hover span {
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .arrow-cta_underline {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .arrow-cta_underline {
    font-size: 22px;
  }
}
.background-color_blue {
  background-color: #1CACDA;
}
.background-color_yellow {
  background-color: #FEC12D;
}
.background-color_red {
  background-color: #E3223B;
}
.background-color_green {
  background-color: #5CBD3E;
}
.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.full-width-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: 100vw;
  max-width: 100%;
  margin: 0 auto;
  min-height: 100vh;
}
.full-width-popup .single-post-content {
  min-height: 100vh;
}
.mfp-container {
  padding: 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  left: -100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  left: 0;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  transform: translateX(-100%);
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  left: -100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  left: 0;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  left: -100%;
}
.no-padding-top {
  padding-top: 0!important;
}
.no-padding-bottom {
  padding-bottom: 0!important;
}
/* Tooltip text */
.tooltip-item {
  position: relative;
}
.tooltip-item .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #0E1052;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 6px;
  text-decoration: none;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 105%;
  left: 50%;
  margin-left: -75px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-item .tooltiptext a {
  color: #fff;
  margin: 3px 0;
  text-decoration: none;
}
/* Tooltip arrow */
.tooltip-item .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #193D81 transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-item:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.bt,
a.bt,
input.bt,
button.bt {
  display: inline-block;
  padding: 14px 20px 12px;
  background: transparent;
  color: #000;
  border-radius: 0px;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  min-width: 150px;
  max-width: 100%;
  text-align: center;
  border: none;
  line-height: 20px;
  border: 2px solid #000;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s;
}
.bt:focus,
a.bt:focus,
input.bt:focus,
button.bt:focus,
.bt:hover,
a.bt:hover,
input.bt:hover,
button.bt:hover {
  background-color: #E3223B;
  border-color: #E3223B;
  color: #fff;
}
.bt.bt-white,
a.bt.bt-white,
input.bt.bt-white,
button.bt.bt-white {
  color: #fff;
  border-color: #fff;
}
.bt.bt-white:focus,
a.bt.bt-white:focus,
input.bt.bt-white:focus,
button.bt.bt-white:focus,
.bt.bt-white:hover,
a.bt.bt-white:hover,
input.bt.bt-white:hover,
button.bt.bt-white:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
@media (min-width: 1440px) {
  .bt,
  a.bt,
  input.bt,
  button.bt {
    font-size: 16px;
    min-width: 190px;
  }
}
.placeholder {
  cursor: unset;
  background-color: transparent;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    margin-top: -46px;
  }
}
.page-section-activation {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.alumni-portal .top-navigation,
body.alumni-portal .mm-listview > .top-navigation .menu {
  display: none!important;
}
@media (min-width: 1200px) {
  body.alumni-portal .site-header.header-blue .header-inner {
    min-height: 120px;
  }
}
@media (min-width: 1600px) {
  body.alumni-portal .site-header.header-blue .header-inner {
    min-height: 165px;
  }
}
body.alumni-portal.page-template-registration .site-header .header-inner .main-navigation ul li.not-logged,
body.alumni-portal.page-template-registration .site-header .header-inner .main-navigation ul li:last-child {
  display: none;
}
.hide-other-text label.no-label + br + input {
  width: 1px;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.front-page .button {
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  transition: 0.2s;
  white-space: nowrap;
  user-select: none;
}
.front-page .button:hover {
  color: white;
}
.front-page .button--red {
  background-color: #AF1D1F;
  border: 1px solid #AF1D1F;
  color: white;
}
.front-page .button--red:hover,
.front-page .button--red:focus {
  background-color: #Fff;
  color: #AF1D1F;
}
.front-page .button--black {
  background-color: #222424;
  color: #fff;
  border: 1px solid #45494A;
}
.front-page .button--black:hover,
.front-page .button--black:focus {
  background-color: #Fff;
  color: #222424;
}
.front-page .button--white {
  background-color: #fff;
  position: relative;
  z-index: 1;
  color: #45494A;
}
.front-page .button--white:hover,
.front-page .button--white:focus {
  color: #AF1D1F;
}
[lang="ar"] .administrators-section__nav-arrow--right,
[lang="ar"] .partners-section__nav-arrow--right {
  transform: rotateY(0);
}
[lang="ar"] .administrators-section__nav-arrow--left,
[lang="ar"] .partners-section__nav-arrow--left {
  transform: rotateY(180deg);
}
[lang="ar"] .header .menu .sub-menu {
  left: unset;
  flex-direction: row-reverse;
}
[lang="ar"] .search--mobile {
  margin-left: 12px;
}
[lang="ar"] .menu-icon-mobile {
  transform: rotate(180deg);
}
[lang="ar"] .menu-mobile__back-button svg {
  transform: rotate(180deg);
}
[lang="ar"] .header .menu-mobile .sub-menu > li > .menu-icon-mobile {
  right: unset;
  left: 20px;
  transform: rotateY(180deg);
}
[lang="ar"] .header .menu-mobile .sub-menu .sub-sub-menu > li.has-image {
  flex-direction: row-reverse;
}
.wp-pagenavi {
  text-align: center;
  margin-top: 25px;
}
.wp-pagenavi .pages {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .wp-pagenavi .pages {
    font-size: 12px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0 10px;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
}
@media (max-width: 480px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 16px;
    padding: 0 5px;
  }
}
.wp-pagenavi a {
  color: #E61D35;
}
.section-not-found {
  padding-top: 110px;
  padding-bottom: 110px;
}
.section-not-found .searchform {
  display: inline-block;
  position: relative;
  /* display: flex; */
  border-bottom: 1px solid #000;
  width: auto;
}
.section-not-found .searchform input {
  border: 0;
  font-size: 20px;
}
.section-not-found .searchform button#searchsubmit {
  border: 0;
  background: transparent;
}
.team-contact-form {
  position: fixed;
  width: 100%;
  z-index: 2000;
  padding: 50px 0px;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  overflow-y: auto;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .team-contact-form {
    padding: 20px 0px;
  }
}
.team-contact-form h3 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.team-contact-form h3 span {
  font-weight: 700;
}
.team-contact-form .team-contact-form-inner {
  width: 1024px;
  max-width: 100%;
  padding: 50px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .team-contact-form .team-contact-form-inner {
    padding: 40px 20px;
  }
}
.team-contact-form .close-team-contact-form {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 25px;
  width: 46px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.team-contact-form .close-team-contact-form:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.team-contact-form .gform_wrapper.gravity-theme .gform_footer input {
  display: inline-block;
  padding: 12px 20px;
  background: transparent;
  color: #000;
  border-radius: 0px;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  min-width: 150px;
  max-width: 100%;
  text-align: center;
  border: none;
  line-height: 20px;
  border: 2px solid #000;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s;
}
.team-contact-form .gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: #e3223b;
  border-color: #e3223b;
  color: #fff;
}
.team-contact-form .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 100px;
}
.team-contact-form-oppened .team-contact-form {
  transform: translateY(0);
  background-color: rgba(0, 0, 0, 0.3);
}
.team-contact-form-oppened .team-contact-form .team-contact-form-inner {
  opacity: 1;
  visibility: visible;
}
.section-single-page {
  padding-top: 70px;
  padding-bottom: 70px;
}
.header {
  border-bottom: 1px solid #ECECEC;
  z-index: 2;
}
.header.active .header-navigation--mobile {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}
.header.active .line-first {
  transform: rotate(45deg) translateX(8px) translateY(6px);
}
.header.active .line-second {
  opacity: 0;
}
.header.active .line-third {
  transform: rotate(-45deg) translateX(5px) translateY(-4px);
}
.header.active .search--mobile {
  display: none;
}
.header__hamburger {
  width: 26px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.header__hamburger .line {
  height: 2px;
  background: #161632;
  width: 100%;
  border-radius: 4px;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .header__hamburger {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header .container {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .header__main {
    width: 100%;
    padding: 11px 20px;
    box-shadow: 0px 4px 16px 0px rgba(22, 22, 50, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header ul a {
  color: #222424;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.header ul span {
  font-weight: 700;
  cursor: pointer;
}
.header__container {
  display: flex;
  gap: 27px;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__container {
    flex-direction: column;
    gap: 0;
  }
}
.header__site-branding {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  min-width: 100px;
}
@media (max-width: 1024px) {
  .header__site-branding {
    width: 100%;
  }
}
.header__site-branding .custom-logo {
  max-width: 70px;
}
@media (max-width: 1024px) {
  .header__site-branding .custom-logo {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .header__site-branding .custom-logo-second {
    width: 22px;
    height: 25px;
  }
}
.header__menu {
  width: 100%;
}
@media (min-width: 1024px) {
  .header__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .header__menu {
    padding: 0 20px;
  }
}
.header .search {
  border-radius: 100%;
  border: 1px solid #D0D5DD;
  padding: 10px 12px;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
}
.header .search--mobile {
  margin-right: 12px;
}
@media (min-width: 1024px) {
  .header .search--mobile {
    display: none;
  }
}
.header .menu {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media (min-width: 1200px) {
  .header .menu {
    gap: 35px;
  }
}
@media (max-width: 1024px) {
  .header .menu {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header .menu > li {
    display: flex;
    gap: 13px;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding: 40px 0;
    font-family: 'Open Sans', sans-serif;
  }
}
@media screen and (max-width: 1440px) {
  .header .menu > li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .header .menu > li > a {
    font-size: 14px;
  }
}
.header .menu > li:hover > a {
  color: #005CA9;
}
.header .menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.header .menu > li:hover svg {
  transform: rotate(180deg);
}
.header .menu > li:hover svg path {
  stroke: #005CA9;
}
.header .menu > li svg {
  transition: 0.3s;
  cursor: pointer;
}
.header .menu .menu-parent-title {
  font-size: 16px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 4px;
  display: none;
}
.header .menu .menu-parent-description {
  font-size: 14px;
  color: #45494A;
}
.header .menu .sub-menu {
  position: absolute;
  z-index: 5;
  top: 104px;
  left: -33px;
  opacity: 0;
  visibility: hidden;
  background: white;
  padding: 27px 32px 10px;
  width: 336px;
  transition: 0.3s;
  border-top: 1px solid #EAECF0;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.header .menu .sub-menu li {
  margin-bottom: 20px;
}
.header .menu .sub-menu li:hover > a {
  color: #005CA9;
}
.header .menu .sub-menu li a,
.header .menu .sub-menu li span {
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}
.header .menu .megamenu .menu-parent-title {
  display: block;
}
.header .menu .megamenu .menu-description {
  top: 32px;
  font-weight: 400;
  position: absolute;
}
.header .menu .megamenu .sub-menu {
  padding-top: 108px;
  padding-bottom: 0;
  display: flex;
  width: 100%;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .header .menu .megamenu .sub-menu {
    width: 70vw;
  }
}
@media only screen and (min-width: 1200px) {
  .header .menu .megamenu .sub-menu {
    width: 1040px;
  }
}
.header .menu .megamenu .sub-menu > li {
  width: 100%;
}
.header .menu .megamenu .sub-menu > li:nth-child(2) {
  max-width: 344px;
  border-right: 1px solid #ECECEC;
  height: fit-content;
  padding-right: 20px;
}
.header .menu .megamenu .sub-menu > li:nth-child(3) {
  max-width: 200px;
}
.header .menu .megamenu .sub-menu > li:last-child {
  border-left: 1px solid #ECECEC;
  max-width: 400px;
  padding-left: 24px;
  height: fit-content;
}
.header .menu .megamenu .sub-menu > li > a,
.header .menu .megamenu .sub-menu > li > span {
  font-size: 14px;
  color: #45494A;
  display: block;
  margin-bottom: 12px;
}
.header .menu .megamenu .sub-sub-menu > li {
  margin-bottom: 12px;
}
.header .menu .megamenu .sub-sub-menu > li .menu-image {
  display: none;
}
.header .menu .megamenu .sub-sub-menu > li.has-image {
  position: relative;
  padding-left: 52px;
  padding-top: 15px;
}
.header .menu .megamenu .sub-sub-menu > li.has-image img {
  position: absolute;
  left: 16px;
  top: 15px;
}
.header .menu .megamenu .sub-sub-menu > li .menu-item-description {
  font-weight: 400;
  font-size: 14px;
  color: #45494A;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.header .menu .megamenu .sub-sub-menu > li > a,
.header .menu .megamenu .sub-sub-menu > li > span {
  font-family: 'Inter', sans-serif;
  display: block;
  margin-bottom: 8px;
  line-height: 24px;
}
.header .menu .megamenu .sub-sub-menu .sub-sub-menu {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 4px;
}
.header .menu .megamenu .sub-sub-menu .sub-sub-menu li {
  margin-bottom: 8px;
}
.header .menu .megamenu .sub-sub-menu .sub-sub-menu a,
.header .menu .megamenu .sub-sub-menu .sub-sub-menu span {
  font-weight: 400;
  font-size: 14px;
  display: block;
  color: #45494A;
}
.header .menu-mobile {
  transition: 0.2s;
  position: relative;
}
.header .menu-mobile.submenu-active {
  transform: translateX(-100%);
}
.header .menu-mobile > li {
  padding: 16px 20px;
  font-size: 16px;
  border-bottom: 1px solid #EEF0F1;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .menu-mobile > li.open .sub-menu {
  display: block;
}
.header .menu-mobile .sub-menu {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
  transition: 0.3s;
}
.header .menu-mobile .sub-menu > li {
  border-bottom: 1px solid #EEF0F1;
  width: 100%;
  position: relative;
}
.header .menu-mobile .sub-menu > li > a,
.header .menu-mobile .sub-menu > li > span {
  display: block;
  font-size: 16px;
  padding: 16px 20px;
}
.header .menu-mobile .sub-menu > li > .menu-icon-mobile {
  position: absolute;
  top: 25px;
  right: 20px;
  transition: 0.2s;
}
.header .menu-mobile .sub-menu > li.opened {
  background-color: #F5F5F5;
  overflow-y: scroll;
}
.header .menu-mobile .sub-menu > li.opened .menu-icon-mobile {
  transform: rotate(180deg);
}
.header .menu-mobile .sub-menu > li.opened .sub-sub-menu {
  max-height: 100vh;
  padding-bottom: 12px;
}
.header .menu-mobile .sub-menu > li.opened .sub-sub-menu .sub-sub-menu {
  padding-bottom: 6px;
}
.header .menu-mobile .sub-menu .sub-sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s;
  background-color: #F5F5F5;
}
.header .menu-mobile .sub-menu .sub-sub-menu > li {
  padding: 6px 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.header .menu-mobile .sub-menu .sub-sub-menu > li.has-image {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  position: relative;
  padding-left: 40px;
}
.header .menu-mobile .sub-menu .sub-sub-menu > li.has-image .menu-image {
  display: none;
}
.header .menu-mobile .sub-menu .sub-sub-menu > li.has-image .menu-icon {
  position: absolute;
  left: 10px;
  top: 6px;
}
.header .menu-mobile .sub-menu .sub-sub-menu > li.has-image .menu-item-description {
  font-weight: 400;
  font-size: 14px;
  color: #45494A;
}
.header .menu-mobile .sub-menu .sub-sub-menu .sub-sub-menu {
  border-bottom: 1px solid #ECECEC;
}
.header .menu-mobile .sub-menu .sub-sub-menu .sub-sub-menu li {
  padding: 6px 0px;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.header .menu-mobile .sub-menu .sub-sub-menu .sub-sub-menu li a,
.header .menu-mobile .sub-menu .sub-sub-menu .sub-sub-menu li span {
  font-weight: 400;
}
.header .menu-mobile .menu-description {
  display: none;
}
.header .menu-mobile__back-button {
  width: 100%;
  background: transparent;
  padding: 12px 10px;
  outline: none;
  position: relative;
  border: none;
  font-weight: 700;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #777;
}
@media (min-width: 1024px) {
  .header .menu-mobile__back-wrapper {
    display: none;
  }
}
.header-navigation {
  flex: 1;
}
@media (max-width: 1199px) {
  .header-navigation {
    width: 100%;
  }
}
.header-navigation__second {
  display: none;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 1024px) {
  .header-navigation__second {
    display: flex;
  }
}
.header-navigation--mobile {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  max-height: 0;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
@media (min-width: 1200px) {
  .header-navigation--mobile {
    display: none;
  }
}
.header .languages-menu {
  display: flex;
}
.header .languages-menu li {
  padding: 0 16px;
  border-right: 1px solid #D9D9D9;
}
.header .languages-menu li:last-child {
  border: none;
  padding-right: 0;
}
.header .languages-menu li.wpml-ls-current-language {
  text-decoration: underline;
}
.header .languages-menu-mobile {
  display: flex;
  padding: 10px 16px;
  margin-top: 20px;
}
.header .languages-menu-mobile li {
  padding: 0 16px;
  border-right: 1px solid #D9D9D9;
}
.header .languages-menu-mobile li:first-child {
  padding-left: 0;
}
.header .languages-menu-mobile li:last-child {
  border: none;
  padding-right: 0;
}
.header .languages-menu-mobile li.wpml-ls-current-language {
  text-decoration: underline;
}
.search-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 100px 0;
  backdrop-filter: blur(10px);
  transition: visibility 0s 0s, transform 0.3s, opacity 0.3s;
  display: flex;
  align-items: center;
}
.search-wrapper .container {
  position: relative;
}
.search-wrapper h2 {
  color: #000;
}
.search-wrapper .close-search {
  display: inline-block;
  margin-left: 30px;
}
.search-wrapper .searchform {
  display: flex;
  border-bottom: 2px solid #000;
  align-items: center;
  margin-top: 60px;
}
.search-wrapper input {
  border: none;
  width: 100%;
  background: transparent;
  padding: 30px 20px;
  font-size: 30px;
}
.search-wrapper input:focus {
  border: none;
  outline: none;
}
.search-wrapper button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  font-size: 40px;
}
.search-is-open .search-wrapper {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
  pointer-events: inherit;
  z-index: 100;
  overflow-y: auto;
}
.footer {
  color: #fff;
  padding: 64px 0 48px;
  background-color: #222424;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 24px;
  }
}
.footer-newsletter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}
@media (max-width: 1024px) {
  .footer-newsletter {
    flex-direction: column;
    gap: 14px;
  }
}
.footer-newsletter__title {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 8px;
}
.footer-newsletter__description {
  color: #B8B9BA;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.footer-newsletter__form .mc4wp-form-fields {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer-newsletter__form .mc4wp-form-fields {
    flex-direction: column;
    align-items: baseline;
  }
}
@media (max-width: 768px) {
  .footer-newsletter__form .mc4wp-form-fields div {
    width: 100%;
  }
}
.footer-newsletter__form input {
  padding: 11px 14px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #B8B9BA;
  border: none;
  outline: none;
  width: 280px;
  background-color: transparent;
  border: 1px solid #45494A;
}
@media (max-width: 768px) {
  .footer-newsletter__form input {
    width: 100%;
  }
}
.footer-newsletter__form input:focus {
  color: #fff;
}
.footer-newsletter__form input::placeholder {
  color: #B8B9BA;
}
.footer-newsletter__form button {
  padding: 12px 20px;
  background-color: #AF1D1F;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  border: none;
  outline: none;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .footer-newsletter__form button {
    width: 100%;
  }
}
.footer-newsletter__form button:hover {
  color: #AF1D1F;
  background-color: #fff;
}
.footer__row {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1200px) {
  .footer__row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .footer__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-main {
  margin-bottom: 50px;
}
.footer__menu:last-child a {
  color: #B8B9BA;
}
.footer__menu:last-child a:hover {
  color: #fff;
}
.footer__menu-title {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #B8B9BA;
  margin-bottom: 16px;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__menu li {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
.footer__menu li a {
  color: #FFF;
  transition: 0.2s;
  text-decoration: none;
}
.footer__menu li a:hover {
  color: #B8B9BA;
}
.footer-contact {
  display: flex;
  gap: 12px;
  margin-bottom: 44px;
}
@media (max-width: 1024px) {
  .footer-contact {
    flex-direction: column;
  }
}
.footer-contact__box {
  padding: 20px;
  border: 1px solid #45494A;
  min-width: 170px;
}
.footer-contact__box:first-child {
  flex: 1;
}
@media (max-width: 768px) {
  .footer-contact__box:first-child {
    flex: unset;
  }
}
@media (max-width: 768px) {
  .footer-contact__box {
    padding: 16px;
  }
}
.footer-contact__box a {
  color: #B8B9BA;
  transition: 0.2s;
  text-decoration: none;
  font-size: 14px;
}
.footer-contact__box a:hover {
  color: #fff;
}
.footer-contact__box-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 8px;
}
.footer-contact__info {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #B8B9BA;
}
.footer-contact__social {
  padding: 12px;
  background-color: #45494A;
  border-radius: 4px;
  display: flex;
  height: 48px;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  color: #fff !important;
  transition: 0.2s;
}
.footer-contact__social:hover {
  background-color: #AF1D1F;
}
.footer-contact__socials {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer-contact__socials {
    gap: 2px;
  }
}
.footer-divider {
  border-bottom: 1px solid #45494A;
  margin-bottom: 32px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-bottom {
    justify-content: flex-start;
    gap: 20px;
  }
}
.footer-bottom__copyright {
  color: #B8B9BA;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.footer .custom-logo {
  max-width: 70px;
}
.video-player.start .video-player__video-placeholder {
  display: none;
}
.video-player.start .video-player__playbutton {
  display: none;
}
.video-player__iframe-container {
  width: 100%;
  height: 395px;
}
.video-player__iframe-container iframe {
  height: 100%;
}
.video-player__playbutton {
  position: absolute !important;
}
.video-player__video {
  height: 100%;
  width: 100%;
}
.section-hero {
  background-color: #E3223B;
  color: #ffffff;
  padding: 37px 0;
}
.section-hero .section-title {
  margin: 0;
  margin-left: 160px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .section-hero .section-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-hero .section-title {
    font-size: 36px;
    line-height: 43px;
  }
}
.section-slider {
  background-color: #E3223B;
}
.section-slider .inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.section-slider .inner .slider-dots {
  width: 55px;
  padding-top: 10%;
}
.section-slider .inner .slider-dots .slick-dots {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
}
.section-slider .inner .slider-dots .slick-dots li {
  list-style: none;
}
.section-slider .inner .slider-dots .slick-dots li button {
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.section-slider .inner .slider-dots .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.section-slider .inner .slides {
  width: calc(100% - 55px);
}
@media (min-width: 1600px) {
  .section-slider .inner .slider-dots {
    width: 65px;
  }
  .section-slider .inner .slides {
    width: calc(100% - 65px);
  }
}
.section-slider .slides .slide {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 80vh;
  padding: 150px 0 80px;
  display: flex;
  align-items: flex-end;
  background-position: bottom;
}
@media (max-width: 767px) {
  .section-slider .slides .slide {
    padding-bottom: 30px;
  }
}
.section-slider .slides .slide .inner-slide {
  max-width: calc(50% - 50px);
  width: 100%;
  color: #ffffff;
}
.section-slider .slides .slide .inner-slide h1,
.section-slider .slides .slide .inner-slide h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 300;
}
@media only screen and (min-width: 1024px) {
  .section-slider .slides .slide .inner-slide h1,
  .section-slider .slides .slide .inner-slide h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-slider .slides .slide .inner-slide h1,
  .section-slider .slides .slide .inner-slide h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-slider .slides .slide .inner-slide h1,
  .section-slider .slides .slide .inner-slide h2 {
    font-size: 57px;
  }
}
.section-slider .slides .slide .inner-slide h1 strong,
.section-slider .slides .slide .inner-slide h2 strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-slider .slides .slide .inner-slide {
    margin-left: -25.5px;
  }
}
@media (min-width: 1600px) {
  .section-slider .slides .slide .inner-slide {
    margin-left: -32.5px;
  }
}
.section-image_text {
  overflow: hidden;
}
.section-image_text.has-background-image .columns-wrapper {
  background-repeat: no-repeat;
}
.section-image_text.m-top {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .section-image_text.m-top {
    margin-top: 30px;
  }
}
.section-image_text.m-bottom {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-image_text.m-bottom {
    margin-bottom: 30px;
  }
}
.section-image_text .video-link {
  display: block;
  position: relative;
  height: 100%;
}
.section-image_text .video-link .play-video-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 93px;
  height: 93px;
  object-fit: initial;
  z-index: 2;
}
.section-image_text .video-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.section-image_text .video-link:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.section-image_text .section-image_text-large-container {
  max-width: calc(100% - 120px);
  margin: 0 auto;
}
.section-image_text .section-image_text-large-container.no-margin {
  max-width: 100% !important;
}
@media (max-width: 1400px) {
  .section-image_text .section-image_text-large-container {
    max-width: calc(100% - 30px);
  }
}
.section-image_text .section-image_text-large-container .section-intro {
  margin-top: 60px;
}
.section-image_text .section-image_text-large-container .columns-wrapper {
  background-color: transparent!important;
}
.section-image_text .section-image_text-large-container .columns-wrapper .container {
  max-width: 1358px;
}
.section-image_text .section-image_text-large-container .columns-wrapper .inner-text {
  padding: 50px 20px;
}
.section-image_text .section-image_text-large-container .columns-wrapper .inner-image {
  margin-top: 0;
}
@media (min-width: 768px) {
  .section-image_text .section-image_text-large-container .columns-wrapper .row {
    margin: 0 !important;
  }
  .section-image_text .section-image_text-large-container .columns-wrapper .row .col-md-6 {
    padding: 0 !important;
  }
  .section-image_text .section-image_text-large-container .columns-wrapper .text-column {
    padding-right: 0;
  }
  .section-image_text .section-image_text-large-container .columns-wrapper .text-column .inner-text {
    padding-right: 30px;
    justify-content: center;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-image_text .columns-wrapper {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .section-image_text .columns-wrapper {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .section-image_text .columns-wrapper {
    padding: 70px 0;
  }
}
@media (min-width: 1600px) {
  .section-image_text .columns-wrapper {
    padding: 120px 0;
  }
}
.section-image_text .section-intro {
  text-align: center;
  padding: 50px 0;
  background-color: #E3223B;
}
.section-image_text .section-intro .section-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .section-image_text .section-intro .section-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-image_text .section-intro .section-title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 768px) {
  .section-image_text .section-intro {
    padding: 70px 0;
  }
}
@media (min-width: 1600px) {
  .section-image_text .section-intro {
    padding: 95px 0;
  }
}
.section-image_text .support-info {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.section-image_text .support-info img {
  margin-right: 20px;
  max-width: 160px;
}
.section-image_text .support-info .support-description {
  color: #707070;
}
.section-image_text .support-info .support-description *:first-child {
  margin-top: 0;
}
.section-image_text .support-info .support-description *:last-child {
  margin-bottom: 0;
}
.section-image_text .support-info-title {
  display: flex;
  align-items: center;
}
.section-image_text .support-info-title img {
  margin-right: 20px;
  max-width: 160px;
}
.section-image_text .support-info-title .support-description {
  color: #707070;
}
.section-image_text .support-info-title .support-description *:first-child {
  margin-top: 0;
}
.section-image_text .support-info-title .support-description *:last-child {
  margin-bottom: 0;
}
.section-image_text .cta-wrap {
  margin-top: 30px;
}
.section-image_text .inner-text {
  padding: 50px 0;
}
.section-image_text .inner-text .spotlight {
  border-radius: 0;
  padding: 8px 10px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1;
  background-color: #E3223B;
  color: #fff;
}
@media (max-width: 1399px) {
  .section-image_text .inner-text .spotlight {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.section-image_text .inner-text .section-heading {
  margin-bottom: 30px;
}
.section-image_text .inner-text .section-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .section-image_text .inner-text .section-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-image_text .inner-text .section-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-image_text .inner-text .section-title {
    font-size: 48px;
  }
}
.section-image_text .inner-text .section-title + .small-title {
  margin-top: 10px;
}
.section-image_text .inner-text .small-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .section-image_text .inner-text .small-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-image_text .inner-text .small-title {
    font-size: 24px;
    line-height: 29px;
  }
}
.section-image_text .inner-text .small-title + .section-title {
  margin-top: 10px;
}
.section-image_text .inner-text .description.red-border {
  border-left: 5px solid #E61D35;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .section-image_text .inner-text .description.red-border {
    padding-left: 20px;
  }
}
.section-image_text .inner-text .description *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-image_text .inner-text {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .section-image_text .inner-text .section-heading {
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .section-image_text.has-arrow .inner-text {
    position: relative;
  }
  .section-image_text.has-arrow .inner-text .arrow {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    height: 99px;
    width: 99px;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
    z-index: 1;
  }
  .section-image_text.has-arrow .section-image_text-large-container .inner-text .arrow {
    left: calc(100% - 20px);
  }
}
@media (min-width: 1600px) {
  .section-image_text.has-arrow .section-image_text-large-container .inner-text .arrow {
    left: 100%;
  }
}
.section-image_text.has-arrow.image-left .inner-text .arrow {
  left: -10px;
}
@media (min-width: 768px) {
  .section-image_text.has-arrow.image-left .section-image_text-large-container .inner-text .arrow {
    left: 20px;
  }
  .section-image_text.has-arrow.image-left .section-image_text-large-container .columns-wrapper .text-column {
    padding-left: 0;
    padding-right: 15px;
  }
  .section-image_text.has-arrow.image-left .section-image_text-large-container .columns-wrapper .text-column .inner-text {
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .section-image_text.has-arrow.image-left .section-image_text-large-container .inner-text .arrow {
    left: 0;
  }
}
.section-image_text.title_size-medium .inner-text .section-heading {
  margin-bottom: 30px;
}
.section-image_text.title_size-medium .inner-text .section-title {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .section-image_text.title_size-medium .inner-text .section-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-image_text.title_size-medium .inner-text .section-title {
    font-size: 36px;
    line-height: 43px;
  }
}
.section-image_text.title_size-small .inner-text .section-heading {
  margin-bottom: 30px;
}
.section-image_text.title_size-small .inner-text .section-title {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 1024px) {
  .section-image_text.title_size-small .inner-text .section-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-image_text.title_size-small .inner-text .section-title {
    font-size: 29px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .section-image_text.image-outside .columns-wrapper {
    position: relative;
    padding: 0;
  }
  .section-image_text.image-outside .inner-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  .section-image_text.image-outside .inner-image.inner-image-contain {
    background-color: #424849;
  }
  .section-image_text.image-outside .inner-image.inner-image-contain img {
    object-fit: contain;
  }
  .section-image_text.image-outside .inner-image.inner-image-contain:before {
    content: "";
    background-color: #424849;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
  .section-image_text.image-outside .inner-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-image_text.image-outside.image-right .inner-image img {
    right: 0;
    left: auto;
  }
  .section-image_text.image-outside.image-right .inner-image.inner-image-contain:before {
    right: 0;
    left: inherit;
  }
}
@media (min-width: 1200px) {
  .section-image_text.image-outside .inner-text {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .section-image_text.image-left .row {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .section-image_text .inner-image {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .section-image_text .inner-text {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    display: flex;
    min-height: 400px;
    align-items: center;
    justify-content: flex-start;
  }
  .section-image_text .inner-text .inner-text-wrapper {
    max-width: 510px;
    position: relative;
    z-index: 2;
  }
  .section-image_text .inner-image {
    height: 100%;
  }
  .section-image_text .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-image_text:not(.image-outside) .inner-text {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-image_text.image-right .image-column {
    padding-left: 0;
  }
  .section-image_text.image-left .image-column {
    padding-right: 0;
  }
  .section-image_text.image-left .inner-text {
    padding-right: 0;
    padding-left: 15px;
    justify-content: flex-end;
  }
}
@media (min-width: 1600px) {
  .section-image_text .inner-text {
    min-height: 584px;
  }
}
.section-image_text.image-inside .inner-image.max-height {
  max-height: 600px;
  height: auto;
}
@media (max-width: 767px) {
  .section-image_text.image-inside .inner-image.max-height {
    max-height: none;
  }
}
@media (max-width: 767px) {
  .section-image_text.full-width-image .inner-image {
    margin-top: 0;
  }
}
.section-image_text.full-width-image .inner-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .section-image_text.full-width-image .inner-image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
.section-image_text.full-width-image .columns-wrapper {
  padding: 0;
  position: relative;
}
.section-image_text.full-width-image .inner-text {
  padding-top: 190px;
  padding-bottom: 190px;
}
@media (max-width: 1200px) {
  .section-image_text.full-width-image .inner-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section-image_text.full-width-image .inner-text {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }
}
.section-image_text.full-width-image .inner-text .inner-text-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 80px;
  border-left: 8px solid #E61D35;
  max-width: 100%;
}
@media (max-width: 767px) {
  .section-image_text.full-width-image .inner-text .inner-text-wrapper {
    padding: 20px 30px;
  }
}
.section-image_text .multiple-images-container {
  margin-top: 30px;
}
.section-image_text .multiple-images-container .multiple-images {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-image_text .multiple-images-container .multiple-images .multiple-images-item {
  margin-right: 25px;
  width: 120px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .section-image_text .multiple-images-container .multiple-images .multiple-images-item {
    margin-right: 10px;
    width: 100px;
  }
}
.section-image_text .multiple-images-container .multiple-images .image-container {
  margin-bottom: 5px;
  height: 63px;
}
@media (max-width: 1024px) {
  .section-image_text .multiple-images-container .multiple-images .image-container {
    height: 52px;
  }
}
.section-image_text .multiple-images-container .multiple-images .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-image_text .multiple-images-container .multiple-images .description {
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .section-image_text .multiple-images-container .multiple-images .description {
    font-size: 12px;
  }
}
.section-image_text.has-background-image .inner-text {
  padding-left: 30px;
  position: relative;
}
.section-image_text.has-background-image .inner-text:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #E3223B;
}
.section-image_text.has-background-image .inner-text:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #E3223B;
  border-radius: 50%;
  margin-left: -5px;
}
.section-image_text.has-background-image .image-column {
  z-index: 1;
}
@media (min-width: 768px) {
  .section-image_text.has-background-image .inner-text {
    height: 100%;
    align-items: flex-start;
  }
  .section-image_text.has-background-image .inner-text:before {
    top: 0;
    height: calc(100% + 50px);
  }
  .section-image_text.has-background-image .inner-text:after {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .section-image_text.has-background-image .inner-text:before {
    height: calc(100% + 70px);
  }
}
@media (min-width: 1600px) {
  .section-image_text.has-background-image .inner-text:before {
    height: calc(100% + 120px);
  }
}
.section-team_members {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .section-team_members {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .section-team_members {
    padding: 70px 0;
  }
}
@media (min-width: 1600px) {
  .section-team_members {
    padding: 100px 0;
  }
}
.section-team_members.section-team_members-large-container {
  max-width: calc(100% - 120px);
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .section-team_members.section-team_members-large-container {
    max-width: calc(100% - 30px);
  }
}
.section-team_members.m-top {
  margin-top: 60px;
}
.section-team_members.m-bottom {
  margin-bottom: 60px;
}
.section-team_members .section-title {
  color: #E3223B;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section-team_members .section-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-team_members .section-title {
    font-size: 36px;
    line-height: 43px;
  }
}
.section-team_members .cta-wrap {
  margin-top: 20px;
}
.section-team_members .member-row {
  margin-bottom: 70px;
}
.section-team_members .member-row > div + div {
  margin-top: 50px;
}
.section-team_members .member-row:last-child {
  margin-bottom: 0;
}
.section-team_members .member-row .member-group-name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin: 0;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1024px) {
  .section-team_members .member-row .member-group-name {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-team_members .member-row .member-group-name {
    font-size: 24px;
    line-height: 29px;
  }
}
.section-team_members .member-row .member-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section-team_members .member-row .member-group .member-box-container {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 479px) {
  .section-team_members .member-row .member-group .member-box-container {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-team_members .member-row .member-group .member-box-container {
    width: 25%;
  }
}
.section-team_members .member-row .member-group .member-box-container .member-email {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.section-team_members .member-row .member-group .member-box-container .member-email a {
  color: #fff;
  text-decoration: none;
}
.section-team_members .member-row .member-group .member-box-container .member-email a.open-team-form {
  font-size: 14px;
}
.section-team_members .member-row .member-group .member-box-container:hover .member-email {
  opacity: 1;
  visibility: visible;
}
.section-team_members .member-row .member-group .member-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.section-team_members .member-row .member-group .member-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(227, 34, 59, 0.5);
  transform: translateX(-100%);
  transition: all 0.5s;
}
.section-team_members .member-row .member-group .member-box:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}
.section-team_members .member-row .member-group .member-box:hover:after {
  transform: translateX(0);
}
.section-team_members .member-row .member-group .member-box .member-image {
  width: 100%;
  height: 351px;
  background-color: #FAFAFA;
}
.section-team_members .member-row .member-group .member-box .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-team_members .member-row .member-group .member-box .member-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 29px 18px 40px 18px;
  min-height: 117px;
  z-index: 1;
  /*
					&:after {
						content: '';
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background-image: linear-gradient(to bottom, transparent 0%, @black 100%);
					}
					*/
}
.section-team_members .member-row .member-group .member-box .member-info .member-name {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
}
.section-team_members .member-row .member-group .member-box .member-info .member-position {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0;
  margin-top: 3px;
  color: #ffffff;
}
.section-team_members .member-row-alt .member-item {
  margin-top: 50px;
}
.section-team_members .member-row-alt .member-item a {
  text-decoration: none;
  color: inherit;
}
.section-team_members .member-row-alt .member-item a.open-team-form {
  font-size: 14px;
}
.section-team_members .member-row-alt .member-item .member-image {
  height: 300px;
  background-color: #fff;
}
.section-team_members .member-row-alt .member-item .member-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-team_members .member-row-alt .member-item .member-info {
  margin-top: 10px;
}
.section-team_members .member-row-alt .member-item .member-info h4.member-name {
  font-size: 16px;
  text-decoration: none;
}
.section-team_members .member-row-alt .member-item .member-info p.member-position {
  font-size: 14px;
  margin-bottom: 10px;
}
.section-team_members-large-container .member-item .member-box .member-image,
.section-team_members.content-by-member .member-item .member-box .member-image {
  display: none;
}
.section-team_members_filter {
  padding: 95px 0;
}
.section-team_members_filter .section-header {
  padding: 35px 45px;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .section-team_members_filter .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.section-team_members_filter .section-header .section-title {
  margin: 0;
}
.section-team_members_filter .section-header .bt-underline {
  color: #fff;
}
.section-team_members_filter .section-header .bt-underline:hover {
  color: #000;
}
.section-team_members_filter .search-field {
  position: relative;
  display: flex;
  border-bottom: 1px solid #fff;
  height: 40px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section-team_members_filter .search-field {
    margin-top: 0;
  }
}
.section-team_members_filter .search-field input {
  background-color: transparent;
  padding: 0;
  border: none;
  padding-right: 20px;
  font-weight: 500;
  width: 100%;
  height: 40px;
  color: #fff;
}
.section-team_members_filter .search-field input::placeholder {
  color: #fff;
}
.section-team_members_filter .search-field button {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 30px;
  border: none;
}
.section-team_members_filter .member-row {
  margin-bottom: 70px;
}
.section-team_members_filter .member-row > div + div {
  margin-top: 50px;
}
.section-team_members_filter .member-row:last-child {
  margin-bottom: 0;
}
.section-team_members_filter .member-row .member-group-name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin: 0;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1024px) {
  .section-team_members_filter .member-row .member-group-name {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-team_members_filter .member-row .member-group-name {
    font-size: 24px;
    line-height: 29px;
  }
}
.section-team_members_filter .member-row .member-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section-team_members_filter .member-row .member-group .member-box-container {
  position: relative;
  width: 100%;
}
.section-team_members_filter .member-row .member-group .member-box-container.hidden {
  display: none;
}
@media only screen and (min-width: 479px) {
  .section-team_members_filter .member-row .member-group .member-box-container {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-team_members_filter .member-row .member-group .member-box-container {
    width: 25%;
  }
}
.section-team_members_filter .member-row .member-group .member-box-container .member-email {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.section-team_members_filter .member-row .member-group .member-box-container .member-email a {
  color: #fff;
  text-decoration: none;
}
.section-team_members_filter .member-row .member-group .member-box-container .member-email a.open-team-form {
  font-size: 14px;
}
.section-team_members_filter .member-row .member-group .member-box-container:hover .member-email {
  opacity: 1;
  visibility: visible;
}
.section-team_members_filter .member-row .member-group .member-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.section-team_members_filter .member-row .member-group .member-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(227, 34, 59, 0.5);
  transform: translateX(-100%);
  transition: all 0.5s;
}
.section-team_members_filter .member-row .member-group .member-box:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}
.section-team_members_filter .member-row .member-group .member-box:hover:after {
  transform: translateX(0);
}
.section-team_members_filter .member-row .member-group .member-box .member-image {
  width: 100%;
  height: 351px;
  background-color: #FAFAFA;
}
.section-team_members_filter .member-row .member-group .member-box .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-team_members_filter .member-row .member-group .member-box .member-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 29px 18px 40px 18px;
  min-height: 117px;
  z-index: 1;
  /*
                    &:after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background-image: linear-gradient(to bottom, transparent 0%, @black 100%);
                    }
                    */
}
.section-team_members_filter .member-row .member-group .member-box .member-info .member-name {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
}
.section-team_members_filter .member-row .member-group .member-box .member-info .member-position {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0;
  margin-top: 3px;
  color: #ffffff;
}
.section-colored_boxes {
  padding: 0 0 50px 0;
}
@media only screen and (min-width: 1400px) {
  .section-colored_boxes {
    padding: 0 0 90px 0;
  }
}
.section-colored_boxes .container {
  max-width: 760px;
}
.section-colored_boxes .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: -5px;
  margin-right: -5px;
}
.section-colored_boxes .boxes .box {
  width: 100%;
  padding: 5px;
}
@media only screen and (min-width: 479px) {
  .section-colored_boxes .boxes .box {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .section-colored_boxes .boxes .box {
    width: 33.33%;
  }
}
.section-colored_boxes .boxes .box .box-inner {
  background-color: var(--background-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 30px 15px;
}
@media only screen and (min-width: 768px) {
  .section-colored_boxes .boxes .box .box-inner {
    padding: 30px 15px 30px 30px;
  }
}
.section-colored_boxes .boxes .box .box-inner:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background-image: linear-gradient(to bottom, transparent 0%, var(--background-color) 50%);
  transform: translateY(0);
  transition: all 0.5s;
}
.section-colored_boxes .boxes .box .box-inner .box-content-wrap {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.section-colored_boxes .boxes .box .box-inner .box-content-wrap .box-title {
  font-size: 34px;
  line-height: 48px;
  font-weight: 900;
  margin: 0;
}
.section-colored_boxes .boxes .box .box-inner .box-content-wrap .box-title svg {
  width: 100%;
}
.section-colored_boxes .boxes .box .box-inner .box-content-wrap .box-title svg text {
  fill: transparent;
  transition: all 0.5s;
  stroke-width: 0.015;
  stroke: #fff;
}
.section-colored_boxes .boxes .box .box-inner .box-content-wrap .box-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  .section-colored_boxes .boxes .box .box-inner .box-content-wrap .box-title {
    font-size: 48px;
    line-height: 64px;
  }
  .section-colored_boxes .boxes .box .box-inner .box-content-wrap .box-subtitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .section-colored_boxes .boxes .box .box-inner .box-content-wrap .section-subtitle {
    font-size: 30px!important;
    line-height: 38px!important;
  }
}
@media (max-width: 478px) {
  .section-colored_boxes .boxes .box .box-inner {
    text-align: center;
    justify-content: center;
  }
}
.section-colored_boxes .boxes .box:hover .box-inner:after {
  transform: translateY(50%);
}
.section-colored_boxes .boxes .box:hover .box-inner .box-content-wrap .box-title {
  color: #ffffff;
}
.section-colored_boxes .boxes .box:hover .box-inner .box-content-wrap .box-title svg text {
  fill: #ffffff;
}
.section-colored_boxes .boxes .box.box-section-info .box-inner {
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.section-colored_boxes .boxes .box.box-section-info .box-inner .box-content-wrap {
  text-align: center;
  position: relative;
}
.section-colored_boxes .boxes .box.box-section-info .box-inner .box-content-wrap:after {
  content: '';
  width: 83px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: -25px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
}
.section-colored_boxes .boxes .box.box-section-info .box-inner .box-content-wrap .section-title,
.section-colored_boxes .boxes .box.box-section-info .box-inner .box-content-wrap .section-subtitle {
  color: #000000;
  font-size: 38px;
  line-height: 48px;
  margin: 0;
  text-transform: uppercase;
}
.section-colored_boxes .boxes .box.box-section-info .box-inner .box-content-wrap .section-title {
  font-weight: 900;
}
.section-colored_boxes .boxes .box.box-section-info .box-inner .box-content-wrap .section-subtitle {
  font-weight: 300;
}
.grid-sizer {
  width: 50%;
}
.section-tweets {
  padding: 50px 0px;
}
.section-tweets .section-intro {
  text-align: center;
  padding-bottom: 30px;
}
.section-tweets .section-intro .section-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .section-tweets .section-intro .section-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-tweets .section-intro .section-title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 768px) {
  .section-tweets {
    padding: 70px 0;
  }
  .section-tweets .section-intro {
    margin-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .section-tweets {
    padding: 100px 0;
  }
  .section-tweets .section-intro {
    margin-bottom: 70px;
  }
}
.section-tweets .social-accounts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 33px;
}
@media (max-width: 767px) {
  .section-tweets .social-accounts {
    margin-top: 15px;
  }
}
.section-tweets .social-accounts .social-account {
  padding: 12px;
  position: relative;
}
.section-tweets .social-accounts .social-account:first-child:before {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 35px;
  left: -30px;
}
.section-tweets .social-accounts .social-account:last-child:after {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 35px;
  right: -30px;
}
.section-tweets .social-accounts .social-account a {
  color: #C6C6C6;
  text-decoration: none;
  text-align: center;
}
.section-tweets .social-accounts .social-account a:hover .icon-wrap {
  background-color: #40A2E0;
}
.section-tweets .social-accounts .social-account a .icon-wrap {
  background-color: #C6C6C6;
  display: block;
  border-radius: 50px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #ffffff;
  text-align: center;
  transition: all 0.5s;
}
.section-tweets .social-accounts .social-account a .icon-wrap i {
  line-height: 46px;
}
.section-tweets .social-accounts .social-account a .text {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  margin-top: 8px;
}
.tweets-boxes {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tweets-boxes ul {
  margin: 0;
  padding: 0;
}
.tweets-boxes ul li {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}
@media (min-width: 479px) {
  .tweets-boxes ul li {
    padding: 6px;
  }
}
.tweets-boxes ul li .inner-tw {
  border: 1px solid #EBEBEB;
  padding: 25px;
}
.tweets-boxes ul li .inner-tw img {
  border-radius: 6px;
}
.tweets-boxes ul li .inner-tw a {
  color: #000000;
  text-decoration: none;
}
.tweets-boxes ul li .inner-tw .user {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.tweets-boxes ul li .inner-tw .user > a {
  width: 60px;
  margin-right: 10px;
}
.tweets-boxes ul li .inner-tw .user span {
  display: inline-block;
}
.tweets-boxes ul li .inner-tw .user div a span:nth-child(1) {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.tweets-boxes ul li .inner-tw .user div a span:nth-child(2) {
  color: #919191;
  font-size: 14px;
}
.tweets-boxes ul li .inner-tw .user div a div > span:nth-child(2) {
  display: block;
}
.tweets-boxes ul li .inner-tw .timePosted {
  color: #919191;
  font-size: 14px;
  margin: 0;
}
.tweets-boxes ul li .inner-tw .tweet {
  word-break: break-all;
  font-size: 14px;
}
.tweets-boxes .tw-col-1 {
  width: 100%;
}
@media only screen and (min-width: 479px) {
  .tweets-boxes .tw-col-1 {
    width: 50%;
  }
}
.tweets-boxes .tw-col-1 ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tweets-boxes .tw-col-1 ul li {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .tweets-boxes .tw-col-1 ul li {
    width: 50%;
  }
}
.tweets-boxes .tw-col-2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 479px) {
  .tweets-boxes .tw-col-2 {
    width: 50%;
  }
}
.tweets-boxes .tw-col-2 .tw-box {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .tweets-boxes .tw-col-2 .tw-box {
    width: 50%;
  }
}
.section-open_positions {
  background-color: #FAFAFA;
}
.section-open_positions .section-intro {
  padding: 300px 0 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-open_positions .section-intro .section-title {
  font-size: 45px;
  font-weight: 500;
  max-width: 500px;
  border-bottom: 14px solid #ffffff;
  color: #ffffff;
  margin: 0;
  padding-bottom: 30px;
}
@media (min-width: 480px) {
  .section-open_positions .section-intro .section-title {
    font-size: 70px;
  }
}
@media (min-width: 1024px) {
  .section-open_positions .section-intro .section-title {
    font-size: 116px;
    line-height: 1.1;
  }
}
.section-open_positions .jobs-listing {
  padding: 30px 0 50px;
}
@media (min-width: 1024px) {
  .section-open_positions .jobs-listing {
    padding: 50px 0 70px;
  }
}
@media (min-width: 1200px) {
  .section-open_positions .jobs-listing {
    padding: 70px 0 100px;
  }
}
@media (min-width: 1600px) {
  .section-open_positions .jobs-listing {
    padding: 90px 0 130px;
  }
}
.section-open_positions .jobs-listing .job .job-inner {
  padding: 46px 0 56px;
  border-bottom: 1px solid #000000;
}
.section-open_positions .jobs-listing .job .job-inner .col-title {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .section-open_positions .jobs-listing .job .job-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .section-open_positions .jobs-listing .job .job-inner .col-title {
    width: 40%;
  }
  .section-open_positions .jobs-listing .job .job-inner .col-info {
    width: 50%;
  }
}
.jobs-listing .job .job-inner {
  padding: 46px 0 56px;
}
.jobs-listing .job:hover {
  background-color: #ffffff;
}
.jobs-listing .job .job-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .jobs-listing .job .job-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .jobs-listing .job .job-title {
    font-size: 24px;
    line-height: 29px;
  }
}
.jobs-listing .job .job-title a {
  color: #000;
  text-decoration: none;
}
.jobs-listing .job .job-title a:hover {
  color: #E3223B;
}
.jobs-listing .job .ctas-wrap {
  display: flex;
}
.jobs-listing .job .ctas-wrap a {
  margin-right: 47px;
}
@media (max-width: 420px) {
  .jobs-listing .job .ctas-wrap {
    flex-direction: column;
  }
  .jobs-listing .job .ctas-wrap a + a {
    margin-top: 20px;
  }
}
.section-links .container {
  padding: 15px;
}
.section-links .container .inner-container {
  border: 1px solid #9B9B9B;
  padding: 15px;
}
@media (min-width: 768px) {
  .section-links .container .inner-container {
    padding: 50px;
    border: 3px solid #9B9B9B;
  }
}
@media (min-width: 1200px) {
  .section-links .container .inner-container {
    padding: 90px 75px;
  }
}
@media (min-width: 768px) {
  .section-links .container {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .section-links .container {
    padding: 120px 150px;
  }
}
.section-links .links-intro {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 1200px) {
  .section-links .links-intro {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .section-links .links-intro {
    font-size: 30px;
  }
}
.section-links .links-content {
  padding-top: 40px;
  color: #fff;
}
@media (min-width: 768px) {
  .section-links .links-content {
    padding-top: 95px;
  }
}
.section-links .links-content .links-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 21px;
}
.section-links .links-content .col-md + .col-md {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section-links .links-content .col-md + .col-md {
    margin-top: 0;
  }
}
.section-links .links-content .item span,
.section-links .links-content .item a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  position: relative;
}
.section-links .links-content .item a {
  padding-right: 40px;
  transition: all 0.3s ease;
}
.section-links .links-content .item a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 11px;
  opacity: 0;
  transition: all 0.3s ease;
  color: #000000;
}
.section-links .links-content .item a:hover {
  background-color: #D29F23;
  color: #000000;
}
.section-links .links-content .item a:hover i {
  opacity: 1;
}
.section-links .links-content .item + .item {
  border-top: 1px solid #24501A;
}
.section-mixed_content {
  padding: 0 60px 60px;
}
@media (max-width: 1400px) {
  .section-mixed_content {
    padding: 0 15px 30px;
  }
}
@media (min-width: 1200px) {
  .section-mixed_content .row-wide {
    margin-left: -40px;
    margin-right: -40px;
  }
  .section-mixed_content .row-wide > * {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section-mixed_content.full-container {
  padding: 0;
}
.section-mixed_content .container-outer {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-mixed_content .container-outer.bg-large {
  background-repeat: no-repeat;
  background-size: cover;
}
.section-mixed_content .container-outer.bg-small {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 10% top;
}
.section-mixed_content .container-outer.bg-small.bg-right {
  background-position-x: 90%;
}
.section-mixed_content .container-outer.bg-small.bg-bottom {
  background-position-y: bottom;
}
.section-mixed_content .container-outer.bg-small.bg-contain {
  background-size: contain;
}
.section-mixed_content .container-outer.container-overlap {
  margin-top: -90px;
}
@media (max-width: 1400px) {
  .section-mixed_content .container-outer.container-overlap {
    margin-top: -40px;
  }
}
@media (max-width: 1400px) {
  .section-mixed_content .container-outer {
    padding-top: 60px;
    padding-bottom: 75px;
  }
}
.section-mixed_content .container > div + div {
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .section-mixed_content .container > div + div {
    margin-top: 30px;
  }
}
.section-mixed_content .container.color-ffffff {
  color: #fff;
}
.section-mixed_content .container.color-ffffff .arrow-cta {
  color: #fff;
}
.section-mixed_content .container.color-ffffff .arrow-cta.cta-underline span {
  border-color: #fff;
}
.section-mixed_content .container.color-ffffff .arrow-cta svg path {
  stroke: #fff;
}
.section-mixed_content .container.color-000000 {
  color: #000;
}
.section-mixed_content .container.color-000000 .arrow-cta {
  color: #000;
}
.section-mixed_content .container.color-000000 .arrow-cta .cta-underline span {
  border-color: #000;
}
.section-mixed_content .container.color-000000 .arrow-cta svg path {
  stroke: #000;
}
.section-mixed_content h2 {
  margin-bottom: 26px;
}
.section-mixed_content .description {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .section-mixed_content .description.two-col {
    column-count: 2;
    column-gap: 60px;
  }
}
@media (min-width: 1200px) {
  .section-mixed_content .description.two-col {
    column-gap: 120px;
  }
}
.section-mixed_content .row-wide .description {
  margin: 0;
}
.section-mixed_content .additional-content {
  padding: 40px 50px;
  border: 1px solid #F0F0F0;
  border-radius: 21px;
}
@media (max-width: 1024px) {
  .section-mixed_content .additional-content {
    padding: 20px;
  }
}
.section-mixed_content .additional-content h4 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section-mixed_content .image-container {
    margin-top: 80px;
  }
}
.section-mixed_content .cta-wrap {
  margin-top: 40px;
}
.section-mixed_content .columns-container .columns-item .columns-title {
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .section-mixed_content .columns-container .columns-item .columns-title {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
.section-mixed_content .columns-container .columns-item .columns-title h4 {
  margin: 0;
}
.section-mixed_content .columns-container .columns-item .columns-title:after {
  content: "";
  width: 62px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-mixed_content .links-container {
  margin-top: 20px;
}
.section-mixed_content .links-container .links-items {
  margin-bottom: 40px;
}
.section-mixed_content .links-container .item + .item {
  border-top: 1px solid #1C1F84;
}
.section-mixed_content .links-container .item a,
.section-mixed_content .links-container .item span {
  padding: 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.section-mixed_content .links-container .item a {
  padding-right: 40px;
  transition: all 0.3s ease;
}
.section-mixed_content .links-container .item a:hover {
  background-color: #E61D35;
}
.section-mixed_content .links-container .item a:hover i {
  opacity: 1;
}
.section-mixed_content .links-container .item a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 11px;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .section-mixed_content .testimonials-container {
    margin-top: 80px;
  }
}
.section-mixed_content .testimonials-container .row {
  align-items: center;
}
.section-mixed_content .testimonials-container .testimonial_content {
  font-size: 20px;
  padding-left: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
  position: relative;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .section-mixed_content .testimonials-container .testimonial_content {
    font-size: 24px;
    padding-left: 50px;
    padding-bottom: 50px;
    margin-top: 90px;
  }
}
.section-mixed_content .testimonials-container .testimonial_content:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 70px;
  font-style: italic;
  color: #E61D35;
  line-height: 1;
  background-image: url(/wp-content/uploads/2021/09/quotes-open.png);
  width: 20px;
  height: 70px;
  background-size: contain;
}
@media (min-width: 1024px) {
  .section-mixed_content .testimonials-container .testimonial_content:before {
    width: 33px;
    height: 96px;
    top: -25px;
  }
}
.section-mixed_content .testimonials-container .testimonial_content:after {
  content: "";
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  font-size: 70px;
  font-style: italic;
  color: #E61D35;
  line-height: 1;
  background-image: url(/wp-content/uploads/2021/09/quotes-close.png);
  width: 20px;
  height: 70px;
  margin-left: 20px;
  background-size: contain;
}
@media (min-width: 1024px) {
  .section-mixed_content .testimonials-container .testimonial_content:after {
    width: 33px;
    height: 96px;
  }
}
.section-mixed_content .get-involved h3 {
  margin-bottom: 20px;
}
.section-mixed_content .get-involved .members-container {
  border-top: 1px solid #fff;
  padding-top: 30px;
}
.section-mixed_content .get-involved .member-item {
  position: relative;
}
.section-mixed_content .get-involved .member-item .member-email {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 0;
  width: 100%;
  padding-top: 30px;
  left: 0;
}
@media (max-width: 1023px) {
  .section-mixed_content .get-involved .member-item .member-email {
    display: none;
  }
}
.section-mixed_content .get-involved .member-item .member-email a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.section-mixed_content .get-involved .member-item .member-email a img {
  margin-right: 10px;
}
.section-mixed_content .get-involved .member-item:hover .member-email {
  opacity: 1;
  bottom: -30px;
}
.section-mixed_content .get-involved .member-item .member-image {
  height: 500px;
  margin-bottom: 20px;
}
.section-mixed_content .get-involved .member-item .member-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 15%;
}
.section-mixed_content .get-involved .member-item .member-info {
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 20px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
  color: #fff;
}
.section-mixed_content .get-involved .member-item .member-info .member-name {
  font-size: 22px;
}
.section-mixed_content .get-involved .member-item .member-info .member-position {
  margin-bottom: 0;
}
.section-mixed_content .boxes-container .row > div {
  margin-bottom: 20px;
}
.section-mixed_content .boxes-container a {
  color: #fff;
  text-decoration: none;
}
.section-mixed_content .boxes-container .box-item {
  height: 100%;
  min-height: 240px;
  position: relative;
  padding: 40px 20px 20px;
  transition: all 0.3s ease;
}
.section-mixed_content .boxes-container .box-item:hover {
  transform: scale(1.1);
}
.section-mixed_content .boxes-container .box-item .box-link-text {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
}
.section-mixed_content .cards-container .card-item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 100%;
}
.section-mixed_content .cards-container h5 {
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding: 50px 50px 5px 0;
  margin-left: 50px;
  min-height: 120px;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
@media (max-width: 540px) {
  .section-mixed_content .cards-container h5 {
    margin-left: 20px;
    padding: 20px 20px 5px 0;
    min-height: auto;
  }
}
.section-mixed_content .cards-container .card-item-inner {
  padding: 50px;
}
@media (max-width: 540px) {
  .section-mixed_content .cards-container .card-item-inner {
    padding: 20px;
  }
}
.section-mixed_content .cards-container .card-item-inner .logo-container {
  margin-top: 200px;
}
@media (max-width: 540px) {
  .section-mixed_content .cards-container .card-item-inner .logo-container {
    margin-top: 100px;
  }
}
.section-mixed_content .cards-container .card-item-inner .card-description {
  margin-top: 25px;
}
.section-mixed_content .cards-container .card-item-inner .card-links-container {
  margin-top: 50px;
  display: flex;
}
@media (max-width: 480px) {
  .section-mixed_content .cards-container .card-item-inner .card-links-container {
    display: block;
  }
}
.section-mixed_content .cards-container .card-item-inner .card-links-container .card-link + .card-link {
  margin-left: 50px;
}
@media (max-width: 480px) {
  .section-mixed_content .cards-container .card-item-inner .card-links-container .card-link + .card-link {
    margin-left: 0;
    margin-top: 10px;
  }
}
.section-mixed_content .cards-container .card-item-inner .card-links-container a {
  color: #fff;
  text-decoration: none;
}
.section-mixed_content .cards-container .card-item-inner .card-links-container a img {
  margin-right: 10px;
}
.section-mixed_content .donors-container h3 {
  margin-bottom: 26px;
}
.section-mixed_content .donors-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.section-mixed_content .donors-container ul li {
  margin-right: 22px;
}
.section-mixed_content .donors-container .donors-items-container {
  display: flex;
  flex-wrap: wrap;
}
.section-mixed_content .donors-container .donors-items-container .donors-item {
  margin-right: 22px;
  width: 10%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .section-mixed_content .donors-container .donors-items-container .donors-item {
    width: 14%;
  }
}
@media (max-width: 768px) {
  .section-mixed_content .donors-container .donors-items-container .donors-item {
    width: 100px;
  }
}
.section-mixed_content .donors-container .donors-items-container .text {
  width: auto;
  max-width: fit-content;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}
.section-mixed_content .interactive-map {
  width: 100% !important;
  max-width: 100% !important;
}
.footer-support {
  background-color: #911537;
  padding: 70px 0;
  color: #fff;
}
.footer-support .row {
  align-items: center;
}
.footer-support .btn {
  border: 2px solid #fff;
  padding: 20px 70px;
  border-radius: 39px;
  margin: 5px 0;
}
.footer-support .btn:hover {
  background-color: #c51d2e;
  border-color: #c51d2e;
  box-shadow: 3px 3px;
}
.footer-support h5 {
  font-weight: 400;
}
.footer-support .support-description {
  margin: 20px 0;
}
.section-tabed_content {
  padding: 110px 0;
}
.section-tabed_content h2 {
  margin-bottom: 50px;
}
.section-tabed_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-tabed_content .tabed_content-triggers .slick-list {
  margin: 0 50px;
}
.section-tabed_content .tabed_content-triggers .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  font-size: 0;
}
.section-tabed_content .tabed_content-triggers .slick-arrow.slick-disabled {
  opacity: 0.4;
}
.section-tabed_content .tabed_content-triggers .slick-arrow.slick-prev {
  left: 0;
}
.section-tabed_content .tabed_content-triggers .slick-arrow.slick-prev:after {
  content: "\f053";
  font-size: 20px;
  font-family: 'FontAwesome';
}
.section-tabed_content .tabed_content-triggers .slick-arrow.slick-next {
  right: 0;
}
.section-tabed_content .tabed_content-triggers .slick-arrow.slick-next:after {
  content: "\f054";
  font-size: 20px;
  font-family: 'FontAwesome';
}
@media (min-width: 992px) {
  .section-tabed_content .tabed_content-triggers .slick-list {
    padding: 0 !important;
    margin: 0;
  }
  .section-tabed_content .tabed_content-triggers .slick-list .slick-track {
    transform: none !important;
    width: 100% !important;
  }
  .section-tabed_content .tabed_content-triggers .slick-list li.slick-slide {
    float: none;
    margin: 0;
    width: 100% !important;
    padding: 15px 0;
  }
}
.section-tabed_content .tabed_content-triggers .tab-trigger {
  font-size: 18px;
  padding: 14px 15px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section-tabed_content .tabed_content-triggers .tab-trigger {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .section-tabed_content .tabed_content-triggers .tab-trigger {
    font-size: 24px;
    padding: 14px 25px;
  }
}
.section-tabed_content .tabed_content-triggers .tab-trigger span {
  position: relative;
  z-index: 1;
}
.section-tabed_content .tabed_content-triggers .tab-trigger .tab-trigger-shadow {
  background-color: #E61D35;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  width: 0;
  transition: all 0.3s ease;
}
.section-tabed_content .tabed_content-triggers .tab-trigger .tab-trigger-shadow:after {
  content: "";
  border-top: 25px solid #E61D35;
  border-bottom: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  right: calc(50% - 25px);
  bottom: -25px;
  opacity: 0;
}
@media (min-width: 992px) {
  .section-tabed_content .tabed_content-triggers .tab-trigger .tab-trigger-shadow:after {
    border-top: 26px solid #fff;
    border-bottom: 26px solid #fff;
    border-left: 26px solid #E61D35;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    border-right: 0;
    bottom: inherit;
  }
}
@media (min-width: 1200px) {
  .section-tabed_content .tabed_content-triggers .tab-trigger .tab-trigger-shadow:after {
    border-top: 30px solid #fff;
    border-bottom: 30px solid #fff;
    border-left: 30px solid #E61D35;
  }
}
.section-tabed_content .tabed_content-triggers .slick-current .tab-trigger {
  color: #fff;
  cursor: default;
}
.section-tabed_content .tabed_content-triggers .slick-current .tab-trigger .tab-trigger-shadow {
  width: 100%;
}
.section-tabed_content .tabed_content-triggers .slick-current .tab-trigger .tab-trigger-shadow:after {
  opacity: 1;
}
.section-tabed_content .tabed_content-text {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .section-tabed_content .tabed_content-text {
    padding-left: 80px;
  }
}
.section-registration h3 {
  font-weight: 500;
  color: #E61D35;
  margin-bottom: 15px;
}
.section-registration .container-inner {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 60px 130px;
}
.section-registration .form-container {
  border-top: 3px solid #000;
  padding-top: 25px;
}
.section-registration .form-container .instructions {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.section-registration .form-container .required-text {
  font-size: 14px;
  color: #E61D35;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 820px) {
  .section-registration .form-container .gform_wrapper .gform_fields {
    display: block;
  }
}
.section-registration .form-container .gform_wrapper .gsection {
  border-bottom: 2px solid #000;
  padding-top: 10px;
  margin-bottom: 10px;
}
.section-registration .form-container .gform_wrapper .gsection h3.gsection_title {
  display: none;
}
.section-registration .form-container .gform_wrapper .gfield .gfield_required {
  color: #000;
}
.section-registration .form-container .gform_wrapper .gfield input,
.section-registration .form-container .gform_wrapper .gfield select,
.section-registration .form-container .gform_wrapper .gfield textarea {
  background-color: #F4F4F4;
  border: 0;
  font-size: 14px;
  padding: 22px 20px;
  line-height: 1;
}
.section-registration .form-container .gform_wrapper .gfield .gfield_label {
  font-size: 14px;
  font-weight: 500;
}
.section-registration .form-container .gform_wrapper .gfield .gfield_description {
  font-size: inherit;
}
.section-registration .form-container .gform_wrapper .gfield .gfield_description a {
  color: #E61D35;
}
.section-registration .form-container .gform_wrapper .gfield .gfield-choice-input + label {
  max-width: initial;
  font-size: inherit;
}
.section-registration .form-container .gform_wrapper .gfield .gfield_consent_description {
  border: 0;
  padding: 0;
  font-size: inherit;
  overflow: visible;
  margin-bottom: 20px;
}
.section-registration .form-container .gform_wrapper .gfield .gfield_consent_description a {
  color: #E61D35;
}
.section-registration .form-container .gform_wrapper .gfield.gfield--width-full .gfield_radio {
  justify-content: flex-start;
}
.section-registration .form-container .gform_wrapper .gfield .gfield_radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .section-registration .form-container .gform_wrapper .gfield .gfield_radio {
    display: block;
  }
}
.section-registration .form-container .gform_wrapper .gfield .gfield_radio .gchoice {
  margin-right: 15px;
}
.section-registration .form-container .gform_wrapper .gfield .gfield_radio .gchoice:last-child {
  margin-right: 0;
}
.section-registration .form-container .gform_wrapper .gfield .gfield_radio .gchoice:last-child {
  display: flex;
  align-items: center;
}
.section-registration .form-container .gform_wrapper .gfield .gfield_radio .gchoice:last-child > *:not(input[type="text"]) {
  margin-right: 5px;
}
.section-registration .form-container .gform_wrapper .gfield .gfield_radio .gchoice:last-child input {
  margin-top: 0;
}
@media (max-width: 480px) {
  .section-registration .form-container .gform_wrapper .gfield .gfield_radio .gchoice {
    margin-right: 0;
  }
  .section-registration .form-container .gform_wrapper .gfield .gfield_radio .gchoice + .gchoice {
    margin-top: 10px;
  }
}
@media (max-width: 820px) {
  .section-registration .form-container .gform_wrapper .gfield {
    margin-bottom: 25px;
  }
}
.section-registration .form-container .gform_wrapper .gform_footer {
  text-align: center;
}
.section-registration .form-container .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 20px;
  margin: 0;
  width: 100%;
  max-width: 450px;
  background-color: #E61D35;
  font-weight: 700;
  color: #fff;
  height: auto;
  padding: 20px;
  border: 0;
  transition: all 0.3s ease;
}
.section-registration .form-container .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #8D201B;
}
.section-search-results {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-search-results [class^=col-] {
  margin-bottom: 24px;
}
.section-search-results article {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.section-search-results article:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.section-search-results article .article-content {
  padding: 30px;
}
.section-search-results article h4.entry-title {
  margin-bottom: 20px;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.section-search-results article h4.entry-title a {
  text-decoration: none;
  color: #000;
}
.section-search-results article .post-thumbnail {
  display: block;
  text-align: center;
}
.section-search-results article .post-thumbnail img {
  max-width: 100%;
}
.section-search-results article .post-thumbnail.publication-thumb img {
  max-width: 150px;
}
.section-search-results article .entry-summary {
  font-size: 16px;
}
.section-search-results article .files {
  border-top: 2px solid #e3223b;
}
.section-search-results article .files {
  padding: 20px;
  display: flex;
  margin-top: auto;
  flex-wrap: wrap;
}
.section-search-results article .files .files-inner {
  margin-left: -5px;
  margin-right: -5px;
}
.section-search-results article .files a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #e3223b;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  border-radius: 4px;
  text-decoration: none;
  width: 109px;
}
.section-search-results article .files a.external-link i {
  font-size: 12px;
}
.section-search-results article .files a i {
  color: #fff;
  margin-left: 5px;
  float: right;
}
.section-timeline {
  padding: 0 60px 60px;
  color: #fff;
}
@media (max-width: 1400px) {
  .section-timeline {
    padding: 0 15px 30px;
  }
}
.section-timeline .container-outer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .section-timeline .container-outer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-timeline h2 {
  text-align: center;
  margin-bottom: 30px;
}
.section-timeline .timeline-container {
  position: relative;
  margin-top: 150px;
}
.section-timeline .timeline-container:before {
  content: "";
  width: 1px;
  height: 98%;
  background-color: #FF7B8A;
  position: absolute;
  left: calc(50% - 0.5px);
  top: 8px;
}
@media (max-width: 767px) {
  .section-timeline .timeline-container:before {
    left: 8px;
  }
}
@media (max-width: 767px) {
  .section-timeline .timeline-container {
    margin-top: 50px;
  }
}
.section-timeline .timeline-item {
  position: relative;
  overflow: hidden;
}
.section-timeline .timeline-item:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  top: 6px;
  left: calc(50% - 8px);
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.section-timeline .timeline-item:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #E61D35;
  border-radius: 50%;
  top: 10px;
  left: calc(50% - 4px);
  z-index: 2 ;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .section-timeline .timeline-item:before {
    left: 0;
  }
  .section-timeline .timeline-item:after {
    left: 4px;
  }
  .section-timeline .timeline-item .row {
    flex-direction: column-reverse;
  }
}
.section-timeline .timeline-item.is-visible:before,
.section-timeline .timeline-item.is-visible:after {
  opacity: 1;
}
.section-timeline .timeline-item + .timeline-item {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .section-timeline .timeline-item + .timeline-item {
    margin-top: 50px;
  }
}
.section-timeline .timeline-item:last-child {
  background-color: #e61d35;
}
.section-timeline .timeline-item:last-child .row {
  position: relative;
}
.section-timeline .timeline-item:last-child .row:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #FF7B8A;
  left: calc(50% - 0.5px);
}
@media (max-width: 767px) {
  .section-timeline .timeline-item:last-child .row:before {
    left: 8px;
    top: 0;
  }
}
.section-timeline .timeline-item .timeline-content {
  padding-left: 65px;
  position: relative;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s ease;
}
.section-timeline .timeline-item .timeline-content:before {
  content: "";
  height: 1px;
  width: 30px;
  background-color: #FF7B8A;
  position: absolute;
  top: 13px;
  left: 20px;
}
@media (max-width: 480px) {
  .section-timeline .timeline-item .timeline-content {
    padding-left: 30px;
  }
  .section-timeline .timeline-item .timeline-content:before {
    display: none;
  }
}
.section-timeline .timeline-item .timeline-image {
  text-align: right;
  padding: 14px 50px 14px 0;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(100%);
}
.section-timeline .timeline-item .timeline-image > div {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
}
.section-timeline .timeline-item .timeline-image:before {
  content: "";
  position: absolute;
  border-left: 34px solid #fff;
  border-right: 0;
  border-bottom: 24px solid transparent;
  right: 25px;
  top: 14px;
}
@media (max-width: 767px) {
  .section-timeline .timeline-item .timeline-image {
    text-align: left;
    padding: 14px 0 14px 65px;
  }
  .section-timeline .timeline-item .timeline-image:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .section-timeline .timeline-item .timeline-image {
    padding: 14px 0 14px 30px;
  }
}
.section-timeline .timeline-item.is-visible .timeline-content {
  transform: translateX(0);
  opacity: 1;
}
.section-timeline .timeline-item.is-visible .timeline-image {
  opacity: 1;
  transform: translateY(0);
}
.section-timeline .timeline-item.timeline-item-reverse .row {
  flex-direction: row-reverse;
}
.section-timeline .timeline-item.timeline-item-reverse .timeline-content {
  text-align: right;
  padding-right: 65px;
  padding-left: 0;
  transform: translateX(-100%);
}
.section-timeline .timeline-item.timeline-item-reverse .timeline-content:before {
  left: unset;
  right: 20px;
}
@media (max-width: 767px) {
  .section-timeline .timeline-item.timeline-item-reverse .timeline-content {
    text-align: left;
    padding-left: 65px;
    padding-right: 0;
  }
  .section-timeline .timeline-item.timeline-item-reverse .timeline-content:before {
    left: 20px;
    right: inherit;
  }
}
@media (max-width: 480px) {
  .section-timeline .timeline-item.timeline-item-reverse .timeline-content {
    padding-left: 30px;
  }
}
.section-timeline .timeline-item.timeline-item-reverse.is-visible .timeline-content {
  transform: translateX(0);
}
.section-timeline .timeline-item.timeline-item-reverse .timeline-image {
  text-align: left;
  padding: 14px 0 14px 50px;
}
.section-timeline .timeline-item.timeline-item-reverse .timeline-image:before {
  right: unset;
  left: 25px;
  border-left: 0;
  border-right: 34px solid #fff;
}
@media (max-width: 767px) {
  .section-timeline .timeline-item.timeline-item-reverse .timeline-image {
    padding: 14px 0 14px 65px;
  }
}
@media (max-width: 480px) {
  .section-timeline .timeline-item.timeline-item-reverse .timeline-image {
    padding: 14px 0 14px 30px;
  }
}
@media (max-width: 767px) {
  .section-timeline .timeline-item.timeline-item-reverse .row {
    flex-direction: column-reverse;
  }
}
.section-partners {
  padding-left: 60px;
  padding-right: 60px;
  color: #fff;
}
@media (max-width: 1400px) {
  .section-partners {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-partners .container-outer {
  padding-top: 120px;
  padding-bottom: 130px;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 1400px) {
  .section-partners .container-outer {
    padding-top: 60px;
    padding-bottom: 75px;
  }
}
.section-partners h3 {
  margin-bottom: 20px;
}
.section-partners .partners-items {
  border-top: 1px solid #fff;
  padding-top: 15px;
}
.section-partners .partners-item {
  margin-bottom: 30px;
}
.section-partners .partners-item a {
  color: #fff;
  text-decoration: none;
}
.section-partners .partners-item .partners-logo {
  height: 280px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 10px;
}
@media (max-width: 1200px) {
  .section-partners .partners-item .partners-logo {
    height: 230px;
  }
}
.section-partners .partners-item .partners-title {
  font-size: 16px;
  font-weight: 500;
}
.section-events_calendar {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section-events_calendar .events-calendar-outer-container {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.section-events_calendar .events-calendar-outer-container .calendar-filter-container {
  position: absolute;
  top: 26px;
  left: 24px;
}
@media (max-width: 640px) {
  .section-events_calendar .events-calendar-outer-container .calendar-filter-container {
    position: static;
    padding: 24px 24px 0;
  }
}
.section-events_calendar .events-calendar-outer-container .calendar-filter-container select {
  border: 1px solid #707070;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 9px 15px;
  min-width: 250px;
}
.section-events_calendar .fc {
  border: 0;
}
.section-events_calendar .fc .fc-toolbar {
  display: block;
}
.section-events_calendar .fc .fc-toolbar.fc-header-toolbar {
  margin: 0;
  padding: 32px 24px 32px 330px;
}
@media (max-width: 640px) {
  .section-events_calendar .fc .fc-toolbar.fc-header-toolbar {
    padding-left: 24px;
  }
}
.section-events_calendar .fc .fc-button-group {
  display: inline-block;
}
.section-events_calendar .fc .fc-toolbar-title {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
}
.section-events_calendar .fc .fc-toolbar-chunk {
  display: flex;
  align-items: flex-end;
}
.section-events_calendar .fc .fc-button-primary,
.section-events_calendar .fc .fc-button-primary:hover {
  color: #000;
  background: no-repeat;
  border: 0;
  padding: 0;
  font-size: 14px;
}
.section-events_calendar .fc .fc-col-header-cell-cushion {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  padding: 28px 22px;
  text-transform: capitalize;
}
.section-events_calendar .fc th {
  text-align: left;
}
.section-events_calendar .fc th:nth-child(odd) {
  background-color: #EFEFEF;
}
.section-events_calendar .fc th:nth-child(even) {
  background-color: #E6E6E6;
}
.section-events_calendar .fc th,
.section-events_calendar .fc td {
  border-color: #EEF1F3;
}
.section-events_calendar .fc .fc-daygrid-event {
  max-height: 44px;
  overflow: hidden;
  white-space: break-spaces;
}
.section-events_calendar .fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row;
  padding: 16px;
  font-size: 16px;
}
.section-events_calendar .fc .fc-daygrid-day-top .fc-daygrid-day-number {
  padding: 0;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.section-events_calendar .fc .fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number {
  background-color: #E61D35;
  color: #fff;
  position: relative;
  padding: 5px;
  border-radius: 100%;
  top: -5px;
  left: -5px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.section-events_calendar .fc .fc-scrollgrid-section table {
  margin: 0;
}
.section-events_block {
  overflow: hidden;
}
.section-events_block.m-top {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .section-events_block.m-top {
    margin-top: 30px;
  }
}
.section-events_block.m-bottom {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-events_block.m-bottom {
    margin-bottom: 30px;
  }
}
.section-events_block .section-image_text-large-container {
  max-width: calc(100% - 120px);
  margin: 0 auto;
}
.section-events_block .section-image_text-large-container.no-margin {
  max-width: 100% !important;
}
@media (max-width: 1400px) {
  .section-events_block .section-image_text-large-container {
    max-width: calc(100% - 30px);
  }
}
.section-events_block .section-image_text-large-container .section-intro {
  margin-top: 60px;
}
.section-events_block .section-image_text-large-container .columns-wrapper {
  background-color: transparent!important;
}
.section-events_block .section-image_text-large-container .columns-wrapper .container {
  max-width: 1358px;
}
.section-events_block .section-image_text-large-container .columns-wrapper .inner-text {
  padding-left: 20px;
  padding-right: 20px;
}
.section-events_block .section-image_text-large-container .columns-wrapper .inner-image {
  margin-top: 0;
}
@media (min-width: 768px) {
  .section-events_block .section-image_text-large-container .columns-wrapper .row {
    margin: 0 !important;
  }
  .section-events_block .section-image_text-large-container .columns-wrapper .row .col-md-6 {
    padding: 0 !important;
  }
  .section-events_block .section-image_text-large-container .columns-wrapper .text-column {
    padding-right: 0;
  }
  .section-events_block .section-image_text-large-container .columns-wrapper .text-column .inner-text {
    padding-right: 30px;
    justify-content: center;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-events_block .columns-wrapper {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .section-events_block .columns-wrapper {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  .section-events_block .columns-wrapper {
    padding: 90px 0;
  }
}
@media (min-width: 1600px) {
  .section-events_block .columns-wrapper {
    padding: 120px 0;
  }
}
.section-events_block .section-intro {
  text-align: center;
  padding: 50px 0;
  background-color: #E3223B;
}
.section-events_block .section-intro .section-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .section-events_block .section-intro .section-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-events_block .section-intro .section-title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 768px) {
  .section-events_block .section-intro {
    padding: 70px 0;
  }
}
@media (min-width: 1600px) {
  .section-events_block .section-intro {
    padding: 95px 0;
  }
}
.section-events_block .support-info {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.section-events_block .support-info img {
  margin-right: 20px;
  max-width: 160px;
}
.section-events_block .support-info .support-description {
  color: #707070;
}
.section-events_block .support-info .support-description *:first-child {
  margin-top: 0;
}
.section-events_block .support-info .support-description *:last-child {
  margin-bottom: 0;
}
.section-events_block .cta-wrap {
  margin-top: 30px;
}
.section-events_block .inner-text {
  padding: 50px 0 0;
}
.section-events_block .inner-text .spotlight {
  border-radius: 0;
  padding: 8px 10px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1;
}
.section-events_block .inner-text .section-heading {
  margin-bottom: 30px;
}
.section-events_block .inner-text .section-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .section-events_block .inner-text .section-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-events_block .inner-text .section-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-events_block .inner-text .section-title {
    font-size: 48px;
  }
}
.section-events_block .inner-text .section-title + .small-title {
  margin-top: 10px;
}
.section-events_block .inner-text .small-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .section-events_block .inner-text .small-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-events_block .inner-text .small-title {
    font-size: 24px;
    line-height: 29px;
  }
}
.section-events_block .inner-text .small-title + .section-title {
  margin-top: 10px;
}
.section-events_block .inner-text .description.red-border {
  border-left: 5px solid #E61D35;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .section-events_block .inner-text .description.red-border {
    padding-left: 20px;
  }
}
.section-events_block .inner-text .description *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .section-events_block .inner-text .section-heading {
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .section-events_block.has-arrow .inner-text {
    position: relative;
  }
  .section-events_block.has-arrow .inner-text .arrow {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    height: 99px;
    width: 99px;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
    z-index: 1;
  }
  .section-events_block.has-arrow .section-image_text-large-container .inner-text .arrow {
    left: calc(100% - 20px);
  }
}
@media (min-width: 1600px) {
  .section-events_block.has-arrow .section-image_text-large-container .inner-text .arrow {
    left: 100%;
  }
}
.section-events_block.has-arrow .posts-list-container.image-left > div:nth-child(odd) .inner-text .arrow {
  left: -10px;
}
@media (min-width: 768px) {
  .section-events_block.has-arrow .posts-list-container.image-left > div:nth-child(odd) .section-image_text-large-container .inner-text .arrow {
    left: 20px;
  }
  .section-events_block.has-arrow .posts-list-container.image-left > div:nth-child(odd) .section-image_text-large-container .columns-wrapper .text-column {
    padding-left: 0;
    padding-right: 15px;
  }
  .section-events_block.has-arrow .posts-list-container.image-left > div:nth-child(odd) .section-image_text-large-container .columns-wrapper .text-column .inner-text {
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .section-events_block.has-arrow .posts-list-container.image-left > div:nth-child(odd) .section-image_text-large-container .inner-text .arrow {
    left: 0;
  }
}
.section-events_block.has-arrow .posts-list-container.image-right > div:nth-child(even) .inner-text .arrow {
  left: -10px;
}
@media (min-width: 768px) {
  .section-events_block.has-arrow .posts-list-container.image-right > div:nth-child(even) .section-image_text-large-container .inner-text .arrow {
    left: 20px;
  }
  .section-events_block.has-arrow .posts-list-container.image-right > div:nth-child(even) .section-image_text-large-container .columns-wrapper .text-column {
    padding-left: 0;
    padding-right: 15px;
  }
  .section-events_block.has-arrow .posts-list-container.image-right > div:nth-child(even) .section-image_text-large-container .columns-wrapper .text-column .inner-text {
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .section-events_block.has-arrow .posts-list-container.image-right > div:nth-child(even) .section-image_text-large-container .inner-text .arrow {
    left: 0;
  }
}
.section-events_block.title_size-medium .inner-text .section-heading {
  margin-bottom: 30px;
}
.section-events_block.title_size-medium .inner-text .section-title {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .section-events_block.title_size-medium .inner-text .section-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-events_block.title_size-medium .inner-text .section-title {
    font-size: 36px;
    line-height: 43px;
  }
}
.section-events_block.title_size-small .inner-text .section-heading {
  margin-bottom: 30px;
}
.section-events_block.title_size-small .inner-text .section-title {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 1024px) {
  .section-events_block.title_size-small .inner-text .section-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-events_block.title_size-small .inner-text .section-title {
    font-size: 29px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .section-events_block.image-outside .columns-wrapper {
    position: relative;
    padding: 0;
  }
  .section-events_block.image-outside .inner-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  .section-events_block.image-outside .inner-image.inner-image-contain {
    background-color: #FAFAFA;
  }
  .section-events_block.image-outside .inner-image.inner-image-contain img {
    object-fit: contain;
  }
  .section-events_block.image-outside .inner-image.inner-image-contain:before {
    content: "";
    background-color: #FAFAFA;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
  .section-events_block.image-outside .inner-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-events_block.image-outside .posts-list-container.image-left > div:nth-child(even) .inner-image img {
    right: 0;
    left: auto;
  }
  .section-events_block.image-outside .posts-list-container.image-left > div:nth-child(even) .inner-image.inner-image-contain:before {
    right: 0;
    left: inherit;
  }
  .section-events_block.image-outside .posts-list-container.image-right > div:nth-child(odd) .inner-image img {
    right: 0;
    left: auto;
  }
  .section-events_block.image-outside .posts-list-container.image-right > div:nth-child(odd) .inner-image.inner-image-contain:before {
    right: 0;
    left: inherit;
  }
}
@media (min-width: 1200px) {
  .section-events_block.image-outside .inner-text {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .section-events_block .posts-list-container.image-left > div:nth-child(odd) .row {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .section-events_block .posts-list-container.image-right > div:nth-child(even) .row {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .section-events_block .inner-image {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .section-events_block .inner-text {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    display: flex;
    min-height: 500px;
    align-items: center;
    justify-content: flex-start;
  }
  .section-events_block .inner-text .inner-text-wrapper {
    max-width: 510px;
    position: relative;
    z-index: 2;
  }
  .section-events_block .inner-image {
    height: 100%;
  }
  .section-events_block .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-events_block:not(.image-outside) .inner-text {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-events_block .posts-list-container.image-left > div:nth-child(even) .image-column {
    padding-left: 0;
  }
  .section-events_block .posts-list-container.image-left > div:nth-child(odd) .image-column {
    padding-right: 0;
  }
  .section-events_block .posts-list-container.image-left > div:nth-child(odd) .inner-text {
    padding-right: 0;
    padding-left: 15px;
    justify-content: flex-end;
  }
  .section-events_block .posts-list-container.image-right > div:nth-child(odd) .image-column {
    padding-left: 0;
  }
  .section-events_block .posts-list-container.image-right > div:nth-child(even) .image-column {
    padding-right: 0;
  }
  .section-events_block .posts-list-container.image-right > div:nth-child(even) .inner-text {
    padding-right: 0;
    padding-left: 15px;
    justify-content: flex-end;
  }
}
@media (min-width: 1600px) {
  .section-events_block .inner-text {
    min-height: 584px;
  }
}
.section-events_block.image-inside .inner-image.max-height {
  max-height: 634px;
}
@media (max-width: 767px) {
  .section-events_block.full-width-image .inner-image {
    margin-top: 0;
  }
}
.section-events_block.full-width-image .inner-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .section-events_block.full-width-image .inner-image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
.section-events_block.full-width-image .columns-wrapper {
  padding: 0;
  position: relative;
}
.section-events_block.full-width-image .inner-text {
  padding-top: 190px;
  padding-bottom: 190px;
}
@media (max-width: 1200px) {
  .section-events_block.full-width-image .inner-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section-events_block.full-width-image .inner-text {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }
}
.section-events_block.full-width-image .inner-text .inner-text-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 80px;
  border-left: 8px solid #E61D35;
  max-width: 100%;
}
.section-events_block .show-more-container {
  background-color: #E61D35;
  width: 50%;
}
@media (max-width: 767px) {
  .section-events_block .show-more-container {
    width: 100%;
  }
}
.section-events_block .show-more-container .wp-pagenavi {
  display: none;
}
.section-events_block .show-more-container a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  padding: 24px;
  display: block;
  transition: all 0.3s ease;
}
.section-events_block .show-more-container a:hover {
  color: #fff;
  background-color: #C51D2E;
}
@media (max-width: 767px) {
  .section-events_block .show-more-container a {
    font-size: 18px;
    padding: 18px;
  }
}
.section-all_events {
  padding: 40px 0;
}
@media (min-width: 1400px) {
  .section-all_events {
    padding: 60px 0px;
  }
}
.section-all_events .section-wrapper {
  padding: 70px 0 40px;
}
@media (min-width: 1400px) {
  .section-all_events .section-wrapper {
    padding: 105px 0 75px;
  }
}
.section-all_events .section-title {
  margin-bottom: 10px;
  border-bottom: 3px solid #fff;
}
.section-all_events .section-title h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  line-height: 1.8;
}
@media (min-width: 1400px) {
  .section-all_events .section-title h2 {
    font-size: 36px;
  }
}
.section-all_events .post-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eb808d;
  color: #fff;
}
@media (min-width: 1400px) {
  .section-all_events .post-item {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
.section-all_events .post-item .event-thumbnail {
  height: 100%;
}
.section-all_events .post-item .event-thumbnail.event-thumbnail-placeholder {
  text-align: center;
}
.section-all_events .post-item .event-thumbnail.event-thumbnail-placeholder img {
  max-width: 250px;
}
.section-all_events .post-item .event-thumbnail img:not(.placeholder) {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-all_events .post-item .event-thumbnail .placeholder {
  cursor: default;
  background: transparent;
}
.section-all_events .post-item .text-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-all_events .post-item .text-wrap {
    margin-top: 20px;
    display: block;
    height: auto;
  }
}
.section-all_events .post-item .event_topics {
  font-weight: 700;
  padding: 8px 30px;
  border: 1.5px solid #fff;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 25px;
}
.section-all_events .post-item .date {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.section-all_events .post-item h3 {
  font-weight: 500;
}
.section-all_events .post-item .more {
  margin-top: 25px;
}
.event-popup {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .event-popup {
    padding-top: 40px;
  }
}
.event-popup .event_topics {
  font-weight: 700;
  padding: 8px 30px;
  border: 1.5px solid #E61D35;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 25px;
}
.event-popup .event-date {
  font-weight: 700;
  color: #E61D35;
  margin-bottom: 10px;
}
.event-popup .register-button {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #DEDEDE;
}
.event-popup .register-button p {
  margin-bottom: 20px;
  font-weight: 500;
}
.event-popup .register-button .btn {
  font-size: 18px;
  padding: 16px;
  border: 1px solid #E61D35;
  border-radius: 0;
  width: 250px;
  max-width: 100%;
  transition: all 0.3s ease;
}
.event-popup .register-button .btn:hover {
  background-color: #E61D35;
  color: #fff;
}
.event-popup .contact-container {
  padding-top: 30px;
}
.event-popup .contact-container .contact-link {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.event-popup .contact-container .contact-link span {
  transition: all 0.3s ease;
}
.event-popup .contact-container .contact-link:hover span {
  margin-right: 10px;
}
.event-popup .contact-container .contact-link svg {
  width: 19px;
}
.event-popup .contact-container .contact-link svg path {
  stroke: #000;
}
@media (min-width: 1024px) {
  body.single-event .members-container .row {
    margin-left: -22px;
    margin-right: -22px;
  }
  body.single-event .members-container .row .col-sm-6 {
    padding-left: 22px;
    padding-right: 22px;
  }
  body.single-event .section-mixed_content .get-involved .member-item .member-image {
    margin-bottom: 44px;
  }
}
.section-interactive_map {
  margin-top: 30px;
  padding: 0 60px 60px;
  color: #fff;
}
@media (max-width: 1400px) {
  .section-interactive_map {
    padding: 0 15px 30px;
  }
}
.section-interactive_map .container-outer {
  background-size: cover;
  background-position: bottom;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
.section-interactive_map .container-outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 62, 97, 0.6);
}
@media (max-width: 1024px) {
  .section-interactive_map .container-outer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-interactive_map .container {
  position: relative;
}
.section-interactive_map .section-intro {
  margin-bottom: 70px;
}
.section-interactive_map #container {
  width: 100% !important;
  max-width: 100% !important;
}
.section-interactive_map #container .highcharts-tooltip > span {
  display: block !important;
  min-width: 250px;
  max-width: 400px !important;
  overflow: visible !important;
}
.section-interactive_map .mapCover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 0;
}
.section-interactive_map .mapCover.mapCoverClick {
  z-index: 1;
}
.section-testimonials {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
.section-testimonials .section-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-testimonials .section-title {
    margin-bottom: 30px;
  }
}
.section-testimonials .section-wrapper {
  max-width: calc(100% - 120px);
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1400px) {
  .section-testimonials .section-wrapper {
    max-width: calc(100% - 30px);
  }
}
.section-testimonials .container {
  position: relative;
}
.section-testimonials .testimonials-listing .row {
  position: relative;
}
.section-testimonials .testimonial-quote {
  padding-left: 50px;
  padding-bottom: 50px;
  position: relative;
}
.section-testimonials .testimonial-quote:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 70px;
  font-style: italic;
  color: #E61D35;
  line-height: 1;
  background-image: url(/wp-content/uploads/2021/09/quotes-open.png);
  width: 20px;
  height: 70px;
  background-size: contain;
}
.section-testimonials .testimonial-quote:after {
  content: "";
  position: absolute;
  font-size: 70px;
  font-style: italic;
  color: #E61D35;
  line-height: 1;
  background-image: url(/wp-content/uploads/2021/09/quotes-close.png);
  width: 20px;
  height: 70px;
  margin-left: 20px;
  background-size: contain;
}
.section-testimonials .testimonial-image {
  direction: rtl;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .section-testimonials .testimonial-image {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-testimonials .testimonial-image {
    position: static;
    max-height: 400px;
    margin-bottom: 20px;
  }
}
.section-testimonials .testimonial-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 550px;
}
@media (max-width: 767px) {
  .section-testimonials .testimonial-image img {
    position: static;
    max-height: 400px;
  }
}
.section-testimonials .testimonial-footer {
  position: relative;
  padding-top: 25px;
}
.section-testimonials .testimonial-footer:before {
  content: "";
  width: 180px;
  height: 2px;
  background-color: #E3223B;
  position: absolute;
  top: 0;
  left: 0;
}
.section-testimonials .testimonial-footer .testimonial-footer-title {
  text-transform: uppercase;
}
.section-testimonials .testimonial-footer .testimonial-footer-title h3 {
  margin-bottom: 25px;
}
.section-testimonials .slick-list {
  overflow: visible;
}
.section-testimonials .testimonials-controls {
  position: absolute;
  top: 0;
  right: 12px;
}
@media (max-width: 640px) {
  .section-testimonials .testimonials-controls {
    position: static;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
}
.section-testimonials .testimonials-controls .slick-arrow {
  width: 56px;
  height: 56px;
  border: 1px solid #E3223B;
  background: transparent;
  font-size: 0;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .section-testimonials .testimonials-controls .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
.section-testimonials .testimonials-controls .slick-arrow.slick-prev {
  margin-right: -1px;
}
.section-testimonials .testimonials-controls .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.section-testimonials .testimonials-controls .slick-prev.slick-arrow:before {
  content: "\f053";
  font-family: 'FontAwesome';
  font-size: 30px;
}
@media (max-width: 1200px) {
  .section-testimonials .testimonials-controls .slick-prev.slick-arrow:before {
    font-size: 15px;
  }
}
.section-testimonials .testimonials-controls .slick-next.slick-arrow:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 30px;
}
@media (max-width: 1200px) {
  .section-testimonials .testimonials-controls .slick-next.slick-arrow:before {
    font-size: 15px;
  }
}
.section-unit_content {
  padding-bottom: 60px;
}
.section-unit_content .container-outer {
  padding-top: 140px;
  padding-bottom: 140px;
  max-width: calc(100% - 120px);
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: right 98%;
}
.section-unit_content .container-outer > div + div {
  margin-top: 140px;
}
@media (max-width: 1200px) {
  .section-unit_content .container-outer > div + div {
    margin-top: 70px;
  }
}
@media (max-width: 1024px) {
  .section-unit_content .container-outer > div + div {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section-unit_content .container-outer {
    background-image: none !important;
    max-width: 100%;
  }
}
@media (max-width: 1400px) {
  .section-unit_content .container-outer {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 1200px) {
  .section-unit_content .container-outer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-unit_content .image-card {
  background-color: #fff;
  height: 100%;
  border-bottom: 5px solid #E61D35;
}
.section-unit_content .image-card .image-container {
  height: 470px;
}
.section-unit_content .image-card .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-unit_content .image-card .text-container {
  padding: 40px 30px 30px;
}
.section-unit_content .image-card h5 {
  font-weight: 500;
  margin-bottom: 20px;
}
.section-unit_content .image-container-small .image-container {
  height: 225px;
}
@media (max-width: 767px) {
  .section-unit_content .image-cards-container .col-md + .col-md {
    margin-top: 24px;
  }
}
.section-unit_content .links-container h2 {
  color: #E61D35;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .section-unit_content .links-container h2 {
    margin-bottom: 20px;
  }
}
.section-unit_content .links-container .links-items-container + .links-items-container {
  margin-top: 50px;
}
.section-unit_content .links-container h4 {
  text-transform: uppercase;
}
.section-unit_content .links-container .item {
  margin-top: 5px;
}
.section-unit_content .links-container a {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .section-unit_content .links-container a {
    font-size: 16px;
  }
  .section-unit_content .links-container a svg {
    width: 16px;
  }
}
.section-unit_content .links-container a span {
  transition: all 0.3s ease;
}
.section-unit_content .links-container a path {
  stroke: #000;
}
.section-unit_content .links-container a:hover span {
  padding-right: 10px;
}
.section-unit_content .support-container .container > div {
  padding: 150px 30px;
  background-color: #043E61;
  text-align: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .section-unit_content .support-container .container > div {
    padding: 70px 15px;
  }
}
.section-unit_content .support-container a {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-unit_content .support-container a span:first-child {
  max-width: calc(100% - 30px);
}
.section-unit_content .support-container a .svg-container {
  border: 1px solid #fff;
  height: 39px;
  width: 39px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.3s ease;
  margin-left: 10px;
}
.section-unit_content .support-container a .svg-container svg {
  width: 18px;
}
@media (max-width: 1024px) {
  .section-unit_content .support-container a .svg-container {
    height: 20px;
    width: 20px;
  }
  .section-unit_content .support-container a .svg-container svg {
    width: 12px;
  }
}
.section-unit_content .support-container a:hover .svg-container {
  margin-left: 20px;
}
.section-unit_content .boxes-container {
  background-size: cover;
}
@media (max-width: 767px) {
  .section-unit_content .boxes-container .container {
    padding: 50px 15px;
  }
}
.section-unit_content .boxes-container .boxes-container-inner {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 100px;
  width: 50%;
}
@media (max-width: 1200px) {
  .section-unit_content .boxes-container .boxes-container-inner {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .section-unit_content .boxes-container .boxes-container-inner {
    width: auto;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .section-unit_content .boxes-container .boxes-container-inner {
    padding: 30px 15px;
  }
}
.section-unit_content .boxes-container .boxes-container-inner h3 {
  max-width: 300px;
  font-weight: 500;
  margin-bottom: 22px;
}
.section-unit_content .boxes-container .box-item-outer + .box-item-outer {
  margin-top: 30px;
}
.section-unit_content .boxes-container a {
  text-decoration: none;
}
.section-unit_content .boxes-container a:hover .box-item {
  transform: scale(1.1);
}
.section-unit_content .boxes-container .box-item {
  padding: 30px 20px;
  max-width: 280px;
  transition: all 0.3s ease;
}
.section-unit_content .boxes-container .box-item .box-link-text {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
}
.section-unit_content .donors-container h3 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.section-unit_content .donors-container .donors-container-inner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-unit_content .donors-container .donors-container-inner {
    display: block;
  }
}
.section-unit_content .donors-container .donor-item {
  margin: 0 15px;
  width: 120px;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-unit_content .donors-container .donor-item {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 0 15px 0;
  }
}
.section-unit_content .donors-container .donor-item .image-container {
  width: 90px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-unit_content .donors-container .donor-item .image-container {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.section-individual_support {
  padding: 70px 0;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.section-individual_support.padding-large {
  padding: 130px 0;
}
.section-individual_support .row {
  align-items: center;
}
.section-individual_support .btn {
  border: 2px solid #fff;
  padding: 20px 70px;
  border-radius: 39px;
  margin: 5px 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.section-individual_support .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.section-individual_support h5 {
  font-weight: 400;
}
.section-individual_support .support-description {
  margin: 20px 0;
}
.section-spotlight_pages .section-wrapper {
  margin-top: -60px;
}
.section-spotlight_pages .posts-listing {
  position: relative;
  z-index: 1;
}
.section-spotlight_pages .posts-listing .post-item {
  background-color: #fafafa;
}
.section-spotlight_pages .posts-listing .post-item .image {
  height: 320px;
  position: relative;
}
.section-spotlight_pages .posts-listing .post-item .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-spotlight_pages .posts-listing .post-item .image:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #fafafa;
  transform: rotate(45deg) translate(-50%, -50%);
  top: 100%;
  left: 50%;
  transform-origin: 0px 0px;
}
.section-spotlight_pages .posts-listing .post-item .text-wrap {
  padding: 40px 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-spotlight_pages .posts-listing .post-item .text-wrap .text-content {
  text-align: center;
}
.section-spotlight_pages .posts-listing .post-item .text-wrap h3 {
  margin: 0 0 20px;
  font-size: 22px;
}
.section-spotlight_pages .posts-listing .post-item .text-wrap .bt-underline {
  margin-top: 25px;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(2),
.section-spotlight_pages .posts-listing .post-item:nth-of-type(5) {
  position: relative;
  background-color: #043E61;
  display: flex;
  flex-direction: column-reverse;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(2) .image,
.section-spotlight_pages .posts-listing .post-item:nth-of-type(5) .image {
  height: 260px;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(2) .image img,
.section-spotlight_pages .posts-listing .post-item:nth-of-type(5) .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(2) .image:after,
.section-spotlight_pages .posts-listing .post-item:nth-of-type(5) .image:after {
  top: 0;
  transform: rotate(45deg) translate(-17px, -17px);
  background-color: #043E61;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(2) .image:before,
.section-spotlight_pages .posts-listing .post-item:nth-of-type(5) .image:before {
  content: '';
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(2) .text-wrap,
.section-spotlight_pages .posts-listing .post-item:nth-of-type(5) .text-wrap {
  position: relative;
  color: #fff;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(2) .text-wrap .bt-underline,
.section-spotlight_pages .posts-listing .post-item:nth-of-type(5) .text-wrap .bt-underline {
  color: #fff;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(3) .image {
  height: 260px;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(4) {
  background-color: #911537;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(4) .image:after {
  background-color: #911537;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(4) .text-wrap {
  color: #fff;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(4) .text-wrap .bt-underline {
  color: #fff;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(5) {
  background-color: #E3223B;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(5) .image:before {
  background-color: #E3223B;
  opacity: 0.9;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(6) {
  background-color: #D29F23;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(6) .image:before {
  background-color: #D29F23;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(6) .text-wrap {
  color: #fff;
}
.section-spotlight_pages .posts-listing .post-item:nth-of-type(6) .text-wrap .bt-underline {
  color: #fff;
}
.section-spotlight_pages .posts-listing .post-item.main-box {
  background-color: #043E61;
  padding: 65px 20px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-spotlight_pages .posts-listing .post-item.main-box h2 {
  text-transform: uppercase;
  font-size: 34px;
  color: #fff;
  font-weight: 300;
}
.section-spotlight_pages .posts-listing .post-item.main-box h2 b {
  display: block;
  font-weight: 900;
}
.section-spotlight_pages .bottom-image {
  margin-top: -100px;
}
.section-spotlight_pages .posts-listing > .post-item:last-child {
  background-image: url(/wp-content/uploads/2021/12/spotlight-3.png);
  background-position: bottom;
  background-color: #C51D2E;
  color: #fff;
}
.section-spotlight_pages .posts-listing > .post-item:last-child .text-wrap .bt-underline {
  color: #fff;
}
.section-spotlight_pages .posts-listing > .post-item:last-child .image:after {
  background-color: transparent;
  border-top: 17px solid #C51D2E;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #C51D2E;
  transform: rotate(45deg) translate(-50%, -50%);
  border-right: 17px solid transparent;
}
@media (min-width: 767px) {
  .section-spotlight_pages .posts-listing {
    display: flex;
  }
  .section-spotlight_pages .posts-listing .post-item {
    order: 2;
    width: 100%;
  }
  .section-spotlight_pages .posts-listing .post-item.main-box {
    order: 1;
  }
}
@media (min-width: 992px) {
  .section-spotlight_pages .posts-listing .post-item.main-box h2 {
    font-size: 40px;
  }
  .section-spotlight_pages .bottom-image {
    margin-top: -300px;
  }
}
@media (min-width: 1440px) {
  .section-spotlight_pages {
    padding-top: 140px;
  }
  .section-spotlight_pages .posts-listing .post-item .image {
    height: 397px;
  }
  .section-spotlight_pages .posts-listing .post-item:after {
    width: 54px;
    height: 54px;
  }
  .section-spotlight_pages .posts-listing .post-item .text-wrap h3 {
    margin-bottom: 35px;
  }
  .section-spotlight_pages .posts-listing .post-item .text-wrap .bt-underline {
    margin-top: 30px;
  }
  .section-spotlight_pages .posts-listing .post-item.main-box {
    height: auto;
  }
  .section-spotlight_pages .bottom-image {
    margin-top: -400px;
  }
  .section-spotlight_pages .bottom-image img {
    max-height: 900px;
    width: 100%;
    object-fit: cover;
  }
}
.section-video_gallery {
  padding: 0 30px;
  position: relative;
}
.section-video_gallery .container-outer {
  padding: 30px;
  background-color: #FAFAFA;
}
.section-video_gallery .container-outer .section-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #000;
  color: #E3223B;
}
.section-video_gallery .container-outer .section-title h2 {
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
}
.section-video_gallery .container-outer .section-title h2 i {
  margin-right: 15px;
}
.section-video_gallery .container-outer .section-title h2 b {
  font-weight: 900;
}
.section-video_gallery .container-outer .videos .row {
  margin-left: -7px;
  margin-right: -7px;
}
.section-video_gallery .container-outer .videos .row > .col-12 {
  padding: 0 7px;
}
.section-video_gallery .container-outer .videos .video-item {
  color: #000;
  text-decoration: none;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.section-video_gallery .container-outer .videos .video-item .play-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E3223B;
  z-index: 2;
}
.section-video_gallery .container-outer .videos .video-item .play-icon:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #ffffff;
}
.section-video_gallery .container-outer .videos .video-item img {
  width: 50%;
  height: 100px;
  object-fit: cover;
}
.section-video_gallery .container-outer .videos .video-item .video-title {
  width: 50%;
  font-size: 16px;
  font-weight: 500;
  padding-left: 15px;
}
.section-video_gallery .container-outer .videos .video-item.featured-video {
  margin-bottom: 20px;
  width: 100%;
  padding: 0;
}
.section-video_gallery .container-outer .videos .video-item.featured-video .play-icon {
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
}
@media (max-width: 480px) {
  .section-video_gallery .container-outer .videos .video-item.featured-video .play-icon {
    width: 30px;
    height: 30px;
  }
}
.section-video_gallery .container-outer .videos .video-item.featured-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.section-video_gallery .container-outer .videos .video-item.featured-video img {
  width: 100%;
  height: auto;
}
.section-video_gallery .container-outer .videos .video-item.featured-video .video-title {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 2;
  padding: 0;
  width: calc(100% - 40px);
  max-width: 545px;
}
@media (max-width: 480px) {
  .section-video_gallery .container-outer .videos .video-item.featured-video .video-title {
    font-size: 18px;
    padding-left: 45px;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .section-video_gallery .container-outer .videos .video-item:not(.featured-video) {
    width: 50%;
    float: left;
  }
  .section-video_gallery .container-outer .videos .video-item:not(.featured-video):nth-of-type(2n-1) {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .section-video_gallery .container-outer .videos .video-item.featured-video {
    margin-bottom: 0;
  }
  .section-video_gallery .container-outer .videos .video-item.featured-video img {
    height: 435px;
  }
}
@media (min-width: 1400px) {
  .section-video_gallery .container-outer .videos .video-item img {
    height: 125px;
  }
  .section-video_gallery .container-outer .videos .video-item .video-title {
    font-size: 18px;
  }
  .section-video_gallery .container-outer .videos .video-item.featured-video .video-title {
    bottom: 40px;
  }
  .section-video_gallery .container-outer .videos .video-item.featured-video img {
    height: 531px;
  }
}
@media (min-width: 992px) {
  .section-video_gallery .container-outer {
    padding: 50px 30px;
  }
  .section-video_gallery .container-outer .section-title {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .section-video_gallery {
    padding: 0 60px;
  }
  .section-video_gallery .container-outer {
    padding: 60px;
  }
}
.section-video_gallery iframe {
  height: 600px !important;
}
@media (min-width: 992px) {
  .section-video_gallery .video-gallery-listing {
    overflow-y: auto;
  }
}
@media (max-width: 991px) {
  .section-video_gallery .video-gallery-listing {
    height: auto !important;
  }
}
.section-video_gallery .vczapi-zoom-app-notice-wrap.zoom-app-notice {
  display: none;
}
.section-video_gallery .video-live-event-footer {
  padding: 10px 0 30px;
}
.section-video_gallery .live-zoom-meeting-container {
  position: relative;
  margin-bottom: 40px;
}
.section-video_gallery .live-zoom-meeting-container .cover-image {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 1600px) {
  .section-video_gallery .live-zoom-meeting-container .cover-image {
    top: 65px;
  }
}
.section-video_gallery .live-zoom-meeting-container .cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-video_gallery .live-zoom-meeting-container.reveal .cover-image {
  opacity: 0;
  visibility: hidden;
}
.section-most_recent_items {
  padding: 0 30px;
}
@media (min-width: 1400px) {
  .section-most_recent_items {
    padding: 0 60px;
  }
}
.section-most_recent_items .section-header {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #fff;
}
.section-most_recent_items .section-header .container {
  position: relative;
}
.section-most_recent_items .section-header h2 {
  margin-bottom: 20px;
  border-bottom: 3px solid #000000;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.section-most_recent_items .recent-items-controls-container {
  align-items: center;
}
.section-most_recent_items .recent-items-controls {
  margin-top: 20px;
  padding: 25px;
  margin-left: -25px;
}
@media (min-width: 768px) {
  .section-most_recent_items .recent-items-controls {
    margin-top: 0;
  }
}
.section-most_recent_items .recent-items-controls .bt-underline {
  color: #fff;
}
.section-most_recent_items .recent-items-controls .bt-underline:hover {
  color: #000;
}
.section-most_recent_items .recent-items-controls-description {
  padding: 30px;
}
@media (min-width: 1201px) {
  .section-most_recent_items .recent-items-controls-description {
    padding: 20px 100px;
  }
}
.section-most_recent_items .recent-items-controls-description p {
  margin: 0;
}
.section-most_recent_items .form-group select {
  height: 40px;
  padding: 0;
  font-size: 16px;
  color: #E61D35;
  width: 100%;
  border: none;
  border-bottom: 2px solid #E61D35;
  font-weight: 500;
  text-overflow: ellipsis;
  background: transparent;
}
@media (min-width: 1400px) {
  .section-most_recent_items .form-group select {
    font-size: 18px;
  }
}
.section-most_recent_items .form-group select option {
  color: #000;
}
.section-most_recent_items .posts-listing {
  background-color: #103408;
  padding: 85px 0;
}
.section-most_recent_items .posts-listing a {
  color: #fff;
  text-decoration: none;
}
.section-most_recent_items .posts-listing .post-meta {
  font-size: 16px;
  margin-top: 25px;
  display: block;
}
.section-most_recent_items .posts-listing .entry-title {
  font-size: 22px;
  margin-top: 25px;
}
.section-most_recent_items .posts-listing .container > h3 {
  color: #fff;
  margin-bottom: 55px;
}
.section-most_recent_items .events-listing {
  padding: 85px 0;
  background-color: #FAFAFA;
}
.section-most_recent_items .events-listing h3 {
  margin-bottom: 55px;
}
.section-most_recent_items .events-listing .post-item {
  padding: 55px 0;
}
.section-most_recent_items .events-listing .post-column + .post-column .post-item {
  border-top: 1px solid #CCCCCC;
}
.section-most_recent_items .events-listing .date {
  font-size: 20px;
  font-weight: bold;
  color: #E61D35;
  margin-bottom: 5px;
}
.section-most_recent_items .events-listing .cta-wrap {
  margin-top: 50px;
}
.section-most_recent_items .events-listing .bt.bt-white {
  border-color: #000000;
}
.section-most_recent_items .events-listing .event-thumbnail {
  text-align: center;
}
@media (max-width: 767px) {
  .section-most_recent_items .events-listing .event-thumbnail {
    margin-bottom: 30px;
  }
}
.section-most_recent_items .questions-listing {
  background-color: #FAFAFA;
  overflow: hidden;
  position: relative;
}
.section-most_recent_items .questions-listing .no-items {
  padding: 65px 0;
}
.section-most_recent_items .questions-listing h3 {
  color: #E61D35;
  margin-bottom: 50px;
}
.section-most_recent_items .questions-listing .tabed_content-triggers {
  padding: 30px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1201px) {
  .section-most_recent_items .questions-listing .tabed_content-triggers {
    padding: 65px 0 30px;
  }
}
.section-most_recent_items .questions-listing .tabed_content-triggers .disclaimer {
  margin-top: auto;
  font-size: 14px;
  padding-right: 20px;
  font-weight: 500;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .section-most_recent_items .questions-listing .tabed_content-triggers .tab-trigger-list {
    max-height: calc(100vh - 300px);
    overflow: auto;
  }
}
.section-most_recent_items .questions-listing .tabed_content-triggers .slick-track {
  margin: 0;
  transform: none !important;
}
.section-most_recent_items .questions-listing .tab-trigger {
  float: none;
  width: 100% !important;
  padding: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .section-most_recent_items .questions-listing .tab-trigger .tab-trigger-inner {
    font-weight: 500;
  }
}
.section-most_recent_items .questions-listing .tab-trigger .content {
  display: none;
}
@media (min-width: 992px) {
  .section-most_recent_items .questions-listing .tab-trigger .content {
    display: none !important;
  }
}
.section-most_recent_items .questions-listing .tab-trigger.slick-current.slick-active,
.section-most_recent_items .questions-listing .tab-trigger.js-active {
  background-color: #EDEDED;
  border: 0;
  cursor: default;
}
.section-most_recent_items .questions-listing .tab-trigger.slick-current.slick-active .content,
.section-most_recent_items .questions-listing .tab-trigger.js-active .content {
  display: block;
  padding-top: 20px;
}
.section-most_recent_items .questions-listing .tab-trigger + .tab-trigger {
  border-top: 1px solid #ccc;
}
.section-most_recent_items .questions-listing .tab-trigger.slick-current + .tab-trigger,
.section-most_recent_items .questions-listing .tab-trigger.js-active + .tab-trigger {
  border-top: 0;
}
.section-most_recent_items .questions-listing .tabed_content-text {
  padding: 30px;
  height: 100%;
  background-color: #EDEDED;
  position: relative;
}
@media (max-width: 991px) {
  .section-most_recent_items .questions-listing .tabed_content-text {
    display: none;
  }
}
@media (min-width: 1201px) {
  .section-most_recent_items .questions-listing .tabed_content-text {
    padding: 65px 100px;
  }
}
@media (min-width: 992px) {
  .section-most_recent_items .questions-listing .tabed_content-text:after {
    content: "";
    top: 0;
    right: -100%;
    position: absolute;
    background-color: #EDEDED;
    height: 100%;
    width: 100%;
  }
}
.section-alumni_intro {
  padding-top: 150px;
  padding-bottom: 190px;
  background-size: cover;
  position: relative;
}
@media (max-width: 1200px) {
  .section-alumni_intro {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.section-alumni_intro:before {
  content: "";
  background-color: #0e1052;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.section-alumni_intro .container {
  position: relative;
}
.section-alumni_intro .section-title {
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 60px;
  color: #fff;
}
.section-alumni_intro .section-title strong {
  font-weight: 700;
}
@media (min-width: 1440px) {
  .section-alumni_intro .section-title {
    font-size: 75px;
    margin-bottom: 130px;
  }
}
.section-alumni_intro .description {
  text-align: center;
}
.section-alumni_intro .alumni-inner-nav {
  margin-bottom: 100px;
}
.section-alumni_intro .alumni-inner-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 640px) {
  .section-alumni_intro .alumni-inner-nav ul {
    column-count: 2;
    column-gap: 30px;
  }
}
.section-alumni_intro .alumni-inner-nav li {
  margin-bottom: 20px;
}
.section-alumni_intro .alumni-inner-nav .bt-square {
  width: 100%;
  border-radius: 11px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 20px;
  padding: 15px;
}
@media (min-width: 1440px) {
  .section-alumni_intro .alumni-inner-nav .bt-square {
    font-size: 25px;
    padding: 25px;
  }
}
.section-alumni_intro .socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}
.section-alumni_intro .socials .social {
  margin-right: 23px;
  position: relative;
  width: auto;
}
.section-alumni_intro .socials .social-language-tag {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 768px) {
  .section-alumni_intro .socials .social-language-tag {
    font-size: 14px;
    top: -20px;
  }
}
.section-alumni_intro .socials .icon-social {
  background-color: rgba(197, 29, 46, 0.8);
  display: inline-block;
  border-radius: 50px;
  width: 61px;
  height: 61px;
  line-height: 61px;
  text-align: center;
}
.section-alumni_intro .socials .icon-social i {
  color: #fff;
}
@media (max-width: 768px) {
  .section-alumni_intro .socials .icon-social {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.section-all_events_alumni {
  padding: 100px 30px 0;
  margin-top: -60px;
  position: relative;
}
@media (min-width: 1400px) {
  .section-all_events_alumni {
    padding: 130px 60px 0;
  }
}
.section-all_events_alumni:before {
  content: "";
  background: linear-gradient(180deg, rgba(14, 16, 82, 0.8) 0%, rgba(14, 16, 82, 0.9) 45%, #0e1052 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-all_events_alumni .section-wrapper {
  background-color: #fff;
  padding: 30px 0;
  position: relative;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.16);
  z-index: 2;
}
@media (min-width: 1400px) {
  .section-all_events_alumni .section-wrapper {
    padding: 60px 0 47px;
  }
}
.section-all_events_alumni h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.section-all_events_alumni h2 strong {
  font-weight: 700;
}
@media (min-width: 1440px) {
  .section-all_events_alumni h2 {
    font-size: 65px;
    margin-bottom: 60px;
  }
}
.section-all_events_alumni .post-column + .post-column .post-item {
  margin-top: 28px;
}
.section-all_events_alumni .post-item {
  padding: 45px 25px;
  border: 1px solid #707070;
  position: relative;
}
@media (max-width: 1200px) {
  .section-all_events_alumni .post-item {
    padding: 30px 10px;
  }
}
.section-all_events_alumni .post-item .upcoming-marker {
  font-size: 25px;
  color: #C51D2E;
  font-weight: 700;
  background-color: #fff;
  padding: 14px 50px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 30px;
  border: 1px solid #0E1052;
}
@media (max-width: 1200px) {
  .section-all_events_alumni .post-item .upcoming-marker {
    font-size: 20px;
    padding: 12px 30px;
  }
}
.section-all_events_alumni .post-item h3 {
  color: #E61D35;
  margin: 15px 0;
}
.section-all_events_alumni .post-item .text-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-all_events_alumni .post-item .text-wrap a {
  text-decoration: none;
}
.section-all_events_alumni .post-item .more {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 520px) {
  .section-all_events_alumni .post-item .more {
    display: block;
  }
}
.section-all_events_alumni .publicaions-pagination .view-more-posts-button .bt {
  color: #000;
  border: 2px solid #000;
}
.section-all_events_alumni .publicaions-pagination .view-more-posts-button .bt:hover {
  background-color: #e3223b;
  border-color: #e3223b;
  color: #fff;
}
.section-all_events_alumni .post-column:first-child .post-item {
  background-color: #0E1052;
  color: #fff;
}
.section-all_events_alumni .post-column:not(:first-child) .bt-white {
  color: #000;
  border: 2px solid #000;
}
.section-all_events_alumni .post-column:not(:first-child) .bt-white:hover {
  background-color: #e3223b;
  border-color: #e3223b;
  color: #fff;
}
.section-all_events_alumni .event-thumbnail {
  text-align: center;
}
@media (max-width: 767px) {
  .section-all_events_alumni .event-thumbnail {
    margin-bottom: 30px;
  }
}
.section-all_events_alumni div#futureTimer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
}
@media (max-width: 520px) {
  .section-all_events_alumni div#futureTimer {
    margin-top: 20px;
    padding-left: 0;
  }
}
.section-all_events_alumni div#futureTimer .timer-item {
  margin-right: 18px;
}
@media (max-width: 1200px) {
  .section-all_events_alumni div#futureTimer .timer-item {
    margin-right: 10px;
  }
}
.section-all_events_alumni div#futureTimer .timer-item span {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
@media (max-width: 1200px) {
  .section-all_events_alumni div#futureTimer .timer-item span {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.section-all_events_alumni div#futureTimer .timer-box {
  background-color: #fff;
  color: #C51D2E;
  font-size: 16px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 1200px) {
  .section-all_events_alumni div#futureTimer .timer-box {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .section-all_events_alumni div#futureTimer > div:last-child {
    flex-basis: 100%;
    margin-top: 10px;
  }
}
.section-all_events_alumni .wp-pagenavi {
  display: none;
}
.section-all_events_alumni .alumni-events-pagination {
  margin-top: 58px;
}
.section-blog_alumni {
  padding: 30px 30px 0;
}
@media (min-width: 1400px) {
  .section-blog_alumni {
    padding: 60px 60px 0;
  }
}
.section-blog_alumni .section-wrapper {
  background-color: #fff;
  padding: 60px 0 33px;
}
.section-blog_alumni h2 {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.section-blog_alumni h2 strong {
  font-weight: 700;
}
@media (min-width: 1440px) {
  .section-blog_alumni h2 {
    font-size: 65px;
    margin-bottom: 60px;
  }
}
.section-blog_alumni .section-subtitle h3 {
  margin-bottom: 20px;
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.section-blog_alumni .posts-list-item:nth-child(2n+1) {
  background-color: #0e1052;
}
.section-blog_alumni .posts-list-item:nth-child(2n+1) .image-wrap:before {
  background-color: rgba(14, 16, 92, 0.95);
}
@media (min-width: 768px) {
  .section-blog_alumni .posts-list-item:nth-child(2n+1).alternative-colors {
    background-color: #103408;
  }
  .section-blog_alumni .posts-list-item:nth-child(2n+1).alternative-colors .image-wrap:before {
    background-color: rgba(16, 52, 8, 0.95);
  }
}
.section-blog_alumni .posts-list-item:nth-child(2n) {
  background-color: #103408;
}
.section-blog_alumni .posts-list-item:nth-child(2n) .image-wrap:before {
  background-color: rgba(16, 52, 8, 0.95);
}
@media (min-width: 768px) {
  .section-blog_alumni .posts-list-item:nth-child(2n).alternative-colors {
    background-color: #0e1052;
  }
  .section-blog_alumni .posts-list-item:nth-child(2n).alternative-colors .image-wrap:before {
    background-color: rgba(14, 16, 92, 0.95);
  }
}
.section-blog_alumni .posts-list-item article {
  height: 100%;
  position: relative;
  color: #fff;
}
.section-blog_alumni .posts-list-item a {
  color: #fff;
  text-decoration: none;
}
.section-blog_alumni .posts-list-item .bt {
  min-width: 125px;
}
.section-blog_alumni .posts-list-item .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-blog_alumni .posts-list-item .image-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-blog_alumni .posts-list-item .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-blog_alumni .posts-list-item .text-wrap {
  position: relative;
  padding: 30px;
}
@media (min-width: 991px) {
  .section-blog_alumni .posts-list-item .text-wrap {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .section-blog_alumni .posts-list-item .text-wrap {
    padding: 100px 120px 70px;
  }
}
.section-blog_alumni .posts-list-item .entry-title {
  font-size: 22px;
}
.section-blog_alumni .posts-list-item .post-meta {
  font-size: 16px;
}
.section-blog_alumni .publicaions-pagination .view-more-posts-button .bt {
  color: #000;
  border: 2px solid #000;
}
.section-blog_alumni .publicaions-pagination .view-more-posts-button .bt:hover {
  background-color: #e3223b;
  border-color: #e3223b;
  color: #fff;
}
.section-blog_alumni .wp-pagenavi {
  display: none;
}
.section-blog_alumni .alumni-blog-pagination {
  padding-top: 56px;
}
.section-open_positions_alumni {
  padding: 80px 0;
}
.section-open_positions_alumni .section-title {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.section-open_positions_alumni .section-title strong {
  font-weight: 700;
}
@media (min-width: 1440px) {
  .section-open_positions_alumni .section-title {
    font-size: 65px;
    margin-bottom: 35px;
  }
}
.section-open_positions_alumni .section-description {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}
.section-open_positions_alumni .job-inner {
  border-top: 1px solid #fff;
}
.section-open_positions_alumni .job-inner:last-child {
  border-bottom: 1px solid #fff;
}
.section-open_positions_alumni .job {
  color: #fff;
}
.section-open_positions_alumni .job:hover {
  background: none;
}
.section-open_positions_alumni .job .job-title a {
  color: #fff;
}
.section-open_positions_alumni .job .job-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
@media (max-width: 991px) {
  .section-open_positions_alumni .job .job-inner {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.section-open_positions_alumni .short-description {
  font-weight: 500;
}
.section-open_positions_alumni .bt-location {
  color: #fff;
  margin-right: 25px;
}
.section-open_positions_alumni .bt-location:before {
  color: #e3223b;
}
@media (max-width: 620px) {
  .section-open_positions_alumni .bt-location {
    display: block;
    margin-bottom: 10px;
  }
}
.section-open_positions_alumni .bt-date {
  font-weight: 500;
}
.section-open_positions_alumni .col-title {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.section-open_positions_alumni .col-title > div:last-child {
  width: calc(100% - 115px);
}
@media (max-width: 991px) {
  .section-open_positions_alumni .col-title {
    padding-right: 0;
  }
}
.section-open_positions_alumni .job-thumb {
  margin-right: 40px;
  width: 115px;
}
@media (max-width: 991px) {
  .section-open_positions_alumni .job-thumb {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .section-open_positions_alumni .col-info {
    padding-top: 20px;
    width: 100%;
  }
}
.section-open_positions_alumni .alumni-opportunities-pagination {
  padding-top: 47px;
}
.section-open_positions_alumni .alumni-opportunities-pagination .wp-pagenavi {
  display: none;
}
.section-alumni_connect {
  padding-top: 80px;
}
.section-alumni_connect .section-wrapper {
  padding: 0 30px;
}
@media (min-width: 1400px) {
  .section-alumni_connect .section-wrapper {
    padding: 0 60px;
  }
}
.section-alumni_connect .alumni-connect-content {
  background-color: #EFEDED;
  padding: 80px 0;
}
.section-alumni_connect .container + .alumni-connect-content {
  padding-top: 200px;
  margin-top: -120px;
}
@media (max-width: 1200px) {
  .section-alumni_connect .container + .alumni-connect-content {
    padding-top: 150px;
  }
}
.section-alumni_connect .section-title {
  color: #0E1052;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.section-alumni_connect .section-title strong {
  font-weight: 700;
}
@media (min-width: 1440px) {
  .section-alumni_connect .section-title {
    font-size: 65px;
    margin-bottom: 30px;
  }
}
.section-alumni_connect .section-description {
  margin-bottom: 50px;
}
.section-alumni_connect .alumni-users-table-header {
  display: flex;
  background-color: #043E61;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.section-alumni_connect .alumni-users-table-header > div {
  width: 16.66666667%;
  padding: 16px;
}
@media (min-width: 1400px) {
  .section-alumni_connect .alumni-users-table-header {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .section-alumni_connect .alumni-users-table-header {
    display: none;
  }
}
.section-alumni_connect .alumni-users-item {
  display: flex;
  flex-wrap: wrap;
}
.section-alumni_connect .alumni-users-item > div {
  width: 16.66666667%;
  padding: 16px;
}
@media (max-width: 768px) {
  .section-alumni_connect .alumni-users-item > div {
    width: 50%;
  }
  .section-alumni_connect .alumni-users-item > div:before {
    content: attr(data) ": ";
    font-weight: 700;
  }
}
@media (max-width: 540px) {
  .section-alumni_connect .alumni-users-item > div {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-alumni_connect .alumni-users-item {
    border-bottom: 1px solid;
  }
}
.section-alumni_connect .alumni-users-item a {
  color: #000;
  text-decoration: none;
}
.section-alumni_connect .alumni-users-item a svg {
  width: 19px;
  transition: all 0.3s ease;
}
.section-alumni_connect .alumni-users-item a:hover svg {
  margin-left: 10px;
}
.section-alumni_connect .alumni-filters {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .section-alumni_connect .alumni-filters {
    padding-bottom: 70px;
  }
}
.section-alumni_connect #alumni-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 580px) {
  .section-alumni_connect #alumni-filter {
    display: block;
  }
}
.section-alumni_connect #alumni-filter .form-group {
  margin-bottom: 0;
  width: 30%;
  padding: 0 10px;
}
@media (max-width: 900px) {
  .section-alumni_connect #alumni-filter .form-group {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .section-alumni_connect #alumni-filter .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
}
.section-alumni_connect #alumni-filter select {
  height: 40px;
  padding: 0;
  font-size: 18px;
  color: #000;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  font-weight: 500;
  text-overflow: ellipsis;
  background: transparent;
  text-transform: uppercase;
}
.section-alumni_connect #alumni-filter .search-field {
  position: relative;
  display: flex;
  border-bottom: 1px solid #000;
  height: 40px;
}
.section-alumni_connect #alumni-filter .search-field input {
  background-color: transparent;
  padding: 0;
  border: none;
  padding-right: 20px;
  font-weight: 500;
  width: 100%;
  height: 40px;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}
.section-alumni_connect #alumni-filter .search-field button {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 30px;
  border: none;
}
.section-alumni_connect .page-numbers {
  text-align: center;
  margin-top: 25px;
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: center;
}
.section-alumni_connect .page-numbers li {
  padding: 0 10px;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
}
.section-alumni_connect .page-numbers li a {
  color: #E61D35;
  text-decoration: none;
}
.section-alumni_connect .no-results {
  padding: 20px 0;
}
.hero-section {
  padding: 80px 0 215px;
}
@media screen and (max-width: 1440px) {
  .hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.hero-section__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .hero-section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .hero-section__header {
    align-items: center;
  }
}
.hero-section__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 64px;
  line-height: 94px;
  letter-spacing: -0.01em;
  max-width: 1140px;
  margin: 0;
}
@media (max-width: 1600px) {
  .hero-section__title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 1440px) {
  .hero-section__title {
    font-size: 32px;
    line-height: 43px;
  }
}
.hero-section__button {
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #AF1D1F;
  color: #fff;
  border: 1px solid #AF1D1F;
  transition: 0.2s;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .hero-section__button {
    margin-bottom: 0;
  }
}
.hero-section__button:hover {
  background-color: white;
  color: #AF1D1F;
}
.hero-section__slider {
  overflow: hidden;
  position: relative;
}
.hero-section__slide {
  position: relative;
  height: 660px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .hero-section__slide {
    height: 400px !important;
  }
}
@media (max-width: 1441px) {
  .hero-section__slide {
    height: 500px !important;
  }
}
.hero-section__slide-img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  height: 660px;
  user-select: none;
}
@media (max-width: 768px) {
  .hero-section__slide-img {
    height: 300px;
    margin-bottom: 100px;
  }
}
.hero-section__slide-box {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 708px;
  padding: 40px;
  background-color: #222424;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1441px) {
  .hero-section__slide-box {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .hero-section__slide-box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    flex-direction: column;
    align-items: baseline;
    padding: 24px;
  }
}
.hero-section__slide-title {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  color: #FCFCFD;
}
@media (max-width: 1441px) {
  .hero-section__slide-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .hero-section__slide-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.hero-section__slide-button {
  padding: 12px 20px;
  background-color: #fff;
  color: #45494A;
  border: 1px solid #B8B9BA;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}
.hero-section__slide-button:hover {
  color: #AF1D1F;
}
.hero-section__nav {
  display: flex;
  gap: 24px;
}
.hero-section__nav-arrow {
  position: absolute;
  top: 46%;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #B8B9BA;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-section__nav-arrow {
    display: none;
  }
}
.hero-section__nav-arrow:hover {
  background-color: #AF1D1F;
}
.hero-section__nav-arrow:hover svg path {
  stroke: #fff;
}
.hero-section__nav-arrow--left {
  left: 40px;
}
.hero-section__nav-arrow--right {
  right: 40px;
  transform: rotateY(180deg);
}
.twitter-section {
  background-color: #222424;
  padding: 140px 0;
  margin-bottom: 160px;
}
@media screen and (max-width: 1441px) {
  .twitter-section {
    margin-bottom: 80px;
    padding: 80px 0;
  }
}
.twitter-section__row {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .twitter-section__row {
    flex-direction: column;
  }
}
.twitter-section__iframe-wrapper {
  flex: 1;
  background-color: #AF1D1F;
  padding: 60px 66px;
}
.twitter-section__iframe-wrapper a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1441px) {
  .twitter-section__iframe-wrapper {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .twitter-section__iframe-wrapper {
    padding: 16px;
  }
}
.twitter-section__iframe-wrapper iframe {
  user-select: none;
}
.twitter-section__video-wrapper {
  flex: 1;
  background-color: #45494A;
  padding: 60px 66px;
}
@media screen and (max-width: 1441px) {
  .twitter-section__video-wrapper {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .twitter-section__video-wrapper {
    padding: 16px;
  }
}
.twitter-section__video-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 390px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .twitter-section__video-placeholder {
    width: 100%;
    object-fit: cover;
  }
}
.twitter-section__video-player {
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1441px) {
  .twitter-section__video-player {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .twitter-section__video-player {
    height: 188px;
  }
}
.twitter-section__video-title {
  color: #fff;
  margin-bottom: 24px;
  font-size: 44px;
  line-height: 60px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .twitter-section__video-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 16px;
  }
}
.twitter-section__video-description {
  color: #B8B9BA;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .twitter-section__video-description {
    margin-bottom: 32px;
  }
}
.twitter-section__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .twitter-section__buttons {
    gap: 16px;
    flex-direction: column;
  }
  .twitter-section__buttons a {
    width: 100%;
    justify-content: center;
  }
  .twitter-section__buttons a:focus {
    color: #fff;
    outline: none;
  }
}
.twitter-section__button {
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  user-select: none;
}
.twitter-section__button:hover {
  color: white;
}
.twitter-section__button--red {
  background-color: #AF1D1F;
  border: 1px solid #AF1D1F;
  color: white;
}
.twitter-section__button--red:focus,
.twitter-section__button--red:visited {
  color: #fff;
}
.twitter-section__button--black {
  background-color: #222424;
  color: #fff;
  border: 1px solid #45494A;
}
.twitter-section__button--black:focus,
.twitter-section__button--black:visited {
  color: #fff;
}
.twitter-section__button--white {
  background-color: #fff;
  position: relative;
  z-index: 1;
  color: #45494A;
}
.twitter-section__button--white:hover,
.twitter-section__button--white:visited,
.twitter-section__button--white:focus {
  color: #AF1D1F;
}
.about-us-section {
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .about-us-section {
    margin-bottom: 80px;
  }
}
.about-us-section h3 {
  color: #222424;
  margin-bottom: 30px;
  font-size: 46px;
}
@media (max-width: 1024px) {
  .about-us-section h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}
.about-us-section__title {
  color: #222424;
  font-family: 'Open Sans', sans-serif;
  font-size: 58px;
  line-height: 70px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .about-us-section__title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}
.about-us-section__button {
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  user-select: none;
}
.about-us-section__button--white {
  background-color: #fff;
  position: relative;
  z-index: 1;
  color: #45494A;
}
.about-us-section__button--white:focus,
.about-us-section__button--white:visited {
  color: #222424;
}
.about-us-section__button--white:hover {
  color: #AF1D1F;
}
.about-us-section__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .about-us-section__row {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.about-us-section__content-wrapper {
  flex: 1;
  max-width: 637px;
  font-family: "Open Sans", sans-serif;
  color: #45494A;
}
@media (max-width: 1024px) {
  .about-us-section__content-wrapper {
    width: 100%;
    flex: unset;
  }
}
.about-us-section__content-title {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .about-us-section__content-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.about-us-section__content-title h3 {
  margin-bottom: 12px;
}
.about-us-section__content-title p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .about-us-section__content-title p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-us-section__content-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  max-width: 575px;
}
.about-us-section__video-wrapper {
  width: 50%;
  position: relative;
}
@media (max-width: 1024px) {
  .about-us-section__video-wrapper {
    width: 100%;
    flex: unset;
  }
}
.about-us-section__video-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .about-us-section__video-placeholder {
    height: 215px;
  }
}
.about-us-section__video-player {
  position: relative;
  overflow: hidden;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .about-us-section__video-player {
    height: 215px;
  }
}
.articles-section {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .articles-section {
    margin-bottom: 80px;
  }
}
.articles-section__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .articles-section__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .articles-section__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.articles-section__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.articles-section__title {
  font-size: 58px;
  line-height: 70px;
  margin-bottom: 60px;
}
@media (max-width: 1600px) {
  .articles-section__title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .articles-section__title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}
.articles-section__button {
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  transition: 0.2s;
}
.articles-section__button:hover,
.articles-section__button:visited {
  color: white;
}
.articles-section__button--red {
  background-color: #AF1D1F;
  border: 1px solid #AF1D1F;
  color: white;
}
.articles-section__button--red:hover,
.articles-section__button--red:visited {
  background-color: white;
  color: #AF1D1F;
}
.articles-section__button--red:visited {
  background-color: #AF1D1F;
  color: white;
}
.articles-section__button--black {
  background-color: #222424;
  color: #fff;
  border: 1px solid #45494A;
}
.articles-section__button--white {
  background-color: #fff;
  position: relative;
  z-index: 1;
  color: #45494A;
}
.articles-section__button--white:hover,
.articles-section__button--white:visited {
  color: #AF1D1F;
}
.article-item {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
.article-item__image {
  height: 218px;
  border-radius: 8px;
  margin-bottom: 12px;
  width: 100%;
  object-fit: cover;
}
.article-item__content {
  padding: 24px 28px 16px;
  background-color: #F5F5F5;
  border-radius: 8px;
}
.article-item__content-title {
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 12px;
}
.article-item__content-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.article-item__content-link {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #222424;
  text-decoration: none;
}
.article-item__content-link:hover {
  color: #AF1D1F;
}
.recent-events {
  background-color: #101323;
  padding: 160px 0 112px;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 1024px) {
  .recent-events {
    padding: 80px 0;
  }
}
.recent-events__container {
  display: flex;
  width: 100%;
}
.recent-events__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  color: #fff;
}
@media (max-width: 1024px) {
  .recent-events__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.recent-events__title {
  font-size: 58px;
  line-height: 70px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .recent-events__title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 1024px) {
  .recent-events__title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.recent-events__row {
  display: flex;
  gap: 84px;
}
.recent-events__dates {
  width: 180px;
  position: relative;
}
@media screen and (max-width: 1620px) {
  .recent-events__dates {
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .recent-events__dates {
    display: none;
  }
}
.recent-events__date {
  position: relative;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  padding-bottom: 33px;
  padding-left: 66px;
  border-left: 3px solid #ECECEC;
  cursor: pointer;
  color: #B8B9BA;
}
.recent-events__date:last-child {
  padding-bottom: 0;
}
.recent-events__date.disabled {
  opacity: 0.5;
}
.recent-events__date.active {
  font-weight: 600;
  font-size: 44px;
  line-height: 60px;
  color: #fff;
}
.recent-events__date.active:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0px;
  width: 58px;
  height: 58px;
  background-image: url(../images/glob.png);
  background-position: center;
  background-size: contain;
}
.recent-events__events-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media (max-width: 768px) {
  .recent-events__events-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recent-events__event {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.recent-events__event-icon {
  position: absolute;
  left: -28px;
  top: 0;
}
.recent-events__event-img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 12px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .recent-events__event-img {
    height: 200px;
  }
}
.recent-events__event-img--placeholder {
  background-color: #AF1D1F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
}
.recent-events__event-content {
  padding: 28px 24px;
  background-color: #FFFFFF;
  border-radius: 8px;
  flex: 1;
}
.recent-events__event-title {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222424;
}
.recent-events__event-description {
  color: #45494A;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.recent-events__event-link {
  text-decoration: none;
  font-weight: 700;
  color: #222424;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
}
.recent-events__event-link:hover {
  color: #AF1D1F;
}
.partners-section {
  padding: 80px 0 160px;
  background-color: #F5F5F5;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 768px) {
  .partners-section {
    padding: 40px 0 80px;
  }
}
.partners-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .partners-section__header {
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.partners-section__title {
  font-size: 58px;
  line-height: 70px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .partners-section__title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .partners-section__title {
    font-size: 28px;
    line-height: 38px;
    width: 100%;
  }
}
.partners-section__partners-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .partners-section__partners-header {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.partners-section__partners-tabs {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .partners-section__partners-tabs {
    gap: 40px;
  }
}
.partners-section__partners-tab {
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  color: #45494A;
  cursor: pointer;
}
@media (max-width: 768px) {
  .partners-section__partners-tab {
    font-size: 18px;
    line-height: 40px;
    padding-bottom: 12px;
  }
}
.partners-section__partners-tab:hover {
  color: #005CA9;
}
.partners-section__partners-tab.active {
  border-bottom: 2px solid #222424;
}
.partners-section__items {
  display: none;
  gap: 20px;
}
@media (max-width: 768px) {
  .partners-section__items {
    flex-direction: column;
  }
}
.partners-section__items.active {
  display: flex;
}
.partners-section__item {
  flex: 1;
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  height: 140px;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-section__item-logo {
  user-select: none;
  max-height: 100%;
}
@media (max-width: 768px) {
  .partners-section__item {
    flex: unset;
  }
}
.partners-section__tooltip {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 320px;
}
.partners-section__tooltip-icon {
  display: block;
  margin-left: auto;
  cursor: pointer;
  z-index: 4;
  position: relative;
}
.partners-section__tooltip-icon:hover path {
  stroke: #005CA9;
}
.partners-section__tooltip-icon:hover ~ div {
  opacity: 1;
  visibility: visible;
}
.partners-section__tooltip-content {
  width: 100%;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #F9FAFB;
  border-radius: 4px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  margin-top: 25px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 1;
}
.partners-section__tooltip-title {
  color: #344054;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 4px;
}
.partners-section__tooltip-description {
  color: #475467;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.partners-section__nav {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .partners-section__nav {
    display: none;
  }
}
.partners-section__nav-arrow {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #B8B9BA;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.partners-section__nav-arrow.disabled {
  opacity: 0.5;
}
.partners-section__nav-arrow.disabled:hover {
  background-color: #fff;
}
.partners-section__nav-arrow.disabled:hover svg path {
  stroke: #222424;
}
.partners-section__nav-arrow:hover {
  background-color: #AF1D1F;
}
.partners-section__nav-arrow:hover svg path {
  stroke: #fff;
}
.partners-section__nav-arrow--right {
  transform: rotateY(180deg);
}
.administrators-section {
  padding: 160px 0 80px;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 1024px) {
  .administrators-section {
    padding: 80px 0 40px;
  }
}
.administrators-section__header {
  margin-bottom: 72px;
}
.administrators-section__header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43px;
}
@media (max-width: 1024px) {
  .administrators-section__header-row {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
.administrators-section__title {
  font-size: 58px;
  line-height: 70px;
  font-weight: 700;
  color: #222424;
  margin-bottom: 24px;
  max-width: 615px;
}
@media (max-width: 1600px) {
  .administrators-section__title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 1024px) {
  .administrators-section__title {
    font-size: 28px;
    line-height: 38px;
  }
}
.administrators-section__text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #45494A;
  max-width: 615px;
}
@media (max-width: 768px) {
  .administrators-section__items {
    display: grid !important;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.administrators-section__item {
  display: flex;
  flex-direction: column;
  height: auto !important;
  display: flex !important;
}
@media (max-width: 768px) {
  .administrators-section__item {
    display: none !important;
  }
  .administrators-section__item.visible {
    display: flex !important;
  }
}
.administrators-section__item-img {
  width: 220px;
  height: 137px;
  user-select: none;
}
.administrators-section__item-img-wrapper {
  height: 293px;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  background-color: #ECECEC;
  border-radius: 8px;
  align-items: center;
}
.administrators-section__item-content {
  background-color: #F5F5F5;
  padding: 24px;
  border-radius: 8px;
  flex: 1;
}
.administrators-section__item-name {
  font-family: "Inter", sans-serif;
  color: #101828;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
}
.administrators-section__item-description {
  color: #344054;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.administrators-section__button {
  display: inline-block !important;
}
.administrators-section__nav {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .administrators-section__nav {
    display: none;
  }
}
.administrators-section__nav-arrow {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #B8B9BA;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.administrators-section__nav-arrow.swiper-button-disabled {
  opacity: 0.5;
  color: #222424;
}
.administrators-section__nav-arrow.swiper-button-disabled:hover {
  background-color: #fff;
  color: #222424;
}
.administrators-section__nav-arrow.swiper-button-disabled:hover svg path {
  stroke: #222424;
}
.administrators-section__nav-arrow:hover {
  background-color: #AF1D1F;
}
.administrators-section__nav-arrow:hover svg path {
  stroke: #fff;
}
.administrators-section__nav-arrow--right {
  transform: rotateY(180deg);
}
.administrators-section .show-more {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .administrators-section .show-more {
    display: none;
  }
}
.publications-section {
  padding: 80px 0 160px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1024px) {
  .publications-section {
    padding: 40px 0 80px;
  }
}
.publications-section__row {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .publications-section__row {
    flex-direction: column;
  }
}
.publications-section__report {
  position: relative;
  border: 4px solid #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.publications-section__report-wrapper {
  border: 2px solid #ECECEC;
  border-radius: 8px;
  height: 800px;
  background-color: #AF1D1F;
  padding: 66px;
  flex: 1;
}
@media (max-width: 1024px) {
  .publications-section__report-wrapper {
    padding: 16px;
    height: 584px;
    flex: unset;
  }
}
.publications-section__report-img {
  position: absolute;
  left: 0;
  height: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publications-section__report-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: 48px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .publications-section__report-content {
    margin-bottom: 105px;
  }
}
.publications-section__report-name {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: white;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.publications-section__report-date {
  font-size: 58px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.publications-section__others-wrapper {
  background-color: #F5F5F5;
  height: 800px;
  padding: 66px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  outline: none !important;
}
@media (max-width: 768px) {
  .publications-section__others-wrapper {
    padding: 26px 16px;
  }
}
.publications-section__others-title {
  color: #222424;
  margin-bottom: 40px;
  font-size: 58px;
  line-height: 70px;
}
@media (max-width: 1600px) {
  .publications-section__others-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .publications-section__others-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.publications-section__others-items {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .publications-section__others-items {
    flex-direction: column;
  }
}
.publications-section__others-item {
  display: block;
}
.publications-section__others-item-img {
  height: 132px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #EAECF0;
}
@media (max-width: 768px) {
  .publications-section__others-item-img {
    width: 100%;
  }
}
.publications-section__others-description {
  color: #45494A;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.impact-stories-map-section {
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .impact-stories-map-section {
    margin-bottom: 80px;
  }
}
.single-post-content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .full-width-popup .single-post-content .single-post-content {
    display: block;
    position: relative;
  }
}
.single-post-content .back-arrow {
  background-color: #E3223B;
  display: flex;
  align-items: center;
  padding: 50px;
  width: 197px;
}
@media (max-width: 1024px) {
  .full-width-popup .single-post-content .back-arrow {
    padding: 10px;
    width: 50px;
    position: fixed;
    bottom: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
  }
}
.single-post-content .back-arrow .back-btn {
  width: 97px;
  height: 97px;
  text-align: center;
  line-height: 107px;
  transition: all 0.5s;
  position: fixed;
  top: 50vh;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .full-width-popup .single-post-content .back-arrow .back-btn {
    width: 30px;
    height: 30px;
    bottom: 10px;
    transform: none;
    top: auto;
    right: 15px;
  }
}
.single-post-content .back-arrow .back-btn:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 97px;
  height: 97px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .full-width-popup .single-post-content .back-arrow .back-btn:before {
    width: 30px;
    height: 30px;
  }
}
.single-post-content .back-arrow .back-btn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 36px;
  height: 20px;
  background-image: url(../images/icon-arrow-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .full-width-popup .single-post-content .back-arrow .back-btn:after {
    width: 22px;
    height: 13px;
  }
}
@media (min-width: 1025px) {
  .single-post-content .back-arrow .back-btn:hover:before {
    width: 60px;
    height: 60px;
    background-color: #000000;
  }
  .single-post-content .back-arrow .back-btn:hover:after {
    background-image: url(../images/icon-arrow-back-wh.svg);
  }
}
.single-post-content .content-wrap {
  width: calc(100% - 200px);
}
.single-post-content .content-wrap > article {
  padding: 80px 0;
}
.full-width-popup .single-post-content .content-wrap {
  width: calc(100% - 160px);
}
.full-width-popup .single-post-content .content-wrap > article {
  padding: 80px 20px;
}
@media (max-width: 1024px) {
  .full-width-popup .single-post-content .content-wrap {
    width: 100%;
  }
}
.single-post-content .content-wrap article {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 680px) {
  .full-width-popup .single-post-content .content-wrap article {
    display: block;
  }
}
.single-post-content .content-wrap article .info-wrap {
  margin: 1.5em 0 0;
}
.single-post-content .content-wrap article .info-wrap .info a,
.single-post-content .content-wrap article .info-wrap .info span {
  display: inline-block;
  margin-right: 40px;
}
.single-post-content .content-wrap article .info-wrap .info .bt-location:hover {
  color: #e3223b;
}
.single-post-content .content-wrap article .image-wrap {
  max-width: 300px;
  width: 100%;
}
.single-post-content .content-wrap article .image-wrap .info .info-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 16px;
  margin-top: 32px;
}
.single-post-content .content-wrap article .image-wrap .info .info-list {
  margin: 0 -4px;
}
.single-post-content .content-wrap article .image-wrap .info .info-list .info-item {
  display: inline-block;
  margin: 3px 4px;
  background-color: #e7e4e4;
  color: #000;
  padding: 10px 24px 8px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
}
.single-post-content .content-wrap article .image-wrap .info .cta-wrap {
  margin-top: 30px;
}
.single-post-content .content-wrap article .image-wrap .info .cta-wrap .bt-arrow {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
.single-post-content .content-wrap article .image-wrap + .text-wrap {
  max-width: calc(100% - 300px);
  width: 100%;
  padding-left: 43px;
}
@media (max-width: 680px) {
  .full-width-popup .single-post-content .content-wrap article .image-wrap + .text-wrap {
    padding-left: 0;
    padding-top: 40px;
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .single-post-content .content-wrap article .image-wrap {
    max-width: 100%;
    text-align: center;
  }
}
.single-post-content .content-wrap article .text-wrap.text-wrap-location {
  max-width: none;
  padding: 0 15px;
}
.single-post-content .content-wrap article .text-wrap .post-meta {
  display: block;
  margin-bottom: 15px;
  color: #E3223B;
}
.single-post-content .content-wrap article .text-wrap .post-meta .slash {
  color: #000;
}
.single-post-content .content-wrap article .text-wrap .entry-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .single-post-content .content-wrap article .text-wrap .entry-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-post-content .content-wrap article .text-wrap .entry-title {
    font-size: 30px;
    line-height: 31px;
  }
}
.single-post-content .content-wrap article .text-wrap .position {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #E3223B;
  margin: 0;
  margin-top: 10px;
}
body.single-post .single-post-content .content-wrap {
  width: 100%;
}
body.single-post .single-post-content .content-wrap article .image-wrap {
  max-width: 380px;
}
body.single-post .single-post-content .content-wrap article .image-wrap + .text-wrap {
  max-width: calc(100% - 380px);
}
body.single-post .single-post-content .content-wrap article .text-wrap .post-meta {
  font-weight: 700;
}
@media (max-width: 680px) {
  body.single-post .single-post-content .content-wrap article {
    display: block;
  }
  body.single-post .single-post-content .content-wrap article .image-wrap {
    max-width: 100%;
    margin-bottom: 30px;
  }
  body.single-post .single-post-content .content-wrap article .image-wrap + .text-wrap {
    max-width: 100%;
    padding-left: 0;
  }
}
.single-event-post-content {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .single-event-post-content {
    padding-bottom: 50px;
  }
}
.single-event-post-content .section-about {
  padding: 30px 60px;
  position: relative;
}
@media (max-width: 1200px) {
  .single-event-post-content .section-about {
    padding: 30px 0 20px;
    margin-bottom: 0;
  }
  .single-event-post-content .section-about .container {
    position: relative;
  }
}
.single-event-post-content .section-about > .wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 500px;
}
.single-event-post-content .section-about > .wp-post-image + .container .event-banner-content {
  margin-top: -100px;
}
@media (max-width: 767px) {
  .single-event-post-content .section-about > .wp-post-image + .container .event-banner-content {
    margin-top: -50px;
  }
}
.single-event-post-content .section-about .event-banner-content {
  border-top: 10px solid #E61D35;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  position: relative;
}
.single-event-post-content .section-about .event-banner-content .dates svg {
  margin-right: 5px;
}
.single-event-post-content .section-about .event-banner-details {
  margin-bottom: 60px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  font-weight: 700;
  align-items: center;
}
@media (max-width: 620px) {
  .single-event-post-content .section-about .event-banner-details {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
}
.single-event-post-content .section-about .event-banner-details > div:not(:last-child) {
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
}
@media (max-width: 620px) {
  .single-event-post-content .section-about .event-banner-details > div:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.single-event-post-content .section-about .event-banner-details > div:not(:last-child):not(:last-child):after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #B9B9B9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 620px) {
  .single-event-post-content .section-about .event-banner-details > div:not(:last-child):not(:last-child):after {
    width: 14px;
    height: 1px;
    top: unset;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
.single-event-post-content .section-about .event-banner-details .event-banner-location a {
  color: #000;
  text-decoration: none;
}
.single-event-post-content .section-about .event-banner-details .event-banner-location:before {
  content: '\f3c5';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 9px;
  color: #E61D35;
  font-size: 20px;
}
.single-event-post-content .section-about .event-banner-text {
  text-align: center;
}
.single-event-post-content .event-detail-box {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 30px;
}
@media (min-width: 1025px) {
  .single-event-post-content .event-detail-box {
    padding: 60px 130px;
  }
}
@media (min-width: 1025px) {
  .single-event-post-content .event-detail-box {
    padding: 60px 80px;
  }
}
.single-event-post-content .section.section-registration {
  padding-top: 60px;
}
.single-event-post-content .section-mixed_content {
  margin-top: 60px;
  padding: 0;
}
.single-event-post-content .section-mixed_content .get-involved {
  margin: 0;
}
.single-event-post-content .section-mixed_content .get-involved h3 {
  color: #E61D35;
  font-weight: 500;
}
.single-event-post-content .section-mixed_content .get-involved .members-container {
  border-top: 3px solid #000;
}
.single-event-post-content .section-mixed_content .get-involved .member-item .member-email a {
  color: #000;
}
.single-event-post-content .section-mixed_content .get-involved .member-item .member-email a svg {
  width: 19px;
}
.page-template-news .section-image_text .inner-text,
.page-template-blog .section-image_text .inner-text {
  min-height: initial;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 30px;
}
.page-template-news .section-image_text .inner-text .inner-text-wrapper,
.page-template-blog .section-image_text .inner-text .inner-text-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-template-news .section-image_text .inner-text .inner-text-wrapper .cta-wrap,
.page-template-blog .section-image_text .inner-text .inner-text-wrapper .cta-wrap {
  padding-top: 30px;
  margin-top: auto;
}
@media (min-width: 768px) {
  .page-template-news .section-image_text .inner-text .inner-text,
  .page-template-blog .section-image_text .inner-text .inner-text {
    margin-bottom: 0;
  }
}
.page-template-news .publications-filters,
.page-template-blog .publications-filters {
  background-color: #E3223B;
}
.page-template-news .publications-filters .reset,
.page-template-blog .publications-filters .reset {
  color: #fff;
}
.page-template-news .publications-filters select,
.page-template-blog .publications-filters select {
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
.page-template-news .publications-filters select option,
.page-template-blog .publications-filters select option {
  color: #000;
}
.page-template-news .publications-filters .search-field,
.page-template-blog .publications-filters .search-field {
  border-bottom: 1px solid #fff;
}
.page-template-news .publications-filters .search-field input,
.page-template-blog .publications-filters .search-field input {
  color: #fff;
}
.page-template-news .publications-filters .search-field input::-webkit-input-placeholder,
.page-template-blog .publications-filters .search-field input::-webkit-input-placeholder {
  color: #fff;
}
.page-template-news .publications-filters .search-field input:-ms-input-placeholder,
.page-template-blog .publications-filters .search-field input:-ms-input-placeholder {
  color: #fff;
}
.page-template-news .publications-filters .search-field input::placeholder,
.page-template-blog .publications-filters .search-field input::placeholder {
  color: #fff;
}
.page-template-news .publications-filters .search-field button,
.page-template-blog .publications-filters .search-field button {
  background-color: transparent;
  color: #fff;
}
.page-template-news .section-blog-listing,
.page-template-blog .section-blog-listing {
  padding: 70px 0;
}
.page-template-news .section-blog-listing .posts-list-container .post-column,
.page-template-blog .section-blog-listing .posts-list-container .post-column {
  margin-bottom: 30px;
}
.page-template-news .section-blog-listing .posts-list-container .post,
.page-template-blog .section-blog-listing .posts-list-container .post {
  background-color: #FAFAFA;
  padding: 25px;
  border-bottom: 5px solid #E3223B;
  height: 100%;
}
.page-template-news .section-blog-listing .posts-list-container .post a,
.page-template-blog .section-blog-listing .posts-list-container .post a {
  text-decoration: none;
  color: #000;
}
.page-template-news .section-blog-listing .posts-list-container .post .image-wrap,
.page-template-blog .section-blog-listing .posts-list-container .post .image-wrap {
  margin-bottom: 25px;
}
.page-template-news .section-blog-listing .posts-list-container .post .text-wrap .post-meta,
.page-template-blog .section-blog-listing .posts-list-container .post .text-wrap .post-meta {
  margin-bottom: 20px;
  color: #E3223B;
  display: block;
  font-weight: 700;
}
.page-template-news .section-blog-listing .posts-list-container .post .text-wrap .post-meta .category,
.page-template-blog .section-blog-listing .posts-list-container .post .text-wrap .post-meta .category {
  color: #000000;
}
.page-template-news .section-blog-listing .posts-list-container .post .text-wrap .entry-title,
.page-template-blog .section-blog-listing .posts-list-container .post .text-wrap .entry-title {
  margin: 0 0 5px;
  font-size: 22px;
}
.page-template-news .section-blog-listing .posts-list-container .post .text-wrap .entry-content,
.page-template-blog .section-blog-listing .posts-list-container .post .text-wrap .entry-content {
  margin-top: 0;
}
@media (min-width: 540px) {
  .page-template-news .section-blog-listing .posts-list-container .post,
  .page-template-blog .section-blog-listing .posts-list-container .post {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .page-template-news .section-blog-listing .posts-list-container .post,
  .page-template-blog .section-blog-listing .posts-list-container .post {
    padding: 50px;
  }
  .page-template-news .section-blog-listing .posts-list-container .post .image-wrap,
  .page-template-blog .section-blog-listing .posts-list-container .post .image-wrap {
    margin-bottom: 30px;
  }
  .page-template-news .section-blog-listing .posts-list-container .post .text-wrap .post-meta,
  .page-template-blog .section-blog-listing .posts-list-container .post .text-wrap .post-meta {
    margin-bottom: 25px;
  }
}
.page-template-news .blog-pagination,
.page-template-blog .blog-pagination {
  margin-top: 30px;
}
.page-template-news .blog-pagination .wp-pagenavi,
.page-template-blog .blog-pagination .wp-pagenavi {
  display: none;
}
@media (min-width: 1024px) {
  .page-template-news .blog-pagination,
  .page-template-blog .blog-pagination {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
.full-width-popup .single-post-content .content-wrap > article.type-post {
  max-width: 1080px;
}
.full-width-popup .single-post-content .content-wrap > article.type-post .image-wrap {
  max-width: 380px;
}
.full-width-popup .single-post-content .content-wrap > article.type-post .post-meta {
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-template-news .publications-filters .form-group {
    width: 50%;
  }
}
.portal-hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 150px 0 360px;
  /*min-height: 1060px;*/
}
@media only screen and (min-width: 768px) {
  .portal-hero {
    padding: 190px 0 520px;
  }
}
.portal-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0E1052;
  opacity: 0.86;
  mix-blend-mode: multiply;
}
.portal-hero .container {
  position: relative;
}
.portal-hero .section-title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 86px;
}
@media only screen and (min-width: 1024px) {
  .portal-hero .section-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .portal-hero .section-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1400px) {
  .portal-hero .section-title {
    font-size: 75px;
  }
}
.portal-hero .back-to-portal {
  text-align: center;
  margin-top: -70px;
}
.portal-hero .back-to-portal a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
.portal-hero .back-to-portal a i {
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .portal-hero .back-to-portal a {
    font-size: 16px;
  }
}
.login-form .form-intro {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .login-form .form-intro {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .login-form .form-intro {
    font-size: 36px;
    line-height: 43px;
  }
}
.login-form #loginform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.login-form #loginform .login-username {
  width: 100%;
}
@media only screen and (min-width: 580px) {
  .login-form #loginform .login-username {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 768px) {
  .login-form #loginform .login-username {
    width: calc(39% - 20px);
  }
}
.login-form #loginform .login-password {
  width: 100%;
}
@media only screen and (min-width: 580px) {
  .login-form #loginform .login-password {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 768px) {
  .login-form #loginform .login-password {
    width: calc(36% - 20px);
  }
}
.login-form #loginform .login-username,
.login-form #loginform .login-password {
  margin: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .login-form #loginform .login-username,
  .login-form #loginform .login-password {
    margin: 0;
  }
}
.login-form #loginform .login-username label,
.login-form #loginform .login-password label {
  display: none;
}
.login-form #loginform .login-username input,
.login-form #loginform .login-password input {
  width: 100%;
  max-width: 100%;
  padding: 24px 26px;
  font-size: 14px;
  line-height: 17px;
}
.login-form #loginform .login-submit {
  width: 100%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 580px) {
  .login-form #loginform .login-submit {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 768px) {
  .login-form #loginform .login-submit {
    width: calc(25% - 20px);
    margin: 0;
  }
}
.login-form #loginform .login-submit input {
  width: 100%;
  max-width: 100%;
  padding: 21px;
  background-color: #E61D35;
  border-color: #E61D35;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.login-form .form-ctas {
  padding-left: calc(39% + 15px);
  margin-top: 10px;
}
.login-form .form-ctas a {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}
.portal-content {
  background-color: #0E1052;
}
.portal-content .section-single-page {
  padding: 0;
  padding-bottom: 50px;
}
.portal-content .section-single-page .entry-content {
  position: relative;
  margin: 0;
  margin-top: -320px;
}
@media only screen and (min-width: 768px) {
  .portal-content .section-single-page .entry-content {
    margin-top: -420px;
  }
}
.portal-content .section-single-page .entry-content > p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 36px;
}
@media only screen and (min-width: 1024px) {
  .portal-content .section-single-page .entry-content > p {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .portal-content .section-single-page .entry-content > p {
    font-size: 36px;
    line-height: 43px;
  }
}
.portal-content .section-single-page .gform_confirmation_wrapper {
  background-color: #fff;
  padding: 60px 30px;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  .portal-content .section-single-page .gform_confirmation_wrapper {
    padding: 60px 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .portal-content .section-single-page .gform_confirmation_wrapper {
    padding: 60px 100px;
  }
}
.portal-content .section-single-page .gform_wrapper {
  background-color: #fff;
  padding: 60px 30px;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  .portal-content .section-single-page .gform_wrapper {
    padding: 60px 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .portal-content .section-single-page .gform_wrapper {
    padding: 60px 100px;
  }
}
.portal-content .section-single-page .gform_wrapper#gform_wrapper_6 form {
  max-width: 453px;
  width: 100%;
  margin: 0 auto;
}
.portal-content .section-single-page .gform_wrapper#gform_wrapper_6 form .ginput_complex {
  flex-flow: column wrap;
}
.portal-content .section-single-page .gform_wrapper#gform_wrapper_6 form .ginput_complex label {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
  padding: 0;
}
.portal-content .section-single-page .gform_wrapper#gform_wrapper_6 form .ginput_complex .ginput_left .password_input_container {
  margin-bottom: 30px;
}
.portal-content .section-single-page .gform_wrapper .fake-input {
  background-color: #F4F4F4;
  padding: 22px 20px;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  border: 1px solid #F4F4F4;
  border-radius: 3px;
  cursor: not-allowed;
}
@media only screen and (min-width: 1200px) {
  .portal-content .section-single-page .gform_wrapper.gravity-theme .gfield--width-half:not(.no-half-padding):nth-child(odd) {
    padding-right: 25px;
  }
  .portal-content .section-single-page .gform_wrapper.gravity-theme .gfield--width-half:not(.no-half-padding):nth-child(even) {
    padding-left: 25px;
  }
}
.portal-content .section-single-page .gform_wrapper.gravity-theme .gsection {
  border-bottom: 2px solid #000;
  margin-top: -20px;
}
.portal-content .section-single-page .gform_wrapper.gravity-theme .gfield_html {
  font-size: 18px;
  line-height: 24px;
}
.portal-content .section-single-page .gform_wrapper.gravity-theme .gfield_consent_description,
.portal-content .section-single-page .gform_wrapper.gravity-theme .gfield_description {
  overflow-y: auto;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  font-size: 18px;
  line-height: 24px;
}
.portal-content .section-single-page .gform_wrapper.gravity-theme .gfield_consent_description a,
.portal-content .section-single-page .gform_wrapper.gravity-theme .gfield_description a {
  color: #E3223B;
}
.portal-content .section-single-page .gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px;
  line-height: 17px;
}
.portal-content .section-single-page .gform_wrapper .gfield_consent_description {
  margin-bottom: 10px;
}
.portal-content .section-single-page .gform_wrapper select,
.portal-content .section-single-page .gform_wrapper input:not([type="submit"]) {
  /*max-width: 453px !important;*/
}
.portal-content .section-single-page .gform_wrapper select,
.portal-content .section-single-page .gform_wrapper textarea,
.portal-content .section-single-page .gform_wrapper input:not([type="submit"]) {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  padding: 22px 20px;
  font-size: 14px;
  line-height: 18px;
}
.portal-content .section-single-page .gform_wrapper .gfield_radio input[type="radio"],
.portal-content .section-single-page .gform_wrapper .ginput_container_consent input[type="radio"],
.portal-content .section-single-page .gform_wrapper .gfield_radio input[type="checkbox"],
.portal-content .section-single-page .gform_wrapper .ginput_container_consent input[type="checkbox"] {
  display: none;
}
.portal-content .section-single-page .gform_wrapper .gfield_radio input[type="radio"]:checked + label:before,
.portal-content .section-single-page .gform_wrapper .ginput_container_consent input[type="radio"]:checked + label:before,
.portal-content .section-single-page .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label:before,
.portal-content .section-single-page .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked + label:before {
  background-color: #E61D35;
}
.portal-content .section-single-page .gform_wrapper .gfield_radio label,
.portal-content .section-single-page .gform_wrapper .ginput_container_consent label {
  margin-right: 5px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.portal-content .section-single-page .gform_wrapper .gfield_radio label:after,
.portal-content .section-single-page .gform_wrapper .ginput_container_consent label:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  height: 19px;
  width: 19px;
  border: 1px solid #000;
  border-radius: 50px;
}
.portal-content .section-single-page .gform_wrapper .gfield_radio label:before,
.portal-content .section-single-page .gform_wrapper .ginput_container_consent label:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto 0;
  height: 13px;
  width: 13px;
  border-radius: 50px;
  background-color: transparent;
}
.portal-content .section-single-page .gform_wrapper .gform_footer {
  text-align: center;
}
.portal-content .section-single-page .gform_wrapper .gfield {
  margin-bottom: 30px;
}
.portal-content .section-single-page .gform_wrapper [type="submit"] {
  padding: 21px;
  background-color: #E61D35;
  border-color: #E61D35;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  max-width: 450px;
  width: 100%;
}
.portal-content .section-single-page .gform_wrapper .inline-options .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.portal-content .section-single-page .gform_wrapper .inline-options .gfield_radio .gchoice {
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .portal-content .section-single-page .gform_wrapper .inline-options .gfield_radio .gchoice {
    margin-right: 40px;
    width: auto;
    white-space: nowrap;
  }
}
.portal-content .section-single-page .gform_wrapper .inline-radio .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .portal-content .section-single-page .gform_wrapper .inline-radio .gfield_radio {
    flex-wrap: nowrap;
  }
}
.portal-content .section-single-page .gform_wrapper .inline-radio .gfield_radio .gchoice {
  margin-right: 10px;
  margin-bottom: 10px;
}
.portal-content .section-single-page .gform_wrapper .inline-radio .gfield_radio .gchoice:last-child {
  margin-right: 0;
}
.portal-content .section-single-page .gform_wrapper .inline-radio .gfield_radio .gchoice br {
  display: none;
}
.portal-content .section-single-page .gform_wrapper .inline-radio .gfield_radio .gchoice input {
  margin: 0;
  width: calc(100% - 75px);
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: #fff9f9;
  border: 1px solid #c02b0a !important;
  font-size: 14.992px !important;
  margin-top: 8px;
  padding: 12.992px 24px !important;
  /*max-width: 453px !important;*/
  width: 100%;
}
.hamburger {
  padding: 5px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 14px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 4px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger {
  right: 0px;
  width: 60px;
  height: 60px;
  margin: 0;
  top: 0px;
  padding: 0px;
  position: relative;
  z-index: 100;
  outline: none;
}
.hamburger .hamburger-box {
  width: 35px;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  width: 35px;
}
@media (min-width: 1200px) {
  .hamburger {
    display: none!important;
  }
}
@media (max-width: 1199px) {
  .hamburger {
    width: 40px;
    padding: 0;
    height: 40px;
  }
  .hamburger-box {
    top: 9px;
  }
}
#mobile-menu {
  background-color: #043E61;
}
.mm-panel,
.mm-menu_theme-dark,
.mm-navbar,
.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
  background-color: #043E61;
}
.mm-listitem:after {
  left: 0;
}
.mm-navbar__title {
  font-size: 16px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
}
.mm-btn_next:after,
.mm-btn_prev:before,
.mm-listitem {
  border-color: #fff;
}
.mm-panels > .mm-panel > .mm-listview > .mm-listitem a:not(.bt) {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  background-color: #043E61;
}
.mm-panels > .mm-panel > .mm-listview > .mm-listitem a:not(.bt) > i {
  display: none;
}
.mm-panels > .mm-panel > .mm-listview > .mm-listitem > .mm-panel > .mm-listview > .mm-listitem > a {
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}
.mm-panels > .mm-panel > .mm-listview > .mm-listitem > .mm-panel > .mm-listview > .mm-listitem > .mm-btn_next:after {
  border-color: #fff;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: -8px;
  bottom: auto;
  top: 50%;
}
.mm-panels > .mm-panel > .mm-listview > .mm-listitem > .mm-panel > .mm-listview > .mm-listitem.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
  right: 23px;
}
.mm-panels > .mm-panel > .mm-listview > .mm-listitem > .mm-panel > .mm-listview > .mm-listitem .mm-panel {
  padding: 0;
  margin-bottom: 15px;
}
.mm-panels > .mm-panel > .mm-listview > .mm-listitem > .mm-panel > .mm-listview > .mm-listitem .mm-panel .mm-listview .mm-listitem a {
  font-size: 14px;
  color: #fff;
  padding: 5px 0 0 10px;
}
.sub-menu.mm-listview .top-navigation {
  display: none;
}
.mm-listitem.menu-button {
  margin: 20px;
}
.mm-listitem.menu-button .bt:not(.bt-outline) {
  color: #fff;
}
.mm-listitem.menu-button .bt.bt-outline:hover {
  color: #fff;
}
.mm-listitem.menu-button + .menu-button {
  margin-top: -10px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .mm-listitem.menu-button {
    display: none;
  }
}
.mm-navbars_top {
  border-bottom: 1px solid #fff;
}
.mm-listview > .top-navigation {
  padding: 30px 20px 20px;
}
.mm-listview > .top-navigation .menu-toggle {
  display: none;
}
.mm-listview > .top-navigation .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mm-listview > .top-navigation .menu li {
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}
.mm-listview > .top-navigation .menu li a {
  color: #fff;
}
.mm-listview > .top-navigation .menu li.wpml-ls-item {
  width: auto;
  margin-right: 20px;
  margin-top: 20px;
}
.mm-listview > .top-navigation .menu li.wpml-ls-item:last-child {
  margin-right: 0;
}
.mm-listview > .top-navigation .menu li.wpml-ls-item.wpml-ls-current-language a {
  color: #e3223b;
}
.mm-listview > .top-navigation .menu li .sub-menu {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 20px;
}
.mm-listview > .top-navigation .search {
  margin-top: 20px;
}
.mm-listview > .top-navigation .search .icon-btn {
  display: none;
}
.mm-listview > .top-navigation .search .search-wrapper .searchform {
  border: 2px solid #fff;
  display: flex;
  width: 100%;
}
.mm-listview > .top-navigation .search .search-wrapper .searchform input {
  height: 40px;
  padding: 0 20px;
  color: #fff;
  background-color: transparent;
  width: 100%;
  border: none;
}
.mm-listview > .top-navigation .search .search-wrapper .searchform button {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  font-size: 19px;
}
.mm-listview > .top-navigation .search .search-wrapper .searchform ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}
.mm-listview > .top-navigation .search .search-wrapper .searchform :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.mm-listview > .top-navigation .search .search-wrapper .searchform ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.page-anchors {
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 3;
  background: #fff;
}
.page-anchors .tabs-anchors {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.page-anchors .tabs-anchors li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.page-anchors .tabs-anchors li:after {
  content: '|';
  margin-left: 20px;
}
.page-anchors .tabs-anchors li a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.page-anchors .tabs-anchors li a:hover {
  color: #E3223B;
}
.page-anchors .tabs-anchors li:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .page-anchors .tabs-anchors li {
    margin-right: 10px;
  }
  .page-anchors .tabs-anchors li:after {
    margin-left: 10px;
  }
}
.footer-subscription .image {
  height: 250px;
}
@media (min-width: 768px) {
  .footer-subscription .image {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .footer-subscription .image {
    height: 350px;
  }
}
@media (min-width: 1400px) {
  .footer-subscription .image {
    height: 420px;
  }
}
.footer-subscription .subscription-container {
  background-color: #E3223B;
  padding: 50px 0;
}
.footer-subscription .subscription-container .subscription-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-subscription .subscription-container .subscription-wrapper .form-text {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .footer-subscription .subscription-container .subscription-wrapper .form-text {
    width: 30%;
  }
}
.footer-subscription .subscription-container .subscription-wrapper form {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .footer-subscription .subscription-container .subscription-wrapper form {
    width: 70%;
  }
}
.footer-subscription .subscription-container .subscription-wrapper .mc4wp-form-fields {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.footer-subscription .subscription-container .subscription-wrapper .mc4wp-form-fields .form-group {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .footer-subscription .subscription-container .subscription-wrapper .mc4wp-form-fields .form-group {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .footer-subscription .subscription-container .subscription-wrapper .mc4wp-form-fields {
    justify-content: space-between;
    flex-wrap: initial;
  }
}
.footer-subscription .subscription-container .subscription-wrapper h2 {
  margin: 0 0 30px;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.4px;
}
.footer-subscription .subscription-container .subscription-wrapper .form-group {
  text-align: center;
}
.footer-subscription .subscription-container .subscription-wrapper input {
  width: 100%;
  border-radius: 0px;
  height: 40px;
  border: none;
  border-bottom: 3px solid #fff;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  max-width: 600px;
  display: inline-block;
}
.footer-subscription .subscription-container .subscription-wrapper input:focus {
  outline: none;
  border-color: #043E61;
}
.footer-subscription .subscription-container .subscription-wrapper input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.footer-subscription .subscription-container .subscription-wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.footer-subscription .subscription-container .subscription-wrapper input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.footer-subscription .subscription-container .subscription-wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.footer-subscription .subscription-container .subscription-wrapper button {
  width: 230px;
  border-radius: 30px;
  padding: 15px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 3px solid #fff;
  margin-top: 30px;
  background-color: transparent;
  transition: all 0.3s;
}
.footer-subscription .subscription-container .subscription-wrapper button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .footer-subscription .subscription-container .subscription-wrapper h2 {
    margin: 0;
    white-space: nowrap;
  }
  .footer-subscription .subscription-container .subscription-wrapper button {
    margin: 0;
    width: 180px;
  }
  .footer-subscription .subscription-container .subscription-wrapper form {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-subscription .subscription-container .subscription-wrapper form .form-group {
    width: 100%;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .footer-subscription .subscription-container .subscription-wrapper h2 {
    font-size: 44px;
  }
  .footer-subscription .subscription-container .subscription-wrapper button {
    margin: 0;
    width: 230px;
  }
}
@media (min-width: 1400px) {
  .footer-subscription .subscription-container .subscription-wrapper h2 {
    font-size: 53px;
  }
  .footer-subscription .subscription-container .subscription-wrapper button {
    margin: 0;
    width: 230px;
    padding: 20px 10px;
    line-height: 21px;
    border-radius: 35px;
  }
}
.footer-subscription .subscription-container .subscription-wrapper .mc4wp-response {
  color: #fff;
}
.section-page_title {
  background-color: #E3223B;
  color: #ffffff;
  padding: 25px 0;
}
.section-page_title .section-title {
  margin: 0;
  margin-left: 160px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .section-page_title .section-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-page_title .section-title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 480px) {
  .section-page_title .section-title {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .section-page_title {
    padding: 55px 0 20px;
  }
}
@media (min-width: 768px) {
  .section-page_title {
    padding: 37px 0;
  }
}
.section-two_columns_content .column {
  background-color: #fff;
}
.section-two_columns_content .column.column-1 {
  background-color: #F8F8F8;
}
@media (max-width: 767px) {
  .section-two_columns_content .column {
    margin: 0 -25px;
  }
}
@media (min-width: 768px) {
  .section-two_columns_content {
    position: relative;
    z-index: 1;
  }
  .section-two_columns_content .container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .section-two_columns_content .column {
    width: 50%;
  }
  .section-two_columns_content .column .intro-section {
    position: relative;
    z-index: 1;
  }
  .section-two_columns_content .column .intro-section:before {
    content: '';
    position: absolute;
    background-color: #E3223B;
    top: 0;
    width: 2000px;
    left: 0;
    height: 100%;
  }
  .section-two_columns_content .column .intro-section .intro-section-wrapper {
    position: relative;
    z-index: 1;
  }
  .section-two_columns_content .column.column-2 {
    margin-top: -150px;
  }
  .section-two_columns_content .column.column-1 {
    position: relative;
  }
  .section-two_columns_content .column.column-1:before {
    content: '';
    position: absolute;
    background-color: #F8F8F8;
    top: 0;
    width: 2000px;
    right: 0;
    height: 100%;
    z-index: 0;
  }
  .section-two_columns_content .column.column-1 > * {
    position: relative;
    z-index: 1;
  }
  .section-two_columns_content .column.column-1 .intro-section {
    position: relative;
  }
  .section-two_columns_content .column.column-1 .intro-section:before {
    left: auto;
    right: 0;
  }
}
.section-two_columns_content .intro-section {
  position: relative;
  background-color: #E61D35;
}
.section-two_columns_content .intro-section .intro-section-wrapper {
  padding: 50px;
  color: #fff;
}
.section-two_columns_content .intro-section .intro-section-wrapper .intro-title {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
}
.section-two_columns_content .intro-section .intro-section-wrapper .intro-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .section-two_columns_content .intro-section {
    background-image: none;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .section-two_columns_content .intro-section .intro-section-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .section-two_columns_content .intro-section .intro-section-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-two_columns_content .highlight-post-item {
  padding: 50px 20px 20px;
}
.section-two_columns_content .highlight-post-item .post-wrapper .post-heading {
  margin-bottom: 40px;
}
.section-two_columns_content .highlight-post-item .post-wrapper .post-heading .post-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin: 0;
}
.section-two_columns_content .highlight-post-item .post-wrapper .post-heading .post-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .section-two_columns_content .highlight-post-item .post-wrapper .post-heading .post-title {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .section-two_columns_content .highlight-post-item .post-wrapper .post-heading .post-title {
    font-size: 20px;
  }
  .section-two_columns_content .highlight-post-item .post-wrapper .post-heading .post-subtitle {
    font-size: 16px;
    margin-top: 15px;
  }
}
.section-two_columns_content .highlight-post-item .post-wrapper .post-image {
  margin-bottom: 30px;
}
.section-two_columns_content .highlight-post-item .post-wrapper .post-description *:last-child {
  margin-bottom: 0;
}
.section-two_columns_content .highlight-post-item .post-wrapper .bt {
  margin-top: 30px;
}
.section-two_columns_content .highlight-post-item .post-wrapper .post-resources {
  padding-top: 50px;
}
.section-two_columns_content .highlight-post-item .post-wrapper .post-resources h4 {
  margin: 30px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  position: relative;
}
.section-two_columns_content .highlight-post-item .post-wrapper .post-resources h4:before {
  content: "";
  height: 2px;
  width: 64px;
  background-color: #E61D35;
  position: absolute;
  top: -30px;
  left: 0;
}
.section-two_columns_content .highlight-post-item .post-wrapper .post-resources .resource-item {
  border: 1px solid #E5E5E5;
  display: block;
  padding: 15px;
  text-decoration: none;
  margin-bottom: 30px;
}
.section-two_columns_content .highlight-post-item .post-wrapper .post-resources .resource-item .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.section-two_columns_content .highlight-post-item .post-wrapper .post-resources .resource-item .icon img {
  max-height: 70%;
  max-width: 70%;
}
.section-two_columns_content .highlight-post-item .post-wrapper .post-resources .resource-item span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
.section-two_columns_content .highlight-post-item .post-wrapper .post-resources .resource-item:hover span {
  color: #E61D35;
}
@media (max-width: 1023px) {
  .section-two_columns_content .highlight-post-item .post-wrapper .post-resources h4 {
    font-size: 18px;
    margin: 25px 0;
  }
}
.section-two_columns_content .section-image {
  overflow: hidden;
}
.section-two_columns_content .section-image img {
  float: left;
}
@media (min-width: 768px) {
  .section-two_columns_content .intro-section .intro-section-wrapper {
    padding-right: 40px;
  }
  .section-two_columns_content .column-1 .highlight-post-item {
    padding-left: 0;
  }
  .section-two_columns_content .column-2 .highlight-post-item {
    padding-right: 0;
  }
  .section-two_columns_content .column-2 .highlight-post-item .post-heading {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .section-two_columns_content .intro-section .intro-section-wrapper {
    padding: 50px 30px 50px 0;
  }
  .section-two_columns_content .highlight-post-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .section-two_columns_content .column.column-2 .highlight-post-item {
    padding-left: 50px;
  }
  .section-two_columns_content .column.column-1 .highlight-post-item {
    padding-right: 50px;
  }
  .section-two_columns_content .intro-section .intro-section-wrapper {
    padding: 70px 30px 70px 0;
  }
  .section-two_columns_content .intro-section .intro-section-wrapper .intro-title {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .section-two_columns_content .intro-section .intro-section-wrapper .intro-description {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .section-two_columns_content .column.column-2 .highlight-post-item {
    padding-left: 65px;
  }
  .section-two_columns_content .column.column-1 .highlight-post-item {
    padding-right: 65px;
  }
}
.section-case_study {
  padding: 50px 0;
}
.section-case_study .container {
  max-width: 1360px;
}
.section-case_study .case-studies-wrapper .case-study-section .wrapper-heading {
  padding: 50px 25px;
  background-color: #E3223B;
}
.section-case_study .case-studies-wrapper .case-study-section .wrapper-heading .section-title {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .section-case_study .case-studies-wrapper .case-study-section .wrapper-heading .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .section-case_study .case-studies-wrapper .case-study-section .wrapper-heading .section-title {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .section-case_study .case-studies-wrapper .case-study-section .wrapper-heading {
    padding: 70px 0;
  }
  .section-case_study .case-studies-wrapper .case-study-section .wrapper-heading .section-title {
    font-size: 46px;
  }
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper {
  background-color: #E3223B;
  color: #fff;
}
@media (min-width: 768px) {
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns {
  max-width: 1196px;
  margin: 0 auto;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .column {
  padding: 0 25px 50px;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .intro-title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .intro-description {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 25px;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .intro-description *:last-child {
  margin-bottom: 0;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .image {
  margin-top: 25px;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .wrapper-cta {
  padding: 0;
  margin-top: 50px;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .box-small-title {
  color: #E3223B;
  font-size: 18px;
  font-weight: 700;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .box-title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .box-description {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 25px;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .box-description *:last-child {
  margin-bottom: 0;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .image {
  margin-top: 25px;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .image:first-child {
  margin-top: 0;
  margin-bottom: 25px;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .highlight-box {
  background-color: #F0F0F0;
  padding: 50px 20px;
  color: #000;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .highlight-box.with-highlight-image {
  padding-bottom: 90px;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .highlight-image {
  padding: 0 20px;
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .highlight-image .image-wrapper {
  border: 15px solid #E3223B;
  margin-top: -30px;
  display: inline-block;
}
@media (min-width: 768px) {
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .column {
    width: 50%;
    min-width: 50%;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .intro-title,
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .intro-description,
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .wrapper-cta {
    padding-left: 30px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .image {
    border-top: 15px solid #E3223B;
    border-right: 15px solid #E3223B;
    border-bottom: 15px solid #E3223B;
    width: calc(100% + 55px);
    position: relative;
    overflow: hidden;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .image img {
    float: left;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column {
    margin-top: 50px;
    padding-left: 0;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .highlight-box {
    padding-left: 50px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .highlight-image {
    padding-left: 50px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.content-column-has-image .intro-column {
    margin-top: 150px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.content-column-has-image .content-column {
    margin-top: 0px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns {
    flex-direction: row-reverse;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .intro-column .image {
    border-left: 15px solid #E3223B;
    border-right: none;
    margin-left: -75px;
    width: calc(100% + 75px);
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .content-column .highlight-box {
    padding-left: 20px;
    padding-right: 50px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .content-column .highlight-image {
    padding-left: 20px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column {
    padding: 50px 50px 50px 0;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .intro-title {
    font-size: 24px;
    padding-left: 50px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .intro-description {
    font-size: 16px;
    padding-left: 50px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .wrapper-cta {
    padding-left: 50px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .image {
    border-width: 20px;
    width: calc(100% + 110px);
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column {
    padding: 50px 0;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .box-small-title {
    font-size: 20px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .box-title {
    font-size: 28px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .box-description {
    font-size: 16px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .highlight-box {
    padding: 50px;
    padding-left: 90px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .highlight-image {
    border-width: 20px;
    padding-left: 90px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .intro-column .image {
    border-width: 20px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .content-column .highlight-box {
    padding-left: 50px;
    padding-right: 90px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .content-column .highlight-image {
    padding-left: 50px;
    padding-right: 90px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns + .wrapper-cta {
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .intro-title {
    font-size: 32px;
    padding-left: 70px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .intro-description {
    font-size: 20px;
    padding-left: 70px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .wrapper-cta {
    padding-left: 70px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .image {
    border-width: 30px;
    width: calc(100% + 150px);
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .box-small-title {
    font-size: 24px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .box-title {
    font-size: 34px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .box-description {
    font-size: 18px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .highlight-box {
    padding-left: 150px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .highlight-image {
    padding-left: 150px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .intro-column .image {
    border-width: 30px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .content-column .highlight-box {
    padding-right: 150px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .content-column .highlight-image {
    padding-right: 150px;
  }
}
.section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .wrapper-cta {
  padding: 0 20px 50px;
  max-width: 1196px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .wrapper-cta {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .wrapper-cta {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .wrapper-cta {
    padding-bottom: 80px;
  }
}
.section-case_study .case-studies-wrapper .case-study-section:last-child .case-study-wrapper {
  background-image: url('../images/case-study-bg.webp');
  background-position: 10% 100%;
  background-repeat: no-repeat;
  background-size: 589px;
}
@media (min-width: 768px) {
  .section-case_study .case-studies-wrapper .case-study-section:last-child .sectio-columns .column {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section-case_study {
    padding: 70px 0;
  }
}
@media (min-width: 1400px) {
  .section-case_study {
    padding: 90px 0;
  }
}
.section-case_study .case-studies-wrapper .case-study-section.highlight-case-study .case-study-section-container {
  background-color: #043E61;
  background-image: url('../images/globe-bg.png');
  background-repeat: no-repeat;
  background-size: 750px;
  box-shadow: 0px -20px 56px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .section-case_study .case-studies-wrapper .case-study-section.highlight-case-study .case-study-section-container {
    padding-top: 40px;
  }
}
.section-case_study .case-studies-wrapper .case-study-section.highlight-case-study .case-study-wrapper {
  background-color: transparent;
}
.section-case_study .case-studies-wrapper .case-study-section.highlight-case-study .case-study-wrapper .section-columns .intro-column .image {
  border-color: #043E61;
}
@media (min-width: 768px) {
  .section-case_study .case-studies-wrapper .case-study-section.highlight-case-study .case-study-wrapper .section-columns .intro-column .intro-title,
  .section-case_study .case-studies-wrapper .case-study-section.highlight-case-study .case-study-wrapper .section-columns .intro-column .intro-description {
    padding-left: 0;
  }
}
.section-case_study .case-studies-wrapper .case-study-section.highlight-case-study .case-study-wrapper .section-columns .content-column .highlight-image .image-wrapper {
  border-color: #043E61;
}
@media (min-width: 768px) {
  .section-case_study .case-studies-wrapper .case-study-section.highlight-case-study .case-study-wrapper .section-columns .content-column .highlight-image {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .section-case_study .case-studies-wrapper .case-study-section.highlight-case-study .case-study-wrapper .wrapper-cta {
    padding-left: 0;
    padding-right: 0;
  }
  .section-case_study .case-studies-wrapper .case-study-section.highlight-case-study .case-study-wrapper .section-columns .column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .section-case_study .case-studies-wrapper .case-study-section.highlight-case-study .case-study-wrapper {
    padding-top: 50px!important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-case_study .case-studies-wrapper .case-study-section.highlight-case-study .case-study-section-container .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .section-case_study .case-studies-wrapper .case-study-section {
    position: relative;
  }
  .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .bottom-line {
    position: absolute;
    width: 32%;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }
  .section-case_study .case-studies-wrapper .case-study-section .bottom-line .line-1 {
    position: absolute;
    width: 2px;
    height: 175px;
    top: 0;
    right: 0;
    background-color: #fff;
    transform: translateY(-100%);
  }
  .section-case_study .case-studies-wrapper .case-study-section .bottom-line .line-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    border-radius: 50%;
    background-color: #fff;
    width: 10px;
    height: 10px;
  }
  .section-case_study .case-studies-wrapper .case-study-section .bottom-line .line-2 {
    position: absolute;
    width: 2px;
    height: 75px;
    top: 100%;
    left: 0;
    background-color: #fff;
  }
  .section-case_study .case-studies-wrapper .case-study-section .bottom-line .line-2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -4px;
    border-radius: 50%;
    background-color: #fff;
    width: 10px;
    height: 10px;
  }
  .section-case_study .case-studies-wrapper .case-study-section:first-child .bottom-line {
    display: none;
  }
  .section-case_study .case-studies-wrapper .case-study-section:last-child .case-study-wrapper {
    padding-bottom: 0;
  }
  .section-case_study .case-studies-wrapper .case-study-section.highlight-case-study .case-study-wrapper {
    padding-top: 70px!important;
    padding-bottom: 0;
  }
  .section-case_study .case-studies-wrapper .case-study-section.has-intro-heading .case-study-wrapper,
  .section-case_study .case-studies-wrapper .case-study-section.inverse-columns .case-study-wrapper {
    padding-top: 0;
  }
  .section-case_study .case-studies-wrapper .case-study-section.has-intro-heading .bottom-line,
  .section-case_study .case-studies-wrapper .case-study-section.inverse-columns .bottom-line {
    left: 68%;
    width: 2px;
  }
  .section-case_study .case-studies-wrapper .case-study-section.inverse-columns .bottom-line {
    transform: translateY(-60px);
  }
  .section-case_study .case-studies-wrapper .case-study-section.inverse-columns .bottom-line .line-1 {
    height: 100px;
  }
  .section-case_study .case-studies-wrapper .case-study-section + .has-intro-heading .wrapper-heading {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  .section-case_study .case-studies-wrapper .case-study-section + .has-intro-heading .wrapper-heading {
    padding-top: 140px;
  }
}
.section-upcoming_events {
  padding: 40px 0 40px;
  background-color: #424849;
}
@media (min-width: 1024px) {
  .section-upcoming_events {
    padding: 70px 0 40px;
  }
}
.section-upcoming_events .section-title {
  border-bottom: 3px solid #fff;
  margin-bottom: 40px;
}
.section-upcoming_events .section-title h2 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.8;
}
.section-upcoming_events .events-listing .post-item {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 40px 20px 30px;
  display: block;
  color: #000;
  text-decoration: none;
}
.section-upcoming_events .events-listing .post-item h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
}
.section-upcoming_events .events-listing .post-item .dates {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.section-upcoming_events .events-listing .post-item .dates svg {
  margin-right: 15px;
}
.section-upcoming_events .events-listing .post-item:hover {
  color: #E3223B;
}
@media (min-width: 1400px) {
  .section-upcoming_events {
    padding: 105px 0 75px;
  }
  .section-upcoming_events .section-title {
    margin-bottom: 50px;
  }
  .section-upcoming_events .section-title h2 {
    font-size: 36px;
  }
  .section-upcoming_events .events-listing .post-item {
    padding: 50px 35px 35px;
  }
  .section-upcoming_events .events-listing .post-item h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.section-upcoming_events .no-items {
  color: #fff;
}
.section-publications .section-wrapper {
  padding: 70px 0 40px;
  margin: 40px 0;
}
@media (min-width: 1400px) {
  .section-publications .section-wrapper {
    margin: 60px 0;
  }
}
.section-publications .section-title {
  margin-bottom: 40px;
}
.section-publications .section-title h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  line-height: 1.8;
}
.section-publications .publications-listing .col-12 {
  margin-bottom: 30px;
}
.section-publications .publications-listing .post-item {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  height: 100%;
}
.section-publications .publications-listing .post-item .image {
  height: 220px;
  position: relative;
  background-color: #f0f0f0;
}
.section-publications .publications-listing .post-item .image img {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 90%;
  max-height: 90%;
  width: auto;
}
.section-publications .publications-listing .post-item .text-wrap {
  padding: 20px;
  border-bottom: 2px solid #E3223B;
  background-color: #f0f0f0;
}
.section-publications .publications-listing .post-item .text-wrap h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.section-publications .publications-listing .post-item .files {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  flex-wrap: wrap;
}
.section-publications .publications-listing .post-item .files .files-inner {
  margin-left: -5px;
  margin-right: -5px;
}
.section-publications .publications-listing .post-item .files a {
  padding: 5px 15px;
  background-color: #e3223b;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  width: 109px;
  display: inline-block;
  padding: 5px 5px 3px;
  background: transparent;
  color: #000;
  border-radius: 0px;
  font-weight: 500;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  max-width: 100%;
  text-align: center;
  border: none;
  line-height: 20px;
  border: 2px solid #000;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s;
}
.section-publications .publications-listing .post-item .files a:hover,
.section-publications .publications-listing .post-item .files a:focus {
  background-color: #e3223b;
  border-color: #e3223b;
  color: #fff;
}
.section-publications .publications-listing .post-item .files a.external-link i {
  font-size: 12px;
}
.section-publications .publications-listing .post-item .files a i {
  color: #fff;
  margin-left: 5px;
  float: right;
}
.section-publications .cta-wrapper {
  margin-top: 20px;
}
.section-publications + .section-all_publications {
  padding-top: 0;
}
@media (min-width: 1400px) {
  .section-publications .section-wrapper {
    padding: 105px 0 75px;
  }
  .section-publications .section-title {
    margin-bottom: 50px;
  }
  .section-publications .section-title h2 {
    font-size: 36px;
  }
}
.section-all_publications {
  padding: 15px;
}
@media (min-width: 1400px) {
  .section-all_publications {
    padding: 60px;
  }
}
.section-all_publications .section-wrapper {
  padding: 70px 0 40px;
  background-color: #E3223B;
}
.section-all_publications .section-title {
  margin-bottom: 10px;
  border-bottom: 3px solid #fff;
}
.section-all_publications .section-title h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  line-height: 1.8;
}
.section-all_publications .publications-listing .post-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EB808D;
  color: #fff;
}
.section-all_publications .publications-listing .post-item .image {
  margin-bottom: 20px;
  max-width: 235px;
}
.section-all_publications .publications-listing .post-item .image .placeholder {
  opacity: 1;
}
.section-all_publications .publications-listing .post-item .text-wrap .date {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.section-all_publications .publications-listing .post-item .text-wrap h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.section-all_publications .publications-listing .post-item .files {
  margin-top: 10px;
}
.section-all_publications .publications-listing .post-item .files a {
  padding: 5px 15px;
  background-color: #FFFFFF;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 5px 3px;
  background: transparent;
  color: #fff;
  border-radius: 0px;
  font-weight: 500;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  max-width: 100%;
  text-align: center;
  border: none;
  line-height: 20px;
  border: 2px solid #fff;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s;
  width: 109px;
}
.section-all_publications .publications-listing .post-item .files a:hover,
.section-all_publications .publications-listing .post-item .files a:focus {
  background-color: #e3223b;
  border-color: #e3223b;
  color: #fff;
}
.section-all_publications .publications-listing .post-item .files a:last-child {
  margin-right: 0;
}
.section-all_publications .publications-listing .post-item .files a.external-link i {
  font-size: 12px;
}
.section-all_publications .publications-listing .post-item .files a i {
  color: #E3223B;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .section-all_publications .publications-listing .post-item {
    display: flex;
  }
  .section-all_publications .publications-listing .post-item .image {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .section-all_publications .publications-listing .post-item .text-wrap {
    max-width: 550px;
  }
  .section-all_publications .publications-listing .post-item .text-wrap .date {
    margin-bottom: 30px;
  }
  .section-all_publications .publications-listing .post-item .text-wrap .files {
    margin-top: 30px;
  }
}
@media (min-width: 1400px) {
  .section-all_publications .section-wrapper {
    padding: 105px 0 75px;
  }
  .section-all_publications .section-title h2 {
    font-size: 36px;
  }
  .section-all_publications .publications-listing .post-item {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .section-all_publications .publications-listing .post-item .text-wrap .date {
    font-size: 20px;
  }
  .section-all_publications .publications-listing .post-item .text-wrap h3 {
    font-size: 36px;
  }
  .section-all_publications .publications-listing .post-item .text-wrap .files {
    margin-top: 30px;
  }
}
.publications-filters {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 40px;
}
.publications-filters .reset {
  margin-top: 20px;
  display: inline-block;
}
.publications-filters .form-group {
  margin-bottom: 10px;
}
.publications-filters select {
  height: 40px;
  padding: 0;
  font-size: 16px;
  color: #000;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  font-weight: 500;
  text-overflow: ellipsis;
}
.publications-filters .search-field {
  position: relative;
  display: flex;
  border-bottom: 1px solid #000;
  height: 40px;
}
.publications-filters .search-field input {
  background-color: transparent;
  padding: 0;
  border: none;
  padding-right: 20px;
  font-weight: 500;
  width: 100%;
  height: 40px;
}
.publications-filters .search-field input::-webkit-input-placeholder {
  /* Edge */
  opacity: 1;
  color: #000;
}
.publications-filters .search-field input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
  color: #000;
}
.publications-filters .search-field input::placeholder {
  opacity: 1;
  color: #000;
}
.publications-filters .search-field button {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 30px;
  border: none;
}
@media (min-width: 768px) {
  .publications-filters .form-group {
    margin-bottom: 0;
    width: 30%;
    padding: 0 10px;
  }
  .publications-filters form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1400px) {
  .publications-filters {
    padding: 50px 40px;
    margin-bottom: 70px;
  }
  .publications-filters select {
    font-size: 18px;
  }
  .publications-filters .search-field input {
    font-size: 18px;
  }
}
.publicaions-pagination .wp-pagenavi {
  display: none;
}
.publicaions-pagination .view-more-posts-button .bt {
  min-width: 250px;
  border-radius: 30px;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 3px solid #fff;
  margin-top: 30px;
  background-color: transparent;
  transition: all 0.3s;
  text-decoration: none;
}
.publicaions-pagination .view-more-posts-button .bt:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .rtl .section-two_columns_content .column.column-1:before {
    left: 0;
    right: auto;
  }
  .rtl .section-two_columns_content .column.column-1 .intro-section:before {
    left: 0;
    right: auto;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .image {
    border-right: 0;
    border-left: 15px solid #e3223b;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .highlight-box {
    padding-left: 20px;
    padding-right: 50px;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column {
    padding-left: 25px;
    padding-right: 0;
  }
  .rtl .section-two_columns_content .column-2 .highlight-post-item {
    padding-left: 0;
    padding-right: 30px;
  }
  .rtl .section-two_columns_content .intro-section .intro-section-wrapper {
    padding-left: 40px;
    padding-right: 0;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .intro-column .image {
    margin-left: auto;
    margin-right: -75px;
    border-left: 0;
    border-right: 15px solid #e3223b;
  }
  .rtl .section-two_columns_content .column-1 .highlight-post-item {
    padding-right: 0;
    padding-left: 20px;
  }
  .rtl .section-two_columns_content .column-2 .highlight-post-item .post-heading {
    padding-left: 20px;
    padding-right: 0;
  }
  .rtl .section-image_text.image-outside.image-right .inner-image.inner-image-contain:before {
    right: inherit;
    left: auto;
  }
  .rtl .section-image_text.image-outside.image-right .inner-image img {
    right: auto;
    left: 0;
  }
  .rtl .section-image_text.has-arrow .section-image_text-large-container .inner-text .arrow {
    right: calc(100% - 20px);
    left: auto;
  }
  .rtl .section-image_text.has-arrow.image-left .section-image_text-large-container .inner-text .arrow {
    right: 20px;
    left: auto;
  }
  .rtl .section-events_block.image-outside .inner-image.inner-image-contain:before {
    left: auto;
    right: 0;
  }
  .rtl .section-events_block.image-outside .inner-image img {
    left: auto;
    right: 0;
  }
  .rtl .section-events_block.has-arrow .inner-text .arrow {
    left: auto;
    right: calc(100% + 10px);
    transform: translate(50%, -50%) rotate(45deg);
  }
  .rtl .section-events_block.image-outside .posts-list-container.image-left > div:nth-child(even) .inner-image.inner-image-contain:before {
    right: auto;
    left: 0;
  }
  .rtl .section-events_block.image-outside .posts-list-container.image-left > div:nth-child(even) .inner-image img {
    right: inherit;
    left: 0;
  }
  .rtl .section-events_block.has-arrow .posts-list-container.image-left > div:nth-child(odd) .inner-text .arrow {
    left: auto;
    right: -10px;
  }
}
@media (min-width: 1200px) {
  .rtl .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .image {
    border-width: 20px;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .highlight-box {
    padding: 50px;
    padding-right: 90px;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column {
    padding: 50px 0 50px 50px;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section.has-intro-heading .bottom-line,
  .rtl .section-case_study .case-studies-wrapper .case-study-section.inverse-columns .bottom-line {
    left: 30%;
    width: 2px;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section .bottom-line .line-1 {
    right: auto;
    left: 0;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section .bottom-line .line-2 {
    left: auto;
    right: 0;
  }
  .rtl .section-two_columns_content .intro-section .intro-section-wrapper {
    padding: 50px 0 50px 30px;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .intro-column {
    padding: 50px 50px 50px 0;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .intro-column .image {
    border-width: 20px;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .content-column .highlight-box {
    padding-right: 50px;
    padding-left: 90px;
  }
  .rtl .section-two_columns_content .highlight-post-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1320px) {
  .rtl .site-header .header-inner .top-navigation ul li.menu-item:not(.wpml-ls-item) {
    margin-right: 20px;
    margin-left: 0;
  }
  .rtl .site-header .header-inner .top-navigation ul li.menu-item:not(.wpml-ls-item) + .wpml-ls-item {
    margin-right: 30px;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .rtl .section-two_columns_content .column.column-2 .highlight-post-item {
    padding-right: 50px;
    padding-left: 0;
  }
  .rtl .section-two_columns_content .intro-section .intro-section-wrapper {
    padding: 70px 0 70px 30px;
  }
  .rtl .section-two_columns_content .column.column-1 .highlight-post-item {
    padding-left: 50px;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .rtl .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .intro-column .image {
    border-width: 30px;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns .content-column .highlight-box {
    padding-right: 150px;
  }
  .rtl .section-two_columns_content .column.column-2 .highlight-post-item {
    padding-right: 65px;
    padding-left: 0;
  }
  .rtl .section-two_columns_content .column.column-1 .highlight-post-item {
    padding-left: 65px;
    padding-right: 0;
  }
  .rtl .site-header .header-inner .top-navigation ul li.menu-item:not(.wpml-ls-item) {
    margin-right: 28px;
    margin-left: 0;
  }
  .rtl .site-header .header-inner .top-navigation ul li.menu-item:not(.wpml-ls-item) + .wpml-ls-item {
    margin-right: 36px;
    margin-left: 0;
  }
  .rtl .site-header .header-inner .main-navigation ul:not(.sub-menu) > li {
    margin-right: 25px;
    margin-left: 0;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .intro-column .image {
    border-width: 30px;
  }
  .rtl .section-case_study .case-studies-wrapper .case-study-section .case-study-wrapper .section-columns.inverse-columns .content-column .highlight-box {
    padding-left: 150px;
    padding-right: 50px;
  }
  .rtl .site-header.home-header .header-inner .site-branding .site-title {
    margin-right: 0;
  }
  .rtl .section-image_text.has-arrow .section-image_text-large-container .inner-text .arrow {
    left: auto;
    right: 100%;
  }
  .rtl .section-image_text.has-arrow.image-left .section-image_text-large-container .inner-text .arrow {
    right: 0;
    left: auto;
  }
}
.rtl .arrow-cta:focus span,
.rtl .arrow-cta:hover span {
  padding-right: 0;
  padding-left: 15px;
}
.rtl .arrow-cta svg,
.rtl .arrow-cta img {
  transform: scale(-1);
  margin-left: 0;
  margin-right: 10px;
}
.rtl .section-two_columns_content .highlight-post-item .post-wrapper .post-resources h4:before {
  left: auto;
  right: 0;
}
.rtl .site-header .header-inner .top-navigation .search {
  margin-left: 0;
  margin-right: 38px;
}
.rtl .site-header .header-inner .top-navigation ul li.menu-item:not(.wpml-ls-item) {
  margin-right: 15px;
  margin-left: 0;
}
.rtl .site-header .header-inner .top-navigation ul li.menu-item:not(.wpml-ls-item) + .wpml-ls-item {
  margin-right: 25px;
  margin-left: 0;
}
.rtl .site-header .header-inner .top-navigation ul li.menu-item-object-wpml_ls_menu_item {
  margin-right: 19px;
  margin-left: 0;
}
.rtl .site-header .header-inner .main-navigation ul li:first-child {
  margin-right: 0;
}
.rtl .section-case_study .case-studies-wrapper .case-study-section:last-child .case-study-wrapper {
  background-position: 90% 100%;
}
.rtl .section-tweets .social-accounts .social-account:first-child:before {
  left: auto;
  right: -30px;
}
.rtl .section-tweets .social-accounts .social-account:last-child:after {
  right: auto;
  left: -30px;
}
.rtl .tweets-boxes ul li .inner-tw .user > a {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .site-header .header-inner .top-navigation > div > ul > li > .sub-menu > li > a,
.rtl .site-header .header-inner .main-navigation > div > ul > li > .sub-menu > li > a {
  text-align: right;
}
.rtl .site-header .header-inner .site-branding .site-title {
  margin-right: 20px;
  margin-left: 0;
}
.rtl.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media (min-width: 550px) {
  .rtl.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.rtl .mm-menu_position-right {
  left: 0;
  right: auto;
}
.rtl .mm-listview > .top-navigation .menu li .sub-menu {
  padding-right: 0;
  padding-left: 0;
}
.rtl .mm-listview > .top-navigation .menu li.wpml-ls-item {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .site-footer .footer-contact-info .footer-contact-inner .icon-text-btn i {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .site-header .header-inner .top-navigation > div > ul > li > .sub-menu,
.rtl .site-header .header-inner .main-navigation > div > ul > li > .sub-menu {
  left: 0;
  right: auto;
}
.rtl .section-page_title .section-title {
  margin-left: 0;
  margin-right: 160px;
}
@media (max-width: 480px) {
  .rtl .section-page_title .section-title {
    margin-right: 0;
  }
}
.rtl .page-anchors .tabs-anchors li:after {
  margin-right: 20px;
  margin-left: 0;
}
.rtl .section-team_members .member-row .member-group .member-box:after {
  transform: translateX(100%);
}
.rtl .section-team_members .member-row .member-group .member-box:hover:after {
  transform: translateX(0);
}
.rtl .single-post-content .content-wrap article .image-wrap + .text-wrap {
  padding-left: 0;
  padding-right: 43px;
}
.rtl .team-contact-form {
  direction: ltr;
}
.rtl .team-contact-form .team-contact-form-inner {
  direction: rtl;
}
.rtl .jobs-listing .job .ctas-wrap a {
  margin-left: 47px;
  margin-right: 0;
}
.rtl .section-image_text.has-arrow .inner-text .arrow {
  transform: translate(50%, -50%) rotate(45deg);
}
.rtl .section-image_text .inner-text .description.red-border {
  border-right: 5px solid #e61d35;
  padding-right: 40px;
  border-left: 0;
  padding-left: 0;
}
@media (max-width: 480px) {
  .rtl .section-image_text .inner-text .description.red-border {
    padding-right: 20px;
  }
}
.rtl .section-mixed_content .cards-container .card-item-inner .card-links-container a img {
  margin-right: auto;
  margin-left: 10px;
}
.rtl .section-mixed_content .cards-container .card-item-inner .card-links-container .card-link + .card-link {
  margin-right: 50px;
  margin-left: 0;
}
.rtl .section-image_text.image-outside .inner-image.inner-image-contain:before {
  left: auto;
  right: 0;
}
.rtl .section-unit_content .links-container a svg {
  transform: rotate(180deg);
}
.rtl .section-unit_content .links-container a:hover span {
  padding-right: 0;
  padding-left: 10px;
}
.rtl .section-unit_content .support-container a .svg-container {
  transform: rotate(180deg);
  margin-right: 10px;
  margin-left: 0;
}
.rtl .section-unit_content .support-container a:hover .svg-container {
  margin-right: 20px;
  margin-left: 0;
}
.rtl main ol,
.rtl main ul {
  padding-right: 2rem;
  padding-left: 0;
}
.rtl .section-image_text .multiple-images-container .multiple-images .multiple-images-item {
  margin-right: 0;
  margin-left: 25px;
}
.rtl .section-unit_content .boxes-container .box-item svg {
  transform: rotate(180deg);
}
.rtl .site-footer .footer-bottom .footer-bottom-inner .footer-bottom-inner-item:not(:first-child) .column-menu .menu li {
  margin-left: 0;
  margin-right: 37px;
}
.rtl .site-footer .footer-bottom .footer-bottom-inner .footer-bottom-inner-item:not(:first-child) .column-menu .menu li:first-child {
  margin-right: 0;
}
.rtl .site-footer .footer-columns .footer-col form .form-action {
  right: auto;
  left: 16px;
}
.rtl .site-footer .footer-columns .footer-col form .form-action button {
  transform: rotate(180deg);
}
.rtl .section-mixed_content .columns-container .columns-item .columns-title:after {
  left: auto;
  right: 0;
}
.rtl .section-mixed_content .donors-container .donors-items-container .donors-item {
  margin-right: 0;
  margin-left: 22px;
}
.rtl .cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin-left: 5px !important;
}
.rtl .cli-style-v2 .cli-bar-message {
  text-align: right;
}
.rtl .cli-tab-header a:before {
  transform: rotate(135deg);
  margin-left: 10px;
  margin-right: 0;
}
.rtl .cli-switch .cli-slider:after {
  right: -50px;
}
.rtl .wt-cli-cookie-description {
  text-align: right;
}
.rtl .site-header .header-inner .top-navigation > div > ul > li > .sub-menu > li > .sub-menu li,
.rtl .site-header .header-inner .main-navigation > div > ul > li > .sub-menu > li > .sub-menu li {
  width: 50%;
  text-align: right;
}
.rtl .site-header .header-inner .top-navigation > div > ul > li > .sub-menu > li > .sub-menu li:first-child,
.rtl .site-header .header-inner .main-navigation > div > ul > li > .sub-menu > li > .sub-menu li:first-child {
  margin-right: 0;
  margin-left: 30px;
}
.rtl .site-header .header-inner .top-navigation > div > ul > li > .sub-menu > li > .sub-menu li .sub-menu li a,
.rtl .site-header .header-inner .main-navigation > div > ul > li > .sub-menu > li > .sub-menu li .sub-menu li a {
  padding-right: 0;
  padding-left: 30px;
}
.rtl .site-header .header-inner .top-navigation > div > ul > li > .sub-menu > li > .sub-menu li .sub-menu li a:after,
.rtl .site-header .header-inner .main-navigation > div > ul > li > .sub-menu > li > .sub-menu li .sub-menu li a:after {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}
.rtl .site-header .header-inner .top-navigation > div > ul > li > .sub-menu > li > .sub-menu li .sub-menu li a:hover:after,
.rtl .site-header .header-inner .main-navigation > div > ul > li > .sub-menu > li > .sub-menu li .sub-menu li a:hover:after {
  transform: rotate(180deg) translateX(5px);
}
.rtl .section-timeline .timeline-item .timeline-content {
  padding-right: 65px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .rtl .section-timeline .timeline-item .timeline-content {
    padding-right: 0;
    padding-left: 65px;
  }
}
@media (max-width: 480px) {
  .rtl .section-timeline .timeline-item .timeline-content {
    padding-right: 0;
    padding-left: 30px;
  }
}
.rtl .section-timeline .timeline-item .timeline-content:before {
  left: inherit;
  right: 20px;
}
@media (max-width: 768px) {
  .rtl .section-timeline .timeline-item .timeline-content:before {
    left: 25px;
    right: inherit;
  }
}
.rtl .section-timeline .timeline-item .timeline-image {
  text-align: left;
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 768px) {
  .rtl .section-timeline .timeline-item .timeline-image {
    padding: 14px 0 14px 65px;
  }
}
@media (max-width: 480px) {
  .rtl .section-timeline .timeline-item .timeline-image {
    padding: 14px 0 14px 30px;
  }
}
.rtl .section-timeline .timeline-item .timeline-image:before {
  right: unset;
  left: 25px;
  border-left: 0;
  border-right: 34px solid #fff;
}
.rtl .section-timeline .timeline-item.timeline-item-reverse .timeline-content:before {
  right: unset;
  left: 20px;
}
.rtl .section-timeline .timeline-item.timeline-item-reverse .timeline-image {
  text-align: revert;
  padding-right: 50px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .rtl .section-timeline .timeline-item.timeline-item-reverse .timeline-image {
    padding: 14px 0 14px 65px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .rtl .section-timeline .timeline-item.timeline-item-reverse .timeline-image {
    padding: 14px 0 14px 30px;
    text-align: left;
  }
}
.rtl .section-timeline .timeline-item.timeline-item-reverse .timeline-image:before {
  border-left: 34px solid #fff;
  border-right: 0;
  border-bottom: 24px solid transparent;
  right: 25px;
  top: 14px;
  left: unset;
}
.rtl .section-timeline .timeline-item.timeline-item-reverse .timeline-content {
  padding-right: 0;
  padding-left: 65px;
  text-align: right;
}
@media (max-width: 768px) {
  .rtl .section-timeline .timeline-item.timeline-item-reverse .timeline-content {
    padding-left: 30px;
  }
}
.rtl .section-testimonials .testimonials-controls {
  left: 12px;
  right: inherit;
}
.rtl .section-testimonials .testimonial-image {
  direction: ltr;
}
.rtl .section-testimonials .testimonials-controls .slick-arrow:before {
  transform: rotate(180deg);
  display: inline-block;
}
.rtl .section-mixed_content .links-container .item a {
  padding-right: 10px;
  padding-left: 40px;
}
.rtl .section-mixed_content .links-container .item a i {
  right: inherit;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.rtl .single-event-post-content .section-about .event-banner-details > div:not(:last-child) {
  padding-right: 0;
  padding-left: 30px;
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width: 620px) {
  .rtl .single-event-post-content .section-about .event-banner-details > div:not(:last-child) {
    padding-left: 0;
    margin-left: 0;
  }
}
.rtl .single-event-post-content .section-about .event-banner-details > div:not(:last-child):not(:last-child):after {
  right: auto;
  left: 0;
}
@media (max-width: 620px) {
  .rtl .single-event-post-content .section-about .event-banner-details > div:not(:last-child):not(:last-child):after {
    right: 50%;
  }
}
.rtl .single-event-post-content .section-about .event-banner-content .dates svg {
  margin-left: 5px;
}
.rtl .section-video_gallery .container-outer .section-title h2 i {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .section-video_gallery .container-outer .videos .video-item .video-title {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .section-video_gallery .container-outer .videos .video-item .play-icon {
  right: 10px;
  left: auto;
}
@media (min-width: 992px) {
  .rtl .section-most_recent_items .questions-listing .tabed_content-text:after {
    left: -100%;
    right: auto;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .rtl .section-video_gallery .container-outer .videos .video-item:not(.featured-video):nth-of-type(2n-1) .play-icon {
    right: 25px;
  }
}
.rtl .portal-content .section-single-page .gform_wrapper .gfield_radio label,
.rtl .portal-content .section-single-page .gform_wrapper .ginput_container_consent label {
  padding-right: 25px;
  padding-left: 0;
}
.rtl .portal-content .section-single-page .gform_wrapper .gfield_radio label:before,
.rtl .portal-content .section-single-page .gform_wrapper .ginput_container_consent label:before {
  right: 3px;
  left: auto;
}
.rtl .portal-content .section-single-page .gform_wrapper .gfield_radio label:after,
.rtl .portal-content .section-single-page .gform_wrapper .ginput_container_consent label:after {
  right: 0;
  left: auto;
}
.rtl .iti__country-list {
  left: 0;
}
