@font-face {
    font-family: 'tg-lt-std-bold-reg';
    src: url('/prod/fonts/tradegothicltstd-bold-webfont.eot');
    src: url('/prod/fonts/tradegothicltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/prod/fonts/tradegothicltstd-bold-webfont.woff') format('woff'),
         url('/prod/fonts/tradegothicltstd-bold-webfont.ttf') format('truetype'),
         url('/prod/fonts/tradegothicltstd-bold-webfont.svg#trade_gothic_lt_std_boldRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lhf-full-block-reg';
    src: url('/prod/fonts/lhf-full-block-webfont.eot');
    src: url('/prod/fonts/lhf-full-block-webfont.eot?#iefix') format('embedded-opentype'),
         url('/prod/fonts/lhf-full-block-webfont.woff') format('woff'),
         url('/prod/fonts/lhf-full-block-webfont.ttf') format('truetype'),
         url('/prod/fonts/lhf-full-block-webfont.svg#lhf_full_blockregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'acropolis';
    src: url('/prod/fonts/acropolis-htf-black.eot');
    src: url('/prod/fonts/acropolis-htf-black.eot?#iefix') format('embedded-opentype'),
         url('/prod/fonts/acropolis-htf-black.woff') format('woff'),
         url('/prod/fonts/acropolis-htf-black.ttf') format('truetype'),
         url('/prod/fonts/acropolis-htf-black.svg#acropolis-htf-black') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Site Fonts
 *
 * Body: tg-lt-std-bold-reg
 * Heading: lhf-full-block-reg
 * Fat Heading: acropolis
 * Footer: sans-serif
 */

/* =============================================================================
   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; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

button, input, select, textarea { font-family: sans-serif; color: #222; }

body {
	margin: 0;
	font-family: "tg-lt-std-bold-reg", sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	background-color: #000;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "lhf-full-block-reg", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 12px 0;
	}

h2 {
	font-size: 30px;
	}
h3 {
	font-size: 27px;
	}
h4 {
	font-size: 19px;
	}
a, a:hover, a:visited {
	color: #fff;
	text-decoration: none;
	}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
/*dd { margin: 0 0 0 40px; }*/
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
ul { list-style: none; margin: 0; padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

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

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, textarea { font-size: 100%; background-color: #efefef; color: #5E6D66; margin: 0; vertical-align: baseline; *vertical-align: middle; }
select {font-size: 100%; olor: #5E6D66; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Hunt & Gather - mkelley@huntandgather.com
   ========================================================================== */

/*
 & Columns : 12
 & Gutter %: 20%
 & MinWidth: 960px
 & MaxWidth: 1080px
 */
.grid_1 { width: 6.6666666666667%; }
.grid_2 { width: 15%; }
.grid_3 { width: 23.333333333333%; }
.grid_4 { width: 31.666666666667%; }
.grid_5 { width: 40%; }
.grid_6 { width: 48.333333333333%; }
.grid_7 { width: 56.666666666667%; }
.grid_8 { width: 65%; }
.grid_9 { width: 73.333333333333%; }
.grid_10 { width: 81.666666666667%; }
.grid_11 { width: 90%; }
.grid_12 { width: 98.333333333333%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-left: 0.83333333333333%;
	margin-right: 0.83333333333333%;
	float: left;
	display: block;
}

.alpha{margin-left:0px;}
.omega{margin-right:0px;}

.contain {
	width: 924px;
	margin: auto;
}
.full {
	width:100%;
	float:left;
	display: block;
	}
.half {
	width: 50%;
	float: left;
	display: block;
	}
.modal .contain {
	width: 85%;
	}

.description-container {
	width: 285px;
	margin-right: 0;
	float: left;
	margin-left: 0;
	}
.watch-container {
	float: right;
	margin-right: 0;
	width: 620px;
	}
.description-container h3 {
	letter-spacing: -1px;
	word-spacing: -3px;
	}


.clrfx:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clrfx,*:first-child+html .clrfx{zoom:1}


.get-access-container {
	background: #000 url("/espn3/images/longhorn/getaccess/bg-blacktop.jpg") center top repeat-y;
	background-size: 110% auto;
	}


/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.modal-body ul.steps li { display: none; }
.modal-body ul.steps li.current { display: inline; }
ul.steps {
	position: absolute;
	bottom: 30px;
	left: 55px;
	font-family: "lhf-full-block-reg", sans-serif;
	font-size: 20px;
	}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 610px;
  height: 400px;
  margin: -250px 0 0 -305px;

  background: url('/espn3/images/longhorn/getaccess/bg-modal.png') 0 0 no-repeat;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
	color: #000;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
}
.modal-header .close {
  margin-top: 10px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 5px;

}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.hide {
	display: none;
	}

/* End Modal */

p {
	margin: 0 0 10px 0;
	}

/* Header */
hgroup h1 { /* image replacement */
	width: 100%;
	height: 302px;
	background: url("/espn3/images/longhorn/getaccess/bg-texasfights.png") no-repeat;
	margin: 0;
	}
hgroup h1 span { /* image replacement */
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}
hgroup h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	}
/* Main */
.main {
	margin-top: 25px;
	margin-bottom: 30px;
	}

.counter span {
	display: block;
	text-align: center;
	}
.counter .number {
	font-family: "lhf-full-block-reg", sans-serif;
	font-size: 67px;
	}
.counter .description {
	margin-top: -30px;
	}

.watch {
	height: 475px;
	position:relative;
	}
.watch .thumbnail {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	}
.watch .devices {
	position: relative;
	z-index: 1;
	background: url("/espn3/images/longhorn/getaccess/tvcollage.png") right top no-repeat;
	height: 100%;
	}
.watch .play-container {
	position: absolute;
	width: 225px;
	top: 80px;
	right: 183px;
	z-index: 10;
	}
.watch .play-container div {
	width: 33%;
	margin: 0 auto;
	}

.signatures {
	margin-top: 40px;
	margin-bottom: 40px;
	}
.social-feed {
	background: url("/espn3/images/longhorn/getaccess/bg-social-feed.png") -5px -4px no-repeat;
	height: 80px;
	}
.social-feed ul {
	padding-top: 16px;
	}
.social-feed figure {
	float: left;
	margin: 0 10px 0 5px;
	}
.social-feed p {
	font-family: sans-serif;
	font-size: 14px;
	margin: 0;
	line-height: 1.1;
	text-shadow: none;
	}
.social-feed .user {
	color: #000;
	margin-top: 5px;
	font-weight: bold;
	}
.social-feed .date {
	color: #5e6d66;
	}

.share{}
.badge {
	float: left;
	background: url("/espn3/images/longhorn/getaccess/bg-texas-fights.png") 0 0 no-repeat;
	height: 115px;
	overflow: hidden;
	}
.badge form {
	width: 220px;
	padding-top: 40px;
	padding-left: 259px;
	}
.badge label {
	font-size: 16px;
	text-transform: uppercase;
	}
.badge input {
	font-size: 13px;
	padding: 8px;
	border-radius: 3px;
	border: none;
	width: 84%;
	margin-top: 7px;
	}
.buttons {
	float: right;
	padding-top: 45px;
	font-size: 15px;
	text-transform: uppercase;
	margin-left: 0px;
	}
.buttons ul {
	overflow: hidden;
	}
.buttons li {
	float: left;
	margin-right: 20px;
	}
.buttons li:last-child {
	margin-right: 0;
	}
.buttons li i {
	display: block;
	float: left;
	height: 32px;
	width: 33px;
	background: url("/espn3/images/longhorn/getaccess/bg-social.png") no-repeat;
	}
.buttons li.facebook i {
	background-position: 0 0;
	}
.buttons li.twitter i {
	background-position: -33px 0;
	}
.buttons li.gplus i {
	background-position: -65px 0;
	}
.buttons li.sharethis i {
	background-position: -99px 0;
	}
.buttons li span {
	line-height: 2;
	margin-left: 7px;
	}

/* Footer */
.contentinfo {
	font-size: 70%;
	font-family: sans-serif;
	line-height: 1.1;
	margin-top: 50px;
	margin-bottom: 25px;
	}
.contentinfo p {
	margin: 0;
	}

/* Modal continued */
.close {
	color: #5e6d66;
	cursor: pointer;
	text-transform: uppercase;
	margin-top: 2px;
	font-size: 80%;
	text-align: right;
	display: block;
	}
a.close {
	color: #5e6d66;
	}
.modal {
	font-size: 17px;
	letter-spacing: -1px;
	}
.modal h3 {
	}
.modal h4 {
	text-transform: uppercase;
	font-family: "lhf-full-block-reg", sans-serif;
	}
.modal label {
	text-transform: uppercase;
	font-family: "lhf-full-block-reg", sans-serif;
	font-size: 27px;
	line-height: 0;
	}
.modal p.description {
	margin-bottom: 18px;
	}
.modal .btn {
	border:none;
	width: 40%;
	padding: 5px 10px 0;
	line-height: 1.2;
	margin: 10px auto;
	}
.modal input[type="text"] {
	font-size: 80%;
	width: 185px;
	text-align: center;
	background-color: white;
	}
.modal select {
	height: 33px;
	font-size: 80%;
padding-top: 7px;
	width: 230px;
	text-align: center;
	}
/* Steps */
.modal #step0 input {
	padding: 6px 20px;
	}
.modal #step0, #step1 {
	margin-top: 35px;
	}
.modal #step2 p.first {
	margin-bottom: 0;
	}
.modal #step2 input, .modal #step2 label {
	margin-left: 5px;
	}
.modal #step2 label {
	font-family: inherit;
	font-size: 90%;
	}
.modal #step2 input[type="text"] {
	width: 205px;
	margin-top: 3px;
	padding: 6px 10px;
	text-align: left;
	}
.modal #step3 h4 {
	margin-bottom: 5px;
	}

.modal .input-description {
	font-size: 80%;
	color: #5e6d66;
	text-transform: uppercase;
	margin-left: 8px;
	}
.modal .provider-phone {
	letter-spacing: 0;
	}
.modal .row {
	margin-bottom: 10px;
	}
.modal .checkboxes {
	line-height: 1.1;
	margin-top: 23px;
	}
.modal #SaveAccount {
	float: right;
	width:32%;
	height: 35px;
	background: url('/espn3/images/longhorn/getaccess/button-submit.png') 0 bottom no-repeat;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 0;
	}
.modal input[type="submit"]:hover {
	background: url('/espn3/images/longhorn/getaccess/button-submit.png') 0 top no-repeat;
	}


.btn.fb:hover {
	background-position: right 1px;
	}
.btn.fb {
	height: 36px;
	background: url('/espn3/images/longhorn/getaccess/button-shareonfb.png') right bottom no-repeat;
	margin-top: 21px;
	padding: 0;
	width: 100%;
	}

.sharefb {
	float: left;
	width: 267px;
	}
.friends {
	float: left;
	width: 232px;
	}

#twitter {
	width: 98%;
	height: 60px;
	resize: none;
	padding: 7px 7px 0;
	}
#twitter:focus {
	outline: none;
	}
#stepDesc3 {
	display: none;
	}
p.download {
	background: url('/espn3/images/longhorn/getaccess/bg-download.png') 0 10px no-repeat;
	padding-left: 40px;
	font-size: 95%;
	margin-top: 7px;
	}
p.download a {
	text-decoration: underline;
	word-spacing: 1px;
	}
.facebook-share {
	background: url('/espn3/images/longhorn/getaccess/bg-facebook-hr.png') 0 top no-repeat;
	}
.facebook-share p {
	color: #5E6D66;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 20px;
	}
#step3commands {
	display: none;
	}

h3.dln-header {
	height: 25px;
	margin: 0;
	background: url('/espn3/images/longhorn/getaccess/demandlonghornnetwork.png') center top no-repeat;
	display: block;
	margin-top: 20px;
	}
h3.dln-header.confirmation {
	background: url('/espn3/images/longhorn/getaccess/emailsent.png') center top no-repeat;
	margin-top: 18px;
	}

h3.dln-header span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#step2commands {
	display: none;
	}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
.tcenter {
	text-align: center;
	}
.tright {
	text-align: right;
	}
.small {
	font-size: 65%;
	}
.orange, .orange a {
	color: #e46f1e;
	}
.grey {
	color: #5e6d66;
	}
input {
	border: solid 1px #ddd;
	}
input.required.warning {
	background-color: #ffdcdc;
	border: solid 1px #f08080;
	color: #3d3d3d;
	}

.btn:hover {
	cursor: pointer;
	}
.btn {
	display: block;
	margin: 0;
	width: 101%;
	}
.btn span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

.btn.play {
	height: 72px;
	background: url('/espn3/images/longhorn/getaccess/button-play.png') 0 bottom no-repeat;
	}
.btn.play:hover {
	background-position: 0 top;
	}
.btn.openmodal {
	height: 68px;
	background: url('/espn3/images/longhorn/getaccess/demandlhnnow.png') 0 -70px no-repeat;
	}
.btn.openmodal:hover {
	background-position: 0 top;
	}


.btn.provider {
	height: 30px;
	background: url('/espn3/images/longhorn/getaccess/button-findprovider.png') 0 bottom no-repeat;
	}
.btn.provider:hover {
	background-position: 0 top;
	}

.btn.nextstep {
	height: 30px;
	background: url('/espn3/images/longhorn/getaccess/button-nextstep.png') 0 bottom no-repeat;
	}
.btn.nextstep:hover {
	background-position: 0 top;
	}



.btn.provider {}

/* 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; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



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

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}


	.buttons li:last-child {
		margin-right: 20px;
	}
	.modal {
		height: 412px;
		width: 615px;
		overflow: hidden;
		border-width: 0;
	}
	.modal-header {
		padding: 9px 15px 0 0;
		position:absolute;
		top: 0;
		right: 0;
	}
	.get-access-container {
		background-size: 924px auto;
	}

	hgroup h1 { background-image: url('/espn3/images/longhorn/getaccess/bg-texasfights.png'); }
	.watch .devices { background-image: url('/espn3/images/longhorn/getaccess/tvcollage.png'); }
	.banner hgroup h2 { font-size: 1.4em; }
	.full h3 { margin-bottom: 5px; }
	.watch-container { width: 600px; margin-right: 10px; }
	.description-container { margin-left:10px; }

