/* IE/Edge Responsive Viewport */

@-ms-viewport {
	width: device-width;
}

/* Offer Expired Resets */

.offer-expired {
	background: url(/_img/toolbox/icons/icon_important-60.png) no-repeat center 15px, linear-gradient(#d00, #800);
	border-radius: 0;
	min-height: 0;
	padding: 80px 1em 0.5em;
	text-align: center;
	width: auto;
}
/* General Rules */

body {
	background: #fff;
	color: #202020;
	font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 100%;
	line-height: 1.35;
}
   
main,
header,
article,
aside,
footer {
	display: block;
}

img {
	height: auto;
	max-width: 100%;
}

h1,
h2,
.h1, 
.h2 {
	color: #202020;
	font-family: "Lato", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	line-height: 1.1;
}

h1,
.h1 {
	font-size: 2.4em;
	margin: 0 auto;
	text-align: left;
}

h2,
.h2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

ul li,
ol li {
	margin: 0.5em 0;
}

ul.fa-ul li {
	list-style-image: none;
}

.fa-li {
	color: #202020;
}

@media (min-width: 23.5em) {
	body {
		font-size: 110%;
	}
}

@media (min-width: 43.5em) {
	body {
		font-size: 120%;
	}
}
   
@media (min-width: 69em) {
	body {
		font-size: 130%;
	}
}

/* Layout Rules */

.content {
	background: #fff;
	padding: 0;
}

.wrap {
	max-width: 30em;
	margin: 0 auto;
	padding: 1px 1em;
}
  
.headline-container .wrap {
	max-width: 70em;
}
  
.wrap.wrap-vid {
	max-width: 42em;
	text-align: center;
}
  
/* Headline Rules */

.headline-container {
	background: linear-gradient(180deg, rgba(204, 255, 255, 0.9), #fff), url('/_img/toolbox/p/web/globe.svg') center no-repeat;
	background-size: contain;
}

.title-container {
	max-width: 57.5em;
	margin: 1em auto;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	align-items: center;
}
  
.title-image {
	position: relative;
	z-index: 1;

	-webkit-flex: 0 0 15em;
	-ms-flex: 0 0 15em;
	flex: 0 0 15em;
}
  
.title-copy {
	background-color: #0e538c;
	border-radius: 0.5em;
	color: #fff;
	font-size: 2.4em;
	margin: -2.6em auto 0;
	padding: 2.8em 0.3em 0.3em;
	text-align: center;
}
  
.headline-subhead {
	font-size: 1.3em;
	margin: 0 auto 0.5em auto;
	max-width: 20.2em;
	text-align: left;
}
  
.headline-list {
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 26em;
	padding-left: 2.14em;
}

.expert-block {
	max-width: 34em;
	margin: 1.4em auto;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	align-items: center;
}

.expert-subhead {
	font-size: 1.3em;
	margin-bottom: -0.7em;
	text-align: center;
	text-transform: uppercase;
}

.expert-block-image {
	position: relative;
	z-index: 1;

	-webkit-flex: 0 0 8em;
	-ms-flex: 0 0 8em;
	flex: 0 0 8em;
}

.expert-block-copy {
	background-color: #89fca6;
	border-radius: 0.8em;
	margin-top: -5.7em;
	padding: 4.3em 1em 0.5em;
}

@media (min-width: 23.5em) {
	.title-copy {
		font-size: 2.5em;
	}

	.headline-subhead {
		font-size: 1.5em;
	}

	.headline-list {
		font-size: 1.2em;
	}	
}

@media (min-width: 43.5em) {
	.title-image {
		-webkit-flex: 0 0 23em;
		-ms-flex: 0 0 23em;
		flex: 0 0 23em;
	}

	.title-copy {
		font-size: 3.5em;
	}

	.headline-subhead {
		font-size: 1.8em;
	}

	.expert-block {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.expert-block-image {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
			
	.expert-block-copy {
		margin-right: -3.7em;
		margin-top: 0;
		padding: 0.33em 4.1em 0.5em 1em;
	}		
}

@media (min-width: 69em) {
	.title-container {
		margin-left: 0;

		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;		
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	  
	.title-copy {
		margin-top: 0;
		margin-left: -2.5em;
		padding: 0.2em 0.3em 0.3em 2.8em;
		text-align: left;
	}
}

/* Content Rules - VID */

.embed-container {
	background: #333;
	border: 1px solid #333;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Content Rules - HTML */

.transcript {
	margin-bottom: 0.6em;
	font-family: 'Special Elite', sans-serif;
	color: #8b8989;
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
  
  
.nameplate {
	margin: 1em auto;
	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
  
.nameplate-nu {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
  
.nameplate .nameplate-image {
	position: relative;
	z-index: 1;
	border-radius: 50%;
}
  
.nameplate .nameplate-copy {
	border-radius: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
}
  
.nameplate-rm .nameplate-copy {
	margin-left: -1em;
	padding: 0.4em 0.7em 0.5em 1.5em;
	background-color: #7fc0f5;
}
  
.nameplate-nu .nameplate-copy {
	margin-right: -1em;
	padding: 0.4em 1.5em 0.5em 0.7em;
	background-color: #89fca6;
}

.inline-image,
.side-image {
	text-align: center;
	margin: 1em auto;
}

.side-image {
	width: 12em;
}

.sidebar,
.inline-quote {
	border-radius: 1em;
	margin: 1.4em auto;
	padding: 1px 1em;
}

.sidebar {
	background: #bbffcc;
}

.inline-quote {
	background: #cee9ff;
	font-size: 0.9em;
	width: 90%;
}

.cited-container {
	display: table;
	font-weight: bold;
	font-style: italic;
	margin: 1.4em auto;
	text-align: right;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cited-container .cited-text,
.cited-container .cited-image {
	display: table-cell;
	vertical-align: middle;
}

.cited-container .cited-text {
	margin: 0;
}

.cited-container .cited-image {
	padding-left: 0.5em;
	width: 4.5em;

    -webkit-flex: 0 0 4.5em;
    -ms-flex: 0 0 4.5em;
	flex: 0 0 4.5em;
}

.cited-container .cited-image img {
	border-radius: 50%;
	display: block;
}

@media (min-width: 28.75em) {
	.side-image {
		float: right;
		margin: 0 0 1em 1em;
	}
}

@media (min-width: 30em) {
	.sidebar {
		float: right;
		font-size: 0.9em;
		margin: 0 0 1em 1em;
	}
}

/* Buttons */

a.order-button {
	background-color: #f60;
	border-radius: 0.5em;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.2;
	margin: 0 auto;
	padding: 0.5em 1em 0.6em;
	text-decoration: none;
}

a.order-button:hover, 
a.order-button:focus, 
a.order-button:active {
	color:#ff3;
}

a.order-button:active {
	background-color: rgb(214, 86, 0);
}