@font-face {
    font-family: 'benguiatbold';
    src: url('/wp-content/themes/california-alpine-club/fonts/benguiat-bold-webfont.eot');
    src: url('/wp-content/themes/california-alpine-club/fonts/benguiat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/california-alpine-club/fonts/benguiat-bold-webfont.woff') format('woff'),
         url('/wp-content/themes/california-alpine-club/fonts/benguiat-bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/california-alpine-club/fonts/benguiat-bold-webfont.svg#benguiatbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* COLORS

CAC Logo RED
98103a	152/16/58

CAC Logo Gold, Orange text on beige bkground	
cf720f	207/114/15	

Yellow 1, nav bar and text on white bkground
f3b633	243/182/51	

Blue text
6b859e	107/133/158	

Blue text links
40608F 64/96/143

Beige menus and boxes
E2E0CA 	(blended with #fff: dbd8bd	217/215/189)	

40% K (black), Mouse text, photo credits
a6a8aa	166/168/170 

70% K (black), All body copy text
4c4c4c	76/76/76

Black, Menu text on beige bkgnd
000 	0/0/0

CAC Foundation Green
497153	73/113/83	

Green 1, accents and rules (photo borders)
a4b7a9	164/184/169

*/ 

meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #ffffff; 
  color: #4c4c4c;
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; 
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

h2 {
  margin-top: 0;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

.entry-content img {
	border: 1px solid #497153; 
}

a img.alignleft {
	margin-top: .5em; 
}


img, 
aside#sidebar img,
.nivoSlider img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.nivoSlider img {
	border: 1px solid #497153; 
}
footer img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}	
aside#sidebar .thumbnail {
	margin-bottom: 2em; 
}

/* Featured Posts */ 

#featured-posts ul {
	list-style-type: none;
}	

/* Featured Images - Pages */ 
.page img.wp-post-image {
	width: 100%; 
	height: auto; 
	border: 1px solid #497153;
}

/* Featured Images - Posts */ 
.post img.attachment-thumbnail.wp-post-image { 
	width: 100%; 
	height: auto; 
}

/* Featured Images - Meta Slider */ 
.nivo-caption {
	position:relative!important;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif!important; 
	font-size: .75rem!important; 
	line-height: 1.6!important; 
	font-style: italic!important; 
	background:#fff!important;
	color:#6b859e!important;
	padding: .75em 8.33333% !important;
	opacity: 1.0!important;
	-moz-opacity: 1.0!important;
	filter:alpha(opacity=10)!important;
}
.nivo-controlNav {
	background: #fff!important; 
}
.nivoSlider img {
	border: 1px solid #497153!important; 
}
.metaslider,
.metaslider img, 
.nivo-slider,
.nivo-slider img,
.nivo-caption,
.nivo-main-image,
.nivoSlider a.nivo-imageLink {
	width: 100%; 
}

#map_canvas img,
#map_canvas embed,	
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008cba;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Start to customize Reverie */
a, a:visited, a:hover, a:visited:hover {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

figure {
  margin: 0 auto;
}

figure img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

.gallery dt, .gallery dl {
  display: inline-block;
}
.gallery dl {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
}

figure.figure {
  margin: 0 auto;
  display: table;
}
figure.figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  padding: 8px 10px;
  color: #999;
  margin-bottom: 1.25rem;
  display: table-caption;
  caption-side: bottom;
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

body > header.contain-to-grid {
  max-width: 100%;
/*  height: in app.css */ 
  margin-bottom: 0; 
  padding-bottom: 1.25rem; 
}
body.page-template-page-members-php > header.contain-to-grid, 
body.page-template-page-members-full-php > header.contain-to-grid {
	background: #FEF8EB;
}

/* CAC Foundation Menu */ 
.foundation-bar {
}
.foundation-bar p {
	margin: 0 auto;
	padding: .5em 0;
	font-size: .625rem!important;  
	font-weight: bold; 
	text-transform: uppercase; 
	letter-spacing: 0.125rem; 
}
.foundation-bar a {
	color: #497153;
	padding: 0 .325em; 
}
.foundation-bar a:hover {
	color: #cf720f;
}

body > .contain-to-grid.nav { 
  margin-bottom: 1rem; 
  background: #f3b633; 
}

.container { 
  margin: 0 0 1.25rem!important; 
}
#content {
  border: none; 
}
.entry-content {
	line-height: 1.6; 
}

.index-card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

span.author,
time {
  font-size: 0.9375rem;
  color: #999;
}
span.author a,
time a {
  color: #999;
  font-weight: bold;
}
span.author a:hover, span.author a:focus,
time a:hover,
time a:focus {
  color: #444444;
}

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}
.entry-author h4 a {
  color: #999;
}
.entry-author h4 a:hover, .entry-author h4 a:focus {
  color: #444444;
}
.entry-author p {
  color: #bbb;
}

.post header,
.page header {
  margin-bottom: 0; 
}

.entry-tags {
  color: #999;
  font-size: 0.9375rem;
}
.entry-tags a {
  color: #999;
}
.entry-tags a:hover, .entry-tags a:focus {
  color: #444444;
}

.page-numbers {
  color: #999;
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
.page-numbers li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
.page-numbers li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-numbers li:hover a,
.page-numbers li a:focus {
  background: #e6e6e6;
}
.page-numbers li.unavailable a {
  cursor: default;
  color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
  background: transparent;
}
.page-numbers li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
  background: #008cba;
}
.page-numbers li {
  float: left;
  display: block;
}

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block;
}

.page-numbers li span.current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-numbers li {
  margin-left: 0.5rem;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6;
}
.page-numbers li span.current {
  background: #008cba;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: white;
  font-weight: bold;
  cursor: default;
}

.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

ol.commentlist {
  margin-left: 0;
  margin-top: 2em;
}
ol.commentlist p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
ol.commentlist ul.children {
  margin-left: 4rem;
}
ol.commentlist li {
  list-style: none;
  margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
  float: left;
  margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
  display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
  font-style: normal;
  font-weight: 600;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a {
  color: #ccc;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
  color: #bbb;
  font-size: 0.875rem;
}
ol.commentlist li section.comment {
  margin-left: 4rem;
  margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
  color: #444444;
}

/* Asides */ 
aside#hero,
aside#slider {
	margin: 0 0 .9375rem; 
	padding: 0; 
}
aside#members article {
	margin: 0!important;
	padding: 0!important;
}
aside#hero figcaption {
	float: left; 
	font-size: .75rem; 
	line-height: 1.6; 
	font-style: italic; 
	text-align: left; 
	color:#6b859e;
	margin-top: 1em; 
	margin-bottom: 2em;
}
aside#slider .panel {
  padding: 0;
}
aside#sidebar {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;  
  color: #4c4c4c;
  margin-top: 0; 
}
aside#about, 
aside#purpose {
  padding: 0 0.9375rem; 
}

aside#sidebar .panel {
  border: none;
  color: #4c4c4c; 
  background-color: transparent; 
  padding: 0;  
}
aside#members .panel {
  border: none;
}

/* Featured Posts */ 
.page-template-page-members-php #featured-posts {
	background: #fff!important;
}
.page-template-page-members-php #featured-posts .posts {
	float: none !important;
	width: 100%; 
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5em;  
	border-left: 1px dotted #98103a; 
}
.page-template-page-members-php #featured-posts a {
	font-weight: bold; 
}
.footer-widget .panel {
  border: none;
  color: #4c4c4c; 
  background-color: transparent; 
  padding: 1.5rem 1.875rem;
}
#sidebar .panel a, .footer-widget .panel a {
  color: #4c4c4c; 
}
#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: #4c4c4c; 
}
#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0;
}
#sidebar .widget h4 {
  font-size: 1.75rem;
  color: #f3b633; 
  font-weight: 600;
}
.footer-widget .widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  color: #f3b633; 
  font-weight: 600;
}

/* Front Page & Quick Links Section */

.home #slider .panel,  
.home #about .panel,  
.home #purpose .panel { 
	border: none; 
}
.home #about .panel,  
.home #purpose .panel { 
	padding: 0!important; 
	margin: 0!important; 
}
.home #about { 
  font-size: 0.9375rem; 
  line-height: 1.6; 
  font-style: italic; 
  color: #6b859e; 
	margin-bottom: 1.25rem;
}  
.home #purpose { 
  font-size: .75rem; 
  line-height: 1.6; 
  font-style: italic; 
  color: #cf720f; 
  text-indent: 1em;
	margin-bottom: 1.25rem;
}  
.home #events .panel, 
.quick-links {
  background: #E2E0CA; 
  border: 2px solid #497153;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.home #events .panel {
  padding: .9375rem .9375rem 1.375rem; 
}
.quick-links {
  margin: 0 0 .9375rem; 
}
.home #events h4, 
.quick-links h4 {
  margin-bottom: 0; 
  font-size: .875rem; 
  line-height: 1.6; 
  font-style: normal; 
  font-weight: bold; 
  color: #cf720f;
  text-transform: uppercase;  
} 
.home #events h5, 
.quick-links h5 {
  font-size: .875rem; 
  line-height: 1.6; 
  font-style: italic; 
  color: #6b859e; 
}
.home #events p, 
.quick-links p { 
  font-size: .875rem; 
  line-height: 1.6; 
  font-style: italic; 
}  

/* Footer */ 
footer.full-width {
  background-color: #fff;
}
footer.full-width p {
  font-size: .75rem; 
  color: #a6a8aa; 
  letter-spacing: 0.0625em; 
}
footer.full-width a {
  color: #666;
  font-size: 0.9375rem;
}
footer.full-width a:hover, 
footer.full-width a:focus {
  color: #444444;
}
footer.full-width .menu ul {
  float:left;
  width:100%;
  padding:0;
  margin:0 0 1em;
  list-style-type:none;
}
footer.full-width .menu li {
  display:inline; 
  letter-spacing: 0.0625em; 
}
footer.full-width .menu a {
  float:left;
  padding:0 1em 0 0;
  font-size: .75em; 
  color: #6b859e; 
  text-decoration:none;
}
footer.full-width .menu a:hover {
  color: #cf720f; 
  text-decoration: underline;
}
footer .social {
  margin: 0 0 2em 4.166665%;
}
footer.full-width .social .heading { 
  color: #cf720f;
  letter-spacing: 0!important;
}
footer .social img {
  width: 40px;
  height: 40px; 
  margin: 0 .25em; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

@media only screen {
  .entry-author .avatar {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 40.063em) { /* 641px */
  body > header.contain-to-grid {
    /* height: in app.css */ 
  }
  body > .contain-to-grid.nav { 
    margin: 0; 
  }
  .foundation-bar p {
    font-size: .75rem;
		margin-left: 25%; 
  }
  .entry-author {
    margin: 3.125rem -3.125rem;
  }
	.nivo-caption {
		margin-right: 0!important;
	}
	.page-template-default aside#hero,
	.page-template-default aside#slider, 
	.page-template-page-public-php aside#hero,
	.page-template-page-public-php aside#slider {
		margin-left: 0!important; 
		padding-right: 0.9375rem;
		padding-left: 0!important; 
	}
	.page-template-default aside#slider, 
	.page-template-page-public-php aside#slider {
		margin-right: 0.9375rem; 
		padding-right: 0.9375rem; 
	}

	.page-template-page-members-php aside#hero,  
	.page-template-page-members-full-php aside#hero {  
		float: right; 
		margin-right: 0!important;
		margin-left: 1.875rem; 
		padding-left: 0.9375rem; 
	}
	.page-template-page-members-php .metaslider, 
	.page-template-page-members-full-php .metaslider {  
		float: right!important; 
		margin-right: 0;
		margin-left: 0; 
		margin-bottom: .9875rem; 
	}
	.page-template-page-members-php #featured-posts, 
	.page-template-page-members-full-php #featured-posts {  
/*		float: right!important; */ 
		width: 100%; 
		padding-left: 1.875rem!important; 
		padding-right: 1.875rem!important;
		margin-bottom: 1.875rem!important;
	}
	aside#members {
		float: right!important; 
		margin-right: 0!important; 
	}
}

@media only screen and (min-width: 40.063em) { /* 769px */ 	
	/* Featured Images */ 
	img.wp-post-image {
		width: 100%; 
		height: auto; 
	}
	
	.page-template-default aside#hero,
	.page-template-default aside#slider, 
	.page-template-page-public-php aside#hero,
	.page-template-page-public-php aside#slider {
		margin-left: 0.9375rem;	
	}
	
	.page-template-default aside#hero,  
	.page-template-page-public-php aside#hero { 
		margin-right: 0.9375rem; 
	}
	.page-template-default figcaption, 
	.page-template-page-public-php figcaption {
	/*	float: right;  - removing float: right to fix caption alignment */
		margin-right: 4.166666%;
		padding: .75em 8.33333% 0; 
	}

	.page-template-default #slider, 
	.page-template-page-public-php #slider {
		margin-right: 0.9375rem; 
	}
	.page-template-default figcaption, 
	.page-template-page-public-php figcaption {
		margin-right: 0!important;
	}

	.page-template-page-members-php #content {  
		padding-right: 1.875rem; 
	}
	.page-template-page-members-php aside#hero,  
	.page-template-page-members-full-php aside#hero { 
		margin-left: 1.875rem; 
		margin-right: 0.9375rem; 
	}
	.page-template-page-members-php img.wp-post-image, 
	.page-template-page-members-full-php img.wp-post-image {
		float: right;  
	}
	.page-template-page-members-php figcaption, 
	.page-template-page-members-full-php figcaption {
		padding: .75em 4.166666% 0 8.33333%; 
	}
	.page-template-page-members-php .metaslider, 
	.page-template-page-members-full-php .metaslider {
		width: 100%; 
	}
	.page-template-page-members-php #featured-posts {
	/*	width: 66.666667%; 
		margin: 0 16.66666666666667%; */
	}

	.post img.attachment-thumbnail.wp-post-image { 
		float: right;
		margin: 0 0 1.5em 1.5em ; 
		width: 150px; 
		height: 150px; 
	}
	.post:nth-of-type(even) img.attachment-thumbnail.wp-post-image { 
		float: left;
		margin: 0 1.5em 1.5em 0; 
	}
}

@media only screen and (min-width: 54.063em) { /* 864px */
	.page-template-default figcaption, 
	.page-template-page-public-php figcaption {
		margin: 0 1.875rem 0 0; 
	}
	.page-template-page-members-php figcaption, 
	.page-template-page-members-full-php figcaption {
		margin: 0 0 0 1.875rem ; 
	}
}
@media only screen and (min-width: 64.063em) { /* 1025px */ 
	body > header.contain-to-grid {
	/*   height: in app.css; */ 
	}
	#home-events {
	  margin: 0 0 0 1.875rem; 
	}
	
	.home #content {
		padding-right: 0; /* 1.875rem; */ 
	}
	.home aside#slider {
		padding-left: 0.9375rem;
	}
	.page-template-default aside#hero, 
	.page-template-page-public-php aside#hero {
		margin-left: 0.9375rem!important; 
		margin-right: 0; 
		padding-left: 0.9375rem;
		padding-right: 2.8125rem; 
	}	
	.page-template-default aside#slider, 
	.page-template-page-public-php aside#slider {
		margin-left: 0.9375rem!important; 
		margin-right: 0!important; 
		padding-right: 2.8125rem!important; /* 1.875rem!important; */ 
	}

	#sidebar {
		padding-left: 1.875rem;
		padding-right: 0;
		margin-top: 0;
	}

	.page-template-page-members-php #featured-posts {
		float: none!important; 
		padding-left: 30px!important; 
		padding-right: 15px!important;  
		width: 66.666667%; 
		margin: 0 16.66666666666667%!important; 
	}

	.footer-widget {
		padding-top: 1rem; 
	}

/* Outdents and Indents */ 
	.page-template-default .entry-content p, 
	.page-template-default .entry-content h1,
	.page-template-default .entry-content h2,
	.page-template-default .entry-content h3,
	.page-template-default .entry-content h4,
	.page-template-default .entry-content h5,
	.page-template-default .entry-content h6, 
	.page-template-page-public-php .entry-content p, 
	.page-template-page-public-php .entry-content h1,
	.page-template-page-public-php .entry-content h2,
	.page-template-page-public-php .entry-content h3,
	.page-template-page-public-php .entry-content h4,
	.page-template-page-public-php .entry-content h5,
	.page-template-page-public-php .entry-content h6 {
	  margin-left: 8.33333%;
	}
	.page-template-default img.thumbnail, 
	.page-template-page-public-php img.thumbnail{
	  margin-left: -8.33333%; 
	}
	.page-template-page-members-php .entry-content {
	  margin-left: 8.33333%; 
	}
	.page-template-page-members-php .entry-content h2,
	.page-template-page-members-php .entry-content p a img {
	  margin-left: -8.33333%; 
	}
}

/* SIMPLE SITEMAP */ 
.page-item-178 {
	margin: .5em 0; 
	padding: .5em 0;
	border-top: 1px solid #a4b7a9; 
	border-bottom: 1px solid #a4b7a9; 
}
#ss_pages h2.page_heading {
	margin-top: 1em; 
}

/* All in One Event Calendar */ 

#ai1ec-prev-year,
#ai1ec-next-year,
#ai1ec-prev-month,
#ai1ec-next-month {
  width: 5em!important;
}

/* The Events Calendar */ 
.tribe-events-category-alpine-lodge-events h3 a {
	color: #060!important; /* green */ 
}
.tribe-events-category-cac-foundation-events h3 a {
	color: #630!important; /* brown */ 
}
.tribe-events-category-club-outings h3 a {
	color: #C60!important; /* orange */ 
}
.tribe-events-category-echo-summit-lodge-events h3 a {
	color: #03F!important; /* blue */ 
}
.tribe-events-category-official-club-events h3 a {
	color: #C00!important; /* red */ 
}
.tribe-events-category-sundays-at-alpine-lodge h3 a {
	color: #C90!important; /* gold */ 
}
.tribe-events-meta-group.tribe-events-meta-group-organizer.vcard, 
.tribe-events-meta-group.tribe-events-meta-group-venue.vcard {
	border-color: transparent;
}
.breadcrumbs {
    margin: 0px !important;
    padding: 15px 0 !important;
}
.entry-content iframe {
    max-width: 500px;
    width: 100%;
}
.home aside#slider {
    display: none;
}
@media(max-width:767px){
	.page-id-77 .entry-content img {
    width: 100%;
}
}