@media only screen and (min-width: 1px) and (max-width: 749px) {

body {
	font-size: 1em;
}

.hide { display: none !important }
.show { display: block !important }

.offset { height: 4.3em }

/** HEADER **/

.bsdheader {
	padding: 0
}

header .logo {
	display: block;
	width: 3em;
	margin: 0 auto;
}

header .logo img { width: 3em; padding: .35em }

header .logo:hover {
	width: 3em;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

/** FOOTER **/

footer .contact { display: none }

footer .content { display: block }

footer .bullet {
	display: block;
	visibility: hidden;
	height: 0px;
	font-weight: 600;
}

footer .logos { display: block }

footer .logos .logo {
	display: block;
	height: 4em;
	float: none;
	margin: 0 auto 1em;
}

footer .text {
	display: block;
	text-align: center;
	line-height: 1.4
}

/** ACTION BAR **/

section.connect .container {
	display: block;
	background-color: #ff6844;
	padding: 1em;
}

section.connect a {
	display: block;
	color: #ffc6b8;
	background-color: #f0502a;
	padding: 1em 0;
	text-align: center;
	border-radius: .25em;
	margin-bottom: .25em;
	text-transform: uppercase
}

section.connect a:last-child { margin-bottom: 0 }

section.connect a img {
	display: inline-block;
	float: none;
	margin-bottom: -.1em;
}

section.news {
	max-width: 1400px;
	padding: 2em 2em 0 2em;
	margin: 0 auto;
	overflow: auto
}

.column1 {
	width: 100%;
	padding-right: 0;
	border-right: 0;
	float: none;
}

.column2 {
	width: 100%;
	padding-left: 0;
	float: none;
	margin: 2em -2em 0;
	width: -moz-calc(100% + 4em) !important;
    width: -webkit-calc(100% + 4em) !important;
    width: calc(100% + 4em) !important;
}

.pledge_mobile {
	background-color: #017bc1;
	padding: 2em;
	margin-bottom: 0;
}

section.news .pledge_logo {
	display: block;
	margin: 0 auto 1em;
	max-width: 80%;
}

form.pledge {
	display: block;
	border-radius: .25em;
	background-color: #017bc1;
	padding: 0;
}

form.pledge input {
	font-size: 1.2em;
	margin-bottom: .25em;
}

form.pledge input[type=submit] {
	background-color: #f0502a;
	margin: 0
}

section.programs {
	background-color: #cbe6ff;
}

section.programs .container {
	padding: 2em;
	max-width: 1400px;
	overflow: auto;
	margin: 0 auto;
}

section.programs .program {
	display: block;
	float: none;
	width: 100%;
	padding-top: 65%;
	margin: 0 0 2em 0;
	background-color: #fff;
	border-radius: .25em;
	background-size: cover;
	background-position: center center
}

section.programs .program:last-child { margin-bottom: 0 }

section.about .container { padding: 2em }

section.about .text { max-width: 100% }

section.press .column1 {
	width: 100%;
	padding-right: 0;
	border-right: none;
	float: none;
}

section.press .column2 { display: none }


/** CONTENT **/

.bar {
	width: 100%;
	background-image: url(/images/blue.png);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: 2em 0;
}

.bar img { display: block; margin: 0px auto; width: auto !important; height: 1em !important }

.section_title {
	border-bottom: 1px solid #cbe6ff;
	padding-bottom: .5em;
}

.section_title b {
	font-size: 1.4em;
	color: #017bc1
}

.section_title a {
	display: block;
	float: right;
	color: #f0502a;
	text-decoration: none;
}

.section_title a:hover {
	color: #f1755d;
	text-decoration: underline;
}

.news_list li a .thumbnail {
	width: 20%;
	padding-top: 14%;
}

.news_list li a .news_text { width: 80% }

.news_list li a .news_text .excerpt { text-align: justify }
	
/** PAGE AND SINGLE **/

.page_container { padding: 0 }

.page { border-radius: 0 }

.page .column1 {
	width: 100%;
	padding-right: 0;
	border-right: none;
	float: none;
}

.page .column2 { display: none }

.page .title { font-size: 1.4em }

.page .text {
	font-size: 1em;
	text-align: justify;
}

.page blockquote { margin: 1em 0 1em 1em }

.page blockquote p { font-size: 1em }

.page .share { font-size: 1em }

.page h1,
.page h2,
.page h3,
.page h4 {
	font-size: 1.2em;
	text-align: left;
}

.columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    font-size: .8em;
    padding: 1em 0 0 0;
    margin: 1em 0 0 0;
    border: none;
}

.category_nav { font-size: .8em }

.prev,.next,.page-numbers { margin: 0 }

}