html {
  overflow-x: hidden;
  color: #000;
}
body, h2, h3, h4, h5, h6 {
  font-family: 'merriweather', serif;
}
h1 {
  font-family: 'merriweather', serif;
  font-weight: 100;
  font-size: 4rem;
}
/*Section Title*/
h2 {
  font-family: 'merriweather', serif;
  font-size: 2rem;
  color: #000000;
}
#sessions h2 {
  border-left: 5px solid #4148C2;
  padding-left: 1rem;
}
h3 {
  font-weight: 400;
}
a {
  color: #645D8C;
}
a:hover {
  color: #000000
}
/*Body styles*/
p, ul li, ol li {
  font-size: 1rem;
  line-height: 1.75;
}
em {
  color: inherit !important;
}
strong {
  font-weight: 900;
}
/***********************************************************************************************/
/* Back to top Button */
/***********************************************************************************************/
.go-top {
  position: fixed;
  bottom: 8em;
  right: 2em;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 1em;
  display: none;
}
.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.link-text-small {
  color: #645D8C;
  font-size: 14px;
}
.uk-navbar {
  display: flex;
  position: relative;
  padding: 0rem 1rem !important;
}
.nav {
  position: absolute;
  top: 0px;
  z-index: 99;
  left: 0;
  right: 0;
  background: #211147;
}
.uk-navbar-nav > li > a, .uk-nav > li > a {
  font-family: 'merriweather sans', sans-serif;
  text-transform: none;
}
.uk-navbar-nav > li.uk-active > a {
  color: #fff !important;
}
li.uk-active a span {
  border-bottom: 1px solid #333;
}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: .25em;
  box-sizing: border-box;
  min-height: 80px;
  font-family: 'merriweather sans', sans-serif;
  text-decoration: none;
  font-size: calc(10px + 2*((100vw - 320px) / 680));
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .8) !important;
}
.uk-sticky-placeholder {
  height: 0 !important;
}
.uk-logo .nasemid {
  max-height: 80px;
  transition: all 1s;
}
.uk-sticky-fixed .uk-logo .nasemid {
  max-height: 60px;
}
.uk-sticky-fixed .uk-navbar {
  display: flex;
  position: relative;
  padding: 0rem 1rem !important;
  height: 80px;
}

/*#start styles*/
.top-wrap::before, .overlay-wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.top-wrap-height {
  min-height: 460px;
  transition: height 0.25s;
}
.top-container {
  z-index: 2;
}
.subtitle-text {
  font-size: 1.2em;
  opacity: 0.7;
  font-weight: 300;
}
.text-light {
  color: #D0CBD6
}
.text-medium {
  color: #645D8C
}
.uk-background-secondary, .uk-section-secondary {
  background-color: #211147;
}
.uk-button-primary {
  background-color: #211147;
  color: #fff;
  border: 1px solid transparent;
}
.uk-button-primary:hover {
  background-color: #4B2B97;
  color: #fff;
  border: 1px solid transparent;
}
section#session1, section#session3, section#session5, section#session7, #closing {
  background: #ecedf3;
}
#overview {
  overflow: hidden;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#context1 {
  background: #F3EEF8;
}
#context1 ul {
  min-width: 100%;
  max-width: 800px;
}
#context1 .p-0 {
  padding: 0 !important;
  margin: 0 !important;
}
#context1 .text-medium {
  color: #333;
}
#context1 .uk-panel p {
  font-size: 1.1rem;
  font-weight: 400;
}
#context1 .text-small {
  font-size: .9rem;
  font-weight: 100;
}
.uk-slider-container.slider-offset {
  margin-right: -200px;
  margin-left: 2rem;
}
.pull-quote {
  background: #1A353E;
  padding: 2rem;
  color: #FFF;
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 189%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.info-block {
  background: #D0CBD6;
  padding: 2rem;
  margin: 0 0 1rem 2rem;
  color: #000;
}
.info-stat-big {
  font-size: 3rem;
  color: #4148C2;
  font-weight: 900;
}
#quote {
  background: #211747;
  color: #fff;
  min-height: 60vh;
  padding-bottom: 50px;
}
#quote p {
  font-size: 1.75rem;
}
#context {
  /*   background: url("images/bg-section2.jpg") no-repeat bottom center;*/
  background-size: contain;
  overflow: hidden;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
#recommendations {
  /*<!--background: url('images/context2-bg.svg') no-repeat;-->*/
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
.btn-recc {
  padding: 1.5rem;
  border: 1px solid #fff;
  font-size: 1rem;
  font-weight: 100;
  color: #fff;
  height: 100%;
  background: transparent;
  transition: all 1s;
}
.btn-recc:hover {
  transform: scale(1.05);
  background: rgba(0, 0, 0, .3)
}
.btn-recc i {
  color: #D0CBD6;
  display: block;
  margin-bottom: 1rem;
}
.uk-overlay-default {
  background: rgba(33, 17, 71, 0.94);
}
.uk-light {
  color: #fff !important;
}
/*card slider styles*/
.uk-panel p {
  font-size: 1.1rem;
  font-weight: 400;
}
.text-small {
  font-size: .9rem;
  font-weight: 100;
}
.uk-text-meta {
  color: #fff !important;
}
p.text-label {
  color: #645D8C;
  font-size: .9rem;
}
#context1 .uk-card {
  background: #EFE9F3;
  border-top: none;
  box-shadow: 1px 1px #e3e3e3;
  height: 100%;
}
#context1 a.uk-card {
  display: block;
  width: 100%;
  height: 100%;
  color: #4148C2;
}
#context1 a.uk-card:hover {
  cursor: pointer !important;
  opacity: .75
}
#context2 {
  background: #EAE5EE;
}
.tooltip {
  cursor: help;
  color: #645D8C;
  border-bottom: 1px dotted #645D8C;
}
.uk-modal-dialog {
  width: 75%;
  max-width: 800px;
  font-size: 18px !important;
  font-weight: 400;
  padding: 6rem !important;
}
.uk-modal-dialog, .uk-modal-dialog p {
  font-size: 18px !important;
  font-weight: 400;
}
.uk-modal-dialog h2 {
  text-transform: none !important;
  border-left: 10px solid #4148C2;
  padding-left: 1rem;
}
.uk-modal-title {
  font-size: 1.5rem;
  line-height: 1.3;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1rem;
}
ul li, ol li {
  padding-bottom: 1rem;
}
#history .uk-card {
  min-height: 215px;
  text-transform: uppercase;
  font-size: 14px;
  color: #645D8C
}
#resources {
  padding-top: 50px;
  padding-bottom: 50px;
}
#resources ul li > a {
  font-family: 'Merriweather Sans', sans-serif;
}
#sponsors {
  padding-top: 50px;
  background: #F3F1EB;
  padding-bottom: 50px;
}
#sponsors p {
  font-size: 1rem;
}
#share {
  display: flex;
  flex-direction: row;
  justify-content: right;
  min-width: 300px;
}
#share span {
  display: block;
}
#share svg {
  max-width: 30px;
  fill: none !important
}
.social-share--networks {
  cursor: pointer;
  min-width: 300px;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.social-share--networks a {
  width: 25px;
  margin: .5rem;
}
.social-share-light .social-share--title {
  color: #333;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1rem;
  margin-right: .6rem;
  text-transform: uppercase;
}
.social-share-light {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 230px;
  margin: 0 auto;
  color: #333;
}
.social-share-light svg {
  fill: #333;
  height: 30px;
  margin: 0 .1rem;
}
.bg-dark {
  background: #211147;
}
footer {
  min-height: 140px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.intro-text {
  background: rgba(3, 13, 20, 0.89);
}
.hidden-mobile {
  display: block
}
.visible-mobile {
  display: none;
}
.more {
  display: none;
}
button.read {
  border: none;
  background: none;
  color: #333;
  padding: 0;
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  font-size: 10px;
  font-family: 'merriweather sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1.50px;
  word-wrap: break-word
}
#box-sed:hover, #box-education:hover, #box-econ:hover, #box-health:hover {
  transform: scale(1.05);
  cursor: pointer;
}
#box-sed, #box-education, #box-health, #box-econ {
  transition: all 1s;
}
/*************************
	Border Effect Styles
**************************/
.element {
  position: relative;
  display: inline-block;
  width: 30rem;
  max-width: 100%;
  margin: 1rem;
  overflow: hidden;
}
.element img {
  opacity: 1;
  margin: 1rem;
}
.element::before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 4px solid #BDA8D0;
  border-left: 4px solid #BDA8D0;
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
}
.element::before {
  transform-origin: 0 0;
  transfor border-right: 0;
  border-bottom: 0;
  opacity: 0;
}
.element::after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #BDA8D0;
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
}
.element.uk-scrollspy-inview::before {
  transform: scale(.7);
  opacity: 1;
  animation: animate-top 1s ease-in-out forwards;
}
.element.uk-scrollspy-inview::after {
  transform: scale(1);
  opacity: 1;
  animation: animate-left 2s ease-in-out forwards;
}
@keyframes animate {
  0% {
    right: 100%;
  }
  100% {
    right: 50%;
  }
}
@keyframes animate-left {
  0% {
    left: 100%;
  }
  100% {
    left: 50%;
  }
}
@keyframes animate-top {
  0% {
    top: 10%;
  }
  100% {
    top: 0%;
  }
}
.reference-block {
  font-size: 14px;
  font-weight: 400;
  display: block;
  font-style: italic;
  color: #666;
}
.reference {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #666;
}
.uk-accordion {
  background: transparent;
  border-radius: 5px;
}
.uk-accordion li {
  padding: 1rem 1em 1em 0em;
  border-bottom: 1px solid #ccc;
  margin-right: 2em;
}
.uk-accordion li.uk-open a:first-child {
  font-weight: 400;
  color: #4148C2
}
.uk-accordion-title {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  /* color: #4148C2; */
  overflow: hidden;
  /* font-weight: 700; */
}
.uk-accordion-content { /* background: #f5f5f5; */ padding: 1rem 0rem 1rem 0rem; /* border-radius: 7px; */
}
.uk-accordion-content ul li {
  padding: 0px 0px 1rem 0px;
  font-size: 1.1rem;
}
.uk-accordion {
  padding: 0;
  list-style: none
}
.uk-accordion > :nth-child(n+2) {
  margin-top: 0px
}
#sessions .uk-label {
  background: none;
  color: #333;
  padding: 0;
  font-size: 14px;
  font-family: 'merriweather sans', sans-serif;
  font-weight: 400;
  text-transform: none;
  word-wrap: break-word;
  line-height: 2;
}
.uk-label {
font-weight: 400;
  display: inline-block;
  padding: 0;
  background: none;
  line-height: 2;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: none;
  font-family: 'merriweather sans', sans-serif;
}
#toggle-response .uk-panel {
  background: #f9b643;
  padding: 1rem;
}
#background1, #background2, #background3, #background4 {
  padding: 2rem;
  background: #efefef;
}
.uk-background-default {
  background: #F3F1EB;
}
/**/
.wrap {}
.wrap > * {
  display: block;
  margin: 0px;
  max-width: 100%;
}
.read-more {
  position: relative;
  color: #34495e;
  text-decoration: none;
  cursor: text;
}
.read-more .trigger {
  display: block;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  text-decoration: underline;
  font-size: .9rem;
}
.read-more .content {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  transition: max-height 500ms ease;
}
.read-more .content::before {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #F3F1EB 50%, #F3F1EB 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 166.8px;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.read-more.expanded .content {
  max-height: 56600px;
}
.read-more.expanded .content::before, .read-more.expanded .trigger {
  opacity: 0;
  visibility: hidden;
}
.uk-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #211147;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
#introduction {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#references p {
  padding-left: 36px text-indent: -36px;
  padding-left: 36px;
  text-indent: -36px;
}
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #80E0A7;
}
.uk-tab-left > * > a {
  justify-content: left;
  border-right: 2px solid transparent;
  border-bottom: none;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 2.875rem;
  }
  .uk-width-2-3\@s {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .info-block {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .element {
    position: relative;
    display: inline-block;
    width: 20rem;
    max-width: 100%;
    margin: 1rem;
    overflow: hidden;
  }
  .hidden-mobile {
    display: none;
  }
  .visible-mobile {
    display: block;
  }
  .intro-text {
    background: rgba(3, 13, 20, .79);
  }
  .top-wrap::before, .overlay-wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    background-color: transparent;
  }
  p, ul li, ol li {
    font-weight: 400;
    font-size: inherit;
  }
  #keyfacts ul {
    min-width: 100%;
    max-width: 100%;
    margin-top: 3rem !important;
  }
  #overview, #introduction, #reccs, #resources {
    min-height: 50vh;
    padding: 25px;
  }
  #start {
    min-height: 50vh;
    padding: 150px 25px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .uk-column-1-2 {
    column-count: 1;
  }
  #reccs .uk-grid {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .btn-recc {
    padding: 1.5rem;
    border: 1px solid #fff;
    font-size: 1rem;
    font-weight: 100;
    color: #fff;
    height: 65%;
    min-height: 50px;
    margin-bottom: 1rem;
  }
  .rec-row2 {
    margin-top: 10px;
  }
  [class*="uk-inline"] {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    max-width: 91%;
  }
  .uk-modal-dialog {
    width: 95%;
    padding: 2rem !important;
  }
}
@media (max-width: 500px) {
  .uk-child-width-1-2 > * {
    width: 100% !important;
  }
}
@media (max-height: 500px) {
  h1 {
    font-size: 2.875rem;
  }
  .uk-width-2-3\@s {
    width: 100%;
  }
  #start {
    padding-top: 150px;
  }
}
.uk-list-divider > :nth-child(n+2) {}
.uk-h3 {
  font-family: 'merriweather sans', sans-serif;
  font-size: 1.75rem;
}
.background-section {
  height: 550px;
  max-height: 550px;
  background-image: url('images/dividerimg-1.jpg');
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.background-overlay {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background-content {
  color: #fff;
  text-align: center;
}
.divider2 .background-section {
  height: 550px;
  max-height: 550px;
  background-image: url('images/dividerimg-2.jpg');
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.divider2 .background-overlay {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider2 .background-content {
  color: #fff;
  text-align: center;
}
#recommendations .uk-card-default {
  background: #1e0558;
  color: #fff;
  height: 100%;
}
#recommendations a:hover {
  text-decoration: none;
  opacity: .75;
  color: #211147
}
.recnumber {
  color: rgba(248, 247, 251, 0.14);
  font-size: 36px;
  font-family: merriweather sans;
  font-weight: 900;
  line-height: 50px;
  word-wrap: break-word
}
.text-offset {
  border-top: 7px solid #4148C2;
  color: #000;
  font-size: 16px;
  padding-top: 1rem;
  font-weight: 400;
  word-wrap: break-word
}
/*fix lightbox video placement*/
.uk-lightbox-items > * {
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 15%;
  left: 10%;
  display: none;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, .7);
  will-change: transform, opacity;
  max-width: 80%;
}
.key-points {
  background: #e1e3ec;
  padding: 2rem;
}
blockquote {
  margin-top: 4rem;
}
blockquote p.quote, .quote {
  font-size: 1.5rem;
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  word-wrap: break-word
}
/*quote cards*/
.uk-thumbnail img {
  max-width: 50px;
}
.uk-card-body .quote {
  font-size: 1.1rem;
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  word-wrap: break-word;
  color: #333;
}
.title {
  color: #2e2e37;
  font-size: 14px !important;
  font-family: 'merriweather sans', sans-serif;
  font-weight: 425;
  line-height: 22.40px;
  letter-spacing: 0.14px;
  word-wrap: break-word
}
blockquote p.attribution, .attribution {
  color: #2E2E37;
  font-size: 14px !important;
  font-family: 'merriweather sans', sans-serif;
  font-weight: 300;
  line-height: 22.40px;
  letter-spacing: 0.14px;
  word-wrap: break-word
}
blockquote.text-small p.quote {
  font-size: 1rem;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  line-height: 1.75;
  word-wrap: break-word
}
.uk-card-title h3 {
  font-size: 22.50px;
  font-family: 'Merriweather';
  font-weight: 400;
  line-height: 31.50px;
  letter-spacing: 0.23px;
  word-wrap: break-word
}
.uk-card-footer a {
  font-size: 14px;
  font-family: 'merriweather sans', sans-serif
}
.uk-card-footer {
  border: none !important;
}
.uk-card-footer a, .uk-card-footer > i {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.uk-navbar-dropdown.uk-drop.uk-open {
  min-width: 400px;
}
.section-header {
  
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #C9CFE0;
  padding-top: 50px;
}
.section-header h2 {
  font-family: 'futura-pt', sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
}
.section-header .uk-container {
  width: 100%;
}
/*fix slider nav on dark backgrounds*/
.uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, .6);
  border-color: transparent;
}
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: 0 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, .4);
  transition: .2s ease-in-out;
  transition-property: background-color, border-color;
}
.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: #fff;
}