﻿@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.header-middle .btn-list, .footer-top .btn-list, .contact-list, .columnized-list, .footer-nav, .social-networks, .widget ul:not([class]):not([id]), .button-list, .card ul, .team-section .course-list, .team-section ul:not([class]):not([id]), .links-list, .date-list, .section-frame .box-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .header-middle .btn-list li, .footer-top .btn-list li, .contact-list li, .columnized-list li, .footer-nav li, .social-networks li, .widget ul:not([class]):not([id]) li, .button-list li, .card ul li, .team-section .course-list li, .team-section ul:not([class]):not([id]) li, .links-list li, .date-list li, .section-frame .box-list li {
    position: static;
    margin-bottom: 0;
    padding-left: 0; }
    .header-middle .btn-list li:before, .footer-top .btn-list li:before, .contact-list li:before, .columnized-list li:before, .footer-nav li:before, .social-networks li:before, .widget ul:not([class]):not([id]) li:before, .button-list li:before, .card ul li:before, .team-section .course-list li:before, .team-section ul:not([class]):not([id]) li:before, .links-list li:before, .date-list li:before, .section-frame .box-list li:before {
      content: none;
      position: static;
      width: auto;
      height: auto;
      left: auto;
      top: auto; }

.clearfix:after, .person-main-info:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?kkhydk") format("truetype"), url("../fonts/icomoon.woff?kkhydk") format("woff"), url("../fonts/icomoon.svg?kkhydk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-facebook:before {
  content: "";
  color: #fff; }

.icon-search:before {
  content: "";
  color: #181643; }

.icon-twitter:before {
  content: "";
  color: #fff; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 10px; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.429;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 115rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -2rem;
    margin-left: -2rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -2rem;
        margin-left: -2rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -2rem;
        margin-left: -2rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 2rem;
  padding-left: 2rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 2rem;
      padding-left: 2rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 2rem;
  padding-left: 2rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 2rem;
    padding-left: 2rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 2rem;
    padding-left: 2rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 4rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 4rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 3rem;
  font-size: inherit;
  line-height: inherit;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 75%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #333; }

h1, .h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h2, .h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h3, .h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h5, .h5 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.6rem; }
  h2, .h2 {
    font-size: 2.8rem; }
  h3, .h3 {
    font-size: 1.8rem; }
  h4, .h4 {
    font-size: 1.6rem; }
  h5, .h5 {
    font-size: 1.4rem; }
  h6, .h6 {
    font-size: 1.4rem; } }

a {
  line-height: inherit;
  color: #ed1c24;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #d31118; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 115rem;
  height: 0;
  margin: 2rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 3rem;
  list-style-position: outside;
  line-height: inherit; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 3rem;
  padding: 0 0 0 4.5rem;
  border-left: 0; }
  blockquote, blockquote p {
    line-height: inherit;
    color: #333; }

cite {
  display: block;
  font-size: 1.3rem;
  color: #333; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.2rem 0.5rem 0.1rem;
  border: 1px solid #cacaca;
  background-color: #ececf0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.2rem 0.4rem 0;
  background-color: #ececf0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #333; }

.lead {
  font-size: 12.5px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #333;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.9006rem;
  margin: 0 0 2rem;
  padding: 1rem;
  border: 1px solid #181643;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.429;
  color: #333;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #3173b5;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #333f48; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #ececf0;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 2rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 1rem;
  margin-right: 2rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 1rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333; }
  label.middle {
    margin: 0 0 2rem;
    padding: 1.1rem 0; }

.help-text {
  margin-top: -1rem;
  font-size: 1.3rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #ececf0;
  color: #333;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.4rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 1rem; }

.fieldset {
  margin: 1.8rem 0;
  padding: 2rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.3rem;
    padding: 0 0.3rem; }

select {
  height: 3.9006rem;
  margin: 0 0 2rem;
  padding: 1rem;
  appearance: none;
  border: 1px solid #181643;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.429;
  color: #333;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -2rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 3rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #3173b5;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #ececf0;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -1rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.6875em 1.125em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #ed1c24; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #d9d9d9;
    color: #ed1c24; }
  .button.tiny {
    font-size: 1.6rem; }
  .button.small {
    font-size: 1.6rem; }
  .button.large {
    font-size: 1.8rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #ed1c24;
    color: #000; }
    .button.primary:hover, .button.primary:focus {
      background-color: #c41016;
      color: #000; }
  .button.secondary {
    background-color: #3173b5;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #275c91;
      color: #000; }
  .button.success {
    background-color: #3adb76;
    color: #000; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000; }
  .button.warning {
    background-color: #ffae00;
    color: #000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #000; }
  .button.alert {
    background-color: #cc4b37;
    color: #000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #000; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #fff;
      color: #ed1c24; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #ed1c24;
        color: #000; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #3173b5;
        color: #000; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #000; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #000; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #000; }
  .button.hollow {
    border: 1px solid #fff;
    color: #fff; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #807f7f;
      color: #807f7f; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #fff;
        color: #fff; }
    .button.hollow.primary {
      border: 1px solid #ed1c24;
      color: #ed1c24; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #7b0a0e;
        color: #7b0a0e; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #ed1c24;
          color: #ed1c24; }
    .button.hollow.secondary {
      border: 1px solid #3173b5;
      color: #3173b5; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #193a5b;
        color: #193a5b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #3173b5;
          color: #3173b5; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #fff;
    color: #fff; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #807f7f;
      color: #807f7f; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #fff;
        color: #fff; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #ed1c24;
      color: #ed1c24; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #7b0a0e;
        color: #7b0a0e; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #ed1c24;
          color: #ed1c24; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #3173b5;
      color: #3173b5; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #193a5b;
        color: #193a5b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #3173b5;
          color: #3173b5; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1.125em; }
  .button.dropdown.hollow::after {
    border-top-color: #fff; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #ed1c24; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #3173b5; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.6rem 2rem 1.6rem 7rem;
  border: 0;
  border-bottom: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: #333; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 0;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #ececf0; }

.accordion-content {
  display: none;
  padding: 2rem 0;
  border: 0;
  border-bottom: 0;
  background-color: #fff;
  color: #333; }
  :last-child > .accordion-content:last-child {
    border-bottom: 0; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ed1c24 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ed1c24 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #ed1c24;
  color: #fff; }
  .badge.primary {
    background: #ed1c24;
    color: #000; }
  .badge.secondary {
    background: #3173b5;
    color: #fff; }
  .badge.success {
    background: #3adb76;
    color: #000; }
  .badge.warning {
    background: #ffae00;
    color: #000; }
  .badge.alert {
    background: #cc4b37;
    color: #000; }

.breadcrumbs {
  margin: 1.7rem 0 2.2rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 1.4rem;
    color: #fff;
    cursor: default; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.9rem;
      opacity: 1;
      content: ">";
      color: #fff; }
  .breadcrumbs a {
    color: #fff; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1.6rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 1.6rem; }
  .button-group.small .button {
    font-size: 1.6rem; }
  .button-group.large .button {
    font-size: 1.8rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #ed1c24;
    color: #000; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #c41016;
      color: #000; }
  .button-group.secondary .button {
    background-color: #3173b5;
    color: #000; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #275c91;
      color: #000; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #000; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #000; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #000; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #000; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #000; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #000; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #333; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fcddde;
    color: #333; }
  .callout.secondary {
    background-color: #deeaf6;
    color: #333; }
  .callout.success {
    background-color: #e1faea;
    color: #333; }
  .callout.warning {
    background-color: #fff3d9;
    color: #333; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #333; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 2rem;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #333; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 2rem;
  background: #ececf0; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 2rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #333;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #ed1c24;
    color: #fff; }
  .menu .active > a {
    background: #ed1c24;
    color: #fff; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #ececf0;
    box-shadow: 0 7px 0 #ececf0, 0 14px 0 #ececf0; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #333;
    box-shadow: 0 7px 0 #333, 0 14px 0 #333; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ed1c24; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 0;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent transparent; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 0;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent transparent transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #ed1c24 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 285px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  font-size: 1em; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: transparent transparent transparent;
  right: 5px;
  left: auto;
  margin-top: 0; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #ed1c24; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 0;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent transparent transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent transparent; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: transparent transparent transparent;
    right: 5px;
    left: auto;
    margin-top: 0; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent transparent transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent transparent; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: transparent transparent transparent;
    right: 5px;
    left: auto;
    margin-top: 0; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent transparent transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent transparent; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: 0; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 0;
  background: #fff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent transparent transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1.6rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #ed1c24;
  color: #fff; }
  .label.primary {
    background: #ed1c24;
    color: #000; }
  .label.secondary {
    background: #3173b5;
    color: #fff; }
  .label.success {
    background: #3adb76;
    color: #000; }
  .label.warning {
    background: #ffae00;
    color: #000; }
  .label.alert {
    background: #cc4b37;
    color: #000; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #ececf0; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #ececf0; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25); }

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #333; }
    .orbit-bullets button.is-active {
      background-color: #333; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.1rem;
    border-radius: 0;
    font-size: 1.4rem;
    display: inline-block; }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0;
    border-radius: 0;
    color: #333; }
    .pagination a:hover,
    .pagination button:hover {
      background: transparent; }
  .pagination .current {
    padding: 0;
    background: transparent;
    color: #3173b5;
    cursor: default; }
  .pagination .disabled {
    padding: 0;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0;
    content: '\2026';
    color: #000; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #ed1c24; }
  .progress.secondary .progress-meter {
    background-color: #3173b5; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #ed1c24; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #ececf0;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #ed1c24;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #d11118; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 115rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 115rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 115rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 115rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #ed1c24; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 1rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 1.2rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1.6rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.8rem 1rem 1rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #333; }
  tfoot {
    background: #f2f2f2;
    color: #333; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.8rem 1rem 1rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.8rem 1rem 1rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #ececf0;
  background: #fff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #ed1c24; }
  .tabs.primary > li > a {
    color: #000; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #e9121b; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1;
    color: #ed1c24; }
    .tabs-title > a:hover {
      background: #fff;
      color: #d31118; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #ececf0;
      color: #ed1c24; }

.tabs-content {
  border: 1px solid #ececf0;
  border-top: 0;
  background: #fff;
  color: #333;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #ececf0;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(237, 28, 36, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 2rem 0 1.5rem;
  background: #fff;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0rem;
    margin-right: 0rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #333;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 75%;
  color: #fff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #000;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 0;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: transparent; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

#header {
  position: relative;
  z-index: 10; }
  #header:before {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: #ececf0; }
    @media screen and (min-width: 40em) {
      #header:before {
        content: none; } }

.main-nav {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  position: relative; }
  @media screen and (min-width: 40em) {
    .main-nav:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -9999px;
      right: -9999px;
      z-index: -3;
      background-color: #3173b5; } }
  @media screen and (min-width: 40em) {
    .main-nav {
      display: table;
      width: 100%;
      margin: 0;
      font-size: 1.2rem; } }
  @media screen and (min-width: 64em) {
    .main-nav {
      margin: 0 -1rem;
      font-size: 1.4rem; } }
  @media screen and (min-width: 75em) {
    .main-nav {
      margin: 0 -2.5rem;
      font-size: 1.8rem; } }
  @media screen and (max-width: 39.9375em) {
    .main-nav .menu li {
      padding: .6rem 1rem; } }
  @media screen and (min-width: 40em) {
    .main-nav .menu li {
      text-align: center;
      position: relative; } }
  @media screen and (min-width: 40em) {
    .main-nav .menu li.is-active > a {
      background-color: #181643; } }
  @media screen and (min-width: 40em) {
    .main-nav .menu li.is-dropdown-submenu-parent:last-child .is-dropdown-submenu {
      right: 0;
      left: auto;
      top: 100%; } }
  .main-nav .menu li.is-dropdown-submenu-parent:hover > a:before {
    display: none;
    bottom: 0; }
  .main-nav .menu li.is-dropdown-submenu-parent > a {
    overflow: hidden; }
    .main-nav .menu li.is-dropdown-submenu-parent > a:after {
      content: none !important; }
    .main-nav .menu li.is-dropdown-submenu-parent > a:before {
      transition: bottom 0.3s ease-in-out;
      content: '';
      position: absolute;
      bottom: -3px;
      left: 0;
      right: 0;
      background: #ed1c24;
      height: 3px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .main-nav .menu li.is-dropdown-submenu-parent > a {
        padding-left: .5rem;
        padding-right: .5rem !important; } }
    @media screen and (min-width: 40em) {
      .main-nav .menu li.is-dropdown-submenu-parent > a {
        color: #fff;
        padding-top: 1.8rem;
        padding-bottom: 1.8rem; } }
    @media screen and (min-width: 64em) {
      .main-nav .menu li.is-dropdown-submenu-parent > a {
        padding-right: 3.4rem !important; } }
    @media screen and (min-width: 75em) {
      .main-nav .menu li.is-dropdown-submenu-parent > a {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem; } }
  .main-nav .menu li .menu {
    padding-left: 1rem;
    padding-top: .5rem;
    font-size: 1.4rem; }
    @media screen and (min-width: 40em) {
      .main-nav .menu li .menu {
        display: none; } }
    @media screen and (min-width: 40em) {
      .main-nav .menu li .menu.is-dropdown-submenu {
        background-color: #181643;
        padding: 10px 0 20px; } }
    @media screen and (min-width: 64em) {
      .main-nav .menu li .menu.is-dropdown-submenu {
        min-width: 285px; } }
    @media screen and (min-width: 40em) {
      .main-nav .menu li .menu.js-dropdown-active {
        display: flex; } }
    .main-nav .menu li .menu li {
      padding: .6rem 1rem .7rem; }
      @media screen and (min-width: 40em) {
        .main-nav .menu li .menu li {
          padding-top: .8rem;
          padding-bottom: .8rem;
          text-align: left; } }
      @media screen and (min-width: 64em) {
        .main-nav .menu li .menu li {
          padding-left: 3.4rem;
          padding-right: 3rem; } }
      .main-nav .menu li .menu li.current a {
        border-width: 3px; }
    .main-nav .menu li .menu a {
      width: auto;
      display: inline;
      padding: 0;
      white-space: normal;
      border-bottom: 0px solid #ed1c24; }
      .main-nav .menu li .menu a:hover {
        border-width: 3px; }
  .main-nav .menu a {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    font-weight: 500;
    color: #3173b5;
    border-bottom: none; }
    .main-nav .menu a span {
      border-bottom: 0 solid #ed1c24; }
      .main-nav .menu a span:hover {
        border-width: 3px; }
    .main-nav .menu a:after {
      content: none !important; }
    .main-nav .menu a:hover {
      border-bottom: none; }
      @media screen and (min-width: 40em) {
        .main-nav .menu a:hover {
          background-color: #181643;
          border-width: 0; } }
    @media screen and (max-width: 39.9375em) {
      .main-nav .menu a {
        display: inline;
        padding: 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .main-nav .menu a {
        padding-left: .5rem;
        padding-right: .5rem; } }
    @media screen and (min-width: 40em) {
      .main-nav .menu a {
        color: #fff;
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
        white-space: nowrap; } }
    @media screen and (min-width: 64em) {
      .main-nav .menu a {
        padding: 1.8rem 3.4rem; } }
    @media screen and (min-width: 75em) {
      .main-nav .menu a {
        padding: 1.6rem 3.4rem; } }

@media screen and (min-width: 40em) {
  .menu {
    flex-wrap: nowrap !important; } }

.logo {
  width: 216px;
  display: block;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 64em) {
    .logo {
      width: 290px; } }
  .logo a {
    border-bottom: 0; }
  .logo img {
    width: 100%; }

.header-drop {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media screen and (min-width: 40em) {
    .header-drop {
      display: flex;
      flex-direction: column-reverse; } }
  @media screen and (max-width: 39.9375em) {
    .header-drop {
      margin-bottom: 1rem;
      background-color: #efefef; } }

.title-bar {
  justify-content: space-between; }
  @media screen and (min-width: 40em) {
    .title-bar {
      display: block !important;
      position: absolute;
      top: 7rem;
      padding: 0; } }
  @media screen and (min-width: 64em) {
    .title-bar {
      top: 7.5rem; } }
  .title-bar .menu-icon {
    padding: 1rem .8rem .5rem;
    background-color: #3173b5;
    color: #fff;
    text-align: center;
    width: 47px;
    height: 52px;
    margin-right: -3px;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    outline: none; }
    .title-bar .menu-icon:after {
      display: none; }
    @media screen and (min-width: 40em) {
      .title-bar .menu-icon {
        display: none; } }
    .title-bar .menu-icon .icon {
      transition: background 0.3s ease-in-out;
      vertical-align: top;
      display: inline-block;
      position: relative;
      width: 31px;
      height: 2px;
      background: #fff;
      margin-bottom: 14px;
      outline: none; }
      .title-bar .menu-icon .icon:after, .title-bar .menu-icon .icon:before {
        transition: transform 0.3s ease-in-out;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background: #fff; }
      .title-bar .menu-icon .icon:after {
        top: -8px; }
      .title-bar .menu-icon .icon:before {
        bottom: -8px; }
    .title-bar .menu-icon.nav-active .icon {
      background: none; }
      .title-bar .menu-icon.nav-active .icon:after {
        transform: rotate(45deg);
        top: 0; }
      .title-bar .menu-icon.nav-active .icon:before {
        transform: rotate(-45deg);
        bottom: 0; }

.header-search {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out;
  padding: .5rem 1rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .header-search {
      padding: 0;
      margin: 0;
      overflow: hidden;
      width: 0;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      right: 100%;
      top: -8px;
      bottom: -7px; } }
  .header-search .input-container {
    width: 100%;
    position: relative; }
  .header-search input[type="text"],
  .header-search input[type="search"] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ececf0;
    padding: .7rem 3rem .7rem 1rem;
    height: auto; }
  .header-search input[type='submit'],
  .header-search button[type="submit"] {
    font-size: 2rem;
    line-height: 1;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: .3rem 1rem; }
    .header-search input[type='submit']:focus,
    .header-search button[type="submit"]:focus {
      outline: none; }
  @media screen and (min-width: 40em) {
    .form-active .header-search {
      width: 264px;
      opacity: 1;
      visibility: visible; } }

.top-bar {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  padding: 0; }
  @media screen and (min-width: 40em) {
    .top-bar:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -9999px;
      right: -9999px;
      z-index: -3;
      background-color: #ececf0; } }
  @media screen and (min-width: 40em) {
    .top-bar {
      padding: .9rem 0; } }
  .top-bar li {
    margin-bottom: 0.9rem;
    position: relative; }
    @media screen and (min-width: 40em) {
      .top-bar li {
        margin-bottom: 0; } }
  .top-bar [class*="icon-"] {
    font-size: 2rem; }
  .top-bar a {
    color: #181643;
    border: 0; }
    @media screen and (min-width: 40em) {
      .top-bar a {
        padding: 0 1rem; } }
    @media screen and (min-width: 64em) {
      .top-bar a {
        padding: 0 2.5rem; } }
  @media screen and (min-width: 40em) {
    .top-bar .menu {
      flex-wrap: nowrap !important; } }
  @media screen and (min-width: 40em) {
    .top-bar .menu.medium-horizontal {
      align-items: center; } }
  .top-bar .form-opener {
    display: none; }
    .top-bar .form-opener:before, .top-bar .form-opener:after {
      transition: opacity 0.3s ease-in-out;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      transform: translate(-50%, -50%) rotateZ(-45deg);
      height: 3px;
      background-color: #ed1c24;
      opacity: 0; }
      .form-active .top-bar .form-opener:before, .form-active .top-bar .form-opener:after {
        opacity: 1; }
    .top-bar .form-opener:after {
      transform: translate(-50%, -50%) rotateZ(45deg); }
    .top-bar .form-opener:hover {
      color: #333; }
    @media screen and (min-width: 40em) {
      .top-bar .form-opener {
        display: inline-block;
        vertical-align: top;
        position: relative; } }
    .top-bar .form-opener [class*="icon-"] {
      transition: opacity 0.3s ease-in-out;
      opacity: 1; }
      .form-active .top-bar .form-opener [class*="icon-"] {
        opacity: 0; }

@media screen and (min-width: 40em) {
  .header-middle {
    align-self: flex-end;
    padding-top: 3rem;
    padding-bottom: 2rem; } }

@media screen and (min-width: 64em) {
  .header-middle {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem; } }

.header-middle .btn-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0; }
  @media screen and (min-width: 40em) {
    .header-middle .btn-list {
      padding-right: 1.2rem;
      margin-bottom: 1rem; } }
  .header-middle .btn-list li {
    padding: 0 1rem; }
    .header-middle .btn-list li:first-child a:hover {
      color: #ED1C27; }

@media screen and (min-width: 40em) {
  .header-middle .button {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

.footer-logo {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .footer-logo {
      margin-bottom: 0; } }
  .footer-logo a {
    border: 0; }

.footer-top {
  padding: 2.4rem 0 1rem;
  background-color: #3173b5;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .footer-top {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 40em) {
    .footer-top .btn-list {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-left: -8px;
      margin-right: -8px; } }
  @media screen and (min-width: 64em) {
    .footer-top .btn-list {
      margin-right: -25px;
      margin-left: -22px;
      margin-top: 12px; } }
  .footer-top .btn-list li {
    margin-bottom: .5rem; }
    @media screen and (min-width: 40em) {
      .footer-top .btn-list li {
        padding: 0 8px;
        margin-bottom: 0; } }
    @media screen and (min-width: 64em) {
      .footer-top .btn-list li {
        padding: 0 22px; } }
  .footer-top .btn-list a {
    color: inherit; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer-top .btn-list .btn-link {
      font-size: 1.4rem; } }
  @media screen and (min-width: 40em) {
    .footer-top .btn-list .btn-link {
      margin-bottom: 0; } }
  .footer-top .btn-list .button {
    padding-left: 3rem;
    padding-right: 3rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .footer-top .btn-list .button {
        font-size: 1.2rem; } }
    @media screen and (min-width: 40em) {
      .footer-top .btn-list .button {
        margin-bottom: 0;
        padding-left: 2.6rem;
        padding-right: 2.6rem; } }

.footer-main {
  background-color: #333;
  color: #fff;
  padding: 2.6rem 0;
  font-size: 1.4rem;
  line-height: 1.715; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer-main {
      font-size: 1.2rem; } }
  @media screen and (min-width: 40em) {
    .footer-main {
      padding: 3.5rem 0;
      line-height: 1.5; } }
  @media screen and (min-width: 75em) {
    .footer-main {
      font-size: 1.6rem; } }
  .footer-main .title {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: .5rem;
    font-size: 1.143em;
    line-height: 1.25;
    letter-spacing: .8px; }
    @media screen and (min-width: 75em) {
      .footer-main .title {
        font-size: 1.125em; } }
  .footer-main .button {
    padding-left: 3rem;
    padding-right: 3rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .footer-main .button {
        font-size: 1.3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
  .footer-main a {
    color: inherit; }
    .footer-main a:hover {
      color: inherit; }
  .footer-main .social-block {
    padding: 20px 0 0; }
    @media print, screen and (min-width: 40em) {
      .footer-main .social-block {
        padding: 0; } }

.contact-list a {
  border-bottom: 0; }

@media screen and (min-width: 40em) {
  .columnized-list {
    column-count: 2;
    column-fill: auto; } }

@media screen and (min-width: 64em) {
  .columnized-list {
    column-count: 3; } }

.columnized-list li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  break-inside: avoid;
  column-break-inside: avoid; }

.nav-wrap {
  margin: 0 -1rem 1.4rem;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .nav-wrap {
      display: flex;
      justify-content: space-between; } }

.footer-nav {
  line-height: 1.572;
  padding-right: 5rem;
  padding-left: 1rem;
  letter-spacing: -.07px; }
  @media screen and (min-width: 40em) {
    .footer-nav {
      padding-right: 0;
      line-height: 1.375;
      width: 33.333%;
      padding-right: 1rem; } }
  @media screen and (min-width: 64em) {
    .footer-nav {
      margin-bottom: 1.8rem; } }
  .footer-nav li {
    margin-bottom: 1.2rem; }
    @media screen and (min-width: 40em) {
      .footer-nav li {
        padding-right: 1rem; } }
    @media screen and (min-width: 75em) {
      .footer-nav li {
        padding-right: 3rem; } }
  .footer-nav a {
    border-color: #fff; }
    .footer-nav a:hover {
      border-color: #ed1c24; }

.address-block {
  margin-bottom: 2rem;
  letter-spacing: -.07px; }
  @media screen and (min-width: 40em) {
    .address-block {
      margin-bottom: 3rem; } }
  .address-block .button {
    margin-bottom: 0; }
    @media screen and (min-width: 64em) {
      .address-block .button {
        margin-top: 1.4rem;
        padding-left: 3.5rem;
        padding-right: 3.5rem; } }
  .address-block a {
    border-color: currentColor; }

.social-networks {
  display: flex;
  font-size: 4rem;
  margin-bottom: .6rem; }
  @media screen and (min-width: 40em) {
    .social-networks {
      margin-bottom: 2rem; } }
  @media screen and (min-width: 75em) {
    .social-networks {
      margin-bottom: 4rem; } }
  .social-networks li {
    margin-right: 20px; }
  .social-networks a {
    color: #fff;
    border: 0; }
    .social-networks a:hover {
      color: #ed1c24; }

address {
  font-style: normal; }

body {
  font-size: 1.4rem; }
  @media screen and (min-width: 64em) {
    body {
      font-size: 1.6rem;
      line-height: 1.5; } }

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.blue {
  color: #3173b5; }

.bg-gray {
  background: #ececf0; }

.bg-dark-blue {
  background: #181643;
  color: #fff; }

.button {
  letter-spacing: .8px;
  font-weight: 500;
  transition: none; }
  .button:after {
    content: none; }
  .button:hover {
    border-width: 1px; }
  @media screen and (min-width: 64em) {
    .button {
      letter-spacing: .9px;
      font-size: 1.8rem;
      padding: 1rem 3rem; } }
  .button.primary {
    border-color: #ed1c24;
    color: #fff; }
    .button.primary:hover {
      background-color: #ba1b21;
      border-color: #ba1b21;
      color: #fff; }
  .button.secondary {
    border-color: #3173b5;
    color: #fff; }
    .button.secondary:hover {
      background-color: #0f4c88;
      border-color: #0f4c88;
      color: #fff; }

a {
  display: inline;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ed1c24; }
  a:hover {
    color: #ed1c24;
    border-width: 3px;
    text-decoration: none; }

.btn-link {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #333;
  position: relative;
  margin-bottom: 1em;
  border-bottom: 0; }
  .btn-link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    background-color: currentColor; }
  .btn-link:hover {
    color: #333;
    text-decoration: none; }
    .btn-link:hover:after {
      height: 3px; }
  @media screen and (min-width: 40em) {
    .btn-link {
      margin-bottom: 1rem; } }
  .btn-link.primary:after {
    background-color: #ed1c24; }

.bg-stretch {
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 74.9375em) {
    .bg-stretch {
      background-position: 50% 50%; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  display: block; }

h5, .h5 {
  letter-spacing: .5px; }

ul:not([class]):not([id]) {
  list-style: none;
  padding: 0;
  margin-left: 0; }
  ul:not([class]):not([id]) li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: .8rem; }
    ul:not([class]):not([id]) li:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: currentColor;
      left: 1.5rem;
      top: .6em; }

ol:not([class]):not([id]) {
  margin-left: 3rem; }
  ol:not([class]):not([id]) li {
    padding-left: 5px;
    margin-bottom: 10px; }

.align-left {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .align-left {
      float: left;
      max-width: 45%;
      margin-right: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .align-left {
      margin-right: 2.8rem; } }

.align-right {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .align-right {
      float: right;
      max-width: 45%;
      margin-left: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .align-right {
      margin-left: 2.8rem; } }

.full-img {
  display: block;
  width: 100%;
  margin-bottom: 3rem; }

.content-section {
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 64em) {
    .content-section {
      margin-top: -11rem; } }

.page-content {
  padding: 3rem 0 0;
  position: relative; }
  .page-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2rem;
    left: -9999px;
    z-index: -3;
    background-color: #fff; }
    @media screen and (min-width: 64em) {
      .page-content:before {
        right: -4rem; } }
  @media screen and (min-width: 64em) {
    .page-content {
      padding-bottom: 6rem; } }
  .page-content h2 {
    color: #3173b5; }
  .page-content h3 {
    color: #181643;
    letter-spacing: 0.9px; }
  .page-content h4 {
    color: #3173b5; }
  .page-content h5 {
    color: #333f48; }
  .page-content p {
    margin-bottom: 2rem; }
  .page-content ul:not([class]):not([id]),
  .page-content ol:not([class]):not([id]) {
    margin-bottom: 2rem; }

blockquote {
  position: relative;
  padding-left: 6rem;
  margin-bottom: 3rem; }
  @media screen and (min-width: 64em) {
    blockquote {
      padding-left: 9.5rem;
      padding-right: 9.5rem; } }
  blockquote q:before {
    color: #ed1c24;
    position: absolute;
    top: 2rem;
    left: 1rem;
    font-size: 10rem;
    line-height: .5;
    font-weight: 500; }
    @media screen and (min-width: 64em) {
      blockquote q:before {
        font-size: 7.2rem;
        left: 5.5rem;
        top: 1.5rem; } }

.featured {
  background-color: #ececf0;
  position: relative;
  margin-bottom: 3.2rem; }
  @media screen and (min-width: 40em) {
    .featured {
      display: flex; } }
  .featured .img-block {
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    @media screen and (min-width: 40em) {
      .featured .img-block {
        width: 26%;
        height: auto;
        flex-shrink: 0; } }
  .featured .content-block {
    padding: 20px; }
    @media screen and (max-width: 63.9375em) {
      .featured .content-block {
        padding: 10px; }
        .featured .content-block .button {
          padding: 1rem; } }
  .featured h1 .button, .featured h2 .button, .featured h3 .button, .featured h4 .button, .featured h5 .button, .featured h6 .button {
    width: 100%;
    text-align: left;
    margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .featured h1 .button, .featured h2 .button, .featured h3 .button, .featured h4 .button, .featured h5 .button, .featured h6 .button {
        padding: 1rem; } }
    .featured h1 .button:hover, .featured h2 .button:hover, .featured h3 .button:hover, .featured h4 .button:hover, .featured h5 .button:hover, .featured h6 .button:hover {
      background: #ed1c24;
      color: #fff; }
  .featured p:last-child {
    margin-bottom: 0; }

.page-sidebar {
  padding: 3rem 0;
  height: 100%;
  position: relative; }
  .page-sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999px;
    right: -999px;
    z-index: -3;
    background-color: #ececf0; }
    @media screen and (min-width: 64em) {
      .page-sidebar:before {
        left: 0;
        right: 0; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .page-sidebar {
      max-width: 350px;
      margin: 0 auto; } }
  @media screen and (min-width: 64em) {
    .page-sidebar {
      padding-left: 2rem;
      padding-right: 2rem; } }

.widget {
  margin-bottom: 4rem; }
  .widget ul:not([class]):not([id]) {
    margin-bottom: 3rem; }
    .widget ul:not([class]):not([id]) ul:not([class]):not([id]) {
      padding-left: 3rem;
      margin-bottom: 0; }
    .widget ul:not([class]):not([id]) li {
      margin-bottom: 14px; }
      @media screen and (min-width: 64em) {
        .widget ul:not([class]):not([id]) li {
          margin-bottom: 10px; } }
      .widget ul:not([class]):not([id]) li.active {
        font-weight: 600; }
        .widget ul:not([class]):not([id]) li.active a {
          border: none;
          color: #ed1c24; }
  .widget h1 .button, .widget h2 .button, .widget h3 .button, .widget h4 .button, .widget h5 .button, .widget h6 .button {
    width: 100%;
    text-align: left;
    margin: 0; }
  .widget h3,
  .widget .h3 {
    color: #181643;
    letter-spacing: 0.9px; }
    .widget h3 .button,
    .widget .h3 .button {
      padding: 1rem; }
  .widget .card-image img {
    width: 100%; }
  .widget .card-content {
    padding: 20px; }
    .widget .card-content p {
      margin-bottom: 0; }
    @media screen and (max-width: 63.9375em) {
      .widget .card-content {
        padding: 10px; } }

.button-list li {
  margin-bottom: 5px; }

.button-list .button {
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  padding: 1rem; }

.widget-link {
  display: inline-block;
  vertical-align: top;
  border: 0;
  font-weight: 500;
  color: #ed1c24; }

.visual-section {
  position: relative;
  z-index: 3; }
  .visual-section.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(49, 115, 181, 0.7) 0%, rgba(49, 115, 181, 0.5) 100%); }
  @media print, screen and (min-width: 40em) {
    .visual-section.overlay .visual-frame:before {
      content: '';
      height: 10rem;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: linear-gradient(180deg, rgba(49, 115, 181, 0) 0%, #3173b5 100%); } }
  .visual-section.overlay .visual-frame:after {
    min-height: 26rem;
    vertical-align: bottom; }
    @media print, screen and (min-width: 40em) {
      .visual-section.overlay .visual-frame:after {
        min-height: 27.4rem; } }
    @media print, screen and (min-width: 64em) {
      .visual-section.overlay .visual-frame:after {
        min-height: 37rem;
        vertical-align: middle; } }
  .visual-section.overlay-off:before {
    display: none; }
  @media print, screen and (min-width: 40em) {
    .visual-section.overlay-off .visual-frame:before {
      content: '';
      height: 10rem;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: linear-gradient(180deg, rgba(49, 115, 181, 0) 0%, #3173b5 100%); } }
  .visual-section.overlay-off .visual-frame:after {
    min-height: 26rem; }
    @media print, screen and (min-width: 40em) {
      .visual-section.overlay-off .visual-frame:after {
        min-height: 28.5rem; } }
    @media print, screen and (min-width: 64em) {
      .visual-section.overlay-off .visual-frame:after {
        min-height: 28rem; } }
  .visual-section.overlay-off .breadcrumbs-holder {
    background: rgba(49, 115, 181, 0.8); }
    .visual-section.overlay-off .breadcrumbs-holder .breadcrumbs {
      margin: 1.3rem 0 1.6rem 0; }
  .visual-section.no-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: none;
    background-color: #3173b5; }
  .visual-section.no-image .visual-frame:before {
    background-image: none; }
  .visual-section.no-image .visual-frame:after {
    min-height: 16rem !important; }
    @media screen and (min-width: 40em) {
      .visual-section.no-image .visual-frame:after {
        min-height: 25rem !important; } }
    @media screen and (min-width: 64em) {
      .visual-section.no-image .visual-frame:after {
        min-height: 27rem !important; } }
  @media screen and (min-width: 64em) {
    .visual-section.no-image .visual-frame .holder {
      vertical-align: top;
      margin-top: 4rem; } }

.visual {
  position: relative;
  min-height: calc(100vh - 95px);
  padding: 100px 0 30px;
  display: flex;
  align-items: flex-end; }
  @media screen and (max-width: 39.9375em) {
    .visual {
      min-height: inherit;
      max-height: 470px; } }
  .visual:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: calc(100vh - 95px - 150px);
    width: 0; }
    @media screen and (min-width: 40em) {
      .visual:after {
        height: 250px; } }
    @media screen and (min-width: 64em) {
      .visual:after {
        height: 430px; } }
  @media screen and (min-width: 40em) {
    .visual {
      min-height: 400px;
      padding: 50px 0 100px;
      align-items: center; } }
  @media screen and (min-width: 64em) {
    .visual {
      min-height: 580px; } }

.visual-frame {
  white-space: nowrap;
  text-align: center; }
  .visual-frame:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 25.8rem; }
  .visual-frame > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%; }
  @media print, screen and (min-width: 40em) {
    .visual-frame:after {
      min-height: 35rem; } }
  @media print, screen and (min-width: 64em) {
    .visual-frame:after {
      min-height: 43rem; } }
  .visual-frame .visual-content {
    text-align: left;
    position: relative;
    padding: 0 10px 10px; }
    @media print, screen and (min-width: 40em) {
      .visual-frame .visual-content {
        padding: 0 10px 30px; } }
    @media print, screen and (min-width: 64em) {
      .visual-frame .visual-content {
        padding: 0 10px 10px; } }
  .visual-frame .subtitle {
    font-size: 1.8rem;
    letter-spacing: -0.09px;
    font-weight: 500;
    line-height: 1.2; }
    @media print, screen and (min-width: 40em) {
      .visual-frame .subtitle {
        font-size: 2.4rem;
        letter-spacing: -0.12px; } }
  .visual-frame .holder {
    width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .visual-frame .holder.bottom-sm {
        vertical-align: bottom;
        margin-bottom: 2rem; } }

.visual-content {
  width: 100%;
  color: #fff;
  padding: 0 10px; }
  .visual-content h1,
  .visual-content .h1 {
    margin-bottom: 0;
    font-size: 3rem;
    letter-spacing: -.15px; }
    @media screen and (min-width: 40em) {
      .visual-content h1,
      .visual-content .h1 {
        font-size: 3.6rem;
        letter-spacing: -.24px; } }
    @media screen and (min-width: 64em) {
      .visual-content h1,
      .visual-content .h1 {
        font-size: 4.8rem; } }
    .visual-content h1 .highlight-text,
    .visual-content h1 .text-2,
    .visual-content h1 .text-3,
    .visual-content .h1 .highlight-text,
    .visual-content .h1 .text-2,
    .visual-content .h1 .text-3 {
      position: relative;
      left: -10px;
      background-color: #181643; }
    .visual-content h1 .highlight-text,
    .visual-content .h1 .highlight-text {
      padding: 10px 0 5px; }
      @media screen and (min-width: 64em) {
        .visual-content h1 .highlight-text,
        .visual-content .h1 .highlight-text {
          left: 0; } }
    .visual-content h1 .text-2,
    .visual-content .h1 .text-2 {
      left: 40px;
      padding: 10px 0 5px; }
    .visual-content h1 .text-3,
    .visual-content .h1 .text-3 {
      left: -20px;
      z-index: 2; }
  .visual-content h2,
  .visual-content .h2 {
    margin-bottom: 0;
    font-size: 2.4rem;
    letter-spacing: -.15px; }
    @media screen and (min-width: 40em) {
      .visual-content h2,
      .visual-content .h2 {
        font-size: 3rem;
        letter-spacing: -.24px; } }
    @media screen and (min-width: 64em) {
      .visual-content h2,
      .visual-content .h2 {
        font-size: 3.6rem; } }
    .visual-content h2 .highlight-text,
    .visual-content h2 .text-2,
    .visual-content h2 .text-3,
    .visual-content .h2 .highlight-text,
    .visual-content .h2 .text-2,
    .visual-content .h2 .text-3 {
      position: relative;
      left: -10px;
      background-color: #181643; }
    .visual-content h2 .highlight-text,
    .visual-content .h2 .highlight-text {
      padding: 10px 0 5px; }
      @media screen and (min-width: 64em) {
        .visual-content h2 .highlight-text,
        .visual-content .h2 .highlight-text {
          left: 0; } }
    .visual-content h2 .text-2,
    .visual-content .h2 .text-2 {
      left: 40px;
      padding: 10px 0 5px; }
    .visual-content h2 .text-3,
    .visual-content .h2 .text-3 {
      left: -20px;
      z-index: 2; }
  .visual-content .link-wrap {
    display: inline-block;
    vertical-align: top;
    background-color: #181643;
    padding: 10px 20px 10px;
    margin-left: -10px; }
    @media screen and (min-width: 64em) {
      .visual-content .link-wrap {
        margin-left: 0;
        padding: 10px 25px 10px; } }
    @media screen and (min-width: 75em) {
      .visual-content .link-wrap {
        padding: 10px 35px 10px 25px; } }
    .visual-content .link-wrap .btn-link {
      color: #fff;
      font-size: 1.4rem;
      padding-bottom: 4px; }
      @media screen and (min-width: 40em) {
        .visual-content .link-wrap .btn-link {
          font-size: 1.6rem; } }
    .visual-content .link-wrap.low {
      padding-top: 1rem; }

.pros-list {
  background-color: #fff;
  padding-bottom: 4rem; }
  @media screen and (min-width: 40em) {
    .pros-list {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      transform: translateY(50%);
      background-color: transparent;
      padding-bottom: 0; } }
  .pros-list .pros-card {
    background-color: #fff;
    padding: 2.5rem 2rem 0;
    max-width: 350px;
    margin: 0 auto; }
    @media screen and (min-width: 40em) {
      .pros-list .pros-card {
        padding: 2rem 2rem 2.5rem;
        height: 100%; } }
    @media screen and (min-width: 75em) {
      .pros-list .pros-card {
        padding: 2.5rem 3rem 3.5rem; } }
    .pros-list .pros-card p {
      margin-bottom: 0; }
  .pros-list .title {
    display: block;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
    letter-spacing: .8px;
    color: #ed1c24; }
    @media screen and (min-width: 64em) {
      .pros-list .title {
        font-size: 3.6rem;
        letter-spacing: 1.8px; } }

.card {
  height: calc(100% - 2rem); }
  @media screen and (min-width: 64em) {
    .card {
      margin-bottom: 4rem;
      height: calc(100% - 4rem); } }
  .card .img-holder {
    padding-bottom: 53%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 20rem; }
  .card h1 .button, .card h2 .button, .card h3 .button, .card h4 .button, .card h5 .button, .card h6 .button {
    text-align: left;
    width: 100%;
    padding: 0.8rem 1rem;
    margin-bottom: 0;
    line-height: 1.3; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .card h1 .button, .card h2 .button, .card h3 .button, .card h4 .button, .card h5 .button, .card h6 .button {
        font-size: 1.4rem; } }
    .card h1 .button.secondary:hover, .card h2 .button.secondary:hover, .card h3 .button.secondary:hover, .card h4 .button.secondary:hover, .card h5 .button.secondary:hover, .card h6 .button.secondary:hover {
      background: #ed1c24;
      border-color: #ed1c24; }
  .card.panel-card {
    background-color: #ececf0; }
    .card.panel-card h1 .button:hover, .card.panel-card h2 .button:hover, .card.panel-card h3 .button:hover, .card.panel-card h4 .button:hover, .card.panel-card h5 .button:hover, .card.panel-card h6 .button:hover {
      color: #fff;
      background: #ed1c24;
      border-color: #ed1c24; }
  .card ul {
    padding: 0 0 0 0.7rem; }
    .card ul li {
      margin-bottom: 1.2rem;
      padding-left: 0 !important; }
      .card ul li:before {
        display: none; }

.card-box {
  margin-bottom: 2.5rem;
  height: calc(100% - 2.5rem); }
  .card-box .button {
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    text-align: left;
    margin-bottom: 1.5rem;
    padding: 1rem;
    width: 100%; }

.cta-section {
  text-align: center;
  padding: 4rem 0 6rem;
  line-height: 1.429; }
  @media screen and (min-width: 40em) {
    .cta-section {
      padding: 14rem 0 5rem; } }
  @media screen and (min-width: 64em) {
    .cta-section {
      padding: 16rem 0 10rem; } }
  .cta-section h1, .cta-section .h1 {
    color: #3173b5;
    padding: 0;
    letter-spacing: -.12px;
    margin-bottom: 2rem; }
    @media screen and (min-width: 64em) {
      .cta-section h1, .cta-section .h1 {
        margin-bottom: 2.5rem; } }
  .cta-section.bg {
    background-color: #ececf0; }
  .cta-section.alt {
    text-align: left; }
    @media screen and (min-width: 40em) {
      .cta-section.alt {
        padding: 5rem 0 7rem 0; } }
    @media screen and (min-width: 64em) {
      .cta-section.alt {
        padding: 7rem 0 10rem; } }
    .cta-section.alt h1 {
      padding: 0;
      margin-bottom: 3.5rem; }
  @media screen and (min-width: 40em) {
    .cta-section.alt-block {
      padding: 7rem 0; } }
  @media screen and (min-width: 64em) {
    .cta-section.alt-block {
      padding: 7rem 0 8rem; } }

.decorate-section {
  background-color: #181643;
  color: #fff;
  padding-bottom: 6rem; }

.decorate-row {
  display: flex;
  width: 100%;
  margin-bottom: 4rem;
  transform: translateY(-4rem); }
  @media print, screen and (min-width: 40em) {
    .decorate-row {
      transform: translateY(-6rem); } }

.decorate-panel {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex: 1;
  position: relative;
  padding-bottom: 37.5%; }
  @media screen and (max-width: 63.9375em) {
    .decorate-panel {
      transform: translateY(4rem) !important; } }
  @media screen and (min-width: 64em) {
    .decorate-panel {
      transform: translateY(6rem); } }
  .decorate-panel:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(49, 115, 181, 0.5);
    z-index: 2; }
  @media screen and (max-width: 63.9375em) {
    .decorate-panel:nth-child(even) {
      transform: translateY(0) !important; } }
  @media screen and (min-width: 64em) {
    .decorate-panel:nth-child(even) {
      transform: translateY(-6rem); } }
  @media screen and (min-width: 40em) {
    .decorate-panel {
      padding-bottom: 18%; } }
  @media screen and (min-width: 64em) {
    .decorate-panel {
      padding-bottom: 14%; } }

.accordion {
  text-align: left;
  margin-bottom: 3rem; }
  .decorate-section .accordion .accordion-content {
    padding-left: 1rem;
    padding-right: 1rem; }
  .decorate-section .accordion .accordion-title {
    background-color: #fff; }
  .decorate-section .accordion .is-active .accordion-title {
    background-color: #ececf0; }
  .accordion.numbered-accordion {
    list-style: none;
    counter-reset: counter; }
    @media screen and (min-width: 64em) {
      .accordion.numbered-accordion {
        margin-bottom: 6rem; } }
    .accordion.numbered-accordion .accordion-item .indicator:before {
      counter-increment: counter;
      content: counters(counter, ".") " ";
      width: auto;
      height: auto;
      background-color: transparent; }
    .accordion.numbered-accordion .accordion-item .indicator:after {
      content: none; }

.accordion-title {
  transition: background-color 0.3s ease-in-out;
  position: relative;
  text-transform: uppercase;
  background-color: #ececf0;
  padding-left: 7rem;
  font-weight: 500;
  letter-spacing: 0.9px; }
  .accordion-title:hover {
    color: #333; }
    .accordion-title:hover .indicator {
      background-color: #ed1c24; }
  @media screen and (min-width: 64em) {
    .accordion-title {
      font-size: 1.8rem; } }
  .accordion-title .indicator {
    transition: background-color 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5.6rem;
    z-index: 2;
    background-color: #3173b5;
    color: #fff;
    text-align: center;
    line-height: 50px; }
    .accordion-title .indicator .minus {
      transition: opacity 0.3s ease-in-out;
      display: none; }
    .accordion-title .indicator .plus,
    .accordion-title .indicator .minus {
      width: 15px;
      height: 50px;
      text-align: center;
      margin: 0 auto; }
    .is-active .accordion-title .indicator {
      background-color: #ed1c24; }
      .is-active .accordion-title .indicator .plus {
        display: none; }
      .is-active .accordion-title .indicator .minus {
        display: block; }

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

.accordion-item {
  margin-bottom: .5rem; }

.breadcrumbs-holder {
  background: #ececf0;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .breadcrumbs-holder {
      background: #3173b5; } }
  .breadcrumbs-holder.alt {
    background-color: transparent; }
    .breadcrumbs-holder.alt .breadcrumbs {
      margin: 12px 0 34px 0; }
      @media screen and (min-width: 64em) {
        .breadcrumbs-holder.alt .breadcrumbs {
          margin: 19px 0 40px 0; } }
      .breadcrumbs-holder.alt .breadcrumbs li {
        color: #333; }
        .breadcrumbs-holder.alt .breadcrumbs li:not(:last-child):after {
          color: #333; }
        .breadcrumbs-holder.alt .breadcrumbs li a {
          color: #333;
          border-color: #ed1c24; }
  .breadcrumbs-holder.white {
    background: none; }
    .breadcrumbs-holder.white .breadcrumbs {
      font-weight: 500; }
      .breadcrumbs-holder.white .breadcrumbs li {
        color: #fff; }
        .breadcrumbs-holder.white .breadcrumbs li:not(:last-child):after {
          color: #333; }
          @media print, screen and (min-width: 40em) {
            .breadcrumbs-holder.white .breadcrumbs li:not(:last-child):after {
              color: #fff; } }
      .breadcrumbs-holder.white .breadcrumbs a {
        color: #fff; }
        .breadcrumbs-holder.white .breadcrumbs a:hover {
          border-color: #fff; }
  .breadcrumbs-holder .breadcrumbs {
    font-weight: 500; }
    @media print, screen and (min-width: 40em) {
      .breadcrumbs-holder .breadcrumbs {
        font-weight: normal; } }
    .breadcrumbs-holder .breadcrumbs li {
      color: #333; }
      @media screen and (max-width: 63.9375em) {
        .breadcrumbs-holder .breadcrumbs li {
          font-size: 1.2rem; } }
      @media print, screen and (min-width: 40em) {
        .breadcrumbs-holder .breadcrumbs li {
          color: #fff; } }
      .breadcrumbs-holder .breadcrumbs li:not(:last-child):after {
        color: #333; }
        @media print, screen and (min-width: 40em) {
          .breadcrumbs-holder .breadcrumbs li:not(:last-child):after {
            color: #fff; } }
    .breadcrumbs-holder .breadcrumbs a {
      color: #333; }
      @media print, screen and (min-width: 40em) {
        .breadcrumbs-holder .breadcrumbs a {
          border-color: #fff;
          color: #fff; } }
      .breadcrumbs-holder .breadcrumbs a:hover {
        text-decoration: none; }
        @media print, screen and (min-width: 40em) {
          .breadcrumbs-holder .breadcrumbs a:hover {
            border-color: #ed1c24; } }

.team-section .inner-info-holder {
  padding: 32px 0 24px; }
  @media screen and (min-width: 64em) {
    .team-section .inner-info-holder {
      padding: 45px 0 72px; } }

.team-section .info-item {
  margin: 0 0 41px; }
  @media screen and (min-width: 64em) {
    .team-section .info-item {
      margin: 0 0 22px; } }
  .team-section .info-item h2, .team-section .info-item .h2 {
    color: #3173b5;
    margin: 0 0 7px; }
    @media screen and (min-width: 64em) {
      .team-section .info-item h2, .team-section .info-item .h2 {
        margin: 0 0 12px; } }
  .team-section .info-item p {
    margin: 0 0 20px; }
    @media screen and (min-width: 64em) {
      .team-section .info-item p {
        margin: 0 0 24px; } }
  .team-section .info-item .link {
    font-weight: 500;
    color: inherit; }

.team-section .right-col .inner-info-holder {
  background-color: #ececf0;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 64em) {
    .team-section .right-col .inner-info-holder {
      padding-left: 30px;
      padding-right: 30px; } }

.team-section .course-list {
  padding: 12px 0 14px; }
  @media screen and (min-width: 64em) {
    .team-section .course-list {
      padding: 5px 0 18px;
      font-size: 16px; } }
  .team-section .course-list li {
    margin: 0 0 5px; }
  .team-section .course-list a {
    display: block;
    padding: 14px 66px 11px 13px;
    position: relative;
    border-bottom: none;
    color: #333;
    background-color: #fff; }
    @media screen and (min-width: 64em) {
      .team-section .course-list a {
        padding: 14px 66px 9px 21px; } }
    .team-section .course-list a:hover .arrow {
      background: #ed1c24; }
  .team-section .course-list .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #3173b5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 56px;
    overflow: hidden; }
    .team-section .course-list .arrow:before {
      content: '>';
      position: relative;
      z-index: 1;
      font-size: 14px;
      font-weight: 700; }
  .team-section .course-list .code {
    font-weight: 500;
    letter-spacing: 1.2px; }
    .team-section .course-list .code:after {
      content: '|';
      margin: 0 2px 0 6px; }
      @media screen and (min-width: 64em) {
        .team-section .course-list .code:after {
          margin: 0 6px 0 11px; } }
    @media screen and (min-width: 64em) {
      .team-section .course-list .code {
        font-size: 18px; } }

.team-section ul:not([class]):not([id]) li {
  position: relative;
  padding-left: 13px;
  margin: 0 0 16px; }
  @media screen and (min-width: 64em) {
    .team-section ul:not([class]):not([id]) li {
      margin: 0 0 12px; } }
  .team-section ul:not([class]):not([id]) li:before {
    content: '';
    width: 2px;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 10px; }

.team-section ul:not([class]):not([id]) a {
  color: inherit; }

@media screen and (max-width: 39.9375em) {
  .person-main-info {
    padding-top: 3rem; } }

.person-main-info .img-holder {
  width: 93px;
  margin: 0 22px 32px 0;
  float: left;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 40em) {
    .person-main-info .img-holder {
      width: 191px;
      margin: 0 22px 0 0; } }
  @media screen and (min-width: 64em) {
    .person-main-info .img-holder {
      margin: 0 30px 0 0; } }

.person-main-info .name-holder {
  width: calc(100% - 115px);
  float: left;
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 32px; }
  @media screen and (min-width: 40em) {
    .person-main-info .name-holder {
      width: calc(100% - 213px);
      padding: 11px 0 0;
      font-size: 24px;
      margin: 0 0 26px; } }
  @media screen and (min-width: 64em) {
    .person-main-info .name-holder {
      width: calc(100% - 221px); } }

.person-main-info .name, .person-main-info .h1, .person-main-info h1 {
  margin: 0 0 13px; }
  @media screen and (min-width: 64em) {
    .person-main-info .name, .person-main-info .h1, .person-main-info h1 {
      margin: 0 0 7px; } }

.person-main-info .position,
.person-main-info .department {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500; }
  .person-main-info .position a,
  .person-main-info .department a {
    color: inherit; }

.person-main-info .position:after {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0; }
  @media screen and (min-width: 64em) {
    .person-main-info .position:after {
      margin: -8px 8px 0; } }

.person-main-info .details-holder {
  background-color: #181643;
  color: #fff;
  padding: 30px 0;
  font-size: 14px;
  line-height: 1.429;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .person-main-info .details-holder {
      clear: both; } }
  @media screen and (min-width: 40em) {
    .person-main-info .details-holder {
      float: left;
      width: calc(100% - 213px);
      font-size: 16px;
      line-height: 1.75;
      padding: 26px 0 32px; } }
  @media screen and (min-width: 64em) {
    .person-main-info .details-holder {
      width: calc(100% - 221px); } }
  .person-main-info .details-holder:before, .person-main-info .details-holder:after {
    content: '';
    background-color: #181643;
    top: 0;
    bottom: 0;
    width: 9999px;
    position: absolute; }
  .person-main-info .details-holder:before {
    right: 100%; }
  .person-main-info .details-holder:after {
    left: 100%; }
  .person-main-info .details-holder .text-item {
    display: block; }
  .person-main-info .details-holder a {
    color: #fff; }

.person-main-info address, .person-main-info .address {
  margin: 21px 0 0; }
  @media screen and (min-width: 64em) {
    .person-main-info address, .person-main-info .address {
      margin: 28px 0 0; } }

.results-section {
  padding: 4rem 2rem 5rem; }
  .results-section h1 {
    margin-bottom: 0.8rem; }
  .results-section h2 {
    color: #3173b5;
    display: block;
    width: 100%; }
  .results-section h3 {
    color: #181643;
    letter-spacing: .9px; }
  .results-section .subtitle {
    display: block;
    width: 100%;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .results-section .subtitle {
        margin-bottom: 0.5rem; } }
  .results-section .heading-block {
    width: 100%; }

.results-table {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 3.4rem; }
  @media print, screen and (min-width: 40em) {
    .results-table {
      font-size: 1.4rem;
      line-height: 1.8rem;
      margin-bottom: 5.4rem; } }
  .results-table .heading-row,
  .results-table .table-row {
    display: flex;
    flex-wrap: wrap; }
  .results-table .heading-row {
    display: none; }
    @media print, screen and (min-width: 40em) {
      .results-table .heading-row {
        display: flex; } }
  .results-table a {
    font-weight: 500; }
  .results-table p {
    margin: 0; }
  @media screen and (max-width: 63.9375em) {
    .results-table .table-row {
      padding: 2rem 2.2rem; } }
  .results-table .table-row:nth-child(even) {
    background: rgba(236, 236, 240, 0.6); }
  .results-table .heading-title {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 500;
    color: #181643;
    display: block;
    margin-bottom: 0.9rem;
    letter-spacing: .9px; }
  .results-table .col-1,
  .results-table .col-2,
  .results-table .col-3,
  .results-table .col-4,
  .results-table .col-5 {
    padding: 0 0 0.9rem;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .results-table .col-1,
      .results-table .col-2,
      .results-table .col-3,
      .results-table .col-4,
      .results-table .col-5 {
        padding: 1rem; } }
    @media screen and (min-width: 75em) {
      .results-table .col-1,
      .results-table .col-2,
      .results-table .col-3,
      .results-table .col-4,
      .results-table .col-5 {
        padding: 1rem 1rem 1rem 2.5rem; } }
  @media print, screen and (min-width: 40em) {
    .results-table .col-1 {
      width: 17%; } }
  @media print, screen and (min-width: 40em) {
    .results-table .col-2 {
      width: 19%; } }
  @media print, screen and (min-width: 40em) {
    .results-table .col-3 {
      width: 22%; } }
  @media screen and (min-width: 75em) {
    .results-table .col-3 {
      width: 25%; } }
  @media print, screen and (min-width: 40em) {
    .results-table .col-4 {
      padding-left: 1rem;
      width: 17%; } }
  @media screen and (min-width: 75em) {
    .results-table .col-4 {
      padding-left: 1rem;
      width: 12%; } }
  @media print, screen and (min-width: 40em) {
    .results-table .col-5 {
      width: 25%; } }
  @media screen and (min-width: 75em) {
    .results-table .col-5 {
      width: 27%; } }

.section-frame {
  width: 100%; }
  .section-frame .info-block .block-title {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500; }
  .section-frame.alt {
    padding: 0; }

.page-heading {
  background: #3173b5;
  padding-bottom: 4rem; }
  @media print, screen and (min-width: 40em) {
    .page-heading {
      padding-bottom: 0; } }
  .page-heading .heading-area {
    background: #fff;
    position: relative;
    height: 100%;
    padding: 3rem 2rem 0; }
    @media print, screen and (min-width: 64em) {
      .page-heading .heading-area {
        padding: 2.7rem 2rem 1.4rem; } }
    .page-heading .heading-area:before {
      content: '';
      background: #fff;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: 0 0 0 -9999px;
      padding: 0 0 0 9999px; }
    .page-heading .heading-area h1 {
      font-weight: 500;
      margin-bottom: 0.8rem;
      color: #181643; }
    .page-heading .heading-area .sub-title {
      font-size: 1.8rem;
      line-height: 2.2rem;
      font-weight: 500;
      display: block;
      margin-bottom: 2.6rem; }
      @media print, screen and (min-width: 40em) {
        .page-heading .heading-area .sub-title {
          font-size: 2.4rem;
          line-height: 2.6rem; } }
  .page-heading .area {
    background: #181643;
    padding: 3rem 2.5rem;
    margin: 0 1.8rem;
    height: 100%;
    color: #fff;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .page-heading .area {
        margin: 0; }
        .page-heading .area .button {
          padding: 1rem; } }
    @media print, screen and (min-width: 40em) {
      .page-heading .area:before {
        content: '';
        position: absolute;
        top: 48%;
        bottom: 0;
        background: #3173b5;
        right: 0;
        top: 8rem;
        margin: 0 -9999px 0 0;
        padding: 0 9999px 0 0; } }
    @media print, screen and (min-width: 64em) {
      .page-heading .area:before {
        top: 11rem; } }
  .page-heading .button {
    width: 100%;
    text-align: left; }
  .page-heading.alt {
    background: none;
    position: relative;
    z-index: 5; }
    @media print, screen and (min-width: 64em) {
      .page-heading.alt {
        margin: -11rem 0 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-heading.compact {
      padding-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-heading.compact .area {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-heading.compact .area .button {
      margin-bottom: 0; } }

.search-form {
  width: 100%; }
  .search-form .holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 -1.5rem; }
  .search-form .col {
    padding: 0 1.5rem 2rem;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .search-form .col {
        width: 50%; } }
    @media print, screen and (min-width: 64em) {
      .search-form .col {
        width: 28%; } }
    @media print, screen and (min-width: 64em) {
      .search-form .col:last-child {
        width: 16%; } }
  .search-form label {
    margin-bottom: 0.8rem; }
    @media screen and (max-width: 63.9375em) {
      .search-form label {
        font-size: 1.4rem; } }
  .search-form input,
  .search-form select,
  .search-form .button {
    margin: 0; }
  @media screen and (max-width: 63.9375em) {
    .search-form input,
    .search-form select {
      font-size: 1.2rem; } }
  .search-form .button {
    min-width: 15rem; }
    @media print, screen and (min-width: 40em) {
      .search-form .button {
        width: 100%;
        min-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem; } }
.search-form select {
    appearance: none;
    padding-right: 2.5rem;
    /*background property commented - ssingh 12/13/18*/
    /*background-image: url("../images/select-opener.svg");*/
    /*background-size: 10px 16px;
    background-position: right -1.15rem center;*/
}

.search-secton {
  padding: 3.2rem 2rem 2.8rem;
  background: #ececf0; }
  .search-secton .h2 {
    color: #3173b5; }
    @media print, screen and (min-width: 40em) {
      .search-secton .h2 {
        margin-bottom: 2.3rem; } }
    .search-secton .h2 a {
      border: none;
      display: inline-block;
      vertical-align: middle;
      line-height: 4rem;
      position: relative;
      padding: 0 0 0 5rem;
      line-height: 2.8rem; }
      .search-secton .h2 a:before {
        transition: background 0.3s ease-in-out;
        content: '<';
        background: #3173b5;
        width: 4rem;
        height: 4rem;
        display: inline-block;
        vertical-align: top;
        color: #fff;
        text-align: center;
        line-height: 4rem;
        font-size: 1.4rem;
        margin-right: 1.2rem;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 700; }
      .search-secton .h2 a:hover:before {
        background: #ed1c24; }

.pagination {
  border: 1px solid #ececf0;
  display: flex;
  justify-content: space-between;
  max-width: 27.9rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .pagination {
      max-width: 31rem; } }
  .pagination:before, .pagination:after {
    display: none; }
  .pagination li {
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 50%;
    border: 1px solid transparent;
    width: 2.7rem;
    height: 2.7rem;
    padding: 0;
    text-align: center;
    line-height: 2.7rem;
    margin: 0.6rem 0; }
    .pagination li.current {
      border-color: #3173b5; }
    .pagination li:hover {
      border-color: #3173b5; }
      .pagination li:hover a {
        color: #3173b5; }
    .pagination li a {
      border: none; }
    .pagination li.pagination-previous, .pagination li.pagination-next {
      border-radius: inherit;
      margin: 0;
      border: none;
      width: auto;
      height: auto;
      text-align: center;
      line-height: 4rem; }
      .pagination li.pagination-previous a, .pagination li.pagination-next a {
        transition: background 0.3s ease-in-out;
        background: #3173b5;
        width: 4.2rem;
        height: 4.2rem;
        font-size: 1.4rem;
        font-weight: 700; }
        .pagination li.pagination-previous a:before, .pagination li.pagination-next a:before {
          color: #fff; }
        .pagination li.pagination-previous a:hover, .pagination li.pagination-next a:hover {
          background: #ed1c24; }
    .pagination li.pagination-previous a:before {
      content: '<'; }
    .pagination li.pagination-next a:before {
      content: '>'; }

.info-area {
  padding: 3rem 0; }
  @media print, screen and (min-width: 40em) {
    .info-area {
      padding: 5rem 0; } }
  @media print, screen and (min-width: 64em) {
    .info-area {
      padding: 6rem 0 4rem; } }
  .info-area .img-block {
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .info-area .img-block {
        margin: 0; } }
    .info-area .img-block img {
      width: 100%; }
  @media screen and (max-width: 63.9375em) {
    .info-area .column, .info-area .columns {
      width: 100%; } }
  .info-area.rtl-column > .row {
    flex-direction: column-reverse;
    align-items: flex-start; }
    @media print, screen and (min-width: 40em) {
      .info-area.rtl-column > .row {
        flex-direction: row-reverse;
        align-items: center; } }
  .info-area ul li {
    margin-bottom: 1rem; }
  @media screen and (max-width: 63.9375em) {
    .info-area .img-frame {
      padding: 0 0.8rem 0 2rem; } }
  .info-area .info-wrap {
    padding-top: 3rem; }
    @media print, screen and (min-width: 40em) {
      .info-area .info-wrap {
        padding: 0; } }
  .info-area h3 {
    color: #181643; }

.links-list {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem; }
  .links-list li {
    margin-bottom: 0.5rem; }
    .links-list li a {
      display: block;
      color: #fff;
      background: #3173b5;
      padding: 0.8rem 1rem;
      border: none; }
      .links-list li a:hover {
        background: #ed1c24; }

.info-box {
  font-weight: 400; }
  .info-box h3 {
    margin-bottom: 0.5rem;
    color: #181643;
    letter-spacing: 0.9px; }
  .info-box .subtitle {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500; }

.date-list {
  margin-bottom: .8rem; }
  @media screen and (min-width: 64em) {
    .date-list {
      font-size: 1.8rem; } }
  .date-list li > a {
    display: flex;
    align-items: flex-start; }
  .date-list .date {
    color: #ed1c24;
    text-transform: uppercase;
    min-width: 95px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
    margin-bottom: 5rem;
    padding: .8rem 1rem;
    font-weight: 500;
    font-size: 1.8rem; }
    @media screen and (min-width: 64em) {
      .date-list .date {
        margin-bottom: 3.8rem;
        margin-right: 2rem; } }
  .date-list a {
    border-bottom: 0; }
    .date-list a:hover .date {
      background-color: #ed1c24;
      color: #fff; }

.date-block {
  margin-bottom: 3rem; }
  .date-block h3 {
    font-weight: 500;
    margin-bottom: 2.7rem;
    letter-spacing: 0.9px; }
    @media screen and (min-width: 64em) {
      .date-block h3 {
        font-size: 2.2rem; } }

.section-frame {
  padding: 2rem 0; }
  @media print, screen and (min-width: 40em) {
    .section-frame {
      padding: 4.5rem 0; } }
  .section-frame .box-frame {
    margin-bottom: 3rem; }
    @media print, screen and (min-width: 40em) {
      .section-frame .box-frame {
        margin-bottom: 4.5rem; } }
  .section-frame .box-title {
    display: block;
    padding: 0.9rem 1rem;
    background: #ececf0;
    text-transform: uppercase;
    color: #181643;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    letter-spacing: 0.64px;
    font-weight: 500; }
    @media print, screen and (min-width: 40em) {
      .section-frame .box-title {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 1.3rem;
        padding: 0.8rem 1rem; } }
    .section-frame .box-title a {
      border: none;
      text-decoration: none; }
      .section-frame .box-title a:after {
        content: '>';
        display: inline-block;
        vertical-align: top;
        margin-left: 8px; }
      .section-frame .box-title a:hover {
        text-decoration: underline !important; }
  .section-frame .box-list {
    font-weight: 500;
    letter-spacing: -0.08px; }
    .section-frame .box-list li {
      margin-bottom: 1.1rem; }

.buttons-list {
  text-align: left;
  margin-bottom: 3rem;
  list-style: none;
  counter-reset: counter; }
  @media screen and (min-width: 64em) {
    .buttons-list {
      margin-bottom: 6rem; } }
  .buttons-list li {
    position: relative; }
  .buttons-list .button {
    position: relative;
    text-transform: uppercase;
    color: #333;
    padding-left: 7rem;
    font-weight: 500;
    letter-spacing: 0.9px;
    display: block;
    text-align: left;
    border: none; }
    @media screen and (min-width: 40em) {
      .buttons-list .button {
        padding: 1.6rem 3rem 1.6rem 7rem; } }
    .buttons-list .button:before {
      counter-increment: counter;
      content: counters(counter, ".") " ";
      width: auto;
      height: auto;
      background-color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 5.6rem;
      z-index: 2;
      background-color: #3173b5;
      color: #fff;
      text-align: center;
      line-height: 38px; }
      @media screen and (min-width: 40em) {
        .buttons-list .button:before {
          line-height: 50px; } }
    .buttons-list .button:hover {
      color: #333; }
      .buttons-list .button:hover:before {
        background-color: #ed1c24; }
    @media screen and (min-width: 64em) {
      .buttons-list .button {
        font-size: 1.8rem; } }
