/* 
red A83427
yellow FDCD00
black 020001
*/

/* General */
body {
	font-family: 'Open Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 35px;
	color: #020001;
}

.wrap {
	margin-bottom: -13px;
}

.main {
	max-width: 1366px;
	margin: 0 auto;
	-webkit-box-shadow: 0px -2px 300px -8px rgba(143,133,133,1);
-moz-box-shadow: 0px -2px 300px -8px rgba(143,133,133,1);
box-shadow: 0px -2px 300px -8px rgba(143,133,133,1);
}

h2 {
	text-transform: uppercase;
}

h3 {
	color: #FDCD00;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 27px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 3px;
}

h3.name {
	color: #A83427;
	text-transform: none;
}

p {
	margin-bottom: 40px;
}

p.no-margin {
	margin-bottom: 0;
}

a {
	color: #A83427;
	transition: 0.2s ease 0s;
}

a:hover {
	text-decoration: none;
}

ul, ol {
	list-style: outside;
	padding-left: 15px;
	margin-bottom: 40px;
}

ol {
	list-style-type: decimal;
}

ol.sources {
	font-size: 12px;
	line-height: 19px;
}

li {
	padding-left: 10px;
}
.action-button a {
	display: block;
	border: solid;
	border-width: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 26px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	width: 250px;
	padding: 25px 0;
	margin: 0 auto;
}

.action-button a.action-page {
	margin-bottom: 60px;
	border-color: #FDCD00;
	color: #000000;
	transition: 0.2s ease 0s;
}

.action-button a.action-page:hover {
	background: #020010;
	border-color: #020001;
	color: #ffffff;
}

blockquote {
	max-width: 980px;
	margin: 0 auto 40px;
	font-family: "Open Sans Condensed",sans-serif;
    font-size: 27px;
	line-height: 37px;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
}

span.source {
	font-style: initial;
	color: #A83427;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
}

sup {
	vertical-align: super;
    font-size: smaller;
	margin-left: 5px;
}

blockquote sup {
	font-size: 15px;
}

/* Header */
.header {
}

.header-top {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 50px;
}

.header-top:after {
  content:"";
  display:table;
  clear:both;
}

.logo {
	width: 40%;
	float: left;
}

.logo a {
	background-image: url(../images/logo-sprite.png);
	background-position: 0 0;
	color: transparent;
	display: block;
	width: 553px;
	height: 76px;
	transition: none;
}

.logo a:hover {
	background-position: 0 75px;
}

.nav {
	width: 60%;
	float: right;
	padding: 0;
	margin-top: -19px;
}

.nav ul {
	float: right;
	clear: right;
	margin-bottom: 0;
	padding-left: 0;
}

.nav ul li {
	display: inline-block;
	margin-left: -4px;
	padding-left: 0;
}

.nav ul li a {
	color: #3D3D3D;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 15px;
	padding: 0 5px 4px;
	letter-spacing: 1px;
	transition: 0.2s ease 0s;
}

.nav ul li:first-of-type a {
	margin-left: 0;
}

.nav ul li a:hover {
	border-bottom: 3px solid #FDCD00;
}

a.action {
    float: right;
    background: #A83427;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
    padding: 4px 10px 0;
    transition: 0.2s ease 0s;
}

a.action:hover {
	background: #020010;
}

/* Act Now */
.act-now,
.hero {
	background: #a83427 url("../images/ragged-line.png");
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding-bottom: 120px;
	padding-top: 75px;
}

.hero {
	padding-bottom: 100px;
	padding-top: 50px;
}

.act-now h1,
.hero h1 {
	font-size: 27px;
	font-weight: 700;
	line-height: 65px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
    max-width: 1120px;
	letter-spacing: 1.5px;
}

.act-now h1 {
	line-height: 37px;
}

.act-now h1 span {
	display: inline-block;
}

.act-now .action-button a {
	color: #ffffff;
	border-color: #FDCD00;
	margin-top: 40px;
	transition: 0.2s ease 0s;
}

.act-now .action-button a:hover {
	background: #020010;
	border-color: #020001;
}

.hero h1 {
	background: #020010;
	line-height: 37px;
	padding: 17px 0 12px;
}
/* Intro */
.intro {
	margin: 0 auto;
    max-width: 1090px;
	text-align: center;
	padding: 50px 0 40px;
}

.intro h2 {
	color: #A83427;
	font-style: italic;
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
	margin-bottom: 10px;
}

.intro .action-button a {
	color: #020001;
	border-color: #A83427;
}

/* Feature */
.or-feature,
.feature {
	background: #808285;
	display: table;
	height: 100%;
}

.feature h2 {
	position: absolute;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 73px;
	font-weight: bold;
	line-height: 76px;
	color: #ffffff;
	/*bottom: 60px;*/
	left: 8%;
	text-transform: uppercase;
	/*max-width: 400px;*/
	    text-align: center;
    margin-top: 20%;
}

.or-feature h2 {
	position: absolute;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 73px;
	line-height: 76px;
	color: #ffffff;
	left: 8%;
	text-transform: uppercase;
	max-width: 100px;
	bottom: 60px;
}

.feature h2 span {
	color: #333333;
}

.feature .left {
	background-image: url(../images/guess-who-is-going-to-kansas.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background: #F05900;*/
}

.feature .left,
.feature .right {
	/*width: 50%;*/
	display: table-cell;
	vertical-align: top;
	height: 100%;
	position: relative;
}

.or-feature .left {
	/*background-image: url(../images/troy-newman.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
	background: #6d6e71;
    color: white;
    font-size: 13px;
    line-height: 18px;
    padding: 58px 20px 20px;
    text-align: center;
}

@media screen and (max-width: 1330px) {
	.or-feature .left {
		padding: 50px 20px 20px;
	}
}

@media screen and (max-width: 1205px) {
	.or-feature .left {
		padding: 35px 20px 20px;
	}
}

@media screen and (max-width: 900px) {
	.or-feature .left {
		padding: 0;
	}
}


.video-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.or-feature .left p {
	text-align: left;
	padding-top: 20px;
}

@media screen and (max-width: 900px) {
	.or-feature .left p {
	    padding: 20px 30px 0;
	    margin-bottom: 0;
	}
}

@media screen and (max-width: 680px) {
	.or-feature .left p {
	    padding: 20px 15px 0;
	    margin-bottom: 0;
	}
}
.or-feature .left,
.or-feature .right {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	height: 100%;
	position: relative;
}

.or-feature:after
.feature:after {
  content:"";
  display:table;
  clear:both;
}

ul.tacos {
	display: table;
	height: 100%;
	padding-left: 0;
	margin-bottom: 0;
}

ul.tacos li {
	width: 50%;
	padding: 50px 8%;
	display: table-cell;
	height: 100%;
}

ul.tacos:after {
  content:"";
  display:table;
  clear:both;
}

ul.tacos li.taco-one {
	background: #6D6E71;
}

.taco h3 a {
	color: #FDCD00;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 28px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	margin-bottom: 3px;
}

.taco p {
	margin-bottom: 0;
	color: #ffffff;
}

.taco p a {
	font-weight: 900;
	color: #FDCD00;
	text-decoration: none;
	text-transform: uppercase;
}

.taco h3 a:hover,
.taco p a:hover {
	color: #010002;
}

.taco blockquote {
	margin-top: 25px;
}

/* Banner */
.banner {
	background: #A83427;
	padding: 17px 0 13px;
}

.banner h2 {
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 35px;
	line-height: 52px;
	color: #FDCD00;
	text-align: center;
	margin: 0 auto;
    max-width: 1120px;
}

.banner h2 span.highlight {
	color: #FFFFFF;
}

/* Content */
.content {
	margin: 0 auto;
    max-width: 1120px;
	padding: 50px 0 60px;
}

.content h2 {
	color: #a83427;
    font-size: 29px;
	line-height: 37px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 10px;
}

/* In This Section */
.in-this-section {
	display: block;
	float: right;
	max-width: 400px;
	margin: 0 0 30px 45px;
}

/* Footer */
.footer {
	background: #FDCD00;
	text-align: center;
	padding: 10px 0 0;
}

footer:after {
  content:"";
  display:table;
  clear:both;
}

.footer h2 {
	font-family: "Open Sans Condensed",sans-serif;
    font-size: 30px;
	margin-bottom: 10px;
	padding-top: 40px;
}

.footer-content {
	margin: 0 auto;
    max-width: 1090px;
}

.footer-content a {
	color: #020001;
}

p.copyright {
	margin-bottom: 0;
	font-size: 12px;
	padding-bottom: 10px;
}

@media screen and (max-width: 1330px) {
	ul.tacos li {
		padding: 40px 8% 20px;
	}
}

@media screen and (max-width: 1260px) {
	.header-top {
		padding: 60px 30px 50px;
	}
	
	.nav a {
		margin-left: 40px;
	}
	
	.act-now h1,
	.intro,
	.footer-content,
	.hero {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	ul.tacos li {
		display: block;
		height: 50%;
		width: 88%;
		padding: 30px 6%;
	}
	.content {
    	padding: 50px 30px 60px;
	}
	.hero h1 {
		padding: 17px 20px 12px;
		line-height: 37px;
	}
	.nav {
    	padding: 26px 0 0;
	}
	.nav a {
		margin-left: 20px;
	}

	.logo a {
		background-size: 500px 138px;
		height: 69px;
		width: 500px;
	}

	a:hover {
		background-position: 0 69px;
	}
}

@media screen and (max-width: 1220px) {
	ul.tacos li {
	    display: block;
	    height: auto;
		padding: 30px 6%;
	}

	ul.tacos li blockquote {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1205px) {
	.ad {
		padding: 30px 12% 0 0;
	}
	ul.tacos li.taco-one {
		border-bottom: 2px solid #6D6E71;
		background: none;
		padding: 30px 0;
		margin: 0 6%;
	}
}

@media screen and (max-width: 1160px) {
	
	.nav a {
		margin-left: 20px;
	}
	
	.banner h2,
	.intro h2 {
		font-size: 32px;
	}
	
	.logo a {
		background-size: 450px 124px;
		height: 62px;
		width: 450px;
	}
	
	a:hover {
		background-position: 0 62px;
	}
	
	.in-this-section {
		width: 30%;
	}
	
	
}

@media screen and (max-width: 1060px) {
	.nav {
    	padding: 17px 0 0;
		width: 58%;
	}
	
	.nav a {
		font-size: 15px;
	}
	
	.logo a {
		background-size: 378px 104px;
		height: 52px;
		width: 378px;
	}
	
	.logo a:hover {
		background-position: 0 52px;
	}
	
	.act-now {
		padding-bottom: 80px;
    	padding-top: 45px;
	}
	
	.intro {
		padding-bottom: 20px;
	}
	
	.banner h2 {
		line-height: 36px;
	}
	
	.banner h2 span.highlight {
		display: block;
	}
	
	.header-top {
		padding: 40px 30px 30px;
	}
}

@media screen and (max-width: 960px) {
	.nav {
    	padding: 0;
		width: 100%;
	}

	.nav a {
		margin-top: -35px;
	}
	
	.intro, .footer {
		text-align: left;
	}
	
	.header-top {
		padding: 40px 30px 10px;
	}
	
	p.copyright {
		text-align: center;
	}
}

@media screen and (max-width: 900px) {
	.header-top {
		padding: 20px 30px 10px;
	}
	.or-feature .left, .or-feature .right {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.or-feature h2 {
		position: static;
		max-width: auto;
		padding: 100px 30px 30px;
	}
	
	.or-feature ul.tacos li.taco-one,
	.or-feature ul.tacos li {
		padding: 30px;
		margin: 0;
		width: auto;
	}

	.or-feature ul.tacos li.taco-one {
		background: #6D6E71;
	}
	
	.action-button a {
		width: 180px;
		padding: 10px 0;
	}
	
	img.chart {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 810px) {
	.ad {
	    padding: 30px 10% 0 0;
	}
}

@media screen and (max-width: 720px) {
	.or-feature h2 {
	    padding: 260px 30px 30px;
		font-size: 43px;
    	line-height: 46px;
	}
	.banner h2 {
		padding: 0 30px;
	}
	
	.in-this-section {
		width: 40%;
	}

	.ad {
	    padding: 30px 6% 0 0;
	}
}

@media screen and (min-width: 681px) {
	.in-this-section {
		display: block;
	}
	
	.mobile-menu {
		display: none;
	}
}

@media screen and (max-width: 680px) {
	body {
		line-height: 30px;
	}
	
	.banner h2 {
		padding: 0 15px;
	}

	.or-feature ul.tacos li.taco-one,
	.or-feature ul.tacos li {
		padding: 15px;
	}
	
	.or-feature h2 {
	    padding: 80px 15px 15px;
	}
	
	.act-now h1, .intro, .footer-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	ul.tacos li {
    	padding: 15px;
	}
	.banner h2, .intro h2 {
		font-size: 24px;
		line-height: 26px;
	}
	.act-now h1, .hero h1, .action-button a, .footer h2,
	h3 {
		font-size:20px;
		line-height: 23px;
	}
	
	.logo {
		float: none;
		width: 260px;
		margin: 0 auto;
	}
	
	.logo a {
		background-size: 260px 72px;
		height: 36px;
		width: 260px;
	}
	
	.logo a:hover {
		background-position: 0 36px;
	}
	
	p {
		margin-bottom: 20px;
	}
	
	.nav {
		float: none;
		text-align: center;
	}

	.nav ul {
		float: none;
		text-align: center;
	}
	.nav a {
    margin-top: 35px;
}
	.nav a {
    	font-size: 14px;
    	margin-left: 2px;
    	margin-right: 2px;
		padding: 0 5px;
		font-weight:400;
	}

	.nav a:first-of-type {
		margin-left: 0;
	}

	a.action {
		display: inline-block;
		float: none;
		margin-bottom: 10px;
	}
	
	.act-now {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	
	.act-now {
		background: #a83427;
	}
	
	.act-now h1 {
		text-align: left;
	}
	
	.act-now .action-button a {
		margin-top: 20px;
	}
	
	.hero { 
		background: #020001;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.hero h1 {
		padding: 0;
	}
	
	.intro {
		padding-bottom: 0;
		padding-top: 20px;
	}
	
	.content {
    	padding: 20px 15px 20px;
	}
	
	.footer h2 {
		padding-top: 10px;
	}
	
	.in-this-section {
		display: none;
	}
}

@media screen and (max-width: 580px) {
	.feature .left, .feature .right {
		display: block;
		width: 100%;
		height: auto;
	}
	
	ul.tacos li.taco-one,
	ul.tacos li {
		padding: 30px;
		margin: 0;
		width: auto;
	}

	ul.tacos li.taco-one {
		background: #6D6E71;
	}

	.ad canvas {
		margin: 0 auto 20px;
	}
}