@charset "UTF-8";
/* ++++++++++
+++ STYLE +++
++++++++++ */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700");
@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, .wp-caption-text, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select {
  background: transparent;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0 auto 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, .wp-caption-text, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-overflow-style: scrollbar;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

[tabindex="-1"]:focus {
  outline: none !important;
}

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

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

fieldset {
  /* Chrome and Firefox setting here
      min-width: min-content */
  min-width: 0;
}

/* ============
=== HELPERS ===
============ */
.dribbble {
  color: #EA4C89;
}

.facebook {
  color: #3B5999;
}

.flickr {
  color: #FF0084;
}

.googleplus {
  color: #DD4B39;
}

.instagram {
  color: #E4405F;
}

.linkedin {
  color: #0077B5;
}

.pinterest {
  color: #BD081C;
}

.snapchat {
  color: #FFFC00;
}

.soundcloud {
  color: #ff3300;
}

.tumblr {
  color: #34465D;
}

.twitter {
  color: #55ACEE;
}

.vimeo {
  color: #1AB7EA;
}

.whatsapp {
  color: #25D366;
}

.youtube {
  color: #CD201F;
}

body.quiz .gform_wrapper form .gfield_radio label, body.quiz .button.retake-quiz, body.quiz .retake-quiz[type=button],
body.quiz .retake-quiz[type=reset],
body.quiz .retake-quiz[type=submit], body.quiz .filters-grid-group-summary-inner p a.retake-quiz, .filters-grid-group-summary-inner p body.quiz a.retake-quiz, .accordion-panel p a, .accordion-button:after, .slick-arrow:before, #ccc .ccc-content--light .checkbox-toggle--slider, #ccc .ccc-content--light .ccc-button-solid, #ccc .ccc-content--light .ccc-notify-button, .feed-groups__map .embed-container #map a, .signup-title a, .section-links-more, .section-links .section-list-block, .section-links ul .page_item, .media-block-title a, .cards-slider .cards .slick-slide .joinitem-title a, .cards-slider .cards .slick-slide .joinitem-image:after, .cards-slider .cards .slick-slide .joinitem-image img, .filters-grid-group-summary .group-summary-close, .filters-grid-group-summary, .pagehero .eventbrite .pagehero-btn:hover, .breadcrumbs-list-link, .pager__items a, .pagination a, .metatag-link, .metadata-link, .bg-timeline .section-header-title a:hover, .rnav-item-link, .profile-image img, .event-image img, .content a img, .comments-area .comment-content a img, a:hover, .donate-amount, input,
textarea,
select, .toggle__button, .btn-alt, .button-alt, .btn, .button, .filters-grid-group-summary-inner p a, [type=button],
[type=reset],
[type=submit], [data-tooltip-wide]:before,
[data-tooltip-wide]:after, [data-tooltip]:before,
[data-tooltip]:after, .feed-groups .feed__item__link, .feed--component2 .feed-item-link, .feed--component .feed-item-link, .feed--main .feed-item-link, .signup-link, .media-block-link, .joinitem-link, .profile-link, .event-link, .feed-award .feed__item__link {
  -webkit-transition-property: background, border, box-shadow, color, opacity, transform, background, height, padding;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-property: background, border, box-shadow, color, opacity, transform, background, height, padding;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.grid,
.columns {
  justify-content: center;
  margin-top: -1em;
  max-width: 80em;
  padding: 0 0.5em;
  position: relative;
  width: 100%;
}
* + .grid,
* + .columns {
  margin-top: 0;
}

.columns {
  padding: 0;
  margin-top: -2em;
}
.columns > * {
  flex: 1 26.6666666667em;
  margin: 2em 0 0;
  padding: 0 1em;
}
* + .columns {
  margin-top: -1em;
}
@media screen and (min-width: 560px) {
  .columns {
    padding: 0 1em;
  }
}

.full-width {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.grid > * {
  flex: 1 100%;
  float: left;
  margin: 1em 0 0;
  padding: 0 0.5em;
}
.grid > *:nth-last-child(odd):first-child {
  flex: 1 100%;
}
@media screen and (min-width: 560px) {
  .grid {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .grid > * {
    flex: 1 50%;
  }
}
@media screen and (min-width: 960px) {
  .grid > * {
    flex: 1 33.33%;
  }
  .grid > *:nth-last-child(odd):first-child {
    flex: 1 33.33%;
    width: 33.33%;
  }
  .grid > *:nth-last-child(3n+1):first-child, .grid > *:nth-last-child(3n+1):first-child + *, .grid > *:nth-last-child(3n+2):first-child, .grid > *:nth-last-child(3n+2):first-child + * {
    flex: 1 50%;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .grid {
    padding: 0 1em;
  }
  .grid > * {
    flex: 1 25%;
    margin-top: 2em;
    padding: 0 1em;
  }
  .grid > *:nth-last-child(4n+7):first-child, .grid > *:nth-last-child(4n+7):first-child + *, .grid > *:nth-last-child(4n+7):first-child + * + *, .grid > *:nth-last-child(3n):first-child, .grid > *:nth-last-child(3n):first-child ~ * {
    flex: 1 33.33%;
    width: 33.33%;
  }
  .grid > *:nth-last-child(4n):first-child, .grid > *:nth-last-child(4n):first-child ~ * {
    flex: 1 25%;
    width: 25%;
  }
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../webfonts/opensans-regular.woff2") format("woff2"), url("../webfonts/opensans-regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: optional;
  src: url("../webfonts/opensans-italic.woff2") format("woff2"), url("../webfonts/opensans-italic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("../webfonts/opensans-bold.woff2") format("woff2"), url("../webfonts/opensans-bold.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: optional;
  src: url("../webfonts/opensans-bolditalic.woff2") format("woff2"), url("../webfonts/opensans-bolditalic.woff") format("woff");
}
@font-face {
  font-family: "summerfestival-regular";
  src: url("../webfonts/summerfestival-regular.woff2") format("woff2"), url("../webfonts/summerfestival-regular.woff") format("woff"), url("../webfonts/summerfestival-regular.ttf") format("ttf"), url("../webfonts/summerfestival-regular.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../webfonts/Gotham-Bold.woff2") format("woff2"), url("../webfonts/Gotham-Bold.woff") format("woff"), url("../webfonts/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-medium";
  src: url("../webfonts/gotham-medium.woff2") format("woff2"), url("../webfonts/gotham-medium.woff") format("woff"), url("../webfonts/gotham-medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../webfonts/Gotham-Book.woff2") format("woff2"), url("../webfonts/Gotham-Book.woff") format("woff"), url("../webfonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
::-moz-selection {
  background: #B92A3B;
  color: #FFFFFF;
}

::selection {
  background: #B92A3B;
  color: #FFFFFF;
}

:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.4;
}

:-moz-input-placeholder {
  color: currentColor;
  opacity: 0.4;
}

::-moz-input-placeholder {
  color: currentColor;
  opacity: 0.4;
}

::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.4;
}

.gquiz-field .gquiz-correct-response, .gquiz-field .gquiz-incorrect-response, .accordion-panel p a, .accordion-list-subtitle, .accordion-outer.tube-map .accordion-item .accordion-button, .accordion-outer .section-header-title, .form legend, .section-links-more, .feed-item-header-cat, h6, .donate-header-title, h5, h4, .gform_confirmation_message:first-child, h3, h2, h1 {
  font: 700 1em/1.2 "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}

.signup-tagline, .media-block-tagline, .hero-title span:nth-of-type(2), .section-header-title {
  font: 400 1em/1.2 "summerfestival-regular", "Brush Script MT", cursive;
}

.pagehero-summary, .section-header-summary, .main-header-summary p {
  font: 700 1.1em/1.5 "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}
@media screen and (min-width: 560px) {
  .pagehero-summary, .section-header-summary, .main-header-summary p {
    font: 700 1.4em/1.5 "Gotham book", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  }
}

.content table, .comments-area .comment-content table, .menu-button, body {
  font: 500 1em/1.5 "Gotham book", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}

.gquiz-field .gquiz-correct-response .correct-explanation, .gquiz-field .gquiz-correct-response .incorrect-explanation, .gquiz-field .gquiz-incorrect-response .correct-explanation, .gquiz-field .gquiz-incorrect-response .incorrect-explanation, .gquiz-field .gquiz-correct-response:before, .gquiz-field .gquiz-incorrect-response:before, .pagehero-meta-author h4, .content, .comments-area .comment-content, figcaption, .wp-caption-text,
p {
  font: 500 1em/1.7 "Gotham Book", "Gotham A", "Gotham B", "Montserrat", Georgia, Times, "Times New Roman", serif;
}

.feed--component2 .feed-item-header-date, .feed--component .feed-item-header-date, .card-header-date, .comment-wrapper .links, .comments-area .comment .reply, .pager__items, .pagination, .metadata {
  color: #808080;
  font: 500 1em/1.5 "Gotham", "Montserrat", AndaleMono, "Lucida Console", monospace;
}

.metalabel {
  font: 700 0.9em/1.5 "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.feed-groups__map .embed-container #map a, .timeline .event-content-title, .header-nav-list--main, .toggle__button, .btn-alt, .button-alt, .btn, .button, .filters-grid-group-summary-inner p a, [type=button],
[type=reset],
[type=submit] {
  font: 700 1em/1.2 "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  text-transform: uppercase;
}

.timeline .event-year, .current-button, .profile-country, .profile-start, .event-country, .event-start, .pagehero-meta-country {
  font: 700 0.8em/1.2 "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 700;
}

.feed-groups .feed__item__header__date, .feed--main .feed-item-price, .feed--main .feed-item-header-location, .feed--main .feed-item-header-date, .feed--main .feed-item-header-author, .filter-block label, .profile-intro, .event-intro, .feed-award .feed__item__header__date, .pagehero-price, .pagehero .eventbrite .pw, .pagehero-meta-date, .pagehero-profile-info span, .pagehero-title-date, .pagehero-title-location, .metatag-link {
  font: 700 0.8em/1.5 "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}

.feed-groups .feed__item__link, .feed--component2 .feed-item-link, .feed--component .feed-item-link, .feed--main .feed-item-link, .signup-link, .media-block-link, .joinitem-link, .profile-link, .event-link, .feed-award .feed__item__link {
  font: 700 1em/1.2 "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  display: inline-block;
  color: #B92A3B;
  padding-bottom: 0.3em;
  border-bottom: 5px solid #B92A3B;
}
.feed-groups .feed__item__link:hover, .feed--component2 .feed-item-link:hover, .feed--component .feed-item-link:hover, .feed--main .feed-item-link:hover, .signup-link:hover, .media-block-link:hover, .joinitem-link:hover, .profile-link:hover, .event-link:hover, .feed-award .feed__item__link:hover {
  color: #003A65;
  border-bottom: 5px solid #003A65;
}

h1 {
  font-size: 2em;
  font-size: calc(1.72em + 1.4vw);
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 1.8em;
  font-size: calc(1.6em + 1vw);
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 2.2em;
  }
}

.gform_confirmation_message:first-child, h3 {
  font-size: 1.5em;
  font-size: calc(1.36em + 0.7vw);
}
@media screen and (min-width: 1280px) {
  .gform_confirmation_message:first-child, h3 {
    font-size: 1.8em;
  }
}

h4 {
  font-size: 1.4em;
  font-size: calc(1.32em + 0.4vw);
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.4em;
  }
}

.donate-header-title, h5 {
  font-size: 1.25em;
  font-size: calc(1.21em + 0.2vw);
}
@media screen and (min-width: 1280px) {
  .donate-header-title, h5 {
    font-size: 1.25em;
  }
}

h6 {
  font-size: 1.125em;
  font-size: calc(1.105em + 0.1vw);
}
@media screen and (min-width: 1280px) {
  h6 {
    font-size: 1.2em;
  }
}

[data-tooltip] {
  position: relative;
  z-index: 100;
}

[data-tooltip]:before,
[data-tooltip]:after {
  opacity: 0;
  bottom: 100%;
  left: 50%;
  position: absolute;
  visibility: hidden;
}

[data-tooltip]:before {
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background: #333333;
  border-radius: 4px;
  color: #FFFFFF;
  content: attr(data-tooltip);
  font-family: "Gotham book", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 5px;
  padding: 0.25em 0.5em;
}

[data-tooltip]:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333333;
  content: "";
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

[data-tooltip-wide] {
  position: relative;
  z-index: 100;
}

[data-tooltip-wide]:before,
[data-tooltip-wide]:after {
  opacity: 0;
  bottom: 100%;
  left: 50%;
  position: absolute;
  visibility: hidden;
}

[data-tooltip-wide]:before {
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background: #003A65;
  border-radius: 4px;
  color: #FFFFFF;
  content: attr(data-tooltip-wide);
  font-family: "Gotham book", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 5px;
  padding: 1em 0.6em;
  width: 300px;
}

[data-tooltip-wide]:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #003A65;
  content: "";
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0;
}

/* Show tooltip content on hover */
[data-tooltip-wide]:hover:before, [data-tooltip-wide]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* Show tooltip content on focus */
[data-tooltip-wide]:focus:before, [data-tooltip-wide]:focus:after {
  visibility: visible;
  opacity: 1;
}

.btn-alt, .button-alt, .btn, .button, .filters-grid-group-summary-inner p a, [type=button],
[type=reset],
[type=submit] {
  border-radius: 2em;
  padding: 1em 4em;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .btn-alt, .button-alt, .btn, .button, .filters-grid-group-summary-inner p a, [type=button],
  [type=reset],
  [type=submit] {
    width: auto;
  }
}

.btn, .button, .filters-grid-group-summary-inner p a, [type=button],
[type=reset],
[type=submit] {
  background-color: #B92A3B;
  color: #FFFFFF;
}
.btn:hover, .button:hover, .filters-grid-group-summary-inner p a:hover, [type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  color: #FFFFFF;
  background: rgb(0, 43.3564356436, 75.5);
}
.btn:active, .btn.is-checked, .button:active, .filters-grid-group-summary-inner p a:active, [type=button]:active,
[type=reset]:active,
[type=submit]:active, .button.is-checked, .filters-grid-group-summary-inner p a.is-checked, .is-checked[type=button],
.is-checked[type=reset],
.is-checked[type=submit] {
  color: #FFFFFF;
  background: rgb(0, 43.3564356436, 75.5);
  box-shadow: inset 0 0 0 1px currentColor;
}

.btn-alt, .button-alt {
  background-color: #FFFFFF;
  color: #003A65;
}
.btn-alt:hover, .button-alt:hover {
  color: #FFFFFF;
  background: rgb(164.218061674, 37.281938326, 52.372246696);
}
.btn-alt:active, .btn-alt.is-checked, .button-alt:active, .button-alt.is-checked {
  color: #FFFFFF;
  background: rgb(164.218061674, 37.281938326, 52.372246696);
  box-shadow: inset 0 0 0 1px currentColor;
}

.btn-small {
  padding: 0.5em 1em;
  font-size: 0.85rem;
}

.toggle {
  border-radius: 0.5em;
  display: flex;
  background-color: #F2F2F2;
  overflow: hidden;
  padding: 2px;
}
.toggle__button {
  padding: 1em 2em;
  margin: 0;
  display: block;
  border-radius: 0.5em;
}
.toggle__button--current {
  background-color: #003A65;
  color: #FFFFFF;
}
.toggle__button--current:hover {
  color: #FFFFFF;
}

.donate-amount, input,
textarea,
select {
  color: #333333;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font: 500 1em/1.5 "Gotham book", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  height: 2.5em;
  padding: 0 1em;
  width: 100%;
}
.donate-amount:disabled, input:disabled,
textarea:disabled,
select:disabled {
  background: #E6E6E6;
}

form {
  font: 1rem "Gotham book", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}
form p {
  font: 1em "Gotham book", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}

[type=text],
[type=number],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=time],
[type=search],
[type=tel],
[type=url],
[type=email],
[list],
textarea,
select {
  background: #FFFFFF;
  outline: none;
}
[type=text]:focus,
[type=number]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=time]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[list]:focus,
textarea:focus,
select:focus {
  border-color: #003A65;
}
[type=text]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
[type=datetime]::-webkit-input-placeholder,
[type=datetime-local]::-webkit-input-placeholder,
[type=month]::-webkit-input-placeholder,
[type=week]::-webkit-input-placeholder,
[type=time]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[list]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
[type=text]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=date]::-moz-placeholder,
[type=datetime]::-moz-placeholder,
[type=datetime-local]::-moz-placeholder,
[type=month]::-moz-placeholder,
[type=week]::-moz-placeholder,
[type=time]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=email]::-moz-placeholder,
[list]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
[type=text]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=date]:-ms-input-placeholder,
[type=datetime]:-ms-input-placeholder,
[type=datetime-local]:-ms-input-placeholder,
[type=month]:-ms-input-placeholder,
[type=week]:-ms-input-placeholder,
[type=time]:-ms-input-placeholder,
[type=search]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[list]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
[type=text]:-moz-placeholder,
[type=number]:-moz-placeholder,
[type=date]:-moz-placeholder,
[type=datetime]:-moz-placeholder,
[type=datetime-local]:-moz-placeholder,
[type=month]:-moz-placeholder,
[type=week]:-moz-placeholder,
[type=time]:-moz-placeholder,
[type=search]:-moz-placeholder,
[type=tel]:-moz-placeholder,
[type=url]:-moz-placeholder,
[type=email]:-moz-placeholder,
[list]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder { /* Firefox 18- */
  color: #000000;
  opacity: 1;
}

textarea {
  resize: vertical;
  padding: 0.5em 1em;
  height: auto;
  min-height: 8em;
}

[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  height: auto;
}

[type=color],
[type=file] {
  border: none;
  line-height: 1;
  padding: 0;
}

[type=file] {
  height: auto;
}

label {
  font: 500 1em/1.5 "Gotham book", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  display: block;
}
label + input, label + textarea, label + select {
  margin-top: 0.25em;
}

legend {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 0.5em;
  width: 100%;
}

[type=checkbox],
[type=radio] {
  float: left;
  height: 1.5em;
  margin-right: 0.5em;
  width: auto;
}
[type=checkbox] + label,
[type=radio] + label {
  display: inline;
  font-style: normal;
}

.gform_wrapper .validation_error {
  color: #B92A3B !important;
  border-top: 0px !important;
  border-bottom: 1px solid #B92A3B !important;
}

.gfield_error {
  color: #B92A3B !important;
  border: 0 !important;
  padding: 2em !important;
}

.validation_message {
  color: #003A65 !important;
}

.ginput_recaptcha * {
  width: auto !important;
}

.gform_body .ginput_container * {
  margin-top: 0;
}
.gform_body .ginput_container .gfield_checkbox input[type=checkbox] {
  margin-top: 0 !important;
}
.gform_body select + label,
.gform_body input[type=text] + label {
  color: #808080;
  font-style: italic;
  margin: 0 auto 1em;
}
.gform_body label + * {
  margin-top: 0.25em;
}
.gform_body li.gfield + li.gfield {
  margin-top: 2em;
}
.gform_body .gfield_required {
  color: #F44336;
}

body .gform_wrapper .gfield {
  width: 100%;
}

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1.5em;
  vertical-align: top;
  width: 1.5em;
}
.ie .icon {
  display: none;
}
.icon-label {
  left: -9999px;
  position: fixed;
  top: -9999px;
}
.ie .icon-label {
  position: static;
}

.social-list {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
}
.social-list li {
  margin: 5px;
}
.social-list li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #003A65;
  color: #FFFFFF;
}
.social-list li a:hover {
  background-color: rgb(0, 87.2871287129, 152);
  color: #FFFFFF;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @end */
/* =========
=== CORE ===
========= */
/* ++++++++++++++++++++
+++ LAYOUT: GENERAL +++
++++++++++++++++++++ */
body * + * {
  margin: 1em auto 0;
}

body,
br,
dd,
option,
td,
th,
svg {
  margin-top: 0;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  color: #003A65;
  position: relative;
  width: 100%;
}
body.admin-bar header.header {
  padding-top: 45px;
  height: 160px;
}
@media screen and (min-width: 960px) {
  body.admin-bar header.header {
    padding-top: 0;
    height: 219px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

figcaption, .wp-caption-text,
p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
a {
  color: #003A65;
  text-decoration: none;
}
a:hover {
  color: #B92A3B;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #CCCCCC;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  text-align: center;
}

picture img {
  margin-top: 0;
}

img:before {
  content: "broken image";
  display: block;
  padding: 1em 0;
}

li {
  list-style: none;
}

.section, .main-section, .footer-bottom {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 3rem 0 3rem;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .section, .main-section, .footer-bottom {
    padding: 2rem 0 2rem;
  }
}
.comment-wrapper, .comments-area, .container {
  max-width: 80em;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .comment-wrapper, .comments-area, .container {
    padding: 0 2rem;
  }
}

.feed-groups .feed__inner, .feed--main .feed-inner, .timeline-inner, .form, .feed-award .feed__inner, .pagehero-head-inner {
  background-color: #FFFFFF;
  padding: 1em 2em;
  margin-top: 0;
}
@media screen and (min-width: 560px) {
  .feed-groups .feed__inner, .feed--main .feed-inner, .timeline-inner, .form, .feed-award .feed__inner, .pagehero-head-inner {
    position: relative;
    overflow: hidden;
    padding: 4em;
  }
}

.profile-image img:hover, .event-image img:hover, .content a img:hover, .comments-area .comment-content a img:hover {
  transform: scale(1.05, 1.05);
}

body.quiz .gform_wrapper form .gfield_radio, .slick-track, .relay-total, .relay-list dd p, .relay-list dt.tick, .relay-list dd.tick, .relay-list, .relay-header-block:last-child, .relay-header, .key-block, .feature-profile-item, .feature-profile, .gallery, .cards-slider .cards .slick-slide article, .cards > *, .cards, .feed-partners-filter .filters-grid-group, .pager__items, .pagination, .main-section, .grid,
.columns {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.inline-group, .comment-wrapper .form-actions {
  margin-top: 0;
}
.inline-group > *, .comment-wrapper .form-actions > * {
  float: left;
  margin: 1em 1em 0 0;
}

.text-columns {
  -moz-columns: 26.6666666667em 2;
  -moz-column-gap: 2em;
  -webkit-columns: 26.6666666667em 2;
  -webkit-column-gap: 2em;
  columns: 26.6666666667em 2;
  column-gap: 2em;
  text-align: left;
}

.visually-hidden {
  left: -9999px !important;
  position: fixed !important;
  top: -9999px !important;
}

.clearfix:after, .comment-wrapper .links:after, .comments-area .comment .reply:after, .comment-wrapper .submitted:after, .comments-area .comment-meta:after, .inline-group:after, .comment-wrapper .form-actions:after {
  clear: both;
  content: "";
  display: table;
}

.cookie-notice {
  background: #333333;
  bottom: 0;
  border-bottom: none !important;
  color: #FFFFFF;
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 0.5em;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 50;
}

.skip-link {
  margin: 0;
  position: fixed;
  top: -10em;
  z-index: 40;
  left: 50%;
  transform: translateX(-50%);
  transition: none;
}
.skip-link:focus {
  top: 0;
  margin: 0.5em 0;
  position: relative;
}

.nopadding-top {
  margin-top: 0;
}

/* +++++++++++++++++++
+++ LAYOUT: HEADER +++
+++++++++++++++++++ */
.header {
  background: #FFFFFF;
  width: 100%;
  z-index: 40;
  margin-top: 0;
  position: relative;
  top: 0;
}
.header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-watermark.png");
  background-size: 80%;
  background-position: center 5%;
  z-index: -1;
  opacity: 0.03;
  background-repeat: no-repeat;
  display: none;
}
@media screen and (min-width: 960px) {
  .header:after {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .header {
    position: relative;
  }
}
.header * + * {
  margin-top: 0;
}
.header-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.header-logo {
  flex-shrink: 0;
  position: relative;
  margin: 2em;
  flex-grow: 0;
}
@media screen and (min-width: 1280px) {
  .header-logo {
    margin: 2em 4em 2em 2em;
  }
}
.header-logo img {
  margin: 0;
  object-fit: cover;
  height: 100%;
  max-height: 71px;
  width: auto;
}
@media screen and (min-width: 960px) {
  .header-logo img {
    max-height: 100px;
  }
}
@media (min-width: 1300px) {
  .header-logo img {
    max-height: 150px;
  }
}
.header-nav {
  flex-grow: 1;
  display: none;
}
@media screen and (min-width: 960px) {
  .header-nav {
    display: block;
  }
}
.header-nav-list {
  display: none;
}
.header-search {
  margin: 0;
  display: none;
  position: relative;
  background-color: #FFFFFF;
  top: -1em;
}
@media screen and (min-width: 960px) {
  .header-nav-list {
    display: block;
  }
  .header-nav-list-utility {
    display: flex;
  }
  .header-search {
    display: block;
    text-align: center;
    width: 100%;
  }
  .header-search-input {
    -webkit-transition-property: height, opacity, visibility;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-property: height, opacity, visibility;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    background: transparent;
    border: none;
    font-size: 2em;
    height: 0;
    display: block;
    margin: 0 auto;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    text-align: center;
    width: 100%;
  }
  .header-search-input.show-search {
    display: block;
    height: 2em;
    margin-top: 1rem;
    opacity: 1;
    padding-top: 1em;
    visibility: visible;
  }
  .header-search-input:placeholder-shown {
    text-align: left;
    width: 11em;
  }
}

.nav-item:focus-within .dropdown, .nav-item:hover .dropdown {
  -webkit-transition: opacity 0.2s 0.3s ease;
  transition: opacity 0.2s 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.nav-item:focus-within .dropdown .nav-item, .nav-item:hover .dropdown .nav-item {
  float: none;
}
.nav-item .button, .nav-item .filters-grid-group-summary-inner p a, .filters-grid-group-summary-inner p .nav-item a, .nav-item [type=button],
.nav-item [type=reset],
.nav-item [type=submit] {
  margin-left: 1em;
}
.nav-item-link {
  display: block;
}
.social .nav-item-link {
  margin: 0;
  padding: 0.5em 1em;
}
.nav-item-arrow {
  width: 1em;
}

.menu-button {
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  float: right;
  font-size: 1.1rem;
  padding: 0.5em;
  margin: 0;
  margin-left: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .menu-button {
    display: none;
  }
}

.search-open {
  cursor: pointer;
  color: white;
  background-color: #003A65;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 17px;
}

.dropdown {
  -webkit-transition: visibility 0s 0.4s ease, opacity 0.2s 0.2s ease;
  transition: visibility 0s 0.4s ease, opacity 0.2s 0.2s ease;
  background: #FFFFFF;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.dropdown-item,
.dropdown .nav-item {
  margin: 0;
  width: auto;
}
.dropdown-item:last-of-type a,
.dropdown .nav-item:last-of-type a {
  background-color: #FFFFFF !important;
  border-bottom: 0 !important;
  color: #003A65 !important;
  width: 100% !important;
  line-height: 1;
  height: auto;
  font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-size: 0.8em;
  border: 0;
  padding: 1em !important;
  color: #003A65;
}
.dropdown-item:last-of-type a:hover,
.dropdown .nav-item:last-of-type a:hover {
  background-color: #003A65 !important;
  color: #FFFFFF !important;
}
.dropdown-item a,
.dropdown .nav-item a {
  border-bottom: 0 !important;
  color: #FFFFFF;
  width: 100%;
  line-height: 1;
  height: auto;
  font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-size: 0.8em;
  border: 0;
  padding: 1em !important;
  color: #003A65;
}
.dropdown-item a:hover,
.dropdown .nav-item a:hover {
  background-color: #003A65;
  color: #FFFFFF !important;
}

#wpadminbar {
  box-sizing: content-box;
  margin-top: 0;
}
#wpadminbar img {
  display: inline;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.header-nav-outer {
  float: right;
}
.header-nav-outer .nav-item-link.is-active {
  color: #262626;
  font-weight: 700;
}

.header-nav {
  position: relative;
  height: auto;
  display: none;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .header-nav {
    display: flex;
  }
}
.header-nav-list--main {
  text-transform: uppercase;
  font-size: 1.1rem;
  display: flex;
  justify-content: flex-end;
  margin: 0 1em 0 0;
}
@media screen and (min-width: 1280px) {
  .header-nav-list--main {
    font-size: 1.2rem;
  }
}
.header-nav-list--main .nav-item {
  margin: 0;
  width: auto;
}
.header-nav-list--main .nav-item a {
  padding: 0.8rem;
  margin: 0;
  width: 100%;
  line-height: 1;
  height: 100%;
  border-bottom: 1em solid transparent;
  color: #003A65;
  background-clip: padding-box;
}
.header-nav-list--main .nav-item a:hover {
  color: #B92A3B;
}
@media (min-width: 1350px) {
  .header-nav-list--main .nav-item a {
    padding: 1rem;
  }
}
.header-nav-list--main .nav-item:last-of-type a {
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  width: auto;
  background-color: #B92A3B;
  color: #FFFFFF;
  align-self: flex-end;
  /* margin-left: 0.8rem; */
  padding: 1em 2em;
  border-bottom: 1em solid transparent;
}
.header-nav-list--main .nav-item:last-of-type a:hover {
  background-color: rgb(164.218061674, 37.281938326, 52.372246696);
}
.header-nav-list--main .nav-item:last-of-type a {
  /* @media (min-width: 1350px) {
      margin-left: 1rem;
  } */
}
.header-nav-list--utility {
  display: none;
  font-size: 0.9em;
  font-weight: 700;
  top: 0;
  right: 0;
  border-left: rgba(0, 0, 0, 0.1) 1px solid;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  border-radius: 0 0 0 10px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .header-nav-list--utility {
    display: flex;
    align-items: center;
    margin: 0;
    align-self: flex-end;
  }
}
.header-nav-list--utility li {
  padding: 0;
  margin: 0;
}
.header-nav-list--utility li a {
  padding: 0.7rem;
}
.header-nav-list--utility li.ext-link {
  position: relative;
  top: 3px;
  font-size: 0.9em;
  margin-right: 0;
  font-weight: 500;
}
.header-nav-list--utility li.ext-link a {
  display: flex;
  align-items: center;
}
.header-nav-list--utility li.ext-link a span {
  margin: 0;
}
.header-nav-list--utility li.ext-link a .icon {
  margin: 0 0.3em;
  position: relative;
  top: -2px;
}
.header-nav-list--utility li.search-trigger {
  margin-left: 0.8em;
  margin-right: 0.8em;
  border-right: 0;
}

/* +++++++++++++++++++
+++ LAYOUT: FOOTER +++
+++++++++++++++++++ */
.footer {
  margin-top: 0;
  padding: 0;
  z-index: 20;
  background-color: transparent;
  padding-bottom: 15px;
  border-bottom: 15px solid #B92A3B;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-watermark.png");
  background-size: 80%;
  background-position: center 20%;
  opacity: 0.03;
  background-repeat: no-repeat;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 700px) {
  .footer:after {
    display: block;
  }
}
.footer-top {
  background: transparent;
  margin: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}
@media screen and (min-width: 960px) {
  .footer-top-inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .footer-top-main {
    flex-grow: 1;
  }
}
@media screen and (min-width: 960px) {
  .footer-logo {
    flex-shrink: 0;
    display: block;
    margin: 0;
    padding-right: 6em;
  }
}
.footer-logo img {
  margin: 0;
  width: 100px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .footer-logo img {
    width: 200px;
  }
}
.footer-signup {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  padding-bottom: 2em;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .footer-signup {
    flex-direction: row;
  }
}
.footer-signup-title {
  margin: 0;
  display: block;
  padding-right: 1em;
  padding-bottom: 1em;
  font-size: 1em;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .footer-signup-title {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 960px) {
  .footer-signup-title {
    padding-bottom: 0;
  }
}
.footer-signup-cta {
  margin: 0;
}
@media screen and (min-width: 960px) {
  .footer-nav {
    flex-grow: 1;
    display: flex;
  }
}
.footer-list {
  margin: 0;
  font-weight: 700;
  font-size: 0.9em;
  margin-top: 2em;
  border-top: 4px solid #003A65;
}
@media screen and (min-width: 960px) {
  .footer-list:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .footer-list {
    margin-top: 0;
    flex-grow: 1;
    margin-right: 2em;
  }
}
.footer-list li {
  margin: 0;
  display: block;
  padding: 0.8em 0;
}
.footer-list li:first-of-type {
  padding-top: 1em;
}
.footer-list li.ext-link {
  font-size: 0.9em;
  font-weight: 500;
}
.footer-list li.ext-link a {
  display: inline-block;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.footer-list li.ext-link a span {
  margin: 0;
}
.footer-list li.ext-link a .icon {
  margin-right: 0.1em;
  height: 1.2em;
  position: relative;
  top: 2px;
}
.footer-bottom {
  padding: 4em 0;
}
@media screen and (min-width: 960px) {
  .footer-bottom {
    padding: 4em 0;
  }
}
.footer-bottom {
  background-color: #003A65;
  margin: 0;
}
.footer-bottom {
  background-color: #003A65;
  color: #FFFFFF;
}
.footer-bottom a {
  color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .footer-bottom-inner {
    display: flex;
    align-items: center;
  }
}
.footer-note {
  margin: 0;
  font-size: 0.9em;
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .footer-note {
    margin-bottom: 0;
  }
}
.footer-note {
  flex-grow: 1;
}
.footer-sharebuttons {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
}
.footer-sharebuttons li {
  margin: 5px;
}
.footer-sharebuttons li.whatsapp {
  display: none;
}
.footer-sharebuttons li a {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  color: #003A65;
}
.footer-sharebuttons .icon {
  width: 25px;
}
.footer-fcologo {
  display: block;
  margin: 0;
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .footer-fcologo {
    flex-shrink: 0;
    padding-right: 9em;
    margin-bottom: 0;
  }
}
.footer-fcologo img {
  margin: 0;
  width: 160px;
  height: auto;
}

/* +++++++++++++++++++++++++++
+++ LAYOUT: RESPONSIVE NAV +++
+++++++++++++++++++++++++++ */
.rnav {
  width: 100%;
  z-index: 100;
  top: 116px;
  background: #003A65;
  color: #FFFFFF;
}
.rnav a {
  color: #FFFFFF;
}
.rnav-outer {
  display: none;
  margin: 0;
  overflow: hidden;
  transition: height 500ms ease;
  scrollbar-width: 0;
}
.rnav * {
  margin-top: 0;
}
.rnav-search {
  padding: 1em;
}
.rnav-search .search {
  width: 100%;
}
.rnav-search .search-input, .rnav-search #search-block-form .form-search, #search-block-form .rnav-search .form-search {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 1em;
  height: auto;
  padding: 0.6666666667em 2.5em 0.6666666667em 1em;
}
.rnav-search .search-input::-webkit-input-placeholder, .rnav-search #search-block-form .form-search::-webkit-input-placeholder, #search-block-form .rnav-search .form-search::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.rnav-search .search-input::-moz-placeholder, .rnav-search #search-block-form .form-search::-moz-placeholder, #search-block-form .rnav-search .form-search::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.rnav-search .search-input:-ms-input-placeholder, .rnav-search #search-block-form .form-search:-ms-input-placeholder, #search-block-form .rnav-search .form-search:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.rnav-search .search-input:-moz-placeholder, .rnav-search #search-block-form .form-search:-moz-placeholder, #search-block-form .rnav-search .form-search:-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF;
  opacity: 1;
}
.rnav-search .search-icon {
  height: 24px;
  right: 0.5555555556em;
  width: 24px;
}
.rnav-search .search-button {
  background-color: #B92A3B;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  width: 45px;
}
.rnav-list .rnav-item:last-of-type a {
  font-weight: 700;
  background-color: #B92A3B;
  color: #FFFFFF;
}
.rnav-list .rnav-item:last-of-type a:hover {
  background-color: rgb(164.218061674, 37.281938326, 52.372246696);
}
.rnav-list.rnav-list--utility .rnav-item:last-child .rnav-item-link {
  font-weight: 500;
  background: rgb(0, 49.2138613861, 85.7);
  color: #FFFFFF;
}
.rnav-list.rnav-list--utility .rnav-item:last-child .rnav-item-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.rnav-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.rnav-item-link {
  display: block;
  padding: 1em 3em 1em 1em;
  text-align: left;
}
.rnav-item-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.rnav-dropdown {
  background: rgb(0, 49.2138613861, 85.7);
  display: none;
  overflow: hidden;
}
.rnav-dropdown .rnav-item:last-child .rnav-item-link {
  font-weight: 500;
  background: rgb(0, 49.2138613861, 85.7);
  color: #FFFFFF;
}
.rnav-dropdown .rnav-item:last-child .rnav-item-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.rnav-dropdown .rnav-item-link {
  font-size: 0.9rem;
}
.rnav-arrow {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 1.4em 1em;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.rnav-arrow:hover {
  background-color: transparent;
  box-shadow: none;
}
.rnav-arrow .icon {
  width: 2em;
}
.rnav-button {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1em;
}
.rnav-list--utility {
  background: rgb(0, 49.2138613861, 85.7);
  color: #000000;
}
.rnav-list--utility .rnav-item-link {
  font-size: 0.9rem;
}

/* +++++++++++++++++
+++ LAYOUT: MAIN +++
+++++++++++++++++ */
.main {
  background: #F2F2F2;
  display: block;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .main {
    margin-top: 0;
  }
}
.main-section {
  align-items: flex-start;
  margin: auto;
  max-width: 80em;
}
.main-header, .main-footer {
  text-align: center;
}
.main-header-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.main-header-title {
  padding: 0.5em 0 1em;
}
@media screen and (min-width: 960px) {
  .main-section > * {
    flex: 1 66.66%;
  }
}
.main:has(.accordion-outer) .landing-content {
  margin-bottom: 0;
}
.main:has(.accordion-outer) .landing-content-inner {
  padding-bottom: 0.5em;
}
.main .accordion-outer + .landing-content .landing-content-inner {
  margin-top: -1rem;
  padding-top: 0;
}

/* ++++++++++++++++++++
+++ LAYOUT: LANDING +++
++++++++++++++++++++ */
.landing {
  position: relative;
  margin-top: 0;
}
.landing .footer .container {
  padding: 0 1em;
}
.landing-content {
  margin: 0;
  margin-bottom: 2em;
}
@media screen and (min-width: 700px) {
  .landing-content__noaside .noside {
    margin: 0;
    max-width: 66.5%;
  }
}
.landing-content__aside {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .landing-content__aside {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
.landing-content-inner {
  margin: 0;
  padding: 1em 2em 2em;
}
@media screen and (min-width: 560px) {
  .landing-content-inner {
    padding: 1em 3em 3em;
  }
}
@media screen and (min-width: 700px) {
  .landing-content-inner {
    flex: 0 0 100%;
    padding: 1em 4em 3em;
  }
}
@media screen and (min-width: 960px) {
  .landing-content-inner {
    flex: 1 0 50%;
    padding: 3em 4em;
  }
}
@media screen and (min-width: 1280px) {
  .landing-content-inner {
    flex: 1 0 60%;
  }
}
.landing-content-inner {
  overflow: hidden;
  background-color: #FFFFFF;
}
.landing-content-inner-no-bg {
  background-color: #F2F2F2 !important;
}
.landing-content-inner.min-padding {
  padding: 1em;
}
@media screen and (min-width: 560px) {
  .landing-content-inner.min-padding {
    padding: 1em 2em;
  }
  .landing-content-inner.min-padding p {
    margin-bottom: 0.5em;
  }
}
.landing-content--no-margin-bottom {
  margin-bottom: 0;
}
.landing-content-files {
  padding: 2em 4em;
  background: #B5A269;
}
.landing-content-files li * {
  display: inline-block;
}
.landing-content-files li img {
  width: 1.15rem;
  margin-bottom: -0.15rem;
  margin-right: 0.5rem;
  filter: invert(15%) sepia(65%) saturate(1945%) hue-rotate(183deg) brightness(97%) contrast(102%);
}
.landing-content-files li .btn {
  margin-left: 0.5rem;
  margin-top: 0;
}

.red .media-block-title,
.red .section-header-title,
.red .metalabel {
  color: #F44336;
}
.red .statistic-value {
  box-shadow: inset 0 0 0 8px #F44336;
}
.red .section.primary {
  background: #F44336;
}
.red .button, .red .filters-grid-group-summary-inner p a, .filters-grid-group-summary-inner p .red a, .red [type=button],
.red [type=reset],
.red [type=submit] {
  background: #F44336;
}
.red .button:hover, .red .filters-grid-group-summary-inner p a:hover, .filters-grid-group-summary-inner p .red a:hover, .red [type=button]:hover,
.red [type=reset]:hover,
.red [type=submit]:hover {
  background: rgb(249.2924528302, 157.4528301887, 150.7075471698);
}
.red .metatag-link:hover {
  background: #F44336;
}
.red .text-hover:hover {
  color: #F44336;
}

.purple .media-block-title,
.purple .section-header-title,
.purple .metalabel {
  color: #9C27B0;
}
.purple .statistic-value {
  box-shadow: inset 0 0 0 8px #9C27B0;
}
.purple .section.primary {
  background: #9C27B0;
}
.purple .button, .purple .filters-grid-group-summary-inner p a, .filters-grid-group-summary-inner p .purple a, .purple [type=button],
.purple [type=reset],
.purple [type=submit] {
  background: #9C27B0;
}
.purple .button:hover, .purple .filters-grid-group-summary-inner p a:hover, .filters-grid-group-summary-inner p .purple a:hover, .purple [type=button]:hover,
.purple [type=reset]:hover,
.purple [type=submit]:hover {
  background: rgb(202.0372093023, 97.0093023256, 219.9906976744);
}
.purple .metatag-link:hover {
  background: #9C27B0;
}
.purple .text-hover:hover {
  color: #9C27B0;
}

.blue .media-block-title,
.blue .section-header-title,
.blue .metalabel {
  color: #2196F3;
}
.blue .statistic-value {
  box-shadow: inset 0 0 0 8px #2196F3;
}
.blue .section.primary {
  background: #2196F3;
}
.blue .button, .blue .filters-grid-group-summary-inner p a, .filters-grid-group-summary-inner p .blue a, .blue [type=button],
.blue [type=reset],
.blue [type=submit] {
  background: #2196F3;
}
.blue .button:hover, .blue .filters-grid-group-summary-inner p a:hover, .filters-grid-group-summary-inner p .blue a:hover, .blue [type=button]:hover,
.blue [type=reset]:hover,
.blue [type=submit]:hover {
  background: rgb(129.7692307692, 195.7692307692, 248.2307692308);
}
.blue .metatag-link:hover {
  background: #2196F3;
}
.blue .text-hover:hover {
  color: #2196F3;
}

.green .media-block-title,
.green .section-header-title,
.green .metalabel {
  color: #4CAF50;
}
.green .statistic-value {
  box-shadow: inset 0 0 0 8px #4CAF50;
}
.green .section.primary {
  background: #4CAF50;
}
.green .button, .green .filters-grid-group-summary-inner p a, .filters-grid-group-summary-inner p .green a, .green [type=button],
.green [type=reset],
.green [type=submit] {
  background: #4CAF50;
}
.green .button:hover, .green .filters-grid-group-summary-inner p a:hover, .filters-grid-group-summary-inner p .green a:hover, .green [type=button]:hover,
.green [type=reset]:hover,
.green [type=submit]:hover {
  background: rgb(145.5378486056, 207.4621513944, 148.0398406375);
}
.green .metatag-link:hover {
  background: #4CAF50;
}
.green .text-hover:hover {
  color: #4CAF50;
}

/* ++++++++++++++++++++
+++ LAYOUT: SECTION +++
++++++++++++++++++++ */
.section {
  position: relative;
}
.section.add-margin {
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .section.add-margin {
    margin-bottom: 2em;
  }
}
.section.hero .container {
  margin: 0;
}
.section .cta .button-alt {
  background-color: #003A65;
  color: #FFFFFF;
}
.section .cta .button-alt:hover {
  background-color: #B92A3B;
}
.section.dark, .section.primary, .section.secondary {
  color: #FFFFFF;
}
.section.dark input,
.section.dark textarea,
.section.dark select, .section.primary input,
.section.primary textarea,
.section.primary select, .section.secondary input,
.section.secondary textarea,
.section.secondary select {
  border-color: transparent;
}
.section.dark .section-header-title, .section.primary .section-header-title, .section.secondary .section-header-title {
  color: #B5A269;
}
.section.dark .button-alt, .section.primary .button-alt, .section.secondary .button-alt {
  background-color: #FFFFFF;
  color: #003A65;
}
.section.dark .button-alt:hover, .section.primary .button-alt:hover, .section.secondary .button-alt:hover {
  background-color: #B92A3B;
  color: #FFFFFF;
}
.section.white {
  background: #FFFFFF;
}
.section.grey {
  background: #E6E6E6;
}
.section.dark {
  background: #262626;
}
.section.primary {
  background: #003A65;
}
.section.secondary {
  background: #003A65;
}
.section.brand-color-bg {
  background: #003A65;
}
.section--nogap {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.section.feed-award-outer {
  overflow: visible;
}
.section .feed-award {
  margin-bottom: 0;
}
.section .feed-award .feed__inner {
  padding: 0;
}
.section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center 20%;
  opacity: 0.05;
  width: 100%;
  height: 100%;
}
.section.subnav {
  background: #FFFFFF;
}
.section.sec-links {
  border-bottom: solid 2px rgba(0, 58, 101, 0.05);
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}
.section.sec-links .container {
  max-width: none;
  padding: 0;
}
.section.sec-links-outer {
  padding-bottom: 0;
}
.section.sec-links-outer .container {
  padding: 0;
}
.section-header {
  text-align: center;
}
.section-header-title {
  color: #8A690F;
  font-size: 4em;
  margin-bottom: 0.25em;
  line-height: 1;
}
@media screen and (min-width: 560px) {
  .section-header-title {
    font-size: 5em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-header-title {
    font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  }
}
.bg-timeline .section-header-title a {
  color: #FFFFFF;
}
.bg-timeline .section-header-title a:hover {
  color: #B5A269;
}
.join-us .section-header-title {
  color: #003A65;
}
.section-header-title a {
  color: #B5A269;
}
.section-header-summary {
  font-size: 1.1em;
  max-width: 40em;
}
@media screen and (min-width: 960px) {
  .section-header-summary {
    margin-bottom: 2em;
  }
}
.section-summary {
  margin-bottom: 1em;
  max-width: 600px;
  text-align: center;
}
.section-footer {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
.section.bg-timeline {
  background-image: url("../images/bg-timeline.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  background-color: #003A65;
  padding: 19rem 0rem 4rem;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .section.bg-timeline {
    padding: 12rem 0rem 4rem;
  }
}
@media screen and (min-width: 960px) {
  .section.bg-timeline {
    padding: 16rem 0rem 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .section.bg-timeline {
    padding: 24rem 0rem 8rem;
  }
}
@media screen and (min-width: 1440px) {
  .section.bg-timeline {
    padding: 31rem 0rem 8rem;
  }
}
.section.chevening-red {
  padding-bottom: 0;
}

.container.centered {
  text-align: center;
}
.container.small {
  max-width: 53.3333333333em;
}
.container.fullwidth {
  max-width: 100em;
}
.container.white, .container.grey, .container.dark, .container.primary, .container.secondary {
  padding: 1em;
}
@media screen and (min-width: 560px) {
  .container.white, .container.grey, .container.dark, .container.primary, .container.secondary {
    padding: 2em;
  }
}
@media screen and (min-width: 1280px) {
  .container.white, .container.grey, .container.dark, .container.primary, .container.secondary {
    border-radius: 4px;
    max-width: 76em;
  }
}
.container.dark, .container.primary, .container.secondary {
  color: #FFFFFF;
}
.container.white {
  background: #FFFFFF;
}
.container.grey {
  background: #E6E6E6;
}
.container.dark {
  background: #262626;
}
.container.primary {
  background: #003A65;
}
.container.secondary {
  background: #B92A3B;
}

/* ++++++++++++++++++++
+++ LAYOUT: ARTICLE +++
++++++++++++++++++++ */
.article {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 2em 1em;
  position: relative;
  width: 100%;
}
.article-media {
  display: block;
}
.article-header-summary p {
  font: 400 1.33em/1.5 "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}
.article.one-col {
  margin: 0;
}
@media screen and (min-width: 560px) {
  .article.one-col {
    padding: 3em;
  }
}
@media screen and (min-width: 960px) {
  .article.one-col {
    flex: 0 100%;
    max-width: 100%;
  }
}
.article-footer {
  border-top: 1px solid #CCCCCC;
  margin-top: 2em;
  padding-top: 1em;
}
@media screen and (min-width: 560px) {
  .article {
    padding: 2em;
  }
}
@media screen and (min-width: 960px) {
  .article {
    flex: 0 66.66%;
    max-width: 66.66%;
    float: left;
  }
}

/* ++++++++++++++++++++
+++ LAYOUT: SIDEBAR +++
++++++++++++++++++++ */
.sidebar {
  background-color: #FFFFFF;
  margin: 0;
  padding: 1em 2em 2em;
}
@media screen and (min-width: 560px) {
  .sidebar {
    padding: 0 4em 3em;
  }
}
@media screen and (min-width: 700px) {
  .sidebar {
    flex: 0 1 100%;
    padding: 0 4em 3em;
  }
}
@media screen and (min-width: 960px) {
  .sidebar {
    display: block;
    flex: 1 0 30%;
    margin: 0 0 2em 0;
    padding: 3em 1em;
  }
}
@media screen and (min-width: 1280px) {
  .sidebar {
    flex: 1 0 25%;
  }
}
.sidebar-block {
  border-top: 1px solid #E6E6E6;
  margin: 0;
  padding-top: 2em;
  position: relative;
}
@media screen and (min-width: 960px) {
  .sidebar-block {
    border: 0;
    position: relative;
    padding-right: 4em;
  }
}
.sidebar-block .icon {
  position: absolute;
  right: 0;
  top: 40px;
}
@media screen and (min-width: 960px) {
  .sidebar-block .icon {
    display: none;
  }
}
.sidebar-block .expand-check ~ div {
  display: none;
}
@media screen and (min-width: 960px) {
  .sidebar-block .expand-check ~ div {
    display: block !important;
  }
}
.sidebar-block + .sidebar-block {
  margin-top: 3em;
}
.sidebar-title {
  color: #8A690F;
  font: 500 3em/1 "summerfestival-regular", "Brush Script MT", cursive;
}
@media (prefers-reduced-motion: reduce) {
  .sidebar-title {
    font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  }
}
.sidebar-nav-item-link {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
}
.sidebar-nav-item-link.current {
  color: #B92A3B;
  font-weight: 700;
}
.sidebar-nav-item.current-menu-item .sidebar-nav-item-link {
  color: #B92A3B;
  font-weight: 700;
}
.sidebar-nav-item.current-menu-item .sidebar-nav-item .sidebar-nav-item-link {
  color: inherit;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .sidebar {
    margin-top: 0;
  }
}
.sidebar.bbb {
  display: none;
}
@media screen and (min-width: 960px) {
  .sidebar.bbb {
    display: block;
  }
}

.sub-list {
  box-shadow: inset 2px 0 #E6E6E6;
}
.sub-list .sub-list {
  margin-left: 1em;
}
.sub-list .sidebar-nav-item-link {
  padding-left: 1em;
}
.sub-list .sidebar-nav-item-link.current {
  box-shadow: inset 2px 0 currentColor;
}
.sub-list .sidebar-nav-item.current-menu-item .sidebar-nav-item-link {
  box-shadow: inset 2px 0 currentColor;
}
.sub-list .sidebar-nav-item.current-menu-item .sidebar-nav-item .sidebar-nav-item-link {
  box-shadow: none;
}

/* ++++++++++++++++++++
+++ LAYOUT: CONTENT +++
++++++++++++++++++++ */
.content h1, .comments-area .comment-content h1, .content h2, .comments-area .comment-content h2, .content h3, .comments-area .comment-content h3, .content h4, .comments-area .comment-content h4, .content h5, .comments-area .comment-content h5, .content p, .comments-area .comment-content p, .content ul, .comments-area .comment-content ul, .content ol, .comments-area .comment-content ol {
  margin-bottom: 1rem;
}
.content li, .comments-area .comment-content li {
  margin-top: 0.25rem;
}
.content ul ul, .comments-area .comment-content ul ul, .content ul ol, .comments-area .comment-content ul ol, .content ol ol, .comments-area .comment-content ol ol, .content ol ul, .comments-area .comment-content ol ul {
  margin-top: 0;
}
.content h1, .comments-area .comment-content h1, .content h2, .comments-area .comment-content h2, .content h3, .comments-area .comment-content h3, .content h4, .comments-area .comment-content h4, .content h5, .comments-area .comment-content h5 {
  color: #003A65;
}
.content ol, .comments-area .comment-content ol, .content ul, .comments-area .comment-content ul {
  padding-left: 0.5rem;
}
.content ol li, .comments-area .comment-content ol li {
  list-style: decimal;
}
.content ol li ol li, .comments-area .comment-content ol li ol li {
  list-style-type: lower-roman;
}
.content ol li ul li, .comments-area .comment-content ol li ul li {
  list-style-type: circle;
}
.content ul li, .comments-area .comment-content ul li {
  list-style: disc;
}
.content ul li ul li, .comments-area .comment-content ul li ul li {
  list-style-type: circle;
}
.content ul li ol li, .comments-area .comment-content ul li ol li {
  list-style-type: decimal;
}
.content form ol, .comments-area .comment-content form ol, .content form ul, .comments-area .comment-content form ul {
  padding: 0;
}
.content form li, .comments-area .comment-content form li {
  list-style: none !important;
}
.content p:empty, .comments-area .comment-content p:empty {
  display: none;
}
.content a, .comments-area .comment-content a {
  text-decoration: underline;
}
.content img, .comments-area .comment-content img {
  border-radius: 4px;
  padding: 0.5rem 0;
  width: auto;
  height: auto;
  max-width: 100%;
}
.content .fluid-width-video-wrapper, .comments-area .comment-content .fluid-width-video-wrapper {
  border-radius: 4px;
  overflow: hidden;
}
.content .btn, .comments-area .comment-content .btn,
.content .button,
.content .filters-grid-group-summary-inner p a,
.filters-grid-group-summary-inner p .content a,
.comments-area .comment-content .button,
.comments-area .comment-content .filters-grid-group-summary-inner p a,
.filters-grid-group-summary-inner p .comments-area .comment-content a,
.content [type=button],
.comments-area .comment-content [type=button],
.content [type=reset],
.comments-area .comment-content [type=reset],
.content [type=submit],
.comments-area .comment-content [type=submit] {
  font-size: 1rem;
  margin-bottom: 0;
}
.content .btn a, .comments-area .comment-content .btn a,
.content .button a,
.comments-area .comment-content .button a,
.content [type=button] a,
.comments-area .comment-content [type=button] a,
.content [type=reset] a,
.comments-area .comment-content [type=reset] a,
.content [type=submit] a,
.comments-area .comment-content [type=submit] a,
.content a.btn,
.comments-area .comment-content a.btn,
.content a.button,
.content .filters-grid-group-summary-inner p a,
.filters-grid-group-summary-inner p .content a,
.comments-area .comment-content a.button,
.comments-area .comment-content .filters-grid-group-summary-inner p a,
.filters-grid-group-summary-inner p .comments-area .comment-content a,
.content a[type=button],
.comments-area .comment-content a[type=button],
.content a[type=reset],
.comments-area .comment-content a[type=reset],
.content a[type=submit],
.comments-area .comment-content a[type=submit] {
  border: none;
  box-shadow: none;
  color: #FFFFFF;
  margin-bottom: 0;
  text-decoration: none;
}
.content p.btn, .comments-area .comment-content p.btn,
.content p.button,
.comments-area .comment-content p.button,
.content p[type=button],
.comments-area .comment-content p[type=button],
.content p[type=reset],
.comments-area .comment-content p[type=reset],
.content p[type=submit],
.comments-area .comment-content p[type=submit] {
  margin-bottom: 0;
  padding: 0;
}
.content .btn a, .comments-area .comment-content .btn a,
.content .button a,
.content .filters-grid-group-summary-inner p a a,
.filters-grid-group-summary-inner p .content a a,
.comments-area .comment-content .button a,
.comments-area .comment-content .filters-grid-group-summary-inner p a a,
.filters-grid-group-summary-inner p .comments-area .comment-content a a,
.content [type=button] a,
.comments-area .comment-content [type=button] a,
.content [type=reset] a,
.comments-area .comment-content [type=reset] a,
.content [type=submit] a,
.comments-area .comment-content [type=submit] a {
  display: block;
  padding: 0.5rem 1rem;
}
.content blockquote, .comments-area .comment-content blockquote {
  background-color: #FFFFFF;
  color: #003A65;
  display: block;
  font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-size: 1.25em;
  margin: 0 1.5rem;
  padding-top: 3rem;
  padding-bottom: 0;
  text-indent: 0;
  position: relative;
}
.content blockquote p, .comments-area .comment-content blockquote p {
  margin: 0;
}
.content blockquote:before, .comments-area .comment-content blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 26px;
  color: #003A65;
  background-image: url("../images/doublequote.svg");
  background-repeat: no-repeat;
}
.content blockquote p, .comments-area .comment-content blockquote p {
  font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  line-height: 1.5;
}
.content .pullquote, .comments-area .comment-content .pullquote {
  margin: 2rem 0;
}
.content .pullquote blockquote, .comments-area .comment-content .pullquote blockquote {
  margin-top: 0;
}
.content .pullquote blockquote:after, .comments-area .comment-content .pullquote blockquote:after {
  display: inline-block;
}
.content .pullquote blockquote p, .comments-area .comment-content .pullquote blockquote p {
  display: inline;
  font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-size: 1.35em;
  margin-top: 0;
}
.content .pullquote-cite, .comments-area .comment-content .pullquote-cite {
  display: block;
  color: #003A65;
  float: right;
  margin-bottom: 1rem;
  text-indent: 0;
  position: relative;
  text-align: right;
}
.content .pullquote-cite:before, .comments-area .comment-content .pullquote-cite:before {
  content: "— ";
}
.content code, .comments-area .comment-content code {
  background: #F2F2F2;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-family: "Gotham", "Montserrat", AndaleMono, "Lucida Console", monospace;
}
@media screen and (min-width: 960px) {
  .content .wysiwyg .content, .comments-area .comment-content .wysiwyg .content, .content .wysiwyg .comments-area .comment-content, .comments-area .content .wysiwyg .comment-content, .comments-area .comment-content .wysiwyg .comment-content {
    padding: 0.3333333333rem 1.25rem;
  }
}
.content .wysiwyg .button, .content .wysiwyg .filters-grid-group-summary-inner p a, .filters-grid-group-summary-inner p .content .wysiwyg a, .comments-area .comment-content .wysiwyg .button, .comments-area .comment-content .wysiwyg .filters-grid-group-summary-inner p a, .filters-grid-group-summary-inner p .comments-area .comment-content .wysiwyg a, .content .wysiwyg [type=button], .comments-area .comment-content .wysiwyg [type=button],
.content .wysiwyg [type=reset],
.comments-area .comment-content .wysiwyg [type=reset],
.content .wysiwyg [type=submit],
.comments-area .comment-content .wysiwyg [type=submit],
.content .wysiwyg button,
.comments-area .comment-content .wysiwyg button {
  margin-bottom: 0;
}
.content .wysiwyg p:last-of-type, .comments-area .comment-content .wysiwyg p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 560px) {
  .content p, .comments-area .comment-content p, .content li, .comments-area .comment-content li {
    font-size: 1.125em;
  }
  .content li li, .comments-area .comment-content li li {
    font-size: 1em;
  }
}
@media screen and (min-width: 960px) {
  .content .alignleft, .comments-area .comment-content .alignleft,
  .content .float-left,
  .comments-area .comment-content .float-left,
  .content .float_left,
  .comments-area .comment-content .float_left {
    float: left;
    margin-bottom: 1rem;
    margin-right: 2%;
    max-width: 48%;
  }
  .content .alignright, .comments-area .comment-content .alignright,
  .content .float-right,
  .comments-area .comment-content .float-right,
  .content .float_right,
  .comments-area .comment-content .float_right {
    float: right;
    margin-bottom: 1rem;
    margin-left: 2%;
    max-width: 48%;
  }
}

.wp-caption {
  position: relative;
  width: auto !important;
}

.wp-caption-text {
  font-size: 0.9em !important;
  font-style: italic;
  text-align: center;
}

/* +++++++++++++++++++
+++ LAYOUT: SEARCH +++
+++++++++++++++++++ */
.search {
  display: inline-block;
  height: 43px;
  margin: 0;
  position: relative;
  width: 160px;
}
.search-input, #search-block-form .form-search {
  background-color: #f3f6f8;
  border-bottom: 0;
  border-radius: 0;
  border-top: 0;
  font-size: 0.9em;
  height: 43px;
  margin-top: 0;
  padding: 0 3.5em 0 1em;
}
.search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #FFFFFF;
  cursor: pointer;
  height: 20px;
  display: inline-block;
  pointer-events: none;
  width: 20px;
}
.search-button {
  background-color: #003A65;
  border-radius: 0;
  border-left: 1px solid #CCCCCC;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -999rem;
  top: 0;
  width: 43px;
}
.search-button:hover {
  background-color: #B92A3B;
}

#search-block-form {
  display: none;
  position: relative;
  width: 250px;
}
@media screen and (min-width: 960px) {
  #search-block-form {
    display: inline-block;
  }
}
#search-block-form .form-actions {
  top: 9px;
  height: 25px;
  position: absolute;
  right: 9px;
  width: 25px;
}
#search-block-form .form-actions .form-submit {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 25px;
  left: 0;
  overflow: hidden;
  padding: 25px 0 0 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 25px;
}

/* +++++++++++++++++++
+++ LAYOUT: TABLES +++
+++++++++++++++++++ */
.content table, .comments-area .comment-content table {
  display: inline-block;
  font-variant-numeric: lining-nums tabular-nums;
  height: auto !important;
  max-width: 100%;
  overflow-x: auto;
  width: auto !important;
}
.content thead:nth-child(even), .comments-area .comment-content thead:nth-child(even), .content tfoot:nth-child(even), .comments-area .comment-content tfoot:nth-child(even), .content tr:nth-child(even), .comments-area .comment-content tr:nth-child(even) {
  background: #E6E6E6;
}
.content thead tr td, .comments-area .comment-content thead tr td {
  background-color: #003A65;
  color: #FFFFFF;
}
.content th, .comments-area .comment-content th, .content td, .comments-area .comment-content td {
  border: solid 1px #CCCCCC;
  padding: 0.25em 0.5em;
  vertical-align: top;
}
.content thead td, .comments-area .comment-content thead td,
.content tfoot td,
.comments-area .comment-content tfoot td,
.content th,
.comments-area .comment-content th {
  font-weight: 700;
}

/* +++++++++++++++++
+++ LAYOUT: HOME +++
+++++++++++++++++ */
/* +++++++++++++++++++
+++ LAYOUT: DONATE +++
+++++++++++++++++++ */
.donate {
  text-align: center;
}
.donate-options {
  max-width: 26.6666666667em;
  margin-top: 0;
}
.donate-label {
  background: #FFFFFF;
  border: 1px solid #B92A3B;
  color: #B92A3B;
  cursor: pointer;
  float: left;
  font-weight: 700;
  margin: 0;
  padding: 0.5em 1em;
  width: 50%;
}
.donate-label:first-child {
  border-radius: 4px 0 0 4px;
}
.donate-label:last-child {
  border-radius: 0 4px 4px 0;
}
.donate-form {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding-bottom: 1em;
  max-width: 26.6666666667em;
}
.donate-header {
  background: #F2F2F2;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 4px 4px 0 0;
  padding: 1em;
}
.donate-amount {
  font-size: 1.4em;
  padding: 0;
  position: relative;
}
.donate-amount-label {
  left: 0;
  padding: 0.5em 1em;
  position: absolute;
}
.donate-amount-input {
  background: none;
  border: none;
  font-weight: 700;
  margin: 0;
  padding-left: 2em;
}
.donate-amount-input:placeholder-shown {
  font-weight: 500;
}
.donate-submit {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .donate-form {
    padding-bottom: 2em;
  }
}

#donate-once:checked ~ .donate-options .donate-once,
#donate-monthly:checked ~ .donate-options .donate-monthly {
  background: #B92A3B;
  color: #FFFFFF;
}

#donate-once:checked ~ .donate-form .donate-header-title span {
  display: none;
}

/* ===============
=== COMPONENTS ===
=============== */
/* +++++++++++++++++++++
+++ LAYOUT: METADATA +++
+++++++++++++++++++++ */
.metadata {
  color: #B92A3B;
}
.metadata-link {
  font-weight: 700;
}
.metadata time {
  font-weight: 700;
}

.metalabel {
  color: #003A65;
  display: block;
}
.metatag {
  display: inline-block;
  margin: 0;
}
.metatag-link {
  display: block;
  margin: 0;
  background: #F2F2F2;
  border-radius: 4px;
  color: #666666;
  padding: 1em 1em;
}
.metatag-link:hover {
  background: #B92A3B;
  color: #FFFFFF;
}

/* +++++++++++++++++++++++
+++ LAYOUT: PAGINATION +++
+++++++++++++++++++++++ */
.pager__items, .pagination {
  text-align: center;
  justify-content: space-between;
}
.pager__items a:hover, .pagination a:hover {
  background: #E6E6E6;
}
.pager__item--first a, .pager__item--previous a, .pager__item--next a, .pager__item--last a, .pager__item, .pagination_block {
  margin: 0;
}
.pagination_block.numeral {
  display: none;
}
.pager-ellipsis, .pager__item.is-active, .pager__item a, .pagination_element {
  border-radius: 4px;
  display: block;
  overflow: hidden;
  padding: 0.5em 1em;
}
.pager__item--first a, .pager__item--previous a, .pager__item--next a, .pager__item--last a, .pagination_element.next, .pagination_element.prev {
  display: block;
}
.pager__item.is-active, .pagination_element.current {
  box-shadow: 0 0 0 1px #B92A3B inset;
  color: #B92A3B;
}
@media screen and (min-width: 560px) {
  .pager__items, .pagination {
    justify-content: center;
  }
  .pager__item--first a, .pager__item--previous a, .pager__item--next a, .pager__item--last a, .pager__item, .pagination_block {
    margin: 0 0.25em;
  }
  .pagination_block.numeral {
    display: block;
  }
  .pager-ellipsis, .pager__item.is-active, .pager__item a, .pagination_element {
    display: block;
  }
}

.pagination_block.next {
  float: right;
}
.pagination_block.view_all {
  display: none;
}
.pagination_element.prev {
  background-color: #B92A3B;
  color: #FFFFFF;
}
.pagination_element.prev:hover {
  background-color: rgb(151.7488986784, 34.4511013216, 48.3955947137);
}
.pagination_element.next {
  background-color: #B92A3B;
  color: #FFFFFF;
}
.pagination_element.next:hover {
  background-color: rgb(151.7488986784, 34.4511013216, 48.3955947137);
}
.pager {
  padding: 1em 0;
}
.pager-first {
  float: right;
}
.pager__item {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .pager__item {
    width: auto;
  }
}
.pager__item a {
  padding: 0.5em 1em;
}
@media screen and (min-width: 560px) {
  .pager__item.is-active a {
    padding: 0;
  }
}
/* ++++++++++++++++++++
+++ LAYOUT: CONTENT +++
++++++++++++++++++++ */
.comment-wrapper, .comments-area {
  max-width: 53.3333333333em;
}
.comment-wrapper .title, .comments-area .comment-reply-title, .comments-area .comments-title {
  background: #F2F2F2;
  color: #999999;
  font: 700 1.2em/1.2 "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  padding: 1rem;
  text-transform: uppercase;
}

.comment-wrapper .comment, .comments-area .comment-body {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
}
.comment-wrapper .submitted .username, .comments-area .comment-meta .fn {
  color: #4D4D4D;
  font-weight: 700;
}
.comments-area .comment .avatar {
  border-radius: 100%;
  float: left;
  height: 3em;
  margin-right: 0.5em;
  width: 3em;
}
.comments-area .comment-metadata {
  font-size: 0.9em;
  margin-top: 0.5em;
}
.comment-wrapper .content, .comments-area .comment-content {
  margin-top: 1em;
}
.comment-wrapper .links, .comments-area .comment .reply {
  font-size: 0.9em;
  margin-top: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.comment-wrapper .links li, .comments-area .comment .reply li {
  float: right;
  margin-left: 0.5em;
}
.comments-area .children {
  margin-left: 2em;
}

.comment-wrapper .permalink {
  color: #999999;
  float: left;
  font-size: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  overflow: hidden;
  text-align: center;
  width: 1rem;
}

.comment-wrapper .filter-help {
  margin-top: 0;
}
.comment-wrapper .filter-guidelines {
  display: none;
}
/* ++++++++++++++++++++++++
+++ LAYOUT: BREADCRUMBS +++
++++++++++++++++++++++++ */
.breadcrumbs {
  color: #4D4D4D;
  font-size: 1rem;
}
.breadcrumbs-list {
  display: block;
}
.breadcrumbs-list-item {
  display: inline-block;
}
.breadcrumbs-list-link {
  font-weight: 700;
}
.breadcrumbs-list-link:hover {
  color: #B92A3B;
}
.breadcrumbs-list-divider {
  color: #B3B3B3;
  margin: 0;
}

/* +++++++++++++++++
+++ LAYOUT: HERO +++
+++++++++++++++++ */
.hero {
  position: relative;
}
@media screen and (min-width: 960px) {
  .hero {
    position: relative;
    overflow: hidden;
  }
}
.hero img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .hero img {
    height: 400px;
  }
}
@media screen and (min-width: 960px) {
  .hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
  }
}
.hero-box.hero-red {
  background-color: #B92A3B;
}
.hero-box.hero-red::before {
  background-color: #B92A3B;
}
.hero-box {
  margin: 0;
  color: #FFFFFF;
  background-color: #003A65;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .hero-box {
    float: right;
    height: 100%;
    width: 35%;
    min-width: 450px;
    margin: 0;
    position: relative;
  }
}
.hero-box-inner {
  padding: 2em;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .hero-box-inner {
    padding: 1em;
    margin: 6em 0;
    position: relative;
    left: -15%;
    z-index: 1;
  }
}
.hero-box:before {
  display: none;
}
@media screen and (min-width: 960px) {
  .hero-box:before {
    border-radius: 100%;
    position: absolute;
    content: "";
    top: -100%;
    left: -30%;
    top: -25%;
    width: 100%;
    height: 150%;
    background-color: #003A65;
    z-index: 1;
    display: block;
  }
}
.hero-summary {
  margin: 0;
  margin-bottom: 1em;
  margin-top: 1em;
  max-width: 500px;
}
.hero-summary a {
  color: #FFFFFF;
  font-weight: 700;
  padding-bottom: 0.3em;
  border-bottom: 5px solid #B5A269;
}
.hero-summary a:hover {
  color: #B5A269;
}
.hero-link {
  font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  max-width: 200px;
  margin: 0;
  color: #FFFFFF;
  margin: 2em 0;
}
@media screen and (min-width: 560px) {
  .hero-link {
    margin-top: 2em;
  }
}
.hero-link .icon {
  width: 40px;
  height: 40px;
  margin-right: 0.5em;
}
.hero-link span {
  display: block;
  margin: 0;
  font-weight: 700;
}
.hero-link:hover {
  color: #B5A269;
}
.hero-title span:nth-of-type(1) {
  font-size: 2rem;
}
@media screen and (min-width: 560px) {
  .hero-title span:nth-of-type(1) {
    font-size: 2rem;
  }
}
.hero-title span:nth-of-type(2) {
  font-size: 3rem;
  line-height: 1;
  white-space: normal;
  text-transform: none;
  display: block;
  margin: 0;
}
@media (prefers-reduced-motion: reduce) {
  .hero-title span:nth-of-type(2) {
    font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  }
}

.pagehero {
  position: relative;
  margin: 0;
  padding: 0;
}
.pagehero.object-fit {
  background-size: cover;
  background-position: center center;
}
.pagehero.object-fit img {
  opacity: 0;
}
@media screen and (min-width: 560px) {
  .pagehero {
    padding-top: 400px;
  }
}
@media screen and (min-width: 560px) {
  .pagehero--noimage {
    background-color: #003A65;
    padding-top: 2em;
  }
}
.pagehero--noimage .pagehero-head-overlay {
  position: relative;
}
.pagehero-title {
  color: #003A65;
  margin: 0;
  padding: 0;
}
.pagehero-title-date, .pagehero-title-location {
  display: block;
  margin-top: 1em;
  margin-right: 1em;
}
@media screen and (min-width: 960px) {
  .pagehero-title-date, .pagehero-title-location {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
  }
}
@media screen and (min-width: 560px) {
  .pagehero-title-share {
    display: flex;
  }
  .pagehero-title-share .pagehero-title {
    flex-grow: 1;
  }
  .pagehero-title-share .pagehero-sharebuttons--inline {
    flex-shrink: 0;
  }
}
.pagehero-image {
  object-fit: cover;
  height: 200px;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .pagehero-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
  }
}
@media screen and (min-width: 960px) {
  .pagehero-image {
    height: 100%;
  }
}
.pagehero-head {
  position: relative;
  z-index: 1;
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .pagehero-head-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.pagehero-head-inner {
  background-color: rgba(255, 255, 255, 0.85);
  overflow: visible;
}
@media screen and (min-width: 560px) {
  .pagehero-head-inner {
    padding-bottom: 3em;
  }
}
.pagehero-profile-info {
  width: 100%;
}
.pagehero-profile-info-row {
  margin: 0;
  margin-top: 0.25em;
}
@media screen and (min-width: 700px) {
  .pagehero-profile-info-row {
    display: flex;
    align-items: center;
  }
}
.pagehero-profile-info span {
  display: none;
  margin: 0;
  display: block;
  padding: 0.25em 0;
}
@media screen and (min-width: 700px) {
  .pagehero-profile-info span {
    padding: 0.25em 1em;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .pagehero-profile-info span.pagehero-profile-info-uni {
    border-right: 0;
  }
  .pagehero-profile-info span.pagehero-profile-info-year {
    padding-left: 0;
  }
  .pagehero-profile-info span:first-of-type {
    border-left: 0;
    padding-left: 0;
  }
  .pagehero-profile-info span:last-of-type {
    border-right: 0;
  }
}
.pagehero-meta--inline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pagehero-meta--inline > * {
  padding: 0;
  padding-right: 1em;
  margin: 0;
}
.pagehero-meta-author {
  border-bottom: 2px solid #E6E6E6;
  border-top: 2px solid #E6E6E6;
  clear: both;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1em;
  position: relative;
  margin-bottom: 1em;
}
.pagehero-meta-author h3 {
  font-size: 1.4em;
}
.pagehero-meta-author h4 {
  color: rgb(0, 87.2871287129, 152);
  font-size: 1em;
  margin-top: 0.3333333333em;
}
.pagehero-meta-author-image {
  border-radius: 100%;
  flex: 0 1 20%;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  max-width: 125px;
}
.pagehero-meta-author-image img {
  border-radius: 50%;
  height: auto;
  width: 100%;
}
.pagehero-meta-author-info {
  margin-top: 0;
  flex: 0 1 84%;
}
.pagehero-meta-author-social .social {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1em;
  margin-top: 0;
  background-color: #003A65;
  border-radius: 50%;
  width: 1.75em;
  height: 1.75em;
}
.pagehero-meta-author-social .social .icon {
  color: #FFFFFF;
  width: 1.75em;
  height: 1.25em;
  margin-top: 0.25em;
}
.pagehero-meta-date {
  display: block;
  padding-top: 0;
  margin: 0;
  padding-bottom: 1em;
}
.pagehero-meta-country {
  color: #B5A269;
}
.pagehero-sharebuttons {
  display: none;
}
.pagehero-sharebuttons li {
  width: 50px;
  height: 50px;
  margin: 5px;
}
@media screen and (min-width: 560px) {
  .pagehero-sharebuttons li.whatsapp {
    display: none;
  }
}
.pagehero-sharebuttons li a {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #003A65;
  color: #FFFFFF;
  overflow: hidden;
}
.pagehero-sharebuttons .icon {
  width: 25px;
}
.pagehero-sharebuttons--inline {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  margin: 0;
  flex-shrink: 0;
  padding: 0.5em 0;
  padding-top: 0;
}
@media screen and (min-width: 1440px) {
  .pagehero-sharebuttons--inline {
    display: none;
  }
}
.pagehero-sharebuttons--inline li {
  width: 30px;
  height: 30px;
  margin: 3px;
}
.pagehero-sharebuttons--inline li a {
  width: 30px;
  height: 30px;
}
.pagehero-sharebuttons--inline .icon {
  width: 15px;
}
.pagehero-sharebuttons--side {
  position: absolute;
  top: 105%;
  left: -80px;
  margin: 0;
  flex-direction: column;
  flex-shrink: 0;
  display: none;
}
@media screen and (min-width: 1440px) {
  .pagehero-sharebuttons--side {
    display: flex;
  }
}
.pagehero .eventbrite {
  float: right;
  text-align: right;
}
.pagehero .eventbrite .pagehero-btn {
  background-color: #003A65;
  border-radius: 25px;
  color: #FFFFFF;
  font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  margin-top: 1em;
  padding: 1em;
}
.pagehero .eventbrite .pagehero-btn:hover {
  background-color: rgb(0, 87.2871287129, 152);
  color: #FFFFFF;
}
.pagehero .eventbrite .pw {
  display: block;
  margin-top: 2em;
}
.pagehero-price {
  color: #B92A3B;
  display: inline-block;
  position: relative;
}
.pagehero-price p {
  display: inline;
  font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}

.pagehero--profile .pagehero-title {
  padding: 0.5em 0;
}

.news-template-default .pagehero-head-inner {
  padding-bottom: 0;
}

/* ++++++++++++++++
+++ LAYOUT: CTA +++
++++++++++++++++ */
.cta {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .cta {
    padding: 0 5%;
  }
}
.cta-summary {
  margin-bottom: 1em;
  max-width: 600px;
}
.cta-button {
  margin-top: 2em !important;
}
.cta .arrow {
  color: #FFFFFF;
  display: none;
  height: auto;
  left: 4%;
  position: absolute;
  top: 36%;
  width: 100px;
}
@media screen and (min-width: 560px) {
  .cta .arrow {
    display: block;
    top: 30%;
    width: 70px;
  }
}
@media screen and (min-width: 960px) {
  .cta .arrow {
    left: -15%;
    width: 100px;
  }
}
.cta .arrow.right {
  left: auto;
  right: 4%;
}
@media screen and (min-width: 960px) {
  .cta .arrow.right {
    right: -15%;
  }
}

/* +++++++++++++++++
+++ LAYOUT: FEED +++
+++++++++++++++++ */
.feed-item-header {
  margin-top: 0 !important;
}
.feed-item-header-cat {
  color: #FFFFFF;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 0.6666666667em 1em 0.5em;
}
.feed-item-header-cat.bestbrit {
  background-color: #003A65;
}
.feed-item-header-cat.bestbritpres {
  background-color: #B92A3B;
}
.feed-item-header-cat.explores {
  background-color: #8A690F;
}
.feed-item-header-cat.workshops {
  background-color: #5A6D80;
}
.feed-item-header-cat.volunteering {
  background-color: #446E5B;
}
.feed-item-header-cat.debate {
  background-color: #A14D41;
}
.feed-item-header-cat.conference {
  background-color: #666666;
}
.feed-item-header-cat.wellbeing {
  background-color: #00aa55;
}

.feed-award {
  margin: 0;
  margin-bottom: 4em;
}
.feed-award .feed__inner {
  padding-top: 0;
  overflow: visible;
}
.feed-award .feed__inner.map__inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media screen and (min-width: 960px) {
  .feed-award .feed__feed {
    display: grid;
    grid-auto-columns: auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
    flex-wrap: wrap;
  }
}
.feed-award .feed__pagination {
  margin-top: 6em;
}
.feed-award .feed__item {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 4em 0;
}
@media screen and (min-width: 560px) {
  .feed-award .feed__item {
    padding: 4em 1em;
    padding-right: 2em;
  }
}
.feed-award .feed__item {
  display: block;
}
@media screen and (min-width: 960px) {
  .feed-award .feed__item {
    width: 50%;
  }
}
.feed-award .feed__item__image {
  display: block;
  margin-top: 4em;
}
@media screen and (min-width: 960px) {
  .feed-award .feed__item__image {
    flex-shrink: 0;
    margin: 0;
  }
}
.feed-award .feed__item__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .feed-award .feed__item__info {
    flex-grow: 1;
    padding-right: 2em;
  }
}
.feed-award .feed__item__header {
  margin-top: 0.5em;
}
.feed-award .feed__item__header__date {
  display: block;
  margin-top: 0.5em;
}
.feed-award .feed__item__header__status {
  margin-top: 0.5em;
}
.feed-award .feed__item__header__status span.open:before {
  background-color: #4CAF50;
}
.feed-award .feed__item__header__status span.closed:before {
  background-color: #F44336;
}
.feed-award .feed__item__header__status span:before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 0.5em;
  width: 1em;
  position: relative;
  vertical-align: middle;
}
.feed-award .feed__item__link {
  margin-top: 1em;
}
@media screen and (min-width: 560px) {
  .feed-award .feed__item__image + * {
    margin-top: 0;
  }
}

.feed-options-subtitle {
  color: #446E5B;
  margin-top: 2.5em;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 960px) {
  .feed-options .feed-item {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
  }
}
.feed-options .feed-item-image {
  flex: 0 100%;
  flex-basis: auto;
  width: 100%;
  margin-top: 0.75rem;
  padding-right: 1.5em;
}
.feed-options .feed-item-image img {
  min-width: 6em;
  max-width: 50%;
  max-height: 8em;
  margin-left: 0;
}
@media screen and (min-width: 960px) {
  .feed-options .feed-item-image img {
    max-width: 100%;
  }
}

.feed-partners-filter .feed-inner {
  padding-top: 2rem !important;
}
@media screen and (min-width: 960px) {
  .feed-partners-filter .feed-inner {
    padding-top: 3rem !important;
  }
}
.feed-partners-filter .filters-grid-group {
  text-align: center;
}
.feed-partners-filter .filters-grid-group-buttons {
  width: 100%;
  text-align: center;
  margin-left: 0;
}
@media screen and (min-width: 960px) {
  .feed-partners-filter .filters-grid-group-buttons {
    width: 65%;
    text-align: left;
  }
}
.feed-partners-filter .filters-grid-group-dropdown {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 700px) {
  .feed-partners-filter .filters-grid-group-dropdown {
    width: 60%;
    margin: 1em auto 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .feed-partners-filter .filters-grid-group-dropdown {
    width: 30%;
    margin: 0;
  }
}
.feed-partners-filter .filters-grid-group input {
  display: inline-block;
  max-width: 300px;
  margin-left: 0.25rem;
}
.feed-partners-filter .filters-grid-group .button, .feed-partners-filter .filters-grid-group .filters-grid-group-summary-inner p a, .filters-grid-group-summary-inner p .feed-partners-filter .filters-grid-group a, .feed-partners-filter .filters-grid-group [type=button],
.feed-partners-filter .filters-grid-group [type=reset],
.feed-partners-filter .filters-grid-group [type=submit] {
  background-color: #446E5B;
  margin: 0 0.25rem 0.65rem;
  padding: 1em 1.5em 0.9em;
}
@media screen and (min-width: 960px) {
  .feed-partners-filter .filters-grid-group .button, .feed-partners-filter .filters-grid-group .filters-grid-group-summary-inner p a, .filters-grid-group-summary-inner p .feed-partners-filter .filters-grid-group a, .feed-partners-filter .filters-grid-group [type=button],
  .feed-partners-filter .filters-grid-group [type=reset],
  .feed-partners-filter .filters-grid-group [type=submit] {
    margin: 0 0.25rem;
  }
}
.feed-partners-filter .filters-grid-group .button:hover, .feed-partners-filter .filters-grid-group .filters-grid-group-summary-inner p a:hover, .filters-grid-group-summary-inner p .feed-partners-filter .filters-grid-group a:hover, .feed-partners-filter .filters-grid-group [type=button]:hover,
.feed-partners-filter .filters-grid-group [type=reset]:hover,
.feed-partners-filter .filters-grid-group [type=submit]:hover {
  background-color: #B92A3B;
}
.feed-partners-filter .filters-grid-group .button.is-checked, .feed-partners-filter .filters-grid-group .filters-grid-group-summary-inner p a.is-checked, .filters-grid-group-summary-inner p .feed-partners-filter .filters-grid-group a.is-checked, .feed-partners-filter .filters-grid-group .is-checked[type=button],
.feed-partners-filter .filters-grid-group .is-checked[type=reset],
.feed-partners-filter .filters-grid-group .is-checked[type=submit] {
  background-color: #003A65;
}
.feed-partners-filter .filters-grid-group .button.is-checked:hover, .feed-partners-filter .filters-grid-group .filters-grid-group-summary-inner p a.is-checked:hover, .filters-grid-group-summary-inner p .feed-partners-filter .filters-grid-group a.is-checked:hover, .feed-partners-filter .filters-grid-group .is-checked[type=button]:hover,
.feed-partners-filter .filters-grid-group .is-checked[type=reset]:hover,
.feed-partners-filter .filters-grid-group .is-checked[type=submit]:hover {
  background-color: #B92A3B;
}
.feed-partners-filter .filters-grid-group .filter-std__item,
.feed-partners-filter .filters-grid-group .filter-std__item--select {
  text-align: left;
  display: inline-block;
}
.feed-partners-filter .filters-grid-group .button.is-checked, .feed-partners-filter .filters-grid-group .filters-grid-group-summary-inner p a.is-checked, .filters-grid-group-summary-inner p .feed-partners-filter .filters-grid-group a.is-checked, .feed-partners-filter .filters-grid-group .is-checked[type=button],
.feed-partners-filter .filters-grid-group .is-checked[type=reset],
.feed-partners-filter .filters-grid-group .is-checked[type=submit] {
  box-shadow: none;
}
.feed-partners-filter .filters-grid-group .chosen-container-single {
  background-image: url("../images/select-arrow.svg");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 100% !important;
}
.feed-partners-filter .filters-grid-group .chosen-container-single .chosen-single {
  background: none;
  padding-left: 15px;
}
.feed-partners-filter .filters-grid-group .chosen-container-single .chosen-search input[type=text] {
  max-width: 100%;
}
.feed-partners-filter-grid {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  margin-top: 3rem;
  min-height: 50vh;
}
.feed-partners-filter-grid .element-item {
  cursor: pointer;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 50%;
  width: 50%;
  margin-top: auto;
  padding: 2em;
  height: 6rem;
  background: #FFFFFF;
}
@media screen and (min-width: 560px) {
  .feed-partners-filter-grid .element-item {
    height: 12rem;
    padding: 4em 3em;
  }
}
.feed-partners-filter-grid .element-item p {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.feed-partners-filter-grid .element-item img {
  max-height: 8rem;
  display: block;
  transition: 0.5s;
}
.feed-partners-filter-grid .element-item img:hover {
  transform: scale(1.05, 1.05);
}
@media screen and (min-width: 960px) {
  .feed-partners-filter-grid .element-item {
    flex: 0 33.33%;
    width: 33.33%;
  }
}
@media screen and (min-width: 960px) {
  .feed-partners-filter-grid .element-item {
    flex: 0 25%;
    width: 25%;
  }
}

.filters-grid-group-summary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #003A65;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  opacity: 0;
  padding: 5em 2em 3em;
  text-align: center;
  width: 80%;
  z-index: 10;
}
@media screen and (min-width: 700px) {
  .filters-grid-group-summary {
    padding: 5em;
  }
}
@media screen and (min-width: 960px) {
  .filters-grid-group-summary {
    width: 50%;
  }
}
.filters-grid-group-summary.active-partner {
  opacity: 1;
  visibility: visible;
}
.filters-grid-group-summary .group-summary-close {
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  right: 2em;
  top: 2em;
  z-index: 20;
}
.filters-grid-group-summary .group-summary-close:hover {
  color: #B92A3B;
}
.filters-grid-group-summary-inner {
  display: block;
  margin-top: 0;
  position: relative;
  z-index: 11;
}
.filters-grid-group-summary-inner h3 {
  color: #FFFFFF;
  font-size: 1.3em;
}
@media screen and (min-width: 560px) {
  .filters-grid-group-summary-inner h3 {
    font-size: 1.5em;
  }
}
.filters-grid-group-summary-inner p {
  color: White;
  font-size: 0.9em;
  font-weight: 700;
  margin-top: 0;
  padding-top: 1em;
}
@media screen and (min-width: 560px) {
  .filters-grid-group-summary-inner p {
    font-size: 1em;
  }
}
.filters-grid-group-summary-inner p a:hover {
  background-color: #FFFFFF;
  color: #B92A3B;
}

.feed-with-sidebar {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 960px) {
  .feed-with-sidebar {
    flex-direction: row;
    margin-top: 4em;
  }
}
.feed-with-sidebar .sidebar {
  order: 1;
  padding: 2em 0 0;
}
@media screen and (min-width: 960px) {
  .feed-with-sidebar .sidebar-block {
    padding-right: 0;
    padding-left: 4em;
  }
}
@media screen and (min-width: 960px) {
  .feed-with-sidebar-main {
    max-width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .feed-with-sidebar-main {
    max-width: 60%;
  }
}
.feed-with-sidebar-main .feed-item {
  flex-wrap: wrap;
}
.feed-with-sidebar-main .feed-item:first-of-type {
  border-top: 0;
  margin-top: 3em;
  padding-top: 0;
}
.feed-with-sidebar-main .feed-item-image {
  margin-top: 2em !important;
}

.has-listing .container {
  padding: 0;
}
.has-listing .container .feed-inner {
  padding: 0;
}
.has-listing .container .feed-inner .filter-std {
  padding-top: 1em;
}
.has-listing .container .feed-inner .filter-std .filter-std__row {
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  .has-listing .container .feed-inner .filter-std .filter-std__row {
    flex-wrap: nowrap;
  }
}
.has-listing .container .feed-inner .filter-std .filter-std__item--select {
  margin: 0;
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .has-listing .container .feed-inner .filter-std .filter-std__item--select {
    width: 300px;
    margin: 0 0.5em;
  }
}
.has-listing .container .feed-inner .filter-std .filter-std__item--button {
  margin: 0;
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .has-listing .container .feed-inner .filter-std .filter-std__item--button {
    width: 300px;
    margin: 0 0.5em;
  }
}
.has-listing .container .feed-inner .feed-item {
  flex-wrap: wrap;
}
.has-listing .container .feed-inner .feed-item a {
  text-decoration: none;
}
.has-listing .container .feed-inner .feed-item:first-of-type {
  border-top: 0;
  margin-top: 3em;
  padding-top: 0;
}
.has-listing .container .feed-inner .feed-item-info p {
  margin-bottom: 0;
}
.has-listing .container .feed-inner .feed-item-image {
  margin-top: 0 !important;
  max-height: 300px;
  overflow: hidden;
}
.has-listing .container .feed-inner .feed-item-image img {
  border-radius: 0;
  margin-left: 0;
  max-width: 100%;
  padding: 0;
}
@media screen and (min-width: 560px) {
  .has-listing .container .feed-inner .feed-item-image img {
    max-width: 70%;
  }
}

/* ++++++++++++++++++
+++ LAYOUT: CARDS +++
++++++++++++++++++ */
.cards {
  margin-top: -1em;
  max-width: 80em;
}
.cards--fullwidth {
  max-width: 100em;
}
.cards {
  position: relative;
  width: 100%;
}
* + .cards {
  margin-top: 0;
}
.cards > * {
  flex: 0 100%;
  max-width: 100%;
  float: left;
  margin: 1em 0 0;
  padding: 0 1rem;
}
@media screen and (min-width: 560px) {
  .cards > * {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .cards > * {
    flex: 0 33.33%;
    max-width: 33.33%;
  }
  .cards > *:nth-last-child(3n+1):first-child .card {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 0;
  }
  .cards > *:nth-last-child(3n+1):first-child .card-image {
    flex: 1 50%;
  }
  .cards > *:nth-last-child(3n+1):first-child .card-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .cards > *:nth-last-child(3n+1):first-child .card-wrap {
    flex: 1 50%;
    margin: 0;
    padding: 2em;
  }
}
@media screen and (min-width: 1280px) {
  .cards {
    margin-top: -2em;
    padding: 0 1em;
  }
  * + .cards {
    margin-top: -1em;
  }
  .cards > * {
    margin-top: 2em;
    padding: 0 1em;
  }
  .cards > *:nth-last-child(3n+1):first-child .card-header-title {
    font-size: 2.5em;
  }
}

.cards-slider .section-header {
  margin-top: 1.5em;
  text-align: left;
}
.cards-slider .section-header + .container {
  max-width: 82rem;
  padding: 0 0.6666666667em;
}
.cards-slider .section-header-title {
  padding-bottom: 1.5rem;
}
.cards-slider .section-header-title, .cards-slider .section-header-summary {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .cards-slider .section-header-title, .cards-slider .section-header-summary {
    margin: 0 auto 0;
    width: 66.66%;
  }
}
.cards-slider .section-header-title + .section-header-summary, .cards-slider .section-header-summary + .section-header-summary {
  padding: 0 0 1em;
}
.cards-slider .cards {
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .cards-slider .cards {
    padding: 1em 1em 0 0;
  }
}
.cards-slider .cards > * {
  float: none;
}
.cards-slider .cards .slick-list {
  margin: 0;
  max-width: 100%;
  padding-right: 8em;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .cards-slider .cards .slick-list {
    padding-right: 0;
  }
}
.cards-slider .cards .slick-track {
  flex-wrap: nowrap;
}
.cards-slider .cards .slick-slide {
  margin-top: 1em;
}
.cards-slider .cards .slick-slide div:first-child {
  height: 100%;
}
.cards-slider .cards .slick-slide article {
  display: flex !important;
  height: 100%;
}
.cards-slider .cards .slick-slide .joinitem {
  align-content: flex-start;
  margin: 0 1em;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  width: 100%;
}
.cards-slider .cards .slick-slide .joinitem.hovered .joinitem-title a {
  color: #B92A3B;
}
.cards-slider .cards .slick-slide .joinitem.hovered .joinitem-image img {
  transform: scale(1.1);
}
.cards-slider .cards .slick-slide .joinitem.hovered .joinitem-image:after {
  background-color: #003A65;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.250001 5.9375L5.75 0.687499C6.0625 0.406249 6.53125 0.406249 6.8125 0.718749C7.09375 1.03125 7.09375 1.5 6.78125 1.78125L2.625 5.75L13.25 5.75C13.6875 5.75 14 6.0625 14 6.5C14 6.90625 13.6875 7.25 13.25 7.25L2.625 7.25L6.78125 11.1875C7.09375 11.4687 7.09375 11.9687 6.8125 12.25C6.53125 12.5625 6.03125 12.5625 5.75 12.2812L0.250001 7.03125C0.0937506 6.875 5.95568e-07 6.6875 6.11959e-07 6.5C6.31083e-07 6.28125 0.0937506 6.09375 0.250001 5.9375Z' fill='white'/%3E%3C/svg%3E%0A");
}
.cards-slider .cards .slick-slide .joinitem-image {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 560px) {
  .cards-slider .cards .slick-slide .joinitem-image {
    aspect-ratio: 4/3;
  }
}
.cards-slider .cards .slick-slide .joinitem-image:has(.popup-video):after {
  display: none;
}
.cards-slider .cards .slick-slide .joinitem-image img {
  border-top: 0;
}
.cards-slider .cards .slick-slide .joinitem-image:after {
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.250001 5.9375L5.75 0.687499C6.0625 0.406249 6.53125 0.406249 6.8125 0.718749C7.09375 1.03125 7.09375 1.5 6.78125 1.78125L2.625 5.75L13.25 5.75C13.6875 5.75 14 6.0625 14 6.5C14 6.90625 13.6875 7.25 13.25 7.25L2.625 7.25L6.78125 11.1875C7.09375 11.4687 7.09375 11.9687 6.8125 12.25C6.53125 12.5625 6.03125 12.5625 5.75 12.2812L0.250001 7.03125C0.0937506 6.875 5.95568e-07 6.6875 6.11959e-07 6.5C6.31083e-07 6.28125 0.0937506 6.09375 0.250001 5.9375Z' fill='%232B70A3'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 100%;
  bottom: 1em;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 1em;
  transform: scale(-1);
  width: 40px;
}
.cards-slider .cards .slick-slide .joinitem-wrap {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.cards-slider .cards .slick-slide .joinitem-title a {
  color: #003A65;
  font-size: large;
}
@media screen and (min-width: 700px) {
  .cards-slider .cards .slick-slide .joinitem-title a {
    font-size: unset;
  }
}
.cards-slider .cards .slick-slide .joinitem-title .popup-video {
  background-image: none;
  background-color: transparent;
  border-radius: 0;
  bottom: auto;
  display: inline-block;
  height: auto;
  padding: 0;
  position: relative;
  right: auto;
  width: auto;
  z-index: 2;
}
.cards-slider .cards .slick-slide .joinitem-summary p {
  font-size: 1rem;
}
.cards-slider .cards .slick-slide .joinitem-transcript {
  text-decoration: underline;
}

.popup-video {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.0788 13.5289L2.41655 0.177724C1.89586 -0.0826231 1.28838 -0.0559205 0.794392 0.251156C0.3004 0.558232 0 1.09228 0 1.67305V28.3753C0 28.9561 0.3004 29.4901 0.794392 29.7972C1.06141 29.9641 1.36849 30.0442 1.66889 30.0442C1.92256 30.0442 2.18291 29.9841 2.41655 29.8706L29.0788 16.5195C29.6462 16.2391 30 15.6584 30 15.0242C30 14.39 29.6462 13.8159 29.0788 13.5289Z' fill='%23003A65'/%3E%3C/svg%3E%0A");
  background-color: #FFFFFF;
  border-radius: 100%;
  background-position: left 14px center;
  background-repeat: no-repeat;
  background-size: 16px;
  bottom: 1em;
  display: inline-block;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 1em;
  width: 40px;
  z-index: 2;
}
.popup-video:hover {
  background-color: #003A65;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.0788 13.5289L2.41655 0.177724C1.89586 -0.0826231 1.28838 -0.0559205 0.794392 0.251156C0.3004 0.558232 0 1.09228 0 1.67305V28.3753C0 28.9561 0.3004 29.4901 0.794392 29.7972C1.06141 29.9641 1.36849 30.0442 1.66889 30.0442C1.92256 30.0442 2.18291 29.9841 2.41655 29.8706L29.0788 16.5195C29.6462 16.2391 30 15.6584 30 15.0242C30 14.39 29.6462 13.8159 29.0788 13.5289Z' fill='white'/%3E%3C/svg%3E%0A");
}
.popup-video:after {
  display: none;
}
.popup-video .icon {
  display: none;
}

.card {
  width: 100%;
}
.card-image {
  border-top: 10px solid #B5A269;
  display: block;
}
.card-image img {
  border-radius: 0;
  width: 100%;
}
.card-wrap {
  background-color: #FFFFFF;
  margin: 0;
  padding: 1em;
}
.card-header {
  margin-top: 0;
}
.card-header-date {
  display: block;
  margin-top: 0.5em;
}

.profile, .event {
  width: 100%;
  margin-top: 2rem;
}
.profile-image, .event-image {
  width: 250px;
  height: 250px;
}
@media screen and (min-width: 560px) {
  .profile-image, .event-image {
    width: 300px;
    height: 300px;
  }
}
.profile-image, .event-image {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.profile-image img, .event-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.profile-info, .event-info {
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
}
.profile-country, .profile-start, .event-country, .event-start {
  margin: 1rem 0;
  display: block;
  color: #8A690F;
}
.profile-intro, .event-intro {
  margin-top: 0.5rem;
}
.profile-summary, .event-summary {
  margin-top: 1rem;
}
.profile-link, .event-link {
  margin-top: 2rem;
}

.event-image img {
  object-fit: cover;
}

.chevening-blue .joinitem-image img {
  border-top-color: #003A65;
}
.chevening-blue .joinitem-title a {
  color: #003A65;
}

.chevening-red .joinitem-image img {
  border-top-color: #B92A3B;
}
.chevening-red .joinitem-title a {
  color: #B92A3B;
}
.chevening-red .joinitem-title a:hover {
  color: #003A65;
}

.scholarships-blue .joinitem-image img {
  border-top-color: #84A2BD;
}
.scholarships-blue .joinitem-title a {
  color: #5A6D80;
}

.fellowships-red .joinitem-image img {
  border-top-color: #EE998C;
}
.fellowships-red .joinitem-title a {
  color: #A14D41;
}
.fellowships-red .joinitem-title a:hover {
  color: #003A65;
}

.alumni-sand .joinitem-image img {
  border-top-color: #B5A269;
}
.alumni-sand .joinitem-title a {
  color: #836B37;
}

.joinitem {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .joinitem {
    margin-bottom: 0;
  }
}
.joinitem-image {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
}
.joinitem-image img {
  border-top: 12px solid #92AC9F;
  display: block;
  width: 100%;
  margin-top: 0;
  height: 100%;
  object-fit: cover;
}
.joinitem-wrap {
  background-color: #FFFFFF;
  border-bottom: 2px solid #CCCCCC;
  margin: 0;
  padding: 1em 1em 2em 1em;
  text-align: center;
}
.joinitem-wrap .button, .joinitem-wrap [type=button],
.joinitem-wrap [type=reset],
.joinitem-wrap [type=submit], .joinitem-wrap .filters-grid-group-summary-inner p a, .filters-grid-group-summary-inner p .joinitem-wrap a {
  margin-top: 2em;
}
@media screen and (min-width: 960px) {
  .joinitem-wrap {
    background-color: transparent;
    border-bottom: 0;
  }
}
.joinitem-title {
  margin-top: 1em;
  text-transform: uppercase;
}
.joinitem-title a {
  color: #446E5B;
}
.joinitem-title a:hover {
  color: #B92A3B;
}
.joinitem-country {
  color: #B5A269;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8em;
  font-weight: 700;
}
.joinitem-intro {
  font-size: 0.8em;
  font-weight: 700;
  margin-top: 0.5em;
}
@media screen and (min-width: 560px) {
  .joinitem-intro {
    margin-top: 0.5555555556em;
  }
}
.joinitem-summary {
  margin-top: 2em;
}
@media screen and (min-width: 560px) {
  .joinitem-summary {
    margin-top: 0.5555555556em;
  }
}
.joinitem-summary {
  margin-bottom: 1em;
}
.joinitem-link {
  margin-top: 2em;
}
@media screen and (min-width: 560px) {
  .joinitem-link {
    margin-top: 0.5555555556em;
  }
}
.joinitem {
  /*
      &:first-of-type{
          &-image{
              img{
                  border-top:12px solid $color-gold;
              }
          }
          .joinitem-title{
              a{
                  color:$color-gold;
              }
          }
      }
      &:last-of-type{
          img{
              border-top:12px solid $color-green;
          }
          .joinitem-title{
              a{
                  color:$color-green;
              }
          }
      }
  */
}

/* ++++++++++++++++++++
+++ LAYOUT: FILTERS +++
++++++++++++++++++++ */
.filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .filter {
    flex-direction: row;
  }
}
.filter-block {
  margin: 0;
  margin-top: 1em;
  position: relative;
  width: 100%;
  padding-top: 1em;
}
@media screen and (min-width: 960px) {
  .filter-block {
    width: auto;
    margin-top: 0;
    padding-right: 1em;
  }
  .filter-block:last-of-type {
    padding-right: 0;
  }
}
.filter-block label {
  position: absolute;
  top: 0;
  left: 0;
}
.filter-block--input {
  flex-grow: 1;
}
.filter-block--submit {
  flex-shrink: 0;
  display: flex;
}

/* +++++++++++++++++++++++++++
+++ LAYOUT: MEDIA BLOCK(S) +++
+++++++++++++++++++++++++++ */
.media-block {
  color: #FFFFFF;
  max-width: none;
  padding: 0;
  margin: 0;
  background-color: #003A65;
}
.media-block-image {
  padding: 0;
  margin: 0;
}
.media-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  border-radius: 4px;
}
.media-block-content {
  padding: 0;
  margin: 4em 2em 6em;
}
@media screen and (min-width: 960px) {
  .media-block-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4em;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .media-block-inner {
    max-width: 600px;
    margin: 0;
  }
}
.media-block-title {
  text-transform: uppercase;
  margin: 0;
  font-size: 2em;
}
.media-block-title a {
  display: block;
  margin: 0;
  color: #FFFFFF;
}
.media-block-title a:hover {
  color: #B5A269;
}
.media-block-tagline {
  display: block;
  margin: 0;
  font-size: 3em;
}
@media (prefers-reduced-motion: reduce) {
  .media-block-tagline {
    font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  }
}
.media-block-link {
  color: #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
}
.media-block-link:hover {
  color: #FFFFFF;
}

.media-blocks .section:nth-of-type(odd) .media-block {
  background-color: #B92A3B;
}
@media screen and (min-width: 960px) {
  .media-blocks .section:nth-of-type(odd) .media-block {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 960px) {
  .media-blocks .section:nth-of-type(odd) .media-block-content {
    justify-content: flex-end;
  }
}

/* +++++++++++++++++++++++
+++ LAYOUT: STATISTICS +++
+++++++++++++++++++++++ */
.statistic {
  text-align: center;
  text-align: center;
}
.statistic-value {
  font-size: 4em;
}
@media screen and (min-width: 960px) {
  .statistic-value {
    font-size: 7em;
  }
}
.statistic-value {
  font-weight: 700;
  color: #B92A3B;
}
.statistic-title {
  margin-top: 1em;
  font-size: 1.2em;
  font-weight: 700;
  max-width: 20em;
}

/* +++++++++++++++++++++++
+++ LAYOUT: NEWSLETTER +++
+++++++++++++++++++++++ */
.newsletter {
  color: #FFFFFF;
}
.newsletter-title {
  display: block;
}
.newsletter-block {
  text-align: left;
}
.newsletter-submit {
  cursor: pointer;
}
@media screen and (min-width: 560px) {
  .newsletter-field {
    width: auto;
  }
  .newsletter-block {
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}

/* ++++++++++++++++++++
+++ LAYOUT: GALLERY +++
++++++++++++++++++++ */
.gallery {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
}
.gallery-thumb {
  flex: 0 50%;
  flex-basis: auto;
  margin: 0;
  padding: 1rem;
  width: 50%;
}
.gallery-thumb:nth-last-child(odd):first-child {
  flex: 1 100%;
}
.gallery-thumb a {
  display: block;
  overflow: hidden;
}
.gallery-thumb-image {
  display: block;
  transition: 0.8s;
  width: 100%;
  height: 100%;
}
.gallery-thumb-image:hover {
  transform: scale(1.05, 1.05);
}
@media screen and (min-width: 560px) {
  .gallery-thumb {
    flex: 1 33.33%;
    width: 33.33%;
    flex-basis: auto;
  }
  .gallery-thumb:nth-last-child(odd):first-child {
    flex: 1 33.33%;
    width: 33.33%;
    flex-basis: auto;
  }
  .gallery-thumb:nth-last-child(3n+1):first-child, .gallery-thumb:nth-last-child(3n+1):first-child + *, .gallery-thumb:nth-last-child(3n+2):first-child, .gallery-thumb:nth-last-child(3n+2):first-child + * {
    flex: 1 50%;
    width: 50%;
    flex-basis: auto;
  }
}
@media screen and (min-width: 960px) {
  .gallery-thumb {
    flex: 0 25%;
    width: 25%;
    flex-basis: auto;
  }
  .gallery-thumb:nth-last-child(4n+7):first-child, .gallery-thumb:nth-last-child(4n+7):first-child + *, .gallery-thumb:nth-last-child(4n+7):first-child + * + *, .gallery-thumb:nth-last-child(3n):first-child, .gallery-thumb:nth-last-child(3n):first-child ~ * {
    flex: 1 33.33%;
    width: 33.33%;
    flex-basis: auto;
  }
  .gallery-thumb:nth-last-child(4n):first-child, .gallery-thumb:nth-last-child(4n):first-child ~ * {
    flex: 1 25%;
    width: 25%;
    flex-basis: auto;
  }
  .gallery-thumb:nth-last-child(5n):first-child, .gallery-thumb:nth-last-child(5n):first-child ~ * {
    flex: 1 20%;
    width: 20%;
    flex-basis: auto;
  }
}

.strp-window {
  background: #333333;
  color: #FFFFFF;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: fixed;
  width: 0;
}
.strp-window * + * {
  margin: auto;
}

.strp-spinner-move {
  margin: auto;
}
.strp-spinner-move * + * {
  margin: auto;
}

.strp-window.strp-vertical {
  height: 0;
  width: 100%;
}

.strp-window {
  margin-left: 40px;
}

.strp-window.strp-vertical {
  margin-left: 0;
  margin-bottom: 40px;
}

@media all and (max-width: 414px) and (orientation: portrait), all and (max-width: 736px) and (max-height: 414px) {
  .strp-window.strp-horizontal {
    min-width: 100%;
  }
}
@media all and (max-height: 414px) and (orientation: landscape), all and (max-height: 736px) and (max-width: 414px) {
  .strp-window.strp-vertical {
    min-height: 100%;
  }
}
.strp-window,
.strp-spinner-move {
  z-index: 99999;
}

/* reset box-sizing */
.strp-window,
.strp-window [class^=strp-],
.strp-spinner-move,
.strp-spinner-move [class^=strp-] {
  box-sizing: border-box;
}

.strp-window {
  transform: translateZ(0px);
}

.strp-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.strp-pages {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.strp-side-right {
  top: 0;
  right: 0;
}

.strp-side-right .strp-pages {
  top: 0;
  right: 0;
}

.strp-side-right .strp-page {
  top: 0;
  right: 0;
}

.strp-side-right .strp-close {
  top: 0;
  right: 0;
}

.strp-side-left {
  top: 0;
  left: 0;
}

.strp-side-left .strp-pages {
  top: 0;
  left: 0;
}

.strp-side-left .strp-page {
  top: 0;
  left: 0;
}

.strp-side-left .strp-close {
  top: 0;
  right: 0;
}

.strp-side-top {
  top: 0;
  left: 0;
}

.strp-side-top .strp-pages {
  top: 0;
  left: 0;
}

.strp-side-top .strp-page {
  top: 0;
  left: 0;
}

.strp-side-top .strp-close {
  top: 0;
  right: 0;
}

.strp-side-bottom {
  bottom: 0;
  left: 0;
}

.strp-side-bottom .strp-pages {
  bottom: 0;
  left: 0;
}

.strp-side-bottom .strp-page {
  bottom: 0;
  left: 0;
}

.strp-side-bottom .strp-close {
  top: 0;
  right: 0;
}

.strp-page {
  height: 100%;
  position: absolute;
  width: 100%;
}

.strp-container {
  -moz-user-select: none;
  -webkit-user-select: none;
  background: #292929;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  user-select: none;
}

.strp-no-overlap .strp-container {
  padding: 48px 72px;
}

.strp-no-overlap.strp-no-sides .strp-container {
  padding: 48px 0;
}

.strp-vertical .strp-no-overlap .strp-container {
  padding: 0 72px;
}

.strp-vertical .strp-no-overlap.strp-no-sides .strp-container {
  padding: 0 48px;
}

.strp-hovering-clickable .strp-container {
  cursor: pointer;
}

.strp-content-element {
  left: 50%;
  position: absolute;
  top: 50%;
}

.strp-content-element iframe {
  float: left;
  height: 100%;
  width: 100%;
}

.strp-container img {
  display: inline-block;
  vertical-align: middle;
}

.strp-info {
  -webkit-text-size-adjust: none;
  background: #262626;
  bottom: 0;
  color: #E6E6E6;
  font-size: 0.9rem;
  left: 0;
  line-height: 1.5;
  position: absolute;
  text-size-adjust: none;
  width: 100%;
}

.strp-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto;
}

.strp-caption {
  display: inline;
  white-space: wrap;
  width: auto;
}

.strp-position {
  color: #B3B3B3;
  float: right;
  line-height: 21px;
  margin-left: 15px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  white-space: nowrap;
}

.strp-info a,
.strp-info a:hover {
  background: none;
  border: 0;
  color: #CCCCCC;
  text-decoration: underline;
}

.strp-info a:hover {
  color: #F2F2F2;
}

.strp-nav {
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  height: 24px;
  margin-top: -12px;
  margin: 0 9px;
  position: absolute;
  top: 50%;
  user-select: none;
  width: 24px;
}

.strp-nav-previous {
  left: 0;
}

.strp-nav-next {
  right: 0;
  left: auto;
}

.strp-nav-disabled {
  cursor: default;
}

.strp-nav-button {
  float: left;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.strp-close {
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  height: 48px;
  position: absolute;
  user-select: none;
  width: 48px;
}
.strp-close .icon {
  top: 12px;
  left: 12px;
  position: absolute;
  width: 48px;
  height: 48px;
}

.strp-has-error .strp-container {
  background-color: #F44336;
}

.strp-error {
  background-image: url("../images/strip-skins/strip/error.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 240px;
  left: 50%;
  margin-left: -120px;
  margin-top: -120px;
  position: absolute;
  top: 50%;
  width: 240px;
}

.strp-no-svg .strp-error {
  background-image: url("../images/strip-skins/strip/error.png");
}

.strp-spinner-move {
  height: 48px;
  overflow: visible !important;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 0;
}

.strp-spinner-move.strp-vertical {
  width: 48px;
  height: 0;
}

.strp-spinner {
  float: left;
  height: 48px;
  position: relative;
  width: 48px;
}

.strp-spinner-move.strp-side-top {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.strp-spinner-move.strp-side-bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.strp-spinner-move.strp-side-right .strp-spinner {
  margin-left: -48px;
}

.strp-spinner-move.strp-side-left .strp-spinner {
  margin-right: -48px;
  float: right;
}

.strp-spinner-move.strp-side-bottom .strp-spinner {
  margin-top: -48px;
}

.strp-spinner-move.strp-side-top .strp-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -48px;
}

@-moz-keyframes strp-spinner-spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes strp-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes strp-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.strp-spinner-rotate,
.strp-spinner-frame {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.strp-spinner-line {
  border-radius: 1px;
  color: inherit; /* color of the dots, inherited from text on the page */
  height: 3px;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 15px;
  width: 2px;
  z-index: 80; /* amount of lines, removed later on */
}

.strp-window-skin-strip .strp-nav-button-background {
  background-color: transparent;
}

.strp-window-skin-strip .strp-nav-previous .strp-nav-button-icon {
  background-image: url("../images/strip-skins/strip/previous.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.strp-window-skin-strip .strp-nav-next .strp-nav-button-icon {
  background-image: url("../images/strip-skins/strip/next.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.strp-window-skin-strip.strp-no-svg .strp-nav-previous .strp-nav-button-icon {
  background-image: url("../images/strip-skins/strip/previous-faded.png");
  opacity: 1;
}

.strp-window-skin-strip.strp-no-svg .strp-nav-next .strp-nav-button-icon {
  background-image: url("../images/strip-skins/strip/next-faded.png");
  opacity: 1;
}

.strp-window-skin-strip .strp-nav .strp-nav-button-icon {
  opacity: 0.6;
} /* normal state */
.strp-window-skin-strip.strp-mobile-touch .strp-nav .strp-nav-button-icon {
  opacity: 1;
} /* mobile-touch always has normal states at full opacity */
.strp-window-skin-strip .strp-nav:hover .strp-nav-button-icon,
.strp-window-skin-strip .strp-nav-hover .strp-nav-button-icon {
  opacity: 1;
}

.strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-previous:hover .strp-nav-button-icon,
.strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-previous .strp-nav-button-icon {
  background-image: url("../images/strip-skins/strip/previous.png");
}

.strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-next:hover .strp-nav-button-icon,
.strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-next .strp-nav-button-icon {
  background-image: url("../images/strip-skins/strip/next.png");
}

@media all and (max-width: 375px) and (orientation: portrait), all and (max-height: 375px) and (max-width: 667px) {
  .strp-window-skin-strip .strp-nav {
    height: 60px;
    margin-top: -30px;
    margin: 0 5px;
    width: 48px;
  }
  .strp-window-skin-strip .strp-nav-previous .strp-nav-button-icon {
    background-image: url("../images/strip-skins/strip/previous-small.svg");
  }
  .strp-window-skin-strip .strp-nav-next .strp-nav-button-icon {
    background-image: url("../images/strip-skins/strip/next-small.svg");
  }
  .strp-window-skin-strip.strp-no-svg .strp-nav-previous .strp-nav-button-icon {
    background-image: url("../images/strip-skins/strip/previous-small-faded.png");
  }
  .strp-window-skin-strip.strp-no-svg .strp-nav-next .strp-nav-button-icon {
    background-image: url("../images/strip-skins/strip/next-small-faded.png");
  }
  .strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-previous:hover .strp-nav-button-icon,
  .strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-previous .strp-nav-button-icon {
    background-image: url("../images/strip-skins/strip/previous-small.png");
  }
  .strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-next:hover .strp-nav-button-icon,
  .strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-next .strp-nav-button-icon {
    background-image: url("../images/strip-skins/strip/next-small.png");
  }
  .strp-no-overlap .strp-container {
    padding: 48px 58px;
  }
  .strp-no-overlap.strp-no-sides .strp-container {
    padding: 48px 0;
  }
  .strp-vertical .strp-no-overlap .strp-container {
    padding: 0 58px;
  }
  .strp-vertical .strp-no-overlap.strp-no-sides .strp-container {
    padding: 0 48px;
  }
}
.strp-window-skin-strip .strp-close .strp-close-icon {
  background-image: url("../images/strip-skins/strip/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  width: 48px;
  height: 48px;
}

.strp-window-skin-strip .strp-close:hover .strp-close-icon {
  opacity: 1;
}

.strp-window-skin-strip.strp-mobile-touch .strp-close .strp-close-icon,
.strp-window-skin-strip.strp-mobile-touch .strp-close:hover .strp-close-icon {
  opacity: 1;
}

.strp-window-skin-strip.strp-no-svg .strp-close .strp-close-icon {
  background-image: url("../images/strip-skins/strip/close.png");
  opacity: 1;
}

/* +++++++++++++++++++
+++ LAYOUT: EXPAND +++
+++++++++++++++++++ */
.expand-check ~ div {
  display: none;
}
.expand-check:checked ~ div {
  display: block;
}

.expand-trigger {
  cursor: pointer;
  margin-top: 0;
}
.expand-trigger .icon {
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.expand-check:checked ~ .expand-trigger .icon {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* +++++++++++++++++++++++++++
+++ LAYOUT: SECTION LINKS +++
+++++++++++++++++++++++++++ */
.section-links {
  position: relative;
}
.section-links-heading {
  color: #003A65;
  font-size: 1.2em;
  margin-top: 0;
}
.section-links .section-list-block, .section-links ul .page_item {
  height: 0;
  margin: 0;
  overflow: hidden;
}
.section-links .section-list-block:first-of-type, .section-links ul .page_item:first-of-type, .section-links .section-list-block:nth-of-type(2), .section-links ul .page_item:nth-of-type(2), .section-links .section-list-block:nth-of-type(3), .section-links ul .page_item:nth-of-type(3) {
  border-bottom: 1px solid rgba(0, 58, 101, 0.4);
  height: auto;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.section-links .section-list-block:first-of-type, .section-links ul .page_item:first-of-type {
  border-top: 1px solid rgba(0, 58, 101, 0.4);
}
@media screen and (min-width: 960px) {
  .section-links .section-list-block:nth-of-type(2), .section-links ul .page_item:nth-of-type(2) {
    border-top: 1px solid rgba(0, 58, 101, 0.4);
  }
}
@media screen and (min-width: 960px) {
  .section-links .section-list-block, .section-links ul .page_item {
    float: left;
    width: 48%;
  }
  .section-links .section-list-block:nth-child(odd), .section-links ul .page_item:nth-child(odd) {
    float: right;
  }
  .section-links .section-list-block:first-of-type, .section-links ul .page_item:first-of-type, .section-links .section-list-block:nth-of-type(2), .section-links ul .page_item:nth-of-type(2), .section-links .section-list-block:nth-of-type(3), .section-links ul .page_item:nth-of-type(3), .section-links .section-list-block:nth-of-type(4), .section-links ul .page_item:nth-of-type(4) {
    border-bottom: 1px solid rgba(0, 58, 101, 0.4);
    height: auto;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }
}
.section-links .section-list-block-link, .section-links ul .page_item a {
  color: #333333;
  line-height: 1.2;
}
.section-links .section-list-block-link:hover, .section-links ul .page_item a:hover {
  color: #003A65;
}
.section-links .section-list-block.current .section-list-block-link, .section-links .section-list-block.current ul .page_item a, .section-links ul .page_item .section-list-block.current a, .section-links ul .current.page_item .section-list-block-link, .section-links ul .current.page_item a {
  color: #003A65;
  cursor: default;
  font-weight: 700;
}
.section-links.on .section-links-more:after {
  content: "Hide";
}
.section-links.on .section-links-more .icon.up {
  display: block;
}
.section-links.on .section-links-more .icon.down {
  display: none;
}
.section-links.on .section-list-block, .section-links.on ul .page_item {
  border-bottom: 1px solid rgba(0, 58, 101, 0.4);
  height: auto;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.section-links-more {
  display: inline-block;
  font-size: 1em;
  left: 150px;
  margin: 0;
  padding: 3px 1.5em 0 0;
  position: absolute;
  text-align: center;
  top: 1px;
}
.section-links-more:after {
  content: "More";
}
.section-links-more:hover {
  border-color: rgb(0, 22.8554455446, 39.8);
  text-decoration: underline;
}
.section-links-more .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.section-links-more .icon.up {
  display: none;
}
.section-links-more .icon.down {
  display: block;
}
.section-links-more-outer {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

/* +++++++++++++++++
+++ LAYOUT: FORM +++
+++++++++++++++++ */
.form {
  margin-top: -4em;
}
.form form {
  margin: 0;
  max-width: 40em;
}
.form-summary {
  margin-top: 2em;
}
.form form {
  margin-top: 2em;
}
.form fieldset {
  margin-top: 4em;
}
.form input[type=color] {
  width: 50px;
  height: 50px;
}
.form button,
.form [type=button],
.form [type=reset],
.form [type=submit] {
  margin-top: 2em;
}

/* +++++++++++++++++++++
+++ LAYOUT: TIMELINE +++
+++++++++++++++++++++ */
@media screen and (min-width: 960px) {
  .current-button {
    background-color: #B92A3B;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    border: 1px;
    padding: 1em 3em;
    position: relative;
    width: 250px;
    text-align: center;
    z-index: 2;
  }
  .current-button:hover {
    background-color: #003A65;
    color: #FFFFFF;
  }
}

.timeline {
  margin: 0;
  margin-bottom: 4em;
  height: auto;
  position: relative;
}
.timeline-line {
  display: none;
  position: absolute;
  width: 2px;
  background-color: #B5A269;
  left: calc(50% - 1px);
  top: 4em;
  height: calc(100% - 8em);
  margin: 0;
}
@media screen and (min-width: 960px) {
  .timeline-line {
    display: block;
  }
}
.timeline .event {
  position: relative;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .timeline .event {
    border-top: 0;
    margin-top: -1em;
  }
}
.timeline .event:first-of-type {
  padding-top: 1em;
}
@media screen and (min-width: 960px) {
  .timeline .event:first-of-type {
    margin-top: 4em;
  }
}
@media screen and (min-width: 960px) {
  .timeline .event:last-of-type {
    margin-bottom: 4em;
  }
}
@media screen and (min-width: 960px) {
  .timeline .event:nth-of-type(even) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .timeline .event {
    display: flex;
    justify-content: flex-start;
  }
}
.timeline .event-inner {
  margin: 0;
  position: relative;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 2px solid #B5A269;
}
@media screen and (min-width: 960px) {
  .timeline .event-inner {
    padding-top: 0;
    border-top: 2px solid #B5A269;
    width: 50%;
  }
}
.timeline .event-inner.event-inner-current {
  background: #e4d2bb;
  padding: 2em;
}
.timeline .event-inner.event-inner-current .event-year {
  background: #e4d2bb;
}
@media screen and (min-width: 960px) {
  .timeline .event-content {
    padding-right: 10em;
    padding-top: 2em;
  }
}
.timeline .event-content a {
  text-decoration: underline;
}
.timeline .event-content-day {
  display: block;
  margin: 0;
  padding-bottom: 1rem;
  font-size: 0.8em;
}
.timeline .event-content-title {
  padding: 0;
  margin: 0;
  padding-bottom: 1rem;
}
.timeline .event-content-summary {
  margin: 0;
  padding-bottom: 1rem;
}
.timeline .event-content-image {
  margin: 0;
  padding-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .timeline .event-year {
    background-color: #FFFFFF;
    margin: 0;
    border: 2px solid #B5A269;
    width: 250px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -125px;
    top: -40px;
    text-align: center;
    z-index: 10;
  }
}
.timeline .event-year-title {
  font-size: 1.1em;
}
@media screen and (min-width: 960px) {
  .timeline .event:nth-of-type(even) .event-content {
    padding-right: 0;
    padding-left: 10em;
  }
}
@media screen and (min-width: 960px) {
  .timeline .event:nth-of-type(even) .event-year {
    left: -125px;
  }
}

.find-award-cta {
  width: 100%;
  margin: 0 auto;
}
.find-award-cta__tooltip {
  height: 1.2em;
  width: 1.2em;
  margin: 0;
  margin-left: 0.5em;
}
.find-award-cta__tooltip svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.find-award-cta__label-text {
  display: flex;
  align-items: center;
}
.find-award-cta__label-text span {
  flex-shrink: 0;
  margin: 0;
}
.find-award-cta__item {
  margin: 1em 0.5em;
  position: relative;
}
.find-award-cta__item select {
  margin: 0;
}
.find-award-cta__item span {
  display: block;
}
.find-award-cta__item--select {
  display: block;
  width: 300px;
  margin-bottom: 1em;
}
.find-award-cta__item--button {
  margin-bottom: 0;
}
.find-award-cta__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .find-award-cta__row {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}

/* +++++++++++++++++++++++++++
+++ LAYOUT: MEDIA BLOCK(S) +++
+++++++++++++++++++++++++++ */
.signup {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: none;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
}
.signup-image {
  padding: 0;
  margin: 0;
}
.signup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  border-radius: 4px;
}
.signup-content {
  padding: 0;
  margin: 4em 2em 6em;
}
@media screen and (min-width: 960px) {
  .signup-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4em;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .signup-inner {
    max-width: 600px;
    margin: 0;
  }
}
.signup-title {
  margin: 0;
}
.signup-title a {
  display: block;
  margin: 0;
}
.signup-tagline {
  display: block;
  margin: 0;
  font-size: 3em;
}
@media (prefers-reduced-motion: reduce) {
  .signup-tagline {
    font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  }
}
.signup-link {
  color: #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
}
.signup-link:hover {
  color: #FFFFFF;
}

.media-blocks .section:nth-of-type(odd) .media-block {
  background-color: #B92A3B;
}
@media screen and (min-width: 960px) {
  .media-blocks .section:nth-of-type(odd) .media-block {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 960px) {
  .media-blocks .section:nth-of-type(odd) .media-block-content {
    justify-content: flex-end;
  }
}

.filter-std {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  padding: 3em 0 1em;
}
@media screen and (min-width: 960px) {
  .filter-std {
    padding: 3em 0 0;
  }
}
.filter-std__item {
  position: relative;
  margin: 0;
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .filter-std__item {
    margin: 0 0.5em;
  }
}
.filter-std__item select {
  margin: 0;
}
.filter-std__item span {
  display: block;
}
.filter-std__item--select {
  display: block;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .filter-std__item--select {
    width: 300px;
  }
}
.filter-std__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .filter-std__row {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}
.filter-std select, .filter-std button {
  height: 50px;
}

.groups-filter {
  width: 100%;
  margin: 0 auto;
  padding: 3em 0 2em;
}
@media screen and (min-width: 960px) {
  .groups-filter {
    padding: 3em 0 4em;
  }
}
.groups-filter__item {
  position: relative;
  margin: 0;
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .groups-filter__item {
    margin: 0 0.5em;
  }
}
.groups-filter__item select {
  margin: 0;
}
.groups-filter__item span {
  display: block;
}
.groups-filter__item--select {
  display: block;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .groups-filter__item--select {
    width: 300px;
  }
}
.groups-filter__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .groups-filter__row {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}
.groups-filter select, .groups-filter button {
  height: 50px;
}

/* +++++++++++++++++
+++ LAYOUT: FEED +++
+++++++++++++++++ */
.feed--main {
  margin: 0;
  margin-bottom: 4em;
}
.feed--main .feed-inner {
  padding-top: 0;
}
.feed--main .feed-filter {
  margin: 0;
  margin: 0 auto;
  padding-top: 2em;
}
@media screen and (min-width: 560px) {
  .feed--main .feed-filter {
    padding-top: 2em;
  }
}
.feed--main .feed-filter {
  max-width: 40em;
}
.feed--main .feed-filter.faqs-filter {
  max-width: 65em;
}
.feed--main .feed-pagination {
  margin-top: 6em;
}
.feed--main .feed-item {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 2em;
  margin-top: 2em;
}
@media screen and (min-width: 560px) {
  .feed--main .feed-item {
    padding-top: 4em;
    margin-top: 4em;
  }
}
.feed--main .feed-item {
  display: block;
}
@media screen and (min-width: 960px) {
  .feed--main .feed-item {
    display: flex;
    align-items: flex-start;
  }
}
.feed--main .feed-item-image {
  display: block;
  margin-top: 4em;
}
@media screen and (min-width: 960px) {
  .feed--main .feed-item-image {
    flex-shrink: 0;
    margin: 0;
  }
}
.feed--main .feed-item-image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .feed--main .feed-item-info {
    flex-grow: 1;
    padding-right: 2em;
  }
}
.feed--main .feed-item-link {
  display: inline-block;
  margin-top: 1em;
  padding-top: 0.5em;
  vertical-align: middle;
}
.feed--main .feed-item-link-book {
  background-color: #003A65;
  border-radius: 25px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  margin-top: 1em;
  margin-right: 1em;
  padding: 0.5em 1em;
  vertical-align: middle;
}
.feed--main .feed-item-header {
  margin-top: 0.5em;
}
.feed--main .feed-item-header-author {
  display: block;
  margin-top: 0.5em;
  padding-top: 1em;
}
.feed--main .feed-item-header-author span {
  font-family: "Gotham book", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}
.feed--main .feed-item-header-author + .feed-item-header-date {
  padding-top: 0;
}
.feed--main .feed-item-header-date {
  display: block;
  margin-top: 0.5em;
  margin-right: 1em;
  padding-top: 1em;
}
.feed--main .feed-item-header-date .icon {
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: middle;
}
.feed--main .feed-item-header-location {
  display: inline-block;
  margin-top: 0;
}
.feed--main .feed-item-header-location .icon {
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: middle;
}
.feed--main .feed-item-price {
  color: #B92A3B;
  display: inline-block;
  position: relative;
}
.feed--main .feed-item-price p {
  display: inline;
  font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}
.feed--main .feed-item-link {
  margin-top: 1em;
}
@media screen and (min-width: 560px) {
  .feed--main .feed-item-image + * {
    margin-top: 0;
  }
}

.feed--component .feed-item {
  background-color: #F2F2F2;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .feed--component .feed-item {
    background: none;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .feed--component .feed-item {
    padding-left: 2em;
  }
}
.feed--component .feed-item-image {
  display: block;
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .feed--component .feed-item-image {
    float: left;
    margin-right: 2em;
    max-width: 30%;
  }
}
.feed--component .feed-item-image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .feed--component .feed-item {
    margin-left: 50%;
  }
}
@media screen and (min-width: 960px) {
  .feed--component .feed-item:first-of-type {
    float: left;
    margin-left: 0;
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 2em;
    padding-left: 0;
    padding-top: 0;
  }
}
.feed--component .feed-item:first-of-type .feed-item-image {
  display: block;
  float: none;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .feed--component .feed-item:first-of-type * {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .feed--component .feed-item:nth-of-type(2) {
    padding-top: 0;
    min-height: 200px;
  }
}
.feed--component .feed-item-header {
  margin-top: 0.5em;
  padding: 0 1em;
}
@media screen and (min-width: 960px) {
  .feed--component .feed-item-header {
    margin: 0.5em 0 0 36%;
    padding: 0;
  }
}
.feed--component .feed-item-header-date {
  display: block;
  margin-top: 0.5em;
}
.feed--component .feed-item-summary {
  padding: 0 1em;
}
@media screen and (min-width: 960px) {
  .feed--component .feed-item-summary {
    padding: 0;
    margin-left: 36%;
  }
}
.feed--component .feed-item-summary p {
  margin-top: 0.5em;
}
.feed--component .feed-item-author {
  font-size: 0.9em;
}
.feed--component .feed-item-author span {
  font-weight: 700;
}
.feed--component .feed-item-link {
  margin-top: 1em;
  margin-right: 1em;
}
@media screen and (min-width: 960px) {
  .feed--component .feed-item-link {
    margin-right: 0;
  }
}
@media screen and (min-width: 560px) {
  .feed--component .feed-item-image + * {
    margin-top: 0;
  }
}

@media screen and (min-width: 960px) {
  .feed--component2 .feed-inner {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
}
.feed--component2 .feed-item {
  margin: 0;
  padding-top: 2em;
}
@media screen and (min-width: 960px) {
  .feed--component2 .feed-item {
    padding-left: 2em;
  }
}
.feed--component2 .feed-item-header {
  margin-top: 0.5em;
}
.feed--component2 .feed-item-header-date {
  display: block;
  margin-top: 0.5em;
}
.feed--component2 .feed-item-link {
  margin-top: 1em;
}
@media screen and (min-width: 560px) {
  .feed--component2 .feed-item-image + * {
    margin-top: 0;
  }
}

.chosen-container {
  margin-top: 0;
}
.chosen-container .chosen-single {
  height: 50px;
  padding-top: 0.75rem;
  font-size: 1rem;
}

/* +++++++++++++++++
+++ LAYOUT: FEED +++
+++++++++++++++++ */
.feed-groups__toggle {
  width: 100%;
  display: flex;
  padding-top: 1em;
  padding-bottom: 2em;
}
.feed-groups__toggle__button {
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .feed-groups__toggle {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.feed-groups__toggle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.feed-groups {
  margin: 0;
}
.feed-groups .feed__inner {
  padding-top: 0;
  overflow: visible;
}
.feed-groups .feed__inner.map__inner {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .feed-groups .feed__feed {
    display: grid;
    grid-auto-columns: auto;
    grid-template-columns: 1fr 1fr;
  }
}
.feed-groups .feed__pagination {
  margin-top: 6em;
}
.feed-groups .feed__item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 4em 0;
  position: relative;
}
@media screen and (min-width: 560px) {
  .feed-groups .feed__item {
    padding: 4em 1em;
    padding-right: 2em;
  }
}
.feed-groups .feed__item {
  display: block;
}
.feed-groups .feed__item__image {
  display: block;
  margin-top: 4em;
}
@media screen and (min-width: 960px) {
  .feed-groups .feed__item__image {
    flex-shrink: 0;
    margin: 0;
  }
}
.feed-groups .feed__item__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .feed-groups .feed__item__info {
    flex-grow: 1;
    padding-right: 2em;
  }
}
.feed-groups .feed__item__header {
  margin-top: 0.5em;
}
.feed-groups .feed__item__header__date {
  display: block;
  margin-top: 0.5em;
}
.feed-groups .feed__item__meta {
  font-weight: 700;
}
.feed-groups .feed__item__link {
  margin-top: 1em;
  margin-right: 1em;
}
@media screen and (min-width: 560px) {
  .feed-groups .feed__item__image + * {
    margin-top: 0;
  }
}
.feed-groups__map {
  height: 500px;
  width: 100%;
  margin-top: 0;
}
.feed-groups__map .embed-container {
  height: 100%;
}
.feed-groups__map .embed-container #map a {
  background: #003A65;
  color: #FFFFFF;
  padding: 0.5em 1.25em;
  border-radius: 2em;
  display: inline-block;
  width: auto;
  text-align: center;
  margin-left: 0.05rem;
  margin-right: 0.05rem;
  margin-bottom: 0.4rem;
}
.feed-groups__map .embed-container #map a.map-facebook {
  background: #3b5998;
}
.feed-groups__map .embed-container #map a.map-twitter {
  background: #1DA1F2;
}
.feed-groups__map .embed-container #map a.map-instagram {
  background: #3f729b;
}
.feed-groups__map .embed-container #map a.map-linkedin {
  background: #2867B2;
}
.feed-groups__map .embed-container #map a.map-facebook img, .feed-groups__map .embed-container #map a.map-twitter img, .feed-groups__map .embed-container #map a.map-instagram img, .feed-groups__map .embed-container #map a.map-linkedin img {
  display: inline-block;
  max-height: 0.8rem;
  vertical-align: top;
  margin-right: 0.25rem;
}
.feed-groups__map .embed-container #map a:hover {
  background: #B92A3B;
}
.feed-groups__map .embed-container #map .gmnoprint a {
  background: transparent !important;
  padding: 0 !important;
  text-transform: none !important;
}
.feed-groups__map .embed-container * {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .feed-groups__map {
    height: auto;
  }
  .feed-groups__map .embed-container {
    position: relative;
    padding-bottom: 36.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .feed-groups__map .embed-container embed, .feed-groups__map .embed-container object, .feed-groups__map .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* +++++++++++++++++
+++ LAYOUT: table +++
+++++++++++++++++ */
.table {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  margin-bottom: 4rem;
}
.table__main {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 560px) {
  .table__main {
    padding: 0.5rem 1rem;
  }
}
.table__row:nth-of-type(even), .table__head:nth-of-type(even) {
  background-color: #F2F2F2;
}
.table__row, .table__head {
  margin: 0;
  display: grid;
  grid-template-columns: 60% 40%;
}
.table__head__item {
  background-color: #003A65;
  font-size: 1em;
  background-color: #003A65;
  color: #FFFFFF;
  padding: 2rem 3rem;
  margin: 0;
  font-weight: 700;
  margin: 0;
  padding: 1rem;
  text-align: left;
}
@media screen and (min-width: 560px) {
  .table__head__item {
    font-size: 1.2em;
    padding: 2rem;
    padding-left: 0;
  }
  .table__head__item:first-of-type {
    padding-left: 3rem;
  }
}
.table__item {
  font-size: 0.8em;
  margin: 0;
  padding: 1rem;
  text-align: left;
}
.table__item:first-of-type {
  font-weight: 700;
}
.table__item:last-of-type {
  padding-bottom: 2rem;
}
@media screen and (min-width: 560px) {
  .table__item {
    font-size: 1em;
    padding: 2rem;
    padding-left: 0;
  }
  .table__item:first-of-type {
    padding-left: 2rem;
  }
}

/* ++++++++++++++++++++
+++ LAYOUT: PROFILE +++
++++++++++++++++++++ */
body.quiz .gform_wrapper form .gfield_radio, .slick-track, .relay-total, .relay-list dd p, .relay-list dt.tick, .relay-list dd.tick, .relay-list, .relay-header-block:last-child, .relay-header, .key-block, .feature-profile-item, .feature-profile, .grid,
.columns, .main-section, .pagination, .pager__items, .feed-partners-filter .filters-grid-group, .cards, .cards > *, .cards-slider .cards .slick-slide article, .gallery {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}

.feature-profile.main-profile .feature-profile-item {
  flex: 0 100%;
  max-width: 100%;
  padding-bottom: 0;
}
@media screen and (min-width: 700px) {
  .feature-profile.main-profile .feature-profile-item .feature-profile-image, .feature-profile.main-profile .feature-profile-item .feature-profile-info {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 700px) {
  .feature-profile.main-profile .feature-profile-item .feature-profile-image {
    flex: 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 700px) {
  .feature-profile.main-profile .feature-profile-item .feature-profile-image img {
    margin: 0;
  }
}
@media screen and (min-width: 700px) {
  .feature-profile.main-profile .feature-profile-item .feature-profile-info {
    flex: 0 75%;
    max-width: 75%;
    padding-left: 2em;
  }
}
.feature-profile.main-profile .feature-profile-item:nth-child(odd) {
  padding-right: 0;
}
.feature-profile.main-profile .feature-profile-item:nth-child(even) {
  padding-left: 0;
}
.feature-profile-item {
  flex: 0 100%;
  max-width: 100%;
  align-content: flex-start;
  margin: 0;
  padding-bottom: 2em;
}
@media screen and (min-width: 700px) {
  .feature-profile-item {
    flex: 0 50%;
    max-width: 50%;
    padding-bottom: 4em;
  }
}
.feature-profile-item .feature-profile-image, .feature-profile-item .feature-profile-info {
  border-top: solid 2px #003A65;
  padding-top: 1.5em;
}
.feature-profile-item .feature-profile-info {
  border-top: 0;
}
@media screen and (min-width: 960px) {
  .feature-profile-item .feature-profile-info {
    border-top: solid 2px #003A65;
  }
}
@media screen and (min-width: 700px) {
  .feature-profile-item:nth-child(odd) {
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 700px) {
  .feature-profile-item:nth-child(even) {
    padding-left: 1.5em;
  }
}
.feature-profile-item * {
  margin: 0;
}
.feature-profile-inner * {
  padding: 0.25em 0;
}
.feature-profile-inner h3 {
  padding-top: 0;
}
.feature-profile-image {
  flex: 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .feature-profile-image {
    flex: 0 25%;
    max-width: 25%;
  }
}
.feature-profile-image img {
  border-radius: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .feature-profile-image img {
    margin: 0;
  }
}
.feature-profile-info {
  flex: 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .feature-profile-info {
    flex: 0 75%;
    max-width: 75%;
    padding-left: 2em;
  }
}
.feature-profile-summary p, .feature-profile-summary .pagehero-meta-author-social {
  margin-top: 1em;
}
.feature-profile-meta {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  line-height: 20px;
  padding-left: 2.5em;
}
.feature-profile-meta.job {
  background-image: url("../images/briefcase-icon.svg");
  font-weight: 700;
}
.feature-profile-meta.education {
  background-image: url("../images/gradcap-icon.svg");
  font-weight: 700;
}
.feature-profile-meta.achievements {
  background-image: url("../images/trophy-icon.svg");
}

/* ++++++++++++++++++
+++ LAYOUT: RELAY +++
++++++++++++++++++ */
body.quiz .gform_wrapper form .gfield_radio, .slick-track, .relay-total, .relay-list dd p, .relay-list dt.tick, .relay-list dd.tick, .relay-list, .relay-header-block:last-child, .relay-header, .key-block, .grid,
.columns, .main-section, .pagination, .pager__items, .feed-partners-filter .filters-grid-group, .cards, .cards > *, .cards-slider .cards .slick-slide article, .gallery, .feature-profile, .feature-profile-item {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}

.key {
  text-align: center;
  margin-top: 4em;
}
@media screen and (min-width: 560px) {
  .key {
    text-align: right;
  }
}
.key-block {
  display: inline-block;
  align-items: center;
  margin: 0 1em 0 0;
}
.key-block:last-child {
  margin-right: 0;
}
.key-block img {
  margin: 0;
}
.key-icon {
  float: left;
}
.key p {
  display: inline-block;
  font-size: 0.9em;
  margin: 0 0 0 0.5em;
}

.relay-outer {
  overflow: visible;
}

.relay-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
}
.relay-header-block {
  flex: 0 60%;
  max-width: 60%;
  background-color: #003A65;
  border-right: solid 1px #84A2BD;
  margin: 0;
  padding: 0.5em 0.6666666667em;
}
@media screen and (min-width: 960px) {
  .relay-header-block {
    flex: 0 70%;
    max-width: 70%;
  }
}
.relay-header-block.points {
  flex: 0 25%;
  max-width: 25%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .relay-header-block.points {
    flex: 0 20%;
    max-width: 20%;
  }
}
.relay-header-block:last-child {
  flex: 0 15%;
  max-width: 15%;
  align-items: center;
  border-right: 0;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .relay-header-block:last-child {
    flex: 0 10%;
    max-width: 10%;
  }
}
.relay-header-block h4 {
  color: #FFFFFF;
  font-size: 1.1em;
}
@media screen and (min-width: 560px) {
  .relay-header-block h4 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 960px) {
  .relay-header-block h4 {
    font-size: 1.6em;
  }
}
.relay-header-block .relay-icon {
  display: block;
}

.relay-list {
  margin-top: 0;
}
.relay-list dt, .relay-list dd {
  flex: 0 60%;
  max-width: 60%;
  padding: 0.5em 0.6666666667em;
}
@media screen and (min-width: 960px) {
  .relay-list dt, .relay-list dd {
    flex: 0 70%;
    max-width: 70%;
  }
}
.relay-list dt.tick, .relay-list dd.tick {
  flex: 0 15%;
  max-width: 15%;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .relay-list dt.tick, .relay-list dd.tick {
    flex: 0 10%;
    max-width: 10%;
  }
}
.relay-list dt.points, .relay-list dd.points {
  flex: 0 25%;
  max-width: 25%;
}
@media screen and (min-width: 960px) {
  .relay-list dt.points, .relay-list dd.points {
    flex: 0 20%;
    max-width: 20%;
  }
}
.relay-list dt.points p, .relay-list dd.points p {
  justify-content: center;
}
.relay-list dt {
  flex: 0 100%;
  max-width: 100%;
  background-color: #84A2BD;
  position: sticky;
  position: -webkit-sticky;
  top: 38px;
}
@media screen and (min-width: 560px) {
  .relay-list dt {
    top: 39px;
  }
}
@media screen and (min-width: 960px) {
  .relay-list dt {
    top: 46px;
  }
}
.relay-list dt h4 {
  font-size: 1em;
}
@media screen and (min-width: 560px) {
  .relay-list dt h4 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 960px) {
  .relay-list dt h4 {
    font-size: 1.4em;
  }
}
.relay-list dd {
  background-color: #E6E6E6;
  border-bottom: solid 1px #84A2BD;
  border-left: solid 1px #84A2BD;
  border-right: solid 1px #84A2BD;
  font-size: 0.9em;
}
.relay-list dd.blue-complete p {
  color: #003A65;
}
.relay-list dd.blue-complete + dd p {
  color: #003A65;
}
.relay-list dd.red-complete p {
  color: #B92A3B;
}
.relay-list dd.red-complete + dd p {
  color: #B92A3B;
}
.relay-list dd p {
  align-items: center;
  color: #808080;
}
.relay-list dd.relay-main {
  background-color: #FFFFFF;
  font-size: 1em;
}
@media screen and (min-width: 960px) {
  .relay-list dd.relay-main {
    font-size: 1.1em;
  }
}
.relay-list dd.relay-main .relay-list-link {
  width: 27px;
}
.relay-list dd:nth-child(3n) {
  border-left: 0;
  border-right: 0;
}
.relay-list dd p {
  font-weight: 700;
}
.relay-list-link {
  display: inline-block;
  padding-left: 0.5em;
  width: 20px;
}
.relay-list * {
  margin: 0;
}

.relay-total dt, .relay-total dd {
  padding: 0.5em 0.6666666667em;
}
.relay-total dt {
  flex: 0 100%;
  max-width: 100%;
  background-color: #84A2BD;
  position: sticky;
  position: -webkit-sticky;
  top: -1px;
}
.relay-total dd {
  flex: 0 50%;
  max-width: 50%;
  border-bottom: solid 1px #84A2BD;
  border-left: solid 1px #84A2BD;
  border-right: solid 1px #84A2BD;
}
.relay-total dd:nth-child(2n) {
  border-right: 0;
}
.relay-total dd p {
  font-weight: 700;
}
.relay-total dd.blue p {
  color: #003A65;
}
.relay-total dd.red p {
  color: #B92A3B;
}

/* ++++++++++++++++++++
+++ LAYOUT: COOKIES +++
++++++++++++++++++++ */
.ccc-panel h1, .ccc-panel h2, .ccc-panel h3, .ccc-panel h4, .ccc-panel h5, .ccc-panel h6, .ccc-panel * {
  color: #003A65;
}

#ccc-title,
#ccc-necessary-title,
#optional-cookie-header {
  color: #003A65;
}

.checkbox-toggle-on,
.checkbox-toggle-off {
  margin: 0;
}

#ccc-icon {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ccc-link:hover {
  font-weight: 700 !important;
  text-decoration: underline !important;
}
.ccc-link:focus {
  outline: 1px dotted #212121 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.ccc-notify-button:focus, .checkbox-toggle-input:focus {
  outline: 2px dotted #212121 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

#ccc .ccc-content--light .ccc-notify-button {
  white-space: normal !important;
}
#ccc .ccc-content--light .ccc-notify-button:hover {
  background-color: #003A65 !important;
  border-color: #003A65 !important;
}
#ccc .ccc-content--light .ccc-notify-button:hover span {
  color: #FFFFFF !important;
}
#ccc .ccc-content--light .ccc-button-solid:hover {
  background-color: #003A65 !important;
}
#ccc .ccc-content--light .ccc-button-solid:hover span {
  color: #FFFFFF !important;
}
#ccc .ccc-content--light .checkbox-toggle--slider:hover {
  background-color: #B92A3B !important;
  border-color: #B92A3B !important;
}
#ccc .ccc-content--light .checkbox-toggle--slider:focus-within {
  outline: 1px dotted #212121 !important;
}

#ccc-end a:hover {
  color: #B92A3B;
}

/**
Common Styles for components
 */
.__turtl-teaser-right {
  margin-top: 0 !important;
}

/* Slider */
.slick-list {
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .slick-list {
    margin: 1em -1rem;
  }
}
.slick-slide {
  flex: 1 auto;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../assets/webfonts/slick/slick.eot");
  src: url("../../assets/webfonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../../assets/webfonts/slick/slick.woff") format("woff"), url("../../assets/webfonts/slick/slick.ttf") format("truetype"), url("../../assets/webfonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-arrow {
  background-color: transparent;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  display: none !important;
  height: 35px;
  right: 4rem;
  top: -1.5rem;
  line-height: 0px;
  margin: 0;
  position: absolute;
  outline: none;
  padding: 0;
  width: 35px;
  z-index: 99;
}
@media screen and (min-width: 700px) {
  .slick-arrow {
    display: block !important;
  }
}
.slick-arrow.slick-next {
  right: 1.5em;
}
.slick-arrow.slick-next:before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.slick-arrow:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.250001 5.9375L5.75 0.687499C6.0625 0.406249 6.53125 0.406249 6.8125 0.718749C7.09375 1.03125 7.09375 1.5 6.78125 1.78125L2.625 5.75L13.25 5.75C13.6875 5.75 14 6.0625 14 6.5C14 6.90625 13.6875 7.25 13.25 7.25L2.625 7.25L6.78125 11.1875C7.09375 11.4687 7.09375 11.9687 6.8125 12.25C6.53125 12.5625 6.03125 12.5625 5.75 12.2812L0.250001 7.03125C0.0937506 6.875 5.95568e-07 6.6875 6.11959e-07 6.5C6.31083e-07 6.28125 0.0937506 6.09375 0.250001 5.9375Z' fill='%232B70A3'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block !important;
  height: 13px;
  transform: translate(-50%, -50%);
  width: 14px;
}
.slick-arrow:hover {
  background-color: transparent;
  color: transparent;
  outline: none;
}
.slick-arrow:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.250001 5.9375L5.75 0.687499C6.0625 0.406249 6.53125 0.406249 6.8125 0.718749C7.09375 1.03125 7.09375 1.5 6.78125 1.78125L2.625 5.75L13.25 5.75C13.6875 5.75 14 6.0625 14 6.5C14 6.90625 13.6875 7.25 13.25 7.25L2.625 7.25L6.78125 11.1875C7.09375 11.4687 7.09375 11.9687 6.8125 12.25C6.53125 12.5625 6.03125 12.5625 5.75 12.2812L0.250001 7.03125C0.0937506 6.875 5.95568e-07 6.6875 6.11959e-07 6.5C6.31083e-07 6.28125 0.0937506 6.09375 0.250001 5.9375Z' fill='%23B92A3B'/%3E%3C/svg%3E%0A");
}
.slick-arrow.slick-disabled:before {
  opacity: 0.5;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -40px;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 5px;
  width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: transparent;
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #003A65;
  opacity: 1;
}
.slick-dots li button:before {
  color: black;
  content: "•";
  font-family: "slick";
  font-size: 45px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.slick-dots li.slick-active button:before {
  color: #003A65;
  opacity: 1;
}

/* ++++++++++++++++++++++
+++ LAYOUT: ACCORDION +++
++++++++++++++++++++++ */
.landing-content + .accordion-outer {
  margin-top: -2em;
}

.accordion {
  background-color: #FFFFFF;
  padding: 0 2em 3em;
  position: relative;
}
@media screen and (min-width: 560px) {
  .accordion {
    padding: 0 4em 3em;
  }
}
@media screen and (min-width: 960px) {
  .accordion {
    padding: 0 0 3em;
  }
}
.accordion-outer {
  padding: 0;
}
.accordion-outer + .accordion-outer .section-header-inner {
  padding-top: 0;
}
.accordion-outer .section-header-inner {
  background-color: #FFFFFF;
  padding: 1.5em 2em 0;
  text-align: left;
}
@media screen and (min-width: 560px) {
  .accordion-outer .section-header-inner {
    padding: 1.5em 4em 0;
  }
}
@media screen and (min-width: 960px) {
  .accordion-outer .section-header-inner {
    padding: 2em 0 0;
  }
}
.accordion-outer .section-header + .container {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .accordion-outer .section-header-title, .accordion-outer .section-header-summary {
    margin: 0 4rem;
    width: 66.66%;
  }
}
.accordion-outer .section-header-title {
  color: #003A65;
  font-size: 2rem;
  font-weight: 700;
}
.accordion-outer .section-header-summary {
  color: #003A65;
  font-size: 1.25rem;
  padding-top: 0.5rem;
  word-break: break-word;
}
.accordion-outer.tube-map.secondary {
  background-color: transparent;
}
.accordion-outer.tube-map.secondary .section-header-title {
  color: #003A65;
}
.accordion-outer.tube-map.secondary .section-header-inner-content:before {
  background-color: #003A65;
}
.accordion-outer.tube-map.secondary .accordion-image-inner:before, .accordion-outer.tube-map.secondary .accordion-item:before {
  background-color: #003A65;
}
.accordion-outer.tube-map.secondary .accordion-list-block:after {
  background-color: #003A65;
}
.accordion-outer.tube-map.tertiary .section-header-inner-content:before {
  background-color: #18BCE0;
}
.accordion-outer.tube-map.tertiary .accordion-image-inner:before, .accordion-outer.tube-map.tertiary .accordion-item:before {
  background-color: #18BCE0;
}
.accordion-outer.tube-map.tertiary .accordion-list-block:after {
  background-color: #18BCE0;
}
.accordion-outer.tube-map .section-header-inner-content {
  border-radius: 8px 8px 0 0;
  border-left: solid 1px #9ECFF3;
  border-right: solid 1px #9ECFF3;
  border-top: solid 1px #9ECFF3;
  padding-left: 55px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .accordion-outer.tube-map .section-header-inner-content {
    margin: 0 auto;
    width: 66.66%;
  }
}
.accordion-outer.tube-map .section-header-inner-content:before {
  background-color: #B92A3B;
  content: "";
  display: block;
  height: 100%;
  left: 25px;
  position: absolute;
  top: 0;
  width: 8px;
}
@media screen and (min-width: 960px) {
  .accordion-outer.tube-map .section-header-title, .accordion-outer.tube-map .section-header-summary {
    margin: 0 auto;
    width: 100%;
  }
}
.accordion-outer.tube-map .section-header-title {
  padding-top: 0.5em;
}
.accordion-outer.tube-map .section-header-summary {
  font-size: 1.25rem;
  padding-bottom: 0.5em;
}
.accordion-outer.tube-map .accordion-list {
  margin-left: 0;
}
.accordion-outer.tube-map .accordion-list-block p {
  color: #003A65;
  font-family: "Gotham-medium", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}
.accordion-outer.tube-map .accordion-item {
  border-radius: 0 0 8px 8px;
  border-bottom: solid 1px #9ECFF3;
  border-left: solid 1px #9ECFF3;
  border-right: solid 1px #9ECFF3;
  padding-bottom: 1em;
  padding-left: 55px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .accordion-outer.tube-map .accordion-item {
    margin: 0 auto;
    width: 66.66%;
  }
}
.accordion-outer.tube-map .accordion-item:before {
  background-color: #B92A3B;
  content: "";
  display: block;
  height: 100%;
  left: 25px;
  position: absolute;
  top: 0;
  width: 8px;
}
.accordion-outer.tube-map .accordion-item.no-summary:has(.button-subtitle) .accordion-button {
  pointer-events: none;
}
.accordion-outer.tube-map .accordion-item.no-summary:has(.button-subtitle) .accordion-button:after {
  display: none;
}
.accordion-outer.tube-map .accordion-item .accordion-button {
  color: #2B70A3;
  font-size: 1.5rem;
}
.accordion-outer.tube-map .accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.28125 6.21875L1.28125 2.21875C1 1.9375 0.90625 1.5 1.0625 1.125C1.21875 0.75 1.59375 0.5 2 0.5L10 0.5C10.4062 0.5 10.75 0.75 10.9062 1.125C11.0625 1.5 10.9688 1.9375 10.6875 2.21875L6.6875 6.21875C6.3125 6.625 5.65625 6.625 5.28125 6.21875Z' fill='black'/%3E%3C/svg%3E%0A");
  background-color: #FFFFFF;
  background-position: top 11px center;
  border: solid 3px #000000;
  border-radius: 100%;
  height: 32px;
  left: -42px;
  right: auto;
  top: -3px;
  width: 32px;
}
.accordion-outer.tube-map .accordion-item .accordion-panel {
  margin-top: 1em;
}
.accordion-outer.tube-map.steps .section-header-inner-content {
  border: 0;
  padding-left: 0;
  padding-top: 0;
}
.accordion-outer.tube-map.steps .section-header-inner-content:before {
  display: none;
}
@media screen and (min-width: 960px) {
  .accordion-outer.tube-map.steps .section-header-inner-content {
    margin: 0 4rem;
    width: 66.66%;
  }
}
.accordion-outer.tube-map.steps .section-header-inner-content .section-header-summary {
  margin: 0;
  padding-bottom: 1em;
}
.accordion-outer.tube-map.steps .accordion-button {
  color: #003A65;
}
.accordion-outer.tube-map.steps .accordion-button span {
  color: #2B70A3;
  display: block;
  font-family: "Gotham-medium", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-size: 1.25rem;
}
.accordion-outer.tube-map.steps .accordion-item {
  border-bottom: 0;
  border-radius: 0;
  border-top: 0;
}
@media screen and (min-width: 960px) {
  .accordion-outer.tube-map.steps .accordion-item {
    margin: 0 4rem;
    width: 66.66%;
  }
}
.accordion-outer.tube-map.steps .accordion-item:first-child {
  border-radius: 8px 8px 0 0;
  border-top: solid 1px #9ECFF3;
}
.accordion-outer.tube-map.steps .accordion-item:last-child {
  border-radius: 0 0 8px 8px;
  border-bottom: solid 1px #9ECFF3;
}
.accordion-outer.tube-map.no-image:not(.steps) .section-header-inner-content {
  border: 0;
  padding-left: 0;
  padding-top: 0;
}
.accordion-outer.tube-map.no-image:not(.steps) .section-header-inner-content:before {
  display: none;
}
.accordion-outer.tube-map.no-image:not(.steps) .section-header-inner-content .section-header-summary {
  margin: 0;
  padding-bottom: 1em;
}
.accordion-outer.tube-map.no-image:not(.steps) .accordion-item {
  border-radius: 8px;
  border: solid 1px #9ECFF3;
}
.accordion-list {
  display: block;
}
.accordion-list-subtitle {
  font-size: 1rem;
  position: relative;
}
@media screen and (min-width: 560px) {
  .accordion-list-subtitle {
    font-size: 1.5rem;
  }
}
.accordion-list-subtitle:after {
  background-color: #FFFFFF;
  border: solid 3px #000000;
  border-radius: 100%;
  content: "";
  display: block;
  height: 24px;
  left: -38px;
  position: absolute;
  right: auto;
  top: 1px;
  width: 24px;
}
.accordion-list-subtitle a:hover {
  text-decoration: underline;
}
.accordion-list-block {
  color: #2B70A3;
  font-family: "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-size: 0.9rem;
  position: relative;
}
@media screen and (min-width: 560px) {
  .accordion-list-block {
    font-size: 1.25rem;
  }
}
.accordion-list-block p a {
  color: #003A65 !important;
}
.accordion-list-block p a:hover {
  text-decoration: underline;
}
.accordion-list-block:after {
  background-color: #B92A3B;
  content: "";
  display: block;
  height: 4px;
  left: -24px;
  position: absolute;
  right: auto;
  top: 15px;
  width: 14px;
}
.accordion-image {
  background-color: #FFFFFF;
  padding: 0 2em;
}
@media screen and (min-width: 560px) {
  .accordion-image {
    padding: 0 4em;
  }
}
@media screen and (min-width: 960px) {
  .accordion-image {
    padding: 0;
  }
}
.accordion-image-inner {
  border-left: solid 1px #9ECFF3;
  border-right: solid 1px #9ECFF3;
  position: relative;
}
@media screen and (min-width: 960px) {
  .accordion-image-inner {
    margin: 0 auto;
    width: 66.66%;
  }
}
.accordion-image-inner:before {
  background-color: #B92A3B;
  content: "";
  display: block;
  height: 100%;
  left: 25px;
  position: absolute;
  top: 0;
  width: 8px;
}
.accordion-image-inner img {
  aspect-ratio: 4/2;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.accordion-image-outer + .container {
  margin-top: 0;
}
.accordion-item {
  margin-top: 0;
  padding: 1em 0;
}
@media screen and (min-width: 960px) {
  .accordion-item {
    margin: 0 4rem;
    width: 66.66%;
  }
}
.accordion-item + .accordion-item {
  border-top: 1px solid #9ECFF3;
}
.accordion-item:last-child {
  border-bottom: 1px solid #9ECFF3;
}
.accordion-trigger * {
  pointer-events: none;
}
.accordion-button {
  background: none;
  border-radius: 0;
  border: 0;
  color: #2B70A3;
  cursor: pointer;
  display: block;
  font-family: "Gotham-medium", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-size: 1.25rem;
  padding: 0 1.5em 0 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.53125 6.53125C6.21875 6.84375 5.75 6.84375 5.46875 6.53125L0.46875 1.53125C0.15625 1.25 0.15625 0.78125 0.46875 0.5C0.75 0.1875 1.21875 0.1875 1.5 0.5L5.96875 4.96875L10.4688 0.46875C10.75 0.1875 11.2188 0.1875 11.5 0.46875C11.8125 0.78125 11.8125 1.25 11.5 1.53125L6.53125 6.53125Z' fill='%232B70A3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 0;
  top: 0.5em;
  width: 12px;
}
.accordion-button:hover, .accordion-button:focus {
  background: none;
  box-shadow: none;
  outline: 0;
}
.accordion-button:active:after, .accordion-button.active:after {
  transform: rotate(180deg);
}
.accordion-panel {
  display: none;
  margin-top: 0;
  padding-right: 1.5em;
  padding-top: 1em;
}
.accordion-panel ul {
  margin-left: 1em;
}
.accordion-panel p {
  color: #000000;
}
.accordion-panel p a {
  color: #2B70A3;
}
.accordion-panel p a:hover {
  color: #003A65;
}

/* +++++++++++++++++
+++ LAYOUT: QUIZ +++
+++++++++++++++++ */
body.quiz .landing-content {
  background-color: #FFFFFF;
  margin-bottom: 0;
}
body.quiz .landing-content .container {
  max-width: 100%;
  padding: 0;
}
body.quiz .landing-content-inner {
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 560px) {
  body.quiz .landing-content-inner {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (min-width: 960px) {
  body.quiz .landing-content-inner {
    max-width: 80em;
  }
}
body.quiz .landing-content-inner .noside {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body.quiz .landing-content-inner .noside {
    margin: 0 auto;
    width: 66.66%;
  }
}
body.quiz .landing-content + .section {
  padding-top: 0;
}
body.quiz .gform_wrapper, body.quiz #gforms_confirmation_message {
  margin: 0 2rem;
}
@media screen and (min-width: 560px) {
  body.quiz .gform_wrapper, body.quiz #gforms_confirmation_message {
    margin: 0 4rem;
  }
}
@media screen and (min-width: 1280px) {
  body.quiz .gform_wrapper, body.quiz #gforms_confirmation_message {
    width: 66.5%;
  }
}
body.quiz .button.retake-quiz, body.quiz .retake-quiz[type=button],
body.quiz .retake-quiz[type=reset],
body.quiz .retake-quiz[type=submit], body.quiz .filters-grid-group-summary-inner p a.retake-quiz, .filters-grid-group-summary-inner p body.quiz a.retake-quiz {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 6.5C0.8125 6.5 0.5 6.1875 0.5 5.75V1.25C0.5 0.84375 0.8125 0.5 1.25 0.5C1.65625 0.5 2 0.84375 2 1.25V3.78125L2.625 3.03125C3.90625 1.5 5.8125 0.5 8 0.5C11.8438 0.5 15 3.65625 15 7.5C15 11.375 11.8438 14.5 8 14.5C6.40625 14.5 4.96875 14 3.78125 13.125C3.46875 12.875 3.375 12.4062 3.625 12.0625C3.875 11.7188 4.34375 11.6562 4.6875 11.9062C5.59375 12.5938 6.75 13 8 13C11.0312 13 13.5 10.5625 13.5 7.5C13.5 4.46875 11.0312 2 8 2C6.28125 2 4.78125 2.78125 3.75 4L2.90625 5H5.75C6.15625 5 6.5 5.34375 6.5 5.75C6.5 6.1875 6.15625 6.5 5.75 6.5H1.25Z' fill='%23003A65'/%3E%3C/svg%3E%0A");
  background-position: left 1em center;
  background-repeat: no-repeat;
  border: solid 1px #9ECFF3;
  border-radius: 8px;
  color: #003A65;
  margin: 1em 0 0.6666666667em;
  padding: 1.1em 1.5em 1em 2.5em;
}
body.quiz .button.retake-quiz:hover, body.quiz .retake-quiz[type=button]:hover,
body.quiz .retake-quiz[type=reset]:hover,
body.quiz .retake-quiz[type=submit]:hover, body.quiz .filters-grid-group-summary-inner p a.retake-quiz:hover, .filters-grid-group-summary-inner p body.quiz a.retake-quiz:hover {
  background-color: #003A65;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 6.5C0.8125 6.5 0.5 6.1875 0.5 5.75V1.25C0.5 0.84375 0.8125 0.5 1.25 0.5C1.65625 0.5 2 0.84375 2 1.25V3.78125L2.625 3.03125C3.90625 1.5 5.8125 0.5 8 0.5C11.8438 0.5 15 3.65625 15 7.5C15 11.375 11.8438 14.5 8 14.5C6.40625 14.5 4.96875 14 3.78125 13.125C3.46875 12.875 3.375 12.4062 3.625 12.0625C3.875 11.7188 4.34375 11.6562 4.6875 11.9062C5.59375 12.5938 6.75 13 8 13C11.0312 13 13.5 10.5625 13.5 7.5C13.5 4.46875 11.0312 2 8 2C6.28125 2 4.78125 2.78125 3.75 4L2.90625 5H5.75C6.15625 5 6.5 5.34375 6.5 5.75C6.5 6.1875 6.15625 6.5 5.75 6.5H1.25Z' fill='white'/%3E%3C/svg%3E%0A");
  border-color: #003A65;
  color: #FFFFFF;
}
body.quiz .gform_wrapper form {
  margin: 0 auto;
}
body.quiz .gform_wrapper form .gfield {
  border-bottom: solid 1px #9ECFF3;
  padding-bottom: 1em;
}
body.quiz .gform_wrapper form .gfield_label {
  border: 0;
  color: #2B70A3;
  font-family: "Gotham-medium", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-size: 1.25rem;
  display: block;
  padding-top: 0.5em;
}
body.quiz .gform_wrapper form .gfield_radio {
  gap: 1em;
}
@media screen and (min-width: 560px) {
  body.quiz .gform_wrapper form .gfield_radio {
    flex-direction: row !important;
  }
}
body.quiz .gform_wrapper form .gfield_radio .gchoice {
  margin: 0;
  position: relative;
  text-align: center;
}
body.quiz .gform_wrapper form .gfield_radio label,
body.quiz .gform_wrapper form .gfield_radio input {
  display: block;
}
body.quiz .gform_wrapper form .gfield_radio input[type=radio] {
  margin: 0;
  opacity: 0.01;
  z-index: 100;
}
body.quiz .gform_wrapper form .gfield_radio input[type=radio]:checked + label,
body.quiz .gform_wrapper form .gfield_radio .Checked + label {
  background-color: #003A65 !important;
  border: solid 1px #003A65;
  color: #FFFFFF;
}
body.quiz .gform_wrapper form .gfield_radio label {
  border: solid 1px #9ECFF3;
  border-radius: 8px;
  color: #003A65;
  font-family: "Gotham-medium", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0.6666666667em 1.5em;
  cursor: pointer;
  max-width: none;
  width: 100%;
  z-index: 90;
}
body.quiz .gform_wrapper form .gfield_radio label:hover, body.quiz .gform_wrapper form .gfield_radio label:active {
  background-color: #003A65 !important;
  border: solid 1px #003A65;
  color: #FFFFFF;
}
body.quiz .gform_wrapper form .gfield_radio label:hover {
  background: #DDD;
}
body.quiz .gform_wrapper form .gform_footer {
  padding-top: 2em;
}
body.quiz .gform_wrapper form .gform_footer .gform_button {
  background-color: #003A65;
  border-radius: 8px;
  padding: 1.1em 1.5em 1em;
  margin: 0;
  text-transform: none;
}

.gform_confirmation_message br {
  display: none;
}

.gquiz-answer-explanation {
  display: none;
}

.learn-more {
  background-color: transparent;
  color: #2B70A3;
  padding: 0;
  position: relative;
  text-align: left;
  text-transform: none;
  top: -50px;
  width: 100%;
}
.learn-more:hover {
  background-color: transparent;
  color: #003A65;
  text-decoration: underline;
}
.learn-more + .gquiz-field {
  background-color: black;
}

.gquiz-field {
  border-bottom: solid 1px #9ECFF3;
  margin-top: 0;
  padding-bottom: 1em;
}
.gquiz-field-choice ul li {
  display: none;
}
.gquiz-field:has(+ .learn-more) {
  margin-bottom: -35px;
  padding-bottom: 4.5em;
}
.gquiz-field-label {
  border: 0;
  color: #2B70A3;
  font-family: "Gotham-medium", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-size: 1.25rem;
  display: block;
  padding-top: 0.5em;
}
.gquiz-field .gquiz-correct-response, .gquiz-field .gquiz-incorrect-response {
  font-weight: 700;
  display: block;
}
.gquiz-field .gquiz-correct-response:before, .gquiz-field .gquiz-incorrect-response:before {
  content: "Your answer:";
  display: inline-block;
  font-weight: 500;
}
.gquiz-field .gquiz-correct-response .correct-explanation, .gquiz-field .gquiz-correct-response .incorrect-explanation, .gquiz-field .gquiz-incorrect-response .correct-explanation, .gquiz-field .gquiz-incorrect-response .incorrect-explanation {
  color: #000000;
  display: block;
  font-weight: 500;
  margin-top: 0.6666666667em;
  padding-left: 22px;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.gquiz-field .gquiz-correct-response .correct-explanation:before, .gquiz-field .gquiz-correct-response .incorrect-explanation:before, .gquiz-field .gquiz-incorrect-response .correct-explanation:before, .gquiz-field .gquiz-incorrect-response .incorrect-explanation:before {
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 16px;
}
.gquiz-field .gquiz-correct-response .correct-explanation:before, .gquiz-field .gquiz-incorrect-response .correct-explanation:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.01562 16C5.14062 16 2.51562 14.5 1.07812 12C-0.359375 9.53125 -0.359375 6.5 1.07812 4C2.51562 1.53125 5.14062 0 8.01562 0C10.8594 0 13.4844 1.53125 14.9219 4C16.3594 6.5 16.3594 9.53125 14.9219 12C13.4844 14.5 10.8594 16 8.01562 16ZM11.5469 6.53125H11.5156C11.8281 6.25 11.8281 5.78125 11.5156 5.46875C11.2344 5.1875 10.7656 5.1875 10.4844 5.46875L7.01562 8.96875L5.54688 7.5C5.23438 7.1875 4.76562 7.1875 4.48438 7.5C4.17188 7.78125 4.17188 8.25 4.48438 8.53125L6.48438 10.5312C6.76562 10.8438 7.23438 10.8438 7.54688 10.5312L11.5469 6.53125Z' fill='%2316AB0A'/%3E%3C/svg%3E%0A");
}
.gquiz-field .gquiz-correct-response .incorrect-explanation:before, .gquiz-field .gquiz-incorrect-response .incorrect-explanation:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.01562 16C5.14062 16 2.51562 14.5 1.07812 12C-0.359375 9.53125 -0.359375 6.5 1.07812 4C2.51562 1.53125 5.14062 0 8.01562 0C10.8594 0 13.4844 1.53125 14.9219 4C16.3594 6.5 16.3594 9.53125 14.9219 12C13.4844 14.5 10.8594 16 8.01562 16ZM5.48438 5.46875C5.17188 5.78125 5.17188 6.25 5.48438 6.53125L6.95312 8L5.48438 9.46875C5.17188 9.78125 5.17188 10.25 5.48438 10.5312C5.76562 10.8438 6.23438 10.8438 6.51562 10.5312L7.98438 9.0625L9.45312 10.5312C9.76562 10.8438 10.2344 10.8438 10.5156 10.5312C10.8281 10.25 10.8281 9.78125 10.5156 9.46875L9.04688 8L10.5156 6.53125C10.8281 6.25 10.8281 5.78125 10.5156 5.46875C10.2344 5.1875 9.76562 5.1875 9.45312 5.46875L7.98438 6.9375L6.51562 5.46875C6.23438 5.1875 5.76562 5.1875 5.48438 5.46875Z' fill='%23F13D3D'/%3E%3C/svg%3E%0A");
}

/* ===============
=== TOOLKITS ===
=============== */
.toolkit-layout {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  padding-top: 3rem !important;
}
@media (max-width: 960px) {
  .toolkit-layout {
    flex-direction: column;
    gap: 2rem;
  }
}

.toolkit-content {
  flex: 2;
  min-width: 0;
}
@media (max-width: 960px) {
  .toolkit-content {
    flex: 1;
    width: 100%;
  }
}

.toolkit-sidebar {
  flex: 1;
  margin-top: 0rem !important;
  top: 0rem;
  max-height: calc(100vh - 4rem);
}
@media (max-width: 960px) {
  .toolkit-sidebar {
    position: static;
    max-height: none;
    width: 100%;
  }
}

.toolkit-files {
  background: #f8f9fa;
  padding: 1.5rem;
}
@media (max-width: 960px) {
  .toolkit-files {
    padding: 2rem;
  }
}

.toolkit-files-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  gap: 1rem;
}
.toolkit-files-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
}
.toolkit-files-header .download-all-btn {
  text-decoration: none;
  font: 700 0.875em/1.2 "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  color: #B92A3B;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.toolkit-files-header .download-all-btn:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 480px) {
  .toolkit-files-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.item-download-link {
  text-decoration: none;
  font: 700 1em/1.2 "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  display: inline-block;
  color: #003A65;
  margin: 0rem !important;
}
.item-download-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.item-download-link-primary {
  text-decoration: none;
  font: 700 1em/1.2 "Gotham", "Gotham A", "Gotham B", "Montserrat", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  display: inline-block;
  margin: 0rem !important;
  color: #B92A3B !important;
}
.item-download-link-primary:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.files-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.files-list .file-item {
  margin: 0rem !important;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.files-list .file-item:hover .file-name {
  color: #003A65;
}
.files-list .file-preview {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ced4da;
}
.files-list .file-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.files-list .file-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f2f5;
}
.files-list .file-placeholder .file-icon {
  color: #6c757d;
  width: 32px;
  height: 32px;
}
.files-list .file-info {
  flex: 1;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
  margin: 0rem !important;
}
.files-list .file-details {
  margin: 0rem !important;
}
.files-list .file-name {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1a1a1a;
  word-break: break-word;
}
.files-list .file-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.files-list .file-type {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  color: white;
  min-width: 40px;
  text-align: center;
  letter-spacing: 0.5px;
}
.files-list .file-size {
  color: #545a5e;
  font-size: 0.8rem;
  font-weight: 500;
}
.files-list .file-actions {
  margin: 0rem !important;
}
.files-list .file-actions .button, .files-list .file-actions [type=button],
.files-list .file-actions [type=reset],
.files-list .file-actions [type=submit], .files-list .file-actions .filters-grid-group-summary-inner p a, .filters-grid-group-summary-inner p .files-list .file-actions a {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.toolkit-navigation {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}
.toolkit-navigation .button, .toolkit-navigation [type=button],
.toolkit-navigation [type=reset],
.toolkit-navigation [type=submit], .toolkit-navigation .filters-grid-group-summary-inner p a, .filters-grid-group-summary-inner p .toolkit-navigation a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.toolkits-filter .filter-block--input {
  flex: 1;
  max-width: 400px;
}
.toolkits-filter .filter-block--input input[type=text] {
  width: 100%;
}
