@media only screen and (max-width: 959px) {
	header {
		background: #fff;
		height: 117px;
	}
	#call {
		background: #003B5C;
	}
	#call p {
		color: #fff;
		font-size: 13px;
		line-height: 23px;
		padding: 9px 9px 15px 9px;
		text-align: center;
	}
	#call p a {
		color: #fff;
	}
	#call #language {
		display: none;
	}
	header h1 {
		margin: 11px 0 0 19px;
		width: 208.67px;
	}
	#mobile-menu {
		border-left: 1px solid #979797;
		display: block;
		height: 45.95px;
		margin: 11px 27px 0 0;
		float: right;
	}
	#mobile-menu a {
		background: url('images/icon-mobile-menu.png') no-repeat top left;
		background-size: cover;
		display: block;
		height: 27px;
		margin: 10px 0 0 27px;
		width: 37px;
		text-indent: -9999em;
	}
	.menu-open #mobile-menu a {
		background: url('images/icon-mobile-close.png') no-repeat top left;
		background-size: cover;
		height: 31px;
		margin: 6px 0 0 33px;
		width: 31px;
	}
	#menu {
		background: #F8F6EE;
		clear: both;
		display: none;
		margin-top: 69px;
		padding: 0 0 101% 0;
		position: absolute;
		width: 100%;
		z-index: 9999;
	}
	.menu-open #menu {
		display: block;
	}
	#language-mobile {
		color: #425563;
		display: block;
		padding: 24px 27px;
	}
	#language-mobile a {
		color: #425563;
		font-size: 16px;
		font-weight: 700;
		line-height: 23px;
	}
	#search {
		float: none;
		margin: 0 27px;
	}
	#search input {
		flex-grow: 1;
		width: auto;
	}
	header nav {
		background: none;
		border: none;
		padding: 20px 0 0 0;
	}
	header nav ul {
		flex-wrap: wrap;
		text-align: left;
	}
	header nav ul li {
		border-bottom: 1px dashed #979797;
		flex-basis: 100%;
		margin: 0 27px;
	}
	header nav ul li a, header nav ul li a:hover, header nav ul li a:focus {
		background: none;
		border-right: none;
		color: #425563;
		font-size: 20px;
		line-height: 27px;
		text-decoration: none;
	}
	html[lang='es'] header nav ul li a {
		font-size: 20px;
	}
	header nav ul li a.active {
		background: none;
		color: #425563; 
		text-decoration: underline;
	}
	.menu-open main {
		display: none;
	}
	main #headline h1 {
		font-size: 30px;
		line-height: 30px;
		padding: 23px 25px;
	}
	.copy {
		padding-bottom: 0;
	}
	.copy .standard {
		padding: 0 0 40px 0;
	}
	.copy .row {
		padding: 0;
	}
	.copy .flex, #home-bottom .flex, .copy .row .flex, .copy .flex.less {
		border: none;
		margin: 0;
		flex-wrap: wrap;
		padding: 0;
	}
	.copy .row .flex:first-of-type {
		margin-top: 25px;
	}
	.copy .flex .content, .copy.blue .flex .content, #home-bottom .flex .content, .copy.flip .flex .content {
		padding: 0 0 30px 0;
		flex-basis: 100%;
	}
	.copy .flex .support, .copy .flex .support.border, .copy.flip .row .flex .support {
		border: none;
		flex-basis: 100%;
		padding: 0 0 30px 0;
	}
	.copy .flex .support.video {
		flex-basis: 100%;
		padding: 0;
		
	}
	.copy.intro .flex .support {
		order: 0;
		padding: 0;
	}
	.copy.intro .flex .support.video {
		flex-basis: 100%;
		order: 0;
		padding: 0;
		
	}
	.copy.flip .flex .support {
		border: none;
		flex-basis: 100%;
		padding: 30px 0 0 0;
	}
	.copy.flip .flex .support.video {
		border: none;
		flex-basis: 100%;
		padding: 0;
	}
	.copy h2, .copy h3, .copy h4, .copy h5, .copy h6 {
		font-size: 28px;
		line-height: 35px;
		padding: 20px 25px 0 25px;
	}
	.copy .row h2, .copy .row h3, .copy .row h4, .copy .row h5, .copy .row h6 {
		font-size: 18px;
		line-height: 29px;
		padding-top: 0;
	}
	.copy h2.small, .copy h3.small, .copy h4.small, .copy h5.small, .copy h6.small {
		font-size: 18px;
		line-height: 29px;
	}
	.copy h2.bar, .copy h3.bar, .copy h4.bar, .copy h5.bar, .copy h6.bar, .copy p.bar {
		font-size: 20px;
		line-height: 23px;
		padding: 12px 25px;
	}
	.copy p {
		padding-right: 25px;
		padding-left: 25px;
	}
	.copy .content.full p {
		width: auto;
	}
	.copy p:first-of-type {
		padding-top: 5px;
	}
	.copy ul, .copy ul.indent {
		padding: 5px 25px 0 25px;
	}
	.copy .standard img {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		float: none;
		margin: 25px 0 0 0;
		width: 100%;
	}
	.copy .standard img.intro {
		margin-top: 0;
	}
	.copy .standard h2, .copy .standard h3, .copy .standard h4, .copy .standard h5, .copy .standard h6 {
		margin-top: 0;
		width: auto;
	}
	.copy .standard ul, .copy .standard p {
		width: auto;
	}
	.copy .standard aside {
		display: block;
		font-size: 21px;
		line-height: 28px;
		margin: 35px 25px 0 25px;
		max-width: 100%;
		padding: 17px 0;
	}
	.copy .support img {
		display: block;
		margin: 0 auto;
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px)
	}
	.copy.intro .support img {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		width: 100%;
	}
	.copy .support img.half {
		margin: 10px auto 0 auto;
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px)
	}
	.copy .support img.half:first-of-type {
		margin: 0 auto;
	}
	.copy .learn, .copy.blue .learn {
		margin: 0 25px;
		padding: 25px 20px 20px 20px;
	}
	.copy .learn p {
		padding-top: 10px;
	}
	.copy .callout {
		margin: 5px 25px 25px 25px;
	}
	.copy .callout.bottom {
		margin-bottom: 25px;
	}
	.copy .callout .inner {
		flex-wrap: wrap;
		text-align: center;
	}
	.copy .callout .inner img {
		width: 100%;
	}
	.copy .callout .inner .cta {
		padding: 21px;
	}
	.copy .callout .inner .cta p {
		padding: 0;
	}
	.copy .learn img, .copy.intro .learn img {
		display: block;
		left: auto;
		margin: 0 auto;
		position: relative;
		top: auto;
		width: 45px;
	}
	.tiles .flex {
		column-gap: 0;
		flex-wrap: wrap;
		padding: 0 25px 25px 25px;
	}
	.tiles .flex.less {
		padding-top: 0px;
	}
	.tiles .tile, .tiles .tile.wide, .tiles .tile.full, .tiles .big {
		flex-basis: 100%;
		margin-top: 25px;
		padding-bottom: 25px;
	}
	.tiles .tile.border {
		border-right: none;
		border-bottom: 1px dashed #979797;
		padding-bottom: 35px;
	}
	.tiles .action, .tiles .action.wide, .tiles .action.full {
		flex-basis: 100%;
		margin-top: 25px;
	}
	.tiles .action .content a {
		font-size: 16px;
	}
	.tiles .action .headline img {
		top: 4px;
		width: 44px;
	}
	.tiles .myth, .tiles .myth.wide, .tiles .myth.full {
		flex-basis: 100%;
		margin-top: 50px;
	}
	.tiles .myth .content {
		min-height: auto;
	}
	#visit-mobile {
		display: block;
		line-height: 23px;
		margin: 24px 27px 0 27px;
	}
	#visit-mobile a {
		color: #425563;
		font-weight: 700;
	}
	main {
		border-top: 6px solid #F2A100;
		border-bottom: 6px solid #F2A100;
		clear: both;
	}
	footer {
		border: none;
	}
	footer nav {
		display: none;
	}
	footer #phone {
		border-top: none;
		margin: 0;
		padding-top: 0;
	}
	#partner {
		display: none;
	}
	#splash {
		flex-wrap: wrap;
	}
	#splash img {
		order: 1;
		display: block;
		width: 100%;
	}
	#splash .content {
		order: 2;
		padding: 0 25px 25px 25px;
		text-align: center;
		width: 100%;
	}
	#splash h1 {
		font-size: 30px;
		line-height: 41px;
	}
	#home-bottom {
		-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
		margin: 0;
		padding: 0;
	}
	#home-bottom ul.indent {
		padding-right: 25px;
	}
	#mission {
		padding: 0 25px 25px 25px;
	}
	#mission .item, #mission .item:nth-child(even) {
		padding: 15px 0 19px 0;
		width: 100%;
	}
	#mission .item:last-of-type {
		border: none;
		padding: 15px 0 0 0;
		width: 100%;
	}
	#mission .item p {
		padding-bottom: 15px;
	}
	.button {
		font-size: 18px;
		line-height: 20px;
	}
	.copy .button {
		margin: 24px 25px 0 25px;
	}
}

@media only screen and (max-width: 339px) {
	header h1 {
		margin: 15px 0 0 10px;
		width: 50%;
	}
	#mobile-menu {
		margin: 11px 10px 0 0;
	}
	footer #dfps {
		width: 100%;
	}
}