/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */

html { overflow-y: scroll; } /* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */
html, body { height: 100%; }

body {color: #414141; font: 400 18px/36px "Avenir LT W01_35 Light1475496", sans-serif;}

h1 { color : #414141; font: 400 54px/54px "Brandon Grot W01 Medium", sans-serif; text-transform: uppercase;}
h2 { color : #414141; font: 400 36px/36px "Brandon Grot W01 Bold", sans-serif; text-transform: uppercase;}
h3 { color : #414141; font: 400 36px/36px "BrandonGrotW01-Regular", sans-serif; text-transform: uppercase;}
h4 { color : #414141; font: 400 27px/27px "Avenir LT W01_35 Light1475496", sans-serif; }
h5 { color : #414141; font: 400 16px/16px "Brandon Grot W01 Bold", sans-serif; text-transform: uppercase;}

a {
	color: #1E4383;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
p {color: inherit;}
strong {font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;}
button {outline: none;}
.button + .button {margin-left: 10px;}
select {-moz-appearance: none !important;}

/* hack to get anchor tags to work */
a.anchor:before {display: block; content: ""; height: 110px; margin: -110px 0 0;}

.ui-datepicker.ui-widget {z-index: 100 !important;}
@media only screen and (min-width: 64.0625em) {	.ui-datepicker.ui-widget {margin-top: -101px;} }

.row {max-width: 970px; position: relative;}
.row > .columns.nopad {padding: 0;}

header {position: relative; background: #ffffff; padding-top: 15px; border-bottom: 5px solid #f8f8f8; z-index: 99999 !important;}
header nav {padding: 0px 10px; margin: auto;}
header .top-bar {background: transparent; height: auto; position: static; padding: 0px 15px; text-align: center;}
header .top-bar .name {display: inline-block; margin: auto;}
.logo {
	background: url(/includes/public/assets/images/madison-logo.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	font: 0/0 a;
	width: 230px;
	height: 58px;
	display: inline-block;
	margin-top: 0px;
	vertical-align: top;
}
header .top-bar-section > .right {margin-left: 15px;}

header .temperature-dropdown {display: inline-block; vertical-align: top; line-height: 30px; position: relative; margin-left: 0px;}
header .temperature {
	color: #5e87cb;
	font-family: "Brandon Grot W01 Bold", sans-serif; font-size: 16px; line-height: 16px;
	margin-top: 3px; text-align: left;
	height: 20px;
	position: relative;
}
header .temperature-dropdown > a.temperature {padding: 20px 10px 10px 45px;}
header .temperature.open {background-color: #5e87cb; color: #ffffff;}
header .temperature-list {background-color: #5e87cb; border: none; outline: none; padding: 20px 0; max-width: none; width: 100%;}
header .temperature-list:before {display: none;}
header .temperature-list:after {content: ''; display: table; width: auto; height: auto; position: static; border: 0px; clear: both;}
header .temperature-list li {background: transparent !important; float: left; padding: 0px 10px; height: 35px; width: 33%;}
header .temperature-list li .temperature {display: inline-block; color: #fff;}
header .temperature-list li .temperature .climacon {float: left; width: 27px;}
header .temperature-list li .temperature .climacon:before {position: relative; left: 0; top: 0;}
header .temperature-list li .temperature .temp {float: left; width: 57px;}
header .temperature-list li .temperature .date {display: inline-block; font-family: "Brandon Grot W01 Medium", sans-serif; font-size: 13px; line-height: 13px; text-transform: uppercase;}
header .temperature-list li + li {border-left: 1px solid #799dd0;}
header .temperature-dropdown .f-dropdown.open {left: auto !important; right: 0; max-width: none; width: 320px !important;}

header .no-secondary {margin-top: 5px; margin-bottom: 5px; height: 22px; width: 445px;}


ul.inline-list, ul.social-list {margin: 0; padding: 0;}
ul.inline-list > li, ul.social-list > li {display: inline-block; float: left; list-style: none;}
ul.inline-list:after, ul.social-list:after {content: ''; display: table; clear: both;}
ul.social-list > li {background: none !important; padding-right: 10px;}
ul.social-list > li:last-child {padding-right: 0;}
ul.social-list > li > a {background: none !important; display: inline-block; width: auto; height: auto; padding: 0px 7px; line-height: 30px;}
ul.social-list > li:not(.has-form) > a:not(.button) {padding: 0px 7px; line-height: 30px;}
ul.dotted-list li + li {position: relative;}
ul.dotted-list li + li:before {
  content: '';
  background: #d1d3d4;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  margin: auto;
  max-height: 80%;
}


@media only screen and (max-width: 64em) {
	header {padding-bottom: 0px; margin-bottom: 0; border-bottom: 0;}
	header .top-bar {padding: 0px; overflow: visible;}
	header .top-bar .title-area {float: none;}
	header .top-bar-section .search-box,
	header .top-bar-section .temperature-dropdown,
	header .top-bar-section .nav-top,
	header .top-bar-section .nav-main {display: none;}
}

@media only screen and (min-width: 64.0625em) {
	header {position: fixed; top: 0; width: 100%;}
	header nav {max-width: 95%; width: 1170px;}
	header .top-bar {padding: 0px;}
	header .top-bar .name {height: auto; float: left;}
	.logo {margin-top: 5px;}
	.slideshow-cont {margin-top: 101px;}
}

@media only screen and (min-width: 40.0625em) {
	body {font-size: 18px; line-height: 28px;}
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
	header .no-secondary {margin-top: 5px; margin-bottom: 5px; height: 22px; width: 360px;}
}

form.form-basic .form-group {position: relative;}
form.form-basic input[type='text'].form-control,
form.form-basic input[type='email'].form-control,
form.form-basic input[type='password'].form-control,
form.form-basic button.form-control,
form.form-basic select.form-control {
	font-family: "Avenir LT W01_35 Light1475496", sans-serif;
	font-weight: 300;
	font-size: 16px; line-height: 20px;
	color: #414141;
	height: 40px;
	margin: 10px auto;
	background: #f8f8f8;
	box-sizing: border-box;
	padding: 10px 15px;
	text-align: left;
	border: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
form.form-basic .form-group.calendar input {
	background: #f8f8f8 url(/includes/public/assets/images/calendar.png) no-repeat right 15px center;
}
form.form-basic select.form-control {
	background-image: url(/includes/public/assets/images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right 10px center;	
	padding: 0 10px;
}

form.form-basic input[type='text'].form-control:-moz-placeholder,
form.form-basic input[type='email'].form-control:-moz-placeholder,
form.form-basic input[type='password'].form-control:-moz-placeholder,
form.form-basic button.form-control:-moz-placeholder,
form.form-basic select.form-control:-moz-placeholder {color: #414141; font-size: 16px;}
form.form-basic input[type='text'].form-control::-moz-placeholder,
form.form-basic input[type='email'].form-control::-moz-placeholder,
form.form-basic input[type='password'].form-control::-moz-placeholder,
form.form-basic button.form-control::-moz-placeholder,
form.form-basic select.form-control::-moz-placeholder {color: #414141; font-size: 16px;}
form.form-basic input[type='text'].form-control:-ms-input-placeholder,
form.form-basic input[type='email'].form-control:-ms-input-placeholder,
form.form-basic input[type='password'].form-control:-ms-input-placeholder,
form.form-basic button.form-control:-ms-input-placeholder,
form.form-basic select.form-control:-ms-input-placeholder {color: #414141; font-size: 16px;}
form.form-basic input[type='text'].form-control::-webkit-input-placeholder,
form.form-basic input[type='email'].form-control::-webkit-input-placeholder,
form.form-basic input[type='password'].form-control::-webkit-input-placeholder,
form.form-basic button.form-control::-webkit-input-placeholder,
form.form-basic select.form-control::-webkit-input-placeholder {color: #414141; font-size: 16px;}

form.form-basic button.button {height: 40px;}


.button.basic {
	font-family: "Brandon Grot W01 Bold", sans-serif;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	width: 100%;
	height: 40px !important;
	padding: 9px 15px;
	margin: 10px auto;
}
.button.basic:hover {opacity: 0.7;}
.button.basic.red {background: #c21b28; color: #ffffff;}
.button.basic.blue {background: #1E4383;}
.button.basic.contract {width: auto;}
.button.basic .arrow-right {margin-left: 5px;}
.button + .button {margin-left: 10px;}
.button.basic.small {font-size: 16px; line-height: 16px; height: 30px !important; padding: 7px 10px;}
.button.transparent {
	border: 1px solid #ffffff;
	font-family: "Brandon Grot W01 Bold", sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	background: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
}
.button .arrow-down {
	background: url(/includes/public/assets/images/arrow-down-nav.png) no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 5px;
}

.arrow-right {background: url(/includes/public/assets/images/arrow-right-nav.png) no-repeat; display: inline-block; width: 14px; height: 14px;}
.arrow-left-blue {
	background: url(/includes/public/assets/images/arrow-right-blue.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 14px;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.arrow-left-blue.smaller {width: 10px; height: 10px;}

.basic-logo, .footer-logo, .madison-area-sports-commission-logo, .simple-view-credit {
	font: 0/0 a;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.basic-logo:hover, .footer-logo:hover, .madison-area-sports-commission-logo:hover, .simple-view-credit:hover {opacity: 0.5;}


.slideshow-cont {background: #fff; overflow: hidden; position: relative;}
.addthis {position: absolute; top: 8px; right: 0;}

section.content {color: #37322d; display: inline-block; font-size: 18px; line-height: 32px; padding: 72px 0 20px; vertical-align: top; width: 100%;}
section.content h1, section.content h2, section.content h3, section.content h4, section.content h5 {margin: 0 0 15px 0;}
section.content p {color: #414141; font-size: 18px; line-height: 36px;}

section.content .marginbottom {margin-bottom: 30px;}
section.content .bgcolor {background: #f6f1ec; padding-top: 20px; padding-bottom: 20px;}
section.content .titlerow.bgcolor {padding-bottom: 0;}
section.content .contentrow.bgcolor {padding-top: 0;}

section.content .panel_custom_one_col_full .row {max-width: 100%;}
section.content .panel_custom_one_col_full .row.marginrow {max-width: 970px;}
/*section.content .panel_custom_one_col_full .row.marginrow .row {margin: 0 -0.9375rem; max-width: none;}*/

section.content .sidebar {padding-top: 10px;}
section.content .section-title {margin-bottom: 10px; position: relative; text-align: center; text-transform: uppercase;}
section.content .section-title h3 {
	color: #414141;
	font: 400 22px/22px "Brandon Grot W01 Bold", sans-serif;	
	display: inline-block;
	min-width: 235px;
	margin-bottom: 0px;
	background: #ffffff;	
	padding: 7px 15px;
	position: relative;
	z-index: 2;
}
section.content .section-title h3 a {display: block; text-transform: uppercase; font-size: 16px; line-height: 16px;}
section.content .section-title h3 a:not(.themecolor) {color: #c21b28;}
section.content .section-title:after {
	content: '';	
	display: inline-block;
	height: 1px;
	width: 570px;
	max-width: 90%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 0;
	margin: auto;
}
section.content .section-title.title-o h3 {background: #fff; border: 1px solid #d1d3d4;}
section.content .section-title.title-o:after {background: #d1d3d4;}

section.content .sidebar .section-title {margin-bottom: 20px;}

section.content .container-fluid {padding: 0 15px;}

.panel_custom_greeting {margin-bottom: 30px; text-align: center;}
.panel_custom_greeting h1 {display: inline-block; margin: 0 auto 30px auto; padding-top: 30px; position: relative; text-transform: uppercase;}
.panel_custom_greeting h1:before {content: ""; background: #d1d3d4; position: absolute; top: 0; left: 15px; right: 15px; height: 1px;}

.panel_custom_related_content {background: #f6f1ec; margin-bottom: 30px; padding: 20px 10px;}
.panel_custom_related_content.nobg {background: transparent;}

.panel_custom_socialhub {padding: 30px 0;}
.panel_custom_socialhub .rawContent { display: none; }
.panel_custom_socialhub .tabs {margin: 30px 0 !important; text-align: center; }
.panel_custom_socialhub .tabs > .tab {display: inline-block; margin: 0 12px; position: relative;}
.panel_custom_socialhub .tabs > .tab:hover:before,
.panel_custom_socialhub .tabs > .tab.active:before {content: ""; position: absolute; bottom: -3px; left: 0; right: 0; height: 1px; width: 100%;
	background-color: #fff; border-bottom: 3px #1E4383 solid; z-index: 1;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.panel_custom_socialhub .tabs > .tab:after {content: ""; position: absolute; bottom: 0; left: 50%; height: 15px; width: 15px;
	background: url(/includes/public/assets/images/menu-drop-blue.png) no-repeat -1px center; z-index: 2;	
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);	
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.panel_custom_socialhub .tabs > .tab:hover:after,
.panel_custom_socialhub .tabs > .tab.active:after {bottom: -15px;}
.panel_custom_socialhub .tabs .tabContent {
	background: #fff;
	color: #d1d3d4;
	cursor: pointer;
	font-size: 24px;
	line-height: 24px;
	outline: none;
	padding: 5px;
	position: relative;	
	z-index: 3;	
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.panel_custom_socialhub .tabs > .tab:hover .tabContent,
.panel_custom_socialhub .tabs > .tab.active .tabContent {color: #1E4383;}
.panel_custom_socialhub .panes {text-align: center;}
.panel_custom_socialhub .panes > .pane { display: none; margin-top: 15px; padding: 0px; }
.panel_custom_socialhub .panes > .pane.active { display: block; }
.panel_custom_socialhub .panes > .pane .content {overflow: hidden; position: relative;}

img.zoomimg {	
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: transform ease 2s;
	transition: transform ease 2s;
}
.zoomparent:hover img.zoomimg {	
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.video-wrapper {position: relative;}
.video-wrapper .play-btn {
	background: transparent url(/includes/public/assets/images/play.png) no-repeat 0 0;
	display: block; position: absolute; top: 50%; left: 50%; z-index: 99;
	width: 80px; height: 56px; margin-top: -28px; margin-left: -40px;	
}

.panel_tabs {padding: 0 0.9375rem;}
.panel_tabs .rawContent { display: none; }
.panel_tabs .panes > .pane { display: none; }
.panel_tabs .panes > .pane.active { display: block; }
.panel_tabs .tabs {display: table; border-bottom: 3px solid; margin: 0 0 30px 0 !important; width: 100%; position: relative;}

.panel_tabs .tabs .tab {display: table-cell; width: 25%; position: relative; cursor: pointer;}
.panel_tabs .tabs .tab .tab-title {color: #414141; display: block; padding: 16px 10px; text-align: center; width: 100%;
	font: 400 24px/38px "BrandonGrotW01-Regular", sans-serif; text-transform: uppercase; position: relative; z-index: 99;	
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.panel_tabs .tabs .tab:hover .tab-title,
.panel_tabs .tabs .tab.active .tab-title {font-family: "Brandon Grot W01 Bold", sans-serif;}

.panel_tabs .panes {margin-bottom: 30px; padding-top: 15px;}

@media only screen and (max-width: 40em) {
	.panel_tabs .tabs {display: block; border: none; margin: 10px 0 !important; padding-top: 52px;}
	.panel_tabs .tabs .tab {display: none; width: 100%;}
	.panel_tabs .tabs .tab.active {display: block; position: absolute; top: 0; z-index: 100;}
	.panel_tabs .tabs .tab .tab-title {font-size: 22px; line-height: 22px; padding: 15px 20px 15px 35px; text-align: left;}

	.panel_tabs .tabs.open .tab {display: block;}
	.panel_tabs .tabs .tab.active:after {content: ""; background-image: url(/includes/public/assets/images/arrow-down-nav.png);
		position: absolute; right: 20px; top: 19px; height: 14px; width: 14px; z-index: 999;		
	}
	.panel_tabs .tabs.open .tab.active:after {background-image: url(/includes/public/assets/images/arrow-up-nav.png);}
}

@media only screen and (min-width: 40.0625em) {
	.panel_tabs .tabs .tab:before {content: ""; background-color: #fff; 
		position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 2;
	}
	.panel_tabs .tabs .tab:after {content: ""; height: 15px; width: 15px;
		position: absolute; bottom: 0; left: 50%; z-index: 1;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all ease .5s;
		-moz-transition: all ease .5s;
		-o-transition: all ease .5s;
		transition: all ease .5s;
	}
	.panel_tabs .tabs .tab:hover:after, .panel_tabs .tabs .tab.active:after {bottom: -15px;}	
}

@media only screen and (min-width: 64.0625em) {

}




.footer-cont {margin-top: 30px;}
.footer-cont section {color: #37322d; display: inline-block; font-size: 18px; line-height: 32px; padding: 20px 0; vertical-align: top; width: 100%;}
section.footer-forms {background: #df1f2e; color: #fff; padding: 40px 0;}

section.footer-forms h3 {color: #fff; font: 400 36px/36px "BrandonGrotW01-Regular", sans-serif; text-transform: uppercase;}
section.footer-forms h3 strong {font-family: "Brandon Grot W01 Bold", sans-serif;}
section.footer-forms p {font-size: 18px; line-height: 24px;}

section.footer-forms .newsletter-form .form-control {
	background: transparent !important;
	border: 0px;
	border-bottom: 1px solid #c41e2a;
	color: #a11c1d;
	font-family: "Avenir LT W01_55 Roman1475520", sans-serif;
	font-size: 30px;
	height: 65px;
	line-height: 36px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

section.footer-forms .newsletter-form .form-control:-moz-placeholder {color: #a11c1d; font-family: "Avenir LT W01_55 Roman1475520", sans-serif; font-size: 30px; line-height: 46px;}
section.footer-forms .newsletter-form .form-control::-moz-placeholder {color: #a11c1d; font-family: "Avenir LT W01_55 Roman1475520", sans-serif; font-size: 30px; line-height: 46px;}
section.footer-forms .newsletter-form .form-control:-ms-input-placeholder {color: #a11c1d; font-family: "Avenir LT W01_55 Roman1475520", sans-serif; font-size: 30px; line-height: 46px;}
section.footer-forms .newsletter-form .form-control::-webkit-input-placeholder {color: #a11c1d; font-family: "Avenir LT W01_55 Roman1475520", sans-serif; font-size: 30px; line-height: 46px;}
section.footer-forms .newsletter-form button {margin-top: 20px;}

section.footer-forms .vguide {text-align: center;}
section.footer-forms .vguide img {margin-top: -15%; margin-bottom: -4%;}


section.footer-booking {padding-top: 60px; padding-bottom: 60px;}
section.footer-booking h3 {font: 400 36px/36px "BrandonGrotW01-Regular", sans-serif; text-transform: uppercase;}
section.footer-booking h3 strong {font-family: "Brandon Grot W01 Bold", sans-serif;}
section.footer-booking .form-header {border-bottom: 1px solid #f1f2f2; margin-bottom: 10px;}
section.footer-booking .form-header h3 {color: #3e4545; margin-bottom: 15px;}
section.footer-booking .form-header p {color: #3e4545; font-size: 20px; float: right; margin-top: 5px; margin-bottom: 10px;}
section.footer-booking .form-basic {border-bottom: 1px solid #f1f2f2; padding-bottom: 10px;}

footer {padding-bottom: 65px;}
footer .footer-nav {margin-bottom: 20px;}
footer .footer-nav ul.social-list {display: inline-block; margin: auto;}
footer .footer-nav ul.social-list li {margin: 0px 10px; padding: 0;}
footer .footer-nav ul.navigation {display: inline-block; margin-top: 5px; list-style: none; margin-left: auto; margin-right: auto; margin-bottom: 10px;}
footer .footer-nav ul.navigation li > a {
	font-family: "Brandon Grot W01 Bold", sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	color: #1e4383;
}
footer .footer-nav ul.navigation li > a:hover {color: #333;}
footer .credits {border-top: 1px solid #dfedf5; padding-top: 30px; text-align: center;}
footer .credits .inline-list {text-align: center;}
footer .credits .inline-list li {display: inline-block; float: none; margin: 10px;}
footer .credits .inline-list li a:hover {opacity: 0.5;}
footer .contact-info {font-family: "Avenir LT W01_55 Roman1475520", sans-serif;}
footer .contact-info p {color: #3e4545; margin-bottom: 0; line-height: 24px;}
footer .contact-info p span {color: #d1d3d4; padding: 0 5px;}
footer .contact-info a {color: #1e4383;}
footer .contact-info .inline-list {display: inline-block; width: 100%; margin: auto; line-height: 27px; text-align: justify;}
footer .contact-info .inline-list:after {content: ''; display: inline-block; width: 100%;}
footer .contact-info .inline-list li { display: inline-block; float: none; margin: auto;}

footer .back-to-top {
	font-family: "Brandon Grot W01 Bold", sans-serif;
	font-size: 22px;
	color: #1e4383;
	display: inline-block;
	margin: 25px auto;
	text-transform: uppercase;
	padding: 10px 20px;
	background: #f8f8f8;
}
footer .back-to-top:after {
	content: '';
	background: url(/includes/public/assets/images/arrow-up.png) no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-left: 10px;
}

.footer-logo {
	background-image: url(/includes/public/assets/images/madison-footer-logo.png);
	-webkit-background-size: contain;
	background-size: contain;
	max-width: 100%;
	width: 198px;
	height: 65px;
	margin-bottom: 25px;
}

/* line 127, style.scss */
.madison-area-sports-commission-logo {
	background-image: url(/includes/public/assets/images/madison-area-sports-commision.png);
	max-width: 100%;
	width: 213px;
	height: 62px;
}

/* line 135, style.scss */
.simple-view-credit {
	display: block;
	background-image: url(/includes/public/assets/images/made-by-simpleview.png);
	width: 160px;
	height: 16px;
	margin: 50px auto 0px;
}


@media only screen and (max-width: 64em) {
	section.footer-forms h3 {font-size: 26px;}
	section.footer-forms p {font-size: 16px; line-height: 28px;}
	section.footer-forms .newsletter-form .form-control {height: 45px;}

	section.footer-forms .newsletter-form .form-control:-moz-placeholder {font-size: 20px;}
	section.footer-forms .newsletter-form .form-control::-moz-placeholder {font-size: 20px;}
	section.footer-forms .newsletter-form .form-control:-ms-input-placeholder {font-size: 20px;}
	section.footer-forms .newsletter-form .form-control::-webkit-input-placeholder {font-size: 20px;}
	
	section.footer-forms .vguide img {margin-top: -26%;}

	section.footer-booking .form-basic > .row .column {padding: 0px 8px;}
	section.footer-booking .form-basic button.button.basic {font: 0/0 a;}

	footer {text-align: center;}
	footer p {font-size: 14px; line-height: 24px;}
	footer a {font-size: 14px; line-height: 24px;}
	footer .credits {margin-top: 25px; padding-top: 20px;}
	footer .credits ul {margin-left: 0;}
	footer .contact-info {margin-bottom: 25px;}
}
@media only screen and (max-width: 40em) {
	h1 {font-size: 32px; line-height: 34px;}
	section.footer-forms .vguide img {margin-top: 0;}

	section.footer-booking .form-header {text-align: center;}
	section.footer-booking .form-header p {float: none;}
	section.footer-booking .form-basic > .row .column {padding: 0px 0.9375rem;}

	footer .footer-nav {padding-top: 15px; padding-bottom: 15px;}
	footer .footer-nav h4 {margin-top: 10px;}
	footer .credits ul.inline-list li, footer .credits ul.social-list li {margin-top: 0px;}
	footer .credits ul.inline-list li:before, footer .credits ul.social-list li:before {display: none;}
	footer .credits ul.inline-list li a, footer .credits ul.social-list li a {line-height: 36px;}
}







/*
font-family:'Brandon Grot W01 Thin';
font-family:'BrandonGrotW01-ThinItal';
font-family:'Brandon Grot W01 Light';
font-family:'BrandonGrotW01-LightIt';
font-family:'BrandonGrotW01-Regular';
font-family:'BrandonGrotW01-RegularI';
font-family:'Brandon Grot W01 Medium';
font-family:'BrandonGrotW01-MediumIt';
font-family:'Brandon Grot W01 Bold';
font-family:'BrandonGrotW01-BoldItal';
font-family:'Brandon Grot W01 Black';
font-family:'BrandonGrotW01-BlackIta';
font-family:'Avenir LT W01_35 Light1475496';
font-family:'Avenir LT W01_35 Light_1475502';
font-family:'Avenir LT W01_45 Book1475508';
font-family:'Avenir LT W01_45 Book O1475514';
font-family:'Avenir LT W01_55 Roman1475520';
font-family:'Avenir LT W01_55 Obliqu1475526';
font-family:'Avenir LT W01_65 Medium1475532';
font-family:'Avenir LT W01_65 Medium1475538';
font-family:'Avenir LT W01_85 Heavy1475544';
font-family:'Avenir LT W01_85 Heavy_1475550';
font-family:'Avenir LT W01_95 Black1475556';
font-family:'Avenir LT W01_95 Black_1475562';


*/