/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 @-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

/*@media (min-width: 1480px) {*/
  /*.container {*/
    /*max-width: 1440px;*/
  /*}*/
/*}*/

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-md-12,
  .my-md-12 {
    margin-bottom: 12rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-12,
  .my-lg-12 {
    margin-top: 12rem !important;
  }

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

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

  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 12rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.invisible {
  visibility: hidden !important;
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../images/common/owl.video.play.svg) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;-o-transition:transform .1s ease;transition:transform .1s ease;transition:transform .1s ease, -webkit-transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/**
 * calendar calendar table styles
 */
.calendar-calendar tr.odd, .calendar-calendar tr.even {
  background-color: #fff;
}
.calendar-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%; /* Setting at 100% causes problem in Internet Explorer. */
}
.calendar-calendar .month-view table {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

/**
 * IE needs a little help to get the side by side tables to the right size
 */
.calendar-calendar .year-view td {
  width: 32%;
  padding: 1px;
  border: none;
}

.calendar-calendar .year-view td table td {
  width: 13%;
  padding: 0;
}

.calendar-calendar tr {
  padding: 0;
  margin: 0;
  background-color: white;
}
.calendar-calendar th {
  text-align: center;
  margin: 0;
}
.calendar-calendar th a {
  font-weight: bold;
}
.calendar-calendar td {
  width: 14%;
  border: 1px solid #ccc;
  color: #777;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

/**
 * simplify the mini calendar by removing borders
 */
.calendar-calendar .mini {
  border: none;
}

/**
 * format for the week number in the first cell
 */
.calendar-calendar td.week {
  width: 1%;
  min-width: 1%;
 }
.calendar-calendar .week {
  clear: both;
  font-style: normal;
  color: #555;
  font-size: 0.8em;
}

/**
 * IE6 does not support min-height, using Min-Height fast hack from http://www.dustindiaz.com/min-height-fast-hack
 */
.calendar-calendar .inner {
  height: auto !important;
  height: 5em;
  padding: 0;
  margin: 0;
}
.calendar-calendar .inner div {
  padding: 0;
  margin: 0;
}
/**
 * Make sure paragraphs buried in calendar cells use padding, not margins, for separation so the background color doesn't come through.
 */
.calendar-calendar .inner p {
  padding: 0 0 .8em 0;
  margin: 0;
}
.calendar-calendar td a {
  font-weight: bold;
  text-decoration: none;
}
.calendar-calendar td a:hover {
  text-decoration: underline;
}
.calendar-calendar td.year,
.calendar-calendar td.month {
  text-align: center;
}

/**
 * format days of the week header cells
 */
.calendar-calendar th.days {
  color: #ccc;
  background-color: #224;
  text-align: center;
  padding: 1px;
  margin: 0;
 }

/**
 * floating day number div
 */
.calendar-calendar div.day {
  float: right;
  text-align: center;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  background-color: #f3f3f3;
  border: 1px solid gray;
  border-width: 0 0 1px 1px;
  clear: both;
  width: 1.5em;
}

/**
 * individual node container
 */
.calendar-calendar div.calendar {
  background-color: #fff;
  border: solid 1px #ddd;
  text-align: left;
  margin: 0 .25em .25em 0;
  width: 96%;
  float: right; /* needed to keep IE from hiding the floating day number */
  clear: both;
}
/**
 * No floating of day view content because there is no floating day number
 */
.calendar-calendar .day-view div.calendar {
  float: none;
  width: 98%;
  margin: 1% 1% 0 1%;
}

.calendar-calendar div.title {
  font-size:.8em;
  text-align: center;
}

.calendar-calendar div.title a {
  color: #000;
}
.calendar-calendar div.title a:hover {
  color: #c00;
}
.calendar-calendar .content {
  clear: both;
  padding: 3px;
  padding-left: 5px;
}
.calendar div.form-item {
  white-space: normal;
}

table td.mini,
table th.mini,
table.mini td.week {
  padding: 0 1px 0 0;
  margin: 0;
  }
table td.mini a {
  font-weight: normal;
}
.calendar-calendar .mini-day-off {
  padding: 0px;
}
.calendar-calendar .mini-day-on {
  padding: 0px;
}
table .mini-day-on a {
  text-decoration: underline;
}
.calendar-calendar .mini .title {
  font-size: .8em;
}
.mini .calendar-calendar .week {
  font-size: .7em;
}
.mini-row {
  width: 100%;
  border: none;
}
.mini{
  width: 32%;
  vertical-align: top;
}

/**
 * formatting for the legend stripe and block
 */
.calendar-calendar .stripe {
  height: 5px;
  width: auto;
  font-size:1px !important;
  line-height:1px !important;
}
.calendar-calendar .day-view .stripe {
  width: 100%;
}
table.calendar-legend {
  background-color: #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
}
table.calendar-legend tr.odd .stripe,
table.calendar-legend tr.even .stripe {
  height: 12px !important;
  font-size: 9px !important;
  line-height: 10px !important;
}
.calendar-legend td {
  text-align: left;
  padding-left: 5px;
}

.calendar-empty {
  font-size: 1px;
  line-height: 1px;
}

/**
 * formatting for the full day view
 */
.calendar-calendar td.calendar-agenda-hour {
  text-align: right;
  border: none;
  border-top: 1px solid #CCCCCC;
  padding-top: .25em;
  width: 1%;
}
.calendar-calendar td.calendar-agenda-no-hours {
  min-width: 1%;
}
.calendar-calendar td.calendar-agenda-hour .calendar-hour {
  font-size: 1.2em;
  font-weight: bold;
}
.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
  font-size: 1em;
}
.calendar-calendar td.calendar-agenda-items {
  border: 1px solid #CCCCCC;
  text-align: left;
}
.calendar-calendar td.calendar-agenda-items div.calendar {
  width: auto;
  padding: .25em;
  margin: 0;
}
.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  background-color: #fff;
}

/**
 * the popup date selector for jumping to a new date
 */
.calendar-date-select form {
  text-align: right;
  float: right;
  width: 25%;
}
.calendar-date-select div,
.calendar-date-select input,
.calendar-date-select label {
  text-align: right;
  padding: 0;
  margin: 0;
  float: right;
  clear: both;
}
.calendar-date-select .description {
  float: right;
}
.calendar-label {
  font-weight: bold;
  display: block;
  clear: both;
}

.calendar-calendar div.date-nav {
  background-color: #ccc;
  color: #777;
  padding: 0.2em;
  width: auto;
  border: 1px solid #ccc;
}
.calendar-calendar div.date-nav a,
.calendar-calendar div.date-nav h3 {
  color: #777;
  text-decoration: none;
}
.calendar-calendar th.days {
  background-color: #eee;
  color: #777;
  font-weight: bold;
  border: 1px solid #ccc;
}
.calendar-calendar td.empty {
  background: #ccc;
  border-color: #ccc;
  color: #cc9;
}
.calendar-calendar table.mini td.empty {
  background: #fff;
  border-color: #fff;
}
.calendar-calendar td div.day {
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
  margin-bottom: 2px;
}
.calendar-calendar td .inner div,
.calendar-calendar td .inner div a {
  background: #eee;
}

/**
 * Set small font size for all items in calendar div, themes can override this.
 * Use x-small instead of em to avoid multiplying effect in nested items.
 */
.calendar-calendar div.calendar {
  border: none;
  font-size: x-small;
}
.calendar-calendar td .inner div.calendar div,
.calendar-calendar td .inner div.calendar div a {
  border: none;
  background: #ffc;
  padding: 0;
}
.calendar-calendar td .inner div.calendar div.calendar-more,
.calendar-calendar td .inner div.calendar div.calendar-more a {
  color: #444;
  background: #fff;
  text-align: right;
}
.calendar-calendar td .inner .view-field,
.calendar-calendar td .inner .view-field a {
  color: #444;
  font-weight: normal;
}

.calendar-calendar td span.date-display-single,
.calendar-calendar td span.date-display-start,
.calendar-calendar td span.date-display-end,
.calendar-calendar td span.date-display-separator {
  font-weight: bold;
}
.calendar-calendar td .inner div.day a {
  color: #4b85ac;
}
.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: #C3D6E4;
}
.calendar-calendar td .inner div.calendar div div.view-data-node-data-field-date-field-date-value {
}

/**
 * The following are not used by default but are available for themes
 */
.calendar-calendar td.past {}
.calendar-calendar td.future {}
.calendar-calendar td.has-events {}
.calendar-calendar td.has-no-events {}

/**
 * Multi day styles
 */
.calendar-calendar tbody {
  border-top: none;
}

.calendar-calendar .month-view .full .inner,
.calendar-calendar .week-view .full .multi-day .inner {
  height: auto;
  min-height: auto;
}
.calendar-calendar .week-view .full .calendar-agenda-hour
.calendar-calendar .month-view .full .single-day .inner .view-item {
  float: left;
  width: 100%;
}

.calendar-calendar .week-view .full .calendar-agenda-hour,
.calendar-calendar .day-view .full .calendar-agenda-hour {
  padding-right: 2px;
}

.calendar-calendar .week-view .full .calendar-agenda-hour {
  width: 6%;
  min-width: 0px;
}

.calendar-calendar .week-view .full .days {
  width: 13%;
}

.calendar-calendar .month-view .full div.calendar,
.calendar-calendar .week-view .full div.calendar,
.calendar-calendar .day-view div.calendar {
  width: auto;
}

.calendar-calendar .month-view .full tr.date-box,
.calendar-calendar .month-view .full tr.date-box td,
.calendar-calendar .month-view .full tr.multi-day,
.calendar-calendar .month-view .full tr.multi-day td {
  height: 19px;
  max-height: 19px;
}

.calendar-calendar .month-view .full tr.single-day .no-entry,
.calendar-calendar .month-view .full tr.single-day .no-entry .inner {
  height: 44px !important;
  line-height: 44px;
}

.calendar-calendar .month-view .full tr.single-day .noentry-multi-day,
.calendar-calendar .month-view .full tr.single-day .noentry-multi-day .inner {
  height: 22px !important;
  line-height: 22px;
}

.calendar-calendar .month-view .full td,
.calendar-calendar .week-view .full td,
.calendar-calendar .day-view  td {
  vertical-align: top;
  padding: 1px 2px 0 2px
}

.calendar-calendar .month-view .full td.date-box {
  height: 1%;
  border-bottom: 0px;
  padding-bottom: 2px;
}

.calendar-calendar .month-view .full .week {
  font-size: inherit;
}

.calendar-calendar .month-view .full .week a,
.calendar-calendar .week-view .full .week a {
  color: #4b85ac;
}

.calendar-calendar .month-view .full td .inner div.day,
.calendar-calendar .month-view .full td .inner div.day a {
  border: none;
  background: none;
  margin-bottom: 0px;
}

.calendar-calendar .month-view .full td.date-box .inner,
.calendar-calendar .week-view .full td.date-box .inner {
  min-height: inherit;
}

.calendar-calendar .month-view .full td.multi-day,
.calendar-calendar .week-view .full td.multi-day {
  border-top: 0px;
  border-bottom: 0px;
}

.calendar-calendar .week-view .full .first td.multi-day {
  border-top: 1px solid #CCCCCC;
}

.calendar-calendar .month-view .full td.single-day {
  border-top: 0px;
}

.calendar-calendar .month-view .full td.multi-day .inner,
.calendar-calendar .week-view .full td.multi-day .inner,
.calendar-calendar .day-view .full td.multi-day .inner {
  min-height: inherit;
  width: auto;
  position: relative;
}

.calendar-calendar .month-view .full td.multi-day.no-entry {
  min-height: 0px;
}

.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
  background: #F4F4F4;
}

.calendar-calendar .month-view .full td.single-day .inner div,
.calendar-calendar .month-view .full td.single-day .inner div a ,
.calendar-calendar .month-view .full td.multi-day .inner div,
.calendar-calendar .month-view .full td.multi-day .inner div a ,
.calendar-calendar .month-view .full td .inner div.calendar.monthview div,
.calendar-calendar .month-view .full td .inner div.calendar.monthview div a,
.calendar-calendar .week-view .full td.single-day .inner div,
.calendar-calendar .week-view .full td.single-day .inner div a ,
.calendar-calendar .week-view .full td.multi-day .inner div,
.calendar-calendar .week-view .full td.multi-day .inner div a ,
.calendar-calendar .week-view .full td .inner div.calendar.weekview div,
.calendar-calendar .week-view .full td .inner div.calendar.weekview div a,
.calendar-calendar .day-view .full td .inner div.view-item,
.calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
  background: none;
}

.calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
  margin: 0px 3px;
}

.calendar-calendar .day-view .full td .inner div.calendar div.stripe {
  margin: 0px;
}

.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today {
  background: none;
  border-left: 2px solid #7C7F12;
  border-right: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full td.date-box.today {
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #7C7F12;
}

.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full tr td.multi-day.starts-today {
  border-left: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full tr td.multi-day.ends-today {
  border-right: 2px solid #7C7F12;
}

.calendar-calendar .month-view .full tr td.multi-day,
.calendar-calendar .month-view .full tr td.single-day {
  border-top: 0px;
}

.calendar-calendar .month-view .full tr td.multi-day,
.calendar-calendar .month-view .full tr td.date-box {
  border-bottom: 0px;
}

.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
  border-radius: 5px;
  width: auto;
  float: none;
  display: block;
  margin: .25em auto;
  position: relative;
}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background: #ffc;
  width: auto;
  padding: 0px 3px;
  overflow: hidden;
}

.calendar-calendar .month-view .full td.single-day .calendar-more div.monthview {
  background: none;
}

.calendar-calendar .day-view td div.dayview {
  padding: 0px;
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background: #74a5d7;
  height: 1.9em;
  overflow: hidden;
  margin: 0px auto;
  color: #ffffff;
  position: relative;
}

.calendar-calendar .week-view .full td.multi-day div.weekview {
  height: 3.5em;
}

.calendar-calendar .month-view .full td.multi-day .inner .view-field,
.calendar-calendar .month-view .full td.multi-day .inner .view-field a,
.calendar-calendar .week-view .full td.multi-day .inner .view-field,
.calendar-calendar .week-view .full td.multi-day .inner .view-field a,
.calendar-calendar .day-view .full td.multi-day .inner .view-field,
.calendar-calendar .day-view .full td.multi-day .inner .view-field a {
  color: #ffffff;
}

.calendar-calendar .full td.multi-day .calendar .view-field,
.calendar-calendar .full td.single-day .calendar .view-field {
}

.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .week-view .full td.multi-day div.weekview {
  margin-bottom: 2px;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .view-field {
  white-space: nowrap;
  float: left;
  margin-right: 3px;
}

.calendar-calendar .week-view .full td.multi-day .calendar.weekview .view-field {
  white-space: nowrap;
  display: inline;
  margin-right: 3px;
}

.calendar-calendar .day-view .full td.multi-day .calendar.weekview .view-field {
  display: block;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
  position: absolute;
  width: 3000px;
  left: 5px;
}

.calendar-calendar .day-view td .stripe,
.calendar-calendar .month-view .full td .stripe,
.calendar-calendar .week-view .full td .stripe {
  border-radius: 5px 5px 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 3px;
  z-index: 2;
}

.calendar-calendar .full td.single-day .continuation,
.calendar-calendar .full td.single-day .continues,
.calendar-calendar .full td.single-day .cutoff {
  display: none;
}

.calendar-calendar .month-view .full td.multi-day  .inner .monthview .continuation,
.calendar-calendar .week-view .full td.multi-day  .inner .weekview .continuation {
  float:left;
  margin-right: 3px;
  height: 1.9em;
}

.calendar-calendar .week-view .full td.multi-day  .inner .weekview .continuation {
  height: 2.75em;
  padding-top: 0.75em;
  margin-right: 8px;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  position: absolute;
  right: 0px !important;
  right: -1px;
  width: 10px;
  text-align: left;
  background: #74a5d7;
  border-radius: 0px 5px 5px 0px;
  height: 1.9em;
  padding-left: 6px;
  z-index: 1;
}

.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  height: 2.75em;
  padding-top: 0.75em;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  width: 8px;
  padding-left: 0px;
}

.calendar-calendar .week-view .full td.multi-day {
  padding: 2px;
}

.calendar-calendar .week-view td.single-day div.calendar {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.calendar-calendar .week-view .full tr.last td.multi-day {
  border-bottom:1px solid #CCCCCC;
}

/**
 * Restyle Header
 */
.view .date-nav-wrapper .clear-block {
  margin-bottom: 10px;
}

.view .date-nav-wrapper  {
  position: relative;
  margin-top: 5px;
  width: 100%;
}

.view .date-nav-wrapper .date-nav {
  background-color: transparent;
  border: 0px;
  height: 30px;
  height: auto;
  min-height: 30px;
  position: relative;
  margin-bottom: 10px;
}

.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
  text-decoration: none;
  color: inherit;
  font-size: 12px;
}

.view .date-nav-wrapper.date-nav a:hover {
  text-decoration: underline;
}

.view .date-nav-wrapper .date-prev {
  border-radius: 5px 0 0 5px;
  background: none repeat scroll 0 0 #dfdfdf;
  float: none;
  padding: 5px 0;
  position: absolute;
  right: 60px;
  left: auto;
  text-align: right;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;
}

.block-views .view .date-nav-wrapper .date-prev {
  left: 0;
  right: auto;
}

.view .date-nav-wrapper .date-prev a {
  margin-left: 10px;
  font-weight: bold;
}

.view .date-nav-wrapper .date-heading {
  position: relative;
  width: 100%;
  top: 0px;
  text-align: center;
  z-index: 0;
}

.view .date-nav-wrapper .date-heading h3 {
  line-height: 30px;
  font-size: 1.7em;
}

.view .date-nav-wrapper .date-next {
  border-radius: 0px 5px 5px 0px;
  background: none repeat scroll 0 0 #dfdfdf;
  float: none;
  padding: 5px 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;
}

.view .date-nav-wrapper .date-next a {
  margin-right: 10px;
  font-weight: bold;
}

.attachment .calendar-calendar {
  margin-top: 20px;
  clear: both;
}

.calendar-calendar th a,
.attachment .calendar-calendar th {
  background-color: transparent;
  border: 0px;
}

.attachment .calendar-calendar th.calendar-agenda-hour {
  color: #777777;
  font-weight: bold;
  text-align: right;
}

.view-calendar .feed-icon {
  margin-top: 5px;
}

.view table.mini .date-prev,
.view table.mini .date-next {
  background: none;
}

.date-nav div.date-prev,
.date-nav div.date-next,
.date-nav {
  width:auto;
}

ul.calendar-links,
.region-content ul.calendar-links {
  margin:0;
  padding:0;
}

.year-view div.month-view div.date-nav {
  background-color: #DFDFDF;
  min-height: 20px;
}


.calendar-calendar .week-view #multi-day-container,
.calendar-calendar .week-view #single-day-container,
.calendar-calendar .day-view #multi-day-container,
.calendar-calendar .day-view #single-day-container {
  overflow-y: hidden;
  overflow-x: hidden;
}
 .calendar-calendar .week-view #single-day-container,
 .calendar-calendar .day-view #single-day-container {
  height: auto;
}
/**
 * Overlapping week items
 */
.calendar-calendar tr.holder {
  height: 0px;
  display: table-row !important;
  display: none;
}

.calendar-calendar .week-view .full div.item-wrapper,
.calendar-calendar .day-view .full div.item-wrapper {
  background-color: none;
  border: 0px;
  float: none;
  margin: 0px;
  width: 100%;
  margin-top: -24px;
}

.calendar-calendar td .inner div,
.calendar-calendar td .inner div a {
  background: none;
}

.calendar-calendar .week-view .full div.single-day div.weekview,
.calendar-calendar .day-view .full div.single-day div.dayview {
  background: #ffc;
  width: auto;
  padding: 0px 3px;
  overflow: hidden;
}

.calendar-calendar .week-view .full div.single-day div.weekview,
.calendar-calendar .day-view .full div.single-day div.dayview {
  border: 1px solid #E39364;
}

.calendar-calendar .week-view .header-body-divider,
.calendar-calendar .week-view .single-day-footer,
.calendar-calendar .day-view .single-day-footer,
.calendar-calendar .day-view .header-body-divider {
  background: #eeeeee;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-size: 1px;
  height: 4px;
  line-height: 1px;
}

.calendar-calendar .week-view #multi-day-container,
.calendar-calendar .week-view #single-day-container,
.calendar-calendar .day-view #multi-day-container,
.calendar-calendar .day-view #single-day-container {
  position: relative;
  background: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.calendar-calendar .week-view #multi-day-container,
.calendar-calendar .day-view #multi-day-container {
    border-top: 1px solid #CCCCCC;
}

.calendar-calendar .week-view #week-header-container,
.calendar-calendar .day-view #day-header-container {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #CCCCCC;
}

.calendar-calendar .week-view #multi-day-container,
.calendar-calendar .day-view #multi-day-container {
  height: 57px;
}

.calendar-calendar .week-view #multi-day-container .expand {
  height: 100%;
}

.calendar-calendar .week-view #multi-day-container table,
.calendar-calendar .day-view #multi-day-container table {
  height: 100%;
}

.calendar-calendar .week-view #multi-day-container table td,
.calendar-calendar .day-view #multi-day-container table td {
  border-top: 0px;
  border-bottom: 0px;
  vertical-align: top;
  width: 14%;
}

.calendar-calendar .week-view #multi-day-container table td.calendar-agenda-hour {
	border-right: 1px solid #CCCCCC;
}

.calendar-calendar .week-view #single-day-container,
.calendar-calendar .day-view #single-day-container {
  border-top: 1px solid #CCCCCC;
  height: 500px;
}

.calendar-calendar .week-view #single-day-container table td,
.calendar-calendar .day-view #single-day-container table td {
  padding: 0px;
  border-top: 0px;
  border-bottom: 0px;
  width: 14%;
}

.calendar-calendar .week-view td.first,
.calendar-calendar .day-view td.first {
  border-left: 0px;
}

.calendar-calendar .week-view td.first,
.calendar-calendar .day-view td.first {
  border-left: 0px;
}

.calendar-calendar .week-view td.last,
.calendar-calendar .day-view td.last {
  border-right: 0px;
}

.calendar-calendar .week-view #single-day-container div.first,
.calendar-calendar .day-view #single-day-container div.first {
  border-top: 0px;
}

.calendar-calendar .week-view #single-day-container div.last,
.calendar-calendar .day-view #single-day-container div.last {
  border-bottom: 0px;
}

.calendar-calendar .week-view table.full {
  table-layout: fixed;
  width: 100%;
  margin: 0px;
}

.calendar-calendar .day-view table.full {
  table-layout: fixed;
  width: 100%;
  margin: 0px;
}

.calendar-calendar td.calendar-agenda-hour .calendar-hour,
.calendar-calendar td.calendar-agenda-hour .calendar-ampm,
.calendar-calendar .week-view .full div.calendar-agenda-hour span,
.calendar-calendar .day-view .full div.calendar-agenda-hour span {
  font-size: .8em;
  font-weight: normal;
  margin-right: 0px;
}

.calendar-calendar .week-view .full div.calendar-agenda-hour,
.calendar-calendar .day-view .full div.calendar-agenda-hour,
.calendar-calendar .week-view .full div.calendar-agenda-items,
.calendar-calendar .day-view .full div.calendar-agenda-items  {
  height: 47px;
  border-top: 1px solid #cccccc;
}

.calendar-calendar .week-view .full .calendar-agenda-hour {
  width: auto;
}

.calendar-calendar .week-view .full .calendar-agenda-hour div,
.calendar-calendar .day-view .full .calendar-agenda-hour div {
  margin-top: 10px;
}

.calendar-calendar .day-view #header-container td.calendar-time-holder,
.calendar-calendar .day-view #multi-day-container td.calendar-time-holder,
.calendar-calendar .day-view #single-day-container td.calendar-time-holder {
  width: 50px;
  padding: 0px;
  border: 0px;
}

.calendar-calendar .day-view #header-container td.calendar-day-holder,
.calendar-calendar .day-view #multi-day-container td.calendar-day-holder,
.calendar-calendar .day-view #single-day-container td.calendar-day-holder {
  width:95%;
}

.calendar-calendar .week-view #header-container td.calendar-time-holder,
.calendar-calendar .week-view #multi-day-container td.calendar-time-holder,
.calendar-calendar .week-view #single-day-container td.calendar-time-holder {
  width: 50px;
  padding: 0px;
  border: 0px;
}

.calendar-calendar .week-view #header-container td.margin-right {
  width: 10px;
}

.calendar-calendar .week-view .full td.calendar-day-holder {
  padding: 0px;
  border: 0px;
  width: 14%;
}

.calendar-calendar .day-view .full td.calendar-day-holder {
  padding: 0px;
  border: 0px;
  width: 95%;
}

.calendar-calendar .week-view .full div.single-day,
.calendar-calendar .day-view .full div.single-day {
  padding: 0px;
}

.calendar-calendar .week-view .full div.single-day .inner,
.calendar-calendar .day-view .full div.single-day .inner {
  position: relative;
  z-index: 1;
}

.calendar-calendar .week-view .full td.multi-day {
  padding: 1px 2px 0px 2px;
}

.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .week-view .full td.multi-day div.weekview {
  height: 22px !important;
}

.calendar-calendar .day-view .full td.multi-day .calendar.dayview .contents div,
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents div {
}

.calendar-calendar .week-view .full td.multi-day .inner .weekview .continuation {
  height: 22px;
  padding-top: 0px;
  margin-right: 3px;
}

.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
.calendar-calendar .day-view .full td.multi-day .inner .dayview .continues,
.calendar-calendar .day-view .full td.multi-day .inner .dayview .cutoff {
  height: 22px;
  padding-top: 0px;
}

.calendar-calendar .week-view div.single-day .view-item,
.calendar-calendar .day-view div.single-day .view-item {
  position: absolute;
  width: 100%;
  background: none;
  text-align: left;
  z-index: 1;
}

.calendar-calendar .week-view div.single-day .half-hour,
.calendar-calendar .day-view div.single-day .half-hour {
  font-size: 1px;
  height: 23px;
  width: 100%;
  position:relative;
  z-index: 0;
  top: 0px;
  border-bottom: 1px dotted #cccccc;
}

.calendar-calendar .week-view div.single-day .view-item .calendar,
.calendar-calendar .day-view div.single-day .view-item .calendar {
  margin: 0px;
}

.calendar-calendar .week-view div.single-day .view-item .contents,
.calendar-calendar .day-view div.single-day .view-item .contents {
  overflow: hidden;
}

.calendar-calendar div.single-day .o_0 .view-item {
  top: 0px;
}

.calendar-calendar div.single-day .o_1 .view-item {
  top: 12px;
}

.calendar-calendar div.single-day .o_2 .view-item {
  top: 24px;
}

.calendar-calendar div.single-day .o_3 .view-item {
  top: 36px;
}

.calendar-calendar div.single-day .o_4 .view-item {
  top: 40px;
}

.calendar-calendar div.single-day .d_1 .view-item .calendar {
  height: 10px;
}

.calendar-calendar div.single-day .d_2 .view-item .calendar {
  height: 22px;
}

.calendar-calendar div.single-day .d_3 .view-item .calendar {
  height: 34px;
}

.calendar-calendar div.single-day .d_4 .view-item .calendar {
  height: 46px;
}

.calendar-calendar div.single-day .d_5 .view-item .calendar {
  height: 58px;
}

.calendar-calendar div.single-day .d_6 .view-item .calendar {
  height: 70px;
}

.calendar-calendar div.single-day .d_7 .view-item .calendar {
  height: 82px;
}

.calendar-calendar div.single-day .d_8 .view-item .calendar {
  height: 94px;
}

.calendar-calendar div.single-day .d_9 .view-item .calendar {
  height: 106px;
}

.calendar-calendar div.single-day .d_10 .view-item .calendar {
  height: 118px;
}

.calendar-calendar div.single-day .d_11 .view-item .calendar {
  height: 130px;
}

.calendar-calendar div.single-day .d_12 .view-item .calendar {
  height: 142px;
}

.calendar-calendar div.single-day .d_13 .view-item .calendar {
  height: 154px;
}

.calendar-calendar div.single-day .d_14 .view-item .calendar {
  height: 166px;
}

.calendar-calendar div.single-day .d_15 .view-item .calendar {
  height: 178px;
}

.calendar-calendar div.single-day .d_16 .view-item .calendar {
  height: 190px;
}

.calendar-calendar div.single-day .d_17 .view-item .calendar {
  height: 202px;
}

.calendar-calendar div.single-day .d_18 .view-item .calendar {
  height: 214px;
}

.calendar-calendar div.single-day .d_19 .view-item .calendar {
  height: 226px;
}

.calendar-calendar div.single-day .d_20 .view-item .calendar {
  height: 238px;
}

.calendar-calendar div.single-day .d_21 .view-item .calendar {
  height: 250px;
}

.calendar-calendar div.single-day .d_22 .view-item .calendar {
  height: 262px;
}

.calendar-calendar div.single-day .d_23 .view-item .calendar {
  height: 274px;
}

.calendar-calendar div.single-day .d_24 .view-item .calendar {
  height: 286px;
}

.calendar-calendar div.single-day .d_25 .view-item .calendar {
  height: 298px;
}

.calendar-calendar div.single-day .d_26 .view-item .calendar {
  height: 310px;
}

.calendar-calendar div.single-day .d_27 .view-item .calendar {
  height: 322px;
}

.calendar-calendar div.single-day .d_28 .view-item .calendar {
  height: 334px;
}

.calendar-calendar div.single-day .d_29 .view-item .calendar {
  height: 346px;
}

.calendar-calendar div.single-day .d_30 .view-item .calendar {
  height: 358px;
}

.calendar-calendar div.single-day .d_31 .view-item .calendar {
  height: 370px;
}

.calendar-calendar div.single-day .d_32 .view-item .calendar {
  height: 382px;
}

.calendar-calendar div.single-day .d_33 .view-item .calendar {
  height: 394px;
}

.calendar-calendar div.single-day .d_34 .view-item .calendar {
  height: 406px;
}

.calendar-calendar div.single-day .d_35 .view-item .calendar {
  height: 418px;
}

.calendar-calendar div.single-day .d_36 .view-item .calendar {
  height: 430px;
}

.calendar-calendar div.single-day .d_37 .view-item .calendar {
  height: 442px;
}

.calendar-calendar div.single-day .d_38 .view-item .calendar {
  height: 454px;
}

.calendar-calendar div.single-day .d_39 .view-item .calendar {
  height: 466px;
}

.calendar-calendar div.single-day .d_40 .view-item .calendar {
  height: 478px;
}

.calendar-calendar div.single-day .d_41 .view-item .calendar {
  height: 490px;
}

.calendar-calendar div.single-day .d_42 .view-item .calendar {
  height: 502px;
}

.calendar-calendar div.single-day .d_43 .view-item .calendar {
  height: 514px;
}

.calendar-calendar div.single-day .d_44 .view-item .calendar {
  height: 526px;
}

.calendar-calendar div.single-day .d_45 .view-item .calendar {
  height: 538px;
}

.calendar-calendar div.single-day .d_46 .view-item .calendar {
  height: 550px;
}

.calendar-calendar div.single-day .d_47 .view-item .calendar {
  height: 562px;
}

.calendar-calendar div.single-day .d_48 .view-item .calendar {
  height: 574px;
}

.calendar-calendar div.single-day .d_49 .view-item .calendar {
  height: 586px;
}

.calendar-calendar div.single-day .d_50 .view-item .calendar {
  height: 598px;
}

.calendar-calendar div.single-day .d_51 .view-item .calendar {
  height: 610px;
}

.calendar-calendar div.single-day .d_52 .view-item .calendar {
  height: 622px;
}

.calendar-calendar div.single-day .d_53 .view-item .calendar {
  height: 634px;
}

.calendar-calendar div.single-day .d_54 .view-item .calendar {
  height: 646px;
}

.calendar-calendar div.single-day .d_55 .view-item .calendar {
  height: 658px;
}

.calendar-calendar div.single-day .d_56 .view-item .calendar {
  height: 670px;
}

.calendar-calendar div.single-day .d_57 .view-item .calendar {
  height: 682px;
}

.calendar-calendar div.single-day .d_58 .view-item .calendar {
  height: 694px;
}

.calendar-calendar div.single-day .d_59 .view-item .calendar {
  height: 706px;
}

.calendar-calendar div.single-day .d_60 .view-item .calendar {
  height: 718px;
}

.calendar-calendar div.single-day .d_61 .view-item .calendar {
  height: 730px;
}

.calendar-calendar div.single-day .d_62 .view-item .calendar {
  height: 742px;
}

.calendar-calendar div.single-day .d_63 .view-item .calendar {
  height: 754px;
}

.calendar-calendar div.single-day .d_64 .view-item .calendar {
  height: 766px;
}

.calendar-calendar div.single-day .d_65 .view-item .calendar {
  height: 778px;
}

.calendar-calendar div.single-day .d_66 .view-item .calendar {
  height: 790px;
}

.calendar-calendar div.single-day .d_67 .view-item .calendar {
  height: 802px;
}

.calendar-calendar div.single-day .d_68 .view-item .calendar {
  height: 814px;
}

.calendar-calendar div.single-day .d_69 .view-item .calendar {
  height: 826px;
}

.calendar-calendar div.single-day .d_70 .view-item .calendar {
  height: 838px;
}

.calendar-calendar div.single-day .d_71 .view-item .calendar {
  height: 850px;
}

.calendar-calendar div.single-day .d_72 .view-item .calendar {
  height: 862px;
}

.calendar-calendar div.single-day .d_73 .view-item .calendar {
  height: 874px;
}

.calendar-calendar div.single-day .d_74 .view-item .calendar {
  height: 886px;
}

.calendar-calendar div.single-day .d_75 .view-item .calendar {
  height: 898px;
}

.calendar-calendar div.single-day .d_76 .view-item .calendar {
  height: 910px;
}

.calendar-calendar div.single-day .d_77 .view-item .calendar {
  height: 922px;
}

.calendar-calendar div.single-day .d_78 .view-item .calendar {
  height: 934px;
}

.calendar-calendar div.single-day .d_79 .view-item .calendar {
  height: 946px;
}

.calendar-calendar div.single-day .d_80 .view-item .calendar {
  height: 958px;
}

.calendar-calendar div.single-day .d_81 .view-item .calendar {
  height: 970px;
}

.calendar-calendar div.single-day .d_82 .view-item .calendar {
  height: 982px;
}

.calendar-calendar div.single-day .d_83 .view-item .calendar {
  height: 994px;
}

.calendar-calendar div.single-day .d_84 .view-item .calendar {
  height: 1006px;
}

.calendar-calendar div.single-day .d_85 .view-item .calendar {
  height: 1018px;
}

.calendar-calendar div.single-day .d_86 .view-item .calendar {
  height: 1030px;
}

.calendar-calendar div.single-day .d_87 .view-item .calendar {
  height: 1042px;
}

.calendar-calendar div.single-day .d_88 .view-item .calendar {
  height: 1054px;
}

.calendar-calendar div.single-day .d_89 .view-item .calendar {
  height: 1066px;
}

.calendar-calendar div.single-day .d_90 .view-item .calendar {
  height: 1078px;
}

.calendar-calendar div.single-day .d_91 .view-item .calendar {
  height: 1090px;
}

.calendar-calendar div.single-day .d_92 .view-item .calendar {
  height: 1102px;
}

.calendar-calendar div.single-day .d_93 .view-item .calendar {
  height: 1114px;
}

.calendar-calendar div.single-day .d_94 .view-item .calendar {
  height: 1128px;
}

.calendar-calendar div.single-day .d_95 .view-item .calendar {
  height: 1140px;
}

.calendar-calendar div.single-day .d_96 .view-item .calendar {
  height: 1152px;
}

.calendar-calendar .week-view div.single-day .i_0 .view-item .calendar {
  margin-left: 0px;
  width: 50%;
}

.calendar-calendar .week-view div.single-day .i_1 .view-item .calendar {
  margin-left: 10%;
  width: 85%;
}

.calendar-calendar .week-view div.single-day .i_2 .view-item .calendar {
  margin-left: 16%;
  width: 79%;
}

.calendar-calendar .week-view div.single-day .i_3 .view-item .calendar {
  margin-left: 21%;
  width: 74%;
}

.calendar-calendar .week-view div.single-day .i_4 .view-item .calendar {
  margin-left: 30%;
  width: 65%;
}

.calendar-calendar .week-view div.single-day .i_5 .view-item .calendar {
  margin-left: 34%;
  width: 61%;
}

.calendar-calendar .week-view div.single-day .i_6 .view-item .calendar {
  margin-left: 42%;
  width: 53%;
}

.calendar-calendar .week-view div.single-day .i_7 .view-item .calendar {
  margin-left: 49%;
  width: 46%;
}

.calendar-calendar .week-view div.single-day .i_8 .view-item .calendar {
  margin-left: 55%;
  width: 40%;
}

.calendar-calendar .week-view div.single-day .i_9 .view-item .calendar {
  margin-left: 65%;
  width: 30%;
}

.calendar-calendar .week-view div.single-day .i_0.md_0 .view-item .calendar {
  width: 95% !important;
  width: auto;
}

.calendar-calendar .week-view div.single-day .i_0.md_1 .view-item .calendar {
  width: 60% !important;
  width: auto;
}

.calendar-calendar .day-view div.single-day .i_0 .view-item .calendar {
  margin-left: 2px;
  width: 25% !important;
  width: 97%;
}

.calendar-calendar .day-view div.single-day .i_1 .view-item .calendar {
  margin-left: 10%;
  width: 89%;
}

.calendar-calendar .day-view div.single-day .i_2 .view-item .calendar {
  margin-left: 20%;
  width: 79%;
}

.calendar-calendar .day-view div.single-day .i_3 .view-item .calendar {
  margin-left: 30%;
  width: 69%;
}

.calendar-calendar .day-view div.single-day .i_4 .view-item .calendar {
  margin-left: 40%;
  width: 59%;
}

.calendar-calendar .day-view div.single-day .i_5 .view-item .calendar {
  margin-left: 50%;
  width: 49%;
}

.calendar-calendar .day-view div.single-day .i_6 .view-item .calendar {
  margin-left: 60%;
  width: 39%;
}

.calendar-calendar .day-view div.single-day .i_7 .view-item .calendar {
  margin-left: 70%;
  width: 29%;
}

.calendar-calendar .day-view div.single-day .i_8 .view-item .calendar {
  margin-left: 75%;
  width: 24%;
}

.calendar-calendar .day-view div.single-day .i_9 .view-item .calendar {
  margin-left: 80%;
  width: 19%;
}

.calendar-calendar .day-view div.single-day .i_0.md_0 .view-item .calendar {
  width: 98% !important;
  width: auto;
}

.calendar-calendar .day-view div.single-day .i_0.md_1 .view-item .calendar {
  width: 60% !important;
  width: auto;
}

.calendar-calendar .day-view div.single-day .i_0.md_2 .view-item .calendar {
  width: 40% !important;
  width: auto;
}

.calendar-calendar .day-view div.single-day .i_0.md_3 .view-item .calendar {
  width: 30% !important;
  width: auto;
}

.single-day-footer .grippie,
.header-body-divider .grippie {
  overflow: hidden;
  background: #eee url("/misc/grippie.png") no-repeat center 2px;
  cursor: s-resize;
  height: 3px;
}

/**
 * calendar calendar table styles
 */
.calendar-calendar tr.odd, .calendar-calendar tr.even {
  background-color: #fff;
}
.calendar-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%; /* Setting at 100% causes problem in Internet Explorer. */
  clear: both;
}
.calendar-calendar .month-view table {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  clear: both;
}

/**
 * IE needs a little help to get the side by side tables to the right size
 */
.calendar-calendar .year-view td {
  width: 32%;
  padding: 1px;
  border: none;
}

.calendar-calendar .year-view td table td {
  width: 13%;
  padding: 0;
}

.calendar-calendar tr {
  padding: 0;
  margin: 0;
  background-color: white;
}
.calendar-calendar th {
  color: #fff;
  background-color: #ccc;
  text-align: center;
  margin: 0;
}
.calendar-calendar th a {
  font-weight: bold;
  color: #fff;
  background-color: #ccc;
}
.calendar-calendar td {
  width: 12%; /* 14% is about 1/7 of total table width */
  min-width: 12%;
  border: 1px solid #ccc;
  color: #777;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

/**
 * simplify the mini calendar by removing borders
 */
.calendar-calendar .mini {
  border: none;
 }

/**
 * format for the week number in the first cell
 */
.calendar-calendar td.week {
  width: 1%;
  min-width: 1%;
  }
.calendar-calendar .week {
  clear: both;
  font-style: normal;
  color: #555;
  font-size: 0.8em;
}
.calendar-calendar .week a {
  font-weight: normal;
}

/**
 * IE6 does not support min-height, using Min-Height fast hack from http://www.dustindiaz.com/min-height-fast-hack
 */
.calendar-calendar .inner {
  min-height: 5em;
  height: auto !important;
  height: 5em;
  padding: 0;
  margin: 0;
}
.calendar-calendar .inner div {
  padding: 0;
  margin: 0;
}
/**
 * Make sure paragraphs buried in calendar cells use padding, not margins, for separation so the background color doesn't come through.
 */
.calendar-calendar .inner p {
  padding: 0 0 .8em 0;
  margin: 0;
}
.calendar-calendar td a {
  font-weight: bold;
  text-decoration: none;
}
.calendar-calendar td a:hover {
  text-decoration: underline;
}
.calendar-calendar td.year,
.calendar-calendar td.month {
  text-align: center;
}

/**
 * format days of the week header cells
 */
.calendar-calendar th.days {
  color: #ccc;
  background-color: #224;
  text-align: center;
  padding: 1px;
  margin: 0;
 }

/**
 * floating day number div
 */
.calendar-calendar div.day {
  float: right;
  text-align: center;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  background-color: #f3f3f3;
  border: 1px solid gray;
  border-width: 0 0 1px 1px;
  clear:both;
  width:1.5em;
}

/**
 * individual node container
 */
.calendar-calendar div.calendar {
  background-color: #fff;
  border: solid 1px #ddd;
  text-align: left;
  margin:0 .25em .25em 0;
  width: 96%;
  float: right; /* needed to keep IE from hiding the floating day number */
  clear: both;
}
/**
 * No floating of day view content because there is no floating day number
 */
.calendar-calendar .day-view div.calendar {
  float: none;
  width: 98%;
  margin: 1% 1% 0 1%;
}

.calendar-calendar div.title {
  font-size: .8em;
  text-align: center;
}

.calendar-calendar div.title a {
  color: #000;
}
.calendar-calendar div.title a:hover {
  color: #c00;
}
.calendar-calendar .content {
  clear: both;
  padding: 3px;
  padding-left: 5px;
}
.calendar div.form-item {
  white-space: normal;
}

table td.mini,
table th.mini,
table.mini td.week {
  padding: 0 1px 0 0;
  margin: 0;
}
table td.mini a {
  font-weight: normal;
}
.calendar-calendar .mini-day-off {
  padding: 0px;
}
.calendar-calendar .mini-day-on {
  padding: 0px;
}
table .mini-day-on a {
  text-decoration: underline;
}
.calendar-calendar .mini .title {
  font-size: .8em;
}
.mini .calendar-calendar .week {
  font-size: .7em;
}
.mini-row {
  width: 100%;
  border: none;
}
.mini{
  width: 32%;
  vertical-align: top;
}

/**
 * formatting for the legend stripe and block
 */
.calendar-calendar .stripe {
  height:  5px;
  width: auto;
  font-size: 1px !important;
  line-height: 1px !important;
}
.calendar-calendar .day-view .stripe {
  width: 100%;
}
table.calendar-legend {
  background-color: #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
}
table.calendar-legend tr.odd .stripe,
table.calendar-legend tr.even .stripe {
  height: 12px !important;
  font-size: 9px !important;
  line-height: 10px !important;
}
.calendar-legend td {
  text-align: left;
}

.calendar-empty {
  font-size: 1px;
  line-height: 1px;
}

/**
 * formatting for the full day view
 */
.calendar-calendar td.calendar-agenda-hour {
  font-family: serif;
  text-align: right;
  border: none;
  border-top: 1px #333 dotted;
  padding-top: .25em;
  width: 1%;
}
.calendar-calendar td.calendar-agenda-no-hours {
  min-width: 1%;
}
.calendar-calendar td.calendar-agenda-hour .calendar-hour {
  font-size: 1.2em;
  font-weight: bold;
}
.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
  font-size: 1em;
}
.calendar-calendar td.calendar-agenda-items {
  border: 1px #333 dotted;
  text-align: left;
}
.calendar-calendar td.calendar-agenda-items div.calendar {
  width: auto;
  padding: .25em;
  margin: 0;
}
.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  background-color: #fff;
}

/**
 * The popup date selector for jumping to a new date.
 */
.calendar-date-select form {
  text-align: right;
  float: right;
  width: 25%;
}
.calendar-date-select div,
.calendar-date-select input,
.calendar-date-select label {
  text-align: right;
  padding: 0;
  margin: 0;
  float: right;
  clear: both;
}
.calendar-date-select .description {
  float: right;
}
.calendar-label {
  font-weight: bold;
  display: block;
  clear: both;
}

.calendar-calendar div.date-nav {
  background-color: #ccc;
  color: #777;
  width: auto;
  border: 1px solid #ccc;
}
.calendar-calendar div.date-nav a,
.calendar-calendar div.date-nav h3 {
  color: #777;
}
.calendar-calendar th.days {
  background-color: #eee;
  color: #777;
  font-weight: bold;
  border: 1px solid #ccc;
}
.calendar-calendar td.empty {
  background: #ccc;
  border-color: #ccc;
}
.calendar-calendar table.mini td.empty {
  background: #fff;
  border-color: #fff;
}
.calendar-calendar td div.day {
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
  margin-bottom: 2px;
}
.calendar-calendar td .inner div,
.calendar-calendar td .inner div a {
  background: #eee;
}

/**
 *Set small font size for all items in calendar div, themes can override this.
 *
 * Use x-small instead of em to avoid multiplying effect in nested items.
 */
.calendar-calendar div.calendar {
  border: none;
  font-size: x-small;
}
.calendar-calendar td .inner div.calendar div,
.calendar-calendar td .inner div.calendar div a {
  border: none;
  background: #ffc;
  padding: 0 2px;
}
.calendar-calendar td .inner div.calendar div.calendar-more,
.calendar-calendar td .inner div.calendar div.calendar-more a {
  color: #444;
  background: #fff;
  text-align: right;
}
.calendar-calendar td .inner .view-field,
.calendar-calendar td .inner .view-field a {
  color: #444;
  font-weight: normal;
}

.calendar-calendar td span.date-display-single,
.calendar-calendar td span.date-display-start,
.calendar-calendar td span.date-display-end,
.calendar-calendar td span.date-display-separator {
  font-weight: bold;
}
.calendar-calendar td .inner div.day a {
  color: #4b85ac;
}
.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: #C3D6E4;
}
.calendar-calendar td .inner div.calendar div div.view-data-node-data-field-date-field-date-value {
  border-bottom: 1px solid #ccc;
}

/**
 * The following are not used by default but are available for themes.
 */
.calendar-calendar td.past {}
.calendar-calendar td.future {}
.calendar-calendar td.has-events {}
.calendar-calendar td.has-no-events {}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat-Bold.woff2") format('woff2');
  src: url("../fonts/Montserrat-Bold.woff") format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.woff2") format('woff2');
  src: url("../fonts/Montserrat-Regular.woff") format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.woff2") format('woff2');
  src: url("../fonts/Montserrat-Light.woff") format('woff');
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p,
.copy,
.btn {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
}
.copy-little {
  font-size: 1.3rem;
  line-height: 1.5;
}
.copy-small {
  font-size: 1.4rem;
  line-height: 1.14;
}
.copy-middle {
  font-size: 1.5rem;
  line-height: 1.2;
}
.copy-large {
  font-size: 1.8rem;
  line-height: 1.22;
}
.copy-extra {
  font-size: 7.2rem;
  line-height: 0.7;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-grey {
  color: ;
}
.text-red {
  color: #f00;
}
.text-blue {
  color: #152864 !important;
}
.text-orange {
  color: #ffa500 !important;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.uppercase,
.paragraphs-item-detail-page-section .field-name-field-title h2 {
  text-transform: uppercase;
}
.heavy {
  font-weight: 800;
}
.bold,
.btn,
.main-nav a,
.mobile-nav a,
.header-icons__item span,
.calendar-block-events .calendar-header h4,
.calendar-block-events .date-nav-wrapper h3 span,
.calendar-block-events .period span.is-active a,
.calendar-block-events .calendar-calendar .month-view tbody .month.day,
.past-events-block .past-header h4,
.past-events-block .address-event,
.past-events-block .title-event,
.home-news-item__category,
.home-video-item__title,
.page-node.node-type-country span.country-ndc-overview-styles__metaTitle__3lNAC,
.home-news h4,
.tools-hero__question span,
.paragraphs-item-icon-cta .field-name-field-cta-description .field-item,
.paragraphs-item-icon-cta-item .field-name-field-action .field-item,
.paragraphs-item-wysiwyg .field-name-field-wysiwyg b,
.paragraphs-item-wysiwyg .field-name-field-wysiwyg strong,
.paragraphs-item-embedded-video .field-name-field-title .field-item,
.paragraphs-item-embedded-image .field-name-field-caption .field-item,
.paragraphs-item-embedded-infographic .field-name-field-caption .field-item,
.back-to-top-button .text,
.paragraphs-item-detail-page-section .field-name-field-title h2 {
  font-weight: 700;
}
.semibold {
  font-weight: 600;
}
.medium {
  font-weight: 500;
}
.regular,
.error-message h2 {
  font-weight: 400;
}
.light,
.tools-hero__search input {
  font-weight: 300;
}
.bold,
.btn,
.main-nav a,
.mobile-nav a,
.header-icons__item span,
.calendar-block-events .calendar-header h4,
.calendar-block-events .date-nav-wrapper h3 span,
.calendar-block-events .period span.is-active a,
.calendar-block-events .calendar-calendar .month-view tbody .month.day,
.past-events-block .past-header h4,
.past-events-block .address-event,
.past-events-block .title-event,
.home-news-item__category,
.home-video-item__title,
.page-node.node-type-country span.country-ndc-overview-styles__metaTitle__3lNAC,
.home-news h4,
.tools-hero__question span,
.paragraphs-item-icon-cta .field-name-field-cta-description .field-item,
.paragraphs-item-icon-cta-item .field-name-field-action .field-item,
.paragraphs-item-wysiwyg .field-name-field-wysiwyg b,
.paragraphs-item-wysiwyg .field-name-field-wysiwyg strong,
.paragraphs-item-embedded-video .field-name-field-title .field-item,
.paragraphs-item-embedded-image .field-name-field-caption .field-item,
.paragraphs-item-embedded-infographic .field-name-field-caption .field-item,
.back-to-top-button .text,
.paragraphs-item-detail-page-section .field-name-field-title h2 {
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.regular,
.error-message h2 {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  font: 1.6rem/1.5 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.tabs--primary a {
  font: 1.6rem/1.5 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.breadcrumbs {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.admin-menu-wrapper ul {
  font: 1.6rem/1.5 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
h2.article__title {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto 25px auto !important;
  color: #163372 !important;
  font-size: 36px !important;
  line-height: 42px !important;
  letter-spacing: 0.2px !important;
  text-align: center;
}
.ndc-content__page ul {
  font: 1.6rem/1.5 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ndc-content__page ul li {
  font: 18px 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
}
.ndc-content__page a {
  font-weight: 600;
}
.ndc-results {
  display: none;
}
.ndc-page-ndc-toolbox .ndc-results {
  display: block;
}
ol,
ul {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p {
  font: 1.6rem/1.5 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 24px !important;
}
h3 {
  color: #163372 !important;
}
img {
  vertical-align: top;
  max-width: 100%;
}
.field-name-body ul li > a {
  color: #163372;
}
.field-type-image img {
  height: auto;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: none !important;
}
a a:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.uncountered {
  padding-left: 2rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  ul.uncountered {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .hp-35 {
    padding: 0 3.5rem;
  }
}
.hp-20px {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .p-row {
    padding: 0 1rem;
  }
}
.mt-40 {
  margin-top: 4rem !important;
}
.mb-40 {
  margin-bottom: 4rem !important;
}
.mt-20 {
  margin-top: 2rem !important;
}
.mb-20 {
  margin-bottom: 2rem !important;
}
.pb-50 {
  padding-bottom: 5rem !important;
}
.centered-block {
  margin: 0 auto;
}
.hidden {
  visibility: hidden;
}
.bg-blue-gray {
  background-color: #f5f9fc !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-brown-1 {
  background-color: #7c6e66 !important;
}
.bg-purple {
  background-color: #7b0051 !important;
}
.bg-purple.article__feature-item h3 {
  color: #fff !important;
}
.bg-purple.article__feature-item a {
  text-align: center !important;
}
.field-name-field-page-subtitle {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .page-user .row.no-gutters.card.bg-white.pb-0 {
    margin-bottom: 200px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
.bg-blue {
  background-color: #152864 !important;
}
.bg-lightblue {
  background-color: #f5f9fc !important;
}
.bg-brown {
  background-color: #673327 !important;
}
.bg-pink {
  background-color: #b26f7e !important;
}
.rounded {
  border-radius: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.width-full {
  width: 100%;
}
.z-ind-1 {
  position: relative;
  z-index: 1;
}
.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}
.center-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-underline {
  text-decoration: none !important;
}
.support-unit-email {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.big-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .big-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.btn--footer--teal {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .btn--footer--teal {
    margin-bottom: none;
  }
}
@media (min-width: 992px) {
  .btn--footer--teal:first-child {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .btn--footer--teal:nth-child(2) {
    margin-left: 15px;
  }
}
.card {
  padding: 3rem 1.5rem;
}
.para {
  color: #363636;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  letter-spacing: 0 !important;
  line-height: 30px !important;
  font-size: 18px !important;
}
.para--1 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .section-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-head {
  margin-bottom: 45px;
}
.section-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.section-item .subtext {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .section-item {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .section-item:last-child {
    margin-right: 0px;
  }
}
.subheader,
.landing-page-card > .title a {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin: 0 0 10px 0;
  color: #163372;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.headerWithStrikeThrough,
.paragraphs-item-detail-page-section .field-name-field-title h2 {
  text-align: center !important;
  color: #163372 !important;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto !important;
  font-size: 24px !important;
  line-height: 42px !important;
  letter-spacing: 0.2px !important;
  margin-top: 1px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative !important;
  z-index: 2 !important;
  margin-bottom: -41px !important;
  background: #fff;
}
@media (min-width: 768px) {
  .headerWithStrikeThrough,
  .paragraphs-item-detail-page-section .field-name-field-title h2 {
    margin-bottom: -41px !important;
    background: #fff !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.section-content {
  padding-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.fullScreen,
.view-detail-page-nav {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f4f4f5;
}
@media (min-width: 992px) {
  .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
}
hr {
  border-top: 1px solid rgba(115,117,119,0.5);
  display: block;
  z-index: -1;
  padding-bottom: 30px;
}
.centeredTitle {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto 25px auto !important;
  color: #163372 !important;
  font-size: 36px !important;
  line-height: 42px !important;
  letter-spacing: 0.2px !important;
  text-align: center;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.btn--green,
.show-more-events a,
.landing-page-card > .card-link a {
  border: none !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.headerDarkBlue,
.landing-page-card > .title a {
  color: #163372;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.textAlignCenter {
  text-align: center;
}
.textAlignLeft {
  text-align: left;
}
.textAlignRight {
  text-align: right;
}
.video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
}
.video video,
.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
h2 {
  font-size: 36px;
  line-height: 42px;
}
ul {
  padding-left: 20px;
}
.field .field-item {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.btn {
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  padding: 1.5rem 6rem 1.7rem;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  color: ;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--red {
  background-color: #f00;
  color: #fff;
  border: 1px solid #f00;
}
.btn--red:hover {
  background-color: #fff;
  color: #f00;
}
.btn--white {
  background-color: #fff;
  color: #f00;
  border: 1px solid #f00;
}
.btn--white:hover {
  background-color: #f00;
  color: #fff;
}
.btn--green,
.show-more-events a,
.landing-page-card > .card-link a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  text-transform: uppercase;
  background-color: #008237;
  border: 2px solid #fff;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.35rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
}
.btn--green:hover,
.show-more-events a:hover,
.landing-page-card > .card-link a:hover {
  opacity: 0.8;
  text-decoration: none !important;
  color: #fff;
}
.btn--footer--teal {
  display: block;
  background: #074f5f;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding: 35px 30px;
  border: none;
  text-align: center;
  width: 100%;
}
.btn--footer--teal:hover {
  color: #fff;
}
.events-body-section .pager-load-more {
  list-style: none;
  padding-left: 0;
}
.events-body-section .pager-load-more a {
  width: 15rem;
  height: 4rem;
  text-transform: uppercase;
  background-color: #008237;
  border: 2px solid #fff;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.35rem;
  padding: 0.8rem 0 0 0;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
}
.events-body-section .pager-load-more a:hover {
  opacity: 0.8;
}
.page {
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}
.page body.page {
  position: static;
}
.form {
  margin-top: 3rem;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
input[type='text'],
input[type='email'],
textarea {
  width: 100%;
  height: 5rem;
  padding-left: 2rem;
  color: #000;
  position: relative;
  z-index: 2;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: 1px solid #dedad3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type='text']:-webkit-autofill,
input[type='email']:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #dedad3 !important;
}
textarea {
  padding: 2rem;
  height: 14rem;
  resize: vertical;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
label {
  color: #163372;
}
.form-group {
  margin-bottom: 2rem;
}
.button {
  width: 14rem;
  height: 4rem;
  text-transform: uppercase;
  background-color: #008237;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.35rem;
  padding: 0;
  margin-top: 2rem;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
  border: none !important;
}
.button:hover {
  opacity: 0.8;
}
.form-textarea-wrapper .grippie {
  display: none;
}
.webform-client-form-8 .form-submit {
  width: 14rem;
  height: 4rem;
  text-transform: uppercase;
  background-color: #008237;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.35rem;
  padding: 0;
  margin-top: 2rem;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: none !important;
}
.webform-client-form-8 .form-submit:hover {
  opacity: 0.8;
}
.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.main-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-nav__item {
  vertical-align: middle;
  padding: 1.2rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .main-nav__item {
    padding: 0;
  }
  .main-nav__item:not(:last-child) {
    margin-right: 2rem;
  }
}
.main-nav__item:hover ul,
.main-nav__item.touched ul {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  padding-top: 2rem;
}
.main-nav__item.is-active > a,
.main-nav__item.is-ancestor > a,
.main-nav__item.is-parent > a {
  color: #008237 !important;
}
.main-nav__link {
  color: #163372;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-nav__link:hover {
  color: #008237 !important;
}
.main-nav__link + ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 2rem;
  left: -2rem;
  top: 100%;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  min-width: calc(100% + 4rem);
  border-radius: 2px;
}
.main-nav__link + ul li {
  position: relative;
  white-space: nowrap;
  padding-top: 1.5rem;
}
.main-nav__link + ul li a:hover {
  color: #008237;
}
.main-nav__link + ul li:not(:last-child) {
  padding-bottom: 1rem;
}
.main-nav a,
.mobile-nav a {
  color: #163372;
  text-decoration: none;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .main-nav a,
  .mobile-nav a {
    font-size: 1.35rem;
  }
}
.mobile-nav {
  visibility: hidden;
  opacity: 0;
  position: relative;
  position: absolute;
  top: 9.5rem;
  left: 0;
  right: 0;
  height: 0;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .mobile-nav {
    left: 1.8rem;
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .mobile-nav {
    width: 31rem;
  }
}
.mobile-nav.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  height: 100vh;
}
.mobile-nav__wrapper {
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav__icons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mobile-nav__icons .header-icons svg {
  height: 1.9rem;
  width: 3.6rem;
}
.mobile-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  padding: 1rem 2rem 2rem;
  background-color: #fff;
}
.mobile-nav__item {
  padding: 0.9rem 0;
  position: relative;
}
.mobile-nav__item:first-child {
  border-top: none;
}
.mobile-nav__item.is-active > a,
.mobile-nav__item.is-ancestor > a,
.mobile-nav__item.is-parent > a {
  color: #f00 !important;
}
.mobile-nav__item--has-sub > a {
  position: relative;
  display: block;
}
.mobile-nav__item--has-sub > a::after {
  content: '';
  position: absolute;
  top: 10%;
  right: 3%;
  display: block;
  width: 1rem;
  height: 1rem;
  border-left: 1px solid #008237;
  border-bottom: 1px solid #008237;
  margin: -3px 0px 0px 0px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transfrom-origin: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav__item--has-sub.is-opened > a::after {
  top: 50%;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mobile-nav a {
  font-size: 1.5rem;
}
.mobile-nav__link + ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 2rem;
}
.mobile-nav__link + ul li {
  padding-top: 1.7rem;
}
.mobile-nav__link + ul a {
  color: #203a75;
}
.topbar-mobile {
  padding: 1rem 2rem 2rem;
}
.topbar {
  padding-right: 3rem;
  height: 3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  .topbar {
    height: 4rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .topbar-dk {
    display: none !important;
  }
}
.hamburger {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 5rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger__icon {
  height: 0.3rem;
  width: 3rem;
  background: #203a75;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger__icon::before {
  content: '';
  display: block;
  height: 0.3rem;
  width: 3rem;
  background: #203a75;
  position: absolute;
  top: -0.8rem;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger__icon::after {
  content: '';
  display: block;
  height: 0.3rem;
  width: 3rem;
  background: #203a75;
  position: absolute;
  top: 0.8rem;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger.is-active .hamburger__icon {
  background: rgba(128,128,128,0);
}
.hamburger.is-active .hamburger__icon::before {
  -webkit-transform: translate3d(0, 0.8rem, 0) rotate(-45deg);
          transform: translate3d(0, 0.8rem, 0) rotate(-45deg);
}
.hamburger.is-active .hamburger__icon::after {
  -webkit-transform: translate3d(0, -0.8rem, 0) rotate(45deg);
          transform: translate3d(0, -0.8rem, 0) rotate(45deg);
}
@media (min-width: 992px) {
  .header-icons {
    position: relative;
    left: 2px;
  }
}
.header-icons__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-icons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-icons__item:not(:last-child) {
  margin-right: 1.5rem;
}
@media (min-width: 992px) {
  .header-icons__item:not(:last-child) {
    margin-right: 2rem;
  }
}
.header-icons__item:last-child svg {
  width: 2rem;
}
.header-icons__item span {
  font-size: 1rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0265b5;
  margin-left: 0.5rem;
}
@media (min-width: 992px) {
  .header-icons__item span {
    margin-left: 0;
    font-size: 1.2rem;
  }
}
.header-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-icons a:hover svg {
  fill: #008237;
}
.header-icons svg {
  height: 1.5rem;
  width: 2.8rem;
  fill: #0265b5;
}
@media (min-width: 992px) {
  .header-icons svg {
    height: 1.5rem;
    width: 2.5rem;
  }
}
.feature-item,
.article__feature-item {
  padding: 2.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature-item h3,
.article__feature-item h3 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
}
.feature-item p,
.article__feature-item p {
  font-size: 1.35rem;
  line-height: 1.5;
  margin-bottom: 3.5rem;
}
.feature-item h3,
.article__feature-item h3,
.feature-item p,
.article__feature-item p {
  width: 100%;
}
.feature-item a,
.article__feature-item a {
  margin-top: auto;
  text-transform: uppercase;
  background-color: #008237;
  border: 2px solid #fff;
  display: block;
  color: #fff;
  text-align: left;
  font-size: 1.35rem;
  padding: 0.8rem 1.6rem;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
  min-width: 14.6rem;
}
.feature-item a:hover,
.article__feature-item a:hover {
  opacity: 0.8;
}
.news-block {
  padding: 0;
  margin-bottom: 4rem;
  background: #fff;
}
.news-block > h1 {
  color: #7cafca;
  font-size: 4rem;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 2rem;
}
.news-list {
  margin-bottom: 3.5rem;
}
.news-list .news-meta {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.news-list.press-releases .news-meta {
  background: #6b5400;
}
.news-list.pia .news-meta {
  background: #7b0051;
}
.news-list.partner-blogs .news-meta {
  background: #a7252b;
}
.news-list.our-blogs .news-meta {
  background: #2f5c74;
}
.news-list.op-eds .news-meta {
  background: #416100;
}
.news-list.videos .news-meta {
  background: #f8aa00;
}
.news-list:last-child {
  margin-bottom: 0;
}
.news-list .col {
  max-width: 84rem;
}
.news-sidebar-first {
  margin-top: 30px;
}
.news-item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  margin-bottom: 4rem;
}
.news-item h1 {
  font-size: 2.6rem !important;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #152864;
  margin: 2rem 0;
  line-height: 1 !important;
}
@media (min-width: 992px) {
  .news-item h1 {
    font-size: 4.1rem !important;
  }
}
.news-item .h2 {
  font-size: 2.25rem;
  line-height: 1.2;
  color: #152864;
}
.news-item p {
  color: #7c6e66;
}
.news-item p.blue {
  color: #152864;
}
.news-item p a {
  color: #008237;
  opacity: 1;
}
.news-item p a:hover {
  opacity: 0.7;
}
.news-item p iframe {
  width: 100%;
}
.news-item a.button {
  margin-top: auto;
  width: 10.5rem;
  height: 2.5rem;
  background-color: #008237;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
}
.news-item a.button:hover {
  opacity: 0.8;
}
.news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.news-meta > span {
  margin-right: auto;
  color: #fff;
  font-weight: bold;
}
.image-caption {
  text-align: right;
  color: #7cafca;
  font-size: 1.4rem;
}
.image-caption img {
  width: 100%;
}
.inittext {
  display: none;
}
.article {
  margin-bottom: 50px;
}
.article .container {
  background-color: #fff;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .article .container .row {
    padding: 0 1.5rem !important;
  }
}
.article .container p {
  color: #363636;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  letter-spacing: 0 !important;
  line-height: 30px !important;
  font-size: 18px !important;
}
.article .container p a {
  color: #008237 !important;
  opacity: 1;
}
.article .container p a:hover {
  opacity: 0.8;
}
.article .col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .article .col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .article .col:last-child {
    -webkit-box-flex: 0.3;
        -ms-flex: 0.3;
            flex: 0.3;
  }
  .article .col:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .article .col:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 35rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .article .col:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
.article__title {
  font-size: 3.6rem;
  font-weight: 400;
  color: #152864;
  margin: 3rem 0 1rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .article__title {
    font-size: 4.1rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.article__subtitle {
  font-size: 2.25rem;
  color: #152864;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2rem;
}
.article h1 {
  font-size: 2.25rem;
  color: #152864;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2rem;
}
.article h2 {
  color: #163372;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.article__desc,
.article__list li span {
  color: #333;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.article__desc--bigger,
.article__list li span--bigger {
  line-height: 1.4;
}
.article__desc--narrow,
.article__list li span--narrow {
  max-width: 54rem;
}
.article__desc--narrow:hover,
.article__list li span--narrow:hover {
  opacity: 0.8;
}
.article__desc p,
.article__list li span p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.article__feature-item {
  margin-top: 3rem;
  padding: 2rem 3.5rem;
}
@media (min-width: 992px) {
  .article__feature-item {
    margin-top: 0;
  }
}
.article__feature-item h3 {
  font-size: 2.25rem;
}
.article__feature-item p {
  font-size: 1.35rem;
  color: #fff !important;
}
.article__heading {
  font-size: 2.25rem;
  color: #152864;
  font-weight: 400;
  margin-top: 4rem;
}
.article__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}
.article__gallery .col-12 {
  padding: 0 1.8rem;
}
.article__gallery [class^="col"]:not(:last-child) figure {
  margin: 0 0 3.6rem;
}
.article__gallery figure {
  margin: 0;
}
.article__gallery figcaption {
  font-size: 2.25rem;
  color: #152864;
  line-height: 1.1;
  margin-top: 1rem;
  font-weight: 900 !important;
}
.article__gallery figcaption span {
  display: block;
  font-size: 1.35rem;
}
.article__gallery--wider .article__img-wrapper {
  margin-right: 3rem;
}
.article__gallery--rounded .article__img-wrapper {
  border-radius: 1rem;
}
.article__gallery--members figcaption {
  font-size: 1.3rem;
}
.article__gallery--institutions figure {
  text-align: center;
}
.article__gallery--institutions .article__img-wrapper {
  height: 10rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.article__img--country {
  -webkit-box-shadow: 0 0 2rem 0 rgba(0,0,0,0.4);
          box-shadow: 0 0 2rem 0 rgba(0,0,0,0.4);
  border-radius: 0.1rem;
  max-width: 4.2rem;
  height: 3rem;
}
.article__img-wrapper {
  display: inline-block;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0,0,0,0.4);
          box-shadow: 0 0 2rem 0 rgba(0,0,0,0.4);
  overflow: hidden;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
/* IE 10+ */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .article__img-wrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.article__img-wrapper img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
/* IE 10+ */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .article__img-wrapper img {
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.article__img-wrapper[href^="/support-unit"] img,
.article__img-wrapper .staff-image img {
  max-width: none;
}
.article__img-wrapper svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.article__img-wrapper .article__img--institution {
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
}
.article__img-wrapper .article__img--institution__no_border {
  border: none;
}
.article__button {
  margin-top: 4rem;
  width: 15rem;
  height: 4rem;
  background-color: #008237;
  color: #fff;
  font-size: 1.35rem;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article__button:hover {
  opacity: 0.8;
}
.article button {
  margin-bottom: 2rem;
}
.article__link {
  text-decoration: none;
  color: #152864;
  font-size: 1.4rem;
  display: inline-block;
}
.article__link:hover {
  color: #008237;
}
.slide-item {
  padding: 0 0.5rem 3rem;
}
@media (min-width: 992px) {
  .slide-item {
    padding: 0 2rem;
  }
}
.slide-item h4 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  color: #0091cd;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .slide-item h4 {
    font-size: 3.6rem;
  }
}
.slide-item h6 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #0091cd;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .slide-item h6 {
    margin-top: 3rem;
  }
}
.slide-item p {
  display: none;
}
@media (min-width: 992px) {
  .slide-item p {
    display: block;
    font-size: 1.35rem;
    line-height: 1.5;
    margin-bottom: 3.5rem;
    opacity: 0.7;
  }
}
.slide-item a {
  display: block;
  font-size: 2.1rem;
  color: #008237;
  text-align: left;
  padding: 0.8rem 0 0 0;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .slide-item a {
    font-size: 1.35rem;
    text-align: center;
    width: 15rem;
    color: #fff;
    height: 4rem;
    background-color: #008237;
    margin-bottom: 0;
    margin-top: 3rem;
  }
}
.slide-item a:hover {
  opacity: 0.8;
}
.slide-item--event h4 {
  font-size: 4.2rem;
}
.slide-item--event a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.35rem;
  width: 15rem;
  color: #fff;
  height: 4rem;
  background-color: #008237;
  margin-bottom: 0;
  margin-top: 3rem;
  padding: 0;
}
.slide-hero-item {
  padding: 0 0.5rem 3rem;
  height: 100%;
}
@media (min-width: 992px) {
  .slide-hero-item {
    padding: 0 2rem;
  }
}
.slide-hero-item h4 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  color: #0091cd;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .slide-hero-item h4 {
    font-size: 3.6rem;
  }
}
.slide-hero-item h6 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #0091cd;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .slide-hero-item h6 {
    margin-top: 3rem;
  }
}
.slide-hero-item p {
  display: none;
}
@media (min-width: 992px) {
  .slide-hero-item p {
    display: block;
    font-size: 1.35rem;
    line-height: 1.5;
    margin-bottom: 3.5rem;
    opacity: 0.7;
  }
}
.slide-hero-item a {
  display: block;
  font-size: 2.1rem;
  text-align: left;
  padding: 0.8rem 0 0 0;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .slide-hero-item a {
    font-size: 1.35rem;
    text-align: center;
    width: 15rem;
    height: 4rem;
    margin-bottom: 0;
    margin-top: 3rem;
  }
}
.slide-hero-item a:hover {
  opacity: 0.8;
}
.slide-hero-item__btn--white {
  background-color: #fff !important;
  color: #152864 !important;
}
.slide-hero-item__btn--white:hover {
  background-color: #152864 !important;
  color: #fff !important;
}
.calendar-block-events {
  margin-top: 4rem;
}
.calendar-block-events .container {
  background-color: #fff;
}
@media (min-width: 992px) {
  .calendar-block-events .container {
    padding: 4rem 3.5rem;
  }
}
.calendar-block-events .calendar-header,
.past-events-block .past-header {
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .calendar-block-events .calendar-header,
  .past-events-block .past-header {
    margin-bottom: 8rem;
  }
}
.calendar-block-events .calendar-header h2,
.past-events-block .past-header h2 {
  font-size: 4.1rem;
  color: #152864;
  font-weight: 400;
  margin-bottom: 1rem;
}
.calendar-block-events .calendar-header h4,
.past-events-block .past-header h4 {
  font-size: 1.4rem;
  color: #979797;
}
.calendar-block-events .date-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .calendar-block-events .date-nav-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.calendar-block-events .date-nav-wrapper h3 {
  font-size: 2.8rem;
  color: #000;
  font-weight: 400;
  margin: 0 auto 3rem;
}
@media (min-width: 992px) {
  .calendar-block-events .date-nav-wrapper h3 {
    margin: 0;
  }
}
.calendar-block-events .period {
  position: relative;
  top: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 3rem;
}
@media (min-width: 992px) {
  .calendar-block-events .period {
    margin-bottom: 0;
  }
}
.calendar-block-events .period span a {
  font-size: 1.8rem;
  color: #636363;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  border-bottom: 4px solid transparent;
}
.calendar-block-events .period span.is-active a {
  color: #000;
  border-bottom: 4px solid #0165b5;
}
.calendar-block-events .period span:hover a {
  border-bottom: 4px solid #0165b5;
}
.calendar-block-events .period .month-nav {
  margin-right: 4rem;
}
.calendar-block-events .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
  position: relative;
  top: 0rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .calendar-block-events .pagination {
    margin: 0;
  }
}
.calendar-block-events .pagination li {
  height: 5rem;
  width: 5rem;
  overflow: visible;
  border: 1px solid #959595;
  border-radius: 100%;
  position: relative;
}
.calendar-block-events .pagination li:first-child {
  margin-right: 3rem;
}
.calendar-block-events .pagination li a {
  color: rgba(0,0,0,0);
  color: transparent !important;
  height: 5rem;
  width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calendar-block-events .pagination li.prev::before,
.calendar-block-events .pagination li.next::after {
  content: " ";
  position: absolute;
  top: 35%;
  left: 40%;
  border: solid #636363;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0.6rem;
  overflow: visible;
}
.calendar-block-events .pagination li.prev::before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 35%;
  left: 40%;
}
.calendar-block-events .pagination li.next::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 35%;
  left: 30%;
}
.calendar-block-events .pagination li:hover {
  border: 4px solid #0165b5 !important;
}
.calendar-block-events .pagination li:hover::after,
.calendar-block-events .pagination li:hover::before {
  border-color: #0165b5 !important;
}
.calendar-block-events .calendar-calendar .month-view {
  padding-bottom: 6rem;
}
.calendar-block-events .calendar-calendar .month-view td {
  background: none !important;
  border: 1px solid #ddd;
  vertical-align: top !important;
}
.calendar-block-events .calendar-calendar .month-view thead th {
  background: none;
  font-size: 1.2rem;
  font-weight: 400;
  color: #636363;
  border: none;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  text-align: right;
}
.calendar-block-events .calendar-calendar .month-view tr.date-box,
.calendar-block-events .calendar-calendar .month-view td.date-box {
  height: auto !important;
  max-height: none !important;
}
.calendar-block-events .calendar-calendar .month-view .no-entry .inner {
  min-height: 2rem !important;
}
.calendar-block-events .calendar-calendar .month-view .full tr.single-day .no-entry {
  height: auto !important;
}
.calendar-block-events .calendar-calendar .month-view .full tr.single-day .no-entry .inner {
  height: auto !important;
}
.calendar-block-events .calendar-calendar .month-view tbody .empty {
  border-color: rgba(222,218,211,0.2);
}
.calendar-block-events .calendar-calendar .month-view tbody .empty.past {
  border-right: none;
  border-bottom: none;
}
.calendar-block-events .calendar-calendar .month-view tbody .empty.future {
  border-left: none;
  border-top: none;
}
.calendar-block-events .calendar-calendar .month-view tbody .today {
  border: 1px solid #ddd !important;
}
.calendar-block-events .calendar-calendar .month-view tbody .today.date-box {
  border-bottom: none !important;
}
.calendar-block-events .calendar-calendar .month-view tbody .today.single-day {
  border-top: none !important;
}
.calendar-block-events .calendar-calendar .month-view tbody .today .month.day {
  width: 100%;
}
@media (min-width: 992px) {
  .calendar-block-events .calendar-calendar .month-view tbody .today .month.day {
    width: 50%;
  }
}
.calendar-block-events .calendar-calendar .month-view tbody .today .month.day::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 100%;
  background-color: #f00;
}
@media (min-width: 768px) {
  .calendar-block-events .calendar-calendar .month-view tbody .today .month.day::before {
    top: -3px;
    height: 1rem;
    width: 1rem;
  }
}
.calendar-block-events .calendar-calendar .month-view tbody .month.day {
  margin: 0.6rem;
  color: #000;
  text-align: right;
  font-size: 1.5rem;
  padding: 1.75px 0 0;
}
@media (min-width: 768px) {
  .calendar-block-events .calendar-calendar .month-view tbody .month.day {
    font-size: 2.6rem;
    padding: 1.75px 3.5px 0;
  }
}
.calendar-block-events .calendar-calendar .month-view tbody td.date-box .month.day a {
  color: #000;
}
.calendar-block-events .calendar-calendar .month-view tbody td.date-box.empty .month.day {
  color: #ccc;
}
.calendar-block-events .calendar-calendar .month-view tbody td.single-day {
  padding: 0.3rem;
  vertical-align: bottom;
}
@media (min-width: 992px) {
  .calendar-block-events .calendar-calendar .month-view tbody td.single-day {
    padding: 0.6rem;
  }
}
.calendar-block-events .calendar-calendar .month-view tbody td.single-day .monthview {
  background: #089ed3 !important;
  padding: 0;
}
@media (min-width: 992px) {
  .calendar-block-events .calendar-calendar .month-view tbody td.single-day .monthview {
    padding: 1px 3px;
  }
}
.calendar-block-events .calendar-calendar .month-view tbody td.single-day .monthview--conference {
  background: #089ed3 !important;
}
.calendar-block-events .calendar-calendar .month-view tbody td.single-day .monthview--closed-events {
  background: #e2bd59 !important;
}
.calendar-block-events .calendar-calendar .month-view tbody td.single-day .monthview--webinar {
  background: #0bc67f !important;
}
.calendar-block-events .calendar-calendar .month-view tbody td.single-day .monthview--meetings {
  background: #d97da8 !important;
}
.calendar-block-events .calendar-calendar .month-view tbody td.single-day .monthview--press-conference {
  background: #90c60b !important;
}
.calendar-block-events .calendar-calendar .month-view tbody td.single-day .monthview--board-meetings {
  background: #615795 !important;
}
.calendar-block-events .calendar-calendar .month-view tbody td.single-day .monthview .type-event {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media (min-width: 768px) {
  .calendar-block-events .calendar-calendar .month-view tbody td.single-day .monthview .type-event {
    text-align: left;
    padding: 0 2px;
  }
}
.calendar-block-events .calendar-calendar .month-view tbody td.single-day .monthview .type-event a {
  color: #fff;
  font-size: 5px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 1px;
}
@media (min-width: 768px) {
  .calendar-block-events .calendar-calendar .month-view tbody td.single-day .monthview .type-event a {
    max-width: 60%;
    padding: 0 0.2rem;
    font-size: 1rem;
  }
}
.calendar-block-events .calendar-calendar .month-view tbody td.single-day .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.calendar-block-events .calendar-calendar .month-view tbody td.single-day .view-item.view-item-calendar {
  display: inline-block;
  width: 100%;
  word-break: break-word;
}
@media (min-width: 768px) {
  .calendar-block-events .calendar-calendar .month-view tbody td.single-day .view-item.view-item-calendar {
    word-break: normal;
    width: auto;
    max-width: 80%;
  }
}
.calendar-block-events .feed-icon {
  display: none;
}
.past-events-block .container {
  background-color: #fff;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .past-events-block .container {
    padding: 4rem 3.5rem;
  }
}
.past-events-block .past-header h4 {
  margin-bottom: 4rem;
}
.past-events-block .view-events-page .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.past-events-block .view-events-page .views-row {
  width: 100%;
  margin-bottom: 2rem;
  padding: 0;
}
@media (min-width: 992px) {
  .past-events-block .view-events-page .views-row {
    margin-right: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2rem);
            flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}
.past-events-block .view-events-page .views-row .views-field {
  border: 1px solid #dedad3;
  border-radius: 3px;
  padding: 1rem;
}
.past-events-block .head-past-event {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.past-events-block .type-event {
  background: #089ed3 !important;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
.past-events-block .type-event--conference {
  background: #089ed3 !important;
}
.past-events-block .type-event--closed-events {
  background: #e2bd59 !important;
}
.past-events-block .type-event--webinar {
  background: #0bc67f !important;
}
.past-events-block .type-event--meetings {
  background: #d97da8 !important;
}
.past-events-block .type-event--press-conference {
  background: #90c60b !important;
}
.past-events-block .type-event--board-meetings {
  background: #615795 !important;
}
.past-events-block .address-event {
  font-size: 1.1rem;
  color: #959595;
}
.past-events-block .body-past-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.past-events-block .date-event {
  max-width: 8.5rem;
  padding-right: 1rem;
  border-right: 1px solid #ccc;
}
.past-events-block .date-event span {
  font-size: 1.8rem;
  font-weight: 400;
  color: #474747;
}
.past-events-block .title-event {
  padding-left: 1rem;
  font-size: 1.5rem;
  max-width: 24rem;
  color: #000;
}
.past-events-block .title-event a {
  color: currentColor;
}
.past-events-block .title-event:hover {
  color: #152864;
}
.show-more-events {
  margin-bottom: 6rem;
}
.show-more-events .container {
  background-color: #fff;
}
@media (min-width: 992px) {
  .show-more-events .container {
    padding: 0 3.5rem 0rem;
  }
}
.view-header .clearfix::after {
  display: none;
}
.year-view .month-view {
  padding-bottom: 0 !important;
}
.year-view .date-nav {
  background: #fff !important;
  border-bottom: 1px solid #fff;
  width: 100% !important;
  height: 100%;
  margin-bottom: 0 !important;
}
.year-view .date-nav-wrapper {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
          box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
  border-radius: 3px;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 86px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 !important;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.year-view .date-nav-wrapper:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 3px 3px rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
          box-shadow: 0px 2px 3px 3px rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.year-view .date-nav a {
  color: #089ed3 !important;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  height: 100%;
}
.year-view .date-nav a:hover {
  color: #008237 !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .year-view .date-nav a {
    font-size: 1.6rem;
  }
}
.year-view td {
  padding: 3px !important;
}
.year-view .date-heading {
  height: 100%;
}
.home-news-item {
  padding: 2rem;
  position: relative;
  color: #fff;
  -webkit-box-shadow: inset 0 0 1px 2px rgba(255,255,255,0.3);
          box-shadow: inset 0 0 1px 2px rgba(255,255,255,0.3);
  margin-bottom: 4rem;
  display: block;
}
@media (min-width: 992px) {
  .home-news-item {
    height: 0;
    margin-bottom: 0;
    padding-bottom: 100%;
  }
}
@media (min-width: 992px) {
  .home-news-item--half {
    padding-bottom: calc(50% - 2rem);
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .home-news-item--quater {
    padding-bottom: calc(100% - 2rem);
  }
}
.home-news-item--quater:not(:last-child) {
  margin-right: 4rem;
}
@media (min-width: 992px) {
  .home-news-item--quater .home-news-item__desc {
    display: none;
  }
}
.home-news-item--quater .home-news-item__title {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .home-news-item--quater .home-news-item__title {
    margin-bottom: 0 !important;
    font-size: 1.7rem;
    overflow: hidden;
    max-height: 9rem;
  }
}
@media (min-width: 1200px) {
  .home-news-item--quater .home-news-item__title {
    font-size: 2rem;
    max-height: 9.7rem;
  }
}
.home-news-item--press-release .home-news-item__category {
  background: #b8282f;
}
.home-news-item--blog .home-news-item__category {
  background: #b4a76c;
}
.home-news-item__category {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  margin-bottom: 3rem;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .home-news-item__category {
    position: absolute;
    top: 3rem;
    left: 2rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .home-news-item__text {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    right: 2rem;
  }
}
.home-news-item h3,
.home-news-item h6,
.home-news-item div {
  color: currentColor;
}
.home-news-item__title {
  font-size: 2rem;
  display: inline;
  background: rgba(0,0,0,0.25);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.3;
  padding: 0 5px;
}
.home-news-item__desc {
  margin-top: 0.2rem;
  font-size: 1.2rem;
  padding: 2px 5px;
  text-shadow: 0px 0px 20px #000;
}
.home-news-item__wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.home-news-item__wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-events h4 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #003c55;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .home-events h4 {
    margin-top: 3rem;
  }
}
.home-events-item {
  position: relative;
  height: 30rem;
}
.home-events-item img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-events-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home-events-item a h6 {
  font-size: 2.2rem;
  line-height: 1.3;
}
.home-events-item a p {
  font-size: 1.4rem;
}
.js-home-events-carousel {
  position: relative;
}
.js-home-events-carousel .owl-nav {
  display: none;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 3rem;
  left: 28%;
  width: 100%;
}
@media (min-width: 992px) {
  .js-home-events-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 47%;
    left: 0;
  }
}
.js-home-events-carousel .owl-nav .owl-prev {
  margin-left: -2.8rem;
}
.js-home-events-carousel .owl-nav .owl-prev span:after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #152864;
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.js-home-events-carousel .owl-nav .owl-next {
  margin-right: -0.5rem;
}
.js-home-events-carousel .owl-nav .owl-next span:after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #152864;
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.js-home-events-carousel .owl-nav button span {
  font-size: 1.8rem;
  color: #fff;
  opacity: 0.7;
}
.js-home-events-carousel .owl-nav button span:hover {
  opacity: 1;
}
.js-home-events-carousel .owl-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  position: absolute;
  right: 0;
  bottom: auto;
  top: -4rem;
  width: 100%;
}
.js-home-events-carousel button {
  outline: none !important;
}
.js-home-events-carousel button:active {
  outline: none !important;
}
.js-home-events-carousel .owl-dot {
  display: inline-block;
  margin-right: 0.5rem;
}
.js-home-events-carousel .owl-dot span {
  width: 5px !important;
  height: 5px !important;
  background-color: #84bed5 !important;
  border: 0 !important;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
  opacity: 0.7 !important;
}
.js-home-events-carousel .owl-dot.active span {
  opacity: 1 !important;
  background-color: #152864 !important;
}
.home-video {
  overflow: visible;
}
.home-video h4 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #163372;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .home-video h4 {
    margin-top: 3rem;
  }
}
.home-video-item {
  display: block;
  height: 0;
  position: relative;
  color: #fff;
  -webkit-box-shadow: inset 0 0 1px 2px rgba(255,255,255,0.3);
          box-shadow: inset 0 0 1px 2px rgba(255,255,255,0.3);
  margin-bottom: 0;
}
.home-video-item:after {
  position: absolute;
  content: '';
  width: 5.5rem;
  height: 4.5rem;
  background: url("../images/common/video-icon-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.home-video-item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.2;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.home-video-item:hover {
  -webkit-box-shadow: inset 0 0 1px 2px rgba(255,255,255,0.3);
          box-shadow: inset 0 0 1px 2px rgba(255,255,255,0.3);
}
.home-video-item:hover:after {
  opacity: 1;
}
.home-video-item:hover:before {
  opacity: 0.5;
}
.home-video-item__icon,
.home-video-item__number,
.home-video-item__category {
  margin-right: 0.5rem;
}
.home-video-item__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-video-item__icon svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: #fff;
}
.home-video-item__number,
.home-video-item__category {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}
.home-video-item__title {
  font-size: 1.5rem;
  width: 87%;
  margin-bottom: 0;
  line-height: 1.2;
}
.home-video-item__text {
  color: #142864;
}
.home-video-item__first-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.home-video-item__wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
/* IE 10+ */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home-video-item__wrap img {
    width: auto !important;
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.home-video-item .video {
  height: 30rem;
  padding: 0;
}
.home-video-item .video iframe {
  z-index: 3;
}
.js-home-video-carousel {
  position: relative;
}
.js-home-video-carousel .owl-nav {
  display: none;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 3rem;
  left: 28%;
  width: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .js-home-video-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 47%;
    left: 0;
  }
}
.js-home-video-carousel .owl-nav .owl-prev {
  margin-left: -2.8rem;
  right: 1.1rem;
}
.js-home-video-carousel .owl-nav .owl-prev span:after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #152864;
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0.5rem;
  top: 1rem;
}
.js-home-video-carousel .owl-nav .owl-next {
  margin-right: -0.5rem;
  left: 3.4rem;
}
.js-home-video-carousel .owl-nav .owl-next span:after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #152864;
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 0.5rem;
  top: 1rem;
}
.js-home-video-carousel .owl-nav button {
  width: 4rem;
  height: 4rem;
  position: relative;
}
.js-home-video-carousel .owl-nav button span {
  font-size: 1.8rem;
  color: #fff;
  opacity: 0.7;
}
.js-home-video-carousel .owl-nav button span:hover {
  opacity: 1;
}
.js-home-video-carousel .owl-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  position: absolute;
  right: 0;
  bottom: auto;
  top: -4rem;
  width: 100%;
}
.js-home-video-carousel button {
  outline: none !important;
}
.js-home-video-carousel button:active {
  outline: none !important;
}
.js-home-video-carousel .owl-dot {
  display: inline-block;
  margin-right: 0.5rem;
}
.js-home-video-carousel .owl-dot span {
  width: 5px !important;
  height: 5px !important;
  background-color: #84bed5 !important;
  border: 0 !important;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
  opacity: 0.7 !important;
}
.js-home-video-carousel .owl-dot.active span {
  opacity: 1 !important;
  background-color: #152864 !important;
}
.js-home-video-carousel .owl-stage-outer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.js-home-video-carousel .owl-item:hover {
  -webkit-box-shadow: 0.1rem 1rem 3rem -1rem rgba(0,0,0,0.75);
          box-shadow: 0.1rem 1rem 3rem -1rem rgba(0,0,0,0.75);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.home-video {
  background: #f6f5f3;
}
.v3-card {
  background-color: #fff;
  height: 100%;
  padding: 20px;
}
.pad-boy {
  padding: 20px;
}
.v3-text {
  height: 125px;
  font-weight: bold;
  color: #142864;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none !important;
}
@media only screen and (min-width: 992px) {
  .v3-text {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .v3-text {
    font-size: 18px;
  }
}
.v3-thumbs {
  position: relative;
}
.play-button {
  display: block;
  position: absolute;
  top: 18%;
  left: 0px;
  z-index: 600;
  height: 65%;
  padding-top: 5px;
  border: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.play-button:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.linky-fella:hover .play-button {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.overlay-one {
  position: absolute;
  z-index: 10;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.linky-fella {
  text-decoration: none !important;
}
.linky-fella:hover p {
  color: #388040 !important;
}
.owl-dots {
  display: none;
}
.recharts-tooltip-wrapper {
  z-index: 2;
  background: #fff !important;
}
.country-ndc-overview-styles__descriptionContainer__16T9z {
  word-break: normal;
  text-align: left;
}
.country-ndc-overview-styles__noContent__3CFYK {
  font-size: 1.2rem !important;
}
.country-ndc-overview-styles__subTitle__1tD19,
.metadata-text-styles__text__1gJB8,
.metadata-text-styles__link__2avak,
.card-styles__title__LPZQs {
  font-size: 1.4rem !important;
}
.disclaimer-styles__disclaimerBox__3xPJU {
  font-size: 1rem !important;
}
.page-node.node-type-country p.country-ndc-overview-styles__targetText__JHo1O {
  margin-top: 0;
  margin-bottom: 7px;
  line-height: 1.4;
  font-size: 1.4rem;
}
.page-node.node-type-country span.country-ndc-overview-styles__metaTitle__3lNAC {
  line-height: 1.4;
  font-size: 1.2rem;
  margin-bottom: 3px;
  display: block;
}
.page-node.node-type-country li.country-ndc-overview-styles__listItem__3pUr8 {
  line-height: 1.4 !important;
  font-size: 1.4rem;
}
.page-node.node-type-country .ndc-climate .yearLabel {
  min-width: 50px;
  text-align: left;
}
.page-node.node-type-country a.ndc-cw-filter__button.ndc-btn.ndc-btn--cw {
  background: #0265b5 !important;
  color: #fff !important;
  padding: 1.5px 30px !important;
  font-size: 1.2rem !important;
  height: 100% !important;
}
.page-node.node-type-country .ndc-cw-filter__right {
  display: block !important;
}
.page-node.node-type-country .ndc-cw-filter__right .ndc-cw-filter__buttons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.page-node.node-type-country .ndc-cw-filter__buttons [class*="button-group-styles__button__"] {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-node.node-type-country .country-block:not(:first-child) {
  visibility: hidden;
}
.page-node.node-type-country .country-block:not(:first-child):hover {
  cursor: pointer;
}
.page-node.node-type-country .country-block:not(:first-child):hover .content-title h2 {
  color: #0073cf;
}
.page-node.node-type-country .country-block:not(:first-child) .content-title h2 {
  position: relative;
}
.page-node.node-type-country .country-block:not(:first-child) .content-title h2::after {
  content: '';
  position: absolute;
  border: 3px solid currentColor;
  border-top: 0;
  border-left: 0;
  display: block;
  width: 25px;
  height: 25px;
  right: -60px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 15px;
}
.page-node.node-type-country .country-block:not(:first-child) .content-title h2.is-closed::after {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
      -ms-transform: rotate(45deg) translate(-7px, -7px);
          transform: rotate(45deg) translate(-7px, -7px);
}
.page-node.node-type-country .country-ndc-overview-styles__descriptionContainer__16T9z {
  word-break: keep-all;
}
.page-node.node-type-country .panel-2col-bricks {
  margin-bottom: 6rem !important;
}
.page-node.node-type-country .ndc-climate {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}
.page-node.node-type-country .ndc-section .grid-column-item {
  margin-left: 0;
  margin-right: 0;
}
.page-node.node-type-country .ndc-section .country-ndc-overview-styles__row__1KHIx {
  margin: 0;
}
.page-node.node-type-country .ndc-section .country-ndc-overview-styles__cardsRowContainer__29jBo {
  margin: 0;
}
.page-node.node-type-country .ndc-section .country-ndc-overview-styles__cards__Uk616,
.page-node.node-type-country .ndc-section .country-ndc-overview-styles__subtitles__kk8Sb {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.page-node.node-type-country .ndc-sdg-linkages > div {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  word-break: keep-all;
}
.page-node.node-type-country .ndc-sdg-linkages .ndc-sdg-linkages__card-title {
  font-size: 2rem !important;
  font-weight: 400 !important;
}
.page-node.node-type-country .ndc-sdg-linkages .ndc-sdg-linkages__card-icon {
  top: 4px;
}
.page-node.node-type-country .ndc-sdg-linkages .simple-menu-styles__dropdown__Km8aL.simple-menu-styles__positionRight__3smNw.simple-menu-styles__inButtonGroup__2g3Zx {
  display: none !important;
}
.page-node.node-type-country .ndc-gas .country-ghg-styles__grid__3X_Jq {
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
}
.page-node.node-type-country .ndc-gas .country-ghg-styles__grid__3X_Jq > div:first-child {
  width: 100% !important;
}
.page-node.node-type-country .ndc-gas .country-ghg-styles__grid__3X_Jq .ndcs-gas__chart > div:first-child {
  margin: 0;
}
.page-node.node-type-country .ndc-gas .country-ghg-styles__grid__3X_Jq .country-ghg-styles__map__34qEm {
  display: none !important;
}
.page-node.node-type-country .ndc-gas .country-ghg-styles__grid__3X_Jq .country-block:nth-of-type(4) .ndc-gas .ndc-cw-filter__buttons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.page-node.node-type-country .ndc-gas .country-ghg-styles__grid__3X_Jq .simple-menu-styles__dropdown__Km8aL.simple-menu-styles__positionRight__3smNw.simple-menu-styles__inButtonGroup__2g3Zx,
.page-node.node-type-country .ndc-gas .country-ghg-styles__grid__3X_Jq .button-group-styles__button__19ehB.button-styles__button__2PVy_.button-styles__disabled__1Afsz {
  display: none !important;
}
.page-node.node-type-country .ndc-gas .country-ghg-styles__grid__3X_Jq .ndc-cw-filter__button {
  margin-right: 3.5rem;
}
@media screen and (min-width: 56.25rem) {
  .country-ndc-overview-styles__descriptionContainer__16T9z {
    -webkit-column-count: 1 !important;
    column-count: 1 !important;
  }
  .country-ndc-overview-styles__descriptionContainer__16T9z p:first-child {
    margin-top: 0 !important;
  }
}
.page-node.node-type-country .country-block:first-of-type .inside {
  display: block !important;
}
.page-node.node-type-country .country-block:first-of-type .field-type-text-with-summary .field-items p,
.page-node.node-type-country .country-block:first-of-type .field-type-text-with-summary .more-btn {
  line-height: 1.4 !important;
  font-size: 16px !important;
}
.page-node.node-type-country .country-block:first-of-type .field-type-text-with-summary .field-items p:first-child {
  margin: 0;
}
.page-node.node-type-country .country-block:first-of-type .field-type-text-with-summary .more-btn {
  font-weight: 400;
  color: #7c6e66;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  display: block;
  margin-top: 2px;
  cursor: pointer;
}
.page-node.node-type-country .country-block:first-of-type .field-type-text-with-summary:hover .more-btn {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.page-node.node-type-country .country-block:first-of-type .field-name-field-country-logotype {
  display: inline-block;
  -webkit-transform: translateY(-37%);
      -ms-transform: translateY(-37%);
          transform: translateY(-37%);
}
.page-node.node-type-country .country-block:first-of-type .country-title-category {
  display: inline-block;
}
.ndc-section__title {
  display: none;
}
h3.ndc-section__subtitle,
#timeline h3 {
  color: #163372 !important;
}
#timeline h3 {
  font-size: 26px !important;
}
.field.field-name-body.field-type-text-with-summary.field-label-hidden hr ~ div p a:not(:first-child) {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}
.error-message {
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-message h2 {
  color: #152864;
  text-align: center;
}
.major_partnership_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dcdcdc;
  margin: 0 auto;
  max-width: 1130px;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.minor_partnership_block {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  min-width: 496px;
}
.mini_partnership_image_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3988bc;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 992px) {
  .mini_partnership_image_container {
    height: 25vh;
  }
  .minor_partnership_block {
    min-width: unset;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.diminutive_partnership_image {
  margin: 0 auto;
  display: block;
}
.block_text_partnership {
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partner-button {
  margin-top: 40px;
}
.mini_partnership_body_container {
  margin-top: 40px;
  color: #7a6e67;
}
.blue-pad {
  background-color: #3988bc;
  padding: 40px;
}
.mini_partnership_header_container h4 {
  font-size: 26px;
}
@media only screen and (max-width: 992px) {
  .mini_partnership_image_container {
    height: 25vh;
  }
  .mini_partnership_header_container h4 {
    font-size: 26px;
  }
  .partner-button {
    margin: 0 auto;
    margin-top: 30px;
  }
  .major_partnership_block {
    padding: 0px;
    border: none;
  }
}
@media only screen and (max-width: 500px) {
  .minor_partnership_block {
    min-width: unset;
  }
}
.newsie_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsie_image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 250px;
}
.newsie_title {
  font-size: 18px;
  color: #003c55;
  line-height: 2.5rem;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.newsie_title:hover {
  color: #008237;
}
.newsie_container {
  -webkit-box-flex: 33%;
      -ms-flex: 33%;
          flex: 33%;
  padding: 20px;
  text-decoration: none !important;
}
@media (max-width: 992px) {
  .newsie_container {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-bottom: 20px;
  }
}
.newsie_category {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-bottom: 6px;
}
.newsie_image_container {
  height: 200px;
  overflow: hidden;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.newsie_banner_container {
  background-color: #f6f5f3;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 3rem !important;
  text-transform: uppercase;
  color: #003c55;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.newsie_banner_header {
  font-size: 3.6rem !important;
  text-transform: uppercase;
  color: #003c55;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: inline-block;
}
.newsie-more {
  text-transform: uppercase;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: inline-block;
  float: right;
  padding-top: 7px;
  font-size: 14px;
}
.newsie-more:hover {
  color: #008237 !important;
  text-decoration: none !important;
}
.newsie-more::after {
  width: 20px;
  height: 14px;
  content: "";
  background-image: url("/sites/all/themes/ndcp_v3/icons/arrow.png");
  background-repeat: no-repeat;
  background-size: 17px;
  display: inline-block;
}
.newsie_category_Blog {
  color: #008237 !important;
}
.newsie_category_Press {
  color: #ab3938 !important;
}
.newsie_category_News {
  color: #337ab7 !important;
}
.tippy-tooltip.ndc-theme {
  background: #fff;
  color: #000;
  border: 1px solid #d3d3d3;
  padding: 10px;
  font-size: 12px;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #d3d3d3;
  border-radius: 0.4em;
}
.tippy-tooltip.ndc-theme .tippy-backdrop {
  background: #fff;
}
.tippy-tooltip.ndc-theme[data-animatefill] {
  background-color: transparent;
}
.node-type-cop-page .ndc-content__wrapper {
  text-align: center;
}
.node-type-cop-page .breadcrumbs.reds,
.node-type-cop-page .breadcrumbs.blues {
  display: none;
}
@media (min-width: 576px) {
  .node-type-cop-page .breadcrumbs.reds,
  .node-type-cop-page .breadcrumbs.blues {
    display: block;
  }
}
.node-type-cop-page .article__desc {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .node-type-cop-page .article__desc {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .node-type-cop-page .article__desc {
    font-size: 18px;
  }
}
.node-type-cop-page .article {
  margin-bottom: 0;
}
.node-type-cop-page .article .container p {
  font-size: inherit !important;
  line-height: inherit !important;
}
.node-type-cop-page .article .container p a {
  color: #0092cd !important;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.node-type-cop-page .article .container p a:active,
.node-type-cop-page .article .container p a:hover,
.node-type-cop-page .article .container p a:focus {
  color: #0083b8 !important;
  text-decoration: underline;
}
.node-type-cop-page h1 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #1b3979;
  padding: 2em 1.5rem;
}
.node-type-cop-page h1.h1-image {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.node-type-cop-page h1 span {
  max-width: 450px;
  display: inline-block;
}
@media (min-width: 992px) {
  .node-type-cop-page h1 {
    font-size: 30px;
  }
  .node-type-cop-page h1.h1-image {
    min-height: 300px;
  }
  .node-type-cop-page h1 span {
    max-width: 550px;
  }
}
@media (min-width: 1200px) {
  .node-type-cop-page h1 {
    font-size: 40px;
  }
  .node-type-cop-page h1.h1-image {
    min-height: 385px;
  }
  .node-type-cop-page h1 span {
    max-width: 840px;
  }
}
.node-type-cop-page h2,
.node-type-cop-page h3,
.node-type-cop-page h4 {
  text-transform: uppercase;
  color: #1b3979;
  line-height: 1.2;
}
.node-type-cop-page h2 {
  max-width: 805px;
  margin: 0.5em auto 0.75em;
  font-size: 22px;
}
@media (min-width: 992px) {
  .node-type-cop-page h2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .node-type-cop-page h2 {
    font-size: 36px;
  }
}
.node-type-cop-page h3 {
  font-weight: 600;
  margin: 1.5em 0;
  position: relative;
  font-size: 18px;
}
@media (min-width: 992px) {
  .node-type-cop-page h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .node-type-cop-page h3 {
    font-size: 24px;
  }
}
.node-type-cop-page h3:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  background-color: #d8d8d8;
}
.node-type-cop-page h3 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 1.5em;
  position: relative;
  z-index: 2;
}
.node-type-cop-page h4 {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 2.25em 0 1.25em;
  font-size: 18px;
}
@media (min-width: 992px) {
  .node-type-cop-page h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .node-type-cop-page h4 {
    font-size: 24px;
  }
}
.node-type-cop-page .field-name-field-content-under-icons {
  max-width: 815px;
  margin: 0 auto;
}
.paragraphs-items-field-icons .field-items .field-item {
  max-width: 350px;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.cop-icon {
  text-align: center;
}
.cop-icon a {
  display: block;
  text-decoration: none;
}
.cop-icon a:hover,
.cop-icon a:focus,
.cop-icon a:active {
  text-decoration: underline;
}
.cop-icon span {
  display: block;
}
.cop-icon .icon-img {
  border-radius: 999em;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
}
.cop-icon .icon-img img {
  display: block;
}
.cop-icon .icon-title {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #1b3979;
}
.cop-icon .icon-desc {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #363636;
}
@media (min-width: 768px) {
  .paragraphs-items-field-icons .field-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .paragraphs-items-field-icons .field-items .field-item {
    max-width: 100%;
    width: 47%;
    margin-left: 0;
    margin-right: 0;
  }
  .paragraphs-items-field-icons .field-items .field-item:nth-child(2n+2) {
    margin-left: 6%;
  }
}
@media (min-width: 992px) {
  .paragraphs-items-field-icons .field-items .field-item {
    width: 31%;
  }
  .paragraphs-items-field-icons .field-items .field-item:nth-child(2n+2) {
    margin-left: 0;
  }
  .paragraphs-items-field-icons .field-items .field-item:nth-child(3n+2) {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
}
.cop-ec-buttons {
  text-align: center;
  background-color: #f4f4f5;
  padding-top: 40px;
  padding-bottom: 30px;
}
.cop-ec-buttons .cop-ec-buttons-container {
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .cop-ec-buttons .cop-ec-buttons-container {
    padding: 0;
    max-width: 498px;
  }
}
@media (min-width: 768px) {
  .cop-ec-buttons .cop-ec-buttons-container {
    max-width: 688px;
  }
}
@media (min-width: 992px) {
  .cop-ec-buttons .cop-ec-buttons-container {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  .cop-ec-buttons .cop-ec-buttons-container {
    max-width: 1131px;
  }
}
.cop-ec-buttons h3 {
  margin-top: 0;
  width: 100%;
}
.cop-ec-buttons h3 span {
  background-color: #f4f4f5;
}
.cop-ec-buttons .field-name-field-explore-connect-buttons {
  max-width: 498px;
  margin: 0 auto;
}
.cop-ec-buttons .field-name-field-explore-connect-buttons .field-items {
  width: 100%;
}
.cop-ec-buttons .field-name-field-explore-connect-buttons .field-item {
  margin-bottom: 30px;
}
.cop-ec-buttons .field-name-field-explore-connect-buttons a {
  display: block;
  background-color: #074f5f;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  padding: 42px 60px;
  width: 100%;
  text-align: center;
}
.cop-ec-buttons .field-name-field-explore-connect-buttons a:active,
.cop-ec-buttons .field-name-field-explore-connect-buttons a:focus,
.cop-ec-buttons .field-name-field-explore-connect-buttons a:hover {
  text-decoration: none;
  background-color: #042730;
}
@media (min-width: 992px) {
  .cop-ec-buttons .field-name-field-explore-connect-buttons {
    max-width: 100%;
  }
  .cop-ec-buttons .field-name-field-explore-connect-buttons .field-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .cop-ec-buttons .field-name-field-explore-connect-buttons .field-item {
    width: 31%;
  }
  .cop-ec-buttons .field-name-field-explore-connect-buttons .field-item:nth-child(3n+2) {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  .cop-ec-buttons .field-name-field-explore-connect-buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 42px 60px;
  }
}
@media (min-width: 1200px) {
  .cop-ec-buttons .field-name-field-explore-connect-buttons a {
    font-size: 22px;
  }
}
#sliding-popup {
  background: #000;
  width: 100%;
}
#sliding-popup .eu-cookie-compliance-banner {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content.info div {
  float: none !important;
  max-width: none !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content.info #popup-text {
  margin-right: 20px;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content.info #popup-text h2 {
  font-size: 16px;
  line-height: 24px;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content.info .agree-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  text-transform: uppercase;
  background-color: #008237;
  border: 2px solid #fff;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.35rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content.info .agree-button:hover {
  opacity: 0.8;
  text-decoration: none !important;
  color: #fff;
}
.bean-cards {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .bean-cards {
    max-width: 1172px;
    margin-bottom: 50px;
  }
}
.bean-cards h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #003c55;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
  padding-left: 15px;
}
.bean-cards .paragraphs-items-field-cards-full .field-name-field-cards > .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 95%;
  margin: 5rem auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bean-cards .paragraphs-items-field-cards-full .field-name-field-cards > .field-items > .field-item {
  width: 23%;
  min-width: 195px;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .bean-cards .paragraphs-items-field-cards-full .field-name-field-cards > .field-items {
    width: 100%;
  }
}
.bean-cards .paragraphs-items-field-cards-full .field-name-field-cards > .field-items .paragraphs-item-card {
  height: 270px;
  border: 1px solid #dcdcdc;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bean-cards .paragraphs-items-field-cards-full .field-name-field-cards > .field-items .paragraphs-item-card:hover {
  -webkit-box-shadow: 0.1rem 1rem 3rem -1rem rgba(0,0,0,0.75);
  box-shadow: 0.1rem 1rem 3rem -1rem rgba(0,0,0,0.75);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.bean-cards .paragraphs-items-field-cards-full .field-name-field-cards > .field-items .paragraphs-item-card .content {
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.bean-cards .paragraphs-items-field-cards-full .field-name-field-cards > .field-items .paragraphs-item-card .content .field-item {
  margin: 0 auto;
}
.bean-cards .paragraphs-items-field-cards-full .field-name-field-cards > .field-items .paragraphs-item-card .content img {
  max-height: 80px;
  width: auto;
  margin: 0 auto;
}
.bean-cards .paragraphs-items-field-cards-full .field-name-field-cards > .field-items .paragraphs-item-card .content a,
.bean-cards .paragraphs-items-field-cards-full .field-name-field-cards > .field-items .paragraphs-item-card .content a:hover {
  text-decoration: none;
}
.bean-cards .paragraphs-items-field-cards-full .field-name-field-cards > .field-items .paragraphs-item-card .content .field-name-field-title a {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #163372;
  font-weight: 600;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bean-cards .paragraphs-items-field-cards-full .field-name-field-cards > .field-items .paragraphs-item-card .content .field-name-field-title a:hover {
  color: #008237;
}
#cboxWrapper {
  border-radius: 0;
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto;
  position: relative !important;
  height: 90% !important;
  max-height: 450px !important;
}
#cboxContent {
  overflow: initial;
  float: none !important;
  width: 100% !important;
  height: unset !important;
}
#cboxMiddleLeft {
  display: none;
}
#cboxContent #cboxLoadedContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100% !important;
  overflow: auto;
  height: unset !important;
  max-height: 450px;
}
#cboxContent #cboxLoadedContent .entity-popup-onload {
  width: inherit;
  overflow: hidden;
}
#cboxClose {
  top: -35px !important;
  right: -20px !important;
  background-image: url("/sites/all/themes/ndcp_v3/icons/x.svg") !important;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#cboxClose:hover {
  background-position: unset;
  opacity: 0.8;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight {
  display: none;
}
.popup-text-top {
  text-align: center;
  color: #008333;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
  margin-top: 20px;
}
.popup-text-body {
  text-align: center;
  color: #003c56;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
}
.popup-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.popup-cta a {
  text-align: center;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  background-color: #008237;
  padding: 15px 35px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-cta:hover a {
  color: #008237;
  background-color: #fff;
  border: 1px solid #008237 !important;
  text-decoration: none !important;
}
#cboxContent #cboxLoadedContent .entity-popup-onload iframe {
  width: 100% !important;
}
.entity-popup-onload img {
  width: auto !important;
  height: auto !important;
}
.header {
  border-bottom: 1px solid #d3d3d3;
}
.header .container:first-child {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .header .container:first-child {
    max-width: 535px;
  }
}
@media (min-width: 768px) {
  .header .container:first-child {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .header .container:first-child {
    max-width: 932px;
    padding-right: 40px;
    padding-left: 21px;
  }
}
@media (min-width: 1200px) {
  .header .container:first-child {
    max-width: 1151px;
  }
}
@media (min-width: 1280px) {
  .header .container:first-child {
    max-width: 1170px;
  }
}
.header .container:first-child .topbar .container {
  padding-right: 20px;
}
.header .container:not(:first-child) {
  background-color: #fff;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .header .container:not(:first-child) {
    padding: 1.2rem 0;
  }
}
.header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header [class^="col"]:nth-last-child(2) {
  display: none;
}
@media (min-width: 992px) {
  .header [class^="col"]:nth-last-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header [class^="col"]:nth-last-child(2)_mobile {
  display: block;
}
@media (min-width: 992px) {
  .header [class^="col"]:nth-last-child(2)_mobile {
    display: none;
  }
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.header__inner-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 3.8rem;
  padding: 0;
}
.header__inner-col:last-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header h5 {
  color: #152864;
  margin: 0;
}
.header img {
  height: 4rem;
  width: auto;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .header img {
    height: 5.5rem;
    margin-top: 0px;
  }
}
.header .clearfix,
.header .clearfix:before,
.header .clearfix:after,
.header .container:before,
.header .container:after,
.header .container-fluid:before,
.header .container-fluid:after,
.header .row:before,
.header .row:after {
  content: none !important;
}
.padding-removal {
  padding: 0px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-pad {
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-pad li.sub-item > a {
  text-transform: none !important;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
li.sub-item > a {
  text-transform: none !important;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.front .row.no-gutters.hp-20px {
  padding-left: 0;
  padding-right: 0;
}
.hero {
  color: #fff;
  position: relative;
  width: 100%;
  background-color: #00505c;
}
.hero:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero--slider {
  height: 100%;
}
.hero--slider h2 {
  margin-top: 3rem;
  font-size: 2.2rem !important;
  line-height: 1.2;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 95%;
}
@media (min-width: 992px) {
  .hero--slider h2 {
    margin-top: 5rem;
    font-size: 3.4rem !important;
    line-height: 1.2;
    width: 65% !important;
  }
}
.hero--slider h5 {
  font-size: 1.35rem;
  line-height: 1.17;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media (min-width: 992px) {
  .hero--slider h5 {
    width: 90% !important;
    line-height: 1.3 !important;
  }
}
.hero--slider a {
  margin-bottom: 10rem !important;
  margin-top: 5rem !important;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .hero--slider a {
    margin-bottom: 12rem !important;
  }
}
.hero--blue {
  background-color: #152864;
}
.hero--turquoise {
  background-color: #00505b;
}
.hero--lightblue {
  background-color: #0091cd;
}
.hero--transparent-and-green {
  background-color: transparent;
  color: #329b5e;
}
.hero h2,
.tools-hero__title {
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 95%;
}
@media (min-width: 768px) {
  .hero h2,
  .tools-hero__title {
    font-size: 4.7rem;
    text-transform: uppercase;
  }
}
.hero h5 {
  font-size: 1.8rem;
  line-height: 1.17;
}
@media (min-width: 992px) {
  .hero h5 {
    font-size: 2.25rem;
    line-height: 1.17;
  }
}
.hero h6 {
  font-size: 2.6rem;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.2;
}
.hero p {
  width: 90%;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 auto;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .hero p {
    font-size: 2rem;
  }
}
.hero p:last-child {
  padding-bottom: 2rem;
}
.hero ul {
  list-style: decimal;
  font-size: 1.35rem;
  line-height: 1.5;
  padding-bottom: 1rem;
  width: 90%;
}
.hero ul li {
  margin-bottom: 1rem;
}
.hero__subtitle {
  font-size: 1.8rem !important;
}
.hero__container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 116%;
}
@media (min-width: 768px) {
  .hero__container {
    padding-top: 74%;
  }
}
@media (min-width: 992px) {
  .hero__container {
    padding-top: 56%;
  }
}
@media (min-width: 1200px) {
  .hero__container {
    padding-top: 45%;
  }
}
@media (min-width: 1440px) {
  .hero__container {
    padding-top: 40%;
  }
}
@media screen and (min-width: 1600px) {
  .hero__container {
    padding-top: 30%;
  }
}
.hero__content {
  height: calc(90% - 50px);
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 550px) {
  .hero__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .hero__content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
    width: 70%;
    max-width: 800px;
  }
}
.hero__content .slide-title,
.hero__content p,
.hero__content .slide-link {
  margin: 0 auto;
}
@media screen and (min-width: 550px) {
  .hero__content .slide-title,
  .hero__content p,
  .hero__content .slide-link {
    margin: 1rem auto;
  }
}
.hero__content .slide-link {
  width: 140px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-transform: uppercase;
  height: auto;
  padding-bottom: 0.5em;
}
.hero__wrap {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.hero__wrap--video {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.hero__wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero__video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  padding: 0 !important;
  background-color: #fff;
  border: 0 !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-bottom: 0 !important;
}
.hero__video:after {
  position: absolute;
  content: '';
  width: 7rem;
  height: 7rem;
  background: url("../images/common/owl.video.play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hero__video:hover:after {
  width: 8rem;
  height: 8rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hero__video img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.hero a {
  margin-top: auto;
  width: 100%;
  height: 4rem;
  background-color: #008237;
  border: 2px solid #fff;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.35rem;
  padding: 0.8rem 0 0 0;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .hero a {
    margin-bottom: 0;
    width: 15rem;
  }
}
.hero a:hover {
  opacity: 0.8;
}
.js-home-hero-carousel.owl-carousel .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.js-home-hero-carousel.owl-carousel .owl-item {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 auto !important;
          flex: 1 0 auto !important;
}
@media only screen and (min-width: 992px) {
  .js-home-hero-carousel .owl-nav {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  .js-home-hero-carousel .owl-dots {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
}
footer {
  color: #fff;
}
footer .bg-brown-1 {
  padding: 3rem 2rem;
}
@media (min-width: 992px) {
  footer .bg-brown-1 {
    padding: 5rem 0 5rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  footer .bg-brown-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer h5 {
  font-size: 1.8rem;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
footer h6 {
  font-size: 1.35rem;
  text-transform: uppercase;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.35rem;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
footer ul li {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
footer a {
  color: #fff;
  opacity: 1;
}
footer img {
  height: 3.8rem;
}
footer svg {
  height: 2.2rem;
  width: 2.5rem;
  fill: #fff;
  margin-right: 1.5rem;
}
footer svg:hover {
  opacity: 0.7;
}
footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .clearfix,
footer .clearfix:before,
footer .clearfix:after,
footer .container:before,
footer .container:after,
footer .container-fluid:before,
footer .container-fluid:after,
footer .row:before,
footer .row:after {
  content: none !important;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.pagination li {
  margin: 0 0.3rem;
  font-size: 1.2rem;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #808080;
}
@media (min-width: 992px) {
  .pagination li {
    margin: 0 1rem;
    font-size: 1.6rem;
  }
}
.pagination li.active {
  color: #008237;
}
.pagination li a {
  color: #7cafca;
}
.pagination li a:hover {
  color: #808080;
}
.pagination li .prev {
  margin-right: 0.5rem;
}
.pagination li .next {
  margin-left: 0.5rem;
}
.breadcrumbs {
  visibility: hidden;
  width: 100%;
  margin: 17px auto 6px auto;
  color: #d3d3d3;
  font-size: 10px;
  line-height: 10px;
  font-weight: 900;
  padding: 0 0 0 20px;
  text-transform: uppercase;
}
.breadcrumbs .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  padding: 0;
  margin-bottom: 20px;
}
.breadcrumbs .breadcrumb .delimiter {
  margin: 0 0.5rem;
  font-size: 10px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.breadcrumbs .breadcrumb .delimiter:before {
  content: "\e258";
}
@media (min-width: 576px) {
  .breadcrumbs {
    visibility: visible;
    max-width: 497px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .breadcrumbs {
    max-width: 693px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    max-width: 893px;
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs {
    max-width: 1109px;
  }
}
@media (min-width: 1280px) {
  .breadcrumbs {
    max-width: 1129px;
  }
}
.breadcrumbs a {
  color: $lightSkyBlue;
  opacity: 1;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
.node-type-caep-landing-page .field-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 0;
  margin: 40px 0 30px;
  color: #163372;
  position: relative;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.node-type-caep-landing-page .field-label span {
  display: inline-block;
  background: #fff;
  z-index: 2;
  padding: 0 2rem;
}
.node-type-caep-landing-page .field-label:after {
  content: "";
  display: block;
  border-top: 1px solid #d3d3d3;
  top: 50%;
  position: absolute;
  width: 100%;
}
.node-type-caep-landing-page .field-name-field-key-information > .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.node-type-caep-landing-page .field-name-field-key-information > .field-items > .field-item {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.node-type-caep-landing-page .field-name-field-key-information > .field-items > .field-item:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .node-type-caep-landing-page .field-name-field-key-information > .field-items > .field-item {
    margin-top: 0;
  }
}
.node-type-caep-landing-page .field-name-field-key-information > .field-items > .field-item > div {
  height: 100%;
}
.node-type-caep-landing-page .field-name-field-key-information > .field-items > .field-item > div > div {
  height: 100%;
}
.node-type-caep-landing-page .field-name-field-key-information .field-name-field-title {
  color: #163372;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 14px;
  text-transform: capitalize;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.node-type-caep-landing-page .field-name-field-key-information .field-name-field-body {
  margin: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .node-type-caep-landing-page .field-name-field-key-information .field-name-field-body {
    text-align: left;
  }
}
.node-type-caep-landing-page .field-name-field-key-information .field-name-field-column-link {
  margin-top: 1rem;
}
.node-type-caep-landing-page .field-name-field-key-information .field-name-field-column-link a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  text-transform: uppercase;
  background-color: #008237;
  border: 2px solid #fff;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.35rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
  margin: auto;
}
.node-type-caep-landing-page .field-name-field-key-information .field-name-field-column-link a:hover {
  opacity: 0.8;
  text-decoration: none !important;
  color: #fff;
}
@media (min-width: 992px) {
  .node-type-caep-landing-page .field-name-field-key-information .field-name-field-column-link a {
    margin: 15px 0 0;
  }
}
@media (min-width: 992px) {
  .node-type-caep-landing-page .field-name-field-key-information > .field-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .node-type-caep-landing-page .field-name-field-key-information > .field-items > .field-item {
    width: 30%;
    margin-bottom: 0;
  }
  .node-type-caep-landing-page .field-name-field-key-information > .field-items > .field-item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .node-type-caep-landing-page .field-name-field-key-information .field-name-field-title {
    text-align: left;
  }
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .node-type-caep-landing-page .field-name-field-application-timeline > .field-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    margin-bottom: -50px;
  }
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items > .field-item:last-child .timeline-item-wrapper .timeline-item {
  margin-bottom: 45px;
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items > .field-item:last-child .timeline-item-wrapper .timeline-item .timeline-date-area::after {
  display: none;
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items > .field-item:last-child .timeline-item-wrapper .timeline-item::after {
  display: none;
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper {
  z-index: 1;
  border-left: none;
  border-bottom: none;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper {
    width: 250px;
    border: none;
    margin-right: 0em;
    left: 0;
    margin-left: 0em;
  }
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item {
  text-align: center;
  margin: -30px auto 80px auto;
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item .timeline-date-area {
  position: relative;
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item::after {
  content: "";
  background-image: url("/sites/all/themes/ndcp_v3/images/common/sidearrow.png");
  background-size: 40px 10px;
  display: inline-block;
  width: 40px;
  height: 10px;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 25px;
}
@media (min-width: 992px) {
  .node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item::after {
    display: none;
  }
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item .timeline-date-area::after {
  content: "";
  display: none;
  background-image: url("/sites/all/themes/ndcp_v3/images/common/sidearrow.png");
  background-size: 40px 10px;
  width: 40px;
  height: 10px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
}
@media (min-width: 992px) {
  .node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item .timeline-date-area::after {
    display: inline-block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 50px;
    height: 10px;
    background-size: 50px 10px;
    top: 50%;
    left: 91%;
  }
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item .timeline-date-area .timeline-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.19);
          box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.19);
  width: 110px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item .timeline-date-area .timeline-date .month {
  background: #8d2b8b;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  font-weight: bold;
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item .timeline-date-area .timeline-date .day {
  background: #fff;
  height: 80px;
  font-size: 48px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #3e3e3e;
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item img {
  display: none;
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item .timeline-item-text p {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  margin: 0 auto;
  width: 150px !important;
  line-height: 24px !important;
}
@media only screen and (min-width: 540px) {
  .node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item .timeline-item-text p {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item .timeline-item-text p {
    font-size: 14px;
    width: 220px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item .timeline-item-text p {
    font-size: 16px;
    width: 250px;
  }
}
.node-type-caep-landing-page .field-name-field-application-timeline > .field-items .timeline-item-wrapper .timeline-item .timeline-item-text p a {
  text-decoration: underline;
  font-weight: bold;
}
.node-type-caep-landing-page .field-name-field-information-sessions > .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.node-type-caep-landing-page .field-name-field-information-sessions > .field-items > .field-item {
  margin-right: 4em;
  text-align: center;
}
.node-type-caep-landing-page .field-name-field-information-sessions > .field-items > .field-item:last-child {
  margin-right: 0;
}
.node-type-caep-landing-page .field-name-field-information-sessions .field-name-field-title {
  text-transform: uppercase;
}
.node-type-caep-landing-page .field-name-field-resources > .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 498px;
  margin: auto;
}
@media (min-width: 992px) {
  .node-type-caep-landing-page .field-name-field-resources > .field-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 100%;
  }
}
.node-type-caep-landing-page .field-name-field-resources > .field-items > .field-item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .node-type-caep-landing-page .field-name-field-resources > .field-items > .field-item {
    width: 31%;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.node-type-caep-landing-page .field-name-field-resources a {
  display: block;
  background-color: #074f5f;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  padding: 42px 60px;
  width: 100%;
  text-align: center;
  height: 100%;
}
.node-type-caep-landing-page .field-name-field-resources a:active,
.node-type-caep-landing-page .field-name-field-resources a:focus,
.node-type-caep-landing-page .field-name-field-resources a:hover {
  text-decoration: none;
  background-color: #042730;
}
.ndc-page-caep.what-caep-delivers .body-summary {
  margin-bottom: 75px;
}
@media only screen and (min-width: 992px) {
  .ndc-page-caep.what-caep-delivers .body-summary {
    margin-bottom: 20px;
  }
}
.ndc-page-caep.interested-countries .body-summary,
.ndc-page-caep.interested-institutional-associated .body-summary {
  margin-bottom: 75px;
}
@media only screen and (min-width: 992px) {
  .ndc-page-caep.interested-countries .body-summary,
  .ndc-page-caep.interested-institutional-associated .body-summary {
    margin-bottom: -10px;
  }
}
.ndc-page-caep.interested-countries .information-sessions,
.ndc-page-caep.interested-institutional-associated .information-sessions {
  margin-top: -30px;
}
@media only screen and (min-width: 992px) {
  .ndc-page-caep.interested-countries .information-sessions,
  .ndc-page-caep.interested-institutional-associated .information-sessions {
    width: 100%;
  }
}
.ndc-page-caep.interested-countries .information-sessions h4,
.ndc-page-caep.interested-institutional-associated .information-sessions h4 {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ndc-page-caep.interested-countries .information-sessions a.btn--green,
.ndc-page-caep.interested-institutional-associated .information-sessions a.btn--green {
  margin-left: auto;
  margin-right: auto;
}
.ndc-page-caep.interested-member-countries,
.ndc-page-caep.what-caep-delivers,
.ndc-page-caep.interested-institutional-associated,
.ndc-page-caep.resources-faq,
.ndc-page-caep.caep-login,
.ndc-page-caep.caep,
.page-user-login {
  padding-top: 0;
  margin-bottom: 350px;
}
@media only screen and (min-width: 320px) {
  .ndc-page-caep.interested-member-countries,
  .ndc-page-caep.what-caep-delivers,
  .ndc-page-caep.interested-institutional-associated,
  .ndc-page-caep.resources-faq,
  .ndc-page-caep.caep-login,
  .ndc-page-caep.caep,
  .page-user-login {
    margin-bottom: 300px;
  }
}
@media only screen and (min-width: 450px) {
  .ndc-page-caep.interested-member-countries,
  .ndc-page-caep.what-caep-delivers,
  .ndc-page-caep.interested-institutional-associated,
  .ndc-page-caep.resources-faq,
  .ndc-page-caep.caep-login,
  .ndc-page-caep.caep,
  .page-user-login {
    margin-bottom: 240px;
  }
}
.ndc-page-caep.interested-member-countries u.link-bold,
.ndc-page-caep.what-caep-delivers u.link-bold,
.ndc-page-caep.interested-institutional-associated u.link-bold,
.ndc-page-caep.resources-faq u.link-bold,
.ndc-page-caep.caep-login u.link-bold,
.ndc-page-caep.caep u.link-bold,
.page-user-login u.link-bold {
  font-weight: 900;
}
.ndc-page-caep.interested-member-countries .caep-title,
.ndc-page-caep.what-caep-delivers .caep-title,
.ndc-page-caep.interested-institutional-associated .caep-title,
.ndc-page-caep.resources-faq .caep-title,
.ndc-page-caep.caep-login .caep-title,
.ndc-page-caep.caep .caep-title,
.page-user-login .caep-title {
  text-transform: uppercase;
}
.ndc-page-caep.interested-member-countries .body-summary,
.ndc-page-caep.what-caep-delivers .body-summary,
.ndc-page-caep.interested-institutional-associated .body-summary,
.ndc-page-caep.resources-faq .body-summary,
.ndc-page-caep.caep-login .body-summary,
.ndc-page-caep.caep .body-summary,
.page-user-login .body-summary {
  width: 100%;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .ndc-page-caep.interested-member-countries .body-summary,
  .ndc-page-caep.what-caep-delivers .body-summary,
  .ndc-page-caep.interested-institutional-associated .body-summary,
  .ndc-page-caep.resources-faq .body-summary,
  .ndc-page-caep.caep-login .body-summary,
  .ndc-page-caep.caep .body-summary,
  .page-user-login .body-summary {
    margin-bottom: 50px;
  }
}
.ndc-page-caep.interested-member-countries .body-summary a,
.ndc-page-caep.what-caep-delivers .body-summary a,
.ndc-page-caep.interested-institutional-associated .body-summary a,
.ndc-page-caep.resources-faq .body-summary a,
.ndc-page-caep.caep-login .body-summary a,
.ndc-page-caep.caep .body-summary a,
.page-user-login .body-summary a {
  font-weight: 900;
  text-decoration: underline;
}
.ndc-page-caep.interested-member-countries .body-text,
.ndc-page-caep.what-caep-delivers .body-text,
.ndc-page-caep.interested-institutional-associated .body-text,
.ndc-page-caep.resources-faq .body-text,
.ndc-page-caep.caep-login .body-text,
.ndc-page-caep.caep .body-text,
.page-user-login .body-text {
  margin-bottom: 1.5em;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ndc-page-caep.interested-member-countries ol,
.ndc-page-caep.what-caep-delivers ol,
.ndc-page-caep.interested-institutional-associated ol,
.ndc-page-caep.resources-faq ol,
.ndc-page-caep.caep-login ol,
.ndc-page-caep.caep ol,
.page-user-login ol,
.ndc-page-caep.interested-member-countries ul,
.ndc-page-caep.what-caep-delivers ul,
.ndc-page-caep.interested-institutional-associated ul,
.ndc-page-caep.resources-faq ul,
.ndc-page-caep.caep-login ul,
.ndc-page-caep.caep ul,
.page-user-login ul {
  margin-bottom: 1.5em;
}
.ndc-page-caep.interested-member-countries ol li,
.ndc-page-caep.what-caep-delivers ol li,
.ndc-page-caep.interested-institutional-associated ol li,
.ndc-page-caep.resources-faq ol li,
.ndc-page-caep.caep-login ol li,
.ndc-page-caep.caep ol li,
.page-user-login ol li,
.ndc-page-caep.interested-member-countries ul li,
.ndc-page-caep.what-caep-delivers ul li,
.ndc-page-caep.interested-institutional-associated ul li,
.ndc-page-caep.resources-faq ul li,
.ndc-page-caep.caep-login ul li,
.ndc-page-caep.caep ul li,
.page-user-login ul li {
  font-size: 14px;
}
.ndc-page-caep.interested-member-countries em,
.ndc-page-caep.what-caep-delivers em,
.ndc-page-caep.interested-institutional-associated em,
.ndc-page-caep.resources-faq em,
.ndc-page-caep.caep-login em,
.ndc-page-caep.caep em,
.page-user-login em {
  -webkit-text-emphasis: none;
          text-emphasis: none;
  font-style: normal;
}
.ndc-page-caep.resources-faq {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .ndc-page-caep.resources-faq .resources-block a,
  .ndc-page-caep.resources-faq .faqs-block a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .ndc-page-caep.resources-faq .resources-block a,
  .ndc-page-caep.resources-faq .faqs-block a {
    font-size: 18px;
  }
}
.ndc-page-caep.resources-faq .resources-block h3,
.ndc-page-caep.resources-faq .faqs-block h3 {
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .ndc-page-caep.resources-faq .resources-block h3,
  .ndc-page-caep.resources-faq .faqs-block h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .ndc-page-caep.resources-faq .resources-block h3,
  .ndc-page-caep.resources-faq .faqs-block h3 {
    font-size: 24px;
  }
}
.page-user-login .page__content {
  background: #f5f9fc;
}
.page-user-login .page__content .bg-white {
  background: #f5f9fc !important;
}
.page-user-login .page__content #user-login {
  width: 350px;
  margin: 0 auto;
  background: #f5f9fc;
  margin-top: 25px;
}
.page-user-login .page__content #user-login h1 {
  color: #163372;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 31px;
  margin-bottom: 3px;
}
.page-user-login .page__content #user-login h3 {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 35px;
  font-weight: 600;
  color: #363636;
}
.page-user-login .page__content #user-login label[for="edit-name"],
.page-user-login .page__content #user-login label[for="edit-pass"] {
  color: #163372;
  font-weight: 100;
}
.page-user-login .page__content #user-login label[for="edit-name"] span,
.page-user-login .page__content #user-login label[for="edit-pass"] span {
  display: none;
}
.page-user-login .page__content #user-login #edit-submit {
  background: #008000;
  border-radius: 0;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 55px;
}
.page-user-login .page__content #user-login #edit-submit span {
  display: none;
}
.page-user-login .page__content #user-login #edit-name {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #969696;
  margin-bottom: 30px;
}
.page-user-login .page__content #user-login #edit-pass {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #969696;
  margin-bottom: 20px;
}
.page-user-login .page__content #user-login .user-login-links {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #163372;
  margin-bottom: 10px;
}
.page-user-login .page__content #user-login input[type='text'],
.page-user-login .page__content #user-login input[type='email'],
.page-user-login .page__content #user-login textarea {
  background: #fff;
}
.ndc-page-online-request-support-form-rsf .ndc-container div.col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ndc-page-online-request-support-form-rsf .ndc-container div.webform-progress-bar .webform-progressbar-outer {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .ndc-page-caep.interested-institutional-associated .caep-title {
    width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .ndc-page-caep.interested-institutional-associated .caep-title {
    width: 650px;
  }
}
.ndc-page-caep .breadcrum-container {
  font-weight: bold;
}
.ndc-page-caep .breadcrum-container a,
.ndc-page-caep .breadcrum-container span {
  text-transform: uppercase;
}
.head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .head-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.head-wrapper .rsf-link {
  margin-bottom: 15px;
  margin-top: -10px;
}
@media only screen and (min-width: 992px) {
  .head-wrapper .rsf-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 0;
    width: 265px;
  }
}
@media only screen and (min-width: 1200px) {
  .head-wrapper .rsf-link {
    width: 282px;
  }
}
.head-wrapper .rsf-link #rsf-link {
  color: #fff;
  background: #1793cb;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .head-wrapper .rsf-link #rsf-link {
    font-size: 13.5px;
  }
}
.resources-block {
  margin-top: 45px;
  width: 100%;
}
.resources-block h5 {
  margin-top: 1em;
  color: #003865;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0.5em;
}
.resources-block h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: -10px;
  background: #fff;
  padding: 0 25px;
  font-weight: 600;
  color: #163372;
  margin-bottom: 45px;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.resources-block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.resources-block div a {
  margin-bottom: 15px;
  text-decoration: underline;
}
.faqs-block {
  border-top: 1px solid #d3d3d3;
  margin-top: 45px;
  margin-bottom: 60px;
}
.faqs-block h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: -10px;
  background: #fff;
  padding: 0 25px;
  font-weight: 600;
  color: #163372;
  margin-bottom: 45px;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.faqs-block .faqs-list .faq-item {
  margin-bottom: 10px;
}
.faqs-block .faqs-list .faq-item .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #979797;
  padding: 25px 15px;
  border-radius: 5px;
  background: #f4f4f5;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .faqs-block .faqs-list .faq-item .faq-question {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.faqs-block .faqs-list .faq-item .faq-question p {
  font-weight: 600;
  font-size: 16px;
  margin-top: 12px;
  margin-right: auto;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) {
  .faqs-block .faqs-list .faq-item .faq-question p {
    font-size: 18px;
  }
}
.faqs-block .faqs-list .faq-item .faq-question .down-arrow {
  display: block;
  height: 15px;
  width: 15px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .faqs-block .faqs-list .faq-item .faq-question .down-arrow {
    margin-left: auto;
    margin-right: 25px;
    margin-top: 12px;
  }
}
.faqs-block .faqs-list .faq-item .faq-answer {
  border: 1px solid #979797;
  border-top: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.faqs-block .faqs-list .faq-item .faq-answer p {
  margin-top: -4px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) {
  .faqs-block .faqs-list .faq-item .faq-answer p {
    font-size: 18px;
  }
}
.faqs-block .faqs-list .faq-item .faq-answer li {
  padding-right: 15px;
  font-size: 16px;
}
.faqs-block .faqs-list .faq-item .faq-answer a {
  font-size: 16px;
}
.faqs-block .faqs-list .faq-item .faq-answer.ah {
  display: none;
}
.js-hero-carousel {
  position: relative;
  background-color: #fff;
}
.js-hero-carousel .owl-dots {
  position: absolute;
  bottom: 1rem;
}
@media (min-width: 992px) {
  .js-hero-carousel .owl-dots {
    left: 3.5rem;
    bottom: 2rem;
  }
}
.js-hero-carousel button {
  outline: none !important;
}
.js-hero-carousel button:active {
  outline: none !important;
}
.js-hero-carousel .owl-dot {
  display: inline-block;
  margin-right: 0.5rem;
}
.js-hero-carousel .owl-dot span {
  width: 15px;
  height: 15px;
  border: 2px solid #008237;
  background-color: #fff !important;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
}
.js-hero-carousel .owl-dot.active span {
  background-color: #008237 !important;
}
.owl-carousel-videos {
  position: relative;
}
.owl-video-wrapper {
  width: 100% !important;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #fff !important;
}
.owl-video-wrapper iframe {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.owl-dots {
  width: 100%;
  position: absolute;
  text-align: left !important;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -4rem;
}
@media (min-width: 992px) {
  .owl-dots {
    display: block !important;
    bottom: -5rem;
    left: -0.5rem;
  }
}
.owl-dot {
  display: inline-block;
}
.owl-dot span {
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #008237;
  background-color: #fff !important;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
}
.owl-dot.active span {
  background-color: #008237 !important;
}
.owl-video-play-icon {
  margin-left: -25px !important;
  margin-top: -30px !important;
}
.js-home-hero-carousel {
  position: relative;
}
.js-home-hero-carousel .owl-nav {
  position: absolute;
  width: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 2.4rem;
  left: calc(50% - 8rem);
}
@media (min-width: 992px) {
  .js-home-hero-carousel .owl-nav {
    bottom: 4rem;
    left: -0.6rem;
  }
}
.js-home-hero-carousel .owl-nav .owl-prev span:after,
.js-home-hero-carousel .owl-nav .owl-next span:after {
  position: absolute;
  content: "";
  border: 1.5px solid #fff;
  border-bottom: 0;
  border-right: 0;
  display: block;
  width: 50%;
  height: 50%;
  top: 10px;
}
.js-home-hero-carousel .owl-nav .owl-prev span:after {
  left: 13px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.js-home-hero-carousel .owl-nav .owl-next span:after {
  right: 13px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.js-home-hero-carousel .owl-nav button span {
  font-size: 1.8rem;
  color: #152864;
  opacity: 0.7;
  width: 4rem;
  height: 4rem;
  display: block;
  position: relative;
  z-index: 2;
}
.js-home-hero-carousel .owl-nav button span:hover {
  opacity: 1;
}
.js-home-hero-carousel .owl-dots {
  position: absolute;
  bottom: 3.8rem;
}
@media (min-width: 992px) {
  .js-home-hero-carousel .owl-dots {
    width: auto;
    left: 6rem;
    bottom: 4.4rem;
  }
}
.js-home-hero-carousel button {
  outline: none !important;
}
.js-home-hero-carousel button:active {
  outline: none !important;
}
.js-home-hero-carousel .owl-dot {
  display: inline-block;
}
.js-home-hero-carousel .owl-dot span {
  width: 5px !important;
  height: 5px !important;
  background-color: #fff !important;
  border: 0 !important;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
  opacity: 0.7 !important;
}
.js-home-hero-carousel .owl-dot.active span {
  opacity: 1 !important;
}
.js-hero-carousel .owl-controls {
  text-align: left !important;
  margin-left: 2.5rem !important;
}
.js-hero-carousel .owl-page span {
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #008237 !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  display: block !important;
  margin: 5px 3px;
}
.js-hero-carousel .owl-page.active span {
  background-color: #008237 !important;
}
.explore {
  max-width: 950px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .explore {
    max-width: 1172px;
    margin-bottom: 50px;
  }
}
h4 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #003c55;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
}
#explore-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #explore-items-container {
    padding-left: 10px;
    padding-right: 10px;
    width: 95%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#explore-items-container .explore_item_inner {
  padding: 50px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#explore-items-container .explore-item {
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
  border: 1px solid #dcdcdc;
}
#explore-items-container .explore-item:hover {
  -webkit-box-shadow: 0.1rem 1rem 3rem -1rem rgba(0,0,0,0.75);
  box-shadow: 0.1rem 1rem 3rem -1rem rgba(0,0,0,0.75);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#explore-items-container .explore-item img {
  height: 200px;
  width: auto;
  margin-bottom: 1em;
}
@media only screen and (min-width: 992px) {
  #explore-items-container .explore-item img {
    max-height: 80px;
  }
}
#explore-items-container .explore-item .explore_item_p {
  height: 50px;
}
#explore-items-container .explore-item p {
  text-align: center;
}
#explore-items-container .explore-item p a {
  text-transform: uppercase;
  color: #163372;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
#explore-items-container .explore-item p a:hover {
  color: #008237;
}
@media only screen and (min-width: 992px) {
  #explore-items-container .explore-item p a {
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#explore-items-container .explore-item .btn--green {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#explore-items-container .explore-item .btn--green:hover {
  font-size: 1.39rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.videos h4 {
  font-size: 3.6rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
  color: #001e55;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.videos p {
  font-size: 2.2rem;
  text-align: center;
  width: 80%;
  color: #001e55;
  margin: 2rem auto 0;
}
.hidden {
  display: none;
}
svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
button,
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}
button:hover,
.button:hover {
  border-color: #cdd;
}
.share-button,
.copy-link {
  padding-left: 30px;
  padding-right: 30px;
}
.share-button,
.share-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.15);
          box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}
.share-dialog.is-open {
  display: block;
  z-index: 2;
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.close-button svg {
  margin-right: 0;
}
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}
.pen-url {
  margin-right: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.webform-progressbar-number {
  margin-bottom: 5em;
}
.webform-progressbar-number:before {
  content: "Completed";
}
.ndc-page-online-request-support-form-rsf .article__desc a,
.ndc-page-caep-application-form .article__desc a,
.page-node-done .article__desc a {
  color: #1793cb !important;
  text-decoration: underline;
}
.ndc-page-online-request-support-form-rsf .webform-component-fieldset,
.ndc-page-caep-application-form .webform-component-fieldset,
.page-node-done .webform-component-fieldset {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ndc-page-online-request-support-form-rsf .panel-title,
.ndc-page-caep-application-form .panel-title,
.page-node-done .panel-title,
.ndc-page-online-request-support-form-rsf label.control-label,
.ndc-page-caep-application-form label.control-label,
.page-node-done label.control-label {
  color: #363636;
}
.ndc-page-online-request-support-form-rsf .textfield_counter_counter,
.ndc-page-caep-application-form .textfield_counter_counter,
.page-node-done .textfield_counter_counter {
  display: block;
}
.ndc-page-online-request-support-form-rsf h2.ndc-inner-hero__heading,
.ndc-page-caep-application-form h2.ndc-inner-hero__heading,
.page-node-done h2.ndc-inner-hero__heading {
  font-size: 32px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ndc-page-online-request-support-form-rsf .webform-container-inline.webform-component-textarea .form-textarea-wrapper,
.ndc-page-caep-application-form .webform-container-inline.webform-component-textarea .form-textarea-wrapper,
.page-node-done .webform-container-inline.webform-component-textarea .form-textarea-wrapper {
  width: 100%;
}
.ndc-page-online-request-support-form-rsf .webform-container-inline.webform-component-textarea .form-textarea-wrapper textarea.form-control,
.ndc-page-caep-application-form .webform-container-inline.webform-component-textarea .form-textarea-wrapper textarea.form-control,
.page-node-done .webform-container-inline.webform-component-textarea .form-textarea-wrapper textarea.form-control {
  width: 100%;
}
.ndc-page-online-request-support-form-rsf .help-block,
.ndc-page-caep-application-form .help-block,
.page-node-done .help-block {
  display: block;
  font-size: 14px;
  color: #363636;
}
.ndc-page-online-request-support-form-rsf input[type="text"],
.ndc-page-caep-application-form input[type="text"],
.page-node-done input[type="text"],
.ndc-page-online-request-support-form-rsf input[type="email"],
.ndc-page-caep-application-form input[type="email"],
.page-node-done input[type="email"] {
  background: #fff;
  border: 1px solid #d3d3d3;
}
.ndc-page-online-request-support-form-rsf .ndc-container div.col,
.ndc-page-caep-application-form .ndc-container div.col,
.page-node-done .ndc-container div.col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1200px) {
  .ndc-page-online-request-support-form-rsf .article .col:first-child,
  .ndc-page-caep-application-form .article .col:first-child,
  .page-node-done .article .col:first-child {
    max-width: 100%;
  }
}
.ndc-page-online-request-support-form-rsf .article .container p,
.ndc-page-caep-application-form .article .container p,
.page-node-done .article .container p {
  color: #363636;
}
.ndc-page-online-request-support-form-rsf .webform-progressbar,
.ndc-page-caep-application-form .webform-progressbar,
.page-node-done .webform-progressbar {
  width: 100%;
}
.ndc-page-online-request-support-form-rsf .webform-progressbar-outer,
.ndc-page-caep-application-form .webform-progressbar-outer,
.page-node-done .webform-progressbar-outer {
  margin-top: 2em;
  margin-bottom: 6em;
}
@media only screen and (min-width: 750px) {
  .ndc-page-online-request-support-form-rsf .webform-progressbar-outer,
  .ndc-page-caep-application-form .webform-progressbar-outer,
  .page-node-done .webform-progressbar-outer {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
}
.ndc-page-online-request-support-form-rsf .webform-progressbar-outer .webform-progressbar-page:last-of-type .webform-progressbar-page-label,
.ndc-page-caep-application-form .webform-progressbar-outer .webform-progressbar-page:last-of-type .webform-progressbar-page-label,
.page-node-done .webform-progressbar-outer .webform-progressbar-page:last-of-type .webform-progressbar-page-label {
  margin-left: -2em;
}
.ndc-page-online-request-support-form-rsf .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label,
.ndc-page-caep-application-form .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label,
.page-node-done .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label {
  margin: 0;
  font-size: 8px;
}
@media screen and (min-width: 450px) {
  .ndc-page-online-request-support-form-rsf .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label,
  .ndc-page-caep-application-form .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label,
  .page-node-done .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label {
    font-size: 9px;
  }
}
@media screen and (min-width: 500px) {
  .ndc-page-online-request-support-form-rsf .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label,
  .ndc-page-caep-application-form .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label,
  .page-node-done .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label {
    font-size: 10px;
  }
}
@media screen and (min-width: 550px) {
  .ndc-page-online-request-support-form-rsf .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label,
  .ndc-page-caep-application-form .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label,
  .page-node-done .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label {
    font-size: 11px;
  }
}
@media screen and (min-width: 600px) {
  .ndc-page-online-request-support-form-rsf .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label,
  .ndc-page-caep-application-form .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label,
  .page-node-done .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .ndc-page-online-request-support-form-rsf .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label,
  .ndc-page-caep-application-form .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label,
  .page-node-done .webform-progressbar-outer .webform-progressbar-page .webform-progressbar-page-label {
    font-size: 14px;
  }
}
.ndc-page-online-request-support-form-rsf .form-managed-file .form-control,
.ndc-page-caep-application-form .form-managed-file .form-control,
.page-node-done .form-managed-file .form-control {
  height: 51px;
  margin-bottom: 1em;
  width: 100%;
  padding-top: 11px;
}
.ndc-page-online-request-support-form-rsf .form-managed-file .form-control a,
.ndc-page-caep-application-form .form-managed-file .form-control a,
.page-node-done .form-managed-file .form-control a,
.ndc-page-online-request-support-form-rsf .form-managed-file .form-control img,
.ndc-page-caep-application-form .form-managed-file .form-control img,
.page-node-done .form-managed-file .form-control img {
  position: relative;
  top: 4px;
}
.ndc-page-online-request-support-form-rsf label[for="edit-submitted-upload-supporting-documents-upload"],
.ndc-page-caep-application-form label[for="edit-submitted-upload-supporting-documents-upload"],
.page-node-done label[for="edit-submitted-upload-supporting-documents-upload"] {
  display: block;
}
.ndc-page-online-request-support-form-rsf #edit-submitted-upload-supporting-documents-remove-button,
.ndc-page-caep-application-form #edit-submitted-upload-supporting-documents-remove-button,
.page-node-done #edit-submitted-upload-supporting-documents-remove-button,
.ndc-page-online-request-support-form-rsf #edit-submitted-upload-supporting-documents-upload-button,
.ndc-page-caep-application-form #edit-submitted-upload-supporting-documents-upload-button,
.page-node-done #edit-submitted-upload-supporting-documents-upload-button {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (min-width: 768px) {
  .ndc-page-online-request-support-form-rsf #edit-submitted-upload-supporting-documents-remove-button,
  .ndc-page-caep-application-form #edit-submitted-upload-supporting-documents-remove-button,
  .page-node-done #edit-submitted-upload-supporting-documents-remove-button,
  .ndc-page-online-request-support-form-rsf #edit-submitted-upload-supporting-documents-upload-button,
  .ndc-page-caep-application-form #edit-submitted-upload-supporting-documents-upload-button,
  .page-node-done #edit-submitted-upload-supporting-documents-upload-button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.home-news {
  margin-top: 6rem;
  color: #000;
  position: relative;
  margin-bottom: 3rem;
}
.home-news h4 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #0265b5;
}
.home-news .btn--green {
  margin-top: -2rem;
}
@media (min-width: 992px) {
  .home-news .btn--green {
    margin-top: 2rem;
  }
}
.tools {
  margin-bottom: 3rem;
}
.tools h4 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: #003c55;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.tools-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 1.5rem;
  margin-bottom: 3rem;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tools-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .tools-item {
    padding: 3.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.tools-item--green {
  background-color: #339b5f;
}
.tools-item--blue {
  background-color: #33a7d7;
}
.tools-item--dirtyblue {
  background-color: #97bfd4;
}
.tools-item img {
  width: 12rem;
  height: auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .tools-item img {
    width: 14.2rem;
    height: auto;
    margin-bottom: 0;
    margin-right: 3.5rem;
  }
}
.tools-item h5 {
  font-size: 2rem;
  line-height: 1.17;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .tools-item h5 {
    font-size: 2.7rem;
  }
}
.tools-item p {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.17;
}
@media (min-width: 992px) {
  .tools-item p {
    font-size: 2.25rem;
    width: 80%;
  }
}
.tools-item a {
  width: 100%;
  height: 4rem;
  background-color: #008237;
  border: 2px solid #fff;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.8rem 0 0 0;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
}
@media (min-width: 992px) {
  .tools-item a {
    width: 28rem;
    font-size: 1.35rem;
  }
}
.tools-item a:hover {
  background-color: #fff;
  color: #008237;
  border: 2px solid #008237;
}
.node-type-toolbox {
  display: none;
}
.facts {
  margin-bottom: 3rem;
}
.facts h4 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: #003c55;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.facts h6 {
  font-size: 2.25rem;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.17;
  margin-top: 2rem;
  color: #7c6e66;
}
@media (min-width: 992px) {
  .facts h6 {
    width: 40%;
  }
}
.facts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 1.5rem;
  margin-bottom: 3rem;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #003c55;
}
@media (min-width: 992px) {
  .facts-item {
    width: 48.5%;
    padding: 3.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.facts-item img {
  width: 12rem;
  height: auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .facts-item img {
    width: 16.5rem;
    height: auto;
    margin-bottom: 0;
    margin-right: 3.5rem;
  }
}
.facts-item h5 {
  font-size: 2rem;
  color: #003c55;
  line-height: 1.17;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .facts-item h5 {
    font-size: 2.2rem;
  }
}
.facts-item p {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 0.5rem;
  color: #7c6e66;
}
@media (min-width: 992px) {
  .facts-item p {
    font-size: 1.8rem;
  }
}
.facts-item a {
  width: 100%;
  height: 4rem;
  background-color: #008237;
  border: 2px solid #fff;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.8rem 0 0 0;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
}
@media (min-width: 992px) {
  .facts-item a {
    width: 14rem;
    font-size: 1.35rem;
  }
}
.facts-item a:hover {
  background-color: #fff;
  color: #008237;
  border: 2px solid #008237;
}
.kp-featured {
  margin-bottom: 3rem;
}
.kp-featured h4 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: #003c55;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.kp-featured h6 {
  font-size: 2.25rem;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.17;
  margin-top: 2rem;
  color: #7c6e66;
}
@media (min-width: 992px) {
  .kp-featured h6 {
    width: 40%;
  }
}
.kp-featured-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 1.5rem;
  margin-bottom: 3rem;
  color: #fff;
  border: 1px solid #003c55;
}
@media (min-width: 992px) {
  .kp-featured-item {
    width: 48.5%;
    padding: 3.5rem;
  }
}
.kp-featured-item__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.kp-featured-item__wrap img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.kp-featured-item__desc {
  margin-bottom: auto;
}
.kp-featured-item h5 {
  font-size: 2rem;
  margin-top: 3rem;
  color: #003c55;
  line-height: 1.17;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .kp-featured-item h5 {
    font-size: 2.2rem;
  }
}
.kp-featured-item p {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 0.5rem;
  color: #7c6e66;
  font-weight: 500;
}
@media (min-width: 992px) {
  .kp-featured-item p {
    font-size: 1.8rem;
    width: 80%;
  }
}
.kp-featured-item a {
  width: 100%;
  height: 4rem;
  background-color: #008237;
  border: 2px solid #fff;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.8rem 0 0 0;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
}
@media (min-width: 992px) {
  .kp-featured-item a {
    width: 14rem;
    font-size: 1.35rem;
  }
}
.kp-featured-item a:hover {
  background-color: #fff;
  color: #008237;
  border: 2px solid #008237;
}
.kp-search {
  margin-bottom: 3rem;
}
.kp-search h4 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: #003c55;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.kp-search h6 {
  font-size: 2.25rem;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.17;
  margin-top: 2rem;
  color: #003c55;
}
@media (min-width: 992px) {
  .kp-search h6 {
    width: 40%;
  }
}
.kp-search__form {
  margin-bottom: 3.5rem;
  width: 100%;
  position: relative;
}
.kp-search__form input {
  width: 100%;
  outline: none;
  border: 0;
  border-bottom: 1px solid #808080;
  color: #003c55;
  font-size: 1.8rem;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-bottom: 2px;
}
.kp-search__form input::-webkit-input-placeholder {
  color: #008237;
}
.kp-search__form input:-ms-input-placeholder {
  color: #008237;
}
.kp-search__form input::-ms-input-placeholder {
  color: #008237;
}
.kp-search__form input::placeholder {
  color: #008237;
}
.kp-search__form button {
  position: absolute;
  right: 0;
  bottom: 3px;
  border: 0;
  cursor: pointer;
  background-color: inherit;
}
.kp-search__form button:hover svg {
  fill: #152864;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.kp-search__form button svg {
  fill: #008237;
  height: 2rem;
  width: 2rem;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.tools-hero--blue {
  color: #32a7d7;
}
.tools-hero--green {
  color: #329b5e;
}
@media (min-width: 992px) {
  .tools-hero [class^="col"] {
    min-height: 50vw;
  }
}
@media (min-width: 1200px) {
  .tools-hero [class^="col"] {
    max-height: 100vh;
  }
}
.tools-hero [class^="col"]:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .tools-hero [class^="col"]:first-child {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .tools-hero [class^="col"]:first-child {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
.tools-hero [class^="col"]:first-child * {
  max-width: 90%;
}
@media (min-width: 1200px) {
  .tools-hero [class^="col"]:first-child * {
    max-width: 45rem;
  }
}
.tools-hero__title {
  text-transform: uppercase;
  color: currentColor;
  font-size: 3.2rem;
}
@media (min-width: 992px) {
  .tools-hero__title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .tools-hero__title {
    font-size: 5.2rem;
  }
}
.tools-hero__desc {
  color: #808080;
  font-weight: 400;
  line-height: 1.7;
  font-size: 1.6rem;
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .tools-hero__desc {
    font-size: 1.7rem;
    margin-top: 4rem;
  }
}
.tools-hero__desc a {
  color: currentColor;
  margin-left: 5px;
  cursor: pointer;
}
.tools-hero__button {
  margin: 3rem 0 3rem;
  text-transform: uppercase;
  background-color: #008237;
  border: 2px solid #fff;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.35rem;
  padding: 0.8rem 1.6rem;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
  min-width: 14.6rem;
}
@media (min-width: 992px) {
  .tools-hero__button {
    margin-bottom: auto;
  }
}
@media (min-width: 1200px) {
  .tools-hero__button {
    margin-top: 4rem;
  }
}
.tools-hero__button:hover {
  opacity: 0.8;
}
.tools-hero__question {
  font-size: 1.4rem;
  color: #000;
}
@media (min-width: 992px) {
  .tools-hero__question {
    font-size: 1.6rem;
    margin: 4rem 0 0.5rem;
  }
}
@media (min-width: 1200px) {
  .tools-hero__question {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.tools-hero__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tools-hero__form form {
  width: 100%;
}
.tools-hero__search {
  position: relative;
  border-bottom: 1px solid rgba(21,40,100,0.2);
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  color: #959595;
}
.tools-hero__search input {
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  height: 44px;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  outline: none;
}
@media (min-width: 992px) {
  .tools-hero__search input {
    font-size: 1.6rem;
  }
}
.tools-hero__search input:focus {
  color: currentColor;
  width: 150px;
  padding-right: 30px;
}
@media (min-width: 576px) {
  .tools-hero__search input:focus {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .tools-hero__search input:focus {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .tools-hero__search input:focus {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tools-hero__search input {
    color: currentColor;
    width: 100%;
  }
  .tools-hero__search input::-webkit-input-placeholder {
    opacity: 1;
  }
  .tools-hero__search input:-ms-input-placeholder {
    opacity: 1;
  }
  .tools-hero__search input::-ms-input-placeholder {
    opacity: 1;
  }
  .tools-hero__search input::placeholder {
    opacity: 1;
  }
}
.tools-hero__search svg {
  position: absolute;
  top: 48%;
  width: 18px;
  height: 18px;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: currentColor;
}
.tools-hero__color-square {
  background-color: currentColor;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 2rem;
  min-height: 100%;
}
@media (min-width: 992px) {
  .tools-hero__color-square {
    padding: 0 6rem 4rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    margin-right: -50vw;
    width: 50vw;
    min-height: 50vw;
    min-height: 100%;
  }
}
.tools-hero__img-wrapper {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.tools-hero__img-wrapper img {
  width: 80%;
  height: auto;
}
.tools-hero__logos-title {
  color: rgba(255,255,255,0.8);
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .tools-hero__logos-title {
    font-size: 1.8rem;
  }
}
.tools-hero__logos-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
.tools-hero__logos-images img {
  display: block;
  width: 40%;
  height: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5%;
}
@media (min-width: 768px) {
  .tools-hero__logos-images img {
    width: 20%;
  }
}
.stay-in-the-know-wrapper {
  background: #8d2b8b;
  padding-top: 50px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .stay-in-the-know-wrapper {
    padding-bottom: 10px;
  }
}
#group-stay-in-the-know {
  min-height: 300px;
  width: calc(100% - 42px);
  margin: 0 auto;
}
@media (min-width: 576px) {
  #group-stay-in-the-know {
    max-width: 498px;
  }
}
@media (min-width: 768px) {
  #group-stay-in-the-know {
    max-width: 688px;
  }
}
@media (min-width: 992px) {
  #group-stay-in-the-know {
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  #group-stay-in-the-know {
    max-width: 1109px;
  }
}
@media (min-width: 1280px) {
  #group-stay-in-the-know {
    max-width: 1131px;
  }
}
#group-stay-in-the-know h4 {
  color: #fff;
}
#group-stay-in-the-know h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  margin-top: -10px;
  max-width: 600px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #group-stay-in-the-know h5 {
    margin-bottom: 5px;
  }
}
#group-stay-in-the-know input {
  background: #8d2b8b;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  padding-left: 0;
  padding-top: 22px;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#group-stay-in-the-know input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
#group-stay-in-the-know input:-ms-input-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
#group-stay-in-the-know input::-ms-input-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
#group-stay-in-the-know input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
#group-stay-in-the-know .webform-client-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 10px);
  overflow: hidden;
  margin-top: -20px;
}
@media only screen and (min-width: 992px) {
  #group-stay-in-the-know .webform-client-form > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    top: 50px;
    margin-bottom: -40px;
  }
}
#group-stay-in-the-know .webform-client-form > div .form-item {
  color: #fff;
  border-bottom: 1px solid #fff;
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  #group-stay-in-the-know .webform-client-form > div .form-item {
    min-width: 150px;
    margin-top: 29px;
  }
}
@media only screen and (min-width: 992px) {
  #group-stay-in-the-know .webform-client-form > div .form-item {
    min-width: 220px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #group-stay-in-the-know .webform-client-form > div .form-item {
    min-width: 290px;
  }
}
#group-stay-in-the-know .webform-client-form .form-actions button {
  padding: unset;
  margin-top: 25px;
  padding: 0.5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #8d2b8b;
  width: 100%;
  position: relative;
  top: 5px;
}
#group-stay-in-the-know div.form-actions button.webform-submit {
  border: none;
  border-radius: 0;
  background: #fff;
  color: $color-event-purple;
  width: 105px;
  width: 100%;
  font-size: 14px;
  padding: 11px 20px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  #group-stay-in-the-know div.form-actions button.webform-submit {
    position: relative;
    top: 17px;
  }
}
.stay-in-the-know-wrapper.interior-pages {
  padding-top: 20px;
  padding-bottom: 20px;
}
.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages {
  display: block;
  min-height: 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages {
    max-width: 498px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages {
    max-width: 688px;
  }
}
@media (min-width: 992px) {
  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 890px;
  }
}
@media (min-width: 1200px) {
  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages {
    max-width: 1109px;
  }
}
@media (min-width: 1280px) {
  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages {
    max-width: 1131px;
  }
}
.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages h5 {
  color: #fff;
  line-height: 20px;
}
.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 input {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #fff;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 0;
  padding-top: 22px;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 input {
    margin-top: 15px;
  }
}
.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 input::-webkit-input-placeholder {
  color: #fff;
}
.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 input:-ms-input-placeholder {
  color: #fff;
}
.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 input::-ms-input-placeholder {
  color: #fff;
}
.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 input::placeholder {
  color: #fff;
}
.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 input.form-control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 label.control-label {
  color: #fff;
}
.stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 button.webform-submit {
  border: none;
  border-radius: 0;
  background: #fff;
  color: #8d2b8b;
  width: 105px;
  width: 100%;
  font-size: 14px;
  padding: 11px 20px;
  margin-bottom: 5px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 button.webform-submit {
    position: relative;
    top: 17px;
  }
}
@media (min-width: 992px) {
  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages .webform-client-form > div {
    top: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages .webform-client-form > div div.form-item {
    min-width: 0px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 30px;
  }
  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages h5 {
    text-align: left;
    width: 40%;
    margin-bottom: 0px;
    margin-right: 40px;
  }
  .stay-in-the-know-wrapper.interior-pages #group-stay-in-the-know-interior-pages form#webform-client-form-24847 {
    width: 90%;
  }
}
.form-item.webform-component.webform-component-email.webform-component--email.form-group.has-error.form-item.form-item-submitted-email.form-type-webform-email.form-group.error-processed::after {
  content: "This email has already been submitted for the monthly newsletter.";
  display: block;
  color: #fff;
  text-align: left;
  margin-top: 24px;
  border: 1px solid #fff;
  padding: 10px;
  font-size: 14px;
}
.form-item.webform-component.webform-component-email.webform-component--email.form-group.has-error.form-item.form-item-submitted-email.form-type-webform-email.form-group.error-processed input {
  color: #ff0;
}
.front .form-item.webform-component.webform-component-email.webform-component--email.form-group.has-error.form-item.form-item-submitted-email.form-type-webform-email.form-group.error-processed::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-top: 0px;
}
.events-page-container,
.country-page-container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 50px auto;
}
@media (min-width: 576px) {
  .events-page-container,
  .country-page-container {
    max-width: 535px;
  }
}
@media (min-width: 768px) {
  .events-page-container,
  .country-page-container {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .events-page-container,
  .country-page-container {
    max-width: 932px;
  }
}
@media (min-width: 1200px) {
  .events-page-container,
  .country-page-container {
    max-width: 1151px;
  }
}
@media (min-width: 1280px) {
  .events-page-container,
  .country-page-container {
    max-width: 1170px;
  }
}
.events-page-container .events-header,
.country-page-container .events-header {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.events-page-container .events-header h1,
.country-page-container .events-header h1 {
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
  color: #162a62;
  padding-bottom: 50px;
  padding-top: 5px;
}
.events-page-container .highlighted-events,
.country-page-container .highlighted-events {
  position: relative;
  top: 170px;
  margin-bottom: 210px;
}
.events-page-container .highlighted-events h1,
.country-page-container .highlighted-events h1 {
  color: #162a62;
  font-size: 24px;
  padding-bottom: 30px;
}
.events-page-container .upcoming-events,
.country-page-container .upcoming-events,
.events-page-container .events-list,
.country-page-container .events-list {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 50px;
}
.events-page-container .upcoming-events .view-content,
.country-page-container .upcoming-events .view-content,
.events-page-container .events-list .view-content,
.country-page-container .events-list .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .events-page-container .upcoming-events .view-content,
  .country-page-container .upcoming-events .view-content,
  .events-page-container .events-list .view-content,
  .country-page-container .events-list .view-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.events-page-container .upcoming-events .view-content .upcoming-event,
.country-page-container .upcoming-events .view-content .upcoming-event,
.events-page-container .events-list .view-content .upcoming-event,
.country-page-container .events-list .view-content .upcoming-event {
  border: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .events-page-container .upcoming-events .view-content .upcoming-event,
  .country-page-container .upcoming-events .view-content .upcoming-event,
  .events-page-container .events-list .view-content .upcoming-event,
  .country-page-container .events-list .view-content .upcoming-event {
    width: calc(100% - 20px);
    margin: 0px auto 20px;
  }
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header.conference,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header.conference,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-header.conference,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-header.conference {
  background: #a7252b;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header.workshop,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header.workshop,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-header.workshop,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-header.workshop {
  background: #2f5c74;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header.webinar,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header.webinar,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-header.webinar,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-header.webinar {
  background: #416100;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header.press,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header.press,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-header.press,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-header.press {
  background: #6b5400;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-header,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-header {
  padding: 20px 20px 20px 20px;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-type h2,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-type h2,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-type h2,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-type h2,
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-date h2,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-date h2,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-date h2,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-date h2 {
  color: #fff;
  line-height: 15px;
}
@media (min-width: 992px) {
  .events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-type h2,
  .country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-type h2,
  .events-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-type h2,
  .country-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-type h2,
  .events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-date h2,
  .country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-date h2,
  .events-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-date h2,
  .country-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-date h2 {
    margin-bottom: 4px;
  }
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-type,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-type,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-type,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-type {
  margin-bottom: 4px;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-type h2,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-type h2,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-type h2,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-type h2 {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-date,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-date,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-date,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-date h2,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-header .upcoming-event-date h2,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-date h2,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-header .upcoming-event-date h2 {
  font-size: 18px;
  margin-right: 6px;
  margin-top: 4px;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-content,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-content {
  padding: 20px 20px;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-location h3,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-location h3,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-location h3,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-location h3 {
  color: #162a62;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-title h2,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-title h2,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-title h2,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-title h2 {
  color: #162a62;
  font-size: 18px;
  margin-bottom: 10px;
  min-height: 45px;
  line-height: 15px;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-body,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-body,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-body,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-body {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 35px;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-body p,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-body p,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-body p,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-body p {
  line-height: 26px;
  color: #7c6e66;
  font-size: 14px;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .link-wrapper,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .link-wrapper,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .link-wrapper,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .link-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .link-wrapper .upcoming-link-to-event,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .link-wrapper .upcoming-link-to-event,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .link-wrapper .upcoming-link-to-event,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .link-wrapper .upcoming-link-to-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #008000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  margin-right: 25px;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .link-wrapper .upcoming-link-to-event a,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .link-wrapper .upcoming-link-to-event a,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .link-wrapper .upcoming-link-to-event a,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .link-wrapper .upcoming-link-to-event a {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .upcoming-event-share-button,
  .country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .upcoming-event-share-button,
  .events-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .upcoming-event-share-button,
  .country-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .upcoming-event-share-button {
    display: none;
  }
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .upcoming-event-share-button img,
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .upcoming-event-share-button img,
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .upcoming-event-share-button img,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons .upcoming-event-share-button img {
  width: 30px;
  height: auto;
  margin-top: 6px;
}
.events-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons input[type="image"],
.country-page-container .upcoming-events .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons input[type="image"],
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons input[type="image"],
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-content .upcoming-event-buttons input[type="image"] {
  width: 30px;
  height: auto;
  margin-top: 5px;
  margin-left: 10px;
}
.events-page-container .events-list,
.country-page-container .events-list {
  border-bottom: none;
}
.events-page-container .events-list .view-content,
.country-page-container .events-list .view-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.events-page-container .events-list .view-content .upcoming-event,
.country-page-container .events-list .view-content .upcoming-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .events-page-container .events-list .view-content .upcoming-event,
  .country-page-container .events-list .view-content .upcoming-event {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-header,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-header {
  min-width: 180px;
}
.events-page-container .events-list .view-content .upcoming-event .upcoming-event-date,
.country-page-container .events-list .view-content .upcoming-event .upcoming-event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (min-width: 992px) {
  .events-page-container .events-list .view-content .upcoming-event .upcoming-event-date,
  .country-page-container .events-list .view-content .upcoming-event .upcoming-event-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.events-page-container .events-list span.period,
.country-page-container .events-list span.period {
  display: none;
}
.events-page-container .search-events-container .pagination .pager-last,
.country-page-container .search-events-container .pagination .pager-last,
.events-page-container .search-events-container .pagination .pager-first,
.country-page-container .search-events-container .pagination .pager-first {
  display: none;
}
.events-page-container .search-events-container .pagination li:not(.prev):not(.next),
.country-page-container .search-events-container .pagination li:not(.prev):not(.next) {
  width: 10px;
}
.events-page-container .search-events-container .pagination li.active,
.country-page-container .search-events-container .pagination li.active {
  font-weight: 900;
}
.events-page-container .search-events-container .pagination li span,
.country-page-container .search-events-container .pagination li span,
.events-page-container .search-events-container .pagination li a,
.country-page-container .search-events-container .pagination li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background: none;
  color: #1793cb;
}
.events-page-container .search-events-container .pagination li.prev a,
.country-page-container .search-events-container .pagination li.prev a {
  margin-right: -20px;
}
.events-page-container .search-events-container label[for="edit-field-event-type-tid"],
.country-page-container .search-events-container label[for="edit-field-event-type-tid"],
.events-page-container .search-events-container label[for="edit-event-type"],
.country-page-container .search-events-container label[for="edit-event-type"] {
  font-size: 14px;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 992px) {
  .events-page-container .search-events-container label[for="edit-field-event-type-tid"],
  .country-page-container .search-events-container label[for="edit-field-event-type-tid"],
  .events-page-container .search-events-container label[for="edit-event-type"],
  .country-page-container .search-events-container label[for="edit-event-type"] {
    margin-top: 5px;
  }
}
.events-page-container .search-events-container #edit-calendar-date-range-wrapper,
.country-page-container .search-events-container #edit-calendar-date-range-wrapper {
  margin-top: -38px;
}
.events-page-container .search-events-container #edit-feed-date-range-wrapper .views-widget,
.country-page-container .search-events-container #edit-feed-date-range-wrapper .views-widget,
.events-page-container .search-events-container #edit-calendar-date-range-wrapper .views-widget,
.country-page-container .search-events-container #edit-calendar-date-range-wrapper .views-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.events-page-container .search-events-container #edit-feed-date-range-wrapper label[for="edit-feed-date-range"],
.country-page-container .search-events-container #edit-feed-date-range-wrapper label[for="edit-feed-date-range"],
.events-page-container .search-events-container #edit-calendar-date-range-wrapper label[for="edit-feed-date-range"],
.country-page-container .search-events-container #edit-calendar-date-range-wrapper label[for="edit-feed-date-range"],
.events-page-container .search-events-container #edit-feed-date-range-wrapper label[for="edit-calendar-date-range"],
.country-page-container .search-events-container #edit-feed-date-range-wrapper label[for="edit-calendar-date-range"],
.events-page-container .search-events-container #edit-calendar-date-range-wrapper label[for="edit-calendar-date-range"],
.country-page-container .search-events-container #edit-calendar-date-range-wrapper label[for="edit-calendar-date-range"] {
  font-size: 14px;
  color: #162a62;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 992px) {
  .events-page-container .search-events-container #edit-feed-date-range-wrapper label[for="edit-feed-date-range"],
  .country-page-container .search-events-container #edit-feed-date-range-wrapper label[for="edit-feed-date-range"],
  .events-page-container .search-events-container #edit-calendar-date-range-wrapper label[for="edit-feed-date-range"],
  .country-page-container .search-events-container #edit-calendar-date-range-wrapper label[for="edit-feed-date-range"],
  .events-page-container .search-events-container #edit-feed-date-range-wrapper label[for="edit-calendar-date-range"],
  .country-page-container .search-events-container #edit-feed-date-range-wrapper label[for="edit-calendar-date-range"],
  .events-page-container .search-events-container #edit-calendar-date-range-wrapper label[for="edit-calendar-date-range"],
  .country-page-container .search-events-container #edit-calendar-date-range-wrapper label[for="edit-calendar-date-range"] {
    margin-bottom: 10px;
  }
}
.events-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-max-wrapper,
.country-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-max-wrapper,
.events-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-max-wrapper,
.country-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-max-wrapper,
.events-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-min-wrapper,
.country-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-min-wrapper,
.events-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-min-wrapper,
.country-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-min-wrapper {
  padding-right: 12px;
}
.events-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-max-wrapper .form-item,
.country-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-max-wrapper .form-item,
.events-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-max-wrapper .form-item,
.country-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-max-wrapper .form-item,
.events-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-min-wrapper .form-item,
.country-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-min-wrapper .form-item,
.events-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-min-wrapper .form-item,
.country-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-min-wrapper .form-item {
  width: 100%;
}
.events-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-max-wrapper .form-item .date-padding,
.country-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-max-wrapper .form-item .date-padding,
.events-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-max-wrapper .form-item .date-padding,
.country-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-max-wrapper .form-item .date-padding,
.events-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-min-wrapper .form-item .date-padding,
.country-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-min-wrapper .form-item .date-padding,
.events-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-min-wrapper .form-item .date-padding,
.country-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-min-wrapper .form-item .date-padding {
  width: 100%;
}
.events-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-max-wrapper .form-item input,
.country-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-max-wrapper .form-item input,
.events-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-max-wrapper .form-item input,
.country-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-max-wrapper .form-item input,
.events-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-min-wrapper .form-item input,
.country-page-container .search-events-container #edit-feed-date-range-wrapper #edit-field-date-range-value-min-wrapper .form-item input,
.events-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-min-wrapper .form-item input,
.country-page-container .search-events-container #edit-calendar-date-range-wrapper #edit-field-date-range-value-min-wrapper .form-item input {
  margin-bottom: 10px;
  width: 100%;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.events-page-container .search-events-container .search-all-events,
.country-page-container .search-events-container .search-all-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .events-page-container .search-events-container .search-all-events,
  .country-page-container .search-events-container .search-all-events {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .events-list,
.country-page-container .search-events-container .search-all-events#calendar-events-view .events-list {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .events-page-container .search-events-container .search-all-events#calendar-events-view .events-list,
  .country-page-container .search-events-container .search-all-events#calendar-events-view .events-list {
    margin-top: -31px;
  }
}
.events-page-container .search-events-container .search-all-events#calendar-events-view h3,
.country-page-container .search-events-container .search-all-events#calendar-events-view h3 {
  text-align: center;
  text-transform: uppercase;
  color: #162a62;
  position: relative;
  bottom: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .pagination.pull-right,
.country-page-container .search-events-container .search-all-events#calendar-events-view .pagination.pull-right {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: -57px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .pagination.pull-right a.icon-before,
.country-page-container .search-events-container .search-all-events#calendar-events-view .pagination.pull-right a.icon-before {
  margin-right: 150px;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .feed-icon,
.country-page-container .search-events-container .search-all-events#calendar-events-view .feed-icon {
  display: none;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content {
  padding-left: 11px;
  padding-right: 10px;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content table.full,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content table.full {
  height: 650px;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content thead tr th,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content thead tr th {
  background: #1793cb !important;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #1793cb;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .date-box .inner .month.day,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .date-box .inner .month.day {
  float: left;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody td.multi-day .item,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody td.multi-day .item {
  padding-left: 5px;
  padding-right: 5px;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody td.multi-day .item .view-item-calendar .calendar.monthview,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody td.multi-day .item .view-item-calendar .calendar.monthview {
  border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: -5px;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody td.multi-day .item .view-item-calendar .calendar.monthview--workshop,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody td.multi-day .item .view-item-calendar .calendar.monthview--workshop {
  background: #2f5c74;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody td.multi-day .item .view-item-calendar .calendar.monthview--press,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody td.multi-day .item .view-item-calendar .calendar.monthview--press {
  background: #6b5400;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody td.multi-day .item .view-item-calendar .calendar.monthview--conference,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody td.multi-day .item .view-item-calendar .calendar.monthview--conference {
  background: #a7252b;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody td.multi-day .item .view-item-calendar .calendar.monthview--webinar,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody td.multi-day .item .view-item-calendar .calendar.monthview--webinar {
  background: #416100;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody td.multi-day .item .view-item-calendar a,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody td.multi-day .item .view-item-calendar a {
  color: #fff;
  font-size: 12px;
  padding-top: 10px;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .stripe,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .stripe {
  display: none;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar {
  background: none;
  margin-bottom: 5px;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .calendar.monthview,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .calendar.monthview {
  background: none;
  border-radius: none;
  color: #fff;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .calendar-event-item,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .calendar-event-item {
  padding: 10px 5px 10px 8px;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .calendar-event-item a,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .calendar-event-item a {
  color: #fff;
  font-size: 12px;
  padding-left: 0;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .event-type--workshop,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .event-type--workshop {
  background: #2f5c74;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .event-type--press,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .event-type--press {
  background: #6b5400;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .event-type--conference,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .event-type--conference {
  background: #1793cb;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .event-type--webinar,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .event-type--webinar {
  background: #416100;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .cutoff,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .cutoff {
  display: none;
}
.events-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .continues,
.country-page-container .search-events-container .search-all-events#calendar-events-view .view-content tbody .item .view-item.view-item-calendar .continues {
  background: none;
  padding-right: 15px;
}
.events-page-container .search-events-container .search-header,
.country-page-container .search-events-container .search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}
.events-page-container .search-events-container .search-header h1,
.country-page-container .search-events-container .search-header h1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 24px;
  color: #162a62;
  margin-top: 5px;
}
.events-page-container .search-events-container .search-header .toggle-action,
.country-page-container .search-events-container .search-header .toggle-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 6px;
}
.events-page-container .search-events-container .search-header a.event-togglers,
.country-page-container .search-events-container .search-header a.event-togglers {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  border: 1px solid #1793cb;
  padding: 1px;
  height: 24px;
}
.events-page-container .search-events-container .search-header a.event-togglers:hover,
.country-page-container .search-events-container .search-header a.event-togglers:hover {
  text-decoration: none;
}
.events-page-container .search-events-container .search-header a.event-togglers img,
.country-page-container .search-events-container .search-header a.event-togglers img {
  width: 20px;
  height: auto;
}
.events-page-container .search-events-container .search-header a.event-togglers:first-child img,
.country-page-container .search-events-container .search-header a.event-togglers:first-child img {
  margin-top: 0.5px;
}
.events-page-container .search-events-container .search-header a.event-togglers:nth-child(2),
.country-page-container .search-events-container .search-header a.event-togglers:nth-child(2) {
  margin-left: 3px;
}
.events-page-container .search-events-container .search-header a.event-togglers.clicked-toggle-icon,
.country-page-container .search-events-container .search-header a.event-togglers.clicked-toggle-icon {
  background: #e4eef4;
}
.events-page-container .search-events-container .search-header #list-view-toggle,
.country-page-container .search-events-container .search-header #list-view-toggle {
  margin-right: -4px;
}
.events-page-container .search-events-container .exposed-search-all-events,
.country-page-container .search-events-container .exposed-search-all-events {
  width: 100%;
  margin-right: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .events-page-container .search-events-container .exposed-search-all-events,
  .country-page-container .search-events-container .exposed-search-all-events {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.events-page-container .search-events-container .exposed-search-all-events a.past-events-link,
.country-page-container .search-events-container .exposed-search-all-events a.past-events-link {
  margin-left: 20px;
  text-transform: uppercase;
}
.events-page-container .search-events-container .exposed-search-all-events a.past-events-link span,
.country-page-container .search-events-container .exposed-search-all-events a.past-events-link span {
  font-size: 12px;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets {
  background: #e4eef4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 14px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets,
  .country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets {
    width: 240px;
  }
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets input,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets input {
  background: #fff;
  border: 1px solid #d3d3d3;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-date-range-wrapper,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-date-range-wrapper {
  margin-top: -38px;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-date-range-wrapper,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-date-range-wrapper,
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-date-range-wrapper,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-date-range-wrapper {
  padding-left: 20px;
  padding-right: 7px;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-date-range-wrapper label[for="edit-feed-date-range-min"],
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-date-range-wrapper label[for="edit-feed-date-range-min"],
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-date-range-wrapper label[for="edit-feed-date-range-min"],
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-date-range-wrapper label[for="edit-feed-date-range-min"],
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-date-range-wrapper label[for="edit-feed-date-range-max"],
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-date-range-wrapper label[for="edit-feed-date-range-max"],
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-date-range-wrapper label[for="edit-feed-date-range-max"],
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-date-range-wrapper label[for="edit-feed-date-range-max"],
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-date-range-wrapper label[for="edit-calendar-date-range-max"],
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-date-range-wrapper label[for="edit-calendar-date-range-max"],
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-date-range-wrapper label[for="edit-calendar-date-range-max"],
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-date-range-wrapper label[for="edit-calendar-date-range-max"],
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-date-range-wrapper label[for="edit-calendar-date-range-min"],
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-date-range-wrapper label[for="edit-calendar-date-range-min"],
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-date-range-wrapper label[for="edit-calendar-date-range-min"],
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-date-range-wrapper label[for="edit-calendar-date-range-min"] {
  display: none;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-keyword-wrapper,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-keyword-wrapper,
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-keyword-wrapper,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-keyword-wrapper,
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-combine-wrapper,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-combine-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-keyword-wrapper #edit-feed-keyword,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-keyword-wrapper #edit-feed-keyword,
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-keyword-wrapper #edit-feed-keyword,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-keyword-wrapper #edit-feed-keyword,
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-combine-wrapper #edit-feed-keyword,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-combine-wrapper #edit-feed-keyword,
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-keyword-wrapper #edit-combine,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-feed-keyword-wrapper #edit-combine,
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-keyword-wrapper #edit-combine,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-calendar-keyword-wrapper #edit-combine,
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-combine-wrapper #edit-combine,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets #edit-combine-wrapper #edit-combine {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid {
  margin-bottom: 200px;
  padding-left: 20px;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-item,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-item {
  height: 48px;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid input[type=checkbox],
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid input[type=checkbox] {
  background: none;
  position: relative;
  top: 32px;
  height: 20px;
  width: 20px;
}
@media (min-width: 99px) {
  .events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid input[type=checkbox],
  .country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid input[type=checkbox] {
    top: 33px;
  }
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid label:nth-child(1),
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid label:nth-child(1) {
  color: #162a62;
  margin-top: 10px;
  margin-bottom: 0;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-control,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-control {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-control .bef-checkboxes,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-control .bef-checkboxes {
  margin-top: -22px;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid label.option,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid label.option {
  cursor: pointer;
  margin-left: -10px;
  padding: 10px 25px 10px 35px;
  text-transform: uppercase;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100%;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-type-bef-checkbox:nth-child(1) label.option,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-type-bef-checkbox:nth-child(1) label.option {
  background: #a7252b;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-type-bef-checkbox:nth-child(2) label.option,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-type-bef-checkbox:nth-child(2) label.option {
  background: #2f5c74;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-type-bef-checkbox:nth-child(3) label.option,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-type-bef-checkbox:nth-child(3) label.option {
  background: #416100;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-type-bef-checkbox:nth-child(4) label.option,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-type-bef-checkbox:nth-child(4) label.option {
  background: #6b5400;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .form-item-event-type,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .form-item-event-type {
  height: 48px;
}
.events-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .form-item-event-type label.event-type-selected,
.country-page-container .search-events-container .exposed-search-all-events .views-exposed-widgets .form-item-event-type label.event-type-selected {
  color: #000;
}
.events-page-container .search-events-container .help-block,
.country-page-container .search-events-container .help-block {
  display: none;
}
.events-page-container .search-events-container .search-header-description,
.country-page-container .search-events-container .search-header-description {
  margin-bottom: 2em;
}
.events-page-container .search-events-container.false,
.country-page-container .search-events-container.false {
  padding-top: 150px;
}
.past-events {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 50px auto;
}
@media (min-width: 576px) {
  .past-events {
    max-width: 535px;
  }
}
@media (min-width: 768px) {
  .past-events {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .past-events {
    max-width: 932px;
  }
}
@media (min-width: 1200px) {
  .past-events {
    max-width: 1151px;
  }
}
@media (min-width: 1280px) {
  .past-events {
    max-width: 1170px;
  }
}
.past-events .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 15px;
}
.past-events .breadcrumbs .breadcrumb {
  padding-left: 0;
  text-transform: uppercase;
  background: none;
}
.past-events .breadcrumbs .breadcrumb .delimiter:nth-child(2),
.past-events .breadcrumbs .breadcrumb a {
  color: #1793cb;
}
.past-events .breadcrumbs .breadcrumb .delimiter:nth-child(4),
.past-events .breadcrumbs .breadcrumb span.last {
  color: #d3d3d3;
}
.past-events .breadcrumbs .homepage,
.past-events .breadcrumbs .homepage a,
.past-events .breadcrumbs .events-link,
.past-events .breadcrumbs .events-link a {
  color: #1793cb;
  font-size: 10px;
  font-weight: 900;
}
@media only screen and (min-width: 992px) {
  .past-events .breadcrumbs .homepage,
  .past-events .breadcrumbs .homepage a,
  .past-events .breadcrumbs .events-link,
  .past-events .breadcrumbs .events-link a {
    font-size: 12px;
  }
}
.past-events .breadcrumbs .event-breadcrumb {
  color: #d3d3d3;
  font-size: 10px;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .past-events .breadcrumbs .event-breadcrumb {
    font-size: 12px;
  }
}
.past-events .breadcrumbs span.glyphicon {
  font-size: 8px;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .past-events .breadcrumbs span.glyphicon {
    font-size: 10px;
  }
}
.past-events .past-events-title-container {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 50px;
  position: absolute;
  left: 0;
  width: 100%;
}
.past-events .past-events-title-container h1 {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #162a62;
}
.past-events .inner-wrapper-past {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .past-events .inner-wrapper-past {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.past-events .inner-wrapper-past .filters {
  margin-top: 151px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: -120px;
}
@media only screen and (min-width: 992px) {
  .past-events .inner-wrapper-past .filters {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 50px;
    margin-right: 20px;
  }
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets {
  background: #e4eef4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 14px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .past-events .inner-wrapper-past .filters .views-exposed-widgets {
    width: 240px;
  }
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets input {
  background: #fff;
  border: 1px solid #d3d3d3;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets label[for="edit-field-event-type-tid"] {
  font-size: 14px;
  margin-top: 10px;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets #edit-field-event-type-tid-wrapper .form-item {
  height: 48px;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets #edit-field-date-range-value-wrapper {
  padding-left: 20px;
  padding-right: 7px;
  margin-bottom: 0px;
  margin-top: -42px;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets #edit-field-date-range-value-wrapper label[for="edit-field-date-range-value"] {
  color: #162a62;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .past-events .inner-wrapper-past .filters .views-exposed-widgets #edit-field-date-range-value-wrapper label[for="edit-field-date-range-value"] {
    margin-bottom: 10px;
  }
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets #edit-field-date-range-value-wrapper .views-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 12px;
}
@media only screen and (min-width: 992px) {
  .past-events .inner-wrapper-past .filters .views-exposed-widgets #edit-field-date-range-value-wrapper .views-widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets #edit-field-date-range-value-wrapper .views-widget .form-item {
  width: 100%;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets #edit-field-date-range-value-wrapper .views-widget .form-item .date-padding {
  width: 100%;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets #edit-field-date-range-value-wrapper .views-widget .form-item .date-padding input {
  width: 100%;
  margin-bottom: 10px;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets #edit-field-date-range-value-wrapper .views-widget .form-item label[for="edit-field-date-range-value-min"],
.past-events .inner-wrapper-past .filters .views-exposed-widgets #edit-field-date-range-value-wrapper .views-widget .form-item label[for="edit-field-date-range-value-max"] {
  display: none;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets #edit-feed-keyword-wrapper,
.past-events .inner-wrapper-past .filters .views-exposed-widgets #edit-calendar-keyword-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets .views-widget-filter-field_event_type_tid {
  margin-bottom: 200px;
  padding-left: 20px;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets .views-widget-filter-field_event_type_tid input[type=checkbox] {
  background: none;
  position: relative;
  top: 31px;
  height: 20px;
  width: 20px;
}
@media (min-width: 99px) {
  .past-events .inner-wrapper-past .filters .views-exposed-widgets .views-widget-filter-field_event_type_tid input[type=checkbox] {
    top: 33px;
  }
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets .views-widget-filter-field_event_type_tid label:nth-child(1) {
  color: #162a62;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-control {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-control .bef-checkboxes {
  margin-top: -26px;
  margin-bottom: -200px;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets .views-widget-filter-field_event_type_tid label.option {
  margin-left: -10px;
  padding: 10px 25px 10px 35px;
  text-transform: uppercase;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100%;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-type-bef-checkbox label.option {
  margin-bottom: -50px;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-type-bef-checkbox:nth-child(1) label.option {
  background: #a7252b;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-type-bef-checkbox:nth-child(2) label.option {
  background: #2f5c74;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-type-bef-checkbox:nth-child(3) label.option {
  background: #416100;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets .views-widget-filter-field_event_type_tid .form-type-bef-checkbox:nth-child(4) label.option {
  background: #6b5400;
}
.past-events .inner-wrapper-past .filters .views-exposed-widgets .views-widget-filter-field_event_type_tid label.event-type-selected {
  color: #000;
}
.past-events .inner-wrapper-past .help-block {
  display: none;
}
.past-events .inner-wrapper-past .past-event-list {
  margin-top: 150px;
}
.past-events .inner-wrapper-past .past-event-list .past-event {
  border: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .past-events .inner-wrapper-past .past-event-list .past-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-header {
  padding: 20px 20px 20px 20px;
}
@media only screen and (min-width: 992px) {
  .past-events .inner-wrapper-past .past-event-list .past-event .past-event-header {
    min-width: 170px;
  }
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-header .past-event-type h2,
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-header .past-event-date h2 {
  color: #fff;
}
@media (min-width: 992px) {
  .past-events .inner-wrapper-past .past-event-list .past-event .past-event-header .past-event-type h2,
  .past-events .inner-wrapper-past .past-event-list .past-event .past-event-header .past-event-date h2 {
    margin-bottom: 4px;
  }
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-header .past-event-type {
  margin-bottom: 4px;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-header .past-event-type h2 {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-header .past-event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .past-events .inner-wrapper-past .past-event-list .past-event .past-event-header .past-event-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-header .past-event-date h2 {
  font-size: 18px;
  margin-right: 6px;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-header.conference {
  background: #a7252b;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-header.workshop {
  background: #2f5c74;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-header.webinar {
  background: #416100;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-header.press {
  background: #6b5400;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-content {
  padding: 20px 20px;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-content .past-location h3 {
  color: #162a62;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-content .past-title h2 {
  color: #162a62;
  font-size: 18px;
  margin-bottom: 10px;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-content .past-body {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 35px;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-content .past-body p {
  line-height: 26px;
  color: #7c6e66;
  font-size: 14px;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-content .past-event-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-content .past-event-buttons .link-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-content .past-event-buttons .link-wrapper .past-link-to-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #008000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  margin-right: 25px;
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-content .past-event-buttons .link-wrapper .past-link-to-event a {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .past-events .inner-wrapper-past .past-event-list .past-event .past-event-content .past-event-buttons .past-event-share-button {
    display: none;
  }
}
.past-events .inner-wrapper-past .past-event-list .past-event .past-event-content .past-event-buttons .past-event-share-button img {
  width: 30px;
  height: auto;
  margin-top: 6px;
}
.past-events .inner-wrapper-past .past-event-list .pagination .pager-last,
.past-events .inner-wrapper-past .past-event-list .pagination .pager-first {
  display: none;
}
.past-events .inner-wrapper-past .past-event-list .pagination li:not(.prev):not(.next) {
  width: 10px;
}
.past-events .inner-wrapper-past .past-event-list .pagination li.active {
  font-weight: 900;
}
.past-events .inner-wrapper-past .past-event-list .pagination li span,
.past-events .inner-wrapper-past .past-event-list .pagination li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background: none;
  color: #1793cb;
}
.past-events .inner-wrapper-past .past-event-list .pagination li.prev a {
  margin-right: -20px;
}
.stay-in-the-know-wrapper .webform-progressbar {
  display: none;
}
html {
  overflow-x: hidden;
}
.news-inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 50px auto;
}
@media (min-width: 576px) {
  .news-inner {
    max-width: 535px;
  }
}
@media (min-width: 768px) {
  .news-inner {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .news-inner {
    max-width: 932px;
  }
}
@media (min-width: 1200px) {
  .news-inner {
    max-width: 1151px;
  }
}
@media (min-width: 1280px) {
  .news-inner {
    max-width: 1170px;
  }
}
.news-inner .news-header {
  position: absolute;
  border-bottom: 1px solid #d3d3d3;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.news-inner .news-header .news-title h1 {
  text-align: center;
  color: #162a62;
  padding-bottom: 53px;
}
.news-inner .news-header .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20px;
  margin: 15px auto 5px auto;
  font-size: 12px;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media (min-width: 576px) {
  .news-inner .news-header .breadcrumbs {
    max-width: 535px;
  }
}
@media (min-width: 768px) {
  .news-inner .news-header .breadcrumbs {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .news-inner .news-header .breadcrumbs {
    max-width: 932px;
  }
}
@media (min-width: 1200px) {
  .news-inner .news-header .breadcrumbs {
    max-width: 1151px;
  }
}
@media (min-width: 1280px) {
  .news-inner .news-header .breadcrumbs {
    max-width: 1170px;
  }
}
.news-inner .news-header .breadcrumbs a {
  color: #1793cb;
}
.news-inner .news-header .breadcrumbs a span {
  font-size: 10px;
  color: #d3d3d3;
  margin-right: 2px;
}
.news-inner .news-header .breadcrumbs .events-link {
  color: #d3d3d3;
}
.news-inner .news-content {
  padding-top: 200px;
}
.news-inner .news-content .news-content-header {
  margin-bottom: 20px;
}
.news-inner .news-content .news-content-header h3 {
  color: #162a62;
}
.news-inner .news-content .news-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .news-inner .news-content .news-content-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .news-inner .news-content .news-content-inner .news-filters {
    margin-right: 20px;
  }
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets {
  background: #e4eef4;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets {
    width: 240px;
  }
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets label {
  text-transform: uppercase;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets .form-item-items-per-page label.control-label {
  display: block !important;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets label.control-label {
  display: none;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets .help-block {
  display: none;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets input {
  background: #fff;
  border: 1px solid #d3d3d3;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-keyword-filter-wrapper {
  margin-bottom: 20px;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets label[for="edit-keys"] {
  display: none;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets label[for="edit-article-type-filter"],
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets label[for="edit-article-date-filter"] {
  color: #162a62;
  font-size: 14px;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets label[for="edit-article-type-filter"] {
  margin-top: 20px;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-type-filter-wrapper {
  margin-bottom: 280px;
  margin-left: -12px;
  margin-top: -12px;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-type-filter-wrapper label[for="edit-article-type-filter"] {
  margin-left: 12px;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-type-filter-wrapper .form-control {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-type-filter-wrapper .form-control label {
  color: #fff;
  padding: 10px 25px 5px 25px;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-type-filter-wrapper .form-control .form-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-type-filter-wrapper .form-control .form-item input {
  width: 20px;
  margin-left: 10px;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-type-filter-wrapper .form-control .form-item label.option {
  padding-left: 5px;
  padding-right: 5px;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-type-filter-wrapper .form-control .form-item:nth-child(1) {
  background: #2f5c74;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-type-filter-wrapper .form-control .form-item:nth-child(2) {
  background: #a7252b;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-type-filter-wrapper .form-control .form-item:nth-child(3) {
  background: #6b5400;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-type-filter-wrapper .form-control .form-item:nth-child(4) {
  background: #416100;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-type-filter-wrapper .form-control .form-item:nth-child(5) {
  background: #f8aa00;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-type-filter-wrapper .form-control .form-item:nth-child(6) {
  background: #7b0051;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-date-filter-wrapper {
  margin-top: 5px;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-date-filter-wrapper #edit-article-date-filter-min,
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-date-filter-wrapper #edit-article-date-filter-max {
  width: 100%;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-date-filter-wrapper .form-item {
  width: 100%;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-date-filter-wrapper input {
  margin-bottom: 10px;
  width: 100%;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets #edit-article-date-filter-wrapper label {
  margin-bottom: 12px;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets .views-widget-sort-by {
  display: none;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets .views-widget-sort-order {
  position: absolute;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 440px;
  margin-left: -37px;
}
@media (min-width: 992px) {
  .news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets .views-widget-sort-order {
    margin-top: -75px;
    width: 939px;
  }
}
@media (min-width: 1200px) {
  .news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets .views-widget-sort-order {
    width: 1159px;
  }
}
@media (min-width: 1280px) {
  .news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets .views-widget-sort-order {
    width: 1178px;
  }
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets .views-widget-sort-order .form-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets .views-widget-sort-order .form-item select {
  background-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: none;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #1793cb;
  background-image: -o-linear-gradient(45deg, transparent 50%, #1793cb 50%), -o-linear-gradient(315deg, #1793cb 50%, transparent 50%), -o-linear-gradient(left, transparent, transparent);
  background-image: linear-gradient(45deg, transparent 50%, #1793cb 50%), linear-gradient(135deg, #1793cb 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets .views-widget-sort-order .form-item select.classic:focus {
  background-image: -o-linear-gradient(45deg, #fff 50%, transparent 50%), -o-linear-gradient(315deg, transparent 50%, #fff 50%), -o-linear-gradient(left, #808080, #808080);
  background-image: linear-gradient(45deg, #fff 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #fff 50%), linear-gradient(to right, #808080, #808080);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: none;
  outline: 0;
}
.news-inner .news-content .news-content-inner .news-filters .views-exposed-widgets .views-widget-sort-order .form-item select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.news-inner .news-content .news-content-inner .articles-list {
  overflow-x: hidden;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .news-inner .news-content .news-content-inner .articles-list {
    margin-top: 0px;
  }
}
.news-inner .news-content .news-content-inner .articles-list .view-header {
  position: absolute;
  margin-top: -45px;
  color: #162a62;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.news-inner .news-content .news-content-inner .articles-list .news-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  height: 200px;
}
@media (min-width: 576px) {
  .news-inner .news-content .news-content-inner .articles-list .news-article {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .news-inner .news-content .news-content-inner .articles-list .news-article .article-left {
    display: none;
  }
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-left img {
  max-width: none;
}
@media (min-width: 1200px) {
  .news-inner .news-content .news-content-inner .articles-list .news-article .article-left .image-992 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .news-inner .news-content .news-content-inner .articles-list .news-article .article-left .image-1200 {
    display: none;
  }
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-right {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .news-inner .news-content .news-content-inner .articles-list .news-article .article-right {
    padding-left: 20px;
  }
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-type-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-type-date .news-article-type {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-type-date .news-article-type.our-blogs {
  color: #2f5c74;
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-type-date .news-article-type.pia {
  color: #7b0051;
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-type-date .news-article-type.partner-blogs {
  color: #a7252b;
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-type-date .news-article-type.press-releases {
  color: #6b5400;
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-type-date .news-article-type.op-eds {
  color: #416100;
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-type-date .news-article-type.videos {
  color: #f8aa00;
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-type-date .news-article-date {
  color: #162a62;
  font-size: 10px;
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-title-body-url {
  height: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 11px;
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-title-body-url .news-article-body {
  color: #808080;
  font-size: 14px;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  min-height: 120px;
}
@media (min-width: 576px) {
  .news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-title-body-url .news-article-body {
    min-height: 100px;
  }
}
@media (min-width: 768px) {
  .news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-title-body-url .news-article-body {
    min-height: 0px;
  }
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-title-body-url .news-article-title a {
  color: #162a62;
}
.news-inner .news-content .news-content-inner .articles-list .news-article .article-right .article-title-body-url .news-article-url a {
  background: #008000;
  color: #fff;
  padding: 10px 25px;
}
.news-inner .news-content .pagination .pager-last,
.news-inner .news-content .pagination .pager-first {
  display: none;
}
.news-inner .news-content .pagination li:not(.prev):not(.next) {
  width: 10px;
}
.news-inner .news-content .pagination li.active {
  font-weight: 900;
}
.news-inner .news-content .pagination li span,
.news-inner .news-content .pagination li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background: none;
  color: #1793cb;
}
.news-inner .news-content .pagination li.pager-ellipsis.disabled {
  display: none;
}
.news-inner .news-content .pagination li.prev a {
  margin-right: -20px;
}
.about-us-wrapper {
  position: relative;
}
.about-us-wrapper .header {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .about-us-wrapper .header {
    padding-right: 0;
  }
}
.about-us-wrapper .about-us-inner-wrapper .video-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
  position: relative;
}
@media (min-width: 992px) {
  .about-us-wrapper .about-us-inner-wrapper .video-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about-us-wrapper .about-us-inner-wrapper .video-header iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .about-us-wrapper .about-us-inner-wrapper .video-header iframe {
    width: 400px;
    float: left;
    margin-right: 20px;
    margin-top: 6px;
  }
}
@media (min-width: 1200px) {
  .about-us-wrapper .about-us-inner-wrapper .video-header iframe {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .about-us-wrapper .about-us-inner-wrapper .video-header a {
    position: absolute;
    bottom: 0;
  }
}
.about-us-wrapper .about-us-inner-wrapper .video-header p.btn--webkit {
  display: -webkit-box;
}
@media (min-width: 992px) {
  .about-us-wrapper .about-us-inner-wrapper .video-header p.btn--webkit {
    margin-right: 100%;
    margin-top: 70px;
  }
}
.about-us-wrapper .about-us-inner-wrapper .video-header p.btn--webkit a.btn--green {
  padding-top: 12px;
}
.about-us-wrapper .about-us-inner-wrapper .video-header .linky-fella {
  position: relative;
  float: left;
  margin-right: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .about-us-wrapper .about-us-inner-wrapper .video-header .linky-fella {
    width: 450px;
  }
}
.about-us-wrapper .about-us-inner-wrapper .video-header .linky-fella .overlay-one {
  opacity: 0;
}
.about-us-wrapper .about-us-inner-wrapper .video-header .linky-fella .v3-card {
  padding: 0;
}
.about-us-wrapper .about-us-inner-wrapper .video-header .linky-fella .v3-card img.src-image {
  height: auto;
  margin-top: 0;
  padding-top: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .about-us-wrapper .about-us-inner-wrapper .video-header .linky-fella .v3-card img.src-image {
    width: 450px;
  }
}
.about-us-wrapper .about-us-inner-wrapper .video-header .linky-fella .v3-card img.play-button {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  height: 100px;
  width: 100px;
}
.about-us-wrapper .about-us-inner-wrapper .section-items {
  margin-bottom: 40px;
}
.about-us-wrapper .about-us-inner-wrapper .header-wrapper p.header1 {
  background: #fff;
}
.footer-wrapper {
  background: #f4f4f5;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
.footer-wrapper .headerWithStrikeThrough {
  background: #f4f4f5 !important;
}
@media (min-width: 992px) {
  .footer-wrapper {
    padding-bottom: 80px;
  }
}
.footer-wrapper .header {
  border: none;
}
.footer-wrapper p.header2 {
  background: #f4f4f5;
}
.how-we-work .body-paragraph {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .how-we-work {
    margin-bottom: 75px;
  }
}
.how-we-work .title {
  text-align: center;
  color: #163372;
  margin-bottom: 25px;
}
.how-we-work #first-section {
  margin-bottom: 15px;
}
@media (min-width: 99px) {
  .how-we-work #first-section .subheader {
    min-height: 50px;
  }
}
@media (min-width: 992px) {
  .how-we-work #second-section .subheader {
    min-height: 75px;
  }
}
@media (min-width: 1200px) {
  .how-we-work #second-section .subheader {
    min-height: 50px;
  }
}
.how-we-work .section-item img {
  width: 100%;
}
@media (min-width: 992px) {
  .how-we-work .section-item img {
    width: 80%;
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.how-we-work .section-item p.image {
  position: relative;
  margin-bottom: 40px;
}
.how-we-work .section-item .purpleCircle {
  display: block;
  height: 60px;
  width: 60px;
  background: #8d2b8b;
  border-radius: 100%;
  font-size: 20px;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -30px;
}
.how-we-work .section-item .subheader,
.how-we-work .section-item .subtext {
  text-align: center;
}
.how-we-work .header1 p {
  background: #fff;
}
.how-we-work .interior-link-blocks .section-item .subheader,
.how-we-work .interior-link-blocks .section-item .subtext {
  text-align: left;
}
.how-we-work .interior-link-blocks > p {
  margin-bottom: 25px;
}
.how-we-work .partnership-block {
  margin-bottom: 40px;
}
.in-country-engagement {
  margin-bottom: 50px;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .in-country-engagement {
    margin-bottom: 110px;
  }
}
.in-country-engagement img {
  width: 100%;
}
@media (min-width: 992px) {
  .in-country-engagement img {
    width: 400px;
    float: left;
    margin-right: 20px;
  }
}
.in-country-engagement .section-head {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .in-country-engagement .section-head {
    margin-bottom: 90px;
  }
}
@media (min-width: 1280px) {
  .in-country-engagement .section-head {
    margin-bottom: 120px;
  }
}
.in-country-engagement .section-content .headerWithStrikeThrough {
  background: #f4f4f5 !important;
}
@media (min-width: 992px) {
  .in-country-engagement .subheader {
    min-height: 50px;
  }
}
.in-country-engagement .section-items {
  margin-bottom: 30px;
}
.knowledge-and-learning {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .knowledge-and-learning {
    margin-bottom: 80px;
  }
}
.knowledge-and-learning img {
  width: 100%;
}
@media (min-width: 992px) {
  .knowledge-and-learning img {
    float: left;
    width: 400px;
    margin-right: 20px;
  }
}
.knowledge-and-learning .section-head {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .knowledge-and-learning .section-head {
    margin-bottom: 90px;
  }
}
.knowledge-and-learning .section-content {
  padding-bottom: 40px;
}
.knowledge-and-learning .section-content .headerWithStrikeThrough {
  background: #f4f4f5 !important;
}
@media (min-width: 992px) {
  .knowledge-and-learning .section-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.knowledge-and-learning .section-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.knowledge-and-learning .section-item .subtext {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.knowledge-portal-wrapper .breadcrumbs {
  display: none;
}
@media (min-width: 992px) {
  .knowledge-portal-wrapper .breadcrumbs {
    display: block;
    margin-bottom: 20px;
  }
}
.knowledge-portal-inner-wrapper p.para,
.knowledge-portal-inner-wrapper p.subtext {
  color: #7c6e66;
  line-height: 24px;
}
.knowledge-portal-inner-wrapper .headerDarkBlue,
.knowledge-portal-inner-wrapper .btn--green {
  height: auto;
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper #ctaSection1 {
    padding-bottom: 40px;
  }
}
.knowledge-portal-inner-wrapper #ctaSection1 .section-item {
  text-align: center;
  margin-bottom: 50px;
}
.knowledge-portal-inner-wrapper #ctaSection1 .btn--green {
  width: 210px;
  margin: 0 auto;
}
.knowledge-portal-inner-wrapper #ctaSection2 {
  text-align: center;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper #ctaSection2 {
    text-align: left;
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper #ctaSection2 .section-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.knowledge-portal-inner-wrapper #ctaSection2 .btn--green {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper #ctaSection2 .btn--green {
    margin: 0 auto 0 0;
  }
}
.knowledge-portal-inner-wrapper #ctaSection2 .headerWithStrikeThrough {
  background: #f4f4f5 !important;
  padding-top: 25px;
}
.knowledge-portal-inner-wrapper #ctaSection2 hr {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper #ctaSection2 hr {
    margin-bottom: -10px;
  }
}
.knowledge-portal-inner-wrapper #ctaSection2 .section-item {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  padding: 30px 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper #ctaSection2 .section-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.knowledge-portal-inner-wrapper #ctaSection2 .section-item p.image {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper #ctaSection2 .section-item img {
    width: 139px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper #ctaSection2 p.subtext {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 99px) {
  .knowledge-portal-inner-wrapper #ctaSection2 .flex-spacer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.knowledge-portal-inner-wrapper #ctaSection2 p.para {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px auto;
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper #ctaSection2 p.para {
    width: 400px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper #ctaSection2 .cta-section-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper #ctaSection3 {
    padding-bottom: 125px;
  }
}
.knowledge-portal-inner-wrapper #ctaSection3 .headerWithStrikeThrough {
  padding-top: 25px;
}
.knowledge-portal-inner-wrapper #ctaSection3 hr {
  margin-bottom: 5px;
}
.knowledge-portal-inner-wrapper .section-item p.image img {
  height: auto;
  width: 50%;
  max-width: 125px;
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper .section-item p.image img {
    max-width: unset;
    width: 125px;
    height: 125px;
  }
}
.knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper {
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper .col-12 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper p.para,
.knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper .section-text {
  color: #fff;
}
.knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper .section-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper .section-text {
    width: 500px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper .section-text div h1 {
  text-align: center;
  line-height: 30.7px;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper .section-text div h1 {
    text-align: left;
    padding-top: 30px;
  }
}
.knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper p.para {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 24px;
}
.knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper a.linky-fella {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper a.linky-fella {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper a.linky-fella .v3-card {
  background: none;
}
.knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper a.linky-fella .overlay-one {
  opacity: 1;
  position: relative;
  width: unset;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
}
.knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper a.linky-fella .overlay-one img:first-child {
  position: absolute;
  width: 66px;
  height: 66px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper a.linky-fella .overlay-one img:first-child {
    height: 98px;
    width: 98px;
    margin-top: 35px;
  }
}
.knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper a.linky-fella .overlay-one img:nth-child(2) {
  width: 176px;
  height: auto;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .knowledge-portal-inner-wrapper .knowledge-portal-main-header-wrapper a.linky-fella .overlay-one img:nth-child(2) {
    width: 266px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #governance-page {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  #governance-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.co-chairs-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .co-chairs-gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .co-chairs-gallery .co-chair-item,
  .co-chairs-gallery .co-chair-item figure,
  .co-chairs-gallery .co-chair-item img {
    width: 250px;
    height: auto;
  }
}
.co-chairs-gallery .co-chair-item figcaption {
  color: #163372;
  text-align: center;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page--support-unit-staff section.support-unit-footer {
  padding-bottom: 20px;
  margin-top: -40px;
}
.page--support-unit-staff figcaption span {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page--support-unit-staff .article a:first-child {
  font-weight: 900;
  text-decoration: underline;
}
.page--support-unit-staff .support-unit-footer {
  background-color: #f5f9fc !important;
}
#support-unit-staff #staff-position {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  color: #163372 !important;
}
@media (min-width: 992px) {
  #support-unit-staff .row {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (min-width: 992px) {
  #support-unit-staff .row #staff-details {
    padding-left: 40px;
  }
}
.view-support-unit-staff {
  background: #f5f9fc !important;
}
@media (min-width: 992px) {
  .view-support-unit-staff {
    padding-bottom: 30px;
  }
}
.view-support-unit-staff .bg-white {
  background: none !important;
}
.view-support-unit-staff .mt-5 {
  margin-top: 0 !important;
}
.view-support-unit-staff .mb-5 {
  margin-bottom: 0 !important;
}
.view-support-unit-staff .flex-lg-row {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.view-support-unit-staff .col-auto {
  margin-right: auto;
}
@media (min-width: 992px) {
  .view-support-unit-staff .col-auto {
    padding-left: 0;
  }
}
.view-support-unit-staff .col-auto a {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.view-support-unit-staff .col-12 {
  margin-right: auto;
}
.view-support-unit-staff .col-12 .article__subtitle {
  text-transform: uppercase;
}
.view-support-unit-staff .col-12 p.article__desc.mt-0.article__desc--bigger {
  color: #363636;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  letter-spacing: 0 !important;
  line-height: 30px !important;
  font-size: 18px !important;
}
@media (min-width: 992px) {
  .view-support-unit-staff .col-12 p.article__desc.mt-0.article__desc--bigger {
    width: 800px !important;
  }
}
.page--job-openings .article a:first-child {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #163372;
}
.page--job-openings .article li {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page--job-openings ul {
  padding-left: 20px;
  margin-top: 0px;
}
.contact-us-form .leftside-form {
  padding-right: 20px;
}
.members-and-membership .justify-content-between {
  margin-bottom: 10px;
}
.members-and-membership .container > .container {
  padding-bottom: 0;
  margin-bottom: 0;
}
.members-and-membership .container > .container .col-12 {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .members-and-membership .col:nth-child(1) {
    min-width: calc(100% - 350px);
  }
}
@media (min-width: 992px) {
  .members-and-membership .col:nth-child(2) {
    min-width: 350px;
  }
}
.members-and-membership hr {
  margin-bottom: -25px;
}
.members-and-membership .article__gallery--rounded {
  text-align: center;
  margin-bottom: 25px;
}
.node-type-country .addthis-smartlayers,
.node-type-country .at4-share {
  display: none;
}
body.sticky-navbar .country-page-container {
  padding-top: 70px;
}
.country-page-container {
  position: relative;
}
.country-page-container .since-smaller {
  font-size: 13px;
  margin-top: -1px;
}
.country-page-container .long-country-name {
  font-size: 26px !important;
}
@media (min-width: 1200px) {
  .country-page-container .long-country-name {
    font-size: 36px !important;
  }
}
.country-page-container .play-button {
  z-index: 2;
}
.country-page-container .climate-data-iframe {
  width: 1px;
  min-width: 100%;
  border: none;
  margin-bottom: 3em;
}
.country-page-container .embed-styles__embed__1RxQX {
  border: none;
}
.country-page-container .help-text-container {
  position: relative;
}
.country-page-container .overview-popup-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.country-page-container .help-popup-icon {
  display: none;
}
@media (min-width: 992px) {
  .country-page-container .help-popup-icon {
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  .country-page-container .help-popup-icon:hover {
    cursor: pointer;
  }
}
.country-page-container .country-page-nav {
  overflow-x: auto;
  background: #02505c;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100vw;
}
@media (min-width: 768px) {
  .country-page-container .country-page-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.country-page-container .country-page-nav a {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.11px;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  padding: 8px;
}
.country-page-container .country-page-nav.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 20;
}
.country-page-container .country-page-nav.short {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.country-page-container .nav-fade-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(0,0,0,0.5)));
  background: -o-linear-gradient(left, rgba(255,255,255,0), rgba(0,0,0,0.5));
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(0,0,0,0.5));
  height: 54px;
  content: "";
  position: -webkit-sticky;
  position: sticky;
  width: 50px;
  margin-left: auto;
  margin-bottom: -54px;
  z-index: 60;
}
@media (min-width: 768px) {
  .country-page-container .nav-fade-overlay {
    display: none;
  }
}
.country-page-container .nav-fade-overlay.sticky {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
}
.country-page-container .country-page-nav-tools {
  padding: 7px 15px;
}
.country-page-container .clickedTool {
  background: rgba(54,115,123,0.6);
}
.country-page-container .country-page-nav-tools:hover {
  background: rgba(54,115,123,0.6);
  border-radius: 2px;
}
.country-page-container .country-page-nav-tools.clicked {
  background: #36737b;
  border-radius: 2px;
}
.country-page-container .flag-and-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .country-page-container .flag-and-country {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.country-page-container .flag-country-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.country-page-container .flag-country-name-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.country-page-container .flag-country-name h2,
.country-page-container .flag-country-name-2 h2 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 5px !important;
}
.country-page-container .flag-country-name .img-wrap img,
.country-page-container .flag-country-name-2 .img-wrap img {
  margin-left: auto;
  border-radius: 100%;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.country-page-container .member-since-date {
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .country-page-container .member-since-date {
    margin: -5px 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.country-page-container .member-since-date p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #000;
  border-radius: 3px;
  padding-left: 4px;
}
.country-page-container .member-since-date span {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-right: 4px;
  color: #163372;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.country-page-container .country-page-overview-section {
  margin-top: 20px;
}
.country-page-container .overview-body p {
  letter-spacing: 0.13px;
}
.country-page-container .country-featured-image-text {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .country-page-container .country-featured-image-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.country-page-container .country-featured-image-text .overview-image img {
  margin: 0 auto 20px auto;
  width: 100%;
}
@media (min-width: 992px) {
  .country-page-container .country-featured-image-text .overview-image img {
    width: 320px;
    min-width: 320px;
    margin-right: 20px;
  }
}
.country-page-container .engagement-data {
  margin-bottom: 50px;
  text-align: center;
}
.country-page-container .engagement-data h5 {
  color: #163372;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.17px;
  margin-bottom: 4px;
}
.country-page-container .engagement-data h6 {
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.13px;
  margin-bottom: 4px;
}
.country-page-container .country-support-partners,
.country-page-container .focal-points {
  text-align: center;
}
.country-page-container .focal-points {
  margin-bottom: 30px;
}
.country-page-container .focal-points h5 {
  color: #163372;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.17px;
  margin-bottom: 4px;
}
.country-page-container .focal-points p {
  font-size: 16px;
  font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 21px;
  letter-spacing: 0.13px;
}
.country-page-container .country-support-partners {
  margin-bottom: 20px;
}
.country-page-container .country-support-partners h5 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.17px;
  color: #163372;
  margin-bottom: 30px;
}
.country-page-container .country-support-partners-gallery {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.country-page-container .country-support-gallery-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
}
.country-page-container .country-support-gallery-item img {
  margin: 0 auto;
}
.country-page-container .country-support-gallery-item.text {
  padding: 1em;
}
.country-page-container .country-support-gallery-item.text h6 {
  font-size: 18px;
  margin: auto;
}
.country-page-container .country-page-video-section {
  margin-bottom: 30px;
  padding: 40px 0px;
}
.country-page-container .country-page-video-section .view-country-events-new {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .country-page-container .country-page-video-section .view-country-events-new {
    margin-bottom: 0;
  }
}
.country-page-container .country-page-video-section .country-page-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .country-page-container .country-page-video-section .country-page-video {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .country-page-container .country-page-video-section .country-page-video {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1280px) {
  .country-page-container .country-page-video-section .country-page-video {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .country-page-container .country-page-video-section .country-page-video .view-content {
    width: 500px;
    margin-right: 20px;
  }
}
.country-page-container .linky-fella .v3-card {
  background: none;
  padding: 0;
}
.country-page-container .linky-fella .overlay-one {
  opacity: 0;
}
.country-page-container .linky-fella .play-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.country-page-container .upcoming-events {
  border-bottom: none !important;
  padding-bottom: 20px !important;
}
@media (min-width: 992px) {
  .country-page-container .upcoming-events .view-country-events-new {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .country-page-container .upcoming-events .view-country-events-new .views-row {
    width: 100%;
  }
}
.country-page-container .upcoming-event-header h5 {
  font-size: 17px;
  color: #fff;
}
.country-page-container .upcoming-event-type h5 {
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 100 !important;
}
.country-page-container .upcoming-event-date h5 {
  margin-right: 5px;
}
.country-page-container .upcoming-title h2 {
  line-height: 24px;
  letter-spacing: 0;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.country-page-container .upcoming-location h3 {
  font-weight: 600;
}
.country-page-container .upcoming-body p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}
.country-page-container .country-documents {
  text-align: center;
  margin-bottom: 30px;
  padding: 40px 20px;
}
@media (min-width: 992px) {
  .country-page-container .country-documents {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.country-page-container .country-documents a {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .country-page-container .country-documents a {
    margin-right: auto;
    margin-left: 0;
  }
}
.country-page-container .country-documents-icon {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .country-page-container .country-documents-icon {
    margin-right: 20px;
  }
}
.country-page-container .country-documents-icon img {
  margin: 0 auto;
  width: 50px;
  height: auto;
}
.country-page-container .country-documents-info {
  text-align: center;
}
@media (min-width: 992px) {
  .country-page-container .country-documents-info {
    width: 400px;
  }
}
.country-page-container .country-documents-info h5 {
  line-height: 30px;
  letter-spacing: 0.2px;
  font-size: 24px;
  color: #163372;
}
.country-page-container .country-documents-info p {
  margin: 10px 0;
}
.country-page-container .country-documents-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.country-page-container .country-documents-info a img {
  width: 20px;
  margin-right: 10px;
}
.country-page-container .country-page-news {
  margin-bottom: 20px;
}
.country-page-container .country-page-news .view-country-events-new {
  min-width: 100% !important;
}
.country-page-container .country-page-news .view-country-events-new .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .country-page-container .country-page-news .view-country-events-new .view-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -15px;
  }
}
.country-page-container .country-page-news .article-left,
.country-page-container .country-page-news .article-right {
  max-width: 300px;
}
.country-page-container .country-page-news .article-left img {
  width: 100%;
}
@media (min-width: 992px) {
  .country-page-container .country-page-news .news-article.section-item {
    padding: 0 15px;
  }
}
.country-page-container .country-page-news .news-article-type {
  font-size: 12px;
  letter-spacing: 0.55px;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.country-page-container .country-page-news .news-article-type.news {
  color: #2f5c74;
}
.country-page-container .country-page-news .news-article-type.press {
  color: #a7252b;
}
.country-page-container .country-page-news .news-article-type.blog {
  color: #6b5400;
}
.country-page-container .country-page-news .news-article-title {
  font-size: 18px;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 24px;
  letter-spacing: 0px;
}
.country-page-container .country-page-news .news-article-title a {
  color: #163372 !important;
}
@media (min-width: 992px) {
  .country-page-container .country-page-news.short .view-country-events-new .view-content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.country-page-container .country-page-tools-section {
  margin-top: 30px;
}
.country-page-container .country-tools-block-wrapper {
  text-align: center;
}
@media (min-width: 992px) {
  .country-page-container .country-tools-block-wrapper {
    margin-bottom: 40px;
  }
}
.country-page-container .country-tools-block-wrapper a.btn--green {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .country-page-container .country-tools-block-wrapper a.btn--green {
    min-height: 60px;
    max-width: 200px;
    width: 200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.country-page-container .country-tools-block-wrapper .image img {
  width: 125px;
  height: 125px;
  margin-bottom: 10px;
}
.country-page-container .country-tools-block-wrapper .tool-header {
  text-transform: uppercase;
  color: #163372;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.58px;
}
@media (min-width: 992px) {
  .country-page-container .country-tools-block-wrapper .tool-header {
    min-height: 50px;
  }
}
.country-page-container .country-tools-block-wrapper .section-item p {
  line-height: 21px;
  letter-spacing: 0;
}
.paragraphs-item-icon-cta .field-name-field-cta-description .field-item {
  color: #152864;
  font-size: 16px;
}
.field-name-field-icon-ctas {
  margin-top: 50px;
}
.paragraphs-item-icon-cta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 40px;
}
.paragraphs-item-icon-cta-item:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 100px;
  background-position: center;
}
.paragraphs-item-icon-cta-item.action-apply:before {
  background-image: url("/sites/all/themes/ndcp_v3/icons/focus-area-icons/icon-apply.png");
  height: 37px;
}
.paragraphs-item-icon-cta-item.action-explore:before {
  background-image: url("/sites/all/themes/ndcp_v3/icons/focus-area-icons/icon-explore.png");
  height: 46px;
}
.paragraphs-item-icon-cta-item.action-listen:before {
  background-image: url("/sites/all/themes/ndcp_v3/icons/focus-area-icons/icon-listen.png");
  height: 47px;
}
.paragraphs-item-icon-cta-item.action-read:before {
  background-image: url("/sites/all/themes/ndcp_v3/icons/focus-area-icons/icon-read.png");
  height: 38px;
}
.paragraphs-item-icon-cta-item.action-watch:before {
  background-image: url("/sites/all/themes/ndcp_v3/icons/focus-area-icons/icon-watch.png");
  height: 39px;
}
.paragraphs-item-icon-cta-item .field-name-field-action .field-item {
  font-size: 16px;
}
.paragraphs-item-icon-cta-item .field-name-field-cta-link .field-item {
  margin-bottom: 12px;
}
.paragraphs-item-icon-cta-item .field-name-field-cta-link .field-item:last-child {
  margin-bottom: 0;
}
.paragraphs-item-icon-cta-item .field-name-field-cta-link a {
  color: #329b5e;
  font-weight: normal;
  text-decoration: underline;
  font-size: 17px;
}
.paragraphs-item-icon-cta-item .field-name-field-cta-link a:hover {
  color: #008237;
}
.paragraphs-item-wysiwyg .field-name-field-wysiwyg p,
.paragraphs-item-wysiwyg .field-name-field-wysiwyg ul,
.paragraphs-item-wysiwyg .field-name-field-wysiwyg li {
  font-size: 16px;
}
.article .container .paragraphs-item-wysiwyg .field-name-field-wysiwyg p,
.article .container .paragraphs-item-wysiwyg .field-name-field-wysiwyg ul,
.article .container .paragraphs-item-wysiwyg .field-name-field-wysiwyg li {
  font-size: 16px !important;
  line-height: 24px !important;
}
.paragraphs-item-wysiwyg .field-name-field-wysiwyg b,
.paragraphs-item-wysiwyg .field-name-field-wysiwyg strong {
  color: #152864;
}
.paragraphs-item-wysiwyg .field-name-field-wysiwyg ul > li {
  margin-bottom: 15px;
}
.paragraphs-item-wysiwyg .field-name-field-wysiwyg ul > li:last-child {
  margin-bottom: 0;
}
.paragraphs-item-embedded-audio {
  max-width: 700px;
  margin: 60px auto;
}
.paragraphs-item-embedded-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paragraphs-item-embedded-video iframe {
  max-width: 100%;
}
.paragraphs-item-embedded-video .field-name-field-title,
.paragraphs-item-embedded-video .field-name-field-short-description {
  display: inline-block;
  margin-top: 2px;
}
.paragraphs-item-embedded-video .field-name-field-title .field-item {
  color: #152864;
}
.paragraphs-item-embedded-video .field-name-field-short-description {
  display: inline;
}
.paragraphs-item-embedded-video .field-name-field-short-description > .field-items {
  display: inline;
}
.paragraphs-item-embedded-video .field-name-field-short-description > .field-items .field-item {
  display: inline;
}
.paragraphs-item-embedded-video .field-name-field-short-description > .field-items:before {
  content: '|';
  font-size: 14px;
  line-height: 21px;
  margin: 0 5px;
}
.paragraphs-item-embedded-image,
.paragraphs-item-embedded-infographic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto;
}
.paragraphs-item-embedded-image > .content,
.paragraphs-item-embedded-infographic > .content {
  display: inline-block;
}
.paragraphs-item-embedded-image .field-name-field-caption .field-item,
.paragraphs-item-embedded-infographic .field-name-field-caption .field-item {
  color: #152864;
  font-size: 14px;
  margin-bottom: 6px;
}
.paragraphs-item-embedded-infographic a {
  display: block;
  text-align: center;
}
.paragraphs-item-cta-columns-3-columns .field-name-field-columns > .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  counter-reset: cta-count;
}
@media (min-width: 992px) {
  .paragraphs-item-cta-columns-3-columns .field-name-field-columns > .field-items {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.paragraphs-item-cta-columns-3-columns .field-name-field-columns > .field-items > .field-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-height: 100%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .paragraphs-item-cta-columns-3-columns .field-name-field-columns > .field-items > .field-item {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.paragraphs-item-cta-columns-3-columns .field-name-field-columns > .field-items > .field-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  text-decoration: none !important;
  padding: 10px 5px;
  height: 100%;
}
.paragraphs-item-cta-columns-3-columns .field-name-field-columns > .field-items > .field-item a:hover {
  background: #e5eff4;
}
.paragraphs-item-cta-columns-3-columns .field-name-field-columns > .field-items > .field-item a .subheader {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paragraphs-item-cta-columns-3-columns .field-name-field-columns > .field-items > .field-item a .image-container {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.paragraphs-item-cta-columns-3-columns .field-name-field-columns > .field-items > .field-item a .image-container::after {
  counter-increment: cta-count;
  content: counter(cta-count);
  height: 60px;
  width: 60px;
  background: #8d2b8b;
  border-radius: 100%;
  font-size: 20px;
  font-family: 'Montserrat-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -30px;
}
.paragraphs-item-cta-columns-3-columns .field-name-field-columns > .field-items > .field-item a .subtext {
  color: #333;
}
.back-to-top-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.back-to-top-button .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 2px solid #008237;
  border-radius: 50%;
  padding: 19.2px 19.2px 16px 16px;
  margin-bottom: 10px;
}
.back-to-top-button .circle .arrow {
  width: 16px;
  height: 16px;
}
.back-to-top-button .circle .arrow:before,
.back-to-top-button .circle .arrow:after {
  content: '';
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #008237;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.back-to-top-button .circle .arrow::before {
  border-width: 2px 2px 0 0;
  display: block;
}
.back-to-top-button .circle .arrow:after {
  float: left;
  position: relative;
  top: -100%;
  border-width: 0 2px 0 0;
}
.back-to-top-button .text {
  margin: auto;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
}
.block-twitter-block {
  text-align: center;
  margin-top: 40px;
}
.block-twitter-block iframe {
  border: 1px solid #dcdcdc !important;
}
.view-landing-page-cards {
  margin-top: 40px;
}
.view-landing-page-cards > .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .view-landing-page-cards > .view-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .view-landing-page-cards > .view-content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.view-landing-page-cards > .view-content > .views-row {
  width: 330px;
  margin-bottom: 85px;
}
@media (min-width: 768px) {
  .view-landing-page-cards > .view-content > .views-row {
    margin-bottom: 115px;
  }
}
.landing-page-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
}
.landing-page-card > .title {
  display: inline-block;
  width: auto;
  margin: 0 auto 35px;
}
.landing-page-card > .title a:hover {
  text-decoration: none;
  color: #008237;
}
.landing-page-card > .teaser-text {
  margin: 35px auto;
  text-align: center;
  color: #000;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.landing-page-card > .card-link {
  display: inline-block;
  width: auto;
  margin: auto;
}
.paragraphs-item-detail-page-section {
  margin: 40px auto;
}
.paragraphs-item-detail-page-section .field-name-field-paragraph-reference.field-type-paragraphs > .field-items > .field-item {
  margin-bottom: 60px;
}
.paragraphs-item-detail-page-section .field-name-field-paragraph-reference.field-type-paragraphs > .field-items > .field-item:last-child {
  margin-bottom: 0;
}
.view-detail-page-nav {
  overflow-x: auto;
  background: #02505c;
  padding: 8px;
  position: relative;
  width: 100vw;
}
@media (max-width: 768px) {
  .view-detail-page-nav {
    overflow-x: visible;
  }
  .view-detail-page-nav::before {
    content: 'JUMP TO SECTION';
    color: #fff;
    background: #36737b;
    width: 94%;
    height: 98%;
    display: block;
    margin: auto;
    padding: 5px 15px;
  }
  .view-detail-page-nav::after {
    content: '';
    position: absolute;
    left: calc((94% - 8px) - 2%);
    top: 40%;
    width: 0;
    height: 0;
    display: block;
    border: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
  }
  .view-detail-page-nav > .view-content {
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    width: calc(94% - 15px);
    margin-left: calc((100% - (94% - 15px)) / 2 - 8px);
    z-index: 3;
  }
  .view-detail-page-nav > .view-content .views-row {
    background: #36737b;
    margin: auto;
    width: 100%;
  }
  .view-detail-page-nav.open > .view-content {
    visibility: visible;
    border-top: 1px solid #c8cfdd;
  }
}
.view-detail-page-nav > .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .view-detail-page-nav > .view-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.view-detail-page-nav a {
  display: block;
  font-family: 'Montserrat-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.11px;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  padding: 12px 23px;
}
.view-detail-page-nav a:hover {
  background: rgba(54,115,123,0.6);
  border-radius: 2px;
}
.view-detail-page-nav a.clicked {
  background: #36737b;
  border-radius: 2px;
}
.view-detail-page-nav.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 20;
}
.view-detail-page-nav.short {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view-detail-page-nav .clickedTool {
  background: rgba(54,115,123,0.6);
}

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