@media only screen and (max-width: 1100px) {
	header .content {
		width: 960px;
	}
	header nav ul {
		width: 100%;
	}
	header nav ul li {
		margin: 0 17px;
	}
	html[lang='es'] header nav ul li {
		margin: 0 12px;
	}
	header nav ul li a {
		font-size: 12px;
	}
	html[lang='es'] header nav ul li a {
		font-size: 9px;
	}
	main { /*added this as fall-back default for generic pages */
		width: 960px;
	}
	#home {
		width: 960px;
	}
	#home #splash {
		height: 297px;
		width: 960px;
	}
	#home #splash .square {
		background: #007581 linear-gradient(-15deg, #008591 50%, #007581 50%);
		width: 50%;
	}
	#home #splash img {
		width: 50%;
	}
	#home #splash .content {
		padding: 0 30px;
		width: auto;
	}
	#home #splash h2 {
		padding-top: 45px;
		width: 100%;
	}
	html[lang='es'] #home #splash h2 {
		font-size: 50px;
		line-height: 45px;
		padding-top: 40px;
		width: 100%;
	}
	#featured-video {
		height: 270px;
	}
	#featured-video .square {
		background: #007581 linear-gradient(-15deg, #DDEEEE 50%, #EEF9F9 50%);
		width: 50%;
	}
	#featured-video iframe {
		width: 50%;
	}
	#featured-video .square .content {
		padding: 0 30px;
		width: auto;
	}
	#featured-video .square small {
		padding-top: 30px;
	}
	html[lang='es'] #featured-video .square small {
		padding-top: 20px;
	}
	#categories {
		padding: 11px 0 0 0;
	}
	#categories a {
		margin: 26px 68px 0 68px;
	}
	#categories #category-01, #categories #category-02, #categories #category-03, #categories #category-04, #categories #category-05, #categories #category-06 {
		width: 344px;
	}
	.articles {
		width: 960px;
	}
	.articles a {
		width: 290px;
	}
	.articles a .content {
		width: 90%;
	}
	.hybrid-page-articles {
		margin-left:0px;
	}	
	#full-featured {
		height: 265px;
		width: 960px;
	}
	#full-featured .square {
		background: #007581 linear-gradient(-15deg, #587D31 50%, #50722C 50%);
		width: 50%;
	}
	#full-featured .square .content {
		padding: 0 30px;
		width: auto;
	}
	#full-featured .square small {
		padding: 15px 0 0 0;
	}
	html[lang='es'] #full-featured .square small {
		padding-top: 10px;
	}
	html[lang='es'] #full-featured .square h4 {
		font-size: 25px;
	}
	#full-featured img {
		width: 50%;
	}
	#full-featured iframe {
		height: 265px;
		width: 50%;
	}
	#support .twocol, footer .content {
		width: 900px;
	}
	footer .content nav ul {
		width: 120px;
	}
	footer .content nav ul:last-of-type {
		width: 150px;
	}
	footer #dfps {
 		height: 56px;
		width: 250px;
		margin: 19px 0 0 0;
	}
	#topic {
		width: 960px;
	}
	#topic #splash img {
		height: 260px;
		width: 60%;
	}
	#topic #splash .square {
		background: #007581 linear-gradient(-15deg, #008591 50%, #007581 50%);
		height: 260px;
		width: 40%;
	}
	#topic #splash .square .content {
		padding: 0 30px;
		width: auto;
	}
	#topic #splash .square .content h1 {
		padding-top: 30px;
	}
	#topic #splash .description {
		padding: 30px;
		width: auto;
	}
	#topic #splash .description p {
		width: auto;
	}
	#article {
		width: 960px;
	}
	#article article {
		width: 900px;
	}
	#bio {
		width: 960px;
	}
	#blank-slate {
		width: 960px;
	}
	#blank-slate .content h1 {
		font-size: 35px;
	}
}

@media only screen and (min-width: 960px) {
	.desktop-only {
		display: inherit;
	}
	.mobile-only {
		display: none;
	}
	html[lang='en'] #support .cta {
		text-align: center;
	}
	html[lang='en'] #support .cta button {
		display: inline-block;
		width: auto;
		padding: 12px;
		text-align: center;
	}
	html[lang='en'] #support .cta a {
		margin: 20px 10px 0;
		text-decoration: none;
	}
	html[lang='en'] #support .cta a:first-child {
		margin-left: 0;
	}
	html[lang='en'] #support .cta a:last-child {
		margin-right: 0;
	}
	html[lang='en'] #support .content {
    	padding: 0 1%;
	}
}

/* ***** MOBILE BREAK POINT ***** */
@media only screen and (max-width: 959px) {
	header #utility {
		display: none;
	}
	header #mobile-menu {
		background: url('/images/site/menu-open.png') no-repeat top left;
		background-size: cover;
		display: block;
		float: left;
		height: 19px;
		margin: 28px 0 0 21px;
		text-indent: -9999em;
		width: 27px;
	}
	header #mobile-menu.active {
		background: url('/images/site/menu-close.png') no-repeat top left;
		background-size: cover;
		height: 23px;
		margin-right: 4px;
		width: 23px;
	}
	header .content h1 {
		float: left;
		height: 70px;
		margin: 0 0 0 45px;
		width: 194px;
	}
	html[lang='es'] header .content h1 {
	width: 233px;
	}
	header .content {
		height: 75px;
		width: 100%;
	}
	header nav {
		display: none;
	}
	#breadcrumbs {
		border-top: 1px solid #979797;
		margin: 5px 0 3px;
		padding: 7px 10px;
    	font-size: 10px;
    	line-height: 21px;
		}
	#breadcrumbs a {
		padding: 0 5px;
	}
	#breadcrumbs a:first-child {
		padding-left: 0;
	}
	#breadcrumbs strong {
		padding-left: 5px;
	}
	#mobile-nav {
		background: #00707f;
		display: none;
		width: 100%;
	}
	#mobile-nav.active {
		display: block;
	}
	#mobile-nav nav {
		background: #008591;
		width: 100%;
	}
	#mobile-nav nav ul {
		width: 100%;
	}
	#mobile-nav nav ul li {
		border-bottom: 1px solid #6BB8BF;
		position: relative;
		width: 100%;
	}
	#mobile-nav nav ul li:last-child {
		border: none;
	}
	#mobile-nav nav ul li a {
		color: #fff;
		display: block;
		font-family: 'Baloo';
		font-size: 18px;
		letter-spacing: 0.64px;
		line-height: 28px;
		padding: 21px 25px;
		text-decoration: none;
		text-transform: uppercase;
		z-index: 1;
	}
	#mobile-nav nav ul li a.active {
		background: #7C174B;
	}
	#mobile-nav nav ul li a.expand {
		position: absolute;
		right: 0px;
		text-align: center;
		top: 0px;
		width: 50px;
	}
	#mobile-nav nav ul ul {
		display: none;
		padding-bottom: 30px;
	}
	#mobile-nav nav ul ul.active {
		display: block;
	}
	#mobile-nav nav ul ul li {
		border: none;
	}
	#mobile-nav nav ul ul li a {
		font-family: 'Nunito Sans SemiBold';
		font-size: 15px;
		line-height: 28px;
		padding: 0 25px;
		text-transform: none;
	}
	#mobile-utility {
		padding: 0 25px 23px 25px;
	}
	#mobile-utility ul {
		border-bottom: 1px dashed #799ca8;
		margin-bottom: 20px;
		padding: 20px 0;
		width: 100%;
	}
	#mobile-utility ul li {
		padding-top: 4px;
	}
	#mobile-utility ul li a {
		color: #fff;
		font-family: 'Baloo';
		font-size: 13px;
		letter-spacing: 0.46px;
		line-height: 21px;
		text-decoration: none;
		text-transform: uppercase;
	}
	#mobile-utility a#mobile-language {
		color: #fff;
		font-family: 'Nunito Sans ExtraBold';
		font-size: 12px;
		letter-spacing: 0.43px;
		text-decoration: none;
	}
	#mobile-utility form {
		padding-top: 16px;
	}
	#mobile-utility form label {
		display: none;
	}
	#mobile-utility form input[type='text'] {
		border-top: 1px solid #979797;
		border-right: none;
		border-bottom: 1px solid #979797;
		border-left: 1px solid #979797;
		border-image: none;
		display: block;
		float: left;
		height: 34px;
		margin: 0;
		padding: 0;
		width: 80%;
	}
	#mobile-utility form button {
		background: url('/images/site/icon-search.png') no-repeat top left;
		background-size: cover;
		border-top: 1px solid #979797;
		border-right: 1px solid #979797;
		border-bottom: 1px solid #979797;
		border-left: none;
		border-image: none;
		box-sizing: content-box;
		cursor: pointer;
		float: left;
		display: block;
		height: 34px;
		margin: 0;
		padding: 0;
		text-indent: -9999em;
		width: 34px;
	}
	#mobile-utility #mobile-logo {
		display: block;
		margin: 23px auto 0 auto;
		width: 258px;
	}
	#mobile-utility #mobile-logo img {
		display: block;
		width: 100%;
	}
	main { /*added this as fall-back default for generic pages */
		width: 100%;
	}
	#home {
		width: 100%;
	}
	#home #splash {
		height: auto;
		width: 100%;
	}
	#home #splash .square {
		float: none;
		width: 100%;
	}
	#home #splash .content {
		padding: 0 45px 59px 45px;
		text-align: center;
		width: auto;
	}
	#home #splash h2, html[lang='es'] #home #splash h2 {
		font-size: 35px;
		line-height: 34px;
		padding-top: 59px;
		width: auto;
	}
	#home #splash p {
		font-size: 21px;
		line-height: 21px;
		padding-top: 13px;
		width: auto;
	}
	#home #splash img {
		display: none;
		float: none;
		height: auto;
		width: 100%;
	}
	#featured-video {
		margin: 0;
		height: auto;
		width: 100%;
	}
	#featured-video .square {
		float: none;
		height: auto;
		width: 100%;
	}
	#featured-video .square .content {
		padding: 0 30px 37px 30px;
		width: auto;
	}
	#featured-video .square .content small, html[lang='es'] #featured-video .square .content small {
		padding-top: 38px;
	}
	#featured-video iframe {
		float: none;
		height: 450px;
		width: 100%;
	}
	#categories {
		padding: 0;
		width: 100%;
	}
	#categories a {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		float: none;
		margin: 7px auto 0 auto;
	}
	#categories #category-01, #categories #category-02, #categories #category-03, #categories #category-04, #categories #category-05, #categories #category-06 {
		width: 320px;
	}
	.articles {
		background: none;
		margin: 30px auto 0 auto;
		width: 100%;
	}
	.articles h2 {
		display: block;
		text-align: center;
	}
	.articles a {
		float: none;
		margin: 23px auto 0 auto;
		width: 380px;
	}
	.articles img {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.articles a .content {
		width: 85%;
	}
	.content button, form#programs {
    	margin: 30px auto 0;
	}
	.content .tip.get-help ul, .content .tip.get-help ul li {
		padding: 0 0 15px !important;
	}
	.content .tip.get-help ul li {
		padding: 0 !important;
	}
	#full-featured {
		height: auto;
		width: 100%;
	}
	#full-featured .square {
		float: none;
		height: auto;
		width: 100%;
	}
	#full-featured .square .content {
		padding: 0 30px 37px 30px;
		width: auto;
	}
	#full-featured .square .content small, html[lang='es'] #full-featured .square .content small {
		padding-top: 38px;
	}
	html[lang='es'] #full-featured .square h4 {
		font-size: 35px;
	}
	#full-featured img {
		float: none;
		width: 100%;
	}
	#full-featured iframe {
		float: none;
		height: 450px;
		width: 100%;
	}
	#support, #support .twocol {
    	width: 100%;
	}
	#support .content {
		padding: 0 30px;
		width: auto;
	}
	#support .text {
		float: none;
		width: 100%;
	}
	#support form#programs{
		margin-bottom: 31px;
	}
	footer {
		padding: 26px 0;
		width: 100%;
	}
	footer .content {
		padding: 0 30px 30px 30px;
		width: auto;
	}
	footer nav {
		display: none;
	}
	footer #contact {
		float: none;
	}
	footer #social {
		height: 35px;
		padding-bottom: 26px;
	}
	footer #dfps {
		float: none;
		margin: 0 0 0 -5px;
		height: 68px;
		width: 300px;
	}
	footer #sub-footer p {
		padding-top: 10px;
	}
	#topic {
		width: 100%;
	}
	#topic #splash {
		width: 100%;
	}
	#topic #splash img {
		float: none;
		height: auto;
		width: 100%;
	}
	#topic #splash .square {
		float: none;
		height: auto;
		margin-top: -3px;
		width: 100%;
	}
	#topic #splash .square .content {
		padding: 0 30px 42px 30px;
		width: auto;
	}
	#topic #splash .content h2, html[lang='es'] #topic #splash h2 {
		padding-top: 42px;
	}
	#topic #splash .description {
		padding: 30px 30px 0 30px;
		width: auto;
	}
	#topic #splash .description p {
		font-size: 15px;
		line-height: 25px;
		padding: 0;
		width: auto;
	}
	#article {
		width: 100%;
	}
	#article article {
		margin-top: -15px;
		width: 90%;
	}
	#article article .content {
		width: 100%;
	}
	#blank-slate {
		width: 100%;
	}
	#blank-slate .content, #blank-slate .blank-box {
		width: 90%;
		margin: 0 auto 25px;
	}
	.content h1 {
		font-size: 35px;
		line-height: 32px;
		padding: 25px 25px 0 25px;
	}
	.content .tip {
		padding-top: 31px;
	}
	.content .tip img {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.content .tip .text {
		float: none;
		padding: 10px 30px 0 30px;
		width: auto;
	}
	.content .tip h3 {
		margin-top: 0px;
	}
	.content .tip.get-help {
    	padding-bottom: 0; 
	}
	.content .tip.get-help .text {
    	padding-top: 20px;
	}
	.content img.float {
		margin-top: 35px;
		margin-left: 0;
		margin-bottom: 0;
		max-width: 100%;
		float: none;
	}
	content .row {
		margin-top: 30px;
	}
	.content .row img {
		float: none;
	}
	.content .row .number {
		float: none;
	}
	.content .row .text {
		float: none;
		padding-top: 15px;
		width: 100%;
	}
	.content .row .text.wide {
		float: none;
		padding-top: 15px;
		width: 100%;
	}
	.video {
		width: 100%;
	}
	.video h2 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.video iframe {
		height: 450px;
		width: 100%;
	}
	.content .author img {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.content .author .text {
		float: none;
		margin: 0 auto;
		padding: 0 40px;
		width: auto;
	}
	.content .author .text.generic {
		padding: 0;
		text-align: center;
		margin-left: 0;
		margin-top: 0;
	}
	#bio {
		width: 100%;
	}
	#bio article {
		margin-top: 0;
		width: 90%;
	}
	#bio article img {
		display: block;
		float: none;
		margin: 20px auto 0 auto;
		text-align: center;
	}
	#bio article h1 {
		margin-top: 20px;
		text-align: center;
	}
	#bio article h2 {
		text-align: center;
	}
	.get-help {
		text-align: center;
	}
	.get-help img {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.get-help .text {
		margin-left: 0;
		padding-top: 10px;
		width: auto;
	}
	.get-help .cta {
		text-align: left;
		line-height: 40px;
		width: 90%;
		margin: 0 auto;
	}
	.get-help h3 {
		margin-top: 0;
		font-size: 30px;
	}
	.twocol div.col, .threecol div.col, .fourcol div.col, .fivecol div.col {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 0;
		border-right: none;
	}
	#content .twocol ul, #content .threecol ul, #content .fourcol ul, #content .fivecol ul {
    	padding-bottom: 0;
	}
	.content #site-map div + div h3:first-child { 
    	padding-top: 31px;
	}
	.flexrow div {
		width: 22%
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: inherit;
	}
}

@media only screen and (max-width: 770px) {
	.float-box {
		float: none;
		width: 80%;
		margin: 28px auto 0;
	}
	.flexrow div {
		width: 30.3%
	}
}

@media only screen and (max-width: 695px) {
	.float-box-left {
		float:none;
		margin: 1em auto;
	}		
	.page-center-image {
		width:400px;
	}	
}	

@media only screen and (max-width: 660px) {
	#featured-video iframe {
		height: 300px;
	}
	#full-featured iframe {
		height: 300px;
	}
	.video iframe {
		height: 300px;
	}
	.flexrow div {
		width: 47%;
	}
}

@media only screen and (max-width: 550px) {
	html[lang='es'] header .content h1 {
		margin-left: 30px;
	}
	#featured-video iframe {
		height: 250px;
	}
	#full-featured iframe {
		height: 250px;
	}
	.video iframe {
		height: 250px;
	}
	.content blockquote {
		margin-left: 10px;
		margin-right: 10px;
	}
	/* RESPONSIVE TABLES */
	.content .table-responsive tr, .content .table-responsive th, .content .table-responsive td {
		display: block;
		border-bottom: 1px solid #231F20;
		border-collapse: separate;
		border-spacing: 0;
	}
	.content .table-responsive thead tr:first-of-type {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.content .table-responsive {
		border-top: none;
	}
	.content .table-responsive th:before, .content .table-responsive td:before {
		content: attr(data-th) ": ";
		font-family: 'Nunito Sans Bold', Arial, sans-serif;;
		font-weight: bold;
	}
	.content .table-responsive tr {
		border-top-width: 3px;
		border-bottom: none;
	}
	.content .table-responsive td:last-of-type {
		border-bottom: none;
	}
	.content .table-responsive tr:last-of-type {
		border-bottom: 3px solid #231F20;
	}
	.float-box {
		width: 100%;
	}
}

@media only screen and (max-width: 460px) {
	.page-center-image {
		width:320px;
	}
}	

@media only screen and (max-width: 380px) {
	header .content h1 {
    	margin: 0 0 0 45px;
		padding-left: 0;
		padding-right: 0;
	}
	.content .author img.generic {
		max-width: 100%;
	}
	.content blockquote {
		margin-left: 0;
		margin-right: 0;
	}
	main .content button {
		width: 100%
	}
	.articles a {
		width: 100%;
	}
	#support form#programs, #support button {
		width: auto;
		min-width: 250px;
	}
	footer #dfps {
 		height: 56px;
		width: 250px;
	}
	flexrow {
		display:block;
	}
	.flexrow div {
		clear: both;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 330px) {
	html[lang='es'] header .content h1 {
		height: 60px;
		margin-left: 20px;
		margin-top: 5px;
		width: 200px;
	}
}