:root {
  /* stylelint-disable declaration-colon-space-after */
  --color-blue--geyser: rgb(220, 228, 232);
  --color-blue--bali-hai: rgb(134, 158, 170);
  --color-blue--surf:     rgb(0,183,198);
  --color-blue--blueboy:  rgb(97,162,216);
  --color-blue--carolina: rgb(80,160,187);
  --color-blue--boston:   rgb(58,133,179);
  --color-blue--bahama:   rgb(0,89,145);
  --color-blue--rhine:    rgb(19,70,94);
  --color-blue--blueBird: rgb(4,55,81);
  --color-blue--imperial: rgb(0,63,92);
  --color-brown--tan:    rgb(241, 239, 232);
  --color-brown--bone:   rgb(243, 241, 235);
  --color-brown--merino: rgb(225,218,206);
  --color-brown--sand:   rgb(221, 213, 199);
  --color-brown--wood:   rgb(188,155,106);
  --color-green--iguana: rgb(115,175,122);
  --color-green--forest: rgb(29,123,92);
  --color-red--garnet: rgb(169,51,68);
  --color-yellow--pure: rgb(246,210,0);
  --color-yellow--gold: rgb(220,175,39);
  --color-neutral--white:       rgb(255,255,255);
  --color-neutral--white-lilac: rgb(238,238,238);
  --color-neutral--pastel:      rgb(204,204,204);
  --color-neutral--dusty:       rgb(118,118,118);
  --color-neutral--granite:     rgb(102,102,102);
  --color-neutral--jet:         rgb(51,51,51);
  --color-neutral--charcoal:    rgb(34,34,34);
  --color-neutral--black:       rgb(0,0,0);
  --box-shadow--charcoal: rgba(34,34,34,.25);
  --color-society--sciences:    rgb(171,132,13);
  --color-society--engineering: rgb(0,89,145);
  --color-society--medicine:    rgb(29,123,92);
  /* stylelint-enable declaration-colon-space-after */
  --type-font--fallback: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
  --type-font--lato: "Lato", var(--type-font--fallback);
  --type-size--huge: 1.375rem;
  --type-size--intro: 1.3rem;
  --type-size--small: .8em;
  --type-size--1: 1.375rem;
  --type-size--2: 1.5rem;
  --type-size--3: 1.25rem;
  --type-size--4: 1rem;
  --type-size--5: .75rem;
  --type-size--6: .625rem;
  --lato--light: 300;
  --lato--regular: 400;
  --lato--bold: 700;
  --lato--black: 900; }

/* stylelint-disable */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


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

a {
 
  color: #4148C2;
}
 

hr {
  /* This causes hr's not to randomly dim in chrome when users zoom out */
  height: 1.5px; }

/* stylelint-enable */
button {
  padding: 0;
  background-color: transparent;
  border-width: 0;
  border-color: transparent;
  border-radius: 0;
  font-family: "Lato"
,
-apple-system
,
"BlinkMacSystemFont"
,
"Segoe UI"
,
"Roboto"
,
"Oxygen"
,
"Ubuntu"
,
"Cantarell"
,
"Open Sans"
,
"Helvetica Neue"
,
sans-serif;
  font-family: var(--type-font--lato); }

.button {
  display: inline-block;
  font-family: "Lato"
,
-apple-system
,
"BlinkMacSystemFont"
,
"Segoe UI"
,
"Roboto"
,
"Oxygen"
,
"Ubuntu"
,
"Cantarell"
,
"Open Sans"
,
"Helvetica Neue"
,
sans-serif;
  font-family: var(--type-font--lato);
  font-size: 8px;
  font-weight: 900;
  font-weight: var(--lato--black);
  letter-spacing: 2px;
  padding: 1em 1.65em;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .15s, border-color .15s; }
  .button:hover, .button:focus, .button:active {
    text-decoration: underline; }
  .button:not(.button--no-hover):hover .button__icon::after,
  .button:not(.button--no-hover):focus .button__icon::after,
  .button:not(.button--no-hover):active .button__icon::after {
    -webkit-transform: translateX(14px);
            transform: translateX(14px); }
  .button.button--primary {
    background-color: rgb(58,133,179);
    background-color: var(--color-blue--boston);
    color: rgb(255,255,255);
    color: var(--color-neutral--white); }
    .button.button--primary:hover, .button.button--primary:focus, .button.button--primary:active {
      background-color: rgb(0,63,92);
      background-color: var(--color-blue--imperial); }
    .button.button--primary.button--reverse {
      background-color: rgb(255,255,255);
      background-color: var(--color-neutral--white);
      color: rgb(58,133,179);
      color: var(--color-blue--boston); }
      .button.button--primary.button--reverse:hover, .button.button--primary.button--reverse:focus, .button.button--primary.button--reverse:active {
        color: rgb(0,63,92);
        color: var(--color-blue--imperial); }
  .button.button--secondary {
    background-color: transparent;
    border: 1px solid rgb(58,133,179);
    border: 1px solid var(--color-blue--boston);
    color: rgb(58,133,179);
    color: var(--color-blue--boston);
    padding: 1.2em 1.5em; }
    .button.button--secondary .button__icon::after {
      background-color: rgba(0, 89, 145, 0.15); }
    .button.button--secondary.button--reverse {
      border: 1px solid rgb(255,255,255);
      border: 1px solid var(--color-neutral--white);
      color: rgb(255,255,255);
      color: var(--color-neutral--white); }
  .button.button--small {
    padding: 1em;
    font-size: .56rem; }
  .button.button--icon {
    padding-right: 2.5rem; }
    .button.button--icon .button__icon {
      display: block;
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      width: 4.25em; }
    .button.button--icon svg {
      height: 2.5em;
      position: absolute;
      top: 50%;
      left: 60%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 16px; }
    .button.button--icon::after {
      content: "";
      background-color: rgba(255, 255, 255, 0.2);
      display: block;
      -webkit-transform: translateX(4.25em);
              transform: translateX(4.25em);
      transition: -webkit-transform 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.35s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      width: 100%; }
  .button.button--load-more {
    border: 1px solid transparent;
    color: rgb(34,34,34);
    color: var(--color-neutral--charcoal);
    font-size: .56rem;
    padding: 1em 4em 1em 1em;
    text-shadow: none;
    transition: border-color .15s; }
    .button.button--load-more:hover, .button.button--load-more:focus, .button.button--load-more:active {
      border-color: rgb(204,204,204);
      border-color: var(--color-neutral--pastel); }
    .button.button--load-more::before {
      display: none; }
    .button.button--load-more .button__icon {
      width: 4em; }
      .button.button--load-more .button__icon svg {
        fill: rgb(220,175,39);
        fill: var(--color-yellow--gold); }
      .button.button--load-more .button__icon::after {
        display: none; }

.scs-contentlist ol.scs-pagination li.loadMore {
  display: inline-block;
  padding: 1em 1.65em;
  font-family: "Lato"
,
-apple-system
,
"BlinkMacSystemFont"
,
"Segoe UI"
,
"Roboto"
,
"Oxygen"
,
"Ubuntu"
,
"Cantarell"
,
"Open Sans"
,
"Helvetica Neue"
,
sans-serif;
  font-family: var(--type-font--lato);
  font-weight: 900;
  font-weight: var(--lato--black);
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
  height: unset;
  line-height: unset;
  transition: background-color .15s, border-color .15s;
  border: 1px solid transparent;
  color: rgb(34,34,34);
  color: var(--color-neutral--charcoal);
  font-size: .625rem;
  text-shadow: none;
  background-position: right 10px center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFLmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDMtMjZUMTU6MzU6MDUtMDU6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAzLTI2VDE1OjU1OjUyLTA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTAzLTI2VDE1OjU1OjUyLTA1OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0ZjEwNjk5LTc1Y2ItNDE0Yy1hZTM4LWE3MDZiYWM1YmVmOSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjg5YzE0Y2FiLWE0MTItNmI0Yi1iZDRjLThlNGNkY2U2ZTQwMSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjA0ZjEwNjk5LTc1Y2ItNDE0Yy1hZTM4LWE3MDZiYWM1YmVmOSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MDRmMTA2OTktNzVjYi00MTRjLWFlMzgtYTcwNmJhYzViZWY5IiBzdEV2dDp3aGVuPSIyMDE5LTAzLTI2VDE1OjM1OjA1LTA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6F4nC/AAAA70lEQVRIie3VMQ6CMBSA4V/jTVw66AXkDgZdRI9CnDmKuBjrIfQCMrD0LDjY4WlqqURDon0TTcv7eH0lHTRNQx8x7EWNcIQj/BPwyDdptFoDOVAA5TitvcmMVitgCxTjtC59a9sqzoEJsAMyo1Uburfr85a8rXAhnktg7sKNVplFXe91gkvgIsYnYClx2w65rZensTO8PbaRAGdgZscHYGG00sCaexskmgTk9FcsDlMCVGLq6ECrUBRgEHIfi629cj88z1EBU8cHv4yg/1gkmvJYeSc0GPbgndC3YAe+6YpCYI+/Ef93SUQ4whH+WNwAceVFyFhb0vQAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-color: unset !important; }








input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="week"],
textarea {
  width: 100%;
  margin-bottom: 1em;
  padding: .9em .85rem .75em;
  border: 1px solid rgb(204,204,204);
  border: 1px solid var(--color-neutral--pastel);
  font-family: "Lato"
,
-apple-system
,
"BlinkMacSystemFont"
,
"Segoe UI"
,
"Roboto"
,
"Oxygen"
,
"Ubuntu"
,
"Cantarell"
,
"Open Sans"
,
"Helvetica Neue"
,
sans-serif;
  font-family: var(--type-font--lato);
  font-size: 1em;
  line-height: 1;
  height: 45px;
  /* stylelint-disable selector-no-vendor-prefix */
  /* stylelint-enable selector-no-vendor-prefix */ }
  
input[type="search"] {
	padding: .9em .85rem .75em;
	 height: 37px;
	border-radius: 0px !important;
}
  
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

.dropdown--content {
  background-color: rgb(255,255,255);
  background-color: var(--color-neutral--white);
  display: inline-block;
  display: none;
  position: absolute;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  z-index: 10; }
  .dropdown--content a {
    color: rgb(58,133,179);
    color: var(--color-blue--boston);
    padding: 12px 16px;
    text-decoration: none;
    display: block; }
  .dropdown--content a:hover {
    background-color: rgb(58,133,179);
    background-color: var(--color-blue--boston);
    color: rgb(255,255,255);
    color: var(--color-neutral--white); }

.dropdown--content--boston {
  background-color: rgb(58,133,179);
  background-color: var(--color-blue--boston); }

.contentZone {
  display: block;
  width: 10rem;
  position: absolute;
  overflow: auto;
  max-height: 10rem;
  border: 0.1rem solid rgb(58,133,179);
  border: 0.1rem solid var(--color-blue--boston);
  scrollbar-color: initial rgb(58,133,179);
  scrollbar-color: initial var(--color-blue--boston); }

.contentZoneClosed {
  display: none; }

.buttonOpen {
  margin-top: .4em;
  width: 10rem;
  text-align: center;
  background-color: rgb(58,133,179);
  background-color: var(--color-blue--boston);
  color: rgb(255,255,255);
  color: var(--color-neutral--white);
  margin-bottom: .25rem; }

.buttonClosed {
  margin-top: .4em;
  text-align: center;
  margin-bottom: .25rem; }

.buttonClosed:hover {
  background-color: rgb(58,133,179);
  background-color: var(--color-blue--boston);
  color: rgb(255,255,255);
  color: var(--color-neutral--white);
  text-decoration: underline; }

svg {
  fill: currentColor; }

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Lato"
,
-apple-system
,
"BlinkMacSystemFont"
,
"Segoe UI"
,
"Roboto"
,
"Oxygen"
,
"Ubuntu"
,
"Cantarell"
,
"Open Sans"
,
"Helvetica Neue"
,
sans-serif;
  font-family: var(--type-font--lato);
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 45em) {
    html,
    body {
      font-size: 16px; } }

p,
.scs-paragraph-text {
  font-weight: 400;
  font-weight: var(--lato--regular);
  line-height: 1.5; 
  font-size: 16px;
}
  p.huge, p.scs-title-default-style,
  .scs-paragraph-text.huge,
  .scs-paragraph-text.scs-title-default-style {
    font-size: 1.375rem;
    font-size: var(--type-size--huge); }
    @media screen and (min-width: 45em) {
      p.huge, p.scs-title-default-style,
      .scs-paragraph-text.huge,
      .scs-paragraph-text.scs-title-default-style {
        font-size: 2.889rem; } }
  p.intro,
  .scs-paragraph-text.intro {
    font-size: 1.3rem;
    font-size: var(--type-size--intro);
    font-weight: 400;
    font-weight: var(--lato--regular); }
    @media screen and (min-width: 45em) {
      p.intro,
      .scs-paragraph-text.intro {
        font-size: 1.167rem; } }

em {
  font-style: italic; }

strong {
  font-weight: 700;
  font-weight: var(--lato--bold); }

small {
  font-size: .8em;
  font-size: var(--type-size--small); }
  @media screen and (min-width: 45em) {
    small {
      font-size: .778rem; } }

h1,
.t1 {
  font-size: 1.375rem;
  font-size: var(--type-size--1);
  font-weight: 300;
  font-weight: var(--lato--light);
  line-height: 1.2; }
  @media screen and (min-width: 45em) {
    h1,
    .t1 {
      font-size: 2.222rem; } }

h2,
.t2 {
  font-size: 1.5rem;
  font-size: var(--type-size--2);
  font-weight: 700;
  font-weight: var(--lato--bold);
  line-height: 1.2; }
  @media screen and (min-width: 45em) {
    h2,
    .t2 {
      font-size: 1.667rem; } }

h3,
.t3 {
  font-size: 1.25rem;
  font-size: var(--type-size--3);
  font-weight: 700;
  font-weight: var(--lato--bold);
  line-height: 1.3; }
  @media screen and (min-width: 45em) {
    h3,
    .t3 {
      font-size: 1.1rem; } }

h4,
.t4 {
  font-size: 1rem;
  font-size: var(--type-size--4);
  font-weight: 900;
  font-weight: var(--lato--black);
  line-height: 1.4; }
  @media screen and (min-width: 45em) {
    h4,
    .t4 {
      font-size: 1rem; } }

h5,
.t5 {
  font-family: "Lato"
,
-apple-system
,
"BlinkMacSystemFont"
,
"Segoe UI"
,
"Roboto"
,
"Oxygen"
,
"Ubuntu"
,
"Cantarell"
,
"Open Sans"
,
"Helvetica Neue"
,
sans-serif;
  font-family: var(--type-font--lato);
  font-size: .75rem;
  font-size: var(--type-size--5);
  font-weight: 700;
  font-weight: var(--lato--bold);
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media screen and (min-width: 45em) {
    h5,
    .t5 {
      font-size: .667rem; } }

h6,
.t6 {
  font-family: "Lato"
,
-apple-system
,
"BlinkMacSystemFont"
,
"Segoe UI"
,
"Roboto"
,
"Oxygen"
,
"Ubuntu"
,
"Cantarell"
,
"Open Sans"
,
"Helvetica Neue"
,
sans-serif;
  font-family: var(--type-font--lato);
  font-size: .625rem;
  font-size: var(--type-size--6);
  font-weight: 700;
  font-weight: var(--lato--bold);
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media screen and (min-width: 45em) {
    h6,
    .t6 {
      font-size: .556rem; } }

blockquote {
  font-size: 1.125rem;
  font-weight: 300;
  font-weight: var(--lato--light);
  font-style: italic;
  line-height: 1.667;
  text-align: center; }
  @media screen and (min-width: 45em) {
    blockquote {
      font-size: 1.556rem;
      line-height: 1.4; } }

/* .dropcap {
  > :first-child::first-letter {
    color: var(--color-blue--boston);
    float: left;
    font-size: 2.85rem;
    font-weight: var(--lato--black);
    line-height: 2rem;
    padding-top: .35rem;
    padding-right: .35rem;
    vertical-align: top;
  }
} */


.accordion__title {
  background-color: rgb(255,255,255);
  background-color: var(--color-neutral--white);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  min-height: 3rem; }
  .accordion__title > .accordion__action {
    width: 100%; }

.faq__accordion__title {
  background-color: rgba(243, 241, 235, 0); }
  .faq__accordion__title:hover {
    background-color: #eeeeee; }

.faq__accordion__title__filled {
  background-color: #eeeeee; }

.accordion__action {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: .5rem;
  color: rgb(34,34,34);
  color: var(--color-neutral--charcoal);
  font-size: .875em;
  font-weight: 700;
  font-weight: var(--lato--bold);
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none; }
  .accordion__action[href] {
    width: 100%; }
  .accordion__action + .accordion__action {
    width: auto; }
  .accordion__action .faq__accordion__action {
    color: gray; }
  @media screen and (min-width: 45em) {
    .accordion__action {
      font-size: .778em; } }

.accordion__icon {
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: 1.8rem;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  width: 1.8rem; }
  .accordion__icon svg {
    fill: rgb(58,133,179);
    fill: var(--color-blue--boston);
    position: absolute; }

.faq__accordion__icon {
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: 1.8rem;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  width: 1.8rem; }
  .faq__accordion__icon svg {
    fill: gray;
    position: absolute; }

.accordion__content {
  max-height: 250px;
  overflow: auto;
  padding: 0 .5em .5em; }
  .accordion__content a {
    display: block;
    padding: .5em 0;
    color: rgb(0,89,145);
    color: var(--color-blue--bahama);
    text-decoration: none; }
    .accordion__content a:hover, .accordion__content a:focus {
      text-decoration: underline; }
  .accordion__content .input-container + .input-container {
    margin-top: .5em; }

.faq__accordion__content {
  background-color: transparent;
  overflow: visible; }

.faq__accordion__content a {
  display: inline; }

.faq__accordion__label {
  font-size: 14pt; }

.animated-svg.animated-svg__horizontal {
  height: 3px;
  width: 100%; }

.animated-svg.animated-svg__vertical {
  height: 100%;
  width: 3px; }

.animated-svg .animated-svg-line {
  transition: stroke-dashoffset 7.5s ease-in-out; }

.animated-svg.animated-svg__pastel .animated-svg__line {
  stroke: rgb(204,204,204);
  stroke: var(--color-neutral--pastel); }

.animated-svg.animated-svg__dusty .animated-svg__line {
  stroke: rgb(118,118,118);
  stroke: var(--color-neutral--dusty); }

.animated-svg.animated-svg__bahama .animated-svg__line {
  stroke: rgb(0,89,145);
  stroke: var(--color-blue--bahama); }

.animated-svg.animated-svg__imperial .animated-svg__line {
  stroke: rgb(0,63,92);
  stroke: var(--color-blue--imperial); }

.animated-svg.animated-svg__sand .animated-svg__line {
  stroke: rgb(221, 213, 199);
  stroke: var(--color-brown--sand); }

.animated-border {
  position: absolute; }
  .animated-border.top.inside {
    top: -20px; }
  .animated-border.top.outside {
    top: -30px; }
  .animated-border.right.inside {
    right: -20px; }
  .animated-border.right.outside {
    right: -30px; }
  .animated-border.bottom.inside {
    bottom: -20px; }
  .animated-border.bottom.outside {
    bottom: -30px; }
  .animated-border.left.inside {
    left: -20px; }
  .animated-border.left.outside {
    left: -30px; }

.animated-border-container {
  margin: 32px;
  position: relative; }

.blockquote {
  background: rgb(255,255,255);
  background: var(--color-neutral--white);
  padding: 0 2.25rem 2.5rem;
  position: relative;
  width: 100%; }
  .blockquote__border-left {
    border-left: 3px solid rgb(221, 213, 199);
    border-left: 3px solid var(--color-brown--sand);
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    transition: height .25s linear 2s; }
  .blockquote__border-bottom {
    border-bottom: 3px solid rgb(221, 213, 199);
    border-bottom: 3px solid var(--color-brown--sand);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    transition: width .25s linear 2.25s; }
  .blockquote__border-right {
    border-right: 3px solid rgb(221, 213, 199);
    border-right: 3px solid var(--color-brown--sand);
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0%;
    transition: height .25s linear 2.5s; }
  .blockquote__border-top {
    border-top: 3px solid rgb(221, 213, 199);
    border-top: 3px solid var(--color-brown--sand);
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    transition: width .25s linear 2.75s; }
  .blockquote .blockquote__icon {
    background-color: rgb(255,255,255);
    background-color: var(--color-neutral--white);
    color: rgb(221, 213, 199);
    color: var(--color-brown--sand);
    max-width: calc(35px + 1rem);
    padding: .5rem;
    position: relative;
    top: -24px;
    opacity: 0;
    transition: opacity .5s ease-in-out 2s;
    height: 55px; }
    @media screen and (min-width: 60em) {
      .blockquote .blockquote__icon {
        top: -72px; } }
  .blockquote .blockquote__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column; }
    .blockquote .blockquote__content .blockquote__quote-container {
      position: relative; }
      .blockquote .blockquote__content .blockquote__quote-container blockquote {
        color: rgb(0,63,92);
        color: var(--color-blue--imperial);
        font-style: normal;
        font-weight: 900;
        font-weight: var(--lato--black);
        line-height: 1.2;
        text-align: left; }
      .blockquote .blockquote__content .blockquote__quote-container .blockquote__quote-reveal {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%; }
    .blockquote .blockquote__content .blockquote__source {
      -webkit-align-self: flex-end;
              align-self: flex-end;
      color: rgb(118,118,118);
      color: var(--color-neutral--dusty);
      font-size: 1.11rem;
      font-weight: 700;
      font-weight: var(--lato--bold);
      margin-top: 1rem;
      opacity: 0;
      transition: opacity .5s ease-in-out 2s; }
    .blockquote .blockquote__content .blockquote__source-affiliation {
      -webkit-align-self: flex-end;
              align-self: flex-end;
      color: rgb(102,102,102);
      color: var(--color-neutral--granite);
      font-size: .89rem;
      line-height: 1.11rem;
      font-style: italic;
      text-align: right;
      max-width: 75%;
      opacity: 0;
      transition: opacity .5s ease-in-out 2.5s; }
  @media screen and (min-width: 60em) {
    .blockquote {
      padding: 2.5rem 2.25rem; } }

.blockquote-show.blockquote .blockquote__icon,
.blockquote-show.blockquote .blockquote__source,
.blockquote-show.blockquote .blockquote__source-affiliation {
  opacity: 1; }

.blockquote-show.blockquote .blockquote__border-left {
  height: 100%; }

.blockquote-show.blockquote .blockquote__border-bottom {
  width: 100%; }

.blockquote-show.blockquote .blockquote__border-right {
  height: 100%; }

.blockquote-show.blockquote .blockquote__border-top {
  width: 100%; }

.blockquote.blockquote--motion-false .blockquote__icon,
.blockquote.blockquote--motion-false .blockquote__source,
.blockquote.blockquote--motion-false .blockquote__source-affiliation,
.blockquote.blockquote--motion-false .blockquote__border-left,
.blockquote.blockquote--motion-false .blockquote__border-bottom,
.blockquote.blockquote--motion-false .blockquote__border-right,
.blockquote.blockquote--motion-false .blockquote__border-top,
.blockquote.blockquote--motion-false .blockquote__content .blockquote__source,
.blockquote.blockquote--motion-false .blockquote__content .blockquote__source--affiliation {
  transition: none; }

.card--color-block {
  cursor: pointer;
  min-height: 100%;
  margin: .6rem 1.2rem .6rem 0;
  position: relative;
  width: 12.4rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
  .card--color-block::before {
    background: rgba(0, 0, 0, 0.2);
    content: '';
    height: 100%;
    position: absolute;
    transition: width .5s;
    width: 0;
    z-index: 0;
    left: 0; }
  .card--color-block .color-block__container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    height: 100%;
    min-height: 180px;
    padding: .5rem;
    position: relative; }
    @media screen and (min-width: 60em) {
      .card--color-block .color-block__container {
        min-height: 200px; } }
  .card--color-block .color-block__title {
    font-size: .9rem;
    font-weight: 900;
    font-weight: var(--lato--black);
    line-height: 1.3;
    padding: 2rem;
    position: relative;
    text-align: center;
    z-index: 1; }
  .card--color-block .color-block__hover-text {
    font-size: .625rem;
    font-size: var(--type-size--6);
    font-weight: 700;
    font-weight: var(--lato--bold);
    letter-spacing: 1px;
    opacity: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: .6rem;
    margin-bottom: .6rem;
    text-align: right;
    text-transform: uppercase;
    transition: opacity .3s, visibility .3s;
    z-index: 1; }
    @media screen and (min-width: 60em) {
      .card--color-block .color-block__hover-text {
        opacity: 0;
        visibility: hidden; } }
  .card--color-block:hover::before {
    width: inherit; }
  .card--color-block:hover .color-block__title {
    text-decoration: underline; }
  .card--color-block:hover .color-block__hover-text {
    opacity: 1;
    visibility: visible; }

.fade {
  opacity: 0;
  transition: opacity ease-in-out; }

.fade.fade-show {
  opacity: 1; }

.full-width-header-image {
  overflow: hidden;
  position: relative; }
  .full-width-header-image .full-width-header-image__container {
    position: relative; }
  .full-width-header-image .full-width-header-image__aspect-ratio {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 37.2%; }
  .full-width-header-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .full-width-header-image .full-width-header-image__header-box {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255,255,255);
    color: var(--color-neutral--white);
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
    font-weight: var(--lato--black);
    padding: 40px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.6); }

@media (min-width: 55rem) {
  .full-width-header-image {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: calc(100vw + 10px); }
    .full-width-header-image .full-width-header-image__position {
      display: -webkit-flex;
      display: flex;
      max-width: 1260px;
      margin-right: auto;
      margin-left: auto;
      width: 100%; }
      .full-width-header-image .full-width-header-image__position.full-width-header-image__position--left {
        -webkit-justify-content: flex-start;
                justify-content: flex-start; }
      .full-width-header-image .full-width-header-image__position.full-width-header-image__position--center {
        -webkit-justify-content: center;
                justify-content: center; }
      .full-width-header-image .full-width-header-image__position.full-width-header-image__position--right {
        -webkit-justify-content: flex-end;
                justify-content: flex-end; }
    .full-width-header-image .full-width-header-image__header-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
              justify-content: center;
      -webkit-align-items: center;
              align-items: center;
      margin-left: auto;
      margin-right: auto; }
      .full-width-header-image .full-width-header-image__header-container .full-width-header-image__header-box {
        font-size: 38px;
        line-height: 43px;
        max-width: 30rem; } }

.link-list {
  list-style: none; }
  .link-list li {
    margin-bottom: .5em; }
  .link-list a {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: 100%;
    color: rgb(58,133,179);
    color: var(--color-blue--boston);
    font-weight: 700;
    font-weight: var(--lato--bold);
    text-decoration: none; }
    .link-list a:hover, .link-list a:focus, .link-list a:active {
      text-decoration: underline; }
  .link-list svg {
    -webkit-flex: 0 0 1.5em;
            flex: 0 0 1.5em;
    width: 1.5em;
    height: 1.5em;
    margin-right: .5em;
    margin-bottom: 0; }
  .link-list .media__content {
    padding-top: .15em; }

.link-item {
  margin-top: -1.1em;
  margin-bottom: -2em; }

.media {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media screen and (min-width: 65em) {
    .media {
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

.media__figure--left {
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 1em;
  text-align: center; }
  @media screen and (min-width: 65em) {
    .media__figure--left {
      -webkit-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-right: 1em;
      margin-bottom: 0;
      text-align: unset; } }

.media__figure--right {
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-top: 1em;
  text-align: center; }
  @media screen and (min-width: 65em) {
    .media__figure--right {
      -webkit-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-top: 0;
      margin-left: 1em;
      text-align: unset; } }

.clipBoard {
  height: 15px;
  width: 15px; }
  @media screen and (max-width: 65em) {
    .clipBoard {
      display: none; } }

.backButton {
  text-decoration: none;
  float: left; }
  .backButton p {
    color: black;
    display: inline;
    font-size: 1.25em; }
  .backButton svg {
    height: 25px;
    width: 25px;
    margin-right: .75em;
    margin-bottom: -5px;
    fill: #dcaf27; }
  @media screen and (max-width: 65em) {
    .backButton {
      text-align: center; } }

.media__content {
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%; }

.media__content__calendar {
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-top: 5px; }

.mega-menu {
  background-color: rgb(243, 241, 235);
  background-color: var(--color-brown--bone);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  z-index: 17; }
  .mega-menu .mega-menu__header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    padding-top: 1rem; }
    
    /*fixing size in cart header*/
    .nap-logo {
  max-width: 250px;
}
    @media screen and (min-width: 65em) {
      .mega-menu .mega-menu__header .global-nav__logo {
        padding-top: 1.25rem; } }
  .mega-menu .controls__menu,
  .mega-menu .controls__search {
    color: rgb(34,34,34);
    color: var(--color-neutral--charcoal); }
    .mega-menu .controls__menu svg,
    .mega-menu .controls__search svg {
      display: block;
      width: 2.25em;
      height: 2.25em; }
      @media screen and (min-width: 65em) {
        .mega-menu .controls__menu svg,
        .mega-menu .controls__search svg {
          width: 4.5em;
          height: 4.5em; } }
  .mega-menu .controls__menu {
    font-size: .8em;
    font-weight: 700;
    font-weight: var(--lato--bold);
    line-height: 1.2; }
    @media screen and (min-width: 65em) {
      .mega-menu .controls__menu {
        display: none; } }
  @media screen and (min-width: 65em) {
    .mega-menu .controls__search {
      display: none; } }
  .mega-menu .controls__close {
    margin-left: .5em; }
    .mega-menu .controls__close .menus__close-label {
      float: left;
      font-size: .8em;
      font-weight: 700;
      font-weight: var(--lato--bold);
      line-height: 1.2; }
    .mega-menu .controls__close svg {
      fill: rgb(34,34,34);
      fill: var(--color-neutral--charcoal);
      width: 1.75rem;
      height: 1.75rem; }
    .mega-menu .controls__close:hover .menus__close-label,
    .mega-menu .controls__close:focus .menus__close-label {
      text-decoration: underline; }
    @media screen and (min-width: 65rem) {
      .mega-menu .controls__close {
        margin-top: -.75em;
        margin-right: -1.5em;
        padding: .75em 1em; } }

.mega-menu__content {
  max-height: calc(100vh - 120px);
  padding: 1.5em 1em 0; }
  .mega-menu__content .accordion {
    border: 0;
    font-weight: 400;
    font-weight: var(--lato--regular); }
    .mega-menu__content .accordion > div {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .mega-menu__content .accordion > div:last-of-type {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .mega-menu__content .accordion__title {
    background-color: transparent; }
  .mega-menu__content .accordion__action {
    padding: .75em 0;
    color: rgb(58,133,179);
    color: var(--color-blue--boston);
    font-size: 1.1em;
    font-weight: 700;
    font-weight: var(--lato--bold); }
  .mega-menu__content button.accordion__action {
    padding: 0; }
  .mega-menu__content .accordion__icon {
    background-color: rgb(58,133,179);
    background-color: var(--color-blue--boston);
    border-radius: 50%; }
    .mega-menu__content .accordion__icon svg {
      fill: rgb(243, 241, 235);
      fill: var(--color-brown--bone);
      position: absolute; }
  .mega-menu__content .accordion__content {
    padding-left: 0; }
    .mega-menu__content .accordion__content a {
      display: inline-block;
      padding: .75em 0;
      color: rgb(34,34,34);
      color: var(--color-neutral--charcoal);
      font-size: 1em;
      text-decoration: underline; }
  .mega-menu__content .academies-list {
    font-size: 2rem;
    font-weight: 400;
    font-weight: var(--lato--regular);
    margin-top: 1rem; }
  .mega-menu__content [class*="academies-list__item"] {
    display: block;
    margin-top: .25em;
    margin-bottom: .25em;
    text-decoration: none; }
  .mega-menu__content .academies-list__item--sciences {
    color: rgb(220,175,39);
    color: var(--color-yellow--gold); }
  .mega-menu__content .academies-list__item--engineering {
    color: rgb(0,89,145);
    color: var(--color-blue--bahama); }
  .mega-menu__content .academies-list__item--medicine {
    color: rgb(29,123,92);
    color: var(--color-green--forest); }
  .mega-menu__content .search-form {
    font-weight: 400;
    font-weight: var(--lato--regular); }
    .mega-menu__content .search-form label {
      color: rgb(34,34,34);
      color: var(--color-neutral--charcoal);
      font-size: .75em; }
      @media screen and (min-width: 65em) {
        .mega-menu__content .search-form label {
          font-size: 1.2em; } }
    .mega-menu__content .search-form input {
      padding: .5em 2em .5em .25em;
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.1);
      border-style: solid;
      border-width: 0 0 1px;
      color: rgb(34,34,34);
      color: var(--color-neutral--charcoal);
      font-size: 1.2em;
      font-weight: 900;
      font-weight: var(--lato--black);
      /* stylelint-disable selector-no-vendor-prefix */
      /* Chrome/Opera/Safari */
      /* Firefox 19+ */
      /* IE 10+ */
      /* Firefox 18- */
      /* stylelint-enable selector-no-vendor-prefix */ }
      .mega-menu__content .search-form input:focus {
        outline: none;
        box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.15); }
      .mega-menu__content .search-form input::-webkit-input-placeholder {
        color: rgb(34,34,34);
        color: var(--color-neutral--charcoal);
        font-style: normal;
        font-weight: 900;
        font-weight: var(--lato--black);
        line-height: 1.2;
        opacity: .5; }
      .mega-menu__content .search-form input::-moz-placeholder {
        color: rgb(34,34,34);
        color: var(--color-neutral--charcoal);
        font-style: normal;
        font-weight: 900;
        font-weight: var(--lato--black);
        line-height: 1.2;
        opacity: .5; }
      .mega-menu__content .search-form input:-ms-input-placeholder {
        color: rgb(34,34,34);
        color: var(--color-neutral--charcoal);
        font-style: normal;
        font-weight: 900;
        font-weight: var(--lato--black);
        line-height: 1.2;
        opacity: .5; }
      .mega-menu__content .search-form input:-moz-placeholder {
        color: rgb(34,34,34);
        color: var(--color-neutral--charcoal);
        font-style: normal;
        font-weight: 900;
        font-weight: var(--lato--black);
        line-height: 1.2;
        opacity: .5; }
      @media screen and (min-width: 65em) {
        .mega-menu__content .search-form input {
          margin-bottom: 3em;
          padding-right: 2em;
          font-size: 1.5em; } }
    .mega-menu__content .search-form .search-form__submit {
      position: absolute;
      top: 1.3em;
      right: 0;
      padding: 0; }
      @media screen and (min-width: 65em) {
        .mega-menu__content .search-form .search-form__submit {
          top: .5em; } }
    .mega-menu__content .search-form svg {
      width: 2em;
      height: 2em;
      fill: rgb(58,133,179);
      fill: var(--color-blue--boston); }
      @media screen and (min-width: 65em) {
        .mega-menu__content .search-form svg {
          width: 4em;
          height: 4em; } }
    @media screen and (min-width: 65em) {
      .mega-menu__content .search-form {
        padding: 5em 8.5em; } }
  .mega-menu__content .search-form__container {
    position: relative;
    max-width: 70em;
    margin: 0 auto; }

.popular-searches {
  max-width: 70em;
  margin: 0 auto;
  padding-right: .5em;
  padding-left: .5em; }

.popular-searches__label {
  margin-bottom: 1em;
  color: rgb(34,34,34);
  color: var(--color-neutral--charcoal);
  font-size: .9em;
  font-weight: 700;
  font-weight: var(--lato--bold);
  opacity: .7; }

.popular-searches__list a {
  display: block;
  padding-top: .35em;
  padding-bottom: .35em;
  color: rgb(58,133,179);
  color: var(--color-blue--boston);
  line-height: 1.2;
  text-decoration: none; }
  .popular-searches__list a:hover, .popular-searches__list a:focus {
    text-decoration: underline; }

.mega-menu__footer {
  margin-top: 1rem;
  margin-bottom: 1rem; }

@media screen and (min-width: 65em) {
  .popular-searches__label {
    font-size: 1.25em; }
  @supports (display: grid) {
    .popular-searches__list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(auto, 170px));
      grid-template-rows: repeat(2, minmax(-webkit-min-content, -webkit-max-content));
      grid-template-rows: repeat(2, minmax(min-content, max-content));
      grid-gap: 1em; } }
  .popular-searches__list a {
    margin-bottom: 1em;
    padding: 0;
    font-size: 1em;
    line-height: 1.2; } }

/*hidden b/c interfering with BS Modal on Nap.edu*/
/*.modal {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 21; }
  @media screen and (max-height: 45em) {
    .modal {
      -webkit-justify-content: flex-start;
              justify-content: flex-start; } }
*/
body.modal-is-open {
  overflow: hidden; }

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.modal__container {
  background-color: rgb(255,255,255);
  background-color: var(--color-neutral--white);
  box-shadow: 0 0 10px rgba(34,34,34,.25);
  box-shadow: 0 0 10px var(--box-shadow--charcoal);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-height: 75vh;
  max-width: 35em;
  min-height: 600px;
  position: relative; }
  @media screen and (max-height: 45em) {
    .modal__container {
      top: 5em; } }
  .modal__container.wide {
    min-width: 100vw;
    min-height: 0;
    max-height: none; }
    @media screen and (min-width: 65rem) {
      .modal__container.wide {
        min-width: 65vw; } }
    .modal__container.wide .modal__content {
      overflow-y: hidden;
      width: 100%;
      margin: 1rem auto; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .modal__container {
    height: 485px; }
  .modal__container iframe {
    height: 450px !important; } }

.modal__header {
  background-color: rgb(243, 241, 235);
  background-color: var(--color-brown--bone);
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1em; }
  .modal__header h2 {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    white-space: break-word; }
  .modal__header .intro {
    font-size: 1em; }
    @media screen and (min-width: 45em) {
      .modal__header .intro {
        font-size: 1.3em; } }
  @media screen and (min-width: 45em) {
    .modal__header {
      padding: 1em 2em; } }
  .modal__header.empty {
    padding: 0; }

.modal__close {
  background-color: rgb(58,133,179);
  background-color: var(--color-blue--boston);
  color: rgb(255,255,255);
  color: var(--color-neutral--white);
  cursor: pointer;
  height: 60px;
  padding: 0;
  position: absolute;
  top: -60px;
  right: 0;
  width: 60px; }
  .modal__close:hover, .modal__close:focus {
    background-color: rgb(0,63,92);
    background-color: var(--color-blue--imperial); }
  .modal__close svg {
    height: 100%;
    width: 100%; }

.print-bios {
  color: rgb(102,102,102);
  color: var(--color-neutral--granite);
  cursor: pointer; }
  .print-bios svg {
    fill: rgb(58,133,179);
    fill: var(--color-blue--boston); }
  .print-bios:hover, .print-bios:focus, .print-bios:active {
    color: var(--color-netural--jet);
    text-decoration: underline; }

.modal__content {
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 1em 0;
  overflow: auto;
  padding: 0 1em; }
  @media screen and (min-width: 45em) {
    .modal__content {
      padding: 0 2em; } }

.modal__actions {
  -webkit-align-content: flex-end;
          align-content: flex-end;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .modal__actions button {
    -webkit-align-items: center;
            align-items: center;
    background-color: rgb(58,133,179);
    background-color: var(--color-blue--boston);
    color: rgb(255,255,255);
    color: var(--color-neutral--white);
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    padding: 1rem;
    text-align: left; }
    .modal__actions button > div {
      -webkit-flex: 0 1 100%;
              flex: 0 1 100%;
      padding-left: 1rem;
      padding-right: 1rem; }
      .modal__actions button > div p:last-child {
        font-weight: 700;
        font-weight: var(--lato--bold);
        letter-spacing: 0;
        text-transform: none; }
    .modal__actions button:first-of-type {
      border-bottom: 1px solid rgb(255,255,255);
      border-bottom: 1px solid var(--color-neutral--white); }
      .modal__actions button:first-of-type svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      @media screen and (min-width: 45em) {
        .modal__actions button:first-of-type {
          border-right: 1px solid rgb(255,255,255);
          border-right: 1px solid var(--color-neutral--white);
          border-bottom: 0; } }
    .modal__actions button:last-of-type svg {
      margin-left: auto; }
    .modal__actions button:hover, .modal__actions button:focus {
      background-color: rgb(0,63,92);
      background-color: var(--color-blue--imperial);
      text-decoration: none; }
      .modal__actions button:hover p:nth-of-type(2), .modal__actions button:focus p:nth-of-type(2) {
        text-decoration: underline; }
    @media screen and (min-width: 45em) {
      .modal__actions button {
        -webkit-flex: 0 1 50%;
                flex: 0 1 50%; } }
  @media screen and (min-width: 45em) {
    .modal__actions {
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

.global-nav__links {
  display: none;
  opacity: 1;
  transition: opacity .15s, -webkit-transform .15s;
  transition: opacity .15s, transform .15s;
  transition: opacity .15s, transform .15s, -webkit-transform .15s; }
  .global-nav--local .global-nav__links {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .global-nav--local.menu-is-hidden .global-nav__links {
    opacity: 0;
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em); }
  .global-nav__links ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin-top: 1rem; }
  .global-nav__links li:hover .global-nav__link > span::before,
  .global-nav__links li:focus-within .global-nav__link > span::before,
  .global-nav__links .global-nav__link.is-active > span::before,
  .global-nav__links .global-nav__link:hover > span::before,
  .global-nav__links .global-nav__link:focus > span::before {
    background-color: rgb(58,133,179);
    background-color: var(--color-blue--boston); }
    .global-nav__links li:hover .global-nav__link > span::before::after,
    .global-nav__links li:focus-within .global-nav__link > span::before::after,
    .global-nav__links .global-nav__link.is-active > span::before::after,
    .global-nav__links .global-nav__link:hover > span::before::after,
    .global-nav__links .global-nav__link:focus > span::before::after {
      opacity: 1; }
  @media screen and (min-width: 65em) {
    .global-nav__links {
      display: block; }
      .global-nav__links > ul > li:last-of-type .global-nav__link {
        margin-right: -1.25em; } }

.global-nav__link {
  position: relative;
  display: block;
  padding: .75em 1.5em .5em;
  color: rgb(34,34,34);
  color: var(--color-neutral--charcoal);
  border-bottom: 5px solid transparent;
  /*font-size: .885rem;*/
  font-weight: 700;
  font-weight: var(--lato--bold);
  text-decoration: none;
  transition: color .15s; }
  .global-nav__link > span {
    position: relative; }
  .global-nav__link > span::before {
    content: "";
    position: absolute;
    bottom: -.5em;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: transparent;
    transition: background-color .15s; }

.global-nav__dropdown {
  position: absolute;
  top: calc(100% + 1em);
  left: 50%;
  display: none;
  width: 600px;
  background-color: rgb(255,255,255);
  background-color: var(--color-neutral--white);
  box-shadow: 0 5px 15px rgba(34,34,34,.25);
  box-shadow: 0 5px 15px var(--box-shadow--charcoal);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20; }
  .global-nav__dropdown::before {
    content: "";
    position: absolute;
    top: -1em;
    left: 0;
    display: block;
    width: 100%;
    height: 1em; }
  .global-nav__dropdown .dropdown__left {
    position: relative;
    min-height: 260px;
    width: 40%;
    padding: 1.5rem;
    background-image: linear-gradient(to bottom, hsl(202.81, 51.05%, 46.47%), hsl(202.8, 51.26%, 45.71%) 5.79%, hsl(202.79, 51.64%, 44.4%) 10.88%, hsl(202.78, 52.22%, 42.62%) 15.63%, hsl(202.75, 53.04%, 40.42%) 20.37%, hsl(202.7, 54.2%, 37.87%) 25.46%, hsl(202.63, 55.83%, 35.02%) 31.25%, hsl(202.51, 58.16%, 31.96%) 38.08%, hsl(202.3, 61.52%, 28.78%) 46.3%, hsl(201.95, 66.5%, 25.6%) 56.25%, hsl(201.34, 73.92%, 22.6%) 68.29%, hsl(200.35, 84.84%, 20%) 82.75%, hsl(198.91, 100%, 18.04%));
    color: rgb(255,255,255);
    color: var(--color-neutral--white); }
    .global-nav__dropdown .dropdown__left a {
      display: block;
      color: rgb(255,255,255);
      color: var(--color-neutral--white);
      font-weight: 400;
      font-weight: var(--lato--regular);
      transition: color .15s; 
      font-size: 16px;
}
      .global-nav__dropdown .dropdown__left a:hover, .global-nav__dropdown .dropdown__left a:focus, .global-nav__dropdown .dropdown__left a:active {
        color: rgb(246,210,0);
        color: var(--color-yellow--pure); }
    .global-nav__dropdown .dropdown__left ul {
      -webkit-flex-direction: column;
              flex-direction: column; }
    .global-nav__dropdown .dropdown__left li a {
     
      padding: .5em 0;
      line-height: 1.4; }
    .global-nav__dropdown .dropdown__left--default {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden;
      background-color: rgb(243, 241, 235);
      background-color: var(--color-brown--bone); }
      .global-nav__dropdown .dropdown__left--default img {
        width: 100%;
        height: auto;
        /* stylelint-disable max-nesting-depth */
        /* stylelint-enable max-nesting-depth */ }
        @supports (object-fit: cover) {
          .global-nav__dropdown .dropdown__left--default img {
            height: 100%;
            object-fit: cover; } }
  .global-nav__dropdown .dropdown__right {
    width: 60%;
    padding: 1.5rem;
    }
    .global-nav__dropdown .dropdown__right .button {
      margin-top: 2em;
      text-shadow: none; }
    .global-nav__dropdown .dropdown__right a {
      color: rgb(0,89,145);
      color: var(--color-blue--bahama);
      text-decoration: none;
      transition: color .15s; }
      .global-nav__dropdown .dropdown__right a:hover, .global-nav__dropdown .dropdown__right a:focus {
        color: rgb(0,63,92);
        color: var(--color-blue--imperial);
        text-decoration: underline; }

.rm-dropdown:hover::after, .rm-dropdown:focus::after {
  visibility: hidden; }

.has-dropdown {
  position: relative; }
  .has-dropdown::after {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    left: 50%;
    width: 26px;
    height: 15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAPCAYAAAD6Ud/mAAAABGdBTUEAALGPC/xhBQAAAldJREFUOBGtkz+oGkEQxu92NV5C0IioBEVFEQsDTzAQEAQlVYrUFinSCKnT2KpFbF+hTbBJoUUKoxIkrZVgrzaKtqIoqPjnqfEyczCi4qFFDo7dnZn9frvf7oqCyifLsniaSqfTZ2PKJZNJmfqiKB77FKP26uRTCAHa7bY4Ho/P6s1ms+z3++V7YGcTiU4ghBBgsViIm81GfHp6EnU6nbJySZJkt9t9uAemIXFqr0FgJwwBAGLdbvcr1nq93keIHfr9vgB5BB9oZ6hxaSMjALYEoRhahZDlcskMBgNvtVqfYRff8Mc+xiaTCcfd1ut1RjZf0zqCTiE4AScSRK/X81qt9hGEc7QI7GMMcwRDm9VgCugWpFqthq1W6w+AcAJhH2OYM5lMDGFgI1ODsUsIFqIVaBeutlgsPjidzp8gLJ1AqCthrlAoPCBsNpsxNdjROtwyQrAQV4eQXC7ngRv1Cw5WT8qXLeZ8Pl85m8168MzUYDyVSim+EgQLjUYjz2Qyr6PR6B/GmP1S/HIMsJc2m+2Dw+EoNxqNJWgI6/Va2O/3QqfTESKRiMChSPEVd4IQXFU8HjfGYrHfAPFdiqqNQeeVx+OJwlGUer3eZjqdChqNRoYjUGAcXrfiK0GA/iKRSJQ452/VRNXiALMGAoF3g8GgBDd2PxwORYJxi8XC5/M5vhUOr1ybz+cLWq32vZrYrTi44AiHw28qlUp5NBoddrudMkUMBoNaOvxms/kdHuOnW2L35LfbbSEUCn0Bp/7CcRwEuFXP7Hb789Vq9Qj+/tcPNV0ul4SMf+6gwxxjOvs3AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    visibility: hidden; }
  .has-dropdown:hover::after, .has-dropdown:focus::after {
    visibility: visible; }
  .has-dropdown:hover .global-nav__dropdown {
    display: -webkit-flex;
    display: flex; }
  .has-dropdown:focus-within .global-nav__dropdown {
    display: -webkit-flex;
    display: flex; }
  .has-dropdown:nth-last-of-type(-n+3) .global-nav__dropdown {
    left: auto;
    -webkit-transform: none;
            transform: none; }
  .has-dropdown:nth-last-of-type(3) .global-nav__dropdown {
    right: -200%; }
  .has-dropdown:nth-last-of-type(2) .global-nav__dropdown {
    right: -90%; }
  .has-dropdown:last-of-type .global-nav__dropdown {
    right: 5%; }

.site-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-image: linear-gradient(to bottom, #f3f1eb 0, white 500px); }

.shift .shift-container {
  position: relative;
  transition: all ease-in-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.social-share {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .social-share .social-share--title {
    color: rgb(58,133,179);
    color: var(--color-blue--boston);
    font-size: .7rem;
    font-weight: 900;
    font-weight: var(--lato--black);
    letter-spacing: .1rem;
    margin-right: .6rem;
    text-transform: uppercase; }
  .social-share svg {
    fill: rgb(58,133,179);
    fill: var(--color-blue--boston);
    height: 1.4rem;
    margin: 0 .1rem;
    width: 1.4rem; }

.tabs-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
          flex-flow: column;
  position: relative;
  z-index: 2; }

@media screen and (min-width: 65em) {
  .tabs-list {
    -webkit-flex-direction: row;
            flex-direction: row; } }

.tabs-list__tab {
  line-height: 1.3;
  margin-bottom: .2em; }

@media screen and (min-width: 65em) {
  .tabs-list__tab {
    -webkit-flex: 1 1 12em;
            flex: 1 1 12em;
    margin-bottom: 0; }
    .tabs-list__tab + .tabs-list__tab {
      margin-left: .2em; } }

.tab-link {
  -webkit-align-items: center;
          align-items: center;
  background-color: rgb(243, 241, 235);
  background-color: var(--color-brown--bone);
  border: 1px solid rgb(243, 241, 235);
  border: 1px solid var(--color-brown--bone);
  color: rgb(34,34,34);
  color: var(--color-neutral--charcoal);
  cursor: default;
  display: -webkit-flex;
  display: flex;
  font-size: .75em;
  font-weight: 700;
  font-weight: var(--lato--bold);
  height: 100%;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 1px;
  padding: 1.25em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .15s, border-color .15s, color .15s; }
  .tab-link:hover, .tab-link:focus, .tab-link[aria-selected="true"] {
    background-color: rgb(255,255,255);
    background-color: var(--color-neutral--white);
    border-color: rgb(204,204,204);
    border-color: var(--color-neutral--pastel);
    color: rgb(58,133,179);
    color: var(--color-blue--boston);
    text-decoration: underline; }
  .tab-link[aria-selected="true"] {
    box-shadow: 0 3px 0 -1px rgb(255,255,255);
    box-shadow: 0 3px 0 -1px var(--color-neutral--white); }

@media screen and (min-width: 65em) {
  .tab-link {
    border-bottom-width: 0; } }



.tabs-list__tab--featured {
  -webkit-flex: 1 1 100%;
          flex: 1 1 100%; }

.tab-link--featured {
  cursor: default;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 1em 1em 1em 1.5em;
  position: relative;
  text-decoration: none; }
  .tab-link--featured span {
    display: block; }
  .tab-link--featured::before {
    content: "";
    background-color: rgb(188,155,106);
    background-color: var(--color-brown--wood);
    height: 105%;
    position: absolute;
    bottom: -25px;
    left: 10px;
    transition: height 0.35s cubic-bezier(0.86, 0, 0.07, 1), background-color 0.15s;
    width: 1px;
    z-index: 19; }
  .tab-link--featured::after {
    content: "";
    border-bottom: 1px solid rgb(188,155,106);
    border-bottom: 1px solid var(--color-brown--wood);
    border-left: 1px solid rgb(188,155,106);
    border-left: 1px solid var(--color-brown--wood);
    height: .75em;
    position: absolute;
    bottom: -24px;
    left: 4px;
    opacity: 1;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    transition: border-color .15s, opacity .15s;
    width: .75em;
    z-index: 19; }
  .tab-link--featured .tab-link__title {
    color: rgb(188,155,106);
    color: var(--color-brown--wood);
    font-size: 1.25rem;
    font-size: var(--type-size--3);
    font-weight: 700;
    font-weight: var(--lato--bold);
    page-break-inside: avoid !important; }

@media screen and (min-width: 65em) {
  .tab-link--featured {
    height: 100%;
    padding: 2.5em 1em 1em 3em; }
    .tab-link--featured::before {
      background-color: rgb(221, 213, 199);
      background-color: var(--color-brown--sand);
      height: calc(100% - 2em);
      top: 2em;
      left: 26px; }
    .tab-link--featured::after {
      border-bottom: 1px solid rgb(221, 213, 199);
      border-bottom: 1px solid var(--color-brown--sand);
      border-left: 1px solid rgb(221, 213, 199);
      border-left: 1px solid var(--color-brown--sand);
      opacity: 0;
      bottom: -1.95em;
      left: 20px; }
    .tab-link--featured:hover::before, .tab-link--featured:focus::before, .tab-link--featured[aria-selected="true"]::before {
      background-color: rgb(188,155,106);
      background-color: var(--color-brown--wood);
      height: 100%; }
    .tab-link--featured:hover::after, .tab-link--featured:focus::after, .tab-link--featured[aria-selected="true"]::after {
      border-color: rgb(188,155,106);
      border-color: var(--color-brown--wood);
      opacity: 1;
      transition: border-color .15s .25s, opacity .15s .25s; }
    .tab-link--featured .tab-link__title {
      color: rgb(34,34,34);
      color: var(--color-neutral--charcoal);
      font-size: 1.5rem;
      font-size: var(--type-size--2);
      transition: color .15s; }
    .tab-link--featured:hover .tab-link__title,
    .tab-link--featured:focus .tab-link__title,
    .tab-link--featured[aria-selected="true"] .tab-link__title {
      color: rgb(188,155,106);
      color: var(--color-brown--wood); } }

.tab-link__label {
  color: rgb(34,34,34);
  color: var(--color-neutral--charcoal);
  font-size: .625em;
  font-weight: 700;
  font-weight: var(--lato--bold);
  letter-spacing: 1px;
  margin-bottom: 1em;
  text-transform: uppercase; }

.tab-content--featured {
  padding: 1em; }

@media screen and (min-width: 65em) {
  .tab-content--featured {
    padding: 3.25em 1em 1em; } }

@media print {
  .tabs.tabs--featured * {
    position: static;
    margin-left: 0; }
  .section {
    display: block !important;
    margin-top: 0 !important; }
  ul.tabs-list {
    display: none !important; }
  .tabs-list__tab--featured {
    page-break-inside: avoid !important;
    page-break-after: always; }
  .tab-link__title {
    display: block;
    page-break-inside: avoid !important; }
  .tab-link--featured,
  .tab-item {
    display: block !important;
    page-break-inside: avoid !important; } }

.team-member {
  display: block;
  margin-bottom: 1rem;
  text-align: left; }
  .team-member.team-member--trigger {
    text-align: left;
    vertical-align: top; }
    .team-member.team-member--trigger:hover .team-member__name,
    .team-member.team-member--trigger:focus .team-member__name {
      text-decoration: underline; }
  .team-member .team-member__name {
    font-size: .9em;
    font-weight: 900;
    font-weight: var(--lato--black);
    line-height: 1.25;
    white-space: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .team-member .team-member__role {
    color: rgb(58,133,179);
    color: var(--color-blue--boston);
    font-weight: 700;
    font-weight: var(--lato--bold); }
  .team-member .team-member__description {
    color: rgb(34,34,34);
    color: var(--color-neutral--charcoal);
    font-size: .8em;
    font-size: var(--type-size--small);
    margin-top: .625rem;
    margin-bottom: .2rem; }
  .team-member .team-member__email {
    font-size: .8em;
    font-size: var(--type-size--small);
    text-decoration: none; }
    .team-member .team-member__email:hover {
      text-decoration: underline; }

@media screen and (min-width: 45em) {
  .team-member {
    -webkit-flex: 0 1 20%;
            flex: 0 1 20%; }
    .team-member:not(:nth-of-type(4n)) {
      margin: 0 6.667% 6.667% 0; }
    @supports (display: grid) {
      .team-member {
        -webkit-flex: 0;
                flex: 0 1;
        margin: 0; } } }

.toolbar {
  display: block;
  border: 1px solid rgb(221, 213, 199);
  border: 1px solid var(--color-brown--sand);
  text-align: right; }
  .toolbar a {
    display: inline-block;
    padding: 1rem;
    color: rgb(0,89,145);
    color: var(--color-blue--bahama);
    text-decoration: none; }
    .toolbar a:hover, .toolbar a:focus, .toolbar a:active {
      text-decoration: underline; }

.announcements__list {
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0 -1em; }
  @media screen and (min-width: 65rem) {
    .announcements__list {
      -webkit-flex-flow: row wrap;
              flex-flow: row wrap; } }

.announcement {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.announcement__title a {
  color: rgb(34,34,34);
  color: var(--color-neutral--charcoal); }

.announcement__summary,
.announcement__date {
  font-size: .85rem; }
  @media screen and (min-width: 65em) {
    .announcement__summary,
    .announcement__date {
      } }

.announcement__date {
  color: rgb(118,118,118);
  color: var(--color-neutral--dusty);
  font-weight: 700;
  font-weight: var(--lato--bold); }

.bucket {
  box-shadow: 0 0 10px #d6d6d8;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-justify-content: spcae-between;
          justify-content: spcae-between;
  padding: 1rem; }
  .bucket > h2,
  .bucket > .t2 {
    margin-bottom: 1.5rem; }
  .bucket > div {
    margin-bottom: 1rem; }
  .bucket > div:last-child {
    margin-bottom: 0; }
  .bucket .bucket--content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .bucket .media__content {
    line-height: 1.3; }
  .bucket.dark {
    background: rgb(0,63,92);
    background: var(--color-blue--imperial);
    color: rgb(255,255,255);
    color: var(--color-neutral--white);
    max-width: 100%;
    /* Filmstrip */
    /* Sidebar Signup Form */
    /* Card Styles */ }
    .bucket.dark *,
    .bucket.dark .viewMoreLink a,
    .bucket.dark .card .card__content .card__title a {
      color: rgb(255,255,255);
      color: var(--color-neutral--white); }
    .bucket.dark input {
      color: #000; }
    .bucket.dark a:link,
    .bucket.dark a:visited {
      text-decoration: underline; }
    .bucket.dark a:active,
    .bucket.dark a:hover {
      text-decoration: none; }
    .bucket.dark .button.button--primary:hover,
    .bucket.dark .button.button--primary:active,
    .bucket.dark .button.button--primary:focus {
      color: rgb(255,255,255);
      color: var(--color-neutral--white);
      background: rgb(220,175,39);
      background: var(--color-yellow--gold); }
    .bucket.dark .publication--filmstrip .meta__title,
    .bucket.dark .publication__overview .meta__date {
      color: rgb(255,255,255);
      color: var(--color-neutral--white); }
    .bucket.dark .sidebar__widget--newsletterForm .t5.mb1 {
      color: rgb(255,255,255);
      color: var(--color-neutral--white); }
    .bucket.dark .card {
      border-bottom: 2px solid rgb(171,132,13);
      border-bottom: 2px solid var(--color-society--sciences); }
    .bucket.dark .card .card__title a:hover,
    .bucket.dark .card .card__title a:visited,
    .bucket.dark .card .card__title a:active,
    .bucket.dark .card .card__title a.hovered {
      color: rgb(255,255,255);
      color: var(--color-neutral--white); }
    .bucket.dark .card .card__actions {
      border-color: rgba(255, 255, 255, 0.25); }
    .bucket.dark .card .card__actions a {
      color: rgb(255,255,255);
      color: var(--color-neutral--white); }
    .bucket.dark .uw-columns-first-in-row,
    .bucket.dark .uw-columns-last-in-row {
      border-bottom: 2px solid rgb(171,132,13);
      border-bottom: 2px solid var(--color-society--sciences); }
      @media screen and (min-width: 40rem) {
        .bucket.dark .uw-columns-first-in-row,
        .bucket.dark .uw-columns-last-in-row {
          border: none; } }
  .bucket .viewMoreLink {
    border-top: 1px solid rgb(221, 213, 199);
    border-top: 1px solid var(--color-brown--sand);
    text-align: right; }
    @media screen and (max-width: 65rem) {
      .bucket .viewMoreLink {
        padding: 1em; } }
    .bucket .viewMoreLink a {
      text-decoration: none; }
    .bucket .viewMoreLink svg {
      float: right;
      height: 1.5em;
      margin-bottom: 0;
      margin-top: -5px;
      width: 1.5rem; }
  .bucket .emptyBucket {
    border-top: 1px solid #ddd5c7;
    padding-top: .5rem;
    text-align: center; }
    .bucket .emptyBucket > *:not(svg) {
      color: #666;
      display: block;
      font-size: 1.5rem;
      font-weight: 600;
      margin: 0 auto;
      width: 75%; }
    .bucket .emptyBucket svg {
      fill: #3a85b3;
      width: 4rem;
      height: 4rem;
      margin: 1rem 0; }
      .bucket .emptyBucket svg g {
        stroke: #3a85b3; }

.call-to-action {
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
  color: rgb(255,255,255);
  color: var(--color-neutral--white);
  margin: 0 auto;
  padding: 2rem;
  text-align: center; }
  .call-to-action ol,
  .call-to-action ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    padding-left: 1.65em; }
  .call-to-action ol {
    list-style-type: decimal; }
  .call-to-action ul {
    list-style-type: disc; }
  .call-to-action a {
    color: #fff;
    font-weight: 700; }
  .call-to-action .call-to-action__label {
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-transform: uppercase; }
  .call-to-action .call-to-action__title {
    padding-bottom: 1rem;
    padding-top: 1rem; }
  @media screen and (min-width: 65em) {
    .call-to-action {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
              align-items: center;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      text-align: left; } }

@media screen and (min-width: 65em) {
  .call-to-action__left {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%; } }

.call-to-action__right {
  padding-top: 2rem; }
  @media screen and (min-width: 65em) {
    .call-to-action__right {
      margin-left: auto;
      padding-top: 0; } }

.call-to-action--huge a {
  color: inherit; }

.call-to-action__content {
  font-size: .9em; }

.committee {
  width: 100%; }

.committee__header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media screen and (max-width: 65em) {
    .committee__header {
      -webkit-flex-direction: column;
              flex-direction: column; } }
  .committee__header .print-bios {
    font-size: .85em; }
    @media screen and (max-width: 65em) {
      .committee__header .print-bios {
        -webkit-flex-direction: column;
                flex-direction: column; } }
    .committee__header .print-bios svg {
      width: 2em;
      height: 2em; }

@media screen and (min-width: 45em), print {
  .committee__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
    @supports (display: grid) {
      .committee__list {
        display: grid;
        grid-template-columns: repeat(4, calc(25% - 2em));
        grid-gap: 2em;
        -webkit-align-items: start;
                align-items: start; } } }

@media print {
  .committee__header .print-bios {
    display: none; } }

.contact__box {
  border: 1px solid rgb(188,155,106);
  border: 1px solid var(--color-brown--wood);
  font-weight: 700;
  font-weight: var(--lato--bold);
  margin: 1rem 0;
  padding: 1rem;
  width: 100%; }
  .contact__box li {
    line-height: 1.3; }
    .contact__box li + li {
      margin-top: .5em; }
  .contact__box .contact__box--title {
    font-weight: 700;
    font-weight: var(--lato--bold); }
  .contact__box .contact__box--label {
    font-family: "Lato"
,
-apple-system
,
"BlinkMacSystemFont"
,
"Segoe UI"
,
"Roboto"
,
"Oxygen"
,
"Ubuntu"
,
"Cantarell"
,
"Open Sans"
,
"Helvetica Neue"
,
sans-serif;
    font-family: var(--type-font--lato);
    font-size: .556rem;
    font-weight: 700;
    font-weight: var(--lato--bold);
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: .5rem; }
  .contact__box .contact__box--email {
    word-wrap: break-word;
    width: 70%; }
    @media screen and (min-width: 65em) {
      .contact__box .contact__box--email {
        width: auto; } }
  .contact__box + .contact__box {
    margin-left: 0; }

.contact__card {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }
  .contact__card p {
    font-weight: 700;
    font-weight: var(--lato--bold); }
  .contact__card a {
    text-decoration: none; }
  .contact__card > div {
    margin-bottom: 1rem;
    margin-right: 3rem; }
  .contact__card > div:last-child {
    margin-bottom: 0; }
  .contact__card.contact__card {
    margin-bottom: 1rem; }
  .contact__card .contact__box--label {
    margin-bottom: 0; }
  .contact__card .icon {
    margin-right: 1rem; }
    .contact__card .icon svg {
      fill: rgb(118,118,118);
      fill: var(--color-neutral--dusty); }

.contact--row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }
  .contact--row .contact__box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-flex: 1;
            flex: 1 1;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-top: 0; }

@media screen and (min-width: 45em), print {
  .contact__card {
    -webkit-flex-direction: row;
            flex-direction: row; }
    .contact__card > div {
      margin-bottom: 0; }
  .contact--row {
    -webkit-flex-direction: row;
            flex-direction: row; }
    .contact--row .contact__box {
      margin-bottom: 1rem;
      margin-top: 0; }
    .contact--row .contact__box + .contact__box {
      margin-left: 1em; } }

.page-header {
  margin-bottom: 2em;
  padding: 1.5rem 0 0;
  overflow: hidden; }
  .page-header.tan {
    background-color: rgb(241, 239, 232);
    background-color: var(--color-brown--tan);
    border-bottom: 1px solid rgb(225,218,206);
    border-bottom: 1px solid var(--color-brown--merino); }
  .page-header.blue {
    background-color: rgb(4,55,81);
    background-color: var(--color-blue--blueBird);
    color: rgb(255,255,255);
    color: var(--color-neutral--white); }
    .page-header.blue .page-header__title {
      color: rgb(255,255,255);
      color: var(--color-neutral--white); }
    .page-header.blue .social-share span {
      color: rgb(255,255,255);
      color: var(--color-neutral--white); }
    .page-header.blue .social-share svg {
      fill: rgb(255,255,255);
      fill: var(--color-neutral--white); }
  .page-header .page-header__title {
    color: rgb(34,34,34);
    color: var(--color-neutral--charcoal);
    font-size: 1.78rem;
    font-weight: 900;
    font-weight: var(--lato--black);
    margin-bottom: 1.5rem;
    max-width: 100%; }
  .page-header .social-share {
    margin: 0 0 1.2rem; }
  .page-header .preNavContentSlot {
    margin-bottom: 3rem; }
  .page-header .headerContentSlot {
    margin: 0 0 2rem; }
    .page-header .headerContentSlot.aspect-ratio {
      overflow: hidden;
      padding-top: 23.8%;
      position: relative; }
    .page-header .headerContentSlot.headerContentSlot--full-width-image {
      margin-bottom: 0; }
    .page-header .headerContentSlot img {
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
  @media (min-width: 45rem) {
    .page-header {
      padding: 3rem 1rem 0; }
      .page-header .social-share {
        margin: .4rem 0 0; } }

.page-header > .container {
  max-width: 68rem; }
  @media screen and (min-width: 45em) {
    .page-header > .container {
      padding-left: 0; } }
  .page-header > .container .page-header__top {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    @media (max-width: 45rem) {
      .page-header > .container .page-header__top {
        -webkit-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .page-header > .container .page-header__top-content {
    max-width: 75%; }
    @media (max-width: 45rem) {
      .page-header > .container .page-header__top-content {
        max-width: 100%; } }
  .page-header > .container .page-header__description {
    font-weight: 400;
    font-weight: var(--lato--regular);
    line-height: 1.75;
    margin-bottom: 1rem; }
    @media (min-width: 45rem) {
      .page-header > .container .page-header__description {
        margin-bottom: 2rem; } }
  .page-header > .container .page-header__image {
    margin-bottom: 1em;
    overflow: hidden;
    position: relative; }
    .page-header > .container .page-header__image .aspect-ratio {
      padding-bottom: 50%; }
    .page-header > .container .page-header__image img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%; }
      @supports (object-fit: cover) {
        .page-header > .container .page-header__image img {
          object-fit: cover; } }
    @supports (object-fit: cover) {
      .page-header > .container .page-header__image {
        height: auto; } }
  .page-header > .container .page-header__intro {
    margin-bottom: .8rem; }

@media (min-width: 45rem) {
  .page-header > .container .page-header__image .aspect-ratio {
    padding-bottom: 24.2%; } }

.events .event__day {
  border-top: 1px solid rgb(246,210,0);
  border-top: 1px solid var(--color-yellow--pure);
  position: relative; }
  .events .event__day + .event__day {
    margin-top: 1em; }
  .events .event__day .event__day-marker {
    -webkit-align-items: center;
            align-items: center;
    background-color: rgb(58,133,179);
    background-color: var(--color-blue--boston);
    color: rgb(255,255,255);
    color: var(--color-neutral--white);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 60px;
    -webkit-justify-content: center;
            justify-content: center;
    position: absolute;
    top: -1px;
    right: 0;
    width: 60px; }
    .events .event__day .event__day-marker p {
      line-height: 1;
      margin: 0; }
  .events .event__day .event {
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding-top: 1em;
    padding-bottom: 1em; }
    .events .event__day .event + .event {
      border-top: 1px solid rgb(221, 213, 199);
      border-top: 1px solid var(--color-brown--sand); }
    .events .event__day .event .event__metadata {
      margin-bottom: 1.5em; }
    .events .event__day .event .event__date {
      color: rgb(51,51,51);
      color: var(--color-neutral--jet); }
    .events .event__day .event .event__title a {
      color: rgb(58,133,179);
      color: var(--color-blue--boston);
      font-size: 1em;
      font-weight: 400;
      font-weight: var(--lato--regular);
      line-height: 1.45;
      text-decoration: none; }
    .events .event__day .event .event__title a:hover {
      text-decoration: underline; }

@media screen and (min-width: 55em) {
  div:not(.bucket--content) > .events .event__day .event {
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-right: 5em;
    padding-bottom: 1.5em;
    padding-top: 1.5em; }
    div:not(.bucket--content) > .events .event__day .event .event__metadata {
      -webkit-flex: 0 0 150px;
              flex: 0 0 150px;
      margin-bottom: 0;
      margin-right: 1em; }
    div:not(.bucket--content) > .events .event__day .event .event__title a {
      font-size: 1.125em; } }

@media screen and (min-width: 65em) {
  .filterLite {
    display: -webkit-flex;
    display: flex; } }

.filterLite__filter {
  width: 100%; }
  .filterLite__filter .input-container {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1rem; }
    @media screen and (min-width: 65em) {
      .filterLite__filter .input-container {
        border-right: 1px solid #e6e6e6;
        padding-right: .75rem; } }
  @media screen and (min-width: 65em) {
    .filterLite__filter {
      -webkit-flex-basis: 25%;
              flex-basis: 25%; } }

.filterLite__list a {
  display: block;
  border-bottom: 1px solid #979797;
  padding-bottom: .5em;
  margin-bottom: .5em;
  text-decoration: none;
  font-weight: 700; }

@media screen and (min-width: 65em) {
  .filterLite__list {
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    padding-left: 2rem; } }

.filmstrip .slider .VueCarousel-navigation {
  position: absolute;
  top: 30%;
  width: 100%; }
  .filmstrip .slider .VueCarousel-navigation button {
    background: rgba(0, 0, 0, 0.25);
    -webkit-transform: none;
            transform: none;
    width: 2rem; }
    .filmstrip .slider .VueCarousel-navigation button svg {
      width: 50px;
      position: relative;
      top: -.4em;
      -webkit-transform: translateX(-25%);
              transform: translateX(-25%); }
  .filmstrip .slider .VueCarousel-navigation .VueCarousel-navigation-prev {
    left: 4.1rem; }
    @media screen and (min-width: 55em) {
      .filmstrip .slider .VueCarousel-navigation .VueCarousel-navigation-prev {
        left: .7rem; } }
  .filmstrip .slider .VueCarousel-navigation .VueCarousel-navigation-next {
    right: 4.1rem; }
    @media screen and (min-width: 55em) {
      .filmstrip .slider .VueCarousel-navigation .VueCarousel-navigation-next {
        right: .7rem; } }

.global-footer {
  background-color: rgb(102,102,102);
  background-color: var(--color-neutral--granite);
  color: rgb(255,255,255);
  color: var(--color-neutral--white);
  font-weight: 700;
  font-weight: var(--lato--bold);
  z-index: 16; }
  .global-footer .container {
    padding: 0; }
  .global-footer a {
    color: rgb(255,255,255);
    color: var(--color-neutral--white); }
    

  @media screen and (min-width: 65rem), print {
    .global-footer .container {
      display: -webkit-flex;
      display: flex; } }

.global-footer__logo {
  display: block;
  max-width: 235px;
  margin: 2rem auto 0;
  width: 233px; }
  @media screen and (min-width: 65em), print {
    .global-footer__logo {
      margin-bottom: 1.5em; } }
  @media print {
    .global-footer__logo {
      max-width: 175px;
      width: 175px; } }

.global-footer__orgs {
  -webkit-align-items: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: flex;
  font-size: .8em;
  font-size: var(--type-size--small);
  -webkit-flex-direction: column;
          flex-direction: column;
  letter-spacing: .1rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .global-footer__orgs::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: calc(100vw - 70rem);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 65em), print {
    .global-footer__orgs {
      -webkit-flex: 0 0 340px;
              flex: 0 0 340px; }
      .global-footer__orgs + div {
        -webkit-flex: 1 1 100%;
                flex: 1 1 100%; } }
  @media print {
    .global-footer__orgs {
      padding-bottom: 2rem; } }

.global-footer__org {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  padding-top: .75em;
  padding-bottom: .75em;
  position: relative;
  text-align: left;
  text-decoration: none; }
  .global-footer__org:hover, .global-footer__org:focus {
    text-decoration: underline; }
  .global-footer__org img {
    width: 1.5em;
    height: 1.5em;
    margin-right: 5px; }
  @media screen and (min-width: 45em), print {
    .global-footer__org {
      font-size: .625rem;
      font-size: var(--type-size--6); 
      font-size: 10px;
} }

.global-footer__links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 2rem 1rem 2rem 2rem; }

.global-footer__nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 2em;
  text-align: center; }
  .global-footer__nav a {
    display: block;
    padding-top: .75em;
    padding-bottom: .75em;
    font-size: 14px;
    font-weight: 700;
    font-weight: var(--lato--bold);
    text-decoration: none;
    letter-spacing: .05em; }
    .global-footer__nav a:hover, .global-footer__nav a:focus {
    text-decoration: underline;
    color: #fff;
}
  @media screen and (min-width: 65em) {
    .global-footer__nav {
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-items: flex-start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
              justify-content: flex-start;
      -webkit-flex: 0 1 50%;
              flex: 0 1 50%;
      max-height: 200px;
      text-align: left; }
   
.global-footer__nav li {
    width: 53%;
    list-style: none;
   
} }
  @media print {
    .global-footer__nav {
      -webkit-flex-flow: row wrap;
              flex-flow: row wrap; }
      .global-footer__nav li {
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%; } }

.global-footer__social {
  width: 100%; }
  .global-footer__social p {
    text-align: center;
    margin-bottom: 1em; }
  .global-footer__social ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center; }
    .global-footer__social ul li {
      margin: 0 .5em .25em; }
  .global-footer__social a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(255,255,255);
    border: 1px solid var(--color-neutral--white);
    border-radius: 50%;
    text-decoration: none;
    opacity: .8;
    transition: opacity .15s, -webkit-transform .15s;
    transition: opacity .15s, transform .15s;
    transition: opacity .15s, transform .15s, -webkit-transform .15s; }
    .global-footer__social a:hover, .global-footer__social a:focus {
      text-decoration: underline;
      opacity: 1;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    @media screen and (min-width: 65em) {
      .global-footer__social a {
        width: 30px;
        height: 30px; } }
  .global-footer__social svg {
    width: 90%;
    height: 90%; }
  @media screen and (min-width: 65em) {
    .global-footer__social {
      -webkit-flex: 0 1 25%;
              flex: 0 1 25%;
      margin-left: auto; }
      .global-footer__social p {
        display: block;
        text-align: left;
        margin-bottom: 1em; }
      .global-footer__social ul {
        display: block; }
        .global-footer__social ul li {
          margin: 0 .5em .5em 0;
          float: left; } }
  @media print {
    .global-footer__social {
      display: none; } }

.global-footer__legal {
  width: 100%;
  margin-top: 1em;
  padding-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center; }
  .global-footer__legal .button {
    margin-bottom: 2rem; }
    @media screen and (min-width: 65em), print {
      .global-footer__legal .button {
        -webkit-order: 2;
                order: 2;
        margin-bottom: 0; } }
  @media screen and (min-width: 65em), print {
    .global-footer__legal li {
      display: inline-block; }
      .global-footer__legal li + li::before {
        content: "|";
        display: inline-block;
        margin-right: .5em;
        margin-left: .5em;
        font-weight: 300;
        font-weight: var(--lato--light); } }
  .global-footer__legal a {
    display: block;
    margin-bottom: .5em;
    font-size: 12px;
    font-weight: 700;
    font-weight: var(--lato--bold);
    text-decoration: none; }
    .global-footer__legal a:hover, .global-footer__legal a:focus {
      text-decoration: underline; }
    @media screen and (min-width: 65em), print {
      .global-footer__legal a {
        display: inline-block;
        margin-bottom: 0; } }
  .global-footer__legal p {
    margin-top: 1em;
    font-size: .8em;
    opacity: .9; }
    @media screen and (min-width: 65em), print {
      .global-footer__legal p {
        margin-top: .5em; } }
  @media screen and (min-width: 65em), print {
    .global-footer__legal {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-align-items: center;
              align-items: center;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      text-align: left; } }
  @media print {
    .global-footer__legal {
      border: none;
      margin-top: 0;
      padding-top: 0; }
      .global-footer__legal button {
        display: none; } }

.copyright {
  font-weight: 300;
  font-weight: var(--lato--light); }

.global-nav {
  position: relative; }
.global-nav::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    height: .9rem;
    background-image: linear-gradient(to right,#1C143D 0,#211747 51%,#494568 100%);
     }


  /*.global-nav::before {
    
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #1d1646;
}*/
  .global-nav .container {
    position: relative;
    -webkit-align-items: center;
            align-items: center; }
    .global-nav .container:not(.mega-menu__header) {
      padding-top: 1rem; }
    @media screen and (min-width: 45em) {
      .global-nav .container:not(.mega-menu__header) {
        padding: 1em; } }
    @media screen and (min-width: 65em) {
      .global-nav .container {
        -webkit-align-items: stretch;
                align-items: stretch;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        padding-right: 1rem;
        padding-left: 1rem;
        border-bottom-color: rgb(221, 213, 199);
        border-bottom-color: var(--color-brown--sand); } }
  .global-nav .skip-link {
    display: none;
    position: absolute;
    top: 1.5rem;
    left: 50%;
    color: rgb(102,102,102);
    color: var(--color-neutral--granite);
    font-size: .9rem;
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: opacity .15s; }
    .global-nav .skip-link:focus {
      opacity: 1; }
  @media screen and (min-width: 65em) {
    .global-nav {
      z-index: 20; } }

.global-nav__logo {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex; }
  .global-nav__logo svg {
    fill: rgb(0,0,0);
    fill: var(--color-neutral--black);
    width: 143px; }
  @media (min-width: 45rem) {
    .global-nav__logo {
      margin-left: 1em; }
      .global-nav__logo svg {
        width: 233px; } }
  @media (min-width: 65rem) {
    .global-nav__logo {
      margin-right: 1.5rem;
      margin-left: 0; } }
  @media print {
    .global-nav__logo svg {
      width: 165px; } }

.global-nav__top {
  display: none;
  -webkit-flex-flow: row;
          flex-flow: row;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 20px 0; }
  .global-nav__top > a {
    height: 41px;
    width: 176px;
    background-size: cover;
    margin-right: 60px; }
    .global-nav__top > a:last-child {
      margin-right: 0; }

  .global-nav__top-logo-nas:hover {
    background-position: -216px 0; }
  .global-nav__top-logo-nae {
    background-image: url(data:image/png;base64,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);
    background-position: 0 0; }
  .global-nav__top-logo-nae:hover {
    background-position: -216px 0; }
  .global-nav__top-logo-nam {
    background-image: url(../assets/images/08d587b58a329ec76fc30d4313144b16.png);
    background-position: 0 0; }
  .global-nav__top-logo-nam:hover {
    background-position: -216px 0; }
  @media (min-width: 45rem) {
    .global-nav__top {
      display: -webkit-flex;
      display: flex; } }

.logo__societies {
  margin-left: .5rem;
  color: rgb(34,34,34);
  color: var(--color-neutral--charcoal);
  font-size: .8rem;
  font-weight: 400;
  font-weight: var(--lato--regular);
  line-height: 1.25; }
  .logo__societies span {
    display: block; }
  @media (min-width: 65rem) {
    .logo__societies {
      display: none; } }

.global-nav__menus {
  -webkit-flex: 1;
          flex: 1 1; }
  @media (min-width: 65rem) {
    .global-nav__menus {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
              flex-direction: column; } }
  @media print {
    .global-nav__menus {
      display: none; } }

.global-nav__menus--upper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: auto;
  margin-bottom: 2rem;
  position: relative; 
min-height: 15px;}
  @media (max-width: 65em) {
    .global-nav__menus--upper {
      margin-bottom: 0; } }
  .global-nav__menus--upper .button--secondary {
    -webkit-align-self: flex-end;
            align-self: flex-end;
    padding: 1em 3.5em .75em .75em;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s; }
    .global-nav__menus--upper .button--secondary .button__icon {
      width: 3em; }
      .global-nav__menus--upper .button--secondary .button__icon svg {
        width: 75%;
        height: 75%; }
    .global-nav--local .global-nav__menus--upper .button--secondary {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .global-nav--local.menu-is-hidden .global-nav__menus--upper .button--secondary {
      -webkit-transform: translateY(1.25em);
              transform: translateY(1.25em); }
    @media (max-width: 65em) {
      .global-nav__menus--upper .button--secondary {
        display: none; } }

.global-nav__menus--lower {
  margin-bottom: 1rem; }

.global-nav__societies {
  display: none;
  text-align: center; }
  .global-nav__societies > a {
    -webkit-flex-grow: 0;
            flex-grow: 0;
    margin-bottom: -.15em;
    color: rgb(102,102,102);
    color: var(--color-neutral--granite);
    font-size: 2.5rem;
    font-weight: 700;
    font-weight: var(--lato--bold);
    text-decoration: none;
    transition: color .15s; }
    .global-nav__societies > a small {
      display: block;
      font-weight: 400;
      font-weight: var(--lato--regular); }
    .global-nav__societies > a + a {
      margin-left: .75em; }
    @media (min-width: 65em) {
      .global-nav__societies > a {
        font-size: 1.85rem; } }
    @media (min-width: 75em) {
      .global-nav__societies > a {
        font-size: 2.5rem; } }
  .global-nav__societies .society--sciences:hover,
  .global-nav__societies .society--sciences:focus {
    color: rgb(171,132,13);
    color: var(--color-society--sciences); }
  .global-nav__societies .society--engineering:hover,
  .global-nav__societies .society--engineering:focus {
    color: rgb(0,89,145);
    color: var(--color-society--engineering); }
  .global-nav__societies .society--medicine:hover,
  .global-nav__societies .society--medicine:focus {
    color: rgb(29,123,92);
    color: var(--color-society--medicine); }
  @media screen and (min-width: 65rem) {
    .global-nav__societies {
      display: -webkit-flex;
      display: flex; }
      .global-nav--local .global-nav__societies {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        transition: -webkit-transform .35s;
        transition: transform .35s;
        transition: transform .35s, -webkit-transform .35s; }
      .global-nav--local.menu-is-hidden .global-nav__societies {
        -webkit-transform: translateY(50%);
                transform: translateY(50%); } }

.global-nav__controls {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  margin-left: auto; }
  @media screen and (min-width: 45em) {
    .global-nav__controls {
      padding-right: 1rem; } }
  @media (min-width: 65rem) {
    .global-nav__controls {
      position: absolute;
      top: 1em;
      right: 0;
      margin: 0; } }
  .global-nav__controls a {
    color: rgb(34,34,34);
    color: var(--color-neutral--charcoal);
    font-weight: 700;
    font-weight: var(--lato--bold);
    font-size: .65rem;
    letter-spacing: 1px; }

.controls__search,
.controls__menu,
.controls__nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: .8rem;
  font-weight: 700;
  font-weight: var(--lato--bold); }
  .controls__search svg,
  .controls__menu svg,
  .controls__nav svg {
    width: 2em;
    height: 2em;
    fill: currentColor; }
    @media (max-width: 65rem) {
      .controls__search svg,
      .controls__menu svg,
      .controls__nav svg {
        width: 2em;
        height: 2em; } }
  .controls__search:hover, .controls__search:focus,
  .controls__menu:hover,
  .controls__menu:focus,
  .controls__nav:hover,
  .controls__nav:focus {
    text-decoration: underline; }
  @media screen and (min-width: 65em) {
    .controls__search,
    .controls__menu,
    .controls__nav {
      font-size: .67rem; } }

.controls__search {
  text-transform: uppercase;
  padding-left: 1em; }
  @media screen and (max-width: 65em) {
    .controls__search {
      border: none; } }
  .controls__search .search__label {
    display: none;
    font-weight: 700;
    font-weight: var(--lato--bold); }
    @media screen and (min-width: 65em) {
      .controls__search .search__label {
        display: inline; } }

.controls__menu,
.controls__nav {
  text-transform: uppercase; }
  @media screen and (min-width: 65em) {
    .controls__menu,
    .controls__nav {
      margin-right: 0; } }

.controls__menu {
  margin-left: .5em; }
  @media screen and (min-width: 65em) {
    .controls__menu {
      display: none; } }
  @media screen and (max-width: 65em) {
    .controls__menu svg {
      display: none; } }

.controls__nav {
  display: none; }
  @media screen and (min-width: 65em) {
    .controls__nav {
      display: -webkit-flex;
      display: flex;
      border: 1px solid rgb(0,0,0);
      border: 1px solid var(--color-neutral--black);
      padding: .5em .6em;
      margin-left: .5em; } }
  .controls__nav.invert {
    background: rgb(0,0,0);
    background: var(--color-neutral--black);
    color: rgb(255,255,255);
    color: var(--color-neutral--white); }

.controls__close {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase; }

.controls__social {
  border-right: 1px solid rgb(0,0,0);
  border-right: 1px solid var(--color-neutral--black);
  padding-right: 1rem; }
  .controls__social .button.button--icon {
    padding: .4rem 2rem .4rem 0; }
  @media screen and (max-width: 65em) {
    .controls__social .button.button--icon {
      display: none; } }

.global-nav__upcoming-event a {
  text-transform: none; }

.global-nav__featured-publication img {
  width: 5.5rem;
  height: auto; }

.global-nav__featured-publication a {
  font-size: .7rem;
  font-style: italic; }

.global-nav__dropdown .global-nav__links-widget {
  margin-top: 0; }
  .global-nav__dropdown .global-nav__links-widget li:first-child a {
    padding-top: 0; }

.global-nav__external-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 1rem;
  color: rgb(0,89,145);
  color: var(--color-blue--bahama);
  font-size: .9rem; }
  .global-nav__external-link svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    fill: currentColor; }
.global-footer a:hover {
  
    text-decoration: underline;
    color: #fff !important;
}
.hero {
  position: relative;
  overflow-y: hidden; }

.hero__image {
  height: 100%;
  object-fit: cover;
  max-height: 400px; }
  .hero__image img {
    width: 100%; }

.hero__content {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  color: rgb(255,255,255);
  color: var(--color-neutral--white);
  height: 100%;
  margin: 0;
  padding: 1.25rem 2rem;
  width: 100%;
  z-index: 2; }
  .hero__content .hero__title {
    font-size: 1.75rem;
    line-height: 32px;
    font-weight: 900;
    font-weight: var(--lato--black);
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
    margin-bottom: .5rem; }
    @media (min-width: 55rem) {
      .hero__content .hero__title {
        font-size: 26px;
        line-height: 32px; } }
    @media (min-width: 72rem) {
      .hero__content .hero__title {
        font-size: 38px;
        line-height: 43px; } }
  @media (min-width: 55rem) {
    .hero__content {
      height: auto;
      max-width: 45%;
      padding: 40px; }
      .hero__content.content-is-top {
        top: 3rem; }
      .hero__content.content-is-right {
        right: 3rem; }
      .hero__content.content-is-bottom {
        bottom: 3rem; }
      .hero__content.content-is-left {
        left: 3rem; }
      .hero__content.content-is-x-center {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .hero__content.content-is-y-center {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .hero__content.content-is-x-center.content-is-y-center {
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  @media (min-width: 55rem) {
    .hero__content {
      position: absolute; } }

.call-to-action--home {
  background-color: rgb(58,133,179);
  background-color: var(--color-blue--boston);
  color: rgb(255,255,255);
  color: var(--color-neutral--white);
  text-align: center; }
  @media screen and (min-width: 45em) {
    .call-to-action--home {
      text-align: left; } }
  .call-to-action--home .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    max-width: 54em;
    margin-right: auto;
    margin-left: auto; }
  .call-to-action--home .call-to-action__category {
    display: inline-block;
    margin-bottom: 1.25em;
    padding: .25em 1em;
    background-color: rgba(0, 0, 0, 0.35);
    text-transform: uppercase; }
  .call-to-action--home .flex {
    -webkit-flex-direction: column;
            flex-direction: column; }
    .call-to-action--home .flex > * {
      display: block;
      -webkit-flex: 0 0 auto;
              flex: 0 0 auto; }
    @media screen and (min-width: 45em) {
      .call-to-action--home .flex {
        padding: 0 1rem;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
        width: 90%; } }
  .call-to-action--home .call-to-action__statement {
    margin-bottom: 1em; }
    @media screen and (min-width: 45em) {
      .call-to-action--home .call-to-action__statement {
        max-width: 60%;
        margin-right: 1em;
        margin-bottom: 0; } }
  .call-to-action--home a {
    max-width: 100%; }
    @media screen and (min-width: 45em) {
      .call-to-action--home a {
        max-width: 30%; } }

.call-to-action--huge {
  background-color: rgb(243, 241, 235);
  background-color: var(--color-brown--bone); }
  .call-to-action--huge .container {
    max-width: 54em;
    margin-right: auto;
    margin-left: auto; }

.call-to-action__quick-links {
  width: calc(100% + 2em);
  margin-right: -1em;
  margin-left: -1em; }

.call-to-action__quick-link {
  position: relative;
  -webkit-flex: 0 .5 160px;
          flex: 0 .5 160px;
  width: 160px;
  height: 160px;
  margin: 1em;
  padding: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(255,255,255);
  color: var(--color-neutral--white);
  font-size: .75em;
  font-weight: 700;
  font-weight: var(--lato--bold);
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none; }
  .call-to-action__quick-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(58, 133, 179, 0.7); }
  .call-to-action__quick-link:hover, .call-to-action__quick-link:focus {
    text-decoration: underline; }
  .call-to-action__quick-link span {
    position: relative;
    z-index: 2; }

.hero--home {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin: -1rem -50vw;
  background-color: rgb(58,133,179);
  background-color: var(--color-blue--boston);
  color: rgb(255,255,255);
  color: var(--color-neutral--white); }

.hero-block {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid rgb(255,255,255);
  border-top: 1px solid var(--color-neutral--white); }
  .hero-block:first-child {
    border-top: none; }
  .hero-block .media {
    display: block; }
  .hero-block .media__figure--left {
    float: right;
    position: relative;
    max-width: 120px;
    height: auto;
    margin-top: 0;
    margin-left: 1em; }
    @media screen and (min-width: 65em) {
      .hero-block .media__figure--left {
        max-width: calc(100% + 2em);
        width: calc(100% + 2em);
        margin: -1em -1em 1em;
        padding-bottom: 56.25%; }
        .hero-block .media__figure--left img {
          position: absolute;
          width: 100%;
          height: auto;
          /* stylelint-disable max-nesting-depth */
          /* stylelint-enable max-nesting-depth */ }
          @supports (object-fit: cover) {
            .hero-block .media__figure--left img {
              height: 100%;
              object-fit: cover; } } }
  .hero-block .button {
    margin-top: .75em;
    padding: .8em 5.1em .8em 1.1em; }
    @media screen and (min-width: 65em) {
      .hero-block .button {
        margin-right: .5em;
        background-color: transparent;
        border: 1px solid rgb(0,89,145);
        border: 1px solid var(--color-blue--bahama);
        color: rgb(0,89,145);
        color: var(--color-blue--bahama); }
        .hero-block .button .button__icon::after {
          background-color: rgba(0, 89, 145, 0.15); } }
  @media screen and (min-width: 65em) {
    .hero-block {
      padding: 1em;
      background-color: rgb(255,255,255);
      background-color: var(--color-neutral--white);
      border-top: 0;
      color: rgb(34,34,34);
      color: var(--color-neutral--charcoal); } }

.hero-block__title,
.hero-block__metadata,
.hero-block__summary {
  margin-bottom: .5em;
  line-height: 1.2; }
  .hero-block__title a,
  .hero-block__metadata a,
  .hero-block__summary a {
    color: rgb(255,255,255);
    color: var(--color-neutral--white); }
    @media screen and (min-width: 65em) {
      .hero-block__title a,
      .hero-block__metadata a,
      .hero-block__summary a {
        color: rgb(34,34,34);
        color: var(--color-neutral--charcoal); } }

.hero-block__title {
  font-size: var(--type--size--3); }

.hero-block__metadata {
  opacity: .75; }

.hero-block--main {
  position: relative;
  width: calc(100% + 2em);
  margin-right: -1em;
  margin-bottom: 1em;
  margin-left: -1em;
  padding: 1em;
  background-color: rgb(255,255,255);
  background-color: var(--color-neutral--white);
  border-top: 0;
  color: rgb(34,34,34);
  color: var(--color-neutral--charcoal); }
  .hero-block--main .hero-block__title {
    font-size: 1.5rem;
    font-size: var(--type-size--2); }
  .hero-block--main a {
    color: rgb(34,34,34);
    color: var(--color-neutral--charcoal); }
  .hero-block--main .button {
    background-color: transparent;
    border: 1px solid rgb(0,89,145);
    border: 1px solid var(--color-blue--bahama);
    color: rgb(0,89,145);
    color: var(--color-blue--bahama); }
    .hero-block--main .button .button__icon::after {
      background-color: rgba(0, 89, 145, 0.15); }
  @media screen and (min-width: 65em) {
    .hero-block--main {
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
      .hero-block--main .hero-block--main__content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        padding: 1em;
        background-color: rgb(255,255,255);
        background-color: var(--color-neutral--white); } }

.hero-block--main__image {
  position: relative;
  max-width: calc(100% + 2em);
  width: calc(100% + 2em);
  margin: -1em -1em 1em;
  padding-bottom: 56.25%; }
  .hero-block--main__image img {
    position: absolute;
    width: 100%;
    height: auto; }
    @supports (object-fit: cover) {
      .hero-block--main__image img {
        height: 100%;
        object-fit: cover; } }
  @media screen and (min-width: 65em) {
    .hero-block--main__image {
      margin-bottom: -1em; } }

@media screen and (min-width: 65em) {
  .hero-row {
    display: -webkit-flex;
    display: flex;
    width: calc(100% + 1em);
    margin-right: -.5em;
    margin-left: -.5em; }
    .hero-row .hero-block {
      -webkit-flex: 0 1 100%;
              flex: 0 1 100%;
      margin: 0 .5em 1em; } }

.local-nav {
  border: 1px solid rgb(204,204,204);
  border: 1px solid var(--color-neutral--pastel);
  display: none;
  position: relative;
  max-width: 300px;
  margin: 0 auto; }
  .local-nav.accordion {
    display: block;
    margin: .6rem auto 1rem; }
    @media screen and (min-width: 65em), print {
      .local-nav.accordion {
        display: none; } }
  .local-nav .accordion__content li {
    display: block; }
    .local-nav .accordion__content li a {
      color: rgb(58,133,179);
      color: var(--color-blue--boston);
      display: block;
      padding: .5em;
      text-decoration: none; }
    .local-nav .accordion__content li + li {
      border-top: 1px dashed rgb(204,204,204);
      border-top: 1px dashed var(--color-neutral--pastel); }
    .local-nav .accordion__content li ul {
      border-top: 1px dashed rgb(204,204,204);
      border-top: 1px dashed var(--color-neutral--pastel); }
      .local-nav .accordion__content li ul a {
        padding-left: 1.25em; }
  .local-nav .accordion__content > ul > li:first-of-type {
    border-top: 2px solid rgb(204,204,204);
    border-top: 2px solid var(--color-neutral--pastel); }
  @media screen and (min-width: 65em) {
    .local-nav {
      border-color: rgb(204,204,204);
      border-color: var(--color-neutral--pastel);
      border-width: 1px 0 0;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
              justify-content: flex-start;
      max-width: 100%;
      padding-top: .4rem; } }

.local-nav__link {
  color: rgb(51,51,51);
  color: var(--color-neutral--jet);
  display: block;
  font-size: .65rem;
  font-weight: 700;
  font-weight: var(--lato--bold);
  min-width: 4rem;
  max-width: 15rem;
  padding: .75rem 1.75rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .15s; }
  .local-nav__link::after {
    content: "";
    background-color: transparent;
    display: block;
    height: 7px;
    left: -2px;
    position: absolute;
    top: -1.2em;
    transition: background-color .15s;
    width: 101%; }
  .local-nav__link.is-active, .local-nav__link.is-hovered {
    color: rgb(58,133,179);
    color: var(--color-blue--boston);
    z-index: 1; }
  .local-nav__link.is-active::after, .local-nav__link.is-hovered::after {
    background-color: rgb(58,133,179);
    background-color: var(--color-blue--boston); }
  .local-nav__link + .local-nav__link {
    margin-left: 1.875rem; }

.microsite-footer {
  background-color: rgb(58,133,179);
  background-color: var(--color-blue--boston);
  color: rgb(255,255,255);
  color: var(--color-neutral--white); }
  .microsite-footer .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0; }
  .microsite-footer .microsite-footer__logo {
    background-color: rgba(0, 0, 0, 0.175);
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-justify-content: center;
            justify-content: center;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1.25rem 0;
    width: 100%; }
    .microsite-footer .microsite-footer__logo svg {
      fill: rgb(255,255,255);
      fill: var(--color-neutral--white); }
  .microsite-footer .global-footer__social ul {
    margin: .5em 0 1rem;
    -webkit-justify-content: center;
            justify-content: center; }
    .microsite-footer .global-footer__social ul li + li {
      margin-left: 1em; }
    @media screen and (min-width: 65em) {
      .microsite-footer .global-footer__social ul {
        -webkit-justify-content: flex-start;
                justify-content: flex-start; }
        .microsite-footer .global-footer__social ul li + li {
          margin-left: 1em; } }
  .microsite-footer .global-footer__social svg {
    fill: rgb(255,255,255);
    fill: var(--color-neutral--white); }
  .microsite-footer .microsite-footer__content {
    -webkit-flex: 1;
            flex: 1 1;
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: .8em;
    padding: 2rem 0;
    text-align: center; }
    .microsite-footer .microsite-footer__content .microsite-footer__address {
      margin-bottom: 1rem;
      clear: both; }
    .microsite-footer .microsite-footer__content .microsite-footer__links {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
              justify-content: center;
      margin-bottom: .2rem; }
      .microsite-footer .microsite-footer__content .microsite-footer__links a {
        color: rgb(255,255,255);
        color: var(--color-neutral--white);
        font-weight: 700;
        font-weight: var(--lato--bold);
        margin-bottom: .5em;
        text-decoration: none; }
      .microsite-footer .microsite-footer__content .microsite-footer__links a:hover,
      .microsite-footer .microsite-footer__content .microsite-footer__links a:focus {
        text-decoration: underline; }
      .microsite-footer .microsite-footer__content .microsite-footer__links li {
        display: inline-block;
        line-height: 1.4; }
      .microsite-footer .microsite-footer__content .microsite-footer__links li + li::before {
        content: "|";
        display: inline-block;
        margin-right: .2em;
        margin-left: .2em;
        font-weight: 300;
        font-weight: var(--lato--light); }
  .microsite-footer .copyright {
    font-weight: 300;
    font-weight: var(--lato--light); }

@media screen and (min-width: 65em) {
  .microsite-footer .container {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    position: relative; }
  .microsite-footer .microsite-footer__logo {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-flex: 0 0 320px;
            flex: 0 0 320px;
    margin: 0;
    padding: 2.2rem 1.25rem; }
    .microsite-footer .microsite-footer__logo::before {
      content: "";
      position: absolute;
      top: 0;
      right: 100%;
      width: calc(100vw - 70rem);
      height: 100%;
      background-color: #2d6d93; }
  .microsite-footer .microsite-footer__content {
    padding: 2rem;
    text-align: left; }
    .microsite-footer .microsite-footer__content .microsite-footer__links {
      -webkit-justify-content: flex-start;
              justify-content: flex-start; }
      .microsite-footer .microsite-footer__content .microsite-footer__links li + li::before {
        margin: 0 .5rem; } }

.microsite-header .microsite-header__conentWrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 65rem) {
    .microsite-header .microsite-header__conentWrap {
      display: -webkit-flex;
      display: flex;
      max-height: 5.5rem; } }

.microsite-header .microsite-header__logo {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  max-width: 220px;
  max-height: 56px; }
  .microsite-header .microsite-header__logo svg {
    fill: rgb(0,0,0);
    fill: var(--color-neutral--black);
    width: 220px;
    height: 56px; }
    @media (max-width: 65rem) {
      .microsite-header .microsite-header__logo svg {
        width: 120px; } }
  @media (max-width: 65rem) {
    .microsite-header .microsite-header__logo {
      padding-left: 1rem; } }

@media (min-width: 65rem) {
  .microsite-header .global-nav__controls {
    position: initial; } }

.microsite-header .mobile__actions {
  display: none;
  padding-right: 1rem; }
  .microsite-header .mobile__actions .controls__menu,
  .microsite-header .mobile__actions .controls__search {
    font-size: .8em;
    font-weight: 700;
    font-weight: var(--lato--bold);
    line-height: 1.2;
    margin-left: .9em; }
  .microsite-header .mobile__actions .controls__menu svg,
  .microsite-header .mobile__actions .controls__search svg {
    height: 2em;
    width: 2em; }
  @media (max-width: 65rem) {
    .microsite-header .mobile__actions {
      display: -webkit-flex;
      display: flex; } }

.microsite-header .microsite-header__heading {
  -webkit-align-items: flex-end;
          align-items: flex-end;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 65em) {
    .microsite-header .microsite-header__heading {
      -webkit-align-items: flex-start;
              align-items: flex-start;
      border-top: 1px solid rgb(204,204,204);
      border-top: 1px solid var(--color-neutral--pastel);
      margin-top: .75rem;
      padding-left: 1rem;
      padding-top: .75rem;
      width: 100%; } }
  .microsite-header .microsite-header__heading .microsite-header__title {
    font-size: 1.4rem;
    font-weight: 400;
    font-weight: var(--lato--regular); }
  .microsite-header .microsite-header__heading .microsite-header__site-logo {
    max-width: 350px;
    text-align: right; }

.microsite-header .microsite-header__skip-link {
  color: rgb(102,102,102);
  color: var(--color-neutral--granite);
  display: none;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  font-size: .9rem;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: opacity .15s; }
  .microsite-header .microsite-header__skip-link:focus {
    opacity: 1; }
  @media screen and (max-width: 65em) {
    .microsite-header .microsite-header__skip-link {
      display: none; } }

.microsite-header .microsite-header__links {
  background-color: rgb(58,133,179);
  background-color: var(--color-blue--boston);
  color: rgb(255,255,255);
  color: var(--color-neutral--white);
  display: none; }
  .microsite-header .microsite-header__links ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-left: -1.5rem;
    padding: 1.5rem 0 0; }
  .microsite-header .microsite-header__links li:hover .microsite-header__link > span::before,
  .microsite-header .microsite-header__links li:focus-within .microsite-header__link > span::before,
  .microsite-header .microsite-header__links .microsite-header__link.is-active > span::before,
  .microsite-header .microsite-header__links .microsite-header__link:hover > span::before,
  .microsite-header .microsite-header__links .microsite-header__link:focus > span::before {
    background-color: rgb(255,255,255);
    background-color: var(--color-neutral--white); }
    .microsite-header .microsite-header__links li:hover .microsite-header__link > span::before::after,
    .microsite-header .microsite-header__links li:focus-within .microsite-header__link > span::before::after,
    .microsite-header .microsite-header__links .microsite-header__link.is-active > span::before::after,
    .microsite-header .microsite-header__links .microsite-header__link:hover > span::before::after,
    .microsite-header .microsite-header__links .microsite-header__link:focus > span::before::after {
      opacity: 1; }
  .microsite-header .microsite-header__links > .container {
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .microsite-header .microsite-header__links .microsite-header__link {
    color: rgb(255,255,255);
    color: var(--color-neutral--white);
    display: block;
   
    font-weight: 400;
    font-weight: var(--lato--regular);
    padding: 0 1.5rem 1.5rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .15s; }
    .microsite-header .microsite-header__links .microsite-header__link .microsite-header__popover {
      background-color: rgb(58,133,179);
      background-color: var(--color-blue--boston);
      color: rgb(255,255,255);
      color: var(--color-neutral--white);
      left: 1.5rem;
      position: absolute;
      top: 35%;
      width: 16rem;
      z-index: 20; }
    .microsite-header .microsite-header__links .microsite-header__link .microsite-header__popover::before {
      content: '';
      background-color: rgb(0,63,92);
      background-color: var(--color-blue--imperial);
      height: 1rem;
      margin-left: .5rem;
      position: absolute;
      top: 1rem;
      left: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 1rem; }
    .microsite-header .microsite-header__links .microsite-header__link .microsite-header__dropdown {
      background: linear-gradient(180deg, #003f5c 0%, #3a85b3 34%, #3a85b3 100%);
      background-color: rgb(0,63,92);
      background-color: var(--color-blue--imperial);
      display: inline-block;
      font-size: .9rem;
      left: 0;
      padding: 0;
      position: absolute;
      text-transform: initial;
      top: 1.5rem;
      width: 100%; }
    .microsite-header .microsite-header__links .microsite-header__link .microsite-header__dropdown > li:first-child a {
      padding-top: 1.6rem; }
    .microsite-header .microsite-header__links .microsite-header__link .microsite-header__dropdown > li:last-child a {
      padding-bottom: 1.6rem; }
    .microsite-header .microsite-header__links .microsite-header__link .microsite-header__dropdown-item:hover {
      color: rgb(246,210,0);
      color: var(--color-yellow--pure);
      text-decoration: underline; }
    .microsite-header .microsite-header__links .microsite-header__link a {
      color: rgb(255,255,255);
      color: var(--color-neutral--white);
      display: block;
      padding: .6rem 1.6rem;
      text-decoration: none; }
    .microsite-header .microsite-header__links .microsite-header__link > span {
      position: relative; }
    .microsite-header .microsite-header__links .microsite-header__link > span::before {
      content: "";
      background-color: transparent;
      height: 5px;
      position: absolute;
      bottom: -.5em;
      left: 0;
      transition: background-color .15s;
      width: 100%; }

@media (min-width: 65rem) {
  .microsite-header .microsite-header__links {
    display: block; } }

.microsite-megamenu {
  background-color: rgb(255,255,255);
  background-color: var(--color-neutral--white); }
  @media (min-width: 65rem) {
    .microsite-megamenu {
      background-color: rgb(243, 241, 235);
      background-color: var(--color-brown--bone); } }
  .microsite-megamenu .global-nav__controls {
    padding-right: 0; }
  .microsite-megamenu .microsite-header .container {
    padding-left: 0;
    padding-right: 0; }

.moving-visual video {
  width: 100%;
  box-shadow: #ababab 0 0 15px 3px; }

.moving-visual__toggle {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-size: .7rem;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  right: 4px;
  bottom: 6px;
  padding: 4px 7px;
  cursor: pointer; }
  .moving-visual__toggle:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: #000; }
  .moving-visual__toggle--indicator {
    background-color: #f00;
    border: #fff 1px solid;
    border-radius: 50%;
    height: 10px;
    width: 10px; }
  .moving-visual__toggle.on .moving-visual__toggle--indicator {
    background-color: #008000; }

.popularTopics .popularTopics__linkContainer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 45rem) {
    .popularTopics .popularTopics__linkContainer {
      -webkit-flex-direction: row;
              flex-direction: row; } }

.popularTopics .popularTopics__linkContainer-link {
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  padding: 0 1rem .5rem 0; }
  .popularTopics .popularTopics__linkContainer-link a {
    text-decoration: none;
    font-weight: 600;
    line-height: 1.4; }

.project-scope {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 65rem) {
    .project-scope {
      -webkit-flex-flow: row nowrap;
              flex-flow: row nowrap; }
      .project-scope .project-scope__body {
        line-height: 1.5;
        -webkit-flex: 0 1 100%;
                flex: 0 1 100%;
        padding-right: 2em; }
        .project-scope .project-scope__body p,
        .project-scope .project-scope__body ol,
        .project-scope .project-scope__body ul,
        .project-scope .project-scope__body ul li,
        .project-scope .project-scope__body ol li {
          margin-bottom: 1rem; }
        .project-scope .project-scope__body ul,
        .project-scope .project-scope__body ol {
          list-style-position: outside;
          padding-left: 1.65em; }
        .project-scope .project-scope__body ol {
          list-style-type: decimal; }
        .project-scope .project-scope__body ul {
          list-style-type: disc; }
      .project-scope .project-scope__sidebar {
        -webkit-flex: 0 0 180px;
                flex: 0 0 180px;
        grid-template-columns: 1fr 180px; } }

.publication {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  height: 100%;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 2rem; }
  @media screen and (max-width: 65em) {
    .publication {
      font-size: 14px; } }

.publication__content {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 2em;
  padding-right: 1em;
  padding-left: 1em;
  width: 100%; }
  @media screen and (max-width: 65em) {
    .publication__content {
      -webkit-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: stretch;
              align-items: stretch; } }

.publication__sample {
  display: -webkit-flex;
  display: flex;
  margin: 0 2rem 0 0;
  text-align: center; }
  .publication__sample img {
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    object-position: top left;
    width: 224px; }
    @media screen and (max-width: 65em) {
      .publication__sample img {
        margin-right: auto;
        margin-left: auto; } }
  @media screen and (max-width: 65em) {
    .publication__sample {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
              justify-content: center;
      margin-right: 0;
      margin-bottom: 1.5em; } }

.publication__overview {
  -webkit-flex: 2;
          flex: 2 1; }
  .publication__overview .meta__date {
    margin-bottom: 1em;
    color: rgb(118,118,118);
    color: var(--color-neutral--dusty);
    font-size: .875em;
    font-weight: 700;
    font-weight: var(--lato--bold); }
  .publication__overview .meta__title {
    color: rgb(34,34,34);
    color: var(--color-neutral--charcoal);
    margin-bottom: .75em;
    text-decoration: none; }
    .publication__overview .meta__title.hovered {
      text-decoration: underline; }
  .publication__overview .meta__summary {
    line-height: 1.5; }
  @media screen and (max-width: 65em) {
    .publication__overview {
      margin-right: 0; } }

.publication__resources {
  -webkit-flex: 0 1 25%;
          flex: 0 1 25%;
  margin-left: 2em; }
  .publication__resources h5 {
    letter-spacing: .1rem;
    margin-top: 3.5em;
    margin-bottom: .2em;
    text-transform: uppercase; }
  @media screen and (max-width: 65em) {
    .publication__resources {
      display: none; } }

.publication__links {
  list-style: none; }
  .publication__links li {
    border-bottom: 1px dashed rgb(225,218,206);
    border-bottom: 1px dashed var(--color-brown--merino); }
  .publication__links a {
    -webkit-align-items: center;
            align-items: center;
    color: rgb(102,102,102);
    color: var(--color-neutral--granite);
    display: -webkit-flex;
    display: flex;
    padding: .5rem .15rem;
    text-decoration: none;
    width: 100%; }
    .publication__links a:hover, .publication__links a:focus, .publication__links a:active {
      text-decoration: underline; }
  .publication__links svg {
    fill: rgb(58,133,179);
    fill: var(--color-blue--boston);
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    height: 30px;
    margin-right: .5rem;
    width: 30px; }

.slider--home {
  display: -webkit-flex;
  display: flex; }
  .slider--home .publication--filmstrip {
    height: auto; }

.slider.slider--lite .VueCarousel {
  position: relative; }

.publication--filmstrip {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: auto;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-width: 250px;
  width: 250px;
  margin: 0 auto;
  padding: 0 .7rem;
  position: relative; }
  @media screen and (min-width: 45em) {
    .publication--filmstrip {
      height: 100%; } }
  .publication--filmstrip:hover .meta__title, .publication--filmstrip:focus-within .meta__title {
    text-decoration: underline; }
  .publication--filmstrip > a {
    display: block;
    text-decoration: none; }
  .publication--filmstrip .publication__sample {
    height: 0;
    margin: 0 auto;
    padding-bottom: 150%;
    position: relative;
    text-align: center; }
    .publication--filmstrip .publication__sample img {
      position: absolute;
      object-fit: cover;
      max-height: 336px;
      max-width: 100%;
      margin: auto;
      height: auto;
      width: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .publication--filmstrip .publication__overview {
    margin: 1rem 0; }
  .publication--filmstrip .meta__title {
    color: rgb(34,34,34);
    color: var(--color-neutral--charcoal); }
  .publication--filmstrip .toolbar {
    border-width: 1px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
    .publication--filmstrip .toolbar a {
      font-size: .875rem;
      padding: 1rem 0 .5rem; }
      .publication--filmstrip .toolbar a svg {
        display: block;
        height: 2rem;
        margin-top: -1rem;
        margin-bottom: -1rem;
        width: 2rem; }
      .publication--filmstrip .toolbar a + a {
        margin-left: auto; }

.filters {
  border-right: none;
  margin-right: 0; }
  @media screen and (min-width: 65rem) {
    .filters {
      border-right: 1px solid rgb(221, 213, 199);
      border-right: 1px solid var(--color-brown--sand);
      -webkit-flex: 0 0 calc(100% / 3);
              flex-grow: 0;
              flex-shrink: 0;
              flex-basis: calc(100% / 3);
      margin-right: 1rem; } }

.filters__title,
.filters__title--no-action {
  border-bottom: none;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 0; }
  .filters__title h3,
  .filters__title--no-action h3 {
    font-size: 1.25rem; }
  .filters__title .results-count,
  .filters__title--no-action .results-count {
    font-size: .875rem; }
  @media screen and (min-width: 65rem) {
    .filters__title,
    .filters__title--no-action {
      border-bottom: 1px solid rgb(221, 213, 199);
      border-bottom: 1px solid var(--color-brown--sand);
      display: none; }
      .filters__title h3,
      .filters__title--no-action h3 {
        font-size: 1.4rem; } }

.filters__title--no-action {
  display: none; }
  @media screen and (min-width: 65rem) {
    .filters__title--no-action {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
              flex-direction: column; } }

.filters__title__top__layout--no-action {
  border-bottom: none; }
  .filters__title__top__layout--no-action h3 {
    font-size: 1.25rem; }
  .filters__title__top__layout--no-action .results-count {
    font-size: .875rem; }
  @media screen and (min-width: 65rem) {
    .filters__title__top__layout--no-action {
      display: none; }
      .filters__title__top__layout--no-action h3 {
        font-size: 1.4rem; } }

.filters__title__top__layout {
  display: none; }
  @media screen and (min-width: 65rem) {
    .filters__title__top__layout {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
              flex-direction: column; } }

.active-filters {
  margin-bottom: 1rem; }
  @media screen and (min-width: 65rem) {
    .active-filters {
      border-bottom: 1px solid rgb(225,218,206);
      border-bottom: 1px solid var(--color-brown--merino);
      padding-bottom: .5rem; } }

.filters__clear {
  color: rgb(58,133,179);
  color: var(--color-blue--boston);
 
  margin-right: 1rem;
  text-decoration: underline; }
  @media screen and (min-width: 65rem) {
    .filters__clear {
      display: block;
      margin-bottom: 1rem;
      margin-right: 0; } }

.filter-controls {
  background-color: rgb(255,255,255);
  background-color: var(--color-neutral--white);
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0);
  transition: -webkit-transform 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.35s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100vw;
  z-index: 17; }
  .filter-controls.is-open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .filter-controls .active-filters,
  .filter-controls .filter-controls__container > .input-container {
    padding-right: 1rem; }
  .filter-controls .close-filter-controls {
    background-color: rgb(51,51,51);
    background-color: var(--color-neutral--jet);
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem; }
    .filter-controls .close-filter-controls svg {
      fill: rgb(255,255,255);
      fill: var(--color-neutral--white);
      height: 2rem;
      position: absolute;
      top: .8rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 2rem; }
    @media screen and (min-width: 65em) {
      .filter-controls .close-filter-controls {
        display: none; } }
  .filter-controls .filters-controls__content {
    padding: 0 0 3.5rem 3.5rem; }
  @media screen and (min-width: 65em) {
    .filter-controls {
      background-color: inherit;
      height: 100%;
      overflow: visible;
      padding: 0;
      position: relative;
      -webkit-transform: none;
              transform: none;
      width: 100%; }
      .filter-controls .filters-controls__content {
        padding: 0; } }

.filter-controls__container {
  max-height: 90%;
  overflow-y: scroll;
  padding-bottom: 10rem;
  padding-right: 3.5rem;
  position: absolute;
  width: 100%; }
  .filter-controls__container > .input-container {
    margin-bottom: .5rem; }
    .filter-controls__container > .input-container input {
      margin-bottom: 0;
      height: 45px; }
    .filter-controls__container > .input-container:not(.datepicker) .input-submit {
      right: 1.5rem;
      bottom: .4rem; }
    .filter-controls__container > .input-container + .input-container {
      border-top: 1px solid rgb(225,218,206);
      border-top: 1px solid var(--color-brown--merino);
      padding-top: 1rem; }
  @media screen and (min-width: 65rem) {
    .filter-controls__container {
      max-height: auto;
      overflow: visible;
      padding-bottom: 0;
      padding-right: 0;
      position: relative; } }

.filter-controls__actions {
  -webkit-align-self: flex-end;
          align-self: flex-end;
  background-color: rgb(255,255,255);
  background-color: var(--color-neutral--white);
  border-top: 1px solid rgb(204,204,204);
  border-top: 1px solid var(--color-neutral--pastel);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding: .5rem 1rem;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 2.5em;
  z-index: 3; }
  .filter-controls__actions .button + .button {
    margin-left: .5rem; }
  @media screen and (min-width: 65em) {
    .filter-controls__actions {
      display: none; } }

.w-third-ns .filters__title {
  -webkit-flex-direction: column;
          flex-direction: column; }
  .w-third-ns .filters__title .toggle-filters {
    margin-top: 15px; }

.results {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  @media screen and (min-width: 65em) {
    .results {
      -webkit-flex-direction: row;
              flex-direction: row; } }

.result + .result {
  margin-top: 2em; }

.result__category {
  margin-bottom: .25em;
  font-weight: 900;
  font-weight: var(--lato--black); }

.result__title a {
  display: block;
  margin-bottom: .5em;
  color: rgb(58,133,179);
  color: var(--color-blue--boston);
  text-decoration: none; }
  .result__title a:hover, .result__title a:focus {
    text-decoration: underline; }

.result__text {
  font-size: .8em; }

.result__metadata {
  font-size: .875em; }
  .result__metadata .media {
    margin-bottom: 1em; }
    @media screen and (min-width: 65em) {
      .result__metadata .media {
        margin-bottom: 0; } }
  .result__metadata .media__figure--left {
    width: 10%;
    margin-right: 1em;
    margin-bottom: .5em;
    text-align: left; }
  .result__metadata .media__content {
    margin-bottom: .25em;
    line-height: 1.3; }
  .result__metadata a {
    color: rgb(58,133,179);
    color: var(--color-blue--boston);
    text-decoration: underline; }
    .result__metadata a + a {
      margin-left: .5ch; }
  @media screen and (min-width: 65em) {
    .result__metadata {
      font-size: .778em; } }

.sidebar {
  width: 100%;
  z-index: 1; }
  .sidebar .sidebar__widget {
    padding: 1rem 0; }
    .sidebar .sidebar__widget:first-child {
      padding-top: 0; }
    .sidebar .sidebar__widget:last-child {
      padding-bottom: 0; }
  @media screen and (min-width: 75em) {
    .sidebar {
      max-width: 175px; } }

.sidebar__widget,
.layout__sidebar .scs-paragraph-text {
  font-size: .875rem;
  line-height: 1.3; }
  .sidebar__widget + .sidebar__widget,
  .layout__sidebar .scs-paragraph-text + .sidebar__widget {
    border-top: 1px solid rgb(221, 213, 199);
    border-top: 1px solid var(--color-brown--sand); }
  .sidebar__widget a,
  .layout__sidebar .scs-paragraph-text a {
    color: rgb(58,133,179);
    color: var(--color-blue--boston);
    text-decoration: none; }
    .sidebar__widget a:hover, .sidebar__widget a:focus,
    .layout__sidebar .scs-paragraph-text a:hover,
    .layout__sidebar .scs-paragraph-text a:focus {
      text-decoration: underline; }
  @media screen and (min-width: 65em) {
    .sidebar__widget,
    .layout__sidebar .scs-paragraph-text {
      font-size: .75rem; } }

.sidebar__widget--social,
.sidebar__widget--social-share {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start; }
  .sidebar__widget--social a,
  .sidebar__widget--social-share a {
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: -webkit-transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .sidebar__widget--social a:hover, .sidebar__widget--social a:focus,
    .sidebar__widget--social-share a:hover,
    .sidebar__widget--social-share a:focus {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
  .sidebar__widget--social svg,
  .sidebar__widget--social-share svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: rgb(58,133,179);
    fill: var(--color-blue--boston); }

.sidebar__widget--social-share .social-share--title {
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: .6rem; }

.sidebar__widget--social-share .social-share--networks {
  -webkit-transform: translate(-6%, 0);
          transform: translate(-6%, 0); }

.sidebar__widget--list li + li {
  margin-top: .5rem; }

.sidebar__widget--feedback .media {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .sidebar__widget--feedback .media .media__figure--left {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 1em;
    margin-bottom: -6px;
    text-align: unset; }
    @media screen and (min-width: 45em) {
      .sidebar__widget--feedback .media .media__figure--left {
        margin-bottom: 0; } }

.sidebar__widget--feedback svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: rgb(188,155,106);
  fill: var(--color-brown--wood); }

.sidebar__widget--date .media {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .sidebar__widget--date .media .media__figure--left {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: .9em;
    margin-bottom: -6px;
    margin-top: 5px;
    text-align: unset; }
    @media screen and (min-width: 45em) {
      .sidebar__widget--date .media .media__figure--left {
        margin-bottom: 0; } }

.sidebar__widget--date svg {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  fill: rgb(188,155,106);
  fill: var(--color-brown--wood); }
  @media only screen and (max-width: 320px) {
    .sidebar__widget--date svg {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); } }
  .sidebar__widget--date svg use {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%); }

.sidebar__widget--html p > em {
  font-style: italic; }

.layout__sidebar .sidebar__widget--newsletterForm {
  border-top: 1px solid rgb(221, 213, 199);
  border-top: 1px solid var(--color-brown--sand);
  margin-top: 1rem;
  padding-top: 1rem; }

.sidebar__widget--newsletterForm {
  line-height: 1;
  color: #575757;
  margin-bottom: 30px; }
  @media screen and (min-width: 45em) {
    .sidebar__widget--newsletterForm {
      margin-bottom: 0; } }
  .sidebar__widget--newsletterForm .t5.mb1 {
    color: #000;
    margin-bottom: .5rem; }
  .sidebar__widget--newsletterForm .newsletterForm__subtitle {
    line-height: 1;
    font-size: .8em;
    margin-bottom: .75rem;
    font-weight: 600; }
  .sidebar__widget--newsletterForm .newsletterForm__successMessage {
    font-style: italic; }
  .sidebar__widget--newsletterForm .newsletterForm__disclaimer {
    font-style: italic;
    margin-bottom: .25rem;
    font-size: .7em;
    line-height: 1.25;
    font-weight: 600; }
  .sidebar__widget--newsletterForm button {
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-top: 1em; }

.slider {
  max-width: 1260px;
  position: relative;
  width: 100%; }
  .slider > .aspect-ratio {
    display: none; }
  .slider .VueCarousel,
  .slider .VueCarousel-wrapper,
  .slider .VueCarousel-inner {
    height: 100% !important; }
  .slider .VueCarousel-inner {
    display: -webkit-flex !important;
    display: flex !important;
    width: 100%; }
  .slider .VueCarousel-navigation {
    position: static; }
  .slider .VueCarousel-navigation-button {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: auto;
    height: 50px;
    margin: 0;
    padding: 0;
    background-color: rgba(26, 26, 26, 0.6);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .slider .VueCarousel-navigation-button svg {
      height: 50px;
      fill: rgba(255, 255, 255, 0.65);
      transition: fill .15s; }
    .slider .VueCarousel-navigation-button:hover svg,
    .slider .VueCarousel-navigation-button:focus svg {
      fill: rgba(255, 255, 255, 0.9); }
  .slider .VueCarousel-pagination {
    display: none;
    position: absolute;
    bottom: .5rem; }
    .slider .VueCarousel-pagination .VueCarousel-dot-container {
      display: -webkit-flex !important;
      display: flex !important;
      -webkit-justify-content: center;
              justify-content: center;
      margin: 0 !important; }
    .slider .VueCarousel-pagination .VueCarousel-dot {
      box-sizing: border-box !important;
      position: relative;
      display: -webkit-flex !important;
      display: flex !important;
      -webkit-align-items: center !important;
              align-items: center !important;
      -webkit-justify-content: center !important;
              justify-content: center !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      padding: .75em .5em !important;
      background-color: transparent !important; }
      .slider .VueCarousel-pagination .VueCarousel-dot::before {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 2px solid rgb(255,255,255);
        border: 2px solid var(--color-neutral--white);
        border-radius: 50%;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
        transition: background-color .15s; }
      .slider .VueCarousel-pagination .VueCarousel-dot.VueCarousel-dot--active::before {
        background-color: rgb(255,255,255);
        background-color: var(--color-neutral--white); }
    @media (min-width: 55rem) {
      .slider .VueCarousel-pagination {
        display: block; } }
  @media (min-width: 55rem) {
    .slider .aspect-ratio {
      padding-bottom: 26.9%; }
    .slider > .aspect-ratio {
      display: inline; }
    .slider.is-full-image > .aspect-ratio {
      display: inherit;
      padding-bottom: 37.2%; }
    .slider.is-full-image .VueCarousel {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; } }

.VueCarousel-slide {
  -webkit-align-items: center;
          align-items: center;
  position: relative; }
  .VueCarousel-slide .slider__image {
    -webkit-flex: 1 1 55.6%;
            flex: 1 1 55.6%;
    position: relative;
    overflow: hidden; }
    .VueCarousel-slide .slider__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .VueCarousel-slide .slider__image > .aspect-ratio {
      padding-bottom: 37.2%; }
    @media (min-width: 55rem) {
      .VueCarousel-slide .slider__image {
        height: 100%; }
        .VueCarousel-slide .slider__image img {
          position: absolute; } }
  .VueCarousel-slide .slider__content {
    -webkit-flex: 1 1 60%;
            flex: 1 1 60%;
    font-size: .85rem;
    margin-left: .5rem;
    padding: .5rem 2rem; }
    .VueCarousel-slide .slider__content > * + * {
      margin-top: 1em; }
    .VueCarousel-slide .slider__content .slider__title {
      font-size: 1.2rem;
      font-weight: 700;
      font-weight: var(--lato--bold);
      line-height: 1.4; }
    @media (min-width: 55em) {
      .VueCarousel-slide .slider__content {
        padding-top: .5rem;
        padding-right: 0;
        padding-left: .5rem;
        border-left: 2px solid rgb(118,118,118);
        border-left: 2px solid var(--color-neutral--dusty); } }
  @media (min-width: 55em) {
    .VueCarousel-slide {
      -webkit-align-items: flex-end;
              align-items: flex-end;
      display: -webkit-flex !important;
      display: flex !important;
      -webkit-flex-direction: row !important;
              flex-direction: row !important; } }

.is-full-image .VueCarousel-navigation-button {
  padding: 3px 0 0 !important;
  margin-right: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  background: rgba(0, 0, 0, 0.6) !important;
  height: 55px;
  width: 27px; }

.is-full-image .VueCarousel-slide {
  display: block !important;
  min-height: 300px;
  -webkit-flex-direction: column;
          flex-direction: column; }
  .is-full-image .VueCarousel-slide .slider__content {
    background-color: rgba(0, 0, 0, 0.5);
    border: 0;
    color: rgb(255,255,255);
    color: var(--color-neutral--white);
    height: 100%;
    margin: 0;
    padding: 1.25rem 2rem;
    width: 100%;
    z-index: 2; }
    .is-full-image .VueCarousel-slide .slider__content .slider__title {
      font-size: 28px;
      line-height: 32px;
      font-weight: 900;
      font-weight: var(--lato--black);
      text-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
      margin-bottom: .5rem; }
      @media (min-width: 55rem) {
        .is-full-image .VueCarousel-slide .slider__content .slider__title {
          font-size: 38px;
          line-height: 43px; } }
    .is-full-image .VueCarousel-slide .slider__content .slider__summary {
      font-size: 1rem;
      line-height: 1.22;
      margin-bottom: 1em; }
    .is-full-image .VueCarousel-slide .slider__content .slider__content-wrapper {
      padding-bottom: 50px; }
      .is-full-image .VueCarousel-slide .slider__content .slider__content-wrapper > .button {
        position: absolute;
        bottom: 40px; }
    @media (min-width: 55rem) {
      .is-full-image .VueCarousel-slide .slider__content {
        height: auto;
        max-width: 45%;
        padding: 40px; }
        .is-full-image .VueCarousel-slide .slider__content.content-is-top {
          top: 3rem; }
        .is-full-image .VueCarousel-slide .slider__content.content-is-right {
          right: 3rem; }
        .is-full-image .VueCarousel-slide .slider__content.content-is-bottom {
          bottom: 3rem; }
        .is-full-image .VueCarousel-slide .slider__content.content-is-left {
          left: 3rem; }
        .is-full-image .VueCarousel-slide .slider__content.content-is-x-center {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .is-full-image .VueCarousel-slide .slider__content.content-is-y-center {
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .is-full-image .VueCarousel-slide .slider__content.content-is-x-center.content-is-y-center {
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
  @media (min-width: 55rem) {
    .is-full-image .VueCarousel-slide {
      min-height: 400px; }
      .is-full-image .VueCarousel-slide .slider__content {
        position: absolute; } }

.slider.global-slider {
  max-width: none;
  position: relative;
  width: 100%; }
  .slider.global-slider > .aspect-ratio {
    display: none; }
  .slider.global-slider .VueCarousel-navigation {
    margin-left: 5%;
    position: absolute;
    top: 0; }
    .slider.global-slider .VueCarousel-navigation::before {
      content: "";
      display: block;
      padding-top: 42%; }
    .slider.global-slider .VueCarousel-navigation .VueCarousel-navigation-button {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
    @media (min-width: 55rem) {
      .slider.global-slider .VueCarousel-navigation {
        bottom: 0;
        top: auto;
        margin-left: 0; }
        .slider.global-slider .VueCarousel-navigation::before {
          content: none; }
        .slider.global-slider .VueCarousel-navigation .VueCarousel-navigation-button {
          -webkit-transform: none;
                  transform: none; } }
  .slider.global-slider .VueCarousel-navigation-button {
    background-color: rgb(4,55,81);
    background-color: var(--color-blue--blueBird);
    height: 45px;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: 0;
    width: 45px;
    z-index: 10; }
    @media (min-width: 55rem) {
      .slider.global-slider .VueCarousel-navigation-button {
        height: 75px;
        width: 75px; } }
    .slider.global-slider .VueCarousel-navigation-button.VueCarousel-navigation-prev svg {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .slider.global-slider .VueCarousel-navigation-button svg {
      height: 20px;
      fill: rgb(255,255,255);
      fill: var(--color-neutral--white);
      transition: fill .15s; }
      @media (min-width: 55rem) {
        .slider.global-slider .VueCarousel-navigation-button svg {
          height: 30px; } }
    .slider.global-slider .VueCarousel-navigation-button:hover svg,
    .slider.global-slider .VueCarousel-navigation-button:focus svg {
      fill: rgb(255,255,255);
      fill: var(--color-neutral--white); }
  .slider.global-slider .VueCarousel-pagination {
    bottom: .5rem;
    display: block;
    margin-left: 5%;
    position: absolute;
    width: 90%; }
    @media (min-width: 55rem) {
      .slider.global-slider .VueCarousel-pagination {
        display: none; } }
    .slider.global-slider .VueCarousel-pagination .VueCarousel-dot-container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
              justify-content: center;
      margin: 0; }
    .slider.global-slider .VueCarousel-pagination .VueCarousel-dot {
      -webkit-align-items: center;
              align-items: center;
      background-color: transparent;
      box-sizing: border-box;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
              justify-content: center;
      height: auto;
      margin: 0;
      padding: .75em .5em;
      position: relative;
      width: auto; }
      .slider.global-slider .VueCarousel-pagination .VueCarousel-dot::before {
        content: "";
        background-color: rgb(134, 158, 170);
        background-color: var(--color-blue--bali-hai);
        border: none;
        border-radius: 50%;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
        display: block;
        height: 14px;
        transition: background-color .15s;
        width: 14px; }
      .slider.global-slider .VueCarousel-pagination .VueCarousel-dot.VueCarousel-dot--active::before {
        background-color: rgb(255,255,255);
        background-color: var(--color-neutral--white); }
  @media (min-width: 55rem) {
    .slider.global-slider .aspect-ratio {
      padding-bottom: 26.9%; }
    .slider.global-slider > .aspect-ratio {
      display: inline; } } 

.global-slider .VueCarousel-slide {
  -webkit-align-items: center;
          align-items: center;
  position: relative; }
  @media (min-width: 55rem) {
    .global-slider .VueCarousel-slide {
      display: block !important;
      z-index: 0; } }
  .global-slider .VueCarousel-slide .slider__image {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0; }
    @media (min-width: 55rem) {
      .global-slider .VueCarousel-slide .slider__image {
        width: 85.25%;
        min-height: 470px; } }
    .global-slider .VueCarousel-slide .slider__image img {
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%; }
    .global-slider .VueCarousel-slide .slider__image > .aspect-ratio {
      padding-bottom: 42%; }
      @media (min-width: 55rem) {
        .global-slider .VueCarousel-slide .slider__image > .aspect-ratio {
          padding-bottom: 41.5%; } }
    @media (min-width: 55rem) {
      .global-slider .VueCarousel-slide .slider__image img {
        position: absolute;
        z-index: 0; } }
  .global-slider .VueCarousel-slide .slider__content {
    background: rgb(4,55,81);
    background: var(--color-blue--blueBird);
    color: rgb(255,255,255);
    color: var(--color-neutral--white);
    -webkit-flex-basis: 30%;
            flex-basis: 30%;
    font-size: .85rem;
    height: 100%;
    margin: 0 auto;
    max-height: 470px;
    padding: 1.5rem 1.5rem 3rem;
    position: relative;
    width: 90%;
    z-index: 100; }
    @media (min-width: 55rem) {
      .global-slider .VueCarousel-slide .slider__content {
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 30%;
        right: 0;
        border-left: 2px solid rgb(118,118,118);
        border-left: 2px solid var(--color-neutral--dusty);
        padding: 2rem;
        z-index: 100; } }
    .global-slider .VueCarousel-slide .slider__content .slider__content-wrapper {
      height: 100%;
      overflow-y: hidden; }
    .global-slider .VueCarousel-slide .slider__content > * + * {
      margin-top: 1em; }
    .global-slider .VueCarousel-slide .slider__content .slider__summary {
      color: rgb(220, 228, 232);
      color: var(--color-blue--geyser);
      margin-bottom: 1rem; }
      .global-slider .VueCarousel-slide .slider__content .slider__summary a,
      .global-slider .VueCarousel-slide .slider__content .slider__summary a:hover,
      .global-slider .VueCarousel-slide .slider__content .slider__summary a:visited,
      .global-slider .VueCarousel-slide .slider__content .slider__summary a:active {
        color: #fff; }
    .global-slider .VueCarousel-slide .slider__content .slider__title {
      color: rgb(255,255,255);
      color: var(--color-neutral--white);
      font-size: 1rem;
      font-weight: 700;
      font-weight: var(--lato--bold);
      line-height: 1.4;
      margin-bottom: .5rem; }
    .global-slider .VueCarousel-slide .slider__content .button {
      border: 1px solid rgb(255,255,255);
      border: 1px solid var(--color-neutral--white);
      color: rgb(255,255,255);
      color: var(--color-neutral--white);
      cursor: pointer; }
      .global-slider .VueCarousel-slide .slider__content .button svg {
        fill: rgb(255,255,255);
        fill: var(--color-neutral--white); }

.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
  height: 65px;
  width: 65px; }
  .spinner circle {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    stroke-width: 6;
    stroke-linecap: round;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
            animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@-webkit-keyframes colors {
  0% {
    stroke: rgb(171,132,13);
    stroke: var(--color-society--sciences); }
  50% {
    stroke: rgb(0,89,145);
    stroke: var(--color-society--engineering); }
  100% {
    stroke: rgb(29,123,92);
    stroke: var(--color-society--medicine); } }

@keyframes colors {
  0% {
    stroke: rgb(171,132,13);
    stroke: var(--color-society--sciences); }
  50% {
    stroke: rgb(0,89,145);
    stroke: var(--color-society--engineering); }
  100% {
    stroke: rgb(29,123,92);
    stroke: var(--color-society--medicine); } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

.sponsors {
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-right: -1em;
  margin-left: -1em; }
  @media screen and (min-width: 40em) {
    .sponsors {
      -webkit-flex-flow: row wrap;
              flex-flow: row wrap; } }

.sponsor {
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 0 1em .5em;
  padding-top: .5em;
  border-top: 1px solid rgb(221, 213, 199);
  border-top: 1px solid var(--color-brown--sand);
  font-size: 1.25rem;
  font-size: var(--type-size--3);
  font-weight: 300;
  font-weight: var(--lato--light);
  line-height: 1.2em; }
  @media screen and (min-width: 40em) {
    .sponsor {
      -webkit-flex-basis: calc(50% - 2em);
              flex-basis: calc(50% - 2em); } }
  @media screen and (min-width: 65em) {
    .sponsor {
      -webkit-flex-basis: calc(33% - 2em);
              flex-basis: calc(33% - 2em); } }

.card__in__list {
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 3rem;
  margin-right: 1em;
  padding-left: 1em;
  padding-right: 1em; }

.cards__list {
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0 -1em; }
  @media screen and (min-width: 65rem) {
    .cards__list {
      -webkit-flex-flow: row wrap;
              flex-flow: row wrap; } }

.card {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-size: .875em;
  height: 100%;
  position: relative; }
  .card .card__graphic--overlay {
    content: "";
    position: absolute;
    height: 105%;
    opacity: .6;
    top: 0;
    width: 100%;
    z-index: 1; }
  .card .card__graphic--content {
    bottom: -5%;
    color: rgb(255,255,255);
    color: var(--color-neutral--white);
    padding: 0 1rem 1rem;
    opacity: 1;
    position: absolute;
    transition: opacity .5s;
    width: 100%;
    z-index: 3; }
    .card .card__graphic--content::before {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
      bottom: 0;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: -1; }
    .card .card__graphic--content .card__graphic--heading {
      font-size: 1.125rem;
      font-weight: 900;
      font-weight: var(--lato--black);
      opacity: 1;
      transition: top .5s, opacity .75s; }
      @media screen and (min-width: 60em) {
        .card .card__graphic--content .card__graphic--heading {
          opacity: 0;
          position: relative;
          top: 100px; } }
    .card .card__graphic--content a.card__graphic--contact {
      color: rgb(255,255,255);
      color: var(--color-neutral--white);
      font-size: .75rem;
      font-size: var(--type-size--5);
      font-weight: 700;
      font-weight: var(--lato--bold);
      text-decoration: none;
      transition: top .5s, opacity .75s; }
      .card .card__graphic--content a.card__graphic--contact:hover {
        text-decoration: underline; }
      @media screen and (min-width: 60em) {
        .card .card__graphic--content a.card__graphic--contact {
          opacity: 0;
          position: relative;
          top: 50px; } }
    @media screen and (min-width: 60em) {
      .card .card__graphic--content {
        opacity: 0; } }
  .card .card__graphic {
    position: relative; }
    .card .card__graphic a img {
      opacity: 1 !important; }
  .card .card__label {
    -webkit-align-self: flex-start;
            align-self: flex-start;
    background-color: rgba(34, 34, 34, 0.5);
    color: var(--color-neutral--dove);
    display: inline-block;
    font-size: .6em;
    font-weight: 700;
    font-weight: var(--lato--bold);
    margin-bottom: 2em;
    padding: .75em 1.5em;
    position: relative;
    z-index: 2; }
  .card .card__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    position: relative;
    z-index: 2; }
    .card .card__content .card__category {
      color: rgb(58,133,179);
      color: var(--color-blue--boston);
      font-size: .75em; }
      .card .card__content .card__category:not(:empty) {
        margin-bottom: 1.5em; }
    .card .card__content .card__title {
      margin-bottom: .75rem; }
      .card .card__content .card__title a {
        background-image: linear-gradient(transparent, transparent), linear-gradient(rgb(58,133,179), rgb(58,133,179));
        background-image: linear-gradient(transparent, transparent), linear-gradient(var(--color-blue--boston), var(--color-blue--boston));
        background-size: 100% 3px, 0 3px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        color: rgb(34,34,34);
        color: var(--color-neutral--charcoal);
        text-decoration: none;
        transition: background-size .3s linear, color .15s; }
      .card .card__content .card__title a:hover,
      .card .card__content .card__title a:focus,
      .card .card__content .card__title a.hovered {
        color: rgb(58,133,179);
        color: var(--color-blue--boston);
        text-decoration: underline; }
    .card .card__content .card__summary {
      font-size: .875em; }
      .card .card__content .card__summary ul,
      .card .card__content .card__summary ol {
        list-style-position: outside;
        padding-left: 1.65em; }
      .card .card__content .card__summary ol {
        list-style-type: decimal; }
      .card .card__content .card__summary ul {
        list-style-type: disc; }
    .card .card__content .button {
      margin-top: 1rem; }
  .card .card__actions {
    display: -webkit-flex;
    display: flex;
    line-height: 1.5;
    margin-top: 1.5rem; }
    .card .card__actions:not(:empty) {
      border-top: 2px solid rgb(221, 213, 199);
      border-top: 2px solid var(--color-brown--sand);
      padding-top: .5em; }
    .card .card__actions * + * {
      margin-left: auto; }
    .card .card__actions a {
      color: rgb(58,133,179);
      color: var(--color-blue--boston);
      text-decoration: none; }
      .card .card__actions a:hover, .card .card__actions a:focus {
        text-decoration: underline; }

.card__animated .card__graphic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }

.card__animated:hover .card__graphic--content {
  opacity: 1; }

.card__animated:hover .card__graphic--heading {
  opacity: 1;
  top: 0; }

.card__animated:hover a.card__graphic--contact {
  opacity: 1;
  top: 0; }

.card__animated:hover a img {
  cursor: pointer;
  -webkit-transform: scale(1.1) translateX(4%);
          transform: scale(1.1) translateX(4%); }

.card__animated:hover .card__title a {
  background-size: 0 3px, 100% 3px;
  text-decoration: none !important; }

.card--scream {
  color: rgb(255,255,255);
  color: var(--color-neutral--white);
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 1em; }
  .card--scream::before {
    content: "";
    background-color: rgba(58, 133, 179, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .card--scream .card__content .card__title a {
    color: rgb(255,255,255);
    color: var(--color-neutral--white); }
    .card--scream .card__content .card__title a:hover, .card--scream .card__content .card__title a:focus {
      color: rgb(255,255,255);
      color: var(--color-neutral--white); }
  .card--scream .card__content .card__summary a {
    color: rgb(255,255,255);
    color: var(--color-neutral--white); }
    .card--scream .card__content .card__summary a:hover, .card--scream .card__content .card__summary a:focus {
      color: rgb(255,255,255);
      color: var(--color-neutral--white); }
  .card--scream .card__label {
    letter-spacing: .1rem;
    text-transform: uppercase; }
  .card--scream .card__content {
    height: 100%; }
  .card--scream .card__actions a {
    color: rgb(255,255,255);
    color: var(--color-neutral--white); }

.card--shout {
  padding-bottom: 1rem; }
  .card--shout .card__graphic {
    width: 100%; }
    .card--shout .card__graphic img {
      height: auto;
      top: 0;
      width: 100%; }
      @supports (object-fit: cover) {
        .card--shout .card__graphic img {
          height: 100%;
          object-fit: cover; } }
  .card--shout .card__graphic__16X9 {
    width: 100%; }
    .card--shout .card__graphic__16X9 img {
      height: auto;
      top: 0;
      width: 100%; }
      @supports (object-fit: cover) {
        .card--shout .card__graphic__16X9 img {
          object-fit: cover;
          aspect-ratio: 16/9; } }
  .card--shout .card__graphic__4X5 {
    width: 100%; }
    .card--shout .card__graphic__4X5 img {
      height: auto;
      top: 0;
      width: 100%; }
      @supports (object-fit: cover) {
        .card--shout .card__graphic__4X5 img {
          object-fit: cover;
          aspect-ratio: 4/5; } }
  .card--shout .card__graphic__4X3 {
    width: 100%; }
    .card--shout .card__graphic__4X3 img {
      height: auto;
      top: 0;
      width: 100%; }
      @supports (object-fit: cover) {
        .card--shout .card__graphic__4X3 img {
          object-fit: cover;
          aspect-ratio: 4/3; } }
  .card--shout .card__graphic__1X1 {
    width: 100%; }
    .card--shout .card__graphic__1X1 img {
      height: auto;
      top: 0;
      width: 100%; }
      @supports (object-fit: cover) {
        .card--shout .card__graphic__1X1 img {
          object-fit: cover;
          aspect-ratio: 1/1; } }
  .card--shout .card__content {
    height: 100%;
    padding: 1em; }

.card--talk {
  padding-bottom: 1rem; }
  .card--talk .card__graphic {
    background-color: rgb(238,238,238);
    background-color: var(--color-neutral--white-lilac);
    -webkit-flex: 0 1 500px;
            flex: 0 1 500px; }
    @media screen and (min-width: 50em) {
      .card--talk .card__graphic {
        margin-right: 1.6rem; } }
    .card--talk .card__graphic > a {
      display: block;
      height: 100%; }
    .card--talk .card__graphic > div {
      height: 100%; }
    .card--talk .card__graphic img {
      height: 100%;
      width: 100%; }
      @supports (object-fit: cover) {
        .card--talk .card__graphic img {
          height: 100%;
          object-fit: cover; } }
  .card--talk .card__graphic__right {
    background-color: rgb(238,238,238);
    background-color: var(--color-neutral--white-lilac);
    -webkit-flex: 0 1 500px;
            flex: 0 1 500px; }
    @media screen and (min-width: 50em) {
      .card--talk .card__graphic__right {
        margin-left: 1.6rem; } }
    .card--talk .card__graphic__right > a {
      display: block;
      height: 100%; }
    .card--talk .card__graphic__right > div {
      height: 100%; }
    .card--talk .card__graphic__right img {
      height: 100%;
      width: 100%; }
      @supports (object-fit: cover) {
        .card--talk .card__graphic__right img {
          height: 100%;
          object-fit: cover; } }
  .card--talk .card__content {
    -webkit-flex: 1 1 50%;
            flex: 1 1 50%;
    height: 100%;
    padding: 1rem 1rem 0; }
    @media screen and (min-width: 50em) {
      .card--talk .card__content {
        padding: 1rem 0 0; } }
  .card--talk.card--talk--full .card__graphic {
    background-color: transparent;
    box-shadow: none;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 100%;
    padding-top: 1rem; }
    .card--talk.card--talk--full .card__graphic > a {
      height: auto; }
    .card--talk.card--talk--full .card__graphic > div {
      height: auto; }
    @supports (object-fit: cover) {
      .card--talk.card--talk--full .card__graphic img {
        object-fit: contain; } }
  .card--talk.card--talk--full .card__graphic__16X9 {
    background-color: transparent;
    box-shadow: none;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 100%;
    padding-top: 1rem; }
    .card--talk.card--talk--full .card__graphic__16X9 > a {
      height: auto; }
    .card--talk.card--talk--full .card__graphic__16X9 > div {
      height: auto; }
    @supports (object-fit: cover) {
      .card--talk.card--talk--full .card__graphic__16X9 img {
        object-fit: cover;
        aspect-ratio: 16/9; } }
  .card--talk.card--talk--full .card__graphic__4X3 {
    background-color: transparent;
    box-shadow: none;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 100%;
    padding-top: 1rem; }
    .card--talk.card--talk--full .card__graphic__4X3 > a {
      height: auto; }
    .card--talk.card--talk--full .card__graphic__4X3 > div {
      height: auto; }
    @supports (object-fit: cover) {
      .card--talk.card--talk--full .card__graphic__4X3 img {
        object-fit: cover;
        aspect-ratio: 4/3; } }
  .card--talk.card--talk--full .card__graphic__4X5 {
    background-color: transparent;
    box-shadow: none;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 100%;
    padding-top: 1rem; }
    .card--talk.card--talk--full .card__graphic__4X5 > a {
      height: auto; }
    .card--talk.card--talk--full .card__graphic__4X5 > div {
      height: auto; }
    @supports (object-fit: cover) {
      .card--talk.card--talk--full .card__graphic__4X5 img {
        object-fit: cover;
        aspect-ratio: 4/5; } }
  .card--talk.card--talk--full .card__graphic__1X1 {
    background-color: transparent;
    box-shadow: none;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-top: 1rem;
    height: 100%; }
    .card--talk.card--talk--full .card__graphic__1X1 > a {
      height: auto; }
    .card--talk.card--talk--full .card__graphic__1X1 > div {
      height: auto; }
    @supports (object-fit: cover) {
      .card--talk.card--talk--full .card__graphic__1X1 img {
        object-fit: cover;
        aspect-ratio: 1/1; } }
  @media screen and (min-width: 50em) {
    .card--talk {
      -webkit-flex-direction: row;
              flex-direction: row; } }

.card--whisper {
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: .6rem 0;
  position: relative; }
  .card--whisper .announcement__date {
    margin-bottom: 1rem; }

.card--location {
  -webkit-flex-flow: column-reverse nowrap;
          flex-flow: column-reverse nowrap; }
  .card--location .card--location--content,
  .card--location .card--location--image {
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%; }
  .card--location .card--location--content {
    margin-top: 2rem;
    padding-right: 0; }
  .card--location .card--location--image {
    color: rgb(102,102,102);
    color: var(--color-neutral--granite);
    font-weight: 300;
    font-weight: var(--lato--light); }
    .card--location .card--location--image img {
      display: block;
      margin-bottom: 1em;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
    .card--location .card--location--image p {
      font-size: .875em;
      line-height: 1.2; }
      @media screen and (min-width: 55em) {
        .card--location .card--location--image p {
          font-size: .775em;
          padding-left: 3em; } }
    .card--location .card--location--image hr {
      border-color: rgb(221, 213, 199);
      border-color: var(--color-brown--sand);
      border-width: 1px 0 0;
      margin: 1em 0;
      opacity: .25;
      width: 20%; }
      @media screen and (min-width: 55em) {
        .card--location .card--location--image hr {
          margin-left: 2.35em; } }
    .card--location .card--location--image a {
      color: rgb(58,133,179);
      color: var(--color-blue--boston);
      text-decoration: none; }
      .card--location .card--location--image a:hover, .card--location .card--location--image a:focus {
        text-decoration: underline; }
  @media screen and (min-width: 65em) {
    .card--location {
      -webkit-flex-flow: row nowrap;
              flex-flow: row nowrap; }
      .card--location .card--location--content,
      .card--location .card--location--image {
        -webkit-flex: 1 1 50%;
                flex: 1 1 50%; }
      .card--location .card--location--content {
        margin-bottom: 0;
        padding-right: 2rem; } }

.dark .card .card__content .card__category {
  color: #fff; }

.who-we-are {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 55em) {
    .who-we-are {
      -webkit-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
              align-items: flex-start; } }

.who-we-are__intro {
  width: calc(100% + 2em);
  position: relative;
  z-index: 1;
  margin-top: -1em;
  margin-right: -1em;
  margin-left: -1em;
  padding: 2em 1.5em;
  background-color: rgb(243, 241, 235);
  background-color: var(--color-brown--bone);
  border: 1px solid rgb(221, 213, 199);
  border: 1px solid var(--color-brown--sand); }
  .who-we-are__intro a {
    color: rgb(58,133,179);
    color: var(--color-blue--boston);
    transition: color .15s; }
    .who-we-are__intro a:hover, .who-we-are__intro a:focus {
      color: rgb(0,63,92);
      color: var(--color-blue--imperial); }
  @media screen and (min-width: 55em) {
    .who-we-are__intro {
      -webkit-flex: 1 1 50%;
              flex: 1 1 50%;
      padding: 3em 5em 4em;
      font-size: .885em; } }

.who-we-are__title {
  color: rgb(58,133,179);
  color: var(--color-blue--boston);
  font-size: 1.25em; }
  @media screen and (min-width: 55em) {
    .who-we-are__title {
      font-size: 1.6em; } }

.who-we-are__location {
  margin-top: -1em; }
  .who-we-are__location img {
    max-width: 650px; }
  @media screen and (min-width: 55em) {
    .who-we-are__location {
      -webkit-flex: 1 1 50%;
              flex: 1 1 50%;
      margin-top: 1.5em;
      margin-left: -.5em; } }

.table-of-contents {
  margin-bottom: 1rem;
  position: relative; }
  .table-of-contents.sticky-fixed {
    position: fixed;
    top: 0;
    left: auto;
    width: 100% !important; }
  .table-of-contents .accordion__content {
    background-color: rgb(255,255,255);
    background-color: var(--color-neutral--white);
    max-height: none;
    position: absolute;
    width: 110%;
    padding-right: 10%;
    z-index: 9999; }
  .table-of-contents ol {
    padding-left: 1.5em;
    position: relative; }
    .table-of-contents ol::before {
      content: "";
      background-image: linear-gradient(to bottom, rgba(221, 213, 199, 0), #ddd5c7 10%, #ddd5c7 90%, rgba(221, 213, 199, 0));
      height: 100%;
      position: absolute;
      left: 12px;
      top: 0;
      width: 1px; }
  .table-of-contents a {
    color: rgb(118,118,118);
    color: var(--color-neutral--dusty);
    display: block;
    padding: .5em 0;
    position: relative;
    text-decoration: none; }
    .table-of-contents a::before {
      content: "";
      background-color: rgb(221, 213, 199);
      background-color: var(--color-brown--sand);
      border: 2px solid rgb(255,255,255);
      border: 2px solid var(--color-neutral--white);
      border-radius: 50%;
      height: 11px;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: -17px;
      -webkit-transform: translateY(-49%);
              transform: translateY(-49%);
      transition: opacity .15s;
      width: 11px; }
    .table-of-contents a:hover, .table-of-contents a:focus {
      text-decoration: underline; }
      .table-of-contents a:hover::before, .table-of-contents a:focus::before {
        opacity: 1; }
    .table-of-contents a.active::before {
      background-color: rgb(58,133,179);
      background-color: var(--color-blue--boston);
      border: 0;
      height: 9px;
      left: -16px;
      opacity: 1;
      -webkit-transform: translateY(-45%);
              transform: translateY(-45%);
      width: 9px; }
  .table-of-contents a.active {
    color: rgb(34,34,34);
    color: var(--color-neutral--charcoal); }

.table-of-contents--nav {
  display: none; }

.table-of-contents--accordion {
  background-color: rgb(255,255,255);
  background-color: var(--color-neutral--white);
  display: block;
  margin-left: -1rem;
  width: 110%; }

.table-of-contents--accordion .accordion__title {
  padding: 0 1rem; }

.table-of-contents.sticky-fixed .table-of-contents--accordion {
  width: 100%; }

.anchor::before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 5em;
  margin-top: -5em; }

@media screen and (min-width: 45em) {
  .table-of-contents {
    width: auto; }
    .table-of-contents a {
      font-size: .775em;
      max-width: 9rem; }
      .table-of-contents a::before {
        left: -20px; }
      .table-of-contents a.active::before {
        left: -19px; } }

@media screen and (min-width: 65rem) {
  .table-of-contents {
    -webkit-align-self: flex-start;
            align-self: flex-start;
    margin: 0;
    position: absolute;
    z-index: 9; }
    .table-of-contents.sticky-fixed {
      width: auto !important; }
  .table-of-contents--nav {
    display: block; }
  .table-of-contents--accordion {
    display: none; }
  .anchor::before {
    content: none; } }

@media print {
  .table-of-contents {
    display: none; } }

.videos {
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-right: -.5rem;
  margin-left: -.5rem; }

.video {
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 0 .5rem 2rem; }
  .video > a {
    color: rgb(34,34,34);
    color: var(--color-neutral--charcoal); }
  .video .aspect-ratio {
    padding-bottom: 56.25%; }
  .video .video__thumbnail {
    position: relative;
    display: block;
    margin-bottom: .5rem; }
    .video .video__thumbnail img {
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .video .video__thumbnail .video__icon {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 40px;
      height: 40px;
      background-color: rgba(58, 133, 179, 0.8); }
      .video .video__thumbnail .video__icon svg {
        width: 100%;
        height: 100%;
        fill: rgb(255,255,255);
        fill: var(--color-neutral--white); }
  .video .video__title {
    font-weight: 700;
    font-weight: var(--lato--bold); }

.videoPlayer__container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .videoPlayer__container .videoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.video__wrapper > * {
  display: none; }
  @media screen and (min-width: 60rem) {
    .video__wrapper > * {
      display: block; }
      .video__wrapper > *.modal {
        display: -webkit-flex;
        display: flex; } }

.video__wrapper .video__mobile {
  display: block; }
  @media screen and (min-width: 60rem) {
    .video__wrapper .video__mobile {
      display: none; } }

@media screen and (min-width: 40rem) {
  .videos {
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap; }
  .video {
    -webkit-flex-basis: calc(50% - 1rem);
            flex-basis: calc(50% - 1rem); } }

@media screen and (min-width: 65rem) {
  .video {
    -webkit-flex-basis: calc(25% - 1rem);
            flex-basis: calc(25% - 1rem); } }

.web-friendly-description p,
.web-friendly-description ol,
.web-friendly-description ul,
.web-friendly-description ul li,
.web-friendly-description ol li {
  font-weight: 400;
  font-weight: var(--lato--regular);
  margin-bottom: 1rem; }

.web-friendly-description ul,
.web-friendly-description ol {
  list-style-position: outside;
  padding-left: 1.1em; }

.web-friendly-description ol {
  list-style-type: decimal; }

.web-friendly-description ul {
  list-style-type: disc; }

.apiFailBox {
  text-align: center;
  display: inline-block;
  margin: 50px; }

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

html {
  box-sizing: border-box; }

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

  @media screen and (min-width: 72rem) {
    .container {
      max-width: 1260px;
      margin-right: auto;
      margin-left: auto; 
	  width: 1260px !important} }

body {
  overflow-x: hidden; }

.global-nav,
.global-footer {
  position: relative; }

main {
  z-index: 5; }

.scs-paragraph-text a {
  color: rgb(58,133,179);
  color: var(--color-blue--boston);
  text-decoration: none; }
  .scs-paragraph-text a:hover, .scs-paragraph-text a:focus {
    text-decoration: underline; }

section.section__layout[id]::before {
  content: "";
  display: block;
  margin-top: -75px;
  padding-top: 75px; }

@media screen and (min-width: 65rem) {
  [class*="layout--"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    @supports (display: grid) {
      [class*="layout--"] {
        display: grid;
        grid-gap: 1rem; } }
  .layout__sidebar {
    -webkit-flex: 0 0 180px;
            flex: 0 0 180px; }
  .layout__content {
    -webkit-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-right: 1rem;
    padding-left: 1rem; }
    .layout__content > p,
    .layout__content > ul,
    .layout__content > ol,
    .layout__content > ul li,
    .layout__content > ol li {
      font-weight: 400;
      font-weight: var(--lato--regular);
      margin-bottom: 1rem; }
    .layout__content > ul,
    .layout__content > ol {
      list-style-position: outside;
      padding-left: 2em; }
    .layout__content > ol {
      list-style-type: decimal; }
    .layout__content > ul {
      list-style-type: disc; }
  @supports (display: grid) {
    .layout__content {
      padding-right: 0;
      padding-left: 0; }
    .layout--full {
      grid-template-columns: 100%; }
    .layout--sidebar-left {
      grid-template-columns: 180px 1fr; }
    .layout--sidebar-right {
      grid-template-columns: 1fr 180px; }
    .layout--sidebar-both {
      grid-template-columns: 180px 1fr 180px; } } }

.layout__content > ul {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1rem; }
  .layout__content > ul li {
    margin-bottom: 1em; }

div.uw-columns div.scs-component-bounding-box,
div.uw-columns div.scs-component-bounding-box > div,
div.uw-columns div.scs-custom-component,
div.uw-columns div.scs-component-content,
div.uw-columns div.scs-custom-component-wrapper,
div.uw-columns div.scs-custom-component-wrapper > div {
  height: 100%; }

.scs-image-caption {
  margin-top: 10px; }

.scs-paragraph-text p,
.scs-paragraph-text ol,
.scs-paragraph-text ul {
  margin-bottom: 1rem; }

.scs-paragraph-text ol,
.scs-paragraph-text ul {
  list-style-position: outside;
  padding-left: 1.65em; }

.scs-paragraph-text ol {
  list-style-type: decimal; }

.scs-paragraph-text ul {
  list-style-type: disc; }

.scs-youtube-edit {
  pointer-events: none; }

.nas-scs-section.scs-sectionlayout > .scs-container-styles,
.nas-scs-section .scs-container-styles,
.layout__sidebar .scs-component-container > .scs-component-bounding-box,
.layout__sidebar .scs-sectionlayout > .scs-container-styles,
.layout__sidebar .scs-componentgroup > .scs-container-styles,
.layout__sidebar .scs-custom-component-wrapper,
.uw-columns-container > .scs-container-styles,
.uw-columns > .uw-content-bucket-container > .scs-container-styles,
.uw-columns .uw-event-list-default-style .scs-custom-component-wrapper,
.uw-columns .uw-project-list-default-style .scs-custom-component-wrapper,
.uw-columns .uw-content-bucket .scs-componentgroup > .scs-container-styles {
  overflow: visible; }

.full-height {
  height: 100%; }

.scs-paragraph table td {
  color: inherit !important;
  background-color: unset !important;
  border-color: unset !important; }

.scs-paragraph-text table td {
  white-space: nowrap; }
  @media screen and (min-width: 40rem) {
    .scs-paragraph-text table td {
      white-space: normal; } }

@media screen and (min-width: 85rem) {
  .sl-two-columns-left .datepicker-end .vue-a11y-datepicker__popup {
    left: -94px; } }

body.scs-edit-mode {
  padding: 0 !important; }

.tabs-list .scs-component-container > .scs-container-styles {
  padding: 0 .5em; }
  @media screen and (min-width: 40rem) {
    .tabs-list .scs-component-container > .scs-container-styles {
      padding: 0; } }

.bucket.dark .scs-contentlist ol.scs-pagination li.loadMore a,
.bucket.dark .scs-recommendation ol.scs-pagination li.loadMore a {
  color: white; }

#sectionContainer .section.section--clean:first-of-type {
  padding-bottom: 0; }

.scs-facebook-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAChSURBVEiJY2AYBaNgFKACDwYGhoMMDAzfGBgY/kMxzUE+AwPDPyQL6WKxFgMDw28slhJtMQuZFscg6f3LwMDQw8DAcI9Ms0gCyxkQPtxCjgFMZFrMjMT+Ro4BpAS1CxJbHI2NLLeHGMMYSbCY2IRDlJnkBjXFYMAsJgUoIeFtDIhUvQ1NjihASuJCzqdf0Ngk5+GRF8ejFg9/i0fBKBh+AACaECEL1OYivQAAAABJRU5ErkJggg==); }

.bucket .scs-facebook-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAApElEQVRIiWMYBaNgFKABj/9ogB4BlI9u6X86WKyFzVJSLGYh0+IYZA4jI2MnAwPDPTLNIgksR/LhFhAFw8QCcn3MjMT+BvU1SQaQYrELElscmc3IyIgst4cYw4h2JrEJh5FIrzMRazG1wYBZTApQQsLbkFL1NjQ5ogDRiev////wfMrIyPgFSeoLmhx1LcZnIKlZiWFEJq5Ri0fBKBgF5AEGBgYAl+trJFAmZ+gAAAAASUVORK5CYII=); }

.scs-twitter-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAEISURBVEiJ7dQ/K0ZRHMDxD6NBDIqyyYIyMJhIXgN5A+QNWJ4X4A3I5M9k5R2YDBSTTUmKIplM5PE8huOpZ7j3us+5Z9L91pnO6Xzq3n6Hurq6/95QiTPruMUnbrCGPixiKgYdwQMmCs5soZ2xXnGO4Rh44feSJ6xk7A/gPQdu4QqbMfAoml0XHWC6a38+B+2s7Ri0037GhZfYxc4f8GQVeEP4z0VA3hqsAp9Goo9VUMJIfEfAR1VhWMV9j/ByCvhQmMuy6EUKlDBCbyXRD8ymgmFMGJ/nArQlvGRJm8FxAdoU+UpltYQT3BWAbeFpnEuFdhpHA2d4wZfwua+xJ4xbf2q0rq6up34AvsOeoUxKAjQAAAAASUVORK5CYII=); }

.bucket .scs-twitter-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAA70lEQVRIie2VMQrCQBBF34iVhWghKNjZqWChhZUinkHxAgYvYOM5tPYK3sHCwtZD2HuAlWgCQZLNZrOV7GsGMsm8md8Ej8fz9zQMDtyoBMAaEGAG9G0CaqnvoJ7mnZ3KALgCTRvxNB4JLFP6tSxp4rvARtxOGTRI9Cc50v23pFPViJ+/D5RSj7CKyBF45Sx+sbk2ZpsXp+bium6w6JpKl1U+IpI9vqLdSmRuaTyXWPhzcVhWFjEvyoUVxV1QeistjRgUFI+ciKMhHUPpztW1MUMDaRAWF+K54ZV3YOxKGtMFDhnCU/QHqriWejwec4A3O273YlAIjboAAAAASUVORK5CYII=); }

.scs-linkedin-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADmSURBVEiJ7dExSkNBFIXhTxG7WFipCBaWVlaCO0ghNoKuwMLC0nW4gLiKNNbu4Al2dqK9iqAgxsIphtH4QrwJBOeHYebeO5wzw6FS+W+c4RlXWJqm8SMGaR1GCs+3zJu0v+Mm0riNDo6wFS280DI/SftGuttgEwfZnfM062Idd7jEy18eNsjWcertFf0dPBS9e+z+JtyW8ShcYLXoraGPlUjjuaIelv8yTidpfI1tLPrK/jWbdcfQx88Z7/uecU4vmz0NE4748W1RN9m5M0njj6J+G0UkwngsZso4hJn6cYhxpVIJ4xPmSy0fFFajggAAAABJRU5ErkJggg==); }

.bucket .scs-linkedin-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAA4ElEQVRIie2SOwrCQBCGvxGx09pCsLC0slK8gYWdoCewsLAUvIUX8Aj2XkCwNIWdnWewEMGR4AohJObBGpDs1yw7zP7/PBaHo3Ss1AA0CmteAwBTm9qVDLlnm8ZJ1IEZ0H03bY9qgtLCnG0R8XM9oANMAjkbozMCWsAV2AO33FWGdjw34XEo3tcIgOE37Sw7jivuGBM/AE2bxpIhd/lTYxHpiUhNRIK797te2zQOmw5U9aSqD1Xdicg2zbukXx3pFbpfTAGfu5dGxMaonwFTn3tRxrn4K2MrlG/UDofDDsALlShntC4qq0oAAAAASUVORK5CYII=); }

.scs-pinterest-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAFtSURBVEiJ7dSxS1VxGMbxjwpXM0kDC3JoMCFwUByjXALHhpb2RgMn1/6FFmlucqhFwUkQJJR0kmbBSog71NCN1PSadht+78XLAdHuPbchzgOH95z39/B+Oe/7nkOhQoW4j9f4jF+oYA0z6GkHsAtz+I0adrCEVRxFbht38wa/jOJf8AgdDWe38DbOP6I/L+hkFK1gOHKdGU8fyuF7nhf4TRR8Fs+zqOJVxvcifFt5gcvSIl2Pqz7Trxnf08j/uKhgtl3naRD7Uqsn0B35DxnfScRSXuC9gJVw2JBfzfhuR8x2omnwOq7giTS/08ivZHwPIr6/ZN0LNYpv0ic1Js2xhhsNnhGp1TVp1rlpIIpPN4AfxtlNbEZu19kO5Kr5AJxK834ndaMmLeC9dkDhU0AeY1Fq7wmWMd4u6LWAHqM3ck219bJbXdediBv4GffVfwEeirjQDKwVTUk/h6utFvrbN/4u/UQOWgUXKvT/6Q8C6lOntDxCgQAAAABJRU5ErkJggg==); }

.bucket .scs-pinterest-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABJElEQVRIie2Uv0oEMRCHvznFPeTwXyFoqYKChVgeYqG9ha9g7xvca/oc2iicCJHViczGuJvEtZH8YNlMdjJfZrIZqqqqgAsXEXAPTP+iQCsxYCjgeFSqjQ/cANIOP032gu+bY3EvTdADhU08WO2Z8VkMBZQUqgazazq2iHi460z2aJKe9EewHRHZ/uFb+9ylxsoCO+cegfMel7eceClAf3ZrwPz7j9z1C44mqtXMDSxFpPG2iFwlMKJKKrWInBrzxIwfzPjI+Cefda80q602eFDOa123G8w3ZaSIzJ0d6lzz0vIPbcADbiPQM9NQRtWGgawroLEdLBWadY+BQ5P5i76X1mGgYX0p6zoB+yWQmHIzflXgrJhYCH7SpvH8W3BV1T8T8A7K/jb0gvJD8AAAAABJRU5ErkJggg==); }

.scs-rss-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAF4SURBVEiJ7dU/SJVRGMfxj1ciIaEloiG8g4OLm0NNERQE0ugm7QZO4ejgYEO0Bw0FYjS6JLY1CCqKOORSQ1igiAhSNohR14Z7Lve5r1eE6/su8v7gcN7ze857vs/5856XUqUum7rOiW+jJ9WbWMQCdgrOy0mb8hfzuFMkeO8M+AlqeI9qEeCrGMAwJvG5TQKHeFwEPKtBzDm9/BN5QsbxFA/UD1nUPXzPJPAsL3Ac9Cfeoj/Eb2JJ68yH8wDXnN7TY0yjO/XpwXKI/8Lti4LHMIutNgksoDf1u4UfITZzUXBDXbiP1Qx8XnPmD4P/D0N5waGCFxn4VIh/CP5cnuCGXgbAkeYlMhT8P7jRKaBPPfMveIPrye/GRoC8Cu98Df5op+BPWpc1Ah4Ffx9Xkv88+K87Bf/OgNdDrKL+l2rE7iZ/JHjLZw1cOQe8lmmvhucaVkJ7INXfgtfx91zFR+zineYeNzSOg1SeJO+a+lV6oHWFSpUqVYz+A/hIhQFxV5q1AAAAAElFTkSuQmCC); }

.bucket .scs-rss-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABKUlEQVRIie2UsUoDQRCGv70gSRHQQkSIGMEijV0KrSSgEAiW6awDCaQSSwsLLcResBHE2msi1nkOIa8SJbqHw7AJx+0eFu4Px7D/7M03s3csUVH/S59KwABolH4IGiwFHP4JOBPQLINdBVpAD7haAT8LSl3U1A9wAKQO+GVI9hgYASdATTYBHDvgF0GojsJPwL7NLcKWY08vOFgUvwEqFl5z5Hd82UPgZQn8Hahb+LbKPftOnB2pAToO+JuY/FTl2r5TywYS4E4Brvn95hPhp95gRwP3Cp5dIm3lbxZl7apC69avKP9BNCf986ITLvmvvtVV5pr1b4X3WAY4UeaR9fuuzVpJoY5+NDfGvIp1y8ZZnpdXgo0xe2q9obZMZSM2fuQBR0VFhRHwBa0GBB8uBziNAAAAAElFTkSuQmCC); }

.scs-flickr-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAEOSURBVEiJ7dK9SgNBFIbhJ2oTMCpi4Q2otQFB/AGvxp/KTluvJFUa7dTCztpW0yqKjZcQdIVY5IibkF3cXSyEfWHYmXPOfN/snKGmpqbmD7jAoOI4zxKfyjG+Q1Lh4ElolGIDz4r/6Su2ypquxHcJNwVML7E4plGIBKcxb+AYHzmGCc78tG8f72WM0w+kFbE9vE0wfcFm1LSMPszSxn3spOLLuDX5amE39lQyfsR6rOexHfNpnODIsA0iNxfzNp7KGnfCbFyog2aqrhmx74O2I74Q8dIcGr26Ae6xijU8jOX6OKhiOIuu7Ff8GSMr3w2NwvRyRH87elniMznG14b9a+TU5DHAVcm9NTU1/4AvZiiKXRPR3VIAAAAASUVORK5CYII=); }

.bucket .scs-flickr-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAA1klEQVRIie2UTQrCMBBGX+qq4B/iFaprC26sXkdd68Ib6C1cudFLRgJTCNIGM+2ii7xVmPDm6yShJBKJhBbT5llrbR+naoxpzMgCwrWH0Eu0JANvrRJgpz20QsRlbDSwELfQTOzMmzQwEaGZOEfVO/EavYGJW/6XywT4+AVVsMh7CQ6F1+/i8Psl2ok34s+AStYjb99IrQKmopedgl2YuH6jJ5B7E+au5u2XUp9rg+vG55bLXAHrlr2T50czBl6BOw3iXOnRyCB/mY8eQu9deyQSiYECfAGv5t4zFzv77QAAAABJRU5ErkJggg==); }

.cke_dialog_contents_body input[type="checkbox"],
.cke_dialog_contents_body input[type="radio"] {
  position: unset;
  width: unset;
  height: unset;
  overflow: unset;
  margin: unset;
  padding: unset;
  border: unset;
  clip: unset; }

.cke_dialog_contents_body input[type="checkbox"] ~ label,
.cke_dialog_contents_body input[type="radio"] ~ label {
  display: unset;
  overflow: unset;
  padding-left: unset;
  letter-spacing: unset; }

.uw-animation.scs-sectionlayout > .scs-container-styles,
.uw-animation.scs-componentgroup > .scs-container-styles {
  overflow: visible; }

@media screen and (max-width: 767px) {
  .uw-animation .scs-col,
  .uw-animation .scs-inner-row,
  .uw-animation .scs-component-container {
    float: none !important; } }

@media screen and (min-width: 65rem) {
  #results {
    -webkit-flex: 1 1 70%;
            flex: 1 1 70%;
    padding-left: 3em; } }

.section {
  background-image: linear-gradient(to bottom, #f3f1eb 0, rgba(243, 241, 235, 0) 100%);
  height: auto;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 3rem 0;
  position: relative;
  width: 100vw;
  /* p:last-of-type {
    margin-bottom: 0;
  } */ }
  .section.section--clean {
    background-image: none; }
  .section.section--collapse {
    min-height: 0; }
  .section.section--pb0 {
    padding-bottom: 1rem; }
  .section .layout--sidebar-left .layout__sidebar,
  .section .layout--sidebar-both .layout__sidebar {
    margin-bottom: 1rem; }
  .section .layout--sidebar-right .layout__sidebar,
  .section .layout--sidebar-both .layout__sidebar {
    margin-bottom: 0;
    margin-top: 1rem; }
  .section .layout__sidebar-empty {
    display: none; }

.section--clean {
  padding-top: 0; }

@media screen and (min-width: 65rem) {
  .section {
    background-image: linear-gradient(to bottom, #f3f1eb 0, rgba(243, 241, 235, 0) 250px); }
    .section.section--collapse .sidebar {
      position: absolute; }
    .section .layout--sidebar-left .layout__sidebar,
    .section .layout--sidebar-right .layout__sidebar,
    .section .layout--sidebar-both .layout__sidebar {
      margin-bottom: 0;
      margin-top: 0;
      position: relative; }
    .section .layout__sidebar-empty {
      display: block; } }

.uw-columns-1 > .scs-component-container {
  -webkit-flex-basis: 100%;
          flex-basis: 100%; }

@media screen and (min-width: 40rem) {
  .uw-columns-2 > .scs-component-container {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; } }

@media screen and (min-width: 40rem) {
  .uw-columns-3 > .scs-component-container {
    -webkit-flex-basis: 33.333%;
            flex-basis: 33.333%;
    max-width: 33.333%; } }

@media screen and (min-width: 40rem) {
  .uw-columns-4 > .scs-component-container {
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%; } }

@media screen and (min-width: 40rem) {
  .uw-columns-5 > .scs-component-container {
    -webkit-flex-basis: 20%;
            flex-basis: 20%;
    max-width: 20%; } }

.uw-columns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin: 0 -.4rem; }
  .uw-columns > .scs-component-container,
  .uw-columns > .scs-component-container.scs-sectionlayout,
  .uw-columns > .scs-component-container.scs-componentgroup {
    padding: .4rem; }
  @media screen and (min-width: 40rem) {
    .uw-columns .scs-component-container:last-of-type .bucket {
      margin-right: .75em; } }
  @media screen and (min-width: 40rem) {
    .uw-columns .scs-component-container:first-of-type .bucket {
      margin-left: .75em; } }
  @media screen and (min-width: 40rem) {
    .uw-columns {
      -webkit-flex-flow: row wrap;
              flex-flow: row wrap; } }

.about-page .container {
  margin: 10em auto; }
  .about-page .container .ind-board-container img {
    width: 100%; }

@media screen and (min-width: 60em) {
  .about-page .flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center; }
    .about-page .flex-container .half-half {
      -webkit-flex: 0 0 46%;
              flex: 0 0 46%; }
  .about-page .boards-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
    .about-page .boards-container .ind-board-container {
      -webkit-flex: 0 0 32%;
              flex: 0 0 32%; }
  .about-page .team-members__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
    .about-page .team-members__container .team-member {
      -webkit-flex: 0 0 20%;
              flex: 0 0 20%; } }



.sr-only-skipnav {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
  border-radius: 4px;
  transition: top 0.3s;
}

.sr-only-skipnav:focus {
  top: 10px;
  color: #fff !important;
} 
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0); }
  
.showhide .showhide__wrapper {
  overflow: hidden;
  position: relative;
  transition: max-height .25s ease; }

.showhide .showhide__wrapper::after {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: opacity .25s ease-in-out; }

.showhide.showhide--visible .showhide__wrapper::after {
  opacity: 0;
  content: normal; }

.showhide .showhide__trigger {
  color: rgb(58,133,179);
  color: var(--color-blue--boston);
  margin-top: 1rem; }
  .showhide .showhide__trigger:focus {
    outline-color: rgb(58,133,179);
    outline-color: var(--color-blue--boston);
    outline-offset: 7px; }
  .showhide .showhide__trigger:hover {
    color: rgb(0,63,92);
    color: var(--color-blue--imperial); }

.button--icon[data-v-11865776]::after {
  height: 0 !important;
}


/*# sourceMappingURL=http://localhost:5050/css/nasem.css.map*/