/*	html {
		scroll-behavior: smooth;
	}*/
html {
  overflow-x: hidden;
  color: #000;
}
body, h2, h3 {
  font-family: 'lato', helvetica, sans-serif;
}
h1 {
  font-family: 'merriweather', serif;
}
h1.hdr-subpage {
  font-size: 3rem;
}
/*Section Title*/
h2 {
  font-weight: 700;
  font-size: 32px;
  
  margin-bottom: 2rem;
  font-family: 'lato', sans-serif
}

h3 {
  font-weight: 700;
  font-size: 1.2rem;
}
a {
  color: #4148C2;
}
a:hover {
  color: #141313
}
.link-text-small {
  color: #4148C2;
  font-size: 14px;
}
.uk-logo .nasemid {
	max-height: 50px;
	transition: all 1s;
}
.uk-sticky-fixed .uk-logo .nasemid {
	max-height: 40px;
}
.uk-sticky-fixed .uk-navbar {
  display: flex;
  position: relative;
  padding: 0rem 1rem !important;
  height: 80px;
}
.nav {
  position: absolute;
  top: 0px;
  z-index: 99;
  left: 0;
  right: 0;
}
.uk-navbar {
  display: flex;
  position: relative;
  padding: 0rem 1rem !important;
}
.uk-light .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 1)
}
.uk-sticky-placeholder {
  height: 0 !important;
}
.uk-label, .uk-light .uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #69598b;
  line-height: 1.5;
  font-size: .775rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}
.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 {
  height: 100vh;
  min-height: 460px;
  transition: height 0.25s;
}
.uk-subnav-pill > * > :first-child {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.04);
}
.top-container {
  z-index: 2;
}

.subtitle-text {
  font-size: 1.2em;
  opacity: 0.7;
  font-weight: 300;
}
.logos-grid img {
  display: block;
  width: 60px;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: filter 0.25s;
}
.logos-grid img:hover {
  display: block;
  width: 60px;
  margin: 0 auto;
  filter: grayscale(0);
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*page specific styles*/
#hero {
  background: url("images/workshop-top-bg.jpg") no-repeat top left;
  background-size: cover;
}
.uk-background-secondary {
  background-color: #291753;
}
.background-light {
  background: #F3F1EB;
}
.breadcrumb-nav {
  position: relative;
  top: 96px;
  left: 0px;
  z-index: 999;
  width: 100%;
  height: 50px;
  padding-top: 10px;
}
.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;
}
.workshop-label {
  text-transform: uppercase;
  font-size: .8rem;
  padding-bottom: 1rem;
  line-height: 2rem;
}
h1 {
  font-size: 3.875rem;
  font-weight: 400;
}
p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.75;
}
.uk-slider-items .uk-text-small {
  font-weight: 400;
  font-size: .875rem;
  display: block;
  line-height: 1.4;
}
.uk-slider-items img {
  min-width: 140px;
  max-width: 140px;
}
.uk-dotnav > .uk-active > * {
  background-color: #4148C2;
  border-color: transparent;
}
.uk-slidenav {
  padding: 1px 10px;
  color: rgb(41, 4, 126);
  transition: color .1s ease-in-out;
  background: none;
}
.uk-slider-container-offset {
  margin: -10px -18px -39px -21px;
  margin-bottom: -39px;
  padding: 11px 25px 39px 25px;
}
em {
  color: inherit !important;
}
strong {
  font-weight: 700;
}
section {
  min-height: 50vh;
}
.text-light {
  color: #D0CBD6
}
.text-medium {
  color: #4148C2
}
#start {
  background: url("images/bg-intro.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  min-height: 100vh;
  padding: 50px;
}
span.attribution {
  display: block;
  font-size: .875rem;
  line-height: 1.4;
}
.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;
}
.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(0, 0, 0, 0.92);
}
.uk-light {
  color: #fff !important;
}
.uk-padding {
	padding: 20px;
}
.p-100 {
  padding: 100px;
}
.p-0 {
  padding: 0 !important;
  margin: 0 !important;
}
.p-1 {
  padding: .5rem
}
.p-2 {
  padding: 1rem
}
.p-3 {
  padding: 1.5rem
}
.p-4 {
  padding: 2rem
}
.p-5 {
  padding: 2.5rem;
}
/*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: #4148C2;
  font-size: .9rem;
}
.tooltip {
  cursor: help;
  color: #4148C2;
  border-bottom: 1px dotted #4148C2;
}
.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: 16px !important;
  font-weight: 400;
}
.uk-modal-dialog h2 {
  text-transform: none !important;
}
.uk-modal-title {
  font-size: 1.5rem;
  line-height: 1.3;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1rem;
}
.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-top: none !important;
}
ul li, ol li {
  padding-bottom: 1rem;
}
#session1, #session3, #session5, #session7, #closing, #resources {
  background: #F3F1EB;
  background: linear-gradient(180deg, #F3F1EB 0%, #FFF 100%);
}
#closing {
 
}
#session2, #session4, #session6, #session8 {
  background: #F3F1EB;
  background: linear-gradient(180deg, #F3F1EB 0%, #FFF 100%);
}
#resources {
  padding-top: 100px;
  padding-bottom: 100px;
 
}

#resources img {
  display: block;
  margin-bottom: 1rem;
}
#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;
}
.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 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.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: #fff;
  padding: 0;
  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;
}
/*slanted border*/
.gradient1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 100vw 0 0;
  border-color: #f3f1eb #D7DEF2 transparent transparent;
  transform: scale(1.0001);
}
.gradient2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 100vw 0 0;
  border-color: #D7DEF2 #F3F1EB transparent transparent;
  transform: scale(1.0001);
}
.lead-border-left {
  border-left: 10px solid #4148C2;
  padding-left: 1rem;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.bg-light {
  background: #fff;
}
.key-points {
  background: #E2E0DA;
  padding: 2rem;
}
.uk-section-large {
	padding-top: 70px;
	padding-bottom: 70px;
}
.section-header {
  background: #211147;
  padding-top: 4rem;
}
.section-header h1 {
  font-family: 'merriweather', serif;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
}
.session-left {
  padding-right: 6rem;
}
.bg-medium {
  background: #E2E0DA;
}
.uk-card {
  background: #fff;
  box-shadow: 1px 1px #e3e3e3;
  height: 100%;
  color: #000;
  padding: 0rem;
}
#overview .uk-card-body {
    padding: 60px 20px 0px 20px;
  }
.uk-card p {
  font-size: 1.1rem;
  padding: 1rem 1rem .5rem 1rem;
}
.uk-card p .attribution {
  margin-top: .25rem;
 color: #666
}
.uk-card-header {
  padding: 0px;
}
.uk-card-header img {
  height: auto;
  min-width: 162px;
}
#closing .uk-text-lead {
  color: #fff;
}
@media (max-width: 1024px) {
  h1.hdr-subpage {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  h1 {
    font-size: 2.875rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  .uk-width-2-3\@s {
    width: 100%;
  }
  .uk-card-body {
    display: flow-root;
    padding: 10px 10px;
  }
}
@media (max-width: 960px) {
  .info-block {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  #ws-intro svg {
    display: none;
  }
 
  .uk-width-1-3, .uk-width-2-3 {
    width: 100%;
  }
  .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: 1rem;
  }
  #start, #resources {
    min-height: 50vh;
    padding: 25px;
	padding-top: 100px;
    justify-content: center;
    display: flex;
  }
  #quote p {
    font-size: 1.3rem;
  }
  .info-block {
    margin-left: 0;
  }
  h1 {
    font-size: 2rem;
  }
  #start h2 {
    font-size: 1.5rem;
  }
  .session-left {
    padding-right: 2rem;
  }
  .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%;
  }
  #history [class*="uk-inline"] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    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;
    font-weight: 900;
  }
  .uk-width-2-3\@s {
    width: 100%;
  }
  .session-left {
    padding-right: 2rem;
  }
}

/*Resize video iframe to fit within lightbox*/

.uk-responsive-width {
  max-width: 85% !important;
  height: auto;
}

.hidden {
	display: none;
}

/*div[uk-lightbox]{
	padding-top: 1rem;
}
*/
p.uk-article-quote {
    font-size: 1.3rem;
   border-left: 4px solid #7899F2;
    padding: 1rem;
    font-style: italic;
}
