/*
Theme Name: Twenty Fifteen Child 5
Theme URI: https://prospergroupcorp.com/
Description: Twenty Fifteen Child Theme version 5
Author URI: https://prospergroupcorp.com/
Template: twentyfifteen
Version: 1.0.2
License: GNU General Public License v2 or later
Text Domain: twenty-fifteen-child-5
*/

		/* ---------------------TABLE OF CONTENTS---------------------------------------------------------------------------------

		----HOME HEADER-------------
		----HOME HERO---------------  
		----HOME ABOUT--------------
		----HOME FACEBOOK-----------
		----INTERIOR HEADER---------
		----INTERIOR PAGE-----------
		----SURVEY FORM---CF7-------
		----News Section------------
		----FOOTER------------------
		----MEDIA QUERIES-----------
		----Switch for home logo----

		------------------------TABLE OF CONTENTS---------------------------------------------------------------------------------------*/

/*----------------------- HOME HEADER --------------------------------------------------------------------------------------------------------------*/
html{
	margin: 0px !important;
	padding: 0px;
}
body:before {
	display: none;
}
.red{
	color: #d65151;
    font-weight: 600;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} 
p, address, pre, hr, ul, ol, dl, dd, table {
    margin: 15px 0px;
	font-size: 18px;
	font-weight: 100;
	line-height: 24px;
}
h1{  
	font-size: 60px;  
	font-weight: 100;
	text-transform: uppercase;
}
.entry-content h3 {
    margin: 20px 0px;
}
.page-id-3 ul {
    text-align: left;
}
.page-id-3 li {
    padding: 10px 0px;
}
/* select {
    -webkit-appearance: none;
    appearance: none;
    font-family: serif;
    font-weight: 700;
    background-color: transparent;
    color: #c4c4c4;
    border: none;
    text-align: center;
	padding: 0px 0px 0px 41px;
	display: none;
	position: relative;
    top: 0px;
    right: 0px;
    font-size: 56px;
    color: #ffffff;
    line-height: 40px;
}
select:hover {
	color: #629cdf;
	cursor: pointer;
} */  
.issuesWrap p {
	font-size: 34px;
    line-height: 42px;
    color: #365767;
	font-weight: 400;
	text-align: center;
}
a {
	color: #777;
}
a:focus {
	outline: none;
}
img.homeLogo {
	width: 100%;
	/* max-width: 240px;  */
	display: none;
}
img.interiorLogo {
    width: 100%;
    max-width: 150px; 
	top: -10px; 
    position: relative;
}
.icon-wrapper {
    display: none;
}
#hero .socialMain li {
    list-style: none;
	font-size: 18px;
	line-height: 48px;
	text-transform: uppercase;
}
#hero .socialMain a {
    width: 33.33333%;
    text-align: center;
    background-color: #2c3e53;
    padding: 46px 0px;
    display: inline-block;
}
#hero .socialMain a:hover {
	background-color: #203042;
	transition: all ease .5s;
}
#hero .socialMain a:hover .fa, #hero .socialMain a:hover .d {
	color: #ef4647;
	transition: all ease .5s;
}  
#hero ul {  
	font-size: 0px;
	text-align: center;
	background-color: #2c3e53;
}
ul.socialINav li {
	padding: 0px 4px;
	font-size: 30px;
}
span#iconDropdown {
	position: relative;
	top: 2px;
	right: 120px;
    font-size: 56px;
    color: #ffffff;
	line-height: 40px;
	display: none;
}
span#iconDropdown:hover {
	color: #79d1eb;
	cursor: pointer;
	transition: all ease .5s;
}
 .site-info a:focus {    
    color: inherit;
}
.title-box {
	display: inline-block;
	width: 100%;
	max-width: 300px; 
	cursor: pointer;
	transition: all ease .5s; 
}
#headlogo img:hover,img.seal:hover,.navWrap .title-box:hover:hover {
	/* opacity: 0.6; */
	/* content: url('/wp-content/themes/twentyfifteen-child-5/img/testLogoHoverPink.png'); */
	transition: all ease .5s; 	
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	/* width: 100%;
	max-width: 300px;  */
}
img.footerLogo:hover {
	 /* opacity: 0.6;  */
	transition: all ease .5s; 	
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	/* width: 100%;
	max-width: 300px;  */
}
.page-id-3 .entry-content {
	text-align: center;
}
.page-id-3 .entry-content p{
text-align: left;
}
/* img.footerLogo:hover {  
	opacity: 1;
    transition: all ease .5s;  
	content: url('/wp-content/themes/twentyfifteen-child-5/img/testLogoHover.png');
} */
/* socialMain targets the social nav on the homepage and the social icons in the interior header */
.socialMain {
	/* position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -100px;
	width: 100%; */
}
ul.sub-menu{
	display: inline-block;
    width: 100%;
    position: absolute;
    margin: 0px;
}
ul.sub-menu{
    position: absolute;
   width: 870px;
    /* left: -415px; */
	 transition: all ease .3s;
	top: 45px;
}
.main-navigation a:hover > ul.sub-menu{
	display: inline-block;
	transition: all ease .3s;
}
.main-navigation .menu-item-has-children:hover > ul {
    display: block;
    transition: all ease .3s;
	margin: 0px; 
	padding-bottom: 10px;
	width: max-content;
	left: 0px;
	top:32px;
}
.homeDonateMobile{
	display: none;  
    background-color: #ef4647;
    padding: 10px 21px 10px;
    border-radius: 5px;
    color: #ffffff;
    margin: 0px auto;
    max-width: 270px;
    box-shadow: 2px 2px 2px #0000006b;
    transition: all ease .5s;  
    font-size: 18px;
    position: absolute;
    right: 30px;
    bottom: -42px;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    text-align: center;
    right: 0;
}
.homeDonateMobile:hover{
	background-color: #f48080;
    color: #ffffff;
    transition: all ease .5s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 6px 6px 6px #0000006b;
    transition: all ease .5s;
}
.sub-menu li a {
    margin-top: 0px;
    padding-top: 0px;
    color: #ffffff;
}
.sub-menu li {
    margin-top: 10px;
    margin-bottom: 10px;
}
ul.sub-menu {
    display: inline-block;
    width: 100%;
	margin: 0px;
	text-align: left;
	width: 200px;
	background-color: #79d1eb8f;
    padding-top: 10px;
}
.main-navigation .sub-menu li {
    margin: 0px;
    padding: 0 10px;
    display: block;
}
		.socialMain a { 
			padding: 0px;
		}
			.socialMain .fa:hover {
				transition: all ease .5s;
				color: #79d1eb;
			}
			.socialMain .fa:active {
				color: #fff;
			}
			.socialMain .fa:focus {
				color: #fff;
			}
			.socialMain .fa{
				transition: all ease .5s;
				font-size: 30px;
				vertical-align: bottom;
				padding: 0px 4px;
				line-height: 45px;
			}
.mobile-nav {
	display: block;
}
.mobile-nav-wrap {
    display: inline-block;
    z-index: 5;  
    right: 30px;
    position: absolute;
    top: 0;
}
.interior .mobile-nav-wrap {
    display: none;
}
#cssmenu {
    /* display: none;
    height: 100vh;
    width: 100vw;
    text-align: center;
    background-color: rgba(9, 31, 64, 0.8);
    position: fixed;
    top: 0;
	left: 0; */
	display: inline;
}
/* .interior #cssmenu {
    top: 15px;
    right: 75px;  
} */
/* ul#menu-primary-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */
ul#menu-primary-menu {
    position: absolute;
	right: 146px;
	top: 10px;
}
.interior ul#menu-primary-menu {
	position: absolute;
    right: 116px;
    top: 10px;
}  
div#site-branding {
	padding: 0px;
}
.content-area {
	/* min-height: 600px; */
    position: relative;
    width: 100%;
    top: 0;
	background-color: #ffffff;
	overflow: hidden;
}
.alignleft {
	font-weight: 700;
}
.alignright {
	font-weight: 700;
}
.alignleft a {
	color: #95d0d0;
} 
.alignright a {
	color: #95d0d0;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
/*    color: #777;*/
font-weight: 700;
} 
.interior .main-navigation li:last-child{
	font-weight: 700;
}
.entry-title {
	display: none;
}
.site-info {
	margin: 0px;
	font-size: 18px;
	text-align: center;
	padding: 0px;
}
.site-header {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
}
.site-content {
	width: 100%;
	margin: 0px;
	background-color: #ffffff;
}
.site-main {
	padding: 0px;
	margin: 0px;  
}  
.main-navigation {
	margin: 0px;
	padding: 0px 30px;
    width: 100%;
    position: relative;
	z-index: 3;
}
.hentry {
	padding: 0px;
	margin: 0px;
	min-height: 500px;
}
#main {
	padding: 0px;
	margin: 0px;
	min-height: 500px;
}
span.center.note {
	font-size: 24px;
}
.menu-toggle {
	display:none;
}
.site-info a {
	color: #ffffff;
	border: none;
	transition: all ease .5s;
}
.site-info a:focus{
	color: #ffffff;
}
.site-info a:hover {
	border: none;
	outline: none;
}
.main-navigation ul {
	border: none;
    display: inline-block;
	font-size: 0;
	width: auto;
	vertical-align: middle;
	position: absolute;
	right: 30px;
	z-index: 6;
	top: 10px;
}
.interior .main-navigation ul {
	right: 0px;
}
.main-navigation a {
	border: none;
    color: #ffffff;
    display: inline;
    padding-right: 10px;
    letter-spacing: 0px;
    transition: all ease .5s;
    position: relative;
    text-decoration: none;
    border: none;
    color: #ffffff;
    /* display: inline-block; */
    font-size: 34px;
    padding-right: 0px;
    transition: all ease .5s;
    letter-spacing: 1.5px;
    word-spacing: -2px;
} 
ul.sub-menu {
	display: inline-block;  
    width: 100%;
    position: absolute;
    margin: 0px;
}
ul.sub-menu {
    position: absolute;
    width: 870px;
    left: -415px;
	transition: all ease .5s;
	top: 45px;
}
.main-navigation a:hover > ul.sub-menu{
	display: inline-block;  
}
.main-navigation .menu-item-has-children > a {
    padding-right: 21px;
}
.heroDonate {
    background-color: #ef4647;
    padding: 10px 22px 12px;
	border-radius: 5px;
	color: #ffffff;
	margin: 0px auto;
    max-width: 270px;
	box-shadow: 2px 2px 2px #0000006b;
	transition: all ease .5s;
	display: block;
	font-size: 18px;
}
.heroDonate:hover{
	background-color: #f48080;
	color: #ffffff;     
    transition: all ease .5s;
    -webkit-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 6px 6px 6px #0000006b;
    transition: all ease .5s;
}
.main-navigation li {
	/* display: block;
    line-height: 44px;  
    border-top: none;
    padding: 20px;  
    width: 100%;
	font-size: 18px; */
	display: inline-block;
    border-top: none;
}
h3.d {
    display: none;
}  
#cssmenu a {
	/* font-size: 48px;
	text-transform: uppercase; */
	text-transform: capitalize;
    padding: 13px 10px;  
	font-size: 20px;
	font-weight: 400;
}
#headlogo {
	width: 100%;
	padding-bottom: 0px;
}
.navWrap {
	display: block;
	max-width: 1280px;
    width: 100%;
    margin: 30px auto 0px;
}
h1#logo {
	letter-spacing: 0px;
	line-height: 50px;
	color: #fff;    
	font-size: 60px;
	font-weight: 100;
	word-spacing: -16px;
}
h2#logo {
	color: #fff;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 4px;
    word-spacing: 3px;
    padding-left: 3px;
}
.fa{
	transition: all ease .5s;
}
ul.socialINav .fa:hover {
	color: #79d1eb;
	transition: all ease .5s;
}
/* -------------------------------------------HOME HEADER ----------------------------------------------------------------------------------------  */
/*--------------------------------------------HOME HERO------------------------------------------------------------------------------------ */
.heroInner h2{
	font-weight: 600;
	font-size: 44px;
	color: #ffffff;
	opacity: 0.9;
	letter-spacing: 2px;
	text-transform: capitalize;
	line-height: 52px;
	margin-bottom: 20px;
}
a.mobileDonate {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: none;
    width: 100%;
    text-align: center;
    background-color: #ef4647;
    color: #fff;
	padding: 12px;
	z-index: 9;
	font-weight: 400;
	font-size: 18px;
    text-transform: capitalize;
	transition: all ease .5s;
	border-radius: 5px;
    box-shadow: 3px 3px 3px #dedede;
}
a.mobileDonate:hover{
	background-color: #f48080;
    transition: all ease .5s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 8px 8px 8px #dedede;
    transition: all ease .5s;
}
/* home salesforce form */
form#signup {
	max-width: 600px;
	width: 100%;
	text-align: right;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 30px;
}
#signup input {
	color: #fff ;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	float: left;
	border-radius: 5px;
}    
input#first_name {
	border: 1px solid #fff;
    background-color: transparent;
	width: 48%;
	/* border: none; */
	font-size: 18px;
	margin-right: 3%;
	padding: 12px 0px 12px 12px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #0000006b;
}
input#last_name {
	background-color: #79d1ebb8;
	width: 48%;
	/* border: none; */
	font-size: 18px;
	padding: 12px 0px 12px 12px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #0000006b;
}
input#email {
	border: 1px solid #fff;
    background-color: transparent;
	width: 38%;
	/* border: none; */
	font-size: 18px;
	margin-right: 3%;  
	padding: 12px 0px 12px 12px;  
	border-radius: 5px;
	box-shadow: 2px 2px 2px #0000006b;
}
#email::placeholder , #zip::placeholder , #last_name::placeholder , #first_name::placeholder{
	color: #333;
}
.home label[for="your-email"]{
	width: 100%;
    display: inline; 
    max-width: 260px;
}
div.wpcf7-mail-sent-ok {
    border: none;
    margin: 0px 0px 20px;
	padding: 0px;  
	font-size: 20px; 
}  
.page-template-about h5 {
    margin: 20px 0px;
    font-weight: 400;
}
.aboutInner h3 {
	font-size: 24px;
    line-height: 38px;
    text-align: center;
    border-bottom: 2px dashed #ef4848;
    padding: 0px 0px 34px;
    /* max-width: 560px; */
    margin: 16px auto 28px;
    color: #365767;
    display: inline-block;
}
.aboutInner h2 {
    font-size: 44px;
    line-height: 40px;
    text-align: center;
    color: #ef4647;
}
.aboutInner div#wpcf7-f30-o1 {  
    margin-bottom: 38px;
    display: inline-block;
    padding-bottom: 28px;
    border-bottom: 2px dashed #ef4848;
}
.home label[for="last"] {
    display: inline;
	width: 100%;
	margin-right: 0px;
}
.home label[for="first"] {
    display: inline;
	width: 100%;
	margin-right: 0px;
}
.home input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
	border: none;
	padding: 12px 0px 12px 12px;
	margin-right: 20px;
	border-radius: 5px;
	border: 1px solid #333;
    background-color: transparent;
    box-shadow: 3px 3px 3px #dedede;
}
.home .zip input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	width: 19%;
	border: none;
	padding: 12px 0px 12px 12px;
	margin-right: 20px;  
	border-radius: 5px;
    border: 1px solid #333;
    background-color: transparent;
    box-shadow: 3px 3px 3px #dedede;
}
.home input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	width: 22%;
	border: none;
	padding: 12px 0px 12px 12px;
	margin-right: 20px;  
	border-radius: 5px;
	border: 1px solid #333;  
    background-color: transparent;
    box-shadow: 3px 3px 3px #dedede;
}
.home input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::placeholder, .home input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder{
	color: #333;
} 
.page-id-14 .entry-content a{
	font-weight: 400;
	margin: 1px 1px;
}
.page-id-14 .entry-content a:hover {
    color: #f48080;
    color: #79d1eb;
    color: #365767;
}
.home input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
    max-width: 362px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    transition: all ease .5s;
    padding: 12px 12px;
    border-radius: 5px;
    /* border: 1px solid #333; */
    background-color: transparent;
    box-shadow: 3px 3px 3px #dedede;
    color: #333;
    background-color: #ef4647;
    color: #fff;
    text-align: center;
    margin: 20px auto 10px; 
}
input#submit:hover {
	background-color: #f48080 !important;
	color: #ffffff !important;    
	transition: all ease .5s; 	
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/* home salesforce form */
.color-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.herotrap {
	display: block;
	max-width: 1278px;
	margin: 0px auto;
}  
#hero {
	background-image: url(/wp-content/themes/twentyfifteen-child-5/img/epac-header-new.jpg);
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center 28%;
	background-color: #51657e;
	min-height: 400px;
	padding: 0px 30px;
}
.heroInner {
	color: #fff;
	padding: 20px 30px 0px;
	z-index: 1;
	display: block;
	position: relative;  
	max-width: 1600px;
	width: 100%;
	margin: 0px auto;
	min-height: 370px;
}  
.formRight{
	text-align: center;
    width: 100%;
    max-width: 933px;
    margin: 0px auto 0px;
    position: absolute;
    /* bottom: -30px; */
    left: 0;
	right: 0;  
	top: 60%;
    transform: translateY(-60%);
}
/*------------------------------------- HOME HERO -----------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------HOME ABOUT  --------------------------------------------------------------------------------*/
.empower{
	max-width: 340px;
		width: 100%;
		margin-right: 15px;
		margin-left: 15px;
		display: inline-block;
		vertical-align: top;
		position: relative;
		text-align: center;
		border: 2px solid #fff;
		padding: 2%;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 3px 3px 3px #19191926;
		transition: all ease .5s;
		}
.more-link {
	background-color: #637c9a;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    transition: all ease .5s;
   padding: 8px 10px 10px;
	width: 200px;
	margin-top: 20px;
	font-size: 18px;
	text-transform: capitalize;
}
a.more-link:hover {
    background-color: #203042;
    transition: all ease .5s;
	color: #ffffff;
}
.aboutInner p {
	line-height: 36px;
	word-wrap: break-word;
	font-weight: 100;
	letter-spacing: 1px;
	   display: inline;
}
.aboutInner img{
	width: 25%;
	float: left;
	margin-top: 10px;
}
.videoLine {
	border-left: 1px solid #fff;
	position: absolute;
	width: 0px;
	top: 25px;
	bottom: 23px;
}
.aboutLine {
	border-left: 1px solid #fff;
	position: absolute;
	top: 10px;
	bottom: 9px;
}
.wrapLine {
	margin-top: 15px;
	margin-bottom: 14px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.aboutInner{
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 40px 30px;
}
.aboutInner h1{
	font-size: 36px;
	line-height: 48px;
	font-weight: 100;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 20px;
}
.textwidget h2 {
    font-size: 36px;
	font-weight: 100;
	text-align: center;
	text-transform: capitalize;
}
	/*Video And quotes Section*/
	.quoteWrap p {
		font-size: 34px;
		line-height: 42px;
		color: #365767;
		font-weight: 400;
		margin-bottom: 20px;
		/* text-align: center; */
		/* display: block; */
		/* margin: 0px auto; */
		display: inline-block;
	}
	.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
	.quoteWrap {
		text-align: center;
	}
.video-inner{
	padding: 0px 30px 40px;
    width: 100%;
    vertical-align: top;
    position: relative;
    background-color: #fff;
    text-align: center;
}
.video-section {
    position: relative;
    width: 49%;
    display: inline-block;
}
#video-wrap {
	position: relative;
    padding-bottom: 55.90%;
/*    padding-top: 25px;*/
    height: 0;
}
#video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* .show {
  opacity: 1 !important;
	transition: all ease 2s;
} */
.hide{
	opacity: 0;
	transition: all ease .8s;
}
.noDisplay{
	display: none;
}
/*Video Section*/

/** YouTube Section **/

.youtube-section {
	background-color: #0a3448; 
	margin: 0 auto;
}

.youtube-inner {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 30px 80px;	
}

.youtube-title {
	font-size: 44px;
	line-height: 40px; 
	font-weight: 400;   
	color: #ffffff;
	margin-bottom: 50px;
}

/*About Section*/
img.alignleft.wp-image-48.size-full {
    margin: 11px 28px 4px 0px;
}
.about-section {
	     max-width: 1200px;  
    width: 100%;
    margin: 0px auto;
    position: relative;
    background-color: #fff;  
    display: block;
    /* height: 387px; */
    font-size: 0px;
}
.aboutInner p { 
    line-height: 30px;
/*    padding-left: 31px;*/  
    word-wrap: break-word;
    font-weight: 100;
    letter-spacing: 1px;
    height: 100%;
	margin-top: -1px;
    margin-bottom: 0px;  
	display: block;
	text-align: center;
}
.aboutInner img{
	width: 25%; 
	float: left;
	margin-top: 10px; 
	margin-bottom: 0px;
}
.videoLine {
    border-left: 1px solid #fff;
    position: absolute;
	width: 0px;
    top: 25px; 
	bottom: 23px;
} 
.aboutLine {
    border-left: 1px solid #fff;
    position: absolute;
    top: 10px;
	bottom: 9px; 
}
.wrapLine {
    margin-top: 15px;
    margin-bottom: 14px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.aboutInner{
	    padding: 50px 30px 0px;
    width: 100%;
    vertical-align: top; 
    position: relative;
	background-color: #fff;
	text-align: center;
}
.aboutInner h1{
	font-size: 44px;
    letter-spacing: 2px;
    text-align: center;
    margin: 20px 20px 30px;
    text-transform: capitalize;
    font-weight: 400;
    border-bottom: 2px dashed #ef4848;
    padding-bottom: 34px;
    /* max-width: 560px; */
    margin: 0px auto 37px;
    color: #365767;
}
a.btn {
	background-color: #ef4647;
    color: #fff;
    border-bottom: 1px solid #ef4647;
    /* padding: 15px 38px 17px 38px; */
    width: 170px;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 12px; 
    display: block;
    transition: all ease .5s;
    height: 50px;
    padding-top: 8px;
	margin-left: 2px;
	font-size: 18px;
	font-weight: 400;
	margin: 30px auto;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #dedede;
    transition: all ease .5s;
}
.btnNews{
	background-color: #ef4647;
    color: #fff;
    border-bottom: 1px solid #ef4647;
    /* padding: 15px 38px 17px 38px; */
    width: 170px;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 12px;
    display: block;
    transition: all ease .5s;
    height: 50px;
    padding-top: 10px;
    margin-left: 2px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #dedede;
    transition: all ease .5s;
}
.btnNews:hover{
	background-color: #f48080;
	transition: all ease .5s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);  
	box-shadow: 8px 8px 8px #dedede;
	transition: all ease .5s;
	color: #fff;
}
a.btn:hover {
    background-color: #f48080;
	transition: all ease .5s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);  
	box-shadow: 8px 8px 8px #dedede;
    transition: all ease .5s;
}
a.btnIssues {
	background-color: transparent;
    color: #fff;
    width: 170px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    display: inline-block;
	transition: all ease .5s;
	padding-top: 10px;
}
a.btnIssues:hover {
    /* background-color: #8d162c; */
    transition: all ease .5s;
}
a.btn2 {
    background-color: #ef4647;
    color: #fff;
    /* padding: 15px 38px 17px 38px; */
    width: 170px;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 7px;
    display: inline-block;
    transition: all ease .5s;
    height: 50px;
    padding-top: 10px;
}
a.btn2:hover {
    background-color: #8d162c;
    transition: all ease .5s;
}  
/*About Section*/
/*-------------------------------------------------HOME ABOUT----------------------------------------------------------------------------------------*/
/*-------------------------------------------------HOME ISSUES-------------------------------------------------*/
#issues-section{
	width: 100%;
    margin: 0px auto;
    position: relative;
    background-color: #fff;
    display: block;  
    color: #fff;
	padding: 40px 30px 70px;
}  
.issuesWrap{
	max-width: 100%;
    width: 100%;
    position: relative;
    color: #365767;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.issuesWrap > * {
	flex: 1 1 50%;
	text-align: center;
}
.issueWrap {
	padding-left: 30px;
}
@media screen and (max-width: 1150px){
	.issuesWrap > * {
		flex: 1 1 100%;
		text-align: center;
	}
	.issueWrap {
		padding-left: 0;
	}
}
#issues-section h2{
	font-size: 36px;
    font-weight: 100;
    text-align: center;
	text-transform: capitalize;
	margin-bottom: 20px;  
}
#issues-section h3{
	font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize; 
}
#issues-section a{  
	color: #fff;
}
.issue-1, .issue-2, .issue-3{
	display: inline-block;
	width: 30%;  
	padding: 20px;  
	text-align: center;
	background-color: #637c9a;
	margin: 0px 1.5%;
	vertical-align: top;
	border: 1px solid #fff;
}  
.issue-1 p, .issue-2 p, .issue-3 p {   
    margin-bottom: 0px;
}
.issue-1:hover, .issue-2:hover, .issue-3:hover{
	background: #7087a4;
	transition: all ease .5s;
}
/*-------------------------------------------------HOME ISSUES-------------------------------------------------*/
/*-------------------------------------------------HOME FACEBOOK---------------------------------------------------------------------*/
.site-footer i.fa.fa-facebook-official:hover{
	color:#629cdf;
	transition: all ease .5s;
}
span.socialBreak {
    padding-right: 6px;
    font-weight: 400;
}
.mobileFBreak a {
    font-weight: 400;
}
.mobileFBreak a:hover {
    color: #79d1eb;
    transition: all ease .5s;
}
i.fa.fa-facebook-official {
    color: #ffffff;
    font-size: 36px;
}
#fb_content i.fa.fa-facebook {
	position: absolute;
	bottom: 0px;
	left: 0px;
    font-size: 22px;
    padding: 6px 11px;
    background-color: #4867b4;
    color: #fff;
}
#Facebook h2 {
    font-size: 44px;
	font-weight: 400;
	margin: 20px 20px 0px;
}
.socialInner.trap {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
	position: relative;
}
#twitterTitle i.fa.fa-facebook {
    color: #4867b4;
    font-size: 26px;
	vertical-align: middle;
	transition: all ease .5s;
	padding: 0px 10px;
}
#twitterTitle i.fa.fa-facebook:hover {
    color: #79d1eb;
    transition: all ease .5s;
}
a.fb_date:hover{
	color: #79d1eb;
    transition: all ease .5s;
}
a.fb_img_wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.fbShareTxt {
    color: #ffffff;
    display: inline;
    font-size: 10px;
}
.fbShare {
    display: none;
    background-color: #4867b4;
    padding: 14px 5px 5px 6px;
    color: #ffffff;
    border-radius: 2px;
	margin-left: 10px;
}
.fbShare i.fa.fa-facebook-official {
    font-size: 10px;
    padding-right: 4px;
}
.fbShare:hover {
    background-color: #313949;
    transition: all ease .5s;
}
.fb_iframe_widget {
    display: none !important;
}
	a.fb_date {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-right: 8px;
}
.item0 .fb_message:before{
	border-color: #f0f0f0;
}
.fb_message {
	font-size: 14px;
    letter-spacing: 1px;
    font-weight: 100;
	min-height: 90px;
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    letter-spacing: 1px;
    color: #333;
    margin: 9px 0px;
    font-weight: 100;
    font-size: 18px;
}
.img_container {
    height: 120px;
	width: 100%;
	margin: 0px auto;
	/* display: none; */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 3px 0px 3px #dedede;
	transition: all ease .5s;
	z-index: 2;
}
.fb_body {
  display: block;
  vertical-align: top;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  background-color: #ffffff;
  /* margin: 0px; */
  text-align: left;
  border: 1px solid #e5e3e3;
  /* min-height: 189px; */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;  
  box-shadow: 3px 3px 3px #dedede;   
  transition: all ease .5s;
  min-height: 186px;
}
a.fb_img_wrap:hover + .img_container{
    transition: all ease .5s;
    -webkit-transform: scale(1.05);    
    transform: scale(1.05);  
    box-shadow: 8px 0px 8px #e3e3e3;
}  
a.fb_img_wrap:hover ~ .fb_body{
    transition: all ease .5s;
    -webkit-transform: scale(1.05);  
    transform: scale(1.05);
    box-shadow: 8px 8px 8px #e3e3e3;
}
.video-inner.clearfix {
  display: inline-block;
  width: 33%;
  max-width: 375px;
  position: relative;
  top: 10px;
  transition: all ease .5s;
  padding: 0px 15px;
  vertical-align: top;
}
.video-inner.slick-center{
  position: relative;
  top: 0;
}
#fb_content {  
	margin: 0px auto;
	font-size: 0;
	max-width: 1200px;
}
#Facebook h1 {
    text-align: center;
    color: #ef4647;
    font-family: 'Mrs Saint Delafield', cursive;
    font-size: 72px;
    font-weight: 100;
	margin: 25px 0px;
}
#Facebook{
	display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px auto;
}
p.mobileFBreak {
    display: inline-block;
}
.social-section {
    background-color: #ffffff;
	padding: 30px;
	padding: 30px 30px 90px 30px;
}
/* Facebooks section's slick slider */
.video-inner .slick-dots{
  bottom: -50px;
}
.video-inner .slick-dots li button:before{
  content: "";
  background-color: #e5e3e3;
  height: 3px;
  width: 30px;
  opacity: 1;
}
.video-inner .slick-dots li.slick-active button:before{
  background-color: #233a76;
  height: 8px;
}
.video-inner .slick-dots li.slick-active button{
  position: relative;
  top: 0px;
}
.video-inner .slick-dots li button{
  position: relative;
  top: 5px;
  width: 30px;
}
.video-inner .slick-dots li{
  width: 30px;
}
/* Facebooks section's slick slider */
.video-inner .slick-dots{
  bottom: 0px;
  left: 0px;
    right: 0px;  
}
blockquote {
    border-left: none;
    margin: 0;
	margin-bottom: 20px;
	padding-left: 0px;
}
cite a {
	display: block;
	color: #ef4647;
	transition: all ease .5s;
}
cite a:hover {
	display: block;
	color: #f48080;
	transition: all ease .5s;
}
.video-inner .slick-dots li button:before{
  content: "";
  background-color: #e5e3e3;
  height: 3px;
  width: 30px;  
  opacity: 1;
}
.video-inner .slick-dots li.slick-active button:before{
  background-color: #ef4647;
  height: 8px;
  border-radius: 5px;
}
.video-inner .slick-dots li.slick-active button{
  position: relative;
  top: 0px;  
}
.video-inner .slick-dots li button{
  position: relative;
  top: 5px;
  width: 30px;
}
.video-inner .slick-dots li{
  width: 30px;
}
/* Facebooks section's slick slider */
/*------------------------------------HOME FACEBOOK----------------------------------------------------------------------------------------------------------*/
/*---------------------------------INTERIOR HEADER---------------------------------------------------------------------------------------------------*/
.interior #headlogo {
	position: relative;
	padding-bottom: 0px;
}
a.homeDonate {
    background-color: #ef4647;
    padding: 5px 19px 6px;
    border-radius: 5px;
    color: #ffffff;
    margin: 0px auto;
    max-width: 107px;
    box-shadow: 2px 2px 2px #0000006b;
    transition: all ease .5s;
    font-size: 18px;
    position: absolute;
    right: 30px;
    top: 4px;
    z-index: 9;
}
a.homeDonate:hover{
	background-color: #f48080;
    color: #ffffff;
    transition: all ease .5s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 6px 6px 6px #0000006b;
    transition: all ease .5s;
}
a.interiorDonate {
	background-color: #ef4647;
    padding: 4px 20px 5px;
    border-radius: 5px;
    color: #ffffff;
    margin: 0px auto;
     max-width: 107px; 
    box-shadow: 2px 2px 2px #0000006b;
    transition: all ease .5s;
    display: block;
    font-size: 18px;
    /* width: 100%; */
    display: inline-block;
    /* padding: 20px; */
    position: absolute;
    right: 30px;
    top: 3px;
    z-index: 9;
    letter-spacing: 1.5px;
    word-spacing: -2px;
}
a.interiorDonate:hover{
	background-color: #f48080;
    color: #ffffff;
    transition: all ease .5s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 6px 6px 6px #0000006b;
    transition: all ease .5s;
}
.interior .socialMain {
	position: absolute;
    top: -8px;
    left: inherit;
    transform: inherit;
    right: 0px;
    display: inline-block;
    width: auto;
	bottom: inherit;
	z-index: 6;
} 
	.interior .socialMain .fa {
		vertical-align: inherit;
	}
.interior .main-navigation li {
    /* text-align: center; */
    width: inherit;
    max-width: inherit;
}
.interior .navWrap{
	margin: 0px auto;
	position: relative;
}
.interior span#iconDropdown {
	right: 0px;
}
.interior .main-navigation a {
	width: inherit;
	background-color: inherit;
}
.socialMain a {
    position: relative;
    text-decoration: none;
    border: none;
    color: #ffffff;
    display: inline-block;
    font-size: 34px;
    padding-right: 0px;
    transition: all ease .5s;
    letter-spacing: 1.5px;
    word-spacing: -2px;
}
#cssmenu a:hover {
    color: #79d1eb;
    cursor: pointer;
    transition: all ease .5s;
}
.main-navigation .nav-menu a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*-------------------------------INTERIOR HEADER------------------------------------------------------------------------------------------------- */
/*-------------------------------INTERIOR PAGE-----------------------------------------------------------------------------------------------------------*/
.entry-content ul {
    padding-left: 40px;
}
.page-template-about .entry-content img {
    float: left;
    margin: 15px 10px 6px 0px;
}
.page .entry-content img {
	margin: 35px 28px 0px 0px;
}
.page-content{
box-shadow: none;
}
.archive .hentry{
	margin-top: 0px;
}
.archive .iHeaderTitle{
	display: none;
}
h1.iHeaderTitle2 {
	display: none;
}
.single h1.iHeaderTitle2 {
	display: inline-block;
}
.iHeaderTitle2 {
	position: absolute;
	bottom: 0px;
	line-height: 43px;
}
.iHeaderTitle2 ul {
	display: inline-block;
	margin: 0px;
	vertical-align: top;
}
.iHeaderTitle2 ul li {
	display: inline-block;
	text-decoration: none;
}
.archive .page-header{
	display: none;
}
/*Interior Forms*/
	/* CF7 styling */
	span.wpcf7-list-item {
		text-transform: capitalize;
	}
	span.wpcf7-form-control-wrap.checkbox-537 {
		margin-bottom: 20px;
		display: block;
	}
	input:focus, select:focus{
		outline: none;
	}
	form br{ display: none;}
	label[for="name"] {
		width: 48.5%;
		display: inline-block;
		margin-right: 2%;
	}
	label[for="email"] {
		width: 48.5%;
		display: inline-block;  
	}  
	label[for="first"] {
		width: 49%;
		display: inline-block;
		margin-right: 2%;
	}
	label[for="last"] {
		width: 23%;
		display: inline-block;
		margin-right: 2%;
	}
	label[for="zip"] {
		width: 23%;
		display: inline-block;
		margin-right: 2%;
	}  
	label[for="city"] {
		width: 23%;
		display: inline-block;
		margin-right: 2%;
	}  
	label[for="district"] {
		width: 23%;
		display: inline-block;
		margin-right: 2%;
	}  
	label[for="your-email"] {
		width: 23%;   
		display: inline-block;
	}
	label[for="occupation"] {
		width: 23%;   
		display: inline-block;
	}
	label[for="phone"] {
		width: 23%;
		display: inline-block;
		margin-right: 2%;
	}
	span.wpcf7-list-item.first{
		margin: 0px;  
	}
	span.wpcf7-list-item-label {
		padding-left: 10px;
	}
	input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
		margin-bottom: 15px;
		margin-top: 10px;
		border: 1px solid #333;
		background-color: transparent;
		font-size: 18px;
		margin-right: 3%;
		padding: 12px 0px 12px 12px;
		border-radius: 5px;
		box-shadow: 3px 3px 3px #dedede;
		display: block;
		width: 100%;
	}
	textarea.wpcf7-form-control.wpcf7-textarea {
		width: 100%;
		max-width: 1000px;
		height: 120px;
		margin: 15px 0px 25px 0px;
		margin-bottom: 15px;
		margin-top: 10px;
		border: 1px solid #333;
		background-color: transparent;
		font-size: 18px;
		margin-right: 3%;
		padding: 12px 0px 12px 12px;
		border-radius: 5px;
		box-shadow: 3px 3px 3px #dedede;
	}
	input.wpcf7-form-control.wpcf7-text {
		background-color: #efefef;
		border: none; 
		border: 1px solid #bababa;
		padding: 10px;
		margin-bottom: 15px;
		margin-top: 10px;
	}
	input.wpcf7-form-control.wpcf7-text {
		margin-bottom: 15px;
		margin-top: 10px;
		border: 1px solid #333;
		background-color: transparent;
		font-size: 18px;
		margin-right: 3%;
		padding: 12px 0px 12px 12px;
		border-radius: 5px;
		box-shadow: 3px 3px 3px #dedede;
	}
	input.wpcf7-form-control.wpcf7-submit {
		background-color: #ef4647;
		color: #fff;
		border-bottom: 1px solid #ef4647;
		font-size: 16px;
		font-weight: 100;
		letter-spacing: 1px;
		text-align: center;
		margin-top: 12px;
		display: block;
		transition: all ease .5s;
		height: 50px;
		padding-top: 12px;
		margin-left: 2px;
		font-size: 18px;
		font-weight: 400;
		border-radius: 5px;
		box-shadow: 3px 3px 3px #dedede;
		transition: all ease .5s;
		text-transform: capitalize;
		width: 100%;
	}
	.wpcf7-submit:hover{
		background-color: #f48080 !important;
		transition: all ease .5s;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		box-shadow: 8px 8px 8px #dedede;
		transition: all ease .5s !important;
	}
	/* CF7 styling */
/*Interior Forms*/
.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
	color: #ef4647;
	border-bottom: none;
	font-size: 18px;
}
i.fa.fa-twitter.twitterPost {
    font-size: 40px;
    line-height: 38px;
    vertical-align: middle;
    margin: 0px 20px;  
	color: #1da1f2;  
	font-size: 40px;
    line-height: 38px;
    vertical-align: middle;
    margin: 0px 20px;
    color: #1da1f2;
    background-color: #1da1f2;
    padding: 3px 14px 3px;
    border-radius: 5px;
    color: #ffffff;
    margin: 0px 10px;
    max-width: 180px;
    box-shadow: 2px 2px 2px #0000006b;
    transition: all ease .5s;
    /* display: block; */
    font-size: 18px;
}
}  
i.fa.fa-twitter.twitterPost:hover {
	color: #ef4647;
    transition: all ease .5s;
}
.btn-leaders a:hover{
	color: #f48080;
	transition: all ease .5s;
}
.btn-leaders a{
	transition: all ease .5s;
}
a.sitePost{
	background-color: #ef4647;
    padding: 10px 22px 12px;
    border-radius: 5px;
    color: #ffffff;
    margin: 0px 10px;
    max-width: 180px;
    box-shadow: 2px 2px 2px #0000006b;
    transition: all ease .5s;
    /* display: block; */
    font-size: 18px;
}
h2.btn-leaders {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
a.sitePost:hover {
	background-color: #f48080;
		color: #ffffff;
		transition: all ease .5s;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		box-shadow: 6px 6px 6px #0000006b;
		transition: all ease .5s;
	}
.iHeaderTitle ul {
	display: inline-block;
	margin: 0px;
	vertical-align: top;
}
ul.socialHide {
	display: none;
	text-decoration: none;
	margin: 0px;
	width: 185px;
	padding: 0px 20px;
	left: -10px;
	position: relative;
}
ul.socialHide:hover{
	display: inline-block;
}
i.fa.fa-share-alt::before{
	content: "| \f1e0";
	font-size: 34px;
}
.iHeaderTitle2 i.fa.fa-share-alt::before{
	content: "\f1e0";
}
i.fa.fa-share-alt:hover ~ ul.socialHide{
	display: inline-block;
	cursor: pointer;
}
i.fa.fa-share-alt:hover{
	cursor: pointer;
}
.socialHide i.fa.fa-twitter,.socialHide i.fa.fa-facebook, .socialHide i.fa.fa-envelope {
	font-size: 40px;
	vertical-align: top;
}
.iHeaderTitle ul li {
	display: inline-block;
	text-decoration: none;
}
i.fa.fa-share-alt {
	font-size: 37px;
	vertical-align: top;
	font-weight: 100;
	color: #a6a5a5;
}
.single h1.singleTitle{
	display: block;
}
.category-women-leaders h1.singleTitle,
.category-endorsed h1.singleTitle {
	border: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
h1.singleTitle{
	display: block;
}
.single .entry-content img {
    margin: 0px auto 20px;
    max-width: 190px;
	display: block;	
    border-radius: 50%;
	width: 100%;
	
}

.single .category-news .entry-content img {
	display: none;
}
.single .category-news .entry-content figure img {
	display: block;
	max-width: 100%;
    border-radius: 0;
    width: auto;
}


.postWrap {
	display: inline-block;
    position: relative;
    width: 100%;
    max-width: 250px;
    float: left;
    text-align: center;
    /* background-color: #D0EEF7; */
    padding: 30px 0;  
    border-radius: 10px;
    margin-right: 30px;
}
.single h1.iHeaderTitle {
	display: none;
}
.iHeaderTitle{
	position: absolute;
	bottom: 0px;
	line-height: 43px;
}
.titleWrap{
	position: relative;
	max-width: 962px;
	width: 100%;
	margin: 0px auto;
	height: 275px;
}
a.interiorLogo {
	max-width: 25%;
	background-color: transparent;
	z-index: 20;
	padding-left: 30px;
}
h1.singleTitle{
	display: block;
    font-size: 44px;
    margin: 50px 0px 30px;
    color: #333;
    display: block;
	text-transform: capitalize;
	font-weight: 400;
	text-align: center;
	border-bottom: 2px dashed #ef4848;
    color: #365767;
	display: inline-block;
	padding: 0px 30px 34px;
}
#masthead.interior {
	background-size: cover;
	position: relative;
	background-color: #365767;
	padding: 30px 0px;
	background-repeat: no-repeat;
	background-position: 50% 65%;
}
.entry-content {
	max-width: 970px;  
	width: 100%;
	margin: 0px auto;
	padding: 58px 0px 100px;
}
			.entry-footer{
				display: none;
			}   
			.entry-content p {
				font-size: 18px;
				line-height: 32px;
				color: #464c59;
			}
			.entry-content h1 {
				font-size: 44px;				
				color: #333;
				display: block;  
				text-transform: capitalize;
				font-weight: 400;
				text-align: center;
				border-bottom: 2px dashed #ef4848;
				padding: 0px 30px 34px;
				/* max-width: 560px; */
				margin: 0px auto 37px;				
				color: #365767;
				display: inline-block;
			}

			.single .entry-content h1 {
				margin: 0 auto;
			}

			.pageHeaderWrap{
				text-align: center;
			}
			.entry-content h2{
				font-size: 24px;
				font-weight: 400;   
				margin: 20px 0px 20px;
			}
.interiorTitle{
	font-size: 60px;  
	color: #ffffff;
	text-align: center;
	font-weight: 100;
	margin-top: 70px;
}
.site-header.interior{
	margin: 0px;
	padding: 0px;
	border-top: transparent;
	box-shadow: none;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: 0% 100%;
	background-color: #e0e0e0;
	background-repeat: no-repeat;
	border: none;
}
/*----------------------------------------INTERIOR PAGE-------------------------------------------------------*/
/* -----------------------------------------Survey Form------------------------------------------- */
span.wpcf7-list-item {
    text-transform: capitalize;
    width: 100%;
    margin-left: 0px;  
}

/* New Form 'already running?' */

.wpcf7-form p {
	display: inline;
}

#wpcf7-f781-p767-o1 label[for="district"],
#wpcf7-f846-p849-o1 label[for="district"] {
	width: 100%;
}

/* styling for single post share links */

.single .entry-content h4 {
	margin-top: 0;
}

/* -----------------------------------------Survey Form------------------------------------------- */
/*-----------------------------------------News and Endorsed-------------------------------------------------------*/
/*interior newsPage*/
.blobPost.endorsed{
	    /* border-bottom: solid 1px #c4c4c4; */
		padding-left: 6px;
		padding-top: 25px;
		padding-bottom: 25px;
		margin: 15px;
		width: 100%;
		max-width: 280px;
		display: inline-block;
		border: 2px solid #fff;
    padding: 2%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 3px 3px 3px #19191926;
	transition: all ease .5s;
	position: relative;
	text-align: center;
}
.blobPost.endorsed:hover {
    transition: all ease .5s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 8px 8px 8px #19191926;
}
 .more-link{
    display: none;
}
.blobPost {
	border-bottom: solid 1px #c4c4c4;
 padding-left: 6px;
 padding-top: 25px;  
 padding-bottom: 25px;
/*	    min-height: 340px;*/
}
.blobPost img {
 display: inline-block;
}
.newsTextIMG {
 display: inline-block;
 width: 60%;
 /* max-width: 636px; */
	 padding-left: 28px;
}
.endorsedTextIMG {
    display: inline-block;
    width: 100%;
    /* max-width: 636px; */
    padding-left: 0px;
}
.blobPost h2 {
	width: 100%;
    margin-bottom: 9px;
    font-size: 24px;
    font-weight: 100;
    line-height: 29px;
    margin-top: 12px;
    color: #595959;
    text-transform: capitalize;
    font-weight: 600;
}  
.newsTextIMG h2 a {  
 color: #333;
 font-size: 24px;
/*	font-family: 'Merriweather', serif;*/
 font-weight: 400;
 transition: all ease .5s;
 text-transform: capitalize;
}
.newsText h2 a {
 color: #333;
 font-size: 24px;
/*	font-family: 'Merriweather', serif;*/
 font-weight: 400;
 line-height: 36px;
 transition: all ease .5s;
}
.navigation li a:hover{
  color: #ef4647;
 transition: all ease .5s;
}
.site-header .news-page-social i.fa.fa-facebook:hover{
 color: #fff;
 transition: all ease .5s;
}
.site-header .news-page-social i.fa.fa-twitter:hover{
 color: #fff;
 transition: all ease .5s;
}
.site-header .news-page-social i.fa.fa-envelope:hover{
 color: #fff;
 transition: all ease .5s;
}
.news-page-social i.fa.fa-facebook:hover{
 color: #ef4647;
 transition: all ease .5s;
}
.news-page-social i.fa.fa-twitter:hover{
 color: #ef4647;
 transition: all ease .5s;
}
.news-page-social i.fa.fa-envelope:hover{
 color: #ef4647;
 transition: all ease .5s;
}
h2.news-title a:hover{
 color: #ef4647;
 transition: all ease .5s;
}
.newsText h2 a:hover {
 color: #ef4647;
 transition: all ease .5s;
}
.newsTextIMG h2 a:hover {
 color: #ef4647;
 transition: all ease .5s;
}
.blobPost img {
 display: inline-block;
 vertical-align: top;
 /* width: 100%;
 max-width: 320px; 
 width: 20%;*/
 width: 39%;
}  

.blobPost img:hover {
	opacity: .7;
	transition: .3s all ease;
}

.blobPost.endorsed img {
	position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 164px;
    background-position: center center;
    border-radius: 50%;
    width: 164px;
    margin: 0px auto;
}
a.blogbtn {
 display: none;
}  
div#featured {
/*    padding-top: 76px;*/
 max-width: 1000px;
 width: 100%;
 margin: 0px auto;
 padding-right: 30px;
    padding-left: 30px;
}
.page-template-news div#featured {
    padding-bottom: 56px;
}
.blogleft{
 width: 30%;
 display: inline-block;
	 vertical-align: top;
}
.blogright{
 width: 60%;
 display: inline-block;
}
.blobPost p {
 color: #333;
 letter-spacing: 0.7px;
 min-height: 100px;
 max-height: 100px;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 font-size: 18px;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;  
}
/*interior newsPage*/
/*News section*/
.navigation ul {
    list-style: none;
	display: inline-block;
	font-weight: 400;
}
.navigation {
    text-align: center;
    padding: 20px 30px;
}
.navigation li{
	color: #000000; 
	display: inline-block;
	padding: 0px 10px;
}

@media only screen and (max-width: 550px) {
	.navigation li {
		padding: 0 5px;
	}
}

.navigation li a:hover{
	 color: #ef4647;
	transition: all ease .3s;
}
h2.newsSectTitle{
	font-size: 44px;
    font-weight: 400;
	text-align: center;
	margin: 20px 20px 40px; 
	color: #595959;
}
.news-date-links {
			margin-top: 16px;
		}
		span.bold {
			font-weight: 700;
			margin-right: 3px;  
			margin-left:-3px;
		}
		.excerptNews p {
			min-height: 76px;
			max-height: 76px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			font-size: 18px;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			letter-spacing: 1px;
			color: #333;
			margin: 9px 0px;
			font-weight: 100;
			font-size: 18px;
}
.excerptNews{
	position: relative;
}
/* .excerptNews p:before{
	 content: "";
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    border-width: 0px 3px;
    border-style: solid;
    border-color: #fff;
    left: -1px;
} */
		.news-title {
/*			font-family: 'Merriweather', serif;*/
			font-size: 24px;
			font-weight: 100;
			line-height: 29px;
			margin-top: 12px;
		}
		h2.news-title a {
			color: #365767;
			text-transform: capitalize;
			font-weight: 600;
		}
		div#news-section {
			position: relative;
			padding: 30px 30px 80px 30px;
			background-color: #79d1ea52;
    		color: #fff;
    		font-weight: 600;
		}
		.grid-item img {
			/* max-height: 300px;
			border-left: 12px solid #1e2d60;
			position: relative;
			height: 295px; */
		}
		.news-img {
			position: relative;
			background-repeat: no-repeat;
			background-size: cover;
			min-height: 164px;
			background-position: center center;
			border-radius: 50%;
			width: 164px;		
   			margin: 0 auto;
		}
		a.newsLink {
			width: 100%;
			/* height: 164px; */
			display: inline-block;  
			/* position: absolute; */
		}  
		p.pink {
			color: #ef4647;
    font-weight: 400;
    background-color: #ef4647;
    padding: 6px 20px 8px;
    border-radius: 5px;
    color: #ffffff;
    margin: 0px auto;
    box-shadow: 2px 2px 2px #0000006b;
    transition: all ease .5s;
    display: block;
    font-size: 18px;
    display: inline-block;
    z-index: 9;
    letter-spacing: 1.5px;
    word-spacing: -2px;
		}
		.grid-item {
				max-width: 340px;
			width: 100%;
			margin-right: 15px;
			margin-left: 15px;
			display: inline-block;
			vertical-align: top;
			position: relative;
			text-align: center;
			border: 2px solid #fff;
			padding: 2%;
			border-radius: 5px;
			background-color: #fff;
			box-shadow: 3px 3px 3px #19191926;
			transition: all ease .5s; 
		}
		/* .grid-item.list-0 {
			margin-left: 0px;
		}
		.grid-item.list-2 {
			margin-right: 0px;
		} */
		.page-template-women-leaders .grid-item{
			margin: 15px;
    max-width: 280px;
		}
		.page-template-women-leaders div#news-section {
			padding: 0px;
		}
		.page-template-women-leaders #news-section{
			background-color: transparent;
		}
		.page-template-women-leaders #featured{
		padding: 0px 30px 100px;
		}
		.page-template-endorsed .grid-item{
			margin: 15px;
    max-width: 280px;

		}
		.page-template-endorsed div#news-section {
			padding: 0px;
		}
		.page-template-endorsed #news-section{
			background-color: transparent;
		}
		.page-template-endorsed #featured{
		padding: 0px 30px 100px;
		}
		a.gridLink {
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			bottom: 0;
			z-index: 999;
		}
		.grid-item:hover{   
			transition: all ease .5s;   
			-webkit-transform: scale(1.05);
			transform: scale(1.05);
			box-shadow: 8px 8px 8px #19191926;
		}
		.news-grid {
			text-align: center;
		}
		#newsInner{
			max-width: 1200px;
			width: 100%;
			margin: 0px auto;
			}
			.arrow-down-2 {
			display: inline-block;
		}
		div#grid-share-icons {
			display: inline-block;
			/* margin-left: 13px; */
			font-size: 20px;				
		}
		.single div#grid-share-icons {
			position: relative;
			top: -43px;
		}
		a.news-cat-link {
			color: #ef4647;
		}
		.news-cat a {
			color: #ef4647;
			font-size: 16px;
			margin-left: 3px;
			letter-spacing: 0.7px;
		}
		.news-page-social i.fa.fa-twitter {
			color: #1da1f2;
			margin: 0px 4px;
		}
		.news-page-social i.fa.fa-facebook {
			color: #3b5998;
			/* margin: 0px 4px; */
		}
		.news-page-social i.fa.fa-envelope {
			color: #c6c6c6;
		}
		/*news section*/
/*end news section*/
/*-------------------------------------FOOTER--------------------------------------------------------------------------------------------------------------*/
img.footerLogo {
    width: 240px;
	padding-top: 30px;
	transition: all ease .5s;
	margin-bottom: 30px;
}
.site-footer {  
	margin: 0px;
	padding: 0px 30px;
	box-shadow: none;
	width: 100%;
	position: relative;
	background-color: #0a3448;
    background-repeat: no-repeat;
	padding: 10px 30px 40px;
/*
	background: url(/wp-content/themes/twentyfifteen-child-5/img/footerBG.jpg);
    background-size: cover;
    background-position: 50% 0%;
*/
}
#socialnavFooter li {
    display: inline-block;
    padding: 0px 10px;
}
div#logoTextFoot:hover > #logoFoot {
    color: #ef4647;
	transition: all ease .5s;
} 
.site-info a i {
    font-size: 40px;
}
.site-info a:hover{
	color: #ffffff;
}
.site-info p{
	font-size: 12px;
    margin-top: 0px;  
    color: #fff;
    display: inline-block;
}
p.pillar {
	display: inline-block;
    margin: 10px 10px;
}
p.subDisclaimer{
	display: block;
    margin: 10px 30px;
    color: #949494;
}
footer li:not(:first-child):before {   
    content: "|";
    margin: 0px 10px 0px 4px;
    color: #ffffff;
}
.site-info a{
	color: #ffffff;
    border: none;
    transition: all ease .5s;
}
div#disclaimer {
    background-color: #082a3a;
    padding: 14px 16px;
    margin: 10px 0px 0px;
    letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	max-width: 500px;
}
ul#footer-menu li{
	display: inline-block;
}
ul#footer-menu{
	list-style: none;
	font-size: 16px;
	margin-bottom: 3px;
	display: inline;
}
div#footernavs {
    display: inline;
}
.site-info i:hover {
    transition: all ease .5s;
    color: #79d1eb;
}
.site-info a:hover {
    transition: all ease .5s;
    color: #79d1eb;
}
.footer-navigation {  
	display: block;
	margin-top: 20px;
}
.menu-footer-container {
    display: inline;
}
h1#logoFoot{
	letter-spacing: 0px;
	line-height: 50px;
	color: #fff;
	font-size: 76.02px;
	font-weight: 100;
	word-spacing: -16px;
}
h2#logoFoot{
	color: #fff;
    font-size: 28.51px;
    font-weight: 100;
    letter-spacing: 4px;
    word-spacing: 3px;
    padding-left: 3px;
	padding-top: 6px;
}
.site-info h3{
	font-size: 24px;
	font-weight: 100;
	padding-top: 5px;
}
/*---------------------------------FOOTER------------------------------------------------------------------------------------------------------*/
/*----------------------------------------MEDIA QUERIES-------------------------------------------------------*/
@media only screen and (max-width: 1050px) {
	#cssmenu a {
		text-transform: capitalize;
		padding: 13px 7px;
	}
}
@media only screen and (max-width: 1204px) {
	/* .about-section {
		background-color: #333;
	} */
		.blobPost img {
		display: inline-block;
		vertical-align: top;
		/* width: 38%;
		max-width: 320px; */
	}
.main-navigation a { 
    width: inherit;
}
.blogPost img {
    display: inline-block;
    vertical-align: top;
    width: 38%;
    max-width: 320px;
}
.entry-content {
    max-width: 1052px;
    width: 100%;
    margin: 0px auto;
    padding-left: 30px;
	padding-right: 30px;
    position: relative;  
}
#featured{
	max-width: 1052px;
    width: 100%;
    margin: 0px auto;
    position: relative;
	}
#newsInner{
	margin: 0px auto;
    max-width: inherit;
    width: inherit;
	}
.grid-item{
	max-width: inherit;
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
}
.instagramHolder {
    margin-bottom: 25px;
}
.socialInner{
		margin: 0px 100px 0px 30px;
		max-width: inherit;
		width: inherit;
}
.socialMain ul{
	width: auto;    
}
}   
@media only screen and (max-width: 1120px) { /*1024px*/
	.entry-content h1{
		padding: 20px 0 34px;
	}   
	h1.singleTitle{
		padding: 20px 0 34px;
	}
	.about-section{
		margin: 20px auto 0px;
	}
	.interior span#iconDropdown {
		right: -30px;
	}
	a.homeDonate {
		display: none;
	}
	span#iconDropdown {
		display: block;
		right: 0px;
	}  
	.homeDonateMobile{
		border-radius: 0px;
	}
	
	a.interiorDonate {
		background-color: #ef4647;
		padding: 5px 21px 7px;  
		border-radius: 0px;
		color: #ffffff;
		margin: 0px auto;
		max-width: 270px;
		box-shadow: 2px 2px 2px #0000006b;
		transition: all ease .5s;
		display: block;
		font-size: 18px;
		/* width: 100%; */
		display: inline-block;
		/* padding: 20px; */
		position: absolute;
		right: 30px;
		top: 98px;
		z-index: 1;
		width: 100%;
		max-width: 100%;
		text-align: center;
		right: 0;
	}
	.homeDonateMobile{
		display: block;
	}
	ul.sub-menu {
		display: block;
		transition: all ease .3s;
		margin: 0px;
		/* padding-bottom: 10px; */
		/* width: 196px; */
		/* left: 0px; */
		/* top: 32px; */
		position: relative;
		left: 0;
		right: 0;
		text-align: center;
		top: 0px;
	}
	.main-navigation .sub-menu li{
		padding-left: 3px
	}
	.main-navigation .menu-item-has-children:hover > ul {
		display: inherit;
		transition: inherit;
		margin: inherit; 
		padding-bottom: inherit;
		width: inherit;
		left: inherit;
		top:inherit;
	}  
	.main-navigation ul ul{
	    display: block;
	    margin: auto;
	    background: inherit;
	    padding-top: 0;
	}
	.interior ul#menu-primary-menu {
		top: 20%;
	}
	.main-navigation li {
		display: block;
	}
	.interior span#iconDropdown {
		right: -30px;
		top: 4px;
	}
	.interior .mobile-nav-wrap {
		display: block;
	}
	ul.socialINav li{  
		width: inherit;
	}
	ul#menu-primary-menu {
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		/* bottom: 70%; */
		top: 26%;
		width: 100%;
	}	
	#cssmenu {
		display: none;
		height: 100vh;
		width: 100vw;
		text-align: center;
		background-color: #79d1ebe3;
		position: fixed;
		top: 0;
		left: 0;
	}
	a.homeDonate{
		right: 30px;
	}
	#cssmenu a {
		font-size: 48px;
		line-height: 58px;
		font-weight: 400;
		display: block;
	}
	#cssmenu a:hover {
		color: #ef4647;
	}
	.socialMain {
		display: none;
	}
	span#iconDropdown{
		display: block;
	}
	.page-template-women-leaders .grid-item {
		margin: 10px;
		max-width: 400px;
		width: 40%;
	}
	.page-template-endorsed .grid-item {
		margin: 10px;
		max-width: 400px;
		width: 40%;
	}
	/* .your-name input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 46% !important;
    margin-right: 20px;
} */
.text-97 input.wpcf7-form-control.wpcf7-text {
    width: 46% !important;
    margin-right: 20px;
}
		#disclaimer p {
    padding: 14px 30px;
}
	.titleWrap{
		padding-left: 30px;
	}
	.entry-content {
    max-width: 1006px;
    width: 100%;
    margin: 0px auto;
    padding-left: 30px;
    /* padding-top: 0px; */
    position: relative;
}
	#featured{
	max-width: 784px;
    width: 100%;
    margin: 0px auto;
    padding-right: 30px;
    padding-left: 30px;
    /* padding-top: 0px; */
    position: relative;
	}
	.main-navigation a:before {
    bottom: 0px;
}
	#donation{
		max-height: inherit;
	}
}
@media only screen and (max-width: 1059px) {
	div#Facebook {
    margin-top: 20px;
}
	.item0 .fb_message:before {
    border-color: #ffffff;
}
		.instagramHolder img {
    width: 100%;
    height: auto;
}
	.instagramHolder {
    display: inline-block;
    width: 23.5%;
}
	li.instagramHolder{
		margin-right: 10px;
	}
	li.instagramHolder:last-child {
    margin-right: 0px;
}
	.fb_post.clearfix {
    display: inline-block;
    width: 32%;
}
	div#instagram {
    width: 100%;
}
	div#Facebook {
    width: 100%;
}
	.fb_message {
		    min-height: 91px;
}
	.fb_message:before{
		left: -1px;
	}
	.fb_message:after{
		left: -1px;
		height: 14px;
	}
.fb_post.clearfix {
    display: inline-block;
    width: 32%;
}
.img_container {
    width: 100%;
}  
}
@media only screen and (max-width: 960px) {
	img.homeLogo {
		/* width: 170px; */
		top: 0px;
		position: relative;
	}
}
@media only screen and (max-width: 780px) {

	.blobPost img {
		max-width: 600px;
		margin: 0 auto;
		width: 100%;
		display: block;
	}

	.newsTextIMG {
		width: 100%;
		display: block;
		padding: 0;
	}

	label[for="city"] {
		width: 48%;
		display: inline-block;
		margin-right: 0px;
	}
	cite a {
		font-size: 14px;
	}
	.issuesWrap p{
		font-size: 22px;
    line-height: 32px;
	}
	.quoteWrap p{
		font-size: 22px;
    line-height: 32px;
	}
	.video-inner .slick-dots{
		display: none !important;
	}
	.home input.wpcf7-form-control.wpcf7-submit{
		width: 100%;
		max-width: 100%;
	}
	.home input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
		width: inherit;
	}
	.home .first input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 47%;
		margin: 10px 2% 10px 0px;
	}
	.home .last input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 47%;
		margin: 10px 0px 10px 0px;
	}
	.home .your-email input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 47%;
		margin: 10px 2% 10px 0px;
	}
	.home .zip input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 47%;
		margin: 10px 0px 10px 0px;
	}
	.interior span#iconDropdown {
		right: -30px;
	}  
	/* img.homeLogo {
		width: 170px;
		top: 0px;
		position: relative;
	} */
	img.interiorLogo {
		width: 150px;
		
		position: relative;
	}
	a.interiorDonate {
		background-color: #ef4647;
		padding: 10px 21px 12px;
		color: #ffffff;
		margin: 0px auto;
		max-width: 270px;
		box-shadow: 2px 2px 2px #0000006b;
		transition: all ease .5s;   
		display: block;
		font-size: 18px;
		/* width: 100%; */
		display: inline-block;
		/* padding: 20px; */
		position: absolute;
		right: 30px;
		top: 100px;
		z-index: 1;
		width: 100%;
		max-width: 100%;
		text-align: center;
		right: 0;
	}
	.page-template-women-leaders .grid-item {
		margin: 10px;
		max-width: 400px;
		width: 100%;
	}
	.page-template-endorsed .grid-item {
		margin: 10px;
		max-width: 400px;
		width: 100%;
	}
	a.mobileDonate{
		display: block;
	}
	.interior .socialMain {
		top: -19px;
	}
	li#menu-item-52 a {
		background-color: #ef4647;  
		padding: 10px 22px;
		border-radius: 5px;
		margin: 14px 25px;
		display: block;
		width: 100%;
		max-width: 220px;
		margin: 20px auto;
	}
.main-navigation li{
	width: 100%;
	padding: 0px 0px;
}
	.title-box{
		/* max-width: 150px; */
	}
	img.homeLogo {
		/* width: 170px; */
		top: 0px;
		position: relative;
	}
	.fb_post.clearfix{
		padding: 0px;
	}
	ul#menu-primary-menu{
		top: 30%;
	}
	.issue-1, .issue-2, .issue-3{
		width: 100%;    
		margin: 15px 0px;
	}
	label[for="first"] {
		width: 100%;
		display: inline-block;
		margin-right: 0px;
	}
	label[for="last"] {
		width: 48%;
		display: inline-block;
		margin-right: 2%;
	}
	label[for="zip"] {
		width: 48%;
		display: inline-block;
		margin-right: 0%;
	}
	label[for="your-email"] {
		width: 48%;
		display: inline-block;
		margin-right: 0%;
	}
	label[for="phone"] {
		width: 48%;
		display: inline-block;
		margin-right: 2%; 
	}
	label[for="district"] {
		width: 48%;
		display: inline-block;
		margin-right: 2%;
	}
	label[for="occupation"] {
		width: 48%;
		display: inline-block;
	}
	#hero .socialMain a {
    padding: 25px 0px;
	}
	.fb_body{
		margin: 0px;
	}
	.navigation {
    margin: 20px 0px 20px 0px;
	}
	.entry-content{
		padding-top: 80px;
	}
	.your-name input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100% !important;
    margin-right: 0px;
	}
.text-97 input.wpcf7-form-control.wpcf7-text {
    width: 100% !important;
    margin-right: 0px;
	}
	/* .navigation li:before{
	content: '|';
	color: #333;
	padding: 0px 10px;
	} */
	.navigation li:last-child:before {
    content: '';
    padding: 0 5px;
	}
	.navigation li:nth-child(2):before {
    content: '';
    padding: 0;
	}
	div#disclaimer {
		padding: 0;
	}
	img.alignleft.wp-image-48.size-full{
		width: 100%;
		margin: 11px 28px 20px 0;
	}
	#wpcf7-f65-p20-o1 input.wpcf7-form-control.wpcf7-text {
    width: 100%;
	}
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
		width: 100%
	}
	.blogPost img{
		width: 100%;
		max-width: 600px;
	}
	.grid-item{
		width: 100%;
		margin-bottom: 20px;
		margin: 0 auto 20px;
		max-width: 500px;
		padding: 30px;
	}
	.fb_post.clearfix {  
    width: 100%;
	margin: 15px 0px;
	max-width: 500px;
	}
	.img_container {  
    height: 180px;
	}
	/*#hero{
		background-attachment: inherit;
		background-position: 100% 0%;
	}*/
	.bg-img{
		background-attachment: inherit;
	}
	#donation{
		max-height: inherit;
	}
	.mobile-nav{
	display: block;
	}
	.interiorTitle{
		font-size: 40px;
	}
	#donation p{
		font-size: 14px;
		padding: 0px;
	}
	#donation h1{
	font-size: 24px;
    line-height: 34px;
	}
	#video-txt h1 {
    font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	}
	#logoText{
		padding-left: 30px;
	}
	.main-navigation ul ul{
		display: none;
		position: relative;
		margin: 0px;
		width: 100%;
		}
	ul.sub-menu {
	display: none;
	}
	ul.sub-menu li{
	display: none;
	}
a#topDropdown{
	display: inline;
	}
	#logoText {
    float: left;
	}
.menu-mainnav-container {
   	border: none;
	}
	option {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    color: #6b6b6b;  
	}	
	select::-ms-expand {
		display: none;
	}
	.main-navigation .menu-item-has-children:hover > ul {
    display: none;
	}
}  
@media only screen and (max-width: 550px) {
	.entry-content h1, h1.singleTitle, h2.newsSectTitle, .aboutInner h2,.single h1.singleTitle,.category-women-leaders h1.singleTitle{
		font-size: 36px;
	}
	label[for="city"] {  
		width: 100%;
		display: inline-block;
		margin-right: 0px;
	}
	.page-id-3 .entry-content h1 {
		font-size: 36px;
	 }   
	.home input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
		width: inherit;
	}
	.home .first input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	.home .last input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	.home .your-email input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	.home .zip input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	div.wpcf7-mail-sent-ok {
		border: none;
		margin: 0px 0px 0px;
		padding: 0px;
		line-height: 0px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 21px;
	}
	ul#menu-primary-menu{
		top: 20%;
	}
	#cssmenu a {
		font-size: 28px;
	}
	/* .home input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email{
		width: 48%;
		margin: 5px 2% 10px 0px;
	}
	.home input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		width: 48%;
		margin: 5px 0px 10px;
	}
	.home input.wpcf7-form-control.wpcf7-submit {
		width: 100%;
		max-width: 100%;
		margin: 10px 0px 20px;
	} */
	.postWrap{
		max-width: 100%;
		margin-bottom: 30px;
	}
	.entry-content p{
		margin-bottom: 30px;
	}
	a.btn{
		width: 100%;
	}
	label[for="first"] {
		width: 100%;
		margin-right: 0%;
	}
	label[for="last"] {
		width: 100%;
		margin-right: 0%;
	}
	label[for="zip"] {
		width: 100%;
		margin-right: 0%;
	}
	label[for="phone"] {
		width: 100%;
		display: inline-block;
		margin-right: 0%;
	}
	label[for="district"] {
		width: 100%;
		display: inline-block;
		margin-right: 0%;
	}
	label[for="occupation"] {
		width: 100%;
		display: inline-block;
		margin-right: 0%;
	}
	label[for="your-email"] {
		width: 100%;
	}
	label[for="name"] {
		width: 100%;
		display: inline-block;
		margin-right: 0%;
	}
	label[for="email"] {
		width: 100%;
		display: inline-block;
	}
	.main-navigation {
    height: 80px;
}
	.page-template-about .entry-content img {
    width: 100%;
    float: left;
    margin: 6px 10px 20px 0px;
}
	/* .main-navigation li{
		padding: 20px;
	} */
	input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
	}
	span.wpcf7-list-item {
    margin: 10px 0px 0px 0px;
	width: 100%;
}
	.entry-content {
		    padding-bottom: 40px;
	}
	div#headlogo {
    padding-top: 0px;
	padding-bottom: 20px;
}
	.socialMain ul {
    padding-top: 0px;
}
	select {
    width: 50px;
    height: 56px;
    padding: 0px 0px 0px 14px;
}
	.heroDonatebtn2{
		width: 100%;
		margin: 10px 0px 0px;
	}
	#Facebook h1{
		font-size: 48px;
	}
	.fbShare{
		position: relative;
	}
	.arrow_box:before{
		display:none;
	}
	.fb_body{
		width: 100%;  
	}
	.img_container{
		width: 100%;
	}
	.heroDonatebtn{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 475px) {
.more-link{
	 width: 100%;
}
/* .interior .socialMain {
    top: 48px;
    right: -25px;
} */
.page .entry-content img {
   	width: 100%;
	margin: 0px 0px 20px;
}
#hero .socialMain li{
	font-size: 16px;
}
.aboutInner img{
	width: 100%;
	margin-bottom: 20px;
}
.aboutInner p{
	float: none;
}
input#email{
	margin-right: 0px;
	width: 48%;
}
input#zip{
	margin: 0px 0px 10px 4%;
	width: 48%;
}
input#submit{
	width: 100%;
}
/* p.pillar:before {  
    content: "";
    margin: 0px 0px 0px 4px;
    color: #ffffff;
} */
	/* footer li:not(:first-child):before {
    content: "";
    margin: 0px 0px 0px 4px;
    color: #ffffff;
} */
li.instagramHolder{
	display: none;
}
li.instagramHolder:first-child {
    width: 100%;
	display: block;
}
.interiorTitle{
    margin-top: 48px;
}
#logoText{
	width: 225px;
}
.heroInner h1 {
    font-size: 30px;
}
.aboutInner h1{
		font-size: 28px;
}
p.tw-content {
    font-size: 16px;
}
.heroInner h2 {
    font-size: 36px;
	line-height: 46px;
	font-weight: 500;
}
	.site-info h3{
		font-size: 14px;
	}
	h2#logoFoot{
		font-size: 12px;
	}
	h1#logoFoot{
		font-size: 38px;
	}
	.heroDate span:before, .heroDate span:after {
    width: 60px;
}
	h1#logo{
		font-size: 36px;
	}
	h2#logo {
    font-size: 11px;
}
	#logoText {
    padding-left: 20px;
}
}
/*-------------------------------------------MEDIA QUERIES-------------------------------------------------------*/
/* switch between left logo and nav or
 centered logo above form on the home page */

/* ON/OFF Switch for spacing intended for the form (centered) Logo */
				/* .formRight{
					margin:160px auto 0px;  
				} */
				@media only screen and (max-width: 780px) {
					.main-navigation{
						height: inherit;
					}
					/* .formRight {
						margin: 160px auto 0px;  
					} */
					form#signup{
						margin-top: 0px;
					}
				} 
				@media only screen and (max-width: 414px) {
					/* img.homeLogo {  
						width: 150px;  
					} */
					/* .formRight {
						margin: 10px auto 0px;
					} */
				}  
/* ON/OFF Switch for spacing intended for the form (centered) Logo */

/*Header (LEFT) LOGO ON AND OFF SWITCH */
	/* .left-box {
		display: none;    
	}   */
/*Header (LEFT) LOGO ON AND OFF SWITCH */

/*ON/OFF Switch for the Mobile Nav & Nav Logo(Left) */
	/* .home .navWrap{
			display: none;
	} */
/*NAV ON AND OFF SWITCH */  

/*ON/OFF Switch for the Form Logo(CENTERED) */
	.formRight .homeLogo{
			display: inline-block;
	}
/*NAV ON AND OFF SWITCH */

/* ^Nav Switches^ */




