@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li, ol {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline:none
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width:100%;
}
body{
	margin:0;
	padding:0;
	text-size-adjust: none ;
	-webkit-text-size-adjust:none;
	overflow-x:hidden;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #707070;
}
img {
	display:block;
	max-width:100%;
}
a{
	color: #707070;
	text-decoration:none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:hover{
	text-decoration:none;
}
strong{
	font-weight: 600;
}
p{
	font-size:18px;
	line-height: 1.1;
}
p:last-child{
	margin:0 !important;
}

/* Typography Start */
h1{
	font-size: 56px;
	font-family: 'Graphik-Bold';
}
h2{
	font-size: 18px;
	font-weight: 600;
}
/* Typography End */

/* Global CSS Start */
select,
input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
.only-mobile {
	display: none !important;
}
.lock-scroll {
    overflow: hidden;
}
.main-wrapper{
	width: 100%;
}
.container{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.content-wrap, .content-wrap .facetwp-template{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.w-100{
	width: 100%;
}
.text-center{
	text-align: center;
}
.cta-btn{
	background: #fff;
	color: #637270;
	text-transform: uppercase;
	padding: 12px 16px;
	display: inline-block;
	text-align: center;
	border: transparent solid 1px;
	font-size: 16px;
}
.cta-btn:hover{
	color: #fff;
	background: transparent;
	border: #fff solid 1px;
}
.cta-btn.primary {
    font-size: 18px;
    display: inline-block;
    background: #0061A8;
    padding: 12px 16px;
    color: #fff;
    border: 1px solid transparent;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.alm-load-more-btn {
	background: white;
}
.alm-load-more-btn.done {
	display: none;
}
.cta-btn-border, .alm-load-more-btn{
	font-size: 16px;
	color: #637270;
	text-transform: uppercase;
	padding: 12px 16px;
	display: inline-block;
	text-align: center;
	border: #89D1D8 solid 1px;
}
.cta-btn-border:hover, .alm-load-more-btn:hover{
	background: #89D1D8;
	color: #fff;
}
.bg-brand-orange{
	background: #E3A126;
}
.bg-brand-secondary{
	background: #879E45;
}
.bg-brand-primary{
	background: #0061A8;
}
.bg-brand-tertiary{
	background: #0F3B5C;
}
.bg-brand-grey{
	background: #EFEFEF;
}
.bg-brand-grey.blue h2,
.bg-brand-grey.blue .post > *,
.bg-brand-grey.blue .cta-btn,
.bg-brand-grey.blue .cta-btn:hover{
	color: #0F3A5B;
}
.bg-brand-grey.blue .cta-btn:hover{
	border-color: #0F3A5B;
}
.bg-white{
	background: #fff;
}
.timeline-section.bg-white h1,
.timeline-section.bg-white h2,
.timeline-section.bg-white h3,
.timeline-section.bg-white h4,
.timeline-section.bg-white p,
.timeline-section.bg-brand-grey h1,
.timeline-section.bg-brand-grey h2,
.timeline-section.bg-brand-grey h3,
.timeline-section.bg-brand-grey h4,
.timeline-section.bg-brand-grey p {
	color: #333;
}
.timeline-section.bg-white .slick-prev::before,
.timeline-section.bg-white .slick-next::before,
.timeline-section.bg-brand-grey .slick-prev::before,
.timeline-section.bg-brand-grey .slick-next::before {
	color: #333;
	filter: invert(1);
}
.bg-brand-grey .cta-btn,
.bg-white .cta-btn,
.program-link .cta-btn {
	border: 1px solid #0f3a5b;
}
.bg-brand-grey .cta-btn:hover,
.bg-white .cta-btn:hover {
	background: #0f3a5b;
}

.bg-brand-grey div h2 {
	color: #fff;
}

.bg-brand-grey div h2,
.bg-white div h2,
.bg-brand-grey.benifits-section .content-block h3,
.bg-white.benifits-section .content-block h3 {
	color: #0f3a5b;
}
.bg-brand-orange article.post h1,
.bg-brand-grey article.post h1,
.bg-white article.post h1 {
	color: #0f3a5b;
}
.bg-brand-grey.benifits-section .content-block p,
.bg-white.benifits-section .content-block p,
.bg-brand-grey article.post p,
.bg-white article.post p {
	color: #707070
}

.bg-brand-orange article.post p {
	color: #333;
}
.bg-brand-orange article.post .cta-text,
.bg-brand-grey article.post .cta-text,
.bg-white article.post .cta-text {
	color: #0f3a5b;
}
.bg-brand-orange article.post .cta-text:hover,
.bg-brand-grey article.post .cta-text:hover,
.bg-white article.post .cta-text:hover {
	color: #0f3a5b;
}
.cta-text{
	color: #fff;
	text-decoration: underline;
}

.benifits-section.bg-brand-grey .cta-btn {
	background: #0f3a5b;
	color: white;
}


.benifits-section.bg-brand-primary a:not(.cta-btn),
.benifits-section.bg-brand-secondary a:not(.cta-btn),
.benifits-section.bg-brand-tertiary a:not(.cta-btn) {
	color: white !important;
}
/* Global CSS End */

/*** Header CSS Start ***/
/*header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}*/
.notice{
	background: #E3A126;
	padding: 18px 0;
}
.notice p{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.notice p a{
	color: #fff;
	text-decoration: underline;
}
.ticket-bar{
	width: 100%;
	/*position: fixed;*/
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	left: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
}
.ticket-bar p{
	margin-bottom: 0;
}
.ticket-bar .buttons{
	font-size: 0;
}
.ticket-bar .donate-btn{
	padding: 18px 16px;
	color: #fff;
	font-size: 18px;
}
.ticket-bar .donate-btn:hover{
	background: #879E45;
}
.ticket-bar .buy-btn{
	font-size: 18px;
	display: inline-block;
	background: #879E45;
	padding: 18px 16px;
	color: #fff;
}

header{
	width: 100%;
	z-index: 6;
	position: absolute;
	left: 0;
}
.header-wrapper{
	background: rgba(43,43,43,.25);
}
.header-wrapper .container,
.ticket-bar .container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.header-wrapper .container {
	align-items: stretch;
}
.header-wrapper .logo{
	margin-bottom: -112px;
	margin-top: 50px;
}
.navbar{
	margin-left: auto;
}
.navbar ul li{
	display: inline-flex;
}
.navbar ul li:first-child{
	margin-left: 0;
}
.navbar ul li a{
	padding: 20px 24px;
	color: #fff;
	position: relative;
}
.navbar ul li a span{
	position: relative;
}
.navbar ul li a span:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0px;
	height: 1px;
	background: #E3A126;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.navbar ul li.active > a span:after,
.navbar ul li > a:hover span:after{
	width: 100%;
}
.navbar ul li.active {
	background-color: rgba(43,43,43,.25);
}
.navbar ul,
.navbar .search{
	display: block;
}
.navbar .dropdown {
	position: relative;
}
.navbar .dropdown ul {
	display: none;
	position: absolute;
	flex-direction: column;
	top: 61px;
	left: 0;
	background-color: rgba(43,43,43,.25);
	min-width: 220px;
}
.navbar .dropdown:hover ul {
	display: flex;
}
.navbar .dropdown ul li:hover {
	background-color: #0061A8;
}
.navbar .dropdown ul li > a:hover:after {
	width: 0%;
}
.header-wrapper .search{
	margin-left: 48px;
}
/*** Header CSS End ***/

/*** Footer CSS Start **/
footer{
	padding-top: 120px;
	z-index: 4;
	position: relative;
}
footer .content-wrap{
	justify-content: space-between;
}
footer .maps{
	max-width: 310px;
	width: 100%;
}
footer .maps iframe{
	width: 100%;
	height: 190px;
	float: left;
}
footer .location .view-map{
	color: #879E45;
	font-family: 'Graphik-Bold';
	font-size: 16px;
}
footer .location,
footer .company-time{
	max-width: 230px;
	width: 100%;
}
footer .location h2,
footer .company-time h2{
	color: #fff;
	font-family: 'Graphik-Bold';
	margin-bottom: 24px;
}
footer .location address,
footer .company-time{
	font-style: normal;
	color: #fff;
}
footer .location address{
	margin-bottom: 20px;
}
footer .company-time p{
	margin-bottom: 20px;
	font-size: 16px;
}
footer .location p {
	font-size: 16px;
}
.footer-top,
.footer-bottom{
	padding-bottom: 80px;
}
.footer-bottom .footer-menu{
	max-width: 250px;
	width: 100%;
	display: inline-block;
}
.footer-bottom .footer-menu ul{
	display: inline-block;
	vertical-align: top;
	max-width: 110px;
	width: 100%;
}
.footer-bottom .footer-menu ul li{
	margin-bottom: 4px;
}
.footer-bottom .footer-menu ul li a{
	color: #fff;
	text-decoration: underline;
	font-size: 16px;
}
.footer-bottom .footer-menu ul li a:hover{
	text-decoration: none;
}
.footer-block{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*-webkit-flex-flow: row wrap;
	flex-flow: row wrap;*/
}
.footer-bottom .newsletter{
	margin-left: 100px;
	width: 680px;
}
.footer-bottom .newsletter p{
	color: #fff;
	margin-bottom: 16px;
}
.footer-bottom .newsletter .form_label{
	display: block !important;
	color: #fff;
	padding: 20px 0 0 !important;
	width: 100% !important;
}
.footer-bottom .newsletter div.form_question.form_layout_table {
	display: block !important;
}
.footer-bottom .newsletter div.hidden {
	visibility: hidden;
    height: 0;
}
.footer-bottom .newsletter div.action {
	padding-top: 20px;
}
.footer-bottom .newsletter div.form_responses {
	padding: 5px 0 0 0 !important;
}
.footer-bottom .newsletter input{
	display: inline-block;
	vertical-align: middle;
}
.footer-bottom .newsletter input[type="text"],
.footer-bottom .newsletter input[type="email"]{
	width: 450px;
	border: 0;
	height: 44px;
	font-family: 'Work Sans', sans-serif;
	color: #637270;
	padding: 8px 16px;
}
.footer-bottom .newsletter button[type="button"],
.footer-bottom .newsletter input[type="submit"]{
	margin-left: 8px;
	border: 0;
	height: 44px;
	background: #fff;
	color: #637270;
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	padding: 8px 16px;
	cursor: pointer;
	border: transparent solid 1px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.footer-bottom .newsletter button[type="button"] {
	margin-left: 0;
}
.footer-bottom .newsletter button[type="button"]:hover,
.footer-bottom .newsletter input[type="submit"]:hover{
	border: #fff solid 1px;
	background: transparent;
	color: #fff;
}
.footer-social{
	margin-left: auto;
}
.footer-social a{
	display: inline-block;
	margin-left: 24px;
}
.footer-social a img{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.footer-social a:hover img{
	opacity: .7;
}
.copyright{
	padding: 16px 0;
	color: #fff;
	font-size: 16px;
}
/*** Footer CSS End **/

/*** Homepage CSS Start ***/
/*body.home{
	padding-bottom: 57px;
}*/
.home.banner{
	min-height: 800px;
}
.sub.banner{
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding-bottom: 0;
}
.sub.banner .content h1{
	margin-top: 250px;
}
.banner{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	position: relative;
	min-height: 440px;
	background-position: center;
	background-size: cover !important;
	padding-bottom: 180px;
	width: 100%;
}
.banner .content h1{
	color: #fff;
	margin-bottom: 48px;
	text-transform: uppercase;
}
.banner .content h1 span {
    font-size: 0.53571429em;
    display: block;
}
.banner:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}
.background-video-container {
	height: 100%;
	width: 100%;
	z-index: -1;
}
.background-video {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
video[poster] {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.image-section .content-wrap{
	padding-top: 48px;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.image-section .content p{
	margin-bottom: 40px;
}
.image-section.right .img-block{
	order: 12;
	max-width: 50%;
}
.image-section.right .content{
	max-width: 47%;
	padding-bottom: 32px;
}
.image-section.full-content .content-wrap{
	padding: 100px 0;
}
.image-section.full-content .content{
	max-width: 100%;
}
.image-section.full-content .content p{
	margin-bottom: 48px;
}
.image-section .content a:not(.cta-btn-border) {
	color: #0061A8;
	text-decoration: underline;
}
.image-section .img-block{
	max-width: 65%;
	width: 100%;
	margin-left: -100px;
	align-self: flex-end;
}
.image-section .content{
	max-width: 35%;
	width: 100%;
}
.image-section .content h2{
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
	font-weight: 400;
}
.image-section .content h2:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: #89D1D8 dashed 1px;
}
.image-section .content p{
	font-weight: 300;
	font-size: 40px;
}
blockquote{
	max-width: 1050px;
	width: 100%;
	background: #E3A126;
	padding: 56px 90px 56px 0;
	position: relative;
	margin-bottom: -60px;
}
blockquote.pullup {
	margin-bottom: 0;
}
blockquote.right{
	margin-left: auto;
	padding: 56px 0 56px 90px;
}
blockquote.right:before{
	right: -10000px;
	left: auto;
}
.blockquote-right{
	margin-right: calc(((100vw - 100%)/ 2) * -1);
	background: #E3A126;
	margin-left: 190px;
	padding-right: 20px;
}
.blockquote-right blockquote{
	margin-left: 0;
	padding: 56px 0 56px 90px;
}
.blockquote-right blockquote:before{
	display: none;
}
blockquote:before{
	content: '';
	position: absolute;
	top: 0;
	left: -10000px;
	width: 10000px;
	height: 100%;
	background: #E3A126;
}
blockquote p{
	font-size: 40px;
	font-family: 'Graphik';
	font-weight: 900;
	font-style: italic;
	color: #fff;
	margin-bottom: 40px;
}
blockquote cite{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	font-style: normal;
}
.bg-blockquote blockquote{
	margin-top: 80px;
	margin-bottom: -180px;
}
.bg-blockquote + section{
	padding-top: 180px;
}
.featured-content{
	min-height: 800px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	background-position: center;
	background-size: cover !important;
}
.down + section{
	padding-top: 250px;
}
.featured-content.down .content-box{
	margin-bottom: -156px;
}
.featured-content .content-box{
	max-width: 760px;
	width: 100%;
	background: #fff;
	padding: 56px 70px;
}
.featured-content .content-box h2{
	color: #0F3A5B;
	font-size: 30px;
	font-family: 'Graphik-Bold';
	margin-bottom: 16px;
	text-transform: uppercase;
}
.featured-content .content-box h2 span{
	display: block;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 24px;
}
.featured-content .content-box p{
	color: #0F3A5B;
	margin-bottom: 20px;
	line-height: 24px;
}
.featured-content .content-box p strong{
	font-weight: 700;
}
.featured-content .content-box .cta-btn-border{
	margin-right: 16px;
}
.programs-events{
	padding: 100px 0;
}
.programs-events h2{
	color: #fff;
	margin-bottom: 48px;
	text-transform: uppercase;
}
.article-slider{
	margin-bottom: 48px;
}
.article-slider .slick-list{
	margin: 0 -48px;
}
.article-slider .slick-prev,
.article-slider .slick-next{
	position: absolute;
	top: -68px;
	right: 0;
	cursor: pointer;
}
.article-slider .slick-prev{
	right: 48px;
	font-size: 0;
	background: url(../images/arrow-white-prev.svg) no-repeat;
	border: 0;
	width: 11px;
	height: 18px;
	padding: 0;
}
.article-slider .slick-next{
	font-size: 0;
	background: url(../images/arrow-white-next.svg) no-repeat;
	border: 0;
	width: 11px;
	height: 18px;
	padding: 0;
}

.slick-slide article.post{
	margin: 0 48px;
}
article.post figure{
	margin-bottom: 30px;
}
article.post figure img{
	width: 100%;
}
article.post h1{
	font-size: 30px;
	font-family: 'Graphik-Bold';
	color: #fff;
	margin-bottom: 8px;
	text-transform: uppercase;
}
article.post p{
	color: #fff;
	margin-bottom: 20px;
}
.instagram-feed{
	padding-top: 100px;
	padding-bottom: 1px;
}
.instagram-feed .content-box h2{
	color: #0F3A5B;
	font-size: 30px;
	font-family: 'Graphik-Bold';
	margin-bottom: 16px;
	text-transform: uppercase;
}
.instagram-feed .content-box h2 span{
	display: block;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.instagram-feed .content-box p{
	color: #0F3A5B;
}
.instagram-feed .content-box{
	margin-bottom: 60px;
}
.instas-feed-box{
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 35px;
    margin-bottom: 35px;
}
.ajax-load-more-wrap {
	margin-bottom: 120px;
}
.instas-feed-box .insta-box{
	width: 100%;
}
.instas-feed-box .insta-box img{
	width: 100%;
}
/*** Homepage CSS End ***/

/*** Visit Page CSS Start ***/
.admission-section{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.admission-section .img-block{
	max-width: 50%;
	width: 100%;
	min-height: 730px;
	background-size: cover !important;
}
.content-area{
	max-width: 620px;
	width: 100%;
	padding: 100px 0 0 100px;
}
.content-area h2{
	font-size: 30px;
	color: #fff;
	font-family: 'Graphik-Bold';
	margin-bottom: 60px;
}
.admission-section .content-area .cta-btn{
	margin-right: 10px;
}
.list-point{
	margin-bottom: 60px;
}
.list-point ul li{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 24px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.list-point ul li span {
	display: inline-flex;
}
.list-point ul li span b{
	color: #E3A126;
	font-weight: 700;
	margin-left: 16px;
	max-width: 270px;
	display: inline-block;
}
.faq-section{
	padding: 100px 0;
}
.faq-section h2{
	font-size: 30px;
	font-family: 'Graphik-Bold';
	color: #0F3A5B;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.faq-section h2 span{
	font-size: 18px;
	display: block;
	margin-bottom: 24px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}
.faq-section .item{
	border-bottom: #89D1D8 dashed 2px;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.faq-section .item:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.faq-section .item .content{
	padding-top: 24px;
	padding-right: 40px;
}
.faq-section h3 a{
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #0061A8;
}
.faq-section h3 a:before{
	content: "+";
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	font-weight: 700;
	color: #0061A8;
	opacity: 1;
	visibility: visible;
}
.faq-section h3 a.active:before{
	opacity: 0;
	visibility: hidden;
}
.faq-section h3 a.active:after{
	content: "-";
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	font-weight: 700;
	color: #0061A8;
}
.faq-section .content{
	overflow: hidden;
	display: none;
}
.faq-section .accordion {
	margin-top: 60px;
}
.faq-section .accordion:not(:last-of-type) {
	margin-bottom: 60px;
}
.faq-section .accordion .item h3 {
	text-transform: uppercase;
}
.faq-section .accordion .item p {
	margin-bottom: 16px;
}
.faq-section .accordion .item .content a {
	color: #0061A8;
	text-decoration: underline;
}

.faq-section .accordion .item ul,
.faq-section .accordion .item ol {
	padding-left: 20px;
}
.faq-section .accordion .item ul li {
	list-style-type: disc;
}
.faq-section .accordion .item ol li {
	list-style-type: decimal;
}
.faq-section .accordion-footnote {
	margin-top: 32px !important;
	font-size: 15px;
}
.faq-section + .faq-section {
	padding-top: 0;
}
.faq-section + .faq-section .container {
	margin-top: 0;
	border-top: 1px solid #999999;
	padding-top: 100px;
}
.faq-section.bg-brand-primary h2,
.faq-section.bg-brand-primary h3 a,
.faq-section.bg-brand-primary p,
.faq-section.bg-brand-primary a,
.faq-section.bg-brand-primary blockquote,
.faq-section.bg-brand-primary figcaption,
.faq-section.bg-brand-primary ul li,
.faq-section.bg-brand-primary ol li,
.faq-section.bg-brand-primary h3 a.active::after,
.faq-section.bg-brand-primary h3 a::after,
.faq-section.bg-brand-primary h3 a::before,
.faq-section.bg-brand-secondary h2,
.faq-section.bg-brand-secondary h3 a,
.faq-section.bg-brand-secondary p,
.faq-section.bg-brand-secondary a,
.faq-section.bg-brand-secondary blockquote,
.faq-section.bg-brand-secondary figcaption,
.faq-section.bg-brand-secondary ul li,
.faq-section.bg-brand-secondary ol li,
.faq-section.bg-brand-secondary h3 a.active::after,
.faq-section.bg-brand-secondary h3 a::after,
.faq-section.bg-brand-secondary h3 a::before,
.faq-section.bg-brand-tertiary h2,
.faq-section.bg-brand-tertiary h3 a,
.faq-section.bg-brand-tertiary p,
.faq-section.bg-brand-tertiary a,
.faq-section.bg-brand-tertiary blockquote,
.faq-section.bg-brand-tertiary figcaption,
.faq-section.bg-brand-tertiary ul li,
.faq-section.bg-brand-tertiary ol li,
.faq-section.bg-brand-tertiary h3 a.active::after,
.faq-section.bg-brand-tertiary h3 a::after,
.faq-section.bg-brand-tertiary h3 a::before,
.faq-section.bg-brand-primary .accordion .item h2,
.faq-section.bg-brand-primary .accordion .item h3,
.faq-section.bg-brand-primary .accordion .item h4,
.faq-section.bg-brand-primary .accordion .item h5,
.faq-section.bg-brand-secondary .accordion .item h2,
.faq-section.bg-brand-secondary .accordion .item h3,
.faq-section.bg-brand-secondary .accordion .item h4,
.faq-section.bg-brand-secondary .accordion .item h5,
.faq-section.bg-brand-tertiary .accordion .item h2,
.faq-section.bg-brand-tertiary .accordion .item h3,
.faq-section.bg-brand-tertiary .accordion .item h4,
.faq-section.bg-brand-tertiary .accordion .item h5 {
	color: white !important;
}
.faq-section.bg-brand-primary .accordion .item .content h1,
.faq-section.bg-brand-primary .accordion .item .content h2,
.faq-section.bg-brand-primary .accordion .item .content h3,
.faq-section.bg-brand-primary .accordion .item .content h4,
.faq-section.bg-brand-primary .accordion .item .content h5,
.faq-section.bg-brand-primary .accordion .item .content h6,
.faq-section.bg-brand-secondary .accordion .item .content h1,
.faq-section.bg-brand-secondary .accordion .item .content h2,
.faq-section.bg-brand-secondary .accordion .item .content h3,
.faq-section.bg-brand-secondary .accordion .item .content h4,
.faq-section.bg-brand-secondary .accordion .item .content h5,
.faq-section.bg-brand-secondary .accordion .item .content h6,
.faq-section.bg-brand-tertiary .accordion .item .content h1,
.faq-section.bg-brand-tertiary .accordion .item .content h2,
.faq-section.bg-brand-tertiary .accordion .item .content h3,
.faq-section.bg-brand-tertiary .accordion .item .content h4,
.faq-section.bg-brand-tertiary .accordion .item .content h5,
.faq-section.bg-brand-tertiary .accordion .item .content h6 {
	font-weight: bold;
	margin-bottom: 16px;
}
.faq-section.bg-brand-primary .item ul,
.faq-section.bg-brand-primary .item ol,
.faq-section.bg-brand-secondary .item ul,
.faq-section.bg-brand-secondary .item ol,
.faq-section.bg-brand-tertiary .item ul,
.faq-section.bg-brand-tertiary .item ol {
	padding-left: 0;
}
.faq-section.bg-brand-primary .item ul li,
.faq-section.bg-brand-primary .item ol li,
.faq-section.bg-brand-secondary .item ul li,
.faq-section.bg-brand-secondary .item ol li,
.faq-section.bg-brand-tertiary .item ul li,
.faq-section.bg-brand-tertiary .item ol li {
	list-style: none;
	padding-bottom: 10px;
}
/*** Visit Page CSS End ***/

/*** About Page CSS Start ***/
.museum-goals{
	padding: 240px 0 100px 0;
}
.museum-goals h2{
	color: #fff;
	margin-bottom: 40px;
}
.museum-goals .content-wrap{
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 40px;
}
.museum-goals .box{
	max-width: calc((100% / 3) - 90px);
	width: 100%;
	position: relative;
}
.museum-goals .box:after{
	content: '';
	position: absolute;
	top: 0;
	right: -72px;
	width: 1px;
	height: 100%;
	border-right: dashed #fff 1px;
}
.museum-goals .box:last-child:after{
	display: none;
}
.museum-goals .box p{
	color: #fff;
	font-size: 22px;
	line-height: 28px;
}
.museum-goals .box p strong{
	text-transform: uppercase;
	color: #89D1D8;
}
.our-people{
	padding: 100px 0;
}
.our-people h2{
	color: #0F3B5C;
	margin-bottom: 40px;
}
.people-wrapper{
	padding: 0 120px;
}
.people-wrapper .filter li{
	display: inline-block;
	margin-right: 32px;
}
.people-wrapper .filter li.active a{
	color: #0061A8;
	font-weight: 700;
}
.people-wrapper .filter li a:hover{
	color: #0061A8;
}
.filter-grid-item{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-bottom: 48px;
}
.filter-grid-item .item{
	/*max-width: calc((100% / 4) - 48px);*/
	max-width: 21%;
	width: 100%;
	position: relative;
	margin-top: 48px;
}
.filter-grid-item .item img{
	width: 100%;
	margin-bottom: 16px;
}
.filter-grid-item .item h3{
	font-weight: 700;
	margin-bottom: 4px;
	color: #000;
}
.donors-sponsors h2{
	color: #0F3B5C;
	margin-bottom: 16px;
}
.donors-sponsors .donors-title {
	font-size: 30px;
	font-weight: 700;
	color: #0F3B5C;
}
.donors-sponsors{
	padding: 100px 0;
}
.donors-sponsors .content-wrap{
	column-count: 3;
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
	margin-bottom: 48px;
}
.donors-sponsors .cta-btn:hover{
	border: #637270 solid 1px;
	color: #637270;
}
.donor-level h3 {
	color: #0061A8;
	font-weight: 700;
	font-size: 20px;
}
.donor-level {
	display: inline-block;
	margin-bottom: 32px;
	max-width: 350px;
	width: 100%;
	padding-left: 12px;
	padding-right: 24px;
	text-indent: -12px;
}
.donor-level li {
	padding-bottom: 1px;
}
.intro-section{
	background: #E3A126;
	padding: 156px 0 100px 0;
}
.intro-section .content-wrap{
	padding-bottom: 60px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.intro-section .content-wrap img{
	max-width: 16%;
	width: 100%;
}
/*** About Page CSS End ***/

/*** Stories Library Page CSS Start ***/
.stories-section{
	padding: 100px 0;
}
.stories-section h2{
	color: #0F3B5C;
	margin-bottom: 40px;
	text-transform: uppercase;
}
/* .stories-filter-block .facetwp-type-dropdown select {
	appearance: auto;
} */
.facetwp-date {
	border: 0;
	background: transparent url(../images/select-arrow.svg) no-repeat right center;
	color: #0F3A5B;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
}

.stories-filter-block .facetwp-type-dropdown select{
	font-size: 20px;
	color: #0F3B5C;
	padding: 0;
	border: 0;
	background: transparent url(../images/select-arrow.svg) no-repeat right center;
	padding-right: 24px;
}
.stories-section .single-grid,
.stories-section .content-wrap .facetwp-template {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}
.stories-section .stories-filter-block{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.stories-section .stories-filter-block .form-group{
	margin-right: 40px;
}
.stories-section .stories-filter-block form select{
	border-bottom: #0F3B5C solid 1px;
}
.stories-section .stories-filter-block .search input{
	width: 100%;
	border: 0;
	font-size: 20px;
	color: #0F3B5C;
	padding: 0;
	background: transparent url(../images/search.svg) no-repeat right center;
	border-bottom: #0F3B5C solid 1px;
	padding-right: 24px;
}
.stories-section .stories-filter-block .search input::-webkit-input-placeholder {
	color: #0F3B5C;
	opacity: 1;
}
.stories-section .stories-filter-block .search input::-moz-placeholder {
	color: #0F3B5C;
	opacity: 1;
}
.stories-section .stories-filter-block .search input:-ms-input-placeholder {
	color: #0F3B5C;
	opacity: 1;
}
.stories-section .stories-filter-block .search input::-ms-input-placeholder {
	color: #0F3B5C;
	opacity: 1;
}
.stories-section .stories-filter-block .search input::placeholder {
	color: #0F3B5C;
	opacity: 1;
}
.stories-section .stories-filter-block .clear{
	font-size: 20px;
	color: #0F3B5C;
	background: url(../images/close.svg) no-repeat left center;
	padding-left: 24px;
	border: 0;
}
.stories-section article.post{
	width: 100%;
}
.stories-section article.post h1,
.stories-section article.post p,
.stories-section article.post .cta-text{
	color: #0F3B5C;
}
.story-title,
.story-type,
.post-date,
.share-title {
	text-transform: uppercase;
}
.stories-section .pagination{
	padding-top: 100px;
	text-align: center;
}
.pagination li{
	display: inline-block;
	vertical-align: middle;
}
.pagination li a{
	font-size: 20px;
	color: #0F3B5C;
	margin: 0 16px;
	display: block;
}
.pagination li a:hover,
.pagination li a.active{
	text-decoration: underline;
}
/*** Stories Library Page CSS End ***/

/*** Programs & Events - Detail Page CSS Start ***/
.blog-wrapper{
	padding: 60px 0;
}
.blog-wrapper ul,
.blog-wrapper ol{
	margin: 0 0 30px 0;
}
.blog-wrapper ul li{
	color: #000;
	position: relative;
	padding-left: 16px;
}
.blog-wrapper ol li{
	color: #000;
	list-style: decimal inside;
}
.image-section ul li{
	position: relative;
	padding-left: 16px;
}
.blog-wrapper ul li:before,
.image-section ul li:before {
	content: '\2022';
	position: absolute;
	top: 0;
	left: 0;
	color: #0061A8;
	font-size: 18px;
}
.blog-wrapper .title-social{
	margin-bottom: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.blog-wrapper .title-social h1{
	max-width: 800px;
	width: 100%;
	color: #0F3B5C;
}
.blog-wrapper .title-social .social{
	color: #0F3B5C;
	display: flex;
	align-items: center;
}
.blog-wrapper .title-social div{
	align-items: center;
	display: flex;
}
.blog-wrapper .title-social .post-date{
	align-self: center;
	display: inline-block;
	font-size: 18px;
}
.blog-wrapper .title-social .social .share-title{
	margin-right: 32px;
}
.blog-wrapper .title-social .social > a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
}
.blog-wrapper .title-social .social > a img{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.blog-wrapper .title-social .social > a:hover img{
	opacity: .5;
}
.blog-content-area span{
	color: #0F3B5C;
	font-size: 16px;
	display: block;
}
.blog-content-area h2{
	font-size: 30px;
	font-family: 'Graphik-Bold';
	margin-bottom: 30px;
	color: #0F3B5C;
}
.blog-content-area p{
	margin-bottom: 30px;
	color: #000;
	line-height: 24px;
}
.blog-content-area p a{
	color: #0061A8;
	text-decoration: underline;
}
.blog-content-area .img-block,
.blog-content-area .video-block{
	margin: 15px 0 40px 0;
}
.blog-content-area .img-block img{
	width: 100%;
}
.blog-content-area .video-block p{
	margin-top: 16px !important;
}
.blog-content-area .buttons{
	margin-top: 48px;
}
.blog-content-area .buttons a{
	margin-right: 16px;
}
/*** Programs & Events - Detail Page CSS End ***/

/*** Memberships Page CSS Start ***/
.benifits-section .content-wrap{
	align-items: stretch;
}
.benifits-section .reversed {
	flex-direction: row-reverse;
}
.benifits-section .content-block{
	max-width: 620px;
	width: 100%;
	padding: 50px 100px 50px 0;
	margin-left: auto;
	align-self: center;
}
.benifits-section .reversed .content-block{
	margin-left: 0;
	margin-right: auto;
	padding: 50px 0 50px 100px;
}
.benifits-section .content-block h3{
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
	font-family: 'Graphik-Bold';
	margin-bottom: 26px;
}
.benifits-section .content-block h3 span{
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-bottom: 26px;
}
.benifits-section .content-block p{
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
	line-height: 24px;
}
.benifits-section .content-block ol,
.benifits-section .content-block ul {
	padding-left: 16px;
}
.benifits-section .content-block ol li,
.benifits-section .content-block ul li {
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
	line-height: 24px;
}
.benifits-section .content-block ul li {
	list-style: disc;
}
.benifits-section .content-block ol li {
	list-style: decimal;
}
.benifits-section .img-block{
	max-width: 50%;
	width: 100%;
	min-height: 500px;
	background-size: cover !important;
	background-position: center !important;
}
.list-style li{
	color: #000;
	position: relative;
	padding-left: 16px;
}
.list-style li:before{
	content: '\2022';
	position: absolute;
	top: 0;
	left: 0;
	color: #0061A8;
	font-size: 18px;
}
.membership-faq .content h3{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 24px;
}
.membership-faq .cta-text{
	color: #0F3B5C;
	margin: 32px 0;
	display: inline-block;
}
.membership-faq .buttons .cta-btn{
	margin-right: 16px;
}
.membership-faq .buttons .cta-btn:hover{
	border-color: #637270;
	color: #637270;
}
.membership-faq .container{
	max-width: 750px;
	width: 100%;
}
.donate-section{
	padding: 100px 0;
}
.title-block h2{
	font-size: 30px;
	font-family: 'Graphik-Bold';
	color: #0F3A5B;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.title-block h2 span{
	font-size: 18px;
	display: block;
	margin-bottom: 24px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}
.donate-wrapper{
	margin-bottom: 40px;
}
.donate-wrapper form{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.donate-wrapper form [type="radio"]:checked,
.donate-wrapper form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.donate-wrapper form [type="radio"]:checked + label,
.donate-wrapper form [type="radio"]:not(:checked) + label{
    position: relative;
    padding: 16px 40px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #637270;
    border: #637270 solid 1px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.donate-wrapper form [type="radio"]:checked + label{
	color: #fff;
	border: #637270 solid 1px;
	background: #637270;
}
.donate-section .cta-btn-border{
	background: #fff;
}
.donate-section .cta-btn-border:hover{
	background: #89D1D8;
	color: #fff;
}
/*** Memberships Page CSS End ***/


/*** Responsive Start *****/

@media(max-width: 1400px){

	.admission-section .content-area{
		max-width: 600px;
		padding: 100px 50px 50px 50px;
	}
	.benifits-section .content-block{
		max-width: 600px;
		padding: 20px 50px;
	}
	.benifits-section .reversed .content-block{
		max-width: 50%;
		padding: 20px 50px;
	}
}

@media(max-width: 1199px){
	.article-slider .slick-list{
		margin: 0 -20px;
	}
	blockquote{
		max-width: 1000px;
		padding-right: 56px;
		margin-bottom: -20px;
	}
	blockquote.pullup {
		margin-bottom: 0;
	}
	.blockquote-right blockquote{
		padding-left: 56px;
	}
	.featured-content .content-box{
		max-width: 650px;
	}
	.footer-logo{
		width: 230px;
	}
	.footer-bottom .newsletter{
		width: 530px;
	}
	.footer-bottom .newsletter input[type="email"]{
		width: 330px;
	}
	.admission-section .content-area,
	.benifits-section .content-block{
		max-width: 50%;
	}

}

@media(max-width: 1099px){

	.footer-logo,
	footer .maps,
	footer .location,
	footer .company-time{
		max-width: 50%;
		width: 100%;
	}
	footer .maps iframe{
		height: 250px;
	}
	footer .location,
	footer .company-time{
		margin-top: 40px;
	}

	.donate-wrapper form [type="radio"]:checked + label, .donate-wrapper form [type="radio"]:not(:checked) + label{
		padding: 16px 32px;
	}
	.instas-feed-box{
		grid-template-columns: repeat(5, 1fr);
	}

}

@media(max-width: 1040px){

	.blockquote-right{
		margin-left: 0;
	}

}

@media(max-width: 1024px){

	article.post h1{
		font-size: 24px;
	}

}

@media(max-width: 991px){
	.only-mobile {
		display: block !important;
	}
	.navbar > ul li a {
		display: inline-block;
		margin-bottom: 4px;
	}
	.navbar .dropdown ul {
		position: unset;
		display: block;
		background-color: black;
		padding-bottom: 0;
		height: 100%;
	}
	.navbar ul li.active {
		background-color: black;
	}
	.navbar {
		height: 100vh;
	}
	.donors-sponsors .content-wrap{
		column-count: 2;
	}
	.header-wrapper .search{
		order: 3;
		margin-left: 24px;
		z-index: 1;
	}
	.header-wrapper .navbar{
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		background: #000;
		padding: 20px;
		width: 100%;
	}
	.header-wrapper .navbar ul li{
		display: block;
		margin: 0;
		padding: 0 16px;
	}
	.header-wrapper .navbar ul li a{
		padding: 8px 16px;
	}
	.menu-icon{
		display: inline-block;
		vertical-align: middle;
		width: 30px;
		height: 30px;
		margin-left: auto;
		text-align: center;
		position: relative;
		order: 2;
		margin-top: 15px;
		z-index: 1;
	}
	.menu-icon span,
	.menu-icon span:before,
	.menu-icon span:after{
		background: #fff;
		width: 24px;
		height: 2px;
		border-radius: 2px;
		display: inline-block;
		transition: all 0.15s linear;
	}
	.menu-icon span:before,
	.menu-icon span:after{
		content: '';
		position: absolute;
		left: 3px;
	}
	.menu-icon span:before{
		transform: translateY(-7px);
	}
	.menu-icon span:after{
		transform: translateY(7px);
	}
	.menu-icon.open span{
		background: transparent;
	}
	.menu-icon.open span:before{
		transform: rotate(45deg);
	}
	.menu-icon.open span:after{
		transform: rotate(-45deg);
	}

	.image-section .content{
		max-width: 45%;
		padding-bottom: 32px;
	}
	.image-section .content p{
		font-size: 32px;
	}

	.footer-top, .footer-bottom{
		padding-bottom: 40px;
	}
	.footer-block{
		width: 100%;
	}
	.footer-bottom .footer-menu,
	.footer-bottom .newsletter{
		max-width: 50%;
		width: 100%;
	}
	.footer-bottom .newsletter{
		margin-left: 0;
	}
	.footer-social{
		margin-top: 40px;
		text-align: center;
		width: 100%;
	}
	.footer-social a{
		margin: 0 16px;
	}
	.footer-bottom .newsletter input[type="email"]{
		width: 100%;
	}
	.footer-bottom .newsletter button[type="button"],
	.footer-bottom .newsletter input[type="submit"]{
		width: 100%;
		margin: 8px 0 0 0;
	}

	.museum-goals .box{
		max-width: calc((100% / 3) - 40px);
	}
	.museum-goals .box:after{
		right: -30px;
	}
	.people-wrapper{
		padding: 0 40px;
	}
	.stories-section .stories-filter-block .form-group{
		margin-right: 32px;
	}
	.stories-filter-block .facetwp-type-dropdown select,
	.stories-section .stories-filter-block .search input,
	.stories-section .stories-filter-block .clear, .facetwp-date {
		font-size: 16px;
	}
	.stories-section .content-wrap .facetwp-template {
		grid-template-columns: repeat(1, 1fr);
	}
	.benifits-section .content-block h3{
		margin-bottom: 24px;
	}
	.donate-wrapper form{
		-webkit-justify-content: center;
		justify-content: center;
	}
	.donate-wrapper form .form-group{
		min-width: 120px;
		margin: 8px;
	}
	.donate-wrapper form [type="radio"]:checked + label,
	.donate-wrapper form [type="radio"]:not(:checked) + label{
		width: 100%;
		text-align: center;
	}
	.list-point ul li{
		-webkit-align-items: center;
		align-items: center;
	}
	.list-point ul li span b{
		display: block;
		padding-left: 0;
	}
	.admission-section .content-area .cta-btn{
		width: 100%;
		margin-bottom: 8px;
	}
	.instas-feed-box{
		grid-template-columns: repeat(4, 1fr);
	}

}



@media(max-width: 767px){

	h1{
		font-size: 36px;
	}

	.down + section{
		padding-top: 210px;
	}
	.image-section.full-content .content{
		margin-bottom: 0;
	}
	.image-section.full-content .content-wrap,
	.our-people,
	.donors-sponsors,
	.stories-section,
	.programs-events,
	.faq-section,
	.donate-section,
	.blog-wrapper{
		padding: 50px 0;
	}
	.museum-goals,
	.intro-section{
		padding-bottom: 50px;
	}
	.instas-feed-box{
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 50px;
	}
	.ajax-load-more-wrap{
		margin-bottom: 50px;
	}

	.home.banner{
		min-height: 500px;
		padding-bottom: 80px;
	}
	.sub.banner{
		min-height: 350px;
	}
	.image-section.right .content,
	.image-section.right .img-block{
		max-width: 100%;
	}
	.image-section .img-block{
		margin-left: 0;
		order: 2;
	}
	.image-section .img-block,
	.image-section .content{
		max-width: 100%;
	}
	.image-section .content{
		margin-bottom: 24px;
	}
	.image-section .content p,
	blockquote p{
		font-size: 24px;
	}
	blockquote{
		padding: 40px 40px 40px 0;
	}
	blockquote.right{
		padding: 40px 0 40px 40px;
	}
	.blockquote-right blockquote{
		padding: 40px 0 40px 40px;
	}
	.featured-content{
		min-height: 500px;
	}
	.instagram-feed .content-box{
		margin-bottom: 40px;
	}
	.featured-content .content-box{
		padding: 30px;
	}

	.notice p{
		font-size: 16px;
	}
	.header-wrapper{
		min-height: 60px;
	}
	.header-wrapper .logo{
		margin-bottom: -58px;
		margin-top: 30px;
		max-width: 200px;
	}
	.ticket-bar p{
		max-width: 40%;
		width: 100%;
	}
	.ticket-bar .buttons{
		max-width: 55%;
		width: 100%;
	}
	.ticket-bar .buttons{
		text-align: right;
	}
	.ticket-bar p,
	.ticket-bar .donate-btn,
	.ticket-bar .buy-btn{
		font-size: 16px;
	}

	footer{
		padding-top: 60px;
	}

	.people-wrapper{
		padding: 0;
	}
	.stories-section h2{
		margin-bottom: 24px;
	}
	.stories-section .stories-filter-block form{
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.stories-section .stories-filter-block .form-group{
		margin-right: 0;
		width: 48%;
		margin-top: 16px;
	}
	.stories-section .stories-filter-block .clear{
		margin-top: 18px;
	}
	.stories-section .stories-filter-block form select{
		width: 100%;
	}
	.stories-section .pagination{
		padding-top: 50px;
	}
	.pagination li a{
		margin: 0 12px;
	}
	.admission-section .img-block,
	.admission-section .content-area{
		max-width: 100%;
	}
	.admission-section .img-block,
	.benifits-section .img-block{
		min-height: 550px;
	}
	.admission-section .content-area{
		padding: 50px 20px;
	}
	.admission-section .content-area h2{
		margin-bottom: 24px;
	}
	.list-point{
		margin-bottom: 40px;
	}
	.list-point ul li{
		font-size: 18px;
	}
	.list-point ul li span b{
		padding-left: 8px;
	}
	.benifits-section .content-block{
		order: 12;
		max-width: 100%;
		padding: 50px 20px;
	}
	.benifits-section .reversed .content-block{
		order: 12;
		max-width: 100%;
		padding: 50px 20px;
	}
	.benifits-section .img-block{
		max-width: 100%;
	}
	.list-point ul li span b{
		display: inline-block;
	}

}
@media (max-width: 746px) {
	.donors-sponsors .content-wrap{
		column-count: 1;
	}
}
@media(max-width: 575px){
	.cta-text,
	.cta-btn,
	.cta-btn-border{
		width: 100%;
	}

	.cta-text {
		display: inline-block;
		text-align: center;
	}

	.cta-btn + .cta-text {
		margin-top: 16px;
	}

	.down + section{
		padding-top: 200px;
	}
	.bg-blockquote blockquote{
		margin-top: 50px;
	}
	.instas-feed-box{
		margin-bottom: 50px;
		grid-template-columns: repeat(2, 1fr);
	}
	.featured-content .content-box .cta-btn-border{
		margin-right: 0;
		margin-bottom: 8px;
		width: 100%;
	}
	.featured-content .content-box .cta-btn-border:last-child{
		margin-bottom: 0;
	}

	.ticket-bar{
		padding: 16px 0 0 0;
	}
	.ticket-bar p{
		max-width: 100%;
		text-align: center;
		margin-bottom: 16px;
	}
	.ticket-bar .buttons{
		max-width: 100%;
	}
	.ticket-bar .donate-btn,
	.ticket-bar .buy-btn{
		display: inline-block;
		width: 50%;
		text-align: center;
	}
	.footer-logo{
		margin-bottom: 40px;
	}
	.newsletter{
		margin-top: 40px;
	}
	.footer-logo img{
		width: 230px;
	}
	.footer-bottom .footer-menu ul{
		max-width: 49%;
	}
	.footer-bottom .footer-menu,
	.footer-bottom .newsletter,
	.footer-logo, footer .maps, footer .location, footer .company-time{
		max-width: 100%;
		width: 100%;
	}
	.footer-block{
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.museum-goals .box{
		max-width: calc((100% / 1) - 0px);
		margin-bottom: 48px;
	}
	.museum-goals .box:last-child{
		margin-bottom: 0;
	}
	.museum-goals .box:after{
		width: 100%;
		height: 1px;
		left: 0;
		right: 0;
		bottom: -24px;
		border-bottom: dashed #fff 1px;
		top: auto;
	}
	.intro-section .content-wrap{
		padding-bottom: 48px;
	}
	.intro-section .content-wrap img{
		max-width: 48%;
		margin-bottom: 4%;
	}
	.people-wrapper .filter li{
		margin-right: 16px;
		font-size: 16px;
	}
	.image-section .content h2{
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	article.post figure{
		margin-bottom: 16px;
	}
	.stories-section .stories-filter-block .form-group{
		width: 100%;
	}
	.article-slider .slick-prev{
		right: 32px;
	}
	.admission-section .img-block,
	.benifits-section .img-block{
		min-height: 500px;
	}
	.admission-section .content-area .cta-btn{
		margin: 8px 0 0 0;
	}
	.admission-section .content-area .cta-btn:last-child{
		margin-bottom: 0;
	}
	.membership-faq .buttons .cta-btn,
	.blog-content-area .buttons a{
		margin-bottom: 8px;
		margin-right: 0;
	}
	.membership-faq .buttons .cta-btn:last-child,
	.blog-content-area .buttons a:last-child{
		margin-bottom: 0;
	}
	.faq-section .item .content{
		padding-right: 0;
	}
	.donate-wrapper form .form-group{
		min-width: 100px;
		margin: 4px;
	}
	.donate-wrapper form [type="radio"]:checked + label, .donate-wrapper form [type="radio"]:not(:checked) + label{
		padding: 16px;
	}
	.faq-section h2,
	.title-block h2,
	.blog-content-area h2{
		margin-bottom: 32px;
		font-size: 24px;
	}
	.featured-content .content-box h2{
		margin-bottom: 16px;
		font-size: 24px;
	}
	.faq-section h2 span,
	.title-block h2 span,
	.featured-content .content-box h2 span{
		margin-bottom: 8px;
	}
	.museum-goals .box p{
		font-size: 18px;
		line-height: 24px;
	}
	.blog-content-area .img-block,
	.blog-wrapper .title-social{
		margin-bottom: 24px;
	}
	.blog-wrapper .title-social{
		-webkit-align-items: center;
		align-items: center;
		font-size: 16px;
	}
	.blog-wrapper .title-social .social > a{
		margin-left: 8px;
		width: 24px;
	}

	.article-slider.is-public-event .slick-slide {
		position: relative !important;
		padding-bottom: 0 !important;
	}

	.article-slider.is-public-event .buttons-container {
		position: relative !important;
	}
}

.not-found-container {
	display: flex;
}

.not-found-container .copy-content {
	width: 50%;
	align-self: center;
}

.not-found-container .img-container {
	width: 50%;
}

.not-found-container .img-container img {
	width: 100%;
}

@media screen and (max-width: 992px) {
	.not-found-container {
		flex-direction: column;
		align-items: center;
	}
	.not-found-container .img-container {
		padding-top: 32px;
	}
	.not-found-container .img-container,
	.not-found-container .copy-content {
		width: 100%;
	}
}


/*** Responsive End *****/

.ajax-confirm,
.ajax-error {
  display: none;
}

.facetwp-reset {
	cursor: pointer;
}

.bg-brand-grey .article-slider .slick-prev,
.bg-brand-grey .article-slider .slick-next,
.bg-white .article-slider .slick-prev,
.bg-white .article-slider .slick-next {
	filter: invert(1);
}

.privacy-policy .blog-content-area a {
	color: #0061A8;
	text-decoration: underline;
}
.privacy-policy .blog-content-area ol li p {
	padding-top: 15px;
	margin-bottom: 0;
}

.privacy-policy .blog-content-area ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
.privacy-policy .blog-content-area ol li {
	margin-bottom: 15px;
}

.privacy-policy .blog-content-area ol[type=a] li {
	list-style-type: lower-latin;
}
.privacy-policy .blog-content-area ol[type=i] li {
	list-style-type: lower-roman;
}

.gform_wrapper h3,
.group-form h3 {
	font-weight: 700;
	color: #0F3A5B;
	font-size: 21px;
	margin-bottom: 8px;
	margin-top: 30px;
}

.gform_wrapper p,
.group-form p {
	margin-bottom: 8px;
}

.mt-0 {
	margin-top: 0 !important;
}

.group-form span.red {
	color: red;
	display: inline-block;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea,
.group-form input,
.group-form select,
.group-form textarea {
	border: 1px solid #0061A8;
	border-radius: 2px;
	background: #fff;
	padding: 12px 16px;
	width: 100%;
	font-size: 1rem;
	appearance: auto;
	font-family: 'Work Sans', sans-serif;
	margin-top: 8px;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.group-form input:focus,
.group-form textarea:focus {
	border: 1px solid #879E45;
}

.gform_wrapper input.error,
.gform_wrapper textarea.error,
.group-form input.error,
.group-form textarea.error {
	border: 1px solid red;
}

.gform_wrapper input.error:focus,
.gform_wrapper textarea.error:focus,
.group-form input.error:focus,
.group-form textarea.error:focus {
	border: 1px solid #E3A126;
}

.gform_wrapper input[type=radio],
.gform_wrapper input[type=checkbox],
.group-form input[type=radio],
.group-form input[type=checkbox] {
	width: unset;
}

.group-form .form-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.group-form .form-block fieldset {
	width: 100%;
	padding: 8px 0;
}

.group-form .form-block .full {
	max-width: 100%;
}
.group-form .form-block .half {
	max-width: 50%;
}
.group-form .form-block .half:nth-child(even) {
	padding-left: 8px;
}
.group-form .form-block .half:nth-child(odd) {
	padding-right: 8px;
}
.group-form .form-block .third {
	max-width: 33.3%;
}
.group-form .form-block .third:nth-child(3n+1) {
	padding-right: 8px;
}
.group-form .form-block .third:nth-child(3n+2) {
	padding-left: 8px;
	padding-right: 8px;
}
.group-form .form-block .third:nth-child(3n+3) {
	padding-left: 8px;
}

.error {
	color: red;
	font-size: 14px;
}
.block-error {
	display: block;
}

.gform_wrapper input[type=submit] {
	width: unset;
}

.gform_wrapper input[type=submit],
.group-form button[type=submit] {
	margin-top: 16px;
	font-size: 18px;
    display: inline-block;
    background: #879E45;
    padding: 12px 16px;
    color: #fff;
	border: 1px solid transparent;
	text-transform: uppercase;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}

.gform_wrapper input[type=submit]:hover,
.group-form button[type=submit]:hover {
	color: #879E45;
	border: 1px solid #879E45;
    background: transparent;
}

@media (max-width: 800px) {
	.group-form .form-block {
		flex-direction: column;
	}
	.group-form .form-block fieldset {
		max-width: 100% !important;
		padding: 8px 0 !important;
	}
}

.accordion-flex {
	display: flex;
}

.accordion-image {
	max-width: 300px;
	margin-right: 25px;
}

@media (max-width: 599px) {
	.accordion-flex {
		flex-direction: column-reverse;
	}

	.accordion-image {
		margin-right: 0;
		margin-top: 25px;
	}
}

@media (max-width: 480px) {
	.accordion-image {
		width: 100%;
		max-width: none;
	}
}

.timeline-section {
	padding-top: 64px;
	padding-bottom: 64px;
}

.timeline-section h2,
.timeline-section h3,
.timeline-section h4,
.timeline-section p {
	color: white;
}

.timeline-section h2,
.timeline-section h3,
.timeline-section h4 {
	font-weight: 600;
	text-transform: uppercase;
}

.timeline-title {
	display: flex;
	justify-content: space-between;
}

.timeline-section .slick-next,
.timeline-section .slick-prev {
	font-size: 0;
	background: transparent;
	border: 0;
	margin-right: 32px;
}

.timeline-section .slick-prev:before {
	content: url(../images/arrow-white-prev.svg);
	color: white;
	font-size: 30px;
}

.timeline-section .slick-next:before {
	content: url(../images/arrow-white-next.svg);
	color: white;
	font-size: 30px;
}

.timeline-event {
	max-width: 33.3%;
	margin: 32px 64px;
	margin-left: 0;
}

.timeline-event img {
	width: 100%;
	margin-bottom: 32px;
}

.timeline-event h4 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 32px;
}

.contact-section {
	padding-top: 128px;
	padding-bottom: 128px;
}

.contact-section .container {
	display: flex;
}

.contact-form label {
	text-transform: uppercase;
}

.location-block {
	display: flex;
	flex-direction: column;
	border-right: 1px solid #333;
	padding-right: 64px;
}

.location-block h2 {
	text-transform: uppercase;
	font-size: 30px;
	color: #0F3A5B;
	margin-bottom: 32px;
}


.location-block a {
	color: #879E45;
	font-weight: 600;
	margin-bottom: 32px;
}

.location-block address {
	font-style: normal !important;
	margin-bottom: 32px;
}

.contact-form {
	padding: 0 64px;
}

.contact-form textarea {
	resize: vertical;
}

@media screen and (max-width: 800px) {
	.location-block {
		border-top: 1px solid #333;
		border-right: none;
		padding-top: 32px;
		margin-top: 32px;
		padding-right: 0;
	}
	.contact-section .container {
		flex-direction: column-reverse;
	}
}

.post-date.booking{
	font-weight: 700;
}

.booking-guidelines h4 {
	color: #0F3B5C;
	font-size: 16px;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.booking-guidelines p {
	font-size: 16px;
	line-height: 19px;
}

.booking-guidelines .cta-btn {
	margin-top: 32px;
}
.booking-guidelines .cta-btn.disabled {
	background-color: #A7A7A7;
}

.programs.stories-filter-block .facetwp-type-dropdown select {
	padding-right: 25px;
}

.programs-list {
	margin-top: 32px;
}

article.program {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}

.category-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.story-type {
	font-weight: 500;
    font-size: 11px;
    border: 1px solid #0F3A5B;
    display: inline-block;
    padding: 4px 10px 3px;
    border-radius: 15px;
    margin-bottom: 5px;
}

article.program .price {
	text-transform: uppercase;
}

article.program .story-title a {
	color: #0F3B5C;
}

article.program .cta-btn {
	margin-right: 16px;
}

.program-link {
	padding-top: 0 !important;
}

.flex-filters {
	display: flex;
	flex-wrap: wrap;
}

.flex-filters .facetwp-facet {
	border: 1px solid #ccc;
	padding: 8px 12px;
}

.flex-filters .facetwp-reset {
	padding-top: 8px;
}

.stories-section .stories-filter-block .flex-filters .clear {
	background-position-y: 14px;
}

.flex-filters .facetwp-facet:not(:last-of-type) {
	margin-right: 32px;
}

.facetwp-date-min {
	margin-right: 32px;
}

.facetwp-date::placeholder {
	color: #0F3A5B;
	opacity: 1;
}

.facetwp-type-date_range {
	margin-bottom: 0 !important;
}

.view-by {
	color: #333;
	margin-right: 32px;
	padding-top: 8px;
}

@media screen and (max-width: 1260px) {
	.flex-filters .facetwp-facet, .facetwp-dropdown, .facetwp-date {
		width: 100%;
		max-width: 300px;
	}

	.facetwp-facet.facetwp-type-date_range {
		max-width: 624px;
	}
	/* .flex-filters, .facetwp-type-date_range {
		display: flex;
		flex-direction: column;
	} */

	.flex-filters .clear-block {
		width: 100%;
	}
	.flex-filters .clear-block .clear {
		margin-top: 0;
	}

	.view-by {
		width: 100%;
		margin-bottom: 16px;
	}
}

.blog-wrapper .bg-brand-primary .content-block p,
.blog-wrapper .bg-brand-primary .content-block ul li,
.blog-wrapper .bg-brand-primary .content-block ol li,
.blog-wrapper .bg-brand-primary .content-block ul li:before,
.blog-wrapper .bg-brand-primary .content-block ol li:before,
.blog-wrapper .bg-brand-secondary .content-block p,
.blog-wrapper .bg-brand-secondary .content-block ul li,
.blog-wrapper .bg-brand-secondary .content-block ol li,
.blog-wrapper .bg-brand-secondary .content-block ul li:before,
.blog-wrapper .bg-brand-secondary .content-block ol li:before,
.blog-wrapper .bg-brand-tertiary .content-block p,
.blog-wrapper .bg-brand-tertiary .content-block ul li,
.blog-wrapper .bg-brand-tertiary .content-block ol li,
.blog-wrapper .bg-brand-tertiary .content-block ul li:before,
.blog-wrapper .bg-brand-tertiary .content-block ol li:before {
	color: #fff;
}

.blog-wrapper .bg-brand-grey .content-block p,
.blog-wrapper .bg-brand-grey .content-block ul li,
.blog-wrapper .bg-brand-grey .content-block ol li,
.blog-wrapper .bg-white .content-block p,
.blog-wrapper .bg-white .content-block ul li,
.blog-wrapper .bg-white .content-block ol li {
	color: #000 !important;
}

.blog-wrapper .benifits-section {
	margin-bottom: 32px;
}

.programs-events.bg-brand-primary .story-type,
.programs-events.bg-brand-secondary .story-type,
.programs-events.bg-brand-tertiary .story-type {
	border: 1px solid #fff;
}

.blog-content-area .benifits-section .content-wrap {
	display: flex;
}
.blog-content-area .benifits-section .content-block {
	padding: 25px 50px;
	align-self: center;
}

.blog-content-area .benifits-section .content-block p,
.blog-content-area .benifits-section .content-block ul,
.blog-content-area .benifits-section .content-block ol {
	margin-bottom: 16px;
}

.is-public-event .programs-events article.post {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.article-slider.is-public-event .slick-slide {
	position: unset;
	padding-bottom: 70px;
}

.article-slider .buttons-container {
	margin-top: 16px;
}

.article-slider.is-public-event .buttons-container {
	position: absolute;
	bottom: 0;
}

.less-padding {
	padding-bottom: 0px;
}

.video-block,
.pdf-component,
.youtube-component {
	padding: 100px 0;
}

.blog-content-area .video-block {
	padding: 0;
}

.video-block h2,
.pdf-component h2,
.youtube-component h2 {
	color: #0F3A5B;
	font-size: 30px;
	font-family: 'Graphik-Bold';
	margin-bottom: 16px;
	text-transform: uppercase;
}

.video-block h2 span,
.pdf-component h2 span,
.youtube-component h2 span {
	display: block;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.video-block p,
.pdf-component p,
.youtube-component p {
	color: #0F3A5B;
}

.video-block .embedded-video {
	margin-top: 60px;
}

.pdf-component .component-header,
.youtube-component .component-header {
	margin-bottom: 60px;
}

.pdf-component h3,
.youtube-component h3 {
	text-transform: uppercase;
	font-size: 30px;
	color: #0F3A5B;
	font-family: 'Graphik-Bold';
	margin-top: 26px;
	margin-bottom: 26px;
}

.embedded-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.embedded-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-columns, .file-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.video-column, .file-column {
	flex-basis: 31%;
}

.file-column .file-description {
	margin-bottom: 26px;
}

.sticky-subnav {
    position: sticky;
    top: 0;
    z-index: 3;
}

.sticky-subnav .subnav-links {
    display: flex;
}

.sticky-subnav .subnav-links a {
    position: relative; /* To position the toggle symbol */
    padding: 16px;
    color: white;
    text-decoration: none; /* Remove underline from links */
}

.sticky-subnav .subnav-links a:hover,
.sticky-subnav .subnav-links a:focus {
    text-decoration: underline;
}

.subnav-title {
	display: none;
	position: relative; /* To position the toggle symbol */
    padding: 16px;
    color: white;
}

.subnav-title:hover {
	text-decoration: underline;
}

.sticky-subnav .subnav-title {
	position: relative;
	cursor: pointer;
	display: none;
}

.mid-section {
	position: relative;
}

.mid-section .mid-container {
	color: white;
	padding: 48px;
	width: 100%;
	max-width: 835px;
	position: relative;
	z-index: 1;
}

.mid-section::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;
}

.mid-section::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
}

.mid-section h2 {
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Graphik-Bold';
	margin-top: 0;
	margin-bottom: 26px;
}

.mid-section p {
	margin-bottom: 26px;
}


@media(max-width: 767px) {
	.video-columns, .file-columns, .sticky-subnav .subnav-links {
		flex-direction: column;
	}
	.video-column, .file-column {
		flex-basis: 100%;
	}

	.sticky-subnav .subnav-links {
		display: none;
	}

	.sticky-subnav.active .subnav-links {
		display: flex;
	}

	.subnav-title::after {
		content: "+";
		position: absolute;
		top: 25%;
		right: 0;
		font-size: 20px;
		font-weight: 700;
		color: #fff;
	}

	.sticky-subnav.active .subnav-title::after {
		content: "-";
	}
	.sticky-subnav .subnav-title {
		display: block;
	}
	.mid-section {
		margin-top: 0;
		position: relative;
	}
}

.hidden-file, .hidden-video, .hidden-content {
	display: none;
}
