<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




/* ==========================================================================
   Global styling
   ========================================================================== */
   
::selection {background-color:#ffce00;}

body {
	font-family: 'Knockout 31 A', 'Knockout 31 B';
	letter-spacing:0.05em;
}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

.spaced-wide {
	font-family: 'Knockout 53 A', 'Knockout 53 B';
	text-transform:uppercase;
	letter-spacing:0.3em;
}

.spaced-narrow {
	font-family: 'Knockout 52 A', 'Knockout 52 B';
	text-transform:uppercase;
	letter-spacing:0.2em;
}

.line-header {
	border-top: 0.2em solid #ffce00;
    border-bottom: 0.2em solid #ffce00;
    display: inline-block;
    padding: 0.85em 1.25em 0.75em;
    font-size: 0.7em;
    line-height: 1.2;
}

.u {
	border-bottom-style: solid;
    border-bottom-width: .15em;
    border-bottom-color: inherit;
}

.tall-title {
	font-family:'Knockout 48 A', 'Knockout 48 B';
    letter-spacing:0.08em;
    text-transform:uppercase;
    font-size:3.25em;
    line-height:0.9;
}

.btn {
	border: 0.2em solid #000;
	background-color: #fff;
    color: #000;
    margin: 1em 0;
    font-size: 0.9em;
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    display: inline-block;
    padding:0.85em 1.75em 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    text-align: center;
    line-height: 1.3;
    text-decoration: none;
    border-radius: 0.25em;
    border-bottom-width: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    transition: 0.2s ease background-color, 0.4s ease color, 0.1s ease border-left, 0.2s ease border-top, 0.3s ease border-right, 0.4s ease border-bottom;
}

.btn:hover, .btn:focus {
	background-color: #0aa2ed;
    color:#fff;
    border-color:#0aa2ed;
    border-bottom-color: rgba(0,0,0,0.3);
}

.btn-rev {
	background-color: #0aa2ed;
    color:#fff;
    border-color:#0aa2ed;
    border-bottom-color: rgba(0,0,0,0.3);
}

.btn-rev:hover, .btn-rev:focus {
	background-color: #fff;
    color:#000;
    border-color:#000;
    border-bottom-color:#000;
}

.btn-sm {
	font-size:0.6em;
	border-width:0.2em;
	border-bottom-width:0.6em;
}

.btn-smaller {
	font-size:0.5em;
	border-width:0.3em;
	border-bottom-width:0.6em;
}

.btn-med {
	font-size: 0.7em;
    border-width: 0.2em;
    border-bottom-width: 0.5em;
}

.flat-btn {
	background-color: #ffce00;
	display: inline-block;
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    text-transform:uppercase;
    letter-spacing:0.2em;
    font-size:0.8em;
    color:#222;
    line-height: 1.1;
    padding:1em 2.25em;
    margin: 1em 0;
    text-decoration: none;
    transition:background-color 0.2s ease, color 0.2s ease;
}

.flat-btn:hover, .flat-btn:focus {background-color: #fff;}

.flat-btn-rev {background-color:#fff;}
.flat-btn-rev:hover, .flat-btn-rev:focus {background-color:#ffce00;}

.flat-btn-sm {font-size:0.5em;}

.sub-content .flat-btn:hover, .sub-content .flat-btn:focus {
	background-color:#0aa2ed;
	color:#fff;
}

.hover-fade {transition: opacity 0.2s ease;}
.hover-fade:hover {opacity:0.75;}

.hidden-link, .sub-content p a.hidden-link {
	color:inherit;
	text-decoration:none;
	transition:0.2s ease color;
	border-bottom:none;
}

.hidden-link:hover, .sub-content p a.hidden-link:hover {color:#0aa2ed;border-bottom:none;}

.sub-content-wrap {
	background-color:#F2F1EB;
	background-color:#fff;
	background-image: url('/img/zag.svg');
    background-repeat: repeat;
    background-position: center center;
    background-size: 40px 40px;
    padding-bottom: 5em;
}

.sub-content {
	background-color: #fff;
    width: 65%;
    margin: 0 auto;
    padding: 2em 5% 4em;
    border-top: 10px solid #eee;
    box-shadow: 0 0 40px rgba(0,0,0,0.05);
}

.sub-content-breakout {
    width: 114%;
    margin-left: -7%;
}

.sub-content .slides {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

.sub-title {
	display: inline-block;
    padding: 0 0 .1em 0.1em;
    margin: 1em 0 0.6em;
    font-size: 2.25em;
    color: rgba(0,0,0,0.8);
    font-family: 'Knockout 53 A', 'Knockout 53 B';
    line-height: 1.1;
}

.sub-title.smaller {
	font-size: 2em;
    letter-spacing: 0.175em;
}

.sub-title:before, .sub-title:after {
	content: 'â˜…';
    color: #ffce00;
    font-size: 0.35em;
    position: relative;
    top: -6px;
}

.sub-title:before {margin-right:1em;}
.sub-title:after {margin-left:1em;}

.sub-content p {font-size:1.15em;}

.sub-content p a, .hero .callout p a, a.sub-link {
	color:#0aa2ed;
	border-bottom: 0.2em solid rgba(0,0,0,0.1);
	transition:0.2s ease color, 0.3s ease border-bottom;
	text-decoration:none;
}

.sub-content p a:hover, .hero .callout p a:hover, a.sub-link:hover {
	border-bottom:0.2em solid #ffce00;
	color: #222;
}

.sub-content &gt; p:first-child {margin-top: 0.5em;}

.sub-content ul.content {margin-bottom: 3em}
.sub-content ul.content li {margin-bottom: 0.75em;font-size: 1.1em;}

p.info, li.info {
    font-size: 1.2em;
    color: #888;
    line-height: 1.1;
}

p.descriptor {font-size: 0.7em;}

p.lead, .sub-content &gt; p.lead:first-child {
	font-size: 1.7em;
    margin-top: 0.75em;
    margin-bottom: 0.9em;
    line-height: 1.25;
}

.content-img {margin:2em 0;}
.content-img img {max-width:100%;}

.tx {
    background-image: url('/img/tx-w.svg');
    background-repeat: no-repeat;
    background-size: 20px 19px;
    width: 20px;
    height: 19px;
    margin: 4em auto 0;
}

.half-thumbs &gt; li {
    display: inline-block;
    width: 47.5%;
    vertical-align: top;
    margin-top: 2em;
}

.half-thumbs &gt; *:nth-child(2n-1) {margin-right: 2%;}
.half-thumbs &gt; *:nth-child(2n) {margin-left: 2%;}

.half-thumbs .the-photo {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	color:#fff;
    min-height:300px;
    box-shadow:inset 0 -6em 5em rgba(0,0,0,0.6);
    border: .3em solid rgba(0,0,0,0.075);
    background-clip: padding-box;
    position: relative;
}

.half-thumbs .the-photo h3 {
    font-size:3.25em;
    width: 80%;
    position: absolute;
    bottom: 0;
    margin: 0 10% 0.62em;
}

.half-thumbs .the-photo h3 span {
	display: block;
    font-size: 0.225em;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 3px;
}

.half-thumbs .the-content {margin-top:1.5em;}

.half-thumbs .descriptor {margin: 18px 0 0;}
.half-thumbs .info {margin: 5px 0;}

.sub-content .half-thumbs {width: 110%; margin-left: -5%;}
.sub-content .half-thumbs &gt; *:nth-child(2n-1) {margin-right: 1.5%;}
.sub-content .half-thumbs &gt; *:nth-child(2n) {margin-left: 1.5%;}
.sub-content .half-thumbs .the-photo h3 {width: 88%; margin: 0 6% 0.62em;}

.page-nav {
	text-align: center;
    border-bottom: 1px solid #DDD;
    padding-bottom: 1em;
    margin-top: -0.75em;
    margin-bottom: 3em;
}

.page-nav ul, .page-nav li {display: inline-block;}
.page-nav li {margin: 0 0.5em;}

.page-nav li a {
	background-color: #F7F7F7;
    font-family: 'Knockout 32 A', 'Knockout 32 B';
    letter-spacing: 0.3em;
}

.page-nav li a:hover, .sub-content .page-nav li a:hover, .page-nav li a:focus, .sub-content .page-nav li a:focus {background-color: #EEE; color: inherit;}

.page-nav h3 {
	display: inline-block;
    margin-right: 2em;
    font-size: 0.5em;
    letter-spacing: 0.5em;
    font-family: 'Knockout 34 A', 'Knockout 34 B';
}


@media screen and (max-width: 900px) {
    
    .sub-content {width:80%;}
    
    .sub-content-breakout {
        width: 110%;
	    margin-left: -5%;
	}
	
	.sub-content .half-thumbs {width: 106%; margin-left: -3%;}
    
}

@media screen and (max-width: 800px) {
    
    .mobile-nobreak {display:none;}
    
    .sub-content {width:85%;}
        
}


@media screen and (max-width: 700px) {
    
    .sub-content {
        width: 85%;
	    padding: 2.25em 7.5% 5em;
	}
	
	.sub-content-breakout {
        width: 116%;
	    margin-left: -8%;
	}
	
	.sub-content &gt; p:first-child {margin-top:0;}
	
	.tall-title {font-size: 2.75em;}
    
    .flat-btn {font-size:0.7em;}
    .flat-btn-sm {font-size:0.5em;}
    
    .sub-title {font-size: 1.75em;}
    
    .sub-title.smaller {font-size: 1.5em;}
    
}


@media screen and (max-width: 600px) {
    
    .half-thumbs &gt; li {
	    width: 100%;
	    margin-top:4em;
	}
	
    .half-thumbs &gt; li:nth-child(2n-1) {margin-right:0; margin-top:2em;}
    .half-thumbs &gt; li:nth-child(2n) {margin-left:0;}
    
    .half-thumbs .the-content {margin-top: 1.5em;}
    
    .half-thumbs .the-photo {min-height: 250px;}
    .half-thumbs .the-photo h3 {font-size: 2.5em;}
	.half-thumbs .the-photo h3 span {margin-bottom: 5px;}
	
	.sub-content .half-thumbs {width: 100%; margin-left:0;}
	
	.sub-content .half-thumbs &gt; li:nth-child(2n-1) {margin-right:0;}
	.sub-content .half-thumbs &gt; li:nth-child(2n) {margin-left:0;}
	
	.page-nav h3 {margin-right: 0;margin-bottom: 2em;}
	
}

   
   
   
/* ==========================================================================
   Global layout
   ========================================================================== */

.out {width:100%;}

.in {
	width: 85%;
	max-width: 1000px;
	margin: 0 auto;
}

body, html {width: 100%;height: 100%;}

ul.semantic {
	padding:0;
	margin:0;
	list-style:none;
}

section.content {padding:50px 0;}

.center-wrap {text-align:center;}

.page-break {margin-top:6em;}
.page-break-less {margin-top:4em;}

.pop-above .sub-content {
	top: -3em;
    position: relative;
}


@media screen and (max-width: 800px) {
    
    .in {width: 90%;}
	
}




/* ==========================================================================
   Global header
   ========================================================================== */

.header {padding:25px 0 0;}

.header .in {
	width: 95%;
    max-width: none;
}

.header .main-logo {
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none;
    float:left;
}

.header .main-logo h2 {
    background-image: url('/img/logo.svg');
    background-repeat: no-repeat;
    background-size: 77px 44px;
    width: 77px;
    height: 44px;
    margin: 0;
    text-align:center;
    text-decoration:none;
}

.header .tagline {
    font-family: 'Knockout 32 A', 'Knockout 32 B';
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 7px;
    line-height: 1.4;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    left: 2px;
    position: relative;
    margin: 0;
    color: #fff;
    text-decoration:none;
    top: 4px;
}

.header .tagline span {
    display: block;
    color: #ffce00;
}

.header nav {
	padding:5px 0 0 20px;
	overflow: hidden;
}

.header nav .main-nav {
	padding: 10px 0 10px 20px;
	border-left:1px solid rgba(255,255,255,0.5);
	display: inline-block;
    float: left;
}

.header nav .main-nav li {
	display:inline-block;
	margin-right:1em;
}

.header nav .main-nav li a {
	color:#fff;
	font-family: 'Knockout 34 A', 'Knockout 34 B';
	font-size: 0.7em;
	text-decoration:none;
	line-height:1;
}

.header nav .main-nav li:after {
	content:'â˜…';
	color:#ffce00;
	margin-left:2.2em;
	font-size: 0.5em;
    position: relative;
    top: -1px;
}

.header nav .main-nav li:last-child:after {content:''}

.header .social-nav {
	float: right;
    padding-top: 10px;
}

.social-nav li {
	display:inline;
	margin: 0 0.5em;
}

.social-nav li:last-child {margin-right:0;}

.social-nav li a {
	color:rgba(255,255,255,0.5);
	text-decoration:none;
	transition:0.2s ease color;
	display:inline-block;
	width: 1em;
    height: 1em;
    position: relative;
}

.socicon-facebook {font-size: 1.25em; top: 1px;}
.socicon-twitter {font-size: 1.15em; top: 1px;}

.social-nav li a:hover {color:rgba(255,255,255,1)}

.photo-bg .header {
	box-shadow:inset 0 8.5em 4em -3em rgba(0,0,0,0.5);
    padding-bottom: 40px;
    transition:0.4s ease box-shadow;
}

.photo-bg .header.longer-shadow {box-shadow:inset 0 23em 4em -2em rgba(0,0,0,0.6);}

.toggle {
	cursor: pointer;
	float: right;
	display:none;
	font-size: 1.75em;
	line-height: 1;
	position:absolute;
	top:25px;
	right:5%;
	color: #fff;
}

.header.solid .toggle {top:32px;}

.header.solid {
	background-color: #262628;
    box-shadow: 0 0 40px rgba(0,0,0,0.4);
    padding: 25px 0 18px;
    z-index: 10;
    position: relative;
    border-bottom: 4px solid rgba(255,255,255,0.1);
    background-image: url('/img/zag-black.svg');
    background-repeat: repeat;
    background-position: center center;
    background-size: 40px 40px;
}

.header.solid .tagline {display:none;}
.header.solid nav {padding-top: 4px;}
.header.solid nav .main-nav {padding: 7px 0 7px 20px;}
.header.solid .social-nav {padding-top: 0.4em;}


.no-nav .header {padding-top: 35px;}
.no-nav .header nav {display:none;}
.no-nav .header .main-logo {float:none;}
.header .main-logo.hc-logo h2 {
    background-image: url('/img/hc-logo.png');
    background-size: 120px 56px;
    width: 120px;
    height: 56px;
    position: relative;
    top: -5px;
}
.header .logo-separator {
    display: inline-block;
    margin:0 12px 0 15px;
    position: relative;
    top: -22px;
}


@media (max-width: 850px) {
	
	.social-nav {display:none;}

}


@media (max-width: 700px) {

	.toggle {display:inline-block;}
	.no-nav .toggle {display:none;}
	
	.the-menu {display:none;}
	.header .main-logo {margin-left:2.5%;}
	.header {text-align: left;}
	.no-nav .header {text-align: center;}
	.header nav, .header .main-logo, .header nav .main-nav, .header nav .social-nav {float: none;}
	
	.header nav {
		margin: 0.5em 0 0;
		padding-left: 0;
	}
	
	.header nav .main-nav, .header.solid nav .main-nav {
		border-left:none;
		padding-left:0;
	    text-align:center;
	    display:block;
	}
	
	.header nav .main-nav li {
		display:block;
		margin:0 0 20px;
	}
	
	.header nav .main-nav li:last-child {margin-bottom: 0.25em;}
	.header.solid nav .main-nav li:last-child {margin-bottom: 0.75em;}
	
	.header nav .main-nav li:before , .header nav .main-nav li:after, .header nav .main-nav li:last-child:after {
		content: 'â˜…';
	    color: rgba(255,206,0,0.5);
	    margin: 0 13px;
	    font-size:6px;
	    position: relative;
	    top: -2px;
	}
	
	.header nav .main-nav li a {font-size:1em;}
	
	.social-nav {
		text-align:center;
		padding-top: 0;
		display:block;
	}
	
	.social-nav li, .social-nav li:last-child {margin: 0 1em;}
	.social-nav li a {color: rgba(255,255,255,0.75);}
	
	.header.solid {padding: 25px 0 15px;}
	
	.header.solid .social-nav {margin-bottom: 1em;}
	    
}

@media screen and (max-width: 600px) {
    
    .header .in {width: 90%;}
	
}



/* ==========================================================================
   Global footer
   ========================================================================== */

.footer {
	background-color: #fff;
    padding: 1.25em 0 2em;
    text-align: center;
    border-top: 0.5em solid rgba(0,0,0,0.05);
}

.footer .copy {
	text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 0.2em;
}




/* ==========================================================================
   Modular: background video section
   ========================================================================== */

.bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('/img/icescreengrab.jpg') no-repeat;
    background-size: cover; 
}

@media screen and (max-device-width: 800px) {
    
    .bgvid {display: none;}
    
}


/* ==========================================================================
   Modular: hero section
   ========================================================================== */

.hero {
	padding:0 0 80px;
	text-align:center;
	color:#fff;
}

.photo-bg {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.hero .content h1 {
	font-family: 'Knockout 51 A', 'Knockout 51 B';
    font-size: 5em;
    margin: 0.1em auto 0.75em;
    letter-spacing: 0.025em;
    line-height: 1.05;
    text-shadow: 0 0 70px rgba(0,0,0,0.3);
}

.hero .content .secondary {
	width: 75%;
    margin: 0 auto;
}

.hero .content .secondary p {
	font-family: 'Knockout 31 A', 'Knockout 31 B';
    font-size: 1.5em;
    margin: 0.1em auto 0.75em;
    letter-spacing: 0.025em;
    line-height: 1.2;
    color: rgba(255,255,255,0.9);
}

.hero .content .secondary p a {
	color: rgba(10,162,237,1);
    transition: 0.2s ease color;
    text-decoration: none;
}

.hero .content .secondary p a:hover {color: rgba(10,162,237,0.8);}

.callout {
	background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 10px 25px;
    border: 4px solid #ffce00;
    margin-top: 5px;
}

.callout h3 {
    margin: 0;
    font-size: 1em;
    line-height: 1.2;
}

.callout li {
    display: inline-block;
    margin: 0 5px;
    font-family: 'Knockout 32 A', 'Knockout 32 B';
    font-size: 0.7em;
}

.callout li:after {
	content:'â˜…';
	color:#ffce00;
	margin-left:20px;
}

.callout li:last-child:after {display:none;}

.callout li:nth-child(2) {text-transform:none;}

.callout.solid-top {padding: 0 0 15px;}

.callout.solid-top h3 {
	font-size: 1em;
    background-color: #ffce00;
    margin: 0 0 15px;
    display: block;
    padding: 0.75em 1em 0.95em;
    line-height: 1.1;
    letter-spacing: 0.3em;
}

.callout.solid-top p {margin: .25em 4em;}
.photo-bg.hero {background-image: url('/img/1J4A4830.jpg');}
.hero.video {background-image:none;}
.home .hero {padding: 0 0 6em;}

.home .hero .secondary .spaced-wide {
	font-size: 0.7em;
    letter-spacing: 0.5em;
    font-family: 'Knockout 34 A', 'Knockout 34 B';
}

.home .hero .no-callout h1 {
	margin-top:-0.25em;
	margin-bottom:0.3em;
}

.home .hero .no-callout .cta {
	margin-top:12em;
	margin-bottom:1em;
}

.thank-you .hero {
	background-image: url('/img/1J4A4873.jpg');
	min-height:100%;
}

.ensaymadas .hero {
	background-image: url('/img/1J4A9735.jpg');
	min-height:100%;
}

.sign-up .hero {
	background-image: url('/img/1J4A4830.jpg');
	min-height:100%;
}

.thank-you .hero .content h1 {
    color: #fff;
    border-bottom: .1em solid #FFCE00;
    padding: 0 0.5em 0.25em;
    display: inline-block;
    margin-bottom:1em;
}

.thank-you .btn, .fourofour .btn {margin-top:50px;}

.sign-up .hero .content h1 {
	margin-bottom: 0.35em;
    text-shadow: 0 0 50px rgba(0,0,0,0.8);
}

.fourofour .hero .content h1 {text-shadow: 0 0 50px rgba(0,0,0,0.8);}

.sign-up .hero .content .intro {
	width: 90%;
    margin: 1em auto 4em;
    text-shadow: 0 0 30px rgba(0,0,0,0.8);
    font-size: 1.4em;
    line-height: 1.4;
}

.fourofour .callout {padding: 0.5em 3em;}


@media screen and (max-device-width: 800px) {
    
    .home .hero {background-image:url('/img/icescreengrab.jpg');}
    
    .subscription .hero {background-image:url('/img/1J4A8136.jpg');}
    
}

@media screen and (max-width: 800px) {
    
    .hero .content h1 {font-size: 4.5em;}
	
}

@media screen and (max-width: 600px) {
    
    .hero .content h1 {font-size: 3.5em;}
    
    .callout ul {margin-top: 5px;}
	.callout li {display: block;}
	.callout li:after {content:'';}
	
	.callout.solid-top p {margin: .75em 1em;}
	.callout.solid-top {padding: 0 0 10px;}
	
	.home .hero .no-callout h1 {margin-bottom:0.5em;}
	
}

@media screen and (max-width: 400px) {
    
    .hero {padding: 0 0 60px;}
    .hero .content h1 {font-size: 3em;}
	
}





.sign-up.tacos .hero {background-image: url('/img/1J4A5888.jpg');}
.sign-up.hill-country .hero {background-image: url('/img/1J4A6097.jpg');}
.sign-up.hill-country .hero .content h1 {text-shadow: 0 0 50px rgba(0,0,0,0.3);}



/* ==========================================================================
   Modular: signup section
   ========================================================================== */


.signup {
	background-color:#0aa2ed;
	text-align:center;
}

.signup h4 {
	font-size: 1.5em;
    margin: 0;
    line-height:1.1;
}

.signup .cta {
    color: #fff;
    font-size: 0.85em;
    margin:12px 0 40px;
}

.mailkimp #mc_embed_signup .mc-field-group input[type='email'] {
	border: 4px solid #fff;
    font-size: 2.5em;
    padding: 0.65em 2.5%;
    transition:border 0.2s ease;
    text-indent: 0;
    font-family: 'Knockout 31 A', 'Knockout 31 B';
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mailkimp #mc_embed_signup .mc-field-group input[type='email']:hover {border: 4px solid #eee;}

.mailkimp #mc_embed_signup .mc-field-group input[type='email']:focus {
	outline:none;
	border: 4px solid #ffce00;
}

.mailkimp #mc_embed_signup {background-color:transparent;}
.mailkimp #mc_embed_signup form {padding: 0;margin-top: 30px;}
.mailkimp #mc_embed_signup .submit-input {text-align:center;}
.mailkimp #mc_embed_signup .mc-field-group {width: 100%;padding-bottom: 20px;}

.mailkimp #mc_embed_signup .submit-input .flat-btn {
	display:inline-block;
	border:none;
	margin: 1em 0;
}

.mailkimp #mc_embed_signup .submit-input .flat-btn:hover, .mailkimp #mc_embed_signup .submit-input .flat-btn:focus {outline:none;}

.disclaimer {
	margin:50px auto 0;
	font-size:0.8em;
	text-align:center;
	width:70%;
	line-height:1.25;
}


@media screen and (max-width: 800px) {
    
    .disclaimer {width: 100%;}
    
    .mailkimp #mc_embed_signup .mc-field-group input[type='email'] {width:70%;}
	
}

@media screen and (max-width: 600px) {
    
    .mailkimp #mc_embed_signup .mc-field-group input[type='email'] {
	    width:85%;
	    font-size: 2em;
	}
    
}

@media screen and (max-width: 400px) {
    
    .mailkimp #mc_embed_signup .mc-field-group input[type='email'] {font-size: 1.5em;}
    
}



/* ==========================================================================
   Modular: retail locations
   ========================================================================== */

.retail-locations {text-align: center;}

.retail-locations .ice .the-photo {background-image:url('/img/1J4A3859.jpg');}
.retail-locations .um .the-photo {background-image:url('/img/1J4A4729-sm.jpg');}
.retail-locations .dacha .the-photo, .retail-locations .rt .the-photo {background-image:url('/img/1J4A2659.jpg');}
.retail-locations .hc .the-photo {background-image:url('/img/1J4A6281.jpg');}

.retail-locations .info.pre-order {font-size: 0.8em;}

.home .retail-locations {
	background-color: #FDFAF3;
    padding: 60px 0;
}

.retail-locations .closed .the-photo {
	min-height:10em;
	opacity:0.6;
}

.retail-locations .closed::before {
	content: 'permanently closed';
    position: relative;
    background-color: #fff;
    padding: 0.5em 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.7em;
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    top: 9em;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    display: inline-block;
    box-shadow: 0 0 2em rgba(0,0,0,0.1);
    z-index: 2;
}



/* ==========================================================================
   Modular: alert bar
   ========================================================================== */

.alert {
	background-color: #ffce00;
    text-align:center;
}

.alert.out {padding:2.25em 0 2em;}

.retail-locations .alert {
    padding: 1.5em 2.5em 1.25em;
    margin-top: 2em;
    font-size: 0.85em;
}

.alert .title {
	display: inline-block;
    font-size: 0.9em;
    padding: 0 1.5em 0.5em;
    border-bottom: 0.23em solid #fff;
    margin: 0 0 0.5em;
}

.alert p {margin: 0.5em 0}
.alert p:first-of-type {font-size: 1.2em;}

.retail-locations .alert p {
	margin-top: 0.35em;
}



/* ==========================================================================
   Modular: RK projects
   ========================================================================== */

.rk-projects ul .the-photo {
	display: block;
    text-align: center;
    min-height: inherit;
    height: auto;
    padding: 3em 1em 4em;
    text-decoration: none;
    box-shadow: none;
    background-color: #000;
}

.rk-projects ul .the-photo::after {
	content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:0.5;
    z-index:0;
    background-size:cover;
    transition:0.1s ease opacity;
}

.rk-projects ul .the-photo h3 {
	position: relative;
    margin: 0;
    width: 100%;
    text-shadow: 0 0 2em rgba(0,0,0,0.5);
    letter-spacing: 0.4em;
    font-size: 1.2em;
    line-height: 1.4;
    transition: 0.2s ease color;
    z-index: 3;
    font-family: 'Knockout 51 A', 'Knockout 51 B';
}

.rk-projects ul .the-photo h3::before {
    content: "â˜… â˜… â˜…";
    color: #ffce00;
    font-size:7px;
    display: block;
    margin: 1.5em 0;
    transition: 0.75s ease color;
    letter-spacing: 1.25em;
}

.rk-projects ul .the-photo:hover::after, .rk-projects ul .the-photo:focus::after {opacity:0.6;}
.rk-projects ul .the-photo:hover h3, .rk-projects ul .the-photo:focus h3 {color: #ffce00;}
.rk-projects ul .the-photo:hover h3::before, .rk-projects ul .the-photo:focus h3::before, .rk-projects ul .the-photo:hover h3::after, .rk-projects ul .the-photo:focus h3::after {color: #FFF;}

.rk-projects ul .guest-chefs .the-photo::after {background-image: url('/img/1J4A4571.jpg');    background-position-y:50%;}
.rk-projects ul .soundtrack .the-photo::after {background-image: url('/img/townes.jpg');}

.home .rk-projects {
	background-color: #FDFAF3;
    padding-bottom: 8em;
    text-align: center;
}

@media screen and (max-width: 600px) {
    
	.rk-projects ul li {margin-top: 2.5em;}
	
}



/* ==========================================================================
   Modular: menu
   ========================================================================== */

ul.food-menu {margin-top:1.5em;}

.food-menu li {
	margin: 0 0 2em;
    padding-left: 1.25em;
    padding-bottom: 0.25em;
    border-left: 0.3em solid #eee;
}

.food-menu li h4 {
	font-size: 1.8em;
    margin: 0;
    line-height: 1.1;
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    text-transform: uppercase;
    letter-spacing: 0.125em;
}

.food-menu li p {
	font-size: 0.7em;
    margin: 0.6em 0 0;
    color: #888;
    font-family: 'Knockout 32 A', 'Knockout 32 B';
}

.food-menu li p span {
    color: #555;
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    font-size: 1.1em;
    margin-left: 0.25em;
}

.catering-menu .retail-only, .wholesale-menu .retail-only {display:none;}
.catering-menu .wholesale-only, .menu .wholesale-only {display:none;}
.menu .non-retail {display:none;}
.wholesale-menu .non-wholesale {display:none;}

ul.pricing {
	text-align: center;
    margin-top: 1.5em;
}

ul.pricing li {
	display: inline-block;
    margin: 0 1.25em 1.5em;
}

ul.pricing li p.descriptor, ul.pricing li p.price {margin: 0.4em 0;}

ul.pricing li p.price {
	background-color: #222;
    color: #fff;
    padding: 0.4em 1.25em;
    text-align: center;
    border-radius: 0.25em;
    display: inline-block;
}

ul.pricing li p.price span {
	font-size: 0.7em;
    position: relative;
    top: -0.35em;
    margin-right: 0.15em;
}

ul.pricing li p.price .cents {
	border-bottom: 2px solid #aaa;
    padding: 0;
    margin: 0 0.3em 0 0.15em;
}

ul.pricing li p.price .unit {
	text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: 'Knockout 53 A', 'Knockout 53 B';
    font-size: 0.5em;
    margin-left: 0.35em;
    top: -0.65em;
}

ul.pricing li.no-price p.price .unit {top: -0.35em;}

.veggie {
	color: #479C33;
    font-style: italic;
}

.veggie:before {
	content:'ðŸŒ¿';
	margin-right:0.15em;
}


@media screen and (max-width: 600px) {
    
    .food-menu li {padding-left:0.75em;}
    
    .food-menu li h4 {font-size: 1.4em;}
	
}



/* ==========================================================================
   Modular: slideshow
   ========================================================================== */
   
.slides {position:relative;}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	max-height: 30em;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: -5em;
	position:relative;
	text-align:center;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides_nav {
	position: absolute;
	top: 50%;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #fff;
	z-index: 10;
	margin-top:-50px;
	background-repeat:no-repeat;
	background-size: 18px 18px;
	background-position: center center;
	border: 4px solid transparent;
	background-clip: padding-box;
	transition:border-color 0.2s ease;
}

.rslides_nav:hover {border-color:#ffce00;}
.rslides_nav:focus {outline:none;}

.rslides_nav.prev {
	left:3%;
	background-image:url('/img/arrow-l.svg');
}

.rslides_nav.next {
	right:3%;
	background-image:url('/img/arrow-r.svg');
}

.slides .overlay {
	position: absolute;
	z-index: 10;
	top: 15%;
	width: 60%;
	left:20%;
	text-align:center;
}

.slides .overlay h3 {
	font-size:1.1em;
    color: #fff;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
    margin: 0 0 2em;
}

.slides .caption {
	position: absolute;
    bottom: 0.25em;
    width: 90%;
    color: #fff;
    padding: 0 5%;
    text-shadow: 0 0 25px rgba(0,0,0,0.4);
    font-size: 1em;
    line-height: 1.2;
}

.slides .caption a {border-bottom: 0.2em solid rgba(255,255,255,0.25);}
.slides .caption a:hover {color:#fff;}

.sub-content .slides li {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	min-height: 550px;
	box-shadow: inset 0 -4em 6em rgba(0,0,0,0.5);
}


@media screen and (max-width: 600px) {
    
    .sub-content .slides li {
	    min-height: 350px;
	    top: 0;
    }
    
    .sub-content .rslides_nav {
	    top: 20%;
        width: 40px;
	    height: 40px;
	    border-width: 3px;
	    background-size: 16px 16px;
	}
		
}



/* ==========================================================================
   Home page styles
   ========================================================================== */

.about-kolache {
	background-image: url('/img/1J4A4830.jpg');
    background-position: center 30%;
    text-align:center;
    padding:4em 0 20em;
}

.about-kolache h3 {
	font-size: 3.5em;
    color: #fff;
    text-shadow: 0 0 50px rgba(0,0,0,0.5);
    margin: 0 0 0.4em;
    font-family: 'Knockout 51 A', 'Knockout 51 B';
    letter-spacing: 0.025em;
    line-height:1.1;
}

.jobs-callout {
	background-image: url('/img/IMG_5600.jpg');
    text-align:center;
    padding: 6em 0 5em;
}

.jobs-callout h3 {
    color: #fff;
    text-shadow: 0 0 50px rgba(0,0,0,0.5);
    margin: 0 0 0.4em;
    font-family: 'Knockout 51 A', 'Knockout 51 B';
    line-height:1.1;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 2em;
    border-bottom: 0.15em solid #FFCE00;
    display: inline-block;
    padding: 0 0.75em 0.25em;
    margin-bottom: 0.75em;
}



@media screen and (max-width: 600px) {
    
    .jobs-callout h3 {padding-bottom: 0.75em;}
		
}




/* ==========================================================================
   Find Us page styles
   ========================================================================== */

.find-us .sub-content {text-align:center;}
.wholesale-locations .venues h4 {margin:0.25em 0;}
.find-us .page-break {margin-top: 7em;}

.wholesale-locations .venues &gt; li {
	border-bottom: 2px solid #eee;
    padding-bottom: 2em;
    margin: 2em auto 0;
    width: 90%;
}

.wholesale-locations .venues &gt; li:last-child {border-bottom:none;}
.wholesale-locations .details li {display:inline;}

.wholesale-locations .details li:first-child:after {
	content: "â˜…";
    color: rgb(255, 206, 0);
    font-size: 0.4em;
    position: relative;
    top: -3px;
    margin: 0 .75em 0 1.25em;
}

@media screen and (max-width: 600px) {
    
    .wholesale-locations .venues &gt; li {width: 100%;}
	
}



/* ==========================================================================
   About page styles
   ========================================================================== */


.about .timeline {
    border-left:2px solid #0aa2ed;
    list-style: none;
    padding-left:0;
    margin: 40px 0 50px 20px;
}

.about .timeline:before, .about .timeline:after {
    content: 'â—';
    color: #0aa2ed;
    position: relative;
    font-size: 0.85em;
    left: -5px;
}

.about .timeline:before {top: -10px;}
.about .timeline:after {top: 10px;}

.about .timeline .thumb, .about .timeline .text {float:left;}

.about .timeline .text {width: 80%;}

.about .timeline .thumb {
    margin-right: 20px;
    position: relative;
    top: 15px;
}

.about .timeline .thumb img {
    width: 50px;
    border: 6px solid #fff;
}

.about .timeline .date {
    font-size: 0.66em;
    font-family: 'Knockout 32 A', 'Knockout 32 B';
}

.about .timeline .description {
    margin: 3px 0 10px;
    line-height: 1.3;
}

.about .timeline li {margin: 0 0 4em -32px;}
.about .timeline li:last-child {margin-bottom:0;}


@media screen and (max-width: 600px) {
    
	.about .timeline .text {width: 75%;}
		
}




/* ==========================================================================
   Order page styles
   ========================================================================== */

.order .sub-content {text-align:center;}

.order .catering .catering-details {
	text-align: center;
    margin-top: 1.5em;
}

.order .catering .catering-details li {
	display: inline-block;
    margin: 0 2em 1.5em;
}

.order .catering .catering-details li p.descriptor, .order .catering .catering-details li p.info {margin: 0.25em 0;}

.order .pre-orders .info {
	margin-top: 2em;
    font-size: 1em;
}

.order .merch-slides {margin-bottom:0;}


/* ==========================================================================
   Kolache Subscription page styles
   ========================================================================== */


.subscription .bgvid {top:32%;}

.subscription .hero .content .intro {
	width: 90%;
    margin:0.75em auto;
    text-shadow: 0 0 30px rgba(0,0,0,0.8);
    font-size: 1.4em;
    line-height: 1.4;
}

.subscription .hero {padding-bottom:5em;}
.subscription .hero .content h1 {margin-bottom: 0.25em;}

.subscription .price-chart {
	text-align: center;
    margin:1em 0 1.5em;
    font-size: 1.25em;
}

.subscription .price-chart .row.headers ul li {
	padding-bottom: 0.4em;
    border-bottom: 3px solid #ddd;
}

.subscription .price-chart li ul li {
	display: inline-block;
    padding: 0.65em 2%;
    border-bottom: 1px dashed #ccc;
    margin: 0 0.75em;
}

.subscription .price-chart li:last-child ul li {border-bottom: none}
.subscription .price-chart .per-month {width:6em;}
.subscription .price-chart .discount {width:5em}

.subscription .price-chart .super {
	font-size:0.8em;
	position:relative;
	top:-0.25em;
}

.subscription .price-chart .sub {
	text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: 'Knockout 53 A', 'Knockout 53 B';
    font-size: 0.5em;
    margin-left: 0.4em;
}

.subscription .food-menu li p {
	text-transform: none;
    letter-spacing: 0.05em;
    font-size: 0.9em;
    margin-top: 0.25em;
}

.subscription .food-menu li h4 {
	text-transform: none;
    letter-spacing: 0.025em;
    font-size: 1.7em;
}

.subscription .food-menu li {
	margin-bottom:1em;
	border-left: none;
    padding-left: 0;
}

.subscription .veggie {
    color: #479C33;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 0.1em;
}

.subscription h3.menu-cat {
    border-top: none;
    border-bottom: 0.2em solid #ccc;
    padding: 0 1.5em 0.65em 0;
    margin-bottom: 0.2em;
}

.subscription h3.menu-cat:first-child {margin-top: 3em;}

.subscription h3.menu-cat:before {
    content: 'â˜…';
    font-size: 0.9em;
    color: #ffce00;
    margin-right: 0.6em;
    position: relative;
    top: -0.05em;
    margin-left: -1.5em;
}

.subscription .center-wrap.menu-cat {text-align:left;}

.subscription .retail-bev {display:none;}

.subscription .food-menu li p .price {
	font-size: 0.9em;
    color: #333;
}

.ol .li {
	float: left;
    display: inline-block;
    font-size: 3.5em;
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    margin-right: 2%;
    color: #ddd;
    text-align: right;
    width: 5%;
    position: relative;
    top: 0.1em;
}

.ol p {
	float: left;
    width: 92%;
}

.subscription .coming-soon ul .the-photo {
	padding-top: 2em;
    padding-bottom: 2.5em;
}

.subscription .coming-soon ul .tortilla .the-photo::after {
    background-image: url(/img/tortilla.jpg);
    background-position-y: 50%;
}

.subscription .coming-soon ul .taco-bar .the-photo::after {
    background-image: url(/img/tacobar.jpg);
}


@media screen and (max-width: 1000px) {
    
	.ol .li {width: 7%;margin-right: 3%;}
	.ol p {width: 88%;}
	
}

@media screen and (max-width: 600px) {
    
	.ol .li {font-size: 2.5em; width:10%; margin-right:5%; top:0.3em;}
	.ol p {width: 80%;}
	
	.subscription .price-chart li ul li {padding: 0.65em 2%; margin: 0 1%;}
	
}

@media screen and (max-width: 400px) {
    
	.subscription h3.menu-cat {margin-left: 0.5em;}
	.subscription h3.menu-cat:before {font-size:0.7em;}
	
}




/* ==========================================================================
   Jobs page styles
   ========================================================================== */

.jobs .hero {background-image: url('/img/IMG_5600.jpg');}

.jobs .hero .content h1 {
	font-size: 3.5em;
    letter-spacing: 0.05em;
    margin-top: 0.5em;
    border-bottom: 0.12em solid rgba(255,206,0,1);
    display: inline-block;
    padding: 0 0.5em 0.2em;
}

.jobs .sub-content-wrap {padding-top: 3em;}

.jobs .intro .jump-links li {
	display:inline-block;
	margin:0 1em;
}

.jobs .intro .spaced-wide {
	font-family: 'Knockout 34 A', 'Knockout 34 B';
    font-size: 0.7em;
    text-shadow: 0 0 2em #000;
    letter-spacing: 0.5em;
    margin: 4em 0 1em;
}


@media screen and (max-width: 600px) {
    
	.jobs .hero .content h1 {
		font-size: 3em;
	    padding-bottom:0.4em;
	}
	
}



/* ==========================================================================
   Soundtrack page styles
   ========================================================================== */

.soundtrack .sub-content {text-align:center;}

.soundtrack .spotify {
	display: inline-block;
    margin: 1em auto;
    border: 10px solid #eee;
}

.soundtrack .spotify iframe {display:block;}



/* ==========================================================================
   Guest Chef page styles
   ========================================================================== */

.guest-chef .sub-content {text-align:center;}

.guest-chef .dcity .the-photo {background-image:url('/img/1J4A3982.jpg');}
.guest-chef .bayou .the-photo {background-image:url('/img/1J4A4571.jpg');}
.guest-chef .gravitas .the-photo {background-image:url('/img/1J4A6743.jpg');}
.guest-chef .quinten .the-photo {background-image:url('/img/1J4A6965.jpg');}

.guest-chef .half-thumbs .the-photo {box-shadow:inset 0 6em 5em rgba(0,0,0,0.4);}

.guest-chef .half-thumbs .the-photo h3 {
	top: 0;
	margin: 0.5em 6% 0;
}

.guest-chef .half-thumbs .the-photo h3 span {margin-top: 7px;}

.guest-chef .half-thumbs {margin-bottom: 5em;}



/* ==========================================================================
   Trivia page styles
   ========================================================================== */
   
.trivia .sub-content {text-align:center;}
.trivia .sub-content-breakout {margin-left: -7%;}

.trivia .trivia-list &gt; li {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 2.5em 5em;
    color: #fff;
    overflow: hidden;
    position: relative;
    background-color:#000;
    margin-bottom: 1em;
}

.trivia .trivia-list .date, .trivia .trivia-list .answer ul li .descriptor {
	border-bottom: 0.2em solid #FFCE00;
    display: inline-block;
    padding: 0 1.5em 0.4em;
    font-size: 0.8em;
    margin-bottom: 2em;
}

.hide-btn, .show-btn {cursor:pointer;}

.trivia .trivia-list .bg-img {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    min-width: 108%;
    min-height: 108%;
    position: absolute;
    top: -4%;
    left: -4%;
    background-size: cover;
    background-position: center center;
    opacity:0.6;
    transition: 0.5s ease -webkit-filter, 0.5s ease filter;
}

.trivia .trivia-list .bg-img.unblurred {
	-webkit-filter: blur(0px);
	filter: blur(0px);
}

.trivia .trivia-list li .content {
	z-index:10;
	position:relative;
}

.trivia .trivia-list li .question-text {margin: 0.25em 0 2em;}
.trivia .trivia-list li .answer {display:none;}
.trivia .trivia-list .answer ul li {margin-bottom:2em;}
.trivia .trivia-list .answer ul li p:first-of-type {margin-top:0.5em;}

.trivia .trivia-list .answer ul li .descriptor {
	font-size: 0.7em;
    margin-bottom: 0.5em;
    padding-bottom: 0.6em;
}

   


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
</pre></body></html>