/**
 * Theme Name: Clay Maths
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Custom theme for Clay Maths Institute
 * Template: oneltd-base
 */

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.1
*/
body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;display:none;z-index:1035}.sl-wrapper{z-index:1040;width:100%;height:100%;left:0;top:0;position:fixed}.sl-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sl-wrapper button{border:0 none;background:rgba(0,0,0,0);font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:10060;margin-top:-14px;margin-right:-14px;height:44px;width:44px;line-height:44px;font-family:Arial,Baskerville,monospace;color:#000;font-size:3rem}.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:10060;color:#000;font-size:1rem}.sl-wrapper .sl-download{display:none;position:fixed;bottom:5px;width:100%;text-align:center;z-index:10060;color:#fff;font-size:1rem}.sl-wrapper .sl-download a{color:#fff}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;height:44px;width:22px;line-height:44px;text-align:center;display:block;z-index:10060;font-family:Arial,Baskerville,monospace;color:#000}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}@media(min-width: 35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}}@media(min-width: 50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}}.sl-wrapper.sl-dir-rtl .sl-navigation{direction:ltr}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0 none;width:100%;height:auto}@media(min-width: 35.5em){.sl-wrapper .sl-image img{border:0 none}}@media(min-width: 50em){.sl-wrapper .sl-image img{border:0 none}}.sl-wrapper .sl-image iframe{background:#000;border:0 none}@media(min-width: 35.5em){.sl-wrapper .sl-image iframe{border:0 none}}@media(min-width: 50em){.sl-wrapper .sl-image iframe{border:0 none}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,.8);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-spinner{display:none;border:5px solid #333;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.sl-transition{-moz-transition:-moz-transform ease 200ms;transition:-moz-transform ease 200ms;transition:-ms-transform ease 200ms;-o-transition:-o-transform ease 200ms;transition:-o-transform ease 200ms;-webkit-transition:-webkit-transform ease 200ms;transition:-webkit-transform ease 200ms;transition:transform ease 200ms}@-webkit-keyframes pulsate{0%{-webkit-transform:scale(0.1);transform:scale(0.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{-webkit-transform:scale(0.1);-moz-transform:scale(0.1);-o-transform:scale(0.1);transform:scale(0.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{-moz-transform:scale(0.1);transform:scale(0.1);opacity:0}50%{opacity:1}100%{-moz-transform:scale(1.2);transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{-o-transform:scale(0.1);transform:scale(0.1);opacity:0}50%{opacity:1}100%{-o-transform:scale(1.2);transform:scale(1.2);opacity:0}}
@charset "UTF-8";
/*
*   Easing Equations ported to CSS by @matthewlein - http://matthewlein.com/ceaser/
*   Converted to SCSS vars by @pettpett
*
*   sample usage:
*   a {
*     color: #ff0000;
*     transition: color 0.5s $easeOutQuint;
*     &:hover,
*     &:focus {
*       color: #ff9900;
*     }
*   }
*/
/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
.page-template-template-millennium .problems .tile .orange.tile-link,
.related-millennium .problems .tile .orange.tile-link,
.page-template-template-millennium .problems .tile .blue.tile-link,
.related-millennium .problems .tile .blue.tile-link,
.page-template-template-millennium .problems .tile .paleblue.tile-link,
.related-millennium .problems .tile .paleblue.tile-link,
.page-template-template-millennium .problems .tile .teal.tile-link,
.related-millennium .problems .tile .teal.tile-link,
.page-template-template-millennium .problems .tile .springgreen.tile-link,
.related-millennium .problems .tile .springgreen.tile-link,
.page-template-template-millennium .problems .tile .lightgreen.tile-link,
.related-millennium .problems .tile .lightgreen.tile-link,
.page-template-template-millennium .problems .tile .yellowgreen.tile-link,
.related-millennium .problems .tile .yellowgreen.tile-link,
.singles .download .tile-link,
.tiles .container .tile-link,
.intro,
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,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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;
}

html {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
html.wf-loading {
  opacity: 0;
}
html.wf-active, html.wf-inactive {
  opacity: 1;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #051c2c;
  font-size: 20px;
  font-family: soleil, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 32px;
}

.h1, h1,
.h2,
h2 {
  font-family: kepler-std-display, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  color: #051c2c;
}

.h1, h1 {
  font-size: 48px;
  line-height: 52px;
}
@media only screen and (min-width: 768px) {
  .h1, h1 {
    font-size: 64px;
    line-height: 80px;
  }
}

.h2, h2 {
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (min-width: 768px) {
  .h2, h2 {
    font-size: 48px;
    line-height: 60px;
  }
}

.h3, h3, .page-template-template-millennium .problems .tile .orange.tile-link,
.related-millennium .problems .tile .orange.tile-link, .page-template-template-millennium .problems .tile .blue.tile-link,
.related-millennium .problems .tile .blue.tile-link, .page-template-template-millennium .problems .tile .paleblue.tile-link,
.related-millennium .problems .tile .paleblue.tile-link, .page-template-template-millennium .problems .tile .teal.tile-link,
.related-millennium .problems .tile .teal.tile-link, .page-template-template-millennium .problems .tile .springgreen.tile-link,
.related-millennium .problems .tile .springgreen.tile-link, .page-template-template-millennium .problems .tile .lightgreen.tile-link,
.related-millennium .problems .tile .lightgreen.tile-link, .page-template-template-millennium .problems .tile .yellowgreen.tile-link,
.related-millennium .problems .tile .yellowgreen.tile-link, .singles .download .tile-link, .tiles .container .tile-link, .intro,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: soleil, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #051c2c;
}

.h3, h3, .page-template-template-millennium .problems .tile .orange.tile-link,
.related-millennium .problems .tile .orange.tile-link, .page-template-template-millennium .problems .tile .blue.tile-link,
.related-millennium .problems .tile .blue.tile-link, .page-template-template-millennium .problems .tile .paleblue.tile-link,
.related-millennium .problems .tile .paleblue.tile-link, .page-template-template-millennium .problems .tile .teal.tile-link,
.related-millennium .problems .tile .teal.tile-link, .page-template-template-millennium .problems .tile .springgreen.tile-link,
.related-millennium .problems .tile .springgreen.tile-link, .page-template-template-millennium .problems .tile .lightgreen.tile-link,
.related-millennium .problems .tile .lightgreen.tile-link, .page-template-template-millennium .problems .tile .yellowgreen.tile-link,
.related-millennium .problems .tile .yellowgreen.tile-link, .singles .download .tile-link, .tiles .container .tile-link, .intro {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

.h4, h4 {
  font-size: 16px;
  line-height: 20px;
}

.fixed, pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 15px;
  line-height: 1.2;
}

.italic, i,
em {
  font-style: italic;
}

.bold, b,
strong {
  font-weight: 700;
}

.block-margins, p,
ul,
ol,
pre {
  margin: 1.3em 0;
}

.unordered-list, ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

.ordered-list, ol {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

h1,
.h1 {
  margin: 1em 0 0.5em;
}

h2,
.h2 {
  margin: 1em 0 0.5em;
}

h3, .page-template-template-millennium .problems .tile .orange.tile-link,
.related-millennium .problems .tile .orange.tile-link, .page-template-template-millennium .problems .tile .blue.tile-link,
.related-millennium .problems .tile .blue.tile-link, .page-template-template-millennium .problems .tile .paleblue.tile-link,
.related-millennium .problems .tile .paleblue.tile-link, .page-template-template-millennium .problems .tile .teal.tile-link,
.related-millennium .problems .tile .teal.tile-link, .page-template-template-millennium .problems .tile .springgreen.tile-link,
.related-millennium .problems .tile .springgreen.tile-link, .page-template-template-millennium .problems .tile .lightgreen.tile-link,
.related-millennium .problems .tile .lightgreen.tile-link, .page-template-template-millennium .problems .tile .yellowgreen.tile-link,
.related-millennium .problems .tile .yellowgreen.tile-link, .singles .download .tile-link, .tiles .container .tile-link, .intro,
.h3 {
  margin: 1em 0 0.5em;
}

h4,
.h4 {
  margin: 1em 0 0.5em;
}

h5,
.h5 {
  margin: 1em 0 0.5em;
}

h6,
.h6 {
  margin: 1em 0 0.5em;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

p a {
  color: #164194;
  text-decoration: underline;
  font-weight: 700;
}
p a:hover, p a:active, p a:focus {
  text-decoration: none;
}

#breadcrumbs {
  font-size: 16px;
  padding: 42px 0 68px;
  margin: 0;
}
#breadcrumbs a {
  color: #051c2c;
  font-weight: 400;
}

h1.title {
  margin-top: 80px;
}

.meta-tag {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}

.tile-link {
  color: #164194;
  font-size: 16px;
  line-height: 28px;
}
.tile-link:after {
  content: "→";
  margin-left: 16px;
}
.tile-link.none {
  height: 32px;
}
.tile-link.none:after {
  content: "";
  margin-left: 0;
}

body.scroll-lock {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  max-width: 1220px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
     -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
       -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
          transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (min-width: 1248px) {
  .container {
    padding: 0 24px;
  }
}
.container.thin {
  max-width: 800px;
}
@media only screen and (min-width: 560px) {
  .container.wide {
    padding: 0;
  }
}

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

.full-width-clay {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media only screen and (min-width: 768px) {
  .full-width-clay {
    width: 99.5vw;
    position: relative;
    left: 87.4%;
    right: auto;
    margin-right: 0;
    margin-left: -50vw;
  }
}

.has-a-sidebar .container.sidebar {
  margin-bottom: 45px;
  display: grid;
  grid-template-columns: minmax(200px, 1fr);
  gap: 0%;
}
@media only screen and (min-width: 768px) {
  .has-a-sidebar .container.sidebar {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .has-a-sidebar .container.sidebar {
    grid-template-columns: minmax(57.26%, 1fr) minmax(36.3%, 1fr);
    gap: 6.41%;
  }
}
.has-a-sidebar .container main {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.has-a-sidebar .container main h2 {
  margin-top: -10px;
}
@media only screen and (min-width: 768px) {
  .has-a-sidebar .container main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.has-a-sidebar .container aside {
  margin-bottom: 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 768px) {
  .has-a-sidebar .container aside {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0px;
  }
}
.has-a-sidebar .container aside img {
  width: 100%;
  height: auto;
}

.logo {
  max-width: 524px;
  width: 100%;
  display: block;
}
.logo svg {
  width: 100%;
  height: 100%;
}

.wp-block-image img {
  height: auto;
}

figcaption,
.wp-block-image figcaption {
  margin-top: 0em;
  margin-bottom: 1.3em;
  font-weight: 700;
  color: #164194;
  font-size: 18px;
}

.section-block {
  height: 6px;
  width: 170px;
  background-color: #f39200;
}
.section-block.space {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .section-block.space {
    margin-bottom: 90px;
  }
}

.is-hidden {
  display: none !important;
}

.wp-block-embed {
  margin: 0em 0 1.5em;
  padding-top: 0.5em;
}

table thead {
  background: #164194;
  color: white;
}
table th, table td {
  border: 1px solid #164194;
  padding: 10px 12px;
}
table th {
  border-right: 1px solid white;
}
table th:last-of-type {
  border-right: 1px solid #164194;
}

.error404 #breadcrumbs .breadcrumb_last {
  position: relative;
}
.error404 #breadcrumbs .breadcrumb_last svg {
  height: 18px;
  width: 8px;
  position: absolute;
  top: 5px;
  left: 4px;
}
.error404 .body-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 150px;
}
@media only screen and (min-width: 768px) {
  .error404 .body-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.error404 .body-area h2 {
  font-size: 44px;
}
.error404 .body-area h2 a {
  color: #f39200;
  text-decoration: underline;
  font-weight: 400;
}
.error404 .body-area h2 a:hover, .error404 .body-area h2 a:active, .error404 .body-area h2 a:focus {
  text-decoration: none;
}
.error404 .body-area svg {
  margin-left: 0px;
}
@media only screen and (min-width: 768px) {
  .error404 .body-area svg {
    margin-left: 40px;
  }
}

.wp-block-button__link {
  background: #f39200;
  color: #051c2c;
  font-size: 18px;
  font-weight: 600;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 8px 16px;
  text-align: center;
  min-height: 48px;
  margin: 1em 0;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.wp-block-button__link.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .wp-block-button__link.desktop {
    display: block;
  }
}
.wp-block-button__link.mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .wp-block-button__link.mobile {
    display: none;
  }
}
.wp-block-button__link.dark {
  background: #164194;
  color: #FFF;
}
.wp-block-button__link.dark:visited {
  background: #164194;
  color: #FFF;
}
.wp-block-button__link.dark:hover, .wp-block-button__link.dark:active, .wp-block-button__link.dark:focus {
  background: #051c2c;
}
.wp-block-button__link:visited {
  background: #f39200;
  color: #051c2c;
}
.wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus {
  background: #164194;
  color: #FFF;
}
.wp-block-button__link a {
  color: #051c2c;
}
.wp-block-button__link a:hover {
  color: #FFF;
}

.is-style-outline .wp-block-button__link {
  border: 2px solid #f39200;
  padding: 6px 14px;
}
.is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:active, .is-style-outline .wp-block-button__link:focus {
  color: #FFF;
  background: #164194;
  border: 2px solid #164194;
}
.is-style-outline .wp-block-button__link a {
  color: #051c2c;
}
.is-style-outline .wp-block-button__link a:hover {
  color: #FFF;
}

header {
  background: #051c2c;
  padding: 21px 0 14px;
}
@media only screen and (min-width: 1024px) {
  header {
    padding: 74px 0 28px;
  }
}
header .container {
  position: relative;
}
header .main-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
header .main-logo .logo {
  display: none;
}
@media only screen and (min-width: 1024px) {
  header .main-logo .logo {
    display: block;
  }
}
header .main-logo .logo.mobile-only {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
}
@media only screen and (min-width: 1024px) {
  header .main-logo .logo.mobile-only {
    display: none;
  }
}
header .main-logo .logo.mobile-only svg {
  width: 104px;
}

header .main-nav {
  margin-top: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  header .main-nav {
    display: none;
    height: -webkit-calc(100vh - 94px);
    height: -moz-calc(100vh - 94px);
    height: calc(100vh - 94px);
    z-index: 4;
    overflow: auto;
    top: 204px;
    position: absolute;
    padding: 0px;
    width: 100%;
    background: white;
    left: 0;
    margin: 0;
    background-color: #f2f2f2;
    color: #002147;
  }
  .mobile-search-active header .main-nav, .mobile-menu-active header .main-nav {
    display: block;
  }
  header .main-nav ul.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 20px 40px;
  }
  .mobile-search-active header .main-nav ul.menu, .mobile-menu-active header .main-nav ul.menu {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  header .main-nav .current_page_item > a {
    border-bottom: solid #f39200 6px;
  }
}
header .main-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
@media only screen and (min-width: 1024px) {
  header .main-nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: unset;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
       -moz-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
       -moz-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-align-content: unset;
        -ms-flex-line-pack: unset;
            align-content: unset;
  }
}
header .main-nav ul li {
  margin-right: 24px;
}
@media only screen and (max-width: 1023px) {
  header .main-nav ul li {
    margin: 0;
  }
}
header .main-nav > ul.menu > li > a {
  color: #FFF;
  text-decoration: none;
  padding-bottom: 23px;
}
@media only screen and (min-width: 1024px) {
  header .main-nav > ul.menu > li > a:hover, header .main-nav > ul.menu > li > a:active {
    border-bottom: solid #f39200 6px;
  }
}
@media only screen and (max-width: 1023px) {
  header .main-nav > ul.menu > li > a {
    font-size: 18px;
    font-weight: 600;
    color: #002147;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  header .main-nav ul.menu li.menu-item-has-children > a {
    display: none;
  }
  header .main-nav ul.menu li:not(.menu-item-has-children) {
    padding: 20px 20px 20px 20px;
  }
  header .main-nav ul.menu li:not(.menu-item-has-children) > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .main-nav ul.menu > li > .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu,
header .main-nav ul.menu > li:hover > .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 3em;
  left: 0;
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  z-index: auto;
}
@media only screen and (max-width: 1023px) {
  header .main-nav ul.menu > li > .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu,
header .main-nav ul.menu > li:hover > .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu {
    background-color: #FFF;
  }
}
.mobile-search-active header .main-nav ul.menu > li > .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu, .mobile-menu-active header .main-nav ul.menu > li > .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu,
.mobile-search-active header .main-nav ul.menu > li:hover > .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu,
.mobile-menu-active header .main-nav ul.menu > li:hover > .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu {
  display: none;
}
.mobile-search-active header .main-nav ul.menu > li > .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu.active, .mobile-menu-active header .main-nav ul.menu > li > .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu.active,
.mobile-search-active header .main-nav ul.menu > li:hover > .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu.active,
.mobile-menu-active header .main-nav ul.menu > li:hover > .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: unset;
  top: unset;
  left: unset;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  header .main-nav ul.menu .sub-menu {
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.2s 0.2s;
       -moz-transition: 0.2s 0.2s;
         -o-transition: 0.2s 0.2s;
            transition: 0.2s 0.2s;
    /* delay of 1 seconds on hover off */
  }
  header .main-nav ul.menu li:hover > .sub-menu-outter-wrap > .sub-menu-wrap > .sub-menu {
    visibility: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    /* react immediately on hover */
    background-color: #f2f2f2;
    z-index: -1000;
  }
  header .main-nav ul.menu > li .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu > li:hover > .sub-menu {
    visibility: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    /* react immediately on hover */
    background-color: #f2f2f2;
  }
}
header .main-nav ul.menu > li .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu > li > .sub-menu,
header .main-nav ul.menu li > .sub-menu-outter-wrap > .sub-menu-wrap > .sub-menu {
  background-color: #f2f2f2;
}
@media only screen and (max-width: 1023px) {
  header .main-nav ul.menu > li .sub-menu-outter-wrap > .sub-menu-wrap > ul.sub-menu > li > .sub-menu,
header .main-nav ul.menu li > .sub-menu-outter-wrap > .sub-menu-wrap > .sub-menu {
    background-color: #FFF;
  }
}
header .main-nav a {
  color: #002147;
  text-decoration: none;
}
header .main-nav > ul > li {
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  header .main-nav > ul > li {
    padding: 20px 0;
    width: 100%;
  }
}
header .main-nav > ul > li .sub-menu {
  z-index: initial;
}
header .main-nav > ul > li .sub-menu li {
  z-index: auto;
}
header .main-nav > ul > li .sub-menu li .sub-menu {
  z-index: -1000;
}
header .main-nav .sub-menu-wrap {
  -webkit-transition: all 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
     -moz-transition: all 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition: all 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 1023px) {
  header .main-nav .sub-menu-wrap {
    position: relative;
  }
}
header .main-nav .sub-menu-wrap .submenu-title {
  display: none;
  color: #333;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  header .main-nav .sub-menu-wrap .submenu-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 0px 20px;
  }
  header .main-nav .sub-menu-wrap .submenu-title.active {
    padding: 0 20px 20px 20px;
  }
  header .main-nav .sub-menu-wrap .submenu-title.active .submenu-heading {
    color: #051c2c;
    font-weight: 600;
  }
  header .main-nav .sub-menu-wrap .submenu-title.sub-level {
    padding: 20px 20px 20px 20px;
  }
}
header .main-nav .sub-menu-wrap .submenu-title:focus-visible {
  outline: #303130;
  outline-style: double;
  border: 2px solid gray;
}
header .main-nav .sub-menu-wrap .submenu-title .submenu-heading {
  color: #303130;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  header .main-nav .sub-menu-wrap .submenu-title .submenu-heading {
    color: #051c2c;
  }
}
@media only screen and (max-width: 1023px) {
  header .main-nav .sub-menu-wrap:after {
    pointer-events: none;
    right: 40px;
    content: "";
    background-image: url(images/menu-arrow-down.svg);
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    position: absolute;
    top: 10px;
    -webkit-transform: translateY(-60%);
       -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
         -o-transform: translateY(-60%);
            transform: translateY(-60%);
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  header .main-nav .sub-menu-wrap.sub-level:after {
    pointer-events: none;
    top: 31px;
    -webkit-transform: translateY(-60%);
       -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
         -o-transform: translateY(-60%);
            transform: translateY(-60%);
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
header .main-nav .sub-menu-wrap.active {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  header .main-nav .sub-menu-wrap.active:after {
    pointer-events: none;
    right: 40px;
    content: "";
    background-image: url(images/menu-arrow-down.svg);
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-60%);
       -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
         -o-transform: translateY(-60%);
            transform: translateY(-60%);
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header .main-nav .sub-menu-wrap.active.sub-level:after {
    pointer-events: none;
    top: 17px;
    -webkit-transform: translateY(-60%);
       -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
         -o-transform: translateY(-60%);
            transform: translateY(-60%);
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header .main-nav .sub-menu-wrap.active .submenu-title {
    display: block;
  }
  header .main-nav .sub-menu-wrap.active .submenu-title:after {
    pointer-events: none;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 40%;
  }
}
header .main-nav .sub-menu {
  width: 330px;
}
header .main-nav .sub-menu li {
  width: 100%;
  cursor: pointer;
  margin: auto 38px;
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}
@media only screen and (max-width: 1023px) {
  header .main-nav .sub-menu li {
    cursor: pointer;
    margin: unset;
    margin-top: unset;
    margin-bottom: unset;
    padding-top: 19.5px;
    border-bottom: 1px solid #f2f2f2;
  }
}
header .main-nav .sub-menu li:hover:after {
  content: "→";
  font-size: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  float: right;
  right: -8px;
  position: relative;
  pointer-events: none;
  color: #164194;
}
@media only screen and (max-width: 1023px) {
  header .main-nav .sub-menu li:hover:after {
    display: none;
  }
}
header .main-nav .sub-menu li > a {
  color: #002147;
  font-weight: bold;
  text-decoration: none;
}
header .main-nav .sub-menu li > a:hover {
  color: #164194;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  header .main-nav .sub-menu.sub-level {
    display: none;
    padding-left: 14px;
  }
  header .main-nav .sub-menu.sub-level.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  header .main-nav .sub-menu .sub-menu-outter-wrap {
    left: 269px;
    top: 0;
    position: absolute;
    z-index: -1000;
  }
}
@media only screen and (max-width: 1023px) {
  header .main-nav .sub-menu-outter-wrap ul {
    display: grid;
    grid-template-columns: repeat(1, minmax(250px, 1fr));
    grid-gap: 60px;
    grid-row-gap: 0px;
    margin: 0;
    padding: 0px;
  }
  header .main-nav .sub-menu-outter-wrap ul li {
    padding: 0px;
  }
  header .main-nav .sub-menu-outter-wrap ul li a {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    display: block;
    font-weight: 500;
  }
}
header li {
  position: relative;
}
header > li {
  height: 60px;
  margin-bottom: -28px;
}
header > li a {
  color: #FFF;
  text-decoration: none;
}
header .back-link, header .menu-item-mobile-only {
  display: block;
}
@media only screen and (min-width: 1024px) {
  header .back-link, header .menu-item-mobile-only {
    display: none;
  }
}

div.mobile-nav-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.mobile-nav-toggle .close-button svg {
  margin-bottom: 3px;
}
@media only screen and (min-width: 1024px) {
  div.mobile-nav-toggle {
    display: none;
  }
}

.search-area {
  position: absolute;
  top: 10px;
  padding: 8px 12px;
  background: #164194;
  right: 40px;
  z-index: 100;
  overflow: visible;
  height: 44px;
  width: 44px;
}
@media only screen and (min-width: 1024px) {
  .search-area {
    position: absolute;
    top: 72px;
    padding: 20px;
    background: #164194;
    right: 0;
    z-index: 100;
    overflow: visible;
    height: unset;
    width: unset;
  }
}
.search-area .search-toggle-close {
  display: none;
}
.search-area.active .search-toggle-open {
  display: none;
}
.search-area.active .search-toggle-close {
  display: block;
}
.search-area .search-toggle {
  display: none;
  width: 32px;
  margin: 0 auto;
  height: 32px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .search-area .search-toggle {
    padding-top: 0;
    height: 32px;
    display: block;
  }
}
.search-area .search-toggle svg {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 1024px) {
  .search-area .search-toggle svg {
    width: 32px;
    height: 32px;
  }
}

.full-width-bar {
  background: #0F307F;
  display: none;
  position: absolute;
  padding: 0px;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  left: 0px;
  right: 0px;
  top: 100%;
  z-index: 99;
  height: 169px;
}
@media only screen and (min-width: 1024px) {
  .full-width-bar {
    min-height: 139px;
    height: 139px;
    max-width: unset;
    width: 100%;
    top: 129px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
    margin-left: -webkit-calc(-50vw + 50%);
    margin-left: -moz-calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
}
.full-width-bar .search-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: unset;
}
.full-width-bar .search-wrap .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .full-width-bar .search-wrap .right {
    padding: 0 24px 0 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1248px) {
  .full-width-bar .search-wrap .right {
    padding: 0 0 0 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.full-width-bar .search-wrap .btn-default {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  border: none;
  background: #f39200;
  color: #051c2c;
  font-size: 18px;
  font-weight: 700;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 6px 16px 10px;
  text-align: center;
  min-height: 44px;
  max-height: 44px;
  margin: 0;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.full-width-bar .search-wrap .btn-default:hover {
  background: #f39200;
}
.full-width-bar .search-wrap form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .full-width-bar .search-wrap form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .full-width-bar .search-wrap form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 1024px;
  }
}
@media only screen and (min-width: 1248px) {
  .full-width-bar .search-wrap form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 1172px;
  }
}
.full-width-bar .search-wrap .submenu-title {
  font-size: 36px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .full-width-bar .search-wrap .submenu-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.full-width-bar .search-wrap .submenu-title h2 {
  color: #FFF;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  width: 280px;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .full-width-bar .search-wrap .submenu-title h2 {
    width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .full-width-bar .search-wrap .submenu-title h2 {
    width: 270px;
    margin-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1248px) {
  .full-width-bar .search-wrap .submenu-title h2 {
    max-width: unset;
    width: 399px;
    margin-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.full-width-bar .search-input-wrapper {
  position: relative;
  width: 280px;
}
@media only screen and (min-width: 768px) {
  .full-width-bar .search-input-wrapper {
    width: 450px;
  }
}
@media only screen and (min-width: 1024px) {
  .full-width-bar .search-input-wrapper {
    width: 610px;
  }
}
@media only screen and (min-width: 1248px) {
  .full-width-bar .search-input-wrapper {
    width: 610px;
  }
}
.full-width-bar .search-input-wrapper input {
  color: #164194;
  font-size: 18px;
  padding: 10px 40px 10px 24px;
  display: block;
  width: 100%;
  height: 44px;
  padding-right: 24px;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin-bottom: 24px;
}
.full-width-bar .search-input-wrapper input:focus {
  outline: none;
}
.full-width-bar .search-input-wrapper input ::-webkit-input-placeholder, .full-width-bar .search-input-wrapper input::-webkit-input-placeholder, .full-width-bar .search-input-wrapper input:placeholder {
  font-style: italic;
}
.full-width-bar .search-input-wrapper input ::-moz-placeholder, .full-width-bar .search-input-wrapper input::-moz-placeholder, .full-width-bar .search-input-wrapper input:placeholder {
  font-style: italic;
}
.full-width-bar .search-input-wrapper input :-ms-input-placeholder, .full-width-bar .search-input-wrapper input:-ms-input-placeholder, .full-width-bar .search-input-wrapper input:placeholder {
  font-style: italic;
}
.full-width-bar .search-input-wrapper input ::placeholder, .full-width-bar .search-input-wrapper input::placeholder, .full-width-bar .search-input-wrapper input:placeholder {
  font-style: italic;
}
@media only screen and (min-width: 1024px) {
  .full-width-bar .search-input-wrapper input {
    margin-bottom: 0;
  }
}
.full-width-bar .search-input-wrapper button {
  background-color: #f39200;
  color: #303130;
  height: 48px;
  width: 94px;
}
.full-width-bar .search-input-wrapper svg {
  position: absolute;
  right: 24px;
  pointer-events: none;
  top: 0.5rem;
}
@media only screen and (min-width: 400px) {
  .full-width-bar .search-input-wrapper svg {
    top: 0.7rem;
  }
}
@media only screen and (min-width: 1024px) {
  .full-width-bar .search-input-wrapper svg {
    top: 0.8rem;
  }
}
.mobile-search-active .full-width-bar, .mobile-menu-active .full-width-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 37px;
}
@media only screen and (min-width: 768px) {
  .mobile-search-active .full-width-bar, .mobile-menu-active .full-width-bar {
    top: 37px;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-search-active .full-width-bar, .mobile-menu-active .full-width-bar {
    top: 131px;
  }
}
@media screen and (max-width: 782px) {
  .mobile-search-active .full-width-bar, .mobile-menu-active .full-width-bar {
    top: 37px;
  }
}

footer {
  position: relative;
}
footer .section-block {
  position: absolute;
}
footer .upper {
  padding: 52px 0;
  background: #164194;
}
@media only screen and (min-width: 768px) {
  footer .upper {
    padding: 72px 0;
  }
}
footer .lower {
  margin: 1.3em 0;
}
footer .lower p {
  margin: 0;
}
footer .upper .container,
footer .lower .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}
footer ul li {
  margin-right: 24px;
}
footer ul li:last-of-type {
  margin-right: 0;
}
footer ul li a {
  color: #FFF;
  text-decoration: none;
}

.home .intro-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .home .intro-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home .intro-text .h2, .home .intro-text h2 {
  width: 100%;
  max-width: 870px;
  margin: 0;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .home .intro-text .h2, .home .intro-text h2 {
    margin: 0;
  }
}
.home .listing {
  margin-bottom: 0;
}
.home .listing.related .section-block {
  background: #f39200;
}
.home .listing .related-text-area h2 {
  margin: 0;
}

.carousel-banner {
  position: relative;
  clear: both;
  overflow: hidden;
}
.carousel-banner .image {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.carousel-banner .inside-wrap {
  position: relative;
}
.carousel-banner .inside-wrap .overlay {
  background: rgba(5, 28, 44, 0.5);
  height: 100%;
  z-index: 2;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.carousel-banner .container {
  position: relative;
  z-index: 10;
}
.carousel-banner .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 100%;
  min-height: 648px;
}
@media only screen and (min-width: 768px) {
  .carousel-banner .content {
    max-width: 670px;
    min-height: 624px;
  }
}
.carousel-banner .content h1,
.carousel-banner .content p {
  color: #FFF;
}
.carousel-banner .content h1 {
  margin: 1.85em 0 0;
}
.carousel-banner .content p {
  margin: 0.8em 0 1em;
}
.carousel-banner .tns-nav {
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  max-width: 1220px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
     -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
       -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
          transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  top: 60px;
  z-index: 15;
  margin-top: -32px;
}
@media only screen and (min-width: 1248px) {
  .carousel-banner .tns-nav {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-banner .tns-nav {
    top: 100px;
  }
}
.carousel-banner .tns-nav button {
  background: #f2f2f2;
  border: none;
  height: 6px;
  width: 60px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .carousel-banner .tns-nav button {
    width: 170px;
  }
}
.carousel-banner .tns-nav button.tns-nav-active {
  background: #f39200;
}
.carousel-banner .tns-controls {
  position: absolute;
  z-index: 15;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  max-width: 1220px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
     -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
       -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
          transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
@media only screen and (min-width: 1248px) {
  .carousel-banner .tns-controls {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-banner .tns-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.carousel-banner .tns-controls button {
  background-color: transparent;
  border: none;
  color: #f39200;
  font-size: 52px;
}
.carousel-banner .tns-controls button[data-controls=prev] {
  position: absolute;
  left: -70px;
}
.carousel-banner .tns-controls button[data-controls=next] {
  position: absolute;
  right: -70px;
}

.tab-wrap {
  background: #f39200;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .tab-wrap {
    margin-bottom: 90px;
  }
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tabs li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 14px;
  cursor: pointer;
  background: #051c2c;
  color: #FFF;
  margin-right: 8px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .tabs li {
    margin-right: 20px;
  }
}
.tabs li:last-of-type {
  margin-right: 0;
}
.tabs li.current, .tabs li:hover, .tabs li.active {
  background: #FFF;
  color: #051c2c;
}
.tabs .tab_radio {
  display: none !important;
}

.pager-container {
  width: 100%;
  display: block;
  font-family: soleil, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 18px;
  color: #051c2c;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 62px;
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .pagination {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .pagination {
    margin-bottom: 90px;
  }
}
.pagination.mobile-pagination {
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .pagination.mobile-pagination {
    display: none;
  }
}
.pagination.mobile-pagination .direction {
  display: block;
}
.pagination.mobile-pagination .direction.inactive {
  display: none;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .pagination.mobile-pagination .direction {
    display: none;
  }
}
.pagination.mobile-pagination ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagination .direction {
  margin: 0;
  background: #f39200;
  color: #051c2c;
  padding: 8px 16px;
  display: inline-block;
  color: #051c2c;
  min-width: 130px;
  display: none;
}
.pagination .direction.inactive {
  display: none;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .pagination .direction {
    display: block;
  }
}
.pagination .direction:hover, .pagination .direction:active, .pagination .direction:focus {
  background: #164194;
  color: #FFF;
}
.pagination .direction:hover a, .pagination .direction:active a, .pagination .direction:focus a {
  color: #FFF;
}
.pagination .direction:first-of-type {
  margin-right: 16px;
}
.pagination .direction:first-of-type:before {
  content: "←";
  margin-right: 8px;
}
.pagination .direction:last-of-type {
  margin-left: 8px;
}
.pagination .direction:last-of-type:after {
  content: "→";
  margin-left: 16px;
}
.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.pagination ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
  color: #051c2c;
  text-decoration: none;
  padding: 16px;
}
.pagination ul li a {
  text-decoration: none;
  color: #051c2c;
}
.pagination ul li a:hover {
  text-decoration: underline;
}
.pagination ul li.active {
  cursor: pointer;
  pointer-events: none;
  text-decoration: underline;
}
.pagination ul .dots {
  letter-spacing: 2px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.people-form.filter-form-in-header {
  width: 100vw;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: -moz-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.people-form.filter-form-in-header .link-tabs {
  width: 100%;
  padding: 0px;
  display: block;
}
.people-form.filter-form-in-header .link-tabs .tabs-menu {
  border-bottom: unset;
}
.people-form.filter-form-in-header .link-tabs div.section-block {
  background: #f39200;
  background-color: #f39200;
}
.people-form.filter-form-in-header .link-tabs .tabs-menu-mobile {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.people-form.filter-form-in-header .link-tabs .tabs-menu-mobile .lbl-select2 {
  margin-left: 13px;
  margin-top: 8px;
}
@media only screen and (min-width: 1024px) {
  .people-form.filter-form-in-header .link-tabs .tabs-menu-mobile {
    display: none;
  }
}
.people-form.filter-form-in-header .tabs-menu-wrapper {
  width: 100vw;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: -moz-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  background: #f39200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .people-form.filter-form-in-header .tabs-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.people-form.filter-form-in-header .tabs-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.people-form.filter-form-in-header .tabs-wrapper .filters-container {
  margin-bottom: 0px;
}
.people-form.filter-form-in-header .tabs-wrapper .tabs-menu {
  margin: 0 auto;
  background: #f39200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1172px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0px;
}
@media only screen and (min-width: 1024px) {
  .people-form.filter-form-in-header .tabs-wrapper .tabs-menu {
    gap: 0px;
  }
}
@media only screen and (min-width: 1248px) {
  .people-form.filter-form-in-header .tabs-wrapper .tabs-menu {
    gap: 20px;
  }
}
.people-form.filter-form-in-header .tabs-wrapper .tabs-menu .radio-wrap {
  cursor: pointer;
  margin-bottom: 0px;
  padding: 12px 0;
  width: 100%;
  background: #051c2c;
  min-width: 168px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.people-form.filter-form-in-header .tabs-wrapper .tabs-menu .radio-wrap label {
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.people-form.filter-form-in-header .tabs-wrapper .tabs-menu .radio-wrap.selected {
  background: #FFF;
  border-bottom: unset;
}
.people-form.filter-form-in-header .tabs-wrapper .tabs-menu .radio-wrap.selected label {
  color: #051c2c;
}

.filters-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 48px;
}
.filters-container.mobile-open {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: unset;
  gap: 15px;
}
@media only screen and (min-width: 1248px) {
  .filters-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: unset;
    gap: 25px;
  }
}
.filters-container .filter {
  overflow: hidden;
  -webkit-transition: height 0.1s;
     -moz-transition: height 0.1s;
       -o-transition: height 0.1s;
          transition: height 0.1s;
}
@media only screen and (min-width: 1248px) {
  .filters-container .filter {
    height: 48px;
    overflow: unset;
  }
}
.filters-container.mobile-open .filter {
  height: 48px;
  overflow: unset;
}
.filters-container .mobile_filters_toggle {
  background-color: #f39200;
  color: #303130;
  height: 48px;
  width: 193px;
  min-width: 193px;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media only screen and (min-width: 1248px) {
  .filters-container .mobile_filters_toggle {
    display: none;
  }
}
.filters-container .search_filter.filter input {
  min-height: 52.5px;
}
.filters-container input {
  background: none;
  color: #313131;
  font-size: 20px;
  display: block;
  width: 100%;
  padding-right: 24px;
  border: none;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  font-family: soleil, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  background: #FFF;
  background: #FFF;
  padding: 0 40px 0 12px;
}
.filters-container input ::-webkit-input-placeholder, .filters-container input::-webkit-input-placeholder, .filters-container input:placeholder {
  font-family: soleil, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
.filters-container input ::-moz-placeholder, .filters-container input::-moz-placeholder, .filters-container input:placeholder {
  font-family: soleil, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
.filters-container input :-ms-input-placeholder, .filters-container input:-ms-input-placeholder, .filters-container input:placeholder {
  font-family: soleil, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
.filters-container input ::placeholder, .filters-container input::placeholder, .filters-container input:placeholder {
  font-family: soleil, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
.filters-container input:focus {
  outline: none;
}
@media only screen and (min-width: 1248px) {
  .filters-container input {
    min-width: 290px;
  }
}
.filters-container input::-webkit-input-placeholder {
  font-family: soleil, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
}
.filters-container input::-moz-placeholder {
  font-family: soleil, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
}
.filters-container input:-ms-input-placeholder {
  font-family: soleil, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
}
.filters-container input::placeholder {
  font-family: soleil, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
}
.filters-container input[type=radio] {
  width: 18px;
  height: 18px;
  min-width: unset;
}
.filters-container .search_filter {
  position: relative;
}
.filters-container .search_filter #search-archive-icon {
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 0;
  background: #164194;
  width: 52px;
  min-height: 52.5px;
}
.filters-container .search_filter #search-archive-icon svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.filters-container .secondary-filters {
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .filters-container .secondary-filters {
    display: grid;
    padding: 40px 0 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-container .secondary-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 40px 0;
  }
}
@media only screen and (min-width: 1248px) {
  .filters-container .secondary-filters {
    padding: 80px 0 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filters-container .secondary-filters input[type=radio] + label {
  margin-left: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .filters-container .secondary-filters .left-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.filters-container .secondary-filters .radio-filter {
  display: grid;
}
@media only screen and (min-width: 1024px) {
  .filters-container .secondary-filters .radio-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.filters-container .secondary-filters .radio-filter .radio-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filters-container .secondary-filters .radio-filter input[type=radio]:nth-of-type(1n) {
  margin-left: 13px;
}
.filters-container .secondary-filters .radio-filter input[type=radio]:nth-of-type(2n) {
  margin-left: 50px;
}
.filters-container .secondary-filters .right-filters {
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px 0 40px 0;
}
@media only screen and (min-width: 1024px) {
  .filters-container .secondary-filters .right-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.filters-container .secondary-filters .right-filters > .dropdown-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 13px;
}
@media only screen and (min-width: 1024px) {
  .filters-container .secondary-filters .right-filters > .dropdown-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
  }
}

.switch-font {
  font-family: kepler-std-display, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.container .filters-container p {
  font-family: kepler-std-display, "Segoe UI", "Times New Roman", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #313131;
  font-size: 20px;
  display: inline-block;
  margin-right: 16px;
  margin: 0;
}
.container select {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: white;
  line-height: 26px;
  padding-left: 2px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  padding-left: 8px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .container select {
    width: auto;
  }
}
.container .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.container .select2-container .select2-selection--single {
  height: 48px;
}
.container .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 20px;
  line-height: 48px;
  color: #313131;
  font-family: soleil, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.container .select2-container {
  min-width: 221.5px;
  min-height: 52.5px;
  max-width: 221.5px;
}
.container .select2-selection__arrow b {
  border: none !important;
  background-image: url(images/drop-arrow.svg) !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
  height: 12px !important;
  width: 20px !important;
  margin-left: -32px !important;
  margin-top: 8px !important;
}
.container .select2-selection {
  height: 52.5px !important;
}
.container .select2.select2-container.select2-container--open .select2-selection__rendered {
  background-color: #164194;
  color: #FFF;
  display: block;
}
.container .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #164194;
  display: block;
  color: #FFF;
}
.container .select2-container--default .select2-results__option--selected {
  background-color: #f39200;
}

.link-tabs {
  padding-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .link-tabs {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: unset;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
            flex-wrap: unset;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
       -moz-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
       -moz-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-align-content: unset;
        -ms-flex-line-pack: unset;
            align-content: unset;
  }
}
.link-tabs a, .link-tabs a:hover {
  border-bottom: none;
}
.link-tabs .tabs-menu-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .link-tabs .tabs-menu-mobile {
    display: none;
  }
}
.link-tabs .tabs-menu {
  display: none;
  -webkit-align-content: space-evenly;
      -ms-flex-line-pack: space-evenly;
          align-content: space-evenly;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .link-tabs .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
    border-bottom: 1px solid #164194;
  }
}
.link-tabs .tabs-menu input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
  cursor: pointer;
}
.link-tabs .tabs-menu label {
  cursor: pointer;
  font-weight: 400;
  font-size: 22px;
  text-decoration: none;
  line-height: 33px;
  color: #164194;
}
.link-tabs .tabs-menu .radio-wrap {
  cursor: pointer;
  margin-bottom: -4px;
  padding: 5px 0;
}
.link-tabs .tabs-menu .radio-wrap.selected {
  cursor: pointer;
  color: #164194;
  border-bottom: 8px solid #f39200;
  background: #f39200;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .link-tabs .tabs-menu .radio-wrap.selected {
    color: #164194;
    border-bottom: 8px solid #f39200;
    background: unset;
    text-decoration: unset;
  }
}

.header-types.default {
  background: #f39200;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .header-types.default {
    margin-bottom: 90px;
  }
}
.header-types.default.listing {
  margin-bottom: 0;
}
.header-types.default .section-block {
  background: #051c2c;
}
.header-types.default h1 {
  margin: 0;
  margin-top: 24px;
  padding-bottom: 64px;
}

.share {
  margin-top: 68px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share span {
  margin-bottom: 0em;
}
.share .logos {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.share .logos .logo {
  position: relative;
  margin-left: 12px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share .logos .logo svg {
  width: 100%;
  height: auto;
}
.share .logos .logo svg path {
  fill: #164194;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
     -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
       -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
          transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.share .logos .logo:hover svg path, .share .logos .logo:focus svg path {
  fill: #051c2c;
}

.rules {
  background: #f39200;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.rules .section-block {
  background: #051c2c;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .rules .section-block {
    margin-bottom: 90px;
  }
}
.rules .container {
  position: relative;
}
.rules .text-wrap {
  position: relative;
  z-index: 2;
}
.rules svg {
  position: absolute;
  top: -35px;
  z-index: 1;
  left: -webkit-calc(100% - 560px);
  left: -moz-calc(100% - 560px);
  left: calc(100% - 560px);
}
.rules svg path {
  fill: #EF7F00;
}

.accordions {
  padding-top: 22px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .accordions {
    margin-bottom: 90px;
  }
}
.accordions .accordion-item {
  margin-bottom: 32px;
}
.accordions .accordion-item .title-block {
  padding: 12px 20px 16px;
  background: #f2f2f2;
  border-left: solid 6px #164194;
}
.accordions .accordion-item .title-block .accordion-link {
  color: #303130;
  text-decoration: none;
}
.accordions .accordion-item .title-block .accordion-link h3, .accordions .accordion-item .title-block .accordion-link .page-template-template-millennium .problems .tile .orange.tile-link, .page-template-template-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .orange.tile-link,
.accordions .accordion-item .title-block .accordion-link .related-millennium .problems .tile .orange.tile-link,
.related-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .orange.tile-link, .accordions .accordion-item .title-block .accordion-link .page-template-template-millennium .problems .tile .blue.tile-link, .page-template-template-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .blue.tile-link,
.accordions .accordion-item .title-block .accordion-link .related-millennium .problems .tile .blue.tile-link,
.related-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .blue.tile-link, .accordions .accordion-item .title-block .accordion-link .page-template-template-millennium .problems .tile .paleblue.tile-link, .page-template-template-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .paleblue.tile-link,
.accordions .accordion-item .title-block .accordion-link .related-millennium .problems .tile .paleblue.tile-link,
.related-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .paleblue.tile-link, .accordions .accordion-item .title-block .accordion-link .page-template-template-millennium .problems .tile .teal.tile-link, .page-template-template-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .teal.tile-link,
.accordions .accordion-item .title-block .accordion-link .related-millennium .problems .tile .teal.tile-link,
.related-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .teal.tile-link, .accordions .accordion-item .title-block .accordion-link .page-template-template-millennium .problems .tile .springgreen.tile-link, .page-template-template-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .springgreen.tile-link,
.accordions .accordion-item .title-block .accordion-link .related-millennium .problems .tile .springgreen.tile-link,
.related-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .springgreen.tile-link, .accordions .accordion-item .title-block .accordion-link .page-template-template-millennium .problems .tile .lightgreen.tile-link, .page-template-template-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .lightgreen.tile-link,
.accordions .accordion-item .title-block .accordion-link .related-millennium .problems .tile .lightgreen.tile-link,
.related-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .lightgreen.tile-link, .accordions .accordion-item .title-block .accordion-link .page-template-template-millennium .problems .tile .yellowgreen.tile-link, .page-template-template-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .yellowgreen.tile-link,
.accordions .accordion-item .title-block .accordion-link .related-millennium .problems .tile .yellowgreen.tile-link,
.related-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .yellowgreen.tile-link, .accordions .accordion-item .title-block .accordion-link .singles .download .tile-link, .singles .download .accordions .accordion-item .title-block .accordion-link .tile-link, .accordions .accordion-item .title-block .accordion-link .tiles .container .tile-link, .tiles .container .accordions .accordion-item .title-block .accordion-link .tile-link, .accordions .accordion-item .title-block .accordion-link .intro {
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-right: 30px;
}
.accordions .accordion-item .title-block .accordion-link h3:after, .accordions .accordion-item .title-block .accordion-link .page-template-template-millennium .problems .tile .orange.tile-link:after, .page-template-template-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .orange.tile-link:after,
.accordions .accordion-item .title-block .accordion-link .related-millennium .problems .tile .orange.tile-link:after,
.related-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .orange.tile-link:after, .accordions .accordion-item .title-block .accordion-link .page-template-template-millennium .problems .tile .blue.tile-link:after, .page-template-template-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .blue.tile-link:after,
.accordions .accordion-item .title-block .accordion-link .related-millennium .problems .tile .blue.tile-link:after,
.related-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .blue.tile-link:after, .accordions .accordion-item .title-block .accordion-link .page-template-template-millennium .problems .tile .paleblue.tile-link:after, .page-template-template-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .paleblue.tile-link:after,
.accordions .accordion-item .title-block .accordion-link .related-millennium .problems .tile .paleblue.tile-link:after,
.related-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .paleblue.tile-link:after, .accordions .accordion-item .title-block .accordion-link .page-template-template-millennium .problems .tile .teal.tile-link:after, .page-template-template-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .teal.tile-link:after,
.accordions .accordion-item .title-block .accordion-link .related-millennium .problems .tile .teal.tile-link:after,
.related-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .teal.tile-link:after, .accordions .accordion-item .title-block .accordion-link .page-template-template-millennium .problems .tile .springgreen.tile-link:after, .page-template-template-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .springgreen.tile-link:after,
.accordions .accordion-item .title-block .accordion-link .related-millennium .problems .tile .springgreen.tile-link:after,
.related-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .springgreen.tile-link:after, .accordions .accordion-item .title-block .accordion-link .page-template-template-millennium .problems .tile .lightgreen.tile-link:after, .page-template-template-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .lightgreen.tile-link:after,
.accordions .accordion-item .title-block .accordion-link .related-millennium .problems .tile .lightgreen.tile-link:after,
.related-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .lightgreen.tile-link:after, .accordions .accordion-item .title-block .accordion-link .page-template-template-millennium .problems .tile .yellowgreen.tile-link:after, .page-template-template-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .yellowgreen.tile-link:after,
.accordions .accordion-item .title-block .accordion-link .related-millennium .problems .tile .yellowgreen.tile-link:after,
.related-millennium .problems .tile .accordions .accordion-item .title-block .accordion-link .yellowgreen.tile-link:after, .accordions .accordion-item .title-block .accordion-link .singles .download .tile-link:after, .singles .download .accordions .accordion-item .title-block .accordion-link .tile-link:after, .accordions .accordion-item .title-block .accordion-link .tiles .container .tile-link:after, .tiles .container .accordions .accordion-item .title-block .accordion-link .tile-link:after, .accordions .accordion-item .title-block .accordion-link .intro:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  content: "";
  background: url(/wp-content/themes/clay/images/accordion-closed.svg);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.accordions .accordion-item.open h3:after, .accordions .accordion-item.open .page-template-template-millennium .problems .tile .orange.tile-link:after, .page-template-template-millennium .problems .tile .accordions .accordion-item.open .orange.tile-link:after,
.accordions .accordion-item.open .related-millennium .problems .tile .orange.tile-link:after,
.related-millennium .problems .tile .accordions .accordion-item.open .orange.tile-link:after, .accordions .accordion-item.open .page-template-template-millennium .problems .tile .blue.tile-link:after, .page-template-template-millennium .problems .tile .accordions .accordion-item.open .blue.tile-link:after,
.accordions .accordion-item.open .related-millennium .problems .tile .blue.tile-link:after,
.related-millennium .problems .tile .accordions .accordion-item.open .blue.tile-link:after, .accordions .accordion-item.open .page-template-template-millennium .problems .tile .paleblue.tile-link:after, .page-template-template-millennium .problems .tile .accordions .accordion-item.open .paleblue.tile-link:after,
.accordions .accordion-item.open .related-millennium .problems .tile .paleblue.tile-link:after,
.related-millennium .problems .tile .accordions .accordion-item.open .paleblue.tile-link:after, .accordions .accordion-item.open .page-template-template-millennium .problems .tile .teal.tile-link:after, .page-template-template-millennium .problems .tile .accordions .accordion-item.open .teal.tile-link:after,
.accordions .accordion-item.open .related-millennium .problems .tile .teal.tile-link:after,
.related-millennium .problems .tile .accordions .accordion-item.open .teal.tile-link:after, .accordions .accordion-item.open .page-template-template-millennium .problems .tile .springgreen.tile-link:after, .page-template-template-millennium .problems .tile .accordions .accordion-item.open .springgreen.tile-link:after,
.accordions .accordion-item.open .related-millennium .problems .tile .springgreen.tile-link:after,
.related-millennium .problems .tile .accordions .accordion-item.open .springgreen.tile-link:after, .accordions .accordion-item.open .page-template-template-millennium .problems .tile .lightgreen.tile-link:after, .page-template-template-millennium .problems .tile .accordions .accordion-item.open .lightgreen.tile-link:after,
.accordions .accordion-item.open .related-millennium .problems .tile .lightgreen.tile-link:after,
.related-millennium .problems .tile .accordions .accordion-item.open .lightgreen.tile-link:after, .accordions .accordion-item.open .page-template-template-millennium .problems .tile .yellowgreen.tile-link:after, .page-template-template-millennium .problems .tile .accordions .accordion-item.open .yellowgreen.tile-link:after,
.accordions .accordion-item.open .related-millennium .problems .tile .yellowgreen.tile-link:after,
.related-millennium .problems .tile .accordions .accordion-item.open .yellowgreen.tile-link:after, .accordions .accordion-item.open .singles .download .tile-link:after, .singles .download .accordions .accordion-item.open .tile-link:after, .accordions .accordion-item.open .tiles .container .tile-link:after, .tiles .container .accordions .accordion-item.open .tile-link:after, .accordions .accordion-item.open .intro:after {
  background: url(/wp-content/themes/clay/images/accordion-open.svg);
  background-repeat: no-repeat;
  height: 3px;
  width: 16px;
}
.accordions .accordion-item .text-block {
  display: none;
  padding: 12px 20px 16px;
  background: #f2f2f2;
  border-left: solid 6px #164194;
}
.accordions .accordion-item .text-block p:first-of-type {
  margin-top: 0;
}
.accordions .accordion-item .text-block p:last-of-type {
  margin-bottom: 0;
}
.accordions .accordion-item .text-block.open {
  display: block;
}
@media only screen and (min-width: 768px) {
  .accordions .accordion-item .book-chapters {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 3fr;
  }
}
.accordions .accordion-item .book-chapters .book-title {
  display: block;
}
.accordions .accordion-item .book-chapters .book-title a {
  font-size: 20px;
  color: #164194;
  text-decoration: none;
}
.accordions .accordion-item .book-chapters .book-title a:hover:after {
  content: "→";
}
.featured-box.add-space {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .featured-box.add-space {
    margin-bottom: 90px;
  }
}
.featured-box .section-block {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .featured-box .section-block {
    margin-bottom: 90px;
  }
}
.featured-box .container.block-wrap {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: minmax(200px, 1fr);
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .featured-box .container.block-wrap {
    grid-template-columns: minmax(48%, 1fr) minmax(48%, 1fr);
  }
}
.featured-box .container.block-wrap:hover {
  -webkit-transform: scale(0.98);
     -moz-transform: scale(0.98);
      -ms-transform: scale(0.98);
       -o-transform: scale(0.98);
          transform: scale(0.98);
}
.featured-box .container.block-wrap:hover h3, .featured-box .container.block-wrap:hover .page-template-template-millennium .problems .tile .orange.tile-link, .page-template-template-millennium .problems .tile .featured-box .container.block-wrap:hover .orange.tile-link,
.featured-box .container.block-wrap:hover .related-millennium .problems .tile .orange.tile-link,
.related-millennium .problems .tile .featured-box .container.block-wrap:hover .orange.tile-link, .featured-box .container.block-wrap:hover .page-template-template-millennium .problems .tile .blue.tile-link, .page-template-template-millennium .problems .tile .featured-box .container.block-wrap:hover .blue.tile-link,
.featured-box .container.block-wrap:hover .related-millennium .problems .tile .blue.tile-link,
.related-millennium .problems .tile .featured-box .container.block-wrap:hover .blue.tile-link, .featured-box .container.block-wrap:hover .page-template-template-millennium .problems .tile .paleblue.tile-link, .page-template-template-millennium .problems .tile .featured-box .container.block-wrap:hover .paleblue.tile-link,
.featured-box .container.block-wrap:hover .related-millennium .problems .tile .paleblue.tile-link,
.related-millennium .problems .tile .featured-box .container.block-wrap:hover .paleblue.tile-link, .featured-box .container.block-wrap:hover .page-template-template-millennium .problems .tile .teal.tile-link, .page-template-template-millennium .problems .tile .featured-box .container.block-wrap:hover .teal.tile-link,
.featured-box .container.block-wrap:hover .related-millennium .problems .tile .teal.tile-link,
.related-millennium .problems .tile .featured-box .container.block-wrap:hover .teal.tile-link, .featured-box .container.block-wrap:hover .page-template-template-millennium .problems .tile .springgreen.tile-link, .page-template-template-millennium .problems .tile .featured-box .container.block-wrap:hover .springgreen.tile-link,
.featured-box .container.block-wrap:hover .related-millennium .problems .tile .springgreen.tile-link,
.related-millennium .problems .tile .featured-box .container.block-wrap:hover .springgreen.tile-link, .featured-box .container.block-wrap:hover .page-template-template-millennium .problems .tile .lightgreen.tile-link, .page-template-template-millennium .problems .tile .featured-box .container.block-wrap:hover .lightgreen.tile-link,
.featured-box .container.block-wrap:hover .related-millennium .problems .tile .lightgreen.tile-link,
.related-millennium .problems .tile .featured-box .container.block-wrap:hover .lightgreen.tile-link, .featured-box .container.block-wrap:hover .page-template-template-millennium .problems .tile .yellowgreen.tile-link, .page-template-template-millennium .problems .tile .featured-box .container.block-wrap:hover .yellowgreen.tile-link,
.featured-box .container.block-wrap:hover .related-millennium .problems .tile .yellowgreen.tile-link,
.related-millennium .problems .tile .featured-box .container.block-wrap:hover .yellowgreen.tile-link, .featured-box .container.block-wrap:hover .singles .download .tile-link, .singles .download .featured-box .container.block-wrap:hover .tile-link, .featured-box .tiles .container.block-wrap:hover .tile-link, .tiles .featured-box .container.block-wrap:hover .tile-link, .featured-box .container.block-wrap:hover .intro {
  text-decoration: underline;
}
.featured-box .container .image-block {
  height: 320px;
}
.featured-box .container .image-block.right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 768px) {
  .featured-box .container .image-block.right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.featured-box .container .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.featured-box .container .text-block.right {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 768px) {
  .featured-box .container .text-block.right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.featured-box .container .text-block h3, .featured-box .container .text-block .page-template-template-millennium .problems .tile .orange.tile-link, .page-template-template-millennium .problems .tile .featured-box .container .text-block .orange.tile-link,
.featured-box .container .text-block .related-millennium .problems .tile .orange.tile-link,
.related-millennium .problems .tile .featured-box .container .text-block .orange.tile-link, .featured-box .container .text-block .page-template-template-millennium .problems .tile .blue.tile-link, .page-template-template-millennium .problems .tile .featured-box .container .text-block .blue.tile-link,
.featured-box .container .text-block .related-millennium .problems .tile .blue.tile-link,
.related-millennium .problems .tile .featured-box .container .text-block .blue.tile-link, .featured-box .container .text-block .page-template-template-millennium .problems .tile .paleblue.tile-link, .page-template-template-millennium .problems .tile .featured-box .container .text-block .paleblue.tile-link,
.featured-box .container .text-block .related-millennium .problems .tile .paleblue.tile-link,
.related-millennium .problems .tile .featured-box .container .text-block .paleblue.tile-link, .featured-box .container .text-block .page-template-template-millennium .problems .tile .teal.tile-link, .page-template-template-millennium .problems .tile .featured-box .container .text-block .teal.tile-link,
.featured-box .container .text-block .related-millennium .problems .tile .teal.tile-link,
.related-millennium .problems .tile .featured-box .container .text-block .teal.tile-link, .featured-box .container .text-block .page-template-template-millennium .problems .tile .springgreen.tile-link, .page-template-template-millennium .problems .tile .featured-box .container .text-block .springgreen.tile-link,
.featured-box .container .text-block .related-millennium .problems .tile .springgreen.tile-link,
.related-millennium .problems .tile .featured-box .container .text-block .springgreen.tile-link, .featured-box .container .text-block .page-template-template-millennium .problems .tile .lightgreen.tile-link, .page-template-template-millennium .problems .tile .featured-box .container .text-block .lightgreen.tile-link,
.featured-box .container .text-block .related-millennium .problems .tile .lightgreen.tile-link,
.related-millennium .problems .tile .featured-box .container .text-block .lightgreen.tile-link, .featured-box .container .text-block .page-template-template-millennium .problems .tile .yellowgreen.tile-link, .page-template-template-millennium .problems .tile .featured-box .container .text-block .yellowgreen.tile-link,
.featured-box .container .text-block .related-millennium .problems .tile .yellowgreen.tile-link,
.related-millennium .problems .tile .featured-box .container .text-block .yellowgreen.tile-link, .featured-box .container .text-block .singles .download .tile-link, .singles .download .featured-box .container .text-block .tile-link, .featured-box .tiles .container .text-block .tile-link, .tiles .featured-box .container .text-block .tile-link, .featured-box .container .text-block .intro {
  margin-top: 0;
}
.featured-box .container .text-block .tile-link {
  display: block;
  text-decoration: none;
}
.featured-box .container .text-block .tile-link:after {
  margin-left: 0;
}

.tiles {
  background: #f2f2f2;
}
.tiles.add-space {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .tiles.add-space {
    margin-bottom: 90px;
  }
}
.tiles .section-block {
  margin-bottom: 45px;
  background: #164194;
}
@media only screen and (min-width: 768px) {
  .tiles .section-block {
    margin-bottom: 90px;
  }
}
.tiles a {
  text-decoration: none;
  color: #051c2c;
}
.tiles a.tile:hover {
  -webkit-transform: scale(0.98);
     -moz-transform: scale(0.98);
      -ms-transform: scale(0.98);
       -o-transform: scale(0.98);
          transform: scale(0.98);
}
.tiles a.tile:hover .text-wrap h3, .tiles .page-template-template-millennium .problems a.tile:hover .text-wrap .orange.tile-link, .page-template-template-millennium .problems .tiles a.tile:hover .text-wrap .orange.tile-link,
.tiles .related-millennium .problems a.tile:hover .text-wrap .orange.tile-link,
.related-millennium .problems .tiles a.tile:hover .text-wrap .orange.tile-link, .tiles .page-template-template-millennium .problems a.tile:hover .text-wrap .blue.tile-link, .page-template-template-millennium .problems .tiles a.tile:hover .text-wrap .blue.tile-link,
.tiles .related-millennium .problems a.tile:hover .text-wrap .blue.tile-link,
.related-millennium .problems .tiles a.tile:hover .text-wrap .blue.tile-link, .tiles .page-template-template-millennium .problems a.tile:hover .text-wrap .paleblue.tile-link, .page-template-template-millennium .problems .tiles a.tile:hover .text-wrap .paleblue.tile-link,
.tiles .related-millennium .problems a.tile:hover .text-wrap .paleblue.tile-link,
.related-millennium .problems .tiles a.tile:hover .text-wrap .paleblue.tile-link, .tiles .page-template-template-millennium .problems a.tile:hover .text-wrap .teal.tile-link, .page-template-template-millennium .problems .tiles a.tile:hover .text-wrap .teal.tile-link,
.tiles .related-millennium .problems a.tile:hover .text-wrap .teal.tile-link,
.related-millennium .problems .tiles a.tile:hover .text-wrap .teal.tile-link, .tiles .page-template-template-millennium .problems a.tile:hover .text-wrap .springgreen.tile-link, .page-template-template-millennium .problems .tiles a.tile:hover .text-wrap .springgreen.tile-link,
.tiles .related-millennium .problems a.tile:hover .text-wrap .springgreen.tile-link,
.related-millennium .problems .tiles a.tile:hover .text-wrap .springgreen.tile-link, .tiles .page-template-template-millennium .problems a.tile:hover .text-wrap .lightgreen.tile-link, .page-template-template-millennium .problems .tiles a.tile:hover .text-wrap .lightgreen.tile-link,
.tiles .related-millennium .problems a.tile:hover .text-wrap .lightgreen.tile-link,
.related-millennium .problems .tiles a.tile:hover .text-wrap .lightgreen.tile-link, .tiles .page-template-template-millennium .problems a.tile:hover .text-wrap .yellowgreen.tile-link, .page-template-template-millennium .problems .tiles a.tile:hover .text-wrap .yellowgreen.tile-link,
.tiles .related-millennium .problems a.tile:hover .text-wrap .yellowgreen.tile-link,
.related-millennium .problems .tiles a.tile:hover .text-wrap .yellowgreen.tile-link, .tiles a.tile:hover .text-wrap .singles .download .tile-link, .singles .download .tiles a.tile:hover .text-wrap .tile-link, .tiles a.tile:hover .text-wrap .container .tile-link, .tiles .container a.tile:hover .text-wrap .tile-link, .tiles a.tile:hover .text-wrap .intro {
  text-decoration: underline;
}
.tiles .tile {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  font-size: 16px;
  line-height: 28px;
}
.tiles .container.block-wrap {
  padding-bottom: 90px;
}
.tiles .container.block-wrap .grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  .tiles .container.block-wrap .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .tiles .container.block-wrap .grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
.tiles .container .image-block {
  height: 296px;
}
.tiles .container .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tiles .container .text-block {
  background: #FFF;
  padding: 42px 32px 32px;
}
.tiles .container .text-block h3, .tiles .container .text-block .page-template-template-millennium .problems .tile .orange.tile-link, .page-template-template-millennium .problems .tile .tiles .container .text-block .orange.tile-link,
.tiles .container .text-block .related-millennium .problems .tile .orange.tile-link,
.related-millennium .problems .tile .tiles .container .text-block .orange.tile-link, .tiles .container .text-block .page-template-template-millennium .problems .tile .blue.tile-link, .page-template-template-millennium .problems .tile .tiles .container .text-block .blue.tile-link,
.tiles .container .text-block .related-millennium .problems .tile .blue.tile-link,
.related-millennium .problems .tile .tiles .container .text-block .blue.tile-link, .tiles .container .text-block .page-template-template-millennium .problems .tile .paleblue.tile-link, .page-template-template-millennium .problems .tile .tiles .container .text-block .paleblue.tile-link,
.tiles .container .text-block .related-millennium .problems .tile .paleblue.tile-link,
.related-millennium .problems .tile .tiles .container .text-block .paleblue.tile-link, .tiles .container .text-block .page-template-template-millennium .problems .tile .teal.tile-link, .page-template-template-millennium .problems .tile .tiles .container .text-block .teal.tile-link,
.tiles .container .text-block .related-millennium .problems .tile .teal.tile-link,
.related-millennium .problems .tile .tiles .container .text-block .teal.tile-link, .tiles .container .text-block .page-template-template-millennium .problems .tile .springgreen.tile-link, .page-template-template-millennium .problems .tile .tiles .container .text-block .springgreen.tile-link,
.tiles .container .text-block .related-millennium .problems .tile .springgreen.tile-link,
.related-millennium .problems .tile .tiles .container .text-block .springgreen.tile-link, .tiles .container .text-block .page-template-template-millennium .problems .tile .lightgreen.tile-link, .page-template-template-millennium .problems .tile .tiles .container .text-block .lightgreen.tile-link,
.tiles .container .text-block .related-millennium .problems .tile .lightgreen.tile-link,
.related-millennium .problems .tile .tiles .container .text-block .lightgreen.tile-link, .tiles .container .text-block .page-template-template-millennium .problems .tile .yellowgreen.tile-link, .page-template-template-millennium .problems .tile .tiles .container .text-block .yellowgreen.tile-link,
.tiles .container .text-block .related-millennium .problems .tile .yellowgreen.tile-link,
.related-millennium .problems .tile .tiles .container .text-block .yellowgreen.tile-link, .tiles .container .text-block .tile-link, .tiles .container .text-block .intro {
  margin-top: 0;
}
.tiles .container .tile-link {
  display: block;
  color: #f39200;
  margin-bottom: 0;
  text-decoration: none;
}
.tiles .container .tile-link:after {
  margin-left: 0;
}

.listing {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .listing {
    margin-bottom: 90px;
  }
}
.listing.related {
  background: #f2f2f2;
  padding-bottom: 90px;
  margin-bottom: 0;
}
.listing.related.no-bg {
  background: white;
}
.listing.related .section-block {
  background: #164194;
}
.listing .grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  .listing .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .listing .grid {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .listing .grid.lectures {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
.listing .grid.lectures .image-block {
  height: 209px;
  position: relative;
}
.listing .grid.lectures .image-block svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.listing .grid.lectures .image-block svg #Path_30 {
  fill: #164194;
}
.listing .grid.events .image-block {
  height: 216px;
}
.listing .grid.news .image-block {
  height: 216px;
}
.listing .grid.people .image-block {
  height: 270px;
}
.listing .grid.featured {
  display: grid;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
.listing .grid.featured .tile {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  grid-gap: 0px;
}
@media only screen and (min-width: 768px) {
  .listing .grid.featured .tile {
    grid-auto-flow: column;
    grid-gap: 30px;
  }
}
.listing .grid.resource.books .image-block {
  height: 172px;
  width: 135px;
}
.listing .grid .image-block {
  margin-bottom: 40px;
  position: relative;
}
.listing .grid .image-block .cmi-event {
  position: absolute;
  background: #f2f2f2;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  padding: 0 12px;
}
.listing .grid .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.listing .section-block {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .listing .section-block {
    margin-bottom: 90px;
  }
}
.listing a {
  text-decoration: none;
  color: #051c2c;
}
.listing .tile {
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.listing .tile:hover {
  -webkit-transform: scale(0.98);
     -moz-transform: scale(0.98);
      -ms-transform: scale(0.98);
       -o-transform: scale(0.98);
          transform: scale(0.98);
}
.listing .tile:hover h3, .listing .page-template-template-millennium .problems .tile:hover .orange.tile-link, .page-template-template-millennium .problems .listing .tile:hover .orange.tile-link,
.listing .related-millennium .problems .tile:hover .orange.tile-link,
.related-millennium .problems .listing .tile:hover .orange.tile-link, .listing .page-template-template-millennium .problems .tile:hover .blue.tile-link, .page-template-template-millennium .problems .listing .tile:hover .blue.tile-link,
.listing .related-millennium .problems .tile:hover .blue.tile-link,
.related-millennium .problems .listing .tile:hover .blue.tile-link, .listing .page-template-template-millennium .problems .tile:hover .paleblue.tile-link, .page-template-template-millennium .problems .listing .tile:hover .paleblue.tile-link,
.listing .related-millennium .problems .tile:hover .paleblue.tile-link,
.related-millennium .problems .listing .tile:hover .paleblue.tile-link, .listing .page-template-template-millennium .problems .tile:hover .teal.tile-link, .page-template-template-millennium .problems .listing .tile:hover .teal.tile-link,
.listing .related-millennium .problems .tile:hover .teal.tile-link,
.related-millennium .problems .listing .tile:hover .teal.tile-link, .listing .page-template-template-millennium .problems .tile:hover .springgreen.tile-link, .page-template-template-millennium .problems .listing .tile:hover .springgreen.tile-link,
.listing .related-millennium .problems .tile:hover .springgreen.tile-link,
.related-millennium .problems .listing .tile:hover .springgreen.tile-link, .listing .page-template-template-millennium .problems .tile:hover .lightgreen.tile-link, .page-template-template-millennium .problems .listing .tile:hover .lightgreen.tile-link,
.listing .related-millennium .problems .tile:hover .lightgreen.tile-link,
.related-millennium .problems .listing .tile:hover .lightgreen.tile-link, .listing .page-template-template-millennium .problems .tile:hover .yellowgreen.tile-link, .page-template-template-millennium .problems .listing .tile:hover .yellowgreen.tile-link,
.listing .related-millennium .problems .tile:hover .yellowgreen.tile-link,
.related-millennium .problems .listing .tile:hover .yellowgreen.tile-link, .listing .tile:hover .singles .download .tile-link, .singles .download .listing .tile:hover .tile-link, .listing .tile:hover .intro, .listing .tile:hover .tiles .container .tile-link, .tiles .container .listing .tile:hover .tile-link {
  text-decoration: underline;
}
.listing .related-text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 52px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .listing .related-text-area {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.listing .related-text-area h2 {
  margin: 0;
}
.listing .related-text-area .wp-block-button__link {
  margin: 0;
}
.listing .h1.no-margin-top, .listing h1.no-margin-top {
  margin-top: 0px;
}

.listing .image-block,
.singles .image-block {
  position: relative;
}
.listing .image-block img,
.singles .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.listing .image-block .cmi-event,
.singles .image-block .cmi-event {
  position: absolute;
  background: #f2f2f2;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  padding: 0 12px;
}

.text-block p a {
  font-weight: 400;
}

.singles .block a {
  color: #164194;
  text-decoration: underline;
}
.singles .block a:hover, .singles .block a:active, .singles .block a:focus {
  text-decoration: none;
}
.singles .image-block.books img {
  width: 60%;
}
.singles .image-block.lecture-notes {
  display: none;
}
.singles .download {
  margin-top: 80px;
}
.singles .download .tile-link {
  color: #303130;
  text-decoration: underline;
  display: block;
}
.singles .download .tile-link:after {
  margin-left: 0;
}
.singles .download .tile-link:hover {
  color: #164194;
}

.yellowgreen.millennium .headers-types.deep {
  background: #CEC530;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  color: #051c2c;
}
@media only screen and (min-width: 768px) {
  .yellowgreen.millennium .headers-types.deep {
    margin-bottom: 90px;
  }
}
.yellowgreen.millennium .headers-types.deep .container {
  position: relative;
}
.yellowgreen.millennium .headers-types.deep .container .meta-tag {
  font-weight: 400;
}
.yellowgreen.millennium .headers-types.deep .container .text-area {
  width: 100%;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .yellowgreen.millennium .headers-types.deep .container .text-area {
    width: 57.26%;
  }
}
.yellowgreen.millennium .headers-types.deep svg {
  position: absolute;
  top: -35px;
  left: -webkit-calc(100% - 560px);
  left: -moz-calc(100% - 560px);
  left: calc(100% - 560px);
  z-index: 1;
}
.yellowgreen.millennium .headers-types.deep svg path {
  fill: #CEC530;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.yellowgreen.millennium .headers-types.deep .text-wrap {
  position: relative;
  z-index: 2;
}
.yellowgreen.millennium .headers-types.deep .section-block {
  background: #051c2c;
}
.yellowgreen.millennium .headers-types.deep h1 {
  margin: 0;
  margin-top: 24px;
}
.yellowgreen.millennium .tab-content {
  display: none;
}
.yellowgreen.millennium .tab-content.current {
  display: inherit;
}
.yellowgreen.millennium .tab-content .section-block {
  background: #CEC530;
}
.yellowgreen.millennium .tab-content .listing {
  background: #f2f2f2;
  padding-bottom: 60px;
  margin-bottom: 0px;
}
.yellowgreen.millennium .tab-content .image-block svg #Path_30 {
  fill: #CEC530;
}
.yellowgreen.millennium .tab-content .image-block svg #Path_31 {
  fill: #303130;
}
.yellowgreen.millennium .related-text-area a.wp-block-button__link {
  background: #CEC530;
  color: #051c2c;
}
.yellowgreen.millennium .related-text-area a.wp-block-button__link:visited {
  background: #CEC530;
  color: #051c2c;
}
.yellowgreen.millennium .related-text-area a.wp-block-button__link:hover, .yellowgreen.millennium .related-text-area a.wp-block-button__link:active, .yellowgreen.millennium .related-text-area a.wp-block-button__link:focus {
  background: #051c2c;
  color: #FFF;
}
.yellowgreen.millennium .wp-block-button__link {
  background: #CEC530;
  color: #051c2c;
}
.yellowgreen.millennium .wp-block-button__link:visited {
  background: #CEC530;
  color: #051c2c;
}
.yellowgreen.millennium .wp-block-button__link:hover, .yellowgreen.millennium .wp-block-button__link:active, .yellowgreen.millennium .wp-block-button__link:focus {
  background: #051c2c;
  color: #FFF;
}

.lightgreen.millennium .headers-types.deep {
  background: #A9D45F;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  color: #051c2c;
}
@media only screen and (min-width: 768px) {
  .lightgreen.millennium .headers-types.deep {
    margin-bottom: 90px;
  }
}
.lightgreen.millennium .headers-types.deep .container {
  position: relative;
}
.lightgreen.millennium .headers-types.deep .container .meta-tag {
  font-weight: 400;
}
.lightgreen.millennium .headers-types.deep .container .text-area {
  width: 100%;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .lightgreen.millennium .headers-types.deep .container .text-area {
    width: 57.26%;
  }
}
.lightgreen.millennium .headers-types.deep svg {
  position: absolute;
  top: -35px;
  left: -webkit-calc(100% - 560px);
  left: -moz-calc(100% - 560px);
  left: calc(100% - 560px);
  z-index: 1;
}
.lightgreen.millennium .headers-types.deep svg path {
  fill: #A9D45F;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.lightgreen.millennium .headers-types.deep .text-wrap {
  position: relative;
  z-index: 2;
}
.lightgreen.millennium .headers-types.deep .section-block {
  background: #051c2c;
}
.lightgreen.millennium .headers-types.deep h1 {
  margin: 0;
  margin-top: 24px;
}
.lightgreen.millennium .tab-content {
  display: none;
}
.lightgreen.millennium .tab-content.current {
  display: inherit;
}
.lightgreen.millennium .tab-content .section-block {
  background: #A9D45F;
}
.lightgreen.millennium .tab-content .listing {
  background: #f2f2f2;
  padding-bottom: 60px;
  margin-bottom: 0px;
}
.lightgreen.millennium .tab-content .image-block svg #Path_30 {
  fill: #A9D45F;
}
.lightgreen.millennium .tab-content .image-block svg #Path_31 {
  fill: #303130;
}
.lightgreen.millennium .related-text-area a.wp-block-button__link {
  background: #A9D45F;
  color: #051c2c;
}
.lightgreen.millennium .related-text-area a.wp-block-button__link:visited {
  background: #A9D45F;
  color: #051c2c;
}
.lightgreen.millennium .related-text-area a.wp-block-button__link:hover, .lightgreen.millennium .related-text-area a.wp-block-button__link:active, .lightgreen.millennium .related-text-area a.wp-block-button__link:focus {
  background: #051c2c;
  color: #FFF;
}
.lightgreen.millennium .wp-block-button__link {
  background: #A9D45F;
  color: #051c2c;
}
.lightgreen.millennium .wp-block-button__link:visited {
  background: #A9D45F;
  color: #051c2c;
}
.lightgreen.millennium .wp-block-button__link:hover, .lightgreen.millennium .wp-block-button__link:active, .lightgreen.millennium .wp-block-button__link:focus {
  background: #051c2c;
  color: #FFF;
}

.springgreen.millennium .headers-types.deep {
  background: #4CC35F;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  color: #051c2c;
}
@media only screen and (min-width: 768px) {
  .springgreen.millennium .headers-types.deep {
    margin-bottom: 90px;
  }
}
.springgreen.millennium .headers-types.deep .container {
  position: relative;
}
.springgreen.millennium .headers-types.deep .container .meta-tag {
  font-weight: 400;
}
.springgreen.millennium .headers-types.deep .container .text-area {
  width: 100%;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .springgreen.millennium .headers-types.deep .container .text-area {
    width: 57.26%;
  }
}
.springgreen.millennium .headers-types.deep svg {
  position: absolute;
  top: -35px;
  left: -webkit-calc(100% - 560px);
  left: -moz-calc(100% - 560px);
  left: calc(100% - 560px);
  z-index: 1;
}
.springgreen.millennium .headers-types.deep svg path {
  fill: #4CC35F;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.springgreen.millennium .headers-types.deep .text-wrap {
  position: relative;
  z-index: 2;
}
.springgreen.millennium .headers-types.deep .section-block {
  background: #051c2c;
}
.springgreen.millennium .headers-types.deep h1 {
  margin: 0;
  margin-top: 24px;
}
.springgreen.millennium .tab-content {
  display: none;
}
.springgreen.millennium .tab-content.current {
  display: inherit;
}
.springgreen.millennium .tab-content .section-block {
  background: #4CC35F;
}
.springgreen.millennium .tab-content .listing {
  background: #f2f2f2;
  padding-bottom: 60px;
  margin-bottom: 0px;
}
.springgreen.millennium .tab-content .image-block svg #Path_30 {
  fill: #4CC35F;
}
.springgreen.millennium .tab-content .image-block svg #Path_31 {
  fill: #303130;
}
.springgreen.millennium .related-text-area a.wp-block-button__link {
  background: #4CC35F;
  color: #051c2c;
}
.springgreen.millennium .related-text-area a.wp-block-button__link:visited {
  background: #4CC35F;
  color: #051c2c;
}
.springgreen.millennium .related-text-area a.wp-block-button__link:hover, .springgreen.millennium .related-text-area a.wp-block-button__link:active, .springgreen.millennium .related-text-area a.wp-block-button__link:focus {
  background: #051c2c;
  color: #FFF;
}
.springgreen.millennium .wp-block-button__link {
  background: #4CC35F;
  color: #051c2c;
}
.springgreen.millennium .wp-block-button__link:visited {
  background: #4CC35F;
  color: #051c2c;
}
.springgreen.millennium .wp-block-button__link:hover, .springgreen.millennium .wp-block-button__link:active, .springgreen.millennium .wp-block-button__link:focus {
  background: #051c2c;
  color: #FFF;
}

.teal.millennium .headers-types.deep {
  background: #28A596;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  color: #051c2c;
}
@media only screen and (min-width: 768px) {
  .teal.millennium .headers-types.deep {
    margin-bottom: 90px;
  }
}
.teal.millennium .headers-types.deep .container {
  position: relative;
}
.teal.millennium .headers-types.deep .container .meta-tag {
  font-weight: 400;
}
.teal.millennium .headers-types.deep .container .text-area {
  width: 100%;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .teal.millennium .headers-types.deep .container .text-area {
    width: 57.26%;
  }
}
.teal.millennium .headers-types.deep svg {
  position: absolute;
  top: -35px;
  left: -webkit-calc(100% - 560px);
  left: -moz-calc(100% - 560px);
  left: calc(100% - 560px);
  z-index: 1;
}
.teal.millennium .headers-types.deep svg path {
  fill: #28A596;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.teal.millennium .headers-types.deep .text-wrap {
  position: relative;
  z-index: 2;
}
.teal.millennium .headers-types.deep .section-block {
  background: #051c2c;
}
.teal.millennium .headers-types.deep h1 {
  margin: 0;
  margin-top: 24px;
}
.teal.millennium .tab-content {
  display: none;
}
.teal.millennium .tab-content.current {
  display: inherit;
}
.teal.millennium .tab-content .section-block {
  background: #28A596;
}
.teal.millennium .tab-content .listing {
  background: #f2f2f2;
  padding-bottom: 60px;
  margin-bottom: 0px;
}
.teal.millennium .tab-content .image-block svg #Path_30 {
  fill: #28A596;
}
.teal.millennium .tab-content .image-block svg #Path_31 {
  fill: #303130;
}
.teal.millennium .related-text-area a.wp-block-button__link {
  background: #28A596;
  color: #051c2c;
}
.teal.millennium .related-text-area a.wp-block-button__link:visited {
  background: #28A596;
  color: #051c2c;
}
.teal.millennium .related-text-area a.wp-block-button__link:hover, .teal.millennium .related-text-area a.wp-block-button__link:active, .teal.millennium .related-text-area a.wp-block-button__link:focus {
  background: #051c2c;
  color: #FFF;
}
.teal.millennium .wp-block-button__link {
  background: #28A596;
  color: #051c2c;
}
.teal.millennium .wp-block-button__link:visited {
  background: #28A596;
  color: #051c2c;
}
.teal.millennium .wp-block-button__link:hover, .teal.millennium .wp-block-button__link:active, .teal.millennium .wp-block-button__link:focus {
  background: #051c2c;
  color: #FFF;
}

.paleblue.millennium .headers-types.deep {
  background: #0679A6;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  .paleblue.millennium .headers-types.deep {
    margin-bottom: 90px;
  }
}
.paleblue.millennium .headers-types.deep .container {
  position: relative;
}
.paleblue.millennium .headers-types.deep .container .meta-tag {
  font-weight: 400;
}
.paleblue.millennium .headers-types.deep .container .text-area {
  width: 100%;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .paleblue.millennium .headers-types.deep .container .text-area {
    width: 57.26%;
  }
}
.paleblue.millennium .headers-types.deep svg {
  position: absolute;
  top: -35px;
  left: -webkit-calc(100% - 560px);
  left: -moz-calc(100% - 560px);
  left: calc(100% - 560px);
  z-index: 1;
}
.paleblue.millennium .headers-types.deep svg path {
  fill: #0679A6;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.paleblue.millennium .headers-types.deep .text-wrap {
  position: relative;
  z-index: 2;
}
.paleblue.millennium .headers-types.deep .section-block {
  background: #051c2c;
}
.paleblue.millennium .headers-types.deep h1 {
  margin: 0;
  margin-top: 24px;
}
.paleblue.millennium .headers-types.deep h1,
.paleblue.millennium .headers-types.deep #breadcrumbs a {
  color: white;
}
.paleblue.millennium .headers-types.deep .section-block {
  background: #FFF;
}
.paleblue.millennium .tab-content {
  display: none;
}
.paleblue.millennium .tab-content.current {
  display: inherit;
}
.paleblue.millennium .tab-content .section-block {
  background: #0679A6;
}
.paleblue.millennium .tab-content .listing {
  background: #f2f2f2;
  padding-bottom: 60px;
  margin-bottom: 0px;
}
.paleblue.millennium .tab-content .image-block svg #Path_30 {
  fill: #0679A6;
}
.paleblue.millennium .tab-content .image-block svg #Path_31 {
  fill: #FFF;
}
.paleblue.millennium .related-text-area a.wp-block-button__link {
  background: #0679A6;
  color: #FFF;
}
.paleblue.millennium .related-text-area a.wp-block-button__link:visited {
  background: #0679A6;
  color: #FFF;
}
.paleblue.millennium .related-text-area a.wp-block-button__link:hover, .paleblue.millennium .related-text-area a.wp-block-button__link:active, .paleblue.millennium .related-text-area a.wp-block-button__link:focus {
  background: #051c2c;
  color: #FFF;
}
.paleblue.millennium .wp-block-button__link {
  color: #FFF;
}
.paleblue.millennium .wp-block-button__link:visited {
  color: #FFF;
}

.blue.millennium .headers-types.deep {
  background: #164194;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  .blue.millennium .headers-types.deep {
    margin-bottom: 90px;
  }
}
.blue.millennium .headers-types.deep .container {
  position: relative;
}
.blue.millennium .headers-types.deep .container .meta-tag {
  font-weight: 400;
}
.blue.millennium .headers-types.deep .container .text-area {
  width: 100%;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .blue.millennium .headers-types.deep .container .text-area {
    width: 57.26%;
  }
}
.blue.millennium .headers-types.deep svg {
  position: absolute;
  top: -35px;
  left: -webkit-calc(100% - 560px);
  left: -moz-calc(100% - 560px);
  left: calc(100% - 560px);
  z-index: 1;
}
.blue.millennium .headers-types.deep svg path {
  fill: #164194;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.blue.millennium .headers-types.deep .text-wrap {
  position: relative;
  z-index: 2;
}
.blue.millennium .headers-types.deep .section-block {
  background: #051c2c;
}
.blue.millennium .headers-types.deep h1 {
  margin: 0;
  margin-top: 24px;
}
.blue.millennium .headers-types.deep h1,
.blue.millennium .headers-types.deep #breadcrumbs a {
  color: white;
}
.blue.millennium .headers-types.deep .section-block {
  background: #FFF;
}
.blue.millennium .tab-content {
  display: none;
}
.blue.millennium .tab-content.current {
  display: inherit;
}
.blue.millennium .tab-content .section-block {
  background: #164194;
}
.blue.millennium .tab-content .listing {
  background: #f2f2f2;
  padding-bottom: 60px;
  margin-bottom: 0px;
}
.blue.millennium .tab-content .image-block svg {
  color: #FFF;
}
.blue.millennium .tab-content .image-block svg #Path_30 {
  fill: #164194;
}
.blue.millennium .tab-content .image-block svg #Path_31 {
  fill: #FFF;
}
.blue.millennium .related-text-area a.wp-block-button__link {
  background: #164194;
  color: #FFF;
}
.blue.millennium .related-text-area a.wp-block-button__link:visited {
  background: #164194;
  color: #FFF;
}
.blue.millennium .related-text-area a.wp-block-button__link:hover, .blue.millennium .related-text-area a.wp-block-button__link:active, .blue.millennium .related-text-area a.wp-block-button__link:focus {
  background: #051c2c;
  color: #FFF;
}
.blue.millennium .wp-block-button__link {
  color: #FFF;
}
.blue.millennium .wp-block-button__link:visited {
  color: #FFF;
}

.orange.millennium .headers-types.deep {
  background: #f39200;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  color: #051c2c;
}
@media only screen and (min-width: 768px) {
  .orange.millennium .headers-types.deep {
    margin-bottom: 90px;
  }
}
.orange.millennium .headers-types.deep .container {
  position: relative;
}
.orange.millennium .headers-types.deep .container .meta-tag {
  font-weight: 400;
}
.orange.millennium .headers-types.deep .container .text-area {
  width: 100%;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .orange.millennium .headers-types.deep .container .text-area {
    width: 57.26%;
  }
}
.orange.millennium .headers-types.deep svg {
  position: absolute;
  top: -35px;
  left: -webkit-calc(100% - 560px);
  left: -moz-calc(100% - 560px);
  left: calc(100% - 560px);
  z-index: 1;
}
.orange.millennium .headers-types.deep svg path {
  fill: #EF7F00;
}
.orange.millennium .headers-types.deep .text-wrap {
  position: relative;
  z-index: 2;
}
.orange.millennium .headers-types.deep .section-block {
  background: #051c2c;
}
.orange.millennium .headers-types.deep h1 {
  margin: 0;
  margin-top: 24px;
}
.orange.millennium .tab-content {
  display: none;
}
.orange.millennium .tab-content.current {
  display: inherit;
}
.orange.millennium .tab-content .section-block {
  background: #f39200;
}
.orange.millennium .tab-content .listing {
  background: #f2f2f2;
  padding-bottom: 60px;
  margin-bottom: 0px;
}
.orange.millennium .tab-content .image-block svg #Path_30 {
  fill: #f39200;
}
.orange.millennium .tab-content .image-block svg #Path_31 {
  fill: #303130;
}
.orange.millennium .related-text-area a.wp-block-button__link {
  background: #f39200;
  color: #051c2c;
}
.orange.millennium .related-text-area a.wp-block-button__link:visited {
  background: #f39200;
  color: #051c2c;
}
.orange.millennium .related-text-area a.wp-block-button__link:hover, .orange.millennium .related-text-area a.wp-block-button__link:active, .orange.millennium .related-text-area a.wp-block-button__link:focus {
  background: #051c2c;
  color: #FFF;
}
.orange.millennium .wp-block-button__link {
  background: #f39200;
  color: #051c2c;
}
.orange.millennium .wp-block-button__link:visited {
  background: #f39200;
  color: #051c2c;
}
.orange.millennium .wp-block-button__link:hover, .orange.millennium .wp-block-button__link:active, .orange.millennium .wp-block-button__link:focus {
  background: #051c2c;
  color: #FFF;
}

.page-template-template-millennium .listing,
.related-millennium .listing {
  margin-bottom: 0px;
}
.page-template-template-millennium .upper-section,
.related-millennium .upper-section {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .page-template-template-millennium .upper-section,
.related-millennium .upper-section {
    margin-bottom: 90px;
  }
}
.page-template-template-millennium .problems,
.related-millennium .problems {
  background: #051c2c;
  padding-bottom: 90px;
}
.page-template-template-millennium .problems h2,
.related-millennium .problems h2 {
  color: #FFF;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 1024px) {
  .page-template-template-millennium .problems .grid,
.related-millennium .problems .grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
.page-template-template-millennium .problems .tile .image-block,
.related-millennium .problems .tile .image-block {
  height: 296px;
  margin-bottom: 0;
}
.page-template-template-millennium .problems .tile .text-block,
.related-millennium .problems .tile .text-block {
  background: #FFF;
  padding: 40px 32px 24px;
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .page-template-template-millennium .problems .tile .text-block,
.related-millennium .problems .tile .text-block {
    height: 370px;
  }
}
.page-template-template-millennium .problems .tile .text-block h3, .page-template-template-millennium .problems .tile .text-block .orange.tile-link, .page-template-template-millennium .problems .tile .text-block .blue.tile-link, .page-template-template-millennium .problems .tile .text-block .paleblue.tile-link, .page-template-template-millennium .problems .tile .text-block .teal.tile-link, .page-template-template-millennium .problems .tile .text-block .springgreen.tile-link, .page-template-template-millennium .problems .tile .text-block .lightgreen.tile-link, .page-template-template-millennium .problems .tile .text-block .yellowgreen.tile-link, .page-template-template-millennium .problems .tile .text-block .intro, .page-template-template-millennium .problems .tile .text-block .tiles .container .tile-link, .tiles .container .page-template-template-millennium .problems .tile .text-block .tile-link, .page-template-template-millennium .problems .tile .text-block .singles .download .tile-link, .singles .download .page-template-template-millennium .problems .tile .text-block .tile-link,
.related-millennium .problems .tile .text-block h3,
.related-millennium .problems .tile .text-block .orange.tile-link,
.related-millennium .problems .tile .text-block .blue.tile-link,
.related-millennium .problems .tile .text-block .paleblue.tile-link,
.related-millennium .problems .tile .text-block .teal.tile-link,
.related-millennium .problems .tile .text-block .springgreen.tile-link,
.related-millennium .problems .tile .text-block .lightgreen.tile-link,
.related-millennium .problems .tile .text-block .yellowgreen.tile-link,
.related-millennium .problems .tile .text-block .intro,
.related-millennium .problems .tile .text-block .tiles .container .tile-link,
.tiles .container .related-millennium .problems .tile .text-block .tile-link,
.related-millennium .problems .tile .text-block .singles .download .tile-link,
.singles .download .related-millennium .problems .tile .text-block .tile-link {
  margin-top: 0;
}
.page-template-template-millennium .problems .tile .yellowgreen.tile-link,
.related-millennium .problems .tile .yellowgreen.tile-link {
  display: block;
  color: #CEC530;
  margin-bottom: 0;
}
.page-template-template-millennium .problems .tile .yellowgreen.tile-link:after,
.related-millennium .problems .tile .yellowgreen.tile-link:after {
  margin-left: 0;
}
.page-template-template-millennium .problems .tile .yellowgreen.tile-link:hover,
.related-millennium .problems .tile .yellowgreen.tile-link:hover {
  text-decoration: none;
}
.page-template-template-millennium .problems .tile .lightgreen.tile-link,
.related-millennium .problems .tile .lightgreen.tile-link {
  display: block;
  color: #A9D45F;
  margin-bottom: 0;
}
.page-template-template-millennium .problems .tile .lightgreen.tile-link:after,
.related-millennium .problems .tile .lightgreen.tile-link:after {
  margin-left: 0;
}
.page-template-template-millennium .problems .tile .lightgreen.tile-link:hover,
.related-millennium .problems .tile .lightgreen.tile-link:hover {
  text-decoration: none;
}
.page-template-template-millennium .problems .tile .springgreen.tile-link,
.related-millennium .problems .tile .springgreen.tile-link {
  display: block;
  color: #4CC35F;
  margin-bottom: 0;
}
.page-template-template-millennium .problems .tile .springgreen.tile-link:after,
.related-millennium .problems .tile .springgreen.tile-link:after {
  margin-left: 0;
}
.page-template-template-millennium .problems .tile .springgreen.tile-link:hover,
.related-millennium .problems .tile .springgreen.tile-link:hover {
  text-decoration: none;
}
.page-template-template-millennium .problems .tile .teal.tile-link,
.related-millennium .problems .tile .teal.tile-link {
  display: block;
  color: #28A596;
  margin-bottom: 0;
}
.page-template-template-millennium .problems .tile .teal.tile-link:after,
.related-millennium .problems .tile .teal.tile-link:after {
  margin-left: 0;
}
.page-template-template-millennium .problems .tile .teal.tile-link:hover,
.related-millennium .problems .tile .teal.tile-link:hover {
  text-decoration: none;
}
.page-template-template-millennium .problems .tile .paleblue.tile-link,
.related-millennium .problems .tile .paleblue.tile-link {
  display: block;
  color: #0679A6;
  margin-bottom: 0;
}
.page-template-template-millennium .problems .tile .paleblue.tile-link:after,
.related-millennium .problems .tile .paleblue.tile-link:after {
  margin-left: 0;
}
.page-template-template-millennium .problems .tile .paleblue.tile-link:hover,
.related-millennium .problems .tile .paleblue.tile-link:hover {
  text-decoration: none;
}
.page-template-template-millennium .problems .tile .blue.tile-link,
.related-millennium .problems .tile .blue.tile-link {
  display: block;
  color: #164194;
  margin-bottom: 0;
}
.page-template-template-millennium .problems .tile .blue.tile-link:after,
.related-millennium .problems .tile .blue.tile-link:after {
  margin-left: 0;
}
.page-template-template-millennium .problems .tile .blue.tile-link:hover,
.related-millennium .problems .tile .blue.tile-link:hover {
  text-decoration: none;
}
.page-template-template-millennium .problems .tile .orange.tile-link,
.related-millennium .problems .tile .orange.tile-link {
  display: block;
  color: #f39200;
  margin-bottom: 0;
}
.page-template-template-millennium .problems .tile .orange.tile-link:after,
.related-millennium .problems .tile .orange.tile-link:after {
  margin-left: 0;
}
.page-template-template-millennium .problems .tile .orange.tile-link:hover,
.related-millennium .problems .tile .orange.tile-link:hover {
  text-decoration: none;
}

.single-euclid_index .chapter-nav {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-right: -1rem;
}
@media only screen and (min-width: 768px) {
  .single-euclid_index .chapter-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 1em;
  }
}
.single-euclid_index .chapter-nav .btn-link {
  display: block;
  margin-bottom: 4px;
  background: #f39200;
  color: #051c2c;
  font-size: 18px;
  font-weight: 600;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 8px 16px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .single-euclid_index .chapter-nav .btn-link {
    margin-bottom: 0;
  }
}
.single-euclid_index .chapter-nav .dd-selector {
  margin-bottom: 4px;
  color: #051c2c;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 8px 32px 8px 16px;
  border: 1px solid #d0d0d0;
  text-transform: none;
  font-family: soleil, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/drop-arrow.svg") !important;
  background-position: right 8px center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .single-euclid_index .chapter-nav .dd-selector {
    margin-bottom: 0;
  }
}
.single-euclid_index .euclid-gallery {
  width: 100%;
  margin-bottom: 6rem;
}
.single-euclid_index .euclid-gallery img {
  display: inline-block;
  width: 150%;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.single-euclid_index .euclid-gallery .fimg-container {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.single-euclid_index .euclid-gallery a {
  display: none;
}
.single-euclid_index .euclid-gallery a:first-child {
  display: block;
  text-decoration: none;
}
.single-euclid_index .euclid-gallery .fimg-see-all {
  color: #164194;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  margin-top: 1rem;
}
.single-euclid_index .euclid-gallery .fimg-see-all span:hover {
  text-decoration: underline;
}
.single-euclid_index .euclid-gallery .fimg-see-all:after {
  content: "→";
  margin-left: 8px;
}
.single-euclid_index .translations {
  background: #051c2c;
  padding-bottom: 90px;
}
.single-euclid_index .translations h2 {
  color: #FFF;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 768px) {
  .single-euclid_index .translations .trans-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2em;
  }
}
.single-euclid_index .translations .trans-grid div {
  background: #FFF;
  padding: 3em 2em;
  margin-bottom: 2em;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */