@font-face {
        font-family: 'sketchnote';
        src: url('/assets/fonts/sketchnote-webfont.eot');
        src: url('/assets/fonts/sketchnote-webfont.eot?#iefix') format('embedded-opentype'),
             url('/assets/fonts/sketchnote-webfont.woff2') format('woff2'),
             url('/assets/fonts/sketchnote-webfont.woff') format('woff'),
             url('/assets/fonts/sketchnote-webfont.ttf') format('truetype'),
             url('/assets/fonts/sketchnote-webfont.svg#sketchnote_squareregular') format('svg');
        font-weight: normal;
        font-style: normal;
}

#footer_push {
	display: none;
}

#wrapper {
	min-height: 0; /* fix safari whitespace issue */
}

#ctaText {
	display: none;
}

#blueTriangle {
        position: absolute;
        right: 20px;
        top: 16px;
        width: 0;
        height: 0;
        border-left: 8px solid #004fca;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
}

#videoContainer {
	position: relative;
	float: left;
	width: 100%;
	max-width: 580px;
	margin-right: 20px;
	padding-top: 30px;
}

.video {
//        height: 326px;
        margin: 20px auto;
	margin-right: 20px;
	background-color: rgba(0,0,0,0);
	overflow: hidden;
}

.sbLogo {
	width: 50%;
	margin: 20px auto;
}

li {
	cursor: pointer;
}

h1.bigHeadline {
        color: #c10202;
        font-size: 75px;
        line-height: 70px;
        text-align: center;
        margin: 0;
        padding: 0;
        font-family: 'sketchnote', sans-serif;
}

h1.bigHeadline1 {
        color: #c10202;
        font-size: 75px;
        line-height: 70px;
        text-align: center;
        margin: 0;
        padding: 0;
        font-family: 'sketchnote', sans-serif;
}

h1.bigHeadline2 {
        color: #c10202;
        font-size: 55px;
        line-height: 70px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        font-family: 'sketchnote', sans-serif;
        width: 950px;
}

h1.bigHeadline3 {
        color: #c10202;
        font-size: 42px;
        line-height: 55px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        font-family: 'sketchnote', sans-serif;
        width: 950px;
}

h1.bigHeadline4 {
        color: #c10202;
        font-size: 42px;
        line-height: 55px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        font-family: 'sketchnote', sans-serif;
        width: 950px;
}


h2.subHeadline {
        color: #000;
        font-size: 26px;
        font-family: 'museo700';
        width: 950px;
        text-align: center;
        margin: 5px 0;
        padding: 0;
        line-height: 25px;
}

h2.subHeadline .yellowHighlight, h2.subHeadline .yellowHighlight2 {
        line-height: 25px;
}

#buttonPop {
	clear: both;
	margin: 15px auto 0;
	text-align: center;
	display: none;
}

#copy {
	max-width: 960px;
	margin: 0 auto;
}

#atc_button, .atc_button {
        width: 95%;
        margin: 0 auto;
        font-size: 28px;
}

#atc_button, .atc_button {
	position: relative;
        width: 500px;
	height: 70px;
        color: #004fca;
        text-decoration: none;
	background-image: linear-gradient(to top, #fac71d 3%, #fcdd68);
        border: solid 1px #0f1d4c;
        padding: 10px 0;
	font-size: 30px;
	line-height: 45px;
        display: block;
        margin: 10px auto 20px;
        font-size: 28px;
        text-align: center;
	border-radius: 6px;
}

#atc_button:hover, .atc_button:hover {
	background-image: linear-gradient(to top, #ffe799 3%, #ffe799);
        cursor: pointer;
}
#atc_button:hover .atcShine, .atc_button:hover .atcShine {
	opacity: 0.4;
}

.atcShine {
        width: 100%;
        height: 35px;
        opacity: 0.6;
        border-radius: 6px;
        background-image: linear-gradient(to bottom, #F7B61B, #FAD625);
        display: block;
        position: absolute;
        bottom: 0;
}
.atcText {
        position: relative;
        z-index: 5;
	font-family: 'museo700', Helvetica, Arial, sans-serif;
}

.ccLogos {
	text-align: center;
	margin: 10px auto;
}








@media (max-width: 958px) {

body {
	min-width: 350px;
}

h3 {
	font-size: 20px;
}

#center_content {
	margin-top: 0;
}

#copy {
	width: 100%;
}

#atc_button, .atc_button {
        width: 95%;
        margin: 0 auto;
        font-size: 28px;
}

#wrapper {
	width: 100%;
}

h1.bigHeadline {
        font-size: 40px;
        line-height: 45px;
        text-align: center;
        margin: 0;
        padding: 0;
        padding-top: 10px;
}

h1.bigHeadline1 {
        font-size: 36px;
        line-height: 42px;
        text-align: center;
        margin: 0;
        padding: 0;
        padding-top: 10px;
}

h1.bigHeadline2 {
        font-size: 44px;
        line-height: 46px;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        padding: 0;
}

h1.bigHeadline3 {
        font-size: 7.5vw;
        line-height: 10vw;
        text-align: center;
        margin: 0 auto;
        width: 95%;
        padding: 20px 0;
}

h1.bigHeadline4 {
        font-size: 7.5vw;
        line-height: 10vw;
        text-align: center;
        margin: 0 auto;
        width: 95%;
        padding: 20px 0;
}


h2.subHeadline {
        font-size: 4.5vw;
        line-height: 6vw;
        text-align: center;
        padding: 0;
        width: 95%;
        margin: 0 auto;
}

h2.subHeadline .yellowHighlight {
        line-height: 4.5vw;
        display: inline;
        background-color: #FFF;
}

h2.subHeadline .yellowHighlight {
        line-height: 4.5vw;
        display: inline;
}

#videoContainer {
	float: none;
	margin: 0 auto;
	z-index: 1000;
	padding-top: 0;
	width: 98%;
	max-width: 100%;
	padding-bottom: 25px;
}

.video {
	width: 100%;
	height: auto;
}

.sbLogo {
	min-width: 212px;
    	max-width: 300px;
    	width: 100%;
}

#center_content {
	padding-bottom: 0;
}

#blackArrowContainer {
	height: 0;
	margin-top: 25px;
        position: relative;
	background-color: transparent;
}
.blackArrowUp {
  	width: 0; 
  	height: 0; 
  	border-left: 50px solid transparent;
	border-right: 50px solid transparent;  
  	border-bottom: 25px solid black;
  	margin: 0 auto;
  	display: block;
        position: relative;
        top: -24px;
}

#buttonPop {
	position: fixed;
        bottom: 0;
	left: 0;
        z-index: 100;
	padding: 20px 0;
	margin-top: 0;
        width: 100%;
	background-color: #E91319;
}

#atc_button, .atc_button {
	width: 350px;
  	height: 70px;
	margin: auto;
	color: #004fca;
	font-family: Helvetica, Arial;
  	border-radius: 8px;
  	background-image: linear-gradient(to top, #fac71d 3%, #fcdd68);
  	border: solid 1px #0f1d4c;
	padding: 10px 0;
	font-size: 30px;
	line-height: 45px;
}

.atcShine {
  	width: 100%;
  	height: 35px;
  	opacity: 0.6;
  	border-radius: 6px;
  	background-image: linear-gradient(to bottom, #F7B61B, #FAD625);
	display: block;
	position: absolute;
	bottom: 0;
}
.atcText {
	position: relative;
	z-index: 5;
}

#lgenMessage {
	display: none;
}

#wrapper {
	margin: 0 auto -25px !important;
}

#blueTriangle {
	display: block;
}

#ctaText {
	display: block;
    	font-size: 17px;
   	color: #FFF;
    	margin: 0 auto 20px;
    	font-family: Helvetica, Arial, sans-serif;
    	font-weight: bold;
}

}


@media (max-width: 375px) {

body {
        min-width: 300px;
}

#videoContainer {
        margin-top: 0 !important;
}

h1.bigHeadline4 {
        font-size: 24px;
        line-height: 30px;
}

#atc_button {
        width: 95%;
	min-width: 285px;
        font-size: 22px;
}

}

