@charset "UTF-8";

@font-face {
  font-family: 'fontello';
  src: url("/ResourcePackages/MFDF/assets/font/fontello.eot?29335805");
  src: url("/ResourcePackages/MFDF/assets/font/fontello.eot?29335805#iefix") format("embedded-opentype"),
         url("/ResourcePackages/MFDF/assets/font/fontello.woff2?29335805") format("woff2"),
         url("/ResourcePackages/MFDF/assets/font/fontello.woff?29335805") format("woff"),
         url("/ResourcePackages/MFDF/assets/font/fontello.ttf?29335805") format("truetype"),
         url("/ResourcePackages/MFDF/assets/font/fontello.svg?29335805#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/ResourcePackages/MFDF/assets/font/fontello.svg?29335805#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; *//* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric *//* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size *//* font-size: 120%; *//* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect *//* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow:before {
  content: '\e805';
}

/* '' */


/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

ul {
  list-style: disc;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
  font: 18px/24px "Alegreya", serif;
  color: #2d2e35;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 24px;
}
p:last-child,
ol:last-child,
ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
p,
ol,
ul {
  orphans: 2;
  widows: 2;
}
ol,
ul {
  margin-left: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

.title-block__content h1 {
color: #fff;
}


img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}

h1 {
  color: #0B2341;
  font-family: "Alegreya", serif;
  font-weight: normal;
}

h2 {
  color: #243d60;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h3 {
  color: #504c87;
  font-family: "Alegreya", serif;
  font-weight: 800;
  font-style: normal; 
}
h4 {
  color: #0B2341;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

h5,
h6 {
    font-family: "Alegreya Sans", sans-serif;
}
h1 {
  font-size: 64px;
  line-height: 64px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 72px;
  }
}

h2 {
  font-size: 50px;
  line-height: 50px;
}
h3 {
  font-size: 30px;
  line-height: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
    font-size: 18px;
  }

.interior-nav h5   {
  font-size: 30px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

@media (max-width: 767.97px) {
  .align-left-m {
  text-align: left;
  }
  .align-center-m {
    text-align: center;
  }
  .align-right-m {
    text-align: right;
  }
}

.lead {
  font-size: 120%;
}

.note {
  font-size: 80%;
  opacity: 0.8;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight {
  color: #009Eb7;
  font-weight: 500;
  font-style: italic;
}

.warn {
  color: #d35400;
}


/*! ---------- =common =components ---------- */

a {
  text-decoration: none;
  color: #4c6387;
  font-weight: bold;
  font-family: "Alegreya Sans", sans-serif;
}

p a {
 font-family: "Alegreya Sans", sans-serif;
}
a:hover,
a:focus {
  color: #624C80;
  font-weight: bold;
}
a,
button {
  -webkit-transition: color 0.15s ease-out,
                        background-color 0.15s ease-out,
                        border 0.15s ease-out,
                        box-shadow 0.15s ease-out,
                        opacity 0.15s ease-out;
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                border 0.15s ease-out,
                box-shadow 0.15s ease-out,
                opacity 0.15s ease-out;
}

.pill {
  background: #F5f5f5;
  border: 1px solid #DADADA;
  border-radius: 24px;
  display: inline-block;
  font-size: 80%;
  padding: 6px 24px;
  white-space: nowrap;
  margin-bottom: 6px;
  font-family: "Alegreya Sans", sans-serif;
}
.pill.cat-webinars,
.cat-webinars,
.cat-webinar {
  background: #624C80;
  color: #fff;
}
.pill.cat-in-person,
.cat-in-person {
  background: #f5e4a3;
  color: #000;
  font-weight: bold;
}
.pill.cat-virtual,
.cat-virtual {
  background: #0B2341;
  color: #fff;
}

.margin {
  margin-bottom: 24px;
}

.margin-large {
  margin-bottom: 48px;
}

.margin-small {
  margin-bottom: 12px;
}

.margin-top {
  margin-top: 24px;
}

.margin-top-large {
  margin-top: 48px;
}

.margin-top-small {
  margin-top: 12px;
}

.no-margin {
  margin: 0;
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  margin-left: 0.3em;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.more:hover .fa-arrow-right,
.more:focus .fa-arrow-right {
  -webkit-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}

.img-left,
.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 12px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 12px;
}
.img-right {
  float: right;
  margin-left: 12px;
}

figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #f9fafb;
  padding: 6px;
}

figcaption {
  display: block;
  padding: 6px 0;
  font-size: 18px;
  opacity: 0.8;
}

table {
  border: 1px solid #eaedf1;
}
table tr {
  border-bottom: 1px solid #eaedf1;
}
table td {
  border-right: 1px solid #eaedf1;
  padding: 6px 12px;
}
table td:last-child {
  border-right: 0;
}

.to-screen-edges,
.content > .page-bounds > .carousel,
.title-block,
.alternate-background {
  width: auto !important;
  margin-left: -24px;
  margin-right: -24px;
}
.to-screen-edges__content,
.alternate-background__content {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .to-screen-edges,
  .content > .page-bounds > .carousel,
  .title-block,
  .alternate-background {
    margin-left: -48px;
    margin-right: -48px;
  }
  .to-screen-edges__content,
  .alternate-background__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 1376px) {
  .to-screen-edges,
  .content > .page-bounds > .carousel,
  .title-block,
  .alternate-background {
    margin-left: calc(-50vw + (1280px / 2));
    margin-right: calc(-50vw + (1280px / 2));
  }
  .to-screen-edges__content,
  .alternate-background__content {
    padding-left: calc(50vw - (1280px / 2));
    padding-right: calc(50vw - (1280px / 2));
  }
}


.pull-quote {
  border: 2px solid #009Eb7;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
  margin: 24px 0;
  padding: 24px 36px 24px;
  position: relative;
  color: #009Eb7;
  font-weight: 500;
  font-style: italic;
}
.pull-quote::before {
  background: #fff;
  color: #009Eb7;
  content: '\f10d';
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  font-weight: 900;
  padding: 6px 0;
  position: absolute;
  left: -12px;
}
.pull-quote__attribution {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #2d2e35;
  font-style: normal;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18px;
}

@media (min-width: 470px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 24px;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}

.debug-url {
  background-color: #efe;
  border: 2px solid #bada55;
  padding: .5em; 
  margin-bottom: .5em;
  word-wrap: break-word;
}
.no-results {
  margin-top: 20px;
}

.pagination {
  margin: 48px 0;
}
ul.pagination {
  list-style: none;
}
.pagination .overview {
  margin-right: 20px;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}
.pagination__overview {
  font-size: 18px;
  margin: 0 0 12px;
}
a.pagination__page, 
a.pagination__previous, 
a.pagination__next {
}
.pagination__current, .pagination__page, .pagination__next {
  display: inline-block;
  padding: 5px 12px;
  border: #624C80 solid 1px;
  margin-bottom: 15px;
}
.pagination__page--current, 
ul.pagination li.active, 
ul.pagination li.active a {
  background: #624C80;
  color: #fff;
  font-weight: 700;
}

ul.pagination li {
  display: inline-block;
  padding: 5px 12px;
  border: #225398 solid 1px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .pagination__overview {
    display: inline-block;
    margin: 0 24px 0 0;
  }
}


.content-box {
  background: #fff;
  border-left: 5px solid #0B2341;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 24px;
}
.content-box:not(:last-child) {
  margin-bottom: 24px;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #0B2341;
}
.content-box--highlight {
  border-color: #624C80;
}
.content-box--highlight h1,
.content-box--highlight h2,
.content-box--highlight h3,
.content-box--highlight h4,
.content-box--highlight h5,
.content-box--highlight h6 {
  color: #624C80;
}

.content-box--highlight.Teal h3, .content-box--highlight.Teal button.button--arrow, .content-box--highlight.Teal button {
  color: #329791;
}


.content-box--highlight.Moss h3, .content-box--highlight.Moss button.button--arrow, .content-box--highlight.Moss button  {
color: #65ac64;
}

.content-box--highlight.Gold h3, .content-box--highlight.Gold button.button--arrow, .content-box--highlight.Gold button {
color: #b8992e;
}

.content-box--highlight.Navy h3, .content-box--highlight.Navy button.button--arrow, .content-box--highlight.Navy button {
    color: #0B2341;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
  }
  
  
  .content-box--highlight.Purple h3, .content-box--highlight.Purple button.button--arrow, .content-box--highlight.Purple button  {
    color: #624C80;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
  }
  
  .content-box--highlight.Blue  h3, .content-box--highlight.Blue  button.button--arrow, .content-box--highlight.Blue button {
    color: #4C6387;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
  }

  .content-box--highlight p,  .content-box--highlight div {
    font-weight: normal;
  }

a  .content-box--highlight.Teal  div, a  .content-box--highlight.Teal p, a  .content-box--highlight.Moss  div, a  .content-box--highlight.Moss p, a  .content-box--highlight.Gold  div, a  .content-box--highlight.Gold p {
color: #2d2e35;
font-size: 18px;
}

button.button--arrow.white, a button.button--arrow.white {
color: #fff;
text-align: right;
}


button.button--arrow.white.second-one {
margin-left: 25px;
}


.content-box--highlight.Teal {
    border-color:   #329791;
}

.content-box--highlight.Gold {
    border-color:   #b8992e;
}

.content-box--highlight.Moss {
    border-color:   #65ac64;

}

.content-box--highlight.Navy {
    border-color:   #0B2341;
}

.content-box--highlight.Purple {
    border-color:   #624C80;
}

.content-box--highlight.Turquoise {
    border-color:   #009Eb7;

}
.content-box--highlight.Blue {
    border-color:   #4C6387;
}

.content-box--highlight .button {
  color: #329791;
}
.content-box--highlight .button:hover,
.content-box--highlight .button:focus {
  color: #267d78;
}
.content-box--action {
  border-color: #007c8f;
}
.content-box--action h1,
.content-box--action h2,
.content-box--action h3,
.content-box--action h4,
.content-box--action h5,
.content-box--action h6 {
  color: #007c8f;
}
.content-box--action .button {
  color: #007c8f;
}
.content-box--action .button:hover,
.content-box--action .button:focus {
  color: #007c8f;
  border-color: #007c8f;
}
.content-box--secondary {
  border-color: #4C6387;
}
.content-box--secondary h1,
.content-box--secondary h2,
.content-box--secondary h3,
.content-box--secondary h4,
.content-box--secondary h5,
.content-box--secondary h6 {
  color: #4C6387;
}
.content-box--secondary .button {
  color: #4C6387;
}
.content-box--secondary .button:hover,
.content-box--secondary .button:focus {
  color: #4C6387;
  border-color: #4C6387;
}
.content-box--solid {
  background: url(/images/default-source/siteimages/2024-purple-pattern.png) no-repeat;
  border: 0;
  padding-bottom: 60px;
  padding-top: 60px;
  object-fit: cover;
}

.content-box--solid.navy-solid {
  background: url(/images/default-source/siteimages/2024-navy-pattern.png) no-repeat;
}

.content-box--solid h1,
.content-box--solid h2,
.content-box--solid h3,
.content-box--solid h4,
.content-box--solid h5,
.content-box--solid h6,
.content-box--solid p,
.content-box--solid table {
  color: #fff;
}
.content-box--solid table,
.content-box--solid table tr,
.content-box--solid table td {
  border-color: #fff;
}
.content-box--solid .button {
  border-color: #fff;
  color: #fff;
}
.content-box--solid .button:hover,
.content-box--solid .button:focus {
  border-color: #fff;
  color: #fff;
}

.truncator-expand {
  border-top: 1px dashed #8b8b8b;
  color: #624C80;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  padding-top: 6px;
  text-align: left;
  width: 100%;
}
.margin + .truncator-expand {
  margin-top: -12px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 24px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -36px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 48px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #8b8b8b;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 24px 18px;
  font-size: 18px;
}
.color-spec__title {
  font-size: 22px;
  margin-bottom: 12px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}

.js .toggle-target:not(.is-active) {
  display: none;
}

.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.group:after,
.side-label:after,
.page-header:after,
.interior-layout:after,
.item-list__item:after {
  content: "";
  display: table;
  clear: both;
}

.alternate-background {
  /* background: #012a4e; */
  margin-top: 24px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}
.alternate-background:not(:last-child) {
  margin-bottom: 24px;
}
.alternate-background__image {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; 
  /* background-image: url('http://www.mfdf.org/images/default-source/siteimages/2024-navy-pattern.png');
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;p
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;*/
}

.alternate-background__image.new-image-background {
  background-image: url('http://www.mfdf.org/images/default-source/siteimages/2024-navy-pattern-new.png');
  /* background-size: cover;
  position: absolute; */
}


.title-block__background {
  background: url(/images/default-source/siteimages/2024-purple-pattern-new.png);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; 
}

.title-block__background.new-home-background {
  background-image: url(http://www.mfdf.org/images/default-source/siteimages/2024-navy-pattern-new.png) !important;
  bottom: 0;
  left: 0;
  /* overflow: hidden; */
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; 
}


.title-block__background img {
  display: none;
} 


.alternate-background__image img {
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); 
}

.alternate-background__content {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .alternate-background {
    margin-top: 48px;
    padding: 48px;
  }
  .alternate-background:not(:last-child) {
    margin-bottom: 48px;
  }

  .alternate-background__image.mobile-adjust img {
    left: 50%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
  }

}

.alternate-background__pattern {
 /* background: url(/ResourcePackages/MFDF/assets/images/pattern.png) repeat-x center; */
}

@media (max-width: 768px) {

.alternate-background__image img {
   max-width: 1500px; 
}

.alternate-background__image.mobile-adjust img {
  max-width: 960px; 
}

}

@media (max-width: 480px) {

.alternate-background__image.mobile-adjust img {
  max-width: 960px;
}

}

/*! ---------- =grids ---------- */

.grid {
  display: block;
  padding: 0;
  margin-right: -24px;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -24px;
}
.grid--compact {
  margin-right: 12px;
}
.grid--compact.no-margin {
  margin-bottom: -12px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 24px 24px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 12px 12px 0;
}
.grid__unit--1-2 {
  width: 50%;
}
.grid__unit--1-3 {
  width: 33.33%;
}
.grid__unit--2-3 {
  width: 66.66%;
}
.grid__unit--1-4 {
  width: 25%;
}
.grid__unit--3-4 {
  width: 75%;
}
.grid__unit--1-5 {
  width: 20%;
}
.grid__unit--2-5 {
  width: 40%;
}
.grid__unit--3-5 {
  width: 60%;
}
.grid__unit--4-5 {
  width: 80%;
}
.grid__unit--1-6 {
  width: 16.66%;
}
.grid__unit--5-6 {
  width: 83.3%;
}
.grid__unit--1-8 {
  width: 12.5%;
}
.grid__unit--3-8 {
  width: 37.5%;
}
.grid__unit--5-8 {
  width: 62.5%;
}
.grid__unit--7-8 {
  width: 87.5%;
}
.grid__unit--1-9 {
  width: 11.11%;
}
.grid__unit--2-9 {
  width: 22.22%;
}
.grid__unit--4-9 {
  width: 44.44%;
}
.grid__unit--5-9 {
  width: 55.55%;
}
.grid__unit--7-9 {
  width: 77.77%;
}
.grid__unit--8-9 {
  width: 88.88%;
}
.grid__unit--1-12 {
  width: 8.33%;
}
.grid__unit--5-12 {
  width: 41.65%;
}
.grid__unit--7-12 {
  width: 58.31%;
}
.grid__unit--11-12 {
  width: 91.63%;
}

@media (min-width: 470px) {
  .grid__unit--1-1-s {
    width: 100%;
  }
  .grid__unit--1-2-s {
    width: 50%;
  }
  .grid__unit--1-3-s {
    width: 33.33%;
  }
  .grid__unit--2-3-s {
    width: 66.66%;
  }
  .grid__unit--1-4-s {
    width: 25%;
  }
  .grid__unit--3-4-s {
    width: 75%;
  }
  .grid__unit--1-5-s {
    width: 20%;
  }
  .grid__unit--2-5-s {
    width: 40%;
  }
  .grid__unit--3-5-s {
    width: 60%;
  }
  .grid__unit--4-5-s {
    width: 80%;
  }
  .grid__unit--1-6-s {
    width: 16.66%;
  }
  .grid__unit--5-6-s {
    width: 83.3%;
  }
  .grid__unit--1-8-s {
    width: 12.5%;
  }
  .grid__unit--3-8-s {
    width: 37.5%;
  }
  .grid__unit--5-8-s {
    width: 62.5%;
  }
  .grid__unit--7-8-s {
    width: 87.5%;
  }
  .grid__unit--1-9-s {
    width: 11.11%;
  }
  .grid__unit--2-9-s {
    width: 22.22%;
  }
  .grid__unit--4-9-s {
    width: 44.44%;
  }
  .grid__unit--5-9-s {
    width: 55.55%;
  }
  .grid__unit--7-9-s {
    width: 77.77%;
  }
  .grid__unit--8-9-s {
    width: 88.88%;
  }
  .grid__unit--1-12-s {
    width: 8.33%;
  }
  .grid__unit--5-12-s {
    width: 41.65%;
  }
  .grid__unit--7-12-s {
    width: 58.31%;
  }
  .grid__unit--11-12-s {
    width: 91.63%;
  }
}

@media (min-width: 768px) {
  .grid {
    margin-right: -48px;
  }
  .grid.no-margin {
    margin-bottom: -48px;
  }
  .grid--compact {
    margin-right: -24px;
  }
  .grid--compact.no-margin {
    margin-bottom: -24px;
  }
  .grid__unit {
    padding: 0 48px 48px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 24px 24px 0;
  }
  .grid__unit--1-1-m {
    width: 100%;
  }
  .grid__unit--1-2-m {
    width: 50%;
  }
  .grid__unit--1-3-m {
    width: 33.33%;
  }
  .grid__unit--2-3-m {
    width: 66.66%;
  }
  .grid__unit--1-4-m {
    width: 25%;
  }
  .grid__unit--3-4-m {
    width: 75%;
  }
  .grid__unit--1-5-m {
    width: 20%;
  }
  .grid__unit--2-5-m {
    width: 40%;
  }
  .grid__unit--3-5-m {
    width: 60%;
  }
  .grid__unit--4-5-m {
    width: 80%;
  }
  .grid__unit--1-6-m {
    width: 16.66%;
  }
  .grid__unit--5-6-m {
    width: 83.3%;
  }
  .grid__unit--1-8-m {
    width: 12.5%;
  }
  .grid__unit--3-8-m {
    width: 37.5%;
  }
  .grid__unit--5-8-m {
    width: 62.5%;
  }
  .grid__unit--7-8-m {
    width: 87.5%;
  }
  .grid__unit--1-9-m {
    width: 11.11%;
  }
  .grid__unit--2-9-m {
    width: 22.22%;
  }
  .grid__unit--4-9-m {
    width: 44.44%;
  }
  .grid__unit--5-9-m {
    width: 55.55%;
  }
  .grid__unit--7-9-m {
    width: 77.77%;
  }
  .grid__unit--8-9-m {
    width: 88.88%;
  }
  .grid__unit--1-12-m {
    width: 8.33%;
  }
  .grid__unit--5-12-m {
    width: 41.65%;
  }
  .grid__unit--7-12-m {
    width: 58.31%;
  }
  .grid__unit--11-12-m {
    width: 91.63%;
  }
}

@media (min-width: 960px) {
  .grid__unit--1-1-l {
    width: 100%;
  }
  .grid__unit--1-2-l {
    width: 50%;
  }
  .grid__unit--1-3-l {
    width: 33.33%;
  }
  .grid__unit--2-3-l {
    width: 66.66%;
  }
  .grid__unit--1-4-l {
    width: 25%;
  }
  .grid__unit--3-4-l {
    width: 75%;
  }
  .grid__unit--1-5-l {
    width: 20%;
  }
  .grid__unit--2-5-l {
    width: 40%;
  }
  .grid__unit--3-5-l {
    width: 60%;
  }
  .grid__unit--4-5-l {
    width: 80%;
  }
  .grid__unit--1-6-l {
    width: 16.66%;
  }
  .grid__unit--5-6-l {
    width: 83.3%;
  }
  .grid__unit--1-8-l {
    width: 12.5%;
  }
  .grid__unit--3-8-l {
    width: 37.5%;
  }
  .grid__unit--5-8-l {
    width: 62.5%;
  }
  .grid__unit--7-8-l {
    width: 87.5%;
  }
  .grid__unit--1-9-l {
    width: 11.11%;
  }
  .grid__unit--2-9-l {
    width: 22.22%;
  }
  .grid__unit--4-9-l {
    width: 44.44%;
  }
  .grid__unit--5-9-l {
    width: 55.55%;
  }
  .grid__unit--7-9-l {
    width: 77.77%;
  }
  .grid__unit--8-9-l {
    width: 88.88%;
  }
  .grid__unit--1-12-l {
    width: 8.33%;
  }
  .grid__unit--5-12-l {
    width: 41.65%;
  }
  .grid__unit--7-12-l {
    width: 58.31%;
  }
  .grid__unit--11-12-l {
    width: 91.63%;
  }
}


/*! ---------- =forms ---------- */

form label:has(+ input[required])::after {
  color: #9d1c30;
  content: '*';
  font-size: 21px;
  margin-left: 3px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  background: #f9fafb;
  border-bottom: 3px solid #2d2e35;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  color: #2d2e35;
  color: rgba(117, 117, 117, 0.8);
  display: block;
  margin: 0;
  padding: 9px 12px;
  -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  width: 100%;
}
input[type="text"]:not(:last-child),
input[type="email"]:not(:last-child),
input[type="password"]:not(:last-child),
input[type="number"]:not(:last-child),
input[type="tel"]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 24px;
}
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="tel"]:required,
textarea:required,
select:required {
  border-color: #c7d0d8;
}
input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #d35400;
  color: #d35400;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #00529b;
  color: #2d2e35;
}
textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-right: 7px;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 24px;
}

label {
  color: #012a4e;
  display: block;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  opacity: 0.9;
  -webkit-transition: color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

label.required {
  color: #012a4e;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #d35400;
}
label.is-selected {
  color: #267d78;
}
label.is-focused {
  color: #00529b;
  opacity: 1;
}

.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 470px) {
  .side-label {
    padding-left: 168px;
  }
  .side-label label {
    width: 168px;
    float: left;
    margin-left: -168px;
    padding: 6px 1em 0 0;
  }
}


.field-validation-error {
  display: block;
  margin-bottom: 24px;
  font-size: 18px;
  color: #d35400;
}
input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -18px;
}


/*! ---------- =body ---------- */

html {
 overflow-x: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.content {
  padding: 24px;
  padding-top: 110px;
}

.page-bounds {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 768px) {
  .content {
    padding: 48px;
    padding-top: 218px;
  }
}

@media (min-width: 960px) {
  .content {
    padding-top: 200px;
  }
}


/*! ---------- =header common ---------- */

.page-header {
  background: #fff;
  padding: 0 24px;
  position: relative; 
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.page-header .page-bounds {
  position: relative;
}
.page-header__toggle {
  display: none;
}

@media (max-width: 767px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    color: #624C80;
    padding: 24px;
    position: absolute;
    top: 12px;
    right: -12px;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 22px;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #012a4e;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6px;
  }
  .page-header__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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 768px) {
  .page-header {
    padding: 12px 48px;
  }
}


@media (max-width: 767px) {
  .header-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

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

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

/*! overlay mobile menu */


@media (max-width: 767px) {
  body.mobile-menu-is-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .page-header__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 5px;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    /*left: 0; */
    background: rgba(255, 255, 255, 0.95);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
  .page-header__content.mobile-menu-is-open {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
  .page-header__toggle {
    z-index: 101;
  }

  .header-nav {
    margin-top: 24px;
    background: transparent !important;
  }
  .header-nav a {
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
  }
  .header-nav__toggle {
    display: none !important;
  }
  .header-nav ul ul {
    display: none !important;
  }
}


/*! ---------- =header components ---------- */

.header-logo a,
.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
  transition: max-height 0.14s ease-out;
    -webkit-transition: max-height 0.14s ease-out;
}

@media (max-width: 767px) {
  .header-logo a {
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 84px;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -webkit-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #624C80;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,
.mobile-menu-is-open .toggle-indicator__piece {
  -webkit-transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s, -webkit-transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before,
.mobile-menu-is-open .toggle-indicator__piece::before {
  background: #012a4e;
}
.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .toggle-indicator__piece--1,
.mobile-menu-is-open .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .toggle-indicator__piece--1 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .toggle-indicator__piece--3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  display: block;
  font-size: 17px;
  padding: 12px 6px;
  color: #333;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: normal;
}
.header-utility__item a:hover,
.header-utility__item a:focus {
  color: #624C80;
}

@media (max-width: 767px) {
  .header-utility {
    padding: 18px 24px;
    text-align: center;
  }
  }


.header-user__welcome {
  color: #4c6387;
  font-size: 18px;
  opacity: 1;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: normal;
}
.header-user__action {
  color: #555;
  display: inline-block;
  font-size: 18px;
  padding: 6px;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: normal;
}

@media (max-width: 767px) {
  .header-user {
    text-align: center;
  }
  .header-user__welcome,
  .header-user__actions {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .header-user {
    text-align: right;
  }
  .header-user__welcome,
  .header-user__actions {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome {
    margin-right: 12px;
  }
}

@media (min-width: 960px) {
  .header-user {
    display: block;
    position: relative;
    top: 6px;
    right: 14px;
  }
}


.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12px;
  margin: 0;
  opacity: 0.3;
  font-size: 18px;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 12px 72px 12px 24px !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 60px;
  padding: 13px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #00529b;
  font-weight: 700;
  color: #fff;
}


@media (max-width: 767px) {
  .header-search {
    margin-top: -1px;
  }
  .header-search__label {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-search {
    width: 60px;
    position: absolute;
    right: 0;
  }

  @supports (left: calc(100% - 60px)) {
    .header-search {
      width: auto;
      left: calc(100% - 60px);
      -webkit-transition: left 0.15s ease-out;
      transition: left 0.15s ease-out;
    }
  }

  .header-search.is-focused {
    width: 100%;
  }

  @supports (left: calc(100% - 60px)) {
    .header-search.is-focused {
      width: auto;
      left: 0;
    }
  }


  .header-search__label {
    position: absolute;
    top: 50%;
    color: #141414;
    opacity: 1;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-search__label:hover,
  .header-search__label:focus {
    color: #4c6387;
  }
  .header-search__input {
    position: absolute;
    top: 50%;
    right: 0;
    padding-left: 42px !important;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.01;
  }
  .header-search__input:focus {
    opacity: 1;
  }
  .header-search__submit {
    display: none;
  }
}


@media (min-width: 768px) {
  .header-nav__search {
    min-width: 60px;
    max-width: 60px;
  }
}

.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
  font-family: "Alegreya Sans", sans-serif;
}
.header-nav > ul > li > a {
  font-weight: 500;
  color: #141414;
  
}
.header-nav li li a {
  font-size: 18px;
  color: #141414;
}
.header-nav li li li a {
  color: #8f8f8f;
}
.header-nav li li li li a {
  color: #9e9e9e;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 767px) {
  .header-nav {
    background: #fff;
  }
  .header-nav a {
    padding: 12px 96px 12px 24px;
    border-bottom: 1px solid #8b8b8b;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: #f9fafb;
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .header-nav li li li li a {
    padding-left: 96px;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    -webkit-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    display: block !important;
    visibility: visible !important;
  }
  .header-nav__toggle {
    width: 60px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block !important;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #585858;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #00529b;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
    transform: scaleX(0.6) rotateX(180deg);
  }
  
  
}

@media (min-width: 768px) {
  .header-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }
  .header-nav > ul > li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: static;
  }
  .header-nav > ul > li > a {
    padding: 24px 0;
    position: relative;
  }
  .header-nav > ul > li > a:hover,
  .header-nav > ul > li > a:focus {
    color: #4c6387;
  }
  .header-nav .is-current > a {
    color: #624C80;
  }
}

/*! megamenu-style dropdowns */

@media (min-width: 768px) {
  .header-nav > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    border: solid #012a4e;
    border-width: 5px 5px 0 0;
    -webkit-transform: scaleY(0.33) rotate(-45deg);
    -ms-transform: scaleY(0.33) rotate(-45deg);
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > ul {
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction:row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; */
    position: absolute;
    /* left: 0; 
    right: 0;*/
    top: 100%;
    padding: 36px 48px;
    border-top: 2px solid #012a4e;
    border-bottom: 1px solid #8b8b8b;
    text-align: left;
    background: #fff;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    /* box-shadow: 1279px 0 0 #fff, -1279px 0 0 #fff; */
    width: auto;
  }
  .header-nav > ul > li > ul > li {
    display: block;
    vertical-align: top;
    width: 100%;
    padding-bottom: 24px;
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 calc(100% - 12px);
    flex: 0 0 calc(100% - 12px);*/
  }
  .header-nav > ul > li > ul > li:last-child {
    padding-bottom: 0;
  }
  .header-nav > ul > li > ul > li > a {
    font-size: 18px;
    color: #012a4e;
    padding-bottom: 6px;
    font-weight: 500;
  } 
  .header-nav > ul > li > ul > li:last-child a {
    padding-bottom: 0;
  }
  .header-nav > ul > li > ul > li > ul {
    padding-top: 12px;
    border-top: 1px solid #f9fafb;
  }
  .header-nav > ul > li > ul a:hover {
    color: #624C80;
  }
  .header-nav > ul > li:hover > a {
    color: #624C80;
  }
  .header-nav > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transition: opacity 0.15s ease-out 0.58s, z-index 0s linear 0.58s, visibility 0s linear 0.58s;
    transition: opacity 0.15s ease-out 0.58s, z-index 0s linear 0.58s, visibility 0s linear 0.58s;
  }
  .header-nav > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    
  }
}

/*! navigation cascade animation */

@media (min-width: 768px) {
  .header-nav > ul > li > ul > li {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  .header-nav > ul > li:hover > ul > li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.535s, 0.535s;
    transition-delay: 0.535s, 0.535s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.57s, 0.57s;
    transition-delay: 0.57s, 0.57s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.605s, 0.605s;
    transition-delay: 0.605s, 0.605s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.64s, 0.64s;
    transition-delay: 0.64s, 0.64s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.675s, 0.675s;
    transition-delay: 0.675s, 0.675s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.71s, 0.71s;
    transition-delay: 0.71s, 0.71s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 0.745s, 0.745s;
    transition-delay: 0.745s, 0.745s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 0.78s, 0.78s;
    transition-delay: 0.78s, 0.78s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(9) {
    -webkit-transition-delay: 0.815s, 0.815s;
    transition-delay: 0.815s, 0.815s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(10) {
    -webkit-transition-delay: 0.85s, 0.85s;
    transition-delay: 0.85s, 0.85s;
  }
}

/*Utility Nav with Children */
.header-utility > ul > li > ul {
    background: #eaedf1;
    min-width: 12em;
    list-style: none;
    padding: 12px 24px;
    margin: 0;
    position: absolute;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    z-index: -1;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.header-utility > ul > li > ul > li > ul {
    display: none;
}
.header-utility > ul > li:hover > ul,
.header-utility > ul > li:focus > ul {
     opacity: 1;
     z-index: 2000;
     visibility: visible;
     -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
     transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
}
.header-utility > ul > li > ul > li {
    display: block;
    position: relative;
}
.header-utility > ul > li > ul > li > a:hover,
.header-utility > ul > li > ul > li > a:focus {
    color: #4c6387;
}
.header-utility >ul>li.has-children>a::before {
     content: '';
     display: block;
     width: 0;
     height: 0;
     border: 10px solid transparent;
     border-top-width: 0;
     border-bottom-color: #f1f1f1;
     border-bottom-color: rgba(255, 255, 255, 1);
     position: absolute;
     left: 32%;
     margin-left: -7px;
     bottom: 6px;
     -webkit-transform: scaleX(1.6);
     -ms-transform: scaleX(1.6);
     transform: scaleX(1.6);
     opacity: 0;
     visibility: hidden;
     z-index: -1;
     -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
     transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
}
 .header-utility >ul>li:hover>a::before,
 .header-utility >ul>li:focus>a::before {
     opacity: 1;
     visibility: visible;
     top: 30px;
}
.header-utility > ul > li:hover > ul, 
.header-utility > ul > li:focus > ul {
    opacity: 1;
}

@media (min-width: 768px) {
  .header-utility > ul > li > a {
    position: relative;
  }
  .header-utility > ul > li > a::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      bottom: -13px;
      left: 15px;
      margin-left: 0;
      background: #eaedf1;
      border: solid #eaedf1;
      border-width: 5px 5px 0 0;
      -webkit-transform: scaleY(0.33) rotate(-45deg);
      -ms-transform: scaleY(0.33) rotate(-45deg);
      transform: scaleY(0.33) rotate(-45deg);
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      -webkit-transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
      transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-utility > ul > li:hover > a::before {
      opacity: 1;
      visibility: visible;
      z-index: 5000;
      -webkit-transition: opacity 0.15s ease-out 0.58s, z-index 0s linear 0.58s, visibility 0s linear 0.58s;
      transition: opacity 0.15s ease-out 0.58s, z-index 0s linear 0.58s, visibility 0s linear 0.58s;
  }
}

/* Sticky Navigation */
body.is-scrolled .page-header {
  border-bottom: 1px solid #eaedf1;
}

@media (max-width: 960px) {
h1 {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (min-width: 960px) {
  body.is-scrolled .page-header {
    background-color: #FFF;
    position: fixed;
    width: 100%;
  }
  body.is-scrolled .header-logo a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.is-scrolled .header-logo img {
    max-height: 75px;
  }
  body.is-scrolled .header-meta {
    transform: translateY(-200px);
    opacity: 0;
  }
  body.is-scrolled .header-utility,
  body.is-scrolled .header-user {
    -webkit-transform: translateY(-72px);
    -ms-transform: translateY(-72px);
    transform: translateY(-72px);
    opacity: 0;
  }
  body.is-scrolled .header-nav {
    margin-left: 100px;
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  body.is-scrolled .page-header {
    max-height: 80px;
  }
  body.is-scrolled .header-nav {
    transform: translateY(-130px);
      -ms-transform: translateY(-130px);
      -webkit-transform: translateY(-130px);
  }
  body.is-scrolled .header-logo img,
  body.is-scrolled .header-utility,
  body.is-scrolled .header-user {
    -webkit-transform: translateY(-72px);
    -ms-transform: translateY(-72px);
    transform: translateY(-72px);
    opacity: 0;
  }

}

@media (max-width:767px) {
  body.is-scrolled .header-logo img {
    max-height: 60px;
  }
  .header-utility > ul > li:hover > ul, 
  .header-utility > ul > li:focus > ul {
    display: none;
  }
  .js .page-header__content {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out, opacity 0.15s ease;
    transition: all 0.25s ease-out, opacity 0.15s ease;
  }
  .js .page-header__content.mobile-menu-is-open {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
  .header-search__form {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .header-search__submit {
    display: block;
    width: 60px;
    padding: 13px 0;
    position: static;    
    float: right;
    margin-top:  -50px;
    text-align: center;
    background: #624C80;
    font-weight: 700;
    color:    #fff;
  }
  
}

@media (min-width: 1080px) {
.header-nav > ul > li > a {
    padding: 24px 0;
    position: relative;
    font-size: 21px;
  }
}


/*! ---------- =header layout ---------- */

.header-logo {
  float: left;
}

@media (min-width: 768px) {
  .header-logo {
    margin-right: 24px;
  }
  .header-logo img {
    max-height: 120px;
  }

  .header-utility {
    padding-top: 12px;
    text-align: right;
  }
  .header-utility,
  .header-user {
    transition: opacity 0.14s ease-out, -webkit-transform 0.14s ease-out;
    transition: transform 0.14s ease-out, opacity 0.14s ease-out;
    transition: transform 0.14s ease-out, opacity 0.14s ease-out, -webkit-transform 0.14s ease-out;
      -webkit-transition: opacity 0.14s ease-out, -webkit-transform 0.14s ease-out;
  }

  .header-search {
    overflow: hidden;
  }

  .header-nav {
    clear: both;
  }

  .header-nav ul:first-child {
    margin-right: 65px;
  }

  .header-utility {
    padding-top: 36px;
  }

  .header-search {
    bottom: 0;
    height: 72px;
  }

  .header-utility {
    /*padding-top: 0;*/
    padding-bottom: 12px;
  }
  .header-user__action,
  .header-utility__item a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

@media (min-width: 960px) and (max-width: 1099px) {
.header-logo {
    max-width: 250px;
  }
}

@media (min-width: 960px) {
  .header-utility,
  .header-search {
    position: absolute;
    top: 12px;
  }
  .header-search {
    right: 0;
    width: 240px;
  }
  .header-utility {
    padding-top: 0;
    right: 264px;
    z-index: 1;
  }

  .header-nav {
    clear: none;
    padding-top: 48px;
  }

  .header-search {
    top: auto;
    width: auto;
  }
  .header-search.is-focused {
    width: 80%;
  }

  @supports (left: calc(100% - 48px)) {
    .header-search.is-focused {
      width: auto;
      left: 220px;
    }
  }


  .header-utility {
    right: 0;
  }
  .header-utility {
    padding-bottom: 0;
    top: 6px;
    right: 380px;
  }
}


@media (min-width: 1376px) {
  .header-search.is-focused {
    width: 80%;
  }

  @supports (left: calc(100% - 48px)) {
    .header-search.is-focused {
      width: auto;
      left: 150px;
    }
  }
}


/*! ---------- =footer common ---------- */

.page-footer {
  padding: 0 24px;
}
.page-footer .page-bounds {
  position: relative;
}

@media (min-width: 768px) {
  .page-footer {
    padding: 0 48px;
  }
}


/*! ---------- =footer style ---------- */

.page-footer .page-bounds {
  border-top: 1px solid #eaedf1;
  padding-top: 48px;
  padding-bottom: 48px;
}


/*! ---------- =footer components ---------- */

.footer-logo {
  text-align: center;
}
.footer-logo img {
  max-height: 80px;
}

.footer-logo a {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}

.footer-contact {
  font-size: 18px;
}

.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  font-size: 26px;
}

.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__item a {
  display: block;
  padding: 6px;
}

@media (min-width: 470px) {
  .footer-utility__item a {
    padding: 6px 12px;
  }
}


.footer-actions__section {
  margin-bottom: 24px;
}
.footer-actions__title {
  font-size: 26px;
  line-height: 24px;
  margin-bottom: 6px;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -12px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__item a {
  display: block;
  padding: 6px;
}

@media (max-width: 469px) {
  .footer-actions__item {
    display: block;
  }
}

@media (min-width: 470px) {
  .footer-actions__item a {
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .footer-actions {
    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;
  }
  .footer-actions__section {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
  .footer-actions__item a {
    padding: 6px 0;
  }
}

@media (min-width: 1376px) {
  .footer-actions__section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}


.footer-copyright {
  font-size: 18px;
  opacity: 0.5;
}


/*! ---------- =footer layouts ---------- */

@media (max-width: 767px) {
  .page-footer {
    text-align: center;
  }

  .footer-logo img {
    max-height: 96px;
  }

  .footer-social,
  .footer-contact,
  .footer-utility,
  .footer-copyright {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .footer-logo {
    width: 33.3%;
    float: left;
    padding-right: 16.008px;
  }

  .page-footer__content {
    padding-left: 48px;
    overflow: hidden;
  }

  .footer-social {
    margin-top: 18px;
    margin-left: -3px;
  }

  .footer-utility {
    margin-top: 12px;
    margin-left: -12px;
  }

  .footer-copyright {
    margin-top: 12px;
    margin-left: 33.3%;
    padding-left: 7.992px;
  }
}

@media (min-width: 960px) {
  .footer-contact,
  .footer-social {
    width: 62.51874%;
    width: calc(62.51874% - 6px);
    float: left;
    clear: left;
    margin-right: 12px;
  }
  .footer-contact {
    line-height: 36px;
  }

  .footer-utility {
    overflow: hidden;
    margin: 0;
  }
  .footer-utility__item {
    display: block;
  }

  .footer-copyright {
    margin-top: 24px;
  }
}

/* ---------- =events ---------- */

.detail-event__date, 
.detail-event__location {
  display: inline-block;
  opacity: 0.8;
  text-transform: uppercase;
}

.detail-event__location::before {
  content: "/";
  display: inline-block;
  margin: 0 6px;
}

/* ---------- =user header login/logout ---------- */


@media (max-width: 767px) {
  .login-button .btn.btn-default {
    font-weight: 500;
    color: #141414;
}
}

@media (min-width: 768px) {
  .media-body {
    position: absolute;
    right: 0;
    top: -5px;
    font-family: "Alegreya Sans", sans-serif;  
  }

  .login-button .btn.btn-default {
    font-size: 17px;
    top: -5px;
    position: absolute;
    right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 959px)  {
  .media-body {
    position: absolute;
    right: 24px;
    top: 12px;
  }
  .header-utility__list {
    margin-top: 12px;
    margin-right: 24px;
  }
  .login-button .btn.btn-default {
    right: 36px;
  }
}
.media-body a.btn.btn-default {
  color: #333;
  font-weight: normal;
  font-size: 17px;
  opacity: 1;
  font-weight: normal;
  padding-right: 7px;
}

.media-body a.btn.btn-default:hover {
  color: #624C80;
}

/* ---------- =interior common ---------- */

.page-title {
  color: #012a4e;
}
.page-title + .breadcrumbs {
  margin-top: -12px;
}


/* ---------- =interior components ---------- */

.title-block {
  /*margin: -24px -24px 24px;*/
  margin-bottom: 48px;
  padding: 36px 24px 36px;
  background: #00529b;
  position: relative;
  overflow: hidden;
}
.title-block::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* background: rgba(0, 82, 155, 0.3); */
  z-index: 2;
}




.title-block__background img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
}
.title-block__content,
.title-block .page-title,
.title-block .breadcrumbs a {
  color: #fff;
}
.title-block__content {
  position: relative;
  text-shadow: 0 0 3px rgba(0, 82, 155, 0.5);
  z-index: 3;
}
.title-block__content.no-shadow {
  text-shadow: none;
}
.title-block .page-title {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.4), 0 0 3px rgba(0, 0, 0, 0.3);
}
.title-block .breadcrumbs {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .title-block {
    /*margin: -48px -48px 48px;*/
    padding: 64px 48px 72px;
  }
  .title-block::before {
    width: 100%;
    /*background: -webkit-gradient(linear, left top, right top, from(#012a4e), to(rgba(1, 42, 78, 0)));
    background: linear-gradient(to right, #012a4e, rgba(1, 42, 78, 0));
    opacity: 0.7; */
  }

}

@media (min-width: 960px) {
  .title-block {
    margin-top: -60px;
    padding-top: 96px;
    padding-bottom: 96px;
  }
   .title-block.grid-news {
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .title-block.grid-resources {
    /* padding-top: 0;
    margin-top: 0;  */
    overflow: visible;
  } 
  .title-block__content.no-shadow {
 
}
.title-block__content .item-list.item-list--grid.grid.align-left {
  
  
} 
.title-block__content .item-list__content {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: -300px;
  overflow: visible;
}
}
@media (max-width: 960px) {
.title-block__background img {
  max-width: 1500px;
}

.title-block::before {
  background: none;
}

}

.title-block.carousel-block {
  padding-top: 0;
  padding-bottom: 0;
}

.member-series-new {
  margin-top: 150px;
}


.breadcrumbs {
  font-size: 18px;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: #2d2e35;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #329791;
  opacity: 1;
}
.breadcrumbs__separator {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}

.in-this-section {
    font-family: "Alegreya Sans", sans-serif;
  }
  .in-this-section a {
    display: block;
    padding: 6px 0;
    font-size: 20px;
  }
  .in-this-section ul {
    list-style: none;
    margin: 0;
  }
  .in-this-section ul ul {
    display: none;
    padding-left: 24px;
  }
  .in-this-section ul ul a {
    font-size: 18px;
  }
  .in-this-section .is-current > ul {
    display: block;
  }
  .in-this-section .is-current > a {
    color: #624C80;
  }
  
  @media (max-width: 959px) {
    .in-this-section__toggle {
      border-bottom: 1px solid #eaedf1;
      color: #624C80;
      display: block;
      padding: 12px 0;
      text-align: left;
      width: 100%;
      font-size: 24px;
    }
    .no-js .in-this-section__toggle {
      display: none;
    }
    .js .in-this-section > ul {
      display: none;
    }
    .js .in-this-section > ul.is-active {
      background: #f9fafb;
      display: block;
      padding: 24px;
    }
    
    
  }
  
  @media (min-width: 960px) {
    .in-this-section__toggle {
      border-bottom: 1px solid #eaedf1;
      cursor: text;
      margin-bottom: 12px;
      padding: 12px 0;
      text-align: left;
      width: 90%;
      font-size: 30px;
    }
    .in-this-section .toggle-indicator {
      display: none;
    }
    .interior-layout .in-this-section {
      margin-top: -6px;
    }
  }

.share-buttons {
  font-size: 26px;
}
.share-buttons:not(:last-child) {
  margin-bottom: 24px;
}
.no-js .share-buttons {
  display: none;
}
.share-buttons__title {
  display: block;
  font-size: 18px;
  opacity: 0.7;
}
.share-buttons__button {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 6px 0 0;
}


/* ---------- =interior layout ---------- */

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .interior-layout__nav,
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: left;
    clear: left;
    overflow: hidden;
  }
  .interior-layout__main {
    width: 70%;
   padding-left: 48px;
    float: left;
  }
}


/*! ---------- =buttons ---------- */

.button {
  border: 2px solid #0B2341;
  border-radius: 3px;
  color: #0B2341;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 36px;
  text-align: center;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                transform 0.15s ease-out,
                box-shadow 0.15s ease-out,
                -webkit-transform 0.15s ease-out;
  vertical-align: middle;
}
.button:hover,
.button:focus {
  color: #0B2341;
  border-color: #0B2341;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12px;
}
.button--small {
  padding: 6px 24px;
  font-size: 18px;
}
.button--secondary {
  color: #624C80;
  border-color: #624C80;
}
.button--secondary:hover,
.button--secondary:focus {
  color: #624C80;
  border-color: #624C80;
}
.button--highlight {
  color: #4c6387;
  border-color: #4c6387;
}
.button--highlight:hover,
.button--highlight:focus {
  color: #4c6387;
  border-color: #4c6387;
}
.button--action {
  color: #007C8F;
  border-color: #007C8F;
  font-size: 18px;
}
.button--action:hover,
.button--action:focus {
  color: #007C8F;
  border-color: #007C8F;
}
.button--warn {
  color: #d35400;
  border-color: #d35400;
}
.button--warn:hover,
.button--warn:focus {
  color: #d35400;
  border-color: #d35400;
}
.button--cancel {
  font-size: 18px;
  font-weight: 400;
  color: #2d2e35;
  border: 1px solid #8b8b8b;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #00529b;
  border-color: #00529b;
}
.button--arrow {
  border: 0;
  /* font-weight: 400; */
  padding: 12px 0;
}
.button--arrow::after {
  content: '\e805';
  display: inline-block;
  font-family: "Fontello";
  font-size: 36px;
  margin-left: 6px;
  top: -1px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  vertical-align: middle;
}
.button--arrow:hover,
.button--arrow:focus {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.button--arrow:hover::after,
.button--arrow:focus::after {
  -webkit-transform: translateX(5.33333px);
  -ms-transform: translateX(5.33333px);
  transform: translateX(5.33333px);
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 12px 6px 0;
}


/*! ---------- =lists ---------- */

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  border-top: 1px solid #eaedf1;
  margin-top: 24px;
  padding-top: 24px;
}
.item-list__thumbnail {
  display: block;
  width: 120px;
  max-width:none;
  float: left;
  margin-right: 24px;
}
.item-list__content {
  overflow: hidden;
}
a .item-list__content {
    font-weight: normal;
}
.item-list__title {
  color: #4c6387;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 24px;
  font-weight: bold;
}
.item-list__title:hover,
.item-list__title:focus {
  color: #624C80;
}
.item-list__date {
  color: #2d2e35;
  font-size: 18px;
  margin: 6px 0 4px 0;
  /* opacity: 0.7; 
  text-transform: uppercase;*/
}
.item-list__separator::after {
  content: "/";
  display: inline-block;
  margin: 0 6px;
}
.item-list__description {
  color: #2d2e35;
  margin: 6px 0 0;
  font-weight: normal !important;
}

a .item-list__content p {
    color: #2d2e35;
}

a .item-list__content p.item-list__title {
    color: #4c6387;
    margin: 6px 0 0;
}

a .item-list__content p.item-list__title:hover {
    color: #624C80;
    margin: 6px 0 0;
}

.item-list__columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.item-list__column {
  flex: auto;
}

@media (max-width: 469px) {
  .item-list__thumbnail {
    float: none;
    margin: 0 auto 12px;
  }
}
@media (min-width: 1376px) {
  .item-list__columns {
    flex-wrap: nowrap;
  }
}

/*! grid-style lists */

.item-list--grid .item-list__thumbnail {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto 12px;
}
.item-list--grid .item-list__thumbnail img {
  /*width: 100%; */
}
.item-list--grid .item-list__item + .item-list__item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.grid-resources h2 {
  color: #fff;
}
.grid-resources .button--arrow:first-child {
  color: #fff;
  margin-bottom: 24px;
}
.grid-resources .alternate-background__image::after {
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 150px;
  width: 100%;
  position: absolute;
}
.grid-resources .item-list__content {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 24px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.grid-resources .item-list__content:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.grid-resources .item-list__content:hover .button--arrow::after {
  -webkit-transform: translateX(5.33333px);
  -ms-transform: translateX(5.33333px);
  transform: translateX(5.33333px);
}

@media (max-width: 959px) {
  .grid-resources .item-list__content, .grid-resources-new .item-list__content {
    min-height: 0 !important;
  }

}

@media (min-width: 1376px) {
  .grid-resources .alternate-background__content {
    padding-left: calc(50vw - (1280px / 1.85));
    padding-right: calc(50vw - (1280px / 1.85));
  }
}

.grid-resources-new h2 {
  color: #fff;
}
.grid-resources-new .button--arrow:first-child {
  color: #fff;
  margin-bottom: 24px;
}

.grid-resources-new .item-list__content {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 24px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.grid-resources-new .alternate-background__image::after {
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 150px;
  width: 100%;
  position: absolute;
}


/*! ---------- =tabs ---------- */

.tabs--standard:not(:last-child) {
    margin-bottom: 48px;
  }
  .tabs--standard .tabs__tab {
    display: inline-block;
    vertical-align: bottom;
    padding: 12px;
    margin-bottom: -1px;
    border: 1px solid #f9fafb;
    background: #f9fafb;
    font-family: "Alegreya Sans", sans-serif;
    opacity: 0.9;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .tabs--standard .tabs__tab.is-active {
    background: #fff;
    border-bottom-color: #fff;
    color: #624C80;
  }
  .tabs--standard .tabs__pane {
    border: 1px solid #f9fafb;
    padding: 24px;
    display: none;
  }
  .tabs--standard .tabs__pane.is-active {
    display: block;
  }
  .tabs--vertical {
    margin-bottom: 48px;
  }
  .tabs--vertical .tabs__tab {
    background: #f9fafb;
    padding: 12px;
    font-family: "Alegreya Sans", sans-serif;
  }
  .tabs--vertical .tabs__tab.is-active {
    color: #624C80;
    background: #fff;
  }
  .js .tabs--vertical .tabs__pane:not(.is-active) {
    display: none;
  }
  
  @media (min-width: 470px) {
    .tabs--standard .tabs__tab {
      padding: 18px 24px;
      font-weight: 600;
    }
  }
  
  @media (max-width: 767px), (min-width: 960px) and (max-width: 1375px) {
    .tabs--standard,
    .tabs--vertical {
      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: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
    .tabs--standard .tabs__tab,
    .tabs--standard .tabs__pane,
    .tabs--vertical .tabs__tab,
    .tabs--vertical .tabs__pane {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
    .tabs--standard .tabs__tab,
    .tabs--vertical .tabs__tab {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      border: 1px solid #f9fafb;
    }
    .tabs--standard .tabs__tab ~ .tabs__tab,
    .tabs--vertical .tabs__tab ~ .tabs__tab {
      margin-top: 6px;
    }
    .tabs--standard .tabs__tab.is-active,
    .tabs--vertical .tabs__tab.is-active {
      border-color: #624C80 #624C80 #f9fafb;
    }
    .tabs--standard .tabs__tab:nth-child(2),
    .tabs--vertical .tabs__tab:nth-child(2) {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
    .tabs--standard .tabs__tab:nth-child(3),
    .tabs--vertical .tabs__tab:nth-child(3) {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
    }
    .tabs--standard .tabs__tab:nth-child(4),
    .tabs--vertical .tabs__tab:nth-child(4) {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7;
    }
    .tabs--standard .tabs__tab:nth-child(5),
    .tabs--vertical .tabs__tab:nth-child(5) {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9;
    }
    .tabs--standard .tabs__tab:nth-child(6),
    .tabs--vertical .tabs__tab:nth-child(6) {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11;
    }
    .tabs--standard .tabs__tab:nth-child(7),
    .tabs--vertical .tabs__tab:nth-child(7) {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13;
    }
    .tabs--standard .tabs__tab:nth-child(8),
    .tabs--vertical .tabs__tab:nth-child(8) {
      -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
      order: 15;
    }
    .tabs--standard .tabs__tab:nth-child(9),
    .tabs--vertical .tabs__tab:nth-child(9) {
      -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
      order: 17;
    }
    .tabs--standard .tabs__tab:nth-child(10),
    .tabs--vertical .tabs__tab:nth-child(10) {
      -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
      order: 19;
    }
    .tabs--standard .tabs__pane,
    .tabs--vertical .tabs__pane {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding: 24px 12px;
      border: 1px solid #009Eb7;
      border-top-width: 0;
    }
    .tabs--standard .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
      -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
      order: 14;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
      -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
      order: 16;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
      -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
      order: 18;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
      -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
      order: 20;
    }
  }
  
  @media (min-width: 768px) and (max-width: 959px), (min-width: 1376px) {
    .tabs--standard {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
    .tabs--standard::before {
      /* remove sf pseudoel that messes with space-between */
      display: none !important;
    }
    .tabs--standard .tabs__tab {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: 18px 24px;
    }
    .tabs--standard.tabs--2 .tabs__tab {
      width: 48%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      -ms-flex-preferred-size: calc(50% - 6px);
      flex-basis: calc(50% - 6px);
    }
    .tabs--standard.tabs--3 .tabs__tab {
      width: 31%;
      -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
      -ms-flex-preferred-size: calc(33.3% - 6px);
      flex-basis: calc(33.3% - 6px);
    }
    .tabs--standard.tabs--4 .tabs__tab {
      width: 22%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      -ms-flex-preferred-size: calc(25% - 6px);
      flex-basis: calc(25% - 6px);
    }
    .tabs--standard.tabs--5 .tabs__tab {
      width: 17%;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      -ms-flex-preferred-size: calc(20% - 6px);
      flex-basis: calc(20% - 6px);
    }
    .tabs--standard .tabs__pane {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
    }
    .tabs--vertical .tabs__tab {
      width: 300px;
      float: left;
      clear: left;
      padding: 11px 17px;
      margin-bottom: 6px;
      border: 1px solid #f9fafb;
      border-right-color: #009Eb7;
      box-shadow: inset 6px 0 0 #009Eb7;
      cursor: pointer;
    }
    .tabs--vertical .tabs__tab.is-active {
      background: #fff;
      border-color: #624C80 #fff #624C80 #624C80;
      box-shadow: inset 6px 0 0 #624C80;
      cursor: default;
    }
    .tabs--vertical .tabs__pane {
      padding: 24px;
      background: #fff;
      border-left: 299px solid #fff;
      box-shadow: inset 0 0 0 1px #624C80;
    }
    .tabs--vertical .tabs__pane::after {
      content: '';
      display: table;
      clear: both;
      margin: 30px 0 -30px;
    }
  }
  

.accordion:not(:last-child) {
  margin-bottom: 48px;
}
.accordion__label {
  display: block;
  padding: 12px;
  background: #fff;
  border: 1px solid #f9fafb;
  color: #2d2e35;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.accordion__label.is-active {
  color: #624C80;
  border-color: #624C80 #624C80 #f9fafb #624C80;
  background: #f7f7f7;
}
.accordion__label.is-active .fa-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #624C80;
  border-top: none;
  padding: 24px 12px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}


/*! ---------- =code and =syntax highlighting ---------- */

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 18px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #edf0f3;
  color: #222;
  background: white;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 24px;
}
pre::before {
  content: attr(rel);
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #a2bfd9;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: white;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */

pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}


/*! ---------- =hero ---------- */

.hero {
  position: relative;
}
.hero__actions {
  margin-top: 24px;
}

@media (max-width: 469px) {
  .hero__action {
    display: block;
  }
  .hero__action + .hero__action {
    margin-top: 12px;
  }
}

@media (min-width: 470px) {
  .hero__action + .hero__action {
    margin-left: 12px;
  }
}

/*! displacement hero image style */

.hero__main {
  position: relative;
}
.hero__aside {
  position: relative;
}
.hero__aside .content-box h1,
.hero__aside .content-box h2,
.hero__aside .content-box h3,
.hero__aside .content-box h4,
.hero__aside .content-box h5,
.hero__aside .content-box h6 {
  font-size: 24px;
  margin-bottom: 6px;
}
.hero__aside .content-box p, .hero__aside .content-box div {
  color: #2d2e35;
  font-size: 18px;
  margin-bottom: 0;
}
.hero__aside .content-box:hover .button--arrow::after,
.hero__aside .content-box:focus .button--arrow::after {
  -webkit-transform: translateX(5.33333px);
  -ms-transform: translateX(5.33333px);
  transform: translateX(5.33333px);
}
.hero__image {
  display: block;
  margin-top: 24px;
  width: 100%;
}
.hero__description {
  color: #2d2e35;
}

@media (max-width: 767px) {
  .hero__content {
    padding: 24px;
    text-align: center;
  }
  .hero__title {
    font-size: 50px;
    font-size: 10vw;
    line-height: 1.2;
  }
}

@media (min-width: 960px) {
  .hero__main {
    position: relative;
  }
  .hero__aside {
    margin-top: 0;
    position: relative;
  }
  .hero__aside .grid__unit--1-3-m {
    padding: 0 48px 12px 0;
    width: 100%;
  }
  .hero__aside .content-box {
    padding: 18px;
  }
  .hero__description {
    max-width: 75%;
  }

}


/*! ---------- =carousel ---------- */

.carousel {
  margin: 48px 0;
  position: relative;
}
.carousel::after {
  background: #fff;
  bottom: -150px;
  content: '';
  display: block;
  height: 192px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.carousel__slide.new-panes::after {
  background: none;
}

.content > .page-bounds > .carousel:first-child {
  margin-top: -24px;
}
.carousel__header {
  margin-bottom: -120px;
  position: relative;
  z-index: 2;
}
.carousel__header h2 {
  position: relative;
  top: 24px;
}
.carousel__header .button--arrow {
  position: relative;
  top: 36px;
}

.carousel__header h2,
.carousel__header h3,
.carousel__header h4,
.carousel__header h5,
.carousel__header h6,
.carousel__header p,
.carousel__header a,
.carousel__header .button {
  color: #fff;
}
.carousel__slides {
  overflow: hidden;
  position: relative;
  z-index: 1;
  
}
.carousel__slide {
  background: #fff;
  left: 0;
  padding-top: 144px;
  position: absolute;
  top: 0;
  width: 100%;
  overflow-y: visible;
}

.carousel__slide.new-panes {
  background: none;
}

.carousel__slide::before {
  /* background: #012a4e;
  background: linear-gradient(160deg, #012a4e 0%, rgba(1, 42, 78, 0.654499) 50%, rgba(0, 0, 0, 0) 100%); */
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#012a4e", endColorstr="#000000", GradientType=1);
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.carousel__slide:first-child {
  position: relative;
}
.carousel__content {
  position: relative;
  z-index: 3;
}
.carousel__date {
  color: #2d2e35;
  font-size: 18px;
  margin: 6px 0 0;
  font-weight: normal;
}
.carousel__actions {
  margin-top: 24px;
}

@media (max-width: 469px) {
  .carousel__action {
    display: block;
  }
  .carousel__action + .carousel__action {
    margin-top: 12px;
  }
}

@media (min-width: 470px) {
  .carousel__action + .carousel__action {
    margin-left: 12px;
  }
}

@media (min-width: 768px) {
  .carousel {
    margin: 72px;
  }
  .title-block.grid-news .carousel {
    margin: 24px;
  }
  .content > .page-bounds > .carousel:first-child {
    margin-top: -48px;
  }
}


#after-carousel {
  margin-bottom: 84px;
}

/*! displacement carousel image style */

.carousel__image {
  background-image: url('http://www.mfdf.org/images/default-source/siteimages/2024-navy-pattern.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-top: 48px;
}
.carousel__content {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -ms-transform: translateY(36px);
  transform: translateY(36px);
  -webkit-transform: translateY(36px);
}
.carousel__title {
  font-size: 24px;
  color: #4c6387;
  padding-bottom: 12px;
}
.carousel__title:hover {
    color: #624C80;
  }

.carousel__nav {
  position: relative;
  z-index: 4;
}
.carousel__nav--dots {
  bottom: 12px;
}
.carousel__nav--thumbnails {
  position: relative;
}

@media (max-width: 767px) {
  .carousel__slide::before {
    /* background: rgba(0, 0, 0, 0.5); */
    background: transparent;
  }
  .carousel__content {
    text-align: center;
    margin: 0 auto;
    max-width: 70%;
    padding: 48px 24px 72px;
  }
}

@media (min-width: 768px) {
  .carousel__content {
    margin: 0 auto;
    max-width: 70%;
    padding: 24px 48px;
    -webkit-transform: translateY(36px);
    -ms-transform: translateY(36px);
    transform: translateY(36px);
  }
  .carousel__nav--thumbnails {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 960px) {
  .carousel__content {
    margin-left: 96px;
    margin-right: 96px;
    max-width: 50%;
    padding: 24px 48px 72px 48px;
  }
}

@media (min-width: 1376px) {
  .carousel__content {
    max-width: 40%;
    margin-left: calc(50vw - (1280px / 2));
    margin-right: calc(50vw - (1280px / 2));
  }
}

/*! arrow carousel navigation */

.carousel__nav {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
.carousel .screenreader-only {
  display: none;
}
.carousel__arrow {
  /* background: rgba(1, 42, 78, 0.4); */
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 42px;
  position: absolute;
  vertical-align: middle;
  width: 42px;
}
.carousel__arrow .icon-arrow::before {
  font-size: 24px;
}
.carousel__arrow:hover,
.carousel__arrow:focus {
  background-color: none;
}
.carousel__arrow--previous {
  left: 24px;
}
.carousel__arrow--previous .icon-arrow::before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.carousel__arrow--next {
  right: 24px;
}

@media (max-width: 959px) {
  .carousel__arrow--previous {
    left: 12px;
  }
  .carousel__arrow--next {
    right: 12px;
  }
}

@media (min-width: 960px) {
  .carousel__arrow {
    height: 50px;
    width: 50px;
  }
  .carousel__arrow .fal {
    font-size: 30px;
  }
}

@media (min-width: 1376px) {
  .carousel__nav {
    margin-left: calc(50vw - (1280px / 1.7));
    margin-right: calc(50vw - (1280px / 1.7));
    width: 1433.6px;
  }
  .carousel__arrow {
    height: 60px;
    width: 60px;
  }
  .carousel__arrow .icon-arrow::before {
    font-size: 31.2px;
  }
}

/*! carousel push transition */

.carousel__slide {
  opacity: 0;
  z-index: 1;
}
.carousel.is-enhanced .carousel__slide {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel.is-enhanced .carousel__slide.is-last-active {
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.carousel.is-enhanced .carousel__slide.is-active {
  opacity: 1;
  z-index: 3;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.carousel__description {
  color: #2d2e35;
}

.title-block .carousel:after {
  background: none;
}

/*! ---------- =quicklinks ---------- */

.quicklinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 48px;
}
.quicklinks__link {
  display: block;
  text-align: center;
  position: relative;
}
.quicklinks__title {
  font-size: 30px;
}
.quicklinks__description {
  margin-top: 24px;
}
.quicklinks__more {
  width: 48px;
  height: 48px;
  margin: 24px auto 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: relative;
}
.quicklinks__more .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .quicklinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .quicklinks__item {
    max-width: 50%;
  }
}

@media (max-width: 469px) {
  .quicklinks__item {
    max-width: 100%;
  }
  .quicklinks__title,
  .quicklinks__description {
    min-height: 0 !important;
  }
}

/*! top images quicklinks style */

.quicklinks {
  margin-right: -24px;
}
.quicklinks__item {
  padding-right: 24px;
}
.quicklinks__link {
  margin-top: 48px;
  padding: 72px 24px 24px;
  color: #2d2e35;
  background: #f9fafb;
}
.quicklinks__image {
  max-height: 96px;
  position: absolute;
  left: 50%;
  top: -48px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.quicklinks__title {
  color: #00529b;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #2d2e35;
}
.quicklinks__link:hover .quicklinks__image,
.quicklinks__link:focus .quicklinks__image {
  -webkit-transform: translateX(-50%) scale(1.03);
  -ms-transform: translateX(-50%) scale(1.03);
  transform: translateX(-50%) scale(1.03);
}
.quicklinks__link:hover .quicklinks__title,
.quicklinks__link:focus .quicklinks__title {
  color: #329791;
}

@media (max-width: 767px) {
  .quicklinks__link {
    margin-top: 72px;
  }
}


/*! ---------- =print ---------- */


@media print {
  .page-header__toggle,
  .header-search,
  .header-utility,
  .header-nav,
  .in-this-section,
  .footer-logo,
  .footer-social,
  .footer-utility,
  .home-feature,
  .breadcrumbs,
  .share-buttons,
  .truncator-expand {
    display: none !important;
  }

  body {
    background: #fff;
  }


  @page {
    margin: 0.5in;
  }


  @page :first {
    margin-top: 1in;
  }


  @page :last {
    margin-bottom: 1in;
  }


  .page-bounds {
    max-width: 100%;
  }

  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  blockquote,
  img,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }

  .page-footer {
    border-top: 1px solid #f9fafb;
  }

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

  .interior-layout__title,
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #8b8b8b;
    padding-top: 48px;
  }

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

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #00529b;
    color: #2d2e35;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #8f8f8f;
  }

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*="item"] > * {
    display: initial !important;
  }
}

/*! ---------- =sitefinity ---------- */

.sys-template {
  display: none;
}

.sfContentBlock {
  margin-bottom: 24px;
}
.sfContentBlock:last-child {
  margin-bottom: 0;
}

/* For Solr debug */

.debug-url {
  background-color: #efe;
  border: 2px solid #2c2;
  padding: 12px;
  margin-bottom: 24px;
  word-wrap: break-word;
}

/*! make page builder layout more friendly to edit */

.sfPageEditor .page-header,
.sfPageEditor .header-logo,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .alternate-background,
.sfPageEditor .alternate-background__image,
.sfPageEditor .alternate-background__image img,
.sfPageEditor .alternate-background__content,
.sfPageEditor .title-block,
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__background img,
.sfPageEditor .title-block__content,
.sfPageEditor .page-footer,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-social,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  opacity: 1!important;
}
.sfPageEditor .content {
  padding-top: 48px;
}
.sfPageEditor .title-block__background,
.sfPageEditor .alternate-background__image {
  z-index: 10!important;
}
.sfPageEditor .title-block__background img,
.sfPageEditor .alternate-background__image img {
  transform: none !important;
    -webkit-transform: none !important;
}
.sfPageEditor table,
.sfPageEditor table tr,
.sfPageEditor table td {
  border: 0;
}

/* space form builder fields */

.sf-fieldWrp > input,
.sf-fieldWrp > select,
.sf-fieldWrp > textarea,
.sf-fieldWrp > div > input,
.sf-fieldWrp > div > select,
.sf-fieldWrp > div > textarea {
  margin-bottom: 20px !important;
}
.sf_colsIn > .sf-fieldWrp > input:last-child,
.sf_colsIn > .sf-fieldWrp > select:last-child,
.sf_colsIn > .sf-fieldWrp > textarea:last-child {
  margin-bottom: 0 !important;
}

.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  z-index: 1001 !important;
}

/* user-friendly tabs layout modules */

.sfPageEditor [data-edit-label]::before {
  content: "[" attr(data-edit-label) "]";
  font-size: 14px;
  opacity: 0.3;
}

.tabs.sf_cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tabs__tab > .sf_colsIn,
.tabs__pane > .sf_colsIn {
  margin: 0 !important;
}
.sfPageEditor .tabs--standard .tabs__tab {
  width: 100% !important;
  float: none !important;
}
.sfPageEditor .tabs.sf_cols .tabs__pane {
  display: block !important;
}


/*||---ALERT BANNER STYLE---||*/



.alert-warning {
    color: #fff;
    background-color: #005598;
    font-weight: 300;
}

.alert-warning.teal {
    background-color: #329791;
}

.alert-warning.green {
    background-color: #65ac64;
}


.alert-warning.yellow {
    background-color: #b8992e;
}


.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert {
  padding: 25px 15px 15px 25px;
  margin-top: -65px; /*Custom*/
  margin-bottom: 45px; /*Custom*/
  margin-left: -48px;
  margin-right: -48px;
  display: none; 
}

.alert h3.page-title, .alert a {
color: #fff;

}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 15px;
    right: 5px;
    color: #fff;
    padding: 6px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .8;
}

.close:hover{
  opacity: 0.6;
}


@media (max-width: 767px) { 
.alert {

    padding: 25px 15px 15px 25px;
    margin-top: -25px;
    margin-bottom: 25px;
    margin-left: -24px;
    margin-right: -24px;

}
}

@media (min-width: 768px) and (max-width: 960px) { 
.alert {

    padding: 25px 15px 15px 25px;
    margin-top: -25px;
    margin-bottom: 25px;

}
}

.related-content .content-box {
  border: none;
}

.related-content .item-list {
  border-left: 5px solid rgb(127, 118, 104);
  padding-left: 24px;
}

.related-content .item-list__title {
  font-size: 18px;
}

.space-0 {
	margin: 0 !important
}
.space-000 {
	margin: 0 !important
}
.space-025 {
	margin: 6px !important
}
.space-050 {
	margin: 12px !important
}
.space-075 {
	margin: 18px !important
}
.space-100 {
	margin: 24px !important
}
.space-150 {
	margin: 36px !important
}
.space-200 {
	margin: 48px !important
}
.space-250 {
	margin: 60px !important
}
.space-300 {
	margin: 72px !important
}
.space-350 {
	margin: 84px !important
}
.space-400 {
	margin: 96px !important
}
.space-t-0 {
	margin-top: 0 !important
}
.space-t-000 {
	margin-top: 0 !important
}
.space-t-025 {
	margin-top: 6px !important
}
.space-t-050 {
	margin-top: 12px !important
}
.space-t-075 {
	margin-top: 18px !important
}
.space-t-100 {
	margin-top: 24px !important
}
.space-t-150 {
	margin-top: 36px !important
}
.space-t-200 {
	margin-top: 48px !important
}
.space-t-250 {
	margin-top: 60px !important
}
.space-t-300 {
	margin-top: 72px !important
}
.space-t-350 {
	margin-top: 84px !important
}
.space-t-400 {
	margin-top: 96px !important
}
.space-r-0 {
	margin-right: 0 !important
}
.space-r-000 {
	margin-right: 0 !important
}
.space-r-025 {
	margin-right: 6px !important
}
.space-r-050 {
	margin-right: 12px !important
}
.space-r-075 {
	margin-right: 18px !important
}
.space-r-100 {
	margin-right: 24px !important
}
.space-r-150 {
	margin-right: 36px !important
}
.space-r-200 {
	margin-right: 48px !important
}
.space-r-250 {
	margin-right: 60px !important
}
.space-r-300 {
	margin-right: 72px !important
}
.space-r-350 {
	margin-right: 84px !important
}
.space-r-400 {
	margin-right: 96px !important
}
.space-b-0 {
	margin-bottom: 0 !important
}
.space-b-000 {
	margin-bottom: 0 !important
}
.space-b-025 {
	margin-bottom: 6px !important
}
.space-b-050 {
	margin-bottom: 12px !important
}
.space-b-075 {
	margin-bottom: 18px !important
}
.space-b-100 {
	margin-bottom: 24px !important
}
.space-b-150 {
	margin-bottom: 36px !important
}
.space-b-200 {
	margin-bottom: 48px !important
}
.space-b-250 {
	margin-bottom: 60px !important
}
.space-b-300 {
	margin-bottom: 72px !important
}
.space-b-350 {
	margin-bottom: 84px !important
}
.space-b-400 {
	margin-bottom: 96px !important
}
.space-l-0 {
	margin-left: 0 !important
}
.space-l-000 {
	margin-left: 0 !important
}
.space-l-025 {
	margin-left: 6px !important
}
.space-l-050 {
	margin-left: 12px !important
}
.space-l-075 {
	margin-left: 18px !important
}
.space-l-100 {
	margin-left: 24px !important
}
.space-l-150 {
	margin-left: 36px !important
}
.space-l-200 {
	margin-left: 48px !important
}
.space-l-250 {
	margin-left: 60px !important
}
.space-l-300 {
	margin-left: 72px !important
}
.space-l-350 {
	margin-left: 84px !important
}
.space-l-400 {
	margin-left: 96px !important
}
@media(min-width: 960px) {
	.space-0-m {
		margin: 0 !important
	}
	.space-000-m {
		margin: 0 !important
	}
	.space-025-m {
		margin: 6px !important
	}
	.space-050-m {
		margin: 12px !important
	}
	.space-075-m {
		margin: 18px !important
	}
	.space-100-m {
		margin: 24px !important
	}
	.space-150-m {
		margin: 36px !important
	}
	.space-200-m {
		margin: 48px !important
	}
	.space-250-m {
		margin: 60px !important
	}
	.space-300-m {
		margin: 72px !important
	}
	.space-350-m {
		margin: 84px !important
	}
	.space-400-m {
		margin: 96px !important
	}
	.space-t-0-m {
		margin-top: 0 !important
	}
	.space-t-000-m {
		margin-top: 0 !important
	}
	.space-t-025-m {
		margin-top: 6px !important
	}
	.space-t-050-m {
		margin-top: 12px !important
	}
	.space-t-075-m {
		margin-top: 18px !important
	}
	.space-t-100-m {
		margin-top: 24px !important
	}
	.space-t-150-m {
		margin-top: 36px !important
	}
	.space-t-200-m {
		margin-top: 48px !important
	}
	.space-t-250-m {
		margin-top: 60px !important
	}
	.space-t-300-m {
		margin-top: 72px !important
	}
	.space-t-350-m {
		margin-top: 84px !important
	}
	.space-t-400-m {
		margin-top: 96px !important
	}
	.space-r-0-m {
		margin-right: 0 !important
	}
	.space-r-000-m {
		margin-right: 0 !important
	}
	.space-r-025-m {
		margin-right: 6px !important
	}
	.space-r-050-m {
		margin-right: 12px !important
	}
	.space-r-075-m {
		margin-right: 18px !important
	}
	.space-r-100-m {
		margin-right: 24px !important
	}
	.space-r-150-m {
		margin-right: 36px !important
	}
	.space-r-200-m {
		margin-right: 48px !important
	}
	.space-r-250-m {
		margin-right: 60px !important
	}
	.space-r-300-m {
		margin-right: 72px !important
	}
	.space-r-350-m {
		margin-right: 84px !important
	}
	.space-r-400-m {
		margin-right: 96px !important
	}
	.space-b-0-m {
		margin-bottom: 0 !important
	}
	.space-b-000-m {
		margin-bottom: 0 !important
	}
	.space-b-025-m {
		margin-bottom: 6px !important
	}
	.space-b-050-m {
		margin-bottom: 12px !important
	}
	.space-b-075-m {
		margin-bottom: 18px !important
	}
	.space-b-100-m {
		margin-bottom: 24px !important
	}
	.space-b-150-m {
		margin-bottom: 36px !important
	}
	.space-b-200-m {
		margin-bottom: 48px !important
	}
	.space-b-250-m {
		margin-bottom: 60px !important
	}
	.space-b-300-m {
		margin-bottom: 72px !important
	}
	.space-b-350-m {
		margin-bottom: 84px !important
	}
	.space-b-400-m {
		margin-bottom: 96px !important
	}
	.space-l-0-m {
		margin-left: 0 !important
	}
	.space-l-000-m {
		margin-left: 0 !important
	}
	.space-l-025-m {
		margin-left: 6px !important
	}
	.space-l-050-m {
		margin-left: 12px !important
	}
	.space-l-075-m {
		margin-left: 18px !important
	}
	.space-l-100-m {
		margin-left: 24px !important
	}
	.space-l-150-m {
		margin-left: 36px !important
	}
	.space-l-200-m {
		margin-left: 48px !important
	}
	.space-l-250-m {
		margin-left: 60px !important
	}
	.space-l-300-m {
		margin-left: 72px !important
	}
	.space-l-350-m {
		margin-left: 84px !important
	}
	.space-l-400-m {
		margin-left: 96px !important
	}
}

.search-current-tags {
  margin-bottom: 36px;
}

#SearchRefine .accordion__label {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 18px;
}