html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #edeae2;
}

/*Typography*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.4em;
}

h2.title {
	margin-bottom: 24px;
}

input {
   /* -webkit-appearance: none;*/
}

h2.title-blue {
	color: #46a5a2;
}

p, a, span, td {
	font-family:Calibri, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 1em;
	line-height: 1em;
	text-decoration: none;
}

h3 a, a h3, h2 a, a h2, h4 a, a h4{
	line-height:1.2em;	
}

p {
	line-height: 1.4em;
	color: #666666;
	font-size: 1em;
}

.content-middle-container a {
	color: #46a5a2;
}

.site-wrapper-outer.menu-open {
	height: 100vh;
	overflow: hidden;
}

.site-wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background: #ffffff;
}

.site-container {
	width: 936px;
	margin: 0 auto;
}

.site-container.header{
    width:100%;
}

.header-container{
    padding:0 36px;
}

.header-wrapper {
	padding: 18px 0px;
}

#logo-container {
	float: left;
	padding-top: 2px;
}

#logo-container img {
	width: 256px;
	height: auto;
}

#search-container {
	float: right;
}

#search-box {
	position: relative;
}

.menu-search-container ul {
	list-style-type: none;
	padding: 0;
	float: right;
	margin: 0;
    font-size:0.8em;
}

.menu-search-container ul li {
	float: left;
    margin: 20px 0px 15px;
    border-right: 1px solid #b8b8b8;
    padding: 0px 14px;
}

.menu-search-container ul li a {
	color: #666666;
}

.menu-search-container ul li:last-child {
	margin: 20px 0px 15px 0px;
	padding-right: 0px;
	border-right: none;
}


.site-search {
	background: #f0f0f0;
	border: none;
	padding: 10px 10px 10px 15px;
	height: 35px;
	width: 192px;
	box-sizing: border-box;
}

.searchform-button {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #b8b8b8;
	border: none;
    font-size: 1.2em;
    padding: 7px;
    width: 35px;
    height: 35px;
    color: #f0f0f0;
    cursor: pointer;
    transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.searchform-button:hover {
	background: #9f9f9f;
}

.searchform-button i {
	transform:rotateY(180deg);
}

.main-menu-container{
    background-color:#b3a16e;
    font-size:0.8em;
}

.main-menu-container ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.main-menu-container ul li {
    float:left;
    list-style-type: none;
    margin-bottom:0;
}

.main-menu-container ul li:last-of-type {
    float:right;
}

.main-menu-container ul li a {
	display: inline-block;
	font-size: 1.2em;
	color: white;
	padding: 15px 36px;
	background: #b3a16e;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.main-menu-container ul li a:hover {
	background: #96875d;
	text-decoration: none;
}

.main-menu-container ul li#activeSection a {
	background: #96875d;
}

.main-menu-container ul li:last-child a {
	background: #46a5a2;
}
.main-menu-container ul li:last-child a:hover {
	background: #32918e;
}

.main-menu-container ul li:last-child#activeSection a {
	background: #32918e;
}

.mobile-menu-controller, 
.mobile-menu-container {
	display: none;
	box-sizing: border-box;
}

.close-button-controller {
	float: right;
    margin-top:22px;
}

.close-button-controller i {
	cursor: pointer;
	padding: 5px 10px;
	font-size: 1.4em;
	color: white;
	margin: 10px;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.close-button-controller i:hover {
	background: white;
	color: #96875d;
}

.mobile-menu-container {
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 9999;
	background: #b3a16e;
	padding-bottom: 40px;
	min-height: 100vh;

}

.mobile-menu-container ul {
	list-style-type: none;
	margin: 0 30px 30px 30px;
	padding: 0;
	clear: both;

}

.mobile-menu-container ul:last-of-type {
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.4);
	padding-top: 30px;
    padding-bottom: 30px;
    margin:0;
}

.mobile-menu-container ul ul {
	text-align: left !important;
	padding-top: 0px !important;
	padding-left: 40px;
	margin-top: 0;
	box-sizing: border-box;
	border-top: none !important;
}

.mobile-menu-container ul ul a:hover {
	color: white !important;
}
.mobile-menu-container ul li{
    margin: 3px 0;
}
.mobile-menu-container ul li a {
	display: block;
	width: 100%;
	padding: 12px 12px;
	color: white;
	box-sizing: border-box;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
    font-family:'EB Garamond',"Times New Roman", Georgia, Serif;
    font-size:125%;
    
}

.mobile-menu-container li.selected > a {
	
    background-color:#96875d;
}

.mobile-menu-container ul li a:hover {
	text-decoration: none;
	background-color: #96875d;
}

.mobile-menu-container ul:last-of-type li{
    display:inline;
}

.mobile-menu-container ul:last-of-type li a {
	text-transform: none;
	font-size:100%;
	font-weight: 400;
	padding: 5px 20px;
    display:inline;
}


.mobile-menu-container #search-box {
	width: 216px;
	margin: 0 auto;
}

.swiper-container {
	height: 424px;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.swiper-slide .site-container {
	height: 100%;
}

.slide-content-wrapper {
	display: table;
	height: 100%;
	width: 50%;
	float: right;
}

.slide-content-container {
	display: table-cell;
	vertical-align: middle;
}

.slide-purple {
	background-color: #9c336c;
}

.slide-blue {
	background-color: #1e5a90;
}

.slide-darkpurple {
	background-color: #3e1944;
}

.slide-gold {
	background-color: #b3a26e;
}

.slide-pink {
	background-color: #e94172;
}

.slide-text-container {
    padding: 25px 75px 25px 38px;
    position: relative;
    overflow: hidden;
    background-image: url('../images/calander-cross.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.slide-text-container img {
	position: absolute;
    right: -80px;
    bottom: -90px;
    opacity: 0.6;
}

.slide-text-container h2, .slide-text-container p { 
	color: white;
}

.slide-purple a {
	display: inline-block;
	color: white;
	background: #82315d;
	padding: 10px 15px;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.slide-purple a:hover {
	background: white;
	color: #82315d;
	text-decoration: none;
} 

.slide-blue a {
	display: inline-block;
	color: white;
	background: #194b78;
	padding: 10px 15px;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.slide-blue a:hover {
	background: white;
	color: #194b78;
	text-decoration: none;
} 

.slide-gold a {
	display: inline-block;
	color: white;
	background: #96875d;
	padding: 10px 15px;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.slide-gold a:hover {
	background: white;
	color: #96875d;
	text-decoration: none;
}

.slide-darkpurple a {
	display: inline-block;
	color: white;
	background: #2f0c34;
	padding: 10px 15px;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.slide-darkpurple a:hover {
	background: white;
	color: #2f0c34;
	text-decoration: none;
}

.slide-pink a {
	display: inline-block;
	color: white;
	background: #ca355f;
	padding: 10px 15px;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.slide-pink a:hover {
	background: white;
	color: #ca355f;
	text-decoration: none;
}

.pagination-container {
	position: relative;
}

.swiper-pagination {
	top: -40px;
	right: 0px;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #ffffff;
	opacity: 1;
	margin-left: 5px;
}

.swiper-pagination-bullet-active {
	background: #9c336c;
}

.visiting-wrapper {
	background: #46a5a2;
	padding: 55px 0px;
	position: relative;
	overflow: hidden;
}

.visiting-content-container {
	width: 576px;
	padding-left: 55px;
	float: right;
	box-sizing: border-box;
}

.visiting-content-container h1, 
.visiting-content-container p, 
.visiting-content-container h4,
.visiting-content-container td {
	color: white;
}

.visiting-wrapper img {
	position: absolute;
	bottom: -68px;
	left: 0px;
}

.visiting-wrapper td {
	width: 100px;
	padding-bottom: 7px;
}

.visiting-times-container {
	float: left;
	width: 50%;
}

.visit-details-container {
	float: left;
	width: 40%;
}

.visit-details-container a {
	color: white;
	text-decoration: underline;
}

.emergency-wrapper {
	background: #676766;
	font-size:130%;
	padding: 20px 0px 5px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.emergency-wrapper p{
	color:white;
}
.emergency-wrapper a{
	color:white;
	text-decoration: underline;
}

.emergency-wrapper a:hover{
	
	text-decoration: none;
}


.latest-news-wrapper {
	padding: 55px 0px;
}

.latest-news-container {
	width: 680px;
	float: left;
}

.blog-headlines-item {
	width: calc(50% - 40px);
	float: left;
    background-color: white;
    margin-bottom:40px;
}
.blog-headlines-item:first-of-type{
	margin-right: 80px;    
}

.blog-headlines-item-inner{
    padding:20px 25px 25px 25px;
    min-height: 105px;
}

p.blog-date{
    font-size:0.8em;
    padding:0;
    margin:0;
}

.blog-headlines-item h3{
    font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
    font-size:1.4em;
    line-height:1.1;
    margin:0;
}

.blog-headlines-item h3 a {
    font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	color: #46a5a2;
	margin: 12px 0px 0px;
	display: block;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.blog-headlines-item h3 a:hover {
	opacity: 0.6;
	text-decoration: none;
}


.blog-headlines-image {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
}

.blog-headlines-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.sideblock-wrapper {
	float: left;
	width: 256px;
}

.sideblock-block-wrapper {
	margin-bottom: 40px;
}

.sideblock-image-container {
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
}

.sideblock-image-container a {
	display: block;
	width: 100%;
	height: 100%;
}

.sideblock-gold .sideblock-image-container {
	height: 200px;
}

.sideblock-title-container {
	box-sizing: border-box;
	position: relative;
}

.sideblock-title-container h4 {
	margin: 0;
	color: white;
}

.sideblock-title-container a {
	padding: 15px 25px 15px 20px;
	display: block;
	line-height: 1.6em;
}

.sideblock-title-container a:hover {
	text-decoration: none;
}

.sideblock-block-wrapper {
	width: 100%;
}

.sideblock-purple .sideblock-title-container {
	background: #687abc;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.sideblock-purple .sideblock-title-container a {
	padding-right: 40px;
}

.sideblock-purple:hover .sideblock-title-container {
	background-color: #4e5d95;
} 

.sideblock-gold:hover .sideblock-title-container {
	background-color: #96875d;
}

.sideblock-blue .sideblock-title-container {
	background: #46a5a2;
	
	background-image: url('../images/side-col-cross.png');
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.sideblock-gold .sideblock-title-container {
	background: #b3a16e;
	background-image: url('../images/side-col-cross.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 78px;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}



.sideblock-title-container img {
	position: absolute;
    bottom: 0px;
    right: 0px;
    width: auto;
    height: 100%;
    border-left: 4px solid rgba(255, 255, 255,0.2);
    padding-left: 4px;
}

.has-block-content a {
	padding-bottom: 5px;
}

.block-content-container {
	padding: 0px 30px 2px 20px;
}

.block-content-container p {
	color: white;
}

.twitter-container {
	background: #edeae2;
	padding: 20px;
	clear: both;
	position: relative;
}

.twitter-container a {
	color: #666666;
	line-height: 1.2em;
}

.twitter-container h3 a{
	font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
}

.twitter-container h3 {
	position: relative;
	margin-left: 35px;
	margin-top:0;
}

.twitter-container h3:before {
	font-family: 'FontAwesome';
	content: '\f099';
	position: absolute;
	font-size: 1.5em;
	color: #666666;
	margin-left: -35px;
	top: -4px;
}

.twitter-container .triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 60px 0 0;
	border-color: #edeae2 transparent transparent transparent;
	bottom: -20px;
}

.featured-image-container {
	height: 400px;
	width: 100%;
	background-position: center;
	background-size: cover;
}

.featured-image-container.large{
    height:500px;
    display:flex;
}

.featured-image-container.large .site-container{
    align-self:flex-end;
}
.featured-image-container.large h1, .slideshow-text h1{
    color:white;
    font-size:4em;
    text-shadow: 5px 5px 10px #000000;
    margin-bottom:0.25em;
    line-height: 1.15;
}
.slideshow-text p{
    color:white;
    font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
	text-shadow: 5px 5px 10px #000000;
    font-size:1.4em;
    margin:0;
}
.body-content-wrapper {
	padding: 40px 0px;
}

.side-menu-container {
	width: 216px;
	float: right;
	margin-right: 20px;
}

.side-menu-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
    font-size:0.8em;
   /* border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;*/
}

.side-menu-container ul li{
	margin: 0;
}

.side-menu-container ul li:first-child, #blog-cats, #blog-months {
	
}

.side-menu-container ul li a, .side-menu-container p a {
	display: block;
	padding: 14px 0px 14px 0px;
    color: #666666;
    box-sizing: border-box;
    font-size: 1.2em;
    font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	/*border-bottom: 1px solid #f0f0f0;*/
	/*border-left: 5px solid #FFF;*/
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.side-menu-container ul li a:hover,  .side-menu-container p a:hover {
	/*border-left: 5px solid #46a5a2;*/
	/*background: #f0f0f0;*/
    color:#46a5a2;
	text-decoration: none;
}

.side-menu-container ul li.selected a {
	/*border-left: 5px solid #46a5a2;
	background: #f0f0f0;*/
    color:#46a5a2;
}

#blog-cats {
    margin: 0 0 60px 0 !important;
}

.side-menu-container p {
	padding-bottom: 0 !important;
}

.sharing-buttons {
	margin-top: 30px;
}

.sharing-buttons p {
	font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	font-size: 1em;
    color:#46a5a2;
    margin-bottom:10px;
}

.addthis_sharing_toolbox {
	margin-top: 5px;
}

.main-content-container {
	width: 700px;
	float: right;
}


.content-right-container {
	float: left;
	width: 216px;
	box-sizing: border-box;
}

.content-middle-container {
    width: 444px;
    margin-right: 40px;
	float: left;
	box-sizing: border-box;
}

.calendar-wrapper {
	background: #46a5a2;
	margin-top: 50px;
	margin-right: 55px;
	padding: 20px 20px 25px;
	height: 255px;
	background-image: url('../images/calander-cross.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

#calendar {
	width: 50%;
    padding-right: 20px;
    float: left;
    box-sizing: border-box;
    border-right: 2px solid #4eb1ae;
}

#calendar-events-wrapper {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}

#calendar-events-wrapper h2 {
	font-size: 1.6em;
}

#calendar-events-wrapper h2, 
#calendar-events-wrapper p,
#calendar-events-wrapper a {
	color: #fff;
}

#calendar-events-wrapper a span {
	text-decoration: underline;
}

#calendar-events-wrapper a:hover span {
	text-decoration: none;
}

#calendar-events-wrapper p {
	margin-bottom: 4px;
}

#calendar h2 {
	color: white;
}

.fc-unthemed .fc-divider, 
.fc-unthemed .fc-popover, 
.fc-unthemed .fc-row, 
.fc-unthemed tbody, 
.fc-unthemed td, 
.fc-unthemed th, 
.fc-unthemed thead {
	border-color: #46a5a2;
}

#calendar-search.fc-unthemed .fc-divider, 
#calendar-search.fc-unthemed .fc-popover, 
#calendar-search.fc-unthemed .fc-row, 
#calendar-search.fc-unthemed tbody, 
#calendar-search.fc-unthemed td, 
#calendar-search.fc-unthemed th, 
#calendar-search.fc-unthemed thead {
	border-color: #67bdb8;
}

.fc td, .fc th {
	border-width: 3px;
}

.fc-bgevent {
	opacity: 1;
}

.fc td.fc-today {
    text-decoration: underline;
}

.fc-unthemed .fc-today {
    background: #32918e;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 0px;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
    color: white;
    padding-top: 6px;
    cursor: pointer;
}

.fc-day-number.fc-other-month {
    opacity: 0.3;
}

.fc-bg .fc-other-month {
	background: #46a5a2;
}

.fc-unthemed thead.fc-head {
	background: #46a5a2;
	color: white;
	border-color: white;
	border-bottom: 2px solid white;
}

td.fc-widget-header {
    border-color: #4eb1ae;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-bottom: 8px;
    display: block;
    border-width: 2px;
    padding-bottom: 8px;
}

.fc-button {
	background: none;
	color: white;
	border: none;
	box-shadow: none;
	text-shadow: none;
}

.landing-block-container {
	width: 340px;
	min-height: 302px;
	float: left;
	padding-right: 20px;
	margin-bottom: 35px;

	
}

.outer-horz-span {
	min-height: 75px;
	display: block;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	background-image: url('../images/SideCrossed.png');
	background-size: 46px;
	background-position: center right;
	background-repeat: repeat-y;
}

.outer-horz-gold {
	background-color: #b3a16e;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.landing-block-horz-container a:hover .outer-horz-gold {
	background-color: #96875d;

}

.inner-horz-span {
	top: 50%;
	position: absolute;
	padding-right: 50px;
	display: block;
	font-size: 1.4em;
	color: white;
	font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    font-size:1em;
}



.landing-block-container:hover .landing-block-blue {
	background: #39817f;
}
.landing-block-container:hover .landing-block-gold {
	background: #96875d;
}
.landing-block-container:hover .landing-no-background.landing-block-blue {
	background: #46a5a2;
}
.landing-block-container:hover .landing-no-background.landing-block-gold {
	background: #b3a16e;
}

.landing-block-blue a:hover,
.landing-block-gold a:hover  {
	text-decoration: none;
}

.landing-block-right {
	padding-right: 0;
}

.landing-block-image-container {
	height: 220px;
	background-size: cover;
	background-position: center;
}

.landing-block-image-container a {
	display: block;
	height: 100%;
	width: 100%;
}

.landing-block-blue {
	color: white;
	background: #46a5a2;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.landing-block-gold {
	color: white;
	background: #b3a16e;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.landing-block-background {
	position: relative;
}

.landing-block-background img {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: 100%;
	padding-left: 4px;
	border-left: 4px solid rgba(255, 255, 255,0.2);
}

.landing-no-background {
	padding: 20px 20px 17px;
	min-height: 266px;
}

.landing-block-blue h3,
.landing-block-gold h3 {
	color: white;
	margin: 0;
	font-size: 1.4em;
}

.landing-no-background h3 {
	margin-bottom: 9px;
}

.landing-no-background p {
	color: white;
}

.landing-no-background a {
	color: white;
	text-decoration: underline;
	padding: 0 !important;
}

.landing-no-background hr {
	height: 4px;
	background: rgba(255,255,255,0.2);
	position: relative;
	margin: 24px 0px;
	overflow: visible;
}

.landing-no-background hr::after {
	content: '';
	display: block;
	width: 30px;
	height: 27px;
	background-image: url('../images/middle-cross.png');
	background-size: 100%;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: -11px;
}
.landing-no-background.landing-block-gold hr::after {
	background-image: url('../images/middle-cross-gold.png');
}

.landing-no-background span.days {
	width: 100px;
}

.landing-block-wrapper .sideblock-block-wrapper {
	width: 218px;
    margin-right: 23px;
	float: left;
	margin-bottom: 0;
}

.landing-block-wrapper .sideblock-block-wrapper-end {
	margin-right: 0px;
}

.landing-block-title-container a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 34px 20px;
}

input.other {
	width: 70px;
}

.landing-block-wrapper .sideblock-gold .sideblock-title-container a {
	padding: 20px 50px 20px 20px;
}

.landing-block-wrapper .sideblock-block-wrapper-end .sideblock-title-container a {
	padding: 31px 20px;
}

#blog-menu h3 {
	display: none;
}

.blog-post-container {
	width: 340px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

.blog-post-container h2 a {
    font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    color: #46a5a2;
    margin: 26px 0px 8px;
    display: block;
    transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.blog-post-container h2 a:hover {
    opacity: 0.6;
    text-decoration: none;
} 

.blog-post-container:nth-of-type(2n){
/*.blog-post-container:nth-child(even) {*/
	margin-right: 0;
} 

.blog-post-container img {
	width: 100%;
	height: 200px;
}

#more-posts-link {
	clear: both;
	width: 100%;
}

#more-posts-link a:hover {
	text-decoration: none;
}

.blog-previous-link {
	float: right;
	color: #46a5a2;
	font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
}

.blog-more-link, .next-week-button a, 
.prev-week-button a {
	color: #46a5a2;
	font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
}

.blog-previous-link:after, 
.next-week-button a:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	margin-left: 5px;
}

.blog-more-link:before, 
.prev-week-button a:before {
	content: '\f0d9';
	font-family: 'FontAwesome';
	margin-right: 5px;
} 

#blog .blog-post-footer {
	border-top: none !important;
}

#blog .blog-post-footer p {
	float: right;
	font-size: 1.2em;
	color: #46a5a2;
	font-style: italic;
}

.single-post-share {
	margin-top: 0px;
}

.single-post-share span {
	font-size: 1.6em;
}

.filter-button {
	float: right;
	background-color: #46a5a2;
	position: relative;
	max-width: 310px;
    font-size:75%;
    margin-bottom:20px;
}


.filter-button span {
	display: inline-block;
	font-size: 1.2em;
	color: white;
	font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
}

.filter-button a {
	float: right;
	color: #67bdb8;
	width: 100%;
	box-sizing: border-box;
	padding: 18px 20px;
	font-size: 1.2em;
	transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    
}

.filter-button span {
	margin-right: 100px;
}

.filter-button a i {
	transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.filter-button a:hover {
	background-color: #67bdb8;
	color: #ffffff;
}

.filter-button a.clicked {
	background-color: #67bdb8;
	color: #ffffff;

}

.filter-button a.clicked i {
	transform: rotate(90deg);
}

#calendar-search.fc-unthemed thead.fc-head, 
#calendar-search .fc-bg .fc-other-month {
	background: #67bdb8;
}

#calendar-search h2 {
	font-size: 1.4em;
	color: white;
	margin-top: 5px;
}

.slide-panel {
	width: 100%;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 56px;
	background: #67bdb8;
	box-sizing: border-box;
	padding: 0px 20px;
}

.event-wrapper {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.event-wrapper img {
	width: 200px;
	float: right;
}

.day-title {
	display: inline-block;
}

.next-week-button {
	float: right;
}

.prev-week-button {
	float: left;
}

.next-week-button a:hover, .prev-week-button a:hover {
	text-decoration: none;
}

.no-events-container {
	margin-top: 20px;
}

.read-more-link {
	color: #46a5a2;
	text-decoration: underline;
}

.ui-tabs-hide {
	display: none;
}

#donation-tabs {
	margin-bottom: 35px;
}

ul#donation-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#donation-list li {
	float: left;
	margin-bottom: 0;
}

#donation-list li a {
	display: block;
    padding: 20px 40px;
	font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	color: white;
	font-size: 1.4em;
}

#donation-list li.ui-state-default a {
	background: #32918e;
}

#donation-list li.ui-tabs-selected a {
	background: #46a5a2;
}

#donation-list li a:hover {
	text-decoration: none
}
#one-off, #monthly {
	background: #46a5a2;
	padding: 30px;
	margin-bottom: 20px;
	background-image: url('../images/calander-cross.png');
	background-repeat: no-repeat;
	background-size: 150px;
	background-position: bottom right;
}

#one-off h3, 
#monthly h3, 
#one-off p, 
#monthly p {
	color: white;
}

span.amount {
	margin-right: 20px;
	color: white;
}

span.amount input {
	margin-right: 5px;
}

span.amount label {
	font-size: 1.4em;
}

span.amount span.other input, 
span.amount span.monthly-other input {
	background: #6bb7b5;
	border: 0;
	padding: 10px 0px 10px 20px;
	color: white;
}

span.other {
	position: relative;
	display: inline-block;
}

#one-off span.other:before {
	font-family: 'FontAwesome';
	content: '\f154';
	position: absolute;
	top: 10px;
	left: 5px;
}

#monthly span.other:before {
	font-family: 'FontAwesome';
	content: '\f154';
	position: absolute;
	top: 10px;
	left: 5px;
}

.donate-button {
	display: block;
    padding: 12px 18px;
    font-size: 1em;
    background: #32918e;
    border: 0;
    color: white;
    transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    cursor: pointer;
    margin-top: 20px;
}

.donate-button:hover {
	background: white;
    color: #32918e;
    text-decoration: none;
}

.blog-category-title {
	margin-bottom: 20px;
}

.facebook-link {
	width: 25px;
	height: 20px;
	position: relative;
}

.facebook-link i {
	position: absolute;
	bottom: 0;
	right: -2px;
	font-size: 1.2em;
}

.fc-icon::after {
	margin: 0em 0em;
}

.landing-block-horz-container {
	float: left;
	padding-right: 20px;
	margin-bottom: 35px;
	width: 220px;
	
}

.landing-block-horz-container img {
	width: 100%;
	height: auto;
}

.last-horz-block {
	padding-right: 0px;
}

.landing-block-horz-container h3.block-gold {
	background: #b3a16e;
	margin: 0;
	padding: 20px 60px 20px 20px;
	line-height: 1.2em;
	box-sizing: border-box;
	color: white;
	transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    font-size: 1.3em;
    position: relative;
}


.landing-block-horz-container a:hover {
	text-decoration: none;
}

.landing-block-horz-container a:hover h3.block-gold {
	background: #96875d;
}

.last-horz-block h3.block-gold {
	padding: 31px 60px 31px 20px;
	height: 84px;
}

.landing-block-horz-container img.crosses {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: auto;
	right: 0px;
	border-left: 4px solid rgba(255, 255, 255,0.2);
	padding-left: 4px;
}

#cookie-message-inner {
	padding: 10px 0px !important;
	width: 936px !important;
}

div#cookie-message-inner p {
	color: white;
    font-size:80%;
}

div#cookie-message-inner p.cookie-heading{
    font-size:100%;
}

.block-content-container a {
    padding: 0px 0px !important;
}




































































































































.footer-wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background: #46a5a2;
    padding: 60px 0px 30px 0px;
	background-image:url('../images/Window.png');
	background-repeat: no-repeat;
    background-position: 1105px 154px;
    background-size: 20%;
    font-size:0.8em;
}

.footer-col, .footer-col-width-wrapper {
	float: left;
	box-sizing: border-box;
}

.footer-col h4, .footer-col p, .footer-wrapper p, .footer-wrapper h4 a {
	color: white;
}

.footer-wrapper h4 a {
	font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
}

.footer-col-1 {
	width: 30%;
	padding-right: 40px;
}

.footer-col-width-wrapper {
	width: 70%;
}

.footer-col-2, 
.footer-col-3, 
.footer-col-4 {
	width: 28%;
}



#newsletter-button {
	display: block;
	padding: 12px 18px;
	background: #32918e;
	width: 64%;
	color: white;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

#newsletter-button:hover {
	background: white;
	color: #32918e;
	text-decoration: none;
}

.social-media-wrapper {
	margin: 38px 0px 0px;
}

.icon {
	float: left;
	font-size: 1.4em;
	margin-right: 10px;
}

.icon a {
	padding: 5px;
	background: #32918e;
	display: block;
	color: white;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

.icon a:hover {
	background: white;
}

.twitter-icon a:hover {
	color: #00aced;
}

.facebook-icon a:hover {
	color: #3b5998;
}

.youtube-icon a:hover {
	color: #bb0000;
}

.footer-col ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-col ul li a {
	color: white;
}

.footer-contact-container {
	margin-top: 25px;
}

.footer-menu-right a{
	font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	font-size: 1.4em;
	margin-bottom: 11px;
	display: block;
}


.footer-contact-container a {
	color: white;
}

.footer-contact-container a:hover {
	text-decoration: underline;
}

.copyright-wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background: #32918e;
	padding: 15px 0px;
    font-size:0.8em;
}

.copyright-wrapper a, 
.copyright-wrapper span {
	color: #79cbc8;
}

.cf {
	clear: both;
	width: 100%;
}

/* Unicity Forms */
form{
	
}
.form-field-wrapper{
	margin:0 0 0.75em 0;
}
.form-field-wrapper label{
	width:10em;
	display:inline-block;
	margin: 0.2em 1em 0.2em 0;
	vertical-align:top;
}
.form-field-required-star{
	vertical-align:top;
}
.formErrorMessage{
	color:#F00;
}

	/* Text & password fields */
	.form-text input,
	.form-email input,
	.form-password input{
		border:solid 1px #CCC;
		padding:0.2em;
		font-size:100%;
		font-family:inherit;
	}
	.form-text .input-tiny,
	.form-email .input-tiny,
	.form-password .input-tiny{
		width:60px;
	}
	.form-text .input-small,
	.form-email .input-small,
	.form-password .input-small{
		width:120px;
	}
	.form-text .input-medium,
	.form-email .input-medium,
	.form-password .input-medium{
		width:180px;
	}
	.form-text .input-large,
	.form-email .input-large,
	.form-password .input-large{
		width:240px;
	}
	.form-text .input-extralarge,
	.form-email .input-extralarge,
	.form-password .input-extralarge{
		width:300px;
	}
	
	/* Text areas */
	.form-field-wrapper textarea{
		border:solid 1px #CCC;
		padding:0.2em;
		font-size:100%;
		font-family:inherit;
	}
	.form-field-wrapper textarea.input-tiny{
		width:120px;
		height:3em;
	}
	.form-field-wrapper textarea.input-small{
		width:180px;
		height:4em;
	}
	.form-field-wrapper textarea.input-medium{
		width:240px;
		height:5em;
	}
	.form-field-wrapper textarea.input-large{
		width:300px;
		height:5em;
	}
	.form-field-wrapper textarea.input-extralarge{
		width:300px;
		height:10em;
	}
	
	/* Select */
	.form-select select{
		border:solid 1px #CCC;
		padding:0.2em;
		font-size:100%;
		font-family:inherit;
	}
	
	/* Checkbox */
	.form-checkbox label{
		width:auto;
		max-width:90%;
		margin:0 0 0 0.5em;
	}
	.form-checkbox input{
		vertical-align:top;
		margin-right:0.2em;
		margin-top:3px;
	}
	.form-checkbox .form-field-required-star{
		margin-right:0.2em;
	}
	
	/* Radio Buttons */
	.form-field-wrapper p{
		margin-bottom:0.2em;
		width:10em;
		float:left;
	}
	.radio-option-wrapper{
		margin-left:11.2em;
	}
		.radio-option-wrapper label{
			margin:0 0 0.2em 0.5em;
			width:auto;
			max-width:90%;
		}

.fieldErrorDiv label{
	color:#e94172;
}
	
	/* Buttons */
	.input-button{
		font-size:100%;
		font-family:inherit;
		padding:0.2em 0.5em;
		margin-left:11.2em;
	}
	
/* Unicity Events */
.events-calendar{
	font-size:87.5%;
}
.events-calendar th{
	padding:0.2em;
}
.events-calendar td{
	vertical-align:top;
	width:4em;
	background:#F0F0F0;
	padding:0.2em 0.5em;
	border:solid 1px #FFF;
}
.events-calendar td.calendar-blank-day{
	background:none;
}

/* Unicity Photo Gallery */
.photo-gallery-display{
	overflow:hidden;
}
.photo-gallery-image{
	float:left;
	margin:0 0.5em 1.2em 0.5em;
}

#prayer-wall{
	margin-top:30px;	
}

div.prayer-item{
	background-color:#f0ece2;
	padding:25px 25px 15px 25px;
	margin-bottom:40px;
	position: relative;
	min-height:100px;
}
div.prayer-item::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    width: 0px;
    height: 0px;
    border-top: 25px solid #f0ece2;
    border-right: 25px solid transparent;
}
div.prayer-item h3{
	clear:none;
	margin-top:0;
	padding-top:0;
}
p.prayer-date{
	font-size:80%;
	margin-bottom:0;
	text-align:right;
	clear:both;
}

div.prayer-item img{
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	border-radius:100%;
}


div.prayer-item:nth-of-type(even){
	background-color:#daedec;
}
div.prayer-item:nth-of-type(even)::before {
    border-top: 25px solid #daedec;
}

div.prayer-wall-pagination{
	margin-top:10px;
	text-align: center;
}



div.landing-block-set{
   
}

a.landing-block-new{
    display:flex;
    width:calc(50% - 10px);
    height:400px;
    background-size: cover;
    float:left;
    color:white;
    font-size:35px;
    align-items: center;
    justify-content: center;
    margin:0 20px 20px 0;
    position: relative;
}

a.landing-block-new:after{
    content:'';
    position: absolute;
    width:100%;
    height:100%;
    background-color: rgba(102,102,102,0.6);
    transition:0.3s all;
    
}
a.landing-block-new span{
    z-index: 1000;
    font-family: "Times New Roman", Georgia, Serif;
    line-height: 1.15;
    padding:11%;
    text-align: center;
    transition:0.3s all;
}
a.landing-block-new:nth-child(even){
        margin-right:0;
}
a.landing-block-new:hover{
    text-decoration: none;
}
a.landing-block-new:hover:after{
    background-color: rgba(102,102,102,0.4);
}
a.landing-block-new:hover span{
    margin-bottom:20px;
}














.slideshow-container {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
}
.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  opacity: 1;
  transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 3;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 2;
}
.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 1;
}
.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  2.5% {
    opacity: 1;
  }
  22.5% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
  97.5% {
    opacity: 0;
    transform: scale(1.2181818182);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  2.5% {
    opacity: 1;
  }
  22.5% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
  97.5% {
    opacity: 0;
    transform: scale(1.2181818182);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  22.5% {
    opacity: 1;
    transform: scale(1.2);
  }
  27.5% {
    opacity: 1;
  }
  47.5% {
    opacity: 1;
  }
  52.5% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  22.5% {
    opacity: 1;
    transform: scale(1.2);
  }
  27.5% {
    opacity: 1;
  }
  47.5% {
    opacity: 1;
  }
  52.5% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-3 {
  47.5% {
    opacity: 1;
    transform: scale(1.2);
  }
  52.5% {
    opacity: 1;
  }
  72.5% {
    opacity: 1;
  }
  77.5% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  47.5% {
    opacity: 1;
    transform: scale(1.2);
  }
  52.5% {
    opacity: 1;
  }
  72.5% {
    opacity: 1;
  }
  77.5% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-4 {
  72.5% {
    opacity: 1;
    transform: scale(1.2);
  }
  77.5% {
    opacity: 1;
  }
  97.5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes kenburns-4 {
  72.5% {
    opacity: 1;
    transform: scale(1.2);
  }
  77.5% {
    opacity: 1;
  }
  97.5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

div.slideshow-text{
    position:absolute;
    bottom:40px;
    left:120px;
    width:936px;
    z-index:1000;

}





.homepage-calendar-strip{
    padding:0 0 80px 0;
}

.homepage-calendar-tabs{
    padding-bottom:40px;
    border-bottom:2px solid #b2b2b2;
}

.homepage-calendar-tabs ul{
    list-style-type:none;
    margin:0;
    padding:0;
    display:flex;
    justify-content: space-between;
}

.homepage-calendar-tabs ul li{
    list-style-type:none;
    display:inline-block;
    margin:0;
    padding:0;
    
}


.homepage-calendar-tabs ul li a{
    font-family: 'EB Garamond',"Times New Roman", Georgia, Serif;
    color:#666;
    padding:7px 14px 5px 14px;
    border:2px solid white;
    display:inline-block;
}

.homepage-calendar-tabs ul li a.selected{
    border:2px solid #46a5a2;
    
}
.homepage-calendar-tabs ul li a.selected:hover{
     text-decoration: none;   
}

.homepage-calendar-tabs ul li:last-of-type a{
    padding-right:0;
    color:#46a5a2;
}

.homepage-calendar-tabs-content{
    padding:40px 0 0 0;
    border-bottom:2px solid #b2b2b2;
}

a.homepage-calendar-event{
    display:block;
    width:calc((100%  - 40px) / 3);
    float:left;
    margin:0 20px 40px 0;
}
a.homepage-calendar-event:nth-of-type(3n){
    margin-right:0;
}
a.homepage-calendar-event:nth-of-type(3n+1){
    clear:both; 
}
a.homepage-calendar-event img{
    float:left;
}
a.homepage-calendar-event:hover h3{
    text-decoration: underline;
}
.homepage-calendar-event-text{
    float:right;
    width:calc(100% - 100px);
}
.homepage-calendar-event-text h3{
    padding:0;
    margin:0 0 5px 0;
    line-height: 1;
    font-size:1.4em;
    color:#666;
}
.homepage-calendar-event-text p{
    padding:0 0 3px 0;
    margin:0;
    line-height: 1;
    font-size:0.9em;
}

.homepage-text-button-strip{
    padding-bottom:80px;
}

.homepage-text-button-strip h1, .homepage-text-button-strip h2, .homepage-text-button-strip h3, .homepage-text-button-strip h4{
    color:#666;
}

.homepage-text-button-strip-left{
    float:left;
    width: 366px;
}
.homepage-text-button-strip-right{
    width:530px;
    float:right;
}

.homepage-text-button-strip-right .landing-block-new:nth-of-type(1), .homepage-text-button-strip-right .landing-block-new:nth-of-type(2){
    height:255px;
}
.homepage-text-button-strip-right .landing-block-new:nth-of-type(3), .homepage-text-button-strip-right .landing-block-new:nth-of-type(4){
    height:200px;
}




.homepage-banner-strip{
    padding-bottom:60px;
}

.homepage-banner-inner{
    width:calc(100% - 160px);
    padding:50px 80px;
    display: block;
    transition:0.3s padding;
    display: flex;
}
a.homepage-banner-inner:hover{
    text-decoration: none !important;
    padding:40px 80px 60px;
}
.homepage-banner-inner.teal{
    background-color:#46a5a2;
    background-image:url("../images/cinquefoil.png");
    background-position: center right;
    background-repeat: no-repeat;
    color:white;
}
.homepage-banner-inner h2, .homepage-banner-inner h3, .homepage-banner-inner h4, .homepage-banner-inner p, .homepage-banner-inner a{
    color:white;
}
.homepage-banner-inner .homepage-banner-text-area{
    width:420px;
    border-left:2px solid white;
    padding-left:40px;
}
.homepage-banner-inner.image{
    background-color:#666;
    background-size: cover;
    color:white;
    position:relative;
    
}

.homepage-banner-inner.image:after{
    content:'';
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color: rgba(102,102,102,0.9);
}
.homepage-banner-inner.image .homepage-banner-text-area{
    z-index:1000;
}


.homepage-banner-inner.gold-image{
    background-repeat: no-repeat;
    background-color:#b3a16e;
    background-position: center right;
    color:white;
}


.homepage-news-strip{
    background-color: #F0F0F0;
    padding:80px 0;
}

.homepage-news-strip h2{
    color: #666;
    margin-bottom:40px;
}
p.center{
    text-align: center;
}
.homepage-footer{
    padding:0 0 80px 0;
}
.homepage-footer h2, .homepage-footer h3, .homepage-footer h4{
    color:#666;
}
.homepage-footer-inner{
    margin-left:80px;
    padding-left:40px;
    border-left:2px solid #b3a16e;
}
.homepage-footer-left{
    width:530px;

    float:left;
}
.homepage-footer-right{
    float:right;
}

.homepage-strips > div:first-of-type{
    margin-top:60px;
}

.homepage-news-strip + .homepage-footer{
    padding-top:80px;
}

.homepage-news-strip + .homepage-banner-strip{
    margin-top:60px;
}

.homepage-news-strip + .homepage-text-button-strip{
    margin-top:80px;
}



a.calendar-event{
    display:block;
    width:calc((100%  - 40px) / 2);
    float:left;
    margin:0 20px 40px 0;
}
a.calendar-event:nth-of-type(2n){
    margin-right:0;
}
a.calendar-event:nth-of-type(2n+1){
    clear:both; 
}
a.calendar-event img{
    float:left;
}
a.calendar-event:hover h3{
    text-decoration: underline;
}
.calendar-event-text{
    float:right;
    width:calc(100% - 100px);
}
.calendar-event-text h3{
    padding:0;
    margin:0 0 5px 0;
    line-height: 1;
    font-size:1.4em;
    color:#666;
}
.calendar-event-text p{
    padding:0 0 3px 0;
    margin:0;
    line-height: 1;
    font-size:0.9em;
}



