/**
 * Theme Name: Maricopa Family Support Alliance
 * Theme URI:
 * Description: A custom website built exclusively for Maricopa Family Support Alliance.
 * Author: Fervor Creative
 * Author URI: http://fervorcreative.com/
 * Developer: Rob Myrick
 * Version: 1.0
 */

@import url("css/flexslider.css");
@import url("css/slicknav.css");
@import url("css/owl.css");

/* Global Styles */

header.row,
.container.row,
.row.full-width {
  background-color: rgba(255, 255, 255, 0.9);
}

h4.subheader, ol.commentlist cite.subheader.fn {
  margin-top: -1em;
}

.page-numbers {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}
.page-numbers li {
  height: 1.5em;
  color: #222222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}
.page-numbers li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999999;
}
.page-numbers li:hover a,
.page-numbers li a:focus {
  background: #e6e6e6;
}
.page-numbers li.unavailable a {
  cursor: default;
  color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
  background: transparent;
}
.page-numbers li.current a {
  background: #2ba6cb;
  color: white;
  font-weight: bold;
  cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
  background: #2ba6cb;
}
.page-numbers li {
  float: left;
  display: block;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6;
}
.page-numbers li span.current {
  background: #2ba6cb;
  padding: 0.0625em 0.4375em 0.0625em;
  color: white;
  font-weight: bold;
  cursor: default;
}

ol.commentlist {
  margin-left: 0;
  margin-top: 2em;
}
ol.commentlist li {
  list-style: none;
  margin-bottom: 2em;
}
ol.commentlist .comment-author img {
  border-radius: 50%;
  float: left;
  margin: 0 1em 0 0;
}
ol.commentlist .author-meta {
  display: inline-block;
}
ol.commentlist cite.fn {
  margin-right: 0.5em;
}
ol.commentlist section.comment {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  margin-bottom: 1.25em;
  padding: 20px;
  background: white;
}
ol.commentlist section.comment > :first-child {
  margin-top: 0;
}
ol.commentlist section.comment > :last-child {
  margin-bottom: 0;
}
ol.commentlist section.comment h1, ol.commentlist section.comment h2, ol.commentlist section.comment h3, ol.commentlist section.comment h4, ol.commentlist section.comment cite.fn, ol.commentlist section.comment h5, ol.commentlist section.comment h6, ol.commentlist section.comment p {
  color: #333333;
}
ol.commentlist section.comment h1, ol.commentlist section.comment h2, ol.commentlist section.comment h3, ol.commentlist section.comment h4, ol.commentlist section.comment cite.fn, ol.commentlist section.comment h5, ol.commentlist section.comment h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
ol.commentlist section.comment h1.subheader, ol.commentlist section.comment h2.subheader, ol.commentlist section.comment h3.subheader, ol.commentlist section.comment h4.subheader, ol.commentlist section.comment cite.subheader.fn, ol.commentlist section.comment h5.subheader, ol.commentlist section.comment h6.subheader {
  line-height: 1.4;
}
ol.commentlist a.comment-reply-link {
  float: right;
  position: relative;
  bottom: 1em;
}

ul {
  margin-left: 0;
}

figure {
  margin-bottom: 1.25em;
}

input.prefix.button {
  line-height: 1;
}

#sidebar input.prefix.button {
  line-height: 0.7;
}

img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

figure.figure {
  margin: 0 auto;
  display: inline-block;
}
figure.figure figcaption {
  padding: 8px 10px;
  color: gray;
  margin-bottom: 1.25em;
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

body,h4, h3{
	font-family: "open-sans";
	font-weight:normal;
	-webkit-font-smoothing: antialiased;
	cursor: auto;
	letter-spacing:0;
}

img{
	border:none;
}

.right{float:right}

a , a:focus, .button{
	text-decoration: none;
	color:#609937;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}

a:hover{
 	color:#313332;
}

h4{
	font-size: 0.875em;
	line-height: 1.75em;
	font-weight:600;
}

h3 {
	font-size: 1.125em;
	font-weight:600;
}

h1{
	font-size:1.75em;
    font-family: "trajan-pro-3";
    font-weight: 600;
    margin:0;
	text-transform:uppercase;
}

h2{
	font-family: "garamond-premier-pro-display";
	font-weight:400;
	font-size: 4.5em;
	margin:0;
	line-height: 1em;
}
h2.page-title {
	color:#609937;
    text-align: center;
    padding: 20px;
    width:100%;
    margin: 1em auto 0.25em auto;
}
.secondary {
	font-family: "garamond-premier-pro-display";
	font-weight:400;
	font-size: 3.5em;
	margin-top:80px;
	margin-bottom:40px;
	line-height: 1em;
	color:#609937;
	display:BLOCK;
	text-transform: none;
}
h2.downloads {
	font-size: 1.25em !important;
	color:#609937 !important;
}


.story-image{
	float:left;
	padding: 0 30px 20px 0;
}

.mid-blurb img{
	float:right;
	padding: 0 0 20px 30px;
}

.numbers-list{
	font-weight:bold;
	margin-bottom:1em;
}

.numbers-list span.continue{padding-left:1em;}

.numbers-list .continue {margin-left: 0;}

.medium-text{
    font-size:1.125em;
	font-weight:300;
	line-height:2em;
	margin-bottom: 1em;

}

strong{color:#222222}

p{
	font-size:.875em;
	font-weight:normal;
	line-height:1.8em;
	margin-bottom:1em;
	color:#818281;
}

.contain-to-grid {
	background:none;
}

a.show {display:inline-block !important}

.sub-head{
	color:#313332;
	font-weight:bold;
	font-size:.875em;
	display:block;
	line-height: 1.75em;
	margin: 0 0 1em 0;
}

/* -----------GLOBAL BUTTONS-----------*/
.button {
    box-shadow: none;
	font-size:.875em;
	padding: 23px 70px;
	border:none;
	font-size:.875em;
	padding: 25px 60px;
}

.button.btn-yellow{
	background:#ddc15e;
	color:#fff;
}

.button.btn-yellow:hover{
	background:#D6B95C;
	color:#fff;
}

.hero-text .button{
	margin-top:30px;
}

.button.btn-white{
	background-color:#fff;
	color:#818281;
	border:solid 1px #c0c0c0;
	padding: 16px 20px;
	margin: 0 0 45px 0;

}

.button.btn-white:hover{
    background:#FCFCFC;
}

.button.btn-submit{
	background-color:#818281;
	color:#fff;
	padding: 18px 26px;
}

.button.btn-submit:hover{
	background-color:#757575;
}
/* -----------END GLOBAL BUTTONS-----------*/



/* -----------STYLED LIST-----------*/
.non-icon-blurb ul,ul.page-list, .event-summary ul, .members-container ul, .members-container ol,
.secondary-sub ul, .secondary-sub ol{
    list-style: none outside none;
    margin-left: 0px;
    padding-left:1.2em;
    text-indent: -1.2em;
   	color:#818281;
	margin-top:1em;
}

ul.page-list li:before,
.event-summary ul li:before,
.members-container ul li:before,
.members-container ol li:before,
.non-icon-blurb ul li:before,
.secondary-sub ul li:before,
.secondary-sub ol li:before{
	 content: "\0BB \020";
	 color:#609937;
	 padding-right:8px;
	 font-size:1.2em;
}

ul.page-list li,
.event-summary ul li,
.members-container ul li,
.members-container ol li,
.non-icon-blurb ul li,
.secondary-sub ul li,
.secondary-sub ol li
 {
	 font-weight:normal;
	 font-size:.875em;
	 margin-bottom:1em;
}

ul.page-list li a,
.non-icon-blurb ul li a,
.members-container ul li a,
.members-container ol li a,
.secondary-sub ul li a,
.secondary-sub ol li a{
	font-weight:bold;
	border-bottom:1px dotted;
	padding-bottom:2px;
}
/* -----------END STYLED LIST-----------*/

.margin50{
	margin-top:50px;
}

.mid-title h1{
	color:#609937;
	text-transform:uppercase;
	margin-bottom:1em;
	letter-spacing: 1px;
}

.sub-title h1{
	font-size:1.25em;
	letter-spacing: 1px;
    font-family: "trajan-pro-3";
    font-weight 600;
    color:#313332;
    margin:0;
	text-transform:uppercase;
	margin-bottom:2em;
}

.mid-blurb{

	font-size: 1.125em;
	line-height:2em;
	margin-bottom:2em;
	text-align:center;
}

.mid-blurb p{

	font-size: 1em;
	line-height:2em;
	color:#313332;
}

.mid-blurb a{
	border-bottom:dotted 1px;
}

.center-none{
	text-align:left;
}

.narrow{
 width:100%
}

.page-divider{
	border-bottom:solid 1px #e8e8e8;

}

.ico-blurb{
	padding-left:70px;
	padding-bottom:40px;
}


.no-icon-blurb{
	margin-bottom:40px;
}


.post-password-form input[type=password]{
	font-size:1.4em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-position: 98% 50%;
	background-repeat: no-repeat;
	margin:0 0 10px 0;

}


/*###########-HEADER-###########*/


.top-border{
	height: 4px;
	background-color: #609937;
	/* border:solid 1px; */
}

.head{
	margin-top:34px;
}


.resources .button{
	background:#fff;
	color:#818281;
	border:solid 1px #c0c0c0;
	margin:0;
	font-size:.875em;
	padding: 18px 23px 18px  45px;
    background:url(img/ico-lock.png) no-repeat 14% 50%;
}

.resources .button:hover{
	color:#818281;
    background:url(img/ico-lock.png) no-repeat 14% 50% #FCFCFC;
}


.join .button{
	background:#ddc15e;
	color:#fff;
	border:solid 1px #ddc15e;
	font-size:.875em;
	padding: 18px 28px;
	margin:9px 0 0 5px;
}

.join .button:hover{
	background:#D6B95C;
}

/*###########- END HEADER-###########*/



/* ----------HERO------------*/

.caretwrap{
	position:absolute;
	height:24px ;
	bottom:0px;
	width:100%;
	background:url(img/trans.png)no-repeat center bottom;
}

.hero{
	width: 100%;
	height: 0;
	padding-bottom: 40.8593%;
	background-size: contain;
}

.hero-text {
	text-align:center;
	width:100%;
    height: auto;
    margin: 0 auto;
    max-width: 1000px;
	padding: 16% 5%;
}

h2.title{
	color:#fff;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
}

/* ----------END HERO------------*/

/* ----------MISSION------------*/


.ico-family{
	background:url(img/ico-family.png) no-repeat center;
	height:63px;
	padding:60px;
}


.textdec{
    border-bottom:1px dotted;
}


.options {
	margin: 20px 0;
}

.options h4{
	margin: 2.5em 0 1em 0;
}

.options p{
	color:#9fa09f;
}

/* ----------END MISSION------------*/


/* ----------HOME PAGE SLIDER------------*/
.flex-direction-nav a:before  { font-family: "mfsaicons"; font-size: 40px; display: inline-block; content: '\e604'; }
 .flex-direction-nav a.flex-next:before  { font-family: "mfsaicons"; content: '\e602'; }
.flex-direction-nav a {width:60px; height:60px}

.slider-border-top{
 height:20px;
 background: url("img/bg-sliderborder.png");
 position:relative;
 bottom:7px;
 z-index:99
}

.slider-border-bottom{
 height:20px;
 background: url("img/bg-sliderborder.png");
 position:relative;
 top:53px;
 z-index:99
}

.slider, .about-goals{
	margin-top: 60px;
	padding-bottom:40px;
}

.slider, .flexslider, .about-goals{
	background-color:#2e84d3 !important;
	color:#fff;
	box-shadow: none !important;
	border:none  !important;
	position:relative;
}

.slider h1{
	color:#fff;
	background:url(img/ico-graph.png) no-repeat  50% 30%;
	max-width:100%;
	padding: 30px 0 20px 0;
	margin-top: 1.9em;
}

.slider a{
    color:#98c5ed;
}

.slider a:hover {
    color:#fff;
}

.slider .monster {
	color:#fff;
	font-size:5em;
	margin:0 0 10px 0;
	clear:right;
	font-weight:700;
	display:inline-block;
	padding-right:60px;
}


.ico-hand{
	background:url(img/ico-slider.png) no-repeat  100% 20px;
}
.ico-home{
	background:url(img/ico-slider.png) no-repeat  100% -78px;
}
.ico-pencil{
	background:url(img/ico-slider.png) no-repeat  100% -180px;
}
.ico-hart{
	background:url(img/ico-slider.png) no-repeat  100% -280px;
}
.ico-money{
	background:url(img/ico-slider.png) no-repeat  100% -390px;
}
.ico-briefcase{
	background:url(img/ico-slider.png) no-repeat  100% -480px;
}
.ico-gradcap{
	background:url(img/ico-slider.png) no-repeat  100% -580px;
}
.ico-lock {
	background:url(img/ico-slider.png) no-repeat  100% -680px;
}
.ico-stroller{
	background:url(img/ico-slider.png) no-repeat  100% -790px;
}
.ico-phone {
	background:url(img/ico-slider.png) no-repeat  100% -885px;
}
.ico-news {
	background:url(img/ico-slider.png) no-repeat  100% -985px;
}



.slider-text span, .about-goals span, .secondary-sub span {
	font-size:.875em;
	display:block;
	margin:0 0 10px 0;
	font-weight:600;
}
.slider strong, .slider p, .about-goals p,
.slider .sub-head, .about-goals .sub-head {
	color:#fff;
}
.controls {
	margin:auto;
	position:absolute;
	top:57%;
	left:6.4%;
	width:87%;
	z-index:99;
	color:#22639E;
	font-size:2.5em;

}


/* ----------END HOME PAGE SLIDER------------*/



/* ----------HOME PAGE EVENTS------------*/

.events{
 margin-top:75px;
}

.event-title h1{
    color:#313332;
	background-image:url(img/ico-events.png);
	background-position:center;
	background-repeat:no-repeat;
	padding:15px;
	margin-bottom:10px;
}

.event-month{
	 display:block;
	 font-size:1.25em;
	 text-align:right;
	float:left;
	clear:both;
	width:85px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform:uppercase;
}


.event-day{
 display:block;
 color:#313332;
 font-size:3.8em;
 text-align:right;
 float:left;
 clear:both;
 width:85px;
 font-weight:700;
}
.event-day.smaller {
	font-size: 2em;
}

.event-details{
    overflow:hidden;
    padding: 0 30px 5px 30px;
}

.event-details-home{
    margin-bottom:40px;
}

.event-info-home .event-month {
	line-height: 1;
}
.event-info-home .event-day {
	line-height: 1;
}
.event-details h4{
	margin:10px 0 12px 0;
	margin:-3px 0 15px 0;
	line-height:1.6em;
}

.event-details p{
	margin-bottom: 0;
}

.lock{
	background-image:url(img/ico-lock.png);
	background-position: center center;
	background-repeat: no-repeat;
	display:inline;
	margin:0px 0 0 8px;
	padding:0px 5px 5px 5px

}

.alliance h4, .alliance h3{
    color:#609937;
}

.conference h4, .conference h3{
    color:#f59f23;
}

.training h4, .training h3{
    color:#ec4848;
}

.event-details.training  .button{
	background-color:#ec4848;
}

.event-details.conference  .button{
	background-color:#f59f23;
}

.event-details.alliance  .button{
	background-color:#609937;
}

.event-details a{
	color:#818281;
	border-bottom:dotted 1px;
	font-size:1em;
	font-weight:bold !important;
}

.event-details a:hovera:not(.button){
	color:#313332;
}


.event-details .button{
	color:#fff;
	border:none;
	font-size: 0.625em;
	margin: 0 0 1em;
	padding: 8px 9px;
	cursor:default;
}


/* ----------END HOME PAGE EVENTS------------*/


.secondarynav{
	background:#555856;
    padding: 24px 8px;
	z-index:99;
	width:100%;
}

/* ----------FOOTER------------*/



footer{
	background-color:#4a4d4b;
	padding:4.4em 0 3.4em 0;
	margin-top:2.5em;

}
footer label{display:none}

footer button, footer button:focus {
    background-color:#818281;
    color: rgb(255, 255, 255);
    padding: 18px 26px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: .5em;
	border-radius: 3px;
	font-weight:bold;
    border: medium none;
	box-shadow: none;
	-webkit-font-smoothing: antialiased;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
footer button:hover {
	background-color:#6D6D6D;
}

footer input[type="email"] {
	height: 3.75em;
  font-size: 1.4em;
  border-radius: 3px;
  background-image: url("img/ico-mail.png");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  margin: 0px 0px 10px;
}

footer label {
  display:none;
}

footer .wpcf7 input[type="email"]:focus {
    background-image:none;
}

body footer div.wpcf7-response-output {
    color:#fff;
}

footer h4{
	background-color:#4a4d4b;
	margin:0;
	color:#9fa1a0;
	font-size:1em;
	margin: 0;
}

footer ul li, footer ul li a{
    font-size:.875em;
	color:#fff;
	margin:2px 0 0 0;

}

footer ul li a:hover{
    color:#8D908F;
}
footer ul li a:hover{
    color:#8D908F;
}
/* ----------END FOOTER------------*/


/* ----------EVENTS PAGE------------*/

.events-page p{
	margin-bottom:10px
}

h2.events-page-title{
	background: url(img/ico-events-lg.png) no-repeat center center;
}

.events-controls{
	margin:auto;
	position:absolute;
	top:27%;
	left:16.4%;
	width:67%;
	z-index:99;
}

.event-details-sidebar{
	margin-bottom:60px;
}

.event-details-sidebar p{
	margin-bottom:2em;
	color:#818281;
}

.event-details-sidebar .sub-head {
	margin-bottom: 0;
	}

.event-info-details{
	margin-top:30px;
}

.event-info-details p{
	margin-bottom:20px;
}

.event-info-details span{
	font-weight:bold;
}

.event-details h3{
	margin:-3px 0 15px 0;
	line-height: 1.4em;
}
.upcoming-events{
	margin-top: 0px;
}

.event-summary{
    padding:0 30px 0 115px;
	margin:0;
	clear:both;
	position:relative;
	top:-23px;
}


/* ----------ABOUT PAGE------------*/
h2.about-page-title {
    background: url("img/ico-family-lg.png") no-repeat scroll center center transparent;
}

.pdf{
	background: url("img/ico-pdf.png") no-repeat scroll transparent;
}
.powerpoint {
	background: url("img/ico-powerpoint.png") no-repeat scroll transparent;
}
.worddoc {
	background: url("img/ico-worddoc.png") no-repeat scroll transparent;
}
.external-link {
	background: url("img/ico-together.png") no-repeat scroll transparent;
}
.together{
	background: url("img/ico-together.png") no-repeat scroll transparent;
}
.relation{
	background: url("img/ico-relation.png") no-repeat scroll transparent;
}
.connections{
	background: url("img/ico-connections.png") no-repeat scroll transparent;
}
.resource{
	background: url("img/ico-resources.png") no-repeat scroll transparent;
}
.action{
	background: url("img/ico-action.png") no-repeat scroll transparent;
}
.strength{
	background: url("img/ico-strength.png") no-repeat scroll transparent;
}

.alliancedo {
	margin-top:90px;
}

.alliancedo .sub-head {
	margin-bottom:20px;
}


.about-goals h1 {
	color:#fff;
	max-width:100%;
	padding: 40px 0 50px 0;
	margin-top: 1.25em;
}
.about-goals h2{
	font-family: "open-sans";
	font-weight:bold;
	font-size:5em;
	color:#77a8df;
	margin-bottom:30px;
}
.about-goals-inner{
	margin-bottom:35px
}
.about-principles{
	margin-top:110px;
	margin-bottom:90px;
}

.principles{padding-bottom:20px}

span.sub-head a{
	font-size:1em;
}

span a{
	font-weight:bold;
	font-size:.875em;
	border-bottom:1px dotted;
	line-height: 1.75em;
}
/* ----------END ABOUT------------*/

/* ----------MEMBERS------------*/

.secondary-main .join .button{
	background:#ddc15e;
	color:#fff;
	border:solid 1px #ddc15e;
	font-size:.875em;
	padding: 23px 70px;
}


.continue a{
	margin-left:15px;
}

.secondary-main .mid-blurb{
	margin-bottom:25px;
	/*padding-right: 20px;*/
}

.secondary-sub h2{
	font-family: "open-sans";
	font-weight:bold;
	font-size:5.2em;
	color:#ddc15e;
	margin-bottom:30px;
}

.members-list{
	padding-top:20px;
	border-top: solid 1px #e8e8e8;
	background: url("img/ico-openclose.png") no-repeat  transparent;
	background-position: 100% 20px;
	cursor:pointer;
}

.last-border {
	border-bottom:solid 1px #e8e8e8;
	height:1px;

}

.memberspad{
	height:15px;
}

.members-list .sub-head{
	color:#609937;
}

.members-details{
	display:none;
}

.members-details .text-link {
	font-weight: normal;
	font-size: .875em;
	border-bottom:1px dotted;
}

.members-details p{
	margin-top:2em;
	padding-right: 30px;
}

.members-active {
	background: url("img/ico-openclose.png") no-repeat  transparent;
	background-position: 100% -27px;
  }


section.secondary-main{
	margin-bottom:60px;
}
.page-id-1021 .continue.scroll {
	display: none;
}
.page-id-1021 .btn-yellow {
	margin: 0 auto;
}


/* ----------END MEMBERS------------*/

/* ----------JOIN------------*/

h2.join-page-title {
	color:#609937;
    background: url("img/ico-airplane-lg.png") no-repeat scroll center center transparent;
}

.join-hero{
	margin-top:36px;
}

section.join-header{
	margin-bottom:100px;
}

section.join-benefits{
	margin-bottom:30px;
}


.join-benefits .mid-title{
	margin-bottom:60px;
}

.growth{
	background: url("img/ico-growth.png") no-repeat scroll transparent;
}

.alliance-resources{
	background: url("img/ico-alliance-resources.png") no-repeat scroll transparent;
}

/* ----------END JOIN------------*/


/* ----------CONTACT PAGE------------*/

input.wpcf7-submit {
    background-color:#818281;
    color: rgb(255, 255, 255);
    padding: 18px 26px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: .5em;
	border-radius: 3px;
	font-weight:bold;
    border: medium none;
	-webkit-font-smoothing: antialiased;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    padding:0.75em;
    height:3.75em;
    margin:.5em 0 .5em 0;
    font-size:1em;
    color:#222;
    box-shadow:none;
    border-color:#c0c0c0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wpcf7 textarea
{
    height:15em;
}

body div.wpcf7-validation-errors {
    border: 1px solid #f00;
}

body span.wpcf7-not-valid-tip {
	font-size: .75em;
}

body div.wpcf7-response-output {
	color:##f00;
	margin: 2em 0 1em;
	font-size: .75em;
	padding: 1em;

}

.wpcf7 textarea:focus, input[type="email"]:focus, input[type="text"]:focus
{
    background:#fff;
    box-shadow:none;
    border: 2px solid rgba(96, 153, 55, 0.75);
}

/* ----------END CONTACT PAGE------------*/

.committee-main .mid-blurb{
	margin-bottom:32px;
}

section.committee-main{
	margin-bottom:80px;
}

a.committee-building { position: relative; top: - 500px; visibility: hidden; }
a.committee-building:before {
  content:"";
  float: left;
  height: 0px;
}

.sub-section{
	margin-top:80px;
	margin-bottom:80px;
}


/* ----------SUB/SUP TEXT------------*/

sub, sup {
/* Specified in % so that the sup/sup is the
right size relative to the surrounding text */
font-size: 60%;

/* Zero out the line-height so that it doesn't
interfere with the positioning that follows */
line-height: 0;

/* Where the magic happens: makes all browsers position
the sup/sup properly, relative to the surrounding text */
position: relative;

/* Note that if you're using Eric Meyer's reset.css, this
is already set and you can remove this rule */
vertical-align: baseline;
}

sup {
/* Move the superscripted text up */
top: -0.5em;
}

/* ----------END SUB/SUP TEXT------------*/


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 9px; height: 9px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

#main-flexslider .flex-control-paging li a {width: 9px; height: 9px; display: block; background: #62a3de; background: #62a3de; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -moz-box-shadow:none; box-shadow:none !important}
#main-flexslider .flex-control-paging li a:hover { background: #fff; background: #fff; }
#main-flexslider .flex-control-paging li a.flex-active { background: #fff ; background: #fff; cursor: default; }

/*
#pipe ul{margin:0;}
#pipe ul a {
 margin-left: 0;
 padding-left: 0;
 display: inline;
 line-height:75px;
 color:#fff;
 font-weight:bold;
 font-size:.875em;

 } #pipe ul li {
 margin-left: 0;
 list-style: none;
 display: inline;
  padding: 10px 15px;
 }

  #pipe ul li.active, #pipe ul li.first,  #pipe ul li:hover{
 margin-left: 0;
 background:#444645;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
 list-style: none;
 display: inline;


 }
*/
#pipe ul,
#pipe li { list-style: none; margin: 0; padding: 0;}
#pipe ul li {
	display: inline-block;
	vertical-align: top;
}
#pipe ul li a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: .875rem;
    padding: 8px 16px;
}
#pipe ul li.active, #pipe ul li.first,  #pipe ul li:hover {
	background:#444645;
	border-radius: 3px;
}

/* -----------HEADER SEARCH-----------*/
#header-search {float: left; margin-right: 20px; }
.header-quicklinks{font-size:.8em; float: right;height:25px; width:160px; ; margin-top:20px}
#header-search #search {margin-left:26px; border:none;height: auto; box-shadow: none; width:70%; font-size:.9em; ; background: #FFF; text-align: right; outline: none; cursor: pointer; color: #A3A19E;padding:2px; }
#header-search #search:focus { border-bottom: 1px solid #EFEFEF; }
#header-search #search-btn{float:right; margin-top:4px; margin-right:0px;}
#header-search label { position: absolute; right: 40px; top: 25px; color:#A4A29F }
/* -----------END HEADER SEARCH-----------*/







/*ICON FONTS*/


@font-face {
	font-family: 'mfsaicons';
	src:url('fonts/mfsaicons.eot');
	src:url('fonts/mfsaicons.eot?#iefix') format('embedded-opentype'),
		url('fonts/mfsaicons.woff') format('woff'),
		url('fonts/mfsaicons.ttf') format('truetype'),
		url('fonts/mfsaicons.svg#mfsaicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'mfsaicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-lock:before {
	content: "\e600";
}
.icon-arrow-right:before {
	content: "\e601";
}
.icon-arrow-right-2:before {
	content: "\e602";
}
.icon-arrow-left:before {
	content: "\e603";
}
.icon-arrow-left-2:before {
	content: "\e604";
}
.icon-arrow-down:before {
	content: "\e605";
	padding-left:0;
}

footer .cmApp_signupContainer.cmApp_embedded {
  margin: 0;
  padding: 0;
}

footer .cmApp_embedFormContainer .cmApp_signupFormWrapper,
footer .cmApp_signupContainer div {
  margin-top: 0;
}

footer .cmApp_signupFormWrapper #cmApp_signupForm .cmApp_fieldWrap {
  margin: 0;
  margin-top: 0;
}

footer .cmApp_signupContainer #cmApp_signupForm > div {
  padding: 0;
}

/*###############MEDIA QUERIES###################*/


@media screen and (max-width: 854px) and (min-width: 440px) {


.column,
.columns {
padding-left: 0.925em;
padding-right: 0.925em;
}
.button.btn-yellow {padding:2em 1em;}
 /*HERO ELEMENTS*/
h2.title {font-size:2.5em}
.hero-text .button {padding:1em;margin-top:10px;font-size:.825em}

/*NAVIGATION ELEMENTS*/
.nav-btns{display:none}
	.js #menu{
	display:none;
}

.js .slicknav_menu {
	display:block;
}

#constantmenu{display:none}
/* .sticky-wrapper{display:none}
nav.secondarynav{display:none} */
.secondarynav{ padding:16px 8px; }
#pipe ul li a { padding: 4px 8px;}

}

@media screen and (max-width: 953px) and (min-width: 854px) {


.column,
.columns {
padding-left: 0.925em;
padding-right: 0.925em;
}


 /*HERO ELEMENTS*/
.hero-text{
	padding:10%;
}
h2.title {
	font-size:3em
}
.hero-text .button {
	padding:2em;
	margin-top:10px;
	font-size:.625em
}

/*NAVIGATION ELEMENTS*/
.nav-btns{display:none}
#mainnav li{padding:2em 1em 0 0;}
#mainnav{padding:0 0 0 1.4em;}

}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

.slicknav_menu {
	display:none;
}
.headernav{margin-bottom:12px}
.mainnav{margin-bottom:20px}
#mainnav li a{color:#818281;}
#mainnav ul li a:hover, #mainnav li.active a,
#mainnav li.current-page-ancestor a{color:#609937;}
#mainnav li{display:inline-block; font-size:.875em;}
#menu{display:none}


/*IE8 styles*/
.ie8 #header-search label {
    position: relative;
    right: -90px;
    top: 20px;
}

.ie8 #mainnav li{padding:2em 1em 0 0;}
.ie8 #mainnav ul{margin-left:1em}
.ie8 .hero{ padding:175px 0 0 0;position:relative}
.ie8 .hero-text { padding:0;}
.ie8 #owl-demo{ padding:0}

.ie8 #mainnav ul > li:nth-last-of-type(-n+2) {
	display: none;}

.divider {
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
	clear: both;
}

/* New Family Stories Category Layout */

.mobile {
	display: none;
}

.category h2.page-title { 
	padding: 100px 20px; 
}

.category-posts { 
	padding-top: 80px;
}

.category-posts .posts,
.single-posts .posts {
	margin: 80px 0;
}

.category-posts .posts:last-of-type .divider {
	display: none;
}

.category-posts .posts .large-8 {
	padding-bottom: 50px;
}

.category-posts .posts:first-of-type {
	margin-top: 0;
}

.category-posts h3 span { 
	margin-top: 0; 
	margin-bottom: 30px; 
	font-size: 30px; 
	text-transform: uppercase; 
	font-weight: 700;
	letter-spacing: 2px;
}

.category-posts h5 span,
.single h5 span { 
	margin-top: 0; 
	margin-bottom: 40px; 
	font-family: 'Open Sans', sans-serif; 
	font-size: 16px; 
	font-weight: 700; 
	text-transform: none; 
    line-height: 1.5rem;
}

.single h5 {
	text-align: center;
}

.single .page-title {
	background: none;
	font-size: 3.5rem;
	text-transform: capitalize;
}

.single .single-post {
    padding-top: 3rem;
}

.single .single-post h5 span {
	text-align: center;
}

.single .single-post .mid-blurb {
	padding-bottom: 3rem;
}

.single .become-member {
	padding-top: 100px;
	padding-bottom: 100px;
}

#submenu {
	text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 954px) {


  .column,
  .columns {
      padding-left: 0.925em;
      padding-right: 0.925em;
   }
  
  .pad{
    padding-left:40px !important
  }
  
  /*HERO ELEMENTS*/
  .hero-text{
    padding:10%;
  }
  h2.title {
    font-size:3.5em
  }
  .hero-text .button {
    padding:2em;
    margin-top:20px;
    font-size:.625em
  }
  
  /*NAVIGATION ELEMENTS*/
  #mainnav li{padding:2em 0.5em 0 0;}
  #mainnav{padding:0 0 0 1.4em;}
  
  }
  
  
  
  @media screen and (min-width: 1025px) {
  
  .pad{
    padding-left:40px !important
  }
  
  /*NAVIGATION ELEMENTS*/
  #mainnav ul > li:nth-last-of-type(-n+2) {
    /* display: none; */
  }
  
  #mainnav li{padding:2em 1.9em 0 0;}
  #mainnav{padding:0 0 0 3.4em;}
  }
  
  
  
  /*PHONE SIZE */
  @media screen and (max-width: 40em) {
  
    .column,
    .columns {
      padding-left: 0.955em;
      padding-right: 0.955em;
   }
  
  /*HERO ELEMENTS*/
  h2.title {font-size:2.5em}
  .hero-text .button {padding:1em;margin-top:10px;font-size:.75em}
  
  .text-center{text-align:left !important}
  h1 {padding-left:0px!important;padding-right:0px !important;}
  h2.page-title{font-size:2.25em; text-align:left; padding-left:0; background-size:120px auto; margin-top: 0;}
  .mid-blurb {text-align:left; font-size:.875em;}
  .mid-title h1 {font-size:1.5em; text-align:left}
  .margin50 {margin-top: 10px;}
  .secondary {font-size:2.25em; margin-bottom:20px; margin-top: 0; padding-top: 20px;}
  .sub-section,section.join-header {margin-top: 20px;margin-bottom: 20px;}
  section.secondary-main {margin-bottom: 20px;}
  .options h4 { margin-top: .5em;}
  .options, .about-goals-inner  {margin: 0 0;}
  .alliancedo {margin-top: 30px;}
  .mid-title-home{text-align:left}
  .about-principles {margin-top:50px}
  .sub-title h1 {margin-bottom: 1em}
  .options img {float:left; padding:0 15px 60px 0}
  .options h4, .options p{text-align:left}
  .events, .slider, .about-goals{margin-top: 20px;}
  .about-goals h1, .slider h1{padding:20px 0 20px; margin-top:20px;}
  .about-goals h2, .secondary-sub h2 {float:left; line-height:.8em; margin-bottom:80px; padding-right:20px}
  .upcoming-events {margin-top: 10px;}
  .event-details-sidebar {margin-bottom: 0px;}
  .event-details {padding: 10px 0px 5px;}
  .event-summary{padding-left:0px; top:-10px;}
  .event-month, .event-day {
    width:auto;
    font-size:1.5em;
    text-align:left;
    display:inline-block;
    float:none;}
  .mid-blurb img {float:none;padding-left:0px;}
  .secondary-main .continue a,
  section.join-header .continue a { display:none;}
  .button.btn-yellow {padding:1.5em 1em; display:block;}
  .numbers-list span.continue {padding-left: 0em;}
  .join-current-members ul {margin-top:0}
  /*NAVIGATION ELEMENTS*/
  
  #menu{
    display:none;
  }
  
  .slicknav_menu {
    display:block;
  }
  
  .nav-btns{display:none}
  nav.secondarynav{}
  .sticky-wrapper{}
  #constantmenu{display:none}
  .secondarynav{ padding:16px 0px; }
  #pipe ul li a { padding: 4px 8px;}
  }

@media (max-width: 823px) {
	.single .single-post {
		padding-top: 0;
	}

	.single .page-title {
		padding: 20px 0 0 0;
		margin-bottom: 2rem;
		font-size: 2rem;
		text-align: center;
	}

	.single h5 span {
		margin-bottom: 0;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
		margin-bottom: 2rem;
	}
}

