@import url("reset.css");

/*
------------ Font Guide -------------

Le Monde Courrier Regular
-------------------------------------
font-family: lemonde-courrier, serif;
font-style: normal;
font-weight: 400;

Le Monde Courrier Italic
-------------------------------------
font-family: lemonde-courrier, serif;
font-style: italic;
font-weight: 400;

Le Monde Courrier Bold
-------------------------------------
font-family: lemonde-courrier, serif;
font-style: normal;
font-weight: 700;

Le Monde Courrier Bold Italic
-------------------------------------
font-family: lemonde-courrier, serif;
font-style: italic;
font-weight: 700;

Azo Sans Regular
-------------------------------------
font-family: azo-sans-web, sans-serif;
font-style: normal;
font-weight: 400;

Azo Sans Italic
-------------------------------------
font-family: azo-sans-web, sans-serif;
font-style: italic;
font-weight: 400;

Azo Sans Bold
-------------------------------------
font-family: azo-sans-web, sans-serif;
font-style: normal;
font-weight: 700;

Azo Sans Bold Italic
-------------------------------------
font-family: azo-sans-web, sans-serif;
font-style: italic;
font-weight: 700;

*/

/* ------ HTML5 Display Definitions for older browsers ------ */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ------ Global ------ */

html, body {
	background: #F8F6EE;
	color: #425563;
	font-family: azo-sans-web, sans-serif;
	font-size: 16px;
	width: 100%;
}

#skip {
	left: -100%;
	position: fixed;
	top: -100%;
}

#skip:focus {
	background: #fff;
	display: block;
	left: 0px;
	padding: 10px 0 20px 0;
	position: fixed;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 0px;
	width: 100%;
	z-index: 9999;
}

header {
	background: #fff;
	width: 100%;
}

#call {
	background: #F8F6EE;
	border-bottom: 1px solid #BBDDE6;
	order: 1;
	width: 100%;
}

#call p {
	font-size: 16px;
	line-height: 12px;
	padding: 10px 58px 20px 0;
	text-align: right;
}

#call p a {
	color: #425563;
	text-decoration: none;
}

#call p a:hover, #call p a:focus {
	text-decoration: underline;
}

header h1 {
	display: block;
	float: left;
	margin: 10px 0 20px 58px;
	width: 344.76px;
}

header h1 img {
	width: 100%;
}

#mobile-menu {
	display: none;
}

#search {
	border: 1px solid #425563;
	display: flex;
	flex-wrap: nowrap;
	margin: 41px 58px 0 0;
	float: right;
}

#search input {
	all: unset;
	background: #fff;
	border: none;
	font-size: 14px;
	font-style: italic;
	height: 20px;
	padding: 0 9px 13px 9px;
	vertical-align: top;
	width: 374px;
}

#search input::placeholder {
	color: #425563;
	opacity: 1;
}

#search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 	color: #425563;
}

#search input::-ms-input-placeholder { /* Microsoft Edge */
	color: #425563;
}

#search button {
	all: unset;
	background: url('./images/icon-search.png') no-repeat top left;
	background-size: cover;
	cursor: pointer;
	border: 0;
	height: 33px;
	margin: 0 0 0 -5px;
	text-indent: -9999em;
	width: 37px;
	flex-shrink: 0;
}

#search button:hover, #search button:focus {
	background-position: bottom left;
}

#language-mobile {
	display: none;
}

header nav {
	background: #003B5C;
	border-top: 1px solid #5B7F95;
	border-bottom: 6px solid #F2A100;
	clear: both;
	width: 100%;
}

header nav ul {
  	align-items: center;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

header nav ul li {
	flex-basis: 17%;
	display: block;
	width: auto;
}

header nav ul li a {
	border-right: 1px solid #5B7F95;
	color: #fff;
	display: block;
	font-family: lemonde-courrier, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 0;
	text-decoration: none;
}

/* Spanish nav */
html[lang='es'] header nav ul li a {
	font-size: 14px;
}

header nav ul li:last-child a {
	border-right: none;
}

header nav ul li a:hover, header nav ul li a:focus {
	background: #0072CE;
	text-decoration: underline;
}

header nav ul li a.active {
	background: #F2A100;
	color: #003B5C;
}

#visit-mobile {
	display: none;
}

main {
	background: #fff;
	margin: 0 auto;
	width: 100%;
}

main #headline {
	background: #BBDDE6;
	width: 100%;
}

main #headline h1 {
	color: #003B5C;
	font-family: lemonde-courrier, serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 55px;
	padding: 23px 58px;
}

.copy {
	background: #fff;
	padding-bottom: 39px;
	width: 100%;
}

.copy.shaded {
	background: #F8F6EE;
}

.copy.blue {
	background: #BBDDE6;
	border-top: 6px solid #F2A100;
	border-bottom: 6px solid #F2A100;
}

.copy .row {
	padding: 11px 58px 0 58px;
}

.copy .standard {
	padding: 0 58px 0 58px;
}

.copy .flex {
	column-gap: 47px;
	display: flex;
	padding: 39px 58px 0 58px;
}

.copy .row .flex {
	border-top: 1px dashed #979797;
	margin: 27px 0 0 0;
	padding: 27px 0 0 0;
}

.copy .row .flex:first-of-type {
	border: none;
	margin: 8px 0 0 0;
}

.copy .flex.less {
	padding-top: 18px;
}

.copy .flex .content {
	flex-grow: 1;
	order: 1;
	width: auto;
}

.copy.blue .flex .content {
	flex-basis: 552px;
	flex-grow: 0;
}

.copy.flip .flex .content {
	flex-grow: 1;
	flex-basis: 637px;
	flex-shrink: 0;
	order: 2;
	width: auto;
}

.copy .flex .content.full {
	flex-grow: 0;
	width: 100%;
}

.copy .flex .support {
	order: 2;
	flex-basis: 637px;
	flex-shrink: 0;
}

.copy.blue .flex .support {
	flex-grow: 1;
}

.copy .flex .support.border {
	border-left: 1px dashed #979797;
	padding-left: 20px;
}

.copy .flex .support.video  {
	flex-basis: 794px;
}

.copy.flip .flex .support {
	flex-basis: fit-content;
	flex-shrink: 1;
	order: 1;
}

.copy.flip .flex .support.video {
	order: 1;
	flex-basis: 794px;
}

.copy.flip .row .flex .support {
	flex-basis: 405px;
}

.copy.flip .flex .support.border {
	border-right: 1px dashed #979797;
	padding-right: 20px;
	order: 1;
}

.copy .flex .support.full {
	flex-basis: 80%;
	width: 80%;
}

.copy h2, .copy h3, .copy h4, .copy h5, .copy h6 {
	color: #425563;
	font-family: lemonde-courrier, serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}

.copy .standard h2, .copy .standard h3, .copy .standard h4, .copy .standard h5, .copy .standard h6 {
	margin-top: 39px;
	width: 80%;
}

.copy .row h2, .copy .row h3, .copy .row h4, .copy .row h5, .copy .row h6 {
	color: #425563;
	font-family: lemonde-courrier, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
}

.copy h2.small, .copy h3.small, .copy h4.small, .copy h5.small, .copy h6.small {
	color: #425563;
	font-family: lemonde-courrier, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
}

.copy h2.margin, .copy h3.margin, .copy h4.margin, .copy h5.margin, .copy h6.margin {
	margin-top: 25px;
}

.copy h2.bar, .copy h3.bar, .copy h4.bar, .copy h5.bar, .copy h6.bar, .copy p.bar {
	background: #BBDDE6;
	color: #425563;
	font-family: lemonde-courrier, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	padding: 12px 20px;
}

.bar.margin {
	margin-top: 25px;
}

.bar.full {
	margin: 25px 58px 0 58px;
}

.copy p {
	line-height: 23px;
	padding-top: 20px;
}

.copy p:first-of-type {
	padding-top: 5px;
}

.copy p.less {
	padding-top: 0;
}

.copy p.margin {
	padding-top: 20px;
}

.copy .content.full p {
	width: 80%;
}

.copy p a {
	color: #0072CE;
	font-weight: 700;
}

.copy p a:hover, .copy p a:focus {
	color: #003B5C;
}

.copy ul {
	padding: 20px 0 0 0;
}

.copy ul.less {
	padding-top: 0;
}

.copy ul.indent {
	padding: 0 0 0 20px;
}

.copy ul.column {
	display: flex;
	flex-wrap: wrap;
}

.copy ul.column.spread {
	row-gap: 35px;
}

.copy ul li, .tile ul li {
	background: url('./images/icon-list.png') no-repeat 0px 17px;
	line-height: 29px;
	list-style-position: outside;
	padding: 0 0 0 20px;
}

.copy ul.column li {
	padding-right: 1%;
	width: 44%;
}

.copy li a {
	color: #0072CE;
	font-weight: 700;
}

.copy li a:hover, .copy li a:focus {
	color: #003B5C;
}

.copy .standard img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: right;
	margin: 0 0 40px 2%;
	width: 51%;
}

.copy .standard p, .copy .standard ul {
	width: 80%;
}

.copy .standard aside {
	border-top: 2px solid #F2A100;
	border-bottom: 2px solid #F2A100;
	color: #425563;
	display: inline-block;
	font-family: lemonde-courrier, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	margin-top: 34px;
	max-width: 70%;
	padding: 17px 10px;
}

.copy .support img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
}

.copy .support img.half {
	margin-left: 1%;
	width: 48%;
}

.copy .support .player {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.copy .support iframe {
	background: #000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.copy .callout {
	background: #BBDDE6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 39px 58px 0 58px;
	position: relative;
}

.copy .callout.shaded {
	background: #F8F6EE;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.24);
}

.copy .callout .icon {
	left: -11px;
	position: absolute;
	top: -13px;
	width: 45px;
}

.copy .callout .inner {
	display: flex;
	padding: 10px;
}

.copy .callout .inner img {
	align-self: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	flex-grow: 0;
	width: 388px;
}

.copy .callout .inner .cta {
	align-self: center;
	padding: 0 42px 0 56px;
}

.copy .callout .inner .cta p {
	color: #003B5C;
	font-family: lemonde-courrier, serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	padding: 0;
}

.copy .callout .inner .cta p a {
	color: #003B5C;
	font-weight: 400;
}

.copy .callout .inner .cta p a:hover, .copy .callout .inner .cta p a:focus {
	color: #0072CE;
}

.copy .learn {
	background: #BBDDE6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.24);
	box-sizing: border-box;
	padding: 40px 83px 55px 83px;
	position: relative;
	text-align: center;
}

.copy .content .learn {
	margin-top: 40px;
}

.copy.blue .learn {
	background: #F8F6EE;
	padding: 20px 80px 26px 80px;
}

.copy .learn img {
	left: -11px;
	position: absolute;
	top: -13px;
	width: 45px;
}

.copy .learn p {
	color: #003B5C;
	font-family: lemonde-courrier, serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.copy .learn p a {
	color: #003B5C;
	font-weight: 400;
}

.copy .learn p a:hover, .copy .learn p a:focus {
	color: #0072CE;
}

.tiles {
	width: 100%;
}

.tiles .flex {
	background: #fff;
	column-gap: 2%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 58px 38px 58px;
}

.tiles .flex.shaded {
	background: #F8F6EE;
}

.tiles .tile {
	box-sizing: border-box;
	flex-basis: 32%;
	margin: 33px 0 0 0;
	text-align: center;
}

.tiles .tile.border {
	border-right: 1px dashed #979797;
	padding-bottom: 5px;
}

.tiles .tile.left {
	text-align: left;
}

.tiles .tile.wide {
	flex-basis: 49%;
	flex-grow: 1;
}

.tiles .tile.full {
	flex-basis: 100%;
	flex-grow: 1;
}

.tiles .big {
	flex-basis: 100%;
	flex-grow: 1;
	padding-top: 29px;
	text-align: center;
}

.tiles .big p {
	flex-basis: 100%;
	flex-shrink: 0;
	font-size: 18px;
	line-height: 23px;
}

.tiles .big.border {
	border-top: 1px dashed #425563;
	margin-top: 35px;
}

.tiles .big h2, .tiles .big h3, .tiles .big h4, .tiles .big h5, .tiles .big h6 {
	flex-basis: 100%;
	font-family: lemonde-courrier, serif;
	flex-shrink: 0;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
}

.tiles .tile img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	width: 100%;
}

.tiles .tile.left img {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin-bottom: 15px;
}

.tiles .tile h2, .tiles .tile h3, .tiles .tile h4, .tiles .tile h5, .tiles .tile h6 {
	font-family: lemonde-courrier, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	padding: 13px 20px 0 0;
	text-decoration: underline;
}

.tiles .tile.left h2, .tiles .tile.left h3, .tiles .tile.left h4, .tiles .tile.left h5, .tiles .tile.left h6 {
	text-decoration: none;
}

.tile a {
	color: #425563;
}

.tile a:hover, .tile a:focus {
	color: #0072CE;
}

.tiles .tile p {
	line-height: 23px;
	padding: 0 20px 15px 0;
}

.tiles .tile p a {
	color: #0072CE;
	font-weight: 700;
}

.tile p a:hover, .tile p a:focus {
	color: #425563;
}

.tiles .action {
	background: #E5F2F5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	flex-basis: 32%;
	margin: 33px 0 0 0;
}

.tiles .action.wide {
	flex-basis: 49%;
	flex-grow: 1;
}

.tiles .action.full {
	flex-basis: 100%;
	flex-grow: 1;
}

.tiles .action .headline {
	background: #BBDDE6;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	position: relative;
}

.tiles .action .headline h2, .tiles .action .headline h3, .tiles .action .headline h4, .tiles .action .headline h5, .tiles .action .headline h6, .tiles .action .headline p {
	font-family: lemonde-courrier, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	padding: 14px 83px 14px 28px;
}

.tiles .action .headline img {
	position: absolute;
	right: 10px;
	top: -17px;
	width: 63px;
}

.tiles .action .content {
	padding: 0 28px 28px 28px;
}

.tiles .action .content p {
	color: #003B5C;
	padding-top: 14px;
	line-height: 23px;
}

.tiles .action .content a {
	bottom: 0px;
	color: #003B5C;
	font-family: lemonde-courrier, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}

.tiles .action .content a:hover, .tiles .action .content a:focus {
	color: #0072CE;
}

.tiles .myth {
	background: #BBDDE6;
	border: 4px solid #F2A100;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-sizing: border-box;
	border-radius: 8px;
	flex-basis: 32%;
	font-family: lemonde-courrier, serif;
	font-size: 18px;
	font-style: normal;
	margin: 48px 0 0 0;
	padding-bottom: 11px;
	position: relative;
	text-align: center;
}

.tiles .myth.wide {
	flex-basis: 49%;
	flex-grow: 1;
}

.tiles .myth.full {
	flex-basis: 100%;
	flex-grow: 1;
}

.tiles .myth .count {
	background: #F2A100;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #003B5C;
	font-size: 32px;
	font-weight: 700;
	height: 58px;
	left: 50%;
	line-height: 58px;
	margin-left: -29px;
	position: absolute;
	top: -29px;
	width: 58px;
}

.tiles .myth .headline {
	line-height: 25px;
	padding: 42px 35px 0 35px;
}

.tiles .myth .content {
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-height: 133px;
	padding: 17px 30px 34px 30px;
	margin: 26px 11px 0 11px;
}

.tiles .myth h2, .tiles .myth h3, .tiles .myth h4, .tiles .myth h5, .tiles .myth h6 {
	font-weight: 700;
}

.tiles .myth .content p {
	font-family: azo-sans-web, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 23px;
}

.tiles .myth .content p a {
	color: #425563;
	text-decoration: underline;
}

.tiles .myth .content p a:hover, .tiles .myth .content p a:focus {
	color: #0072CE;
}

/*Helpers*/

.smallest {
		font-size:.81rem;
}
.copy_white {
	color:#ffffff;
}

.centered_copy {
	text-align:center;
}

.mt_4_hfw {margin-top:4em!important;}
.mb_4_hfw {margin-bottom:4em!important;}
.mt_3_hfw {margin-top:3em!important;}
.mb_3_hfw {margin-bottom:3em!important;}
.mt_2_hfw {margin-top:2em!important;}
.mb_2_hfw {margin-bottom:2em!important;}
.mt_1_hfw {margin-top:1em!important;}
.mb_1_hfw {margin-bottom:1em!important;}

.pb_4_hfw {padding-bottom:4em!important;}
.pt_3_hfw {padding-top:3em!important;}
.pb_3_hfw {padding-bottom:3em!important;}
.pt_2_hfw {padding-top:2em!important;}
.pb_2_hfw {padding-bottom:2em!important;}
.pt_1_hfw {padding-top:1em!important;}
.pb_1_hfw {padding-bottom:1em!important;}

/*Helpers end*/

.stripe {
	background: #003B5C;
	color: #fff;
	font-family: lemonde-courrier, serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	padding: 13px;
	text-align: center;
}

footer {
	background: #003B5C;
	border-top: 6px solid #F2A100;
	padding: 35px 0 47px 0;
	width: 100%;
}

footer .content {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
	justify-content: center;
	padding: 0 58px;
}

footer h6 {
	color: #fff;
	font-family: lemonde-courrier, serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	padding: 14px 0 10px 0;
}

footer p {
	color: #fff;
	font-size: 16px;
	line-height: 33px;
	padding-top: 6px;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover, footer a:focus {
	text-decoration: underline;
}

footer nav {
	flex-grow: 1;
	padding: 0 20px 0 0;
	text-align: center;
}

footer nav ul {
	display: flex;
	height: 130px;
	flex-direction: column;
	flex-wrap: wrap;
}

footer nav li {
	padding-top: 19px;
	width: 45%;
}

html[lang='es'] footer nav li {
	font-size: 14px;
}

footer #phone {
	border-right: 1px dashed #fff;
	border-left: 1px dashed #fff;
	padding: 0 121px;
	text-align: center;
}

footer #dfps {
	display: block;
	flex-shrink: 0;
	padding: 0 0 0 93px;
	width: 150px;
}

footer #dfps img {
	display: block;
	width: 100%;
}

#partner {
	background: #F8F6EE;
	border-top: 1px solid #979797;
	padding: 15px 15px 30px 15px;
	text-align: center;
}

#partner a {
	color: #003B5C;
}

#partner a:hover, #partner a:focus {
	color: #0072CE;
}

/* ------ Home ------ */

#splash {
	align-items: flex-start;
	border-bottom: 6px solid #F2A100;
	display: flex;
	margin: 0 auto;
}

#splash .content {
	align-self: center;
	flex-grow: 3;
	order: 1;
	padding: 0 88px 20px 57px;
}

#splash h1 {
	color: #425563;
	font-family: lemonde-courrier, serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 55px;
}

#splash p {
	font-size: 18px;
	line-height: 27px;
}

#splash img {
	order: 2;
	width: 40%;
}

#home-bottom {
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.17);
	margin-bottom: 37px;
	padding-bottom: 29px;
}

#home-bottom .flex {
	column-gap: 0px;
	padding: 29px 58px 0 58px;
}

#home-bottom .flex .content {
	padding-top: 5px;
}

#home-bottom ul.indent {
    padding-right: 40px;
}

/* ------ About APS ------ */

#mission {
	background: #F8F6EE;
	display: flex;
	flex-wrap: wrap;
	padding: 22px 58px 30px 58px;
}

#mission .item {
	border-bottom: 1px dashed #979797;
	padding: 24px 8% 24px 0;
	width: 42%;
}

#mission .item:last-of-type {
	border: none;
	padding-right: 15%;
	width: 85%;
}

#mission .item:nth-child(even) {
	border-bottom: 1px dashed #979797;
	padding: 24px 8% 24px 0;
	width: 42%;
}

#mission p {
	background: url('./images/icon-star.png') no-repeat 0px 6px;
	line-height: 23px;
	min-height: 40px;
	padding-left: 35px;
}

#mission p strong {
	font-weight: 700;
}

/* ------ Utility ------ */

b, strong {
	font-weight: 700;
}

strong {
	text-decoration: underline;
}

i, em {
	font-style: italic;
}

.button {
	background: #F2A100;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #003B5C;
	display: inline-block;
	font-family: lemonde-courrier, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	margin-top: 24px;
	padding: 8px 33px;
	text-decoration: none;
}

.button:hover, .button:focus {
	background: #0072CE;
	color: #fff;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.rule {
	border-top: 2px dashed #979797;
	height: 1px;
	margin-top: 35px;
	width: 100%;
}

/* 1439px to 960px breakpoint */
@media only screen and (max-width: 1335px) {

	html[lang='es'] header nav ul li a {
		font-size: 11px;
	}

/* 1439px to 960px breakpoint */
@media only screen and (max-width: 1439px) {
	
	header nav ul {
		width: 100%;
	}
	
	header nav ul li a {
		font-size: 13px;
	}
	
	.copy .flex .support, .copy .flex .support.video, .copy.flip .flex .support, .copy.flip .flex .support.video {
		flex-basis: 50%;
	}
	
	.copy ul.column {
		display: block;
	}
	
	.copy ul.column li {
		padding-right: 0;
		width: auto;
	}
	
	.copy .callout .inner {
		align-items: flex-start;
	}
	
	.copy .callout .inner img {
		width: 48%;
	}
	
	.copy .callout .inner .cta {
		padding: 0 25px 22px 25px;
	}
	
	footer .content {
		flex-direction: column;
	}
	
	footer nav {
		padding: 0;
	}
	
	footer #phone {
		border: none;
		border-top: 1px dashed #fff;
		border-bottom: 1px dashed #fff;
		margin-top: 35px;
		padding: 18px 0 35px 0;
	}
	
	footer #dfps {
		margin: 0 auto;
		padding: 35px 0 0 0;
	}
	
	#splash {
		align-items: center;
	}
	
	#splash h1 {
		padding-top: 20px;
	}
	
	#splash .content {
		padding: 0 58px 40px 58px;
	}
	
}
