/*	html {
		scroll-behavior: smooth;
	}*/
html {
  overflow-x: hidden;
  color: #000;
}
body, h2, h3, h4, h5, h6 {
  font-family: 'lato', helvetica, sans-serif;
}
h1 {
  font-family: 'merriweather', serif;
  font-weight: 400;
}
/*Section Title*/
h2 {
 
  font-size: 3rem;
  color: #000000;
}
h3 {
  font-weight: 700;
}
a {
  color: #645D8C;
}
a:hover {
  color: #000000
}
.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 {
  font-family: 'lato', sans-serif;
  color: #3b3b3b;
}
.uk-navbar-nav > li.uk-active > a {
  color: #3b3b3b;
}
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: 'lato', sans-serif;
    color: #3b3b3b;
    text-decoration: none;
    font-size: calc(10px + 2*((100vw - 320px) / 680));
    letter-spacing: 1px;
}
.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 .uk-label {
  background: none;
  color: #BDA8D0;
  padding: 0;
}
/*#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;
}
h1 {
  font-size: 4rem;
  font-weight: 400;
}
/*Body styles*/
p, ul li, ol li {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.75;
}
em {
  color: inherit !important;
}
strong {
  font-weight: 900;
}

.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;
}
#start {
  background: url("images/bg-intro.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  min-height: 100vh;
 
}
#overview {
background: url(images/bg-circles.svg) no-repeat bottom right;
  
  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;
}

	
#keyfacts {

background: url(images/bg-circles2.svg) no-repeat top left, #f5f5f5;
 
  
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 2rem;
}
#keyfacts .uk-text-meta {
    color: #fff !important;
}
#keyfacts p.text-label {
    color: #087191;
    font-size: .9rem;
}
#keyfacts .uk-card strong {
    color: #4148c2;
    font-weight: 900;
}
#keyfacts .uk-card {
    background: #fff;
    border-top: none;
    box-shadow: 1px 1px #e3e3e3;
    height: 100%;
}
#keyfacts .uk-card p, #keyfacts .uk-card li {
    font-size: 1.1rem;
	text-align: left;
	color: #333;
}
#keyfacts .tooltip {
    cursor: help;
    color: #7C2629;
    border-bottom: 1px dotted #7C2629;
}

#keyfacts .uk-card img {
  
  max-height: 135px;
}

.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: #645D8C;
  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;
}

.uk-card p {
  font-size: 1rem;
}
.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: 100px;
  padding-bottom: 100px;
}
#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;
  border-bottom: 1px solid;
  margin-top: 1rem;
	display: block;
}
#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-title {
  display: block;
  font-size: 1.1rem;
  line-height: 1.4;
  /* color: #4148C2; */
  overflow: hidden;
  /* font-weight: 700; */
}

.uk-accordion-content {background: #f5f5f5;/* padding: 3rem; *//* 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
}
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #4148C2;
  line-height: 1.5;
  font-size: .875rem;
  color: #fff;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}
#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: 1.1rem;
  }
     #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: 'lato', 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;
        }
.uk-card-title {
	color: #4148C2 !important;
	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: Lato;
font-weight: 900;
line-height: 50px;
word-wrap: break-word
}
