@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body, h2, h3 {
  font-family: 'lato', helvetica, sans-serif;
}

header {
	padding: 100px 0;
}
h1 {
  font-family: 'merriweather', serif;
}
/*Section Title*/
h2 {
  font-weight: 900;
  font-size: 36px;
  color: #000000;
}
h3 {
  font-weight: 700;
}
a, .text-link {
  color: #4148C2;
  cursor: pointer;
}
a:hover, .text-link:hover {
  color: #7899F2;
  cursor: pointer;
}
.text-link-white {
  color: #efefef;
  cursor: pointer;
  border-bottom: 1px dotted #efefef;
}
.text-link-white:hover {
  border-bottom: 1px solid #efefef;
  opacity: .8;
  color: white;
}
.text-small {
  font-size: .8rem;
}
.js div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('/images/30.gif') no-repeat center center;
}
html {
  height: 100%;
}

/*Navbar*/
.uk-container-expand {
	width: 100%;
}
.uk-navbar {
  display: flex;
  position: relative;
  padding: 0rem 1rem !important;
}
.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-size: .8rem;
  font-family: 'lato', sans-serif;
  text-decoration: none;
}
.uk-navbar-nav > li.uk-active > a {
  color: #7899F2;
	
	font-weight: 700
}
.nav {
  position: absolute;
  top: 0px;
  z-index: 99;
  left: 0;
  right: 0;
}
.nasemid {
  max-height: 60px;
  transition: all .5s;
}
.nasemid.small {
  max-height: 40px;
}
.fixed-top {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 900 !important
}
.text-sm {
  font-size: 14px;
}

p.small {
  font-size: .8rem !important;
}

p, li {
  font-size: 1.1rem;
  line-height: 1.65;
}
.ol-outer {
  background: #E5EEF2;
  padding: 1rem;
  margin-bottom: 3rem;
}
ol li {
  border-bottom: 1px solid #fff;
  font-size: 1.1rem;
  padding: .5rem;
}
ol li:last-of-type {
  border-bottom: none;
  font-size: 1.1rem;
}
.bg-dark {
  background: #0e0149 !important;
}
.bg-light {
  background: rgba(255, 255, 255, 0.87);
}
.bg-light-gradient {
  background: linear-gradient(180deg, #F3F1EB 0%, white 100%)
}
.bg-sectionnav {
  background: rgba(27, 81, 78, .90);
}
.bg-dark .nav-link {
  color: #fff !important
}
#pagenav ul {
  list-style: none;
  display: flex;
  justify-content: space-around
}
#pagenav li {
  margin-bottom: 0;
}
#pagenav a {
  color: #fff;
}
@media (max-width: 600px) {
  #pagenav ul {
    overflow-x: scroll;
    padding-left: 8rem;
  }
}
.nav-link {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nav-link.active {
  border-bottom: 2px solid #F8F9FA;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: .5rem;
  }
  .showonmobile {
    display: none;
  }
}
@media (max-width: 991px) {
  #pagenav, .hideonmobile {
    display: none;
  }
  #dropdownMenuButton {
    padding: 0px;
    font-size: .9rem;
    color: white;
  }
}
/*read more*/
.readmore {
  position: relative;
  max-height: 330px;
  overflow: hidden;
  background: #e8e5df;
  border: solid 1px #e3e1e7;
  padding: 1rem;
  margin-bottom: 50px;
  transition: max-height 0.15s ease-out;
  padding-bottom: 3rem;
  border-radius: 7px;
}
.readmore.expand {
  max-height: 5000px !important;
  transition: max-height 0.35s ease-in-out;
}
.readmore-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 120px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 16px;
  padding-top: 60px;
  background-image: linear-gradient(to bottom, rgba(230, 227, 218, 0.63), #e6e3da);
  cursor: pointer;
  padding-bottom: 1rem;
}
.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top: 10px;
  height: 20px;
}
.readmore-link:after {
  content: "READ MORE";
}
.readmore-link.expand:after {
  content: "";
}
/*Site specific styles*/
header h1 {
  font-size: 3rem;
  font-weight: 900;
}
header h2 {
  font-size: 24px;
	font-weight: 700;
}
header p {
  font-size: 16px;
  margin-top: 2rem;
}

.uk-modal {
  z-index: 1044;
  background: rgba(0, 0, 0, .9);
}

.uk-modal-title {
  text-transform: uppercase;
  font-size: 1.6rem;
}
.uk-list-bullet > ::before {
  content: "";
  display: list-item;
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url("images/bullet-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-switcher {
  margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  padding: 0;
  list-style: none;
  background: #fff;
  padding: 2rem;
  margin-top: -17px;
}
.uk-text-lead {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000;
}
.uk-card-title {
  font-size: 1.25rem;
  line-height: 1.4;
}
#recommendations .uk-card-default .uk-card-title {
  color: #b9b3e2;
  font-size: 1.25rem;
}
#recommendations .uk-card-default {
	color: #fff;
}
.uk-card-hover {
	cursor: pointer;
}
header {
  min-height: 100vh;
}
strong {
  font-weight: 700;
}
.tooltip-hover {
  border-bottom: 1px dotted;
  cursor: help;
  color: #4148c2;
}
.tooltip-hover-white {
  border-bottom: 1px dotted #efefef;
  cursor: help;
  color: #efefef;
}
section {
  padding: 100px 50px;
}
.sectionlink {
  width: 100%;
  text-align: center;
}
.sectionlink a {
  color: #fff;
  font-size: 32px;
}
#overview {
  background: linear-gradient(180deg, rgba(218, 237, 255, 0.00) 0%, #D8EBFD 98.08%, #D8EBFD 142.17%);
  color: #333;
  padding-top: 100px;
  min-height: 100vh;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#overview p {
  font-weight: 100;
}
/*previous*/
/*Figure Container*/
figure {
  max-width: 900px;
  text-align: center;
  background: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
  position: relative;
  padding-top: 2rem;
}
figure img {
  display: block;
}
figcaption {
  padding: 1rem;
  font-weight: 400;
  max-width: 100%;
  position: relative;
  text-align: left;
  background: #efefef;
  font-size: 1rem;
}
span.figtext {
  max-width: 80%
}
span.larger {
  position: absolute;
  right: 1rem;
  top: .5rem;
}
.button:hover {
  cursor: pointer;
}
.modal-lg {
  max-width: 800px !important;
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.bg-clear {
  background: transparent !important;
}
header .uk-label {
  background: none;
  color: #333;
  padding: 0;
}
@media (max-width: 767px) {
  header .uk-label {
    background: none;
    color: #333;
    padding: 0px 16px;
  }
  header, #reflections.go {
    animation: none;
  }
  header h1 {
    font-weight: 900;
    font-size: 2.5rem;
    padding: 1rem;
  }
	
  header p, header h2 {
    padding: 1rem;
  }
  .nav-link {
    font-size: .7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff !important
  }
  .container {
    max-width: 750px;
  }
  .slide-caption {
    font-size: 2vw;
  }
  .uk-overlay {
    padding: 15px;
  }
}
.bigger {
  font-size: 1.5rem;
}
#more {
  background: #fff;
}
.figlabel {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 2;
  color: #666;
  font-size: .7rem;
}
.body-section .sectionlink a {
  color: #000;
}
.body-section h3 {
  font-weight: 900;
  font-family: 'merriweather', serif;
  font-size: 1.1rem;
  line-height: 2;
}
.body-section li {
  font-size: 1rem;
}
.bg-gray {
  background-color: #e8e5df;
}
.modal-body table ul li {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.col-md-full {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
@media (max-width: 1199px) {
  .col-md-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
span.nav-item:hover {
  cursor: pointer;
}
em {}
.link-tooltip {
  border-bottom: 1px dotted blue;
}
.link-tooltip:hover {
  cursor: help;
}
.h5, h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.las.la-angle-down {
  background: rgba(255, 255, 255, 0.70);
  padding: 1rem;
  margin-top: 1rem;
}
.disclaimer {
  background: rgba(0, 0, 0, .1);
  padding: 2rem;
  font-size: .9rem;
}
.uk-modal-body .disclaimer {
  background: rgb(212, 222, 241);
  padding: 2rem;
  font-size: 1rem;
  margin-top: 2rem !important;
	font-style: italic;
}
footer {
  min-height: 140px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.uk-light {
  color: #fff !important;
}
.label {
  display: block;
  font-size: .7rem;
  margin-bottom: 1rem;
}
.uk-tab > * > a {
  display: flex;
  align-items: center;
  column-gap: .25em;
  justify-content: center;
  padding: 5px 10px;
  color: #4148c2;
  border-bottom: 1px solid transparent;
  font-size: .875rem;
  text-transform: uppercase;
  transition: color .1s ease-in-out;
}
.uk-tab > .uk-active > a {
  color: #4148C2;
  border-color: #0e0149 !important;
  font-weight: 900;
  background: #0e0149;
  color: #fff;
}
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #4148C2;
  overflow: hidden;
}
/*share tools*/
.social-share-dark .social-share--title {
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1rem;
  margin-right: .6rem;
  text-transform: uppercase;
}
.social-share-dark {
  -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: #fff;
  justify-content: right;
  -webkit-justify-content: right;
}
.social-share-dark svg {
  height: 24px;
  margin: 0 .1rem;
}
.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;
}
.uk-lead {
  font-family: Merriweather;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.34375rem */
}
.bg-color-neutral {
  background: #F3F1EB
}
#keyfacts, #recommendations {
  background: linear-gradient(180deg, rgba(243, 241, 235, 0.00) 5.73%, #F3F1EB 98.44%);
}
#keyfacts p, #recommendations p {
  font-weight: 100;
}

.bg-color-white {
  background: #fff;
}



