@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Karla', sans-serif;
}

a, a:hover {
    color: #2880b9;
}
a:hover {
    text-decoration: none;
}

.introContainer {
	/*background: url(../images/intro-bg.jpg) center no-repeat;
	background-size: cover;*/
	position: relative;
}
.headOverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.40);
	z-index: 1;
}

.headContainer {
	position: relative;
	z-index: 3;
}
.logo {
	color: #fff;
	margin-top: 10px;
}
.logo img {
	width: 100px;
	height: auto;
	float: left;
	margin-right: 10px;
}
.logo h1 {
	font-family: 'Oswald', sans-serif;
	margin: 10px 0 0;
	font-weight: 300;
}
.logo .cursive {
	font-family: 'Caveat', cursive;
	font-size: 24px;
	line-height: 24px;
}

.navContainer {
	padding-top: 15px;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link, 
.navbar-dark .navbar-nav .nav-link {
	text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}
#portal-globalnav li:last-child a.nav-link {
	border: 1px solid rgba(255,255,255,.5);
	margin-left: 15px;
	transition: 0.25s ease all;
}
#portal-globalnav li:last-child a.nav-link.active {
	border: 1px solid rgba(255,255,255,1);
	transition: 0.25s ease all;
}

.next-hike {
	position: relative;
	z-index: 2;
	color: #fff;
	margin: 200px auto;
	background: rgba(50,98,125,.6);
	padding: 50px;
	border-radius: 10px;
	text-transform: uppercase;
	border: 6px solid rgba(255,255,255,.2);
}
.next-hike div, .next-hike img {
	display: inline-block;
	vertical-align: top;
	position: relative;
    z-index: 1;
}
.next-hike img {
	margin-top: 25px;
}
.next-hike p {
	font-size: 22px;
	margin: 0;
	position: relative;
    z-index: 1;
}
.next-hike .cursive {
	font-size: 30px;
	font-family: 'Caveat', cursive;
	margin: 0;
	text-transform: none;
}
.next-hike h2 {
	margin: -10px 0 15px;
	font-size: 36px;
}
.nexthikeContainer {
    display: none;
}
.section-home .nexthikeContainer {
    display: flex;
}
.section-venues .title, .section-upcoming-hikes .title {
    display: none;
}
.section-home .mainPageTitle {
    display: none;
}

.next-hike .gay-flag-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/gay-flag-bg.jpg) center no-repeat;
	background-size: cover;
	opacity: 0.4;
	z-index: 0;
}

.btn-light {
	border: 1px solid rgba(255,255,255,.5);
	background: transparent;
	color: rgba(255,255,255,.5);
	border-radius: 0;
	transition: 0.25s ease all;
}
.btn-light:hover {
	border: 1px solid rgba(255,255,255,1);
	background: transparent;
	color: rgba(255,255,255,1);
	transition: 0.25s ease all;
}

.green {
	background: #3c9b1e;
	color: #fff;
	position: relative;
	z-index: 3;
	padding-top: 40px;
	padding-bottom: 45px;
	margin-bottom: 50px;
}
.green.cursive {
	font-size: 36px;
	line-height: 36px;
	font-family: 'Caveat', cursive;
}
.section-venues .green.cursive, .section-upcoming-hikes .green.cursive {
    display: none;
}

.title {
	margin-top: 50px;
}
.title .venueTitle, .title .hikeDate {
	color: #3c9b1e;
	text-transform: uppercase;
	margin: 0;
}
.title hr {
	width: 20%;
	background: #3c9b1e;
	height: 2px;
}

.section-venues .hikeDetails, .section-upcoming-hikes .hikeDetails {
    margin-top: 50px;
}

.notes {
	margin-top: 25px;
	margin-bottom: 45px;
}
.remember {
	background: #d2d2d2;
	color: #7e7e7e;
}
.remember h2 {
	text-transform: uppercase;
	border-right: 2px solid #7e7e7e;
	margin: 0;
}
.remember p {
	line-height: 18px;
	margin: 0;
}
.remember .row {
	margin-top: 15px;
	margin-bottom: 15px;
}
.directions, .facebook {
	padding: 0;
}
.directions a, .facebook a {
	background: #e1e1e1;
	border: 1px solid #7e7e7e;
	display: block;
	color: #7e7e7e;
	padding: 22px 0;
	text-transform: uppercase;
}

.blocks {
	color: #fff;
	font-size: 18px;
}
.blocks hr {
	width: 60%;
	background: #fff;
	height: 2px;
}
.blocks .odd {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #4badd4;
}
.blocks .even {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #3e97c8;
}
.blocks h1 {
	font-size: 30px;
	text-transform: uppercase;
}
.blocks p {
	margin: 0;
}
.blocks a, .blocks span {
	color: #fff;
	font-size: 80%;
}

#directionsContainer {
	margin-top: 50px;
	margin-bottom: 50px;
}
#directions h2 {
	color: #3c9b1e;
	text-transform: uppercase;
}

.blocks .grey {
	background: #d2d2d2;
	color: #7e7e7e;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.blocks .grey p {
	text-transform: none;
	font-size: 14px;
	margin-bottom: 10px;
}
.blocks .grey a {
	border: 1px solid #7e7e7e;
	display: block;
	color: #7e7e7e;
	padding: 7px 0;
	text-transform: uppercase;
}
.blocks .grey a.disclaimer {
	border-bottom: 0;
}
.blocks .grey hr {
	width: 60%;
	background: #7e7e7e;
	height: 2px;
}

.facebookBlockContainer {
	color: #fff;
	background: url(../images/intro-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 130px 0 50px;
	position: relative;
}
.facebookBlockContainer .container {
	position: relative;
	z-index: 3;
}
.facebookBlockContainer .cursive {
	font-size: 36px;
	font-family: 'Caveat', cursive;
}

.documentFirstHeading {
	color: #fff;
	padding: 100px 0 50px;
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}
.documentFirstHeading::after {
	width: 150px;
	margin: 30px auto 0;
	content: "";
	background: #fff;
	height: 5px;
	display: block;
}
#content-core {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
}

.footer {
	margin: 20px 0;
}
.footer > * {
	opacity: 0.3;
	transition: 0.25s ease all;
}
.footer a:hover {
	opacity: 0.7;
	transition: 0.25s ease all;
}
.privacy {
    margin-top: 20px;
    font-size: 14px;
}
.privacy p > * {
    color: #000;
    opacity: 0.3;
    transition: 0.25s ease all;
}
.privacy a:hover {
    opacity: 0.7;
    transition: 0.25s ease all;
}

.section-venues .entry {
    font-size: 140%;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px dashed #dedede;
}
.section-venues .entry:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.section-about-the-group #content .notThis {
    display: none;
}
.section-about-the-group .facebookBlockContainer {
    padding: 50px 0;
    font-size: 120%;
}
.section-about-the-group .facebookBlockContainer .headOverlay {
    background: rgba(0,0,0,0.7);
}

/* Event Styling */

.template-event_listing .mode_selector {
    display: none;
}

.cal_date {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
    float: right;
    margin: 12px 0 12px 12px;
    overflow: hidden;
    text-align: center;
    width: 100px;
}
.cal_month {
    background: #00b0fe none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 6px 12px;
}
.cal_day {
    display: block;
    font-size: 36px;
    font-weight: 700;
}
.cal_wkday {
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding: 0 12px 6px;
}

article.vevent a.event_ical img {
    color: #007bb3;
    height: 1em;
    vertical-align: baseline;
    width: auto;
}
.vevent div.cal_date {
    background-color: white;
    border-radius: 0.5em;
    float: left;
    margin: 0 1.5em 0.5em 0;
    min-width: 4.4em;
    text-align: center;
    vertical-align: top;
}
.vevent span.cal_wkday {
    display: block;
    font-size: 1em;
    font-weight: normal;
    padding-bottom: 0.3em;
}
.vevent span.cal_day {
    display: block;
    font-size: 1.7em;
    padding-top: 0.3em;
}
.vevent span.cal_month {
    background: #0d8141;
    display: block;
    font-size: 1.1em;
    line-height: 1.3em;
}
.vevent div.cal_info {
    margin-left: 9em;
}
#content .vevent ul.metadata {
    margin: 0.8em 0;
}
#content .vevent ul.horizontal {
    padding: 0;
}
#content .vevent ul.horizontal li {
    display: inline-block;
    line-height: 1.5em;
    list-style-image: none;
    list-style-type: none;
}
.vevent .horizontal.metadata li::after {
    content: " —";
}
.vevent .horizontal.metadata li:last-child::after {
    content: "";
}
.vevent .horizontal.metadata .category span::after {
    content: ",";
}
.vevent .horizontal.metadata .category span:last-child::after {
    content: "";
}
.vevent .timezone {
    background-color: #ffe;
    color: #354;
    display: block;
    margin-top: 0.5em;
    padding: 0.2em 0;
    width: 100%;
}
.vevent .timerange, .vevent .timezone {
    font-size: 85%;
    line-height: 1em;
    white-space: nowrap;
}
.vevent .datedisplay {
    font-size: 100%;
    line-height: 1.5em;
    margin-bottom: 0.2em;
}
.vevent abbr.dtstart {
}

.vevent.tileItem {
    border-bottom: 1px dashed #dedede;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.event.summary.details {
    float: right;
    margin: 0 0 10px 10px;
}

.template-event_view .newsImageContainer {
    display: none;
}

.sr-only, .hiddenStructure, .crud-form .header-select {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    color: #fff;
    background-color: #000;
}

/*Search*/
.template-search #portal-breadcrumbs, .template-search .actionMenu, .template-search #content-core h1 {
    display: none;
}
#search-results-wrapper {
    margin-top: 15px;
}
#searchResultsSort {
    margin-bottom: 10px;
}
.documentLocation {
    display: block;
}
.searchResults {
    margin: 0;
    padding: 0;
}
.searchResults li {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px dashed #dedede;
    list-style: none;
}
.result-title {
    font-size: 18px;
}