﻿@font-face {
    font-family: 'satisfyregular';
    src: url('../fonts/Satisfy-Regular-webfont.eot');
    src: url('../fonts/Satisfy-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Satisfy-Regular-webfont.woff2') format('woff2'),
         url('../fonts/Satisfy-Regular-webfont.woff') format('woff'),
         url('../fonts/Satisfy-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Satisfy-Regular-webfont.svg#satisfyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*@font-face {
    font-family: 'roboto_slab';
    src: url('../fonts/RobotoSlab-Regular-webfont.eot');
    src: url('../fonts/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlab-Regular-webfont.woff2') format('woff2'),
         url('../fonts/RobotoSlab-Regular-webfont.woff') format('woff'),
         url('../fonts/RobotoSlab-Regular-webfont.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'roboto_slab';
    src: url('../fonts/RobotoSlab-Bold-webfont.eot');
    src: url('../fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlab-Bold-webfont.woff2') format('woff2'),
         url('../fonts/RobotoSlab-Bold-webfont.woff') format('woff'),
         url('../fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_slab_light';
    src: url('../fonts/RobotoSlab-Light-webfont.eot');
    src: url('../fonts/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlab-Light-webfont.woff2') format('woff2'),
         url('../fonts/RobotoSlab-Light-webfont.woff') format('woff'),
         url('../fonts/RobotoSlab-Light-webfont.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Light-webfont.svg#roboto_slablight') format('svg');
    font-weight: normal;
    font-style: normal;

}
a
{
color: #fcb02d;	
}
html {
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
}

body, div {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #484848;
	background: #fff;
	min-width: 960px;
}
h5
{
	font-size: 2em;
}

#content ul {
	margin: 0 0 18px;
}

#content li {
	line-height: 1.6;
}

/* Main Wrapper */

#mainWrapper {
	text-align: left;
	font-size: 18px;
	overflow: hidden;
}

/* Header */

#header {
	padding: 27px 10.15625%;
	overflow: hidden;
}

#header .logo {
	float: left;
	width: 230px;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .socials {
	float: right;
	margin: 8px 5px 0 0;
	padding: 0;
}

#header .socials li {
	float: left;
	margin: 0 0 0 11px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}

#header .socials li a {
	display: block;
	width: 60px;
	height: 60px;
	background: #656266 no-repeat center;
	text-indent: -9999em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#header .socials li a:hover {
	background-color: #fcb02d;
}

/* Navigations */

#navigations .navi {
	float: left;
	margin: 0;
	padding: 0;
}

#navigations .navi li {
	float: left;
	margin: 0 11px;
	padding: 0;
	list-style: none;
	font-size: 1em;
	font-weight: bold;
}

#navigations .navi li a {
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
}

#primary {
	padding: 9px 10.15625%;	
	background: #656266;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}

#primary .navi {
margin-top: 6px;
  /*margin-bottom: 30px;*/
  line-height: 30px;
}

#primary .navi li.active a,
#primary .navi li a:hover, 
#primary .navi li.current-menu-ancestor > a,
#primary .navi li.current-menu-item > a {
	color: #fcb02d;
}
.page-id-12 #primary .navi li.current-menu-ancestor > a,
.page-id-12 #primary .navi li.current-menu-item > a {
	color: white;
}
.page-id-12 #primary .navi li a:hover {
	color: #fcb02d;
}
#primary .navi li
{
	height: 40px;
}
#primary .searchBox {
	float: right;
	margin-top: 7px;
}

#primary .searchBox .query {
	float: left;
	margin: 0;
	padding: 7px 13px;
	border: 0;
	width: 127px;
	height: 15px;
	background: #ebebeb;
	font-family: Arial, sans-serif;
	font-size: 0.6875em;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#primary .searchBox .submit {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	height: 29px;
	width: 60px;
	background: #fcb02d;
	font-family: Arial, sans-serif;
	font-size: 0.6875em;
	color: #fff;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#navigations #secondary {
display: none;
}
#navigations #secondary li
{
	height: auto
}
#navigations li:hover #secondary
{
		padding: 12px 12.15625%;
	/*padding: 12px 0px;*/
	background: #a9a7a9;	
	position: absolute;
	width: 100%;
	left: 0px;
	height: auto;
    line-height: 15px;	
    display: block;
    z-index: 999999;
    margin-top: 9px;
}
#navigations .current-menu-item #secondary
{
	padding: 12px 12.15625%;
	/*padding: 12px 0px;*/
	background: #a9a7a9;	
	position: absolute;
	width: 100%;
	left: 0px;
	height: auto;
    line-height: 15px;	
    display: block;
    z-index: 100;
    margin-top: 9px;
}

#navigations #secondary {
display: none;
}

#secondary .navi li.active a,
#secondary .navi li a:hover {
	color: #656266;
}


/* Slider */

#slider {
	margin-bottom: 7px;
	min-height: 80px;
	background: #fcb02d url(../img/donate-btn.png);
}

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider .slides li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 500px;
	overflow: hidden;
}

#slider .slides li .image {
	display: block;
	width: 100%;
}

#slider .slides li .overlay, #slider.sub .slides li .overlay.left, .nivo-caption p {
	position: absolute !important;
	left: 3.828125% !important;
	top: 28% !important;
	text-align: center !important;
	width: 445px !important;
	background: none !important;
	
}
.nivo-caption
{
	display: block !important;
  position: absolute;
  top: 10%;
  background: none !important;

}
.nivo-caption p light
{
	color: #fff !important;
}
#slider .slides li .overlay p, .nivo-caption p {
	font-family: 'satisfyregular', cursive !important;
	font-size: 2.555em !important;
	color: #656266 !important;
	line-height: 1.2 !important;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
#slider.sub .slides li .overlay.dark p, #slider.sub .slides li .overlay.Dark p
{
	font-family: 'satisfyregular', cursive;
  font-size: 2.555em;
  color: #656266;
  line-height: 1.2;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

#slider .slides li .overlay .btn {
	display: inline-block;
	padding: 10px;
	border: 3px solid;
	color: #fcb02d;
	text-align: center;
	font-size: 0.93625em;
	font-weight: bold;
	margin-top: 25px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#slider .slides li .overlay .btn:hover {
	color: #656266;
}

#slider.sub .slides li .overlay, #slider.sub .slides li .overlay.right, .nivo-caption .right {
	left: auto !important;
	right: 3.828125% !important;
}

#slider.sub .slides li .overlay p, .nivo-caption .light {
	color: #fff !important;
}

#slider.sub .slides li .overlay .btn {
	color: #fff;
}

#slider.sub .slides li .overlay .btn:hover {
	color: #fcb02d;
}

/* Home */

#home {
	position: relative;
}

#home .bg {
	display: block;
	width: 100%;
}

#home .house {
	position: absolute;
	left: 19.21875%;
	top: 22.8158844765343%;
	width: 61.40625%;
}

/* Intro */

#intro {
	padding: 100px 10.15625%;
	background: #fcb02d url(../img/intro-pattern.png);
	text-align: center;
	font-size: 0.875em;
}

#intro .title {
	font-family: 'roboto_slab_light', Arial, sans-serif;
	font-size: 1.705em;
}

#intro .subtitle {
	font-weight: bold;
}

#intro .btn {
	display: inline-block;
	border: 3px solid;
	font-size: 1.07em;
	font-weight: bold;
	padding: 10px;
	margin: 50px 0 0;
	color: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#intro .btn:hover {
	color: #656266;
}

/* Services */

#services {
	padding: 50px 10.15625%;
	margin-bottom: 100px;
}

#services .service {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.6875em;
	width: 25%;
	float: left;
}

#services p {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: center;
	vertical-align: top;
}

#services div.service a.image{
	display: block;
	border: 3px solid #656266;
	margin: 0 10% 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	width: auto;
}
#services div.service a.imglink{
	display: block;
	border: 3px solid #656266;
	margin: 0 10% 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	width: auto;
}

#services div.service a img {
	display: block;
	width: 100%;
}

#services p.title {
	vertical-align: middle;
	margin: 0;
	padding: 15px 20px;
	font-family: 'roboto_slab', Arial, sans-serif;
	font-size: 1.636em;
	font-weight: bold;
}

#services p.desc {
	padding: 0 20px;
}

#services .service .link {
	font-size: 1.181em;
	color: #fcb02d;
	text-align: center;
}
#services .service .heading{
	height: 60px; /* Changed From 115px */
	vertical-align: middle;
	display: table-cell;
	width: inherit;

}
#services .service p.plink{
	margin-top: 20px;
}
#services #ceo {
	float: none;
}
#services.teamContainer {
	margin-bottom: 30px;
}
.serviceclear
{
	clear: both;
	height: 80px
}
.serviceclear.team 
{
	height:20px;
}

#content {
	position: relative;
	padding: 50px 0;
	margin: 0 10.15625%;
	font-size: 0.875em;
}

/* Left Column */

#leftColumn {
	float: left;
	width: 61.1911623439001%;
}

/* Right Column */

#rightColumn {
	float: right;
	width: 29.68299711815562%;
}

.separator {
	position: absolute;
	left: 65.60999039385207%;
	top: 50px;
	bottom: 50px;
	width: 2px;
	background: #fcb02d;
}

/* Side Navi */

#sideNavi {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 63px;
}

#sideNavi ul {
	margin: 0;
	padding: 0;

}

#sideNavi ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ebebeb;
	line-height: 1;
}

#sideNavi ul li a {
	display: block;
	color: #656266;
	padding-left: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../img/sidebar-arrows.png) 12px 15px no-repeat;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

#sideNavi ul li ul li a {
	padding-left: 49px;
	background-position: 34px 15px;
}

#sideNavi ul li a:hover,
#sideNavi ul li a.active {
	color: #fcb02d;
	background-position: 12px -177px;
}

#sideNavi ul li ul li a:hover,
#sideNavi ul li ul li a.active {
	color: #fcb02d;
	background-position: 34px -177px;
}

.donateBtn {
	text-align: center;
	color: #fff;
	background: #fcb02d url(../img/donate-btn.png);
	display: block;
	padding: 32px 0;
	margin-bottom: 50px;
	font-size: 0.928em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.donateBtn:hover {
	background-color: #656266;
}

.donateBtn em {
	font-style: normal;
	display: block;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 3px;
	font-size: 3.449em;
}

.donateBtn span {

	letter-spacing: 3px;
}

/* Upcoming Events */

#upcomingEvents {
	margin-bottom: 21px;
}

#upcomingEvents ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ebebeb;
}

#upcomingEvents ul li {
	margin: 0;
	padding: 12px 0;
	list-style: none;
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	display: table;
}

#upcomingEvents ul li .date {
	float: left;
	text-align: center;
	color: #fcb02d;
	line-height: 1.1;
	width: 65px;
}

#upcomingEvents ul li .date em {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 2.642em;
}

#upcomingEvents ul li .desc {
	margin-left: 68px;
}

#upcomingEvents ul li .desc a {
	display: block;
	color: #fcb02d;
	margin-bottom: 5px;
}

#upcomingEvents ul li .desc p {
	font-size: 0.785em;
	margin: 0;
}

.viewCalendar {
	display: block;
	margin: 0 auto;
	padding: 8px 0;
	width: 140px;
	border: 3px solid;
	text-align: center;
	color: #fcb02d;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.viewCalendar:hover {
	color: #656266;
}

/* Footer */

#footer {
	position: relative;
	padding: 35px 10.15625% 60px;	
	background: #3b3838;
	color: #fff;
	font-size: 0.687em;
}

#footer .left {
	float: left;
}

#footer .left .title {
	font-size: 2.181em;
	color: #fcb02d;
	margin-bottom: 16px;
}

#footer .left address {
	font-style: normal;
	margin-bottom: 12px;
}

#footer .left address em {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 4px;
}

#footer .right {
	float: right;
	padding-top: 64px;
}

#footer .right a {
	color: #fff;
}

#footer .donate {
	position: absolute;
	right: 0;
	top: -65px;
	background: #fcb02d;
	padding: 22px 15px 25px 25px;
	color: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#footer .donate.SECOND
{
	 
	  left: 0px;
	  right: auto;
	  -webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
		-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#footer .donate .name {
	float: left;
	text-align: center;
	padding-right: 18px;
	line-height: 1;
}

#footer .donate .name strong {
	display: block;
	font-size: 3.203em;
}

#footer .donate .name em {
	font-style: normal;
	font-size: 0.909em;
	letter-spacing: 2px;
}

#footer .donate .desc {
	float: left;
	display: block;
	width: 190px;
	font-size: 0.909em;
	font-style: italic;
	line-height: 1.4;
}

#footer .donate .desc strong {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
#content #leftColumn .teamContainer
{
	padding: 0px;
}

/* CSS3 Animations */

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

/* Miscelleneous */

p {
	margin: 0 0 18px;
	line-height: 1.6;
}



table {
	border-collapse: collapse;
	border: none; 
}

td, th {
	vertical-align: top; 
	border: none; 
	padding: 5px; 
	line-height: 1.6;
}

h1 {
	margin: 0 0 18px;
	padding: 0;
	font-family: 'roboto_slab', Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #fcb02d;
	line-height: 1.4;
}

h2 {
	margin: 0 0 18px;
	padding: 0;
	font-family: 'roboto_slab', Arial, sans-serif;
	font-size: 1.625em;
	font-weight: normal;
	color: #fcb02d;
	line-height: 1.4;
}

h3 {
	margin: 0;
	padding: 0 0 9px;
	font-family: 'roboto_slab', Arial, sans-serif;
	font-size: 1.428em;
	font-weight: normal;
	color: #656266;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}
/* Media CSS */
#media .pullLeft {
	float:left;
}
#media .pullRight {
	float:right;
}
#media img {
	padding-right:10px;
}
/* James CSS */
.hometext
{
	position: absolute;
	top: 100px;
}
.hometext #intro
{
	background: none;
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 0px;
}
.hometext #intro h1
{
	font-family: 'roboto_slab_light', Arial, sans-serif;
	font-size: 1.705em;
	color: #656266;
	margin-bottom: 0px;
}
.hometext #intro h2{
		font-family: 'roboto_slab_light', Arial, sans-serif;
	font-size: 1.705em;
	color: #fcb02d;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]
{
	background-color: #fcb02d !important;
}
.tribe-events-ical 
{
	display: none !important;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}


@media only screen and (max-width : 1200px) {
	
	body {
		min-width: 0px;
	}
	
	#header,
	#primary,
	#secondary,
	#intro,
	#services,
	#footer, 
	#navigations .current-menu-item #secondary,
	#navigations li:hover #secondary {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.searchBox {
		display: none; 
	}
	
	#home .bg {
		display: none; 
	}
	
	.hometext {
    position: relative;
    top: 40px;
}
	
	.hometext #intro {
		max-height: 630px;
	}
	
	#content {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	#slider .slides li .overlay {
		left: 0;
		top: 19%;
	}
	
	#services,
	#intro {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	#mainWrapper {
		font-size: 15px;
	}
	
	.donateBtn {
		font-size: 0.80em;
	}
	
	

}
#content.calendar
{
padding: 0 0;
	
}
.sub-menu a
{
	text-transform: uppercase;
}
sub-menu
{
	display: inherit;
}
/* TIMELINE */
#cd-timeline {
	 font-size: 100%;
}
/* Find Us */
#ninja_forms_form_1 #nf_submit_1 input#ninja_forms_field_5 {
  border: 2px grey solid;
  padding: 8px 20px;
  background-color: white;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */


#cd-timeline {
  position: relative;

  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
.cd-timeline-content {
  position: relative;
  margin-left: 20px;
  background: #efefef;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.circle
{
	-webkit-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
  .cd-timeline-block img
  {
	  max-width: 400px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 35%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block .cd-timeline-content.floatRight {
    float: right;
 
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

#mobileMenuLink {
	display: none; 
}

@media only screen and (max-width: 799px) { 
	#services .service {
    	padding: 20px 30px;
		width: 50%;
		box-sizing: border-box;
	}
	
	#footer {
		margin-top: 150px;
	}
	
	#footer .fadeInRight.donate {
		display: block;
		width: 80%; 
		top: -190px;
	}
	
	#leftColumn, #rightColumn, #upcomingEvents ul li {
		width: 100%; 
	}
	
	.separator {
		display: none; 
	}
	
	form input, textarea {
		font-size: 16pt;
		border: none;
		border-bottom: 1px solid #ccc;
	}
	
	form label {
		margin-bottom: 15px;
	}
	
	.hometext #intro {
		padding: 20px;
		max-height: 1000px;
	}
	
	#navigations {
		display: none; 
	}
	#mobileMenuLink {
		display: block;
		font-size: 3em;
		padding: 0px 10px;
		float: left; 
	}
	
	#mobile-menu {
		text-align: left;
		text-transform: uppercase;
	}
	
	#services .service {
		font-size: 12px;
	}
	
	.cd-timeline-img {
    display: none;}
    
	#services .service.team .teamMember {
	    width: 100% !important; 
	    box-sizing: border-box;
    }

}

@media only screen and (max-width: 599px) { 
	#services .service {
    	padding: 20px 30px;
		width: 100%;
		box-sizing: border-box;
	}
	
	#footer .donate .desc {
		display: none; 
	}
	
}