@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**** convert px values to rem values and declare both simultaneously ******/
.base-paragraph {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 481px) {
  .base-paragraph {
    font-size: calc(1.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .base-paragraph {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 481px) {
  .base-paragraph {
    line-height: calc(2.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .base-paragraph {
    line-height: 2.6rem;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * remove margins and padding from UL and LI elements
 * `article` contexts in Chrome, Firefox, and Safari.
 */
ul,
li {
  margin: 0;
  padding: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  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 {
  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"] {
  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;
}
embed,
iframe,
img,
object,
video {
  max-width: 100%;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
html,
body {
  font-size: 62.5%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #202028;
  background: #f7f7f8;
  margin: 0;
  padding: 0;
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.no-scroll {
  overflow: hidden;
}
.l-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  min-height: auto;
  position: relative;
  height: 100%;
  min-height: 100%;
  padding-top: 11.3rem;
}
#previewMode + .l-wrapper {
  padding-top: 11.3rem;
}
.l-row,
.l-column {
  width: 100%;
  max-height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 102.4rem;
}
@media screen and (max-width: 641px) {
  .l-row,
  .l-column {
    flex-direction: column;
  }
  .l-row--row4evr {
    flex-direction: row;
  }
}
.l-row--wrap {
  flex-wrap: wrap;
}
.l-row--vcenter {
  margin: auto;
}
.l-row--footer {
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-row--footer {
    flex-direction: column;
    align-items: center;
  }
}
.l-row--narrow {
  position: relative;
  max-width: 1064px;
  max-width: 106.4rem;
}
.l-row--reverse-mobile {
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-row--reverse-mobile {
    flex-direction: column-reverse;
  }
}
.l-row--leftalign {
  justify-content: flex-start;
}
.l-cardlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-cardlist .l-col50 {
  max-width: calc(48.5%);
}
.l-cardlist--sidebar {
  flex-direction: column;
  margin-top: 2.0rem;
}
.l-cardgrid {
  list-style-type: none;
  -ms-grid-columns: (1fr 250px)[4];
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-gap: 3.0rem;
  max-width: 100%;
  margin: 0;
  padding: 0 0 6.0rem 0;
}
@media screen and (max-width: 992px) {
  .l-cardgrid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.0rem;
  }
}
@media screen and (max-width: 481px) {
  .l-cardgrid {
    grid-template-columns: 1fr;
    grid-gap: 2.0rem;
  }
}
.l-column {
  flex-direction: column;
  justify-content: flex-start;
}
.l-column--login {
  max-width: 50.0rem;
}
.l-grid {
  display: grid;
  position: relative;
  grid-gap: 2.0rem;
  width: 100%;
  max-width: 102.4rem;
  padding: 0;
  margin: 0;
}
.l-grid--col5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 641px) {
  .l-grid--col5 {
    grid-template-columns: 1fr;
  }
}
.l-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 641px) {
  .l-grid--col4 {
    grid-template-columns: 1fr;
  }
}
.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 641px) {
  .l-grid--col3 {
    grid-template-columns: 1fr;
  }
}
.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 641px) {
  .l-grid--col2 {
    grid-template-columns: 1fr;
  }
}
.l-grid--col1 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 641px) {
  .l-grid--col1 {
    grid-template-columns: 1fr;
  }
}
.l-grid--sidebar {
  grid-template-columns: 0.75fr 0.25fr;
  grid-gap: 2.0rem;
}
.l-col50 {
  max-width: calc(48%);
}
.l-col50:only-child {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .l-col50 {
    max-width: calc(49%);
  }
}
@media screen and (max-width: 641px) {
  .l-col50 {
    max-width: 100%;
  }
}
.l-col100 {
  width: 100%;
}
.l-block {
  border-radius: 0.5rem;
  margin-top: 4.0rem;
}
@media screen and (max-width: 992px) {
  .l-block {
    margin-top: 4.0rem;
  }
}
@media screen and (max-width: 641px) {
  .l-block {
    width: 100%;
  }
}
p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 0 0 3.0rem 0;
  font-weight: 400;
}
@media screen and (min-width: 481px) {
  p {
    font-size: calc(1.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 481px) {
  p {
    line-height: calc(2.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  p {
    line-height: 2.6rem;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:first-child {
  margin-top: 0;
}
time {
  font-weight: bold;
  font-size: 1.45rem;
  margin: 0 0 1rem 0;
}
a {
  color: #143e82;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.t-leadin {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 300;
}
@media screen and (min-width: 481px) {
  .t-leadin {
    font-size: calc(2rem  +  0.4  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .t-leadin {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 481px) {
  .t-leadin {
    line-height: calc(2.6rem  +  0.4  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .t-leadin {
    line-height: 3rem;
  }
}
.t-legal {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
strong {
  font-weight: 600;
}
hr {
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #202028;
}
em {
  font-weight: 400;
  font-style: italic;
}
ul,
ol {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 1.0rem 0 3.0rem 3.0rem;
  padding: 0;
}
@media screen and (min-width: 481px) {
  ul,
  ol {
    font-size: calc(1.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  ul,
  ol {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 481px) {
  ul,
  ol {
    line-height: calc(2.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  ul,
  ol {
    line-height: 2.6rem;
  }
}
ul li,
ol li {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 0 0 1.0rem 0;
}
@media screen and (min-width: 481px) {
  ul li,
  ol li {
    font-size: calc(1.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  ul li,
  ol li {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 481px) {
  ul li,
  ol li {
    line-height: calc(2.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  ul li,
  ol li {
    line-height: 2.6rem;
  }
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 1.5rem 0;
  padding: 2.0rem;
  background: #eeeef1;
  border-radius: 5px;
}
@media screen and (min-width: 481px) {
  blockquote {
    font-size: calc(1.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  blockquote {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 481px) {
  blockquote {
    line-height: calc(2.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  blockquote {
    line-height: 2.6rem;
  }
}
/* Headings */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 600;
  margin: 4.0rem 0 3.0rem 0;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 3.8rem;
  line-height: 4.2rem;
  color: #162f72;
}
@media screen and (min-width: 481px) {
  h1,
  .h1 {
    font-size: calc(3.8rem  +  0.4  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 481px) {
  h1,
  .h1 {
    line-height: calc(4.2rem  +  0.6  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    line-height: 4.8rem;
  }
}
h1:first-of-type,
.h1:first-of-type {
  margin-top: 0;
}
h2,
.h2 {
  font-size: 2.5rem;
  line-height: 3.1rem;
  color: #0d5d82;
}
@media screen and (min-width: 481px) {
  h2,
  .h2 {
    font-size: calc(2.5rem  +  0.5  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 481px) {
  h2,
  .h2 {
    line-height: calc(3.1rem  +  0.5  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    line-height: 3.6rem;
  }
}
h3,
.h3 {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 481px) {
  h3,
  .h3 {
    font-size: calc(1.8rem  +  0.2  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 481px) {
  h3,
  .h3 {
    line-height: calc(3.2rem  +  0.6  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    line-height: 3.8rem;
  }
}
table {
  font-size: 1.6rem;
  line-height: 2.6rem;
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
  margin: 0px 0px 60px 0px;
  margin: 0rem 0rem 6rem 0rem;
}
@media screen and (min-width: 481px) {
  table {
    font-size: calc(1.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  table {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 481px) {
  table {
    line-height: calc(2.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  table {
    line-height: 2.6rem;
  }
}
table td,
table th {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 481px) {
  table td,
  table th {
    font-size: calc(1.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  table td,
  table th {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 481px) {
  table td,
  table th {
    line-height: calc(2.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  table td,
  table th {
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 641px) {
  table th {
    display: none;
  }
}
table td {
  margin: 0;
  padding: 0px 10px 0px 10px;
  padding: 0rem 1rem 0rem 1rem;
}
@media screen and (max-width: 641px) {
  table td {
    display: flex;
    flex-direction: column;
    margin: 10px 0px 10px 0px;
    margin: 1rem 0rem 1rem 0rem;
    padding: 0px 10px 0px 10px;
    padding: 0rem 1rem 0rem 1rem;
    border: none;
  }
  table td:before {
    content: attr(data-head);
    display: block;
    font-weight: bold;
  }
}
@media screen and (max-width: 641px) {
  table tr {
    border-bottom: 5px solid #cccccc;
  }
}
.img_left.img_left,
.img_right.img_right {
  width: 50%;
  margin-bottom: 15px;
}
.img_left_33.img_left_33,
.img_right_33.img_right_33 {
  width: 33%;
}
.img_left.img_left,
.img_left_33.img_left_33 {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
.img_right.img_right,
.img_right_33.img_right_33 {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
@media screen and (max-width: 641px) {
  .img_left.img_left,
  .img_right.img_right,
  .img_left_33.img_left_33,
  .img_right_33.img_right_33 {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.u-alignleft {
  text-align: left;
}
.u-alignright {
  text-align: right;
}
.u-mobileonly {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .u-mobileonly {
    display: block !important;
  }
}
.u-mpackdate {
  color: white;
  font-weight: bold;
  font-size: 2.0rem;
  margin-top: -2.5rem;
}
.u-twitterbtnwrap {
  margin-top: 2.0rem;
}
.u-dark {
  background: #111217;
}
.u-color-light {
  color: #96d3f0;
}
.u-color_white {
  color: #ffffff !important;
}
@media screen and (max-width: 641px) {
  .u-nomobile {
    display: none;
  }
}
.u-straightbottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.u-longtitle {
  width: 100%;
}
.u-marginbottom {
  margin-bottom: 4.0rem !important;
}
.u-rounded {
  overflow: hidden !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.u-fillheight {
  flex-grow: 1;
}
.twitter-timeline {
  height: calc(95.5%) !important;
  min-height: 60.0rem;
}
.c-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 5.0rem 2.5rem 2.5rem 2.5rem;
}
.c-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
.c-form--sidebar {
  background: #eeeef1;
  padding: 3.0rem;
  border-radius: 5px;
}
.c-form__label {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
}
.c-form__label--radio-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0px 5px 0px;
  margin: 0.5rem 0rem 0.5rem 0rem;
}
.c-form__radio-check {
  flex-direction: column;
}
.c-form__label__pseudo,
.c-form__option,
.c-form__radio-check__pseudo {
  display: block;
  width: 100%;
  font-weight: bold;
  margin-bottom: 0.8rem;
  padding-left: 2.0rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 481px) {
  .c-form__label__pseudo,
  .c-form__option,
  .c-form__radio-check__pseudo {
    font-size: calc(1.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .c-form__label__pseudo,
  .c-form__option,
  .c-form__radio-check__pseudo {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 481px) {
  .c-form__label__pseudo,
  .c-form__option,
  .c-form__radio-check__pseudo {
    line-height: calc(2.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .c-form__label__pseudo,
  .c-form__option,
  .c-form__radio-check__pseudo {
    line-height: 2.6rem;
  }
}
.c-form__radio-check__pseudo {
  margin-bottom: 0;
}
.c-form__option {
  font-weight: normal;
}
input[type=text],
input[type=password],
input[type=email],
textarea,
select {
  appearance: none;
  background: white;
  border: 1px solid #cccccc;
  border-radius: 1.7rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.7rem 2.0rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
  outline: none;
  transition: border-color 0.35s;
}
@media screen and (min-width: 481px) {
  input[type=text],
  input[type=password],
  input[type=email],
  textarea,
  select {
    font-size: calc(1.6rem  +  0.2  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  input[type=text],
  input[type=password],
  input[type=email],
  textarea,
  select {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 481px) {
  input[type=text],
  input[type=password],
  input[type=email],
  textarea,
  select {
    line-height: calc(2.6rem  +  0.2  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  input[type=text],
  input[type=password],
  input[type=email],
  textarea,
  select {
    line-height: 2.8rem;
  }
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  border-color: #666666;
}
select {
  background-image: url(../../images/form-select.png);
  background-repeat: no-repeat;
  background-position: right 1.5rem top 1.5rem;
  background-size: 1.0rem;
}
.c-form__meetingpack {
  margin-top: 2.0rem;
}
.c-form__radio,
.c-form__checkbox {
  background-color: none;
  border: 1px solid #cccccc;
  margin-right: 0.5rem;
}
.c-form__checkbox {
  border-radius: 0px;
}
.c-form__error {
  color: #fdd829;
}
.c-form__whichlist {
  background: #eeeef1;
  width: auto;
  padding: 3.0rem;
}
.c-form__whichlist label {
  margin-bottom: 1.0rem;
}
.c-form__whichlist label:last-of-type {
  margin-bottom: 0;
}
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 11.3rem;
  flex-shrink: 0;
  background-image: linear-gradient(to right, #090b49, #162f72, #090b49);
  padding: 0 2.5rem;
  z-index: 3;
}
.c-secure + .c-header {
  top: 5rem;
}
@media screen and (max-width: 992px) {
  .c-header__content {
    flex-direction: row;
    align-self: stretch;
  }
}
.c-header__logo {
  display: block;
  margin: 0;
  padding: 0;
}
.c-header__logo img {
  margin: 0;
  padding: 0;
  height: 100%;
  height: 13.5rem;
  margin-top: 1.0rem;
}
@media screen and (max-width: 641px) {
  .c-header__logo {
    height: 9.5rem;
  }
}
.c-nav {
  position: relative;
  margin-left: auto;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  color: #f7f7f8;
}
@media screen and (max-width: 992px) {
  .c-nav {
    position: fixed;
    left: 110vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #143e82;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
    padding: 2.0rem;
    transition: left 0.35s;
    z-index: 20;
  }
  .c-nav.is-visible {
    left: 0;
  }
}
.c-nav__list {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0 0 1.0rem 0;
  display: flex;
  overflow: visible;
}
@media screen and (max-width: 992px) {
  .c-nav__list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.c-nav__list--dropdown {
  flex-direction: column;
  background: #143e82;
  padding: 2.0rem;
  border-radius: 5px;
}
.c-nav__list--secure {
  padding-bottom: 0;
}
.c-nav__list--inline {
  display: inline-flex;
}
.c-nav__list--securedropdown {
  background: #383942;
}
.c-nav__dropdown {
  position: absolute;
  left: 50%;
  top: 110%;
  text-align: center;
  padding-top: 1rem;
  height: auto;
  z-index: 11;
  transition-delay: 1s;
  transition: top 0.35s ease-in-out, opacity 0.35s ease-in-out;
  transform: translateX(-50%);
  opacity: 0;
  visibility: none;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .c-nav__dropdown {
    display: block;
    position: relative;
    background: none;
    top: auto;
    left: auto;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    transform: none;
  }
}
.c-nav__dropdown::before {
  content: '';
  width: 3.0rem;
  height: 3.0rem;
  border-radius: 0.25rem;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: 0.5rem;
  background: #143E82;
}
@media screen and (max-width: 992px) {
  .c-nav__dropdown::before {
    display: none;
  }
}
.c-nav__dropdown ul,
.c-nav__dropdown li,
.c-nav__dropdown a {
  margin-left: 0;
  text-decoration: none;
}
.c-nav__dropdown ul:last-child,
.c-nav__dropdown li:last-child,
.c-nav__dropdown a:last-child {
  margin-bottom: 0;
}
.c-nav__dropdown--secure::before {
  background: #383942;
}
.has-dropdown:hover .c-nav__dropdown,
.has-dropdown:focus .c-nav__dropdown,
.has-dropdown:focus-within .c-nav__dropdown,
.has-dropdown.testing .c-nav__dropdown {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 992px) {
  .has-dropdown:hover .c-nav__dropdown,
  .has-dropdown:focus .c-nav__dropdown,
  .has-dropdown:focus-within .c-nav__dropdown,
  .has-dropdown.testing .c-nav__dropdown {
    top: auto;
  }
}
.c-nav__item {
  position: relative;
  margin: 0px 0px 0px 20px;
  margin: 0rem 0rem 0rem 2rem;
}
@media screen and (max-width: 992px) {
  .c-nav__item {
    margin: 10px 0px 10px 0px;
    margin: 1rem 0rem 1rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.c-nav__item--dropdown {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .c-nav__item:hover,
  .has-dropdown:hover,
  .c-nav__item:focus,
  .has-dropdown:focus,
  .c-nav__item:focus-within,
  .has-dropdown:focus-within {
    background: none;
  }
}
.c-nav__item.has-dropdown {
  margin-right: 1.0rem;
}
.c-nav__item.has-dropdown::after {
  content: '\f0d7';
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: -1.8rem;
  top: 0;
}
@media screen and (max-width: 992px) {
  .c-nav__item.has-dropdown::after {
    display: none;
  }
}
.c-nav__item--secure.has-dropdown::after {
  color: black;
  top: -0.4rem;
}
.c-nav__item--inline {
  margin: 0 0 0 1.0rem;
}
.c-nav__item--inline.has-dropdown::after {
  font-weight: 900;
  position: absolute;
  right: -1.4rem;
  top: -0.3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .c-nav__item--inline.has-dropdown::after {
    display: none;
  }
}
.c-nav__btn {
  position: relative;
  display: block;
  color: white;
  text-decoration: none;
  margin-left: 1.0rem;
  font-size: 1.6rem;
  white-space: nowrap;
}
.c-nav__btn:hover {
  text-decoration: none;
}
.c-nav__btn--dropdown {
  line-height: 1.8rem;
}
.c-nav__btn--secure {
  color: black;
  line-height: 1.8rem;
  font-size: 1.4rem;
}
.c-nav__btn--securedropdown {
  line-height: 1.8rem;
  font-size: 1.4rem;
}
.c-nav__btn--inline {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .c-nav__btn--parent {
    font-weight: bold;
  }
}
.c-nav__show {
  position: relative;
  display: none;
  margin-left: auto;
  align-self: center;
  color: white;
}
@media screen and (max-width: 992px) {
  .c-nav__show {
    display: block;
    margin-left: auto;
  }
}
.c-nav__hide {
  position: relative;
  display: none;
}
.c-nav__hide button {
  color: white;
}
.c-nav__hide--black button {
  color: black;
}
@media screen and (max-width: 992px) {
  .c-nav__hide {
    display: block;
  }
}
.c-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: left 15s, opacity 0.35s;
  transition-delay: 0.1s;
  pointer-events: none;
}
.c-overlay.is-visible {
  left: 0;
  opacity: 1;
  z-index: 10;
  transition: left 0s, opacity 0.35s;
  pointer-events: auto;
}
.c-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 14.3rem;
  background-image: linear-gradient(to right, #090b49, #162f72, #090b49);
  padding: 0 2.5rem;
  margin-top: 6.0rem;
  color: #f7f7f8;
}
@media screen and (max-width: 641px) {
  .c-footer {
    height: auto;
    padding: 2.0rem;
  }
}
.c-footer__content {
  align-self: stretch;
}
.c-footer__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  text-align: left;
  height: 100%;
  margin: 0;
}
.c-footer__column:last-child {
  text-align: right;
}
@media screen and (max-width: 641px) {
  .c-footer__column:last-child {
    text-align: center;
  }
}
@media screen and (max-width: 641px) {
  .c-footer__column {
    padding: 1.0rem 0;
    text-align: center;
  }
}
button {
  -webkit-appearance: none;
  background: none;
  border: none;
  outline: none;
}
.c-btn {
  appearance: none;
  border: none;
  display: inline-block;
  text-align: center;
  background: none;
  color: #202028;
  border: 1px solid #fdd829;
  background: #fdd829;
  padding: 2px 30px 2px 30px;
  padding: 0.2rem 3rem 0.2rem 3rem;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border-radius: 1.5rem;
  align-self: flex-start;
  transition: background-color 0.35s, color 0.35s;
}
@media screen and (min-width: 481px) {
  .c-btn {
    font-size: calc(1.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .c-btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 481px) {
  .c-btn {
    line-height: calc(2.6rem  +  0  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .c-btn {
    line-height: 2.6rem;
  }
}
.c-btn:hover {
  background-color: #ffc115;
  border: 1px solid #ffc115;
  color: black;
  text-decoration: none;
}
.c-btn--footer {
  color: #fdd829;
  border: 1px solid #fdd829;
  background: none;
}
.c-btn--footer:hover {
  color: #143e82;
  background: #fdd829;
  border: 1px solid #fdd829;
}
.c-btn--login {
  font-size: 1.4rem;
  margin-bottom: 1.0rem;
  margin-right: 1.0rem;
}
@media screen and (max-width: 641px) {
  .c-btn--login {
    margin: 0 auto 2.0rem auto;
  }
}
.c-btn--submit {
  align-self: flex-end;
  margin: 20px 0px 0px 0px;
  margin: 2rem 0rem 0rem 0rem;
}
.c-btn--readmore {
  border: none;
  background: none;
  padding: 0;
  color: #143e82;
  margin-top: auto;
  font-weight: 600;
  text-align: left;
}
.c-btn--readmore:after {
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  margin-left: 0.5rem;
  transition: color 0.35s;
}
.c-btn--readmore:hover {
  background: none;
  color: #2268da;
  border: none;
}
.c-btn--readmore:hover:after {
  color: #2268da;
}
.c-btn--readmore:first-child {
  margin-top: 0;
}
.c-btn--priorities {
  color: #0d5d82;
}
.c-btn--priorities:after {
  content: '\f1c1';
  font-family: "Font Awesome 5 Pro";
  color: #0d5d82;
}
.c-btn--priorities:hover {
  color: #10719e;
  text-decoration: underline;
}
.c-btn--priorities:hover:after {
  color: #10719e;
}
.c-btn--bigger {
  font-size: 1.8rem;
}
.c-btn--sidebar {
  background: #ffffff;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: left;
  padding: 2.5rem 3.0rem;
  width: calc(100% + 6.0rem);
  /* calculate 100% width, plus the sidebar padding*/
  margin-left: -3rem;
  /* negate the left padding of the sidebar */
  margin-bottom: -3rem;
  /* negate the bottom padding of the sidebar */
  margin-top: 2.0rem;
}
.c-btn--sidebar:hover {
  background: #ffffff;
}
.c-btn--close-modal {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  color: #143e82;
  border: none;
  padding: 1.0rem;
  font-weight: bold;
  background: none;
}
.c-btn--close-modal i,
.c-btn--close-modal svg {
  margin-right: 0.5rem;
}
.c-btn--close-modal:hover {
  background: none;
  color: #2268da;
  border: none;
}
.c-banner {
  width: calc(100% + 5.0rem);
  position: relative;
  height: 70vh;
  min-height: 70.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -5rem;
  overflow: hidden;
  background: #f7f7f8;
  z-index: 1;
  margin-bottom: 6.0rem;
  padding: 35px 25px 35px 25px;
  padding: 3.5rem 2.5rem 3.5rem 2.5rem;
  /*
	&::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background:rgba(0,0,0,.60);
		z-index: 1;
	}*/
}
@media screen and (max-width: 641px) {
  .c-banner {
    min-height: 80vh;
  }
}
.c-banner__content {
  z-index: 2;
}
.c-banner__video {
  position: absolute;
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
  font-family: 'object-fit: cover; object-position: center;';
}
.c-banner__title {
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin: 0;
  color: #343434;
}
.c-banner__text2 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 600;
  margin: 0;
  color: #343434;
  margin-top: 1.0rem;
}
.c-banner__threepoints {
  font-size: 4.7rem;
  line-height: 5.7rem;
  font-weight: 600;
  margin: 5.0rem 0;
  color: #162f72;
}
.c-banner__cfp p {
  font-size: 2.6rem;
  line-height: 3.0rem;
  margin-bottom: 1.3rem;
  font-weight: 600;
  color: #343434;
}
.c-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: center;
  grid-gap: 10px;
  list-style-type: none;
  max-width: 102.4rem;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.c-filters li {
  margin: 0;
}
.c-filters__btn {
  display: block;
  text-align: center;
  background: #143e82;
  color: white;
  text-decoration: none;
}
.c-filters__btn:hover,
.c-filters__btn:focus {
  background: #0d2956;
}
.c-filters__btn.selected {
  background: #000000;
}
.c-dropdownfilters {
  display: inline-block;
  width: auto;
  position: relative;
  align-self: flex-start;
  margin: 0 4.0rem 4.0rem 0;
}
.c-dropdownfilters p {
  color: #143e82;
}
.c-dropdownfilters:hover > .c-dropdownfilters__dropdown,
.c-dropdownfilters:focus > .c-dropdownfilters__dropdown,
.c-dropdownfilters:focus-within > .c-dropdownfilters__dropdown {
  opacity: 1;
  left: 50%;
  top: 130%;
  transform: translateX(-50%);
  transition: left 0s, top 0.35s, opacity 0.35s;
}
.c-dropdownfilters__dropdown {
  opacity: 0;
  position: absolute;
  background: #143e82;
  padding: 2.0rem;
  border-radius: 5px;
  transform: translateX(-50%);
  left: -100000px;
  top: 130%;
  height: auto;
  width: 20.0rem;
  z-index: 100;
  text-align: center;
  transition: left 0s 0.35s, top 0.35s, opacity 0.35s;
}
.c-dropdownfilters__dropdown a {
  color: #96d3f0;
}
.c-dropdownfilters__dropdown::before {
  content: '\f0d8';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 3.0rem;
  width: 100%;
  height: 3.0rem;
  border-radius: 0.25rem;
  transform: translateX(-50%);
  position: absolute;
  top: -2rem;
  z-index: 10;
  color: #143e82;
}
.c-dropdownfilters__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: background-color;
}
.c-dropdownfilters--selected {
  color: orange;
}
.c-dropdownfilters__btn {
  display: block;
  font-size: 2.0rem;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.c-dropdownfilters__item {
  margin: 0 0 1.0rem 0;
}
.c-dropdownfilters__item a {
  line-height: 1.6rem;
}
.c-dropdownfilters__item a:hover {
  text-decoration: none;
}
.c-dropdownfilters__item:last-child {
  margin-bottom: 0;
}
.c-dropdownfilters__item:first-child a {
  font-weight: bold;
  color: #169FE0;
}
/* 

STRUCTURE (Edit this structure in news_helper.php ~ Line 58)

	<ul class="c-pagination">
		<li class="c-pagination__item c-pagination__item--direction">
			<i class="fas fa-angle-double-left"></i>
		</li>
		<li class="c-pagination__item c-pagination__item--direction">
			<i class="fas fa-angle-left"></i>
		</li>
		<li class="c-pagination__item">%NUM</li>
		<li class="c-pagination__item c-pagination__item--direction">
			<i class="fas fa-angle-right"></i>
		</li>
		<li class="c-pagination__item c-pagination__item--direction">
			<i class="fas fa-angle-double-right"></i>
		</li>
	</ul>

*/
.c-pagination {
  list-style-type: none;
  margin: auto;
  padding: 0;
  display: flex;
}
.c-pagination__item {
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  /* Items inside the list are generated automatically,
	   so their tag is styled instead of having a custom class
	   The pagination link items becomes a <span> when .is-active == true,
	   so we need the base styles to match */
  /* Styles for when the span is active
	within the pagination item */
  /* The next, prev, first, and last arrows */
}
.c-pagination__item a,
.c-pagination__item span {
  color: black;
  text-decoration: none;
  display: block;
  padding: 5px;
  transition: all 0.35s;
  color: #143e82;
}
.c-pagination__item a:hover {
  color: #2268da;
}
.c-pagination__item:after {
  display: inline-block;
  content: '|';
  margin-right: -10px;
  color: #143e82;
}
.c-pagination__item:last-child:after {
  display: none;
}
.c-pagination__item.is-active span {
  color: #143e82;
  font-weight: bold;
}
.c-pagination__item--direction a {
  background: none;
}
.c-gallery {
  list-style-type: none;
  -ms-grid-columns: (1fr 200px)[4];
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-gap: 3.0rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .c-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 641px) {
  .c-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-gallery__card {
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.c-gallery__imgwrap {
  overflow: hidden;
  display: flex;
  position: relative;
  width: 100%;
}
.c-gallery__imgwrap picture,
.c-gallery__imgwrap img {
  display: block;
  margin: 0;
  padding: 0;
  filter: none;
  transform: rotate(0deg) scale(1);
  transition: all 0.35s;
  width: 100%;
}
.c-gallery__imgwrap:hover picture,
.c-gallery__imgwrap:hover img {
  transform: scale(1.1);
}
.c-gallery__imgwrap:hover:before {
  opacity: 0.5;
}
.c-gallery__imgwrap:hover:after {
  top: 50%;
  opacity: 1;
}
.c-gallery__imgwrap:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 2;
  opacity: 0;
  transition: all 0.35s;
}
.c-gallery__imgwrap:after {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: attr(data-caption);
  color: white;
  z-index: 5;
  opacity: 0;
  transition: all 0.35s;
}
.c-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #eeeef1;
  border-radius: 0.5rem;
  max-width: 35.0rem;
  overflow: hidden;
}
.c-card--home {
  margin: 1.5rem 0;
}
@media screen and (max-width: 641px) {
  .c-card {
    width: 100%;
    max-width: 100%;
  }
}
.c-card__image {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
}
.c-card__image img,
.c-card__image picture {
  width: 100%;
  display: block;
}
.c-card__text {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}
.c-card__text--padded {
  padding: 3.0rem;
}
.c-card__text--home {
  margin-top: 2.0rem;
}
.c-card__text--sidebar {
  margin-top: 2.0rem;
  margin-bottom: 1.0rem;
}
.c-card__text p {
  margin-bottom: 1.0rem;
}
.c-card__text--cfp p {
  margin: 0;
}
.c-card__text--cfp p:last-of-type {
  margin-bottom: 1.0rem;
}
.c-card__title {
  margin: 0;
  padding: 0;
  font-size: 2.0rem;
  line-height: 2.5rem;
  color: #143e82;
  margin-bottom: 1.0rem !important;
}
a.c-card__title {
  transition: color 0.35s;
}
a.c-card__title:hover {
  color: #2268da;
  text-decoration: none;
}
.c-card__btn {
  position: relative;
  margin-top: auto;
}
.c-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  background: #f7f7f8;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 102.4rem;
  max-height: 100%;
  overflow: auto;
  z-index: 21;
  padding: 4.0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  opacity: 0;
  visibility: none;
  transition: opacity 0.35s;
  pointer-events: none;
}
.c-modal.is-visible {
  opacity: 1;
  visibility: auto;
  pointer-events: auto;
}
.c-modal__profile {
  display: flex;
}
.c-modal__profile img,
.c-modal__profile picture {
  max-width: 31.5rem;
  margin-right: 2.0rem;
}
.c-modal__profile__name {
  font-size: 3.6rem;
}
.c-search {
  display: flex;
  flex-direction: row;
  margin: 1.0rem 0 1.4rem 0;
  align-self: flex-end;
}
.c-search::before {
  content: '\f002';
  font-family: "Font Awesome 5 Pro";
  color: #666;
  position: absolute;
  z-index: 10;
  font-size: 1.4rem;
  transform: translate(100%, 86%);
}
@media screen and (max-width: 992px) {
  .c-search {
    display: none;
  }
}
label.c-search__label {
  margin-bottom: 1rem;
}
input.c-search__input {
  box-sizing: border-box;
  position: relative;
  padding-left: 4.0rem;
  border-top-left-radius: 1.7rem;
  border-bottom-left-radius: 1.7rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 18.0rem;
  font-size: 1.4rem;
  box-shadow: 0 0 0px #FAEE3D;
  transition: width 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
input.c-search__input:focus {
  width: 30.0rem;
  box-shadow: 0 0 5px #FAEE3D;
}
input.c-search__input:focus + input {
  box-shadow: 0 0 5px #FAEE3D;
}
input.c-search__submit {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  box-shadow: 0 0 0px #FAEE3D;
  border-top-right-radius: 1.7rem;
  border-bottom-right-radius: 1.7rem;
  margin: 0;
  transition: width 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  background-image: linear-gradient(45deg, #fecd1f, #faee3d);
  color: black;
  font-size: 1.6rem;
  padding: 0 2.0rem;
}
.c-secure {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-shrink: 0;
  height: 5rem;
  padding: 0 2.5rem;
  background-image: linear-gradient(to right, #faee3d, #fecd1f);
}
.c-secure p {
  color: black;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0;
}
.c-secure__row {
  align-items: flex-end;
  align-self: center;
}
@media screen and (max-width: 992px) {
  .c-secure__row {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .c-secure__salutation {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.c-secure__salutation .l-row {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .c-secure__salutation .l-row {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.c-secure__nav {
  line-height: 1.8rem;
}
@media screen and (max-width: 992px) {
  .c-secure__nav {
    position: fixed;
    left: 110vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-image: linear-gradient(to bottom, #faee3d, #fecd1f);
    display: flex;
    transition: left 0.35s;
    flex-direction: column;
    justify-content: center;
  }
  .c-secure__nav.is-visible {
    left: 0;
  }
}
.c-secure__dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #383942;
  left: 50%;
  top: 138%;
  text-align: center;
  height: auto;
  z-index: 11;
  transition-delay: 1s;
  transition: top 0.35s ease-in-out, opacity 0.35s ease-in-out;
  transform: translateX(-50%);
  opacity: 0;
  visibility: none;
  pointer-events: none;
  padding: 2.0rem;
  border-radius: 5px;
}
.c-secure__dropdown::before {
  content: '\f0d8';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 3.0rem;
  left: 50%;
  width: 100%;
  height: 3.0rem;
  border-radius: 0.25rem;
  transform: translateX(-50%);
  position: absolute;
  top: -1rem;
  z-index: 10;
  color: #383942;
}
@media screen and (max-width: 992px) {
  .c-secure__dropdown::before {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .c-secure__dropdown {
    background: none;
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.has-dropdown:hover .c-secure__dropdown,
.has-dropdown:focus .c-secure__dropdown,
.has-dropdown:focus-within .c-secure__dropdown,
.has-dropdown.testing .c-secure__dropdown {
  top: 130%;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 992px) {
  .has-dropdown:hover .c-secure__dropdown,
  .has-dropdown:focus .c-secure__dropdown,
  .has-dropdown:focus-within .c-secure__dropdown,
  .has-dropdown.testing .c-secure__dropdown {
    top: auto;
  }
}
.c-secure__navlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  line-height: 1.8rem;
}
@media screen and (max-width: 992px) {
  .c-secure__navlist {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }
}
.c-secure__navlist--dropdown {
  flex-direction: column;
  align-items: center;
  z-index: 11;
}
.c-secure__navlist__item {
  margin: 0;
  margin-left: 2.5rem;
  position: relative;
  text-align: center;
  line-height: 1.8rem;
}
.c-secure__navlist__item.has-dropdown::after {
  content: '\f0d7';
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  font-size: 1.2rem;
  right: -1.1rem;
  top: 0.2rem;
  color: black;
}
@media screen and (max-width: 992px) {
  .c-secure__navlist__item.has-dropdown::after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .c-secure__navlist__item {
    margin: 1.0rem 0;
    width: 100%;
    text-align: center;
  }
}
.c-secure__navlist__item--dropdown {
  margin-left: 0;
  margin: 0.5rem 0;
}
.c-secure__navlist__btn {
  color: black;
  font-size: 1.4rem;
  white-space: nowrap;
}
.c-secure__navlist__btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .c-secure__navlist__btn {
    font-size: 1.6rem;
  }
}
.c-secure__navlist__btn--dropdown {
  color: white;
  line-height: 2.5rem;
}
@media screen and (max-width: 992px) {
  .c-secure__navlist__btn--dropdown {
    color: black;
  }
}
.c-secure__navshow {
  color: black;
  align-self: center;
}
.c-viewtoggle {
  display: inline-block;
  position: relative;
  color: black;
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .c-viewtoggle {
    display: none;
    text-align: center;
    margin-top: 3.0rem;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.c-viewtoggle:hover .c-viewtoggle__dropdown,
.c-viewtoggle:focus .c-viewtoggle__dropdown,
.c-viewtoggle:focus-within .c-viewtoggle__dropdown,
.c-viewtoggle.testing .c-viewtoggle__dropdown {
  top: 130%;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 992px) {
  .c-viewtoggle:hover .c-viewtoggle__dropdown,
  .c-viewtoggle:focus .c-viewtoggle__dropdown,
  .c-viewtoggle:focus-within .c-viewtoggle__dropdown,
  .c-viewtoggle.testing .c-viewtoggle__dropdown {
    top: auto;
  }
}
.c-viewtoggle__btn {
  position: relative;
}
.c-viewtoggle__btn::after {
  content: '\f0d7';
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: -1.4rem;
  top: 0;
}
@media screen and (max-width: 992px) {
  .c-viewtoggle__btn::after {
    display: none;
  }
}
.c-viewtoggle__dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #383942;
  left: 50%;
  top: 138%;
  text-align: center;
  height: auto;
  z-index: 11;
  transition-delay: 1s;
  transition: top 0.35s ease-in-out, opacity 0.35s ease-in-out;
  transform: translateX(-50%);
  opacity: 0;
  visibility: none;
  pointer-events: none;
  padding: 2.0rem;
  border-radius: 5px;
}
.c-viewtoggle__dropdown::before {
  content: '\f0d8';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 3.0rem;
  left: 50%;
  width: 100%;
  height: 3.0rem;
  border-radius: 0.25rem;
  transform: translateX(-50%);
  position: absolute;
  top: -1rem;
  z-index: 10;
  color: #383942;
}
@media screen and (max-width: 992px) {
  .c-viewtoggle__dropdown::before {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .c-viewtoggle__dropdown {
    background: none;
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.c-viewtoggle__option {
  position: relative;
  z-index: 12;
  display: block;
  white-space: nowrap;
  line-height: 2.8rem;
  color: white;
}
.c-viewtoggle__option:hover {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .c-viewtoggle__option {
    color: black;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0.5rem 0;
  }
}
.c-list {
  list-style-type: none;
  padding: 0;
  background: #eeeef1;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 5px;
}
.c-list__item {
  margin: 0;
  padding: 3.0rem;
}
.c-list__item:last-child {
  margin: 0;
  padding: 2.5rem 3.0rem;
}
.c-list__item:nth-of-type(2n) {
  background-color: #ffffff;
}
.c-list__item p {
  margin: 0.25rem 0;
}
.c-list__item:last-of-type {
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.c-list__title {
  margin: 0;
}
.c-list__item__title {
  margin: 0;
  padding: 0;
  font-size: 2.0rem;
  line-height: 2.5rem;
  color: #143e82;
}
.c-list--meetingpack {
  position: relative;
  margin-top: 6.0rem;
  margin-bottom: 20.0rem;
}
.c-list--meetingpack:after {
  content: '';
  border-bottom: 1px solid #eeeef1;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10rem;
}
.c-list--meetingpack:last-child {
  margin-bottom: 6.0rem;
}
.c-list--meetingpack:last-child:after {
  border: none;
}
.c-section {
  width: calc(100% + 5.0rem);
  margin-bottom: -2.5rem;
  margin-top: 6.0rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6.0rem 2.5rem;
}
.c-section--homegallery {
  margin-bottom: -8.5rem;
  margin-top: 0;
}
.c-content {
  width: 100%;
  max-width: 102.4rem;
  padding-top: 3.0rem;
}
.c-content--narrow {
  max-width: calc(82.4rem);
}
.c-content--sidebarred {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 641px) {
  .c-content--sidebarred {
    flex-direction: column;
  }
}
@media screen and (max-width: 641px) {
  .c-content--mpack {
    flex-direction: column-reverse;
  }
}
.c-content__sidebar {
  display: flex;
  flex-direction: column;
  padding: 2.2rem 3.0rem 3.0rem 3.0rem;
  background: #eeeef1;
  max-width: 31.4rem;
  border-radius: 5px;
  width: 35%;
  margin-left: 2.0rem;
}
@media screen and (max-width: 641px) {
  .c-content__sidebar {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.c-content__sidebar--mpack {
  margin-bottom: 4.0rem;
}
.c-content__article {
  width: 65%;
}
@media screen and (max-width: 641px) {
  .c-content__article {
    width: 100%;
  }
}
.c-content__articleimage picture,
.c-content__articleimage img {
  width: 100%;
  height: auto;
  margin: 0 0 3.5rem 0;
  border-radius: 5px;
}
.c-sector {
  margin-top: 3.0rem;
}
.c-sector__image {
  width: 100%;
  align-self: flex-start;
  border-radius: 5px;
  margin-bottom: 4.0rem;
}
@media screen and (max-width: 641px) {
  .c-sector__image {
    margin-top: 4.0rem;
  }
}
.c-sector__image picture,
.c-sector__image img {
  width: 100%;
  border-radius: 5px;
}
.c-sector__linkblock {
  display: flex;
  align-items: center;
  font-size: 3.0rem;
  background: #eeeef1;
  border-radius: 5px;
  padding: 3.0rem;
  color: #143e82;
  margin-bottom: 4.0rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.c-sector__linkblock i,
.c-sector__linkblock svg {
  margin-right: 2.0rem;
}
.c-sector__linkblock:hover {
  text-decoration: none;
  color: #2268da;
}
/* 


/////////////////////////
////  CSS Structure  ////
/////////////////////////

	• LESS Preprocessor is used
	• All components are divided into individual LESS files 
	• LESS nesting should be limited to TWO levels
	• Processed CSS should be minified to reduce file sizes


/////////////////////
///////  BEM  ///////
/////////////////////

	• Follow BEM principles as closely as possible


	c-block__element1__element2--modifier
	|_____|  |______|  |______|  |______|
 	   A        B          C         D

 	 A: Block
 	 B: Child Element of Block
 	 C: Grandchild Element of Block
 	 D: Class Modifier (e.g orange)

	• Try to limit __elements to grandchildren (c-block__element1__element2) otherwise, it may be time to rethink your
	  block structure. (Is the child element actually an element or should it be defined as it's own block?)




/////////////////////
///  NAMESPACING  ///
/////////////////////


l-:  Layout;

Denotes an item used for the layout structure. Modifying this will affect everything on the website, so proceed with caution.
(e.g. editing l-grid will affect every component)


c-:  Component;

Denotes a component. These styles will modify this component only
(e.g. editing c-modal will change styles associated only with all modal components active on the website)


u-:  Utilities;

Utility classes are typically used in a singular instance and could potentially contain an "!important" override. Use these
sparingly, as too many !important can muddle up css structure.


is-, has-: States;

A class that defines a state. It's usually added or removed using jquery.


Exception: Typography styles (e.g. p, h1, h2, h3, etc.) do not have a namespace. They instead use their tag paired with a
class that matches so the text style can be used in other places. Using the tag helps identify which tag style is overwriting
the defined tag.


*/
