@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;
}
.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;
}
.bg-brand-grey .cta-btn,
.bg-white .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;
}
/* 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: 1;
	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{
	padding: 20px 24px;
	display: inline-block;
}
.navbar ul li:first-child{
	margin-left: 0;
}
.navbar ul li a{
	color: #fff;
	position: relative;
}
.navbar ul li a: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:after,
.navbar ul li > a:hover: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: 200px;
}
.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;
}
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 input{
	display: inline-block;
	vertical-align: middle;
}
.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 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 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;
}
.banner .content h1{
	color: #fff;
	margin-bottom: 48px;
	text-transform: uppercase;
}
.banner:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}
.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 .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 p {
	margin-bottom: 16px;
}

.faq-section .accordion .item p 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 + .faq-section {
	padding-top: 0;
}
/*** 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;
} */
.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;
	min-width: 110px;
}
.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: 100px 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 .post-date{
	align-items: center;
}
.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{
	-webkit-align-items: center;
	align-items: center;
}
.benifits-section .content-block{
	max-width: 620px;
	width: 100%;
	padding: 50px 100px 50px 0;
	margin-left: auto;
}
.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;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	line-height: 24px;
}
.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;
	}
}

@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: 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 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{
		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 .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-btn,
	.cta-btn-border{
		width: 100%;
	}

	.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;
	}

}

.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-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;
}

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

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

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

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

.group-form input,
.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;
}

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

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

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

.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;
}

.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;
}

.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;
	}
}