@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

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

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("/assets/fonts/slick.eot");
  src: url("/assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/slick.woff") format("woff"), url("/assets/fonts/slick.ttf") format("truetype"), url("/assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #0F3B7C;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  background-color: #0F3B7C;
}

body {
  transition: opacity 500ms ease-in-out;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

a {
  color: #0F3B7C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  background-color: #d9d9d9;
  border: 0;
  height: 1px;
}

ul {
  list-style: none;
}

a, button, .button, .slideshow .slide .action, .footer-banner .action, .microsite-page .info-section .link-wrapper a, .service-page section.services .action-link, .post-page section.file-download .download-link, .product-page .action a, .product-list .block .action, .event-page .share-and-action-wrapper .action-wrapper a, .home-page .more-link-wrapper a, input {
  transition: all 150ms ease-in-out;
}

.section-header {
  text-align: center;
  padding-top: 24px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section-header .title {
    font-size: 32px;
  }
  .section-header .subtitle {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .section-header {
    padding-top: 0;
    margin-bottom: 64px;
  }
}

.section-header--left {
  text-align: center;
}

@media (min-width: 768px) {
  .section-header--left {
    text-align: left;
  }
}

.page-header--base {
  text-align: center;
  background-color: #262626;
}

.page-header--base .container {
  padding: 24px 24px 24px 24px;
}

@media (min-width: 768px) {
  .page-header--base .container {
    padding: 64px 24px 64px 24px;
  }
}

.page-header--base .title {
  color: #ffffff;
  font-size: 40px;
}

@media (min-width: 768px) {
  .page-header--base .title {
    font-size: 64px;
  }
}

.page-header--base .subtitle {
  color: #d9d9d9;
  font-size: 24px;
}

@media (min-width: 768px) {
  .page-header--base .subtitle {
    font-size: 32px;
  }
}

.fancy-message-box {
  text-align: center;
  padding: 16px;
}

@media (min-width: 768px) {
  .fancy-message-box {
    padding: 32px;
  }
}

.fancy-message-box .icon {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 9999px;
  background: gray;
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .fancy-message-box .icon {
    margin-bottom: 32px;
  }
}

.fancy-message-box .button, .fancy-message-box .slideshow .slide .action, .slideshow .slide .fancy-message-box .action, .fancy-message-box .footer-banner .action, .footer-banner .fancy-message-box .action, .fancy-message-box .microsite-page .info-section .link-wrapper a, .microsite-page .info-section .link-wrapper .fancy-message-box a, .fancy-message-box .service-page section.services .action-link, .service-page section.services .fancy-message-box .action-link, .fancy-message-box .post-page section.file-download .download-link, .post-page section.file-download .fancy-message-box .download-link, .fancy-message-box .product-page .action a, .product-page .action .fancy-message-box a, .fancy-message-box .product-list .block .action, .product-list .block .fancy-message-box .action, .fancy-message-box .event-page .share-and-action-wrapper .action-wrapper a, .event-page .share-and-action-wrapper .action-wrapper .fancy-message-box a, .fancy-message-box .home-page .more-link-wrapper a, .home-page .more-link-wrapper .fancy-message-box a {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .fancy-message-box .button, .fancy-message-box .slideshow .slide .action, .slideshow .slide .fancy-message-box .action, .fancy-message-box .footer-banner .action, .footer-banner .fancy-message-box .action, .fancy-message-box .microsite-page .info-section .link-wrapper a, .microsite-page .info-section .link-wrapper .fancy-message-box a, .fancy-message-box .service-page section.services .action-link, .service-page section.services .fancy-message-box .action-link, .fancy-message-box .post-page section.file-download .download-link, .post-page section.file-download .fancy-message-box .download-link, .fancy-message-box .product-page .action a, .product-page .action .fancy-message-box a, .fancy-message-box .product-list .block .action, .product-list .block .fancy-message-box .action, .fancy-message-box .event-page .share-and-action-wrapper .action-wrapper a, .event-page .share-and-action-wrapper .action-wrapper .fancy-message-box a, .fancy-message-box .home-page .more-link-wrapper a, .home-page .more-link-wrapper .fancy-message-box a {
    margin-top: 32px;
  }
}

.base-half-block {
  width: 100%;
}

@media (min-width: 768px) {
  .base-half-block {
    width: 50%;
  }
}

.base-third-block {
  width: 100%;
}

@media (min-width: 660px) {
  .base-third-block {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .base-third-block {
    width: 33.33%;
  }
}

.base-quarter-block {
  width: 100%;
}

@media (min-width: 425px) {
  .base-quarter-block {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .base-quarter-block {
    width: 25%;
  }
}

.base-fifth-block {
  width: 100%;
}

@media (min-width: 425px) {
  .base-fifth-block {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .base-fifth-block {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .base-fifth-block {
    width: 20%;
  }
}

.margin-bottom-medium {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .margin-bottom-medium {
    margin-bottom: 32px;
  }
}

@media (min-width: 1024px) {
  .margin-bottom-medium {
    margin-bottom: 40px;
  }
}

@font-face {
  font-family: 'Sanchez';
  src: url("/assets/fonts/Sanchez-Light.eot");
  src: url("/assets/fonts/Sanchez-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Sanchez-Light.woff2") format("woff2"), url("/assets/fonts/Sanchez-Light.woff") format("woff"), url("/assets/fonts/Sanchez-Light.svg#Sanchez-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: 'Sanchez';
  src: url("/assets/fonts/Sanchez-Regular.eot");
  src: url("/assets/fonts/Sanchez-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Sanchez-Regular.woff2") format("woff2"), url("/assets/fonts/Sanchez-Regular.woff") format("woff"), url("/assets/fonts/Sanchez-Regular.svg#Sanchez-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: 'Sanchez';
  src: url("/assets/fonts/Sanchez-SemiBold.eot");
  src: url("/assets/fonts/Sanchez-SemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Sanchez-SemiBold.woff2") format("woff2"), url("/assets/fonts/Sanchez-SemiBold.woff") format("woff"), url("/assets/fonts/Sanchez-SemiBold.svg#Sanchez-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

body {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #595959;
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  color: #262626;
}

div, span, p, a {
  font-size: 18px;
}

@media (min-width: 768px) {
  div, span, p, a {
    font-size: 22px;
  }
}

strong {
  font-weight: 500;
}

header .title {
  color: #000000;
}

header .subtitle {
  color: gray;
  font-weight: 500;
  margin-top: 4px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

.base-content {
  font-weight: 500;
  font-size: 18px;
}

@media (min-width: 768px) {
  .base-content {
    font-size: 22px;
  }
}

.base-content div, .base-content span, .base-content p, .base-content a {
  font-size: 18px;
}

@media (min-width: 768px) {
  .base-content div, .base-content span, .base-content p, .base-content a {
    font-size: 22px;
  }
}

.base-content h1, .base-content h2, .base-content h3, .base-content h4, .base-content h5, .base-content h6, .base-content p, .base-content ul {
  margin-bottom: 16px;
}

.base-content h2, .base-content h3, .base-content h4, .base-content h5, .base-content h6 {
  margin-top: 32px;
}

.base-content li {
  margin-left: 16px;
}

.base-content li::before {
  content: "•";
  color: #0F3B7C;
  display: inline-block;
  width: 10px;
  margin-right: 8px;
}

.base-content p:last-child {
  margin-bottom: 0;
}

.base-content hr {
  margin: 32px 0;
}

.base-content table {
  border: 0 solid transparent;
}

.base-content blockquote {
  border-left: 3px solid #0F3B7C;
  padding: 8px 4px 4px 16px;
  margin-bottom: 16px;
  margin: 12px 0 16px 12px;
}

.base-content iframe[src*="youtube"] {
  max-width: 560px !important;
  width: 100% !important;
  min-height: 315px !important;
}

.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

.hidden {
  display: none;
}

.full {
  display: block;
  width: 100%;
}

.reset-list, .main-header .navigation ul, .main-footer .main .block ul, .social-icons {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.background-cover, .page-header--base, .slideshow .slide, .service-page .page-header, .service-page section.services .image-wrapper, .post-page .post-header .cover, .event-page .page-header .cover, .event-page .page-header .icon, .event-page .body-wrapper .info-wrapper .icon, .media-block a, .about-page section.board .block .logo {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.background-contain, .microsite-page .info-section .block .icon, .microsite-page .sponsors-section .block .logo, .post-page section.file-download .download-link .icon, section.cluster-blocks .block .logo {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.base-header, .services-page header {
  text-align: center;
}

.link-decoration, .services-list .block .link {
  box-shadow: inset 0 -9px 0 rgba(15, 59, 124, 0.15);
}

.link-decoration--hover, .services-list .block .link:hover {
  box-shadow: inset 0 -9px 0 rgba(15, 59, 124, 0.3);
}

.base-box, .service-page section.services .block, .posts-page .block, .events-page .block, .event-page .event-wrapper, .contact-page section.information {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.heading-decoration:after {
  display: block;
  content: " ";
  margin-top: 32px;
  width: 60px;
  height: 10px;
  background: url(/assets/images/decoration-zigzag.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-decoration--small:after {
  display: block;
  content: " ";
  margin-top: 16px;
  margin-bottom: 16px;
  width: 38px;
  height: 7px;
  background: url(/assets/images/decoration-zigzag.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-abstract, .main-footer .main .block--contact .logo, .microsite-footer .block .logo, .home-page section.about .logo, .about-page section.content-blocks .logo {
  width: 74px;
  height: 100px;
  display: inline-block;
  background-image: url(/assets/images/logo-abstract.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.flex-center, .microsite-page .main-header .logo-wrapper, .microsite-footer .block, .microsite-footer .info {
  display: flex;
  align-items: center;
  justify-content: center;
}

html {
  box-sizing: border-box;
}

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

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0;
  padding: 0;
}

.button, .slideshow .slide .action, .footer-banner .action, .microsite-page .info-section .link-wrapper a, .service-page section.services .action-link, .post-page section.file-download .download-link, .product-page .action a, .product-list .block .action, .event-page .share-and-action-wrapper .action-wrapper a, .home-page .more-link-wrapper a {
  background: #0F3B7C;
  color: #ffffff;
  border: 0;
  padding: 16px 64px 14px 64px;
  cursor: pointer;
  border-radius: 0;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-size: 24px;
  display: block;
  width: 100%;
  text-align: center;
}

.button:hover, .slideshow .slide .action:hover, .footer-banner .action:hover, .microsite-page .info-section .link-wrapper a:hover, .service-page section.services .action-link:hover, .post-page section.file-download .download-link:hover, .product-page .action a:hover, .product-list .block .action:hover, .event-page .share-and-action-wrapper .action-wrapper a:hover, .home-page .more-link-wrapper a:hover {
  text-decoration: none;
  background: #0c3065;
  border: 0;
}

@media (min-width: 768px) {
  .button, .slideshow .slide .action, .footer-banner .action, .microsite-page .info-section .link-wrapper a, .service-page section.services .action-link, .post-page section.file-download .download-link, .product-page .action a, .product-list .block .action, .event-page .share-and-action-wrapper .action-wrapper a, .home-page .more-link-wrapper a {
    display: inline-block;
    width: auto;
  }
}

.button--large {
  font-size: 22px;
}

.button--alt {
  background: #000000;
  border: 0;
}

.button--alt:hover {
  background: #1a1a1a;
  border: 0;
}

.button--small, .product-list .block .action {
  font-family: "Montserrat", "Arial", sans-serif-2;
}

.button--large {
  font-family: "Montserrat", "Arial", sans-serif2;
}

.button--full, .product-page .action a, .product-list .block .action, .contact-page section.contact-form .button, .contact-page section.contact-form .slideshow .slide .action, .slideshow .slide .contact-page section.contact-form .action, .contact-page section.contact-form .footer-banner .action, .footer-banner .contact-page section.contact-form .action, .contact-page section.contact-form .microsite-page .info-section .link-wrapper a, .microsite-page .info-section .link-wrapper .contact-page section.contact-form a, .contact-page section.contact-form .service-page section.services .action-link, .service-page section.services .contact-page section.contact-form .action-link, .contact-page section.contact-form .post-page section.file-download .download-link, .post-page section.file-download .contact-page section.contact-form .download-link, .contact-page section.contact-form .product-page .action a, .product-page .action .contact-page section.contact-form a, .contact-page section.contact-form .product-list .block .action, .product-list .block .contact-page section.contact-form .action, .contact-page section.contact-form .event-page .share-and-action-wrapper .action-wrapper a, .event-page .share-and-action-wrapper .action-wrapper .contact-page section.contact-form a, .contact-page section.contact-form .home-page .more-link-wrapper a, .home-page .more-link-wrapper .contact-page section.contact-form a {
  display: inline-block;
  width: 100%;
}

.button--outlined {
  background: transparent;
  color: #262626;
}

.button--outlined:hover {
  color: #ffffff;
  background: #0F3B7C;
  border: 3px solid #0F3B7C;
}

.base-form label {
  display: block;
  margin-bottom: 4px;
  font-size: 19px;
  font-weight: 500;
}

.base-form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  border: 1px solid #d9d9d9;
  font-family: "Montserrat", "Arial", sans-serif;
  color: #595959;
  font-size: 18px;
  border-radius: 2px;
}

.base-form input {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  border: 1px solid #d9d9d9;
  font-family: "Montserrat", "Arial", sans-serif;
  color: #595959;
  font-size: 18px;
  border-radius: 2;
}

.base-form select {
  width: 100%;
  display: block;
  height: 42px;
}

.base-form textarea:focus, .base-form input:focus, .base-form select:focus {
  border: 1px solid #0F3B7C;
  box-shadow: 0 0 0 1px #0F3B7C;
  outline: none;
}

.base-form button {
  display: block;
  width: 100%;
}

.base-form fieldset {
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 16px;
}

.base-form legend {
  padding: 0 4px;
  margin: 0 -4px;
  font-weight: 500;
}

.base-container, .main-footer .container, .contact-page .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.base-page-container, .footer-banner .container, .basic-page .container, .microsite-page .container, .microsite-footer .container, .alert-page .container, .services-page .container, .service-page .container, .posts-page .container, .post-page .container, .product-page .container, .events-page .container, .event-page .container, .home-page .container, .committees-page .container, section.strategic-allies .container, section.clusters .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px;
}

@media (min-width: 768px) {
  .base-page-container, .footer-banner .container, .basic-page .container, .microsite-page .container, .microsite-footer .container, .alert-page .container, .services-page .container, .service-page .container, .posts-page .container, .post-page .container, .product-page .container, .events-page .container, .event-page .container, .home-page .container, .committees-page .container, section.strategic-allies .container, section.clusters .container {
    padding: 80px 24px;
  }
}

.container--regular, .footer-banner .container, .services-page .container, .product-page .container, .event-page .container, .contact-page .container, .home-page .container, .committees-page .container, section.strategic-allies .container, section.clusters .container {
  max-width: 1200px;
}

.container--large {
  max-width: 1600px;
}

.container--small, .basic-page .container, .microsite-page .container, .microsite-footer .container, .alert-page .container, .services-page header, .service-page .container, .posts-page .container, .post-page .container, .events-page .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.container--smaller {
  max-width: 640px;
}

.container--full {
  max-width: 100%;
}

.container-padding--regular, .contact-page .container {
  padding: 32px 24px;
}

@media (min-width: 768px) {
  .container-padding--regular, .contact-page .container {
    padding: 80px 24px;
  }
}

.container-padding-bottom--regular, .services-page header, .posts-page .base-content, .events-page .base-content {
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .container-padding-bottom--regular, .services-page header, .posts-page .base-content, .events-page .base-content {
    padding-bottom: 80px;
  }
}

.container-padding-top--regular, .service-page section.services {
  padding-top: 24px;
}

@media (min-width: 768px) {
  .container-padding-top--regular, .service-page section.services {
    padding-top: 80px;
  }
}

.container-padding--small {
  padding: 24px 24px;
}

@media (min-width: 768px) {
  .container-padding--small {
    padding: 48px 24px;
  }
}

.container-margin--regular {
  margin: 24px 0;
}

@media (min-width: 768px) {
  .container-margin--regular {
    margin: 48px 0;
  }
}

.container-margin-bottom--regular, .services-page .base-content {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .container-margin-bottom--regular, .services-page .base-content {
    margin-bottom: 80px;
  }
}

.header-padding--regular {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .header-padding--regular {
    margin-bottom: 80px;
  }
}

.header-spacer {
  height: 72px;
}

@media (min-width: 1148px) {
  .header-spacer {
    height: 146px;
  }
}

.main-header {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 49.99%, #000000 50%, #000000 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
}

.main-header .header-bar {
  background-color: #0F3B7C;
}

.main-header .header-bar .header-bar-wrapper {
  display: none;
}

@media (min-width: 1148px) {
  .main-header .header-bar .header-bar-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    max-width: 1200px;
    margin: auto;
  }
}

.main-header .header-bar .info-wrapper {
  display: flex;
}

.main-header .header-bar .info-wrapper a:hover {
  color: #d9d9d9;
  text-decoration: none;
}

.main-header .header-bar .phone-wrapper, .main-header .header-bar .email-wrapper, .main-header .header-bar .whatsapp-wrapper {
  display: flex;
  align-items: center;
  color: white;
  margin-right: 16px;
  font-size: 16px;
}

.main-header .header-bar .phone-wrapper .icon, .main-header .header-bar .email-wrapper .icon, .main-header .header-bar .whatsapp-wrapper .icon {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background-image: url(/assets/images/icons/mobile-alt.svg);
}

.main-header .header-bar .email-wrapper .icon {
  background-image: url(/assets/images/icons/envelope-alt.svg);
}

.main-header .header-bar .phone-wrapper .icon {
  background-image: url(/assets/images/icons/mobile-alt.svg);
}

.main-header .header-bar .whatsapp-wrapper .icon {
  background-image: url(/assets/images/icons/icon-whatsapp-alt.svg);
}

.main-header .header-bar--hidden {
  overflow: hidden;
  height: 0;
}

.main-header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  background-color: #000000;
}

.main-header .logo-decoration-wrapper {
  background-color: #ffffff;
  display: flex;
}

.main-header .logo-wrapper {
  padding: 0 16px;
}

.main-header .decoration-arrow {
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 32px solid white;
  background-color: black;
  margin-left: 16px;
}

@media (min-width: 1148px) {
  .main-header .decoration-arrow {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
  }
}

.main-header .logo {
  width: 120px;
}

@media (min-width: 1148px) {
  .main-header .logo {
    width: 180px;
  }
}

.main-header .mobile-navigation-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  border: 3px solid #d9d9d9;
  background: transparent;
  border-radius: 0;
  padding: 8px;
  margin: 0 8px;
}

@media (min-width: 1148px) {
  .main-header .mobile-navigation-button {
    display: none;
  }
}

.main-header .mobile-navigation-button img {
  width: 100%;
}

.main-header .navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.main-header .navigation ul {
  display: none;
  width: 100%;
}

@media (min-width: 1148px) {
  .main-header .navigation ul {
    display: flex;
    justify-content: flex-end;
    padding: 0 40px;
  }
}

.main-header .navigation li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 32px;
}

.main-header .navigation li:first-child {
  margin-left: 0;
}

.main-header .navigation a {
  display: block;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
}

.main-header .navigation a:hover {
  color: #d9d9d9;
  text-decoration: none;
}

.main-header .navigation .action a {
  background-color: #0F3B7C;
  padding: 16px 32px;
}

.main-header .navigation .action a:hover {
  color: #000000;
  background-color: #ffffff;
}

.main-header .navigation-overlay {
  height: 0%;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  overflow: hidden;
  transition: 0.3s;
}

.main-header .navigation-overlay .overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.main-header .navigation-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 22px;
  color: #ffffff;
  display: block;
}

.main-header .navigation-overlay .close-button {
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 60px;
  height: 24px;
  width: 24px;
  padding: 0;
  margin: 0;
}

.main-header .social-icons {
  justify-content: center;
}

.main-header .social-icons li:not(:last-child) {
  margin-right: 16px;
}

.main-header .social-icons li:last-child {
  margin-right: 0;
}

.main-header .social-icons svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.main-header .social-icons a:hover svg {
  fill: #d9d9d9;
}

.main-footer {
  background-color: #0F3B7C;
}

.main-footer .main {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px;
}

@media (min-width: 768px) {
  .main-footer .main {
    padding: 64px;
  }
}

.main-footer .main .block {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .main-footer .main .block {
    width: 50%;
    margin-bottom: 32px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .main-footer .main .block {
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
}

.main-footer .main .block:last-child {
  margin-bottom: 0;
}

.main-footer .main .block h2 {
  font-size: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}

@media (min-midth: 768px) {
  .main-footer .main .block h2 {
    margin-bottom: 20px;
  }
}

.main-footer .main .block li {
  margin-bottom: 4px;
}

.main-footer .main .block li:last-child {
  margin-bottom: 0;
}

.main-footer .main .block a {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
}

.main-footer .main .block a:hover {
  color: #ffffff;
  text-decoration: none;
}

.main-footer .main .block--contact {
  display: flex;
  justify-content: center;
}

.main-footer .main .block--contact .logo {
  display: none;
  margin-right: 32px;
}

@media (min-width: 1120px) {
  .main-footer .main .block--contact .logo {
    width: 40px;
    display: block;
  }
}

.main-footer .main .block--contact .social-icons {
  margin-top: 16px;
  justify-content: center;
}

@media (min-width: 1024px) {
  .main-footer .main .block--contact .social-icons {
    justify-content: flex-start;
  }
}

.main-footer .main .block--contact .social-icons li:not(:last-child) {
  margin-right: 16px;
}

.main-footer .main .block--contact .social-icons svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.main-footer .main .block--contact .social-icons a:hover svg {
  fill: #ffffff;
}

.main-footer .secondary {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px;
  text-align: center;
}

.main-footer .secondary .block {
  width: 100%;
}

@media (min-width: 768px) {
  .main-footer .secondary .block {
    width: auto;
  }
}

.main-footer .secondary .block--notice {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .main-footer .secondary .block--notice {
    margin-bottom: 0;
  }
}

.main-footer .secondary .block--navigation-items {
  font-size: 0;
}

.main-footer .secondary a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}

.main-footer .secondary a:hover {
  color: #ffffff;
}

.main-footer .secondary li:not(:first-child)::before {
  content: "|";
  margin: 0 8px;
  color: #a6a6a6;
}

.main-footer .secondary ul {
  font-size: 14px;
  display: inline-block;
}

@media (min-width: 768px) {
  .main-footer .secondary ul {
    text-align: right;
  }
}

.main-footer .secondary li {
  display: inline-block;
}

.social-icons {
  display: flex;
  align-items: center;
}

.social-icons li {
  display: flex;
  vertical-align: top;
}

.social-icons li:not(:last-child) {
  margin-right: 10px;
}

.social-icons a {
  display: flex;
  vertical-align: middle;
  font-size: 0;
}

.social-icons svg {
  width: 20px;
  height: 20px;
  transition: all 200ms ease-in-out;
  fill: #595959;
}

.social-icons a:hover svg {
  fill: #000000;
}

.share-icons {
  display: flex;
}

.share-icons li {
  display: flex;
  vertical-align: top;
}

.share-icons li:not(:last-child) {
  margin-right: 10px;
}

.share-icons a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.share-icons svg {
  width: 18px;
  height: 18px;
  transition: all 200ms ease-in-out;
  fill: #595959;
}

.share-icons a:hover svg {
  fill: #333333;
}

.share-icons .google {
  display: none;
}

.share-icons .facebook-messenger {
  display: none;
}

.slideshow {
  overflow: hidden;
  background: #ffffff;
}

.slideshow .slide {
  display: grid !important;
  height: 600px;
  padding: 24px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .slideshow .slide {
    padding: 64px;
  }
}

.slideshow .slide .cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none;
}

.slideshow .slide .info {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.slideshow .slide .title {
  color: #ffffff;
  font-size: 52px;
  font-weight: 500;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.slideshow .slide .subtitle {
  color: #d9d9d9;
  font-size: 28px;
  font-weight: 500;
  margin-top: 8px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.slideshow .slide .action {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .slideshow .slide.left {
    grid-template-columns: 50% 50%;
  }
}

@media (min-width: 768px) {
  .slideshow .slide.left .cover {
    display: flex;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
}

@media (min-width: 768px) {
  .slideshow .slide.left .info {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    padding-left: 32px;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .slideshow .slide.right {
    grid-template-columns: 50% 50%;
  }
}

@media (min-width: 768px) {
  .slideshow .slide.right .cover {
    display: flex;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
}

@media (min-width: 768px) {
  .slideshow .slide.right .info {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    padding-right: 32px;
    text-align: left;
  }
}

.banners-widget .block a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-banner {
  background: linear-gradient(to bottom right, #0084C5, #244D90);
}

.footer-banner .container {
  display: grid;
}

.footer-banner .cover {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-banner .info {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
  text-align: center;
}

.footer-banner .info.no-margin-top {
  margin-top: 0;
}

.footer-banner .title {
  color: #ffffff;
  font-size: 40px;
}

.footer-banner .subtitle {
  color: #d9d9d9;
  font-size: 24px;
  font-weight: 500;
  margin-top: 24px;
}

.footer-banner .action {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .footer-banner.left .container {
    grid-template-columns: 40% 60%;
  }
}

@media (min-width: 768px) {
  .footer-banner.left .cover {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .footer-banner.left .info {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    padding-left: 40px;
    margin-top: 0;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .footer-banner.right .container {
    grid-template-columns: 60% 40%;
  }
}

@media (min-width: 768px) {
  .footer-banner.right .cover {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .footer-banner.right .info {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    padding-right: 40px;
    margin-top: 0;
    text-align: left;
  }
}

.services-list .wrapper {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .services-list .wrapper {
    flex-direction: row;
  }
}

.services-list .block {
  width: 100%;
  padding: 48px;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}

@media (min-width: 768px) {
  .services-list .block {
    border-bottom: none;
    border-right: 1px solid #f2f2f2;
  }
}

.services-list .block:hover {
  background: #fcfcfc;
  text-decoration: none;
}

.services-list .block:last-child {
  border-right: 0;
}

.services-list .block .icon {
  margin-bottom: 24px;
}

.services-list .block img {
  max-width: 100px;
  max-height: 100px;
}

.services-list .block .title {
  font-size: 32px;
}

.services-list .block .summary {
  color: gray;
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.services-list .block .link {
  font-size: 18px;
}

.microsite-page .main-header .header-bar {
  background-color: #d53d20;
}

.microsite-page .main-header .logo-wrapper {
  padding: 16px;
}

.microsite-page .main-header .logo {
  font-size: 0;
  width: 120px;
}

@media (min-width: 1148px) {
  .microsite-page .main-header .logo {
    width: 206px;
  }
}

.microsite-page .main-header .navigation ul {
  display: flex;
  justify-content: flex-end;
  padding: 0 12px;
}

@media (max-width: 440px) {
  .microsite-page .main-header li {
    display: none;
  }
}

@media (max-width: 780px) {
  .microsite-page .main-header li:not(.action) {
    display: none;
  }
}

@media (min-width: 960px) and (min-width: 960px) {
  .microsite-page .main-header .navigation ul {
    padding: 0 24px;
  }
}

.microsite-page .slideshow .title {
  display: none;
}

.microsite-page .page-cover {
  background-color: #f2f2f2;
}

.microsite-page .page-cover img {
  width: 100vw;
}

.microsite-page .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.microsite-page .summary-section .container {
  padding-top: 0;
}

.microsite-page .summary-section .block {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width: 480px) {
  .microsite-page .summary-section .block {
    width: 50%;
  }
}

@media (min-width: 780px) {
  .microsite-page .summary-section .block {
    width: 25%;
    margin-bottom: 0;
  }
}

.microsite-page .summary-section .block .data {
  display: inline-block;
  margin-bottom: 24px;
}

.microsite-page .summary-section .block .data .data-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/assets/images/hexagonal-blue-backgound.svg);
  width: 150px;
  height: 131px;
}

.microsite-page .summary-section .block .data span {
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
}

.microsite-page .info-section {
  background-color: #f2f2f2;
}

.microsite-page .info-section .block {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width: 580px) {
  .microsite-page .info-section .block {
    width: 33.33%;
    margin-bottom: 0;
  }
}

.microsite-page .info-section .block .icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-bottom: 32px;
}

.microsite-page .info-section .link-wrapper {
  margin-top: 64px;
  text-align: center;
}

.microsite-page .members-section {
  background-color: #f2f2f2;
}

.microsite-page .members-section .block {
  width: 100%;
  background-color: #ffffff;
  padding: 24px;
  text-align: center;
}

.microsite-page .members-section .block:not(:last-child) {
  margin-bottom: 4px;
}

.microsite-page .banner-section img {
  width: 100%;
}

@media (max-width: 768px) {
  .microsite-page .sponsors-section .grid {
    margin: 0 -24px;
  }
}

.microsite-page .sponsors-section .block {
  width: 100%;
  padding: 12px;
}

@media (min-width: 380px) {
  .microsite-page .sponsors-section .block {
    width: 50%;
  }
}

@media (min-width: 780px) {
  .microsite-page .sponsors-section .block {
    width: 25%;
  }
  .microsite-page .sponsors-section .block .logo {
    height: 180px;
  }
}

.microsite-page .sponsors-section .block:hover {
  text-decoration: none;
}

.microsite-page .sponsors-section .block .link-wrapper {
  text-align: center;
  padding: 16px;
  background-color: #ffffff;
  height: 100%;
}

.microsite-page .sponsors-section .block .link-wrapper:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.microsite-page .sponsors-section .block .logo {
  max-width: 180px;
  width: 100%;
  height: 130px;
  margin: auto;
}

.microsite-page .sponsors-section .block .name {
  display: none;
  font-size: 18px;
}

.microsite-page .main-footer--microsite .main .block h2 {
  color: #d53d20;
}

.microsite-page .main-footer--microsite .register-button {
  color: white;
  background-color: #d53d20;
  padding: 16px 32px;
  border-radius: 8px;
  text-transform: uppercase;
  margin: 16px 0;
  display: block;
}

.microsite-footer {
  background-color: #0F3B7C;
}

.microsite-footer h2 {
  font-size: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}

@media (min-midth: 768px) {
  .microsite-footer h2 {
    margin-bottom: 20px;
  }
}

.microsite-footer a {
  color: #ffffff;
}

.microsite-footer a:hover {
  text-decoration: none;
}

.microsite-footer .block, .microsite-footer .info {
  text-align: center;
  flex-direction: column;
}

.microsite-footer .block .logo {
  margin-bottom: 24px;
  display: inline-block;
}

.microsite-footer .block .social-icons {
  margin-top: 16px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .microsite-footer .block .social-icons {
    justify-content: flex-start;
  }
}

.microsite-footer .block .social-icons li:not(:last-child) {
  margin-right: 16px;
}

.microsite-footer .block .social-icons svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.microsite-footer .block .social-icons a:hover svg {
  fill: #ffffff;
}

.alert-page section.alert {
  text-align: center;
}

.alert-page section.alert .icon {
  padding: 24px;
  height: 80px;
  width: 80px;
  background: #0F3B7C;
  border-radius: 9999px;
  margin: auto;
  margin-bottom: 24px;
}

.alert-page section.alert .subtitle {
  font-size: 24px;
}

.service-page .page-header {
  display: flex;
  align-items: center;
}

.service-page section.services .block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .service-page section.services .block {
    align-items: flex-start;
    flex-direction: row;
  }
}

.service-page section.services .block:last-child {
  margin-bottom: 0;
}

.service-page section.services .cover {
  margin-right: 24px;
}

.service-page section.services .image-wrapper {
  border-radius: 2px;
  width: 160px;
  height: 160px;
}

.service-page section.services .info-wrapper {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .service-page section.services .info-wrapper {
    margin-top: 0;
    text-align: left;
  }
}

.service-page section.services .subtitle {
  margin-top: 4px;
}

.service-page section.services .subtitle::after {
  display: block;
  content: " ";
  margin: auto;
  margin-top: 32px;
  width: 60px;
  height: 10px;
  background: url(/assets/images/decoration-zigzag.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .service-page section.services .subtitle::after {
    margin: 0;
    margin-top: 32px;
  }
}

.service-page section.services .body {
  margin-top: 24px;
  font-size: 20px;
}

.service-page section.services .action-link {
  margin-top: 24px;
}

.posts-page .block {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  padding: 22px;
  margin-bottom: 16px;
  text-align: center;
}

.posts-page .block:last-child {
  margin-bottom: 0;
}

.posts-page .block .cover {
  width: 100%;
}

.posts-page .block .info-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 0 0 0;
}

.posts-page .block .date {
  color: #595959;
  font-size: 18px;
  margin-top: 4px;
}

.posts-page .block .title {
  font-size: 22px;
}

.posts-page .block .summary {
  font-size: 18px;
  font-weight: 500;
  color: gray;
  margin-top: 24px;
}

.posts-page .block .link-wrapper {
  margin-top: 16px;
}

.posts-page .block .link {
  font-size: 18px;
}

.posts-page .block .link:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .posts-page .block {
    flex-direction: row;
    justify-content: left;
  }
  .posts-page .block .cover {
    width: 333px;
  }
  .posts-page .block .info-wrapper {
    text-align: left;
    width: calc(100% - 333px);
    padding: 0 0 0 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.post-page .post-header .title {
  color: #0F3B7C;
}

.post-page .post-header .cover {
  height: 530px;
  background-color: #f2f2f2;
}

.post-page .created {
  font-size: 18px;
  font-weight: 500;
  padding: 16px 0;
}

.post-page .share-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 32px;
  border-bottom: 1px solid #d9d9d9;
  padding: 16px 0;
}

.post-page .share-wrapper .share-wrapper {
  display: flex;
  align-items: center;
}

.post-page section.file-download .container {
  padding-top: 0;
}

.post-page section.file-download .download-link {
  display: block;
}

.post-page section.file-download .download-link .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url(/assets/images/icons/file-download.svg);
}

.post-page section.banners-widget {
  background-color: #f2f2f2;
}

.product-page .container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .product-page .container {
    flex-direction: row;
  }
}

.product-page .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
  .product-page .image-wrapper {
    width: 40%;
  }
}

.product-page .info-wrapper {
  width: 100%;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .product-page .info-wrapper {
    width: 60%;
    padding-top: 0;
    padding-left: 40px;
  }
}

@media (min-width: 1024px) {
  .product-page .info-wrapper {
    padding-left: 80px;
  }
}

.product-page .short-description, .product-page .price-wrapper, .product-page .share-wrapper, .product-page .availability, .product-page .action, .product-page .description {
  margin-top: 16px;
}

.product-page .name, .product-page .short-description, .product-page .price-wrapper, .product-page .availability {
  text-align: center;
}

.product-page .short-description {
  font-size: 28px;
  color: gray;
  font-weight: 500;
  margin-top: 4px;
}

.product-page .price-wrapper {
  margin-top: 40px;
  padding: 24px 0;
  border: 1px dashed #d9d9d9;
}

.product-page .price-wrapper .price {
  font-weight: 500;
}

.product-page .price-wrapper .original-price {
  color: #a6a6a6;
  text-decoration: line-through;
}

.product-page .availability--available {
  color: #5cb85c;
}

.product-page .availability--unavailable {
  color: #d9534f;
}

.product-page .share-wrapper .share-icons {
  justify-content: center;
}

.product-page .description {
  margin-top: 40px;
}

.product-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-category-list .block {
  padding: 24px;
  width: calc(33.33% - 16px);
  margin: 8px;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.product-category-list .block .name {
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin-top: 24px;
}

.product-catalog-page .section-header {
  text-align: center;
  margin-bottom: 80px;
}

.product-catalog-page .spacer {
  height: 40px;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-list .block {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.product-list .block .action {
  display: none;
}

.product-list .block:hover .action {
  opacity: 1;
}

@media (min-width: 560px) {
  .product-list .block {
    width: calc(50% - 16px);
    margin: 8px;
    margin-bottom: 8px;
  }
  .product-list .block .action {
    display: block;
  }
}

@media (min-width: 768px) {
  .product-list .block {
    width: 33.33%;
    margin: 0;
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .product-list .block:hover {
    background-color: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  }
  .product-list .block:hover .action {
    opacity: 1;
  }
}

.product-list .block .product-wrapper {
  padding: 16px;
}

@media (min-width: 560px) {
  .product-list .block .product-wrapper {
    padding: 24px;
  }
}

.product-list .block .thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 560px) {
  .product-list .block .thumbnail {
    height: 256px;
  }
}

.product-list .block img {
  max-width: 100%;
  max-height: 100%;
}

.product-list .block .name {
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

.product-list .block .price, .product-list .block .original-price {
  font-size: 18px;
}

.product-list .block .price {
  color: #595959;
  font-weight: 500;
}

.product-list .block .original-price {
  color: #a6a6a6;
  text-decoration: line-through;
}

.product-list .block .action {
  opacity: 0;
  font-size: 18px;
  padding: 16px 16px 14px 16px;
}

.events-page .block {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  padding: 22px;
  margin-bottom: 16px;
  text-align: center;
}

.events-page .block:last-child {
  margin-bottom: 0;
}

.events-page .block .cover {
  width: 100%;
}

.events-page .block .info-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 0 0 0;
}

.events-page .block .date {
  color: #595959;
  font-size: 18px;
  margin-top: 4px;
}

.events-page .block .title {
  font-size: 22px;
}

.events-page .block .summary {
  font-size: 18px;
  font-weight: 500;
  color: gray;
  margin-top: 24px;
}

.events-page .block .link-wrapper {
  margin-top: 16px;
}

.events-page .block .link {
  font-size: 18px;
}

.events-page .block .link:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .events-page .block {
    flex-direction: row;
    justify-content: left;
  }
  .events-page .block .cover {
    width: 333px;
  }
  .events-page .block .info-wrapper {
    text-align: left;
    width: calc(100% - 333px);
    padding: 0 0 0 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.event-page .container {
  padding: 0;
}

@media (min-width: 768px) {
  .event-page .container {
    padding: 80px 24px;
  }
}

.event-page .page-header {
  display: flex;
  flex-direction: column;
  min-height: 390px;
}

@media (min-width: 768px) {
  .event-page .page-header {
    flex-direction: row;
  }
}

.event-page .page-header .cover {
  width: 100%;
  height: 390px;
}

@media (min-width: 768px) {
  .event-page .page-header .cover {
    height: auto;
    width: 60%;
  }
}

.event-page .page-header .info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 24px;
  background: url("/assets/images/secondary-background.jpg");
  background-color: #0F3B7C;
  text-align: center;
}

@media (min-width: 768px) {
  .event-page .page-header .info-wrapper {
    width: 40%;
    padding: 56px;
    text-align: left;
  }
}

.event-page .page-header .title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
}

.event-page .page-header .subtitle {
  color: #d9d9d9;
  font-size: 24px;
  font-weight: 500;
  margin-top: 24px;
}

.event-page .page-header .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 16px;
}

.event-page .page-header .icon--date {
  background: url("/assets/images/icons/calendar-alt.svg");
}

.event-page .page-header .icon--city {
  background: url("/assets/images/icons/globe-alt.svg");
}

.event-page .page-header .date, .event-page .page-header .city {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .event-page .page-header .date, .event-page .page-header .city {
    justify-content: left;
  }
}

.event-page .page-header .date {
  margin-bottom: 12px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .event-page .page-header .date {
    margin-top: 56px;
  }
}

.event-page .page-header span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.event-page .share-and-action-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  flex-direction: column;
}

@media (min-width: 768px) {
  .event-page .share-and-action-wrapper {
    height: 95px;
    flex-direction: row;
  }
}

.event-page .share-and-action-wrapper .share-wrapper {
  display: flex;
  align-items: center;
  margin-left: 24px;
}

.event-page .share-and-action-wrapper .share-wrapper span {
  display: none;
  font-size: 16px;
  font-weight: 500;
  margin-right: 22px;
}

@media (min-width: 768px) {
  .event-page .share-and-action-wrapper .share-wrapper span {
    display: block;
  }
}

@media (min-width: 768px) {
  .event-page .share-and-action-wrapper .share-wrapper {
    flex-direction: row;
  }
}

.event-page .share-and-action-wrapper .action-wrapper {
  width: 100%;
  padding-left: 16px;
  margin-top: 16px;
}

.event-page .share-and-action-wrapper .action-wrapper a {
  width: 100%;
}

@media (min-width: 768px) {
  .event-page .share-and-action-wrapper .action-wrapper {
    width: 40%;
    margin-top: 0px;
  }
}

.event-page .body-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .event-page .body-wrapper {
    flex-direction: row;
  }
}

.event-page .body-wrapper .base-content, .event-page .body-wrapper .info-wrapper {
  padding: 24px;
}

@media (min-width: 768px) {
  .event-page .body-wrapper .base-content, .event-page .body-wrapper .info-wrapper {
    padding: 56px;
  }
}

.event-page .body-wrapper .base-content {
  width: 100%;
}

@media (min-width: 768px) {
  .event-page .body-wrapper .base-content {
    width: 60%;
  }
}

.event-page .body-wrapper .info-wrapper {
  width: 100%;
}

.event-page .body-wrapper .info-wrapper .content-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .event-page .body-wrapper .info-wrapper {
    width: 40%;
  }
}

.event-page .body-wrapper .info-wrapper .date-details, .event-page .body-wrapper .info-wrapper .location-details {
  display: flex;
}

.event-page .body-wrapper .info-wrapper .date-details {
  margin-bottom: 56px;
}

.event-page .body-wrapper .info-wrapper .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-right: 16px;
}

.event-page .body-wrapper .info-wrapper .icon--date {
  background: url("/assets/images/icons/calendar.svg");
}

.event-page .body-wrapper .info-wrapper .icon--location {
  background: url("/assets/images/icons/map-marker.svg");
}

.event-page .body-wrapper .info-wrapper .title {
  font-size: 22px;
  margin-bottom: 12px;
}

.event-page .body-wrapper .info-wrapper .content {
  font-size: 19px;
  font-weight: 500;
}

.contact-page .container {
  font-size: 0px;
}

.contact-page section.contact-form {
  display: inline-block;
  width: 100%;
  margin-bottom: 32px;
}

.contact-page section.contact-form .page-header {
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .contact-page section.contact-form {
    width: 60%;
    padding-right: 32px;
    margin-bottom: 0px;
  }
}

.contact-page section.contact-form p {
  font-size: 22px;
  margin-bottom: 32px;
  font-weight: lighter;
}

.contact-page section.contact-form textarea {
  height: 168px;
}

.contact-page section.contact-form .message--success {
  font-size: 22px;
  color: #5cb85c;
  padding: 40px 24px;
  background: rgba(92, 184, 92, 0.15);
  border: 1px solid rgba(92, 184, 92, 0.25);
  border-radius: 0;
  text-align: center;
}

.contact-page section.contact-form .message--error {
  font-size: 16px;
  color: #d9534f;
  margin-bottom: 16px;
  margin-top: -8px;
  background: rgba(217, 83, 79, 0.15);
  border-radius: 0;
  padding: 8px;
}

.contact-page section.information {
  display: inline-block;
  width: 100%;
  padding: 24px;
  vertical-align: top;
  border-radius: 0;
}

@media (min-width: 768px) {
  .contact-page section.information {
    width: 40%;
  }
}

.contact-page section.information h2 {
  font-size: 24px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.contact-page section.information h3 {
  font-size: 20px;
  margin-bottom: 4px;
}

.contact-page section.information p, .contact-page section.information a {
  font-size: 18px;
  color: #595959;
}

.contact-page section.information a:hover {
  text-decoration: none;
  color: #262626;
}

.contact-page section.information .row {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.contact-page section.information .row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-page section.information .social-icons {
  justify-content: left;
  margin-top: 8px;
}

.contact-page section.information .social-icons li {
  margin-top: 2px;
}

.contact-page section.information .social-icons li:not(:last-child) {
  margin-right: 12px;
}

.contact-page section.information .social-icons svg {
  width: 20px;
  height: 20px;
  fill: #595959;
}

.contact-page section.information .social-icons a:hover svg {
  fill: #262626;
}

.contact-page section.information .location-map {
  display: flex;
  margin-top: 22px;
  background: #d9d9d9;
}

.contact-page section.information .location-map iframe {
  width: 100% !important;
  height: 160px !important;
  border: 0 !important;
}

.block-style-01, section.benefits .block, section.affiliated-companies .block, section.projects .block, section.strategic-allies .block {
  padding: 16px;
}

.block-style-01 .icon, section.benefits .block .icon, section.affiliated-companies .block .icon, section.projects .block .icon, section.strategic-allies .block .icon, .block-style-01 .photo, section.benefits .block .photo, section.affiliated-companies .block .photo, section.projects .block .photo, section.strategic-allies .block .photo, .block-style-01 .cover, section.benefits .block .cover, section.affiliated-companies .block .cover, section.projects .block .cover, section.strategic-allies .block .cover, .block-style-01 .logo, section.benefits .block .logo, section.affiliated-companies .block .logo, section.projects .block .logo, section.strategic-allies .block .logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  display: inline-block;
  display: inline-block;
}

.block-style-01 .title, section.benefits .block .title, section.affiliated-companies .block .title, section.projects .block .title, section.strategic-allies .block .title, .block-style-01 .label, section.benefits .block .label, section.affiliated-companies .block .label, section.projects .block .label, section.strategic-allies .block .label, .block-style-01 .name, section.benefits .block .name, section.affiliated-companies .block .name, section.projects .block .name, section.strategic-allies .block .name {
  margin-top: 16px;
}

.grid-halfs, section.projects .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -8px;
}

.grid-halfs > *, section.projects .grid > * {
  width: 100%;
  padding: 8px;
}

@media (min-width: 768px) {
  .grid-halfs > *, section.projects .grid > * {
    width: 50%;
    padding: 8px;
  }
}

.grid-thirds {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -8px;
}

.grid-thirds > .block {
  width: 100%;
  padding: 8px;
}

@media (min-width: 768px) {
  .grid-thirds > .block {
    width: 33.33%;
    padding: 8px;
  }
}

.slick-slide .block {
  padding: 8px;
}

.media-block a {
  display: block;
}

.media-block a:hover {
  text-decoration: none;
}

.media-block .link-wrapper {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  transition: all 150ms ease-in-out;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.media-block .link-wrapper:hover {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.media-block .info-wrapper {
  width: 100%;
}

.media-block .type {
  background-color: #0F3B7C;
  font-size: 14px;
  padding: 4px 8px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 8px;
}

.media-block .title {
  font-size: 18px;
  color: #ffffff;
}

.media-block .subtitle, .media-block .date {
  font-size: 14px;
  margin-top: 8px;
  color: #d9d9d9;
}

.home-page .more-link-wrapper {
  margin-top: 32px;
  text-align: center;
}

.home-page section.about {
  text-align: center;
}

.home-page section.about .logo {
  margin-bottom: 32px;
}

.home-page section.about p {
  font-size: 24px;
}

.home-page section.recent-posts {
  background: #f2f2f2;
  background-image: url(/assets/images/pages/home/posts-background.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.home-page section.banners-widget .container {
  padding: 24px;
}

.home-page section.upcoming-events {
  background: #f2f2f2;
}

.committees-page .block-wrapper {
  height: 100%;
}

section.benefits .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.benefits .block {
  text-align: center;
  padding: 32px;
  width: 50%;
}

@media (min-width: 525px) {
  section.benefits .block {
    width: 230px;
  }
}

section.benefits .block .title {
  font-size: 14px;
  color: #0F3B7C;
}

section.affiliated-companies {
  background-color: #f2f2f2;
}

@media (max-width: 768px) {
  section.affiliated-companies .grid {
    margin: 0 -24px;
  }
}

section.affiliated-companies .block:hover {
  text-decoration: none;
}

section.affiliated-companies .block .link-wrapper {
  text-align: center;
  padding: 22px;
  background-color: #ffffff;
  height: 100%;
}

section.affiliated-companies .block .link-wrapper:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

section.affiliated-companies .block .logo {
  width: 110%;
  max-width: 180px;
  max-height: 180px;
}

section.affiliated-companies .block .name {
  display: none;
  font-size: 18px;
}

section.projects {
  background-color: #f2f2f2;
}

section.projects .block .block-wrapper {
  display: block;
  padding: 24px;
  background-color: #ffffff;
  color: #595959;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

section.projects .block .block-wrapper:hover {
  text-decoration: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

section.projects .block .icon {
  width: 60px;
  height: 60px;
}

section.projects .block .title {
  font-size: 22px;
}

section.projects .block .summary {
  margin-top: 8px;
}

section.content-blocks {
  background: url(/assets/images/logo-abstract.svg), linear-gradient(to bottom right, #1551a9, #0F3B7C);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

section.content-blocks .block-header {
  padding: 16px;
  background: linear-gradient(to bottom right, #d9d9d9, #ffffff);
}

section.content-blocks .base-content {
  padding: 16px;
}

section.content-blocks .grid {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
  justify-content: center;
}

section.content-blocks .block {
  width: 100%;
  padding: 16px;
}

@media (min-width: 768px) {
  section.content-blocks .block {
    width: 50%;
  }
}

section.content-blocks .block .content-wrapper {
  background: #ffffff;
  height: 100%;
}

section.content-blocks .title {
  display: inline-block;
}

section.strategic-allies {
  background-color: #f2f2f2;
}

@media (max-width: 768px) {
  section.strategic-allies .grid {
    margin: 0 -24px;
  }
}

section.strategic-allies .block:hover {
  text-decoration: none;
}

section.strategic-allies .block .link-wrapper {
  text-align: center;
  padding: 32px;
  background-color: #ffffff;
  height: 100%;
}

section.strategic-allies .block .link-wrapper:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

section.strategic-allies .block .logo {
  width: 100%;
  max-width: 180px;
  max-height: 180px;
}

section.strategic-allies .block .name {
  display: none;
  font-size: 18px;
}

.about-page section.content-blocks .logo {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  top: 4px;
  margin-right: 8px;
}

.about-page section.board .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about-page section.board .block {
  width: 100%;
  text-align: center;
}

@media (min-width: 320px) {
  .about-page section.board .block {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .about-page section.board .block {
    width: 25%;
  }
}

.about-page section.board .block .logo {
  width: 100%;
  height: 200px;
  display: inline-block;
}

section.clusters {
  background-color: #f2f2f2;
}

section.clusters .block-wrapper {
  background-color: #ffffff;
}

.slick-arrow {
  width: 50px;
  height: 50x;
  z-index: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.post-page header .category {
  background-color: #0F3B7C;
  color: #ffffff;
  padding: 8px;
  display: inline-block;
  margin-top: 16px;
}

.post-page header .category:hover {
  text-decoration: none;
}

.categories {
  margin-bottom: 24px;
  padding: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.categories .label {
  font-size: 18px;
  margin-bottom: 8px;
}

.categories ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f2f2f2;
}

.categories li {
  width: 100%;
}

@media (min-width: 768px) {
  .categories li {
    width: 33.3333%;
  }
}

.categories a {
  text-align: center;
  font-size: 20px;
  display: block;
  padding: 8px;
}

.categories a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}

.categories li:not(:last-child) a {
  border-bottom: 1px solid #f2f2f2;
}

@media (min-width: 768px) {
  .categories li:not(:last-child) a {
    border-right: 1px solid #f2f2f2;
    border-bottom: 0;
  }
}

.categories .active, .categories .active:hover {
  color: #ffffff;
  background-color: #0F3B7C;
}

section.cluster-blocks .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.cluster-blocks .block {
  width: 100%;
  text-align: center;
  padding: 8px;
}

@media (min-width: 320px) {
  section.cluster-blocks .block {
    width: 50%;
  }
}

@media (min-width: 768px) {
  section.cluster-blocks .block {
    width: 25%;
  }
}

section.cluster-blocks .block .logo {
  width: 100%;
  height: 200px;
  display: inline-block;
}

.results-page {
  background-color: #f2f2f2;
}

.results .section-header {
  text-align: left;
}

.results .block {
  display: block;
  margin-bottom: 8px;
}

.results .block:hover {
  text-decoration: none;
}

.results .block .block-wrapper {
  background-color: #ffffff;
  padding: 32px;
}

.results .block .block-wrapper:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.results .block .block-wrapper .title {
  font-size: 24px;
}

.search-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-bar label, .search-bar input, .search-bar button {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
}

.search-bar input {
  padding: 4px;
  border: none;
  height: 30px;
}

.search-bar button {
  height: 30px;
  padding: 0 12px;
  border: none;
  color: #ffffff;
  background-color: #0c3065;
  font-size: 16px;
}
