/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 4.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

a {
	color: #a54f01;
}

/*** not working as expected - tmb
p a {
	text-decoration-line: underline;
}
***/

/* Divide long menu dropdown into 2 columns */
#menu-item-198 ul.nav-dropdown {
	width: 700px;
}

.sub-menu {
	width: 410px;
}

.sub-menu-columns ul.nav-dropdown li {
	display: inline-block;
	float: left;
	width: 300px;
}

.sub-menu-columns ul.nav-dropdown li:nth-child(odd) {
	float: left;
	margin-right: 10px;
}

.sub-menu-columns ul.nav-dropdown li:nth-child(even) {
	float: right;
}

/* .ppbutton, .ppbutton p, .ppbutton p img, .ppbutton p input {
	margin-bottom: 0;
} */

/*************** ADD MOBILE ONLY CSS HERE  ***************/

#text-box-1769571155,
#text-box-803838918 {
	width: 50%;
}

#text-box-917895871 {
	width: 14.5rem;
}

#text-box-2077692715 {
	width: 20em;
}

body.category-419 h1.page-title {
	display: none;
}

body.category-419 p {
	margin: 1.5rem 1.5rem;
}


/* =====================================Custom Css===================================== */
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body.full-width {
	max-width: 1920px !important;
	margin: 0 auto !important;
}

form,
input,
select {
	margin-bottom: 0px;
}

.container {
	max-width: 1560px !important;
	width: 100% !important;
	margin: 0 auto;
	padding: 0px !important;
}

/*
@font-face {
	font-family: "Dunbar";
	src: url("fonts/DunbarText-Regular.ttf");
}

@font-face {
	font-family: "Dunbar Tall";
	src: url("fonts/DunbarTall-Regular.ttf");
}
*/
@font-face {
	font-family: "Mrs Eaves OT";
	src: url("fonts/MrsEavesOT.ttf");
}

/* Navbar */
.header-title {
	background-color: #e0eac0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 62px;
	padding: 20px;
}

.header-title p {
	margin-bottom: 0px;
	font-size: 19px;
	line-height: 24px;
	color: #0F3B53;
	font-family: "Raleway";
}

select {
	font-family: "Raleway";
}

h1 {
	font-size: 50px;
	line-height: 60px;
	color: #0f3b53;
	font-family: "Raleway" !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

h2 {
	font-size: 80px;
	letter-spacing: -5px;
	line-height: 72px;
	color: #0f3b53;
	font-family: "Mrs Eaves OT" !important;
	font-weight: 400 !important;
}

h3 {
	font-size: 25px;
	line-height: 34px;
	color: #242424;
	font-weight: 500;
	/* font-family: "Dunbar Tall"; */
	font-family: "Raleway";
}

h4 {
	font-size: 25px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Raleway";
}

a {
	font-size: 21px;
	line-height: 24px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Raleway";
	transition: 0.5s ease-in-out !important;
}

li {
	font-size: 21px;
	line-height: 32px;
	text-transform: uppercase;
	font-family: "Raleway";
}

p {
    font-size: 1.3rem;
    line-height: 2rem;
    font-family: "Raleway";
    font-weight: normal;
}

form,
input {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #949191;
	/* font-family: "Dunbar Tall"; */
	font-family: "Raleway";
}

.search input {
	border-radius: 31px;
	filter: drop-shadow(4.298px 10.126px 9px rgba(0, 0, 0, 0.11));
	background-color: #ffffff;
	font-size: initial;
	line-height: initial;
	padding: 19px 30px;
	height: auto;
	box-shadow: none;
	outline: none;
	border-color: transparent;
}
input[type=text], input[type=url], select, textarea {
    color: #9fb1ba;
	font-family: "Raleway";
}

.btns a {
	padding: 18px 36px;
    display: inline-block;
    /*background-color: #eac047;
    border: 1px solid #eac047;*/
    background-color: #C5633C;
    border: 1px solid #C5633C;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.btns a:hover, .learn-more a:hover, .ctct-form-field-submit .ctct-submit:hover {
    background-color: white !important;
    color: #b96745 !important;
}

.btns a:last-of-type {
	/*background-color: #cdde9a;
    border: 1px solid #cdde9a;
	background-color: #75a14f;*/
	background-color: #4d8057;
    border: 1px solid #4d8057;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.btns a:last-of-type:hover {
	background-color: white;
	/*color: #cdde9a;*/
	color: #75a14f;
}

.btns {
	display: flex;
	align-items: center;
}

.navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	max-width: 591px;
	margin-left: -25px;
	width: 100%;
}

.search {
	max-width: 475px;
	width: 100%;
	position: relative;
}

.search::after {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(img/search.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	content: "";
	transition: 0.5s ease-in-out;
}

.search::after:hover {
	opacity: 0.7;
}

.bottom-nav {
	background-color: #0f3b53;
	/*background-color: #326560;*/
    padding: 20px;
}

.bottom-nav .container {
	display: flex;
	justify-content: flex-end;
}

.bottom-nav .container>div {
	max-width: 285px;
	/* width: 100%; */
	margin-right: 15px;
}

.bottom-nav select {
	max-width: 285px;
	width: 100%;
	border-radius: 30px;
	outline: none;
	border: 0px;
	color: #4b4848;
	font-size: 21px;
	line-height: 24px;
	text-transform: uppercase;
}
.bottom-nav select:nth-child(3) {
	color: #fff;
}
.want-to select {
  /*   background-color: #eac047;
   background-color: #E8BC42;*/
    background-color: #b95c37;
	color: #fff;
}

.navbar .logo {
	margin-bottom: -90px;
	transition: 0.5s ease;
}

.navbar .logo:hover {
	opacity: 0.9;
}

.want-to {
	margin-right: 20px;
}

.events {
	margin-right: 20px;
}

/* ================================Homepage===================================== */
.slider-sync-section {
	display: none;
}

.slider-sync-section:first-of-type {
	display: block;
}

.page-template-main .header-wrapper {
	display: none !important;
}

.page-template-main .wpgmp_filter_wrappers,
.page-template-main .location_listing1,
.page-template-main .location_pagination1 {
	display: none;
}

h3.published-date {
	font-size: 41px;
	letter-spacing: 0px;
	line-height: 40px;
	color: #fff;
	font-weight: 800;
	font-family: "Raleway";
}


/* Making history */
.making-history {
	margin: 130px 0px;
}

.making-history .container>h2 {
	margin-bottom: 50px;
}

.making-history .content {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	align-items: flex-start;
}

.making-history-content {
	max-width: 468px;
	width: 100%;
	max-height: 249px;
	height: 100%;
	min-height: 249px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	gap: 10px;
}

.making-history-content:nth-child(2),
.making-history-content:nth-child(5) {
	max-width: 595px;
}

.making-history-content:nth-child(5) {
	max-height: 511px;
	min-height: 511px;
	height: 100%;
}

.making-history-content:last-child,
.making-history-content:nth-last-child(3) {
	margin-top: -16.5%;
}

.making-history-content:first-child {
	background-color: #75A14F;
}

.making-history-content:nth-child(2) {
	background-color: #4D8057;
}

.making-history-content:nth-child(2) p,
.making-history-content:nth-child(2) h3 {
	color: white !important;
}

.making-history-content:nth-child(3) {
	background-color: #326460;
}

.making-history-content:nth-child(4) {
	background-color: #326460;
}

.making-history-content:nth-child(5) {
    /*background-color: #eac047;*/
    background-color: #C5633C;
}

.making-history-content:nth-child(6) {
	background-color: #75A14F;
}

.making-history-content:nth-child(7) {
	background-color: #75A14F;
}

.making-history-content:nth-child(8) {
	background-color: #4D8057;
}

.making-history-content:last-child {
	background-color:#326460;
}

.making-history-content:last-child h3 {
	color:white;
}

.making-history-content:nth-child(8) {
    background-color: #326460;
    max-width: none;
    width: 38%;
}

.making-history-content h2,
.making-history-content h3,
.making-history-content p {
	margin-bottom: 0px;
}

.making-history-content p {
	padding: 0px 30px;
}

.making-history-content h2 {
	font-size: 76px;
	letter-spacing: -5px;
	line-height: 64px;
	color: #fff;
}

.making-history-content img {
	margin-top: 30px;
}
.making-history-content:nth-child(5) p {
	font-size: 23px;
	line-height: 34px;
	color: #fff;
}

/* About Historic */
.historic-main-div {
	display: flex;
	position: relative;
}

.first-section {
	width: 58%;
}

.second-section {
	width: 61%;
}

.historic-main-div .img {
	position: absolute;
	height: 530px;
	width: auto;
	left: 46%;
	bottom: 0px;
	transform: translateX(-50%);
}

.about-history-content {
    /*background-color: #eac047;*/
    background-color: #0F3B53;
	padding: 76px 70px;
}

.about-history-content p {
	font-size: 34px;
	letter-spacing: -2px;
	line-height: 37px;
	color: #fff;
	font-family: "Raleway";
	font-weight: bold;
	margin-bottom: 60px;
}

.about-history-content:first-child p {
	color: #fff;
}

.about-history-content:last-child p{
	margin-bottom: 0px;
	color: #0F3B53;
}

.first-section .about-history-content {
	padding-right: 311px;
}

.second-section h2 {
	display: inline-block;
	margin-left: auto;
	text-align: inherit;
	padding-left: 340px;
	margin-bottom: 30px;
}

.learn-more a {
	border-radius: 31px;
    background-color: #b96745;
    border: 1px solid #b96745;
    padding: 18px 55px;
    display: inline-block;
    margin-left: 150px;
    margin-top: 40px;
	color: #fff;
}

.second-section .about-history-content {
	background-color: #e0eac0;
	padding-left: 272px;
}

/* Map Container */
.map-container {
	margin: 160px 0px 155px 0px;
}

.map-container p {
	font-size: 22px;
	line-height: 30px;
	color: #1a3b51;
	font-family: "Raleway";
	margin-bottom: 40px;
}

.map-container h2 {
	margin-bottom: 25px;
}

.map-container.programs {
	background-color: #e0eac0;
	border: 1px solid #b5af7e;
	padding: 100px;
}

.map-container.programs h2 {
	font-size: 70px;
	letter-spacing: -4px;
	line-height: 63px;
	color: #1a3b51;
	margin-bottom: 50px;
}

#evcal_cur {
	font-size: 60px;
	line-height: 54px;
	color: #1a3b51;
	font-weight: 800;
	font-family: "Montserrat";
}

.ajde_evcal_calendar .calendar_header .evcal_arrows,
.evo_footer_nav .evcal_arrows {
	height: 70px;
	width: 70px;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows:before,
.evo_footer_nav .evcal_arrows:before {
	border-width: 0 3px 3px 0;
	margin: 28px;
}

.ajde_evcal_calendar {
	max-width: 1294px !important;
	margin: 0 auto !important;
}

.map-container.programs {
	margin-bottom: 90px;
}

.blogs-section h2 {
	font-size: 70px;
	letter-spacing: -3px;
	line-height: 75px;
	color: #1a3b51;
	font-family: "Mrs Eaves OT";
	margin-bottom: 60px;
}

.blogs-container {
	display: flex;
	gap: 40px;
}

.blogs-img {
	margin-bottom: 20px;
}

.blogs-content span {
	font-size: 19px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #7e9f58;
	font-weight: 600;
	font-family: "Raleway";
	margin-bottom: 10px;
	display: inline-block;
}

.blogs-content p {
	font-size: 26px;
	line-height: 32px;
	color: #1a3b51;
	font-family: "Raleway";
	margin-bottom: 20px;
}

.blogs-content h5 {
	font-size: 19px;
	line-height: 27px;
	color: #1a3b51;
	font-family: "Raleway";
}

.blogs-section {
	margin: 100px 0px;
}

.newsletter-section {
    /*background-color: #eac047;*/
    background-color: #C5633C;
	padding: 56px 0px;
}

.alt-font,
.ctct-disclosure,
.ctct-form label {
	display: none !important;
}

.newletter-form {
	display: flex;
	align-items: center;
	gap: 40px;
}

.newletter-form h3 {
	font-size: 60px;
	letter-spacing: -3px;
	line-height: 70px;
	color: #543019;
	font-family: "Mrs Eaves OT";
	font-weight: 500;
	margin-bottom: 0px !important;
	display: inline-block;
	width: auto;
	position: relative;
	padding-right: 50px;
}

.newletter-form h3::after {
	position: absolute;
	content: "";
	width: 30px;
	height: 45px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(img/right-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.ctct-form {
	display: flex;
	gap: 20px;
}

.newletter-form>div {
	width: 62.3%;
}

.newletter-form input[type=email] {
	font-size: 20px;
	line-height: 70px;
	color: #292929;
	font-family: "Raleway";
	height: auto;
	border-radius: 70px;
}

.ctct-form-wrapper .ctct-form-field {
	margin: 0px !important;
}

.newletter-form .ctct-form .ctct-form-field-email {
	width: 76%;
}

.ctct-form-field-submit .ctct-submit {
	width: 100%;
	height: 100%;
	border-radius: 70px;
	background-color: #b96745 !important;
	border: 1px solid #b96745 !important;
	box-shadow: none !important;
	transition: 0.5s ease-in-out;
}

.ctct-form-field-submit {
	width: 22%;
}

/* =====================================Footer========================================= */
.footer-content p {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-family: "Raleway";
}

#footer {
	/*background-color: #659067;*/
	background-color: #326560;
	padding: 137px 0px 100px 0px;
}

.footer-logo {
	max-width: 130px;
	width: 100%;
	transition: 0.5s ease-in-out;
}

.footer-logo:hover {
	opacity: 0.7;
}

.top-footer {
	display: flex;
	gap: 248px;
	align-items: center;
	margin-bottom: 90px;
}

.bottom-footer {
	display: flex;
	gap: 230px;
}

.bottom-footer h4,
.bottom-footer a,
.bottom-footer li {
	color: #ffffff;
}

.bottom-footer h4 {
	margin-bottom: 40px;
}

.bottom-footer ul {
	column-count: 3;
	list-style: none;
}

.bottom-footer ul li {
	padding-left: 15px;
	position: relative;
}

.bottom-footer ul li::after {
	position: absolute;
	content: "";
	top: 16px;
	left: 0px;
	width: 7px;
	height: 3px;
	background-color: white;
}

.social a {
	margin-right: 30px;
	font-size: 30px;
}

.copyright {
	padding: 25px 0px;
}

.copyright p {
	font-size: 18px;
	line-height: 30px;
	color: #1a3b51;
	font-family: "Raleway";
	text-align: center;
	margin-bottom: 0px;
}

.cross {
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

.links a:hover,
.social a:hover,
.cross:hover {
	opacity: 0.5;
}

.header-toggle {
	transition: 0.5s ease-in-out;
}

.header-toggle.not-active {
	height: 0px;
	overflow: hidden;
}

#fixed-header {
	background-color: white;
	transition: 0.5s ease-in-out;
}

#fixed-header.active {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	z-index: 999;
}

.layout-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 70px 0px;
}

.two-row-layout:nth-child(2n), .only-content:nth-child(2n) {
    background-color: #e0eac0;
}

.only-content .row-first-section .content a {
	background-color: transparent !important;
	padding: 0px !important;
	display: inline-block;
	border-radius: 0px;
	color: #b96745;
	border: 0px !important;
	text-transform: none !important;
}

.only-content .row-first-section .content a:hover {
	color: black !important;
}

.row-first-section {
	width: 49%;
}

.row-second-section {
	width: 48%;
}

.row-first-section h2 {
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 20px;
}

.address {
	border-radius: 30px;
	background-color: rgba(138, 220, 216, 0.4);
	padding: 50px;
	margin-bottom: 45px;
}

.address p,
.address ul li {
	font-size: 22px;
	line-height: 32px;
	color: #543019;
	margin-bottom: 20px;
	text-transform: initial;
}

.address ul {
	list-style: none;
	margin-bottom: 0px;
}

.address p {
	word-break: break-all;
}

.address p:last-of-type,
.address ul li:last-of-type {
	margin-bottom: 0px;
}

.row-first-section .content h3 {
	font-size: 27px;
	line-height: 39px;
	color: #543019;
	font-weight: bold;
}

.row-first-section .content p {
	font-size: 20px;
	line-height: 30px;
	font-family: "Raleway";
	color: #1d1d1d;
}

.row-first-section .content p:last-of-type {
	margin-bottom: 60px;
}

.row-first-section .content a {
	padding: 16px 55px;
    display: inline-block;
    border-radius: 30px;
    background-color: #b96745;
    border: 1px solid #b96745;
    color: white;
}

.row-first-section .content a:hover {
	background-color: white !important;
	color: #b96745 !important;
}

.row-second-section .list-items h3 {
	font-size: 28px;
	line-height: 39px;
	color: #3f3f3f;
	font-weight: bold;
	font-family: "Raleway";
}

.row-second-section .list-items li {
	font-size: 20px;
	line-height: 24px;
	color: #3f3f3f;
	font-family: "Raleway";
	text-transform: initial;
	position: relative;
	padding-left: 20px;
}

.row-second-section .list-items li::after {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 5px;
	background-color: #ffd21f;
	left: 0px;
	top: 8px;
}

.row-second-section .list-items ul {
	list-style: none;
	column-count: 3;
	margin-bottom: 0px;
}

.list-items {
	padding: 40px;
	border-radius: 30px;
	background-color: #ffffff;
	border: 3px solid #ffd21f;
	margin-top: 15px;
	text-align: initial;
}


/* =======================================Nav Menus============================================ */
.main-navigation {
	background-color: white;
	flex-direction: column;
	gap: 30px;
	position: absolute;
	top: 0px;
	max-width: 1920px;
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	padding: 50px;
}

.main-menu li {
	list-style: none;
	margin-bottom: 0px;
}

.main-menu a {
	color: black;
}

.main-menu li.has-dropdown:hover .nav-dropdown {
	display: block;
	visibility: visible;
	left: 24%;
	z-index: 99;
	margin-top: 0px;
	opacity: 1 !important;
	height: auto;
	top: 0px;
	max-height: max-content;
	position: initial;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 15px;
}

.main-menu .nav-dropdown.nav-dropdown-default>li>a {
	border-bottom: 1px solid #ececec !important;
}

.main-navigation {
	display: none;
}

.main-navigation.active {
	display: flex !important;
}

.menu-cross img {
	width: 40px;
}

.menu-cross.active {
	position: absolute;
	top: 50px;
	right: 50px;
	height: 40px;
}

.main-menu {
	background-color: white;
	flex-direction: column;
	gap: 30px;
	top: 0px;
	max-width: 1920px;
	width: 100%;
	padding: 50px;
	display: flex;
	position: relative;
}

.main-menu li {
	display: inline;
	width: fit-content;
}

.sub-menu-columns ul.nav-dropdown li {
	width: 30%;
}

.nav-container-slider .slick-track {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.featured-img.slick-slide {
	margin: 0px !important;
}

.row-second-section img {
	border-radius: 30px;
}

.only-content .row-first-section {
	width: 100%;
}

.only-content .container {
	max-width: 1280px !important;
}

.content h4 {
	font-size: 20px;
	line-height: 30px;
	color: #1d1d1d;
	/* font-family: "Dunbar Tall"; */
	font-family: "Raleway";
	letter-spacing: 1px;
	font-weight: 500;
}

.address a {
	color: #543019;
	text-transform: lowercase;
}

.closed.layout-flex>div {
	overflow: hidden;
}

.layout-flex>div {
	max-height: 100%;
	transition: 0.5s ease;
}

.row-second-section {
	text-align: end;
}

.faq-img {
	opacity: 1;
	transition: 0.5s ease;
}

.faq-img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.closed .faq-img {
	width: 53%;
	height: auto;
}

.closed.layout-flex .faq-content {
	margin: 60px 0px 0px 0px;
}

.closed .faq-content {
	opacity: 1;
	height: auto;
}

.faq-content {
	opacity: 0;
	height: 0px;
	overflow: hidden;
}

.learn-more {
	cursor: pointer;
}

.faq-content .content p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

.closed .row-first-section>.content,
.closed .row-first-section>.address,
.closed .list-items,
.closed .additional-img {
	opacity: 0;
	height: 0px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.row-first-section>.content,
.row-first-section>.address,
.list-items,
.additional-img {
	opacity: 1;
	height: auto;
	transition: 0.5s ease;
}

#result ul, #result1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 50px;
	border-bottom: 1px solid #eef4f7;
	padding-bottom: 50px;
	margin-bottom: 0px;
	gap: 8px;
}

#result1 {
	display: none;
}

.result-slider .slick-track {
	display: flex;
	gap: 10px;
}

#result li {
	margin-bottom: 0px;
}

#result li a {
	color: white;
	line-height: initial !important;
	font-size: 1.1rem;
    font-weight: 800;
}

#result li {
	background-color: #b96745;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #b96745;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	line-height: initial !important;
}

.two-row-layout {
	display: none;
}

.two-row-layout.visible {
	display: block;
}

#result:first-child {
	display: block;
}

#result {
	display: none;
}

.page-template-main #main .two-row-layout.visible {
	background-color: white;
}

.page-greenspace .only-content .layout-flex {
	padding: 0px;
}

.page-greenspace .only-content .container {
	max-width: 1560px !important;
}

#result li.active,
#result li:hover {
	color: #b96745 !important;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #b96745;
	background-color: white;
}

#result li.active a,
#result li:hover a {
	color: #b96745 !important;
}

#result .slick-dots {
	display: none !important;
}

#result .slick-arrow {
	display: none !important;
}

.two-row-layout .layout-flex {
	cursor: pointer;
}

.additional-img {
	margin-top: 15px;
}

.additional_image {
	display: flex;
	flex-direction: row;
	gap: 2%;
	flex-wrap: wrap;
}

.additional_image img {
	width: 32%;
	margin-bottom: 10px;
}

.banner.slick-slide {
    padding-top: 375px;
    padding-bottom: 88px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}

ul.slider {
    margin: 0 auto !important;
    max-width: 960px;
    border-radius: 31px;
    /*background-color: #eac047;*/
    background-color: #C5633C;
    text-align: center;
    padding: 43px 0 37px 0;
}

.slider h2 {
    font-size: 73px !important;
    letter-spacing: -1px;
    line-height: 83px !important;
    color: #fff;
    font-family: "Mrs Eaves OT" !important;
    text-align: center;
    margin: 0 !important;
    text-transform: capitalize;
}

.slider h4 {
    font-size: 25px !important;
    letter-spacing: 0px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: "Raleway";
    text-align: center;
}

h3.published-date {
    margin: 0 !important;
    text-transform: capitalize;
}

a.know-more {
    font-size: 1.2rem;
    line-height: 20px;
    border: 3px solid #fff;
    color: #fff;
    font-weight: 800;
    font-family: "Raleway";
    border-radius: 26px;
    padding: 14px 50px 14px 20px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
}

a.know-more:hover {
    background-color: #fff;
    border: 3px solid #fff;
    color: #f47e20;
}

.featured-img.slick-slide {
    margin: 0 30px 0 0;
}

.nav-container-slider {
	background: rgba(117,160,119,0.9999999999999999);
    padding-bottom: 88px;
}

.know-more i {
    font-family: 'evo_FontAwesomeS';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-nav img {
    border-radius: 27px;
    background: #fff;
    padding: 11px;
    filter: drop-shadow(0.4px 0px 5px rgba(0,0,0,0.29))
}

.slider.slider-nav {
    margin-top: -60px;
    z-index: 9;
    position: relative;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.slider-single {
    z-index: 1;
}

.featured-img.slick-slide {
	cursor:pointer;
	transition:0.5s ease-in-out;
}

.featured-img.slick-slide:hover {
	opacity:0.8;
}

.blogs-img {
	max-height: 275px;
    overflow: hidden;
}

.blogs {
    width: 33%;
}

.blogs-content p a {
	color:#1a3b51;
}

.blogs-content p, .blogs-img {
	transition:0.5s ease-in-out;
}

.blogs-img:hover, .blogs-content p:hover {
	opacity:0.7;
}

.header-wrapper {
	display: none !important;
}

.Activities-Heading, .Features-Heading {
    color: #1a3b51 !important;
}

.Features-Heading {
	margin: 20px 0px;
}

p a {
	    font-size: inherit;
    line-height: inherit;
    text-transform: capitalize;
    text-decoration: underline;
}

.bottom-btns a {
    padding: 12px 15px 12px 15px;
    background-color: transparent;
    border: 3px solid white;
    border-radius: 30px;
	display: inline-block;
}

.bottom-nav .container {
	align-items:center;
}

.bottom-btns {
    width: auto;
    max-width: 398px !important;
    display: flex;
    gap: 15px;
}

.custom-menu-list, .menu-item-has-children {
	list-style:none;
	margin-bottom:0px;
	
}
.custom-menu-list > a {
	display:inline-block;
}

.menu-item-has-children {
	position:relative;
}

.sub-menu {
    width: 500px;
    height: auto;
    position: absolute;
    list-style: none;
    margin: 0px;
    margin-top: 20px;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	flex-wrap: wrap;
    row-gap: 18px;
    column-gap: 30px;
}

#menu-custom-menu .sub-menu li {
	margin-bottom:0px;
	width: 46%;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.sub-menu li:last-of-type {
	margin-bottom:0px;
}

.sub-menu li > a {
	color: #0F3B53;
	transition:0.3s ease-in-out;
	padding:0px;
	margin:0px;
	font-size:16px;
	text-transform:capitalize;
}

.sub-menu li > a:hover {
	opacity:0.3;
}

.custom-menu-class .menu-item-has-children > a {
	padding-right: 40px;
	position:relative;
}

.custom-menu-class .menu-item-has-children > a::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(img/right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    transform: rotate(90deg);
    right: 13px;
    top: 20px;
    filter: invert(1);
}

.bottom-btns > a:hover, .custom-menu-class .menu-item-has-children > a:hover {
	color:white;
	opacity:0.3;
}

.menu{
	max-width: 35px;
}

.cross img, .menu-cross img {
	max-width:20px;
}

.custom-menu-class .sub-menu {
	display:none;
}

.custom-menu-class .sub-menu.Active {
	display:flex;
}

/*Custom Code  */
.Supports {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.Supports div{
	flex: 0 0 30%;
	text-align: center;
}

.news a {
	color: black;
}

.entry-content .col-inner a {
	color: #B95C37;
}
.page-k-12-resources .col-inner a {
	text-transform: lowercase;
}
.Annual-Report-2019, .Annual-Report-2020 {
	color: black;
}

.content-area a, .entry-content p a, .map-container p a {
	color:#B95C37;
}

.menu-historic-trail-container #menu-historic-trail {
	    max-width: none;
    width: 100%;
}


/* ==================================================Media Queries=========================================== */
@media only screen and (max-width:1680px) {
	.bottom-btns {
		max-width: 200px !important;
	}
	
	.bottom-btns a {
		padding: 5px 12px;
	}
	
	.custom-menu-class .menu-item-has-children > a {
		padding-right: 30px;
	}
	
	.custom-menu-class .menu-item-has-children > a::after {
		    top: 13px;
	}
	
	.bottom-nav select {
		max-width: 200px;
	}
	
	.bottom-nav .container>div {
    max-width: 200px;
}
	
	.slider.slider-nav {
		padding: 0px 20px;
	}

	.container {
		max-width: 1280px !important;
		width: 100% !important;
		margin: 0 auto;
		padding: 0px 40px !important;
	}

	.header-title p {
		font-size: 18px;
		line-height: 20px;
	}

	.cross img {
		max-width: 30px;
	}

	.logo {
		max-width: 400px;
		margin-left: 0px;
		width: 100%;
	}

	.search {
		width: 30%;
	}

	.search input {
		padding: 14px 25px;
	}

	.btns a {
		padding: 11px 20px;
	}

	a {
		font-size: 1rem;
		line-height: 24px;
	}

	.search::after {
		width: 20px;
		height: 20px;
	}

	.menu img {
		width: 40px;
	}

	.bottom-nav select {
		max-width: 200px;
		font-size: 16px;
		line-height: 20px;
	}

	.bottom-nav .container>div {
		max-width: 200px;
	}

	.banner.slick-slide {
		padding-top: 200px;
		padding-bottom: 80px;
	}

	h3.published-date {
		font-size: 30px;
		letter-spacing: 0px;
		line-height: 30px;
	}

	.slider h2 {
		font-size: 60px !important;
		letter-spacing: -1px;
		line-height: 70px !important;
	}

	.slider h4 {
		font-size: 20px !important;
		letter-spacing: 0px;
		line-height: 30px;
	}

	.nav-container-slider {
		padding-bottom: 50px;
	}

	.making-history,
	.map-container {
		margin: 80px 0px;
	}

	h2 {
		font-size: 50px;
		letter-spacing: -1px;
		line-height: 60px;
	}

	h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.making-history-content {
		max-width: none;
		width: 32.3%;
		max-height: 249px;
		height: 100%;
		min-height: 249px;
		border-radius: 12px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		justify-content: center;
		gap: 10px;
		padding: 25px;
	}
	
	.making-history-content:nth-child(8) {
		width: 32.3%;
	}

	.making-history-content:last-child,
	.making-history-content:nth-last-child(3) {
		margin-top: -21.5%;
	}

	.making-history-content h2,
	.blogs-section h2,
	.map-container.programs h2 {
		font-size: 40px;
		letter-spacing: 0px;
		line-height: 45px;
	}

	.making-history-content:nth-child(5) p {
		font-size: 18px;
		line-height: 28px;
	}

	.about-history-content p {
		font-size: 22px;
		letter-spacing: 0px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.historic-main-div .img {
		position: absolute;
		height: auto;
		width: 31%;
	}

	.first-section .about-history-content {
		padding-right: 220px;
	}

	.second-section .about-history-content {
		padding-left: 240px;
	}

	.about-history-content {
		padding: 50px;
	}

	.historic-main-div .img {
		left: 49%;
	}

	.learn-more a {
		margin-left: 40px;
		margin-top: 40px;
	}

	.map-container.programs {
		padding: 80px 0px;
	}

	.blogs-section h2 {
		margin-bottom: 50px;
	}

	.blogs-content span {
		font-size: 16px;
		letter-spacing: 0px;
		line-height: 24px;
	}

	.blogs-content p {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.blogs-content h5 {
		font-size: 16px;
		line-height: 24px;
	}

	#evcal_cur {
		font-size: 42px;
		line-height: 42px;
	}

	.ajde_evcal_calendar .calendar_header .evcal_arrows,
	.evo_footer_nav .evcal_arrows {
		height: 50px;
		width: 50px;
	}

	.ajde_evcal_calendar .calendar_header .evcal_arrows:before,
	.evo_footer_nav .evcal_arrows:before {
		border-width: 0 3px 3px 0;
		margin: 18px;
	}

	#footer {
		padding: 80px 0px 80px 0px;
	}

	.newletter-form h3 {
		font-size: 40px;
		letter-spacing: -3px;
		line-height: 50px;
	}

	.newletter-form h3::after {
		position: absolute;
		content: "";
		width: 21px;
		height: 35px;
	}

	.newletter-form input[type=email] {
		font-size: 20px;
		line-height: 54px;
	}

	.newsletter-section {
		background-color: #ffde17;
		padding: 40px 0px;
	}

	.footer-content p {
		font-size: 18px;
		line-height: 30px;
	}

	.top-footer {
		margin-bottom: 50px;
	}

	h4 {
		font-size: 20px;
		line-height: 20px;
	}

	.bottom-footer h4 {
		margin-bottom: 20px;
	}

	.social a {
		margin-right: 20px;
		font-size: 24px;
	}

	.copyright p {
		font-size: 16px;
		line-height: 20px;
	}

	.row-first-section h2 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 20px;
		letter-spacing: -3px;
	}

	.address {
		padding: 30px;
		margin-bottom: 40px;
	}

	.address p,
	.address ul li {
		font-size: 16px;
		line-height: 22px;
		color: #543019;
		margin-bottom: 12px;
		text-transform: initial;
	}

	.row-first-section .content h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.row-first-section .content p {
		font-size: 16px;
		line-height: 26px;
		font-family: "Raleway";
		color: #1d1d1d;
	}

	.row-first-section .content p:last-of-type {
		margin-bottom: 30px;
	}

	.row-second-section .list-items h3 {
		font-size: 22px;
		line-height: 32px;
	}

	.row-second-section .list-items li {
		font-size: 16px;
		line-height: 24px;
		padding-left: 17px;
	}

	.list-items {
		padding: 30px;
	}

	.layout-flex {
		padding: 50px 0px;
	}

	.newletter-form h3 {
		padding-right: 50px;
	}

	.closed.layout-flex .faq-content {
		margin: 30px 0px 0px 0px;
	}

	.content h4 {
		font-size: 16px;
		line-height: 24px;
	}
	
	.sub-menu {
		left: -20px;
	}
}

@media only screen and (max-width:1200px) {
	.sub-menu {
		margin-top:10px;
	}
	
	.header-title p {
		font-size: 14px;
		line-height: 20px;
	}

	.header-title {
		padding: 10px 20px;
	}

	.cross img {
		max-width: 20px;
	}

	.logo {
		max-width: 230px;
	}

	.navbar .logo {
		margin-bottom: -35px;
	}

	.search input {
		padding: 8px 18px;
		font-size: 14px;
		line-height: 20px;
	}

	a {
		font-size: 18px;
		line-height: 24px;
	}

	.btns a {
		line-height: 15px;
	}

	.menu img {
		width: 30px;
	}

	.bottom-nav .container>div {
		max-width: 180px;
	}

	.bottom-nav select {
		max-width: initial;
		font-size: 14px;
		line-height: 20px;
	}

	.bottom-nav {
		padding: 10px 20px;
	}

	.banner.slick-slide {
		padding-top: 100px;
		padding-bottom: 80px;
	}

	h3.published-date {
		font-size: 20px;
		letter-spacing: 0px;
		line-height: 24px;
	}

	.slider h2 {
		font-size: 48px !important;
		letter-spacing: -1px;
		line-height: 58px !important;
	}

	.slider h4 {
		font-size: 18px !important;
		letter-spacing: 0px;
		line-height: 24px;
	}

	ul.slider {
		padding: 30px 20px;
	}

	a.know-more {
		font-size: 15px;
		line-height: 20px;
		border: 2px solid #000;
		padding: 10px 40px 10px 20px;
	}

	.slider-nav img {
		width: 100%;
	}

	.nav-container-slider {
		padding-bottom: 30px;
	}

	.slider-nav img {
		border-radius: 18px;
		padding: 6px;
	}

	.making-history,
	.map-container {
		margin: 50px 0px;
	}

	h2 {
		font-size: 36px;
		letter-spacing: -1px;
		line-height: 46px;
	}

	.making-history-content img {
		max-height: 74px;
		width: auto;
	}

	h3 {
		font-size: 18px;
		line-height: 26px;
	}

	.making-history-content p {
		padding: 0px 10px;
	}

	.making-history-content h2,
	.blogs-section h2,
	.map-container.programs h2 {
		font-size: 28px;
		letter-spacing: 0px;
		line-height: 38px;
	}

	.making-history-content:last-child, .making-history-content:nth-last-child(3) {
    margin-top: -8.4%;
}

	.making-history-content:nth-child(5) {
		max-height: 300px;
		min-height: 300px;
		height: 100%;
	}

	.making-history-content p,
	.making-history-content:nth-child(5) p {
		padding: 0px;
		font-size: 14px;
		line-height: 24px;
	}

	.making-history .container>h2 {
		margin-bottom: 30px;
	}

	.about-history-content p {
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.learn-more a {
		margin-left: 20px;
		margin-top: 20px;
		padding: 10px 45px;
	}

	.first-section .about-history-content {
		padding: 30px;
	}

	.second-section h2 {
		padding-left: 20px;
		margin-bottom: 20px;
	}

	.second-section h2 {
		margin-bottom: 20px;
		margin-left: auto;
		width: 100%;
		display: inline-block;
		text-align: end;
	}

	.second-section .about-history-content {
		padding-left: 30px;
	}

	.map-container h2 {
		margin-bottom: 20px;
	}

	.map-container p {
		font-size: 18px;
		line-height: 24px;
	}

	.map-container.programs {
		padding: 50px 0px;
		margin-bottom: 50px;
	}

	.map-container.programs h2 {
		margin-bottom: 30px;
	}

	#evcal_cur {
		font-size: 32px;
		line-height: 32px;
	}

	.blogs-section {
		margin: 50px 0px;
	}

	.about-history-content {
		padding: 30px;
	}

	.newletter-form h3 {
		font-size: 24px;
		letter-spacing: -1px;
		line-height: 36px;
	}

	.newletter-form h3::after {
		position: absolute;
		content: "";
		width: 12px;
		height: 29px;
	}

	.newletter-form input[type=email],
	input[type=submit] {
		font-size: 16px;
		line-height: 38px;
	}

	.newsletter-section {
		padding: 30px 0px;
	}

	.top-footer {
		margin-bottom: 30px;
	}

	.footer-content p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 0px;
	}

	.bottom-footer h4 {
		margin-bottom: 16px;
	}

	.links {
		width: 60%;
	}

	.social-links {
		width: 30%;
	}

	h4 {
		font-size: 16px;
		line-height: 20px;
	}

	.social a {
		margin-right: 18px;
		font-size: 18px;
	}

	#footer {
		padding: 50px 0px;
	}

	.copyright p {
		font-size: 12px;
		line-height: 20px;
	}

	.copyright {
		padding: 15px 0px;
	}

	.blogs-content span {
		font-size: 14px;
		letter-spacing: 0px;
		line-height: 20px;
	}

	.blogs-content p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.blogs-content h5 {
		font-size: 14px;
		line-height: 20px;
	}

	.making-history-content {
		min-height: 200px;
		max-height: 200px;
	}

	.historic-main-div .img {
		width: 20%;
		display: none;
	}

	.second-section h2 {
		text-align: start;
	}

	.second-section h2 br {
		display: none;
	}

	.ajde_evcal_calendar .calendar_header .evcal_arrows,
	.evo_footer_nav .evcal_arrows {
		height: 40px;
		width: 40px;
	}

	.ajde_evcal_calendar .calendar_header .evcal_arrows:before,
	.evo_footer_nav .evcal_arrows:before {
		margin: 14px;
	}

	.eventon_fc_days .evo_fc_day span.evo_day_in {
		font-size: 16px;
		line-height: 16px;
	}
}


@media only screen and (max-width:991px) {
	.Supports div{
		flex: 0 0 48%;
    }
	.bottom-btns a {
		font-size: 12px;
		border: 1px solid white;
	}
	
	.bottom-btns {
    max-width: 230px !important;
}
	
	.navbar .logo {
    margin-bottom: -18px;
}
	
	.header-title {
		justify-content: space-between;
	}

	.header-title p {
		font-size: 12px;
		line-height: 20px;
	}

	.container {
		padding: 0px 20px !important;
	}

	.logo {
		margin-left: -13px;
	}

	.search input {
		padding: 5px 12px;
		font-size: 12px;
		line-height: 20px;
	}

	.btns a {
		padding: 7px 10px;
		font-size: 12px;
		line-height: 20px;
	}

	.menu img {
		width: 25px;
	}

	.bottom-nav select {
		max-width: initial;
		font-size: 12px;
		line-height: 20px;
	}

	.search::after {
		width: 20px;
		height: 20px;
		background-color: white;
	}

	h3.published-date {
		font-size: 16px;
		letter-spacing: 0px;
		line-height: 24px;
	}

	.slider h2 {
		font-size: 32px !important;
		letter-spacing: -1px;
		line-height: 40px !important;
	}

	.slider h4 {
		font-size: 14px !important;
		letter-spacing: 0px;
		line-height: 20px;
	}

	a.know-more {
		font-size: 14px;
		line-height: 20px;
		border: 1px solid #000;
		padding: 6px 36px 7px 14px;
	}

	.making-history,
	.map-container {
		margin: 30px 0px;
	}

	h2 {
		font-size: 28px;
		letter-spacing: -1px;
		line-height: 38px;
	}

	.making-history .container>h2 {
		margin-bottom: 20px;
	}

	.making-history-content {
		min-height: 158px;
		max-height: none;
	}

	.making-history-content {
		width: 49% !important;
	}

	.making-history-content img {
		max-height: 60px;
		width: auto;
	}

	.making-history-content:last-child,
	.making-history-content:nth-last-child(3) {
		margin-top: 0px;
	}

	.historic-main-div {
		flex-wrap: wrap;
	}

	.img img {
		width: 70%;
	}

	.historic-main-div .img {
		width: 20%;
		position: relative;
		width: 100%;
		order: 0;
		text-align: center;
		margin-bottom: 20px;
		display: block;
	}

	.first-section {
		width: 50%;
		order: 1;
	}

	.second-section {
		width: 50%;
		order: 2;
	}

	.map-container.programs {
		padding: 30px 0px;
		margin-bottom: 30px;
	}

	.map-container p,
	.blogs-section h2 {
		margin-bottom: 30px;
	}

	.blogs-section {
		margin: 30px 0px;
	}

	.newletter-form {
		flex-direction: column;
		gap: 20px;
	}

	.ctct-form {
		display: flex;
		gap: 10px;
		align-items: center;
	}

	.newsletter-section {
		padding: 20px 0px;
	}

	.top-footer {
		gap: 30px;
		margin-bottom: 50px;
	}

	.bottom-footer {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
	}

	.links {
		width: 100%;
	}

	.social-links {
		width: 100%;
	}

	#footer {
		padding: 30px 0px;
	}

	.newletter-form input[type=email],
	input[type=submit] {
		font-size: 14px;
		line-height: 38px;
	}

	.making-history-content:nth-child(5) {
		max-height: initial;
		min-height: auto;
		height: 100%;
	}

	/* Greenspace */
	.row-first-section h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
		letter-spacing: -3px;
	}

	.address p,
	.address ul li {
		font-size: 14px;
		line-height: 22px;
	}

	.address {
		padding: 20px;
		margin-bottom: 20px;
	}

	.row-first-section .content h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.row-first-section .content a {
		padding: 10px 45px;
	}

	.row-second-section .list-items h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.layout-flex {
		padding: 30px 0px;
	}

	.row-first-section .content p {
		font-size: 14px;
		line-height: 24px;
	}

	.row-first-section .content p:last-of-type {
		margin-bottom: 20px;
	}

	.row-first-section .content a {
		padding: 8px 36px;
	}

	.list-items {
		padding: 20px;
		border: 2px solid #ffd21f;
	}

	.row-second-section .list-items li {
		font-size: 14px;
		line-height: 20px;
		padding-left: 10px;
	}

	.row-second-section .list-items li::after {
		width: 5px;
		height: 5px;
	}

	.newletter-form h3 {
		padding-right: 22px;
	}

	#result li {
		padding: 9px 30px !important;
		line-height: 16px !important;
	}

	.additional_image img {
		width: 49%;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:767px) {
	.Supports div{
		flex: 0 0 100%;
	}
	.bottom-nav .container>div {
		max-width: 140px;
	}
	
	.sub-menu-columns ul.nav-dropdown li {
    width: 41%;
}
	
	.main-menu {
		padding: 20px;
	}
	
	.menu-cross.active {
    position: absolute;
    top: 26px;
    right: 0px;
    height: 40px;
}

	.navbar .logo {
		margin-bottom: -15px;
	}

	.closed .faq-img {
		width: 100%;
		height: auto;
	}

	.search,
	.btns {
		display: none;
	}

	.menu img {
		width: 30px;
	}

	.making-history-content:nth-child(2),
	.making-history-content:nth-child(5) {
		max-width: initial;
		width: 100%;
	}

	.making-history .content {
		justify-content: center;
	}

	.img img {
		width: 90%;
	}

	.historic-main-div .img {
		margin-bottom: 0px;
	}

	.first-section,
	.second-section {
		width: 100%;
	}

	.historic-main-div {
		gap: 30px;
	}

	.top-footer {
		justify-content: space-between;
	}

	.footer-logo {
		max-width: none;
		width: 13%;
	}

	.footer-content {
		width: 60%;
	}

	.top-footer {
		margin-bottom: 30px;
	}

	.newletter-form>div {
		width: 100%;
	}

	.row-second-section .list-items ul {
		column-count: 2;
	}

	.making-history-content {
		min-height: none;
		max-height: none;
	}

	.content h4 {
		font-size: 14px;
		line-height: 24px;
	}

	.closed.layout-flex .faq-content {
		margin: 10px 0px 0px 0px;
	}

	#result ul {
		padding-bottom: 30px;
		margin-top: 30px;
	}

	#result li {
		padding: 0px !important;
		line-height: 16px !important;
		background-color: transparent;
		color: #f47e20;
		border: 0px !important;
	}

	#result li a {
		color: #f47e20 !important;
		text-decoration: underline !important;
		text-underline-offset: 3px !important; 
	}

	#result li a:hover {
		color: black !important;
	}

	#result:first-child {
		display: none;
	}

	#result1 {
		display: block;
		margin-top: 30px;
		padding-bottom: 30px;
	}

	#result1 .dropdown-menu {
		font-size: 14px;
		line-height: 20px;
	}
	
	.blogs {
    width: 100%;
}
	
	.bottom-btns {
		display:none;
	}

}

@media only screen and (max-width:580px) {
	.making-history-content {
    width: 100% !important;
}
	
	.bottom-nav .container {
		padding:0px !important;
	}
	
	.bottom-btns {
		gap: 10px;
	}
	
	.bottom-nav .container>div {
    max-width: 140px;
}
	
	.bottom-footer ul li::after {
		top: 17px;
	}

	.making-history .content {
		gap: 4%;
	}

	.making-history-content {
		width: 48%;
		margin-bottom: 4%;
	}

	h3 {
		font-size: 14px;
		line-height: 24px;
	}

	.slider h2 {
		font-size: 28px !important;
		letter-spacing: -1px;
		line-height: 32px !important;
	}

	h3.published-date {
		font-size: 14px;
		letter-spacing: 0px;
		line-height: 24px;
	}

	.banner.slick-slide {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.nav-container-slider {
		padding-bottom: 14px;
		margin-top: 50px;
	}

	h2 {
		font-size: 24px;
		letter-spacing: -1px;
		line-height: 30px;
	}

	.about-history-content p {
		font-size: 16px;
		letter-spacing: 0px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.map-container p {
		font-size: 16px;
		line-height: 24px;
	}

	.making-history-content h2,
	.blogs-section h2,
	.map-container.programs h2 {
		font-size: 24px;
		letter-spacing: 0px;
		line-height: 30px;
	}

	#evcal_cur {
		font-size: 24px;
		line-height: 32px;
	}

	.ajde_evcal_calendar .calendar_header .evcal_arrows,
	.evo_footer_nav .evcal_arrows {
		height: 34px;
		width: 34px;
	}

	.ajde_evcal_calendar .calendar_header .evcal_arrows:before,
	.evo_footer_nav .evcal_arrows:before {
		margin: 10px;
	}

	.blogs-container {
		flex-wrap: wrap;
	}

	.footer-logo {
		max-width: none;
		width: 40%;
		margin: 0 auto;
	}

	.footer-content {
		width: 100%;
	}

	.top-footer {
		flex-wrap: wrap;
		gap: 30px;
		text-align: center;
	}

	.bottom-footer ul {
		column-count: 2;
	}

	.ctct-form-field-submit {
		width: 40%;
	}

	.newletter-form .ctct-form .ctct-form-field-email {
		width: 60%;
	}

	.row-first-section,
	.row-second-section {
		width: 100%;
	}

	.layout-flex {
		flex-direction: column;
		gap: 20px;
	}

	.newletter-form h3::after {
		position: absolute;
		content: "";
		width: 8px;
		height: 18px;
	}

	.newletter-form h3 {
		padding-right: 20px;
	}

	.nav-container-slider .slick-track {
		display: flex;
		justify-content: center;
		gap: 5px;
	}
	
	.main-menu {
		padding:0px;
	}
	
	.menu-cross.active {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
}
	
	.main-navigation {
		padding: 20px;	
	}
	
	.main-navigation .container {
		padding:0px !important;
	}

}

.slick-arrow {
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
}

/* New Design */

.ux-menu-title {
	font-family: lato, sans-serif;
	font-size: 1.7em;
	font-weight: 700;
	text-transform: capitalize;
}
.history a {
	color: #579263!important;
}
.anchor {
	position: relative;
}

#lenape, #colonial, #revolutionary, #railroad, #victorian, #wwii, #twenty, #women, #religious, #african, #science, #military, #ethnic, #cemetery {
    scroll-margin-top: 250px;
	position: absolute;
    left: 0;
/*    top: -200px;*/
    height: 0;
    width: 0;
}

.event-slider {
	margin-top: 30px;
}


