html{
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 62.5%; 
	line-height: 1.25;
}
body {
	background: #555387;
	max-width: 100%;
	overflow-x: hidden;
	zoom: 1;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	font-family: 'Source Sans Pro', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 800;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 20px;
	margin: 0 0 2.0rem;
	padding: 0;
	text-transform: none;
	line-height: 1.25;
}
h1 {
	font-size: 50px;
	font-size: 5.0rem;
}
h2 {
	font-size: 40px;
	font-size: 4rem;
}
h3 {
	font-size: 36px;
	font-size: 3.6rem;
}
h4 {
	font-size: 25px;
	font-size: 2.5rem;
}
h5 {
	font-size: 20px;
	font-size: 2rem;
}
h6 {
	font-size: 15px;
	font-size: 1.5rem;
}
p {
	margin: 0 0 15px 0;
	line-height: 1.5;
}
ul {
	color: #666;
	list-style: circle;
	margin: 0;
}
ol {
	color: #666;
	margin: 0;
}
ul li {
	margin: 0 0 15px 0;
}
div {
	display: block;
}
a, a:visited, a:hover {
	text-decoration: none;
	color: #666;
	-webkit-transition: 	all 0.3s ease;
	-moz-transition: 	all 0.3s ease;
	-o-transition: 		all 0.3s ease;
	-ms-transition: 		all 0.3s ease;
	transition: 			all 0.3s ease;
	text-decoration: underline;
}

.wrap {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
#content {
	background-color: #fff;
	min-height: 300px;
}
section {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 100px 20px;
	text-align: center;
}

section h1 {
	text-transform: none;
	margin: 0 0 25px;
	padding: 0;
	line-height: 1;
}
section h1:after {
	display: block;
	margin: 20px auto 40px;
	content: "";
	width: 100px;
	height: 1px;
	background-color: rgba(255,255,255,0.25);
}
section h1.content:after {
	display: block;
	margin: 20px auto;
	content: "";
	width: 100px;
	height: 1px;
	background-color: rgba(255,255,255,0.25);
}
/************************ TOP NAV STYLES						***********************/
.mobile-menu-button {
	display: none;
}
.mobile-menu-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 80px 40px 20px;
}
.mobile-menu-wrap ul {
	margin:0;
	padding:0;
	list-style: none;
}
.mobile-menu-wrap ul ul {
	display: none;
}
.mobile-menu-wrap ul li {
	margin: 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.mobile-menu-wrap ul li a {
	padding: 10px 0;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	font-weight: 800;
	font-size: 38px;
	font-size: 3.8rem;
	color: #908fad;
}
.mobile-menu-wrap ul li a:hover {
	color: #666;
}
.mobile-menu-wrap ul li .fa {
	position: absolute;
	right: 0;
	top: 15px;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}
.mobile-menu-wrap ul ul li a {
	font-weight: 100;
	font-size: 30px;
	font-size: 3rem;
	padding: 5px 0;
}
.mobile-menu-wrap ul ul li:last-child {
	border-bottom:0;
}
.full-page-nav {
	position: fixed;
	z-index: 4;
	top: 0;
	right: 0;
	width: 80%;
	height: 100%;
	overflow-y: auto;
	background-color: #ffffff;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
	-moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
	transition: transform 0.4s 0s, box-shadow 0s 0.4s;
	z-index: 100;
	display: none;
}
.full-page-nav.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
    -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0s;
    transition: transform 0.4s 0s, box-shadow 0s 0s;
}    

body.lock {
	overflow: hidden;
}

.banner {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 500px;
	padding: 0;
	overflow: hidden;
}
.inside-banner {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 400px;
	padding: 0;
	overflow: hidden;
	background-attachment: fixed;

}
.inside-banner.single {
	height: 300px;
}
.home .banner {
	height: 700px;
}

.banner-info {
	position: absolute;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
  	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: calc(0px + 50px);
	padding: 0 30px;
}
.banner-info h1 {
	color: #fff;
	font-size: 65px;
	font-size: 6.5rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
	margin: 0 0 15px;
	padding: 0;
	line-height: 1;
}
.banner-info p {
	color: #fff;
	font-size: 30px;
	font-size: 3.0rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
	line-height: 1;
	margin: 0 0 15px;
	display:block;
}
.banner-info a {
	display: inline-block;
	margin: 10px auto 0;
	color: #908fad;
	background-color: #555387;
	color: #fff;
	border-radius: 5px;
	padding: 10px 30px;
	border: 2px solid  #908fad;
	line-height: 1;
	text-transform: uppercase;
	font-size: 25px;
	font-size: 2.5rem;
	text-decoration: none;
}
.banner-info a:hover {
	background-color: #31304c;
	color: #fff;
}
#masthead {
	background: rgba(255,255,255,0.7);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.7)), color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
	position: absolute;
	width: 100%;
	height: 150px;
	z-index: 10;
	padding: 0 20px;
}
.site-title {
	display: inline-block;
	margin: 30px 0 0 0;
}
.site-title a {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/caal-white-text-logo.svg);
	display: block;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	height: 89px;
	width: 330px;
}
.header-social {
	position: absolute;
	top: 30px;
	right:0;
}
.header-social a {
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
.header-social a.donate {
	background-color: #908fad;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-transition: 	all 0.3s ease;
	-moz-transition: 	all 0.3s ease;
	-o-transition: 		all 0.3s ease;
	-ms-transition: 		all 0.3s ease;
	transition: 			all 0.3s ease;
}
.header-social a.donate:hover {
	background-color: #555387;
	color: #fff;
}

.main-navigation {
    clear: none;
    display: inline-block;
    float: none;
    width: auto;
    position: absolute;
    bottom: 25px;
    right: 0;
}

.main-navigation ul li a {
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 0 15px;
}
.main-navigation ul li a:hover {
	text-decoration: none;
}
.main-navigation ul ul {
	background-color: rgba(0,0,0,0.35);
	margin: 0;
	padding: 10px;
}
.main-navigation ul ul li {
	padding: 0;
	margin: 0;
}
.main-navigation ul ul li a {
	margin: 0;
	padding: 5px 0 ;
	font-size: 18px;
	font-size: 1.8rem;
}
/****** ARCHIVE PAGES *************/
/*
.archive-main {
	width: 70%;
	float: right;
	margin: 0 0 0 ;
}
.widget-area {
	float: left;
	width: 25%;*/
}
/****** SLICK SLIDER *************/

.slick-slider {
    margin-bottom:0px;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}

.slick-next:before {
    content: '\f105';
}
.slick-prev:before {
    content: '\f104';
}
.slick-prev:before, .slick-next:before {
    font-family: 'fontawesome';
    font-size: 50px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-top: -10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
        border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    z-index: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
    box-shadow: none;
    border: 0;
}

/* SAME HEIGHT AS CONTAINER **/
.banner-slide {
	position: relative;
	display: block;
	height: 700px !important;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

/************************ BREAK / CTA 							***********************/
.break-section a {
	display: inline-block;
	margin: 10px auto 0;
	color: #908fad;
	background-color: #555387;
	color: #fff;
	border-radius: 5px;
	padding: 10px 30px;
	border: 2px solid #908fad;
	line-height: 1;
	text-transform: uppercase;
	font-size: 25px;
	font-size: 2.5rem;
}

.break-section a:hover {
    background-color: #31304c;
    color: #fff;
}

/************************ ONE TWO COLUMN							***********************/
.column-1-2 {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 20px;
	text-align: left;
	display: block;
	vertical-align: top;	
}
.wrap.column-two .column-1-2 {
	width: 45%;
	max-width: 500px;
	margin: 0 auto 20px;
	padding: 0 2.5%;
	text-align: left;
	display: inline-block;
	vertical-align: top;	
}
.column-1-2 img {
	max-width: 300px;
	width: 100%;
	margin-bottom: 30px;
}
#twitter-widget-0 {
	height: 800px !important;
}
/************************ EVENT LIST							***********************/
.event-list {
	color: #fff;
	margin-top: -30px;
}
.light-text {
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.event-update {
	padding: 20px;
	max-width: 900px;
	margin: 0 auto;
	border-bottom: 1px dotted #333;
	background-color: rgba(255,255,255,0);
	-webkit-transition: 	all 0.3s ease;
	-moz-transition: 	all 0.3s ease;
	-o-transition: 		all 0.3s ease;
	-ms-transition: 		all 0.3s ease;
	transition: 			all 0.3s ease;
}

.event-update:hover {
	background-color: rgba(255,255,255,0.025);
}
.event-update-date {
	float: left;
	border: 0px solid #333;
	width: 15%;
}
.event-update-info {
	float: left;
	border: 0px solid #333;
	width: 85%;
	text-align: left;
	padding-left: 20px;
}
.event-update-info p {
	font-size: 18px;
	font-size: 1.8rem;
}
.event-update-info h2 {
	line-height: 1;
	font-weight: 400;
	font-size: 36px;
	font-size: 3.6rem;
	margin: 0 0 10px;
}
.event-update-info h2 a {
	color: #fff;	
	color: #908fad;
}
.event-day{
	display: block;
	text-align: center;
	font-weight: 800;
	font-size: 50px;
	font-size: 5rem;
	line-height: 1;
	color: #555387;
	color: #fff;
}
.event-month{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1;
	color: #908fad;
}

.event-btn, .event-btn:visited{
	color: #fff;
	background-color: #908fad;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.past-event-update {
	padding: 10px 0;
	margin: 0 auto;
	border-bottom: 1px #ccc dotted;
	max-width: 500px
}
.past-date {
	float: left;
}
.past-event {
	float: right;
}

#primary-event {
	text-align: left;
	width: 78%;
	float: right;
	padding: 40px 20px;
}
#event-detail {
	text-align: left;
	width: 20%;
	float: left;
	padding: 40px 20px;
}

a.back-button {
	display: inline-block;
	margin: 10px auto 0;
	color: #908fad;
	background-color: #555387;
	color: #fff;
	border-radius: 5px;
	padding: 10px 30px;
	border: 2px solid #908fad;
	line-height: 1;
	text-transform: uppercase;
	font-size: 25px;
	font-size: 2.5rem;
}

a.back-button:hover {
    background-color: #31304c;
    color: #fff;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #555387;
}

h1.tribe-events-single-event-title {
	color: #555387;
	line-height: 1;
    margin: 0;
}
.tribe-events-schedule h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

#tribe-events-pg-template {
    margin: 40px auto;
    max-width: 1000px;
}

.single-member-block {
	display: inline-block;
	vertical-align: top;
	width: 14%;
	margin: 0 2% 40px;
}
.staff-info-box img,
.single-member-block img{
	border: 1px solid #000;
}

.single-member-block h4 {
	font-size: 16px;
	font-size:1.6rem;
	padding: 0;
	margin:0;
	color: #555387;
}
.single-member-block p {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0;
	margin:0;
}
.single-member-block a {
	text-decoration: none;
}

.staff-info-box h4 {
	font-size: 20px;
	font-size:2rem;
	padding: 0;
	margin:0;
	color: #555387;
}
.staff-info-box p {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0;
	margin:0;
}

.staff-info-box .col-pic {
	width: 145px;
	display: inline-block;
	vertical-align: top;
}
.staff-info-box .col-info {
	width: calc( 100% - 200px);
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}


#tribe-events-content a,
.tribe-events-page-title {
	color: #555387;

}
.single-tribe_events .inside-banner .banner-info h1 {
	font-size: 48px;
	font-size: 4.8rem;
	display: none;
}
.single-tribe_events .inside-banner  {
	height: 200px;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
    background-color: #555387;
    color: #fff;
}
.tribe-events-sub-nav li a {
	background: transparent;
}

/************************ STAFF LIST							***********************/

.single-staff-block {
    margin: 0 0 40px;

    padding: 20px;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}
.single-staff-photo {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding: 0 25px 0 0;
	text-align: left;
}
.single-staff-photo img {
	max-width: 250px;
	width: 100%;
}
.single-staff-info {
	width: 74%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.single-staff-info h3 {
	margin: 0;
	padding: 0;
	line-height: 1;
	display: block;
	color: #555387;
}
.single-staff-contact {
	margin: 0 0 20px;
}
.single-staff-contact i {
	color:#555387;
}
.single-staff-contact span {
	margin: 0 20px 0 0;
	font-size: 20px;
	font-size: 2rem;
}
.single-staff-contact span a{
	color: #404040;
}
.staff-members {
	background-color: #ebebeb;
}

#cboxClose {
	bottom: auto;
	right: 0;
	top:0;
}
#cboxOverlay {
	background: rgba(0,0,0,0.9);
}
/************************  LOGOS					***********************/
section.logo-partners {
	background-image: url(../images/woven-bg.jpg);
	background-size: inherit;
	background-repeat: repeat;
}
section.logo-partners .wrap {
	max-width:960px;
}
.logo-partners a {
	margin: 0 20px 20px;
	display: inline-block;
}

.logo-partners a img {
	max-height: 50px;
	width: auto;
	max-width: 400px;
}

.logo-partners p {
	margin: 20px 0;
}
/************************ BUCKETS   	***********************/
.buckets-section{
	padding: 0 20px ;
	margin: 0;
	z-index: 1;
	text-align: center;
}
.single-buckets {
	width: 30%;
	margin: 0 1%;
	height: 300px;
	display: inline-block;
	text-align: center;
	-webkit-transition: 	all 0.3s ease;
	-moz-transition: 	all 0.3s ease;
	-o-transition: 		all 0.3s ease;
	-ms-transition: 		all 0.3s ease;
	transition: 			all 0.3s ease;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	border: 1px solid #fff;
}
.single-buckets:hover {
	transform: scale(1.05);
	z-index: 1;
}
a.block-link{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
.single-buckets h2 {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
	line-height: 1;
	background-color: rgba(85,83,135, 0.8);
	position: absolute;
	width: 100%;
	padding: 10px;
	bottom: 0;
	margin: 0;
	font-size: 30px;
	font-size: 3rem;
}

/************************ KUMU 							***********************/
.kumu-section iframe {
	width: 100%;
	height: 700px;
	max-width: 1100px; 
}

/************************ TWO BLOCKS							***********************/

.blocks-section {
	margin: 0;
	padding: 0;
	text-align: center;
}
.two-block-text {
	padding: 40px;
	min-height: 200px;
	text-align: left;
	width: 50%;
	float: left;
}
.two-block-text.right {
	float: right;
}
.two-block-image {
	padding: 40px;
	min-height: 200px;
	text-align: left;
	width: 50%;
	float: left;
	background-size: cover;
	background-position: center top;
}
/************************ BLOG ARCHIVE SINGLE						***********************/

.single .wrap,
.blog .wrap {
	padding: 0 20px;
}

.col-66 {
	width: 66.6667%;
	float: left;
}
.col-33 {
	width: 33.3334%;
	float: left;
}

.single .col-66,
.blog .col-66 {
	margin: 50px 0;
	padding: 0 100px 0 0;
}

.entry-content {
	margin: 0;
}
.widget-area {
	padding-top: 50px;
}
.widget-area section {
	padding: 20px;
	text-align: left;
	margin: 0 0 20px 0;
}
/************************ FOOTER SECTION  						***********************/
#colophon {
	padding: 50px 20px;
}
#colophon h1 {
	margin: 0;
}
#colophon h1 a {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/caal-white-text-logo.svg);
	display: block;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	height: 89px;
	width: 330px;
}
#colophon form {
	position: absolute;
	bottom: 0;
	right: 0;
}
#colophon form input[type="search"] {
    padding: 0;
    height: 40px;
    width: 200px;
    text-indent: 10px;
    font-size: 20px;
    line-height: 40px;
}
#colophon form input[type="submit"] {
	display: none;
}

#colophon ul {
	padding: 0;
	margin: 30px 0 40px;
	text-align: center;
	text-align: center;
	border-top: 1px solid #908fad;
	border-bottom: 1px solid #908fad;
}
#colophon ul li {
	display: inline-block;
	padding: 20px 15px;
	margin: 0;
}
#colophon ul li a {
	color: #908fad;
	text-transform: uppercase;
	text-decoration: none;
}
#colophon ul li a:hover {
	color: #fff;
}
#colophon ul li.current_page_item a {
	color: #fff;
}
.footer-2-col a {
	color: #fff;
	text-decoration: underline;
}
.footer-col-wrap {
	font-size: 0;
}
.footer-2-col {
	width: 50%;
	color: #fff;
	vertical-align: top;
	font-size: initial;
	display: inline-block;
	font-size: 20px;
	font-size: 2rem;
}
.footer-2-col.right {
	text-align: right;
}

.footer-2-col a.icons, .footer-2-col a.donate {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
	margin: 0 0 0 5px;
}
.footer-2-col a.donate {
	background-color: #908fad;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-transition: 	all 0.3s ease;
	-moz-transition: 	all 0.3s ease;
	-o-transition: 		all 0.3s ease;
	-ms-transition: 		all 0.3s ease;
	transition: 			all 0.3s ease;
}
.footer-2-col a.donate:hover {
	background-color: #31304c;
	color: #fff;
}
/************************ NINJA FORMS 							***********************/
.text-wrap.label-above label, 
.textarea-wrap.label-above label,
.ninja-forms-form .label-above label  {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1;
}
.list-dropdown-wrap.label-above select,
.text-wrap.label-above input {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-indent: 10px;
	border: 0;
}
.textarea-wrap.label-above textarea {
	 font-size: 20px;
	 padding: 10px;
 }
 
 .ninja-forms-form-wrap input {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-indent: 10px;
    width: 100%;
}
.field-wrap.label-left .ninja-forms-field,
.field-wrap.label-left .ninja-forms-star-rating-control {
	margin-left: 0 !important;
}
.ninja-forms-form-wrap input {
	text-indent: 0;
}
/************************ GENERAL STYLES 						***********************/
input {
    -webkit-appearance: none;
    border-radius: 0;
}
address {
	font-style: normal;
}
.italics {
	font-style: italic;
}
pre {
	font-size: 20px;
	background-color: #999;
	color: #fff;
}
.button {
	font-size: 20px;
	font-size: 2.0rem;
	background-color: transparent;
	border: 2px solid #fff;
	padding: 20px 30px;
	padding: 2.0rem 3.0rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: 	all 0.3s ease;
	-o-transition: 		all 0.3s ease;
	-ms-transition: 	all 0.3s ease;
	transition: 		all 0.3s ease;
}
.button:hover {
	background-color: #fff;
	color: #f8981c;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { 
	display: inline-block; /* start commented backslash hack \*/
}
* html .clearfix { 
	height: 1%; 
}
.clearfix { 
	display: block;  /* close commented backslash hack */
}

/* ----------------------------- Standard Desktops ----------------------------- */
@media only screen and (max-width: 1300px){
	
}
/* ----------------------------- Standard Desktops ----------------------------- */
@media only screen and (max-width: 1200px){
	html {
	    font-size: 48%; /* shrinks entire document text */
	}
	.main-navigation {
		bottom: 35px;
    	}
	.site-title a {
	    height: 75px;
	    width: 270px;
	}
	.banner {
		height: 400px;
	}
	.home .banner {
		height: 600px;
	}
	.banner-slide {
		height: 600px !important;
	}
	section {
		padding: 75px 20px;
	}


}
/* ----------------------------- Standard Desktops ----------------------------- */
@media only screen and (max-width: 1024px){
	.single-buckets {
		height: 200px;
	}
}

/* -------------------------- Landscape Tablets / Small Desktops -------------------------- */
@media only screen and (max-width: 960px){
	
	
}
/* -------------------------------- Landscape Mobile ----------------------------------- */
@media only screen and (max-width: 768px){
	a.mobile-menu-button {
	    display: inline-block;
	    height: 75px;
	    width: 75px;
	    position: absolute;
	    top: 0px;
	    right: -20px;
	    color: #fff;
	    text-align: center;
	    background-color: rgba(255,255,255, 0.15);
	}
	a.mobile-menu-button i{
		line-height: 75px;
		font-size: 50px;
		color: rgba(255,255,255,0.5);
	}
	
	a.mobile-menu-close {
	    display: inline-block;
	    height: 75px;
	    width: 75px;
	    position: absolute;
	    top: 0px;
	    left: 0;
	    color: #ccc;
	    text-align: center;
	    background-color: rgba(255,255,255, 0.15);
	}
	a.mobile-menu-close i{
		line-height: 75px;
		font-size: 50px;
		color: #908fad;
	}
	.full-page-nav {
		display: block;
	}
	.inside-banner {
		background-attachment: scroll;
	}
		
	#primary-event {
		width: 100%;
	}
	#event-detail {
		width: 100%;
	}
		
	section {
		padding: 50px 20px;
	}
	#masthead{
		background-color: #555387;
		height: 75px;
		position: fixed;
		top: 0;
	}
	.banner-info {
		margin-top: calc(0px + 35px);
	}
	.main-navigation, .header-social {
		display: none;
	}
	.site-title {
	    margin: 15px 0 0 0;
	}
	.site-title a {
		height: 50px;
		width: 180px;
	}
	.banner {
		height: 400px;
		margin-top: 75px;
	}
	.home .banner {
		height: 400px;
		margin-top: 75px;
	}
	.banner-slide {
		height: 400px !important;
	}
	.wrap.column-two .column-1-2 {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
		padding: 0;
	}
	.two-block-text,
	.two-block-image {
		width: 100%;
	}
	.col-66, .col-33 {
		width: 100%;
	}
	.widget-area {
		padding-top:0;
	}
	.widget-area section {
		padding: 0;
	}
	.search .col-66,
	.single .col-66,
	.blog .col-66 {
		margin: 50px 0 0;
		padding:0;
	}

	.single-member-block {
		width: 25%;
	}





}
/* -------------------------------- Portrait Mobile ----------------------------- */
@media only screen and (max-width:  600px){
	#colophon form {
		position: relative;
	}
	#colophon > .wrap  {
		text-align: center;
	}
	.footer-2-col.right {
		text-align: center;
	}
	#colophon h1 {
	    margin: 0 auto 40px;
	    display: inline-block;
	}
	.footer-2-col {
		width: 75%;
		margin: 0 auto 20px;
	}
	.single-staff-photo {
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.single-staff-info {
		width: 100%;
	}
	.single-buckets {
		width: 75%;
		margin: 0 0 15px;
	}
	.staff-info-box .col-pic {
		width: 145px;
	}
	.staff-info-box .col-info {
		width: 100%;
		margin: 0;
	}

	
}
/* -------------------------------- iphone 3/4 Landscape ----------------------------- */
@media only screen and (max-width: 480px){
	.cs-top {
		height: 100px;
	}
	.cs-contact {
		width: 100%;
	}
	.single-buckets {
		width: 90%;
	}
	.single-member-block {
		width: 45%;
	}
}

/* -------------------------------- Portrait Mobile ----------------------------- */
@media only screen and (max-width: 320px){

}



/*--------------------------------------------------------------
## Form overrides
--------------------------------------------------------------*/
.at * {
	font-size: 100%!important;
}

.at-row>[class^="at-"] {
	font-size: 100% !important;
}
.at fieldset legend {
    font-size: 100% !important;
}

.header.at-title {
    font-size: 100% !important;
}

.at input, .at select {
	height: auto !important;
}

.at input[type="checkbox"]+span:before {
	height: 20px;
	width: 20px;
}
.at input[type="checkbox"]+span {
	padding-left: 25px !important;
}


