/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],template {
	display: none
}

a {
	background-color: transparent
}

a:active,a:hover {
	outline: 0
}

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

b,strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

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

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

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

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

input {
	line-height: normal
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td,th {
	padding: 0
}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
	*,:after,:before {
		background: transparent!important;
		color: #000!important;
		box-shadow: none!important;
		text-shadow: none!important
	}

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

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

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

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

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

	thead {
		display: table-header-group
	}

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

	img {
		max-width: 100%!important
	}

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

	h2,h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn>.caret,.dropup>.btn>.caret {
		border-top-color: #000!important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse!important
	}

	.table td,.table th {
		background-color: #fff!important
	}

	.table-bordered td,.table-bordered th {
		border: 1px solid #ddd!important
	}
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}[role=button] {
	cursor: pointer
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}
.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.initialism,.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #0f4f7e
}

a.text-primary:focus,a.text-primary:hover {
	color: #0a3250
}

.text-success {
	color: #3c763d
}

a.text-success:focus,a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus,a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #0f4f7e
}

a.bg-primary:focus,a.bg-primary:hover {
	background-color: #0a3250
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus,a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus,a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus,a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus,a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0
}

.list-inline,.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,dt {
	line-height: 1.42857
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

.dl-horizontal dd:after,.dl-horizontal dd:before {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
	content: "\2014 \00A0"
}

.blockquote-reverse,blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
	content: ""
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
	content: "\00A0 \2014"
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857
}

code,kbd,pre,samp {
	font-family: Menlo,Monaco,Consolas,Courier New,monospace
}

code {
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

code,kbd {
	padding: 2px 4px;
	font-size: 90%
}

kbd {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

.container:after,.container:before {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

@media (min-width:768px) {
	.container {
		width: auto
	}
}

@media (min-width:992px) {
	.container {
		width: auto
	}
}

@media (min-width:1200px) {
	.container {
		width: auto;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

.container-fluid:after,.container-fluid:before {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

.row {
	margin-left: -10px;
	margin-right: -10px
}

.row:after,.row:before {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media (min-width:768px) {
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
		float: left
	}

	.col-sm-1 {
		width: 8.33333%
	}

	.col-sm-2 {
		width: 16.66667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.33333%
	}

	.col-sm-5 {
		width: 41.66667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.33333%
	}

	.col-sm-8 {
		width: 66.66667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.33333%
	}

	.col-sm-11 {
		width: 91.66667%
	}

	.col-sm-12 {
		width: 100%;
		margin: 50px 0
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-pull-1 {
		right: 8.33333%
	}

	.col-sm-pull-2 {
		right: 16.66667%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-4 {
		right: 33.33333%
	}

	.col-sm-pull-5 {
		right: 41.66667%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-7 {
		right: 58.33333%
	}

	.col-sm-pull-8 {
		right: 66.66667%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-10 {
		right: 83.33333%
	}

	.col-sm-pull-11 {
		right: 91.66667%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-push-1 {
		left: 8.33333%
	}

	.col-sm-push-2 {
		left: 16.66667%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-4 {
		left: 33.33333%
	}

	.col-sm-push-5 {
		left: 41.66667%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-7 {
		left: 58.33333%
	}

	.col-sm-push-8 {
		left: 66.66667%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-10 {
		left: 83.33333%
	}

	.col-sm-push-11 {
		left: 91.66667%
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:992px) {
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
		float: left
	}

	.col-md-1 {
		width: 8.33333%
	}

	.col-md-2 {
		width: 16.66667%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-4 {
		width: 33.33333%
	}

	.col-md-5 {
		width: 41.66667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.33333%
	}

	.col-md-8 {
		width: 66.66667%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10 {
		width: 83.33333%
	}

	.col-md-11 {
		width: 91.66667%
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-pull-1 {
		right: 8.33333%
	}

	.col-md-pull-2 {
		right: 16.66667%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-4 {
		right: 33.33333%
	}

	.col-md-pull-5 {
		right: 41.66667%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-7 {
		right: 58.33333%
	}

	.col-md-pull-8 {
		right: 66.66667%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-10 {
		right: 83.33333%
	}

	.col-md-pull-11 {
		right: 91.66667%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-push-1 {
		left: 8.33333%
	}

	.col-md-push-2 {
		left: 16.66667%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-4 {
		left: 33.33333%
	}

	.col-md-push-5 {
		left: 41.66667%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-7 {
		left: 58.33333%
	}

	.col-md-push-8 {
		left: 66.66667%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-10 {
		left: 83.33333%
	}

	.col-md-push-11 {
		left: 91.66667%
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-offset-0 {
		margin-left: 0
	}

	.col-md-offset-1 {
		margin-left: 8.33333%
	}

	.col-md-offset-2 {
		margin-left: 16.66667%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-4 {
		margin-left: 33.33333%
	}

	.col-md-offset-5 {
		margin-left: 41.66667%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-7 {
		margin-left: 58.33333%
	}

	.col-md-offset-8 {
		margin-left: 66.66667%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-10 {
		margin-left: 83.33333%
	}

	.col-md-offset-11 {
		margin-left: 91.66667%
	}

	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:1200px) {
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
		float: left
	}

	.col-lg-1 {
		width: 8.33333%
	}

	.col-lg-2 {
		width: 16.66667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.33333%
	}

	.col-lg-5 {
		width: 41.66667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.33333%
	}

	.col-lg-8 {
		width: 66.66667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.33333%
	}

	.col-lg-11 {
		width: 91.66667%
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-pull-1 {
		right: 8.33333%
	}

	.col-lg-pull-2 {
		right: 16.66667%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-4 {
		right: 33.33333%
	}

	.col-lg-pull-5 {
		right: 41.66667%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-7 {
		right: 58.33333%
	}

	.col-lg-pull-8 {
		right: 66.66667%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-10 {
		right: 83.33333%
	}

	.col-lg-pull-11 {
		right: 91.66667%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-push-1 {
		left: 8.33333%
	}

	.col-lg-push-2 {
		left: 16.66667%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-4 {
		left: 33.33333%
	}

	.col-lg-push-5 {
		left: 41.66667%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-7 {
		left: 58.33333%
	}

	.col-lg-push-8 {
		left: 66.66667%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-10 {
		left: 83.33333%
	}

	.col-lg-push-11 {
		left: 91.66667%
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%

	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777
}

caption,th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-],table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	margin: 0;
	min-width: 0
}

fieldset,legend {
	padding: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],select[size] {
	height: auto
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	padding-top: 7px
}

.form-control,output {
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	color: #555
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
		line-height: 34px
	}

	.input-group-sm>.input-group-btn>input[type=date].btn,.input-group-sm>.input-group-btn>input[type=datetime-local].btn,.input-group-sm>.input-group-btn>input[type=month].btn,.input-group-sm>.input-group-btn>input[type=time].btn,.input-group-sm>input[type=date].form-control,.input-group-sm>input[type=date].input-group-addon,.input-group-sm>input[type=datetime-local].form-control,.input-group-sm>input[type=datetime-local].input-group-addon,.input-group-sm>input[type=month].form-control,.input-group-sm>input[type=month].input-group-addon,.input-group-sm>input[type=time].form-control,.input-group-sm>input[type=time].input-group-addon,.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
		line-height: 30px
	}

	.input-group-lg>.input-group-btn>input[type=date].btn,.input-group-lg>.input-group-btn>input[type=datetime-local].btn,.input-group-lg>.input-group-btn>input[type=month].btn,.input-group-lg>.input-group-btn>input[type=time].btn,.input-group-lg>input[type=date].form-control,.input-group-lg>input[type=date].input-group-addon,.input-group-lg>input[type=datetime-local].form-control,.input-group-lg>input[type=datetime-local].input-group-addon,.input-group-lg>input[type=month].form-control,.input-group-lg>input[type=month].input-group-addon,.input-group-lg>input[type=time].form-control,.input-group-lg>input[type=time].input-group-addon,.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox,.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px\9
}

.checkbox+.checkbox,.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}

.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-left: 0;
	padding-right: 0
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm {
	height: 30px;
	line-height: 30px
}

.input-group-sm>.input-group-btn>select[multiple].btn,.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg {
	height: 46px;
	line-height: 46px
}

.input-group-lg>.input-group-btn>select[multiple].btn,.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.33333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success.checkbox-inline label,.has-success.checkbox label,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.radio-inline label,.has-success.radio label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning.checkbox-inline label,.has-warning.checkbox label,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.radio-inline label,.has-warning.radio label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error.checkbox-inline label,.has-error.checkbox label,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.radio-inline label,.has-error.radio label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox label,.form-inline .radio label {
		padding-left: 0
	}

	.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .checkbox,.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -10px;
	margin-right: -10px
}

.form-horizontal .form-group:after,.form-horizontal .form-group:before {
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 10px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,.btn:active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus,.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.btn-default:hover,.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle {
	background-image: none
}

.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus,.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle {
	background-image: none
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus,.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success.active,.btn-success:active,.btn-success:hover,.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle {
	background-image: none
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.btn-info:hover,.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle {
	background-image: none
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus,.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle {
	background-image: none
}

.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus,.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle {
	background-image: none
}

.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #337ab7;
	font-weight: 400;
	border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.btn-group-sm>.btn,.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height,visibility;
	transition-property: height,visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9;
	content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar:after,.btn-toolbar:before {
	content: " ";
	display: table
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-group-lg>.btn .caret,.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after {
	clear: both
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-addon,.input-group-btn,.input-group .form-control {
	display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group .form-control:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group .form-control:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	font-size: 0;
	white-space: nowrap
}

.input-group-btn,.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav:after,.nav:before {
	content: " ";
	display: table
}

.nav:after {
	clear: both
}

.nav>li,.nav>li>a {
	position: relative;
	display: block
}

.nav>li>a {
	padding: 10px 15px
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified,.nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li,.nav-tabs.nav-justified>li {
	float: none
}

.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li,.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified,.nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.navbar:after,.navbar:before {
	content: " ";
	display: table
}

.navbar:after {
	clear: both
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

.navbar-header:after,.navbar-header:before {
	content: " ";
	display: table
}

.navbar-header:after {
	clear: both
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse:after,.navbar-collapse:before {
	content: " ";
	display: table
}

.navbar-collapse:after {
	clear: both
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-bottom,.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:focus,.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {
	.navbar>.container-fluid .navbar-brand,.navbar>.container .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	margin: 8px -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1)
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox,.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox label,.navbar-form .radio label {
		padding-left: 0
	}

	.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left!important
	}

	.navbar-right {
		float: right!important;
		margin-right: -15px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #090909;
	color: #fff
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}

.pager:after,.pager:before {
	content: " ";
	display: table
}

.pager:after {
	clear: both
}

.pager li {
	display: inline
}

.pager li>a,.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,.pager .next>span {
	float: right
}

.pager .previous>a,.pager .previous>span {
	float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

a.label:focus,a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

a.badge:focus,a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-color: #eee
}

.jumbotron,.jumbotron .h1,.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container-fluid .jumbotron,.container .jumbotron {
	border-radius: 6px;
	padding-left: 10px;
	padding-right: 10px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container-fluid .jumbotron,.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}

	.jumbotron .h1,.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail>img,.thumbnail a>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
	border-color: #337ab7
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes a {
	0% {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes a {
	0% {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
	-webkit-animation: a 2s linear infinite;
	animation: a 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,.media-body {
	zoom: 1;
	overflow: hidden
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,.media>.pull-right {
	padding-left: 10px
}

.media-left,.media>.pull-left {
	padding-right: 10px
}

.media-body,.media-left,.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item,button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
	background-color: #eee;
	color: #777;
	cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {

	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
	padding: 15px
}

.panel-body:after,.panel-body:before {
	content: " ";
	display: table
}

.panel-body:after {
	clear: both
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle,.panel-title {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table-responsive>.table caption,.panel>.table caption {
	padding-left: 15px;
	padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.close:focus,.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal,.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header:after,.modal-header:before {
	content: " ";
	display: table
}

.modal-header:after {
	clear: both
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:after,.modal-footer:before {
	content: " ";
	display: table
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		box-shadow: 0 5px 15px rgba(0,0,0,.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px
}

.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	left: 5px
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel,.carousel-inner {
	position: relative
}

.carousel-inner {
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: left .6s ease-in-out;
	transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

@media (-webkit-transform-3d),(transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.active.right,.carousel-inner>.item.next {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		left: 0
	}

	.carousel-inner>.item.active.left,.carousel-inner>.item.prev {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		left: 0
	}

	.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		left: 0
	}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: transparent
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,.0001));
	background-image: linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001),rgba(0,0,0,.5));
	background-image: linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1)
}

.carousel-control:focus,.carousel-control:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: "\2039"
}

.carousel-control .icon-next:before {
	content: "\203a"
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000\9;
	background-color: transparent
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none!important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width:device-width
}

.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}

	table.visible-xs {
		display: table!important
	}

	tr.visible-xs {
		display: table-row!important
	}

	td.visible-xs,th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}

	table.visible-sm {
		display: table!important
	}

	tr.visible-sm {
		display: table-row!important
	}

	td.visible-sm,th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}

	table.visible-md {
		display: table!important
	}

	tr.visible-md {
		display: table-row!important
	}

	td.visible-md,th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}

	table.visible-lg {
		display: table!important
	}

	tr.visible-lg {
		display: table-row!important
	}

	td.visible-lg,th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}

	table.visible-print {
		display: table!important
	}

	tr.visible-print {
		display: table-row!important
	}

	td.visible-print,th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

.hide-text {
	font-size: 0;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap
}

.no-script {
	display: none
}

.no-js .no-script {
	display: block
}

@media print {
	.Alert-item .fa-plus,.Alert-item .icon,.BackToTop,.carrot-end:after,.carrot-start:before,.ContentPromos,.FacetedSearch,.FourthLevelNav,.FullWidthCTA,.GlobalFooter-generalLinks,.GlobalFooter-slogan,.GlobalFooter-socialLinks,.GlobalFooter hr,.GlobalHeader-buttonContainer,.GlobalNav-get_involved a:after,.GlobalNav-learn_and_explore a:after,.GlobalNav-plan_your_visit a:after,.GlobalSearch,.Hero,.HeroPromo,.HeroRotator,.icon-svg,.InPageNav,.js-collapser,.ListingDetails-externalLinks a:after,.ListingHeader-controls,.ListingItinerary-titleLink:after,.ListingMeta a:after,.ListingResults-link,.Map-iframe,.no-print,.ParkFooter-contactEmail,.ParkFooter-shareLinks,.ParkFooter-socialLinks,.ParkFooter-tools,.PartnerPromo,.PromoLogo-cta,.PublicationDownload-cta,.ResultsFooter,.SecondaryHeader,.skip-links,.SocialAccountLinks,.StrataLinks-link a:after,.StrataSearchBar,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title a:after,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading a:after,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.section_title:after,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.subheading:after,.text-content-style>.section_title a:after,.text-content-style>.subheading a:after,.text-content-style>a.section_title:after,.text-content-style>a.subheading:after,.text-content-style h1 a:after,.text-content-style h2 a:after,.text-content-style h3 a:after,.text-content-style h4 a:after,.text-content-style h5 a:after,.text-content-style h6 a:after,.Thumbnail-text {
		display: none!important
	}
}

.print-only {
	display: none!important
}

@media print {
	.print-only {
		display: block!important
	}
}

button,input[type=submit] {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-appearance: button;
	cursor: pointer;
	line-height: normal
}

.skip-links ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0
}

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

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

.carrot-start:before {
	content: "\2039";
	font-size: 110%;
	padding-right: 7px;
	padding-right: .4375rem
}

a:hover .carrot-start:before {
	text-decoration: none
}

.carrot-end:after,.GlobalNav-get_involved a:after,.GlobalNav-learn_and_explore a:after,.GlobalNav-plan_your_visit a:after,.ListingDetails-externalLinks a:after,.ListingItinerary-titleLink:after,.ListingMeta a:after,.StrataLinks-link a:after {
	content: "\203A";
	font-size: 110%;
	padding-left: 7px;
	padding-left: .4375rem
}

.GlobalNav-get_involved a:hover a:after,.GlobalNav-learn_and_explore a:hover a:after,.GlobalNav-plan_your_visit a:hover a:after,.ListingDetails-externalLinks a:hover a:after,.ListingMeta a:hover a:after,.StrataLinks-link a:hover a:after,a:hover .carrot-end:after,a:hover .GlobalNav-get_involved a:after,a:hover .GlobalNav-learn_and_explore a:after,a:hover .GlobalNav-plan_your_visit a:after,a:hover .ListingDetails-externalLinks a:after,a:hover .ListingItinerary-titleLink:after,a:hover .ListingMeta a:after,a:hover .StrataLinks-link a:after {
	text-decoration: none
}

.FlexEmbed {
	background-size: cover;
	background-position: 50%;
	display: block;
	max-width: 1000px;
	overflow: hidden
}

.FlexEmbed:before {
	content: "";
	display: block;
	padding-bottom: 50%
}

.FlexEmbed--3by1:before {
	padding-bottom: 33.33333%
}

.FlexEmbed--2by1:before {
	padding-bottom: 50%
}

.FlexEmbed--16by9:before {
	padding-bottom: 56.25%
}

.FlexEmbed--4by3:before {
	padding-bottom: 75%
}

.FlexEmbed--1by1:before {
	padding-bottom: 100%
}

.ColumnGrid {
	margin-top: 30px;
	margin-bottom: 20px
}

.StructuredData .ColumnGrid,.StructuredData .ColumnGrid>.row {
	margin-bottom: 40px
}

.StructuredData.StructuredDataCalendar .ColumnGrid {
	margin-top: 20px;
	margin-bottom: 0
}

.StructuredData.StructuredDataCalendar .ColumnGrid>.row {
	margin-bottom: 0
}

.DetailEvent .ColumnGrid {
	margin-top: 0;
	margin-bottom: 40px
}

.NRSS .ColumnGrid {
	margin-bottom: 80px
}

@media (max-width:1024px) {
	.ColumnMain {
		padding-right: 20px
	}
}

.ColumnSidebar>.Component {
	margin-top: 20px
}

.main-header {
	margin-top: 30px;
	margin-top: 1.875rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem
}

.text-content-size {
	font-size: 14px;
	font-size: .875rem
}

@media (min-width:1024px) {
	.text-content-size {
		font-size: 16px;
		font-size: 1rem
	}
}

@media (min-width:1024px) {
	.StructuredData .text-content-size {
		font-size: 15px;
		font-size: .9375rem
	}
}

.StructuredData .text-content-size h3 {
	font-size: 22px
}

.text-content-style {
	color: #555;
	font-family: Arial,sans-serif;
	font-weight: 400
}

.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a:not(.btn):not(.carrot-end):not(.section_title):not(.subheading).button,.text-content-style>a:not(.btn):not(.carrot-end):not(.section_title):not(.subheading).button {
	border-bottom: none;
	letter-spacing: 0
}

.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading,.text-content-style>.section_title,.text-content-style>.subheading,.text-content-style h1,.text-content-style h2,.text-content-style h3,.text-content-style h4,.text-content-style h5,.text-content-style h6 {
	margin: 40px 0 10px;
	margin: 2.5rem 0 .625rem;
	display: block
}

.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title:first-child,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading:first-child,.text-content-style>.section_title:first-child,.text-content-style>.subheading:first-child,.text-content-style h1:first-child,.text-content-style h2:first-child,.text-content-style h3:first-child,.text-content-style h4:first-child,.text-content-style h5:first-child,.text-content-style h6:first-child {
	margin-top: 0
}

.StructuredData .text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title,.StructuredData .text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading,.StructuredData .text-content-style>.section_title,.StructuredData .text-content-style>.subheading,.StructuredData .text-content-style h1,.StructuredData .text-content-style h2,.StructuredData .text-content-style h3,.StructuredData .text-content-style h4,.StructuredData .text-content-style h5,.StructuredData .text-content-style h6 {
	color: #111
}

.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title a:after,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading a:after,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.section_title:after,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.subheading:after,.text-content-style>.section_title a:after,.text-content-style>.subheading a:after,.text-content-style>a.section_title:after,.text-content-style>a.subheading:after,.text-content-style h1 a:after,.text-content-style h2 a:after,.text-content-style h3 a:after,.text-content-style h4 a:after,.text-content-style h5 a:after,.text-content-style h6 a:after {
	content: "\203A";
	font-size: 110%;
	padding-left: 7px;
	padding-left: .4375rem
}

.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title a,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading a,.text-content-style>.section_title a,.text-content-style>.subheading a,.text-content-style h1 a,.text-content-style h2 a,.text-content-style h3 a,.text-content-style h4 a,.text-content-style h5 a,.text-content-style h6 a {
	font-weight: inherit
}

@media (max-width:480px) {
	.text-content-style figure+.section_title,.text-content-style figure+.subheading,.text-content-style figure+h1,.text-content-style figure+h2,.text-content-style figure+h3,.text-content-style figure+h4,.text-content-style figure+h5,.text-content-style figure+h6 {
		margin-top: 25px;
		margin-top: 1.5625rem
	}
}

@media (min-width:480px) {
	.text-content-style figure.-left:first-child+.section_title,.text-content-style figure.-left:first-child+.subheading,.text-content-style figure.-left:first-child+h1,.text-content-style figure.-left:first-child+h2,.text-content-style figure.-left:first-child+h3,.text-content-style figure.-left:first-child+h4,.text-content-style figure.-left:first-child+h5,.text-content-style figure.-left:first-child+h6,.text-content-style figure.-right:first-child+.section_title,.text-content-style figure.-right:first-child+.subheading,.text-content-style figure.-right:first-child+h1,.text-content-style figure.-right:first-child+h2,.text-content-style figure.-right:first-child+h3,.text-content-style figure.-right:first-child+h4,.text-content-style figure.-right:first-child+h5,.text-content-style figure.-right:first-child+h6 {
		margin-top: 0
	}
}

.StructuredData .text-content-style h3 {
	font-weight: 700
}

.text-content-style li,.text-content-style p {
	line-height: 1.7;
	margin-bottom: 15px
}

.text-content-style li p:last-child {
	margin-bottom: 0
}

.text-content-style dd,.text-content-style dt {
	display: inline-block
}

.text-content-style-secondary h1,.text-content-style-secondary h2,.text-content-style-secondary h3,.text-content-style-secondary h4,.text-content-style-secondary h5,.text-content-style-secondary h6 {
	font-weight: 700
}

.text-content-style-secondary h3 {
	font-size: 22px
}

.text-content-style-secondary h4 {
	font-size: 16px
}

.text-content-sidebar-size {
	font-size: 14px;
	font-size: .875rem
}

.text-content-sidebar-style {
	color: #555;
	font-family: Arial,sans-serif;
	font-weight: 400;
	line-height: 1.7;
	padding: 5px 0;
	padding: .3125rem 0
}

.text-content-sidebar-style ol,.text-content-sidebar-style ul {
	padding-left: 20px;
	padding-left: 1.25rem
}

.text-content-sidebar-style li {
	margin-bottom: 0
}

.text1-style,.text-content-style h1,.TextContentHeader-title {
	color: #222;
	font-weight: 400;
	font-family: Georgia,Times,Times New Roman,serif;
	letter-spacing: -.5px;
	line-height: 1.1;
	text-rendering: optimizeLegibility
}

.text-content-style .webos h1,.webos .text1-style,.webos .text-content-style h1,.webos .TextContentHeader-title {
	text-rendering: auto
}

.ContentHeader h1,.text1-size,.text-content-size h1 {
	font-size: 35px;
	font-size: 2.1875rem
}

@media (min-width:1024px) {
	.ContentHeader h1,.text1-size,.text-content-size h1 {
		font-size: 41.5px;
		font-size: 2.59375rem
	}
}

.text2-style,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title,.text-content-style>.section_title,.text-content-style h2 {
	color: #222;
	font-weight: 700;
	letter-spacing: -.25px;
	line-height: 1.2;
	text-rendering: optimizeLegibility
}

.text-content-style .webos :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title,.text-content-style .webos h2,.webos .text2-style,.webos .text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title,.webos .text-content-style>.section_title,.webos .text-content-style h2 {
	text-rendering: auto
}

.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title,.text-content-style>.section_title {
	color: #222!important
}

.text2-size,.text-content-size :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title,.text-content-size>.section_title,.text-content-size h2 {
	font-size: 27px;
	font-size: 1.6875rem
}

@media (min-width:1024px) {
	.text2-size,.text-content-size :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title,.text-content-size>.section_title,.text-content-size h2 {
		font-size: 32px;
		font-size: 2rem
	}
}

.text-content-size :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title,.text-content-size>.section_title {
	font-size: 27px!important;
	font-size: 1.6875rem!important
}

@media (min-width:1024px) {
	.text-content-size :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title,.text-content-size>.section_title {
		font-size: 32px!important;
		font-size: 2rem!important
	}
}

.text3-style,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading,.text-content-style>.subheading,.text-content-style h3 {
	color: #222;
	font-family: Georgia,Times,Times New Roman,serif;
	letter-spacing: -.25px;
	line-height: 1.2;
	text-rendering: optimizeLegibility
}

.text-content-style .webos :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading,.text-content-style .webos h3,.webos .text3-style,.webos .text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading,.webos .text-content-style>.subheading,.webos .text-content-style h3 {
	text-rendering: auto
}

.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading,.text-content-style>.subheading {
	color: #222!important;
	font-weight: 500!important
}

.text3-size,.text-content-size :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading,.text-content-size>.subheading,.text-content-size h3 {
	font-size: 23.5px;
	font-size: 1.46875rem
}

@media (min-width:1024px) {
	.text3-size,.text-content-size :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading,.text-content-size>.subheading,.text-content-size h3 {
		font-size: 25px;
		font-size: 1.5625rem
	}
}

.text-content-size :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading,.text-content-size>.subheading {
	font-size: 23.5px!important;
	font-size: 1.46875rem!important
}

@media (min-width:1024px) {
	.text-content-size :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading,.text-content-size>.subheading {
		font-size: 25px!important;
		font-size: 1.5625rem!important
	}
}

.AggregatedAlerts__ParkHeading .park,.text4-style,.text-content-style h4 {
	color: #222;
	font-weight: 700;
	text-rendering: optimizeLegibility
}

.AggregatedAlerts__ParkHeading .webos .park,.text-content-style .webos h4,.webos .AggregatedAlerts__ParkHeading .park,.webos .text4-style,.webos .text-content-style h4 {
	text-rendering: auto
}

.AggregatedAlerts__ParkHeading .park,.StyleGuide .typeface__specimen,.text4-size,.text-content-size h4 {
	font-size: 19.5px;
	font-size: 1.21875rem
}

@media (min-width:1024px) {
	.AggregatedAlerts__ParkHeading .park,.StyleGuide .typeface__specimen,.text4-size,.text-content-size h4 {
		font-size: 20px;
		font-size: 1.25rem
	}
}

.text5-style,.text-content-style h5 {
	color: #555;
	font-family: Georgia,Times,Times New Roman,serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-rendering: optimizeLegibility
}

.text-content-style .webos h5,.webos .text5-style,.webos .text-content-style h5 {
	text-rendering: auto
}

.text5-size,.text-content-size h5 {
	font-size: 15.5px;
	font-size: .96875rem
}

@media (min-width:1024px) {
	.text5-size,.text-content-size h5 {
		font-size: 15.5px;
		font-size: .96875rem
	}
}

.text6-style,.text-content-style h6 {
	color: #555;
	font-family: Georgia,Times,Times New Roman,serif;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-rendering: optimizeLegibility
}

.text-content-style .webos h6,.webos .text6-style,.webos .text-content-style h6 {
	text-rendering: auto
}

.text6-size,.text-content-size h6 {
	font-size: 14px;
	font-size: .875rem
}

@media (min-width:1024px) {
	.text6-size,.text-content-size h6 {
		font-size: 15px;
		font-size: .9375rem
	}
}

.Component {
	margin-bottom: 30px;
	margin-bottom: 1.875rem
}

.Component .Tag,.Component:last-child {
	margin-bottom: 0
}

blockquote {
	border-left: none;
	font-weight: 400;
	padding: 10px 20px 10px 25px
}

.SharedContent .text-content-style blockquote {
	border-left: 4px solid #ccc;
	color: #000;
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px
}

.SharedContent .text-content-style blockquote p {
	line-height: 30px
}

.SharedContent .text-content-style blockquote small {
	font-size: 14px;
	font-size: .875rem;
	padding-top: 10px;
	padding-top: .625rem;
	color: #555;
	font-style: italic;
	font-weight: 400
}

.slick-slider {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-loading .slick-list {
	background: #fff url(ajax-loader.gif) 50% no-repeat
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slide,.slick-slide img,.slick-slider .slick-list,.slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1
}

.slick-track:after,.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

@font-face {
	font-family:slick;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format("embedded-opentype"),url(fonts/slick.woff) format("woff"),url(fonts/slick.ttf) format("truetype"),url(fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal
}

.slick-next,.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "←"
}[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: "→"
}[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.slick-dots li,.slick-dots li button {
	height: 20px;
	width: 20px;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px
}

.slick-dots li button:focus,.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */.datepicker {
	padding: 4px;
	border-radius: 4px;
	direction: ltr
}

.datepicker-inline {
	width: 220px
}

.datepicker.datepicker-rtl {
	direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
	float: right
}

.datepicker-dropdown {
	top: 0;
	left: 0
}

.datepicker-dropdown:before {
	content: "";
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-top: 0;
	border-bottom-color: rgba(0,0,0,.2);
	position: absolute
}

.datepicker-dropdown:after {
	content: "";
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px
}

.datepicker-dropdown.datepicker-orient-top:before {
	top: -7px
}

.datepicker-dropdown.datepicker-orient-top:after {
	top: -6px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-bottom:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff
}

.datepicker>div {
	display: none
}

.datepicker.days div.datepicker-days,.datepicker.months div.datepicker-months,.datepicker.years div.datepicker-years {
	display: block
}

.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.datepicker table tr td,.datepicker table tr th {
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: none
}

.table-striped .datepicker table tr td,.table-striped .datepicker table tr th {
	background-color: transparent
}

.datepicker table tr td.day.focused,.datepicker table tr td.day:hover {
	background: #eee;
	cursor: pointer
}

.datepicker table tr td.new,.datepicker table tr td.old {
	color: #999
}

.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover {
	background: none;
	color: #999;
	cursor: default
}

.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover {
	color: #000;
	background-color: #ffdb99;
	border-color: #ffb733
}

.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:focus,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today:active,.datepicker table tr td.today:focus,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:focus,.datepicker table tr td.today:hover:hover,.open .dropdown-toggle.datepicker table tr td.today,.open .dropdown-toggle.datepicker table tr td.today.disabled,.open .dropdown-toggle.datepicker table tr td.today.disabled:hover,.open .dropdown-toggle.datepicker table tr td.today:hover {
	color: #000;
	background-color: #ffcd70;
	border-color: #f59e00
}

.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active,.open .dropdown-toggle.datepicker table tr td.today,.open .dropdown-toggle.datepicker table tr td.today.disabled,.open .dropdown-toggle.datepicker table tr td.today.disabled:hover,.open .dropdown-toggle.datepicker table tr td.today:hover {
	background-image: none
}

.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled.disabled.active,.datepicker table tr td.today.disabled.disabled:active,.datepicker table tr td.today.disabled.disabled:focus,.datepicker table tr td.today.disabled.disabled:hover,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover.disabled.active,.datepicker table tr td.today.disabled:hover.disabled:active,.datepicker table tr td.today.disabled:hover.disabled:focus,.datepicker table tr td.today.disabled:hover.disabled:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled:hover[disabled].active,.datepicker table tr td.today.disabled:hover[disabled]:active,.datepicker table tr td.today.disabled:hover[disabled]:focus,.datepicker table tr td.today.disabled:hover[disabled]:hover,.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today.disabled[disabled].active,.datepicker table tr td.today.disabled[disabled]:active,.datepicker table tr td.today.disabled[disabled]:focus,.datepicker table tr td.today.disabled[disabled]:hover,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover.disabled.active,.datepicker table tr td.today:hover.disabled:active,.datepicker table tr td.today:hover.disabled:focus,.datepicker table tr td.today:hover.disabled:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today:hover[disabled].active,.datepicker table tr td.today:hover[disabled]:active,.datepicker table tr td.today:hover[disabled]:focus,.datepicker table tr td.today:hover[disabled]:hover,.datepicker table tr td.today[disabled],.datepicker table tr td.today[disabled].active,.datepicker table tr td.today[disabled]:active,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today,fieldset[disabled] .datepicker table tr td.today.active,fieldset[disabled] .datepicker table tr td.today.disabled,fieldset[disabled] .datepicker table tr td.today.disabled.active,fieldset[disabled] .datepicker table tr td.today.disabled:active,fieldset[disabled] .datepicker table tr td.today.disabled:focus,fieldset[disabled] .datepicker table tr td.today.disabled:hover,fieldset[disabled] .datepicker table tr td.today.disabled:hover.active,fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,fieldset[disabled] .datepicker table tr td.today:active,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover,fieldset[disabled] .datepicker table tr td.today:hover.active,fieldset[disabled] .datepicker table tr td.today:hover:active,fieldset[disabled] .datepicker table tr td.today:hover:focus,fieldset[disabled] .datepicker table tr td.today:hover:hover {
	background-color: #ffdb99;
	border-color: #ffb733
}

.datepicker table tr td.today:hover:hover {
	color: #000
}

.datepicker table tr td.today.active:hover {
	color: #fff
}

.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover {
	background: #eee;
	border-radius: 0
}

.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover {
	color: #000;
	background-color: #f7ca77;
	border-color: #f1a417;
	border-radius: 0
}

.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:focus,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:focus,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:focus,.datepicker table tr td.range.today:hover:hover,.open .dropdown-toggle.datepicker table tr td.range.today,.open .dropdown-toggle.datepicker table tr td.range.today.disabled,.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover,.open .dropdown-toggle.datepicker table tr td.range.today:hover {
	color: #000;
	background-color: #f4bb51;
	border-color: #bf800c
}

.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active,.open .dropdown-toggle.datepicker table tr td.range.today,.open .dropdown-toggle.datepicker table tr td.range.today.disabled,.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover,.open .dropdown-toggle.datepicker table tr td.range.today:hover {
	background-image: none
}

.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled.disabled.active,.datepicker table tr td.range.today.disabled.disabled:active,.datepicker table tr td.range.today.disabled.disabled:focus,.datepicker table tr td.range.today.disabled.disabled:hover,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover.disabled.active,.datepicker table tr td.range.today.disabled:hover.disabled:active,.datepicker table tr td.range.today.disabled:hover.disabled:focus,.datepicker table tr td.range.today.disabled:hover.disabled:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled:hover[disabled].active,.datepicker table tr td.range.today.disabled:hover[disabled]:active,.datepicker table tr td.range.today.disabled:hover[disabled]:focus,.datepicker table tr td.range.today.disabled:hover[disabled]:hover,.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today.disabled[disabled].active,.datepicker table tr td.range.today.disabled[disabled]:active,.datepicker table tr td.range.today.disabled[disabled]:focus,.datepicker table tr td.range.today.disabled[disabled]:hover,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover.disabled.active,.datepicker table tr td.range.today:hover.disabled:active,.datepicker table tr td.range.today:hover.disabled:focus,.datepicker table tr td.range.today:hover.disabled:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today:hover[disabled].active,.datepicker table tr td.range.today:hover[disabled]:active,.datepicker table tr td.range.today:hover[disabled]:focus,.datepicker table tr td.range.today:hover[disabled]:hover,.datepicker table tr td.range.today[disabled],.datepicker table tr td.range.today[disabled].active,.datepicker table tr td.range.today[disabled]:active,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today,fieldset[disabled] .datepicker table tr td.range.today.active,fieldset[disabled] .datepicker table tr td.range.today.disabled,fieldset[disabled] .datepicker table tr td.range.today.disabled.active,fieldset[disabled] .datepicker table tr td.range.today.disabled:active,fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,fieldset[disabled] .datepicker table tr td.range.today:active,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover,fieldset[disabled] .datepicker table tr td.range.today:hover.active,fieldset[disabled] .datepicker table tr td.range.today:hover:active,fieldset[disabled] .datepicker table tr td.range.today:hover:focus,fieldset[disabled] .datepicker table tr td.range.today:hover:hover {
	background-color: #f7ca77;
	border-color: #f1a417
}

.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover {
	color: #fff;
	background-color: #999;
	border-color: #555;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:focus,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected:active,.datepicker table tr td.selected:focus,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:focus,.datepicker table tr td.selected:hover:hover,.open .dropdown-toggle.datepicker table tr td.selected,.open .dropdown-toggle.datepicker table tr td.selected.disabled,.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover,.open .dropdown-toggle.datepicker table tr td.selected:hover {
	color: #fff;
	background-color: #858585;
	border-color: #373737
}

.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active,.open .dropdown-toggle.datepicker table tr td.selected,.open .dropdown-toggle.datepicker table tr td.selected.disabled,.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover,.open .dropdown-toggle.datepicker table tr td.selected:hover {
	background-image: none
}

.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled.disabled.active,.datepicker table tr td.selected.disabled.disabled:active,.datepicker table tr td.selected.disabled.disabled:focus,.datepicker table tr td.selected.disabled.disabled:hover,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover.disabled.active,.datepicker table tr td.selected.disabled:hover.disabled:active,.datepicker table tr td.selected.disabled:hover.disabled:focus,.datepicker table tr td.selected.disabled:hover.disabled:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled:hover[disabled].active,.datepicker table tr td.selected.disabled:hover[disabled]:active,.datepicker table tr td.selected.disabled:hover[disabled]:focus,.datepicker table tr td.selected.disabled:hover[disabled]:hover,.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected.disabled[disabled].active,.datepicker table tr td.selected.disabled[disabled]:active,.datepicker table tr td.selected.disabled[disabled]:focus,.datepicker table tr td.selected.disabled[disabled]:hover,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover.disabled.active,.datepicker table tr td.selected:hover.disabled:active,.datepicker table tr td.selected:hover.disabled:focus,.datepicker table tr td.selected:hover.disabled:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected:hover[disabled].active,.datepicker table tr td.selected:hover[disabled]:active,.datepicker table tr td.selected:hover[disabled]:focus,.datepicker table tr td.selected:hover[disabled]:hover,.datepicker table tr td.selected[disabled],.datepicker table tr td.selected[disabled].active,.datepicker table tr td.selected[disabled]:active,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected,fieldset[disabled] .datepicker table tr td.selected.active,fieldset[disabled] .datepicker table tr td.selected.disabled,fieldset[disabled] .datepicker table tr td.selected.disabled.active,fieldset[disabled] .datepicker table tr td.selected.disabled:active,fieldset[disabled] .datepicker table tr td.selected.disabled:focus,fieldset[disabled] .datepicker table tr td.selected.disabled:hover,fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active,fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,fieldset[disabled] .datepicker table tr td.selected:active,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover,fieldset[disabled] .datepicker table tr td.selected:hover.active,fieldset[disabled] .datepicker table tr td.selected:hover:active,fieldset[disabled] .datepicker table tr td.selected:hover:focus,fieldset[disabled] .datepicker table tr td.selected:hover:hover {
	background-color: #999;
	border-color: #555
}

.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:focus,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:focus,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:focus,.datepicker table tr td.active:hover:hover,.open .dropdown-toggle.datepicker table tr td.active,.open .dropdown-toggle.datepicker table tr td.active.disabled,.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,.open .dropdown-toggle.datepicker table tr td.active:hover {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e
}

.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active,.open .dropdown-toggle.datepicker table tr td.active,.open .dropdown-toggle.datepicker table tr td.active.disabled,.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,.open .dropdown-toggle.datepicker table tr td.active:hover {
	background-image: none
}

.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled.disabled.active,.datepicker table tr td.active.disabled.disabled:active,.datepicker table tr td.active.disabled.disabled:focus,.datepicker table tr td.active.disabled.disabled:hover,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover.disabled.active,.datepicker table tr td.active.disabled:hover.disabled:active,.datepicker table tr td.active.disabled:hover.disabled:focus,.datepicker table tr td.active.disabled:hover.disabled:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled:hover[disabled].active,.datepicker table tr td.active.disabled:hover[disabled]:active,.datepicker table tr td.active.disabled:hover[disabled]:focus,.datepicker table tr td.active.disabled:hover[disabled]:hover,.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled[disabled].active,.datepicker table tr td.active.disabled[disabled]:active,.datepicker table tr td.active.disabled[disabled]:focus,.datepicker table tr td.active.disabled[disabled]:hover,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover.disabled.active,.datepicker table tr td.active:hover.disabled:active,.datepicker table tr td.active:hover.disabled:focus,.datepicker table tr td.active:hover.disabled:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active:hover[disabled].active,.datepicker table tr td.active:hover[disabled]:active,.datepicker table tr td.active:hover[disabled]:focus,.datepicker table tr td.active:hover[disabled]:hover,.datepicker table tr td.active[disabled],.datepicker table tr td.active[disabled].active,.datepicker table tr td.active[disabled]:active,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active,fieldset[disabled] .datepicker table tr td.active.active,fieldset[disabled] .datepicker table tr td.active.disabled,fieldset[disabled] .datepicker table tr td.active.disabled.active,fieldset[disabled] .datepicker table tr td.active.disabled:active,fieldset[disabled] .datepicker table tr td.active.disabled:focus,fieldset[disabled] .datepicker table tr td.active.disabled:hover,fieldset[disabled] .datepicker table tr td.active.disabled:hover.active,fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td.active:active,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover,fieldset[disabled] .datepicker table tr td.active:hover.active,fieldset[disabled] .datepicker table tr td.active:hover:active,fieldset[disabled] .datepicker table tr td.active:hover:focus,fieldset[disabled] .datepicker table tr td.active:hover:hover {
	background-color: #428bca;
	border-color: #357ebd
}

.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	border-radius: 4px
}

.datepicker table tr td span:hover {
	background: #eee
}

.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover {
	background: none;
	color: #999;
	cursor: default
}

.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:focus,.datepicker table tr td span.active:hover:hover,.open .dropdown-toggle.datepicker table tr td span.active,.open .dropdown-toggle.datepicker table tr td span.active.disabled,.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover,.open .dropdown-toggle.datepicker table tr td span.active:hover {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e
}

.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active,.open .dropdown-toggle.datepicker table tr td span.active,.open .dropdown-toggle.datepicker table tr td span.active.disabled,.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover,.open .dropdown-toggle.datepicker table tr td span.active:hover {
	background-image: none
}

.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled.disabled.active,.datepicker table tr td span.active.disabled.disabled:active,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover.disabled.active,.datepicker table tr td span.active.disabled:hover.disabled:active,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled:hover[disabled].active,.datepicker table tr td span.active.disabled:hover[disabled]:active,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled[disabled].active,.datepicker table tr td span.active.disabled[disabled]:active,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover.disabled.active,.datepicker table tr td span.active:hover.disabled:active,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active:hover[disabled].active,.datepicker table tr td span.active:hover[disabled]:active,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active[disabled].active,.datepicker table tr td span.active[disabled]:active,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active,fieldset[disabled] .datepicker table tr td span.active.active,fieldset[disabled] .datepicker table tr td span.active.disabled,fieldset[disabled] .datepicker table tr td span.active.disabled.active,fieldset[disabled] .datepicker table tr td span.active.disabled:active,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active:active,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.active,fieldset[disabled] .datepicker table tr td span.active:hover:active,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover {
	background-color: #428bca;
	border-color: #357ebd
}

.datepicker table tr td span.new,.datepicker table tr td span.old {
	color: #999
}

.datepicker th.datepicker-switch {
	width: 145px
}

.datepicker tfoot tr th,.datepicker thead tr:first-child th {
	cursor: pointer
}

.datepicker tfoot tr th:hover,.datepicker thead tr:first-child th:hover {
	background: #eee
}

.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
	cursor: default;
	background-color: transparent
}

.input-group.date .input-group-addon i {
	cursor: pointer;
	width: 16px;
	height: 16px
}

.input-daterange input {
	text-align: center
}

.input-daterange input:first-child {
	border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
	border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
	width: auto;
	min-width: 16px;
	padding: 4px 5px;
	font-weight: 400;
	line-height: 1.428571429;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #eee;
	border: solid #ccc;
	border-width: 1px 0;
	margin-left: -5px;
	margin-right: -5px
}

.datepicker.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	color: #333;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.428571429
}

.datepicker.datepicker-inline td,.datepicker.datepicker-inline th,.datepicker.dropdown-menu td,.datepicker.dropdown-menu th {
	padding: 0 5px
}

.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.multiselect-container .input-group {
	margin: 5px
}

.multiselect-container>li {
	padding: 0
}

.multiselect-container>li>a.multiselect-all label {
	font-weight: 700
}

.multiselect-container>li.multiselect-group label {
	margin: 0;
	padding: 3px 20px;
	height: 100%;
	font-weight: 700
}

.multiselect-container>li.multiselect-group-clickable label {
	cursor: pointer
}

.multiselect-container>li>a {
	padding: 0
}

.multiselect-container>li>a>label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 20px 3px 40px
}

.multiselect-container>li>a>label.checkbox,.multiselect-container>li>a>label.radio {
	margin: 0
}

.multiselect-container>li>a>label>input[type=checkbox] {
	margin-bottom: 5px
}

.filter .btn {
	padding: 6px 3px
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0
}

span.placeholder {
	position: absolute;
	font-size: 75%;
	color: #999;
	font-family: sans-serif;
	padding: 4px 3px;
	z-index: 1;
	cursor: text
}

span.placeholder-hide-except-screenreader {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	padding: 0!important;
	border: 0!important;
	height: 1px!important;
	width: 1px!important;
	overflow: hidden
}

span.placeholder-hide {
	display: none
}

label.visuallyhidden-with-placeholder {
	height: auto!important;
	overflow: visible!important;
	position: absolute!important;
	left: -999em
}

@media {
	.featherlight {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2147483647;
		text-align: center;
		white-space: nowrap;
		cursor: pointer;
		background: #333;
		background: transparent
	}

	.featherlight:last-of-type {
		background: rgba(0,0,0,.8)
	}

	.featherlight:before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle
	}

	.featherlight .featherlight-content {
		position: relative;
		text-align: left;
		vertical-align: middle;
		display: inline-block;
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;
		background: #fff;
		cursor: auto;
		white-space: normal
	}

	.featherlight .featherlight-inner {
		display: block
	}

	.featherlight .featherlight-close-icon {
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;
		line-height: 25px;
		width: 25px;
		cursor: pointer;

		text-align: center;
		font-family: Arial,sans-serif;
		background: #fff;
		background: hsla(0,0%,100%,.3);
		color: #000;
		border: 0;
		padding: 0
	}

	.featherlight .featherlight-close-icon::-moz-focus-inner {
		border: 0;
		padding: 0
	}

	.featherlight .featherlight-image {
		width: 100%
	}

	.featherlight-iframe .featherlight-content {
		border-bottom: 0;
		padding: 0;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll
	}

	.featherlight iframe {
		border: 0
	}

	.featherlight * {
		box-sizing: border-box
	}
}

@media only screen and (max-width:1024px) {
	.featherlight .featherlight-content {
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;
		padding: 10px 10px 0;
		border-bottom: 10px solid transparent
	}
}

.featherlight .featherlight-content {
	padding: 0;
	border-bottom-width: 0
}

.featherlight .featherlight-close-icon {
	width: 50px;
	background: hsla(0,0%,100%,.7);
	font-size: 35px;
	line-height: 52px
}

.featherlight .featherlight-close-icon:hover {
	background: #fff
}

*,:after,:before {
	box-sizing: border-box
}

img {
	height: auto;
	max-width: 100%
}

.ios input,.ios select,.ios textarea {
	font-size: 16px!important
}

body {
	background-color: #fff;
	color: #000;
	font-weight: 400;
	line-height: 1.75
}

::-moz-selection {
	background: #000;
	color: #f8f8f8;
	text-shadow: none
}

::selection {
	background: #000;
	color: #f8f8f8;
	text-shadow: none
}

.disable-hover {
	pointer-events: none
}

.btn-primary.-green {
	background-color: #4b5e26;
	color: #fff
}

.btn-primary.-black {
	background-color: #000
}

.btn-primary.-black:hover {
	background-color: #222
}

.btn-primary.-white {
	background-color: #fff;
	background-color: hsla(0,0%,100%,.2);
	border: 1px solid #fff
}

.btn-primary.-white:hover {
	background-color: hsla(0,0%,100%,.3);
	border: 1px solid #ccc
}

.btn-primary.-large {
	padding: 15px;
	line-height: 1.2;
	white-space: normal
}

@media screen and (min-width:768px) {
	.btn-primary.-large {
		padding: 15px 45px
	}
}

.btn-form {
	color: #fff;
	font-size: 14px;
	font-size: .875rem;
	padding: 15px 12px
}

.btn-form-primary {
	background-color: #706d61
}

.btn-form-primary:focus,.btn-form-primary:hover {
	background-color: #555249
}

.btn-group-lg>.btn,.btn-lg {
	font-size: 15px
}

.button,.button--special,.button-share,button,input[type=submit] {
	display: inline-block;
	background-color: green;
	border-radius: 0;
	cursor: pointer;
	font-size: 15px;
	font-size: .9375rem;
	padding: 10px 9px;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.button--special:focus,.button--special:hover,.button-share:focus,.button-share:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=submit]:focus,input[type=submit]:hover {
	background-color: orange
}

.button--special:active,.button-share:active,.button:active,button:active,input[type=submit]:active {
	background-color: red
}

.button--special,.button.-small {
	padding: 5px 9px
}

.button.-med {
	padding: 7px
}

.button.-large {
	padding: 10px
}

.button.-carrot-start:after {
	content: "\2039";
	font-size: 110%;
	padding-right: 7px;
	padding-right: .4375rem
}

.button.-carrot-end:after {
	content: "\203A";
	font-size: 110%;
	padding-left: 7px;
	padding-left: .4375rem
}

.button.disabled {
	cursor: not-allowed!important
}

.button-share {
	background-color: #f6f5f0;
	border: 1px solid #d0cbb0;
	border-radius: 6px;
	color: #4b5e26;
	font-size: 12px;
	font-size: .75rem;
	font-weight: 700;
	font-family: Georgia,Times,Times New Roman,serif;
	font-style: italic;
	line-height: 1;
	padding: 6px 9px
}

.button-share:hover {
	background-color: #e3e0d0;
	color: #4b5e26;
	text-decoration: none
}

button .inner-wrap {
	position: relative
}

.button-primary {
	background-color: #0f4f7e;
	border: none;
	border-radius: 5px;
	color: #fff;
	padding: 8px 14px;
	padding: .5rem .875rem
}

.button-primary:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0c4167
}

.button-primary.-green {
	background-color: #4b5e26;
	color: #fff;
	font-weight: 700;
	border: 1px solid #fff
}

.button-primary.-green:hover {
	background-color: rgba(75,94,38,.9)
}

.button-secondary {
	background-color: hsla(0,0%,100%,.3);
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	margin: 15px 0 0;
	margin: .9375rem 0 0;
	padding: 8px 14px;
	padding: .5rem .875rem
}

.button-secondary:focus,.button-secondary:hover {
	background-color: hsla(0,0%,100%,.4);
	color: #fff;
	text-decoration: none
}

.btn-primary,.btn-primary:hover {
	border: none
}

h1.page-title,h2.page-title,h3.page-title {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1.3;
	margin-top: 0
}

@media screen and (min-width:150px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 150%
	}
}

@media screen and (min-width:215px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 156.25%
	}
}

@media screen and (min-width:280px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 162.5%
	}
}

@media screen and (min-width:345px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 168.75%
	}
}

@media screen and (min-width:410px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 175%
	}
}

@media screen and (min-width:475px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 181.25%
	}
}

@media screen and (min-width:540px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 187.5%
	}
}

@media screen and (min-width:605px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 193.75%
	}
}

@media screen and (min-width:670px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 200%
	}
}

@media screen and (min-width:735px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 206.25%
	}
}

@media screen and (min-width:800px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 212.5%
	}
}

@media screen and (min-width:865px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 218.75%
	}
}

@media screen and (min-width:930px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 225%
	}
}

@media screen and (min-width:995px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 231.25%
	}
}

@media screen and (min-width:1060px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 237.5%
	}
}

@media screen and (min-width:1125px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 243.75%
	}
}

@media screen and (min-width:1190px) {
	h1.page-title,h2.page-title,h3.page-title {
		font-size: 250%
	}
}

h1.page-title a,h2.page-title a,h3.page-title a {
	font-weight: inherit
}

h1.page-title a,h1.page-title a:active,h1.page-title a:focus,h1.page-title a:hover,h1.page-title a:link,h1.page-title a:visited,h1.page-title a:visited:active,h1.page-title a:visited:focus,h1.page-title a:visited:hover,h2.page-title a,h2.page-title a:active,h2.page-title a:focus,h2.page-title a:hover,h2.page-title a:link,h2.page-title a:visited,h2.page-title a:visited:active,h2.page-title a:visited:focus,h2.page-title a:visited:hover,h3.page-title a,h3.page-title a:active,h3.page-title a:focus,h3.page-title a:hover,h3.page-title a:link,h3.page-title a:visited,h3.page-title a:visited:active,h3.page-title a:visited:focus,h3.page-title a:visited:hover {
	color: #000
}

h1.page-title a:focus,h1.page-title a:hover,h2.page-title a:focus,h2.page-title a:hover,h3.page-title a:focus,h3.page-title a:hover {
	border-bottom-color: #000
}

.StructuredDataCalendar h1.page-title,.StructuredDataCalendar h2.page-title,.StructuredDataCalendar h3.page-title {
	margin-bottom: 0
}

a {
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}

a:link {
	color: #005999
}


a:visited,a:visited:focus,a:visited:hover {
	color: #44136c
}

a:focus,a:hover {
	color: #005999;
	text-decoration: none
}

a:hover {
	cursor: pointer
}

a:active {
	color: #0068b3
}

.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title a:link,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading a:link,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.section_title:link,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.subheading:link,.text-content-style>.section_title a:link,.text-content-style>.subheading a:link,.text-content-style>a.section_title:link,.text-content-style>a.subheading:link {
	color: #005999!important
}

.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title a:visited,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title a:visited:focus,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title a:visited:hover,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading a:visited,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading a:visited:focus,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading a:visited:hover,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.section_title:visited,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.section_title:visited:focus,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.section_title:visited:hover,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.subheading:visited,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.subheading:visited:focus,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.subheading:visited:hover,.text-content-style>.section_title a:visited,.text-content-style>.section_title a:visited:focus,.text-content-style>.section_title a:visited:hover,.text-content-style>.subheading a:visited,.text-content-style>.subheading a:visited:focus,.text-content-style>.subheading a:visited:hover,.text-content-style>a.section_title:visited,.text-content-style>a.section_title:visited:focus,.text-content-style>a.section_title:visited:hover,.text-content-style>a.subheading:visited,.text-content-style>a.subheading:visited:focus,.text-content-style>a.subheading:visited:hover {
	color: #44136c!important
}

.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title a:focus,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title a:hover,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading a:focus,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading a:hover,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.section_title:focus,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.section_title:hover,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.subheading:focus,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.subheading:hover,.text-content-style>.section_title a:focus,.text-content-style>.section_title a:hover,.text-content-style>.subheading a:focus,.text-content-style>.subheading a:hover,.text-content-style>a.section_title:focus,.text-content-style>a.section_title:hover,.text-content-style>a.subheading:focus,.text-content-style>a.subheading:hover {
	color: #005999!important
}

.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title a:active,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading a:active,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.section_title:active,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.subheading:active,.text-content-style>.section_title a:active,.text-content-style>.subheading a:active,.text-content-style>a.section_title:active,.text-content-style>a.subheading:active {
	color: #0068b3!important
}

.Alert-item a,.ContentHeader h2 a,.StrataGeneralDescription-text a,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a:not(.btn):not(.carrot-end):not(.section_title):not(.subheading),.text-content-style>a:not(.btn):not(.carrot-end):not(.section_title):not(.subheading),.UtilityAlert a,h1.page-title a,h2.page-title a,h3.page-title a {
	border-bottom: 2px dotted #87a7be;
	letter-spacing: -.25px
}

.Alert-item a:focus,.Alert-item a:hover,.ContentHeader h2 a:focus,.ContentHeader h2 a:hover,.StrataGeneralDescription-text a:focus,.StrataGeneralDescription-text a:hover,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a:focus:not(.btn):not(.carrot-end):not(.section_title):not(.subheading),.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a:hover:not(.btn):not(.carrot-end):not(.section_title):not(.subheading),.text-content-style>a:focus:not(.btn):not(.carrot-end):not(.section_title):not(.subheading),.text-content-style>a:hover:not(.btn):not(.carrot-end):not(.section_title):not(.subheading),.UtilityAlert a:focus,.UtilityAlert a:hover,h1.page-title a:focus,h1.page-title a:hover,h2.page-title a:focus,h2.page-title a:hover,h3.page-title a:focus,h3.page-title a:hover {
	border-bottom-color: #005999
}

.Alert-item a:visited,.ContentHeader h2 a:visited,.StrataGeneralDescription-text a:visited,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a:visited:not(.btn):not(.carrot-end):not(.section_title):not(.subheading),.text-content-style>a:visited:not(.btn):not(.carrot-end):not(.section_title):not(.subheading),.UtilityAlert a:visited,h1.page-title a:visited,h2.page-title a:visited,h3.page-title a:visited {
	border-bottom-color: #956cb7
}

.Alert-item a:visited:focus,.Alert-item a:visited:hover,.ContentHeader h2 a:visited:focus,.ContentHeader h2 a:visited:hover,.StrataGeneralDescription-text a:visited:focus,.StrataGeneralDescription-text a:visited:hover,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a:visited:focus:not(.btn):not(.carrot-end):not(.section_title):not(.subheading),.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a:visited:hover:not(.btn):not(.carrot-end):not(.section_title):not(.subheading),.text-content-style>a:visited:focus:not(.btn):not(.carrot-end):not(.section_title):not(.subheading),.text-content-style>a:visited:hover:not(.btn):not(.carrot-end):not(.section_title):not(.subheading),.UtilityAlert a:visited:focus,.UtilityAlert a:visited:hover,h1.page-title a:visited:focus,h1.page-title a:visited:hover,h2.page-title a:visited:focus,h2.page-title a:visited:hover,h3.page-title a:visited:focus,h3.page-title a:visited:hover {
	border-bottom-color: #44136c
}

.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title a,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.section_title a:visited,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading a,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>.subheading a:visited,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.section_title,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.section_title:visited,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.subheading,.text-content-style :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)>a.subheading:visited,.text-content-style>.section_title a,.text-content-style>.section_title a:visited,.text-content-style>.subheading a,.text-content-style>.subheading a:visited,.text-content-style>a.section_title,.text-content-style>a.section_title:visited,.text-content-style>a.subheading,.text-content-style>a.subheading:visited,.text-content-style h1 a,.text-content-style h1 a:visited,.text-content-style h2 a,.text-content-style h2 a:visited,.text-content-style h3 a,.text-content-style h3 a:visited,.text-content-style h4 a,.text-content-style h4 a:visited,.text-content-style h5 a,.text-content-style h5 a:visited,.text-content-style h6 a,.text-content-style h6 a:visited,.UtilityAlert a,.UtilityAlert a:visited,h1.page-title a,h1.page-title a:visited,h2.page-title a,h2.page-title a:visited,h3.page-title a,h3.page-title a:visited {
	border-bottom-color: transparent
}

.btn-primary {
	text-decoration: none;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}

.btn-primary:link {
	color: #fff
}

.btn-primary:visited,.btn-primary:visited:focus,.btn-primary:visited:hover {
	color: #ddd
}

.btn-primary:focus,.btn-primary:hover {
	color: #fff
}

.btn-primary:hover {
	cursor: pointer
}

.btn-primary:active {
	color: #fff;
	text-decoration: underline
}

.rss {
	font-weight: 700;
	position: relative;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-left: 25px
}

.rss i {
	position: absolute;
	left: 0;
	font-size: 21px;
	top: 2px
}

html {
	font-size: 16px
}

.g-right {
	float: right
}

.icon-svg {
	font-size: 8px
}

.icon-svg.-season {
	display: inline-block;
	margin-right: 5px
}

.icon-svg.-season:before {
	margin-top: -15px
}

h3.-with-icon {
	vertical-align: top
}

.icon.-season {
	height: 35px;
	margin-top: -5px;
	width: 35px
}

.strata-divider {
	background-color: #ccc;
	border-color: #ccc
}

.page-subtitle {
	font-size: 14px;
	font-size: .875rem;
	margin-top: 10px;
	margin-top: .625rem;
	display: block;
	font-weight: 700;
	text-transform: uppercase
}

.page-subtitle,.page-subtitle:active,.page-subtitle:focus,.page-subtitle:hover,.page-subtitle:link,.page-subtitle:visited,.page-subtitle:visited:active,.page-subtitle:visited:focus,.page-subtitle:visited:hover {
	color: #4b5e26
}

.page-credit {
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	color: #555;
	display: block;
	font-family: Georgia,Times,Times New Roman,serif;
	font-style: italic
}

.mb-40 {
	margin-bottom: 40px!important
}

.MenuPlaceholder {
	background-color: #333
}

.no-gutter {
	padding-left: 0!important;
	padding-right: 0
}

#review-wrapper {
	background-color: rgba(35,35,39,.9);
	border: 0!important;
	border-bottom: 0!important;
	border-radius: 0!important;
	border-top: 0!important;
	color: #fff;
	margin-bottom: 0;
	max-width: 100%!important;
	padding-left: 15px
}

#review-wrapper a {
	color: #fff!important
}

#review-wrapper .dropdown-menu {
	z-index: 1000000000!important;
	top: 50px!important;
	max-width: 25em!important;
	border: 0
}

#review-wrapper .dropdown-menu li {
	text-transform: capitalize
}

#review-wrapper .nav .open>a,#review-wrapper .navbar,#review-wrapper .navbar-default .navbar-nav>.open>a,#review-wrapper .navbar-default .navbar-nav>.open>a:focus,#review-wrapper .navbar-default .navbar-nav>.open>a:hover,#review-wrapper .navbar-nav .open .dropdown-menu,#review-wrapper .navbar .dropdown-menu,#review-wrapper .navbar .dropdown.open,#review-wrapper .navbar .dropdown.open .dropdown-toggle {
	background-color: rgba(35,35,39,.9)
}

@media screen and (max-width:768px) {
	#review-wrapper .nav {
		float: left;
		padding-right: 15px
	}

	#review-wrapper .navbar .dropdown-menu {
		background-color: rgba(35,35,39,.9)!important;
		left: 0!important;
		position: absolute!important;
		top: 30px!important;
		width: 100%!important;
		z-index: 10000000!important
	}

	#review-wrapper .navbar .dropdown-menu li {
		background-color: rgba(35,35,39,.9)!important;
		min-width: 100%!important;
		width: 100%!important
	}

	#review-wrapper .navbar ul.dropdown-menu li a {
		padding: 10px 15px!important
	}

	#review-wrapper .navbar ul.dropdown-menu,#review-wrapper .navbar ul.dropdown-menu li,#review-wrapper .navbar ul.dropdown-menu li a {
		max-width: 280px!important;
		min-width: 280px!important
	}
}

.review-index-links li {
	text-transform: capitalize
}

.datepicker.dropdown-menu {
	z-index: 10000001!important
}

.no-top-margin {
	margin-top: 0!important
}

.no-bottom-margin {
	margin-bottom: 0!important
}

.no-margin {

	margin: 0!important
}

.no-gutter {
	padding: 0!important
}

.well {
	overflow: scroll
}

.well code {
	display: block;
	width: 900px
}

.text-content-size p {
	font-size: 14px
}

@media (min-width:1024px) {
	.text-content-size p {
		font-size: 16px
	}
}/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family:FontAwesome;src:url(/common/commonspot/templates/assetsCT/fonts/font-awesome/fontawesome-webfont.eot?v=4.2.0);src:url(/common/commonspot/templates/assetsCT/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.2.0) format("embedded-opentype"),url(/common/commonspot/templates/assetsCT/fonts/font-awesome/fontawesome-webfont.woff?v=4.2.0) format("woff"),url(/common/commonspot/templates/assetsCT/fonts/font-awesome/fontawesome-webfont.ttf?v=4.2.0) format("truetype"),url(/common/commonspot/templates/assetsCT/fonts/font-awesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: b 2s infinite linear;
	animation: b 2s infinite linear
}

@-webkit-keyframes b {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes b {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-cog:before,.fa-gear:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-repeat:before,.fa-rotate-right:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-exclamation-triangle:before,.fa-warning:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-cogs:before,.fa-gears:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-floppy-o:before,.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-sort:before,.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,.fa-paste:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before,.fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,.fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
	content: "\f1d0"
}

.fa-empire:before,.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.AccessibilityInfo {
	background-color: #ffe8d0
}

.AccessibilityInfo__Spacer {
	height: 4px;
	border-top: 1px solid #dcdcdc;
	margin-top: 44px
}

.AccessibilityInfo__Header {
	color: #000;
	line-height: 44px;
	margin-bottom: 6px
}

.AccessibilityInfo__Header div {
	display: inline-block
}

.AccessibilityInfo__Title {
	display: table-cell;
	font-family: Arial;
	font-size: 18px;
	-webkit-font-smoothing: antialias;
	font-weight: 700;
	padding-left: 9px;
	vertical-align: middle
}

.AccessibilityInfo__Icon {
	display: table-cell;
	margin-bottom: -4px;
	padding-left: 12px;
	vertical-align: middle
}

.AccessibilityInfo__Icon svg {
	height: 18px;
	width: 18px
}

.AccessibilityInfo__Body {
	color: #000;
	padding: 0 12px 12px
}

.AggregatedAlerts__GroupHeading {
	margin-top: 40px;
	margin-top: 2.5rem;
	color: #555;
	letter-spacing: 2px;
	overflow: hidden;
	text-transform: uppercase
}

.AggregatedAlerts__GroupHeading .text {
	position: relative;
	display: inline-block;
	padding-right: 1em
}

.AggregatedAlerts__GroupHeading .text:after {
	content: "";
	position: absolute;
	top: .85em;
	left: 100%;
	display: block;
	width: 1000px;
	border-top: 1px solid #ccc
}

.AggregatedAlerts__GroupHeading .count {
	letter-spacing: 1px
}

.AggregatedAlerts__GroupHeading .count__number {
	font-weight: 700
}

.AggregatedAlerts__ParkHeading {
	margin-top: 30px;
	margin-top: 1.875rem
}

.AggregatedAlerts__ParkHeading a,.AggregatedAlerts__ParkHeading a:link,.AggregatedAlerts__ParkHeading a:visited {
	color: #555
}

.AggregatedAlerts__ParkHeading a:active,.AggregatedAlerts__ParkHeading a:focus,.AggregatedAlerts__ParkHeading a:hover,.AggregatedAlerts__ParkHeading a:visited:active,.AggregatedAlerts__ParkHeading a:visited:focus,.AggregatedAlerts__ParkHeading a:visited:hover {
	color: #4b5e26
}

.AggregatedAlerts__ParkHeading .park {
	padding-right: .5em;
	color: inherit;
	font-weight: 700;
	vertical-align: middle
}

.AggregatedAlerts__ParkHeading .state {
	display: inline-block;
	padding-top: .25em;
	color: #555;
	font-size: 12px;
	letter-spacing: 1px;
	overflow: hidden;
	text-transform: uppercase;
	vertical-align: middle
}

.AggregatedAlerts ul {
	margin: 0 0 60px;
	list-style: none;
	padding: 0
}

.AggregatedAlerts .Alert-item:first-of-type {
	padding-top: 20px
}

.AggregatedAlerts .Alert-item .Alert-itemContent {
	border-bottom: 0
}

.AlertBanner {
	color: #fff
}

.AlertBanner.-red {
	background-color: red
}

.AlertBanner.-green {
	background-color: #4b5e26
}

#Alerts {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding: 0
}

.Alerts-container h2.Tag {
	background-color: #720f04!important
}

.Alerts-severity-header {
	margin-left: 60px;
	margin-left: 3.75rem;
	font-size: 14px;
	font-size: .875rem;
	color: #555;
	font-family: Arial,sans-serif;
	text-transform: uppercase
}

.Alerts-severity-separator {
	border-top: 1px solid #ccc!important;
	color: #ccc
}

.Alerts-container ul {
	list-style: none;
	margin: 0;
	-webkit-padding-start: 0
}

.Alerts-header a {
	right: 15px;
	right: .9375rem;
	top: 11px;
	top: .6875rem
}

h3.Alerts-severity {
	font-family: Arial,sans-serif;
	font-size: 22px
}

.Alert-item {
	display: block;
	padding: 20px 0 0
}

.Alert-item:first-of-type {
	padding-top: 8px;
	padding-top: .5rem
}

.Alert-item .row {
	margin-left: 0;
	margin-right: 0
}

.Alert-item .Alert-itemContent {
	margin-left: 60px;
	margin-left: 3.75rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px
}

.Alert-item .Alert-itemContent:last-of-type {
	padding-bottom: 10px
}

@media screen and (min-width:768px) {
	.Alert-item .Alert-itemContent {
		margin-right: 30px;
		margin-right: 1.875rem
	}
}

@media print {
	.Alert-item .Alert-itemContent {
		margin: 0
	}
}

.Alert-item .Alert-itemContent span {
	display: block
}

.Alert-item .Alert-title {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0;
	color: #000;
	line-height: 1.4
}

.Alert-item .Alert-description {
	font-size: 15px;
	font-size: .9375rem;
	color: #7e7e7e;
	margin-bottom: 0
}

.Alert-item .fa-plus,.Alert-item .icon {
	margin-left: 10px;
	margin-left: .625rem;
	margin-top: 3px;
	margin-top: .1875rem;
	float: left;
	height: 30px;
	text-align: center;
	width: 30px
}

.Alert-item .fa-plus {
	color: #a9a9a9!important
}

.Alert-item.Alert-caution .Alert-title,.Alert-item.Alert-information .Alert-title {
	color: #000
}

.Alert-item.Alert-danger .Alert-title {
	color: #720f04
}

.Alert-item.Alert-caution .Alert-title {
	color: #ed7e31
}

.Alert-item.Alert-information .Alert-title {
	color: #2451a9
}

.Alert-item.Alert-closure .Alert-title {
	color: #cb2027
}

.Alert-item a {
	display: inline-block;
	line-height: 1.2
}

.Alert-item a.screen-reader[aria-hidden=false] {
	border-bottom: none
}

#Alerts-ParkHeader {
	-webkit-transition: max-height .8s ease-in-out;
	transition: max-height .8s ease-in-out;
	margin-top: 16px;
	max-height: 0;
	-ms-overflow-style: none;
	overflow-y: hidden;
	width: 100%
}

#Alerts-ParkHeader.active {
	max-height: 1500px
}

#Alerts-ParkHeader::-webkit-scrollbar {
	background: transparent;
	width: 0
}

#Alerts-ParkHeader .Alerts-container {
	border-top: 0;
	height: 100%;
	padding: 0
}

#Alerts-ParkHeader .Alert-title {
	color: #000!important
}

#Alerts-ParkHeader .Alerts-header a,#Alerts-ParkHeader a.Alerts-header-dismiss-button {
	right: 15px;
	right: .9375rem;
	font-size: 12px;
	font-size: .75rem;
	color: #7e7e7e!important;
	font-family: Arial,sans-serif;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%)
}

@media (max-width:374px) {
	#Alerts-ParkHeader .Alerts-header a,#Alerts-ParkHeader a.Alerts-header-dismiss-button {
		top: 70px
	}
}

@media (min-width:375px) {
	#Alerts-ParkHeader .Alerts-header a,#Alerts-ParkHeader a.Alerts-header-dismiss-button {
		top: 58px
	}
}

@media (min-width:450px) {
	#Alerts-ParkHeader .Alerts-header a,#Alerts-ParkHeader a.Alerts-header-dismiss-button {
		top: 50%
	}
}

#Alerts-ParkHeader .Alerts-footer,#Alerts-ParkHeader .Alerts-header {
	min-height: 24px;
	min-height: 1.5rem;
	position: relative;
	width: 100%
}

#Alerts-ParkHeader .Alerts-footer i,#Alerts-ParkHeader .Alerts-header i {
	color: #999!important
}

#Alerts-ParkHeader .MainContent h2.Tag {
	font-size: 15px;
	font-size: .9375rem;
	padding: 14px 8px;
	padding: .875rem .5rem;
	line-height: 14px;
	line-height: .875rem;
	margin-top: 1px;
	margin-top: .0625rem;
	font-weight: 400;
	margin-bottom: 0!important;
	text-align: center;
	top: 1px;
	width: 75px
}

#Alerts-ParkHeader .Alerts-footer {
	padding: 20px 0;
	padding: 1.25rem 0;
	background-color: #fff;
	border-top: 1px solid #ccc;
	text-align: center
}

#Alerts-ParkHeader .Alerts-footer-more-link {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 0 auto;
	max-width: 400px
}

@media (max-width:500px) {
	#Alerts-ParkHeader .Alerts-footer-more-link {
		margin-top: -14px
	}
}

#Alerts-ParkHeader .Alerts-footer-dismiss-button {
	font-size: 12px
}

@media (max-width:500px) {
	#Alerts-ParkHeader .Alerts-footer-dismiss-button {
		bottom: 0!important;
		top: auto!important;
		transform: none!important
	}
}

#Alerts-ParkHeader ul li:first-child {
	border-top: 0
}

#Alerts-ParkHeader ul li:last-child .Alert-itemContent {
	border-bottom: 0
}

.StructuredDataAlerts .ColumnGrid {
	margin-top: 0
}

.StructuredDataAlerts h1.page-title {
	margin-bottom: 3rem
}
.ContentTags {
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	padding-bottom: 0;
	border-top: 1px dotted #ddd;
	clear: both
}

figure {
	background-color: #fff;
	display: table;
	padding: 0 25px
}

figure.-left,figure.-right {
	margin-top: 5px;
	margin-top: .3125rem
}

figure.-left:first-child,figure.-right:first-child {
	margin-top: 0
}

figure.-left {
	float: left
}

figure.-left,figure.-left figcaption {
	padding-left: 0
}

figure.-right {
	float: right
}

figure.-right,figure.-right figcaption {
	padding-right: 0
}

figure.-full-width {
	max-width: 100%!important;
	padding: 8px 0;
	width: 100%!important
}

figure.-full-width figcaption {
	padding: 12px 0;
	padding-left: 0;
	padding-right: 0
}

figure.-auto-width {
	float: none!important;
	max-width: none!important;
	width: auto!important;
	padding: 0
}

figure.-auto-width figcaption {
	padding: 12px 0;
	padding-left: 0;
	padding-right: 0
}

figure img {
	display: block;
	width: 100%
}

.-auto-width figure img {
	width: auto
}

figure figcaption {
	background: #fff;
	caption-side: bottom;
	display: table-caption;
	font-size: .75rem;
	font-style: italic;
	padding: 12px 27px
}

figure figcaption .figcredit {
	margin-top: 10px;
	font-size: .75rem
}

figure cite {
	font-weight: 700
}

@media (min-width:481px) {
	figure {
		max-width: 60%
	}
}

@media (max-width:480px) {
	figure {
		display: block;
		float: none!important;
		margin: 0 auto;
		max-width: none!important;
		padding: 12px 35px;
		width: auto!important
	}

	figure.-left,figure.-right {
		padding: 15px 35px
	}

	figure figcaption {
		display: block;
		padding: 0
	}
}

.dotted-line {
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	border-top: 1px dotted #ddd;
	box-sizing: border-box;
	height: 1px
}

.without-border {
	border: 0
}

.without-margin {
	margin: 0
}

.with-border-top {
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	border-top: 1px dotted #ddd;
	clear: both
}

.with-border-bottom {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	border-bottom: 1px dotted #ddd;
	clear: both
}

.Component.ArticleTextGroup {
	margin-bottom: 30px;
	margin-bottom: 1.875rem
}

.BackToTop {
	border-bottom: none!important;
	display: block;
	font-weight: 700;
	font-size: 14px;
	font-size: .875rem;
	text-align: right;
	vertical-align: top;
	width: 100%
}

.BackToTop,.BackToTop:link,.BackToTop:visited {
	color: #4b5e26
}

.BackToTop:active,.BackToTop:focus,.BackToTop:hover,.BackToTop:visited:active,.BackToTop:visited:focus,.BackToTop:visited:hover {
	color: #000
}

.BackToTop .icon {
	height: 25px;
	width: 25px;
	vertical-align: top
}

.BackToTop:hover {
	text-decoration: none
}

.BasicInfoIndividual {
	margin-bottom: 26px;
	margin-bottom: 1.625rem
}

p.PassTitle {
	display: block;
	font-weight: 700;
	margin-bottom: -4px;
	margin-top: 30px
}

.NatPassThumbnail {
	float: left;
	margin: 0 30px 16px 0
}

.PassesSection {
	padding: 0 20px 20px 10px;
	border-bottom: 1px solid #eee
}

.NatPassIntro {
	font-size: 20px;
	max-width: 900px
}

p.PassTitle {
	display: block;
	font-weight: 700;
	margin-bottom: -4px;
	margin-top: 30px!important
}

.EntrancePasses ul {
	list-style: disc!important
}

.portal-header-content {
	margin-top: 10px
}

.portal-search-btn {
	border: none;
	margin-top: 30px
}

.portal-search-btn i {
	font-size: 30px
}

.portal-search-btn a:hover {
	text-decoration: none
}

p.portal-header-content {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px
}

.BasicInfo ul {
	list-style: none
}

.BasicInfo li {
	margin: 4px 0
}

.BasicInfo h3.SubSection {
	color: #212121;
	font-size: 1.4em
}

.BasicInfo h4.SubSection {
	font-size: 1.2em;
	margin-top: 1.4em
}

.BasicInfo h4.HoursSection {
	border-bottom: 1px solid #ccc;
	color: #000;
	display: table;
	font-size: 1.1em;
	margin: 10px 0 10px 10px;
	padding-bottom: 6px
}

div.HoursSection {
	margin-bottom: 1.5em
}

.HoursSection .ListingHikingDetails {
	margin: 10px 0 0
}

.BasicInfo ul.Exceptions {
	margin-bottom: 20px;
	margin-left: 30px;
	padding-left: 0;
	border-top: 1px solid #ccc;
	display: inline-block;
	padding-top: 4px
}

.BasicInfo ul.ExceptionsHours {
	margin: 0 0 10px 20px;
	padding-left: 0
}

.BasicInfo .Exceptions .title {
	font-weight: 700
}

.BasicInfo .Exceptions .DateRange {
	font-style: italic
}

.BasicInfo .weather {
	margin-bottom: 1.5em
}

p.FeeTitle,p.PassTitle {
	display: block;
	font-weight: 700;
	margin-bottom: -4px;
	margin-top: 16px
}

.visitor-centers a {
	font-weight: 700
}

.BasicInfo .ColumnGrid.row {
	margin-top: 0
}

.BasicInfoIndividual {
	margin-bottom: 30px
}

.VCRecord {
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 2px solid #ddd
}

.VCInfoExpander {
	display: block;
	background: #eee
}

.VCExpanderButton {
	margin: 5px!important
}

.DetailsParagraph {
	font-style: italic
}

.VisitorCenter__Address--physical {
	padding-left: 10px
}

.VisitorCenter__Hours ul {
	padding-left: 0;
	-webkit-padding-start: 0
}

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

.Breadcrumbs ol {
	font-size: 12px;
	font-size: .75rem;
	margin: 0 0 15px;
	margin: 0 0 .9375rem;
	color: #555;
	font-style: italic;
	list-style: none;
	padding: 0
}

.Breadcrumbs li {
	display: inline-block
}

.Breadcrumbs li:before {
	padding: 0 8px 0 5px;
	padding: 0 .5rem 0 .3125rem;
	content: "\002F";
	display: inline-block
}

.Breadcrumbs li:first-child:before {
	content: "";
	display: none
}

.Breadcrumbs a {
	font-weight: 400
}

.Breadcrumbs a,.Breadcrumbs a:link,.Breadcrumbs a:visited {
	color: #4b5e26
}

.Breadcrumbs a:active,.Breadcrumbs a:focus,.Breadcrumbs a:hover,.Breadcrumbs a:visited:active,.Breadcrumbs a:visited:focus,.Breadcrumbs a:visited:hover {
	color: #2e3a17
}

.Breadcrumbs a:focus,.Breadcrumbs a:hover {
	text-decoration: underline
}

.Campground__Title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 38px!important
}

.Campground__Heading {
	line-height: 18px;
	margin: 28px 0
}

.Campground__Heading__Icon {
	height: 18px;
	width: 18px;
	float: left;
	margin-right: 14px
}

.Campground__Heading__Type {
	font-family: Arial Bold,Arial,sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle
}

.Campground__Button {
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px
}

.Campground__Listing .Campground__BasicInformation {
	border-bottom: 1px solid #ddd;
	margin-bottom: 19px;
	padding-bottom: 19px
}

@media screen and (max-width:768px) {
	.Campground__Listing .Campground__BasicInformation__Description__Thumbnail {
		padding-left: 10px!important
	}
}

@media screen and (max-width:768px) {
	.Campground__Listing .Campground__BasicInformation__DetailsLink {
		margin-top: 11px
	}
}

.Campground__Listing .Campground__BasicInformation__DetailsLink a {
	font-size: 16px;
	font-family: Arial,sans-serif;
	font-weight: 700
}

.Campground__Listing .Campground__BasicInformation__DetailsLink a,.Campground__Listing .Campground__BasicInformation__DetailsLink a:active,.Campground__Listing .Campground__BasicInformation__DetailsLink a:focus,.Campground__Listing .Campground__BasicInformation__DetailsLink a:hover,.Campground__Listing .Campground__BasicInformation__DetailsLink a:link,.Campground__Listing .Campground__BasicInformation__DetailsLink a:visited,.Campground__Listing .Campground__BasicInformation__DetailsLink a:visited:active,.Campground__Listing .Campground__BasicInformation__DetailsLink a:visited:focus,.Campground__Listing .Campground__BasicInformation__DetailsLink a:visited:hover {
	color: #084e80
}

.Campground__Listing .Campground__BasicInformation__DetailsLink a:after {
	font-family: FontAwesome;
	content: "\f105";
	color: #084e80;
	margin-left: 11px
}

.Campground__Listing .Campground__BasicInformation .Campground__Heading {
	margin: 20px 0 30px
}

.Campground__Listing .Campground__BasicInformation .Campground__Heading h2 {
	color: #1a1a1a;
	font-size: 24px;
	font-family: Arial,sans-serif;
	font-weight: 700;
	margin: 0;
	margin-top: 0;
	margin-bottom: 0
}

.Campground__Listing .Campground__BasicInformation__Amenities {
	columns: 4;
	margin-bottom: 30px
}

@media screen and (max-width:768px) {
	.Campground__Listing .Campground__BasicInformation__Amenities {
		columns: 2;
		padding-left: 20px
	}
}

.Campground__Listing .Campground__BasicInformation__Amenities ul {
	padding: 0
}

.Campground__Listing .Campground__BasicInformation__Amenities ul li {
	list-style-type: none;
	font-size: 12px;
	font-family: Arial,sans-serif;
	font-weight: 700;
	color: #555
}

.Campground__Listing .Campground__BasicInformation__Stats {
	border-left: 1px solid #ddd;
	padding: 11px 0 11px 16px
}

@media screen and (max-width:768px) {
	.Campground__Listing .Campground__BasicInformation__Stats {
		border-left: 0
	}
}

.Campground__Listing .Campground__BasicInformation__Stat {
	line-height: 18px!important;
	margin-bottom: 11px;
	font-size: 16px
}

.Campground__Listing .Campground__BasicInformation__Stat__Title {
	font-weight: 700;
	vertical-align: middle;
	color: #222;
	margin-left: 0
}

.Campground__Listing .Campground__BasicInformation__Stat__Data {
	vertical-align: middle
}

.Campground__Listing .Campground__BasicInformation__Stat--TotalSites {
	margin-bottom: 11px;
	padding-bottom: 0
}

.Campground__Listing .Campground__BasicInformation__Stat--TotalSites .Campground__BasicInformation__Stat__Title {
	margin-left: 0
}

.Campground__Listing .Campground__BasicInformation__Stat .icon {
	height: 22px;
	width: 22px;
	vertical-align: middle
}

.Campground__BasicInformation {
	padding-bottom: 22px
}

.Campground__BasicInformation__Description__Thumbnail img {
	max-width: 120px;
	max-height: 120px;
	width: 100%;
	padding-top: 4px
}

.Campground__BasicInformation__Description__Body {
	padding-left: 20px;
	padding-right: 20px
}

@media screen and (max-width:768px) {
	.Campground__BasicInformation__Description__Body {
		margin-top: 22px;
		padding-left: 0;
		padding-right: 0
	}
}

.Campground__BasicInformation__Status {
	float: left;
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	padding: 0 4px;
	text-transform: uppercase;
	color: #fff
}

.Campground__BasicInformation__Status--Open {
	background-color: #19720b
}

.Campground__BasicInformation__Status--Closed {
	background-color: #c62121
}

@media screen and (max-width:768px) {
	.Campground__BasicInformation__Stats {
		margin-top: 22px
	}
}

.Campground__BasicInformation__Stat__Container {
	float: right
}

@media screen and (max-width:768px) {
	.Campground__BasicInformation__Stat__Container {
		float: none
	}
}

.Campground__BasicInformation__Stat {
	line-height: 22px!important;
	margin-bottom: 19px;
	text-align: left
}

.Campground__BasicInformation__Stat__Title {
	font-size: 14px;
	font-weight: 700;
	vertical-align: middle;
	margin-left: 14px;
	color: #222
}

.Campground__BasicInformation__Stat__Data {
	vertical-align: middle;
	font-size: 14px
}

.Campground__BasicInformation__Stat--TotalSites {
	margin-bottom: 28px;
	padding-bottom: 0;
	font-size: 16px
}

.Campground__BasicInformation__Stat--TotalSites .Campground__BasicInformation__Stat__Title {
	margin-left: 0
}

.Campground__BasicInformation__Stat .icon {
	height: 22px;
	width: 22px;
	vertical-align: middle
}

.Campground__BasicInformation__Status__Tooltip {
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	margin-left: 12px
}

.Campground__BasicInformation__Status__Tooltip .tooltip {
	margin-left: 20px;
	opacity: 1
}

.Campground__BasicInformation__Status__Tooltip .tooltip-inner {
	background-color: #e4e4e4;
	color: #000;
	text-align: left;
	display: block;
	padding: 15px;
	border: 1px solid #e4e4e4;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	max-width: 420px
}

.Campground__BasicInformation__Status__Tooltip .tooltip.tooltip.right .tooltip-arrow {
	content: "";
	position: absolute;
	left: -45px;
	margin-top: -22px;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-right: 28px solid #e4e4e4;
	border-bottom: 14px solid transparent;
	border-right-color: #e4e4e4;
	border-width: 14px 28px
}

.Campground__BasicInformation__Status__Tooltip .icon {
	width: 18px;
	height: 18px
}

.Campground__InfoAccordian {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 45px;
	display: block
}

#Campground__InfoAccordian__Item__Description--Hours .js-collapser-button {
	margin-left: 22px
}

.Campground__InfoAccordian__Item {
	margin-bottom: 0;
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: content-box
}

.Campground__InfoAccordian__Item:first-of-type {
	border-top: 1px solid #dcdcdc
}

.Campground__InfoAccordian__Item__DataTable {
	margin: 22px 0
}

@media screen and (max-width:768px) {
	.Campground__InfoAccordian__Item__DataTable div:not(:first-of-type) table {
		margin-top: 22px
	}
}

.Campground__InfoAccordian__Item__DataTable tr td {
	font-size: 12px;
	font-family: Arial,sans-serif;
	color: #222
}

.Campground__InfoAccordian__Item__DataTable tr td:first-child {
	font-weight: 700;
	padding-right: 11px
}

.Campground__InfoAccordian__Item__Description {
	border-top: 1px solid #dcdcdc;
	padding: 11px 0
}

.Campground__InfoAccordian__Item__Description__Subsection:not(:first-of-type) {
	margin-top: 22px
}

.Campground__InfoAccordian__Item__Description__Subsection--SmallText {
	font-size: 12px
}

@media screen and (max-width:768px) {
	.Campground__InfoAccordian__Item__Description__Subsection.no-top-margin {
		margin-top: 22px!important
	}
}

.Campground__InfoAccordian__Item__Description .SectionSeparator {
	height: 1px;
	background-color: #ddd;
	margin-top: 22px;
	margin-bottom: 22px
}

.Campground__InfoAccordian__Item__Description h3 {
	font-family: Arial,sans-serif
}

.Campground__InfoAccordian__Item__Description #HoursExceptions {
	background-color: #fafafa;
	padding: 30px;
	font-family: Arial,sans-serif;
	font-size: 14px
}

.Campground__InfoAccordian__Item__Description #HoursExceptions h3.CampgroundStatus {
	font-family: Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0
}

.Campground__InfoAccordian__Item__Description #HoursExceptions h3.CampgroundStatus--Open {
	color: #19720b
}

.Campground__InfoAccordian__Item__Description #HoursExceptions h3.CampgroundStatus--Closed {
	color: #710000
}

.Campground__InfoAccordian__Item__Description #HoursExceptions .Campground__InfoAccordian__Item__Description__Hours {
	padding-top: 22px!important;
	margin-top: 22px;
	border-top: 1px dashed #999;
	margin-left: 0;
	padding-left: 0
}

.Campground__InfoAccordian__Item__Description__Hours {
	margin-left: 15px
}

.Campground__InfoAccordian__Item__Description__Hours h5 {
	font-family: Arial,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #555;
	font-weight: 700
}

.Campground__InfoAccordian__Item__Description__Hours .HoursTable {
	columns: 2
}

.Campground__InfoAccordian__Item__Description__Hours .Day,.Campground__InfoAccordian__Item__Description__Hours .Time {
	font-size: 14px;
	font-family: Arial,sans-serif;
	display: inline-block
}

.Campground__InfoAccordian__Item__Description__Hours .Day {
	width: 50px;
	font-weight: 700
}

.Campground__InfoAccordian__Item__Description__Hours .Time {
	font-weight: 400
}

.Campground__InfoAccordian__Item__Description .Heading--Dotted {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Arial,sans-serif;
	margin-bottom: 22px;
	padding-bottom: 5px;
	padding-right: 18px
}

.Campground__InfoAccordian__Item__Description .Heading--Dotted--NoMargin {
	margin-bottom: 0
}

@media screen and (max-width:768px) {
	.Campground__InfoAccordian__Item__Description .Heading--Dotted--NoMargin {
		margin-top: 11px
	}
}

.Campground__InfoAccordian__Item__Description .Heading--Dotted span {
	border-bottom: 1px dashed #979797;
	color: #222
}

.Campground__InfoAccordian__Item__Description strong {
	color: #222
}

.Campground__InfoAccordian__Item__Description h4 {
	font-family: Arial,sans-serif;
	color: #222;
	font-weight: 700;
	font-size: 16px!important
}

.Campground__InfoAccordian__Item__Header {
	line-height: 40px;
	overflow: hidden
}

.Campground__InfoAccordian__Item__Header:hover {
	background-color: #fafafa
}

.Campground__InfoAccordian__Item__Header a:active,.Campground__InfoAccordian__Item__Header a:focus,.Campground__InfoAccordian__Item__Header a:hover,.Campground__InfoAccordian__Item__Header a:link,.Campground__InfoAccordian__Item__Header a:visited {
	color: #222;
	text-decoration: none
}

.Campground__InfoAccordian__Item__Icon {
	float: left;
	margin-right: 14px;
	height: 40px;
	line-height: 40px;
	overflow: hidden
}

.Campground__InfoAccordian__Item__Icon svg {
	height: 18px;
	width: 18px;
	margin-top: -4px;
	vertical-align: middle
}

.Campground__InfoAccordian__Item__Title {
	font-family: Arial Bold,Arial,sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222;
	overflow: hidden;
	line-height: 40px
}

.Campground__InfoAccordian__Item__Title span {
	vertical-align: middle
}

.Campground__InfoAccordian__Item__ToggleIndicator {
	line-height: 40px
}

.Campground__InfoAccordian__Item__ToggleIndicator:before {
	content: "\f106";
	font-family: FontAwesome;
	text-decoration: none;
	vertical-align: middle;
	float: right;
	padding-right: 20px;
	font-size: 26px;
	padding-top: 1px
}

.collapsed .Campground__InfoAccordian__Item__ToggleIndicator:before {
	content: "\f107"
}

.Campground__Gallery .swiper-container {
	width: 100%;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555
}

.Campground__Gallery .swiper-slide {
	width: calc((100% - 10px) / 2);
	margin-right: 10px;
	height: 44vw;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	cursor: pointer
}

.Campground__Gallery .swiper-slide__alt-text {
	position: absolute;
	left: -9999em
}

.Campground__Gallery .swiper-button-next,.Campground__Gallery .swiper-button-prev {
	top: 0;
	width: 40px;
	height: 100%;
	margin-top: 0;
	background-color: hsla(0,0%,100%,.5)
}

.Campground__Gallery .swiper-button-next:hover,.Campground__Gallery .swiper-button-prev:hover {
	background-color: hsla(0,0%,100%,.7)
}

.Campground__Gallery .swiper-button-next {
	right: 1px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23222'/%3E%3C/svg%3E")
}

.Campground__Gallery .swiper-button-prev {
	left: 1px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23222'/%3E%3C/svg%3E")
}

.Campground__Gallery .swiper-slide--full {
	display: none
}

@media (min-width:480px) {
	.Campground__Gallery .swiper-slide {
		width: calc((100% - 20px) / 3);
		height: 29.9vw
	}
}

@media (min-width:640px) {
	.Campground__Gallery .swiper-slide {
		width: calc((100% - 30px) / 4);
		height: 22.5vw
	}
}

@media (min-width:1200px) {
	.Campground__Gallery .swiper-slide {
		height: 232.5px
	}
}

.featherlight-content figure {
	max-width: none;
	padding-top: 25px
}

.featherlight-content figure .credit {
	color: #999
}

.ChapterBrowser {
	margin: 2em 0;
	clear: both
}

.ChapterBrowser a {
	border-bottom: none!important
}

.ChapterBrowser__Heading {
	color: #464646!important;
	font: normal 24px Georgia,Times New Roman,Times,serif!important
}


.ChapterBrowser__Content {
	background-position: 100%!important;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 233px;
	z-index: 2;
	display: table
}

.ChapterBrowser__Content--Chapters {
	color: #fff!important;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding-top: 48px
}

.ChapterBrowser__Content--Title {
	color: #fff!important;
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 40px;
	min-height: 2em;
	display: table-cell;
	vertical-align: middle
}

.ChapterBrowser__Content--Description {
	padding-bottom: 48px;
	color: #fff!important
}

.ChapterBrowser__Content--Description,.ChapterBrowser__Content--Description p {
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	min-height: 3em
}

.ChapterBrowser__Content--ChapterLinks {
	display: none
}

.ChapterBrowser__Content--MoreLink,.ChapterBrowser__Content--MoreLink:active,.ChapterBrowser__Content--MoreLink:focus,.ChapterBrowser__Content--MoreLink:hover,.ChapterBrowser__Content--MoreLink:link,.ChapterBrowser__Content--MoreLink:visited,.ChapterBrowser__Content--MoreLink:visited:active,.ChapterBrowser__Content--MoreLink:visited:focus,.ChapterBrowser__Content--MoreLink:visited:hover {
	color: #d39800!important
}

.ChapterBrowser__Footer {
	background-color: #868374;
	min-height: 38px;
	box-sizing: border-box;
	box-shadow: 0 -2px 5px 0 rgba(0,0,0,.33);
	z-index: 3
}

.ChapterBrowser__Footer div {
	display: inline-block
}

.ChapterBrowser__ChapterLinksHeader {
	background: rgba(0,0,0,.2);
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	line-height: 38px;
	padding-left: 19px;
	padding-right: 9.5px;
	font-variant: small-caps;
	text-transform: uppercase;
	position: relative;
	margin-right: 57px
}

.ChapterBrowser__ChapterLinksHeader:after {
	content: " ";
	display: inline-block;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-left: 19px solid rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	right: -19px;
	width: 0
}

.ChapterBrowser__ChapterLinks {
	max-width: 85%;
	padding-right: 80px;
	padding-left: 7.5px
}

.ChapterBrowser__ChapterLinks ul {
	-webkit-margin-before: 0;
	-webkit-padding-start: 0;
	margin: 0!important;
	padding: 0!important;
	padding-top: 4px!important
}

.ChapterBrowser__ChapterLinks ul li {
	display: inline-block;
	list-style: none;
	line-height: 24px;
	border: 1px solid #a4a297;
	margin-bottom: 2px!important;
	text-align: center;
	width: 24px;
	box-sizing: content-box
}

.ChapterBrowser__ChapterLinks a {
	font-size: 12px;
	font-weight: 700;
	text-decoration: none!important
}

.ChapterBrowser__ChapterLinks a,.ChapterBrowser__ChapterLinks a:active,.ChapterBrowser__ChapterLinks a:focus,.ChapterBrowser__ChapterLinks a:hover,.ChapterBrowser__ChapterLinks a:link,.ChapterBrowser__ChapterLinks a:visited,.ChapterBrowser__ChapterLinks a:visited:active,.ChapterBrowser__ChapterLinks a:visited:focus,.ChapterBrowser__ChapterLinks a:visited:hover {
	color: #fff!important
}

.ChapterBrowser__ChapterLinks a:hover {
	text-decoration: none
}

.ChapterBrowser__Nav {
	position: absolute;
	top: 0;
	right: 3px;
	font-weight: 400;
	font-size: 12px;
	line-height: 34px;
	padding-top: 2px;
	padding-bottom: 2px
}

.ChapterBrowser__Nav a {
	padding: 5px;
	background: rgba(0,0,0,.385)
}

.ChapterBrowser__Nav a,.ChapterBrowser__Nav a:active,.ChapterBrowser__Nav a:focus,.ChapterBrowser__Nav a:hover,.ChapterBrowser__Nav a:link,.ChapterBrowser__Nav a:visited,.ChapterBrowser__Nav a:visited:active,.ChapterBrowser__Nav a:visited:focus,.ChapterBrowser__Nav a:visited:hover {
	color: #fff!important
}

.ChapterBrowser__Nav--Next {
	padding-left: 12px;
	margin-top: -4px
}

.ChapterBrowser__Nav--Disabled {
	display: none!important
}

.click-to-copy {
	cursor: pointer
}

.js-collapser {
	margin-top: 0
}

.js .js-collapsible {
	display: none
}

.ContentPromos {
	margin-top: 25px;
	margin-top: 1.5625rem;
	background-color: #fff;
	background-image: url(/common/commonspot/templates/assetsCT/images/bkg/topo_pattern.png);
	background-repeat: repeat;
	border-top: 1px solid #ddd;
	box-shadow: inset 0 2px 10px -6px rgba(0,0,0,.3)
}

.ContentPromos-container {
	margin: 0 auto;
	max-width: 1500px
}

.ContentPromos-column {
	padding: 0
}

.ContentPromos-header {
	margin-top: -17px;
	margin-top: -1.0625rem;
	min-height: 67px
}

.ContentPromos-header:after,.ContentPromos-header:before {
	content: " ";
	display: table
}

.ContentPromos-header:after {
	clear: both
}

.ContentPromos-link {
	display: inline-block;
	float: right;
	font-weight: 700;
	margin-top: 30px
}

.ContentPromos-link,.ContentPromos-link:link,.ContentPromos-link:visited {
	color: #0f4f7e
}

.ContentPromos-link:active,.ContentPromos-link:focus,.ContentPromos-link:hover,.ContentPromos-link:visited:active,.ContentPromos-link:visited:focus,.ContentPromos-link:visited:hover {
	color: #000
}

.ContentPromos-link:hover {
	text-decoration: none
}

.ContentPromos .Tag {
	margin: 0
}

.ContentPromo {
	margin-bottom: 0;
	overflow: hidden;
	text-align: left
}

.ContentPromos.-centered .ContentPromo {
	text-align: center
}

.ContentPromo a {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.ContentPromo a,.ContentPromo a:link,.ContentPromo a:visited {
	color: #fff
}

.ContentPromo a:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	cursor: pointer;
	text-decoration: none
}

.ContentPromo-link {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	height: 200px;
	position: relative
}

@media screen and (min-width:600px) {
	.ContentPromo-link {
		height: 320px
	}

	.ContentPromos.-large .ContentPromo-link {
		height: 440px
	}
}

.ContentPromo-link:before {
	background: rgba(0,0,0,.4);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2
}

.ContentPromo-tag {
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 4px;
	margin-bottom: .25rem;
	position: absolute;
	text-transform: uppercase;
	z-index: 3
}

@media screen and (min-width:768px) {
	.ContentPromo-tag {
		font-size: 16px;
		font-size: 1rem
	}
}

.ContentPromos.-large .ContentPromo-tag {
	padding: 0 40px;
	padding: 0 2.5rem;
	top: 10%
}

.ContentPromo-text {
	padding: 0 25px;
	padding: 0 1.5625rem;
	display: block;
	position: relative;
	z-index: 3
}

.ContentPromos.-left .ContentPromo-text {
	bottom: 10%;
	position: absolute
}

@media screen and (min-width:768px) {
	.ContentPromos.-left .ContentPromo-text {
		bottom: 30%
	}
}

.ContentPromos.-large .ContentPromo-text {
	padding: 0 40px;
	padding: 0 2.5rem
}

@media screen and (min-width:768px) {
	.ContentPromos.-large .ContentPromo-text {
		bottom: 20%
	}
}

.ContentPromos.-centered .ContentPromo-text {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%
}

.ContentPromo-subtitle,.ContentPromo-title {
	padding: 5px 8px 7px;
	padding: .3125rem .5rem .4375rem;
	background-color: rgba(0,0,0,.5);
	display: block
}

.ContentPromo-subtitle {
	font-size: 12px;
	font-size: .75rem;
	margin-bottom: 4px;
	margin-bottom: .25rem;
	text-transform: uppercase
}

.ContentPromo-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3
}

@media screen and (min-width:768px) {
	.ContentPromos.-left .ContentPromo-title {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.16
	}
}

.ContentPromos.-left .ContentPromo-text {
	top: 210px;
	top: 13.125rem;
	position: absolute
}

@media screen and (max-width:768px) {
	.ContentPromos.-left .ContentPromo-text {
		top: 110px;
		top: 6.875rem
	}
}

select.u-customSelect {
	opacity: 0
}

.no-cssanimations select.u-customSelect,.no-js select.u-customSelect {
	opacity: 1
}

.js-customSelect {
	font-size: .875em;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.js-customSelect select {
	border: 0;
	cursor: pointer;
	display: block;
	position: relative;
	width: auto;
	z-index: 10
}

.js-customSelect div,.js-customSelect select {
	color: #333;
	font-weight: 700;
	height: 2.28571em;
	opacity: 0
}

.js-customSelect div {
	border: 1px solid #ccc;
	left: 0;
	line-height: 2.14286;
	overflow: hidden;
	padding: 0 2.5em 0 .5em;
	text-overflow: ellipsis;
	top: 0;
	width: 100%;
	z-index: 1
}

.js-customSelect div:after {
	content: "\0020";
	display: block;
	margin-top: -.15em;
	position: absolute;
	top: 50%;
	right: .5em;
	height: 0;
	width: 0;
	border-left: .4em solid transparent;
	border-right: .4em solid transparent;
	border-top: .4em solid #00008b
}

.js-customSelect div:before {
	background: #ccc;
	content: "\0020";
	display: block;
	height: 70%;
	position: absolute;
	right: 24px;
	right: 1.5rem;
	top: 15%;
	width: 1px
}

.js-customSelect div.focus {
	border-color: #00008b
}

.js-customSelect div.focus:before {
	background: #00008b
}

.js-customSelect.js-init .placeholder {
	opacity: 1;
	position: absolute
}

.js-customSelect.disabled select {
	cursor: not-allowed
}

.js-customSelect.disabled div {
	background: #f5f5f5;
	color: #999
}

.js-customSelect.disabled div:after {
	height: 0;
	width: 0;
	border-left: .4em solid transparent;
	border-right: .4em solid transparent;
	border-top: .4em solid #ccc
}

.js-customSelect.-block {
	display: block
}

.js-customSelect.-block select {
	width: 100%
}

.Event {
	background-color: #f6f5f0;
	font-size: 12px;
	font-size: .75rem;
	margin: 0 0 7px;
	margin: 0 0 .4375rem;
	padding: 18px 10px;
	padding: 1.125rem .625rem
}

@media print {
	.Event {
		border: 2px solid #ddd;
		page-break-inside: avoid
	}
}

.Event-date {
	border-right: 1px dotted #d9d5c0;
	color: #4b5e26;
	display: block;
	font-size: 13px;
	font-size: .8125rem;
	font-weight: 700;
	float: left;
	line-height: 1;
	padding-right: 10px;
	padding-right: .625rem;
	margin: 0 10px 10px;
	margin: 0 .625rem .625rem;
	min-width: 40px;
	text-align: center
}

.Event-date span {
	display: block;
	font-size: 36px;
	font-size: 2.25rem
}

.Event-title {
	font-size: 18px;
	font-size: 1.125rem
}

.Event-subtitle,.Event-title {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	margin: 0 0 .625rem
}

.Event-subtitle {
	font-size: 14px;
	font-size: .875rem
}

.Event-description {
	clear: both;
	margin: 0;
	line-height: 18px
}

.Event-cta {
	display: inline-block;
	font-weight: 700;
	font-size: 15px;
	font-size: .9375rem;
	padding: 0 8px 0 0;
	padding: 0 .5rem 0 0;
	position: relative
}

.Event-cta,.Event-cta:active,.Event-cta:focus,.Event-cta:hover,.Event-cta:link,.Event-cta:visited,.Event-cta:visited:active,.Event-cta:visited:focus,.Event-cta:visited:hover {
	color: #4b5e26
}

.Event-cta:after {
	content: "\203A";
	position: absolute;
	right: 0
}

.Event ::selection {
	color: #fff
}

.Event ::-moz-selection {
	color: #fff
}

.EventDetail {
	margin-bottom: 10px
}

@media screen and (min-width:400px) {
	.EventDetail {
		border-right: 1px dotted #ccc;
		float: left;
		padding-right: 20px;
		padding-right: 1.25rem;
		margin: 0 30px 10px 0;
		margin: 0 1.875rem .625rem 0;
		max-width: 180px;
		width: 35%
	}
}

.EventDetail dl {
	margin-bottom: 0
}

.EventDetail dd,.EventDetail dt {
	display: block
}

@media screen and (min-width:768px) {
	.EventDetail dd,.EventDetail dt {
		display: inline-block
	}
}

.EventDetail dt {
	margin-top: 15px;
	margin-top: .9375rem
}

.EventDetail dt:first-child {
	margin: 0
}

.EventDetail dd {
	font-size: 14px;
	font-size: .875rem
}

.EventDetail a {
	border-bottom: none
}

.EventDetail a,.EventDetail a:active,.EventDetail a:focus,.EventDetail a:hover,.EventDetail a:link,.EventDetail a:visited,.EventDetail a:visited:active,.EventDetail a:visited:focus,.EventDetail a:visited:hover {
	color: #4b5e26
}

.EventDetail-reoccurrence {
	display: block;
	font-weight: 700;
	text-transform: uppercase
}

.FacetedSearch {
	margin-top: 20px;
	margin-top: 1.25rem;
	position: relative;
	z-index: 1
}

.FindAPark .FacetedSearch {
	margin-top: 40px;
	margin-top: 2.5rem
}

.FacetedSearch>.row {
	margin-bottom: 30px
}

.FacetedSearch-inputHeader {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0
}

@media screen and (max-width:992px) {
	.FacetedSearch-inputHeader {
		margin-top: 10px;
		margin-top: .625rem
	}
}

.FacetedSearch-keywordSearch {
	width: 100%
}

.FacetedSearch-keywordSearch input {
	background-color: #f6f6f6;
	border-radius: 3px!important
}

.FacetedSearch-keywordSearch>.form-control {
	font-size: 16px;
	font-size: 1rem
}

.FacetedSearch-keywordSearch.input-group {
	position: relative;
	color: #555
}

.FacetedSearch-keywordSearch.input-group:before {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	pointer-events: none;
	right: 10px;
	top: 8px;
	z-index: 10
}

.FacetedSearch-submitButton {
	background-color: #0f4f7e;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	font-size: 1.0625rem;
	padding: 12px 30px;
	padding: .75rem 1.875rem;
	margin-right: 20px;
	margin-right: 1.25rem
}

.FacetedSearch-submitButton:focus,.FacetedSearch-submitButton:hover {
	background-color: #0c4167
}

.FacetedSearch-clearButton {
	font-weight: 700;
	font-size: 13px;
	font-size: .8125rem
}

.FacetedSearch-clearButton,.FacetedSearch-clearButton:link,.FacetedSearch-clearButton:visited {
	color: #0f4f7e
}

.FacetedSearch-clearButton:active,.FacetedSearch-clearButton:focus,.FacetedSearch-clearButton:hover,.FacetedSearch-clearButton:visited:active,.FacetedSearch-clearButton:visited:focus,.FacetedSearch-clearButton:visited:hover {
	color: #125d95
}

@media screen and (max-width:768px) {
	.FacetedSearch-clearButton {
		display: block;
		margin: 10px 0;
		margin: .625rem 0;
		padding: 10px 0;
		padding: .625rem 0
	}
}

.FacetedSearch-moreFiltersToggle {
	font-size: 13px;
	font-size: .8125rem
}

.FacetedSearch-moreFiltersToggle button {
	background: none;
	color: #0f4f7e;
	font-weight: 700;
	font-size: inherit;
	padding: 16px 0
}

.FacetedSearch-moreFiltersToggle button:focus,.FacetedSearch-moreFiltersToggle button:hover {
	background: none;
	text-decoration: underline
}

@media screen and (min-width:375px) {
	.FacetedSearch-moreFiltersToggle {
		float: right
	}
}

.FacetedSearch span.placeholder {
	color: #333;
	text-align: left;
	z-index: 10;
	font-size: 100%;
	font-weight: 400
}

.Datepicker input {
	text-align: left
}

.Datepicker .input-group {
	position: relative;
	color: #555;
	margin-bottom: 15px;
	margin-bottom: .9375rem
}

.Datepicker .input-group:before {
	content: "\f073";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 10;
	pointer-events: none
}

.Datepicker .input-group input {
	height: auto;
	font-size: 14px;
	font-size: .875rem
}

.Datepicker .input-group input:last-child {
	border-radius: 3px
}

.SingleSelect {
	padding: 10px 16px;
	height: 38px
}

.dropdown-menu>li:focus {
	background-color: #125d95
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #125d95
}

.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	background-color: #000
}

button.multiselect {
	font-size: 14px;
	font-size: .875rem;
	position: relative;
	margin-bottom: 15px;
	margin-bottom: .9375rem;
	text-align: left
}

button.multiselect .caret {
	position: absolute;
	right: 10px;
	top: 48%
}

ul.multiselect-container {
	margin-top: -10px;
	margin-top: -.625rem;
	width: 100%;
	max-width: 400px
}

.fact-check {
	font-size: 13px;
	font-size: .8125rem;
	background-color: #f9f7f1;
	color: #7f7565;
	padding: 10px 15px
}

.fact-check h4 {
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 12px;
	margin-bottom: .75rem;
	color: #706d5f;
	font-weight: 700
}

.fact-check h4:before {
	content: "\f046";
	font-family: FontAwesome;
	padding-right: 10px
}

.fact-check a,.fact-check a:active,.fact-check a:focus,.fact-check a:hover,.fact-check a:link,.fact-check a:visited,.fact-check a:visited:active,.fact-check a:visited:focus,.fact-check a:visited:hover {
	color: #936a00
}

.fact-check a:focus,.fact-check a:hover {
	outline: thin dotted #360
}

.Feature:hover,.Feature:hover .Feature-link {
	color: #4b5e26
}

.Feature-link {
	display: block
}

.Feature-link,.Feature-link:link,.Feature-link:visited {
	color: #000
}

.Feature-link:active,.Feature-link:focus,.Feature-link:hover,.Feature-link:visited:active,.Feature-link:visited:focus,.Feature-link:visited:hover {
	color: #4b5e26
}

.Feature-link:hover {
	text-decoration: none
}

.Feature-imageContainer {
	position: relative;
	margin-bottom: 8px;
	margin-bottom: .5rem
}

.Feature-image {
	width: 100%
}

.Feature-title {
	font-weight: 700;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 15px 0 8px;
	margin: .9375rem 0 .5rem;
	position: relative;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.Feature-title i {
	font-size: 15px;
	font-size: .9375rem;
	margin: 0 0 0 5px;
	margin: 0 0 0 .3125rem;
	line-height: 1
}

.Homepage .Feature-title {
	margin-bottom: 5px;
	margin-bottom: .3125rem
}

.Feature-subtitle {
	color: #555;
	display: block;
	font-weight: 700;
	margin-bottom: 7px;
	margin-bottom: .4375rem
}

.Homepage .Feature-subtitle {
	font-size: 13px;
	font-size: .8125rem
}

.Feature-description {
	color: #555;
	line-height: 1.5;
	font-size: 14px;
	font-size: .875rem
}

@media screen and (min-width:600px) {
	.Feature.-large .Feature-imageContainer:hover .Feature-title {
		background-color: #333;
		background-color: rgba(0,0,0,.7)
	}
}

@media screen and (min-width:600px) {
	.Feature.-large .Feature-title {
		background-color: #000;
		background-color: rgba(0,0,0,.5);
		bottom: 0;
		font-size: 28px;
		font-size: 1.75rem;
		left: 0;
		position: absolute;
		margin: 0;
		padding: 15px 20px;
		padding: .9375rem 1.25rem;
		right: 0;
		color: #fff
	}
}

@media screen and (min-width:600px) {
	.Feature.-large .Feature-title i {
		font-size: 38px;
		font-size: 2.375rem;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media screen and (min-width:600px) {
	.Feature.-large .Feature-link,.Feature.-large .Feature-link:active,.Feature.-large .Feature-link:focus,.Feature.-large .Feature-link:hover,.Feature.-large .Feature-link:link,.Feature.-large .Feature-link:visited,.Feature.-large .Feature-link:visited:active,.Feature.-large .Feature-link:visited:focus,.Feature.-large .Feature-link:visited:hover {
		color: #fff
	}
}

@media screen and (min-width:600px) {
	.Feature.-large .Feature-description {
		font-size: 16px;
		font-size: 1rem
	}
}

@media print {
	.FeatureGrid-item.col-sm-6 {
		width: 50%!important
	}

	.FeatureGrid-item.col-sm-4 {
		width: 33.33333%!important
	}
}

.StructuredDataCalendar .FeatureGrid {
	margin-bottom: 40px
}

.FeatureGrid .Component,.FeatureGridSimple .Component {
	margin-bottom: 40px;
	margin-bottom: 2.5rem
}

.FindAPark .FeatureGridSimple {
	margin-top: 10px;
	margin-top: .625rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem
}

.FeatureGridSimple-header {
	margin: -20px 0 20px;
	margin: -1.25rem 0 1.25rem
}

@media print {
	.FeatureGridSimple-item {
		width: 33.33333%!important
	}
}

.Feature-image {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.FeatureUserGenerated:hover {
	color: #4b5e26;
	cursor: pointer
}

.FeatureUserGenerated:hover .FeatureUserGenerated-link {
	color: #4b5e26
}

.FeatureUserGenerated-link {
	display: block
}

.FeatureUserGenerated-link,.FeatureUserGenerated-link:link,.FeatureUserGenerated-link:visited {
	color: #000
}

.FeatureUserGenerated-link:active,.FeatureUserGenerated-link:focus,.FeatureUserGenerated-link:hover,.FeatureUserGenerated-link:visited:active,.FeatureUserGenerated-link:visited:focus,.FeatureUserGenerated-link:visited:hover {
	color: #4b5e26
}

.FeatureUserGenerated-link:hover {
	text-decoration: none
}

.FeatureUserGenerated-imageContainer {
	position: relative;
	margin-bottom: 8px;
	margin-bottom: .5rem
}

.Homepage .FeatureUserGenerated-imageContainer {
	margin-bottom: 0
}

.FeatureUserGenerated-profileImageContainer {
	border: 3px solid hsla(0,0%,100%,.4);
	float: right;
	height: 75px;
	margin-top: -35px;
	margin-top: -2.1875rem;
	margin-right: 12px;
	margin-right: .75rem;
	position: relative;
	width: 75px;
	z-index: 2
}

@media screen and (min-width:600px) {
	.FeatureUserGenerated-profileImageContainer {
		height: 50px;
		margin-top: -55px;
		margin-top: -3.4375rem;
		margin-right: 10px;
		margin-right: .625rem;
		width: 50px
	}
}

@media print {
	.FeatureUserGenerated-profileImageContainer {
		border: none;
		margin-top: 0!important;
		height: 50px!important;
		width: 50px!important
	}
}

.FeatureUserGenerated-profileImage {
	width: 100%;
	height: 100%
}

.FeatureUserGenerated-image {
	width: 100%
}

.FeatureUserGenerated-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 15px 0 8px;
	margin: .9375rem 0 .5rem
}

.FeatureUserGenerated-title i {
	font-size: 15px;
	font-size: .9375rem;
	margin: 0 0 0 5px;
	margin: 0 0 0 .3125rem;
	line-height: 1
}

.Homepage .FeatureUserGenerated-title {
	margin-bottom: 5px;
	margin-bottom: .3125rem
}

.FeatureUserGenerated-subtitle {
	font-weight: 700;
	display: block;
	margin-bottom: 7px;
	margin-bottom: .4375rem
}

.Homepage .FeatureUserGenerated-subtitle {
	font-size: 13px;
	font-size: .8125rem
}

.FeatureUserGenerated-description {
	color: #555;
	line-height: 1.5;
	font-size: 14px;
	font-size: .875rem
}

.FeatureUserGenerated-author {
	color: #4b5e26;
	display: block;
	font-family: Georgia,Times,Times New Roman,serif;
	font-style: italic;
	font-size: 13px;
	font-size: .8125rem
}

.Homepage .FeatureUserGenerated-author {
	margin-bottom: 5px;
	margin-bottom: .3125rem
}

@media screen and (min-width:600px) {
	.FeatureUserGenerated.-large .FeatureUserGenerated-imageContainer:hover .FeatureUserGenerated-headerContainer {
		background-color: #333;
		background-color: rgba(0,0,0,.7)
	}
}

@media screen and (min-width:600px) {
	.FeatureUserGenerated.-large .FeatureUserGenerated-headerContainer {
		background-color: #000;
		background-color: rgba(0,0,0,.5);
		bottom: 0;
		font-size: 28px;
		font-size: 1.75rem;
		left: 0;
		position: absolute;
		padding: 15px 20px;
		padding: .9375rem 1.25rem;
		right: 0
	}

	.FeatureUserGenerated.-large .FeatureUserGenerated-headerContainer:after,.FeatureUserGenerated.-large .FeatureUserGenerated-headerContainer:before {
		content: " ";
		display: table
	}

	.FeatureUserGenerated.-large .FeatureUserGenerated-headerContainer:after {
		clear: both
	}
}

@media screen and (min-width:600px) {
	.FeatureUserGenerated.-large .FeatureUserGenerated-profileImageContainer {
		float: left;
		height: 65px;
		margin: 0;
		width: 65px
	}
}

@media screen and (min-width:600px) {
	.FeatureUserGenerated.-large .FeatureUserGenerated-headerText {
		margin-left: 80px;
		margin-top: 8px
	}
}

@media screen and (min-width:600px) {
	.FeatureUserGenerated.-large .FeatureUserGenerated-title {
		font-size: 28px;
		font-size: 1.75rem;
		margin: 0
	}
}

@media screen and (min-width:600px) and (min-width:600px) {
	.FeatureUserGenerated.-large .FeatureUserGenerated-title i {
		font-size: 38px;
		font-size: 2.375rem;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media screen and (min-width:600px) {
	.FeatureUserGenerated.-large .FeatureUserGenerated-author {
		color: #fff;
		font-size: 15px;
		font-size: .9375rem
	}
}

@media screen and (min-width:600px) {
	.FeatureUserGenerated.-large .FeatureUserGenerated-link,.FeatureUserGenerated.-large .FeatureUserGenerated-link:active,.FeatureUserGenerated.-large .FeatureUserGenerated-link:focus,.FeatureUserGenerated.-large .FeatureUserGenerated-link:hover,.FeatureUserGenerated.-large .FeatureUserGenerated-link:link,.FeatureUserGenerated.-large .FeatureUserGenerated-link:visited,.FeatureUserGenerated.-large .FeatureUserGenerated-link:visited:active,.FeatureUserGenerated.-large .FeatureUserGenerated-link:visited:focus,.FeatureUserGenerated.-large .FeatureUserGenerated-link:visited:hover {
		color: #fff
	}
}

@media screen and (min-width:600px) {
	.FeatureUserGenerated.-large .FeatureUserGenerated-description {
		font-size: 16px;
		font-size: 1rem
	}
}

.FeatureUserGenerated.-medium .FeatureUserGenerated-profileImageContainer {
	height: 75px;
	margin-top: -35px;
	margin-top: -2.1875rem;
	margin-left: 10px;
	margin-left: .625rem;
	width: 75px
}

.FourthLevelNav {
	background-color: #111;
	border-radius: 5px;
	overflow: hidden
}

.FourthLevelNav ul {
	background-color: #333;
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
	padding: 0 0 .625rem
}

.FourthLevelNav li {
	border-top: 1px solid #111;
	font-size: 13px;
	font-size: .8125rem;
	margin: 0;
	line-height: 1.2
}

.FourthLevelNav li:first-child {
	border-top: none;
	margin-top: 0
}

.FourthLevelNav-title {
	color: #fff;
	font-size: 22px;
	font-size: 1.375rem;
	font-family: Open Sans Condensed,sans-serif;
	margin: 0;
	padding: 8px 14px 10px;
	padding: .5rem .875rem .625rem;
	line-height: 1.3;
	text-transform: uppercase
}

.FourthLevelNav-link {
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	display: block;
	font-weight: 700;
	position: relative;
	padding: 13px 30px 13px 14px;
	padding: .8125rem 1.875rem .8125rem .875rem
}

.FourthLevelNav-link,.FourthLevelNav-link:active,.FourthLevelNav-link:focus,.FourthLevelNav-link:hover,.FourthLevelNav-link:link,.FourthLevelNav-link:visited,.FourthLevelNav-link:visited:active,.FourthLevelNav-link:visited:focus,.FourthLevelNav-link:visited:hover {
	color: #fff
}

.FourthLevelNav-link i {
	font-size: 25px;
	font-size: 1.5625rem;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.FourthLevelNav-link:active,.FourthLevelNav-link:focus,.FourthLevelNav-link:hover {
	background-color: #4b5e26;
	text-decoration: none;
	outline: none
}

.FullWidthCTA {
	padding: 45px 0;
	padding: 2.8125rem 0;
	text-align: center
}

@media screen and (min-width:480px) {
	.FullWidthCTA {
		padding: 90px 0;
		padding: 5.625rem 0
	}
}

.FullWidthCTA a {
	display: block
}

.FullWidthCTA a,.FullWidthCTA a:link,.FullWidthCTA a:visited {
	color: #545454
}

.FullWidthCTA a:active,.FullWidthCTA a:focus,.FullWidthCTA a:hover,.FullWidthCTA a:visited:active,.FullWidthCTA a:visited:focus,.FullWidthCTA a:visited:hover {
	color: #4b5e26
}

.FullWidthCTA a:hover {
	text-decoration: none
}

.FullWidthCTA-image {
	max-width: 100%
}

.FullWidthCTA-title {
	font-family: Arial,sans-serif;
	font-weight: 400;
	font-size: 30px;
	font-size: 1.875rem
}

.FullWidthMessage {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center
}

.GlobalFooter {
	background-color: #000;
	padding: 30px 0 40px;
	padding: 1.875rem 0 2.5rem
}

@media print {
	.GlobalFooter {
		border-top: 2px solid #ddd;
		padding: 10px 0 0
	}
}

@media screen and (min-width:768px) {
	.GlobalFooter {
		padding-bottom: 70px;
		padding-bottom: 4.375rem
	}
}

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

.GlobalFooter li {
	padding: 0
}

.GlobalFooter a,.GlobalFooter a:active,.GlobalFooter a:focus,.GlobalFooter a:hover,.GlobalFooter a:link,.GlobalFooter a:visited,.GlobalFooter a:visited:active,.GlobalFooter a:visited:focus,.GlobalFooter a:visited:hover {
	color: #fff
}

.GlobalFooter hr {
	border-color: #444
}

.GlobalFooter-printLogo {
	width: 60px
}

.GlobalFooter-generalLinks,.GlobalFooter-socialLinks {
	font-size: 11px;
	font-size: .6875rem;
	margin: 10px 0;
	margin: .625rem 0;
	clear: left;
	float: left;
	text-transform: uppercase
}

.GlobalFooter-generalLinks:after,.GlobalFooter-generalLinks:before,.GlobalFooter-socialLinks:after,.GlobalFooter-socialLinks:before {
	content: " ";
	display: table
}

.GlobalFooter-generalLinks:after,.GlobalFooter-socialLinks:after {
	clear: both
}

.GlobalFooter-generalLinks li,.GlobalFooter-socialLinks li {
	line-height: 1
}

.GlobalFooter-LanguageInfo {
	color: #fff;
	font-size: 10px
}

.GlobalFooter-generalLinks li {
	margin: 0 0 10px;
	margin: 0 0 .625rem;
	text-transform: uppercase
}

@media screen and (min-width:768px) {
	.GlobalFooter-generalLinks li {
		margin: 0 0 0 12px;
		margin: 0 0 0 .75rem;
		padding-left: 12px;
		padding-left: .75rem;
		border-left: 1px solid #fff;
		float: left
	}

	.GlobalFooter-generalLinks li:first-child {
		border: 0;
		margin: 0;
		padding: 0
	}
}

.GlobalFooter-generalLinks+.GlobalFooter-generalLinks {
	margin-top: 0
}

.GlobalFooter-socialLinks svg {
	margin-right: 3px;
	margin-right: .1875rem;
	height: 11px;
	width: 11px
}

.GlobalFooter-socialLinks li {
	margin-bottom: 10px;
	margin-bottom: .625rem;
	display: inline-block
}

@media screen and (max-width:800px) {
	.GlobalFooter-socialLinks li {
		display: block;
		float: left;
		min-width: 110px
	}

	.GlobalFooter-socialLinks li:nth-child(odd) {
		clear: both
	}
}

.GlobalFooter-socialLinks a {
	margin-right: 10px;
	margin-right: .625rem;
	line-height: 11px;
	vertical-align: middle
}

.GlobalFooter-socialLinks span {
	font-size: 11px;
	font-size: .6875rem;
	height: 11px
}

.GlobalFooter-nps-logo {
	margin-bottom: 11px;
	margin-bottom: .6875rem;
	float: right;
	height: 54px;
	position: relative;
	width: 242px
}

.GlobalFooter-nps-logo:after,.GlobalFooter-nps-logo:before {
	content: " ";
	display: table
}

.GlobalFooter-nps-logo:after {
	clear: both
}

@media screen and (max-width:800px) {
	.GlobalFooter-nps-logo {
		clear: both;
		float: left
	}
}

.GlobalFooter-nps-logo-text {
	left: 0;
	position: absolute;
	top: 6px
}

.GlobalFooter-nps-logo-text a {
	font-size: 11px;
	font-size: .6875rem;
	display: block;
	font-family: Arial Bold,Arial,sans-serif;
	font-weight: 100;
	letter-spacing: 1px
}

.GlobalFooter-nps-logo-text a:after,.GlobalFooter-nps-logo-text a:before {
	content: " ";
	display: table
}

.GlobalFooter-nps-logo-text a:after {
	clear: both
}

.GlobalFooter-nps-logo svg {
	height: 54px;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px
}

.GlobalFooter-slogan {
	max-width: 250px;
	width: 100%
}

.GlobalHeader {
	min-height: 55px!important;
	background-color: #000;
	color: #fff
}

@media screen and (min-width:992px) {
	.GlobalHeader {
		min-height: 55px
	}
}

@media print {
	.GlobalHeader {
		border-bottom: 2px solid #ddd;
		padding-bottom: 3px
	}
}

.GlobalHeader .relative {
	position: relative
}

.GlobalHeader-button {
	height: 55px;
	width: 98px
}

.GlobalHeader-homelink {
	padding: 10px 15px;
	padding: .625rem .9375rem;
	position: absolute;
	left: -5px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	height: 55px
}

.GlobalHeader-homelink:focus {
	background-color: #333
}

.GlobalHeader-text {
	font-size: 16px;
	font-size: 1rem;
	padding-left: 12px;
	padding-left: .75rem;
	padding-top: 3px;
	padding-top: .1875rem;
	display: block;
	float: left
}

@media screen and (max-width:336px) {
	.GlobalHeader-text {
		font-size: 14px;
		font-size: .875rem;
		padding-left: 6px;
		padding-left: .375rem;
		padding-top: 6px;
		padding-top: .375rem
	}

}

@media screen and (max-width:312px) {
	.GlobalHeader-text {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px
	}

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

.GlobalHeader-logo {
	background-image: url(/common/commonspot/templates/assetsCT/images/branding/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 35px;
	width: 30px
}

@media screen and (min-width:1200px) {
	.GlobalHeader-logo {
		margin: 0 0 0 -25px;
		margin: 0 0 0 -1.5625rem
	}
}

@media screen and (max-width:1200px) {
	.GlobalHeader-logo {
		margin: 0
	}
}

.GlobalHeader-buttonRow {
	position: relative
}

@media screen and (min-width:1025px) {
	.GlobalHeader-buttonContainer {
		position: relative;
		width: 100%;
		z-index: 10
	}
}

.GlobalHeader a,.GlobalHeader a:link,.GlobalHeader a:visited {
	color: #fff
}

.GlobalHeader a:hover {
	text-decoration: none
}

.GlobalHeader-searchToggle {
	font-size: 13px;
	font-size: .8125rem;
	margin-right: 20px;
	margin-right: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem
}

@media screen and (max-width:768px) {
	.GlobalHeader-searchToggle {
		display: none
	}
}

.GlobalHeader-menuHeader {
	font-size: 13px;
	font-size: .8125rem;
	font-weight: 400;
	font-family: Arial,sans-serif;
	margin: 0;
	position: absolute;
	right: 0
}

.no-js .GlobalHeader-menuHeader {
	float: none
}

@media screen and (max-width:700px) {
	.GlobalHeader-menuHeader .mobile {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px
	}

	.GlobalHeader-menuHeader .mobile.focusable:active,.GlobalHeader-menuHeader .mobile.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto
	}
}

.GlobalHeader-menuButton {
	background: #000;
	text-transform: uppercase;
	height: 55px;
	min-width: 98px;
	padding-left: 8px;
	border-left: 1px solid #35373a;
	z-index: 1001
}

.GlobalHeader-menuButton:focus,.GlobalHeader-menuButton:hover {
	background: #000;
	border: none;
	color: #ddd;
	color: hsla(0,0%,100%,.8);
	outline: none;
	border-left: 1px solid #35373a
}

.GlobalHeader-menuButton:focus {
	background-color: #333
}

.GlobalHeader-buttonText {
	float: right
}

.GlobalNav {
	display: none;
	list-style: none;
	margin: 0;
	margin-top: 55px;
	padding: 0
}

.GlobalNav:after,.GlobalNav:before {
	content: " ";
	display: table
}

.GlobalNav:after {
	clear: both
}

.GlobalNav-LanguageInfo {
	color: #fff;
	font-size: 10px;
	padding-bottom: 5px;
	display: none
}

@media screen and (min-width:1025px) {
	.GlobalNav-LanguageInfo {
		display: block
	}
}

.no-js .GlobalNav {
	margin: 20px 0;
	margin: 1.25rem 0
}

.js .GlobalNav {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 0
}

.js .GlobalNav.active {
	opacity: 1
}

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

.GlobalNav li {
	width: 100%
}

.GlobalNav>li,.GlobalNav li {
	float: left;
	padding: 0
}

.GlobalNav a {
	display: block;
	font-size: 13px;
	font-size: .8125rem;
	padding: 6px 0;
	padding: .375rem 0
}

.no-js .GlobalNav a,.no-js .GlobalNav a:link,.no-js .GlobalNav a:visited {
	color: #fff
}

.no-js .GlobalNav a:active,.no-js .GlobalNav a:focus,.no-js .GlobalNav a:hover,.no-js .GlobalNav a:visited:active,.no-js .GlobalNav a:visited:focus,.no-js .GlobalNav a:visited:hover {
	color: #ddd
}

.GlobalNav a:hover {
	text-decoration: underline
}

.GlobalNav-get_involved>a,.GlobalNav-learn_and_explore>a,.GlobalNav-plan_your_visit>a {
	font-size: 19px;
	font-size: 1.1875rem
}

.GlobalNav-find_your_park {
	display: none
}

.GlobalNav-find_your_park h4 {
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-size: .8125rem
}

.GlobalNav .GlobalNav-find_your_park a {
	font-size: 16px;
	font-size: 1rem
}

@media screen and (min-width:1025px) {
	.GlobalNav {
		margin: 80px 0 20px;
		margin: 5rem 0 1.25rem;
		padding-left: 32px;
		padding-right: 0
	}

	.GlobalNav li {
		border-top: none
	}

	.GlobalNav>li {
		padding: 0 25px
	}

	.GlobalNav-find_your_park {
		display: inline
	}

	.GlobalNav>li {
		min-height: 210px
	}

	.GlobalNav>li.GlobalNav-plan_your_visit {
		padding-left: 0
	}

	.GlobalNav>li.GlobalNav-get_involved,.GlobalNav>li.GlobalNav-plan_your_visit {
		width: 22%
	}

	.GlobalNav>li.GlobalNav-learn_and_explore {
		border-left: 1px solid #464646;
		width: 34%
	}

	.GlobalNav>li.GlobalNav-learn_and_explore li {
		width: 50%
	}

	.GlobalNav>li.GlobalNav-get_involved {
		border-left: 1px solid #464646
	}

	.GlobalNav>li.GlobalNav-find_your_park {
		width: 22%
	}

	.GlobalNav>li>a {
		margin-top: 0
	}
}

#GlobalNav-toggle {
	font-size: 13px;
	font-size: .8125rem
}

.GlobalNav-desktop {
	display: none
}

@media screen and (min-width:1025px) {
	.GlobalNav-desktop {
		display: block
	}
}

.GlobalNav__Language {
	font-size: 10px
}

#GlobalNav-mobile,#LocalNav-mobile {
	display: none
}

@media screen and (max-width:1024px) {
	#GlobalNav-mobile,#LocalNav-mobile {
		color: #fff;
		display: block;
		font-family: Helvetica,Arial,sans-serif
	}

	#GlobalNav-mobile ul,#GlobalNav-mobile ul li,#GlobalNav-mobile ul li a,#LocalNav-mobile ul,#LocalNav-mobile ul li,#LocalNav-mobile ul li a {
		box-sizing: border-box;
		border-left-width: 0;
		display: block;
		line-height: 1;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative
	}

	#GlobalNav-mobile ul>li>a:hover,#LocalNav-mobile ul>li>a:hover {
		color: #fff;
		background: #292929
	}

	#GlobalNav-mobile>ul>li>a,#LocalNav-mobile>ul>li>a {
		padding: 15px 20px;
		border-top: 1px solid #373939;
		cursor: pointer;
		z-index: 2;
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
		color: #fff;
		background: #2d3334;
		border-bottom: 1px solid #252727
	}

	#GlobalNav-mobile>ul>li>a:hover,#LocalNav-mobile>ul>li>a:hover {
		border-bottom: 1px solid #1d1d1d
	}

	#GlobalNav-mobile>ul>li.open>a,#LocalNav-mobile>ul>li.open>a {
		background: #436023;
		border-bottom: 1px solid #1d1d1d
	}

	#GlobalNav-mobile>ul>li.last>a,#GlobalNav-mobile>ul>li:last-child>a,#LocalNav-mobile>ul>li.last>a,#LocalNav-mobile>ul>li:last-child>a {
		border-bottom: 1px solid #1d1d1d
	}

	#GlobalNav-mobile>ul>li.active>a>span:after,#GlobalNav-mobile>ul>li.open>a>span:after,#GlobalNav-mobile>ul>li>a:hover>span:after,#LocalNav-mobile>ul>li.active>a>span:after,#LocalNav-mobile>ul>li.open>a>span:after,#LocalNav-mobile>ul>li>a:hover>span:after {
		border-color: #eee
	}

	#GlobalNav-mobile>ul>li.open>a>.holder,#LocalNav-mobile>ul>li.open>a>.holder {
		top: 3px
	}

	#GlobalNav-mobile>ul>li.open>a>.holder:after,#GlobalNav-mobile>ul>li.open>a>.holder:before,#LocalNav-mobile>ul>li.open>a>.holder:after,#LocalNav-mobile>ul>li.open>a>.holder:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	#GlobalNav-mobile ul ul,#LocalNav-mobile ul ul {
		display: none
	}

	#GlobalNav-mobile ul ul li.active>a,#GlobalNav-mobile ul ul li.open>a,#GlobalNav-mobile ul ul li:hover>a,#LocalNav-mobile ul ul li.active>a,#LocalNav-mobile ul ul li.open>a,#LocalNav-mobile ul ul li:hover>a {
		background: #282828;
		color: #fff
	}

	#GlobalNav-mobile ul ul li a,#LocalNav-mobile ul ul li a {
		cursor: pointer;
		padding: 10px 30px;
		z-index: 1;
		text-decoration: none;
		font-size: 13px;
		color: #fff;
		background: #1d1d1d;
		text-transform: none;
		border-top: 0;
		border-bottom: 0;
		border: 0
	}

	#GlobalNav-mobile ul ul li:first-child>a,#LocalNav-mobile ul ul li:first-child>a {
		box-shadow: none
	}

	#GlobalNav-mobile>ul>li>ul>li.last>a,#GlobalNav-mobile>ul>li>ul>li:last-child>a,#LocalNav-mobile>ul>li>ul>li.last>a,#LocalNav-mobile>ul>li>ul>li:last-child>a {
		border: 0
	}

	#GlobalNav-mobile>ul>li>ul>li.open:last-child>ul>li:last-child>a,#LocalNav-mobile>ul>li>ul>li.open:last-child>ul>li:last-child>a {
		border-bottom: 0
	}

	#GlobalNav-mobile ul ul li.has-sub>a:after,#LocalNav-mobile ul ul li.has-sub>a:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		display: block;
		position: absolute;
		content: "";
		width: 5px;
		height: 5px;
		right: 20px;
		z-index: 10;
		top: 11.5px;
		border-top: 2px solid #eee;
		border-left: 2px solid #eee
	}

	#GlobalNav-mobile ul ul li.open>a,#LocalNav-mobile ul ul li.open>a {
		color: #698e3e
	}

	#GlobalNav-mobile ul ul li.open>a:after,#LocalNav-mobile ul ul li.open>a:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 15px
	}

	#GlobalNav-mobile ul ul li.active>a:after,#GlobalNav-mobile ul ul li.open>a:after,#GlobalNav-mobile ul ul li>a:hover:after,#LocalNav-mobile ul ul li.active>a:after,#LocalNav-mobile ul ul li.open>a:after,#LocalNav-mobile ul ul li>a:hover:after {
		border-color: #fff
	}

	#GlobalNav-mobile ul ul ul li a,#LocalNav-mobile ul ul ul li a {
		padding-left: 50px
	}
}

#GlobalNav-mobile .holder,#LocalNav-mobile .holder {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0
}

#GlobalNav-mobile .holder:after,#GlobalNav-mobile .holder:before,#LocalNav-mobile .holder:after,#LocalNav-mobile .holder:before {
	display: block;
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	right: 20px;
	z-index: 10;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

#GlobalNav-mobile .holder:before,#LocalNav-mobile .holder:before {
	top: 18px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-top-color: inherit;
	border-left-color: inherit
}

#GlobalNav-mobile .holder:after,#LocalNav-mobile .holder:after {
	top: 17px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff
}

#GlobalNav-mobile a,#LocalNav-mobile a {
	padding: 6px 15px;
	padding: .375rem .9375rem
}

#GlobalNav-mobile ul li a span:first-child,#LocalNav-mobile ul li a span:first-child {
	padding: 6px 10px 6px 0;
	padding: .375rem .625rem .375rem 0
}

#GlobalNav-mobile li:hover,#LocalNav-mobile li:hover {
	text-decoration: underline
}

#GlobalNav-mobile li.has-sub:hover,#LocalNav-mobile li.has-sub:hover {
	text-decoration: none
}

#GlobalNav-mobile li.has-sub span,#LocalNav-mobile li.has-sub span {
	z-index: 3
}

#GlobalNav-mobile li.has-sub span:hover,#LocalNav-mobile li.has-sub span:hover {
	text-decoration: underline
}

#GlobalNav-mobile h3,#LocalNav-mobile h3 {
	font-size: 18px;
	font-size: 1.125rem;
	background-color: #000!important;
	display: block;
	font-weight: 900;
	padding: 6px 15px
}

#GlobalNav-mobile .SectionHeader-green,#LocalNav-mobile .SectionHeader-green {
	border-top: 0;
	color: #698e3e!important;
	display: block
}

#GlobalNav-mobile .SectionHeader-blue,#LocalNav-mobile .SectionHeader-blue {
	padding: 0 0 8px;
	padding: 0 0 .5rem;
	border-top: 8px solid #1f384b;
	color: #3273a3;
	display: block;
	font-weight: 900
}

#GlobalNav-mobile .align-right,#LocalNav-mobile .align-right {
	float: right
}

#GlobalNav-mobile>ul>li.open>a {
	background: #1f384b
}

.GlobalFooter .GlobalSearch {
	margin-bottom: 20px
}

@media screen and (min-width:769px) {
	.GlobalFooter .GlobalSearch {
		display: none
	}
}

.no-js .GlobalSearch-secondaryButton {
	display: none
}

.GlobalSearch-label {
	-webkit-transition: max-width .3s ease;
	transition: max-width .3s ease;
	font-size: 13px;
	font-size: .8125rem;
	color: #fff;
	font-family: Arial,sans-serif;
	overflow: hidden;
	margin-bottom: 0;
	text-transform: uppercase;
	white-space: nowrap;
	position: absolute;
	right: 98px;
	height: 55px;
	width: 98px;
	max-width: 98px;
	font-weight: 400
}

@media screen and (max-width:768px) {
	.GlobalSearch-label {
		display: none
	}
}

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

.no-js .GlobalSearch-label.focusable:active,.no-js .GlobalSearch-label.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.GlobalFooter .GlobalSearch-label {
	display: none
}

.active .GlobalSearch-label {
	max-width: 0
}

.GlobalSearch-label button {
	font-size: 13px;
	font-size: .8125rem;
	background: none;
	color: #fff;
	font-weight: 400;
	height: 55px;
	width: 98px;
	text-transform: uppercase;
	padding: 0
}

.GlobalSearch-label button:hover {
	background: none
}

.GlobalSearch-label button:focus {
	background-color: #333
}

@media screen and (min-width:768px) {
	.GlobalSearch-label button {
		width: 100%;
		min-width: 100%
	}
}

.GlobalHeader .GlobalSearch-form {
	z-index: 10
}

@media screen and (max-width:768px) {
	.GlobalHeader .GlobalSearch-form {
		display: none
	}
}

.GlobalSearch-inputGroup {
	-webkit-transition: width .3s ease;
	transition: width .3s ease
}

.GlobalHeader .GlobalSearch-inputGroup {
	position: absolute;
	right: 98px;
	white-space: nowrap;
	overflow: hidden;
	height: 55px;
	top: 0;
	display: none
}

.GlobalFooter .GlobalSearch-inputGroup {
	width: 100%!important
}

.GlobalSearch-input {
	font-size: 13px;
	font-size: .8125rem;
	border: none;
	height: 55px;
	color: #000;
	line-height: 1;
	padding: 0 20px;
	display: inline-block;
	float: left;
	margin-right: 4px
}

.GlobalFooter .GlobalSearch-input {
	margin-bottom: 10px;
	width: 100%;
	height: 55px
}

.GlobalSearch-input:focus {
	border: none;
	outline: none;
	box-shadow: inset 0 0 5px #706d61
}

@media screen and (max-width:500px) {
	.GlobalSearch-input {
		font-size: 13px;
		font-size: .8125rem
	}
}

.GlobalSearch .GlobalSearch-secondaryButton,.GlobalSearch .GlobalSearch-submitButton {
	height: 55px
}

.GlobalSearch .GlobalHeader .GlobalSearch-button {
	height: 55px;
	display: inline-block;
	float: right;
	vertical-align: middle;
	margin-top: 0
}

.GlobalFooter .GlobalSearch .GlobalHeader .GlobalSearch-button {
	margin-right: 6px
}

.GlobalSearch .GlobalHeader .GlobalSearch-button:focus {
	outline: none
}

.GlobalSearch-contactLink i,.GlobalSearch-label i {
	font-size: 13px;
	font-size: .8125rem
}

.GlobalSearch-suggestions {
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	position: absolute;
	top: 100%;
	width: 260px;
	z-index: 10
}

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

.GlobalSearch-suggestions li {
	border-top: 1px solid #eee;
	padding: 0
}

.GlobalSearch-suggestions li:first-child {
	border-top: none
}

.GlobalSearch-suggestions a {
	display: block;
	font-size: 12px;
	font-size: .75rem;
	padding: 8px 15px;
	padding: .5rem .9375rem
}

.GlobalSearch-suggestions a,.GlobalSearch-suggestions a:active,.GlobalSearch-suggestions a:focus,.GlobalSearch-suggestions a:hover,.GlobalSearch-suggestions a:link,.GlobalSearch-suggestions a:visited,.GlobalSearch-suggestions a:visited:active,.GlobalSearch-suggestions a:visited:focus,.GlobalSearch-suggestions a:visited:hover {
	color: #333
}

.GlobalSearch-suggestions a:focus,.GlobalSearch-suggestions a:hover {
	background-color: #f6f5f0;
	box-shadow: inset 0 2px 5px -4px rgba(75,94,38,.6);
	outline: none
}

.GlobalSearch-footerLink {
	padding: 15px;
	position: absolute;
	right: 98px;
	z-index: 15
}

.GlobalSearch-footerLink,.GlobalSearch-footerLink:active,.GlobalSearch-footerLink:focus,.GlobalSearch-footerLink:hover,.GlobalSearch-footerLink:link,.GlobalSearch-footerLink:visited,.GlobalSearch-footerLink:visited:active,.GlobalSearch-footerLink:visited:focus,.GlobalSearch-footerLink:visited:hover {
	color: #fff
}

.Global .GlobalSearch-footerLink {
	display: block;
	float: none;
	text-align: right
}

@media screen and (min-width:769px) {
	.GlobalSearch-footerLink {
		display: none!important
	}
}

.GlobalSearch-footerLink i {
	font-size: 13px;
	font-size: .8125rem
}

.GlobalSearch span.placeholder {
	display: none!important
}

.Hero {
	position: relative;
	overflow: hidden
}

.Hero .container-fluid,.Hero .picturefill-background {
	background-color: grey;
	background-position: 50%;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat
}

.Hero .container {
	padding-left: 0!important;
	position: relative
}

.Hero-legacyimage {
	left: -5%;
	max-width: none!important;
	min-height: 100%;
	min-width: 110%;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 0
}

.HeroHomepage .Hero-legacyimage {
	height: 100%;
	left: -25%;
	width: auto
}

.Hero-legacyimage .Hero.-with-title {
	top: -25%
}

.Hero.-primary .picturefill-background {
	min-height: 300px
}

@media screen and (min-width:600px) {
	.Hero.-primary .picturefill-background {
		height: 350px
	}
}

.Hero.-secondary .picturefill-background {
	min-height: 200px
}

.Hero #HeroBanner {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	width: 100%
}

.Hero .Hero-titleContainer {
	line-height: 20px;
	line-height: 1.25rem;
	padding: 10px 0;
	padding: .625rem 0;
	max-height: 600px;
	width: 100%
}

@media screen and (min-width:768px) {
	.Hero .Hero-titleContainer {
		margin-right: 300px;
		margin-right: 18.75rem
	}
}

.Hero .Hero-designationContainer {
	line-height: 16px;
	line-height: 1rem;
	padding-top: 16px;
	padding-top: 1rem;
	float: left;
	position: relative
}

.-long .Hero .Hero-designationContainer {
	position: static
}

.Hero .Hero-title {
	font-size: 30px;
	font-size: 1.875rem;
	margin: 0 20px 0 0;
	margin: 0 1.25rem 0 0;
	height: 62px;
	height: 3.875rem;
	padding: 16px 20px 0 0;
	padding: 1rem 1.25rem 0 0;
	color: #fff;
	float: left;
	font-family: Arial,sans-serif;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: .9em;
	position: relative;
	top: 5px
}

.Hero .Hero-title.-long {
	letter-spacing: -.5px;
	letter-spacing: -.03125rem
}

@media screen and (min-width:150px) {
	.Hero .Hero-title.-long {
		font-size: 137.5%
	}
}

@media screen and (min-width:281px) {
	.Hero .Hero-title.-long {
		font-size: 143.75%
	}
}

@media screen and (min-width:412px) {
	.Hero .Hero-title.-long {
		font-size: 150%
	}
}

@media screen and (min-width:543px) {
	.Hero .Hero-title.-long {
		font-size: 156.25%
	}
}

@media screen and (min-width:674px) {
	.Hero .Hero-title.-long {
		font-size: 162.5%
	}
}

@media screen and (min-width:805px) {
	.Hero .Hero-title.-long {
		font-size: 168.75%
	}
}

@media screen and (min-width:936px) {
	.Hero .Hero-title.-long {
		font-size: 175%
	}
}

@media screen and (min-width:1067px) {
	.Hero .Hero-title.-long {
		font-size: 181.25%
	}
}

@media screen and (min-width:1198px) {
	.Hero .Hero-title.-long {
		font-size: 187.5%
	}
}

@media print {
	.Hero .Hero-title {
		font-size: 40px;
		font-size: 2.5rem
	}
}

.Hero .Hero-title:focus,.Hero .Hero-title:hover,.Hero .Hero-title:visited:focus,.Hero .Hero-title:visited:hover {
	text-decoration: underline
}

.Hero .Hero-title:visited,.Hero .Hero-title:visited:focus,.Hero .Hero-title:visited:hover {
	color: #fff
}

.Hero .Hero-designation,.Hero .Hero-location {
	display: block
}

.Hero .Hero-designation,.Hero .Hero-location {
	font-size: 13px;
	font-size: .8125rem
}

#Hero-title .picturefill-background {
	display: table;
	height: 300px;
	width: 100%;
	text-align: center
}

#Hero-title .title-container {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto
}

#Hero-title .title {
	font-size: 18px;
	font-size: 1.125rem;
	background: none;
	color: #fff;
	font-weight: 400;
	padding: 0;
	text-transform: uppercase
}

#Hero-title .title-secondary {
	font-size: 48px;
	font-size: 3rem;
	line-height: 52px;
	line-height: 3.25rem;
	color: #fff;
	font-family: Georgia,Times,Times New Roman,serif;
	font-weight: 400;
	text-transform: none
}

@media (min-width:1440px) {
	.Hero.-primary .picturefill-background {
		background-position: 50% 30%!important
	}
}

@media (min-width:1600px) {
	.Hero.-primary .picturefill-background {
		height: 500px!important
	}
}

.HeroHomepage {
	overflow: hidden
}

.HeroHomepage-content {
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	padding: 20px;
	padding: 1.25rem;
	margin: 80px 0;
	margin: 5rem 0
}

@media screen and (min-width:768px) {
	.HeroHomepage-content {
		margin: 100px 0;
		margin: 6.25rem 0;
		padding: 25px 30px;
		padding: 1.5625rem 1.875rem;
		width: 50%
	}

	.HeroHomepage-content.-right {
		float: right
	}

	.HeroHomepage-content.-left {
		float: left
	}
}

.HeroHomepage-contentSubtitle {
	font-size: 14px;
	font-size: .875rem
}

.HeroHomepage-contentTitle {
	font-size: 45px;
	font-size: 2.8125rem;
	font-family: Arial,sans-serif;
	font-weight: 400;
	margin: 5px 0 15px
}

.HeroPromo {
	color: #fff;
	overflow: hidden;
	position: relative;
	text-align: center
}

.HeroPromo .container-fluid,.HeroPromo .picturefill-background {
	background-color: gray;
	background-position: 50%;
	background-size: cover;
	position: relative
}

.HeroPromo .container {
	position: relative
}

@media screen and (max-width:768px) {
	.HeroPromo .container {
		padding: 0
	}
}

.HeroPromo-legacyimage {
	left: -5%;
	max-width: none!important;
	min-height: 100%;
	min-width: 110%;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 0
}

.HeroPromo .row {
	padding-top: 40px;
	padding-top: 2.5rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem
}

@media screen and (min-width:500px) {
	.HeroPromo .row {
		padding-top: 80px;
		padding-top: 5rem;
		padding-bottom: 80px;
		padding-bottom: 5rem
	}
}

.HeroPromo-content {
	margin: 0 auto;
	padding: 15px;
	padding: .9375rem;
	background-color: rgba(0,0,0,.5);
	display: inline-block;
	max-width: 800px;
	position: relative;
	z-index: 1
}

.HeroPromo-label {
	font-size: 14px;
	font-size: .875rem;
	margin-top: 0;
	text-transform: uppercase
}

@media screen and (min-width:500px) {
	.HeroPromo-label {
		margin-bottom: 8px;
		margin-bottom: .5rem
	}
}

.HeroPromo-title {
	font-size: 24px;
	font-size: 1.5rem;
	display: block;
	line-height: 1.2
}

@media screen and (min-width:500px) {
	.HeroPromo-title {
		font-size: 26px;
		font-size: 1.625rem
	}
}

@media screen and (min-width:768px) {
	.HeroPromo-title {
		font-size: 30px;
		font-size: 1.875rem
	}
}

.HeroPromo-title:after {
	padding-left: 5px;
	padding-left: .3125rem;
	content: "\203A"
}

.HeroPromo-title a,.HeroPromo-title a:active,.HeroPromo-title a:focus,.HeroPromo-title a:hover,.HeroPromo-title a:link,.HeroPromo-title a:visited,.HeroPromo-title a:visited:active,.HeroPromo-title a:visited:focus,.HeroPromo-title a:visited:hover {
	color: #fff
}

.HeroPromo-cta {
	padding: 8px 14px;
	padding: .5rem .875rem
}

.HeroPromo-cta,.HeroPromo-cta:active,.HeroPromo-cta:focus,.HeroPromo-cta:hover,.HeroPromo-cta:link,.HeroPromo-cta:visited,.HeroPromo-cta:visited:active,.HeroPromo-cta:visited:focus,.HeroPromo-cta:visited:hover {
	color: #fff
}

@media screen and (min-width:500px) {
	.HeroPromo-cta {
		margin-top: 30px;
		margin-top: 1.875rem
	}
}

.HeroRotator {
	margin-bottom: 0;
	position: relative;
	overflow: hidden
}

.HeroRotator .js {
	background-color: #1d1d1d;
	overflow: hidden
}

.no-js .HeroRotator {
	width: 80%
}

.HeroRotator:focus .slick-active .HeroRotator-description,.HeroRotator:hover .slick-active .HeroRotator-description {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.HeroRotator-container {
	magrin: 0 -10px;
	magrin: 0 -.625rem;
	width: 94%;
	margin: 0 auto;
	max-width: 900px
}

@media screen and (min-width:768px) {
	.HeroRotator-container {
		width: 80%
	}
}

.HeroRotator-slide {
	position: relative
}

.no-js .HeroRotator-slide {
	float: left;
	padding: 0 10px;
	padding: 0 .625rem;
	width: 25%
}

.js .HeroRotator-slide {
	overflow: hidden
}

.js .HeroRotator-slide:before {
	background-color: #000;
	content: "";
	height: 100%;
	opacity: .4;
	position: absolute;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: 100%;
	z-index: 2
}

.js .HeroRotator-slide.slick-active:before,.js .HeroRotator-slide.slick-active:hover:before,.js .HeroRotator-slide:hover:before {
	opacity: 0
}

.HeroRotator-image {
	width: 100%
}

.HeroRotator-description {
	display: none
}

.js .HeroRotator-description {
	background-color: #000;
	background-color: rgba(0,0,0,.7);
	bottom: 0;
	color: #fff;
	left: 0;
	margin: 0;
	position: absolute;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	right: 0
}

@media screen and (min-width:768px) {
	.js .HeroRotator-description {
		padding: 15px 20px;
		padding: .9375rem 1.25rem
	}
}

.touch-force .slick-active .HeroRotator-description,.touch .slick-active .HeroRotator-description {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

@media screen and (min-width:768px) {
	.HeroRotator-description {
		display: block
	}
}

.HeroRotator .hide {
	font-size: 0;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap
}

.HeroRotator .slick-list {
	overflow: visible
}

.HeroRotator .slick-next,.HeroRotator .slick-prev {
	color: #fff;
	height: 100px;
	line-height: auto;
	font-size: 65px;
	font-size: 4.0625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px
}

.HeroRotator .slick-next:before,.HeroRotator .slick-prev:before {
	content: none
}

.HeroRotator .slick-next:focus,.HeroRotator .slick-prev:focus {
	background-color: #000;
	background-color: rgba(0,0,0,.7)
}

.HeroRotator .slick-prev {
	border-radius: 0 4px 4px 0
}

@media screen and (min-width:768px) {
	.HeroRotator .slick-prev {
		left: 0;
		margin-left: 40px;
		margin-left: 2.5rem
	}

	.HeroRotator .slick-prev i {
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}

	.HeroRotator .slick-prev:focus i,.HeroRotator .slick-prev:hover i {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
}

.HeroRotator .slick-next {
	border-radius: 4px 0 0 4px
}

@media screen and (min-width:768px) {
	.HeroRotator .slick-next {
		right: 0;
		margin-right: 40px;
		margin-right: 2.5rem
	}

	.HeroRotator .slick-next i {
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}

	.HeroRotator .slick-next:focus i,.HeroRotator .slick-next:hover i {
		-webkit-transform: translateX(5px);
		transform: translateX(5px)
	}
}

.HeroRotator .slick-dots {
	bottom: 0;
	margin-bottom: 0;
	height: 35px
}

@media screen and (min-width:768px) {
	.HeroRotator .slick-dots {
		text-align: right;
		width: 100%;
		padding-right: 15px;
		padding-right: .9375rem
	}
}

.HeroRotator .slick-dots li {
	background-color: #333;
	margin: 0;
	height: auto;
	width: auto;
	padding: 10px 5px;
	padding: .625rem .3125rem
}

.HeroRotator .slick-dots li:first-child {
	padding-left: 10px
}

.HeroRotator .slick-dots li:last-child {
	padding-right: 10px
}

.HeroRotator .slick-dots li button {
	background-color: #fff;
	border-radius: 8px;
	height: 15px;
	width: 15px
}

.HeroRotator .slick-dots li button:before {
	content: ""
}

.HeroRotator .slick-dots li.slick-active button,.HeroRotator .slick-dots li button:focus,.HeroRotator .slick-dots li button:hover {
	background-color: #ccc
}

#Hero-strata.picturefill-background,#Hero-strata .picturefill-background {
	background-position: 50%;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat
}

#Hero-strata .title {
	font-size: 14px;
	font-size: .875rem;
	background: none;
	color: #fff;
	font-weight: 400;
	padding: 0;
	text-transform: uppercase
}

#Hero-strata .StrataSearchBar-label {
	font-size: 40px;
	font-size: 2.5rem;
	color: #fff;
	font-family: Georgia,Times,Times New Roman,serif;
	font-weight: 400;
	text-transform: none
}

#Hero-strata .SearchBar-keywordSearch {
	margin-bottom: 30px;
	margin-bottom: 1.875rem
}

.Hero--FindAPark {
	overflow: visible
}

.Hero .multiselect-container.dropdown-menu {
	max-width: 100%;
	width: 100%
}

.Hero .multiselect-search {
	height: 39px
}

.twentytwenty-after-label,.twentytwenty-before-label {
	display: none
}

.ImageComparison.row,.ImageComparison .row {
	margin-left: 0;
	margin-right: 0
}

.ImageComparison__Heading {
	border-top: 2px solid #000;
	padding-bottom: 16px;
	padding-top: 32px
}

.ImageComparison__Heading h5 {
	color: #000
}

.ImageComparison__Caption {
	font-size: .75rem;
	font-style: italic;
	padding: 0
}

.ImageComparison__Caption__Container {
	margin-top: 16px;
	margin-bottom: 16px
}

.ImageComparison__Caption:before {
	font-weight: 700;
	display: inline-block
}

.ImageComparison__Caption--left:before {
	content: "Left Image: "
}

.ImageComparison__Caption--right:before {
	content: "Right Image: "
}

.ImageComparison__ImageComparison__RelatedText p {
	color: #000
}

.InfoAccordian {
	margin-top: 48px
}

.InfoAccordian__Header {
	border: 1px solid #979797;
	border-top: 2px solid #555;
	color: #000;
	line-height: 44px;
	background-color: #fafafa;
	margin-bottom: 10px
}

.InfoAccordian__Header div {
	display: inline-block
}

.InfoAccordian__Icon {
	display: table-cell;
	margin-bottom: -5px;
	padding-left: 12px;
	vertical-align: middle
}

.InfoAccordian__Icon svg {
	height: 18px;
	width: 18px
}

.InfoAccordian__Title {
	display: table-cell;
	font-family: Arial;
	font-size: 18px;
	-webkit-font-smoothing: antialias;
	font-weight: 700;
	padding-left: 13px;
	vertical-align: middle
}

.InfoAccordian__Item {
	border: 0;
	border-bottom: 1px solid #dcdcdc;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	padding-left: 10px;
	position: relative
}

.InfoAccordian__Item__Header div {
	display: inline-block;
	line-height: 44px
}

.InfoAccordian__Item__Title {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}

.InfoAccordian__Item__Value {
	color: #000;
	font-weight: 400;
	padding-left: 10px
}

.InfoAccordian__Item__Description {
	color: #000;
	padding-right: 24px
}

.InfoAccordian__Item__Toggle {
	color: #000!important;
	text-decoration: none;
	width: 100%
}

.InfoAccordian__Item__Toggle:after {
	content: "\f106";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	text-decoration: none;
	top: 10px
}

.InfoAccordian__Item__Toggle.collapsed:after {
	content: "\f107"
}

.InPageNav {
	border-style: solid none;
	border-color: #999;
	border-width: 1px;
	font-weight: 700;
	margin: 20px 0;
	position: relative
}

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

.InPageNav-title {
	font-size: 12px;
	font-size: .75rem;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase
}

.InPageNav-toggle {
	background-color: #fff;
	color: #555;
	display: block;
	font-size: inherit;
	outline: none;
	padding: 12px 20px;
	padding: .75rem 1.25rem;
	text-align: left;
	text-transform: uppercase;
	width: 100%
}

.InPageNav-toggle i {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 14px;
	padding-left: 3px;
	padding-left: .1875rem;
	vertical-align: bottom
}

.InPageNav-toggle.active,.InPageNav-toggle:active,.InPageNav-toggle:focus,.InPageNav-toggle:hover {
	background-color: #eee
}

.InPageNav-links {
	background-color: #fff;
	border-bottom: 4px solid #ddd;
	padding: 0;
	width: 100%
}

.InPageNav-links li {
	border-top: 1px solid #ddd;
	margin: 0
}

.InPageNav-links li:first-child {
	border-top: none
}

.InPageNav-links a {
	display: block;
	font-size: 14px;
	font-size: .875rem;
	padding: 7px 20px;
	padding: .4375rem 1.25rem
}

.InPageNav-links a,.InPageNav-links a:link,.InPageNav-links a:visited {
	color: #555
}

.InPageNav-links a:active,.InPageNav-links a:focus,.InPageNav-links a:hover,.InPageNav-links a:visited:active,.InPageNav-links a:visited:focus,.InPageNav-links a:visited:hover {
	color: #4b5e26
}

.InPageNav-links a:hover {
	text-decoration: none;
	background-color: #eee
}

.no-js .InPageNav {
	border-style: none
}

.no-js .InPageNav-title {
	background-color: #eee;
	border-style: solid none;
	border-color: #999;
	border-width: 1px;
	padding: 10px 20px;
	padding: .625rem 1.25rem
}

.js .InPageNav .js-collapsible {
	position: absolute;
	z-index: 10
}

.IntroText-title {
	color: #333;
	font-size: 36px;
	font-size: 2.25rem;
	font-family: Georgia,Times,Times New Roman,serif;
	margin-bottom: 20px;
	margin-bottom: 1.25rem
}

.JWPlayer {
	position: relative;
	text-align: center
}

.JWPlayer img {
	width: 100%
}

.LastUpdated {
	border-top: 1px solid #ccc;
	color: #555;
	clear: both;
	display: block;
	font-size: 11px;
	font-size: .6875rem;
	font-weight: 700;
	margin: 60px 0 20px;
	margin: 3.75rem 0 1.25rem;
	padding: 10px 0;
	padding: .625rem 0
}

.Homepage .ListingGrid,.NRSS .ListingGrid {
	margin: 70px 0 40px;
	border: none
}

.LearnAndExplore .ListingGrid {
	margin: 20px 0 40px
}

.PlanYourVisit .ListingGrid {
	margin-bottom: 90px
}

@media screen and (min-width:500px) and (max-width:768px) {
	.ListingGrid.-small .col-xs-12 {
		width: 50%
	}

	.ListingGrid.-small .col-xs-12:nth-child(odd) {
		clear: left
	}
}

@media screen and (min-width:768px) and (max-width:992px) {
	.ListingGrid.-small .col-sm-6:nth-child(odd) {
		clear: left
	}
}

@media screen and (min-width:992px) {
	.ListingGrid.-small .col-md-4:nth-child(3n+1) {
		clear: left
	}
}

@media screen and (min-width:768px) {
	.ListingGrid.-small .col-sm-4:nth-child(3n+1) {
		clear: left
	}
}

@media print {
	.ListingGrid.-small .col-sm-4:nth-child(3n+1) {
		clear: left
	}
}

.ListingGrid.-large {
	border-top: 1px solid #ddd;
	margin-top: 30px
}

.Homepage .ListingGrid.-large,.NRSS .ListingGrid.-large {
	border: none
}

.TripIdeasLanding .ListingGrid.-large {
	border-top: none
}

@media screen and (min-width:768px) and (max-width:992px) {
	.ListingGrid.-large .col-sm-6:nth-child(odd) {
		clear: left
	}
}

@media screen and (min-width:992px) {
	.ListingGrid.-large .col-md-4:nth-child(3n+1) {
		clear: left
	}
}

@media screen and (min-width:768px) {
	.ListingGrid.-large .col-sm-4:nth-child(3n+1) {
		clear: left
	}
}

@media print {
	.ListingGrid.-large .col-sm-4:nth-child(3n+1) {
		clear: left
	}
}

.ListingGrid ul {
	list-style: none;
	padding-left: 0
}

.ListingGrid ul:after,.ListingGrid ul:before {
	content: " ";
	display: table
}

.ListingGrid ul:after {
	clear: both
}

.ListingGrid-header {
	margin-top: -20px;
	margin-bottom: 40px
}

.PlanYourVisit .ListingGrid-header {
	margin-bottom: 40px
}

.ListingGrid-titleLink {
	font-family: Arial,sans-serif;
	font-weight: 400
}

.ListingGrid-footer {
	text-align: center;
	margin-bottom: 30px
}

.ListingGrid-footer .btn {
	border: 1px solid #cbcbcb;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700
}

.ListingGrid-footer .btn,.ListingGrid-footer .btn:link,.ListingGrid-footer .btn:visited {
	color: #4b5e26
}

.ListingGrid-footer .btn:active,.ListingGrid-footer .btn:focus,.ListingGrid-footer .btn:hover,.ListingGrid-footer .btn:visited:active,.ListingGrid-footer .btn:visited:focus,.ListingGrid-footer .btn:visited:hover {
	color: #000
}

.ListingGrid-footer .btn:hover {
	background-color: #ddd
}

@media print {
	.ListingGrid .col-xs-12 {
		width: 33.3333333333%
	}
}

.ActivityListing {
	line-height: 1.4;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem
}

.ActivityListing-link {
	display: block
}

.ActivityListing-link,.ActivityListing-link:active,.ActivityListing-link:focus,.ActivityListing-link:hover,.ActivityListing-link:link,.ActivityListing-link:visited,.ActivityListing-link:visited:active,.ActivityListing-link:visited:focus,.ActivityListing-link:visited:hover {
	color: #fff
}

.ActivityListing-link:hover {
	text-decoration: none
}

.ActivityListing-link:focus {
	outline: none
}

@media screen and (min-width:600px) {
	.ActivityListing-link:focus .ActivityListing-titleContainer {
		background-color: #000;
		background-color: rgba(0,0,0,.7)
	}
}

@media screen and (min-width:600px) {
	.ActivityListing-link:hover .ActivityListing-titleContainer {
		background-color: #333;
		background-color: rgba(0,0,0,.7)
	}
}

.ActivityListing-imageContainer {
	position: relative;
	margin-bottom: 10px;
	margin-bottom: .625rem
}

.ActivityListing-image {
	max-height: inherit;
	width: 100%
}

.ActivityListing-titleContainer {
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	left: 0;
	position: absolute;
	padding: 15px 30px 15px 20px;
	padding: .9375rem 1.875rem .9375rem 1.25rem;
	right: 0;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.ActivityListing-titleContainer i {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0 0 0 6px;
	margin: 0 0 0 .375rem;
	line-height: 0;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media screen and (min-width:600px) {
	.ActivityListing-titleContainer i {
		font-size: 36px;
		font-size: 2.25rem
	}
}

@media print {
	.ActivityListing-titleContainer {
		padding: 10px 0;
		position: relative;
		background: none
	}

	.ActivityListing-titleContainer i {
		display: none
	}
}

.ActivityListing-subtitle {
	font-weight: 700;
	display: block;
	font-size: 11px;
	font-size: .6875rem;
	margin-bottom: 8px;
	text-transform: uppercase
}

.ActivityListing-title {
	font-weight: 700;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.25;
	margin: 0
}

.ActivityListing-description {
	color: #555
}

.ListingHeader {
	background-color: #f6f5f0;
	border-top: 1px solid #ddd;
	box-shadow: 0 4px 7px rgba(0,0,0,.2);
	padding: 10px 0;
	padding: .625rem 0;
	position: relative
}

@media screen and (max-width:768px) {
	.ListingHeader {
		padding-bottom: 15px;
		padding-bottom: .9375rem
	}
}

.TripIdeasLanding .ListingHeader {
	margin-bottom: 60px
}

.ListingHeader-title {
	margin: 0 10px 10px 0;
	margin: 0 .625rem .625rem 0
}

.ListingHeader-tags,.ListingHeader-title {
	display: inline;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700
}

.ListingHeader-tags {
	list-style: none;
	margin: 0 20px 10px 0;
	margin: 0 1.25rem .625rem 0;
	padding: 0
}

.ListingHeader-tags li {
	display: inline-block;
	margin-right: 10px;
	margin-right: .625rem
}

.ListingHeader-tags a,.ListingHeader-tags a:active,.ListingHeader-tags a:focus,.ListingHeader-tags a:hover,.ListingHeader-tags a:link,.ListingHeader-tags a:visited,.ListingHeader-tags a:visited:active,.ListingHeader-tags a:visited:focus,.ListingHeader-tags a:visited:hover {
	color: #0f4f7e
}

.ListingHeader-tags i {
	font-size: 18px;
	font-size: 1.125rem
}

.ListingHeader-controls {
	margin: 3px 0 0;
	margin: .1875rem 0 0
}

@media screen and (min-width:768px) {
	.ListingHeader-controls {
		display: inline-block;
		float: right
	}
}

@media screen and (max-width:768px) {
	.ListingHeader-controls .btn-group {
		margin-bottom: 10px;
		margin-bottom: .625rem
	}
}

.ListingHeader-controls .btn {
	background-color: #f6f5f0;
	background-image: -webkit-linear-gradient(#f6f5f0,hsla(45,20%,64%,.2));
	background-image: linear-gradient(#f6f5f0,hsla(45,20%,64%,.2))
}

.ListingHeader-controls .btn,.ListingHeader-controls .btn:active,.ListingHeader-controls .btn:focus,.ListingHeader-controls .btn:hover,.ListingHeader-controls .btn:link,.ListingHeader-controls .btn:visited,.ListingHeader-controls .btn:visited:active,.ListingHeader-controls .btn:visited:focus,.ListingHeader-controls .btn:visited:hover {
	color: #000
}

.ListingHeader-listingToggle {
	margin-right: 6px
}

.ListingItinerary {
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem
}

@media print {
	.ListingItinerary {
		border: 1px solid #ddd;
		padding: 15px
	}
}

.ListingItinerary ul {
	margin-bottom: 0
}

.ListingItinerary-container {
	background-color: #f6f6f6;
	padding: 60px 0 100px;
	padding: 3.75rem 0 6.25rem
}

.ListingItinerary-titleLink,.ListingItinerary-titleLink:link,.ListingItinerary-titleLink:visited {
	color: #4b5e26
}

.ListingItinerary-titleLink:active,.ListingItinerary-titleLink:focus,.ListingItinerary-titleLink:hover,.ListingItinerary-titleLink:visited:active,.ListingItinerary-titleLink:visited:focus,.ListingItinerary-titleLink:visited:hover {
	color: #000
}

.ListingItinerary-item {
	padding: 20px 10px 0;
	padding: 1.25rem .625rem 0
}

@media screen and (min-width:768px) {
	.ListingItinerary-item {
		padding: 20px 30px 0;
		padding: 1.25rem 1.875rem 0
	}
}

@media print {
	.ListingItinerary-item {
		padding: 20px 0
	}
}

.ListingItinerary-item:first-child {
	padding-top: 0
}

@media screen and (max-width:768px) {
	.ListingItinerary-title {
		font-size: 20px;
		font-size: 1.25rem
	}
}

.ListingItinerary-address {
	font-weight: 700
}

.ListingMeta {
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 15px;
	margin-bottom: .9375rem
}

.ListingMeta ul {
	margin: 0
}

.ListingMeta-label {
	font-weight: 700
}

.ListingMeta li {
	position: relative;
	padding: 0 0 18px 40px;
	padding: 0 0 1.125rem 2.5rem
}

.ListingMeta a {
	font-weight: 700
}

.ListingMeta a,.ListingMeta a:active,.ListingMeta a:focus,.ListingMeta a:hover,.ListingMeta a:link,.ListingMeta a:visited,.ListingMeta a:visited:active,.ListingMeta a:visited:focus,.ListingMeta a:visited:hover {
	color: #4b5e26
}

.ListingMeta .icon {
	height: 28px;
	position: absolute;
	left: 0;
	width: 28px
}

.ListingResults ul {
	margin-top: 20px;
	margin-bottom: 30px;
	list-style: none;
	padding: 0
}

.ListingResults-titleLink,.ListingResults-titleLink:link,.ListingResults-titleLink:visited {
	color: #000
}

.ListingResults-titleLink:active,.ListingResults-titleLink:focus,.ListingResults-titleLink:hover,.ListingResults-titleLink:visited:active,.ListingResults-titleLink:visited:focus,.ListingResults-titleLink:visited:hover {
	color: #4b5e26
}

.ListingResults-titleLink:hover {
	text-decoration: none
}

.ListingResults-tag {
	background-color: #73705f;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-size: .625rem;
	line-height: 1;
	margin-bottom: 10px;
	margin-bottom: .625rem;
	padding: 3px 7px 2px;
	padding: .1875rem .4375rem .125rem;
	text-transform: uppercase
}

@media print {
	.ListingResults-tag {
		padding: 0
	}
}

.ListingResults-title {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.23;
	font-weight: 700;
	margin-top: 0
}

.ListingResults-subtitle {
	color: #555;
	display: block;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.46;
	font-weight: 700;
	text-transform: uppercase
}

.ListingResults-description {
	color: #555;
	font-size: 15px;
	font-size: .9375rem
}

.ListingResults-thumbnail {
	float: left;
	margin: 0 15px 5px 0;
	margin: 0 .9375rem .3125rem 0;
	width: 25%
}

@media screen and (min-width:400px) {
	.ListingResults-thumbnail {
		width: 90px
	}
}

.ListingResults-link {
	font-weight: 700;
	margin-bottom: 10px;
	margin-bottom: .625rem
}

.ListingResults-link,.ListingResults-link:active,.ListingResults-link:focus,.ListingResults-link:hover,.ListingResults-link:link,.ListingResults-link:visited,.ListingResults-link:visited:active,.ListingResults-link:visited:focus,.ListingResults-link:visited:hover {
	color: #0f4f7e
}

.ListingList ul {
	margin: 0 0 60px
}

.ListingList-item {
	border-top: 1px solid #ddd;
	margin: 30px 0 0;
	margin: 1.875rem 0 0;

	padding: 33px 0 0;
	padding: 2.0625rem 0 0
}

.ListingList-item:first-child {
	border-top: none
}

@media print {
	.ListingList-item {
		margin: 12px 0 0;
		margin: .75rem 0 0;
		padding: 12px 0 0;
		padding: .75rem 0 0
	}
}

.ListingListHeader {
	border-bottom: 1px solid #ddd
}

@media screen and (min-width:768px) {
	.ListingListHeader {
		display: table;
		min-height: 90px;
		width: 100%
	}
}

.ListingListHeader-stamp {
	font-size: 15px;
	font-size: .9375rem;
	background-color: #4b5e26;
	color: #fff;
	padding: 10px;
	padding: .625rem
}

@media screen and (min-width:768px) {
	.ListingListHeader-stamp {
		display: table-cell;
		min-height: 90px;
		width: 90px;
		vertical-align: middle
	}
}

@media print {
	.ListingListHeader-stamp {
		padding: 10px 0
	}
}

@media screen and (min-width:768px) {
	.ListingListHeader-stampText {
		text-align: center;
		text-transform: uppercase
	}
}

@media screen and (min-width:768px) {
	.ListingListHeader-stampLarge,.ListingListHeader-stampSmall {
		display: block;
		line-height: 1.2
	}
}

@media screen and (min-width:768px) {
	.ListingListHeader-stampSmall {
		font-size: 11px;
		font-size: .6875rem;
		margin-top: 4px
	}
}

@media screen and (min-width:768px) {
	.ListingListHeader-stampLarge {
		font-size: 38px;
		font-size: 2.375rem;
		font-weight: 700;
		line-height: 1
	}

	.ListingListHeader-stampLarge.-time {
		font-size: 32px;
		font-size: 2rem
	}
}

@media screen and (max-width:768px) {
	.ListingListHeader-text {
		padding: 10px;
		padding: .625rem
	}
}

@media screen and (min-width:768px) {
	.ListingListHeader-text {
		display: table-cell;
		padding: 15px;
		padding: .9375rem;
		vertical-align: middle
	}
}

.ListingListHeader-title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0
}

@media screen and (min-width:768px) {
	.ListingListHeader-title {
		font-size: 35px;
		font-size: 2.1875rem
	}
}

.ListingListHeader-subtitle {
	font-size: 14px;
	font-size: .875rem
}

@media screen and (min-width:768px) {
	.ListingListHeader-subtitle {
		font-size: 16px;
		font-size: 1rem
	}
}

.ListingDetails .content {
	background-color: #f6f6f6;
	margin: 0 10px;
	padding: 20px 10px
}

.ListingDetails .content:after,.ListingDetails .content:before {
	content: " ";
	display: table
}

.ListingDetails .content:after {
	clear: both
}

.ListingDetails-content {
	font-size: 15px;
	font-size: .9375rem
}

.ListingDetails-content dl {
	margin: 0
}

.ListingDetails-content dd,.ListingDetails-content dt {
	display: inline
}

.ListingDetails-content dt {
	font-weight: 700
}

.ListingDetails-map {
	margin-bottom: 15px
}

.no-js .ListingDetails-map .FlexEmbed:before {
	padding-bottom: 0
}

.no-js .ListingDetails-map iframe {
	height: 0
}

.ListingDetails-button {
	background: none;
	color: #0f4f7e;
	padding: 0;
	font-weight: 700
}

.ListingDetails-button:focus,.ListingDetails-button:hover {
	background: none;
	text-decoration: underline
}

.ListingDetails-downloadLink {
	color: #0f4f7e
}

.ListingDetails-externalLinks {
	border-top: 1px dotted #ccc;
	clear: left;
	float: left
}

.ListingDetails-externalLinks h4 {
	font-weight: 700;
	font-size: 15px;
	font-size: .9375rem
}

.ListingDetails-externalLinks a {
	font-weight: 700
}

.ListingDetails-externalLinks a,.ListingDetails-externalLinks a:active,.ListingDetails-externalLinks a:focus,.ListingDetails-externalLinks a:hover,.ListingDetails-externalLinks a:link,.ListingDetails-externalLinks a:visited,.ListingDetails-externalLinks a:visited:active,.ListingDetails-externalLinks a:visited:focus,.ListingDetails-externalLinks a:visited:hover {
	color: #4b5e26
}

.ListingDetails-externalLinks a:hover {
	text-decoration: underline
}

.ListingDetails-externalLinks a:after {
	display: inline-block;
	font-size: 80%;
	padding: 1px 0 0 3px;
	padding: .0625rem 0 0 .1875rem;
	vertical-align: top
}

.ListingCamping-address {
	font-weight: 700;
	padding-bottom: 10px;
	padding-bottom: .625rem
}

.ListingCamping-link {
	clear: left;
	padding: 6px 14px;
	padding: .375rem .875rem
}

.ListingCamping-link,.ListingCamping-link:active,.ListingCamping-link:focus,.ListingCamping-link:hover,.ListingCamping-link:link,.ListingCamping-link:visited,.ListingCamping-link:visited:active,.ListingCamping-link:visited:focus,.ListingCamping-link:visited:hover {
	color: #fff
}

.ListingEvent-header {
	margin-bottom: 15px;
	margin-bottom: .9375rem
}

.ListingEvent-header:after,.ListingEvent-header:before {
	content: " ";
	display: table
}

.ListingEvent-header:after {
	clear: both
}

@media screen and (min-width:400px) {
	.ListingEvent-titleContainer {
		margin-left: 90px;
		margin-left: 5.625rem
	}
}

.ListingEvent-date {
	font-weight: 700
}

.ListingEvent-quickDate {
	border: 1px solid #ccc;
	color: #4b5e26;
	float: left;
	line-height: 1.3;
	padding: 5px;
	padding: .3125rem;
	text-align: center;
	width: 75px
}

@media print,screen and (max-width:400px) {
	.ListingEvent-quickDate {
		margin-right: 15px
	}
}

.ListingEvent-quickDate span {
	display: block;
	font-weight: 700
}

.ListingEvent-quickDate .day {
	font-size: 20px;
	font-size: 1.25rem
}

.ListingEvent-quickDate .month {
	font-size: 15px;
	font-size: .9375rem;
	text-transform: uppercase
}

.ListingEvent-quickDate .time {
	border-top: 1px dotted #ccc;
	font-size: 12px;
	font-size: .75rem;
	margin-top: 5px;
	margin-top: .3125rem;
	padding-top: 5px;
	padding-top: .3125rem
}

.ListingResultsGrid {
	margin-top: 40px;
	margin-top: 2.5rem;
	margin-bottom: 60px;
	margin-bottom: 3.75rem
}

.ListingResultsGrid-container {
	background-color: #f6f6f6
}

.ListingResultsGrid-container:after,.ListingResultsGrid-container:before {
	content: " ";
	display: table
}

.ListingResultsGrid-container:after {
	clear: both
}

.ListingResultsGrid a {
	display: block;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.no-touchevents .ListingResultsGrid a:focus,.no-touchevents .ListingResultsGrid a:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03)
}

@media not print {
	.ListingResultsGrid a {
		box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
		background-color: #fff
	}
}

.ListingResultsGrid .ListingGridItem {
	border: none;
	color: #555;
	font-size: 14px;
	font-size: .875rem
}

@media print {
	.ListingResultsGrid .ListingGridItem {
		width: 50%!important
	}
}

.ListingResultsGrid .ListingGridItem-title {
	background-color: #000;
	color: #fff;
	display: block;
	font-size: 22px;
	font-size: 1.375rem;
	font-family: Arial,sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 6px 12px;
	padding: .375rem .75rem
}

@media print {
	.ListingResultsGrid .ListingGridItem-title {
		background: none;
		margin: 10px 0;
		padding: 0
	}
}

.ListingResultsGrid .ListingGridItem-subtitle {
	font-weight: 700;
	font-size: 13px;
	font-size: .8125rem;
	text-transform: uppercase
}

.ListingResultsGrid .ListingGridItem-details {
	background-color: #fff;
	padding: 12px 12px 5px;
	padding: .75rem .75rem .3125rem
}

@media print {
	.ListingResultsGrid .ListingGridItem-details {
		padding: 0
	}
}

.ListingResultsGrid .ListingGridItem img {
	width: 100%
}

.ListingResultsGrid--Variant .ListingGridItem-title {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.ListingTabs .content {
	background-color: #f6f6f6;
	margin: 0 10px;
	padding: 10px
}

.ListingTabs .content:after,.ListingTabs .content:before {
	content: " ";
	display: table
}

.ListingTabs .content:after {
	clear: both
}

.ListingTabs-details {
	font-size: 15px;
	font-size: .9375rem
}

.ListingTabs-details dd,.ListingTabs-details dt {
	display: inline
}

.ListingTabs-details dt {
	font-weight: 700
}

.sm-nps {
	background: #fff;
	border-bottom: 2px solid #436023;
	border-top: 2px solid #436023
}

.sm-nps a,.sm-nps a:active,.sm-nps a:focus,.sm-nps a:hover {
	color: #fff;
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	padding: 13px 20px;
	padding-right: 57px;
	text-decoration: none
}

.sm-nps a.current {
	font-weight: 700
}

.sm-nps a.disabled {
	color: #ccc
}

.sm-nps a span.sub-arrow {
	background: #436023;
	border-radius: 4px;
	font: 700 12px/33px monospace!important;
	height: 33px;
	left: auto;
	margin-top: -17px;
	overflow: hidden;
	position: absolute;
	right: 4px;
	text-align: center;
	text-shadow: none;
	top: 50%;
	width: 33px
}

.sm-nps a.highlighted span.sub-arrow:before {
	content: "-";
	display: block
}

.sm-nps li {
	border-top: 1px solid rgba(67,96,35,.2)
}

.sm-nps>li:first-child {
	border-top: 0
}

.sm-nps ul {
	background: rgba(67,96,35,.2)
}

.sm-nps ul ul a,.sm-nps ul ul a:active,.sm-nps ul ul a:focus,.sm-nps ul ul a:hover {
	border-left: 16px solid transparent
}

.sm-nps ul ul ul a,.sm-nps ul ul ul a:active,.sm-nps ul ul ul a:focus,.sm-nps ul ul ul a:hover {
	border-left: 24px solid transparent
}

.sm-nps ul ul ul ul a,.sm-nps ul ul ul ul a:active,.sm-nps ul ul ul ul a:focus,.sm-nps ul ul ul ul a:hover {
	border-left: 32px solid transparent
}

.sm-nps ul ul ul ul ul a,.sm-nps ul ul ul ul ul a:active,.sm-nps ul ul ul ul ul a:focus,.sm-nps ul ul ul ul ul a:hover {
	border-left: 40px solid transparent
}

.sm-nps ul a,.sm-nps ul a:active,.sm-nps ul a:focus,.sm-nps ul a:hover {
	border-left: 8px solid transparent;
	font-size: 12px
}

@media (min-width:768px) {
	.sm-nps ul {
		position: absolute;
		width: 12em
	}

	.sm-nps li {
		float: left
	}

	.sm-nps.sm-rtl li {
		float: right
	}

	.sm-nps.sm-rtl ul li,.sm-nps.sm-vertical li,.sm-nps ul li {
		float: none
	}

	.sm-nps a {
		white-space: nowrap
	}

	.sm-nps.sm-vertical a,.sm-nps ul a {
		white-space: normal
	}

	.sm-nps .sm-nowrap>li>:not(ul) a,.sm-nps .sm-nowrap>li>a {
		white-space: nowrap
	}

	.sm-nps {
		background: transparent;
		border-top: 0
	}

	.sm-nps>li.highlighted,.sm-nps>li:active,.sm-nps>li:focus,.sm-nps>li:hover {
		color: #fff
	}

	.sm-nps>li.highlighted,.sm-nps>li:active,.sm-nps>li:focus,.sm-nps>li:hover {
		background: #252525;
		color: #fff
	}

	.sm-nps a,.sm-nps a.highlighted,.sm-nps a:active,.sm-nps a:focus,.sm-nps a:hover {
		color: #fff;
		padding: 11px 20px
	}

	.sm-nps a:active,.sm-nps a:focus,.sm-nps a:hover {
		background: #252525;
		color: #fff
	}

	.sm-nps a.highlighted {
		color: #fff
	}

	.sm-nps a.disabled {
		background: transparent;
		box-shadow: none;
		color: #ccc
	}

	.sm-nps a.has-submenu {
		padding-right: 34px
	}

	.sm-nps a span.sub-arrow {
		background: transparent;
		border-radius: 0;
		border-style: solid dashed dashed;
		border-width: 6px 4.02px 0;
		height: 0;
		margin-top: -3px;
		right: 20px;
		top: 50%;
		width: 0
	}

	.sm-nps a.disabled span.sub-arrow,.sm-nps a.highlighted span.sub-arrow,.sm-nps a:active span.sub-arrow,.sm-nps a:focus span.sub-arrow,.sm-nps a:hover span.sub-arrow,.sm-nps a span.sub-arrow {
		border-color: #fff transparent transparent
	}

	.sm-nps a.highlighted span.sub-arrow:before {
		display: none
	}

	.sm-nps li {
		border-top: 0
	}

	.sm-nps ul {
		background: #252525;
		border: 0;
		border-radius: 0 4px 4px 4px;
		box-shadow: 0 4px 3px rgba(0,0,0,.25);
		padding: 8px 0
	}

	.sm-nps ul ul {
		border-radius: 4px
	}

	.sm-nps ul a,.sm-nps ul a.highlighted,.sm-nps ul a:active,.sm-nps ul a:focus,.sm-nps ul a:hover {
		border: 0!important;
		border-radius: 0;
		color: #fff;
		padding: 10px 20px
	}

	.sm-nps ul a.highlighted,.sm-nps ul a:active,.sm-nps ul a:focus,.sm-nps ul a:hover {
		background: #436023;
		box-shadow: none;
		color: #fff
	}

	.sm-nps ul a.disabled {
		background: transparent;
		color: #b3b3b3
	}

	.sm-nps ul a.has-submenu {
		padding-right: 20px
	}

	.sm-nps ul a span.sub-arrow {
		border-style: dashed dashed dashed solid;
		border-width: 4.02px 0 4.02px 6px;
		margin-top: -4.02px;
		right: 10px
	}

	.sm-nps ul a.disabled span.sub-arrow,.sm-nps ul a.highlighted span.sub-arrow,.sm-nps ul a:active span.sub-arrow,.sm-nps ul a:focus span.sub-arrow,.sm-nps ul a:hover span.sub-arrow,.sm-nps ul a span.sub-arrow {
		border-color: transparent transparent transparent #fff
	}

	.sm-nps span.scroll-down,.sm-nps span.scroll-up {
		background: #252525;
		display: none;
		height: 20px;
		overflow: hidden;
		position: absolute;
		visibility: hidden
	}

	.sm-nps span.scroll-up-arrow {
		border-color: transparent transparent #fff;
		border-style: dashed dashed solid;
		border-width: 0 6px 8px
	}

	.sm-nps span.scroll-down-arrow,.sm-nps span.scroll-up-arrow {
		height: 0;
		left: 50%;
		margin-left: -8px;
		overflow: hidden;
		position: absolute;
		top: 6px;
		width: 0
	}

	.sm-nps span.scroll-down-arrow {
		border-color: #fff transparent transparent;
		border-color: transparent transparent #fff;
		border-style: solid dashed dashed;
		border-style: dashed dashed solid;
		border-width: 8px 6px 0;
		border-width: 0 6px 8px
	}

	.sm-nps.sm-rtl a.has-submenu {
		padding-left: 34px;
		padding-right: 20px
	}

	.sm-nps.sm-rtl a span.sub-arrow {
		left: 20px;
		right: auto
	}

	.sm-nps.sm-rtl.sm-vertical {
		border-left: 2px solid #436023;
		border-right: 0
	}

	.sm-nps.sm-rtl.sm-vertical a {
		border-radius: 0 4px 4px 0
	}

	.sm-nps.sm-rtl.sm-vertical a.has-submenu {
		padding: 10px 20px
	}

	.sm-nps.sm-rtl.sm-vertical a span.sub-arrow {
		border-style: dashed solid dashed dashed;
		border-width: 4.02px 6px 4.02px 0;
		left: 10px;
		right: auto
	}

	.sm-nps.sm-rtl.sm-vertical a.disabled span.sub-arrow,.sm-nps.sm-rtl.sm-vertical a.highlighted span.sub-arrow,.sm-nps.sm-rtl.sm-vertical a:active span.sub-arrow,.sm-nps.sm-rtl.sm-vertical a:focus span.sub-arrow,.sm-nps.sm-rtl.sm-vertical a:hover span.sub-arrow,.sm-nps.sm-rtl.sm-vertical a span.sub-arrow {
		border-color: transparent #fff transparent transparent
	}

	.sm-nps.sm-rtl ul {
		border-radius: 4px 0 4px 4px
	}

	.sm-nps.sm-rtl ul a {
		border-radius: 0!important;
		font-weight: 400
	}

	.sm-nps.sm-rtl ul a.has-submenu {
		padding: 10px 20px!important
	}

	.sm-nps.sm-rtl ul a span.sub-arrow {
		border-style: dashed solid dashed dashed;
		border-width: 4.02px 6px 4.02px 0;
		left: 10px;
		right: auto
	}

	.sm-nps.sm-rtl ul a.disabled span.sub-arrow,.sm-nps.sm-rtl ul a.highlighted span.sub-arrow,.sm-nps.sm-rtl ul a:active span.sub-arrow,.sm-nps.sm-rtl ul a:focus span.sub-arrow,.sm-nps.sm-rtl ul a:hover span.sub-arrow,.sm-nps.sm-rtl ul a span.sub-arrow {
		border-color: transparent #fff transparent transparent
	}

	.sm-nps.sm-vertical {
		border-bottom: 0;
		border-right: 2px solid #436023
	}

	.sm-nps.sm-vertical a {
		border-radius: 4px 0 0 4px;
		padding: 10px 20px
	}

	.sm-nps.sm-vertical a.highlighted,.sm-nps.sm-vertical a:active,.sm-nps.sm-vertical a:focus,.sm-nps.sm-vertical a:hover {
		background: #252525;
		box-shadow: none;
		color: #fff
	}

	.sm-nps.sm-vertical a.disabled {
		background: transparent;
		color: #ccc
	}

	.sm-nps.sm-vertical a span.sub-arrow {
		border-style: dashed dashed dashed solid;
		border-width: 4.02px 0 4.02px 6px;
		margin-top: -4.02px;
		right: 10px
	}

	.sm-nps.sm-vertical a.disabled span.sub-arrow,.sm-nps.sm-vertical a.highlighted span.sub-arrow,.sm-nps.sm-vertical a:active span.sub-arrow,.sm-nps.sm-vertical a:focus span.sub-arrow,.sm-nps.sm-vertical a:hover span.sub-arrow,.sm-nps.sm-vertical a span.sub-arrow {
		border-color: transparent transparent transparent #fff
	}

	.sm-nps.sm-vertical ul {
		border-radius: 4px!important
	}

	.sm-nps.sm-vertical ul a {
		padding: 10px 20px
	}
}

#LocalNav ul {
	border-radius: 0!important
}

#Park-header #LocalNav {
	border-bottom: 0;
	display: none;
	margin-left: -10px
}

#Park-header #LocalNav>li>div.top-lvl-item-container {
	height: 56px;
	max-height: 56px
}

#Park-header #LocalNav>li>div.top-lvl-item-container>div.top-lvl-item {
	padding: 0;
	text-align: center
}

#Park-header #LocalNav>li>div.top-lvl-item-container>div.top-lvl-item>a {
	padding: 0 38px 0 20px;
	line-height: 56px;
	white-space: nowrap;
	height: 56px;
	overflow: hidden
}

#Park-header #LocalNav>li>div.top-lvl-item-container>div.top-lvl-item>a span {
	right: 15px;
	box-sizing: border-box
}

#Park-header #LocalNav ul a {
	font-weight: 400
}

@media (min-width:1025px) {
	#Park-header #LocalNav {
		display: block
	}
}

#Subject-header #LocalNav {
	margin-left: 0!important;
	border-bottom: 0;
	display: none
}

#Subject-header #LocalNav>li>div.top-lvl-item-container {
	display: table;
	height: 56px;
	max-height: 56px;
	width: 120px;
	overflow: hidden
}

#Subject-header #LocalNav>li>div.top-lvl-item-container>div.top-lvl-item {
	display: table-cell;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

#Subject-header #LocalNav>li>div.top-lvl-item-container>div.top-lvl-item>a {
	padding: 0 20px 0 10px;
	line-height: normal;
	white-space: normal;
	height: auto;
	overflow: hidden
}

#Subject-header #LocalNav>li>div.top-lvl-item-container>div.top-lvl-item>a>span {
	right: 9px;
	box-sizing: border-box
}

@media (min-width:1025px) {
	#Subject-header #LocalNav {
		display: block
	}
}

.Map:after,.Map:before {
	content: " ";
	display: table
}

.Map:after {
	clear: both
}

.Map-iframe {
	height: 250px
}

.Map-iframe.-full-width {
	float: left;
	width: 100%
}

@media screen and (max-width:600px) and (max-height:480px) {
	.Map-iframe {
		width: 80%
	}
}

@media screen and (min-height:480px) {
	.Map-iframe {
		height: 350px
	}
}

@media screen and (min-height:520px) {
	.Map-iframe {
		height: 460px
	}
}

@media screen and (min-height:900px) {
	.Map-iframe {
		height: 600px
	}
}

.interior-modal,.modal {
	z-index: 10100
}

.interior-modal h1,.modal h1 {
	font-size: 40px;
	font-size: 2.5rem;
	font-family: Georgia,Times,Times New Roman,serif!important;
	line-height: 1.3;
	margin-top: 0
}

@media screen and (min-width:150px) {
	.interior-modal h1,.modal h1 {
		font-size: 150%
	}
}

@media screen and (min-width:215px) {
	.interior-modal h1,.modal h1 {
		font-size: 156.25%
	}
}

@media screen and (min-width:280px) {
	.interior-modal h1,.modal h1 {
		font-size: 162.5%
	}
}

@media screen and (min-width:345px) {
	.interior-modal h1,.modal h1 {
		font-size: 168.75%
	}
}

@media screen and (min-width:410px) {
	.interior-modal h1,.modal h1 {
		font-size: 175%
	}
}

@media screen and (min-width:475px) {
	.interior-modal h1,.modal h1 {
		font-size: 181.25%
	}
}

@media screen and (min-width:540px) {
	.interior-modal h1,.modal h1 {
		font-size: 187.5%
	}
}

@media screen and (min-width:605px) {
	.interior-modal h1,.modal h1 {
		font-size: 193.75%
	}
}

@media screen and (min-width:670px) {
	.interior-modal h1,.modal h1 {
		font-size: 200%
	}
}

@media screen and (min-width:735px) {
	.interior-modal h1,.modal h1 {
		font-size: 206.25%
	}
}

@media screen and (min-width:800px) {
	.interior-modal h1,.modal h1 {
		font-size: 212.5%
	}
}

@media screen and (min-width:865px) {
	.interior-modal h1,.modal h1 {
		font-size: 218.75%
	}
}

@media screen and (min-width:930px) {
	.interior-modal h1,.modal h1 {
		font-size: 225%
	}
}

@media screen and (min-width:995px) {
	.interior-modal h1,.modal h1 {
		font-size: 231.25%
	}
}

@media screen and (min-width:1060px) {
	.interior-modal h1,.modal h1 {
		font-size: 237.5%
	}
}

@media screen and (min-width:1125px) {
	.interior-modal h1,.modal h1 {
		font-size: 243.75%
	}
}

@media screen and (min-width:1190px) {
	.interior-modal h1,.modal h1 {
		font-size: 250%
	}
}

.interior-modal h2,.modal h2 {
	font-size: 14px;
	font-size: .875rem;
	margin-top: 10px;
	margin-top: .625rem;
	color: #4b5e26;
	display: block;
	font-family: Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase
}

.interior-modal button[type=submit],.modal button[type=submit] {
	background-color: #4b5e26
}

.interior-modal button[type=submit]:hover,.modal button[type=submit]:hover {
	background-color: #2e3a17
}

.interior-modal button.close,.modal button.close {
	border-radius: 90%;
	width: 26px;
	font-size: 25px;
	padding-top: 1px;
	margin-top: -30px;
	margin-right: -32px;
	background-color: #4b5e26;
	opacity: 1!important;
	text-shadow: none;
	color: #fff
}

.interior-modal button.close:hover,.modal button.close:hover {
	opacity: 1
}

.interior-modal .required:after,.modal .required:after {
	content: "*";
	color: red;
	padding-right: 5px
}

.modal-content {
	z-index: 10101
}

.MultimediaBrowser {
	margin-bottom: 44px;
	margin-top: 44px
}

.MultimediaBrowser__header {
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	margin-bottom: 22px;
	padding-bottom: 11px;
	padding-top: 11px
}

.MultimediaBrowser__title {
	font: 22px Georgia,Times New Roman,Times,serif
}

.MultimediaBrowser__slide__title {
	font: normal Helvetica Neue,Arial,Helvetica,Geneva,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 11px;
	margin-top: 0
}

@media (min-width:768px) {
	.MultimediaBrowser__slide__title {
		font-size: 22px
	}
}

.MultimediaBrowser__controls {
	margin-top: 11px
}

@media (min-width:768px) {
	.MultimediaBrowser__controls {
		margin-top: 0
	}
}

.MultimediaBrowser__slide {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 22px
}

.MultimediaBrowser__slide a:not(.button) {
	border: none!important;
	text-decoration: underline
}

.MultimediaBrowser__slide__image,.MultimediaBrowser__slide__widget {
	float: left;
	height: inherit;
	overflow: hidden;
	text-align: center;
	width: 100%
}

.MultimediaBrowser__slide__image img,.MultimediaBrowser__slide__widget img {
	max-height: 30vh
}

@media (min-width:768px) {
	.MultimediaBrowser__slide__image,.MultimediaBrowser__slide__widget {
		display: block;
		float: left;
		max-width: 68%;
		overflow: auto;
		padding-right: 44px;
		width: auto
	}

	.MultimediaBrowser__slide__image img,.MultimediaBrowser__slide__widget img {
		max-height: 500px
	}
}

.MultimediaBrowser__slide__copy {
	box-sizing: border-box;
	float: left;
	font-size: 13px;
	margin-top: 24px;
	padding-right: 11px;
	padding-top: 11px;
	width: 100%
}

@media (min-width:768px) {
	.MultimediaBrowser__slide__copy {
		display: block;
		float: none;
		margin-top: 0;
		overflow: hidden;
		width: auto
	}
}

.MultimediaBrowser__status {
	font: italic 11px/24px Helvetica Neue,Arial,Helvetica,Geneva,sans-serif;
	text-align: left
}

@media (min-width:768px) {
	.MultimediaBrowser__status {
		text-align: right
	}
}

.MultimediaBrowser__link--next {
	display: block;
	margin-top: 33px
}

.MultimediaBrowser__nav {
	text-align: right
}

.MultimediaBrowser__nav__button {
	background-color: #69665e;
	border-radius: 50%;
	display: inline-block;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	width: 24px
}

.MultimediaBrowser__nav__button:before {
	color: #fff;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 24px
}

.MultimediaBrowser__nav__button--prev {
	margin-right: 11px
}

.MultimediaBrowser__nav__button--prev:before {
	content: "\f104";
	margin-left: -2px
}

.MultimediaBrowser__nav__button--next:before {
	content: "\f105";
	margin-right: -2px
}

.MultimediaBrowser__nav__button--disabled {
	background-color: #ccc
}

.ExperienceMoreFooter {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 30px
}

.ExperienceMoreCategory {
	font-weight: 700;
	padding: 4px 0;
	margin: 0
}

.ExperienceMore.item {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #444;
	font-size: 13px;
	margin-bottom: 12px;
	margin-top: 2px
}

.ExperienceMore.item:hover {
	text-decoration: underline;
	cursor: pointer
}

.ExperienceMoreFooter h3 {
	text-transform: capitalize;
	margin: 6px 0 12px;
	font-size: 15px
}

h3.ExperienceMoreTitle {
	text-transform: uppercase;
	color: #4b5e26;
	font-size: 15px
}

.ExperienceMoreFooter .icon {
	height: 18px;
	width: 18px;
	margin: 4px 4px 0 -4px
}

.RelatedItemsSidebar {
	position: relative;
	min-height: 35px;
	margin-right: -10px;
	margin-bottom: 2px;
	margin-left: -10px;
	padding: 4px 15px;
	color: #393423
}

.RelatedItemsSidebar.item {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #0f4f7e;
	font-size: 14px
}

.RelatedItemsSidebar.item:hover {
	background-color: #f6f6f6;
	cursor: pointer
}

.RelatedArticle {
	font-weight: 700;
	padding: 4px 0;
	margin: 0 0 16px
}

.RelatedItems .input-group {
	margin: 10px 0 4px
}

.browser-links {
	margin: 0;
	padding: 20px 0;
	text-align: center
}

.browser-links li {
	display: inline-block;
	list-style: none;
	margin: 0 auto
}

.browser-links li a {
	font-size: 11px
}

.browser-links .browser-link {
	display: inline-block;
	width: 100px
}

.browser-link div {
	background-position: 50%;
	background-repeat: no-repeat;
	height: 64px;
	margin: 0 auto;
	text-align: center;
	width: 100px
}

.browser-link div.chrome {
	background-image: url(/common/commonspot/templates/assetsCT/images/content/chrome_64x64.png)
}

.browser-link div.firefox {
	background-image: url(/common/commonspot/templates/assetsCT/images/content/firefox_64x64.png)
}

.browser-link div.internet-explorer {
	background-image: url(/common/commonspot/templates/assetsCT/images/content/internet-explorer_64x64.png)
}

.browser-link div.safari {
	background-image: url(/common/commonspot/templates/assetsCT/images/content/safari_64x64.png)
}

.browser-link div.opera {
	background-image: url(/common/commonspot/templates/assetsCT/images/content/opera_64x64.png)
}

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

.Pagination:after,.Pagination:before {
	content: " ";
	display: table
}

.Pagination:after {
	clear: both
}

@media screen and (min-width:768px) and (max-width:992px) {
	.Pagination {
		text-align: center
	}
}

@media screen and (min-width:992px) {
	.Pagination {
		float: left
	}
}

.Pagination li {
	display: inline-block;
	margin: 0;
	font-weight: 700;
	line-height: 1;
	font-size: 18px;
	font-size: 1.125rem
}

@media screen and (max-width:768px) {
	.Pagination li {
		display: none
	}
}

.Pagination li.active a {
	border: 1px solid #ddd;
	color: #555;
	font-weight: 400
}

.Pagination li.active a:hover {
	background: none;
	cursor: default
}

.Pagination li.active a:focus {
	text-decoration: none
}

.Pagination li.gap {
	padding: 10px 2px;
	padding: .625rem .125rem
}

.Pagination li.next,.Pagination li.prev {
	display: inline-block
}

@media screen and (max-width:768px) {
	.Pagination li.next,.Pagination li.prev {
		text-align: center;
		width: 50%
	}
}

@media screen and (max-width:768px) {
	.Pagination li.prev {
		float: left
	}
}

@media screen and (max-width:768px) {
	.Pagination li.next {
		float: right
	}
}

.Pagination a {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 4px;
	display: block;
	padding: 10px 13px;
	padding: .625rem .8125rem
}

.Pagination a,.Pagination a:link,.Pagination a:visited {
	color: #4b5e26
}

.Pagination a:active,.Pagination a:focus,.Pagination a:hover,.Pagination a:visited:active,.Pagination a:visited:focus,.Pagination a:visited:hover {
	color: #000
}

.Pagination a:hover {
	background-color: rgba(0,0,0,.1);
	text-decoration: none
}

.ParkFooter {
	background-image: url(/common/commonspot/templates/assetsCT/images/bkg/topo_pattern.png);
	background-repeat: repeat;
	background-color: #fff;
	padding: 25px 0;
	padding: 1.5625rem 0
}

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

.ParkFooter li {
	padding: 0
}

.ParkFooter h3 {
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-size: .8125rem;
	font-weight: 600;
	margin: 7px 0 15px;
	margin: .4375rem 0 .9375rem;
	text-transform: uppercase
}

.ParkFooter-contact,.ParkFooter-contact h4 {
	font-size: 15px;
	font-size: .9375rem
}

.ParkFooter-contact h4 {
	display: inline-block;
	font-weight: 700;
	margin: 12px 0 0;
	margin: .75rem 0 0
}

.ParkFooter-contact h4:first-child {
	margin-top: 0
}

.ParkFooter-contact p {
	line-height: 1.2;
	margin-bottom: 0
}

.ParkFooter-contact a,.ParkFooter-contact a:link,.ParkFooter-contact a:visited {
	color: #000
}

.ParkFooter-contact a:active,.ParkFooter-contact a:focus,.ParkFooter-contact a:hover,.ParkFooter-contact a:visited:active,.ParkFooter-contact a:visited:focus,.ParkFooter-contact a:visited:hover {
	color: #4b5e26
}

.ParkFooter-shareLinks {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	margin-bottom: .625rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem
}

.ParkFooter-shareLinks:after,.ParkFooter-shareLinks:before {
	content: " ";
	display: table
}

.ParkFooter-shareLinks:after {
	clear: both
}

.ParkFooter-shareLinks h3 {
	display: inline-block;
	float: left;
	margin: 7px 15px 0 0;
	margin: .4375rem .9375rem 0 0
}

.ParkFooter-shareLinks a,.ParkFooter-shareLinks a:link,.ParkFooter-shareLinks a:visited {
	color: #fff
}

.ParkFooter-shareLinks ul {
	float: left
}

.ParkFooter-shareLinks ul:after,.ParkFooter-shareLinks ul:before {
	content: " ";
	display: table
}

.ParkFooter-shareLinks ul:after {
	clear: both
}

.ParkFooter-shareLinks li {
	float: left;
	height: 25px;
	margin: 0 10px 0 0;
	margin: 0 .625rem 0 0;
	text-align: center;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	width: 25px
}

.ParkFooter-shareLinks .icon {
	height: 20px;
	width: 20px
}

.ParkFooter-socialLinks,.ParkFooter-tools {
	max-width: 500px
}

.ParkFooter-socialLinks li,.ParkFooter-tools li {
	margin-bottom: 10px;
	margin-bottom: .625rem
}

.ParkFooter-socialLinks a,.ParkFooter-tools a {
	font-weight: 700;
	font-size: 13px;
	font-size: .8125rem
}

.ParkFooter-socialLinks a,.ParkFooter-socialLinks a:link,.ParkFooter-socialLinks a:visited,.ParkFooter-tools a,.ParkFooter-tools a:link,.ParkFooter-tools a:visited {
	color: #333
}

.ParkFooter-socialLinks a:hover,.ParkFooter-socialLinks a:link:hover,.ParkFooter-socialLinks a:visited:hover,.ParkFooter-tools a:hover,.ParkFooter-tools a:link:hover,.ParkFooter-tools a:visited:hover {
	color: #262626
}

.ParkFooter-socialLinks i,.ParkFooter-tools i {
	color: grey;
	font-weight: 700;
	font-size: 15px;
	font-size: .9375rem;
	margin-right: 7px;
	margin-right: .4375rem;
	width: 15px
}

.ParkFooter-socialLinks i:before,.ParkFooter-tools i:before {
	background-repeat: no-repeat
}

.ParkFooter-socialLinks .icon,.ParkFooter-tools .icon {
	height: 20px;
	width: 20px
}

.ParkFooter-socialLinks a {
	padding-left: 28px;
	padding-left: 1.75rem
}

.ParkFooter-socialLinks .icon {
	position: absolute;
	left: 0
}

#Park-header {
	height: 56px;
	background-color: #000;
	position: relative
}

@media screen and (max-width:1025px) {
	#Park-header #LocalNav-desktop {
		display: none
	}
}

.AnniversaryBanner {
	background-color: #352822;
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Arial,sans-serif;
	font-size: 16px
}

.AnniversaryBanner .container {
	max-width: 1200px;
	padding: 0;
	width: auto
}

.AnniversaryBanner-content {
	display: table;
	width: 100%
}

.AnniversaryBanner-center,.AnniversaryBanner-left,.AnniversaryBanner-logo,.AnniversaryBanner-right {
	display: table-cell;
	vertical-align: middle
}

.AnniversaryBanner-left {
	padding: 0
}

@media screen and (max-width:768px) {
	.AnniversaryBanner-left {
		display: none
	}
}

.AnniversaryBanner-left img {
	height: 100%
}

.AnniversaryBanner-center {
	padding: 15px
}

.AnniversaryBanner-title {
	font-weight: 700;
	margin: 0
}

@media screen and (min-width:300px) {
	.AnniversaryBanner-title {
		font-size: 81.25%
	}
}

@media screen and (min-width:375px) {
	.AnniversaryBanner-title {
		font-size: 87.5%
	}
}

@media screen and (min-width:450px) {
	.AnniversaryBanner-title {
		font-size: 93.75%
	}
}

@media screen and (min-width:525px) {
	.AnniversaryBanner-title {
		font-size: 100%
	}
}

@media screen and (min-width:600px) {
	.AnniversaryBanner-title {
		font-size: 106.25%
	}
}

@media screen and (min-width:675px) {
	.AnniversaryBanner-title {
		font-size: 112.5%
	}
}

@media screen and (min-width:750px) {
	.AnniversaryBanner-title {
		font-size: 118.75%
	}
}

@media screen and (min-width:825px) {
	.AnniversaryBanner-title {
		font-size: 125%
	}
}

@media screen and (min-width:900px) {
	.AnniversaryBanner-title {
		font-size: 131.25%
	}
}

@media screen and (min-width:975px) {
	.AnniversaryBanner-title {
		font-size: 137.5%
	}
}

@media screen and (min-width:1050px) {
	.AnniversaryBanner-title {
		font-size: 143.75%
	}
}

@media screen and (min-width:1125px) {
	.AnniversaryBanner-title {
		font-size: 150%
	}
}

@media screen and (min-width:1200px) {
	.AnniversaryBanner-title {
		font-size: 156.25%
	}
}

.AnniversaryBanner-cta,.AnniversaryBanner-subtitle,.AnniversaryBanner-title {
	padding-left: 30px
}

@media screen and (min-width:250px) {
	.AnniversaryBanner-cta {
		font-size: 75%
	}
}

@media screen and (min-width:566px) {
	.AnniversaryBanner-cta {
		font-size: 81.25%
	}
}

@media screen and (min-width:882px) {
	.AnniversaryBanner-cta {
		font-size: 87.5%
	}
}

@media screen and (min-width:1198px) {
	.AnniversaryBanner-cta {
		font-size: 93.75%
	}
}

.AnniversaryBanner-logoimage {
	border-right: 1px solid #eee;
	margin: 0 5px 0 20px;
	max-width: 250px;
	padding-right: 20px
}

@media screen and (max-width:768px) {
	.AnniversaryBanner-logoimage {
		display: none
	}
}

.AnniversaryBanner a {
	display: block
}

.AnniversaryBanner a,.AnniversaryBanner a:active,.AnniversaryBanner a:focus,.AnniversaryBanner a:hover,.AnniversaryBanner a:link,.AnniversaryBanner a:visited,.AnniversaryBanner a:visited:active,.AnniversaryBanner a:visited:focus,.AnniversaryBanner a:visited:hover {
	color: #fff
}

.AnniversaryBanner a:focus,.AnniversaryBanner a:hover {
	outline: none;
	text-decoration: underline
}

.AnniversaryBanner button {
	font-size: 30px;
	font-size: 1.875rem;
	background: none;
	color: #fff
}

@media screen and (min-width:768px) {
	.AnniversaryBanner button {
		font-size: 15px;
		font-size: .9375rem
	}
}

.AnniversaryBanner button:focus,.AnniversaryBanner button:hover {
	background: none;
	outline: 0;
	text-decoration: underline
}

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

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

@media screen and (min-width:768px) {
	.AnniversaryBanner button .text {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto
	}
}

.PartnerPromo {
	background-color: #73705f;
	padding: 5px 0 0;
	padding: .3125rem 0 0;
	position: relative;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.PartnerPromo:hover {
	background-color: #6b6858
}

.PartnerPromo-link,.PartnerPromo-link:active,.PartnerPromo-link:focus,.PartnerPromo-link:hover,.PartnerPromo-link:link,.PartnerPromo-link:visited,.PartnerPromo-link:visited:active,.PartnerPromo-link:visited:focus,.PartnerPromo-link:visited:hover {
	color: #fff
}

.PartnerPromo-link:hover {
	text-decoration: none
}

.PartnerPromo-link:hover .PartnerPromo-icon {
	background-color: rgba(0,0,0,.4)
}

.PartnerPromo-partner {
	border-radius: 35px;
	height: 70px;
	float: right;
	margin: 0 0 10px 15px;
	margin: 0 0 .625rem .9375rem;
	position: absolute;
	right: 15px;
	top: -55px;
	width: 70px
}

@media screen and (min-width:768px) and (max-width:900px) {
	.PartnerPromo-partner {
		height: 50px;
		top: -40px;
		width: 50px
	}
}

.PartnerPromo-image {
	width: 100%
}

.PartnerPromo-title {
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 15px;
	margin-top: .9375rem;
	line-height: 1.4
}

.PartnerPromo-title span {
	color: inherit;
	display: block;
	font-size: 16px;
	font-size: 1rem
}

.PartnerPromo hr {
	margin: 15px 0;
	margin: .9375rem 0
}

.PartnerPromo-contentContainer {
	padding: 0 15px 15px;
	padding: 0 .9375rem .9375rem;
	position: relative
}

.PartnerPromo-description {
	line-height: 1.4
}

.PartnerPromo-icon {
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	background-color: rgba(0,0,0,.2);
	bottom: 0;
	border-radius: 2px 0 0;
	position: absolute;
	padding: 8px 6px 8px 8px;
	padding: .5rem .375rem .5rem .5rem;
	right: 0
}

.PromoBanner {
	background-color: #49612d;
	background-image: url(/common/commonspot/templates/assetsCT/images/branding/cent-banner-bg-green-arrow.jpg);
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Arial,sans-serif;
	font-size: 16px
}

.PromoBanner .container {
	max-width: 1200px;
	padding: 0;
	width: auto
}

.PromoBanner-content {
	display: table;
	width: 100%
}

.PromoBanner-center,.PromoBanner-left,.PromoBanner-logo,.PromoBanner-right {
	display: table-cell;
	vertical-align: middle
}

@media screen and (max-width:768px) {
	.PromoBanner-left {
		display: none
	}
}

.PromoBanner-left img {
	height: 100%
}

.PromoBanner-center {
	padding: 15px
}

.PromoBanner-title {
	font-weight: 700;
	margin: 0
}

@media screen and (min-width:300px) {
	.PromoBanner-title {
		font-size: 81.25%
	}
}

@media screen and (min-width:375px) {
	.PromoBanner-title {
		font-size: 87.5%
	}
}

@media screen and (min-width:450px) {
	.PromoBanner-title {
		font-size: 93.75%
	}
}

@media screen and (min-width:525px) {
	.PromoBanner-title {
		font-size: 100%
	}
}

@media screen and (min-width:600px) {
	.PromoBanner-title {
		font-size: 106.25%
	}
}

@media screen and (min-width:675px) {
	.PromoBanner-title {
		font-size: 112.5%
	}
}

@media screen and (min-width:750px) {
	.PromoBanner-title {
		font-size: 118.75%
	}
}

@media screen and (min-width:825px) {
	.PromoBanner-title {
		font-size: 125%
	}
}

@media screen and (min-width:900px) {
	.PromoBanner-title {
		font-size: 131.25%
	}
}

@media screen and (min-width:975px) {
	.PromoBanner-title {
		font-size: 137.5%
	}
}

@media screen and (min-width:1050px) {
	.PromoBanner-title {
		font-size: 143.75%
	}
}

@media screen and (min-width:1125px) {
	.PromoBanner-title {
		font-size: 150%
	}
}

@media screen and (min-width:1200px) {
	.PromoBanner-title {
		font-size: 156.25%
	}
}

@media screen and (min-width:250px) {
	.PromoBanner-cta {
		font-size: 75%
	}
}

@media screen and (min-width:566px) {
	.PromoBanner-cta {
		font-size: 81.25%
	}
}

@media screen and (min-width:882px) {
	.PromoBanner-cta {
		font-size: 87.5%
	}
}

@media screen and (min-width:1198px) {
	.PromoBanner-cta {
		font-size: 93.75%
	}
}

.PromoBanner-logoimage {
	border-right: 1px solid #eee;
	margin: 0 5px 0 20px;
	max-width: 250px;
	padding-right: 20px
}

@media screen and (max-width:768px) {
	.PromoBanner-logoimage {
		display: none
	}
}

.PromoBanner a {
	display: block
}

.PromoBanner a,.PromoBanner a:active,.PromoBanner a:focus,.PromoBanner a:hover,.PromoBanner a:link,.PromoBanner a:visited,.PromoBanner a:visited:active,.PromoBanner a:visited:focus,.PromoBanner a:visited:hover {
	color: #fff
}

.PromoBanner a:focus,.PromoBanner a:hover {
	outline: none;
	text-decoration: underline
}

.PromoBanner button {
	font-size: 30px;
	font-size: 1.875rem;
	background: none;
	color: #fff
}

@media screen and (min-width:768px) {
	.PromoBanner button {
		font-size: 15px;
		font-size: .9375rem
	}
}

.PromoBanner button:focus,.PromoBanner button:hover {
	background: none;
	outline: 0;
	text-decoration: underline
}

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

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

@media screen and (min-width:768px) {
	.PromoBanner button .text {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto
	}
}

.PromoExperience {
	color: #fff;
	background-color: #73705f;
	position: relative;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}

@media print {
	.PromoExperience {
		width: 240px
	}
}

.PromoExperience-imageContainer {
	position: relative
}

.PromoExperience-imageContainer span {
	bottom: 0;
	font-size: 25px;
	font-size: 1.5625rem;
	font-family: Arial,sans-serif;
	font-weight: 500;
	line-height: .8;
	position: absolute;
	padding: 0 12px;
	padding: 0 .75rem;
	text-transform: uppercase;
	width: 100%
}

.PromoExperience-image {
	width: 100%
}

.PromoExperience-title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	margin: 10px 0 0;
	margin: .625rem 0 0;
	line-height: 1.4
}

.PromoExperience-title span {
	color: inherit;
	display: block;
	font-size: 12px;
	font-size: .75rem
}

.PromoExperience-title.-small {
	font-size: 22px;
	font-size: 1.375rem
}

.PromoExperience-subtitle {
	display: block;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.6
}

.PromoExperience-contentContainer {
	background-image: url(/common/commonspot/templates/assetsCT/images/bkg/arrowhead-texture.png);
	background-color: #393423;
	background-size: cover;
	padding: 0 15px 15px;
	padding: 0 .9375rem .9375rem;
	position: relative
}

.PromoExperience-btn {
	margin-top: 10px;
	margin-top: .625rem
}

.PromoLogo {
	background-color: #0f4f7e;
	color: #fff;
	min-height: 320px;
	height: 395px;
	padding: 40px 30px;
	padding: 2.5rem 1.875rem
}

@media print {
	.PromoLogo {
		padding: 0
	}
}

.PromoLogo-image {
	margin-bottom: 10px
}

.PromoLogo-text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem
}

.PromoLogo-cta {
	font-weight: 700;
	position: absolute;
	bottom: 10%
}

.PromoLogo h1 {
	height: 100px;
	margin-top: 35px;
	margin-bottom: -10px
}

.PromoSearch {
	background: #393423 url(/common/commonspot/templates/assetsCT/images/bkg/arrowhead-texture-large.png) no-repeat 100% 100%;
	color: #fff;
	padding: 20px
}

.PromoSearch-title {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.22;
	font-weight: 700;
	margin: 0 0 10px
}

.PromoSearch form {
	margin-top: 20px
}

.PromoSearch label {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 15px 10px 0;
	vertical-align: sub
}

.PromoSearch select {
	height: 38px
}

.PromoStandard {
	position: relative;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.PromoStandard a,.PromoStandard a:link,.PromoStandard a:visited {
	color: #333
}

.PromoStandard a:active,.PromoStandard a:focus,.PromoStandard a:hover,.PromoStandard a:visited:active,.PromoStandard a:visited:focus,.PromoStandard a:visited:hover {
	color: #4b5e26
}

.PromoStandard a:hover {
	text-decoration: none
}

.PromoStandard-image {
	width: 100%
}

.PromoStandard-title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	margin: 10px 0 0;
	margin: .625rem 0 0;
	line-height: 1.4
}

.PublicationDownload {
	background-color: #f6f6f6;
	font-size: 12px;
	font-size: .75rem;
	margin-bottom: 10px;
	margin-bottom: .625rem
}

.PublicationDownload-container {
	padding: 12px;
	padding: .75rem
}

@media print {
	.PublicationDownload-container {
		border: 1px solid #ddd
	}
}

.PublicationDownload-name {
	color: #4b5e26;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	font-family: Georgia,Times,Times New Roman,serif;
	line-height: 1.3;
	margin-top: 10px;
	margin-top: .625rem
}

.PublicationDownload-size {
	position: absolute;
	right: 12px;
	top: 12px
}

@media screen and (min-width:700px) and (max-width:900px) {
	.PublicationDownload-size {
		position: static;
		display: block
	}
}

.PublicationDownload-description {
	line-height: 1.6
}

.PublicationDownload-cta {
	border-top: 1px solid #ccc;
	display: block;
	padding: 12px 70px 12px 12px;
	padding: .75rem 4.375rem .75rem .75rem;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.PublicationDownload-cta,.PublicationDownload-cta:active,.PublicationDownload-cta:focus,.PublicationDownload-cta:hover,.PublicationDownload-cta:link,.PublicationDownload-cta:visited,.PublicationDownload-cta:visited:active,.PublicationDownload-cta:visited:focus,.PublicationDownload-cta:visited:hover {
	color: #5d5d5d
}

@media screen and (min-width:700px) and (max-width:900px) {
	.PublicationDownload-cta {
		padding: 12px;
		padding: .75rem
	}
}

.PublicationDownload-cta:active,.PublicationDownload-cta:focus,.PublicationDownload-cta:hover {
	background-color: #eee;
	box-shadow: inset 0 2px 5px -4px rgba(75,94,38,.6)
}

.PublicationDownload-ctaIcon {
	font-size: 17px;
	font-size: 1.0625rem;
	margin-right: 7px;
	margin-right: .4375rem
}

.PublicationDownloadListing:after,.PublicationDownloadListing:before {
	content: " ";
	display: table
}

.PublicationDownloadListing:after {
	clear: both
}

@media print {
	.PublicationDownloadListing {
		margin: 0 -10px
	}
}

@media print {
	.PublicationDownloadListing .PublicationDownload {
		float: left;
		padding: 10px;
		width: 50%
	}
}

.Quiz__Heading__Kicker {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #555;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 10px
}

.Quiz__Heading__Title {
	font-family: Arial,sans-serif;
	font-size: 24px;
	margin-top: 12px;
	border-bottom: 1px solid silver;
	padding-bottom: 12px;
	color: #000
}

.Quiz__Heading__Title h3 {
	margin-top: 0
}

.Quiz__Heading__Counter {
	color: #0f4f7e;
	line-height: 24.5px;
	font-size: 12px;
	bottom: auto!important;
	left: auto!important
}

.Quiz__Answers {
	list-style-type: none;
	padding-left: 0
}

.Quiz__QuestionContainer {
	margin-bottom: 12px
}

.Quiz__Question__Text {
	padding-bottom: 24px
}

.Quiz__Question__Status,.Quiz__Question__Text {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 18px
}

.Quiz__Question__Status {
	display: none;
	line-height: 32px
}

.Quiz__Question__Status--Active {
	display: block
}

.Quiz__Question__Status__Grade {
	color: red
}

.Quiz__Question__Status__Grade--Correct {
	color: green
}

.Quiz__Question__Answer {
	cursor: pointer
}

.Quiz__Question__Answer__InputGroup {
	position: relative
}

.Quiz__Question__Answer__InputGroup label {
	padding-left: 20px
}

.Quiz__Question__Answer__Image {
	width: 100%;
	height: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: none
}

.Quiz__Question__Answer__Selected-Message {
	display: none
}

.Quiz__Question__Answer input {
	position: absolute;
	top: 0;
	left: 0
}

.Quiz__Question__Answer label {
	cursor: pointer;
	width: 100%
}

.Quiz__Question__Answer label span {
	font-weight: 700
}

.Quiz__Question__Answer label div {
	font-weight: 400
}

.Quiz__Summary {
	display: none;
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 18px;
	line-height: 32px
}

.Quiz__Summary--Active {
	display: block
}

.Quiz__Button {
	text-decoration: none!important
}

.Quiz__Button--Next {
	display: none
}

.Quiz__Button--Next--Active {
	display: inline-block
}

.Quiz__Button--Next--Disabled {
	display: none
}

.Quiz__Button--Restart:before {
	content: "\f021";
	font-family: FontAwesome;
	padding-right: 6px
}

.Quiz hr {
	height: 1px;
	color: silver!important;
	background-color: silver!important
}

.ResultsFooter {
	padding-top: 15px;
	padding-top: .9375rem;
	padding-bottom: 15px;
	padding-bottom: .9375rem;
	border-top: 1px solid #ddd
}

.ResultsFooter:after,.ResultsFooter:before {
	content: " ";
	display: table
}

.ResultsFooter:after {
	clear: both
}

.ResultsFooter-links {
	color: #4b5e26;
	font-weight: 700;
	text-align: center
}

@media screen and (min-width:992px) {
	.ResultsFooter-links {
		float: right
	}
}

.ResultsFooter-links a {
	display: inline-block;
	padding: 10px 7px;
	padding: .625rem .4375rem
}

.ResultsFooter-links a,.ResultsFooter-links a:active,.ResultsFooter-links a:focus,.ResultsFooter-links a:hover,.ResultsFooter-links a:link,.ResultsFooter-links a:visited,.ResultsFooter-links a:visited:active,.ResultsFooter-links a:visited:focus,.ResultsFooter-links a:visited:hover {
	color: #4b5e26
}

.StrataSearchBar {
	background-color: #f6f5f0;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
	padding: 20px 0 40px;
	padding: 1.25rem 0 2.5rem
}

.LearnAndExplore .StrataSearchBar {
	margin-bottom: 30px
}

.GetInvolved .StrataSearchBar {
	background-color: #fff
}

.StrataSearchBar-label {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-family: Arial,sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	margin-bottom: .625rem;
	text-transform: uppercase
}

.FindAPark .StrataSearchBar-label {
	font-size: 30px;
	font-size: 1.875rem;
	font-family: Georgia,Times,Times New Roman,serif;
	font-weight: 400;
	text-transform: none
}

@media screen and (min-width:768px) {
	.FindAPark .StrataSearchBar-label {
		font-size: 40px;
		font-size: 2.5rem
	}
}

.StrataSearchBar-buttons button {
	margin: 0 20px 10px
}

.SearchBar {
	color: #000;
	text-align: center
}

.Homepage .SearchBar {
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	position: relative;
	color: #fff;
	padding: 10px 0 25px;
	padding: .625rem 0 1.5625rem;
	z-index: 1
}

.FindAPark .SearchBar {
	background-color: #0f4f7e;
	color: #fff;
	padding: 50px 0 35px
}

.SearchBar-keywordSearch {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.075);
	width: 100%
}

.SearchBar-keywordSearch.focus {
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	border: 1px solid #6cb6ed
}

.FindAPark .SearchBar-keywordSearch {
	margin-bottom: 30px;
	margin-bottom: 1.875rem
}

.SearchBar-input {
	height: 55px
}

.SearchBar i {
	color: #555655;
	font-size: 20px
}

.SearchBar .input-group-lg>.form-control,.SearchBar .input-group-lg>.input-group-btn>.btn {
	border: none;
	box-shadow: none;
	height: 55px
}

.SearchBar .input-group-lg>.form-control[disabled],.SearchBar .input-group-lg>.input-group-btn>.btn[disabled] {
	background-color: #fff;
	opacity: 1
}

.SearchBar .input-group-lg>.form-control {
	padding: 15px 16px;
	padding: .9375rem 1rem;
	font-size: 16px;
	z-index: 1
}

.SearchBar .input-group-lg>.input-group-btn>.btn {
	padding: 15px 20px;
	padding: .9375rem 1.25rem
}

.SearchBar .input-group-lg>.input-group-btn>.btn:hover {
	background-color: #f8f8f8;
	box-shadow: inset 0 0 5px hsla(0,0%,60%,.3);
	border: none
}

.SearchBar .placeholder {
	color: #333;
	text-align: left;
	z-index: 10;
	font-size: 50%
}

.Homepage .SearchBar .placeholder {
	font-size: 100%!important
}

.SecondaryHeader {
	background-color: #2d3334;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	height: 44px;
	z-index: 2;
	width: 100%
}

.SiteSectionLinks {
	text-align: center;
	position: relative;
	overflow: hidden
}

.SiteSectionLinks-legacyImage {
	height: 100%;
	position: absolute;
	top: 0;
	left: -25%;
	max-width: none!important;
	width: auto;
	z-index: 0
}

.SiteSectionLinks-container {
	border-top: 1px solid #e7e7e7;
	padding: 40px;
	position: relative;
	z-index: 1
}

@media screen and (min-width:768px) {
	.SiteSectionLinks-container {
		padding: 70px 0 200px
	}
}

.SiteSectionLinks-title {
	font-family: Arial,sans-serif
}

.SiteSectionLinks-links {
	margin: 20px 0 0;
	padding: 0;
	list-style: none
}

@media screen and (min-width:768px) {
	.SiteSectionLinks-links {
		margin: 60px 0 0
	}
}

.SiteSectionLinks-link {
	display: inline-block;
	margin: 20px 0 0;
	padding: 0
}

.SiteSectionLinks-link a {
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	display: block;
	background-color: #4b5e26;
	border: 1px solid #fff;
	border-radius: 5px;
	font-weight: 700;
	margin: 0 15px;
	margin: 0 .9375rem;
	padding: 17px 0;
	padding: 1.0625rem 0;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	width: 220px
}

.SiteSectionLinks-link a,.SiteSectionLinks-link a:active,.SiteSectionLinks-link a:focus,.SiteSectionLinks-link a:hover,.SiteSectionLinks-link a:link,.SiteSectionLinks-link a:visited,.SiteSectionLinks-link a:visited:active,.SiteSectionLinks-link a:visited:focus,.SiteSectionLinks-link a:visited:hover {
	color: #fff
}

.SiteSectionLinks-link a span {
	position: relative;
	z-index: 2
}

.SiteSectionLinks-link a:hover {
	text-decoration: none;
	background-color: #3d4c1f
}

.SiteSectionLinks-link a:hover i {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.SiteSectionLinks-link a:focus {
	z-index: 3
}

.SiteSectionLinks-link .icon {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 7px;
	height: 60px;
	opacity: .3;
	position: absolute;
	right: -10px;
	top: 10px;
	width: 60px;
	z-index: 1
}

.SiteSectionLinks-link .icon.arrow_head,.SiteSectionLinks-link .icon.compass {
	top: 3px;
	right: -20px
}

.skip-links a {
	font-size: 11px;
	font-size: .6875rem;
	position: absolute;
	right: 20px;
	top: -200px;
	z-index: -1
}

.skip-links a,.skip-links a:link,.skip-links a:visited {
	color: #fff
}

.skip-links a:active,.skip-links a:focus,.skip-links a:hover,.skip-links a:visited:active,.skip-links a:visited:focus,.skip-links a:visited:hover {
	color: #ccc
}

.skip-links a:focus {
	top: 2px;
	z-index: 9999
}

.SocialAccountLinks {
	font-size: 12px;
	font-size: .75rem
}

.SocialAccountLinks ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	padding: .625rem 0
}

.SocialAccountLinks li {
	margin: 0
}

.SocialAccountLinks li:first-child {
	margin-top: 0
}

.SocialAccountLinks-content {
	border: 1px solid #ddd;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.34);
	background-color: #fff
}

.SocialAccountLinks-link {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	padding: 5px 12px 6px 40px;
	padding: .3125rem .75rem .375rem 2.5rem;
	overflow: visible;
	position: relative;
	text-transform: capitalize
}

.SocialAccountLinks-link,.SocialAccountLinks-link:active,.SocialAccountLinks-link:focus,.SocialAccountLinks-link:hover,.SocialAccountLinks-link:link,.SocialAccountLinks-link:visited,.SocialAccountLinks-link:visited:active,.SocialAccountLinks-link:visited:focus,.SocialAccountLinks-link:visited:hover {
	color: #333
}

.SocialAccountLinks-link:active,.SocialAccountLinks-link:focus,.SocialAccountLinks-link:hover {
	background-color: #f6f5f0;
	box-shadow: inset 0 2px 5px -4px rgba(75,94,38,.6)
}

.SocialAccountLinks span {
	display: inline-block;
	margin-top: 4px;
	margin-top: .25rem
}

.SocialAccountLinks .icon {
	height: 18px;
	position: absolute;
	left: 15px;
	top: 10px;
	width: 18px;
	overflow: visible;
	z-index: 1
}

.SocialAccountLinks .icon img {
	height: 18px;
	width: 18px
}

.SocialAccountLinks-cta {
	background-color: #f6f5f0;
	border-top: 1px solid #ccc;
	display: block;
	padding: 12px;
	padding: .75rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.SocialAccountLinks-cta,.SocialAccountLinks-cta:active,.SocialAccountLinks-cta:focus,.SocialAccountLinks-cta:hover,.SocialAccountLinks-cta:link,.SocialAccountLinks-cta:visited,.SocialAccountLinks-cta:visited:active,.SocialAccountLinks-cta:visited:focus,.SocialAccountLinks-cta:visited:hover {
	color: #4f4f4f
}

.SocialAccountLinks-cta:active,.SocialAccountLinks-cta:focus,.SocialAccountLinks-cta:hover {
	background-color: #eeede3;
	box-shadow: inset 0 2px 5px -4px rgba(75,94,38,.6)
}

.SocialAccountLinks-cta i {
	font-size: 17px;
	font-size: 1.0625rem;
	margin-right: 7px;
	margin-right: .4375rem
}

.SocialEmbed-container {
	box-shadow: 0 0 4px rgba(0,0,0,.3);
	border-radius: 4px;
	padding: 10px 7px 0;
	padding: .625rem .4375rem 0
}

.SocialEmbed-profileImage {
	float: left;
	margin: 0 10px 10px 0;
	margin: 0 .625rem .625rem 0
}

.SocialEmbed-footer {
	background-color: #f6f5f0;
	margin: 7px -7px;
	margin: .4375rem -.4375rem;
	padding: 7px;
	padding: .4375rem
}

.SocialEmbed-date {
	float: left
}

.SocialEmbed-cta {
	float: right
}

.SocialEmbed iframe {
	min-width: 100px!important;
	margin-top: 0!important
}

.StrataGeneralDescription {
	background-color: #fff;
	padding: 40px 0;
	padding: 2.5rem 0;
	text-align: center
}

.StrataGeneralDescription-title {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 26px;
	font-size: 1.625rem;
	margin: 0;
	margin: 0 0 15px;
	margin: 0 0 .9375rem
}

@media screen and (min-width:768px) {
	.StrataGeneralDescription-title {
		font-size: 36px;
		font-size: 2.25rem
	}
}

.StrataGeneralDescription-text {
	color: #555;
	font-size: 16px;
	font-size: 1rem
}

.StrataGeneralDescription-cta {
	padding-left: 25px;
	padding-right: 25px
}

.StrataLinks {
	box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	background-color: #f6f5f0;
	color: #555
}

.StrataLinks-links {
	list-style: none;
	margin-top: 50px;
	margin-top: 3.125rem;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	padding: 0
}

.StrataLinks-link {
	font-size: 16px;
	font-size: 1rem;
	padding-bottom: 5px
}

.StrataLinks-link a {
	font-weight: 700;
	display: block
}

.StrataLinks-link a,.StrataLinks-link a:link,.StrataLinks-link a:visited {
	color: #333
}

.StrataLinks-link a:active,.StrataLinks-link a:focus,.StrataLinks-link a:hover,.StrataLinks-link a:visited:active,.StrataLinks-link a:visited:focus,.StrataLinks-link a:visited:hover {
	color: #4b5e26
}

@media screen and (min-width:768px) {
	.StrataLinks-link a {
		padding-right: 15px
	}
}

.StrataLinks-link a:hover {
	text-decoration: none
}

.StrataLinks-text {
	font-size: 13px;
	font-size: .8125rem;
	margin-top: 10px;
	margin-top: .625rem
}

.StyleGuide {
	margin-bottom: 60px
}

.StyleGuide .kicker {
	font-size: 12px;
	margin-top: 40px;
	color: #555;
	letter-spacing: 2px;
	text-transform: uppercase
}

.StyleGuide .pagination-controls {
	padding-top: 20px;
	border-top: 1px solid #ccc
}

.StyleGuide .pagination-controls__control {
	text-transform: capitalize
}

.StyleGuide .pagination-controls__control--next {
	float: right
}

.StyleGuide .pagination-controls__control--prev {
	float: left
}

.StyleGuide .swatches {
	margin-top: 15px
}

.StyleGuide .swatch {
	margin-bottom: 15px;
	text-align: center
}

.StyleGuide .swatch__color {
	padding: 2em;
	border-radius: 4px
}

.StyleGuide .color-usage-example {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 15px;
	border-radius: 4px
}

.StyleGuide .color-usage-example--main {
	border: 1px solid #ccc;
	color: #555
}

.StyleGuide .color-usage-example--main button {
	background-color: #0f4f7e;
	border-radius: 5px;
	color: #fff;
	font-weight: 700
}

.StyleGuide .color-usage-example--main .danger {
	display: inline-block;
	margin-top: 15px;
	padding: .5em;
	background-color: #821206;
	color: #fff;
	font-family: Open Sans Condensed,sans-serif;
	font-weight: 400;
	text-transform: uppercase
}

.StyleGuide .color-usage-example--ui {
	background-color: #000;
	color: #fff
}

.StyleGuide .color-usage-example--ui button {
	background-color: #706d61
}

.StyleGuide .color-usage-example--image {
	padding-bottom: 0;
	background-image: url(/common/commonspot/templates/assetsCT/images/content/bkansas.jpg);
	background-size: cover
}

.StyleGuide .color-usage-example--image button {
	background-color: #4b5e26;
	border-radius: 5px;
	color: #fff;
	font-weight: 700
}

.StyleGuide .color-usage-example--image .black-overlay {
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px;
	background-color: rgba(0,0,0,.7);
	color: #fff
}

.StyleGuide .color-usage-example--image .blue-overlay {
	margin-left: -15px;
	margin-right: -15px;
	padding: 15px;
	background-color: rgba(15,79,126,.7);
	color: #fff
}

.StyleGuide .color-usage-example--image .blue-overlay button {
	background-color: #000
}

.StyleGuide .typefaces {
	margin-top: 15px;
	margin-bottom: 15px
}

.StyleGuide .typeface {
	display: inline-block;
	margin-bottom: 15px
}

.StyleGuide .typeface:first-child {
	margin-right: 30px
}

.StyleGuide .typeface__specimen {
	line-height: 1.5
}

.StyleGuide .styling-example {
	margin-top: 30px;
	margin-bottom: 30px
}

.StyleGuide .styling-specimen {
	margin-top: 15px;
	margin-bottom: 15px
}

.StyleGuide .styling-specimen td {
	padding: .75rem .25rem
}

.StyleGuide .styling-specimen .specimen {
	padding-left: .75rem;
	padding-right: .75rem
}

.StyleGuide .styling-specimen__h1 .specimen {
	font-size: 35px;
	font-size: 2.1875rem
}

.StyleGuide .styling-specimen__h2 .specimen {
	font-size: 27px;
	font-size: 1.6875rem
}

.StyleGuide .styling-specimen__h3 .specimen {
	font-size: 23.5px;
	font-size: 1.46875rem
}

.StyleGuide .styling-specimen__h4 .specimen {
	font-size: 19.5px;
	font-size: 1.21875rem
}

.StyleGuide .styling-specimen__h5 .specimen {
	font-size: 15.5px;
	font-size: .96875rem
}

.StyleGuide .styling-specimen__h6 .specimen,.StyleGuide .styling-specimen__p .specimen {
	font-size: 14px;
	font-size: .875rem
}

.StyleGuide .styling-specimen--large .StyleGuide .styling-specimen__h1 .specimen {
	font-size: 41.5px;
	font-size: 2.59375rem
}

.StyleGuide .styling-specimen--large .StyleGuide .styling-specimen__h2 .specimen {
	font-size: 32px;
	font-size: 2rem
}

.StyleGuide .styling-specimen--large .StyleGuide .styling-specimen__h3 .specimen {
	font-size: 25px;
	font-size: 1.5625rem
}

.StyleGuide .styling-specimen--large .StyleGuide .styling-specimen__h4 .specimen {
	font-size: 20px;
	font-size: 1.25rem
}

.StyleGuide .styling-specimen--large .StyleGuide .styling-specimen__h5 .specimen {
	font-size: 15.5px;
	font-size: .96875rem
}

.StyleGuide .styling-specimen--large .StyleGuide .styling-specimen__h6 .specimen {
	font-size: 15px;
	font-size: .9375rem
}

.StyleGuide .styling-specimen--large .StyleGuide .styling-specimen__p .specimen {
	font-size: 16px;
	font-size: 1rem
}

.StyleGuide .text-indicator {
	width: 100%;
	height: .5em;
	margin-bottom: .5em;
	background-color: #ccc
}

.StyleGuide .text-indicator--last {
	width: 80%
}

.StyleGuide .example-heading {
	font-weight: 700
}

.StyleGuide .example-heading--bad {
	color: #821206
}

.StyleGuide .example-heading--good {
	color: #4b5e26
}

@media (min-width:768px) {
	.StyleGuide .vertical-center {
		display: table
	}

	.StyleGuide .vertical-center--one {
		min-height: 330px
	}

	.StyleGuide .vertical-center--two {
		min-height: 320px
	}

	.StyleGuide .vertical-center--three {
		min-height: 360px
	}

	.StyleGuide .vertical-center--four {
		min-height: 480px
	}

	.StyleGuide .vertical-center>div {
		display: table-cell;
		vertical-align: middle
	}
}

.StyleGuide__GridExample {
	margin: 1em auto 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px
}

.StyleGuide__GridExample .row {
	margin-left: 5px;
	margin-right: 5px
}

.StyleGuide__GridExample hr {
	margin-top: 10px;
	margin-bottom: 10px
}

.StyleGuide__GridExample__element {
	box-sizing: border-box;
	float: left;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px
}

.StyleGuide__GridExample--one .StyleGuide__GridExample__element {
	width: 50%
}

.StyleGuide__GridExample--two .StyleGuide__GridExample__element {
	width: 25%
}

.StyleGuide__GridExample--five .StyleGuide__GridExample__element,.StyleGuide__GridExample--four .StyleGuide__GridExample__element,.StyleGuide__GridExample--seven .StyleGuide__GridExample__element,.StyleGuide__GridExample--six .StyleGuide__GridExample__element,.StyleGuide__GridExample--three .StyleGuide__GridExample__element {
	background-color: #ccc;
	width: calc(100% - 10px);
	height: 100px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0
}

.StyleGuide__GridExample--three .row--two .StyleGuide__GridExample__element {
	width: calc(50% - 10px)
}

.StyleGuide__GridExample--three .row--three .StyleGuide__GridExample__element {
	width: calc(33.3% - 10px)
}

.StyleGuide__GridExample--four .row--four .StyleGuide__GridExample__element,.StyleGuide__GridExample--four .row--two .StyleGuide__GridExample__element {
	width: calc(33% - 10px)
}

.StyleGuide__GridExample--five .row--two .StyleGuide__GridExample__element:first-child,.StyleGuide__GridExample--six .row--two .StyleGuide__GridExample__element:first-child {
	width: calc(70% - 10px)
}

.StyleGuide__GridExample--five .row--two .StyleGuide__GridExample__element:nth-child(2),.StyleGuide__GridExample--six .row--two .StyleGuide__GridExample__element:nth-child(2) {
	width: calc(30% - 10px)
}

.StyleGuide__GridExample--five .row--three .StyleGuide__GridExample__element,.StyleGuide__GridExample--seven .row--two .StyleGuide__GridExample__element {
	width: calc(50% - 10px)
}

.StyleGuide__GridExample img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1em
}

#Subject-header {
	height: 56px;
	background-color: #000;
	position: relative
}

#Subject-header .Park-nav a {
	height: 56px;
	height: 3.5rem;
	line-height: 56px;
	line-height: 3.5rem;
	color: #fff;
	vertical-align: middle
}

@media (max-width:1024px) {
	#Subject-header {
		display: none
	}
}

#Subject-header nav {
	display: block;
	padding: 0
}

#Subject-header nav ul {
	padding: 0
}

#Subject-header nav #LocalNav-desktop {
	box-sizing: content-box;
	display: block;
	margin-bottom: 0;
	position: relative;
	z-index: 15
}

#Subject-header nav #LocalNav-desktop li {
	display: block;
	float: left
}

#Subject-header nav #LocalNav-desktop li.active,#Subject-header nav #LocalNav-desktop li:hover {
	background: #252525;
	color: #fff
}

#Subject-header nav #LocalNav-desktop li a {
	display: block;
	position: relative;
	float: left;
	padding: 0 15px;
	line-height: 56px;
	text-decoration: none;
	color: #fff
}

#Subject-header nav #LocalNav-desktop li ul {
	font-size: 12px;
	font-size: .75rem;
	position: absolute;
	display: none;
	top: 56px;
	width: 160px;
	background: #252525;
	z-index: -1;
	box-shadow: 0 2px 7px rgba(0,0,0,.45)
}

#Subject-header nav #LocalNav-desktop li ul li {
	display: block;
	width: 160px;
	box-sizing: content-box
}

#Subject-header nav #LocalNav-desktop li ul li a {
	display: block;
	float: none;
	color: #fff;
	line-height: normal;
	padding: 0 15px;
	box-sizing: content-box
}

#Subject-header nav #LocalNav-desktop li ul li a.active,#Subject-header nav #LocalNav-desktop li ul li a:hover {
	background: #436023;
	color: #fff
}

#Subject-header nav #LocalNav-desktop li ul li ul {
	position: absolute;
	left: 159px;
	top: 0;
	border-left: 1px solid #484848
}

#Subject-header nav #LocalNav-desktop>li>a>span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	position: relative
}

#Subject-header nav #LocalNav-desktop>li {
	padding-right: 10px
}

#Subject-header nav #LocalNav-desktop>li>a {
	width: 110px;
	height: 56px;
	line-height: normal;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	display: table
}

#Subject-header nav #LocalNav-desktop>li>a>span {
	padding: 0 5px
}

#Subject-header nav #LocalNav-desktop>li.has-sub>a:after {
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -5px;
	font-family: FontAwesome;
	content: "\f0d7";
	font-size: 10px
}

#Subject-header nav #LocalNav-desktop li ul li {
	display: table;
	height: 50px;
	position: relative
}

#Subject-header nav #LocalNav-desktop li ul li a {
	display: table-cell;
	vertical-align: middle
}

#Subject-header nav #LocalNav-desktop li.has-sub ul li.has-sub>a:after {
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 5px
}

#Subject-header nav #LocalNav-desktop li.open-left ul li.has-sub>a:after {
	right: auto;
	left: 5px;
	content: "\f0d9"
}

#Subject-header nav #LocalNav-desktop li.open-left ul li ul {
	left: -160px;
	border-right: 1px solid #484848
}

#Subject-header nav #LocalNav-desktop li.open-left li a {
	padding-left: 25px
}

#Subject-header nav #LocalNav-desktop li ul li:first-child ul {
	position: absolute;
	margin-top: 0
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(2) ul {
	position: absolute;
	margin-top: -50px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(3) ul {
	position: absolute;
	margin-top: -100px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(4) ul {
	position: absolute;
	margin-top: -150px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(5) ul {
	position: absolute;
	margin-top: -200px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(6) ul {
	position: absolute;
	margin-top: -250px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(7) ul {
	position: absolute;
	margin-top: -300px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(8) ul {
	position: absolute;
	margin-top: -350px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(9) ul {
	position: absolute;
	margin-top: -400px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(10) ul {
	position: absolute;
	margin-top: -450px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(11) ul {
	position: absolute;
	margin-top: -500px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(12) ul {
	position: absolute;
	margin-top: -550px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(13) ul {
	position: absolute;
	margin-top: -600px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(14) ul {
	position: absolute;
	margin-top: -650px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(15) ul {
	position: absolute;
	margin-top: -700px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(16) ul {
	position: absolute;
	margin-top: -750px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(17) ul {
	position: absolute;
	margin-top: -800px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(18) ul {
	position: absolute;
	margin-top: -850px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(19) ul {
	position: absolute;
	margin-top: -900px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(20) ul {
	position: absolute;
	margin-top: -950px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(21) ul {
	position: absolute;
	margin-top: -1000px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(22) ul {
	position: absolute;
	margin-top: -1050px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(23) ul {
	position: absolute;
	margin-top: -1100px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(24) ul {
	position: absolute;
	margin-top: -1150px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(25) ul {
	position: absolute;
	margin-top: -1200px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(26) ul {
	position: absolute;
	margin-top: -1250px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(27) ul {
	position: absolute;
	margin-top: -1300px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(28) ul {
	position: absolute;
	margin-top: -1350px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(29) ul {
	position: absolute;
	margin-top: -1400px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(30) ul {
	position: absolute;
	margin-top: -1450px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(31) ul {
	position: absolute;
	margin-top: -1500px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(32) ul {
	position: absolute;
	margin-top: -1550px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(33) ul {
	position: absolute;
	margin-top: -1600px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(34) ul {
	position: absolute;
	margin-top: -1650px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(35) ul {
	position: absolute;
	margin-top: -1700px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(36) ul {
	position: absolute;
	margin-top: -1750px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(37) ul {
	position: absolute;
	margin-top: -1800px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(38) ul {
	position: absolute;
	margin-top: -1850px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(39) ul {
	position: absolute;
	margin-top: -1900px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(40) ul {
	position: absolute;
	margin-top: -1950px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(41) ul {
	position: absolute;
	margin-top: -2000px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(42) ul {
	position: absolute;
	margin-top: -2050px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(43) ul {
	position: absolute;
	margin-top: -2100px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(44) ul {
	position: absolute;
	margin-top: -2150px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(45) ul {
	position: absolute;
	margin-top: -2200px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(46) ul {
	position: absolute;
	margin-top: -2250px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(47) ul {
	position: absolute;
	margin-top: -2300px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(48) ul {
	position: absolute;
	margin-top: -2350px
}

#Subject-header nav #LocalNav-desktop li ul li:nth-child(49) ul {
	position: absolute;
	margin-top: -2400px
}

.MainContent .Tag,.Tag {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-size: 1.375rem;
	font-family: Open Sans Condensed,sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 10px;
	margin: 0 0 .625rem;
	padding: 5px 8px 7px;
	padding: .3125rem .5rem .4375rem;
	text-transform: uppercase
}

@media print {
	.MainContent .Tag,.Tag {
		padding: 5px 0 7px;
		padding: .3125rem 0 .4375rem
	}
}

.MainContent .Tag.-green,.Tag.-green {
	background-color: #4b5e26
}

.MainContent .Tag.-small,.Tag.-small {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.2
}

.StructuredData .MainContent .Tag,.StructuredData .Tag {
	margin-bottom: 20px;
	margin-bottom: 1.25rem
}

.TextCallout {
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	padding: 16px 8px
}

.TextCallout--Info .TextCallout__Heading {
	color: #7f7565;
	font-size: 16px;
	padding-bottom: 8px
}

.TextCallout--Info .TextCallout__Body {
	color: #7f7565;
	font-style: italic
}

.TextContentHeader {
	line-height: 1.3;
	margin-bottom: 15px;
	margin-bottom: .9375rem;
	font-size: 16px;
	font-size: 1rem
}

@media screen and (min-width:300px) {
	.TextContentHeader {
		font-size: 106.25%
	}
}

@media screen and (min-width:534px) {
	.TextContentHeader {
		font-size: 112.5%
	}
}

@media screen and (min-width:768px) {
	.TextContentHeader {
		font-size: 118.75%
	}
}

.TextContentHeader-title {
	font-size: 40px;
	font-size: 2.5rem;
	margin: 0 0 20px;
	margin: 0 0 1.25rem
}

.ContentHeader h3 {
	color: #555;
	display: block;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.46;
	font-weight: 700;
	text-transform: uppercase;
	margin: 7px 0 0
}

.Thumbnails {
	list-style: none;
	margin: 20px -10px;
	padding: 0
}

.Thumbnails li {
	float: left;
	width: 100%
}

@media screen and (min-width:400px) {
	.Thumbnails li {
		width: 50%;
		padding: 0 10px
	}
}

@media screen and (min-width:600px) {
	.Thumbnails li {
		width: 33.33333%
	}
}

@media print {
	.Thumbnails li {
		padding: 10px;
		width: 33.33333%
	}
}

.Thumbnail {
	border: 1px solid #ccc;
	max-width: 240px;
	margin: 0 auto 30px;
	margin: 0 auto 1.875rem;
	width: 100%
}

@media screen and (min-width:768px) {
	.Thumbnail {
		margin: 0 0 30px;
		margin: 0 0 1.875rem
	}
}

.Thumbnail img {
	width: 100%
}

.Thumbnail-link:hover {
	text-decoration: none
}

.Thumbnail-text {
	background-color: #eee;
	color: #4f4f4f;
	display: block;
	font-size: 12px;
	font-size: .75rem;
	padding: 12px;
	padding: .75rem
}

.Thumbnail-text i {
	font-size: 16px;
	font-size: 1rem
}

.Thumbnail-text:hover {
	background-color: #e1e1e1
}

.Thumbnail-size {
	float: right
}

.Thumbnail-size i {
	font-size: 12px;
	font-size: .75rem
}

.TripIdeas {
	margin-top: 2em
}

.TripIdeas .ContentHeader h3 {
	margin-bottom: 0
}

.TripIdeas__DetailTable__Image img {
	max-height: 400px
}

.TripIdeas__DetailTable__Field {
	font-weight: 700;
	padding-left: 0!important;
	padding-right: 37px;
	text-transform: uppercase;
	vertical-align: top
}

@media (max-width:991px) {
	.TripIdeas__DetailTable table {
		margin-top: 1em
	}
}

@media screen and (min-width:400px) {
	.TripIdeas__Day .ListingResults-thumbnail {
		width: 200px
	}
}

.TripIdeas__Day .ListingResults-item .ListingMeta li {
	padding: 0
}

.TripIdeas__Day .ListingResults-item:first-of-type {
	margin-top: 0;
	padding-top: 0
}

.TripIdeas__Day__Header {
	border-top: 2px solid #555;
	border-bottom: 1px solid #999;
	font-family: Arial;
	font-size: 36px;
	font-weight: 700;
	line-height: 56px;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 40px
}

.TripIdeas__Day__ContentHeader--Park {
	font-size: 12px;
	color: #555;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase
}

.TripIdeas__Day__ContentHeader--Title {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	margin-top: 6px
}

.UtilityAlert {
	background-color: #821206;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	padding: 15px 0;
	padding: .9375rem 0;
	position: relative;
	z-index: 1
}

.UtilityAlert a,.UtilityAlert a:link,.UtilityAlert a:visited {
	color: #ffe9ab
}

.UtilityAlert a:active,.UtilityAlert a:focus,.UtilityAlert a:hover,.UtilityAlert a:visited:active,.UtilityAlert a:visited:focus,.UtilityAlert a:visited:hover {
	color: #ffe6a1
}

.UtilityAlert a:focus,.UtilityAlert a:hover {
	border-bottom-color: #ffe9ab
}

.UtilityAlert-text {
	position: relative;
	z-index: 1
}

@media screen and (min-width:768px) and (max-width:992px) {
	.UtilityAlert-text {
		margin-right: 110px
	}
}

.UtilityAlert-closeBtn {
	position: relative;
	z-index: 2
}

.UtilityAlert-closeBtn,.UtilityAlert-closeBtn:hover {
	background-color: #6a0f05
}

@media screen and (max-width:768px) {
	.UtilityAlert-closeBtn {
		float: right;
		margin: 0 0 10px 25px;
		margin: 0 0 .625rem 1.5625rem
	}
}

@media screen and (min-width:768px) {
	.UtilityAlert-closeBtn {
		height: 100%;
		padding: 0 20px;
		padding: 0 1.25rem;
		position: absolute;
		right: 0;
		top: 0
	}
}

.UtilityNav {
	background-color: #2d3334;
	display: block;
	background: none;
	bottom: 0;
	right: 0
}

.UtilityNav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	height: 56px;
	text-align: right;
	-webkit-margin-before: 0!important;
	-webkit-margin-after: 0!important;
	-webkit-padding-start: 0!important;
	overflow-y: hidden
}

@media (max-width:1024px) {
	.UtilityNav ul {
		width: 100%
	}
}

.UtilityNav li {
	border-top: 1px solid #555;
	overflow: hidden;
	text-align: center;
	position: relative;
	border-top: none;
	display: inline-block
}

.UtilityNav li:first-child {
	border: none
}

.UtilityNav li.active a {
	background-color: hsla(0,0%,100%,.3)
}

.UtilityNav li i {
	display: none
}

.UtilityNav a {
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	height: 56px;
	height: 3.5rem;
	padding: 9px 0;
	padding: .5625rem 0;
	display: inline-block;
	width: 75px;
	position: relative;
	text-align: center
}

.UtilityNav a:after,.UtilityNav a:before {
	content: " ";
	display: table
}

.UtilityNav a:after {
	clear: both
}

.UtilityNav a,.UtilityNav a:active,.UtilityNav a:focus,.UtilityNav a:hover,.UtilityNav a:link,.UtilityNav a:visited,.UtilityNav a:visited:active,.UtilityNav a:visited:focus,.UtilityNav a:visited:hover {
	color: #fff
}

@media screen and (min-width:366px) and (max-width:451px) {
	.UtilityNav a {
		width: 65px
	}
}

@media screen and (max-width:365px) {
	.UtilityNav a {
		width: 50px
	}
}

.UtilityNav a:active,.UtilityNav a:focus,.UtilityNav a:hover {
	background-color: hsla(0,0%,100%,.3);
	cursor: pointer;
	text-decoration: none
}

.UtilityNav a:active {
	background-color: hsla(0,0%,100%,.3)
}

.UtilityNav-text {
	-webkit-transition: opacity .3s ease,bottom .3s ease-in-out;
	transition: opacity .3s ease,bottom .3s ease-in-out;
	font-size: 10px;
	font-size: .625rem;
	padding-bottom: 3px;
	padding-bottom: .1875rem;
	display: block;
	text-shadow: #000 0 1px 0;
	text-transform: uppercase
}

.UtilityNav-text.-single {
	padding: 3px 0 5px;
	padding: .1875rem 0 .3125rem
}

@media screen and (min-width:768px) {
	.UtilityNav-text {
		border-radius: 5px;
		line-height: 1.2
	}
}

@media screen and (max-width:451px) {
	.UtilityNav-text {
		font-size: 8px;
		font-size: .5rem
	}
}

.UtilityNav .icon {
	height: 20px;
	text-align: center;
	width: 20px
}

.UtilityNav .UtilityNav-badge {
	font-size: 8px;
	font-size: .5rem;
	height: 12px;
	height: .75rem;
	line-height: 12px;
	line-height: .75rem;
	padding: 1px 3px;
	padding: .0625rem .1875rem;
	margin-left: 2.5px;
	margin-left: .15625rem;
	background-color: #c60606;
	position: absolute;
	right: 21px;
	text-align: center;
	top: 26px;
	vertical-align: middle
}

@media screen and (min-width:366px) and (max-width:486px) {
	.UtilityNav .UtilityNav-badge {
		right: 14px
	}
}

@media screen and (max-width:365px) {
	.UtilityNav .UtilityNav-badge {
		right: 8px
	}
}

@media screen and (min-width:1025px) {
	.UtilityNav {
		width: auto;
		margin: 0;
		position: relative
	}
}

@media screen and (max-width:1024px) {
	.UtilityNav {
		margin: 0 auto;
		position: relative
	}

	.UtilityNav ul {
		text-align: center
	}
}

.StructuredDataAlerts #alerts-toggle a {
	cursor: default
}

.Homepage .VideoHero {
	margin: 0 0 55px
}

@media screen and (min-width:768px) {
	.Homepage .VideoHero {
		margin-top: -55px
	}
}

.VideoHero-container {
	margin: 0 auto
}

@media screen and (min-width:960px) {
	.VideoHero-container {
		width: 960px
	}
}

.VideoHero-banner {
	background-color: #000;
	color: #fff;
	padding: 15px 20px;
	padding: .9375rem 1.25rem;
	position: relative
}

.VideoHero-banner a,.VideoHero-banner a:active,.VideoHero-banner a:focus,.VideoHero-banner a:hover,.VideoHero-banner a:link,.VideoHero-banner a:visited,.VideoHero-banner a:visited:active,.VideoHero-banner a:visited:focus,.VideoHero-banner a:visited:hover {
	color: #fff
}

.VideoHero-title {
	color: inherit!important;
	font-family: Arial,sans-serif;
	font-weight: 600;
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0
}

.VideoHero .icon {
	height: 90px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 90px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.VideoHero .icon:hover {
	opacity: .7
}

.VideoHero-text {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 10px;
	padding: 0 10px
}

.VideoHero-text a,.VideoHero-text a:active,.VideoHero-text a:focus,.VideoHero-text a:hover,.VideoHero-text a:link,.VideoHero-text a:visited,.VideoHero-text a:visited:active,.VideoHero-text a:visited:focus,.VideoHero-text a:visited:hover {
	color: #4b5e26
}

.VideoHero-toggle {
	background: none;
	margin: 0;
	padding: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.VideoHero-toggle:hover {
	background: none
}

.VideoHero-toggle:focus {
	background: none;
	border: 5px solid #000
}

.VideoHero-videoLink:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.VideoHero p {
	margin-bottom: 8px;
	margin-bottom: .5rem
}

.svg-alert,.svg-alert-active,.svg-alert-caution,.svg-alert-closure,.svg-alert-danger,.svg-alert-information,.svg-arrow_head,.svg-bars-square,.svg-basic-info_electricity,.svg-basic-info_group,.svg-basic-info_horse,.svg-basic-info_info,.svg-basic-info_other,.svg-basic-info_reservations,.svg-basic-info_rv,.svg-basic-info_tent,.svg-basic-info_tooltip,.svg-basic-info_walk,.svg-bookstore,.svg-calendar,.svg-camera-alt,.svg-check,.svg-circle-arrow_up,.svg-compass,.svg-datepicker,.svg-facebook,.svg-fall,.svg-faq,.svg-flickr,.svg-foursquare,.svg-heading-icon_campground,.svg-heading-icon_checkbox,.svg-heading-icon_clock,.svg-heading-icon_info,.svg-heading-icon_map-pin,.svg-heading-icon_money,.svg-heading-icon_undo,.svg-hiking,.svg-hiking-square,.svg-info,.svg-instagram,.svg-instagram-dark,.svg-itunes,.svg-location,.svg-location-square,.svg-money-square,.svg-nps-logo,.svg-pinterest,.svg-play,.svg-plus-sign,.svg-spring,.svg-summer,.svg-sun-square,.svg-tent-square,.svg-tooltip,.svg-tumblr,.svg-twitter,.svg-winter,.svg-youtube {
	background: url(svg/sprite.css-9a81bf6c.svg) no-repeat
}

.svg-alert {
	background-position: 97.41853312302838% 74.26785714285714%
}

.svg-alert-dims {
	width: 40px;
	height: 40px
}

.svg-alert-active {
	background-position: 94.4356120826709% 55.85585585585586%
}

.svg-alert-active-dims {
	width: 50px;
	height: 50px
}

.svg-alert-caution {
	background-position: 94.26395899053627% 70.69642857142857%
}

.svg-alert-caution-dims {
	width: 40px;
	height: 40px
}

.svg-alert-closure {
	background-position: 99.63023437499999% 69.9469964664311%
}

.svg-alert-closure-dims {
	width: 28px;
	height: 28px
}

.svg-alert-danger {
	background-position: 97.41853312302838% 70.69642857142857%
}

.svg-alert-danger-dims {
	width: 40px;
	height: 40px
}

.svg-alert-information {
	background-position: 0 0
}

.svg-alert-information-dims {
	width: 688px;
	height: 688px
}

.svg-arrow_head {
	background-position: 76.33278145695364% 74.69811320754717%
}

.svg-arrow_head-dims {
	width: 100px;
	height: 100px
}

.svg-bars-square {
	background-position: 90.46104928457869% 55.85585585585586%
}

.svg-bars-square-dims {
	width: 50px;
	height: 50px
}

.svg-basic-info_electricity {
	background-position: 69.83670295489891% 80.21968365553603%
}

.svg-basic-info_electricity-dims {
	width: 22px;
	height: 22px
}

.svg-basic-info_group {
	background-position: 68.17546583850931% 80.21968365553603%
}

.svg-basic-info_group-dims {
	width: 20px;
	height: 22px
}

.svg-basic-info_horse {
	background-position: 99.1653965785381% 73.22183098591549%
}

.svg-basic-info_horse-dims {
	width: 22px;
	height: 24px
}

.svg-basic-info_info {
	background-position: 54.883720930232556% 58.66900175131349%
}

.svg-basic-info_info-dims {
	width: 18px;
	height: 18px
}

.svg-basic-info_other {
	background-position: 66.57076205287714% 80.21968365553603%
}

.svg-basic-info_other-dims {
	width: 22px;
	height: 22px
}

.svg-basic-info_reservations {
	background-position: 60.3875968992248% 58.66900175131349%
}

.svg-basic-info_reservations-dims {
	width: 18px;
	height: 18px
}

.svg-basic-info_rv {
	background-position: 71.54743390357699% 80.21968365553603%
}

.svg-basic-info_rv-dims {
	width: 22px;
	height: 22px
}

.svg-basic-info_tent {
	background-position: 71.70295489891136% 78.29675153643547%
}

.svg-basic-info_tent-dims {
	width: 22px;
	height: 21px
}

.svg-basic-info_tooltip {
	background-position: 64.83268482490273% 80.29023746701847%
}

.svg-basic-info_tooltip-dims {
	width: 23px;
	height: 23px
}

.svg-basic-info_walk {
	background-position: 63.07153965785381% 80.29023746701847%
}

.svg-basic-info_walk-dims {
	width: 22px;
	height: 23px
}

.svg-bookstore {
	background-position: 70.22428460943541% 58.51528384279476%
}

.svg-bookstore-dims {
	width: 15px;
	height: 15px
}

.svg-calendar {
	background-position: 58.99842271293375% 81.50892857142857%
}

.svg-calendar-dims {
	width: 40px;
	height: 40px
}

.svg-camera-alt {
	background-position: 53.41614906832298% 58.66900175131349%
}

.svg-camera-alt-dims {
	width: 20px;
	height: 18px
}

.svg-check {
	background-position: 94.26395899053627% 74.26785714285714%
}

.svg-check-dims {
	width: 40px;
	height: 40px
}

.svg-circle-arrow_up {
	background-position: 74.56279809220986% 55.85585585585586%
}

.svg-circle-arrow_up-dims {
	width: 50px;
	height: 50px
}

.svg-compass {
	background-position: 93.15397350993378% 64.90566037735849%
}

.svg-compass-dims {
	width: 100px;
	height: 100px
}

.svg-datepicker {
	background-position: 82.51192368839428% 55.85585585585586%
}

.svg-datepicker-dims {
	width: 50px;
	height: 50px
}

.svg-facebook {
	background-position: 65.58391337973704% 58.51528384279476%
}

.svg-facebook-dims {
	width: 15px;
	height: 15px
}

.svg-fall {
	background-position: 86.48648648648648% 55.85585585585586%
}

.svg-fall-dims {
	width: 50px;
	height: 50px
}

.svg-faq {
	background-position: 100% 0
}

.svg-faq-dims {
	width: 620px;
	height: 620px
}

.svg-flickr {
	background-position: 64.42382057231245% 58.51528384279476%
}

.svg-flickr-dims {
	width: 15px;
	height: 15px
}

.svg-foursquare {
	background-position: 71.38437741686002% 58.51528384279476%
}

.svg-foursquare-dims {
	width: 15px;
	height: 15px
}

.svg-heading-icon_campground {
	background-position: 63.17829457364341% 58.66900175131349%
}

.svg-heading-icon_campground-dims {
	width: 18px;
	height: 18px
}

.svg-heading-icon_checkbox {
	background-position: 57.5968992248062% 58.66900175131349%
}

.svg-heading-icon_checkbox-dims {
	width: 18px;
	height: 18px
}

.svg-heading-icon_clock {
	background-position: 56.23547637490318% 58.66900175131349%
}

.svg-heading-icon_clock-dims {
	width: 17px;
	height: 18px
}

.svg-heading-icon_info {
	background-position: 58.992248062015506% 58.66900175131349%
}

.svg-heading-icon_info-dims {
	width: 18px;
	height: 18px
}

.svg-heading-icon_map-pin {
	background-position: 99.69040247678019% 54.52946350043975%
}

.svg-heading-icon_map-pin-dims {
	width: 16px;
	height: 23px
}

.svg-heading-icon_money {
	background-position: 61.78294573643411% 58.66900175131349%
}

.svg-heading-icon_money-dims {
	width: 18px;
	height: 18px
}

.svg-heading-icon_undo {
	background-position: 99.69040247678019% 56.50263620386643%
}

.svg-heading-icon_undo-dims {
	width: 16px;
	height: 22px
}

.svg-hiking {
	background-position: 90.79605138006568% 73.53043601004055%
}

.svg-hiking-dims {
	width: 83.167px;
	height: 83.167px
}

.svg-hiking-square {
	background-position: 98.41017488076312% 55.85585585585586%
}

.svg-hiking-square-dims {
	width: 50px;
	height: 50px
}

.svg-info {
	background-position: 99.9566843866903% 65.79006017383553%
}

.svg-info-dims {
	width: 38.25px;
	height: 38.25px
}

.svg-instagram {
	background-position: 84.85576923076923% 65.13917818594963%
}

.svg-instagram-dims {
	width: 101.6px;
	height: 103.8px
}

.svg-instagram-dark {
	background-position: 76.43401856763926% 65.13917818594963%
}

.svg-instagram-dark-dims {
	width: 101.6px;
	height: 103.8px
}

.svg-itunes {
	background-position: 45.688233582306715% 83.22245070763275%
}

.svg-itunes-dims {
	width: 277.1px;
	height: 333.3px
}

.svg-location {
	background-position: 99.86374741589927% 61.58241750372807%
}

.svg-location-dims {
	width: 30.96px;
	height: 42.798px
}

.svg-location-square {
	background-position: 97.4006359300477% 61.98198198198198%
}

.svg-location-square-dims {
	width: 50px;
	height: 50px
}

.svg-money-square {
	background-position: 58.66454689984102% 55.85585585585586%
}

.svg-money-square-dims {
	width: 50px;
	height: 50px
}

.svg-nps-logo {
	background-position: 65.9700176366843% 73.57501871457598%
}

.svg-nps-logo-dims {
	width: 174px;
	height: 224.9px
}

.svg-pinterest {
	background-position: 96.93062257732775% 66.12310724845445%
}

.svg-pinterest-dims {
	width: 43.9px;
	height: 43.9px
}

.svg-play {
	background-position: 83.91625615763547% 74%
}

.svg-play-dims {
	width: 90px;
	height: 90px
}

.svg-plus-sign {
	background-position: 0 99.91867084930871%
}

.svg-plus-sign-dims {
	width: 471px;
	height: 471.44px
}

.svg-spring {
	background-position: 70.58823529411765% 55.85585585585586%
}

.svg-spring-dims {
	width: 50px;
	height: 50px
}

.svg-summer {
	background-position: 66.61367249602544% 55.85585585585586%
}

.svg-summer-dims {
	width: 50px;
	height: 50px
}

.svg-sun-square {
	background-position: 54.689984101748806% 55.85585585585586%
}

.svg-sun-square-dims {
	width: 50px;
	height: 50px
}

.svg-tent-square {
	background-position: 62.63910969793323% 55.85585585585586%
}

.svg-tent-square-dims {
	width: 50px;
	height: 50px
}

.svg-tooltip {
	background-position: 61.3307392996109% 80.29023746701847%
}

.svg-tooltip-dims {
	width: 23px;
	height: 23px
}

.svg-tumblr {
	background-position: 67.90409899458623% 58.51528384279476%
}

.svg-tumblr-dims {
	width: 15px;
	height: 15px
}

.svg-twitter {
	background-position: 69.06419180201082% 58.51528384279476%
}

.svg-twitter-dims {
	width: 15px;
	height: 15px
}

.svg-winter {
	background-position: 78.53736089030207% 55.85585585585586%
}

.svg-winter-dims {
	width: 50px;
	height: 50px
}

.svg-youtube {
	background-position: 66.74400618716165% 58.51528384279476%
}

.svg-youtube-dims {
	width: 15px;
	height: 15px
}

.sm {
	position: relative;
	z-index: 9999
}

.sm,.sm li,.sm ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	text-align: left;
	-webkit-tap-highlight-color: transparent
}

.sm-rtl,.sm-rtl li,.sm-rtl ul {
	direction: rtl;
	text-align: right
}

.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6 {
	margin: 0;
	padding: 0
}

.sm ul {
	display: none
}

.sm a,.sm li {
	position: relative
}

.sm a {
	display: block
}

.sm a.disabled {
	cursor: not-allowed
}

.sm:after {
	content: "\00a0";
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

.sm,.sm *,.sm :after,.sm :before {
	box-sizing: border-box
}

.navbar-nav:not(.sm-collapsible) ul .caret {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
	padding-right: 30px
}

.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
	border-style: solid
}

.navbar-nav.sm-collapsible .caret:before {
	content: "+";
	font-family: monospace;
	font-weight: 700
}

.navbar-nav.sm-collapsible .open>a>.caret:before {
	content: "-"
}

.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 50px
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret,.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: ""!important
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px
}

.navbar-nav span.scroll-down,.navbar-nav span.scroll-up {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center
}

.navbar-nav span.scroll-down-arrow,.navbar-nav span.scroll-up-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent
}

.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent
}

.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header,.navbar-nav.sm-collapsible ul .dropdown-menu>li>a {
	padding-left: 35px
}

.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header,.navbar-nav.sm-collapsible ul ul .dropdown-menu>li>a {
	padding-left: 45px
}

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header,.navbar-nav.sm-collapsible ul ul ul .dropdown-menu>li>a {
	padding-left: 55px
}

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header,.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu>li>a {
	padding-left: 65px
}

.navbar-nav .dropdown-menu>li>a {
	white-space: normal
}

.navbar-nav ul.sm-nowrap>li>a {
	white-space: nowrap
}

.navbar-nav.sm-collapsible ul.sm-nowrap>li>a {
	white-space: normal
}

.navbar-right ul.dropdown-menu {
	left: 0;
	right: auto
}

.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
	box-shadow: 0 0 12px rgba(51,51,51,.5)
}

.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-horizontal .twentytwenty-handle:before {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px
}

.twentytwenty-vertical .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px
}

.twentytwenty-after-label,.twentytwenty-before-label,.twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

.twentytwenty-after-label,.twentytwenty-before-label {
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.twentytwenty-after-label:before,.twentytwenty-before-label:before {
	color: #fff;
	font-size: 13px;
	letter-spacing: .1em;
	position: absolute;
	background: hsla(0,0%,100%,.2);
	line-height: 38px;
	padding: 0 20px;
	border-radius: 2px
}

.twentytwenty-horizontal .twentytwenty-after-label:before,.twentytwenty-horizontal .twentytwenty-before-label:before {
	top: 50%;
	margin-top: -19px
}

.twentytwenty-vertical .twentytwenty-after-label:before,.twentytwenty-vertical .twentytwenty-before-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px
}

.twentytwenty-down-arrow,.twentytwenty-left-arrow,.twentytwenty-right-arrow,.twentytwenty-up-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute
}

.twentytwenty-left-arrow,.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px
}

.twentytwenty-down-arrow,.twentytwenty-up-arrow {
	left: 50%;
	margin-left: -6px
}

.twentytwenty-container {
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none
}

.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block
}

.twentytwenty-container.active .twentytwenty-overlay,.twentytwenty-container.active :hover.twentytwenty-overlay {
	background: transparent
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
	opacity: 0
}

.twentytwenty-container * {
	box-sizing: content-box
}

.twentytwenty-before-label {
	opacity: 0
}

.twentytwenty-before-label:before {
	content: "Before"
}

.twentytwenty-after-label {
	opacity: 0
}

.twentytwenty-after-label:before {
	content: "After"
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px
}

.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px
}

.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px
}

.twentytwenty-overlay {
	-webkit-transition-property: background;
	transition-property: background;
	background: transparent;
	z-index: 25
}

.twentytwenty-overlay:hover {
	background: rgba(0,0,0,.5)
}

.twentytwenty-overlay:hover .twentytwenty-after-label,.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1
}

.twentytwenty-before {
	z-index: 20
}

.twentytwenty-after {
	z-index: 10
}

.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid #fff;
	border-radius: 1000px;
	box-shadow: 0 0 12px rgba(51,51,51,.5);
	z-index: 40;
	cursor: pointer
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	box-shadow: 0 3px 0 #fff,0 0 12px rgba(51,51,51,.5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	box-shadow: 0 -3px 0 #fff,0 0 12px rgba(51,51,51,.5)
}

.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	box-shadow: 3px 0 0 #fff,0 0 12px rgba(51,51,51,.5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	box-shadow: -3px 0 0 #fff,0 0 12px rgba(51,51,51,.5)
}

.twentytwenty-left-arrow {
	border-right: 6px solid #fff;
	left: 50%;
	margin-left: -17px
}

.twentytwenty-right-arrow {
	border-left: 6px solid #fff;
	right: 50%;
	margin-right: -17px
}

.twentytwenty-up-arrow {
	border-bottom: 6px solid #fff;
	top: 50%;
	margin-top: -17px
}

.twentytwenty-down-arrow {
	border-top: 6px solid #fff;
	bottom: 50%;
	margin-bottom: -17px
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform,height;
	transition-property: transform,height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: hsla(0,0%,100%,.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: c 1s steps(12) infinite;
	animation: c 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes c {
	to {
		-webkit-transform: rotate(1turn)
	}
}

@keyframes c {
	to {
		transform: rotate(1turn)
	}
}
/*# sourceMappingURL=main.min.css.map */