

/*-------------------------------------------------------
Theme Name: Hidden Villa
Description: A child theme template for Divi
Author: BKW
Template: Divi
Version: 1.0.4
----------------- ADDITIONAL CSS HERE ------------------*/
/*

 $$$$$$$\  $$$$$$\  $$$$$$\$$$$\  $$$$$$\$$$$\   $$$$$$\  $$$$$$$\
$$  _____|$$  __$$\ $$  _$$  _$$\ $$  _$$  _$$\ $$  __$$\ $$  __$$\
$$ /      $$ /  $$ |$$ / $$ / $$ |$$ / $$ / $$ |$$ /  $$ |$$ |  $$ |
$$ |      $$ |  $$ |$$ | $$ | $$ |$$ | $$ | $$ |$$ |  $$ |$$ |  $$ |
\$$$$$$$\ \$$$$$$  |$$ | $$ | $$ |$$ | $$ | $$ |\$$$$$$  |$$ |  $$ |
 \_______| \______/ \__| \__| \__|\__| \__| \__| \______/ \__|  \__|

*/

.hv_button, .small-button.smallblue, a.bigblue, a.smallblue {
    display: inline-block;
    margin: 1em 0;
    padding: 8px 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    transition: 0.4s all linear;
    cursor: pointer;
}

.small-button.smallblue, a.bigblue, a.smallblue {
    padding: 10px 20px;
}

a.small-button.smallblue, a.bigblue, a.smallblue {
    background: #24799D;
    color: #fff !important;
    border: none;
    box-shadow: none;
    text-shadow: none;
    line-height: auto;
}

.hv_button:hover, .small-button.smallblue:hover, a.bigblue:hover, a.smallblue:hover {
    transition: 0.2s all linear;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

a.small-button.smallblue:hover, a.bigblue:hover, a.smallblue:hover  {
    background: #24799de3;
	color:white !important;
}

.hv_content {
    clear: both;
}

.hv_content > li {
    width: calc(100% - 20px);
    margin: 10px;
}

body:not(.home) #main-content {
    margin-top: 50px;
}

body.admin-bar #page-container {
    margin-top: -32px;
}

#main-content p, #main-content ul:not(.hv_content){
    max-width: 840px;
}

.frm_forms.with_frm_style.frm_style_formidable-style {
    padding: 20px 0;
}

.frm_button_submit {
    text-transform: uppercase;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
	background: #24799de3;
	color: #fff;
}

.et_pb_side_nav {
    display: none !important;
}

.description img {
    display: none;
}

.entry-content img {
	padding:20px 0;
}

.main_title_sub {
    margin-top: -22px;
    font-size: 16px;
    font-weight: 600;
}

.et-learn-more {
	margin: 20px 1px;
	border:none;
}

.et-learn-more h3.heading-more {
    background: white;
	color:#666666;
	border: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
}

.et-learn-more .learn-more-content {
	padding: 30px 10px 20px;
}

.et-learn-more .learn-more-content p, .et-learn-more .learn-more-content li {
    color: #666666;
}

p:last-of-type, .fluid-width-video-wrapper {
    margin-bottom: 20px;
	padding-bottom:1em;
}

blockquote {
    background: #f8f8f8;
    border: none;
    padding: 20px 25px 5px 25px;
}

blockquote h3 {
    line-height: 30px;
    font-weight: 700;
    color: #939393;
}




/*

$$\                                 $$\
$$ |                                $$ |
$$$$$$$\   $$$$$$\   $$$$$$\   $$$$$$$ | $$$$$$\   $$$$$$\
$$  __$$\ $$  __$$\  \____$$\ $$  __$$ |$$  __$$\ $$  __$$\
$$ |  $$ |$$$$$$$$ | $$$$$$$ |$$ /  $$ |$$$$$$$$ |$$ |  \__|
$$ |  $$ |$$   ____|$$  __$$ |$$ |  $$ |$$   ____|$$ |
$$ |  $$ |\$$$$$$$\ \$$$$$$$ |\$$$$$$$ |\$$$$$$$\ $$ |
\__|  \__| \_______| \_______| \_______| \_______|\__|


*/


.nav li ul {
    padding: 0;
    left: -20px;
    width: 200px;
    border-top: none;
}

.nav li li ul {
	left: 200px;
}

#top-menu li li {
    padding: 0;
    line-height: 1.6em;
}

#top-menu li li a {
    padding: 10px 20px;
}

#main-header, .nav .sub-menu {
    z-index: 99999;
}

#main-header .nav a:hover, .et_mobile_menu li a:hover {
    opacity: 1;
    color: #111;
}

#top-menu li.current-menu-ancestor > a:hover {
    color: #669d24;
}

.nav ul li a:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    display: none;
}

#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child {
    padding-right: 0;
}

#pre-header {
    position: fixed;
    top: 0;
    left: 0;
    width :100%;
    height: 50px;
    background-color: #F8F8F8;
    z-index: 99999;
}

#et_top_search {
    margin: 8px 0 0 0;
    float: right;
}

#hv_donate-header {
    display: block;
    float: right;
    padding: 6px 0 0 20px;
}

#hv_donate-header .hv_button {
    margin-top: 4px;
    padding: 3px 15px;
    background-color: #24799D;
    font-size: 13px;
    color: #fff;
}

#hv_donate-header .hv_button:hover {
    background-color: #24799de3;
}

#main-header {
    top: 50px !important;
}

.admin-bar #pre-header {
    top: 32px !important;
}

.admin-bar #main-header {
    top: 82px !important;
}


#page-container {
    padding-top: 130px;
}

#content-area {
    padding-bottom: 50px;
}




/*

$$\
$$ |
$$$$$$$\   $$$$$$\  $$$$$$\$$$$\   $$$$$$\
$$  __$$\ $$  __$$\ $$  _$$  _$$\ $$  __$$\
$$ |  $$ |$$ /  $$ |$$ / $$ / $$ |$$$$$$$$ |
$$ |  $$ |$$ |  $$ |$$ | $$ | $$ |$$   ____|
$$ |  $$ |\$$$$$$  |$$ | $$ | $$ |\$$$$$$$\
\__|  \__| \______/ \__| \__| \__| \_______|

*/

.home .header-content {
    width: 100% !important;
    max-width: 700px !important;
}

.home .et_pb_section_1 {
    padding-top: 0;
}

#hv_home_header, #hv_home_header_mobile {
    padding-top: 50px;
}

#hv_home_header_mobile {
    padding-top: 45px;
}

#hv_home_header .et_pb_slider_container_inner,  #hv_home_header_mobile .et_pb_slider_container_inner {
    padding: 40px 0;
}

#hv_home_header .et_pb_slide_description {
	margin-left:0;
	padding-left:0;
}

#hv_home_header .et_pb_slide_content {
    max-width: 450px;
}


#hv_home_header .et_pb_container.clearfix {
    margin-left: 4%;
}


#hv_home_header_mobile h1.et_pb_slide_title {
    font-weight: 700 !important;
}

.home #intro_text_mobile h4 {
	line-height:1.3em;
}

.home #intro_text_mobile {
    margin-bottom: -35px;
    padding-bottom: 0;
    padding-top: 40px;
}

#hv_videoHome {
    position: relative;
}

.home .et_pb_code_inner {
    margin-bottom: 50px;
}

.hv_content.grid-image.home-grid > li {
    margin-bottom: 50px;
}

.hv_content.grid-image.home-grid .info {
    top: 100%;
    background-color: transparent;
}

.hv_content.grid-image.home-grid h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.home .info p {
    line-height: 22px;
	margin-bottom:0;
}

.hv_content.home-footer > li {
    width: calc(100% - 20px);
}

.hv_content.home-footer .thumb {
    padding-top: 55%;
}

.hv_content.home-footer li:last-child {
    margin-right: 0;
}

.hv_content.home-footer .info {
    position: relative;
    padding: 7% 7% 8% 7% !important;
}

.hv_content.home-footer h3 {
    font-weight: 600;
}

.hv_content.home-footer a p {
    color: #666;
}




#image-header {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #dedede;
}

/*
.home #image-header > * {
    max-width: 700px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.home #image-header h1 {
    font-size: 42px;
    font-weight: 700;
    padding-top: 150px;
}

.home #image-header p {
    font-size: 20px;
}
*/


/*

  $$\     $$\                         $$\ $$\
  $$ |    \__|                        $$ |\__|
$$$$$$\   $$\ $$$$$$\$$$$\   $$$$$$\  $$ |$$\ $$$$$$$\   $$$$$$\
\_$$  _|  $$ |$$  _$$  _$$\ $$  __$$\ $$ |$$ |$$  __$$\ $$  __$$\
  $$ |    $$ |$$ / $$ / $$ |$$$$$$$$ |$$ |$$ |$$ |  $$ |$$$$$$$$ |
  $$ |$$\ $$ |$$ | $$ | $$ |$$   ____|$$ |$$ |$$ |  $$ |$$   ____|
  \$$$$  |$$ |$$ | $$ | $$ |\$$$$$$$\ $$ |$$ |$$ |  $$ |\$$$$$$$\
   \____/ \__|\__| \__| \__| \_______|\__|\__|\__|  \__| \_______|

*/


.tm_timeline-layout-vertical-chessOrder .tm_timeline__tense {
    width: 1px;
    background-color: #B3B3B3;
}

.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd .tm_timeline__event__date, .tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd .tm_timeline__event__title, .tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd .tm_timeline__event__description {
    transform: translateX(20px);
}

.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even .tm_timeline__event__date, .tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even .tm_timeline__event__title, .tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even .tm_timeline__event__description {
    transform: translateX(-20px);
}

.tm_timeline__event-odd {
    padding: 10px;
}

.tm_timeline__event__dot {
    width: 16px;
    height: 16px;
    background: #24799D;
    box-shadow: none;
}

.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd .tm_timeline__event__dot {
    transform: translate(-8px, 6px);
}

.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even .tm_timeline__event__dot {
    transform: translate(8px, 6px);
}

.tm_timeline__event__title {
    display: none;
}

.tm_timeline__event-odd {
    padding: 10px;
}

.tm_timeline__event-even {
    padding: 10px;
}

.tm_timeline__event__date {
    color: #24799D;
    font-size: 24px;
    line-height: 24px;
}

.tm_timeline__event-odd .tm_timeline__event__date {
    padding-left: 18px;
}

.tm_timeline__event-even .tm_timeline__event__date {
    padding-right: 18px;
}

.tm_timeline__event__description {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    padding: 40px 20px 10px 20px;
    margin-top: -35px;
}

.tm_timeline__event__description:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 20px;
    left: -4px;
    background-color: #fff;
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.1);
    transform: rotateZ(45deg);
}

.tm_timeline__event-even .tm_timeline__event__description:before {
    right: -4px;
    left: auto;
    box-shadow: 3px -2px 5px rgba(0, 0, 0, 0.1);
}

.tm_timeline__event__description P {
    line-height: 1.4em;
}

#post-386 p:last-child {
    max-width: none;
}

/*

          $$\       $$\           $$\
          \__|      $$ |          $$ |
 $$$$$$$\ $$\  $$$$$$$ | $$$$$$\  $$$$$$$\   $$$$$$\   $$$$$$\
$$  _____|$$ |$$  __$$ |$$  __$$\ $$  __$$\  \____$$\ $$  __$$\
\$$$$$$\  $$ |$$ /  $$ |$$$$$$$$ |$$ |  $$ | $$$$$$$ |$$ |  \__|
 \____$$\ $$ |$$ |  $$ |$$   ____|$$ |  $$ |$$  __$$ |$$ |
$$$$$$$  |$$ |\$$$$$$$ |\$$$$$$$\ $$$$$$$  |\$$$$$$$ |$$ |
\_______/ \__| \_______| \_______|\_______/  \_______|\__|

*/

#sidebar {
    display: none;
}

#sidebar.fixed {
    position: fixed;
    top: 130px;
}

#sidebar li.menu-item:first-child a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #669d24;
}


#sidebar h4.widgettitle {
	display:none;
}

#sidebar a:hover {
    color: #24799d;
}

#sidebar .current-menu-item a {
    color: #669d24;
}

#left-area ul.hv_content, ul.hv_content {
    position: relative;
    width: calc(100% + 20px);
    margin: .5em -10px;
    padding: 0;
}

#hv_callout {
    display: none;
    position: relative;
    float: right;
    width: 33.3333%;
    max-width: 280px;
    margin: 0 0 30px 30px;
    padding: 20px;
    background-color: #24799D;
    color: #fff;
}

#hv_callout:hover {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.11);
}

#hv_callout h4 {
    color: #fff;
    font-weight: 700;
}

#hv_callout p {
    padding-bottom: 0;
}

#hv_callout .hv_button {
    background-color: #fff;
    margin: 0;
}



/*
                               $$\                          $$\
                               $$ |                         $$ |
 $$$$$$$\  $$$$$$\  $$$$$$$\ $$$$$$\    $$$$$$\  $$$$$$$\ $$$$$$\
$$  _____|$$  __$$\ $$  __$$\\_$$  _|  $$  __$$\ $$  __$$\\_$$  _|
$$ /      $$ /  $$ |$$ |  $$ | $$ |    $$$$$$$$ |$$ |  $$ | $$ |
$$ |      $$ |  $$ |$$ |  $$ | $$ |$$\ $$   ____|$$ |  $$ | $$ |$$\
\$$$$$$$\ \$$$$$$  |$$ |  $$ | \$$$$  |\$$$$$$$\ $$ |  $$ | \$$$$  |
 \_______| \______/ \__|  \__|  \____/  \_______|\__|  \__|  \____/

*/

.hv_content.pages li {
    opacity: 0.8;
}

.hv_content > li:not(.arlo-group-divider) {
    position: relative;
    box-sizing: border-box;
    float: left;
    list-style: none;
    margin: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
    transition: 0.4s all linear;
}

.hv_content > li:not(.arlo-group-divider):hover {
    opacity: 1 !important;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.11);
    transition: 0.2s all linear;
}

.hv_content.grid-image > li {
    /* width: calc(25% - 15px); */
    padding-top: 95%;
}

.hv_content.grid-image > li {
    opacity: 0.8;
}

/* .hv_content.grid-image > li:nth-of-type(4n) {
    margin-right: 0;
} */

.hv_content li h2 {
    font-size: 18px;
    font-weight: 700;
}

.hv_content.grid-image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hv_content .thumb {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.hv_content.grid-image .thumb {
    height: 100%;
}

.hv_content.grid-image .info {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    text-align: center;
}

.hv_content.grid-image h2 {
    padding: 10px;
    font-size: 14px;
}




.hv_content.event_flowers .price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 18px;
    font-weight: 700;
}


.hv_content.info-card.donor_circle .thumb {
    float: none !important;
    margin: 20px 0;
    width: 100%;
    padding-top: 60% !important;
    background-size: contain;
    background-color: transparent !important;
}

.hv_content.donor_circle.info-card .info {
    padding: 20px;
}

.hv_content.info-card.donor_circle .hv_button.register {
    float: none;
}

/*

                    $$\
                    $$ |
 $$$$$$\   $$$$$$\  $$ | $$$$$$\
 \____$$\ $$  __$$\ $$ |$$  __$$\
 $$$$$$$ |$$ |  \__|$$ |$$ /  $$ |
$$  __$$ |$$ |      $$ |$$ |  $$ |
\$$$$$$$ |$$ |      $$ |\$$$$$$  |
 \_______|\__|      \__| \______/

*/

.arlo-filters {
    margin: 30px 0 20px 0;
}

.arlo-filters > * {
    float: left;
}

.filter-group {
    display: none;
}


.cat-individuals-families #program-categories .filter-group, .cat-individuals-families .filter-group.Age {
    display: block;
}

.cat-schools-groups .filter-group.Gra {
    display: block;
}

.cat-teacher-resources .filter-group.Gra, .cat-teacher-resources .filter-group.NGS {
    display: block;
}

.cat-jobs #program-categories .filter-group {
    display: block;
}

.cal-individuals-families #program-categories .filter-group, .cal-individuals-families #calendar-months .filter-group, .cal-individuals-families .filter-group.Age {
    display: block;
}

.cal-schools-groups #program-categories .filter-group, .cal-schools-groups #calendar-months .filter-group, .cal-schools-groups .filter-group.Gra {
    display: block;

}

.cal-produce .arlo-event-registration, .cal-produce .hv_button.register, .cat-facilities .arlo-event-registration, .cat-facilities .hv_button.register, .cat-picnic-site .arlo-event-registration, .cat-facilities .hv_button.register {
    display: block;
    float: left !important;
    clear: both !important;
    margin-top: 15px;
    text-align: left;
}

.cat-picnic-site .hv_button.register {
    float: left !important;
    clear: both !important;
}

.cal-produce .date-box {
    display: none;
}

.cat-volunteers #program-categories .filter-group {
    display: block;
}


.arlo-reset, #arlo-filter-templatetag, .arlo-filters-buttons .button {
    display: none;
}

#arlo-filter-category, #arlo-filter-month {
    display: none;
}

#program-categories, #program-filters {
    position: relative;
    float: left;
}

.filter-group {
    position: relative;
    float: left;
    width: auto;
    min-width: 150px;
    height: 38px;
    margin: 0 20px 20px 0;
}

#program-categories > .filter-group {
    min-width: 250px;
}

.filter-group > ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    padding: 0 !important;
    background-color: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    overflow: hidden;
    z-index: 9998;
}

.filter-group #categories {
    z-index: 9999;
}

.filter-group > ul.active {
    height: auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.filter-group > ul li, #map-key ul li {
    min-width: 140px;
    list-style-type: none;
    padding: 0 10px;
    margin: 8px 0;
    font-size: 12px;
    line-height: 1.4em;
}

#program-categories > .filter-group > ul li {
    min-width: 240px;
    margin: 2px 0;
}

#calendar-months > .filter-group > ul li {
    margin: 2px 0;
}

#program-categories a, #calendar-months a {
    display: block;
    color: #666;
    padding: 5px 0;
}

#program-categories a:hover, #calendar-months a:hover {
    color: #111;
}

.filter-group > ul li:nth-child(2) {
     padding-top: 5px;
 }

.filter-group > ul li:last-child {
    padding-bottom: 5px;
}

.filter-group > ul li.filter-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 30px 10px 10px;
    margin: 0 !important;
    cursor: pointer;
}

.filter-group > ul li.filter-title:after {
    content: "\f0d7";
    position: absolute;
    right: 8px;
    font-family: "FontAwesome";
    font-size: 20px;
}

.filter-group > ul.active li.filter-title:after {
    transform: rotateZ(180deg);
}

.filter-group label {
    margin-left: 5px;
}

.arlo-group-heading {
    clear: both;
}

.hv_content.arlo_programs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5%;
	padding-bottom: 100px;
}
@media screen and (max-width: 979px) {
	.hv_content.arlo_programs {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.hv_content.arlo_programs {
		grid-template-columns: repeat(1, 1fr);
	}
}
.arlo_programs .arlo_program{
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11)
}
.arlo_programs .arlo_program p,
.arlo_programs .arlo_program h2 {
	padding-right: 10px;
	padding-left: 10px;
}
.arlo_programs .arlo_program h2 {
	text-align: center;
}

.hv_content .arlo-group-heading {
    display: none;
    margin: 20px 10px 0 10px;
    padding: 0;
}

.arlo_event-template-default #left-area {
    width: 100%;
    float: none;
    padding-left: 0;
}

.arlo_event-template-default .container:before {
    display: none;
}

.arlo-group-divider {
    list-style: none;
}

p.arlo-no-results {
    padding: 20px 0;
}

.arlo-pagination {
    text-align: center;
    font-size: 24px;
}

.arlo-show-more-hidden {
    margin-top: -2em !important;
}

.FMThideDuration .duration, .FMThidePrice .price, .FMThideHero .hv_button.learn-more, .FMThideBookNow .hv_button.register {
    display: none;
}

.cat-teacher-resources .duration {
    display: block;
}

.cat-passes .price {
    margin-bottom: 0;
}


.hv_content .clickable {
    cursor: pointer;
}

.hv_content.info-card, .hv_content.info-card * {
    position: relative;
}

.hv_content.info-card.list li {
    width: 100%;
}

.hv_content.info-card.list .hv_button.learn-more {
    display: none !important;
}

.hv_content.info-card .thumb {
    padding-top: 60%;
    background-color: #dedede;
}

.hv_content.info-card.list .thumb {
    display: none;
}

.hv_content.info-card .info {
    padding: 20px;
    height: auto;
}

.hv_content.event_flowers.info-card .info {
    padding: 20px;
}

.hv_content.info-card.list .info {
    height: auto;
    padding: 20px 20px 60px 80px;
}

.hv_content.info-card .info > div {
    max-width: 750px;
    margin-bottom: 1em;
}

.hv_content.info-card .buttons {
    position: relative;
    top: auto;
    bottom: 20px;
    right: auto;
    width: 100%;
    padding: 0 20px;
    transform: none;
}

.hv_content.info-card.list .buttons {
    position: absolute;
    top: auto;
    bottom: 20px;
    right: auto;
    width: 100%;
    padding: 0 20px 0 80px;
    transform: none;
}

.hv_content.info-card.list .hv_button.learn-more {
    float: left;
    padding: 10px 20px;
}

.hv_content.info-card.list .hv_button.register {
    float: left;
    margin-left: 10px;
    padding: 10px 20px;
}

.hv_content.info-card .description p {
    max-height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}

.hv_content * {
    line-height: 1.4em;
}

.hv_content.info-card .hv_button.learn-more {
    float: left;
    margin-bottom: 0;
    background-color: #575757;
    color: #fff;
}

.hv_content.info-card .hv_button.learn-more:hover {
    background-color: #8a8a8a;
}

.arlo-event-registration {
    display: none;
}

.arlo-event-full {
    display: none !important;
}

.hv_button.register {
    background-color: #24799D;
    color: #fff;
}

.hv_button.register:hover {
    background-color: #24799de3;
}


.hv_content.info-card .hv_button.register {
    float: right;
    margin-bottom: 0;
}

.hv_content.info-card.list .hv_button.register {
    float: left;
    margin-left: 0;
}

.hv_content.grazecart.info-card .hv_button.register {
    float: none;
}

.hv_content.info-card .reg-only .hv_button.register {
    float: left;
}

.event-detail {
    margin-bottom: 2em;
}

.event-detail .summary {
    margin-top: 0;
}

.arlo h2 {
    font-size: 22px;
}

.event-detail h2 {
    display: none;
}

.event-detail h2 {
    margin-top: 1em;
}

.event-detail h2:first-of-type {
    display: none !important;
}

#sidebar-events {
    position: relative;
    float: left;
    width: 100%;
}

#sidebar-events ul.hv_content {
    width: 100%;
    margin: 2em 0;
}

#sidebar-events ul.hv_content > li {
    margin: 10px 0;
}

#sidebar-events h4 {
    padding-bottom: 0;
}

#sidebar-events .thumb {
    padding-top: 60%;
    background-color: #dedede;
    background-position: 50% 50%;
    background-size: cover;
}

.hv_content.register-tile > li {
    width: 100%;
    margin-right: 0;
}

.arlo-show-more-link-container {
    text-align: center;
}

#sidebar-events .arlo-show-more-link {
    font-size: 16px;
}

#sidebar-events p.arlo-no-results {
    padding: 0;
    text-align: center;
    background-color: transparent;
}

p.arlo-no-results br {
    display: none;
}

#sidebar-events p.arlo-no-results a {
    display: none;
    padding: 10px 20px;
    width: 100%;
}

.hv_content.register-tile .date, .hv_content.info-card .date-box {
    position: absolute;
    height: 100%;
    width: 50px;
    background-color: #24799D;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;
    overflow: hidden;
}
.hv_content.register-tile .month {
    font-size: 16px;
}

.hv_content.info-card.list .date-box {
    height: 100%;
    background-color: #F5F5F5;
    width: 60px;
    padding-top: 0;
}

.volunteer .hv_content.register-tile .duration {
    opacity: 0;
    margin-bottom: -25px;
}

.volunteer .hv_content.register-tile .date {
    display: none;
}

.volunteer .hv_content.register-tile .duration {
    padding: 15px;
}

.volunteer .hv_content.register-tile .arlo-event-registration {
    display: block;
    position: relative;
    width: auto;
    margin: 15px 15px 0 15px;
    text-align: center;
}

.volunteer .hv_content.register-tile .hv_button.register {
    margin: 0;
    padding: 10px 30px;
    width: 100%;
}

.hv_content.register-tile .date > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hv_content.register-tile .date *, .hv_content.info-card .date-box > * {
    line-height: 1em !important;
}

.hv_content.info-card .date-box {
    top: 0;
    height: 60px;
}

.hv_content.info-card.list .date-box .month {
    background-color: #24799D;
    padding: 20px 0;
}

.hv_content.info-card .date-box .day {
    background-color: #fff;
    color: #24799D;
    font-size: 26px;
    padding: 3px 0;
    margin: 3px 0;
}

.hv_content.info-card.list .date-box .day {
    background-color: #F5F5F5;
    padding: 10px 0;
}

.hv_content.info-card.list .duration, .hv_content.info-card.list .option-count {
    float: left;
    margin-right: 20px;
}

.option-count {
    color: #669D24;
}

.option-count span {
    font-weight: 700;
}

.hv_content.register-tile .duration {
    position: relative;
    padding: 15px 100px 15px 60px;
    font-size: 14px;
}

.hv_content.register-tile .description {
    position: relative;
    padding: 15px 100px 15px 15px;
    font-size: 14px;
}

.teacher-resources .hv_content.register-tile .description {
    padding: 15px 140px 15px 15px;
}

.hv_content.register-tile .arlo-list.arlo-event-offers {
    /* float: left; */
}

.hv_content.register-tile .arlo-list.arlo-event-offers {
    list-style-type: none;
    padding: 0 !important;
    margin: 10px 0 0 0;
}

.hv_content.register-tile .arlo-list.arlo-event-offers li {
    list-style-type: none;
}

.hv_content.register-tile .arlo-event-registration, .hv_content.register-tile .arlo-oa-registration {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hv_content.register-tile .hv_button.register {
    margin: 0 10px 0 0;
    padding: 5px 10px;
    font-size: 13px;
}




/*
                                        $$\
                                        $$ |
 $$$$$$\   $$$$$$\   $$$$$$\   $$$$$$\  $$ | $$$$$$\
$$  __$$\ $$  __$$\ $$  __$$\ $$  __$$\ $$ |$$  __$$\
$$ /  $$ |$$$$$$$$ |$$ /  $$ |$$ /  $$ |$$ |$$$$$$$$ |
$$ |  $$ |$$   ____|$$ |  $$ |$$ |  $$ |$$ |$$   ____|
$$$$$$$  |\$$$$$$$\ \$$$$$$  |$$$$$$$  |$$ |\$$$$$$$\
$$  ____/  \_______| \______/ $$  ____/ \__| \_______|
$$ |                          $$ |
$$ |                          $$ |
\__|                          \__|

*/

.hv_content.people.staff .thumb {
    padding-top: 70%;
}

.hv_content.people > li .info {
    position: relative;
    padding: 10px 10px 55px 10px;
}

.hv_content.people h2 {
    padding-bottom: 5px;
}

.hv_content.people p {
    padding-bottom: 0;
    font-size: 13px;
}

.hv_content.people.staff p {
    padding-bottom: 1em;
}

.hv_content.people .hv_button {
    position: absolute;
    bottom: 0;
    left: 10px;
    background-color: #f2f2f2;
    color: #989898;
    font-size: 12px;
}

.hv_content.people .hv_button:hover {
    color: #636363;
    background-color: #ccc;
}

.people-template-default header, .people-template-default footer {
    display: none;
}

.people-template-default #page-container, .people-template-default #main-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.people-template-default #main-content .container {
    padding: 30px;
}

.people-template-default #main-content .container:before {
    display: none !important;
}

.people-template-default .main_title {
    margin-bottom: 0;
    padding-bottom: 1px;
    font-size: 26px;
}

.people-template-default .people-info {
    padding-bottom: 20px;
}

.people-template-default #image-headshot {
    display: none;
}

.people-template-default .has-image  #image-headshot {
    display: block;
    padding-top: 98%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 10px;
}

.people-template-default .people-info .person-title {
    display: none;
}

.people-template-default .person-title {
    margin-bottom: 1em;
}




/*
                    $$\       $$\ $$\                     $$\     $$\
                    $$ |      $$ |\__|                    $$ |    \__|
 $$$$$$\  $$\   $$\ $$$$$$$\  $$ |$$\  $$$$$$$\ $$$$$$\ $$$$$$\   $$\  $$$$$$\  $$$$$$$\   $$$$$$$\
$$  __$$\ $$ |  $$ |$$  __$$\ $$ |$$ |$$  _____|\____$$\\_$$  _|  $$ |$$  __$$\ $$  __$$\ $$  _____|
$$ /  $$ |$$ |  $$ |$$ |  $$ |$$ |$$ |$$ /      $$$$$$$ | $$ |    $$ |$$ /  $$ |$$ |  $$ |\$$$$$$\
$$ |  $$ |$$ |  $$ |$$ |  $$ |$$ |$$ |$$ |     $$  __$$ | $$ |$$\ $$ |$$ |  $$ |$$ |  $$ | \____$$\
$$$$$$$  |\$$$$$$  |$$$$$$$  |$$ |$$ |\$$$$$$$\\$$$$$$$ | \$$$$  |$$ |\$$$$$$  |$$ |  $$ |$$$$$$$  |
$$  ____/  \______/ \_______/ \__|\__| \_______|\_______|  \____/ \__| \______/ \__|  \__|\_______/
$$ |
$$ |
\__|

*/

.hv_content.publications .info {
    padding: 20px 125px 20px 20px;
}

.hv_content.publications .hv_button {
    position: absolute;
    right: 20px;
    top: 50%;
    margin: 0;
    padding: 5px 25px;
    background-color: #24799d;
    color: #fff;
    transform: translateY(-50%);
}

.hv_content.publications .hv_button:hover {
    background-color: #24799de3;
}

.hv_content.publications > li {
    width: 100%;
    margin-right: 0;
}

.hv_content.publications h2 {
    font-size: 18px;
}

.hv_content.publications.financial .info {
    width: 100%;
}

.hv_content.publications.financial h2 {
    top: 50%;
    padding: 0;
}

.hv_content.publications.financial p, .hv_content.publications.financial p, .hv_content.publications.annual-reports p, .hv_content.publications.strategic-plans p, .hv_content.publications.fact-sheet p    {
    display: none;
}

.table-wrap {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
}

table.hv_content {
    border: none;
}

table.hv_content th {
    font-size: 18px;
    font-weight: 600;
    color: #24799D;
}

table.hv_content th, table.hv_content tr:nth-child(even), table.hv_content tr:nth-child(even) .trail-name {
    background-color: #F5F5F5;
}




/*
                              $$\           $$\
                              $$ |          $$ |
$$$$$$\$$$$\   $$$$$$\   $$$$$$$ | $$$$$$\  $$ |
$$  _$$  _$$\ $$  __$$\ $$  __$$ | \____$$\ $$ |
$$ / $$ / $$ |$$ /  $$ |$$ /  $$ | $$$$$$$ |$$ |
$$ | $$ | $$ |$$ |  $$ |$$ |  $$ |$$  __$$ |$$ |
$$ | $$ | $$ |\$$$$$$  |\$$$$$$$ |\$$$$$$$ |$$ |
\__| \__| \__| \______/  \_______| \_______|\__|

*/

#hv_modal-wrap, #hv_modal-overlay {
    display: none;
}

.hv_modal-active #hv_modal-wrap, .hv_menu-active #hv_modal-wrap {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.hv_menu-active #hv_modal-wrap {
    z-index: 9989;
}

.hv_modal-active #hv_modal-overlay, .hv_menu-active #hv_modal-overlay  {
    display: block;
    position: absolute;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.7);
}

.hv_modal-active .map-modal #hv_modal-overlay {
    background-color: rgba(255, 255, 255, 0.7);
}

.hv_menu-active #hv_modal-overlay {
    background-color: transparent;
}

.hv_modal-active #hv_modal-wrap iframe, .hv_modal-active #hv_modal-wrap.map-modal #map-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 900px;
    height: 600px;
    max-height: 90%;
    transform: translate(-50%, -50%);
}

.hv_menu-active #hv_modal-wrap iframe, .hv_menu-active #hv_modal-wrap.map-modal #map-modal  {
    display: none;
}

#hv_modal-wrap.map-modal #map-modal  {
    max-width: 350px !important;
    max-height: 500px;
    max-height: 80%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
    overflow: hidden;
}

/*

          $$\
          $$ |
 $$$$$$$\ $$ | $$$$$$\   $$$$$$$\  $$$$$$$\ $$\   $$\
$$  _____|$$ | \____$$\ $$  _____|$$  _____|$$ |  $$ |
$$ /      $$ | $$$$$$$ |\$$$$$$\  \$$$$$$\  $$ |  $$ |
$$ |      $$ |$$  __$$ | \____$$\  \____$$\ $$ |  $$ |
\$$$$$$$\ $$ |\$$$$$$$ |$$$$$$$  |$$$$$$$  |\$$$$$$$ |
 \_______|\__| \_______|\_______/ \_______/  \____$$ |
                                            $$\   $$ |
                                            \$$$$$$  |
                                             \______/

*/

.hv_classy_form {
    position: relative;
    max-width: 400px;
    margin: 2em 0;
}

.hv_classy_form * {
    outline: none;
}

.hv_classy_form > form > div {
    position: relative;
    margin: 1.4em 0;
}

.hv_classy_form h3 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0;
}

.hv_classy-recurring {
    overflow: hidden;
    border-radius: 2px;
}

.hv_classy-recurring:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.hv_classy-recurring label {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 5px 8px;
    background-color: #f5f5f5;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

#hv_classy-recur_once label {
    border-radius: 2px 0 0 2px;
}

#hv_classy-recur_monthly label {
    border-radius: 0 2px 2px 0;
}

.hv_classy-recurring input[type="radio"]:checked + label {
    background-color: #24799D;
    color: #fff;
}

.hv_classy-recurring input {
    display: none;
}

.hv_button-preset {
    display: block;
    float: left;
    width: calc(20% - 8px);
    margin-right: 10px;
    padding: 5px;
    background-color: #f1f1f1;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: none;
}

.hv_button-preset:last-child {
    margin-right: 0;
}

.hv_button-preset.active {
    background-color: #939393;
    color: #fff;
}

.hv_classy_amount > div {
    position: relative;
}

.hv_classy_amount div > * {
    display: block;
    width: 100%;
}

#hv_classy-amount {
    padding: 10px 70px 10px 110px;
    background-color: #f1f1f1;
    border: none;
    border-radius: 2px;
    font-size: 16px;
}

#hv_classy-amount:focus {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#hv_classy-amount-label, #hv_classy-usd-label {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
    background-color: #dedede;
    padding: 7px 14px;
}

#hv_classy-amount-label {
    border-radius: 2px 0 0 2px;
}

#hv_classy-usd-label {
    right: 0;
    border-radius: 0 2px 2px 0;
}

#hv_classy-submit {
    padding: 15px 20px;
    background-color: #575757;
    color: #fff;
    font-size: 14px;
    border: none;
}

#hv_classy-submit.active {
    background-color: #689C2E;
}


#hv_classy-submit:hover {
    background-color: #424242;
}

#hv_classy-submit.active:hover {
    background-color: #7AA847;
}




/*

$$$$$$\$$$$\   $$$$$$\   $$$$$$\
$$  _$$  _$$\  \____$$\ $$  __$$\
$$ / $$ / $$ | $$$$$$$ |$$ /  $$ |
$$ | $$ | $$ |$$  __$$ |$$ |  $$ |
$$ | $$ | $$ |\$$$$$$$ |$$$$$$$  |
\__| \__| \__| \_______|$$  ____/
                        $$ |
                        $$ |
                        \__|
*/

#map-filters {
    min-width: 200px;
}

#map-key {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

#map-key .learn-more-content {
    padding: 20px 0;
}

#map-key ul {
    position: relative;
    max-width: none !important;
}

#map-key ul li {
    float: left;
    width: 33%;
    min-width: auto;
    padding: 10% 20px 20px 20px;
    text-align: center;
    background-size: 18%;
    background-position: center top;
    background-repeat: no-repeat;
}

.map-wrap {
    position: relative;
    overflow: hidden;
    clear: both;
}

#hv_map {
    position: relative;
    width: 100%;
    clear: both;
}

#hv_map img {
    padding: 0;
}

#hv_map .overlay, #hv_map .map-points {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#hv_map .marker {
    position: absolute;
    width: 30px;
    height: 40px;
    transform: translate(-50%, -90%);
    background-image: url("map/images/pin-default.png");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#hv_map .funding-opportunities .marker, #map-key ul li.funding-opportunities {
    background-image: url("map/images/pin-funding-opportunities.png");
}

#hv_map .farm-animals .marker, , #map-key ul li.farm-animals {
    background-image: url("map/images/pin-farm-animals.png")
}
#hv_map .farm-animals.funding-opportunities.funding-opportunities-show .marker {
    background-image:   url("map/images/pin-funding-overlay.png"), url("map/images/pin-farm-animals.png");
}


#hv_map .hiking-trails .marker, #map-key ul li.hiking-trails {
    background-image: url("map/images/pin-hiking-trails.png")
}
#hv_map .hiking-trails.funding-opportunities.funding-opportunities-show .marker {
    background-image:  url("map/images/pin-funding-overlay.png"), url("map/images/pin-hiking-trails.png");
}

#hv_map .historical-buildings .marker, #map-key ul li.historical-buildings {
    background-image: url("map/images/pin-historical-buildings.png")
}
#hv_map .historical-buildings.funding-opportunities-show .marker {
    background-image:  url("map/images/pin-funding-overlay.png"), url("map/images/pin-historical-buildings.png");
}

#hv_map .parking-facilities .marker, #map-key ul li.parking-facilities {
    background-image: url("map/images/pin-parking-facilities.png")
}
#hv_map .parking-facilities.funding-opportunities.funding-opportunities-show .marker {
    background-image:  url("map/images/pin-funding-overlay.png"), url("map/images/pin-parking-facilities.png");
}

#hv_map .picnic-sites .marker, #map-key ul li.picnic-sites {
    background-image: url("map/images/pin-picnic-sites.png")
}
#hv_map .picnic-sites.funding-opportunities.funding-opportunities-show .marker {
    background-image:  url("map/images/pin-funding-overlay.png"), url("map/images/pin-picnic-sites.png");
}

#hv_map .rental-facilities .marker, #map-key ul li.rental-facilities {
    background-image: url("map/images/pin-rental-facilities.png")
}
#hv_map .rental-facilities.funding-opportunities.funding-opportunities-show .marker {
    background-image:   url("map/images/pin-funding-overlay.png"), url("map/images/pin-rental-facilities.png");
}

#hv_map .sustainable-buildings .marker, #map-key ul li.sustainable-buildings {
    background-image: url("map/images/pin-sustainable-buildings.png")
}
#hv_map .sustainable-buildings.funding-opportunities.funding-opportunities-show .marker {
    background-image:   url("map/images/pin-funding-overlay.png"), url("map/images/pin-sustainable-buildings.png");
}

#hv_map.funding-opportunities .funding-opportunities .marker {
    background-image: url("map/images/pin-funding-opportunities.png") !important;
}

#hv_map .marker a {
    display: block;
    width: 100%;
    height: 100%;
}

body.single-map_locations {
    overflow: hidden;
}

.single-map_locations header, .single-map_locations footer {
    display: none;
}

.single-map_locations #page-container, .single-map_locations #main-content, .single-map_locations #content-area, .single-map_locations .container {
    margin: 0 !important;
    padding: 0 !important;
}

.single-map_locations .container {
    width: 100%;
}

.single-map_locations .hv_content {
    width: 100%;
    margin: 0;
}

.single-map_locations .hv_content.info-card .thumb.no-thumb {
    padding-top: 0;
    background-color: #fff;
}

.locations_categories-funding-opportunities .hv_content.info-card .thumb {
    min-height: 50px;
}

.single-map_locations .hv_content.info-card .description p {
    max-height: none;
}

.single-map_locations .hv_content li, .single-map_locations .hv_content > li:hover {
    display: block;
    width: 100%;
    margin: 0 !important;
    border: none;
    box-shadow: none;
}

.single-map_locations .buttons {
    position: relative !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.single-map_locations .hv_button.register {
    float: none !important;
    margin: 20px 0 0 0;
}

#funding-opportunity-badge {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #d9583b;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

/*

 $$$$$$\                      $$\
$$  __$$\                     $$ |
$$ /  \__|$$$$$$\   $$$$$$\ $$$$$$\    $$$$$$\   $$$$$$\
$$$$\    $$  __$$\ $$  __$$\\_$$  _|  $$  __$$\ $$  __$$\
$$  _|   $$ /  $$ |$$ /  $$ | $$ |    $$$$$$$$ |$$ |  \__|
$$ |     $$ |  $$ |$$ |  $$ | $$ |$$\ $$   ____|$$ |
$$ |     \$$$$$$  |\$$$$$$  | \$$$$  |\$$$$$$$\ $$ |
\__|      \______/  \______/   \____/  \_______|\__|

*/

#main-footer {
    z-index: 999;
    position: relative;
    padding-bottom: 30px;
}

.footer-widget .et_pb_widget * {
    line-height: 1.8em !important;
}

#footer-widgets .footer-widget:first-child > div {
    width: 100%;
}

#footer-widgets .footer-widget {
    width: calc(100% - 20px) !important;
    margin: 0 10px 20px 10px!important;
}

#main-footer .container:after {
    content: "";
    display: block;
    padding-top: 35%;
    background-image: url("images/footer-animals.png");
    background-size: contain;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

#footer-widgets .footer-widget li {
    margin-bottom: 0;
    padding-left: 0;
}
#footer-widgets .footer-widget li:before {
    display: none;
}


p.mc_signup {
    margin-bottom: 0;
    padding-bottom: 0;
}

#mc_embed_signup {
    margin: 10px 0;
}

#mce-EMAIL {
    display: block;
    float: left;
    width: calc(100% - 90px);
    padding: 2px 5px;
    font-size: 14px;
    border: 1px solid #B2B2B2;
    border-radius: 2px 0 0 2px;
    background-color: #f1f1f1;
}

.mc-field-group label {
    display: none;
}

#mc-embedded-subscribe {
    display: block;
    float: left;
    margin-left: -1px;
    padding: 2px 10px;
    background-color: #D4D4D4;
    font-size: 14px;
    color: #575757;
    border: 1px solid #B2B2B2;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    transition: all 0.4s;
}

#mc-embedded-subscribe:hover {
    color: #575757;
    background-color: #B2B2B2;
}

#social-icons {
    margin: -10px 0 20px 0;
    padding: 0;
    list-style-type: none;
}

#social-icons li {
    float: left;
    width: 26px;
    height: 26px;
    margin: 0 5px 0 0;
    text-align: center;
}

#social-icons a {
    display: block;
    width: 100%;
    height: 100%;
}

#social-icons a:hover {
    color: #000;
}

#social-icons a:before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 26px;
}

#social-icons .icon-twitter a:before {
    content: "\f099";
}

#social-icons .icon-facebook a:before {
    content: "\f09a";
}

#social-icons .icon-pinterest a:before {
    content: "\f231";
}

#social-icons .icon-instagram a:before {
    content: "\f16d";
}

#footer-widgets .footer-widget:nth-child(4) img {
    max-width: 180px;
}

#footer-bottom {
    display: none;
}



@media screen and (max-width: 700px) {

    .map-wrap {
        width: 120%;
        margin-left: -10%;
        padding-top: 20px;
    }

    table.hv_content {
        margin-left: 150px;
    }

    table.hv_content tr, table.hv_content td {
        height: 62px;
    }

    table.hv_content tr:nth-child(odd) .trail-name {
        background-color: #fff;
    }
    
    .trail-name {
        position: absolute;
        left: 0;
        width: 150px;
    }

    table.hv_content  th.trail-name {
        height: 80px !important;
        padding-top: 27px !important;
        background-color: #F5F5F5 !important;
    }
}


/*

$$\     $$$$$$\   $$$$$$\   $$$$$$\
\$$\   $$  __$$\ $$$ __$$\ $$$ __$$\
 \$$\  $$ /  \__|$$$$\ $$ |$$$$\ $$ |
  \$$\ $$$$$$$\  $$\$$\$$ |$$\$$\$$ |
  $$  |$$  __$$\ $$ \$$$$ |$$ \$$$$ |
 $$  / $$ /  $$ |$$ |\$$$ |$$ |\$$$ |
$$  /   $$$$$$  |\$$$$$$  /\$$$$$$  /
\__/    \______/  \______/  \______/

*/


@media screen and (min-width: 600px) {

    #image-header {
        height: 250px;
    }

    .hv_content.grid-2 > li, .hv_content.grid-3 > li, .hv_content.grid-4 > li  {
        width: calc(50% - 20px);
    }

    .hv_content.grid-4.grid-image > li {
        padding-top: 47%;
    }

    .hv_content.home-footer > li {
        width: calc(50% - 20px);
    }

    .hv_content.home-footer .thumb {
        padding-top: 55%;
    }

    .hv_content.home-footer li:last-child {
        margin-right: 0;
    }

    .hv_content.info-card.list .info {
        padding: 20px 190px 20px 80px !important;
        height: auto;
    }

    .hv_content.info-card.list .buttons {
        position: absolute;
        top: 50%;
        bottom: auto;
        right: 20px;
        width: 150px;
        padding: 0;
        transform: translateY(-50%);
    }

    .hv_content.info-card.list .hv_button.learn-more {
        width: 150px;
        text-align: center;
        margin-top: 0;
    }

    .hv_content.info-card.list .hv_button.register {
        float: left;
        margin-left: 0;
        width: 150px;
        text-align: center;
    }

    .hv_content.info-card.donor_circle .thumb {
        float: left !important;
        margin: 20px 0 20px 2%;
        width: 33%;
        padding-top: 32% !important;
    }

    .hv_content.donor_circle.info-card .info {
        padding: 20px 20px 20px 38%;
    }

    .hv_content.donor_circle .hv_button.register {
        padding: 10px 20px;
    }

    .people-template-default .people-info {
        display: none;
    }

    .people-template-default .has-image .people-info {
        display: block;
        width: 33%;
        float: left;
    }

    .people-template-default .people-info .person-title {
        display: block;
    }

    .people-template-default .has-image .people-detail {
        padding: 0 0 0 38%;
    }

    .people-template-default .has-image .people-detail .person-title {
        display: none;
    }

    .people-template-default .has-image .main_title {
        margin-bottom: 10px;
    }
	
	.two-col-list { 
		width: 50%;
		padding:0 10pt 0 0;
		float:left;
    }

    .map-wrap {
        padding-top: 20px;
    }
    
    #hv_map .marker {
        width: 40px;
        height: 60px;
    }

    #footer-widgets {
        margin: 0 -10px;
    }

    #footer-widgets .footer-widget:nth-child(2) {
        width: calc(33% - 20px) !important;
    }

    #footer-widgets .footer-widget:nth-child(3) {
        width: calc(33% - 20px) !important;
    }

    #footer-widgets .footer-widget:nth-child(4) {
        width: calc(33% - 20px) !important;
    }

}




/*

$$\     $$$$$$\   $$$$$$\   $$$$$$\
\$$\   $$  __$$\ $$$ __$$\ $$$ __$$\
 \$$\  $$ /  $$ |$$$$\ $$ |$$$$\ $$ |
  \$$\  $$$$$$  |$$\$$\$$ |$$\$$\$$ |
  $$  |$$  __$$< $$ \$$$$ |$$ \$$$$ |
 $$  / $$ /  $$ |$$ |\$$$ |$$ |\$$$ |
$$  /  \$$$$$$  |\$$$$$$  /\$$$$$$  /
\__/    \______/  \______/  \______/

*/

@media screen and (min-width: 760px) {
    #hv_callout {
        display: block;
    }
}

@media screen and (min-width: 800px) {

    #image-header {
        height: 300px;
    }

    .hv_modal-active #hv_modal-wrap:not(.map-modal) iframe {
        height: 500px;
    }

    #map-key ul li { 
        width: 16.6%;
        background-size: 38%;
    }

    #footer-widgets {
        margin: 0 -20px;
    }

	blockquote {
        background: #f8f8f8;
        padding: 90px 80px 50px 90px;
        border: none;
        background-image: url("/wp-content/uploads/2018/10/quotations.png");
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: 40px 40px;
        max-width:840px
    }

    blockquote h3 {
        font-weight: 700;
        color: #939393;
        font-size: 25px;
        line-height: 35px;
        letter-spacing: .5px;
    }

    blockquote p {
        font-style: oblique;
    }

}




/*

   $$\       $$$$$$\  $$$$$$$$\  $$$$$$\
  $$  |     $$  __$$\ \____$$  |$$  __$$\
 $$  /$$$$\ $$ /  $$ |    $$  / $$ /  $$ |
$$  / \____|\$$$$$$$ |   $$  /  \$$$$$$$ |
\$$<  $$$$\  \____$$ |  $$  /    \____$$ |
 \$$\ \____|$$\   $$ | $$  /    $$\   $$ |
  \$$\      \$$$$$$  |$$  /     \$$$$$$  |
   \__|      \______/ \__/       \______/

*/

@media screen and (max-width: 979px) {

    .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
        position: fixed;
    }

    .et_mobile_menu {
        overflow: scroll !important;
        max-height: 83vh;
    }

}




/*

$$\           $$$$$$\   $$$$$$\   $$$$$$\
\$$\         $$  __$$\ $$  __$$\ $$$ __$$\
 \$$\  $$$$\ $$ /  $$ |$$ /  $$ |$$$$\ $$ |
  \$$\ \____|\$$$$$$$ | $$$$$$  |$$\$$\$$ |
  $$  |$$$$\  \____$$ |$$  __$$< $$ \$$$$ |
 $$  / \____|$$\   $$ |$$ /  $$ |$$ |\$$$ |
$$  /        \$$$$$$  |\$$$$$$  |\$$$$$$  /
\__/          \______/  \______/  \______/




*/

@media (min-width: 980px) {

    #image-header {
        height: 350px;
    }

    .hv_content.grid-3 > li {
        width: calc(33.333333% - 20px);
    }

    .hv_content.grid-4 > li {
        width: calc(25% - 20px);
    }

    .hv_content.grid-4.grid-image > li {
        padding-top: 23.5%;
    }


    .home .et_pb_code_inner {
        margin-bottom: 100px;
    }

    #et_top_search {
        margin: 20px 0 0 22px;
    }

    .event-detail {
        width: 62%;
        float: left;
        margin-right: 5%;
    }

    #sidebar {
        display: block;
    }

    #sidebar-events {
        width: 33%;
    }

    .hv_modal-active #hv_modal-wrap:not(.map-modal) iframe {
        height: 400px;
    }

    #footer-widgets .footer-widget {
        margin: 0 20px !important;
    }

    #footer-widgets .footer-widget:first-child {
        width: calc(40% - 40px) !important;
    }

    #footer-widgets .footer-widget:nth-child(2) {
        width: calc(20% - 40px) !important;
    }

    #footer-widgets .footer-widget:nth-child(3) {
        width: calc(20% - 40px) !important;
    }

    #footer-widgets .footer-widget:nth-child(4) {
        width: calc(20% - 40px) !important;
    }

    #main-footer .container:after {
        padding-top: 25%;
        max-width: 35%;
        margin-top: -18%;
    }

}


