@charset "UTF-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
	overflow-x: hidden;
}



body, h2, h3 {
    font-family: 'lato', helvetica, sans-serif;
   
}
h1 {
    font-family: 'merriweather', serif;
}
/*Section Title*/
h2 {
  
font-weight: 900;
font-size: 36px;
color: #000000;
}
h3 {
    font-weight: 700;
}
a, .text-link {
    color: #3f6b97;
    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%;
}

.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;
}
/*accordion*/
	
.accordion {
    background-color: #c7dae3;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid #fff;
    outline: none;
    transition: 0.4s;
    font-weight: 700 !important;
}
.accordion:after {
    font-family: 'Line Awesome Free';
    content: '\f107'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
button.active:after {
    font-family: 'Line Awesome Free';
    content: "\f106" /* Unicode character for "minus" sign (-) */
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.active, .accordion:hover {
    background-color: #ccc;
}
p.small {
    font-size: .8rem !important;
}
/*back to top button*/
#mytopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1041;
    border: none;
    outline: none;
    background-color: #fff;
    color: #131313;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}
#mytopBtn:hover {
    background-color: #efefef; /* Add a dark-grey background on hover */
}
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: #161616 !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: 3.875rem;
  font-weight: 900;

}
	
/*YouTube video modals*/
.uk-modal {
    z-index: 1044;
    background: rgba(0,0,0,.9);
}
.uk-modal-dialog {
    max-width: 600px;
	
}

header {
    min-height: 100vh;
    color: #fff;
}
strong {
    font-weight: 900;
}
.tooltip-hover {
    border-bottom: 1px dotted ;
    cursor: help;
}
.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: #060606 url('images/bg-start.jpg') no-repeat bottom;
	background-size: cover;
	padding-top: 100px;
    padding-bottom: 350px;
    min-height: 100vh;
	justify-content: center;
	display: flex;
	flex-direction: column;
	
}
#overview p {
    color: #fff;
    font-weight: 100;
}
#overview h2 {
    font-family: 'merriweather', serif;
    color: #fff
}
#section1 {
    padding: 0;
    padding-top: 100px;
}
.body-section h2 {
    font-weight: 900;
    font-size: 2.5rem;
    ;
    margin-bottom: 2rem;
    color: #333;
}
.body-section ul, .modal-body ul {
    font-style: normal;
    font-size: 1.2rem;
}
.body-section li {
    margin-bottom: 1.1rem;
}
.body-section h4 {
    font-weight: 900;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.body-section .bg-light {
    background: #F3F1EB !important;
}
.body-section p {
    padding-bottom: 1rem;
}
.info-box {
    background: rgba(164,119,14,0.20);
    padding: 2rem;
}
.info-box h5 {
    text-transform: uppercase;
    font-size: 1rem;
    color: #A4770E;
    margin-bottom: 1.5rem;
}
.info-box dd {
    margin-bottom: 1rem;
}
#section1 {
    min-height: 100vh;
    background: url("images/bg-section1.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
#section2 {
    min-height: 100vh;
    background: url("images/bg-section2.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
#section3 {
    min-height: 100vh;
    background: url("images/bg-section3.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
#section4 {
    min-height: 100vh;
    background: url("images/bg-section4.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
#section5 {
    min-height: 100vh;
    background: url("images/bg-section5.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#section6 {
    min-height: 100vh;
    background: url("images/bg-section6.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
/*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;
}
.uk-light .uk-label {
  background: none;
  color: #fff;
	padding: 0;
}
@media (max-width: 767px) {
.uk-light .uk-label {
  background: none;
  color: #fff;
  padding: 0px 16px;
}
header, #reflections.go {
    animation: none;
}
header h1 {
    font-weight: 900;
    font-size: 2.5rem;
    padding: 1rem;
}
	header p {
		 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;
}


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 > .uk-active > a {
  color: #fff;
  border-color: #1e87f0;
  background: #333;

}
/*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 {
	color: #FFF;
font-family: Merriweather;
font-size: 1.5625rem;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 2.34375rem */
}
.bg-color-neutral {
	background: #F3F1EB
}