@import url("reset.css");

/* ------ HTML5 Display Definitions ------ */

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; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ------ Fonts ------ *//*

	Interstate Regular
	------------------
	font-family: interstate, sans-serif;
	font-weight: 500;
	font-style: normal;

	Interstate Italic
	---------------
	font-family: interstate, sans-serif;
	font-weight: 500;
	font-style: italic;

	Interstate Bold
	---------------
	font-family: interstate, sans-serif;
	font-weight: 700;
	font-style: normal;

	Interstate Bold Italic
	----------------------
	font-family: interstate, sans-serif;
	font-weight: 700;
	font-style: italic;

/* ------ Global ------ */

html {
	background: #000 url("../images/bg.jpg") no-repeat center top;
	color: #fff;
	font-family: interstate, sans-serif;
	font-weight: 500;
	font-style: normal;
	width: 100%;
}

html#page-consequences {
    height: 100%;
    overflow-y: hidden;
	width: 100%;
}

body {
	width: 100%;
}

body.page-consequences {
    height: 100%;
	width: 100%;
}

#skip {
	left: -100%;
	position: fixed;
	top: -100%;
}

#skip:focus {
	background: #000620;
	color: #D8D8D8;
	display: block;
	font-size: 16px;
	left: 0px;
	padding: 20px 0;
	position: fixed;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 0px;
	width: 100%;
	z-index: 9999;
}

header {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9997;
}

.page-home header {
	background: #000620;
}

header nav {
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
	width: 1440px;
}

.page-home header nav {
	padding-bottom: 5px;
}

header nav h1 {
	display: block;
	left: 108px;
	height: 49px;
	position: absolute;
	top: 89px;
	width: 230px;
}

.es header nav h1 {
	height: 37px;
	width: 230px;
}

.sticky header nav h1, .page-consequences header nav h1 {
	left: 55px;
	top: 10px;
	width: 230px;
}

.es.sticky header nav h1, .es.page-consequences header nav h1 {
	top: 15px;
}

header nav h1 a, header nav h1 a img {
	display: block;
	height: 100%;
	width: 100%;
}

header nav #menu {
	display: none;
}

header nav ul {
	padding-right: 48px;
	text-align: right;
}

header nav ul li {
	display: inline-block;
	font-size: 16px;
	padding: 24px 16px;
	text-transform: uppercase;
}

.es header nav ul li {
	font-size: 16px;
	padding: 24px 6px;
	text-transform: none;
}

header nav ul li a {
	color: #D8D8D8;
	text-decoration: none;
}

header nav ul li a.active {
	color: #FFF104;
	text-decoration: underline;
}

header nav ul li a:hover, header nav ul li a:focus {
	color: #CF2A2B;
}

header #language {
	background: #FFF104;
	border: 1px solid #d8d8d8;
	color: #000;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	padding: 5px;
	position: absolute;
	right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	top: 20px;
	z-index: 9998px;
}

header #language:hover, header #language:focus {
	background: #000;
	color: #D8D8D8;
}

#wrapper {
	background: #000;
	margin: 0 auto;
	width: 1440px;
}

.page-consequences #wrapper {
	height: 100%;
    position: relative;
    width: 100%;
}

#wrapper #focus {
	display: none;
}

#wrapper #focus:focus {
	display: block;
	height: 0px;
	overflow: hidden;
}

#content {
	width: 100%;
}

.page-consequences #content {
	height: 100%;
    position: relative;
    width: 100%;
}

#splash {
	text-align: center;
	width: 100%;
}

#splash h1 {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -1.14px;
	line-height: 47px;
	padding-top: 208px;
	text-transform: uppercase;
}

#splash p {
	color: #CFCFCF;
	font-size: 16px;
	line-height: 22px;
	padding: 30px 368px 0 368px;
}

#splash p a {
	color: #FFF104;
}

#splash p a:hover, #splash p a:focus {
	color: #CF2A2B;
}

footer {
	width: 100%;
}

footer .footer-content {
	margin: 0 auto;
	padding: 83px 0;
	width: 524px;
}

footer #txdot {
	display: block;
	float: left;
	height: 79px;
	margin: 33px 0 0 120px;
	width: 113px;
}

footer #txdot img {
	height: 100%;
	width: 100%;
}

footer nav {
	float: left;
	margin: 63px 0 0 22px;
}

footer nav ul {
	display: block;
}

footer nav ul li {
	display: inline-block;
	height: 28px;
	margin-left: 7px;
	width: 28px;
}

footer nav ul li a {
	display: block;
	height: 100%;
	text-indent: -9999em;
	width: 100%;
}

footer nav ul li #youtube {
	background: url('../images/icon-yt.png') no-repeat top left;
	background-size: cover;
}

footer nav ul li #youtube:hover, footer nav ul li #youtube:focus {
	background-position: bottom left;
}

footer nav ul li #facebook {
	background: url('../images/icon-fb.png') no-repeat top left;
	background-size: cover;
}

footer nav ul li #facebook:hover, footer nav ul li #facebook:focus {
	background-position: bottom left;
}

footer nav ul li #twitter {
	background: url('../images/icon-twitter.png') no-repeat top left;
	background-size: cover;
}

footer nav ul li #twitter:hover, footer nav ul li #twitter:focus {
	background-position: bottom left;
}

footer nav ul li #instagram {
	background: url('../images/icon-instagram.png') no-repeat top left;
	background-size: cover;
}

footer nav ul li #instagram:hover, footer nav ul li #instagram:focus {
	background-position: bottom left;
}

footer p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 35px;
	text-align: center;
}

footer p a {
	color: #FFF104;
}

/* ------ Home ------ */

.page-home #wrapper {
	padding-top: 44px;
}

.page-home #intro {
	background: #000620 url('../images/bg-home.jpg') no-repeat right 12px;
	height: 741px;
	width: 100%;
}

.page-home #intro img {
	display: none;
}

.page-home #intro .content {
	padding: 218px 0 0 109px;
	width: 400px;
}

.page-home #intro .content h1 {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: -0.9px;
	line-height: 37px;
	text-transform: uppercase;
}

.page-home #intro .content p {
	color: #CFCFCF;
	font-size: 16px;
	line-height: 26px;
	padding-top: 25px;
}

.page-home #intro .content a {
	margin-top: 35px;
}

.page-home #featured {
	background: #000 url('../images/bg-featured.jpg') no-repeat center top;
	position: relative;
	width: 100%;
}

.page-home .feature {
	position: absolute;
	width: 585px;
}

.page-home .feature.left {
	left: 105px;
	top: -82px;
}

.page-home .feature.right {
	right: 134px;
	top: -82px;
}

.page-home #featured .content {
	position: relative;
	width: 100%;
}

.page-home #featured .text {
	float: left;
	margin: 153px 0 0 99px;
	width: 264px;
}

.page-home #featured .text h2 {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: -0.9px;
	line-height: 38px;
	text-transform: uppercase;
}

.es.page-home #featured .text h2 {
    font-size: 30px;
}

.page-home #featured .text p {
	color: #CFCFCF;
	font-size: 16px;
	line-height: 26px;
	padding-top: 13px;
}

.page-home #featured .text a {
	margin-top: 21px;
}

.page-home #featured .video {
	background: #000;
	float: right;
	height: 519px;
	margin: 108px 92px 0 0;
	width: 922.37px;
}

.page-home #featured .video iframe {
	height: 100%;
	width: 100%;
}

/* ------ Consequences ------ */

#consequence-debug {
    font-size: 12px;
    left: 0px;
    bottom: 0px;
    padding-bottom: 10px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

#consequence-debug ul {
    display: block;
    width: 100%;
}

#consequence-debug li {
    display: inline-block;
    padding: 5px;
}

#consequence-debug li a {
    background: #FFF104;
    color: #000;
    display: block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
}

#consequence-debug li a.active, #consequence-debug li a:hover, #consequence-debug li a:focus {
    background: #CF2A2B;
    color: #fff;
}

.slide {
	background: #D0CCBF;
    display: none;
    height: 100vh;
    width: 100vw;
}

.slide:nth-child(odd) {
	background: #D0CCBF url('../images/bg-slide-right.png') no-repeat bottom right;
}

.slide:nth-child(even) {
	background: #D0CCBF url('../images/bg-slide-left.png') no-repeat -155px 0px;
}

.slide.full {
	background: #D0CCBF url('../images/bg-slide-right.png') no-repeat bottom right;
}

.slide:first-child {
	background: #000;
	display: block;
}

.slide .image {  
	border: none;
	float: left;
	height: 100vh;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 51vw;
}

.slide:nth-child(even) .image {
	float: right;
}

.slide .image img {
	height: 105vh;
}

.slide .video {
	float: left;
	height: 100vh;
	width: 51vw;
}

.slide:nth-child(even) .video {
	float: right;
}

.slide .video .player {
	margin-top: 33vh;
	margin-left: 10%;
	position: relative;
  	padding-bottom: 50.75%; /* 16:9 */
  	height: 0;
	width: 90%;
}

.slide:nth-child(even) .video .player {
	margin-left: 0;
	margin-right: 10%;
}

.slide .video iframe {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

.slide .content {  
	float: right;
	height: 100%;
	padding: 0 5%;
    width: 39%;
}

.slide:nth-child(even) .content {
	float: left;
}

.slide.full .content {
	background: url('../images/bg-slide-left.png') no-repeat -155px 0px;
	float: none;
	text-align: center;
	width: 90%
}

.slide .content h1 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.52px;
	line-height: 38px;
	margin-top: 33vh;
	text-transform: uppercase;
}

.slide .content h2 {
	color: #fff;
	font-size: 65px;
	font-weight: 700;
	letter-spacing: -1.55px;
	line-height: 70px;
	text-transform: uppercase;
}

.slide .content h3 {
	color: #000;
	font-size: 65px;
	font-weight: bold;
	letter-spacing: -1.55px;
	line-height: 57px;
	margin-top: 33vh;
	text-transform: uppercase;
}

.slide.full .content h3 {
	margin-top: 0px;
	padding-top: 20vh;
}

.slide .content p {
	color: #000;
	font-size: 16px;
	line-height: 22px;
	padding-top: 14px;
}

.slide .content p strong {
	font-weight: bold;
}

.slide:first-child .content p {
	color: #fff;
}

.slide:first-child .button {
	display: none;
}

.slide .result {
	display: none;
}

.slide.active .result {
	display: block;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.spinning .slide.active .result {
	display: none;
}

.slide .content .button {
	margin-top: 34px;
}

.slide .share {
	border-top: 1px solid #979797;
	margin-top: 29px;
	padding-top: 13px;
	width: 100%;
}

.slide.full .share {
	border: none;
	display: block;
	margin: 0 auto;
	width: 160px;
}

.es .slide.full .share {
	width: 210px;
}

.slide .share h4 {
	color: #000;
	float: left;
	font-size: 14px; 
	font-weight: bold;
	letter-spacing: -0.33px;
	line-height: 22px;
	padding: 4px 10px 0 0;
	text-transform: uppercase;
}

.slide .share ul {
	display: block;
	float: left;
}

.slide .share ul li {
	display: inline-block;
	height: 28px;
	width: 28px;
}

.slide .share a {
	display: block;
	height: 100%;
	text-indent: -9999em;
	width: 100%;
}

.slide .share a.facebook {
	background: url('../images/icon-fb.png') no-repeat top left;
	background-size: cover;
}

.slide .share a.twitter {
	background: url('../images/icon-twitter.png') no-repeat top left;
	background-size: cover;
}

.slide .share a:hover, .slide .share a:focus {
	background-position: bottom left;
}

.result-mobile {
	display: none;
}

#result, #debug {
	display: none;
}

#lyft {
	background: url('../images/modal.png') repeat top left;
	display: none;
	height: 100vh;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100vw;
	z-index: 9990;
}

#lyft #modal {
	background: #fff;
	border: 5px solid #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #000;
	margin: 0 0 0 -300px;
	left: 50%;
	top: 22vh;
	text-align: center;
	position: absolute;
	width: 600px;
}

#lyft #modal .content {
	padding: 30px;
}

#lyft #modal h3 {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}

#lyft #modal p {
	font-size: 16px;
	line-height: 22px;
	padding-top: 15px;
}

#lyft #modal p strong {
	font-weight: bold;
}

#lyft #modal p.small {
	font-size: 12px;
}

#lyft #modal .close {
	background: #fff;
	border: 1px solid #979797;
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 38px 16px 38px;
	text-decoration: none;
	text-transform: uppercase;
}

#lyft #modal .close:hover, #lyft #modal .close:focus {
	background: #CF2A2B;
	border: 1px solid #979797;
	color: #fff;
}

#lyft #modal .button, #lyft #modal .close {
	width: 110px;
}

.es #lyft #modal .button, .es #lyft #modal .close {
	font-size: 11px;
	width: 125px;
}

#lyft #qr {
	background: #fff;
	margin: 20px auto;
	padding: 15px;
	width: 200px;
}

#lyft #qr img {
	display: block;
	width: 100%;
}

/* ------ Tips to Find a Sober Ride ------ */

.page-tips header {
    background: none;
}

.page-tips.sticky header {
    background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
}

.page-tips #intro {
	background: #000 url('../images/bg-tips-2022.jpg') no-repeat top left;
	height: 675px;
}

.page-tips #intro .content {
    margin: 0 auto;
    padding-top: 129px;
    width: 1268px;
}

.page-tips #intro .text {
    float: left;
    padding: 106px 21px 0 21px;
    width: 463px;
}

.es.page-tips #intro .text {
    padding-top: 60px;
}

.page-tips #intro .text h1 {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -1.14px;
	line-height: 47px;
	text-transform: uppercase;
}

.page-tips #intro .text p {
	color: #CFCFCF;
	font-size: 16px;
	line-height: 26px;
    padding-top: 20px;
}

.page-tips #intro .text p em, .page-tips #intro .text p i {
    font-style: italic;
}

.page-tips #intro .text p strong, .page-tips #intro .text p b {
    font-weight: 700;
}

.page-tips #intro .video {
    border: 5px solid #78695B;
    background: #000 url('../images/loading.gif') no-repeat 50% 50%;
    float: right;
    width: 752.96px;
}

.page-tips #intro .video .player {
    height: 0px;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}

.page-tips #intro .video iframe {
    left: 0px;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
}

#tips {
    background: url(../images/bg-tire.jpg) no-repeat 800px 480px;
    margin-top: -60px;
    width: 100%;
}

#tips .content {
    margin: 0 auto;
    width: 1268px;
}

.tip {
    float: left; 
    margin-top: 59px;
    width: 604px;
}

.tip:nth-child(even) {
    float: right;
}

.tip .text {
    float: left;
    width: 286px;
}

.tip .text h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.52px;
    line-height: 25px;
    text-transform: uppercase;
    width: 265px;
}

.tip .text p {
    color: #CFCFCF;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}

.tip .text p em, .tip .text p i {
    font-style: italic;
}

.tip .text p strong, .tip .text p b {
    font-weight: 700;
}

.tip .video {
    background: #000 url('../images/loading.gif') no-repeat 50% 50%;
    float: right;
    /*height: 514px;*/
    width: 285px;
}

.tip .video .player {
    height: 0px;
    padding-bottom: 180.36%;
    position: relative;
    width: 100%;
}

.tip .video .player.image {
    height: auto;
    padding: 0;
}

.tip .video iframe {
    left: 0px;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
}

.tip .video img {
    display: block;
    width: 100%;
}

/* ------ Cost of a DWI ------ */

.page-cost #splash {
	background: #000 url('../images/bg-tips.jpg') no-repeat top left;
	height: auto;
}

#cost {
	background: #000 url('../images/bg-tire.jpg') no-repeat 800px 480px;
	width: 100%;
}

#cost h2 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.67px;
	line-height: 47px;
	padding-top: 39px;
	text-align: center;
	text-transform: uppercase;
}

#cost h3 {
	font-size: 23px;
	font-weight: 700;
	letter-spacing: -0.55px;
	line-height: 47px;
	padding-top: 2px;
	text-transform: uppercase;
}

#cost h4 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.67px;
	line-height: 32px;
	text-transform: uppercase;
}

#cost p {
	color: #CFCFCF;
	font-size: 16px;
	line-height: 22px;
	padding-top: 15px;
}

#cost ul {
	padding-top: 28px;
	width: 100%;
}

#cost li {
	background: url('../images/icon-list-dot.png') no-repeat 0px 8px;
	color: #CFCFCF;
	font-size: 16px;
	line-height: 26px;
	padding-left: 22px;
}

#laws {
	border-bottom: 1px solid #979797;
	margin: 0 auto;
	width: 1299px;
}

#laws #law {
	margin: 0 auto;
	text-align: center;
	width: 685px;
}

#laws #law p {
	padding-top: 25px;
}

#laws .law {
	background: url('../images/bg-law.png') no-repeat top left;
	padding: 0 31px 60px 127px;
	margin-top: 72px;
	width: 462px;
}

#laws .law.left {
	float: left;
}

#laws .law.right {
	float: right;
}

#laws .law.no-margin {
	margin-top: 0;
}

.dwi {
	border-bottom: 1px solid #979797;
	margin: 0 auto;
	padding: 55px 0;
	width: 1299px;
}

.dwi img.left, .dwi .content.left {
	display: block;
	float: left;
	width: 571px;
}

.dwi img.right, .dwi .content.right {
	display: block;
	float: right;
	width: 626px;
}

.dwi .content.left h4 {
	width: 445px;
}

.dwi .content.right h4 {
	width: 586px;
}

.dwi #total {
	background: #CF2A2B;
	display: inline-block;
	height: 80px;
	margin: 30px 0 0 25px;
	position: relative;
	text-align: center;
	width: 233px;
}

.dwi #total:before {
	 position: absolute;
      content: "";
      left: -20px;
      height: 0;
      width: 0;
      font-size: 0;
      line-height: 0;
      border-top: 40px solid #CF2A2B;
      border-bottom: 40px solid #CF2A2B;
      border-right: 40px solid #CF2A2B;
      border-left: 20px solid transparent;
	  z-index: 1;
}

.dwi #total .ribbon {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.67px;
	left: 0px;
	line-height: 30px;
	padding-top: 6px;
	position: absolute;
	text-transform: uppercase;
	width: 233px;
	z-index: 2;
}

.dwi #total h5 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.43px;
	line-height: 30px;
}

.dwi #total h6 span {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.43px;
	line-height: 30px;
}

/* ------ Faces of Drunk Driving ------ */

.page-faces #content {
	background: #000 url('../images/bg-faces.jpg') no-repeat top left;
}

#faces {
    margin: 0 auto;
    width: 1268px;
}

#faces nav {
    border-bottom: 1px solid #979797;
    margin: 70px 0 44px 0;
    padding-bottom: 13px;
}

#faces nav p {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
}

#faces nav ul {
    display: inline-block;
}

#faces nav li {
    display: inline-block;
    padding-left: 38px;
}

#faces nav li a {
    color: #BBBAAE;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
}

#faces nav li a:hover, #faces nav li a:focus {
    color: #fff;
}

#faces nav li a.active {
    color: #FFF104;
}

#faces .content {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 60px 38px;
    grid-template-columns: 48.501% 48.501%;
    width: 100%;
}

#faces .face .video {
    background: #000 url('../images/loading.gif') no-repeat 50% 50%;
    width: 100%;
}

#faces .face .player {
    height: 0px;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}

#faces .face iframe {
    left: 0px;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
}

#faces .face .text h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.45px;
    line-height: 38px;
    padding-top: 20px;
    text-transform: uppercase;
}

#faces .face .text p {
    color: #C1C1C1;
    font-size: 17px;
    letter-spacing: -0.5px;
    line-height: 20px;
    padding-top: 8px;
}

#faces .featured {
    background: rgb(32,31,31);
    background: -webkit-linear-gradient(rgba(32,31,31,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(rgba(32,31,31,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(rgba(32,31,31,1) 0%, rgba(0,0,0,1) 100%);
    border: 1px solid #979797;
    grid-column: span 2;
    position: relative;
}

#faces .featured .text {
    float: left;
    margin: 140px 0 0 83px;
    text-align: center;
    width: 365px;
}

#faces .featured .text h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 38px;
    text-transform: uppercase;
}

#faces .featured .text p {
    color: #C1C1C1;
    font-size: 17px;
    letter-spacing: -0.5px;
    line-height: 20px;
    padding-top: 20px;
}

#faces .featured .video {
    background: url('../images/loading.gif') no-repeat 50% 50%;
    float: right;
    padding: 21px 21px 47px 21px;
    width: 733px;
}

#faces .featured .player {
    height: 0px;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}

#faces .featured iframe {
    left: 0px;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
}

#faces .featured .slice {
    background: url('../images/slice.png') no-repeat top left;
    height: 98px;
    left: -1px;
    margin-top: -49px;
    position: absolute;
    top: 50%;
    width: 38px;
}

/* ------ Media Center ------ */

.page-media #splash {
	background: #000 url('../images/bg-tips.jpg') no-repeat top left;
	height: auto;
}

#events {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 960px;
}

#events h2 {
    font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.67px;
	line-height: 47px;
	padding-top: 56px;
	text-align: center;
	text-transform: uppercase;
}

#events p {
    color: #CFCFCF;
	font-size: 16px;
	line-height: 22px;
    padding: 30px 0 10px 0;
    text-align: center;
}

#events p a {
	color: #FFF104;
    text-decoration: none;
}

#events p a:hover, #events p a:focus {
	color: #CF2A2B;
}

#events .event-content {
    padding-left: 0;
    width: 100%;
}

#events .event {
    float: left;
    padding-left: 5%;
    padding-top: 36px;
    width: 45%;
}

#events .event.single {
	float: none;
	margin-left: 30%;
}

#events .event.center {
	margin: 0;
	padding-left: 0;
	text-align: center;
	width: 100%;
}

#events .event:nth-child(even) {
    float: right;
    padding-left: 0px;
}

#events .event p {
    padding: 0;
    text-align: left;
    width: 320px;
}

#events .event.center p {
	text-align: center;
	width: auto;
}

#events .event p a {
	color: #CFCFCF;
	text-decoration: underline;
}

#events .event p a:hover, #events .event p a:focus {
	color: #FFF104;
}

#events .event .date {
    background: #fff;
    float: left;
    height: 60px;
	margin-top: 4px;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}

#events .event.center .date {
	float: none;
	margin: 0 auto;
}

#events .event .date h3 {
    background: #cf2a2b;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 0 3px 0;
}

#events .event .date h4 {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    padding-top: 7px;
}

#events .details {
    float: left;
    min-height: 90px;
    padding: 0 0 0 30px;
}

#events .event.center .details {
	float: none;
	padding: 15px 0 0 0;
}

#events .details p {
    font-size: 18px;
    line-height: 22px;
}

#events .details p strong {
    color: #fff;
    font-weight: bold;
}

#resources {
	background: #000 url('../images/bg-tire.jpg') no-repeat 800px 280px;
	width: 100%;
}

#resources a {
	color: #FFF104;
	font-weight: 700;
	text-decoration: none;
}

#resources a:hover, #resources a:focus {
	color: #CF2A2B;
}

#resources #facts {
	margin: 0 auto;
	width: 726px;
}

#resources #facts h2, #resources #facts h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.67px;
	line-height: 47px;
	padding-top: 56px;
	text-align: center;
	text-transform: uppercase;
}

#resources #facts ul {
	padding: 24px 0 0 0;
	width: 100%;
}

#resources #facts ul li {
	color: #CFCFCF;
	display: block;
	font-size: 20px;
	line-height: 26px;
	padding-top: 52px;
	text-align: center;
	width: 50%;
}

#resources #facts ul li:nth-child(odd) {
	float: left;
	width: 304px;
}

#resources #facts ul li:nth-child(even) {
	float: right;
	width: 335px;
}

#resources #facts ul li:nth-child(1), #resources #facts ul li:nth-child(2) {
	/*height: 297px;*/
	height: 255px;
}

#resources #facts ul li:nth-child(3), #resources #facts ul li:nth-child(4) {
	height: 255px;
}

#resources #facts ul li img {
	display: block;
	height: 84px;
	margin: 0 auto 42px auto;
}

#resources #facts ul li:nth-child(3) img {
	height: 94px;
}

#resources #facts ul li:nth-child(4) img {
	height: 94px;
}

#resources #facts ul li b, #resources #facts ul li strong {
    font-weight: bold;
}

#resources #facts p {
	color: #CFCFCF;
	font-size: 14px;
	line-height: 26px;
	padding-top: 24px;
}

#resources #facts p.center {
	text-align: center;
}

#resources #videos {
	margin: 0 auto;
	width: 1319px;
}

#resources .videos {
	align-items: top;
	column-gap: 41px;
	columns: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

#resources #videos h3 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.67px;
	line-height: 47px;
	margin-top: 81px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#resources #videos h3 .lowercase {
	text-transform: none;
}

#resources #videos h4 {
	color: #CFCFCF;
	font-size: 23px;
	font-weight: 700;
	line-height: 28px;
	padding-top: 32px;
}

#resources #videos p {
	color: #CFCFCF;
	font-size: 16px;
	line-height: 23px;
	padding: 22px 0 5px 0;
}

#resources .video {
	margin: 51px 0 0 0;
	width: 411.56px;
}

#resources .video img {
	width: 100%;
}

#resources .video p {
	padding: 11px 0 5px 0;
}

/* ------ Utility ------ */

.button {
	background: #FFF104;
	border: 1px solid #979797;
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 38px 16px 38px;
	text-decoration: none;
	text-transform: uppercase;
}

.button:hover, *.button:focus {
	background: #CF2A2B;
	border: 1px solid #979797;
	color: #fff;
}

.feature {
	background: rgb(2,0,36) url('../images/bg-feature.png') no-repeat -85px -5px;
	background: url('../images/bg-feature.png') no-repeat -85px -5px, -webkit-linear-gradient(bottom, rgba(53,55,66,1) 0%, rgba(2,0,36,1) 100%);
	background: url('../images/bg-feature.png') no-repeat -85px -5px, -o-linear-gradient(bottom, rgba(53,55,66,1) 0%, rgba(2,0,36,1) 100%);
	background: url('../images/bg-feature.png') no-repeat -85px -5px, linear-gradient(to top, rgba(53,55,66,1) 0%, rgba(2,0,36,1) 100%);
	border: 2px solid #696863;
	color: #DDD;
	cursor: pointer;
	display: block;
	font-size: 22px;
	height: 106px;
	letter-spacing: -0.3px;
	text-decoration: none;
	text-transform: uppercase;
	-ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
	min-width: 585px;
	z-index: 2;
}

.es .feature {
	font-size: 16px;
}

.feature:hover, .feature:focus {
	background: rgb(2,0,36) url('../images/bg-feature.png') no-repeat -85px -150.46px;
	background: url('../images/bg-feature.png') no-repeat -85px -150.46px, -webkit-linear-gradient(bottom, rgba(53,55,66,1) 0%, rgba(0,0,0,1) 100%);
	background: url('../images/bg-feature.png') no-repeat -85px -150.46px, -o-linear-gradient(bottom, rgba(53,55,66,1) 0%, rgba(0,0,0,1) 100%);
	background: url('../images/bg-feature.png') no-repeat -85px -150.46px, linear-gradient(to top, rgba(53,55,66,1) 0%, rgba(0,0,0,1) 100%);
	border: 2px solid #ccc;
}

.feature div {
	-ms-transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
	height: 106px;
	padding-left: 50px;
	text-align: center;
}

.feature p {
	background: url('../images/icon-feature-link.png') no-repeat 7px 5px;
	height: 40px;
	display: inline-block;
	margin: 31px 0 0 0;
	padding: 5px 0 0 35px;
}

.es .feature p {
	background-position: 5px 0px;
	margin-top: 40px;
}

.feature:hover p, .feature:focus p {
	background-position: 0px 5px;
}

.es .feature:hover p, .es .feature:focus p {
	background-position: 0px 0px;
}

.clear {
	clear: both;
}

/* ------ Media Queries ------ */

@media only screen and (max-width: 1485px) {
	header #language {
		top: 75px;
		right: 30px;
	}
}

/* 960 to 1440 */
@media only screen and (max-width: 1439px) {
	#wrapper, header nav {
		width: 100%;
	}
	header nav ul {
		padding-right: 20px;
	}
	header nav ul li {
		font-size: 14px;
		padding: 24px 10px;
	}
	header #language {
		top: 75px;
		right: 30px;
	}
	.es header nav ul li {
		font-size: 16px;
	}
	.page-home #featured {
		position: static;
	}
	.page-home .feature {
		margin: 0 auto;
		min-width: 80% !important;
		position: static;
		width: 80%;
	}
	.page-home .feature.left {
		left: auto;
		top: auto;
	}
	.page-home .feature.right {
		margin-top: 50px;
		right: auto;
		top: auto;
	}
	.page-home #featured .content {
		margin: 0 auto;
		padding-top: 0;
		position: static;
		width: 80%;
	}
	.page-home #featured .video {
		float: none;
		height: 0;
		margin: 50px 0 0 0;
		padding-bottom: 56.25%;
		position: relative;
		width: 100%;
	}
	.page-home #featured .video iframe {
		left: 0;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.page-home #featured .text {
		float: none;
		margin: 0;
		padding-top: 50px;
		width: 100%;
	}
	#splash .content {
		margin: 0 auto;
		width: 80%;
	}
	#splash .content p {
		padding: 30px 0 0 0;
	}
	/*.slide .image img {
		margin-top: 13vh;
		height: 80vh;
	}*/
	.slide .image img {
		margin-top: 23vh;
		height: 60vh;
	}
    .page-tips #intro {
        height: auto;
    }
    .page-tips #intro .content {
        width: 100%;
    }
    .page-tips #intro .text, .es.page-tips #intro .text {
        float: none;
        margin: 0 auto;
        padding: 80px 0 0 0;
        text-align: center;
        width: 80%;
    }
    .page-tips #intro .video {
        border: none;
        float: none;
        height: auto;
        margin-top: 55px;
        width: 100%;
    }
    .page-tips #intro .video .player {
        background: #78695B;
    }
    .page-tips #intro .video iframe {
        left: 1%;
        height: 98%;
        margin: 0 auto;
        top: 1%;
        width: 98%;
    }
    #tips {
        margin-top: 0;
    }
    #tips .content {
        width: 80%;
    }
    .tip {
        width: 40%;
    }
    .tip .text {
        float: none;
        width: 100%;
    }
    .tip .text h2 {
        width: auto;
    }
    .tip .video {
        float: none;
        margin-top: 25px;
        width: 100%;
    }
	.page-cost #splash {
		height: auto;
	}
	#cost #laws {
		padding-bottom: 50px;
		width: 100%;
	}
	#cost #laws #law {
		margin: 0 auto;
		width: 80%;
	}
	#laws .law, #laws .law.no-margin {
		padding: 138px 0 0 0;
		margin: 50px auto 0 auto;
		width: 80%;
	}
	#laws .law.left, #laws .law.right {
		float: none;
	}
	.dwi {
		width: 100%;
	}
	.dwi img, .dwi img.left, .dwi img.right {
		float: none;
		margin: 0 auto;
		width: 80%;
	}
	.dwi .content, .dwi .content.left, .dwi .content.right {
		float: none;
		margin: 0 auto;
		width: 80%;
	}
	.dwi .content.left h4 {
		width: 100%;
	}
	.dwi .content.right h4 {
		width: 100%;
	}
	.dwi img.left {
		margin-top: 30px;
	}
	.dwi #total {
		margin-bottom: 30px;
	}
	.page-faces #splash {
		height: auto;
		padding-bottom: 50px;
	}
    #faces {
        margin: 0 auto;
        width: 90%;
    }
    #faces .featured .video {
        float: none;
        margin: 5% auto 0 auto;
        padding: 0;
        width: 80%;
    }
    #faces .featured .text {
        float: none;
        margin: 5% auto;
        width: 80%;
    }
    .es #faces nav li {
        display: inline-block;
        padding-left: 25px;
    }
	.page-media #splash {
		height: auto;
		padding-bottom: 50px;
	}
	#resources #videos {
		width: 80%;
	}
	#resources .videos {
		column-count: 1;
		column-gap: 5%;
	}
	#resources .video {
		width: 47.5%;
	}
}

@media only screen and (max-width: 1225px) {
	header nav ul li {
		font-size: 13px;
		padding: 24px 8px;
	}
	.es header nav ul li {
		font-size: 13px;
	}
	.page-home #intro {
		background-position: 400px 12px;
	}
}

@media only screen and (max-width: 1100px) {
	header nav ul li {
		font-size: 11px;
		padding: 24px 7px;
	}
	.es header nav ul li {
		font-size: 11px;
	}
}

@media only screen and (max-width: 1000px) {
	header nav ul li {
		font-size: 9px;
		padding: 24px 5px;
	}
	.es header nav ul li {
		font-size: 9px;
	}
	header #language {
		font-size: 8px;
	}
	.slide .image img {
		margin-top: 23vh;
		height: 60vh;
	}
}

@media only screen and (min-width: 960px) and (max-height: 850px) {
	#lyft #modal {
		top: 18vh;
	}
}

@media only screen and (min-width: 960px) and (max-height: 750px) {
	.slide .content h1, .slide .content h3, .slide .video .player {
		margin-top: 25vh;
	}
	.slide.full .content h3 {
		padding-top: 10vh;
	}
	#lyft #modal {
		top: 10vh;
	}
}

@media only screen and (min-width: 960px) and (max-height: 650px) {
	#lyft #modal {
		top: 15vh;
		margin: 0 0 0 -350px;
		width: 700px;
	}
	#lyft #modal h3 {
		font-size: 16px;
	}
	#lyft #modal p {
		font-size: 12px;
		padding-top: 10px;
	}
	#lyft #qr {
		width: 75px;
	}
	#lyft #modal .button, #lyft #modal .close {
		font-size: 12px;
	}
}


@media only screen and (min-width: 960px) and (max-height: 600px) {
	.slide .content h1, .slide .content h3, .slide .video .player {
		margin-top: 20vh;
	}
	.slide.full .content h3 {
		padding-top: 10vh;
	}
}

@media only screen and (min-width: 960px) and (max-height: 450px) {
	.slide .content h1, .slide .content h3, .slide .video .player {
		margin-top: 15vh;
	}
	.slide .content h1 {
		font-size: 16px;
	}
	.slide .content h2 {
		font-size: 50px;
	}
	.slide .content h3 {
		font-size: 40px;
	}
	.slide .content p, .slide .content .button {
		font-size: 12px;
	}
	.slide.full .content h3 {
		padding-top: 10vh;
	}
	#lyft #modal {
		top: 20vh;
	}
	#lyft #modal .content {
		padding: 10px;
	}
	#lyft #modal h3 {
		font-size: 12px;
	}
	#lyft #modal p {
		font-size: 10px;
		padding-top: 5px;
	}
	#lyft #qr {
		margin: 5px auto;
		width: 50px;
	}
	#lyft #modal .button, #lyft #modal .close {
		font-size: 10px;
		margin-top: 5px;
	}
}