
/*
		########### FONTS ###########
*/

/**
 * @license
 * MyFonts Webfont Build ID 3698480, 2019-01-15T17:04:11-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FreeSet-Light by ParaType
 * URL: https://www.myfonts.com/fonts/paratype/free-set/pt-free-set-light/
 * 
 * Webfont: FreeSet-DemiBold by ParaType
 * URL: https://www.myfonts.com/fonts/paratype/free-set/pt-free-set-demi-bold/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3698480
 * Licensed pageviews: 100,000
 * Webfonts copyright: Copyright &#x00A9; 1992 ParaType Inc., ParaType Ltd. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work 
@import url("//hello.myfonts.net/count/386f30"); */

@font-face {
	font-family: 'FreeSet-Light';
	font-style: normal;
	font-display: swap;
	src: url('../fonts/386F30_0_0.eot');
	src: url('../fonts/386F30_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/386F30_0_0.woff2') format('woff2'),
		 url('../fonts/386F30_0_0.woff') format('woff'),
		 url('../fonts/386F30_0_0.ttf') format('truetype'),
		 url('../fonts/386F30_0_0.svg#wf') format('svg');
}

@font-face {
	font-family: 'FreeSet-DemiBold';
	font-style: normal;
	font-display: swap;
	src: url('../fonts/386F30_1_0.eot');
	src: url('../fonts/386F30_1_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/386F30_1_0.woff2') format('woff2'),
		 url('../fonts/386F30_1_0.woff') format('woff'),
		 url('../fonts/386F30_1_0.ttf') format('truetype'),
		 url('../fonts/386F30_1_0.svg#wf') format('svg');
}


html {
	height: 100%;
}

html.no-scroll {
	height: 100% !important;
	overflow: hidden;
}

body {
	height: 100%;
	display: flex;
	flex-direction: column;
	margin: 0;
	font-family: 'FreeSet-Light', sans-serif;
	font-size: 17px;
	-webkit-text-size-adjust: none;
    /*background: #18324c;*/
    background: #f4f4f4;
        
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: 300;
}



/*
		########### HEADER ###########
*/


header {
	flex-shrink: 0;
	position: absolute; /* form animation */
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
    padding: 0 35px 0 24px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	/*background: rgb(18,39,59);*/
	transition: all 0.7s ease-out 0.25s, background-color 0.6s ease-out 0.45s;
	z-index: 1000;
}

header:after {
	content: "";
	display: block;
	clear: both;
}

header > .museum-logo {
	float: left;
	width: auto;
	height: 60px;
	box-sizing: border-box;
	padding: 10px 0;
}

header > .museum-logo > img {
	min-width: 253px;
	height: 100%;
}

header > .burger-container {
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	float: right;
	cursor: pointer;
	transform: rotate(0deg);
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	
	/* Based on burger/burger-bar size, for extra right padding space */
	margin-right: -16px;
}

header > .burger-container > .burger {
	position: relative;
	top: 50%;
	display: block;
	width: 23px;
	height: 8px;
	margin: -4px auto 0;
}

header > .burger-container > .burger > .burger-bar {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}

header > .burger-container > .burger > .burger-top-bar {
	transform: translateY(0px) rotate(0deg);
}

header > .burger-container > .burger > .burger-bottom-bar {
	transform: translateY(6px) rotate(0deg);
}

header > .search-container {
	display: none;
	/*display: inline-block;*/
	width: 38px;
	min-width: 38px;
	height: 60px;
	float: right;
	text-align: center;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

header > .search-container > a {
	display: block;
	width: 100%;
	height: 100%;
	color: rgba(255, 255, 255, .1);
	outline: 0;
}

header > .search-container > a > img {
	width: 18px;
	height: 18px;
	margin: 21px 0;
	outline: 0;
}

header > nav.main-menu {
	position: relative;
	display: block;
	clear: both;
	padding: 0;
}

header > nav.main-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 1.125rem;
}

header > nav.main-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

header > nav.main-menu > ul.level-one {
	padding: 30px 7% 50px 7%;
}

header > nav.main-menu > ul.level-one > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	opacity: 0;
	transform: scale(1.15) translateY(0px);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

header > nav.main-menu > ul.level-one > li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	overflow: hidden;
}

ul.level-one .plus-container {
	position: relative;
	width: 16px;
	height: 16px;
	float: right;
	transition: transform .4s;
}

 ul.level-one .plus-container:before {
   transform: rotate(90deg);
 }
 
 ul.level-one .plus-container:after {
   transform: rotate(0deg);
 }
 
 ul.level-one .plus-container:before,
 ul.level-one .plus-container:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 8px;
	width: 16px;
	height: 1px;
	background: rgba(255, 255, 255, .3);
 }

ul.level-one .plus-rotated {   
	transform: rotate(45deg);
}

header > nav.main-menu  ul.level-two {
	padding: 0 0 0 20px;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
}

header > nav.main-menu ul.level-two > li > a {
	display: block;
	padding: 6px 0;
	margin: 7px 0;
	color: #cccccc;
	font-size: 1.125rem;
}

header > nav.main-menu ul.level-two > li:last-child > a {
	margin-bottom: 35px;
}

header > nav.main-menu > ul > li:nth-child(1) {
	transition-delay: 0.56s;
}

header > nav.main-menu > ul > li:nth-child(2) {
	transition-delay: 0.49s;
}

header > nav.main-menu > ul > li:nth-child(3) {
	transition-delay: 0.42s;
}

header > nav.main-menu > ul > li:nth-child(4) {
	transition-delay: 0.35s;
}

header > nav.main-menu > ul > li:nth-child(5) {
	transition-delay: 0.28s;
}

header > nav.main-menu > ul > li:nth-child(6) {
	transition-delay: 0.21s;
}

header > nav.main-menu > ul > li:nth-child(7) {
	transition-delay: 0.14s;
}

header > nav.main-menu > ul > li:nth-child(8) {
	transition-delay: 0.07s;
}

header.menu-opened {
	position: fixed;
	height: 100%;
	background: rgb(100,100,100);
	overflow-y: auto !important;
	transition: all .3s ease-in .25s, background-color .2s ease-in .25s;
}

header.menu-opened > .burger-container {
	transform: rotate(90deg);
}

header.menu-opened > .burger-container > .burger > .burger-bar {
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}

header.menu-opened > .burger-container > .burger > .burger-top-bar {
	transform: translateY(4px) rotate(45deg);
}

header.menu-opened > .burger-container > .burger > .burger-bottom-bar {
	transform: translateY(3px) rotate(-45deg);
}

header.menu-opened > nav.main-menu > ul > li {
	transform: scale(1) translateY(0px);
	opacity: 1;
}

header.menu-opened > nav.main-menu > ul > li:nth-child(1) {
	transition-delay: 0.27s;
}

header.menu-opened > nav.main-menu > ul > li:nth-child(2) {
	transition-delay: 0.34s;
}

header.menu-opened > nav.main-menu > ul > li:nth-child(3) {
	transition-delay: 0.41s;
}

header.menu-opened > nav.main-menu > ul > li:nth-child(4) {
	transition-delay: 0.48s;
}

header.menu-opened > nav.main-menu > ul > li:nth-child(5) {
	transition-delay: 0.55s;
}

header.menu-opened > nav.main-menu > ul > li:nth-child(6) {
	transition-delay: 0.62s;
}

header.menu-opened > nav.main-menu > ul > li:nth-child(7) {
	transition-delay: 0.69s;
}

header.menu-opened > nav.main-menu > ul > li:nth-child(8) {
	transition-delay: 0.76s;
}

.level-two {
	max-height: 0px;
}

.submenu-opened {
	/*max-height: 305px;*/
}


@media all and (max-width: 440px) {
	header > .museum-logo > img {
		min-width: 0;
		width: 240px;
		max-width: 240px;
	}
}


@media all and (max-width: 370px) {
	header > .museum-logo > img {
		min-width: 0;
		width: 210px;
		max-width: 210px;
	}
}


@media all and (max-width: 340px) {
	header > .museum-logo > img {
		min-width: 0;
		width: 195px;
		max-width: 195px;
	}
    header {
        padding: 0 20px 0 20px;
    }
}


@media all and (min-width: 1200px) {
	header {
		position: relative;
		display: flex;
		max-width: 1300px;    /*max*/
		flex-direction: row;
		overflow: visible;
		margin: 0 auto;
	}
	
	header.menu-opened {
		position: relative;
		height: 60px;
		overflow-y: visible !important;
		transition-property: none;
	}
	
	header > .burger-container {
		display: none;
	}
	/*
	header > .search-container {
		display: inline-block;
		order: 1;
		padding: 22px 0 21px 0;
		box-sizing: border-box;		
		margin-left: 14px;
        opacity: 0; 
	}*/
    /* For drop down menu not exiting from window */
	
	header > .search-container > a {
		padding: 0;
	}
	
	header > .search-container > a > img {
		margin: 0;
		width: 17px;
		height: 17px;
	}
	
	header > nav.main-menu {
		width: 100%
	}

	header > nav.main-menu a {
		transition: color .3s ease;
	}
	
	header > nav.main-menu a:hover {
		color: #b4bbc5;
	}

	header > nav.main-menu ul {
		
	}

	header > nav.main-menu > ul.level-one {
		display: flex;
		height: 100%;
		justify-content: flex-end;
		align-items: center;
		padding: 0;
	}
	
	header > nav.main-menu > ul.level-one > li {
		position: relative;
		display: inline;
		opacity: 1;
		border: 0;
		margin: 0 0 0 25px;
		transform: none;
		transition-property: none;
		transition: opacity 0.8s linear;
	}
	
	header > nav.main-menu > ul.level-one > li:first-child {
		margin-left: 0;
	}

	header > nav.main-menu > ul.level-one > li > a {
		display: inline;
		width: 100%;
		height: 100%;
		padding: 0;
		font-size: 1rem;
		white-space: nowrap;
	}
	
	ul.level-one .plus-container {
		display: none;
	}
	
	header > nav.main-menu  ul.level-two {
		position: absolute;
		top: 40px;
		left: 0;
		display: none;
		max-height: none !important;
		padding: 0;
		white-space: nowrap;
		background: rgba(242 ,242 ,242, 1);   /*max*/
		transition-property: none;
		z-index: 2;
		overflow: visible;
	}
	
	header > nav.main-menu  ul.level-two:before {
		content: "";
		position: absolute;
		top: -8px;
		left: 8px;
		display: block;
		width: 0;
		height: 0;
		border-right: 8px solid transparent;
		border-bottom: 8px solid rgba(242, 242, 242, 1); /*max*/
		border-left: 8px solid transparent;
		z-index: 2;
	}
	
	/* To fill the gap between navigation link and dropdown menu to maintain hover state */
	header > nav.main-menu  ul.level-two:after {
		content: "";
		position: absolute;
		top: -24px;
		left: 0px;
		display: block;
		width: 100%;
		height: 24px;
		background: transparent;
		max-height: 280px;
	}
	
	header > nav.main-menu > ul.level-one > li > a:hover + ul.level-two,
	header > nav.main-menu  ul.level-two:hover {
		display: block;
	}
	
	header > nav.main-menu ul.level-two > li {
		
	}

	header > nav.main-menu ul.level-two > li > a {
		display: block;
		padding: 10px 18px 10px 14px;
		color: #141414;   /*max*/
		font-size: 1rem;
		margin: 0;
		transition: background .3s ease;
	}

	header > nav.main-menu ul.level-two > li:last-child > a {
		margin-bottom: 0px;
	}
	
	header > nav.main-menu ul.level-two > li > a:hover {
		background: #dddddd;  /*max*/
	}
}

@media all and (min-width: 1380px) {
	header {
		padding: 0;
	}
}



/*
		########### INFO BOX ###########
*/


.info-box {
	position: fixed;
	right: 20px;
	bottom: 20px;
	left: 20px;
	padding: 25px 40px 25px 30px;
	z-index: 50;
	background-color: #ffe15d;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}

.info-box > .close-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 18px;
    margin: 7px;
	cursor: pointer;
	background-image: url(../media/images/website/close--black.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
}

.info-box > p {
	padding: 0;
	margin-bottom: 13px;
	color: #141414;
	font-family: 'FreeSet-Light', sans-serif;
}

.info-box > p:last-child {
	margin-bottom: 0;
}

.info-box > p:last-child {
	margin: 0 0 10px 0;
}

.info-box > p > a {
	color: #141414;
	text-decoration: underline;
}

.info-bar {
	position: fixed;
	right: 20px;
	bottom: 20px;
	left: 20px;
	padding: 10px 20px 10px 30px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	z-index: 50;
	background-color: #ffe15d;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	display: none;
	transition: opacity .3s linear;
}

.info-bar > .open-btn {
	cursor: pointer;
	padding: 10px;
	background-image: url(../media/images/website/expand--black.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70%;
}

.info-bar > span {
	color: #141414;
	font-family: 'FreeSet-Light', sans-serif;
}


@media all and (min-width: 500px) {
	.info-box {
		width: 340px;	/* Old value: 323 */
		left: auto;
	}
	
	.info-bar {
		width: 340px;	/* Old value: 323 */
		left:auto;
	}
}




/*
		########### CONTENT ###########
*/


.content {
	position: relative;
	top: -60px;
	flex: 1 0 auto;
	width: 100%;
	max-width: 1700px; /*max*/
	margin: 60px 0 0;
	overflow: hidden;
}


@media all and (min-width: 1200px) {
	.content {
		margin: 0 auto;
	}
}




/*
		########### FOOTER ###########
*/


footer {
	position: relative;
	top: -60px;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 1440px;     /*max*/
	padding: 3rem 2rem 1rem 2rem;
	margin: 0 auto;
	height: auto;
}

.footer-content {
	align-self: center;
	overflow: hidden;
	display: flex;
	align-content: center;	
}

.footer-content > div {
	display: flex;
	flex-direction: column;
}
/*
.footer-content > div:nth-child(1) {
	margin-right: 4.375rem;
}

.footer-content > div:nth-child(2) {
	margin-right: 6rem;
}

.footer-content > div:nth-child(3) {
	margin-right: 4.625rem;
}

.footer-content > div:last-child {
	clear: none;
}	
*/
.footer-content > div > h4 {
	margin: 0 0 1rem 0;
	color: #666666;
}

.footer-content > div > nav {
	display: block;
}

.footer-content > div > nav > a {
	display: inline-block;
	margin: 0 1rem 0.8rem 0;
	color: #555;
	text-decoration: none;
}

.footer-content > div > nav > a:last-child {
	margin: 0;
}

.footer-content > div > section {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.footer-content > div > form {
	display: flex;
	width: 14.5rem;
	height: 2.375rem;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 2px 0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	overflow: hidden;
	background: transparent;
}

.footer-content > div > form > input[type=text] {
	width: 100%;
	height: 100%;
	padding: 0px 10px 0px 17px;
    font-size: .9375rem;
	border: 0;
	background: transparent;
	font-family: 'FreeSet-Light', sans-serif;
	box-sizing: border-box;
}

.footer-content > div > form > input[type=text]:focus {
	outline: 0;
}

.footer-content > div > form > input[type=text]::placeholder {
	color: #a0a0a0;
	font-family: 'FreeSet-Light', sans-serif;
}

.footer-content > div > form > input[type=text]:-ms-input-placeholder {		/* IE 10-11 */
	color: #a0a0a0;
	font-family: 'FreeSet-Light', sans-serif;
}

.footer-content > div > form > input[type=text]:-ms-input-placeholder {		/* Edge */
	color: #a0a0a0;
	font-family: 'FreeSet-Light', sans-serif;
}

.footer-content > div > form > input[type=submit] {
	width: 30px;
	height: 100%;
	padding: 4px 0;
    margin-right: 10px;
	border: 0;
	background: transparent url(../media/images/website/arrow-right--gray.svg) no-repeat center center;
	cursor: pointer;
}

.footer-copyright {
	display: block;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	text-align: left;
	float: left;
}

.footer-copyright > p {
	margin: 0;
	color: #999999;
	font-size: .8125rem;
}

.footer-content > div > nav > a {
	transition: color .3s ease;
}

.footer-content > div > nav > a:hover {
	color: #999;
}

.footer-content > div > nav > a.disabled {
	color: #999;
}

.footer-content > div > nav > a.disabled:hover {
	color: #999;
}


@media all and (min-width: 990px) {	
	.footer-copyright {
		padding: 0;
		margin: 0;
		text-align: right;
	}
	
	.footer-content > div {
		width: 100%;
		
	}
	
	.footer-content > div > nav > a {
		display: inline-block;
		margin: 0 1rem 0 0;
		text-decoration: none;
	}
	
}