@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%;
}

header h1 {
	display: block;
	float: left;
	margin: 18px 0 20px 58px;
	width: 314px;
}

header h1 img {
	width: 100%;
}

#mobile-menu {
	display: none;
}

#search {
	border: 1px solid #425563;
	display: flex;
	flex-wrap: nowrap;
	margin: 27px 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 {
	display: block;
	position: relative;
}

header nav ul li a, header nav ul li button {
	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 60px;
	text-decoration: none;
}

header nav ul li button {
	all: unset;
	background-image: url('images/icon-dropdown.png');
	background-position: right 25px center;
	background-repeat: no-repeat;
	border-right: 1px solid #5B7F95;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: lemonde-courrier, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 60px;
	text-decoration: none;
}

header nav ul li:last-child a {
	border-right: none;
}

header nav ul li a:hover, header nav ul li a:focus {
	background: #5B7F95;
	text-decoration: underline;
}

header nav ul li button:hover, header nav ul li button:focus {
	background: #5B7F95 url('images/icon-dropdown.png') right 25px center no-repeat;
}

header nav ul li a.active {
	background: #F2A100;
	color: #003B5C;
}


header nav ul li button.active {
	background: #F2A100 url('images/icon-dropdown-blue.png') right 25px center no-repeat;
	color: #003B5C;
}

header nav li ul {
	background: #F8F6EE;
	border-top: 6px solid #F2A100;
	display: none;
	left: 0px;
	position: absolute;
	top: 36px;
	width: 100%;
	z-index: 9999;
}

.dropdown.open ul {
	display: block;
}

header nav li ul li {
	display: block;
}

header nav li ul li a {
	border-right: none;
	border-bottom: 1px dashed #425563;
	color: #425563;
	font-family: azo-sans-web, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 10px 15px 25px 15px;
}

header nav li ul li a:hover, header nav li ul li a:focus {
	background: #5B7F95;
	color: #fff;
	outline: none;
}

header nav li ul li a.active, header nav li.dropdown ul li a.active  {
	background: #E5E3D9;
	color: #425563;
	font-weight: 700;
}

#visit-mobile {
	display: none;
}

main {
	background: #fff;
	margin: 0 auto;
	width: 100%;
}

.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.intro {
background: url('images/bg-intro.png') repeat-y top right;
}

.copy .row {
	padding: 11px 58px 0 58px;
}

.copy .standard {
	padding: 30px 58px 0 58px;
}
.max_width_not_copy {
    max-width: 1357px;
}
.copy .flex {
	column-gap: 47px;
	display: flex;
	padding: 39px 58px 0 58px;
	-ms-flex-align: center;
    align-items: center;
    max-width:1800px;
    margin:0 auto;
    overflow:hidden;
}

.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 .flex aside.support {
	align-self: center;
}

.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 .flex .quote {
	align-self: center;
	flex-grow: 1;
	order: 1;
	width: auto;
}

.copy.flip .flex .quote {
	flex-grow: 1;
	flex-basis: 637px;
	flex-shrink: 0;
	order: 2;
	width: auto;
}

.copy h1 {
	color: #425563;
	font-family: lemonde-courrier, serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 55px;
	margin-bottom: 23px;
	padding-bottom: 5px;
	position: relative;
}

.copy h1:after {
	background: #F2A100;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 139px;
}

.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 .quote h2, .copy .quote h3, .copy .quote h4, .copy .quote h5, .copy .quote h6 {
	color: #425563;
	font-family: lemonde-courrier, serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
}

.copy .standard h2, .copy .standard h3, .copy .standard h4, .copy .standard h5, .copy .standard h6 {
	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: #5B7F95;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	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 p.highlight {
	background: #BBDDE6;
	font-weight: 700;
	padding: 0 20px 15px 20px;
	line-height: 29px;
}

.copy p.highlight.margin {
	margin-top: 35px;	
}

.copy .content.full p {
	width: 80%;
}

.copy p a {
	color: #003B5C;
	font-weight: 700;
	/*added to fix*/
	    display: inline-block;
    vertical-align: baseline;
    position: relative;
    top: 0px;
}

.copy p a:hover, .copy p a:focus {
	color: #5B7F95;
}

.copy .quote p {
	font-family: lemonde-courrier, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	padding-top: 15px;
}

.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: #003B5C;
	font-weight: 700;
}

.copy li a:hover, .copy li a:focus {
	color: #5B7F95;
}

.copy .standard img {
	border: 4px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	box-sizing: border-box;
	float: right;
	margin: 0 0 40px 2%;
	width: 637px;
}

.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 {
	border: 4px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	box-sizing: border-box;
	width: 100%;
}

.copy .support img.half {
	margin-left: 1%;
	width: 48%;
}

.copy aside.support img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	width: 176px;
}

.copy aside.support p {
	color: #003B5C;
	font-family: lemonde-courrier, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: 400;
	line-height: 28px;
	margin: 15px auto 0 auto;
	text-align: center;
	width: 67%;
}

.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: #003B5C;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	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: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	flex-grow: 0;
	width: 388px;
}

.copy .callout .inner .cta {
	align-self: center;
	padding: 0 42px 0 56px;
}

.copy .callout .inner .cta p {
	color: #fff;
	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: #fff;
	font-weight: 400;
}

.copy .callout.shaded .inner .cta p {
	color: #003B5C;
}

.copy .callout.shaded .inner .cta p a {
	color: #003B5C;
}

.copy .callout .inner .cta p a:hover, .copy .callout .inner .cta p a:focus {
	color: #0072CE;
}

.copy .learn {
	background: #003B5C;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-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: #fff;
	font-family: lemonde-courrier, serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.copy .learn p a {
	color: #fff;
	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.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 .big p {
	flex-basis: 100%;
	flex-shrink: 0;
	font-size: 18px;
	line-height: 23px;
}

.tiles .tile img {
	border: 4px solid #F4F3F1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	width: 100%;
}

.tiles .tile.left img {
	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;
}
.tile .button:hover, .tile .button:focus {
    color: #ffffff;
    text-decoration: none;
}
.tile .button {
    color: #003B5C;
}

.tiles .myth {
	background: #003B5C;
	background: -moz-linear-gradient(top, #5b7f95 0%, #003b5c 100%);
	background: -webkit-linear-gradient(top, #5b7f95 0%,#003b5c 100%);
	background: linear-gradient(to bottom, #5b7f95 0%,#003b5c 100%);
	border: 4px solid #5B7F95;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-sizing: border-box;
	border-radius: 6px;
	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;
	border: 3px solid #5B7F95;
	-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 {
	color: #fff;
	line-height: 25px;
	padding: 42px 35px 0 35px;
}

.tiles .myth .content {
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-sizing: border-box;
	min-height: 133px;
	padding: 24px 30px 29px 30px;
	margin: 48px 11px 0 11px;
}

.tiles .myth h2, .tiles .myth h3, .tiles .myth h4, .tiles .myth h5, .tiles .myth h6 {
	color: #fff;
	font-weight: 700;
}

.tiles .myth .content h2, .tiles .myth .content h3, .tiles .myth .content h4, .tiles .myth .content h5, .tiles .content .myth h6 {
	color: #425563;
	font-weight: 700;
}

.tiles .myth .content p {
	color: #425563;
	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;
	text-align: center;
	padding-bottom: 35px;
}

footer nav ul {
	display: flex;
	height: 210px;
	flex-direction: column;
	flex-wrap: wrap;
	text-align: left;
}

footer nav li {
	color: #fff;
	padding-top: 19px;
	width: 30%;
}

footer nav li.break {
	margin-top: 33px;
}

footer #phone {
	border-right: 1px dashed #fff;
	border-left: 1px dashed #fff;
	padding: 0 40px;
	text-align: center;
}

footer #dfps {
	display: block;
	flex-shrink: 0;
	padding: 0 0 0 40px;
	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 {
	position: relative;
	width: 100%;
}

#splash img {
	width: 100%;
}

#splash .content {
	background: #003B5C;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	bottom: 0px;
	left: 50%;
	margin-left: -34.5%;
	padding-bottom: 25px;
	position: absolute;
	text-align: center;
	z-index: 2;
	width: 69%;
}

#splash h1 {
	color: #fff;
	font-family: lemonde-courrier, serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 55px;
	padding: 20px 55px 0 55px;
}

#splash p {
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	padding: 10px 55px 0 55px;
}

#splash p a {
	color: #fff;
	font-family: lemonde-courrier, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
}

#home-tiles .tile h2, #home-tiles .tile h3, #home-tiles .tile h4, #home-tiles .tile h5, #home-tiles .tile h6 {
	font-size: 32px;
	line-height: 44px;
}

#partners {
	padding: 30px 58px;
}

#partners ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

#partners li {
	border-top: 1px dashed #425563;
	display: flex;
	flex-basis: 33.3%;
	padding: 10px 0;
}

#partners li:nth-child(-n+3) {
	border-top: none;
}

#partners img {
	align-self: flex-start;
	margin: 0 13px 0 15%;
	vertical-align: middle;
	width: 34px;
}

#partners a {
	color: #003B5C;
	font-family: lemonde-courrier, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-top: 5px;
	vertical-align: middle;
}

#partners a:hover, #partners a:focus {
	color: #5B7F95;
}

/* ------ Social Media Toolkit ------ */

.social-images {
	align-content: center;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

.social-images img {
	display: block;
	width: 32%;
}
.social-images img {
    max-width: 300px;
    width: auto;
}
.social-images {
    align-content: center;
    display: flex;
    justify-content: center;
    margin-top: 35px;
    gap: 2em;
}
/* ------ Utility ------ */

b, strong {
	font-weight: 700;
}

strong {
	text-decoration: underline;
}

i, em {
	font-style: italic;
}

.button {
	background: #F2A100;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	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: #5B7F95;
	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: 1439px) {
	
	header nav ul li a {
		font-size: 15px;
	}
	
	.copy .flex .support, .copy .flex .support.video, .copy.flip .flex .support, .copy.flip .flex .support.video {
		flex-basis: 50%;
	}
	
	.copy.intro {
		background-position: right -185px top;
	}
	
	.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;
	}

	.copy aside.support p {
		width: 90%;
	}
	
	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 .content {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		bottom: 0;
		left: auto;
		margin-left: 0;
		position: relative;
		width: 100%;
	}
	
}
/*Make some additions for swap functionality*/
/*---clean me up later*/
.b_columns_content  section:nth-child(2n) .flex .content {
    order:1;
}
.b_columns_content   section:nth-child(2n) .flex .support {
    order:0;
}
.b_columns_content .flex .content {
    padding: 0 15px;
    width: calc(100% - 530px);
    float:left;
}
.b_columns_content  .flex .support {
    width: 530px;
    padding: 0 15px;
    float:right;
}
/*.b_columns_content .flex {
    
}*/
.justify_center {
	justify-content: center;
}
/*==============================================
================================================
========== Conference Page =====================
================================================
================================================*/
.stripe.top_callout {
    background: #BBDDE6;
    color: #003B5C;
    font-size:18px;
    text-align:center;  
    padding: 18px;
}
.stripe.top_callout .button {
    font-size: 16px;
    margin-left: 19px;
    display: inline;
}
#conference_hero {
    position: relative;
    width: 100%;
	max-height: 660px;
    overflow: hidden;
}
#conference_hero img{
	width:100%;
}
#conference_hero .content {
    background: #003B5C;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
    z-index: 2;
	position:absolute;
}
.conference_hero.vertical-center .content {
    bottom: auto;
    padding: 40px;
    margin: 0 auto;
    left: auto;
	width:100%;
	max-width:725px;
}
#conference_hero h1 {
    color: #fff;
    font-family: lemonde-courrier, serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    padding: 20px 55px 0 55px;
}
#conference_hero p {
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    padding: 10px 55px 0 55px;
}
#conference_hero h2 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding: 0px 25px 0 25px;
}
.vertical-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.conference_hero.vertical-center .content {
    bottom: auto ;
    padding: 40px ;
    margin: 0 auto ;
    left: auto ;
}
figcaption {
    padding: 10px;
    line-height: 21px;
    width: calc(100% - 50px);
    margin: 0 auto;
}
.unsung p.highlight {
    background: #BBDDE6;
    font-weight: 700;
    padding: 0 20px 15px 20px;
    line-height: 29px;
}
.unsung .tile.border.left {
    padding-right: 2em;
}
.centerMidCallout_p {
    padding: 1em 4rem;
    text-align: center;
}
.copy .light_bg_callout {
    background: #BBDDE6;
    border-radius: 6px;
    margin: 39px 58px 0 58px;
    position: relative;
}


.copy .light_bg_callout .inner {
    display: flex;
    padding: 10px;
}
.copy .light_bg_callout .inner img {
    align-self: center;
    border-radius: 6px;
    flex-grow: 0;
    width: 388px;
}
.copy .light_bg_callout .inner .cta {
    align-self: center;
    padding: 0 42px 0 56px;
}
.copy .light_bg_callout .inner .cta p {
    font-family: lemonde-courrier, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 0;
	margin-top:10px;
}
.decorative_star {
    position: absolute;
    top: -7%;
    left: -2%;
    max-width: 35px;
}
@media only screen and (max-width: 1439px){
	.copy .light_bg_callout .inner .cta {
		padding: 0 25px 22px 25px;
	}
	.copy .light_bg_callout .inner img {
		width: 48%;
	}
	.copy .light_bg_callout .inner {
		align-items: flex-start;
	}
}
@media only screen and (max-width: 959px){
	.copy .light_bg_callout {
		margin: 5px 25px 25px 25px;
	}
	.copy .light_bg_callout .inner {
		flex-wrap: wrap;
		text-align: center;
	}
	.copy .light_bg_callout .inner img {
		width: 100%;
	}
	.copy .light_bg_callout .inner .cta {
		padding: 21px;
	}
	.copy .light_bg_callout .inner .cta p {
		padding: 0;
	}
	.unsung p.highlight {
		border-radius:16px;
	}
	.conference_hero.vertical-center .content {
		padding: 40px 0;
	}
	section#conference_hero {
		display:block;
	}
	#conference_hero .content {
		position: relative;
	}
	#conference_hero img{display:none}
	.stripe.top_callout {
		padding: 30px;
	}
	.stripe.top_callout .button {
		display: inline-block!important;
		clear: both;
		margin-top: 10px;
	}
	.stripe.top_callout p {
		max-width: 80%;
		margin: 0 auto;
	}
}

/*HELPER CLASSES*/
.toolkit_group {
    margin-top: 3em;
   padding:2em;
}
.toolkit_group:first-of-type {
    margin-top: 0;
}
.toolkit_group h2 {padding: .5em 0;border-bottom: 1px solid #f2a100; border-top: 1px solid #f2a100;}

.toolkit_group:nth-child(even) {
   /* background-color: #f8f6ee;*/
}
.thumbnail_hfw_row {
	display:flex;
	align-items:flex-start;
}.ps-5 {
    padding-left: 2.6812rem;
}
	.thubmnail_hfw {
    /* max-height: 280px; */
    width: 100%;
    max-width: 280px;
}
.mt-0	{
	margin-top: 0rem;
}
	.mt-2 {
    margin-top: 2rem;
}
	.mt-3 {
    margin-top: 3rem;
}
	.mt-4 {
    margin-top: 4rem;
}
	.decoration_none {text-decoration: none;}
	.fw-0 {font-weight:normal!important;}
	.blue_text {color:blue!important;}
	.hfw-copy-container {
    /* width: 100%; */
    /* max-width: 1800px; */
        margin: 39px auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hfw_y_gapp_2 {
	margin-top:2em;
	margin-bottom:2em;
}
.hfw_y_gapp_3 {
	margin-top:3em;
	margin-bottom:3em;
}
.hfw_y_gapp_1 {
	margin-top:1em;
	margin-bottom:1em;
}
.hfw_y_gapp_4 {
	margin-top:4em;
	margin-bottom:4em;
}
.hfw-row {
    display: flex;
    flex-direction: row;
    column-gap: 47px;
    align-items: center;
    max-width: 1800px;
    /* width: 100%; */
    margin-bottom: 20px;
    box-sizing: border-box;
    min-width: 200px;
	margin: 2em 0 2em 0;
}
.hfw-flex-child {
    flex:1;
    min-width:200px;
}
.copy h2.medium, .copy h3.medium, .copy h4.medium, .copy h5.medium, .copy h6.medium {
	/*color: #425563;
	font-family: lemonde-courrier, serif;*/
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
}