/*
Theme Name:  Blue Dog PAC
Description:  Site for Blue Dog PAC.
Author:  Summit Strategy
Author URI: http://summitstrategy.com/
Version:  1.1

 */



/* +++ Defaults +++ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.4;
	color: #000;
	background-color: #fff;
}

ol,ul {
	padding-left: 1.25em;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

a img {
	border: none;
}

html,body {
	height: 100%;
}

li {
	margin-top: .5em;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1;
	font-family: 'Proxima Nova', 'proxima-nova', 'futura-pt', 'Futura Std', Calibri, Verdana, sans-serif;
}


body, input, textarea {
	color: #222;
	font-family: 'Proxima Nova', 'proxima-nova', 'futura-pt', 'Futura Std', Calibri, Verdana, sans-serif;
	line-height: 1.3;
}

p {
	margin: .5em 0 .5em 0;
}

a {
	color: #365899;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #333;
	text-decoration: none;
}

/* Clearfix */
.group:before,.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


/* +++ Wordpress Posts +++ */

.post {
	color: #111;
	margin-bottom: 1.5em;
/*     font-size: 1.1em; */
   }	


.post p {
	color: #111;
    line-height: 1.4;
   	}

.post ul,.post ol {
	margin-bottom: 1.5em;
}

.post ul li {
	margin-left: .5em;
	line-height: 1.2;
}

.post ol li {
	margin-left: .5em;
	line-height: 1.2;
}

.post em {
	font-style: italic;
}

.post strong {
	font-weight: 700;
}

.post img {
	max-width: 95%;
	height: auto;
	margin: .5em;
	}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

::selection {
	background-color: #006188;
	color: #fff;
}

::-moz-selection {
	background-color: #006188;
	color: #fff;
}




/* +++ Structure +++ */

/* Header Slide In */
@keyframes fadein {
  from {
    opacity: 0; 
  }

  to {
    opacity: 1;
  }
}



.fullwidth {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	}

.bodywidth {
	width: 1000px;
	margin: 0 auto;
	transition: .3s ease width;
	}

header#main_header {
	position: fixed;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 1010;
	background-color: #f5f5f7;
	}

header#main_header h1 {
	position: relative;
	margin-top: 0;
	width: 510px;
	height: 137px;
	float: left;
	}
	
header#main_header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/logo_bluedog@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	
	text-indent: -9999em;
	overflow: hidden;
	}

header#main_header nav {
	float: right;
	margin-top: 3.3em;
	}

header#main_header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;

	}

header#main_header nav li {
	display: inline-block;
	position: relative;
	margin: 0 1em 0 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1em;
	font-weight: 700;
	}

header#main_header nav li a {
	display: block;
	color: #1a355e;
	text-decoration: none;
	padding: .5em 1.25em .5em 1.25em;
	overflow: hidden;
	transition: .3s ease background, .3s ease color;
	}

.interior header#main_header nav li a {
	color: #777;
	}

header#main_header nav li a:hover {
	color: #11223c;
	box-shadow: 0 14px 0 -12px #11223c;
	}


header#main_header nav li.donate a {
	background-color: #d40b1d;
	color: white;
	}

header#main_header nav li.donate a:hover {
	background-color: #a31d1d;
	color: #fff;
	box-shadow: none;
	}

header#main_header nav li a {
	display: block;
	color: #1a355e;
	text-decoration: none;
	padding: .5em 1.25em .5em 1.25em;
	overflow: hidden;
	transition: .3s ease background, .3s ease color;
	}

.interior header#main_header nav li a {
	color: #777;
	}

header#main_header nav li a:hover {
	color: #11223c;
	box-shadow: 0 14px 0 -12px #11223c;
	}


header#main_header nav li.donate a {
	background-color: #d40b1d;
	color: white;
	}

header#main_header nav li.donate a:hover {
	background-color: #a31d1d;
	color: #fff;
	box-shadow: none;
	}

a#solo_donate {
	display: block;
	float: right;
	text-decoration: none;
	padding: .45em 1.25em .5em 1.25em;
	margin-top: .55em;
	transition: .3s ease background, .3s ease color;
	background-color: #d40b1d;
	color: white;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1em;
	font-weight: 700;
	}

a#solo_donate:hover {
	background-color: #a31d1d;
	color: #fff;
	box-shadow: none;
	}


header#main_header nav ul.sub-menu {
	display: none;
	position: absolute;
	left: -3em;
	right: -3em;
	top: 2.25em;
	padding: .25em 0 .5em 0;
   	background-color: rgba(255,255,255,.95);
   	border-top: 2px solid #11223c;
	text-align: center;
	}

header#main_header nav li:hover ul.sub-menu {
	display: block;
	}

header#main_header nav .sub-menu li {
	text-transform: none;
	letter-spacing: .02em;
	margin: 0;
	padding: .25em 0 .25em 0;
	width: 100%;
	}

header#main_header nav .sub-menu a {
	color: #555;
	padding: .4em .25em .2em .25em;
	display: inline;

	}

header#main_header nav .sub-menu a:hover {
	color: #3d529d;
	box-shadow: none;
	}

#sub_header {
	display: none;
	}

/* Header Scrolling */

#main_header.header_top {
	transition: .3s ease background, .3s ease position;
	}

#hero.hero_top {
	visibility: visible;
	}

#hero.hero_scrolled {
	visibility: hidden;
	}

#main_header.header_scrolled {
	position: fixed;
	height: 53px;
	z-index: 1025;
	background-color: rgba(245,245,247,.9);
	box-shadow: 0 0 10px rgba(30,30,30,.2);
	animation-duration: .5s;
	animation-name: fadein;
	}

header#main_header.header_scrolled h1 {
	width: 265px;
	height: 50px;
	top: 0;
	}

header#main_header.header_scrolled h1 a {
	background-image: url(images/logo_bluedog_sc.png);
	}

#main_header.header_scrolled nav {
	display: none;
	}

.header_scrolled #sub_header {
	display: block;
	width: 50%;
	height: 90%;
	float: right;
	}




#hero {
	left: 0;
	right: 0;
	margin-top: 90px;
	height: 77%;
	position: relative;
	z-index: 1000;
	background-color: #f0f0f0;
	background-image: url(images/hero_bluedog.jpg);
	background-size: cover;
	background-position: center 95px;
	background-attachment: fixed;
	overflow: hidden;
	text-align: center;
	}

#homebody {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 1010;
/* 	margin-top: 50%; */
	}

h2.section_header {
	padding: .75em;
	margin: 0 0 .75em 0;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
	border-bottom: 3px solid;
	display: inline-block;
	text-align: center;
	}

.bodysection {
	padding: 1em 0 2em 0;
	text-align: center;
	font-size: 1.25em;
	color: #1a355e;
	}

#about_sub p {
	text-align: left;
	font-weight: 100;
	letter-spacing: .05em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	}

#members {
	height: 50px;
	}

#our_members {
	min-height: 400px;
	background-image: url(images/pattern_bluedog.gif);
	background-attachment: fixed;
	background-size: 111px 76px;
	background-repeat: repeat;
	box-shadow: inset 0 100px 100px -100px rgba(30,30,30,.5);	
	}

#our_members h2.section_header {
	color: white;
	width: 100%;
	padding: .75em 0 .75em 0;
	}

#members_grid {
	text-align: center;
	}
	
a.member_single {
	display: inline-block;
	width: 30%;
	margin: 3% 1.25%;
	text-decoration: none;
	vertical-align: top;
	}

.member_photo {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0 2px 5px rgba(30,30,30,.5);
	transition: .5s ease width, .5s ease height, .5s ease position, .3s ease background-color;
	}

a.member_single:hover .member_photo {
	background-color: #ddd;
	}

.member_name {
	padding: .5em 0 0 0;
	color: #fff;
	font-size: .9em;
	font-style: italic;
	font-weight: 700;
	letter-spacing: .07em;
	line-height: 1.3em;
	text-transform: uppercase;
	
	}


#endorsed {
	height: 50px;
	border-top: 1px solid white;
	}

#our_endorsed {
	min-height: 400px;
	background-image: url(images/pattern_bluedog_endorsed.gif);
	background-attachment: fixed;
	background-size: 111px 76px;
	background-repeat: repeat;
	box-shadow: inset 0 100px 100px -100px rgba(30,30,30,.5);	
	}

#our_endorsed h2.section_header {
	color: white;
	width: 100%;
	padding: .75em 0 .75em 0;
	}

#endorsed_grid {
	text-align: center;
	}
	
a.endorsed_single {
	display: inline-block;
	width: 30%;
	margin: 3% 1.25%;
	text-decoration: none;
	vertical-align: top;
	}

.endorsed_photo {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0 2px 5px rgba(30,30,30,.5);
	transition: .5s ease width, .5s ease height, .5s ease position, .3s ease background-color;
	}

a.endorsed_single:hover .member_photo {
	background-color: #ddd;
	}

.endorsed_name {
	padding: .5em 0 0 0;
	color: #fff;
	font-size: .9em;
	font-style: italic;
	font-weight: 700;
	letter-spacing: .07em;
	line-height: 1.3em;
	text-transform: uppercase;
	
	}



body > footer {
	background-color: #3d529d;
	padding: 0 0 2em 0;
	position: relative;
	z-index: 1010;
	}

nav.footer_nav {
	background-color: #717ab6;
	
	}

.footer_nav ul {
	margin: 0 auto;
	padding: 2em 0 2em 0;
	list-style: none;
	text-align: center;
	}

.footer_nav li {
	display: inline-block;
	position: relative;
	margin: 0 .5em 0 .5em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1em;
	font-weight: 400;
	}

.footer_nav li a {
	color: #fff;
	padding: 0 0 .5em 0;
	text-decoration: none;
	}

.footer_nav li a:hover {
	color: #fff;
	box-shadow: 0 2px 0  #fff;
	}

#disclaimers {
	margin: 0 auto;
	color: white;
	}

h3#paid_for {
	border: 3px solid white;
	width: 70%;
	margin: 2em auto;
	padding: 2% 5%;
	text-transform: uppercase;
	text-align: center;
	font-size: .9em;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.25em;
	}

h4#contributions_to {
	width: 60%;
	margin: 1em auto;
	text-transform: uppercase;
	text-align: center;
	font-size: .8em;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.25em;
	}


/* Interior */

#content {
	margin-top: 9em;
	}

/*
.main_content {
	float: left;
	width: 66%;
	}

.sidebar {
	float: left;	
	width: 34%;
	}
*/

.main_content {
	float: left;
	width: 67%;
	padding: 0 1% 0 1%;
	transition: .3s ease width;
	}

.sidebar {
	width: 30%;
	float: left;
	transition: .3s ease width;
	}

.main_content.wide_page {
	width: 100%;
	margin-right: 0;
	}

h2.int_title {
	font-weight: 700;
	color: #1a355e;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1.5em;	
	}

.side_connect {
	background-color: #fff;
	margin: .5em 0 .5em 0;
	text-align: center;
	transition: .3s ease height;
	}

a.titlelink {
	text-transform: uppercase;
	letter-spacing: .07em;
	text-decoration: none;	
	}

a.titlelink h3 {
	line-height: 1.2em;
	width: 80%;
	}

a.titlelink:hover {
	text-decoration: underline;	
	}

.news_excerpt {
	text-align: left;
	font-size: .8em;
	line-height: 1.4;
	}

.news_excerpt a {
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
	}

.pagenav {
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 2em;
	}

.pagenav a {
	text-decoration: none;
	}

/* +++ Social Sharing Box +++ */
.socials {
	width: 100%;
	height: 25px;
	padding: .5em 0 .5em 0;
	border-bottom: 1px solid #6c8ba6;
	margin-bottom: .5em;
	float: left;
	overflow: hidden;
}

.interior .socials {
	margin-bottom: 1.5em;
	}

.work_page .socials {
	border: none;
	padding: .5em 0 .25em 0;
	margin-bottom: 0;
	}

.social_share {
	float: left;
	margin: 0 .5em 0 0;
	overflow: hidden;
    max-width: 40%;
    }

div.fb-like, .fb-like span {
	vertical-align: top !important;	
	}

.fb_iframe_widget {
	top: 0 !important;
	}


/* Our Members */




h3.bluedog_member {
	background-size: cover;
	background-position: center;
	width: 98%;
	height: 98%;
	border-radius: 50%;
	overflow: hidden;
	padding: 1%;
	box-shadow: inset 0 0 0 4px #fff;
	text-indent: -9999em;
	overflow: hidden;
	-webkit-filter: grayscale(90%) contrast(105%);
	-moz-filter: grayscale(90%) contrast(105%);
	filter: grayscale(90%) contrast(105%);
	transition: .5s ease filter;
	}

a.member_single:hover h3.bluedog_member {
	filter: grayscale(20%);
	}

h5.member_title {
	padding: 0;
	color: #fff;
	font-size: .7em;
	font-style: italic;
	font-weight: 700;
	line-height: .5em;
	}

/* Endorsed */

h3.bluedog_endorsed {
	background-size: cover;
	background-position: center;
	width: 98%;
	height: 98%;
	border-radius: 50%;
	overflow: hidden;
	padding: 1%;
	box-shadow: inset 0 0 0 4px #fff;
	text-indent: -9999em;
	overflow: hidden;
	-webkit-filter: grayscale(90%) contrast(105%);
	-moz-filter: grayscale(90%) contrast(105%);
	filter: grayscale(90%) contrast(105%);
	transition: .5s ease filter;
	}

a.endorsed_single:hover h3.bluedog_endorsed {
	filter: grayscale(20%);
	}

h5.endorsed_title {
	padding: 0;
	color: #fff;
	font-size: .7em;
	font-style: italic;
	font-weight: 700;
	line-height: .5em;
	}



/* Social Feeds */

#updates_sub {
	background-color: #e6e4e1;
	padding: 1em 2%;
	box-shadow: inset 0 -15px 50px -20px rgba(30,30,30,.2);
	text-align: center;
	width: auto;
	font-size: 1.25em;
	}

#updates_sub h2.section_header {
	border: 0;
	display: block;
	}

/*
#updates_sub .fts-twitter-div {
	display: block;
	float: left;
	}
*/

#updates_sub .feeds_wrap {
	display: inline-block;
	vertical-align: top;
	width: 28%;
	padding: 1%;
	margin: 1%;
	background-color: white;
	float: none;
	max-height: 400px;
	overflow: auto;
	box-shadow: 0 0 10px rgba(30,30,30,.1);
	border-radius: 3px;
	}

#updates_sub .fts-twitter-image {
	display: none;
	}

#updates_sub .tweeter-info, #updates_sub .post_head {
	border: 0;
	padding: .5em;
	}
	
#updates_sub .tweeter-info .fts-right {
	padding: 0;
	}
	
#updates_sub .feeds_wrap a.uppercase, #updates_sub .feeds_wrap .uppercase {
	display: block;
	text-align: center;
	font-size: 1em;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	border: 0;
	line-height: 1;
	}

.feeds_wrap .fts-jal-single-fb-post.fts-fb-photo-post-wrap {
	padding-top: 0 !important;
	}

.fts-jal-fb-user-thumb {
	display: none;
	}

.fts-jal-fb-header {
	font-size: .5em;
	display: none;
	}
	
.fts-jal-fb-user-name {
	display: block;
	text-align: center;
	font-size: 1em;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	border: 0;
	line-height: 1;
	}

#updates_sub .fts-jal-fb-post-time {
	display: none;
	}

#updates_sub .tweeter-info .time, #updates_sub .feeds_wrap .time {
    display: block;
    text-align: center;
    margin-top: .5em;
    margin-top: .5rem;
    font-size: .9em;
    font-size: .9rem;
	}

#updates_sub .fts-twitter-reply-wrap {
	margin: 1.5em 0 0 0;
	/* text-align: center; */
	width: 100%;	
	}

#updates_sub .fts-tweet-others-right {
	margin-left: 0;
	float: right;
}

#updates_sub .fts-twitter-text {
	font-size: 1.5em;
	line-height: 1.2;
	text-align: center;
	}

#updates_sub a.titlelink h3 {
	width: 100%;
	}
	
#updates_sub h3.post_title {
	font-size: 1.25em;
	line-height: 1.2;	
	}

#updates_sub a.fts-powered-by-text {
	visibility: hidden;
	display: none!important;
	}

.like_share {
	padding-bottom: .25em;
	height: 1.5em;
	}


/* Header Form */


#solo_form {
	text-align: right;
	width: 75%;
	float: left;
	}

#hero_form {
	text-align: center;
	width: 40%;
	max-width: 500px;
	position: absolute;
	right: 5%;
	bottom: 30%;
	font-size: 1.25em;
	}

h3.form_title {
	color: #fff;
	padding: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 0 6px rgba(30,30,30,.8);
	}


#solo_form h3.form_title {
	display: inline-block;
	font-size: .8em;
	text-align: right;
	text-shadow: none;
	color: #1a355e;
	width: 18%;
	padding-top: .3em;
	vertical-align: middle;
	}

#solo_form input, #hero_form input {
	display: inline-block;
	border: 1px solid #aaa;
	background-color: #fff;
	font-family: 'Proxima Nova', 'proxima-nova', 'futura-pt', 'Futura Std', Calibri, Verdana, sans-serif;
	color: #aaa;
	text-transform: uppercase;
	font-size: .9em;
	padding: .55em;
	max-width: 32%;
	margin-top: .6em;
	}

#solo_form input#form-zip_code, #hero_form input#form-zip_code {
	width: 15%
}

#solo_form input[type="submit"], #hero_form input[type="submit"] {
	background-color: #1a355e;
	border: 1px solid #1a355e;
	font-weight: 700;
	color: #fff;
	width: 15%
	}


#hero_form input#form-email, #hero_form input#form-zip_code {
	width: 50%;
	max-width: none;
	}

#hero_form .international_link-wrap, #hero_form .country_drop_wrap {
	display: none;
	}

#hero_form li {
	margin: 0;
	list-style: none;
	}


#donatesignup_m {
	display: none;
	}

/* AT Form Overrides */
#can-form-area-join-today h2, #can-form-area-join-today h4, #can-form-area-join-today #form-first_name, #can-form-area-join-today #form-last_name, #can-form-area-join-today .country_wrap, #can-form-area-join-today #d_sharing, #can-form-area-join-today #action_info, #can-form-area-join-today #logo_wrap, #can-form-area-join-today .ajax-loading {
	display: none;
	}




/* +++ Responsive +++ */


@media all and (max-width: 992px) {
	
		body {
		
			}
		
		header {

			}


	.bodywidth {
		width: 95%;
		padding-left: 2.5%;
		padding-right: 2.5%;
		}
	
	.interior #content {
		margin-top: 8em;	
		}

	header#main_header h1 {
		float: none;
		margin: 0 auto;
		}

	.header_scrolled #sub_header {
		display: none;
		}

	header#main_header nav {
		display: none;
		}

	#hero {
		background-color: #eee;
		}
	
	.member_photo {
		width: 240px;
		height: 240px;
		}
	
	.endorsed_photo {
		width: 240px;
		height: 240px;
		}
	


/*
	#main_header.header_top {
		position: absolute;
		overflow: auto;
		}

	.interior #main_header.header_top {
		background: none;
		box-shadow: none;
		}
*/

	
	header nav  {
		width: 98%;
	    float: none;	
	    margin: 1em auto;		
		}

	header nav ul {
		text-align: center;
		}

	.sidebar {
		width: 30%;
		}
	
	.main_content.wide_page {
		width: 57%;
		}

	}

@media all and (max-width: 768px) {

	header#main_header {
		width: 100%;
		height: 60px;
		z-index: 1050;
		top: 0;
		left: 0;
		position: absolute;
		}
	
	header#main_header h1 {
		position: relative;
		margin-top: 0;
		width: 300px;
		height: 81px;
		float: left;
		}
			
	#donatesignup_m {
		display: block;
		width: 100%;
		position: fixed;
		z-index: 15;
		background-color: #fafafa;
		top: 0;
		}

	#donatesignup_m.dsm_top {
		visibility: hidden;
		} 

	#donatesignup_m.dsm_scrolled {
		visibility: visible;
	animation-duration: .5s;
	animation-name: fadein;
		} 

	#donate_m {
		padding: 0;
		}

	#donate_m a {
		padding: .25em 0 .25em 0;
		text-transform: uppercase;
		color: white;
		background-color: #d40b1d;
		text-decoration: none;
		opacity: 1;
		transition: .3s ease opacity;
		font-weight: 700;
		text-align: center;
		font-size: 1.2em;
		display: block;
		width: 100%;
		}

	#signup_m {
		background-color: #f5f5f7;
		box-shadow: 0 0 10px rgba(30,30,30,.2);
		padding: .5em 0 .5em 0;
		text-align: center;
		}

	#signup_m_form input {
		display: inline-block;
	    font-size: .9rem;
	    padding: .25rem .25rem;
	    width: 28%;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    border-radius: 0;
	    border: 1px solid #ddd;
	    vertical-align: middle;
	    -webkit-appearance: none;
		font-family: 'Proxima Nova', 'proxima-nova', 'futura-pt', 'Futura Std', Calibri, Verdana, sans-serif;
		}
	
	#signup_m_form input[type="submit"] {
		background-color: #1a355e;
		border: 1px solid #1a355e;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
	    padding: .25rem .25rem;
		}
	


	#hero {
/* 		position: relative; */
		margin-top: 60px;
		height: 500px;
		text-align: center;

		background-size: cover;
		background-position: center center;
		background-attachment: scroll;
		}
	
/*
	#hero img {
		width: auto;
		height: 100%;
		display: inline-block;
		object-fit: scale-down;
		}
*/
	
	#hero_form {
		width: auto;
		max-width: auto;
		right: 5%;
		left: 5%;
		bottom: 10%;
		}
	
	#hero_form {
		width: auto;
		max-width: auto;
		right: 5%;
		left: 5%;
		bottom: 10%;
		}

	#hero_form input#form-zip_code, #hero_form input#form-email {
		width: auto;
	}
	
	
	#hero_form input[type="submit"] {
		width: auto;
		}

	#homebody {
		margin-top: 2em;
		}
	

	a.member_single {
		width: 45%;		
		}

	.member_photo {
		width: 220px;
		height: 220px;
		}

	a.endorsed_single {
		width: 45%;		
		}

	.endorsed_photo {
		width: 220px;
		height: 220px;
		}

	#updates_sub .feeds_wrap {
		width: 90%;
		margin: .5em 3% 1em 3%;
		}
	
	.footer_nav li {
		margin: .5em 1em .5em 1em;
		}
	
	.interior #content {
		margin-top: 5em;	
		}

	.main_content {
		width: 100%;
		float: none;
		margin-right: 0%;
		}
	
	.sidebar {
		width: 100%;
		float: none;
		}


	}

@media all and (max-width: 480px) {
	

	a.member_single {
		width: 95%;		
		}

	.member_photo {
		width: 300px;
		height: 300px;
		}

	a.endorsed_single {
		width: 95%;		
		}

	.endorsed_photo {
		width: 300px;
		height: 300px;
		}

	}


@media all and (min-width: 1300px) {
	

	}

