/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }
/*remove comment to hide arrow in IE11*/
/*select::-ms-expand {
    display: none;
}*/
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------*/
body {
  min-width: 320px;
  background: #fff;
  font-family: "mreavesxl", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  color: #575757; }
@media (max-width: 767px) {
    body {
      /*font-size: 15px */ } }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    color: inherit;
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
a:focus,
button:focus {
  outline: 0; }
a:focus-visible,
button:focus-visible {
  outline: 1px solid #004987;
  outline-offset: 2px; }
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: calc(1.56em / 2);
  font-weight: bold;
  color: #231F20; }
h1,
.h1 {
  margin-bottom: 23px;
  font-size: 42px;
  line-height: 1.07;
  font-weight: bold; }
@media (max-width: 991px) {
    h1,
    .h1 {
      font-size: 38px; } }
@media (max-width: 767px) {
    h1,
    .h1 {
      font-size: 32px; } }
h2,
.h2 {
  font-size: 30px; }
@media (max-width: 991px) {
    h2,
    .h2 {
      font-size: 28px; } }
h3,
.h3 {
  font-size: 25px; }
@media (max-width: 991px) {
    h3,
    .h3 {
      font-size: 23px; } }
@media (max-width: 767px) {
    h3,
    .h3 {
      font-size: 20px; } }
h4,
.h4 {
  font-size: 22px; }
@media (max-width: 767px) {
    h4,
    .h4 {
      font-size: 18px; } }
h5,
.h5 {
  font-size: 18px; }
h6,
.h6 {
  font-size: 16px; }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.56em; }
.h1[class],
.h2[class],
.h3[class],
.h4[class],
.h5[class],
.h6[class],
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
figure {
  margin: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 991.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Colors
\* ------------------------------------------------------------ */
.red {
  color: #004987 !important; }
.bg-red:not(.dots) {
  background: #004987 !important; }
.bg-red.dots {
  background-color: #004987 !important; }
.red-alt {
  color: #95190C !important; }
.bg-red-alt:not(.dots) {
  background: #95190C !important; }
.bg-red-alt.dots {
  background-color: #95190C !important; }
.deep-blue {
  color: #004987 !important; }
.bg-deep-blue:not(.dots) {
  background: #004987 !important; }
.bg-deep-blue.dots {
  background-color: #004987 !important; }
.grey {
  color: #00205C !important; }
.bg-grey:not(.dots) {
  background: #00205C !important; }
.bg-grey.dots {
  background-color: #00205C !important; }
.bg-grey.tweets:not(.dots) {
  background: none !important; }
.bg-grey.tweets li {
  background-color: #00205C; }
.grey-light {
  color: #f6f6f6 !important; }
.bg-grey-light:not(.dots) {
  background: #f6f6f6 !important; }
.bg-grey-light.dots {
  background-color: #f6f6f6 !important; }
.black {
  color: #231F20 !important; }
.bg-black:not(.dots) {
  background: #231F20 !important; }
.bg-black.dots {
  background-color: #231F20 !important; }
.white {
  color: #fff !important; }
.bg-white:not(.dots) {
  background: #fff !important; }
.bg-white.dots {
  background-color: #fff !important; }
.mustard {
  color: #173753 !important; }
.bg-mustard:not(.dots) {
  background: #173753 !important; }
.bg-mustard.dots {
  background-color: #173753 !important; }
.green {
  color: #E3B505 !important; }
.bg-green:not(.dots) {
  background: #E3B505 !important; }
.bg-green.dots {
  background-color: #E3B505 !important; }
.turquoise {
  color: #95190c !important; }
.bg-turquoise:not(.dots) {
  background: #95190c !important; }
.bg-turquoise.dots {
  background-color: #95190c !important; }
.purple {
  color: #4c212a !important; }
.bg-purple:not(.dots) {
  background: #4c212a !important; }
.bg-purple.dots {
  background-color: #4c212a !important; }
.purple-def {
  color: #5989B1 !important; }
.bg-purple-def:not(.dots) {
  background: #5989B1 !important; }
.bg-purple-def.dots {
  background-color: #5989B1 !important; }
.purple-n {
  color: #00205c !important; }
.bg-purple-n:not(.dots) {
  background: #00205c !important; }
.bg-purple-n.dots {
  background-color: #00205c !important; }
.green-light {
  color: #00783F; }
.bg-green-light:not(.dots) {
  background: #00783F !important; }
.bg-green-light.dots {
  background-color: #00783F !important; }
.blue-def {
  color: #00758d; }
.bg-blue:not(.dots) {
  background: #004987 !important; }
.bg-blue.dots {
  background-color: #004987 !important; }
.bg-blue-def:not(.dots) {
  background: #00758d !important; }
.bg-blue-def.dots {
  background-color: #00758d !important; }
.blue-light {
  color: #007fc5; }
.bg-blue-light:not(.dots) {
  background: #007fc5 !important; }
.bg-blue-light.dots {
  background-color: #007fc5 !important; }
.orange-alt:not(.dots) {
  background: #ff661c !important; }
.orange-alt.dots {
  background-color: #ff661c !important; }
.bg-orange-alt:not(.dots) {
  background: #ff661c !important; }
.bg-orange-alt.dots {
  background-color: #ff661c !important; }
.orange:not(.dots) {
  background: #ffda00 !important; }
.orange.dots {
  background-color: #ffda00 !important; }
.bg-orange:not(.dots) {
  background: #ffda00 !important; }
.bg-orange.dots {
  background-color: #ffda00 !important; }
.blue-light {
  color: #5989b1; }
.bg-blue-light:not(.dots) {
  background: #5989b1 !important; }
.bg-blue-light.dots {
  background-color: #5989b1 !important; }
.bg-mid-blue:not(.dots), .mid-blue:not(.dots) {
  background: #007fc5 !important; }
.bg-mid-blue.dots, .mid-blue.dots {
  background-color: #007fc5 !important; }
.bg-black-near:not(.dots) {
  background: #231F20 !important; }
.bg-black-near.dots {
  background-color: #231F20 !important; }
.bg-grey-22:not(.dots) {
  background: #545454 !important; }
.bg-grey-22.dots {
  background-color: #545454 !important; }
.bg-grey-light-22:not(.dots) {
  background: #BFBFBF !important; }
.bg-grey-light-22.dots {
  background-color: #BFBFBF !important; }
.bg-teal:not(.dots) {
  background: #107E7D !important; }
.bg-teal.dots {
  background-color: #107E7D !important; }
.bg-grey-light {
  color: #575757; }
/* ------------------------------------------------------------ *\
	JS Container
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .js-container {
    position: static !important;
    height: initial !important; }
    .js-container .js-item {
      position: static !important; } }
/* person */
.card-person--red .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--red .card__body a {
  border-bottom: 3px solid #004987; }
.card-person--red .btn-link--red {
  color: #004987; }
.card-person--red .btn-link--red span {
    border-bottom: 1px solid #004987; }
/* post */
.card-post--red .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--red .card__body a,
.card-post--red.card-post--no-image .card__body a {
  border-bottom: 3px solid #004987; }
.card-post--red .card__actions span span,
.card-post--red.card-post--no-image .card__actions span span {
  color: #004987;
  border-bottom: 1px solid #004987; }
.card-post--red .card__actions span span :hover,
  .card-post--red.card-post--no-image .card__actions span span :hover {
    color: #004987; }
.card-post--red.card-post--no-image .card__content {
  background: #004987;
  color: #fff; }
.card-post--red.card-post--no-image .h3,
.card-post--red.card-post--no-image .h7,
.card-post--red.card-post--no-image .card__content p,
.card-post--red.card-post--no-image .card__actions span {
  color: #fff; }
.card-post--red.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.card-post--red.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-news--red:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #004987; }
.card-news--red .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--red {
  background: #004987;
  color: #fff; }
.callout.callout--red .h3,
  .callout.callout--red .h4 {
    background: #004987;
    color: #fff; }
.callout.callout--red a {
    background: #fff;
    color: #000; }
.callout.callout--red .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #004987;
            box-shadow: 0 0 91px 154px #004987; }
/* person */
.card-person--blue-light .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--blue-light .card__body a {
  border-bottom: 3px solid #5989b1; }
.card-person--blue-light .btn-link--blue-light {
  color: #5989b1; }
.card-person--blue-light .btn-link--blue-light span {
    border-bottom: 1px solid #5989b1; }
/* post */
.card-post--blue-light .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--blue-light .card__body a,
.card-post--blue-light.card-post--no-image .card__body a {
  border-bottom: 3px solid #5989b1; }
.card-post--blue-light .card__actions span span,
.card-post--blue-light.card-post--no-image .card__actions span span {
  color: #5989b1;
  border-bottom: 1px solid #5989b1; }
.card-post--blue-light .card__actions span span :hover,
  .card-post--blue-light.card-post--no-image .card__actions span span :hover {
    color: #5989b1; }
.card-post--blue-light.card-post--no-image .card__content {
  background: #5989b1;
  color: #fff; }
.card-post--blue-light.card-post--no-image .h3,
.card-post--blue-light.card-post--no-image .h7,
.card-post--blue-light.card-post--no-image .card__content p,
.card-post--blue-light.card-post--no-image .card__actions span {
  color: #fff; }
.card-post--blue-light.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.card-post--blue-light.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-news--blue-light:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #5989b1; }
.card-news--blue-light .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--blue-light {
  background: #5989b1;
  color: #fff; }
.callout.callout--blue-light .h3,
  .callout.callout--blue-light .h4 {
    background: #5989b1;
    color: #fff; }
.callout.callout--blue-light a {
    background: #fff;
    color: #000; }
.callout.callout--blue-light .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #5989b1;
            box-shadow: 0 0 91px 154px #5989b1; }
/* person */
.card-person--orange .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--orange .card__body a {
  border-bottom: 3px solid #ffda00; }
.card-person--orange .btn-link--orange {
  color: #ffda00; }
.card-person--orange .btn-link--orange span {
    border-bottom: 1px solid #ffda00; }
/* post */
.card-post--orange .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--orange .card__body a,
.card-post--orange.card-post--no-image .card__body a {
  border-bottom: 3px solid #ffda00; }
.card-post--orange .card__actions span span,
.card-post--orange.card-post--no-image .card__actions span span {
  color: #ffda00;
  border-bottom: 1px solid #ffda00; }
.card-post--orange .card__actions span span :hover,
  .card-post--orange.card-post--no-image .card__actions span span :hover {
    color: #ffda00; }
.card-post--orange.card-post--no-image .card__content {
  background: #ffda00;
  color: #fff; }
.card-post--orange.card-post--no-image .h3,
.card-post--orange.card-post--no-image .h7,
.card-post--orange.card-post--no-image .card__content p,
.card-post--orange.card-post--no-image .card__actions span {
  color: #fff; }
.card-post--orange.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.card-post--orange.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-news--orange:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #ffda00; }
.card-news--orange .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--orange {
  background: #ffda00;
  color: #fff; }
.callout.callout--orange .h3,
  .callout.callout--orange .h4 {
    background: #ffda00;
    color: #fff; }
.callout.callout--orange a {
    background: #fff;
    color: #000; }
.callout.callout--orange .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #ffda00;
            box-shadow: 0 0 91px 154px #ffda00; }
/* person */
.card-person--grey .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--grey .card__body a {
  border-bottom: 3px solid #00205C; }
.card-person--grey .btn-link--grey {
  color: #00205C; }
.card-person--grey .btn-link--grey span {
    border-bottom: 1px solid #00205C; }
/* post */
.card-post--grey .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--grey .card__body a,
.card-post--grey.card-post--no-image .card__body a {
  border-bottom: 3px solid #00205C; }
.card-post--grey .card__actions span span,
.card-post--grey.card-post--no-image .card__actions span span {
  color: #00205C;
  border-bottom: 1px solid #00205C; }
.card-post--grey .card__actions span span :hover,
  .card-post--grey.card-post--no-image .card__actions span span :hover {
    color: #00205C; }
.card-post--grey.card-post--no-image .card__content {
  background: #00205C;
  color: #fff; }
.card-post--grey.card-post--no-image .h3,
.card-post--grey.card-post--no-image .h7,
.card-post--grey.card-post--no-image .card__content p,
.card-post--grey.card-post--no-image .card__actions span {
  color: #fff; }
.card-post--grey.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.card-post--grey.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-news--grey:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #00205C; }
.card-news--grey .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--grey {
  background: #00205C;
  color: #fff; }
.callout.callout--grey .h3,
  .callout.callout--grey .h4 {
    background: #00205C;
    color: #fff; }
.callout.callout--grey a {
    background: #fff;
    color: #000; }
.callout.callout--grey .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #00205C;
            box-shadow: 0 0 91px 154px #00205C; }
/* person */
.card-person--green-light .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--green-light .card__body a {
  border-bottom: 3px solid #00783F; }
.card-person--green-light .btn-link--green-light {
  color: #00783F; }
.card-person--green-light .btn-link--green-light span {
    border-bottom: 1px solid #00783F; }
/* post */
.card-post--green-light .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--green-light .card__body a,
.card-post--green-light.card-post--no-image .card__body a {
  border-bottom: 3px solid #00783F; }
.card-post--green-light .card__actions span span,
.card-post--green-light.card-post--no-image .card__actions span span {
  color: #00783F;
  border-bottom: 1px solid #00783F; }
.card-post--green-light .card__actions span span :hover,
  .card-post--green-light.card-post--no-image .card__actions span span :hover {
    color: #00783F; }
.card-post--green-light.card-post--no-image .card__content {
  background: #00783F;
  color: #fff; }
.card-post--green-light.card-post--no-image .h3,
.card-post--green-light.card-post--no-image .h7,
.card-post--green-light.card-post--no-image .card__content p,
.card-post--green-light.card-post--no-image .card__actions span {
  color: #fff; }
.card-post--green-light.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.card-post--green-light.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-news--green-light:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #00783F; }
.card-news--green-light .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--green-light {
  background: #00783F;
  color: #fff; }
.callout.callout--green-light .h3,
  .callout.callout--green-light .h4 {
    background: #00783F;
    color: #fff; }
.callout.callout--green-light a {
    background: #fff;
    color: #000; }
.callout.callout--green-light .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #00783F;
            box-shadow: 0 0 91px 154px #00783F; }
/* person */
.card-person--black-near .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--black-near .card__body a {
  border-bottom: 3px solid #231F20; }
.card-person--black-near .btn-link--black-near {
  color: #231F20; }
.card-person--black-near .btn-link--black-near span {
    border-bottom: 1px solid #231F20; }
/* post */
.card-post--black-near .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--black-near .card__body a,
.card-post--black-near.card-post--no-image .card__body a {
  border-bottom: 3px solid #231F20; }
.card-post--black-near .card__actions span span,
.card-post--black-near.card-post--no-image .card__actions span span {
  color: #231F20;
  border-bottom: 1px solid #231F20; }
.card-post--black-near .card__actions span span :hover,
  .card-post--black-near.card-post--no-image .card__actions span span :hover {
    color: #231F20; }
.card-post--black-near.card-post--no-image .card__content {
  background: #231F20;
  color: #fff; }
.card-post--black-near.card-post--no-image .h3,
.card-post--black-near.card-post--no-image .h7,
.card-post--black-near.card-post--no-image .card__content p,
.card-post--black-near.card-post--no-image .card__actions span {
  color: #fff; }
.card-post--black-near.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.card-post--black-near.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-news--black-near:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #231F20; }
.card-news--black-near .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--black-near {
  background: #231F20;
  color: #fff; }
.callout.callout--black-near .h3,
  .callout.callout--black-near .h4 {
    background: #231F20;
    color: #fff; }
.callout.callout--black-near a {
    background: #fff;
    color: #000; }
.callout.callout--black-near .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #231F20;
            box-shadow: 0 0 91px 154px #231F20; }
/* person */
.card-person--grey-22 .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--grey-22 .card__body a {
  border-bottom: 3px solid #545454; }
.card-person--grey-22 .btn-link--grey-22 {
  color: #545454; }
.card-person--grey-22 .btn-link--grey-22 span {
    border-bottom: 1px solid #545454; }
/* post */
.card-post--grey-22 .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--grey-22 .card__body a,
.card-post--grey-22.card-post--no-image .card__body a {
  border-bottom: 3px solid #545454; }
.card-post--grey-22 .card__actions span span,
.card-post--grey-22.card-post--no-image .card__actions span span {
  color: #545454;
  border-bottom: 1px solid #545454; }
.card-post--grey-22 .card__actions span span :hover,
  .card-post--grey-22.card-post--no-image .card__actions span span :hover {
    color: #545454; }
.card-post--grey-22.card-post--no-image .card__content {
  background: #545454;
  color: #fff; }
.card-post--grey-22.card-post--no-image .h3,
.card-post--grey-22.card-post--no-image .h7,
.card-post--grey-22.card-post--no-image .card__content p,
.card-post--grey-22.card-post--no-image .card__actions span {
  color: #fff; }
.card-post--grey-22.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.card-post--grey-22.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-news--grey-22:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #545454; }
.card-news--grey-22 .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--grey-22 {
  background: #545454;
  color: #fff; }
.callout.callout--grey-22 .h3,
  .callout.callout--grey-22 .h4 {
    background: #545454;
    color: #fff; }
.callout.callout--grey-22 a {
    background: #fff;
    color: #000; }
.callout.callout--grey-22 .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #545454;
            box-shadow: 0 0 91px 154px #545454; }
/* person */
.card-person--grey-light-22 .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--grey-light-22 .card__body a {
  border-bottom: 3px solid #BFBFBF; }
.card-person--grey-light-22 .btn-link--grey-light-22 {
  color: #BFBFBF; }
.card-person--grey-light-22 .btn-link--grey-light-22 span {
    border-bottom: 1px solid #BFBFBF; }
/* post */
.card-post--grey-light-22 .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--grey-light-22 .card__body a,
.card-post--grey-light-22.card-post--no-image .card__body a {
  border-bottom: 3px solid #BFBFBF; }
.card-post--grey-light-22 .card__actions span span,
.card-post--grey-light-22.card-post--no-image .card__actions span span {
  color: #BFBFBF;
  border-bottom: 1px solid #BFBFBF; }
.card-post--grey-light-22 .card__actions span span :hover,
  .card-post--grey-light-22.card-post--no-image .card__actions span span :hover {
    color: #BFBFBF; }
.card-post--grey-light-22.card-post--no-image .card__content {
  background: #BFBFBF;
  color: #fff; }
.card-post--grey-light-22.card-post--no-image .h3,
.card-post--grey-light-22.card-post--no-image .h7,
.card-post--grey-light-22.card-post--no-image .card__content p,
.card-post--grey-light-22.card-post--no-image .card__actions span {
  color: #fff; }
.card-post--grey-light-22.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.card-post--grey-light-22.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-news--grey-light-22:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #BFBFBF; }
.card-news--grey-light-22 .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--grey-light-22 {
  background: #BFBFBF;
  color: #fff; }
.callout.callout--grey-light-22 .h3,
  .callout.callout--grey-light-22 .h4 {
    background: #BFBFBF;
    color: #fff; }
.callout.callout--grey-light-22 a {
    background: #fff;
    color: #000; }
.callout.callout--grey-light-22 .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #BFBFBF;
            box-shadow: 0 0 91px 154px #BFBFBF; }
/* person */
.card-person--white .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--white .card__body a {
  border-bottom: 3px solid #fff; }
.card-person--white .btn-link--white {
  color: #fff; }
.card-person--white .btn-link--white span {
    border-bottom: 1px solid #fff; }
/* post */
.card-post--white .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--white .card__body a,
.card-post--white.card-post--no-image .card__body a {
  border-bottom: 3px solid #fff; }
.card-post--white .card__actions span span,
.card-post--white.card-post--no-image .card__actions span span {
  color: #fff;
  border-bottom: 1px solid #fff; }
.card-post--white .card__actions span span :hover,
  .card-post--white.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-post--white.card-post--no-image .card__content {
  background: #fff;
  color: #575757; }
.card-post--white.card-post--no-image .h3,
.card-post--white.card-post--no-image .h7,
.card-post--white.card-post--no-image .card__content p,
.card-post--white.card-post--no-image .card__actions span {
  color: #575757; }
.card-post--white.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #575757;
  color: #575757; }
.card-post--white.card-post--no-image .card__actions span span :hover {
    color: #575757; }
.card-news--white:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff; }
.card-news--white .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--white {
  background: #fff;
  color: #575757; }
.callout.callout--white .h3,
  .callout.callout--white .h4 {
    background: #fff;
    color: #575757; }
.callout.callout--white a {
    background: #fff;
    color: #000; }
.callout.callout--white .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #fff;
            box-shadow: 0 0 91px 154px #fff; }
/* person */
.card-person--mustard .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--mustard .card__body a {
  border-bottom: 3px solid #173753; }
.card-person--mustard .btn-link--mustard {
  color: #173753; }
.card-person--mustard .btn-link--mustard span {
    border-bottom: 1px solid #173753; }
/* post */
.card-post--mustard .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--mustard .card__body a,
.card-post--mustard.card-post--no-image .card__body a {
  border-bottom: 3px solid #173753; }
.card-post--mustard .card__actions span span,
.card-post--mustard.card-post--no-image .card__actions span span {
  color: #173753;
  border-bottom: 1px solid #173753; }
.card-post--mustard .card__actions span span :hover,
  .card-post--mustard.card-post--no-image .card__actions span span :hover {
    color: #173753; }
.card-post--mustard.card-post--no-image .card__content {
  background: #173753;
  color: #fff; }
.card-post--mustard.card-post--no-image .h3,
.card-post--mustard.card-post--no-image .h7,
.card-post--mustard.card-post--no-image .card__content p,
.card-post--mustard.card-post--no-image .card__actions span {
  color: #fff; }
.card-post--mustard.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.card-post--mustard.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-news--mustard:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #173753; }
.card-news--mustard .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--mustard {
  background: #173753;
  color: #fff; }
.callout.callout--mustard .h3,
  .callout.callout--mustard .h4 {
    background: #173753;
    color: #fff; }
.callout.callout--mustard a {
    background: #fff;
    color: #000; }
.callout.callout--mustard .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #173753;
            box-shadow: 0 0 91px 154px #173753; }
/* person */
.card-person--green .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--green .card__body a {
  border-bottom: 3px solid #E3B505; }
.card-person--green .btn-link--green {
  color: #E3B505; }
.card-person--green .btn-link--green span {
    border-bottom: 1px solid #E3B505; }
/* post */
.card-post--green .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--green .card__body a,
.card-post--green.card-post--no-image .card__body a {
  border-bottom: 3px solid #E3B505; }
.card-post--green .card__actions span span,
.card-post--green.card-post--no-image .card__actions span span {
  color: #E3B505;
  border-bottom: 1px solid #E3B505; }
.card-post--green .card__actions span span :hover,
  .card-post--green.card-post--no-image .card__actions span span :hover {
    color: #E3B505; }
.card-post--green.card-post--no-image .card__content {
  background: #E3B505;
  color: #fff; }
.card-post--green.card-post--no-image .h3,
.card-post--green.card-post--no-image .h7,
.card-post--green.card-post--no-image .card__content p,
.card-post--green.card-post--no-image .card__actions span {
  color: #fff; }
.card-post--green.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.card-post--green.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-news--green:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #E3B505; }
.card-news--green .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--green {
  background: #E3B505;
  color: #fff; }
.callout.callout--green .h3,
  .callout.callout--green .h4 {
    background: #E3B505;
    color: #fff; }
.callout.callout--green a {
    background: #fff;
    color: #000; }
.callout.callout--green .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #E3B505;
            box-shadow: 0 0 91px 154px #E3B505; }
/* person */
.card-person--teal .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--teal .card__body a {
  border-bottom: 3px solid #107E7D; }
.card-person--teal .btn-link--teal {
  color: #107E7D; }
.card-person--teal .btn-link--teal span {
    border-bottom: 1px solid #107E7D; }
/* post */
.card-post--teal .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--teal .card__body a,
.card-post--teal.card-post--no-image .card__body a {
  border-bottom: 3px solid #107E7D; }
.card-post--teal .card__actions span span,
.card-post--teal.card-post--no-image .card__actions span span {
  color: #107E7D;
  border-bottom: 1px solid #107E7D; }
.card-post--teal .card__actions span span :hover,
  .card-post--teal.card-post--no-image .card__actions span span :hover {
    color: #107E7D; }
.card-post--teal.card-post--no-image .card__content {
  background: #107E7D;
  color: #fff; }
.card-post--teal.card-post--no-image .h3,
.card-post--teal.card-post--no-image .h7,
.card-post--teal.card-post--no-image .card__content p,
.card-post--teal.card-post--no-image .card__actions span {
  color: #fff; }
.card-post--teal.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.card-post--teal.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-news--teal:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #107E7D; }
.card-news--teal .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--teal {
  background: #107E7D;
  color: #fff; }
.callout.callout--teal .h3,
  .callout.callout--teal .h4 {
    background: #107E7D;
    color: #fff; }
.callout.callout--teal a {
    background: #fff;
    color: #000; }
.callout.callout--teal .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #107E7D;
            box-shadow: 0 0 91px 154px #107E7D; }
/* person */
.card-person--turquoise .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--turquoise .card__body a {
  border-bottom: 3px solid #95190c; }
.card-person--turquoise .btn-link--turquoise {
  color: #95190c; }
.card-person--turquoise .btn-link--turquoise span {
    border-bottom: 1px solid #95190c; }
/* post */
.card-post--turquoise .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--turquoise .card__body a,
.card-post--turquoise.card-post--no-image .card__body a {
  border-bottom: 3px solid #95190c; }
.card-post--turquoise .card__actions span span,
.card-post--turquoise.card-post--no-image .card__actions span span {
  color: #95190c;
  border-bottom: 1px solid #95190c; }
.card-post--turquoise .card__actions span span :hover,
  .card-post--turquoise.card-post--no-image .card__actions span span :hover {
    color: #95190c; }
.card-post--turquoise.card-post--no-image .card__content {
  background: #95190c;
  color: #fff; }
.card-post--turquoise.card-post--no-image .h3,
.card-post--turquoise.card-post--no-image .h7,
.card-post--turquoise.card-post--no-image .card__content p,
.card-post--turquoise.card-post--no-image .card__actions span {
  color: #fff; }
.card-post--turquoise.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.card-post--turquoise.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-news--turquoise:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #95190c; }
.card-news--turquoise .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--turquoise {
  background: #95190c;
  color: #fff; }
.callout.callout--turquoise .h3,
  .callout.callout--turquoise .h4 {
    background: #95190c;
    color: #fff; }
.callout.callout--turquoise a {
    background: #fff;
    color: #000; }
.callout.callout--turquoise .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #95190c;
            box-shadow: 0 0 91px 154px #95190c; }
/* person */
.card-person--mid-blue .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--mid-blue .card__body a {
  border-bottom: 3px solid #007fc5; }
.card-person--mid-blue .btn-link--mid-blue {
  color: #007fc5; }
.card-person--mid-blue .btn-link--mid-blue span {
    border-bottom: 1px solid #007fc5; }
/* post */
.card-post--mid-blue .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--mid-blue .card__body a,
.card-post--mid-blue.card-post--no-image .card__body a {
  border-bottom: 3px solid #007fc5; }
.card-post--mid-blue .card__actions span span,
.card-post--mid-blue.card-post--no-image .card__actions span span {
  color: #007fc5;
  border-bottom: 1px solid #007fc5; }
.card-post--mid-blue .card__actions span span :hover,
  .card-post--mid-blue.card-post--no-image .card__actions span span :hover {
    color: #007fc5; }
.card-post--mid-blue.card-post--no-image .card__content {
  background: #007fc5;
  color: #fff; }
.card-post--mid-blue.card-post--no-image .h3,
.card-post--mid-blue.card-post--no-image .h7,
.card-post--mid-blue.card-post--no-image .card__content p,
.card-post--mid-blue.card-post--no-image .card__actions span {
  color: #fff; }
.card-post--mid-blue.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.card-post--mid-blue.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-news--mid-blue:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #007fc5; }
.card-news--mid-blue .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--mid-blue {
  background: #007fc5;
  color: #fff; }
.callout.callout--mid-blue .h3,
  .callout.callout--mid-blue .h4 {
    background: #007fc5;
    color: #fff; }
.callout.callout--mid-blue a {
    background: #fff;
    color: #000; }
.callout.callout--mid-blue .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #007fc5;
            box-shadow: 0 0 91px 154px #007fc5; }
/* person */
.card-person--purple .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden; }
.card-person--purple .card__body a {
  border-bottom: 3px solid #4C212A; }
.card-person--purple .btn-link--purple {
  color: #4C212A; }
.card-person--purple .btn-link--purple span {
    border-bottom: 1px solid #4C212A; }
/* post */
.card-post--purple .h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  max-height: 120px; }
.card-post--purple .card__body a,
.card-post--purple.card-post--no-image .card__body a {
  border-bottom: 3px solid #4C212A; }
.card-post--purple .card__actions span span,
.card-post--purple.card-post--no-image .card__actions span span {
  color: #4C212A;
  border-bottom: 1px solid #4C212A; }
.card-post--purple .card__actions span span :hover,
  .card-post--purple.card-post--no-image .card__actions span span :hover {
    color: #4C212A; }
.card-post--purple.card-post--no-image .card__content {
  background: #4C212A;
  color: #fff; }
.card-post--purple.card-post--no-image .h3,
.card-post--purple.card-post--no-image .h7,
.card-post--purple.card-post--no-image .card__content p,
.card-post--purple.card-post--no-image .card__actions span {
  color: #fff; }
.card-post--purple.card-post--no-image .card__actions span span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.card-post--purple.card-post--no-image .card__actions span span :hover {
    color: #fff; }
.card-news--purple:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #4C212A; }
.card-news--purple .btn-link:hover span {
  border-bottom-color: transparent; }
.callout.callout--purple {
  background: #4C212A;
  color: #fff; }
.callout.callout--purple .h3,
  .callout.callout--purple .h4 {
    background: #4C212A;
    color: #fff; }
.callout.callout--purple a {
    background: #fff;
    color: #000; }
.callout.callout--purple .callout__image:after {
    -webkit-box-shadow: 0 0 91px 154px #4C212A;
            box-shadow: 0 0 91px 154px #4C212A; }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1170px + 30px * 2);
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
  Container
\* ------------------------------------------------------------ */
.container {
  max-width: calc( 1170px + 30px * 2);
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  width: 100%; }
.container:after {
    content: '';
    display: table;
    clear: both;
    line-height: 0; }
/* Container Fluid */
.container-fluid {
  max-width: none; }
.container-fluid:after {
    content: '';
    display: table;
    clear: both;
    line-height: 0; }
/* Container No gutters */
.container--no-gutters {
  padding: 0; }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  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;
  /*  Grid col 1of2  */ }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background-color: transparent;
  min-height: 128px;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s; }
@media (max-width: 991px) {
    .header {
      min-height: 94px; } }
@media (max-width: 767px) {
    .header {
      /*min-height: 0;*/
      z-index: 9999; }
      .header > .container {
        padding-left: 5px; } }
.header:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden; }
.header .header__actions {
    padding: 36px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
@media (max-width: 767px) {
      .header .header__actions {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 0 54px 0 0; } }
.header .header__content {
    position: relative;
    z-index: 4;
    padding-left: 220px;
    /*@include breakpoint-down(tablet) {
      padding-left: 208px; 
    }*/ }
@media (max-width: 1199px) {
      .header .header__content {
        padding-left: 208px; } }
.header .header__content:before {
      content: '';
      z-index: -1;
      position: absolute;
      right: -115px;
      width: 110vw;
      height: 100%;
      background: #fff; }
@media (max-width: 991px) {
        .header .header__content:before {
          right: -30px;
          width: calc(100% + 60px); } }
.header .header__content:after {
      content: '';
      z-index: -1;
      position: absolute;
      top: 0;
      left: 100%;
      width: 100vw;
      height: 100%;
      background: #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .3s, visibility .3s;
      transition: opacity .3s, visibility .3s; }
.header .header__logo {
    position: absolute;
    top: 17px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
/*  Header Has-nav-opened  */
.header.has-nav-opened {
  z-index: 1010; }
.header.has-nav-opened:after {
    opacity: 1;
    visibility: visible; }
.header.has-nav-opened .header__content:after {
    opacity: 1;
    visibility: visible; }
@media (max-width: 767px) {
    .header.has-nav-opened .navbar {
      pointer-events: all;
      background: #f6f6f6; } }
/*  Header Has-search-opened  */
.header.has-search-opened {
  z-index: 1010; }
.header.has-search-opened .header__content:after {
    opacity: 1;
    visibility: visible; }
/*  Header Is-fixed  */
.header.is-fixed {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); }
.header.is-fixed .header__content:after {
    opacity: 1;
    visibility: visible; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  width: 205px;
  height: 93px;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  vertical-align: middle;
  text-decoration: none;
  /*@include breakpoint-down(small-desktop) {
    width: 105px; 
    height: 53px; 
  }
  @include breakpoint-down(tablet) {
    width: 95px; 
    height: 48px;  
  }*/ }
/*  Logo Footer  */
.logo--footer {
  margin: 4px 0 34px;
  width: 170px;
  height: 85px; }
@media (max-width: 991px) {
    .logo--footer {
      margin: 0 0 20px;
      width: 130px;
      height: 65px; } }
@media (max-width: 767px) {
    .logo--footer {
      margin: 0 0 34px;
      width: 172px;
      height: 84px; } }
/* ------------------------------------------------------------ *\
	Navbar
\* ------------------------------------------------------------ */
.navbar {
  padding-right: 50px;
  font-weight: bold;
  /*  Navbar Nav-links  */
  /*  Navbar Dropdown  */
  /*  Navbar Dropdown-toggle  */
  /*  Dropdown Menu  */
  /*  Dropdown Item  */
  /* Mobile */ }
@media (max-width: 991px) {
    .navbar {
      padding-right: 0;
      padding-left: 0; } }
.navbar li > a {
    color: #575757; }
.navbar .navbar-nav .nav-link {
    font-weight: bold;
    text-decoration: none;
    color: #231F20; }
.navbar .navbar-nav .nav-link:hover {
      color: #004987; }
@media (max-width: 1199px) {
      .navbar .navbar-nav .nav-link {
        font-size: 15px; } }
@media (max-width: 991px) {
      .navbar .navbar-nav .nav-link {
        font-size: 13px; } }
@media (max-width: 767px) {
      .navbar .navbar-nav .nav-link {
        font-size: 15px; } }
.navbar .nav-item + .nav-item {
    margin-left: 28px; }
@media (max-width: 1199px) {
      .navbar .nav-item + .nav-item {
        margin-left: 18px; } }
@media (max-width: 991px) {
      .navbar .nav-item + .nav-item {
        margin-left: 0;
        margin-left: 2px; } }
.navbar .nav-item.show .nav-link.dropdown-toggle {
    color: #004987; }
.navbar .nav-item.show .nav-link.dropdown-toggle::after {
    border-top-color: #004987; }
@media (max-width: 767px) {
      .navbar .nav-item.show .nav-link.dropdown-toggle::after {
        -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); } }
.navbar .nav-link.dropdown-toggle {
    position: relative; }
@media (max-width: 991px) {
      .navbar .nav-link.dropdown-toggle {
        padding-right: 14px; } }
.navbar .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: -6px;
    margin-top: 1px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid #00205C;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
@media (max-width: 991px) {
      .navbar .dropdown-toggle::after {
        right: 4px; } }
.navbar .navbar-nav .dropdown-menu {
    position: fixed;
    top: 60px;
    left: 0;
    float: none;
    margin: 0;
    padding: 37px 0 0 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: none; }
@media (max-width: 991px) {
      .navbar .navbar-nav .dropdown-menu {
        top: 56px;
        padding-top: 33px; } }
@media (max-width: 767px) {
      .navbar .navbar-nav .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        padding-top: 0; } }
.navbar .dropdown-menu .dropdown-menu__inner {
    background: #fff;
    max-width: calc( 1170px + 30px * 2);
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    width: 100%;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media (max-width: 767px) {
      .navbar .dropdown-menu .dropdown-menu__inner {
        padding: 0 15px 15px; } }
.navbar .dropdown-menu .dropdown-menu__content {
    position: relative;
    max-width: 51.4%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51.4%;
            flex: 0 0 51.4%;
    padding: 40px 31px 108px 0; }
@media (max-width: 991px) {
      .navbar .dropdown-menu .dropdown-menu__content {
        max-width: 60%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
        padding-bottom: 50px; } }
@media (max-width: 767px) {
      .navbar .dropdown-menu .dropdown-menu__content {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding: 17px 0 0; } }
.navbar .dropdown-menu .dropdown-menu__aside {
    position: relative;
    z-index: 2;
    max-width: 48.6%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.6%;
            flex: 0 0 48.6%;
    padding: 40px 0 50px 100px;
    background: #f6f6f6; }
.navbar .dropdown-menu .dropdown-menu__aside li > a {
      color: #4D4D4D; }
@media (max-width: 991px) {
      .navbar .dropdown-menu .dropdown-menu__aside {
        max-width: 40%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        padding-left: 50px; } }
@media (max-width: 767px) {
      .navbar .dropdown-menu .dropdown-menu__aside {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding: 27px 0 5px; } }
.navbar .dropdown-menu .dropdown-menu__aside:after {
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      margin-left: -2px;
      width: 100vw;
      height: 100%;
      background: #f6f6f6; }
@media (max-width: 767px) {
        .navbar .dropdown-menu .dropdown-menu__aside:after {
          left: 50%;
          margin: 0;
          z-index: -1;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
.navbar .dropdown-menu .dropdown-menu__entry {
    padding-bottom: 26px;
    font-weight: normal;
    line-height: 1.48; }
@media (max-width: 991px) {
      .navbar .dropdown-menu .dropdown-menu__entry {
        font-size: 14px; } }
@media (max-width: 767px) {
      .navbar .dropdown-menu .dropdown-menu__entry {
        font-size: 15px; } }
.navbar .dropdown-menu .dropdown-menu__entry > a {
    font-size: 14px;
    text-decoration: none;
    color: #004987; }
.navbar .dropdown-menu .dropdown-menu__entry > a:hover {
      text-decoration: underline; }
.navbar .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #00205C; }
.navbar .dropdown-menu ul + a {
    margin-top: 7px;
    display: inline-block; }
.navbar .dropdown-menu li + li {
    margin-top: 7px; }
.navbar .dropdown-menu .h6 {
    display: block;
    margin-bottom: 12px; }
.navbar .dropdown-menu .h6 a {
      -webkit-transition: color .4s;
      transition: color .4s; }
@media (max-width: 767px) {
        .navbar .dropdown-menu .h6 a {
          display: block; } }
.navbar .dropdown-menu .h6 a:hover {
        color: #004987; }
.navbar a,
  .navbar .dropdown-item {
    padding: 0;
    text-decoration: none;
    background-color: transparent; }
.navbar a:focus,
    .navbar .dropdown-item:focus {
      color: inherit; }
.navbar a:hover,
    .navbar .dropdown-item:hover {
      color: #004987; }
@media (max-width: 767px) {
    .navbar {
      position: fixed;
      top: 80px;
      left: 0;
      padding: 0;
      width: 100%;
      height: calc(100% - 80px);
      display: block;
      /*overflow-y: auto; */
      /*overflow-x: hidden; */
      -webkit-transition: initial;
      transition: initial;
      pointer-events: none; }
      .navbar .navbar-collapse {
        background: #f6f6f6; }
      .navbar .dropdown-toggle::after {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        margin: -3px -5px 0 0; }
      .navbar .nav-item.show .nav-link.dropdown-toggle::after {
        -webkit-transform: translateY(-50%) rotate(0deg);
            -ms-transform: translateY(-50%) rotate(0deg);
                transform: translateY(-50%) rotate(0deg); }
      .navbar .dropdown-menu .h6 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-bottom: 0;
        position: relative; }
        .navbar .dropdown-menu .h6.active:after {
          -webkit-transform: translateY(-50%) rotate(0deg);
              -ms-transform: translateY(-50%) rotate(0deg);
                  transform: translateY(-50%) rotate(0deg); }
        .navbar .dropdown-menu .h6:after {
          content: '';
          position: absolute;
          top: 50%;
          right: -10px;
          margin-top: -2px;
          margin-left: 2px;
          vertical-align: middle;
          border-top: 6px solid #000000;
          border-right: 4px solid transparent;
          border-bottom: 0;
          border-left: 4px solid transparent;
          -webkit-transform: translateY(-50%) rotate(-90deg);
              -ms-transform: translateY(-50%) rotate(-90deg);
                  transform: translateY(-50%) rotate(-90deg);
          -webkit-transition: -webkit-transform .4s;
          transition: -webkit-transform .4s;
          transition: transform .4s;
          transition: transform .4s, -webkit-transform .4s; }
      .navbar .dropdown-menu .dropdown-menu__entry {
        padding: 0;
        display: none;
        font-size: 18px;
        padding: 22px 0 14px 22px; }
        .navbar .dropdown-menu .dropdown-menu__entry li + li {
          margin: 4px 0 0; }
      .navbar .dropdown-menu .dropdown-menu__inner {
        padding: 0 10px; }
      .navbar .dropdown-menu .dropdown-menu__aside {
        display: none; }
      .navbar .dropdown-menu .dropdown-menu__content .col-md-6 + .col-md-6 {
        margin-top: 10px; }
      .navbar .dropdown-menu .dropdown-menu__section + .dropdown-menu__section {
        margin-top: 10px; }
      .navbar .dropdown-menu__aside {
        background: #f6f6f6;
        padding: 38px 30px;
        font-size: 18px;
        border: none; }
        .navbar .dropdown-menu__aside .h6 {
          font-size: 20px;
          margin: 0 0 10px; }
        .navbar .dropdown-menu__aside li + li {
          margin: 2px 0 0; }
      .navbar .navbar-collapse {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(100vh - 80px); }
      .navbar .nav-item + .nav-item {
        margin: 14px 0 0; }
      .navbar .navbar-nav .nav-link {
        font-size: 20px; }
      .navbar .navbar-collapse .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s, visibility .3s;
        transition: opacity .3s, visibility .3s; }
      .navbar .navbar-collapse.show .dropdown-menu {
        opacity: 1;
        visibility: visible; }
      .navbar .navbar-nav {
        display: block;
        background: #fff;
        padding: 31px 30px 34px;
        -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1); }
      .navbar .navbar-toggler {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 5;
        margin: 0;
        padding: 0;
        border: 0;
        margin-left: auto;
        pointer-events: all;
        background: #004987;
        width: 84px;
        height: 100px;
        border-radius: 0; } }
@media (max-width: 767px) and (max-width: 425px) {
      .navbar .navbar-toggler {
        height: 78px; } }
@media (max-width: 767px) {
        .navbar .navbar-toggler .navbar-toggler-icon {
          background: none;
          width: 26px;
          height: 22px; }
          .navbar .navbar-toggler .navbar-toggler-icon em {
            display: block;
            width: 100%;
            height: 3px;
            background: #fff;
            -webkit-transition: .3s;
            transition: .3s; }
            .navbar .navbar-toggler .navbar-toggler-icon em + em {
              margin-top: 6px; }
        .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon em:nth-child(1) {
          -webkit-transform: translate(0px, 10px) rotate(135deg);
              -ms-transform: translate(0px, 10px) rotate(135deg);
                  transform: translate(0px, 10px) rotate(135deg); }
        .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon em:nth-child(2) {
          opacity: 0;
          visibility: hidden; }
        .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon em:nth-child(3) {
          -webkit-transform: translate(0px, -7px) rotate(45deg);
              -ms-transform: translate(0px, -7px) rotate(45deg);
                  transform: translate(0px, -7px) rotate(45deg); } }
/* ------------------------------------------------------------ *\
  Search
\* ------------------------------------------------------------ */
.search {
  position: relative;
  right: -6px;
  padding: 9px 0 0; }
@media (max-width: 767px) {
    .search {
      right: auto;
      background: #f6f6f6;
      padding: 34px 26px 26px; } }
@media (max-width: 425px) {
    .search {
      padding: 22px 26px 16px;
      height: 78px; } }
.search .search__toggle {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 0;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s; }
@media (max-width: 991px) {
      .search .search__toggle {
        width: 32px;
        height: 32px; } }
.search .search__toggle:hover {
      opacity: .8; }
.search .search__toggle i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s; }
.search .search__toggle i + i {
      opacity: 0;
      visibility: hidden; }
.search .search__content {
    position: fixed;
    top: 128px;
    left: 0;
    width: 100%;
    z-index: 50;
    background: #00205C;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    pointer-events: none; }
@media (max-width: 991px) {
      .search .search__content {
        top: 94px; } }
@media (max-width: 767px) {
      .search .search__content {
        top: 79px;
        padding: 20px 0 10px; } }
.search .search__content .search__inner {
      position: relative;
      max-width: 1235px;
      padding-left: 30px;
      padding-right: 30px;
      margin: auto;
      width: 100%; }
@media (max-width: 767px) {
        .search .search__content .search__inner {
          padding: 0 15px; } }
.search .search__content .search__btn {
      position: absolute;
      top: 50%;
      right: 26px;
      width: 40px;
      height: 40px;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      text-decoration: none;
      text-align: center;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
@media (max-width: 767px) {
        .search .search__content .search__btn {
          right: 23px; } }
.search .search__content .search__btn:hover {
        opacity: .7; }
.search .search__content .search__field {
      display: inline-block;
      height: 90px;
      width: 100%;
      padding: 0 100px 0 0;
      border: 0;
      border-radius: 0;
      outline: 0;
      background: transparent;
      font-family: inherit;
      font-size: 25px;
      font-weight: 400;
      color: #fff;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      text-decoration: none;
      -webkit-transition: .3s;
      transition: .3s; }
@media (max-width: 991px) {
        .search .search__content .search__field {
          height: 70px;
          font-size: 22px; } }
@media (max-width: 991px) {
        .search .search__content .search__field {
          height: 55px;
          font-size: 20px;
          padding: 0 50px 0 13px; } }
.search .search__content .search__field::-webkit-input-placeholder {
        opacity: 1;
        color: #fff; }
.search .search__content .search__field::-moz-placeholder {
        opacity: 1;
        color: #fff; }
.search .search__content .search__field:-ms-input-placeholder {
        opacity: 1;
        color: #fff; }
.search .search__content .search__field::-ms-input-placeholder {
        opacity: 1;
        color: #fff; }
.search .search__content .search__field::placeholder {
        opacity: 1;
        color: #fff; }
.search .search__hint {
    color: #fff;
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    left: 30px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s; }
@media (max-width: 767px) {
      .search .search__hint {
        bottom: -5px;
        font-size: 12px; } }
.search.error-container .search__hint {
    opacity: 1;
    visibility: visible; }
/* ------------------------------------------------------------ *\
  Search
\* ------------------------------------------------------------ */
.search.is-active .search__toggle i {
  opacity: 0;
  visibility: hidden; }
.search.is-active .search__toggle i + i {
    opacity: 1;
    visibility: visible; }
.search.is-active .search__content {
  opacity: 1;
  visibility: visible;
  pointer-events: all; }
.section-search.section-resource-search {
  padding: 20px 0; }
/* ------------------------------------------------------------ *\
  Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 1.38; }
@media (max-width: 991px) {
    .hero {
      margin-bottom: 50px;
      font-size: 20px; } }
@media (max-width: 767px) {
    .hero {
      margin-bottom: 0;
      font-size: 18px; } }
.hero p {
    margin-bottom: 23px; }
@media (max-width: 767px) {
      .hero p {
        font-size: 22px;
        line-height: 1.27;
        margin: 0 0 21px; } }
@media (max-width: 767px) {
    .hero .hero__body {
      margin: 0 -30px;
      /*display: flex; */
      /*flex-flow: row wrap;*/ } }
.hero .hero__content {
    float: left;
    width: 45.6%;
    padding: 120px 0;
    display: table;
    height: 782px; }
@media (max-width: 991px) {
      .hero .hero__content {
        width: 50%;
        height: 768px; } }
@media (max-width: 767px) {
      .hero .hero__content {
        height: auto;
        display: block;
        width: 100%;
        float: none;
        position: absolute;
        top: 161px;
        left: 0;
        padding: 0 30px;
        z-index: 50;
        color: #fff; }
        .hero .hero__content .h1 {
          color: #fff;
          font-size: 40px;
          line-height: 1;
          margin: 0 0 21px; }
        .hero .hero__content .h3 {
          color: #fff; } }
.hero .hero__inner {
    display: table-cell;
    vertical-align: middle; }
@media (max-width: 767px) {
      .hero .hero__inner {
        display: block; } }
.hero .hero__entry {
    margin-left: auto;
    padding: 34px 94px 0 calc( (100vw - 1230px) / 2); }
@media (max-width: 1199px) {
      .hero .hero__entry {
        padding-left: 0; } }
.hero .hero__entry--size1 {
      padding: 34px 100px 0 0; }
@media (max-width: 1199px) {
      .hero .hero__entry {
        padding-right: 17%; } }
@media (max-width: 991px) {
      .hero .hero__entry {
        padding-right: 10%; } }
@media (max-width: 767px) {
      .hero .hero__entry {
        max-width: 100%;
        padding: 0 20px 0 0;
        margin: 0; } }
.hero .hero__aside {
    position: absolute;
    top: 0;
    right: 0;
    width: 54.4%;
    height: 100%; }
@media (max-width: 991px) {
      .hero .hero__aside {
        width: 50%; } }
@media (max-width: 767px) {
      .hero .hero__aside {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        height: 520px; } }
.hero .hero__aside:before {
      content: '';
      position: absolute;
      right: 47.6%;
      bottom: -64px;
      z-index: 6;
      width: 135px;
      height: 141px;
      display: inline-block;
      display: none !important; }
@media (max-width: 991px) {
        .hero .hero__aside:before {
          bottom: -50px;
          right: 54%;
          width: 101px;
          height: 106px; } }
@media (max-width: 767px) {
        .hero .hero__aside:before {
          bottom: -42px;
          width: 84px;
          height: 88px; } }
.hero .hero__dots {
    position: absolute;
    right: 55.7%;
    bottom: -49px;
    z-index: 6;
    z-index: -1; }
@media (max-width: 1399px) {
      .hero .hero__dots {
        right: 49%; } }
@media (max-width: 1199px) {
      .hero .hero__dots {
        right: 45%; } }
@media (max-width: 991px) {
      .hero .hero__dots {
        bottom: -52px;
        right: 18%; } }
@media (max-width: 767px) {
      .hero .hero__dots {
        bottom: -44px;
        right: 31px;
        height: 150px;
        width: 294px;
        z-index: 26;
        background: transparent !important;
        clip-path: polygon(62% 70%, 100% 14%, 100% 100%, 0 100%, 0% 70%); } }
.hero .hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #fff;
    overflow: hidden; }
@media (max-width: 767px) {
      .hero .hero__video {
        background: #000; } }
.hero .hero__video iframe,
    .hero .hero__video video {
      position: absolute;
      top: 50%;
      left: 50%;
      right: 0;
      width: 160%;
      height: 200%;
      max-height: 200% !important;
      min-height: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: none; }
.hero .hero__video .js-btn-vimeo-play {
      display: none; }
.hero .hero__video .js-btn-vimeo-play.is-visible {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: transparent;
        z-index: 30;
        text-decoration: none; }
.hero .hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 130%; }
@media (max-width: 767px) {
      .hero .hero__image:before {
        opacity: .35;
        z-index: 3; } }
@media (max-width: 991px) {
      .hero .hero__image {
        width: 160%; } }
.hero .hero__image-full {
    width: 100% !important; }
.hero .hero__trigger {
    position: absolute;
    right: 50%;
    bottom: 250px;
    margin-right: -453px;
    z-index: 20; }
@media (max-width: 1874px) {
      .hero .hero__trigger {
        right: 30px;
        margin-right: 0; } }
@media (max-width: 1399px) {
      .hero .hero__trigger {
        right: 15px;
        bottom: 250px; } }
@media (max-width: 991px) {
      .hero .hero__trigger {
        bottom: 250px; } }
@media (max-width: 767px) {
      .hero .hero__trigger {
        display: none; } }
.hero .hero__line {
    position: absolute;
    right: 50%;
    bottom: -14px;
    margin-right: -453px;
    z-index: 20;
    width: 1px;
    height: 216px;
    background: #bbb;
    overflow: hidden; }
@media (max-width: 1874px) {
      .hero .hero__line {
        right: 30px;
        margin-right: 0; } }
@media (max-width: 1399px) {
      .hero .hero__line {
        right: 15px;
        bottom: -30px; } }
@media (max-width: 991px) {
      .hero .hero__line {
        bottom: -90px; } }
@media (max-width: 767px) {
      .hero .hero__line {
        display: none; } }
.hero .hero__line span {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2;
      width: 1px;
      height: 0;
      background: #004987; }
/* ------------------------------------------------------------ *\
  Hero Article
\* ------------------------------------------------------------ */
.hero--article {
  margin-bottom: 0; }
@media (max-width: 767px) {
    .hero--article {
      margin-bottom: 67px; } }
.hero--article .h1 {
    font-size: 35px;
    line-height: 1.14; }
@media (max-width: 767px) {
      .hero--article .h1 {
        font-size: 32px; } }
.hero--article .h4 {
    margin-bottom: 14px;
    color: #575757;
    font-weight: normal; }
@media (max-width: 767px) {
      .hero--article .h4 {
        font-size: 22px;
        color: #fff; } }
.hero--article .hero__content {
    height: 674px; }
@media (max-width: 767px) {
      .hero--article .hero__content {
        margin-top: 69px;
        height: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
@media (max-width: 767px) {
    .hero--article .hero__content .h1 {
      margin-bottom: 35px;
      font-size: 35px;
      line-height: 1.2; } }
.hero--article .hero__entry {
    padding-top: 80px; }
@media (max-width: 767px) {
      .hero--article .hero__entry {
        padding-top: 0; } }
@media (max-width: 767px) {
    .hero--article .hero__image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background: #000;
      opacity: .2; } }
@media (max-width: 767px) {
    .hero--article .hero__aside {
      height: 429px; } }
.hero--article .hero__aside .hero__dots {
    bottom: -111px; }
@media (max-width: 767px) {
      .hero--article .hero__aside .hero__dots {
        bottom: -84px; } }
/* ------------------------------------------------------------ *\
  Hero Simple
\* ------------------------------------------------------------ */
.hero--simple {
  margin-bottom: 0; }
@media (max-width: 767px) {
    .hero--simple {
      margin-bottom: 67px; } }
.hero--simple .h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.17; }
@media (max-width: 991px) {
      .hero--simple .h1 {
        font-size: 26px; } }
@media (max-width: 767px) {
      .hero--simple .h1 {
        font-size: 25px; } }
.hero--simple .h4 {
    margin-bottom: 16px;
    color: #575757;
    font-weight: normal; }
@media (max-width: 767px) {
      .hero--simple .h4 {
        margin-bottom: 10px;
        color: #fff;
        font-size: 22px; } }
@media (max-width: 374px) {
      .hero--simple .h4 {
        font-size: 20px; } }
.hero--simple .h5 {
    margin-bottom: 43px;
    color: #575757;
    font-weight: normal;
    font-size: 20px; }
@media (max-width: 767px) {
      .hero--simple .h5 {
        margin-bottom: 31px;
        color: #fff;
        font-size: 16px; } }
@media (max-width: 767px) {
    .hero--simple .btn-more--prev {
      color: #fff; } }
.hero--simple .hero__content {
    height: 674px;
    padding: 90px 0; }
@media (max-width: 767px) {
      .hero--simple .hero__content {
        height: auto;
        padding: 139px 30px 30px;
        position: relative;
        top: auto;
        left: auto;
        min-height: 430px; } }
@media (max-width: 767px) {
    .hero--simple .hero__content .h1 {
      margin-bottom: 12px;
      font-size: 25px;
      line-height: 1.2; } }
@media (max-width: 374px) {
    .hero--simple .hero__content .h1 {
      font-size: 23px; } }
.hero--simple .hero__entry {
    padding-top: 103px;
    padding-right: 128px; }
@media (max-width: 1199px) {
      .hero--simple .hero__entry {
        padding-right: 17%; } }
@media (max-width: 991px) {
      .hero--simple .hero__entry {
        padding-right: 10%; } }
@media (max-width: 767px) {
      .hero--simple .hero__entry {
        max-width: 100%;
        padding: 0;
        margin: 0; } }
.hero--simple .hero__entry--size2 {
    padding-top: 149px; }
@media (max-width: 1199px) {
      .hero--simple .hero__entry--size2 {
        padding-top: 60px; } }
@media (max-width: 767px) {
      .hero--simple .hero__entry--size2 {
        padding-top: 0; } }
.hero--simple .hero__entry--size2 .h1 {
      font-size: 35px; }
@media (max-width: 991px) {
        .hero--simple .hero__entry--size2 .h1 {
          font-size: 30px; } }
@media (max-width: 767px) {
        .hero--simple .hero__entry--size2 .h1 {
          font-size: 28px; } }
.hero--simple .hero__aside:before {
    display: none; }
.hero--simple .hero__aside--dots:before {
    display: inline-block; }
@media (max-width: 767px) {
    .hero--simple .hero__aside {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; } }
@media (max-width: 767px) {
    .hero--simple .hero__aside .hero__dots {
      bottom: -49px;
      height: 150px; } }
/* ------------------------------------------------------------ *\
  Hero About
\* ------------------------------------------------------------ */
.hero--about {
  margin-bottom: 0; }
@media (max-width: 767px) {
    .hero--about {
      margin-bottom: 60px; } }
.hero--about .h1 {
    font-size: 30px;
    line-height: 1.14;
    margin: 0 0 20px; }
@media (max-width: 767px) {
      .hero--about .h1 {
        font-size: 30px; } }
.hero--about .h4 {
    margin-bottom: 14px;
    color: #575757;
    font-weight: normal; }
.hero--about .hero__content {
    height: 674px; }
@media (max-width: 767px) {
      .hero--about .hero__content {
        height: auto;
        top: 50%;
        padding-top: 69px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
.hero--about .hero__aside {
    width: 52.4%; }
@media (max-width: 767px) {
      .hero--about .hero__aside {
        width: 100%; } }
.hero--about .hero__aside:before {
      display: none; }
@media (max-width: 767px) {
        .hero--about .hero__aside:before {
          /*display: block !important; */
          width: 294px;
          height: 141px;
          right: 30px;
          bottom: -36px;
          z-index: 20; } }
.hero--about .hero__entry {
    padding: 106px 100px 0 calc( (100vw - 1230px) / 2);
    max-width: 100vw; }
@media (max-width: 1199px) {
      .hero--about .hero__entry {
        padding-left: 0; } }
@media (max-width: 767px) {
      .hero--about .hero__entry {
        padding: 0; } }
/*  Hero--about-landing  */
.hero--about-landing .hero__entry {
  padding-left: calc( (100vw - 1230px) / 2);
  max-width: 100vw; }
@media (max-width: 1199px) {
    .hero--about-landing .hero__entry {
      padding-left: 0; } }
@media (max-width: 767px) {
    .hero--about-landing .hero__entry {
      padding-left: 0; } }
.hero--about-landing .hero__aside {
  width: 55.1%; }
@media (max-width: 767px) {
    .hero--about-landing .hero__aside {
      width: 100%; } }
@media (max-width: 767px) {
    .hero--about-landing .hero__aside .hero__dots {
      bottom: -55px; } }
.hero--about-landing .hero__aside:after {
  right: -20px; }
@media (max-width: 767px) {
    .hero--about-landing .hero__aside:after {
      right: 0; } }
.hero--about-landing .hero__dots {
  right: 44.4%;
  background: linear-gradient(90deg, #fff 23.5px, transparent 1%) center, linear-gradient(#fff 23.5px, transparent 1%) center, red;
  background-size: 26.5px 26.5px;
  bottom: -66px;
  height: 89px; }
@media (max-width: 991px) {
    .hero--about-landing .hero__dots {
      right: 18%;
      bottom: -45px; } }
@media (max-width: 767px) {
    .hero--about-landing .hero__dots {
      bottom: -55px;
      right: 31px;
      height: 150px;
      clip-path: polygon(62% 70%, 100% 6%, 100% 100%, 0 100%, 0% 70%); } }
/*  Hero--about-careers  */
@media (max-width: 767px) {
  .hero--about-careers {
    margin-bottom: 73px; } }
@media (max-width: 767px) {
  .hero--about-careers .hero__content {
    padding-top: 83px; } }
@media (max-width: 767px) {
  .hero--about-careers .hero__content .h1 {
    font-size: 30px; } }
@media (max-width: 767px) {
  .hero--about-careers .hero__content p {
    max-width: 350px;
    line-height: 1.45; } }
@media (max-width: 767px) {
  .hero--about-careers .hero__content br {
    display: none; } }
@media (max-width: 767px) {
  .hero--about-careers .hero__aside {
    height: 499px; }
    .hero--about-careers .hero__aside:after {
      right: 0; } }
/*  hero--about-jobs  */
@media (max-width: 767px) {
  .hero--about-jobs {
    margin-bottom: 79px; } }
@media (max-width: 767px) {
  .hero--about-jobs .hero__content {
    padding-top: 75px; } }
@media (max-width: 767px) {
  .hero--about-jobs .hero__content .h1 {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.2; } }
@media (max-width: 767px) {
  .hero--about-jobs .hero__content p {
    max-width: 350px;
    line-height: 1.45; } }
@media (max-width: 767px) {
  .hero--about-jobs .hero__aside {
    height: 569px; }
    .hero--about-jobs .hero__aside:after {
      right: 0; } }
@media (max-width: 767px) {
  .hero--about-jobs .list-details {
    margin-bottom: 26px;
    color: #fff; }
    .hero--about-jobs .list-details strong {
      color: #fff; }
    .hero--about-jobs .list-details li + li {
      padding-top: 8px; } }
@media (max-width: 374px) {
  .hero--about-jobs .list-details {
    font-size: 16px; } }
/*  hero--about-grid  */
@media (max-width: 767px) {
  .hero--about-grid {
    margin-bottom: 38px; } }
@media (max-width: 767px) {
  .hero--about-grid .hero__content {
    padding-top: 154px; } }
@media (max-width: 767px) {
  .hero--about-grid .hero__content .h1 {
    margin-bottom: 16px;
    font-size: 35px;
    line-height: 1.1; } }
@media (max-width: 767px) {
  .hero--about-grid .hero__content p {
    margin-bottom: 25px; } }
@media (max-width: 767px) {
  .hero--about-grid .hero__aside:after {
    right: 0; } }
@media (max-width: 767px) {
  .hero--about-grid .hero__aside .hero__dots {
    bottom: -54px; } }
/* ------------------------------------------------------------ *\
  Hero Large
\* ------------------------------------------------------------ */
.hero--large {
  margin-bottom: 0; }
@media (max-width: 767px) {
    .hero--large {
      margin-bottom: 25px; } }
@media (max-width: 767px) {
    .hero--large .hero__aside {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      padding: 0; } }
@media (max-width: 767px) {
    .hero--large .hero__line {
      height: 60px; } }
@media (max-width: 767px) {
    .hero--large .hero__body {
      margin: 0; } }
.hero--large .hero__content {
    position: relative;
    z-index: 5;
    height: 674px;
    width: 100%; }
@media (max-width: 767px) {
      .hero--large .hero__content {
        top: auto;
        height: auto;
        padding: 162px 15px 149px; } }
.hero--large .hero__content .h1 {
    margin-bottom: 11px;
    font-size: 35px;
    line-height: 1.14;
    color: #fff; }
@media (max-width: 767px) {
      .hero--large .hero__content .h1 {
        margin-bottom: 8px; } }
.hero--large .hero__actions {
    padding-top: 16px; }
@media (max-width: 767px) {
      .hero--large .hero__actions {
        padding-top: 14px; } }
.hero--large .hero__inner {
    position: relative;
    z-index: 9; }
.hero--large .hero__image:before {
    opacity: .6; }
.hero--large .hero__entry {
    max-width: 1029px;
    margin: 0 auto;
    padding: 41px 30px 0px;
    text-align: center;
    color: #fff; }
@media (max-width: 767px) {
      .hero--large .hero__entry {
        padding: 0 15px; } }
/* ------------------------------------------------------------ *\
  Hero Login
\* ------------------------------------------------------------ */
.hero--login {
  margin-bottom: 132px; }
@media (max-width: 991px) {
    .hero--login {
      margin-bottom: 50px; } }
@media (max-width: 767px) {
    .hero--login {
      margin-bottom: 0;
      padding-bottom: 81px; } }
.hero--login .hero__entry {
    padding: 76px 29px 0 0; }
@media (max-width: 767px) {
      .hero--login .hero__entry .h1 {
        font-size: 30px;
        color: #231F20; } }
@media (max-width: 767px) {
      .hero--login .hero__entry {
        padding: 0; } }
.hero--login .hero__entry--alt {
      padding: 60px 29px 0 0; }
@media (max-width: 767px) {
        .hero--login .hero__entry--alt {
          padding: 48px 0 35px;
          text-align: center; } }
.hero--login .hero__entry--alt .h1 {
        font-size: 45px;
        font-weight: 700;
        margin: 0 0 7px; }
@media (max-width: 767px) {
          .hero--login .hero__entry--alt .h1 {
            margin-bottom: 9px;
            font-size: 45px; } }
.hero--login .hero__entry--alt p {
        font-size: 24px;
        line-height: 1.25; }
@media (max-width: 767px) {
          .hero--login .hero__entry--alt p {
            margin-bottom: 35px;
            color: #00205C; }
            .hero--login .hero__entry--alt p br {
              display: none; } }
@media (max-width: 767px) {
    .hero--login .hero__content {
      height: auto;
      padding: 151px 30px 30px;
      position: relative;
      top: auto;
      left: auto;
      min-height: 430px;
      color: #231F20; } }
@media (max-width: 767px) {
    .hero--login .hero__image {
      display: none; } }
.hero--login .hero__aside {
    width: 49.3%; }
@media (max-width: 991px) {
      .hero--login .hero__aside {
        width: 50%; } }
@media (max-width: 767px) {
      .hero--login .hero__aside {
        width: 100%; } }
@media (max-width: 767px) {
      .hero--login .hero__aside {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%; }
        .hero--login .hero__aside:after {
          display: none; } }
.hero--login .hero__aside .hero__dots {
      right: 50.2%; }
@media (max-width: 767px) {
        .hero--login .hero__aside .hero__dots {
          display: none; } }
/* ------------------------------------------------------------ *\
  Hero Event
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .hero--event {
    margin-bottom: 86px; } }
.hero--event .hero__content {
  padding-bottom: 67px; }
@media (max-width: 767px) {
    .hero--event .hero__content {
      padding: 144px 30px 51px; } }
@media (max-width: 767px) {
  .hero--event .hero__content .h1 {
    font-size: 30px; } }
.hero--event .hero__entry {
  padding: 140px 160px 0 16px; }
@media (max-width: 991px) {
    .hero--event .hero__entry {
      padding-right: 10%; } }
@media (max-width: 767px) {
    .hero--event .hero__entry {
      padding: 0; } }
@media (max-width: 767px) {
  .hero--event .hero__aside:after {
    border-width: 0 0 99px 118px; } }
@media (max-width: 767px) {
  .hero--event .hero__aside .hero__dots {
    bottom: -55px; } }
.hero--event .h1 {
  margin-bottom: 30px; }
@media (max-width: 767px) {
  .hero--event .h4 {
    margin-bottom: 7px; } }
.hero--event .h5 {
  margin-bottom: 35px; }
@media (max-width: 767px) {
    .hero--event .h5 {
      margin-bottom: 45px; } }
.hero--event .list-event {
  padding-bottom: 55px; }
@media (max-width: 767px) {
    .hero--event .list-event {
      padding-bottom: 14px; } }
@media (max-width: 767px) {
  .hero--event .list-event li {
    color: #fff; } }
.hero--jobs .hero__content {
  z-index: auto; }
.hero--jobs .hero__inner {
  z-index: 26; }
.hero--jobs .hero__entry {
  max-width: calc( 1170px + 30px * 2);
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  width: 100%; }
.hero--jobs .hero__image {
  width: 100%;
  background-size: cover; }
.hero--jobs .hero__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background: #000;
    opacity: .2; }
.hero--jobs .hero__image:before {
    content: '';
    opacity: .35 !important;
    z-index: 3; }
.hero--home_alt .hero__aside:after,
.hero--careers_alt .hero__aside:after {
  content: '';
  position: absolute;
  z-index: 16;
  bottom: 0;
  right: 0;
  margin-bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20.2vw 24.4vw;
  border-color: transparent transparent #fff transparent; }
@media (max-width: 767px) {
    .hero--home_alt .hero__aside:after,
    .hero--careers_alt .hero__aside:after {
      border-width: 0 0 117px 139px; } }
/* ------------------------------------------------------------ *\
  Hero Padding
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .news-container-padding {
    margin-bottom: 225px; }
  .news-container-padding .dots {
    bottom: -225px !important; }
  .hero .news-hero-padding {
    position: relative;
    top: 285px; }
  .hero .news-hero-padding .news-back-padding {
    bottom: 25px;
    position: relative; }
  .hero .news-text-padding {
    position: relative;
    top: 275px; }
  .btn-padding {
    margin-bottom: 265px; }
  .btn-padding .dots {
    bottom: -265px !important; } }
.hero--news .hero__image {
  width: 100%; }
@media (max-width: 767px) {
  .hero--news .hero__aside {
    height: 520px; } }
/* ------------------------------------------------------------ *\
  Breadcrumb
\* ------------------------------------------------------------ */
.breadcrumb {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent; }
@media (max-width: 767px) {
    .breadcrumb {
      margin-top: 50px; } }
.breadcrumb .breadcrumb-item.active {
    color: #004987; }
.breadcrumb .breadcrumb-item a {
    text-decoration: none; }
.breadcrumb .breadcrumb-item a:hover {
      text-decoration: underline; }
.breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 10px; }
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '';
    width: 6px;
    height: 9px;
    padding: 0;
    margin-right: 6px;
    color: #575757;
    font-family: inherit;
    font-style: normal; }
/* ------------------------------------------------------------ *\
  Breadcrumb Large
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .breadcrumb--large {
    padding-bottom: 0px; } }
/* ------------------------------------------------------------ *\
  BreadCrump Container
\* ------------------------------------------------------------ */
.breadcrumb-container {
  padding: 60px 0 0; }
@media (max-width: 767px) {
    .breadcrumb-container {
      padding: 0; } }
