/*! 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: bold
}

dfn {
	font-style: italic
}

h1,
.sub-banner #sub-banner-container>* {
	font-size: 2em;
	margin: 0.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: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	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"] {
	-webkit-box-sizing: border-box;
	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;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=78.75em&xxlarge=90em"
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

body {
	margin: 0;
	padding: 0;
	background: #141414;
	font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important
}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: auto
}

[data-whatinput='mouse'] button {
	outline: 0
}

pre {
	overflow: auto
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit
}

.is-visible {
	display: block !important
}

.is-hidden {
	display: none !important
}

.row {
	max-width: 90rem;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.row .row {
	margin-right: -.55556rem;
	margin-left: -.55556rem
}

@media print,
screen and (min-width: 40em) {
	.row .row {
		margin-right: -.83333rem;
		margin-left: -.83333rem
	}
}

@media print,
screen and (min-width: 64em) {
	.row .row {
		margin-right: -.83333rem;
		margin-left: -.83333rem
	}
}

@media screen and (min-width: 78.75em) {
	.row .row {
		margin-right: -.83333rem;
		margin-left: -.83333rem
	}
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0
}

.row.expanded {
	max-width: none
}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto
}

.row:not(.expanded) .row {
	max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
	margin-right: 0;
	margin-left: 0
}

.column,
.columns {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding-right: .55556rem;
	padding-left: .55556rem;
	min-width: 0
}

@media print,
screen and (min-width: 40em) {
	.column,
	.columns {
		padding-right: .83333rem;
		padding-left: .83333rem
	}
}

.column.row.row,
.row.row.columns {
	float: none;
	display: block
}

.row .column.row.row,
.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}

.small-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.small-offset-0 {
	margin-left: 0%
}

.small-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.small-offset-1 {
	margin-left: 8.33333%
}

.small-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.small-offset-2 {
	margin-left: 16.66667%
}

.small-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.small-offset-3 {
	margin-left: 25%
}

.small-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.small-offset-4 {
	margin-left: 33.33333%
}

.small-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.small-offset-5 {
	margin-left: 41.66667%
}

.small-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.small-offset-6 {
	margin-left: 50%
}

.small-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.small-offset-7 {
	margin-left: 58.33333%
}

.small-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.small-offset-8 {
	margin-left: 66.66667%
}

.small-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.small-offset-9 {
	margin-left: 75%
}

.small-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.small-offset-10 {
	margin-left: 83.33333%
}

.small-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.small-offset-11 {
	margin-left: 91.66667%
}

.small-up-1 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.small-up-2 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.small-up-3 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.small-up-4 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.small-up-5 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.small-up-6 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.small-up-7 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%
}

.small-up-8 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
	padding-right: .55556rem;
	padding-left: .55556rem
}

@media print,
screen and (min-width: 40em) {
	.medium-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.medium-offset-0 {
		margin-left: 0%
	}
	.medium-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.medium-offset-1 {
		margin-left: 8.33333%
	}
	.medium-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.medium-offset-2 {
		margin-left: 16.66667%
	}
	.medium-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.medium-offset-3 {
		margin-left: 25%
	}
	.medium-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.medium-offset-4 {
		margin-left: 33.33333%
	}
	.medium-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.medium-offset-5 {
		margin-left: 41.66667%
	}
	.medium-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.medium-offset-6 {
		margin-left: 50%
	}
	.medium-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.medium-offset-7 {
		margin-left: 58.33333%
	}
	.medium-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.medium-offset-8 {
		margin-left: 66.66667%
	}
	.medium-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.medium-offset-9 {
		margin-left: 75%
	}
	.medium-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.medium-offset-10 {
		margin-left: 83.33333%
	}
	.medium-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.medium-offset-11 {
		margin-left: 91.66667%
	}
	.medium-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-1>.column,
	.medium-up-1>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.medium-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-2>.column,
	.medium-up-2>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.medium-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-3>.column,
	.medium-up-3>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.medium-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-4>.column,
	.medium-up-4>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.medium-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-5>.column,
	.medium-up-5>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.medium-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-6>.column,
	.medium-up-6>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.medium-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-7>.column,
	.medium-up-7>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.medium-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-8>.column,
	.medium-up-8>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
	.medium-expand {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

@media print,
screen and (min-width: 40em) {
	.row.medium-unstack>.column,
	.row.medium-unstack>.columns {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-collapse>.column,
	.medium-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-right: .83333rem;
		padding-left: .83333rem
	}
}

@media print,
screen and (min-width: 64em) {
	.large-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.large-offset-0 {
		margin-left: 0%
	}
	.large-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.large-offset-1 {
		margin-left: 8.33333%
	}
	.large-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.large-offset-2 {
		margin-left: 16.66667%
	}
	.large-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.large-offset-3 {
		margin-left: 25%
	}
	.large-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.large-offset-4 {
		margin-left: 33.33333%
	}
	.large-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.large-offset-5 {
		margin-left: 41.66667%
	}
	.large-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.large-offset-6 {
		margin-left: 50%
	}
	.large-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.large-offset-7 {
		margin-left: 58.33333%
	}
	.large-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.large-offset-8 {
		margin-left: 66.66667%
	}
	.large-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.large-offset-9 {
		margin-left: 75%
	}
	.large-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.large-offset-10 {
		margin-left: 83.33333%
	}
	.large-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.large-offset-11 {
		margin-left: 91.66667%
	}
	.large-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-1>.column,
	.large-up-1>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.large-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-2>.column,
	.large-up-2>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.large-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-3>.column,
	.large-up-3>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.large-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-4>.column,
	.large-up-4>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.large-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-5>.column,
	.large-up-5>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.large-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-6>.column,
	.large-up-6>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.large-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-7>.column,
	.large-up-7>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.large-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-8>.column,
	.large-up-8>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media print,
screen and (min-width: 64em) and (min-width: 64em) {
	.large-expand {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

@media print,
screen and (min-width: 64em) {
	.row.large-unstack>.column,
	.row.large-unstack>.columns {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

@media print,
screen and (min-width: 64em) {
	.large-collapse>.column,
	.large-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-right: .83333rem;
		padding-left: .83333rem
	}
}

@media screen and (min-width: 78.75em) {
	.xlarge-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.xlarge-offset-0 {
		margin-left: 0%
	}
	.xlarge-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.xlarge-offset-1 {
		margin-left: 8.33333%
	}
	.xlarge-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.xlarge-offset-2 {
		margin-left: 16.66667%
	}
	.xlarge-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.xlarge-offset-3 {
		margin-left: 25%
	}
	.xlarge-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.xlarge-offset-4 {
		margin-left: 33.33333%
	}
	.xlarge-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.xlarge-offset-5 {
		margin-left: 41.66667%
	}
	.xlarge-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.xlarge-offset-6 {
		margin-left: 50%
	}
	.xlarge-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.xlarge-offset-7 {
		margin-left: 58.33333%
	}
	.xlarge-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.xlarge-offset-8 {
		margin-left: 66.66667%
	}
	.xlarge-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.xlarge-offset-9 {
		margin-left: 75%
	}
	.xlarge-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.xlarge-offset-10 {
		margin-left: 83.33333%
	}
	.xlarge-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.xlarge-offset-11 {
		margin-left: 91.66667%
	}
	.xlarge-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-1>.column,
	.xlarge-up-1>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.xlarge-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-2>.column,
	.xlarge-up-2>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.xlarge-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-3>.column,
	.xlarge-up-3>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.xlarge-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-4>.column,
	.xlarge-up-4>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.xlarge-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-5>.column,
	.xlarge-up-5>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.xlarge-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-6>.column,
	.xlarge-up-6>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.xlarge-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-7>.column,
	.xlarge-up-7>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.xlarge-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.xlarge-up-8>.column,
	.xlarge-up-8>.columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media screen and (min-width: 78.75em) and (min-width: 78.75em) {
	.xlarge-expand {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.xlarge-unstack>.column,
.row.xlarge-unstack>.columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

@media screen and (min-width: 78.75em) {
	.row.xlarge-unstack>.column,
	.row.xlarge-unstack>.columns {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

@media screen and (min-width: 78.75em) {
	.xlarge-collapse>.column,
	.xlarge-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.xlarge-uncollapse>.column,
	.xlarge-uncollapse>.columns {
		padding-right: .83333rem;
		padding-left: .83333rem
	}
}

.shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%
}

.column-block {
	margin-bottom: 1.11111rem
}

.column-block>:last-child {
	margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
	.column-block {
		margin-bottom: 1.66667rem
	}
	.column-block>:last-child {
		margin-bottom: 0
	}
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.sub-banner #sub-banner-container>*,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

p {
	margin-bottom: 1.66667rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility
}

em,
i {
	font-style: italic;
	line-height: inherit
}

strong,
b {
	font-weight: bold;
	line-height: inherit
}

small {
	font-size: 80%;
	line-height: inherit
}

h1,
.sub-banner #sub-banner-container>*,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: bold;
	color: inherit;
	text-rendering: optimizeLegibility
}

h1 small,
.sub-banner #sub-banner-container>* small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
	line-height: 0;
	color: #cacaca
}

h1,
.sub-banner #sub-banner-container>*,
.h1 {
	font-size: 1.55556rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.66667rem
}

h2,
.h2 {
	font-size: 1.44444rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.66667rem
}

h3,
.h3 {
	font-size: 1.22222rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.66667rem
}

h4,
.h4 {
	font-size: 1.22222rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.66667rem
}

h5,
.h5 {
	font-size: 1.11111rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.66667rem
}

h6,
.h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.66667rem
}

@media print,
screen and (min-width: 40em) {
	h1,
	.sub-banner #sub-banner-container>*,
	.h1 {
		font-size: 2rem
	}
	h2,
	.h2 {
		font-size: 1.55556rem;
	}
	h3,
	.h3 {
		font-size: 1.9rem;
	}
	h4,
	.h4 {
		font-size: 1.33333rem
	}
	h5,
	.h5 {
		font-size: 1.22222rem
	}
	h6,
	.h6 {
		font-size: 1.6rem;
	}
}

a {
	line-height: inherit;
	color: #FFCE01;
	text-decoration: none;
	cursor: pointer
}

a:hover,
a:focus {
	color: #dcb200
}

a img {
	border: 0
}

hr {
	clear: both;
	max-width: 70rem;
	height: 0;
	margin: 1.66667rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0
}

ul,
ol,
dl {
	margin-bottom: 1.66667rem;
	list-style-position: outside;
	line-height: 1.6
}

li {
	font-size: inherit
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc
}

ol {
	margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0
}

dl {
	margin-bottom: 1rem
}

dl dt {
	margin-bottom: .3rem;
	font-weight: bold
}

blockquote {
	margin: 0 0 1.66667rem;
	padding: .5rem 1.11111rem 0 1.05556rem;
	border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
	line-height: 1.6;
	color: #333
}

cite {
	display: block;
	font-size: .72222rem;
	color: #8a8a8a
}

cite:before {
	content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â "
}

abbr,
abbr[title] {
	border-bottom: 1px dotted #0a0a0a;
	cursor: help;
	text-decoration: none
}

figure {
	margin: 0
}

code {
	padding: .11111rem .27778rem .05556rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a
}

kbd {
	margin: 0;
	padding: .11111rem .22222rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #0a0a0a
}

.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a
}

.lead {
	font-size: 22.5px;
	line-height: 1.6
}

.stat {
	font-size: 2.5rem;
	line-height: 1
}

p+.stat {
	margin-top: -1rem
}

ul.no-bullet,
ol.no-bullet {
	margin-left: 0;
	list-style: none
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

@media print,
screen and (min-width: 40em) {
	.medium-text-left {
		text-align: left
	}
	.medium-text-right {
		text-align: right
	}
	.medium-text-center {
		text-align: center
	}
	.medium-text-justify {
		text-align: justify
	}
}

@media print,
screen and (min-width: 64em) {
	.large-text-left {
		text-align: left
	}
	.large-text-right {
		text-align: right
	}
	.large-text-center {
		text-align: center
	}
	.large-text-justify {
		text-align: justify
	}
}

@media screen and (min-width: 78.75em) {
	.xlarge-text-left {
		text-align: left
	}
	.xlarge-text-right {
		text-align: right
	}
	.xlarge-text-center {
		text-align: center
	}
	.xlarge-text-justify {
		text-align: justify
	}
}

.show-for-print {
	display: none !important
}

@media print {
	* {
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		color: black !important;
		text-shadow: none !important
	}
	.show-for-print {
		display: block !important
	}
	.hide-for-print {
		display: none !important
	}
	table.show-for-print {
		display: table !important
	}
	thead.show-for-print {
		display: table-header-group !important
	}
	tbody.show-for-print {
		display: table-row-group !important
	}
	tr.show-for-print {
		display: table-row !important
	}
	td.show-for-print {
		display: table-cell !important
	}
	th.show-for-print {
		display: table-cell !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: ''
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	pre,
	blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	@page {
		margin: 0.5cm
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.print-break-inside {
		page-break-inside: auto
	}
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2.07778rem;
	margin: 0 0 .88889rem;
	padding: .44444rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	font-family: inherit;
	font-size: .88889rem;
	font-weight: normal;
	line-height: 1.4;
	color: #0a0a0a;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

textarea {
	max-width: 100%
}

textarea[rows] {
	height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #cacaca
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #cacaca
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cacaca
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #cacaca
}

input::placeholder,
textarea::placeholder {
	color: #cacaca
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed
}

[type='submit'],
[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

[type='file'],
[type='checkbox'],
[type='radio'] {
	margin: 0 0 .88889rem
}

[type='checkbox']+label,
[type='radio']+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .44444rem;
	margin-right: .88889rem;
	margin-bottom: 0
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
	cursor: pointer
}

label>[type='checkbox'],
label>[type='radio'] {
	margin-right: .44444rem
}

[type='file'] {
	width: 100%
}

label {
	display: block;
	margin: 0;
	font-size: .77778rem;
	font-weight: normal;
	line-height: 1.8;
	color: #0a0a0a
}

label.middle {
	margin: 0 0 .88889rem;
	padding: .5rem 0
}

.help-text {
	margin-top: -.44444rem;
	font-size: .72222rem;
	font-style: italic;
	color: #0a0a0a
}

.input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: .88889rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.input-group>:first-child {
	border-radius: 0 0 0 0
}

.input-group>:last-child>* {
	border-radius: 0 0 0 0
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	margin: 0;
	white-space: nowrap
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #0a0a0a;
	text-align: center;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.input-group-label:first-child {
	border-right: 0
}

.input-group-label:last-child {
	border-left: 0
}

.input-group-field {
	border-radius: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto;
	min-width: 0
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	height: auto;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding-top: 0;
	padding-bottom: 0;
	font-size: .88889rem
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	max-width: 100%;
	margin-bottom: .44444rem
}

.fieldset {
	margin: 1rem 0;
	padding: 1.11111rem;
	border: 1px solid #cacaca
}

.fieldset legend {
	margin: 0;
	margin-left: -.16667rem;
	padding: 0 .16667rem
}

select {
	height: 2.07778rem;
	margin: 0 0 .88889rem;
	padding: .44444rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: .88889rem;
	font-weight: normal;
	line-height: 1.4;
	color: #0a0a0a;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -.88889rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.33333rem;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

@media screen and (min-width: 0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
	}
}

select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed
}

select::-ms-expand {
	display: none
}

select[multiple] {
	height: auto;
	background-image: none
}

.is-invalid-input:not(:focus) {
	border-color: #cc4b37;
	background-color: #f9ecea
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #cc4b37
}

.is-invalid-input:not(:focus)::-moz-placeholder {
	color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #cc4b37
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
	color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
	color: #cc4b37
}

.is-invalid-label {
	color: #cc4b37
}

.form-error {
	display: none;
	margin-top: -.44444rem;
	margin-bottom: .88889rem;
	font-size: .66667rem;
	font-weight: bold;
	color: #cc4b37
}

.form-error.is-visible {
	display: block
}

.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1.66667rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #FFCE01;
	color: #0a0a0a
}

[data-whatinput='mouse'] .button {
	outline: 0
}

.button:hover,
.button:focus {
	background-color: #dab000;
	color: #0a0a0a
}

.button.tiny {
	font-size: .6rem
}

.button.small {
	font-size: .75rem
}

.button.large {
	font-size: 1.25rem
}

.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

.button.primary {
	background-color: #FFCE01;
	color: #0a0a0a
}

.button.primary:hover,
.button.primary:focus {
	background-color: #cda500;
	color: #0a0a0a
}

.button.secondary {
	background-color: #007647;
	color: #0a0a0a
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #005e39;
	color: #0a0a0a
}

.button.success {
	background-color: #3adb76;
	color: #0a0a0a
}

.button.success:hover,
.button.success:focus {
	background-color: #22bb5b;
	color: #0a0a0a
}

.button.warning {
	background-color: #ffae00;
	color: #0a0a0a
}

.button.warning:hover,
.button.warning:focus {
	background-color: #cc8b00;
	color: #0a0a0a
}

.button.alert {
	background-color: #cc4b37;
	color: #0a0a0a
}

.button.alert:hover,
.button.alert:focus {
	background-color: #a53b2a;
	color: #0a0a0a
}

.button.disabled,
.button[disabled] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
	background-color: #FFCE01;
	color: #0a0a0a
}

.button.disabled.primary,
.button[disabled].primary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
	background-color: #FFCE01;
	color: #0a0a0a
}

.button.disabled.secondary,
.button[disabled].secondary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
	background-color: #007647;
	color: #0a0a0a
}

.button.disabled.success,
.button[disabled].success {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
	background-color: #3adb76;
	color: #0a0a0a
}

.button.disabled.warning,
.button[disabled].warning {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
	background-color: #ffae00;
	color: #0a0a0a
}

.button.disabled.alert,
.button[disabled].alert {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
	background-color: #cc4b37;
	color: #0a0a0a
}

.button.hollow {
	border: 1px solid #FFCE01;
	color: #FFCE01
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
	background-color: transparent
}

.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
	background-color: transparent
}

.button.hollow:hover,
.button.hollow:focus {
	border-color: #806700;
	color: #806700
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
	border: 1px solid #FFCE01;
	color: #FFCE01
}

.button.hollow.primary {
	border: 1px solid #FFCE01;
	color: #FFCE01
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
	border-color: #806700;
	color: #806700
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
	border: 1px solid #FFCE01;
	color: #FFCE01
}

.button.hollow.secondary {
	border: 1px solid #007647;
	color: #007647
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
	border-color: #003b24;
	color: #003b24
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
	border: 1px solid #007647;
	color: #007647
}

.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.hollow.success:hover,
.button.hollow.success:focus {
	border-color: #157539;
	color: #157539
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
	border-color: #805700;
	color: #805700
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
	border-color: #67251a;
	color: #67251a
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.clear {
	border: 1px solid #FFCE01;
	color: #FFCE01
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
	background-color: transparent
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
	background-color: transparent
}

.button.clear:hover,
.button.clear:focus {
	border-color: #806700;
	color: #806700
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
	border: 1px solid #FFCE01;
	color: #FFCE01
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
	border-color: transparent
}

.button.clear.primary {
	border: 1px solid #FFCE01;
	color: #FFCE01
}

.button.clear.primary:hover,
.button.clear.primary:focus {
	border-color: #806700;
	color: #806700
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
	border: 1px solid #FFCE01;
	color: #FFCE01
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
	border-color: transparent
}

.button.clear.secondary {
	border: 1px solid #007647;
	color: #007647
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
	border-color: #003b24;
	color: #003b24
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
	border: 1px solid #007647;
	color: #007647
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
	border-color: transparent
}

.button.clear.success {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.clear.success:hover,
.button.clear.success:focus {
	border-color: #157539;
	color: #157539
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
	border-color: transparent
}

.button.clear.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.clear.warning:hover,
.button.clear.warning:focus {
	border-color: #805700;
	color: #805700
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
	border-color: transparent
}

.button.clear.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.clear.alert:hover,
.button.clear.alert:focus {
	border-color: #67251a;
	color: #67251a
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
	border-color: transparent
}


.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: 0.4em;
	display: inline-block;
	float: right;
	margin-left: 1em
}

.button.dropdown.hollow::after {
	border-top-color: #FFCE01
}

.button.dropdown.hollow.primary::after {
	border-top-color: #FFCE01
}

.button.dropdown.hollow.secondary::after {
	border-top-color: #007647
}

.button.dropdown.hollow.success::after {
	border-top-color: #3adb76
}

.button.dropdown.hollow.warning::after {
	border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after {
	border-top-color: #cc4b37
}

.button.arrow-only::after {
	top: -0.1em;
	float: none;
	margin-left: 0
}

a.button:hover,
a.button:focus {
	text-decoration: none
}

.accordion {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none
}

.accordion[disabled] .accordion-title {
	cursor: not-allowed
}

.accordion-item:first-child>:first-child {
	border-radius: 0 0 0 0
}

.accordion-item:last-child>:last-child {
	border-radius: 0 0 0 0
}

.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	font-size: .66667rem;
	line-height: 1;
	color: #FFCE01
}

:last-child:not(.is-active)>.accordion-title {
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0 0 0 0
}

.accordion-title:hover,
.accordion-title:focus {
	background-color: #e6e6e6
}

.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	content: '+'
}

.is-active>.accordion-title::before {
	content: '\2013'
}

.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background-color: #fefefe;
	color: #0a0a0a
}

:last-child>.accordion-content:last-child {
	border-bottom: 1px solid #e6e6e6
}

.accordion-menu li {
	width: 100%
}

.accordion-menu a {
	padding: 0.7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
	padding: 0.7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
	margin-right: 0;
	margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
	margin-right: 1rem;
	margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
	position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #FFCE01 transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
	left: auto;
	right: 1rem
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
	right: auto;
	left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true']>a::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
	position: relative
}

.has-submenu-toggle>a {
	margin-right: 40px
}

.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 40px;
	height: 40px
}

.submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #FFCE01 transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto
}

.submenu-toggle[aria-expanded='true']::after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.submenu-toggle-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.button-group {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.button-group::before,
.button-group::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.button-group::after {
	clear: both
}

.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 1rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.button-group .button:last-child {
	margin-right: 0
}

.button-group.tiny .button {
	font-size: .6rem
}

.button-group.small .button {
	font-size: .75rem
}

.button-group.large .button {
	font-size: 1.25rem
}

.button-group.expanded .button {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.button-group.primary .button {
	background-color: #FFCE01;
	color: #0a0a0a
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
	background-color: #cda500;
	color: #0a0a0a
}

.button-group.secondary .button {
	background-color: #007647;
	color: #0a0a0a
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
	background-color: #005e39;
	color: #0a0a0a
}

.button-group.success .button {
	background-color: #3adb76;
	color: #0a0a0a
}

.button-group.success .button:hover,
.button-group.success .button:focus {
	background-color: #22bb5b;
	color: #0a0a0a
}

.button-group.warning .button {
	background-color: #ffae00;
	color: #0a0a0a
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
	background-color: #cc8b00;
	color: #0a0a0a
}

.button-group.alert .button {
	background-color: #cc4b37;
	color: #0a0a0a
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
	background-color: #a53b2a;
	color: #0a0a0a
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
	margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
	.button-group.stacked-for-small .button {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		margin-bottom: 0
	}
}

@media print,
screen and (min-width: 64em) {
	.button-group.stacked-for-medium .button {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		margin-bottom: 0
	}
}

@media screen and (max-width: 39.9375em) {
	.button-group.stacked-for-small.expanded {
		display: block
	}
	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0
	}
}

.callout {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 0;
	background-color: #fff;
	color: #0a0a0a
}

.callout>:first-child {
	margin-top: 0
}

.callout>:last-child {
	margin-bottom: 0
}

.callout.primary {
	background-color: #fff8d9;
	color: #0a0a0a
}

.callout.secondary {
	background-color: #c4ffe8;
	color: #0a0a0a
}

.callout.success {
	background-color: #e1faea;
	color: #0a0a0a
}

.callout.warning {
	background-color: #fff3d9;
	color: #0a0a0a
}

.callout.alert {
	background-color: #f7e4e1;
	color: #0a0a0a
}

.callout.small {
	padding-top: .5rem;
	padding-right: .5rem;
	padding-bottom: .5rem;
	padding-left: .5rem
}

.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem
}

.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1.66667rem;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	background: #fefefe;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	color: #0a0a0a
}

.card>:last-child {
	margin-bottom: 0
}

.card-divider {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: -webkit-box;

	display: -ms-flexbox;
	display: flex;
	padding: 1rem;
	background: #e6e6e6
}

.card-divider>:last-child {
	margin-bottom: 0
}

.card-section {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 1rem
}

.card-section>:last-child {
	margin-bottom: 0
}

.card-image {
	min-height: 1px
}

.close-button {
	position: absolute;
	color: #8a8a8a;
	cursor: pointer
}

[data-whatinput='mouse'] .close-button {
	outline: 0
}

.close-button:hover,
.close-button:focus {
	color: #0a0a0a
}

.close-button.small {
	right: 0.66rem;
	top: 0.33em;
	font-size: 1.5em;
	line-height: 1
}

.close-button,
.close-button.medium {
	right: 1rem;
	top: 0.5rem;
	font-size: 2em;
	line-height: 1
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

[data-whatinput='mouse'] .menu li {
	outline: 0
}

.menu a,
.menu .button {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: 0.7rem 1rem
}

.menu input,
.menu select,
.menu a,
.menu button {
	margin-bottom: 0
}

.menu input {
	display: inline-block
}

.menu,
.menu.horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.menu.vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.menu.expanded li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.menu.simple {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.menu.simple li+li {
	margin-left: 1rem
}

.menu.simple a {
	padding: 0
}

@media print,
screen and (min-width: 40em) {
	.menu.medium-horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.menu.medium-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.menu.medium-expanded li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
	.menu.medium-simple li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

@media print,
screen and (min-width: 64em) {
	.menu.large-horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.menu.large-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.menu.large-expanded li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
	.menu.large-simple li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

@media screen and (min-width: 78.75em) {
	.menu.xlarge-horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.menu.xlarge-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.menu.xlarge-expanded li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
	.menu.xlarge-simple li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.menu.nested {
	margin-right: 0;
	margin-left: 1rem
}

.menu.icons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.menu.icon-left li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
	margin-right: .25rem
}

.menu.icon-right li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
	margin-left: .25rem
}

.menu.icon-top li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}

.menu.icon-bottom li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}

.menu .is-active>a {
	background: #FFCE01;
	color: #fefefe
}

.menu .active>a {
	background: #FFCE01;
	color: #fefefe
}

.menu.align-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.menu.align-right li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.menu.align-right li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.menu.align-right.vertical li {
	display: block;
	text-align: right
}

.menu.align-right.vertical li .submenu li {
	text-align: right
}

.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0
}

.menu.align-center li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.menu.align-center li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.menu .menu-text {
	padding: 0.7rem 1rem;
	font-weight: bold;
	line-height: 1;
	color: inherit
}

.menu-centered>.menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.menu-centered>.menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.menu-centered>.menu li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
	display: none
}

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}

.menu-icon::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	-webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	content: ''
}

.menu-icon:hover::after {
	background: #cacaca;
	-webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}

.menu-icon.dark::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	-webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	content: ''
}

.menu-icon.dark:hover::after {
	background: #8a8a8a;
	-webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.is-drilldown {
	position: relative;
	overflow: hidden
}

.is-drilldown li {
	display: block
}

.is-drilldown.animate-height {
	-webkit-transition: height 0.5s;
	transition: height 0.5s
}

.drilldown a {
	padding: 0.7rem 1rem;
	background: #000
}

.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fefefe;
	-webkit-transition: -webkit-transform 0.15s linear;
	transition: -webkit-transform 0.15s linear;
	transition: transform 0.15s linear;
	transition: transform 0.15s linear, -webkit-transform 0.15s linear
}

.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
	padding: 0.7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
	margin-right: 0;
	margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
	min-height: 100%
}

.dropdown-pane {
	position: absolute;
	z-index: 10;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	display: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #141414;
	font-size: 1rem
}

.dropdown-pane.is-opening {
	display: block
}

.dropdown-pane.is-open {
	visibility: visible;
	display: block
}

.dropdown-pane.tiny {
	width: 100px
}

.dropdown-pane.small {
	width: 200px
}

.dropdown-pane.large {
	width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0
}

.dropdown.menu a {
	padding: 0.7rem 1rem
}

[data-whatinput='mouse'] .dropdown.menu a {
	outline: 0
}

.dropdown.menu .is-active>a {
	background: rgba(0, 0, 0, 0);
	color: #FFCE01
}

.no-js .dropdown.menu ul {
	display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
	margin-right: 0;
	margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
	top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
	right: 100%;
	left: auto;
	top: 0
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}

@media print,
screen and (min-width: 40em) {
	.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}
	.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}
	.dropdown.menu.medium-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
		right: 100%;
		left: auto;
		top: 0
	}
	.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}
	.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}
	.dropdown.menu.large-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
		right: 100%;
		left: auto;
		top: 0
	}
	.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}
}

@media screen and (min-width: 78.75em) {
	.dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}
	.dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}
	.dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
		right: 100%;
		left: auto;
		top: 0
	}
	.dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto
}

.is-dropdown-menu.vertical {
	width: 100px
}

.is-dropdown-menu.vertical.align-right {
	float: right
}

.is-dropdown-submenu-parent {
	position: relative
}

.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	left: auto;
	margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
	top: 100%;
	left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
	right: 100%;
	left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}

.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 200px;
	border: 1px solid #cacaca;
	background: #fefefe
}

.dropdown .is-dropdown-submenu a {
	padding: 0.7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px
}

.is-dropdown-submenu>li {
	width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
	display: block
}

.responsive-embed,
.flex-video {
	position: relative;
	height: 0;
	margin-bottom: .88889rem;
	padding-bottom: 75%;
	overflow: hidden
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.responsive-embed.widescreen,
.flex-video.widescreen {
	padding-bottom: 56.25%
}

.label {
	display: inline-block;
	padding: 0.33333rem 0.5rem;
	border-radius: 0;
	font-size: .8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: #FFCE01;
	color: #fefefe
}

.label.primary {
	background: #FFCE01;
	color: #0a0a0a
}

.label.secondary {
	background: #007647;
	color: #fefefe
}

.label.success {
	background: #3adb76;
	color: #0a0a0a
}

.label.warning {
	background: #ffae00;
	color: #0a0a0a
}

.label.alert {
	background: #cc4b37;
	color: #fefefe
}

.media-object {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.66667rem;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.media-object img {
	max-width: none
}

@media screen and (max-width: 39.9375em) {
	.media-object.stack-for-small {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media screen and (max-width: 39.9375em) {
	.media-object.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.media-object.stack-for-small .media-object-section img {
		width: 100%
	}
}

.media-object-section {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.media-object-section:first-child {
	padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem
}

.media-object-section>:last-child {
	margin-bottom: 0
}

.media-object-section.main-section {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.pagination {
	margin-left: 0;
	margin-bottom: 1.66667rem
}

.pagination::before,
.pagination::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.pagination::after {
	clear: both
}

.pagination li {
	margin-right: .05556rem;
	border-radius: 0;
	font-size: .77778rem;
	display: none
}

.pagination li:last-child,
.pagination li:first-child {
	display: inline-block
}

@media print,
screen and (min-width: 40em) {
	.pagination li {

		display: inline-block
	}
}

.pagination a,
.pagination button {
	display: block;
	padding: .16667rem .55556rem;
	border-radius: 0;
	color: #0a0a0a
}

.pagination a:hover,
.pagination button:hover {
	background: #e6e6e6
}

.pagination .current {
	padding: .16667rem .55556rem;
	background: #FFCE01;
	color: #fefefe;
	cursor: default
}

.pagination .disabled {
	padding: .16667rem .55556rem;
	color: #cacaca;
	cursor: not-allowed
}

.pagination .disabled:hover {
	background: transparent
}

.pagination .ellipsis::after {
	padding: .16667rem .55556rem;
	content: '\2026';
	color: #0a0a0a
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
	display: inline-block;
	margin-right: 0.5rem;
	content: '\00ab'
}

.pagination-next a::after,
.pagination-next.disabled::after {
	display: inline-block;
	margin-left: 0.5rem;
	content: '\00bb'
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1.66667rem;
	border-radius: 0
}

thead,
tbody,
tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe
}

caption {
	padding: .44444rem .55556rem .55556rem;
	font-weight: bold
}

thead {
	background: #f8f8f8;
	color: #0a0a0a
}

tfoot {
	background: #f1f1f1;
	color: #0a0a0a
}

thead tr,
tfoot tr {
	background: transparent
}

thead th,
thead td,
tfoot th,
tfoot td {
	padding: .44444rem .55556rem .55556rem;
	font-weight: bold;
	text-align: left
}

tbody th,
tbody td {
	padding: .44444rem .55556rem .55556rem
}

tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1
}

table.unstriped tbody {
	background-color: #fefefe
}

table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe
}

@media screen and (max-width: 63.9375em) {
	table.stack thead {
		display: none
	}
	table.stack tfoot {
		display: none
	}
	table.stack tr,
	table.stack th,
	table.stack td {
		display: block
	}
	table.stack td {
		border-top: 0
	}
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}

table.hover thead tr:hover {
	background-color: #f3f3f3
}

table.hover tfoot tr:hover {
	background-color: #ececec
}

table.hover tbody tr:hover {
	background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec
}

.table-scroll {
	overflow-x: auto
}

.table-scroll table {
	width: auto
}

.tabs {
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fefefe;
	list-style-type: none
}

.tabs::before,
.tabs::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.tabs::after {
	clear: both
}

.tabs.vertical>li {
	display: block;
	float: none;
	width: auto
}

.tabs.simple>li>a {
	padding: 0
}

.tabs.simple>li>a:hover {
	background: transparent
}

.tabs.primary {
	background: #FFCE01
}

.tabs.primary>li>a {
	color: #0a0a0a
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
	background: #f3c400
}

.tabs-title {
	float: left
}

.tabs-title>a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-size: .66667rem;
	line-height: 1;
	color: #FFCE01
}

.tabs-title>a:hover {
	background: #fefefe;
	color: #dcb200
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
	background: #e6e6e6;
	color: #FFCE01
}

.tabs-content {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fefefe;
	color: #0a0a0a;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0
}

.tabs-panel {
	display: none;
	padding: 1rem
}

.tabs-panel.is-active {
	display: block
}

.thumbnail {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1.66667rem;
	border: solid 4px #fefefe;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	line-height: 0
}

a.thumbnail {
	-webkit-transition: -webkit-box-shadow 200ms ease-out;
	transition: -webkit-box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out
}

a.thumbnail:hover,
a.thumbnail:focus {
	-webkit-box-shadow: 0 0 6px 1px rgba(255, 206, 1, 0.5);
	box-shadow: 0 0 6px 1px rgba(255, 206, 1, 0.5)
}

a.thumbnail image {
	-webkit-box-shadow: none;
	box-shadow: none
}

.title-bar {
	padding: 0.01rem 1rem;
	background: #0a0a0a;
	color: #fefefe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.title-bar .menu-icon {
	margin-left: .25rem;
	margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.title-bar-right {
	text-align: right
}

.title-bar-title {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold
}

.top-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.top-bar,
.top-bar ul {
	background-color: #e6e6e6
}

.top-bar input {
	max-width: 200px;
	margin-right: 1rem
}

.top-bar .input-group-field {
	width: 100%;
	margin-right: 0
}

.top-bar input.button {
	width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media print,
screen and (min-width: 64em) {
	.top-bar {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.top-bar .top-bar-left {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: auto
	}
	.top-bar .top-bar-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: auto
	}
}

@media screen and (max-width: 63.9375em) {
	.top-bar.stacked-for-medium {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.top-bar.stacked-for-medium .top-bar-left,
	.top-bar.stacked-for-medium .top-bar-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width: 78.6875em) {
	.top-bar.stacked-for-large {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.top-bar.stacked-for-large .top-bar-left,
	.top-bar.stacked-for-large .top-bar-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width: 89.9375em) {
	.top-bar.stacked-for-xlarge {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.top-bar.stacked-for-xlarge .top-bar-left,
	.top-bar.stacked-for-xlarge .top-bar-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.top-bar-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 1rem
}

.top-bar-left,
.top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.hide {
	display: none !important
}

.invisible {
	visibility: hidden
}

@media screen and (max-width: 39.9375em) {
	.hide-for-small-only {
		display: none !important
	}
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important
	}
}

@media print,
screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important
	}
}

@media screen and (max-width: 39.9375em) {
	.show-for-medium {
		display: none !important
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important
	}
}

@media screen and (max-width: 39.9375em),
screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important
	}
}


@media print,
screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important
	}
}

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important
	}
}

@media screen and (min-width: 64em) and (max-width: 78.6875em) {
	.hide-for-large-only {
		display: none !important
	}
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 78.75em) {
	.show-for-large-only {
		display: none !important
	}
}

@media screen and (min-width: 78.75em) {
	.hide-for-xlarge {
		display: none !important
	}
}

@media screen and (max-width: 78.6875em) {
	.show-for-xlarge {
		display: none !important
	}
}

@media screen and (min-width: 78.75em) and (max-width: 89.9375em) {
	.hide-for-xlarge-only {
		display: none !important
	}
}

@media screen and (max-width: 78.6875em),
screen and (min-width: 90em) {
	.show-for-xlarge-only {
		display: none !important
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none
}

.show-for-landscape,
.hide-for-portrait {
	display: block !important
}

@media screen and (orientation: landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: block !important
	}
}

@media screen and (orientation: portrait) {
	.show-for-landscape,
	.hide-for-portrait {
		display: none !important
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important
}

@media screen and (orientation: landscape) {
	.hide-for-landscape,
	.show-for-portrait {
		display: none !important
	}
}

@media screen and (orientation: portrait) {
	.hide-for-landscape,
	.show-for-portrait {
		display: block !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.clearfix::before,
.flexslider::before,
.clearfix::after,
.flexslider::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.clearfix::after,
.flexslider::after {
	clear: both
}

.align-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.align-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-spaced {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.align-right.vertical.menu>li>a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-center.vertical.menu>li>a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.align-self-top {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.align-self-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.align-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.align-self-middle {
	-ms-flex-item-align: center;
	align-self: center
}

.align-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.align-center-middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.small-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.small-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.small-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.small-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.small-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.small-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

@media print,
screen and (min-width: 40em) {
	.medium-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.medium-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.medium-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.medium-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.medium-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.medium-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
}

@media print,
screen and (min-width: 64em) {
	.large-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.large-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.large-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.large-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.large-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.large-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
}

@media screen and (min-width: 78.75em) {
	.xlarge-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.xlarge-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.xlarge-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.xlarge-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.xlarge-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.xlarge-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
}

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flex-child-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.flex-child-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.flex-child-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

@media print,
screen and (min-width: 40em) {
	.medium-flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.medium-flex-child-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.medium-flex-child-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.medium-flex-child-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	.medium-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.medium-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.medium-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.medium-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media print,
screen and (min-width: 64em) {
	.large-flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.large-flex-child-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.large-flex-child-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.large-flex-child-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	.large-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.large-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.large-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.large-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media screen and (min-width: 78.75em) {
	.xlarge-flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.xlarge-flex-child-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.xlarge-flex-child-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.xlarge-flex-child-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	.xlarge-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.xlarge-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.xlarge-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.xlarge-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@font-face {
	font-family: "hlm";
	src: url("../fonts/hlm.eot");
	src: url("../fonts/hlmd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/hlm.woff") format("woff"), url("../fonts/hlm.ttf") format("truetype"), url("../fonts/hlm.svg#hlm") format("svg");
	font-weight: normal;
	font-style: normal
}

[data-icon]:before {
	font-family: "hlm" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "hlm" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-twitter::before {
	content: "\6c"
}

.icon-caret-up::before {
	content: "\6b"
}

.icon-play::before {
	content: "\69"
}

.icon-hamburger::before {
	content: "\68"
}

.icon-caret-down::before {
	content: "\62"
}

.icon-caret-left::before {
	content: "\63"
}

.icon-caret-right::before {
	content: "\64"
}

.icon-home::before {
	content: "\65"
}

.icon-check::before {
	content: "\66"
}

.icon-plus::before {
	content: "\67"
}

.icon-yelp::before {
	content: "\7a"
}

.icon-youtube-play::before {
	content: "\75"
}

.icon-rss::before {
	content: "\6f"
}

.icon-check2::before {
	content: "\6e"
}

.icon-stop::before {
	content: "\6d"
}

.icon-youtube::before {
	content: "\70"
}

.icon-letter-mail::before {
	content: "\79"
}

.icon-linkedin::before {
	content: "\e000"
}

.icon-facebook::before {
	content: "\61"
}

.icon-pinterest::before {
	content: "\e001"
}

.icon-prize-award::before {
	content: "\e003"
}

.icon-clock::before {
	content: "\e004"
}

.icon-search-find::before {
	content: "\e005"
}

.icon-chevron-right::before {
	content: "\72"
}

.icon-chevron-left::before {
	content: "\71"
}

.icon-chevron-down::before {
	content: "\74"
}

.icon-chevron-up::before {
	content: "\73"
}

.icon-pin-map::before {
	content: "\e006"
}

.icon-circle-down::before {
	content: "\e009"
}

.icon-circle-up::before {
	content: "\e00a"
}

.icon-circle-right::before {
	content: "\e007"
}

.icon-circle-left::before {
	content: "\e008"
}

.icon-calendar::before {
	content: "\e00b"
}

.icon-check-circle::before {
	content: "\e00c"
}

.icon-arrow-circle-right-line::before {
	content: "\77"
}

.icon-play-circle::before {
	content: "\76"
}

.icon-plus-circle::before {
	content: "\e00d"
}

.icon-instagram::before {
	content: "\e00e"
}

.icon-flickr::before {
	content: "\e00f"
}

.icon-printer::before {
	content: "\e012"
}

.icon-call-phone::before {
	content: "\e002"
}

.icon-call-phone-square::before {
	content: "\e011"
}

.icon-gear::before {
	content: "\e014"
}

.icon-user-add::before {
	content: "\e013"
}

.icon-user-find::before {
	content: "\e015"
}

.icon-chat::before {
	content: "\e016"
}

.icon-angle-double-right::before {
	content: "\e019"
}

.icon-money-banknote::before {
	content: "\e018"
}

.icon-enter::before {
	content: "\e017"
}

.icon-document::before {
	content: "\e01a"
}

.icon-play-1::before {
	content: "\e01c"
}

.icon-courthouse::before {
	content: "\e022"
}

.icon-building::before {
	content: "\e010"
}

.icon-fontawesome-webfont::before {
	content: "\e01b"
}

.icon-twitter-square::before {
	content: "\e01d"
}

.icon-facebook-square::before {
	content: "\e01e"
}

.icon-fontawesome-webfont-1::before {
	content: "\e01f"
}

.icon-science-laboratory::before {
	content: "\e020"
}

.icon-line-chart::before {
	content: "\e021"
}

.icon-lightbulb-o::before {
	content: "\e023"
}

.icon-random::before {
	content: "\e024"
}

.icon-sitemap::before {
	content: "\e025"
}

.icon-cogs::before {
	content: "\e026"
}

.icon-phone::before {
	content: "\e028"
}

.icon-mail::before {
	content: "\e029"
}

.icon-houzz::before {
	content: "\e02a"
}

.icon-lock::before {
	content: "\e02b"
}

.icon-calendar-check-o::before {
	content: "\e02d"
}

.icon-tree::before {
	content: "\e02e"
}

.icon-user::before {
	content: "\e02c"
}

.icon-briefcase::before {
	content: "\e02f"
}

.icon-bbb::before {
	content: "\e030"
}

.icon-book::before {
	content: "\e031"
}

.icon-angle-double-right-1::before {
	content: "\e032"
}

.icon-alert-circled::before {
	content: "\e033"
}

.icon-envelope::before {
	content: "\e034"
}

.icon-eye::before {
	content: "\e035"
}

.icon-flag-checkered::before {
	content: "\e036"
}

.icon-tasks::before {
	content: "\e037"
}

.icon-gavel::before {
	content: "\e038"
}

.icon-wand::before {
	content: "\e039"
}

.icon-youtube-play-1::before {
	content: "\e03a"
}

.icon-question-circle::before {
	content: "\e03b"
}

.icon-tag::before {
	content: "\e03c"
}

.icon-google-plus::before {
	content: "\6a"
}

.icon-angellist::before {
	content: "\e027"
}

.wrapper {
	overflow: hidden
}

h1+hr,
.sub-banner #sub-banner-container>*+hr,
h2+hr,
h3+hr,
h4+hr,
h5+hr,
h6+hr {
	margin-top: .55556rem
}

h3 {
	font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 400;
	color: #007647;
}

i {
	vertical-align: middle
}

p em {
	color: #C82023
}

.heading {
	font-family: "Montserrat", sans-serif
}

a i:before,
a i:after {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none
}

ul.custom-list {
	margin: 0 0 1.66667rem 0;
	padding: 0;
	list-style: none
}

ul.custom-list.secondary li {
	background-image: url("../images/image-list-secondary.png");
	color: #FFCE01
}

ul.custom-list li {
	margin: .44444rem 0 .66667rem 0;
	padding: 0 0 0 1.77778rem;
	color: #000;
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 1.33333rem;
	background-image: url("../images/image-list.png");
	background-repeat: no-repeat;
	background-position: 0 20%
}

ul.two-columns-ordered::before,
ul.two-columns-ordered::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

ul.two-columns-ordered::after {
	clear: both
}

@media print,
screen and (min-width: 40em) {
	ul.two-columns-ordered {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2
	}
}

ul.three-columns-ordered::before,
ul.three-columns-ordered::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

ul.three-columns-ordered::after {
	clear: both
}

@media print,
screen and (min-width: 40em) {
	ul.three-columns-ordered {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3
	}
}

ul.two-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

ul.two-columns::before,
ul.two-columns::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

ul.two-columns::after {
	clear: both
}

ul.two-columns li {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	text-align: left
}

@media print,
screen and (min-width: 40em) {
	ul.two-columns li {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

ul.three-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

ul.three-columns::before,
ul.three-columns::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

ul.three-columns::after {
	clear: both
}

ul.three-columns li {
	padding-right: 1.11111rem;
	width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	text-align: left
}

@media print,
screen and (min-width: 40em) {
	ul.three-columns li {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

@media print,
screen and (min-width: 64em) {
	ul.three-columns li {
		-ms-flex-preferred-size: 33.3333%;
		flex-basis: 33.3333%
	}
}

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
	outline: none
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.flex-pauseplay span {
	text-transform: capitalize
}

.flexslider {
	margin: 0;
	padding: 0
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden
}

.flexslider .slides img {
	width: 100%;
	display: block
}

html[xmlns] .flexslider .slides {
	display: block
}

* html .flexslider .slides {
	height: 1%
}

.no-js .flexslider .slides>li:first-child {
	display: block
}

.flexslider {
	position: relative;
	zoom: 1
}

.flexslider .slides {
	zoom: 1
}

.flexslider .slides img {
	height: auto
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .flex-viewport {
	max-height: 300px
}

.carousel li {
	margin-right: 5px
}

.flex-direction-nav {
	*height: 0
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	position: absolute;
	top: 40%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.flex-direction-nav a:before {
	font-family: "hlm";
	font-size: 40px;
	display: inline-block;
	content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€š ";
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3)
}

.flex-direction-nav a.flex-next:before {
	content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡"
}

.flex-direction-nav .flex-next {
	text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000
}

.flex-pauseplay a:before {
	font-family: "hlm";
	font-size: 20px;
	display: inline-block;
	content: "c"
}

.flex-pauseplay a:hover {
	opacity: 1
}

.flex-pauseplay a .flex-play:before {
	content: "d"
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border-radius: 20px
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7)
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}

.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.flex-control-thumbs img:hover {
	opacity: 1
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1
	}
	.flex-direction-nav .flex-next {
		opacity: 1
	}
}

body.fancybox-active {
	overflow: hidden
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.87;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0)
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block
}

.fancybox-slide--image {
	overflow: visible
}

.fancybox-slide--image::before {
	display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #E5E3DF
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-slide>title,
.fancybox-slide>style,
.fancybox-slide>meta,
.fancybox-slide>link,
.fancybox-slide>script,
.fancybox-slide>base {
	display: none
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px
}

.fancybox-button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, 0.6);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: none
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: 0.6
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none
}

.fancybox-button--zoom svg path {
	fill: transparent
}

.fancybox-navigation {
	display: none
}

.fancybox-show-nav .fancybox-navigation {
	display: block
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, 0.6)
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€š ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus {
	outline: none
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0 2vw;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
	pointer-events: none
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center
}

.fancybox-share h1,
.fancybox-share .sub-banner #sub-banner-container>*,
.sub-banner .fancybox-share #sub-banner-container>* {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: 700
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

p.fancybox-share__links {
	margin-right: -10px
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs>ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap
}

.fancybox-thumbs-x>ul {
	overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1)
}

.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-thumbs>ul>li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}

@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px)
	}
}

html {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

#container {
	width: 41.25em;
	text-align: center;
	padding: 0 1.25em;
	margin: 3.125em auto 6.25em
}

#container h1,
#container .sub-banner #sub-banner-container>*,
.sub-banner #container #sub-banner-container>* {
	font-size: 2.125em;
	line-height: 0.882em;
	text-transform: uppercase
}

#container h1 span,
#container .sub-banner #sub-banner-container>* span,
.sub-banner #container #sub-banner-container>* span {
	font-size: 0.588em;
	line-height: 1em;
	color: #aaa;
	display: block
}

#container h1 a:hover,
#container .sub-banner #sub-banner-container>* a:hover,
.sub-banner #container #sub-banner-container>* a:hover,
#container h1 a:hover span,
#container .sub-banner #sub-banner-container>* a:hover span,
.sub-banner #container #sub-banner-container>* a:hover span,
#container h1 a:focus,
#container .sub-banner #sub-banner-container>* a:focus,
.sub-banner #container #sub-banner-container>* a:focus,
#container h1 a:focus span,
#container .sub-banner #sub-banner-container>* a:focus span,
.sub-banner #container #sub-banner-container>* a:focus span {
	color: #666
}

#container h2 {
	border-top: 1px solid #ddd;
	padding-top: 1.875em;
	margin-top: 1.875em;
	margin-bottom: 0.625em
}

#container h2 span {
	color: #666
}

#container h2[data-caption]:before {
	font-size: 0.875rem;
	font-weight: 300;
	color: #fff;
	background-color: #c00;
	display: inline-block;
	content: attr(data-caption);
	padding: 0.125rem 0.313rem;
	margin-right: 0.625rem;
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg)
}

#container li {
	display: inline-block;
	margin: 0.625em
}

#container img {
	width: 8.75em;
	height: 8.75em;
	border-color: #eee;
	border: 0.625em solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0 0.313em rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0.313em rgba(0, 0, 0, 0.05);
	-webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
	-webkit-transition: border-color .3s ease, -webkit-box-shadow .3s ease;
	transition: border-color .3s ease, -webkit-box-shadow .3s ease;
	transition: box-shadow .3s ease, border-color .3s ease;
	transition: box-shadow .3s ease, border-color .3s ease, -webkit-box-shadow .3s ease
}

#container img:hover,
#container img:focus {
	border-color: #fff;
	-webkit-box-shadow: 0 0 0.938em rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 0.938em rgba(0, 0, 0, 0.25)
}

#imagelightbox {
	cursor: pointer;
	position: fixed;
	z-index: 10000;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75)
}

#imagelightbox-loading,

#imagelightbox-loading div {
	border-radius: 50%
}

#imagelightbox-loading {
	width: 2.5em;
	height: 2.5em;
	background-color: #444;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em;
	margin: -1.25em 0 0 -1.25em;
	-webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75)
}

#imagelightbox-loading div {
	width: 1.25em;
	height: 1.25em;
	background-color: #fff;
	-webkit-animation: imagelightbox-loading .5s ease infinite;
	animation: imagelightbox-loading .5s ease infinite
}

@-webkit-keyframes imagelightbox-loading {
	from {
		opacity: .5;
		-webkit-transform: scale(0.75)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1)
	}
	to {
		opacity: .5;
		-webkit-transform: scale(0.75)
	}
}

@keyframes imagelightbox-loading {
	from {
		opacity: .5;
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		opacity: .5;
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}
}

#imagelightbox-overlay {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

#imagelightbox-close {
	width: 2.5em;
	height: 2.5em;
	text-align: left;
	background-color: #666;
	border-radius: 50%;
	position: fixed;
	z-index: 10002;
	top: 2.5em;
	right: 2.5em;
	padding: 0;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

#imagelightbox-close:hover,
#imagelightbox-close:focus {
	background-color: #111
}

#imagelightbox-close:before,
#imagelightbox-close:after {
	width: 2px;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	margin-left: -1px
}

#imagelightbox-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

#imagelightbox-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#imagelightbox-caption {
	text-align: center;
	color: #fff;
	background-color: #666;
	position: fixed;
	z-index: 10001;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em
}


#imagelightbox-nav {
	background-color: #444;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	position: fixed;
	z-index: 10001;
	left: 50%;
	bottom: 3.75em;
	padding: 0.313em;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

#imagelightbox-nav button {
	width: 1em;
	height: 1em;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 0.313em
}

#imagelightbox-nav button.active {
	background-color: #fff
}

.imagelightbox-arrow {
	width: 3.75em;
	height: 7.5em;
	background-color: #444;
	background-color: rgba(0, 0, 0, 0.5);
	vertical-align: middle;
	display: none;
	position: fixed;
	z-index: 10001;
	padding: 0;
	top: 50%;
	margin-top: -3.75em
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
	background-color: #666;
	background-color: rgba(0, 0, 0, 0.75)
}

.imagelightbox-arrow:active {
	background-color: #111
}

.imagelightbox-arrow-left {
	left: 2.5em
}

.imagelightbox-arrow-right {
	right: 2.5em
}

.imagelightbox-arrow:before {
	width: 0;
	height: 0;
	border: 1em solid transparent;
	content: '';
	display: inline-block;
	margin-bottom: -0.125em
}

.imagelightbox-arrow-left:before {
	border-left: none;
	border-right-color: #fff;
	margin-left: -0.313em
}

.imagelightbox-arrow-right:before {
	border-right: none;
	border-left-color: #fff;
	margin-right: -0.313em
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
	-webkit-animation: fade-in .25s linear;
	animation: fade-in .25s linear
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fade-in {
	from {
		opacity: 0

	}
	to {
		opacity: 1
	}
}

@media only screen and (max-width: 41.25em) {
	#container {
		width: 100%
	}
	#imagelightbox-close {
		top: 1.25em;
		right: 1.25em
	}
	#imagelightbox-nav {
		bottom: 1.25em
	}
	.imagelightbox-arrow {
		width: 2.5em;
		height: 3.75em;
		margin-top: -2.75em
	}
	.imagelightbox-arrow-left {
		left: 1.25em
	}
	.imagelightbox-arrow-right {
		right: 1.25em
	}
}

@media only screen and (max-width: 20em) {
	.imagelightbox-arrow-left {
		left: 0
	}
	.imagelightbox-arrow-right {
		right: 0
	}
}

body {
	background-color: #141414
}

.wrapper {
	overflow: hidden
}

blockquote {
	padding: 0;
	border: 0
}

blockquote q {
	display: block;
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: .55556rem;
	font-style: italic
}

blockquote cite {
	font-style: normal;
	font-size: 1rem;
	font-weight: 700
}

blockquote cite span {
	display: block;
	font-weight: 300;
	font-size: .88889rem;
	font-style: italic
}

blockquote cite::before {
	content: none
}

.h3-box {
	border: 1px solid #ccc;
	border-radius: 0;
	overflow: hidden;
	margin: 0 0 1.66667rem 0;
	padding: 0 1.66667rem 1.66667rem
}

.h3-box h3 {
	margin: 0 -1.66667rem 1.11111rem;
	padding: .66667rem 1.66667rem;
	line-height: auto;
	border: 1px solid #ccc;
	color: #fff;
	background-color: #007647
}

.h3-box>*:last-child {
	margin-bottom: 0
}

nav ul {
	margin: 0;
	padding: 0
}

nav ul ul {
	margin: 0;
	padding: 0
}

nav li {
	margin: 0;
	padding: 0;
	list-style: none
}

.styled-hr {
	max-width: 11.66667rem;
	margin: 1.66667rem auto 1.11111rem;
	border-bottom: .55556rem solid #FFCE01
}

.additional-content-area,
.content {
	background-color: #f9f7ee;
}

.additional-content-area .content-text>*:last-child,
.content .content-text>*:last-child {
	margin-bottom: 0
}

.additional-content-area p,
.additional-content-area h1,
.additional-content-area .sub-banner #sub-banner-container>*,
.sub-banner .additional-content-area #sub-banner-container>*,
.additional-content-area h2,
.additional-content-area h3,
.additional-content-area h4,
.additional-content-area h5,
.content p,
.content h1,
.content .sub-banner #sub-banner-container>*,
.sub-banner .content #sub-banner-container>*,
.content h2,
.content h3,
.content h4,
.content h5 {
	max-width: 55.55556rem;
	margin: 0 auto 1.66667rem
}

.frame,
.picframe {
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
	box-shadow: 0 0 2px rgba(50, 50, 50, 0.4)
}

.noframe,
.picframe,
.innerframe {
	display: block;
	margin: 0 auto 1.11111rem
}

@media print,
screen and (min-width: 40em) {
	.noframe.left,
	.left.picframe,
	.left.innerframe {
		margin-right: 1.66667rem;
		float: left;
		width: auto
	}
}

@media print,
screen and (min-width: 64em) {
	.noframe.left,
	.left.picframe,
	.left.innerframe {
		max-width: 40%
	}
}

@media print,
screen and (min-width: 40em) {
	.noframe.right,
	.right.picframe,
	.right.innerframe {
		margin-left: 1.66667rem;
		float: right;
		width: auto
	}
}

@media print,
screen and (min-width: 64em) {
	.noframe.right,
	.right.picframe,
	.right.innerframe {
		max-width: 40%
	}
}

.innerframe {
	outline: 5px solid rgba(255, 255, 255, 0.5);
	outline-offset: -5px;
	-webkit-box-shadow: 0px 0px 1px 1px #ccc;
	box-shadow: 0px 0px 1px 1px #ccc
}

.browsehappy {
	background: #fff;
	padding: .55556rem 1.66667rem;
	text-align: center;
	color: #000
}

.button {
	text-decoration: none;
	font-weight: 700;
	background: transparent;
	border: 2px solid #FFCE01
}

.button:hover {
	background: #FFCE01
}

.button.full {
	display: block
}

#ImageAuthorizationTable img {
	max-width: none
}

@media print,
screen and (min-width: 64em) {
	.hopscotch-section {
		position: relative
	}
	.hopscotch {
		position: absolute;
		height: 100%;
		width: 50%;
		top: 0;
		overflow: hidden;
		margin: 0
	}
	.hopscotch.left {
		left: 0
	}
	.hopscotch.right {
		right: 0
	}
	.hopscotch img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: none;
		min-width: 100%;
		min-height: 100%;
		max-height: 150%
	}
}

@media screen and (min-width: 78.75em) {
	.hopscotch img {
		max-height: none
	}
}

.content-box-left {
	background: #F9F7EE;
	padding: 1.66667rem .83333rem 0
}

.content-box-left hr {
	max-width: 11.66667rem;
	margin: 1.66667rem auto 1.11111rem;
	border-bottom: .55556rem solid #FFCE01
}

@media print,
screen and (min-width: 64em) {
	.content-box-left {
		text-align: left;
		margin-bottom: 5rem;
		padding: 5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.content-box-left hr {
		margin-left: 0
	}
	.content-box-left img {
		margin: -5rem -5rem -5rem 5rem
	}
}

.content-box-right {
	background: #F9F7EE;
	padding: 1.66667rem .83333rem 0
}

.content-box-right hr {
	max-width: 11.66667rem;
	margin: 1.66667rem auto 1.11111rem;
	border-bottom: .55556rem solid #FFCE01
}

@media print,
screen and (min-width: 64em) {
	.content-box-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: left;
		margin-bottom: 5rem;
		padding: 5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.content-box-right hr {
		margin-left: 0
	}
	.content-box-right img {
		margin: -5rem 5rem -5rem -5rem
	}
}

.article-content ul[class*=" gallery-"] {
	margin-bottom: 1.66667rem;
	border: 0
}

.multimedia_display {
	text-align: center;
	float: none;
	margin: 0 0 1.66667rem 0
}

.downloads_ind_table {
	width: 16.66667rem;
	border: 0;
	margin: 0
}

.downloads_ind_table img {
	margin-right: 4.44444rem !important;
	height: 4.44444rem
}

.articles-list article,
.articles-primary {
	margin: 0 0 1.66667rem;
	padding: 0 0 1.66667rem;
	border-bottom: 1px solid #FFCE01
}

.read-more,
.article-snippet {
	display: inline
}

.paged-results .page-selected {
	color: #fff;
	padding: .22222rem .33333rem;
	margin: 0 .22222rem 0 0;
	border: 1px solid #675300;
	background: #cda500
}

.paged-results a.page-notselected {
	padding: .22222rem .33333rem;
	margin: 0 .22222rem 0 0;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #9a7c00
}

.paged-results a.page-notselected:hover {
	color: #fff;
	background: #cda500;
	border: 1px solid #675300;
	-webkit-transition: .2s;
	transition: .2s
}

.articles-list article[class*="article-id-"]::before,
.articles-list article[class*="article-id-"]::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.articles-list article[class*="article-id-"]::after {
	clear: both
}

.thumbnail {
	float: left;
	margin: 0 1.66667rem 0 0
}

.news-blog-home-page.content,
.news-blog-individual-post-page.content {
	padding-bottom: 0;
	font-weight: 300
}

.news-blog-home-page.content .content-text .blog-page-heading,
.news-blog-individual-post-page.content .content-text .blog-page-heading {
	margin: 0 0 .55556rem;
	padding: .27778rem .83333rem;
	color: #FFCE01;
	font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.33333rem;
	font-weight: 600;
	background: #dbdbdb url(../images/icon-heading-chevron.png) no-repeat bottom left
}

.news-blog-home-page.content .content-text .blog-page-top-nav-menu a,
.news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu a {
	text-decoration: none
}

.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button,
.news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 3.05556rem;
	padding: .27778rem .55556rem;
	color: #FFCE01;
	font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.33333rem;
	font-weight: 600;
	background: #dbdbdb
}

.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button i,
.news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button i {
	font-size: 0.8em
}

.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.see-all-news-button,
.news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.see-all-news-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 .27778rem;
	padding: .55556rem;
	color: #FFCE01;
	font-size: 1rem;
	font-weight: 300;
	text-align: center
}

.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-previous,
.news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-previous {
	margin: 0 0 .27778rem;
	text-align: center
}

.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-previous i,
.news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-previous i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-next,
.news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-next {
	text-align: center
}

@media print,
screen and (min-width: 64em) {
	.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.see-all-news-button,
	.news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.see-all-news-button {
		margin: 0
	}
	.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-previous,
	.news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-previous {
		margin: 0 .55556rem 0 0;
		text-align: left
	}
	.news-blog-home-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-next,
	.news-blog-individual-post-page.content .content-text .blog-page-top-nav-menu .blog-page-top-nav-button.button-next {
		margin: 0 .55556rem;
		text-align: left
	}
}

.news-blog-home-page.content .content-text .blog-page-search,
.news-blog-individual-post-page.content .content-text .blog-page-search {
	position: relative
}

.news-blog-home-page.content .content-text .blog-page-search input,
.news-blog-individual-post-page.content .content-text .blog-page-search input {
	margin: 0 0 .55556rem;
	height: 3.05556rem;
	font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1rem;
	text-align: left;
	background: #dbdbdb;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.news-blog-home-page.content .content-text .blog-page-search input#Search,
.news-blog-individual-post-page.content .content-text .blog-page-search input#Search {
	position: relative
}

.news-blog-home-page.content .content-text .blog-page-search input.form-submit-button,
.news-blog-individual-post-page.content .content-text .blog-page-search input.form-submit-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1rem
}

.news-blog-home-page.content .content-text .blog-page-search ::-webkit-input-placeholder,
.news-blog-individual-post-page.content .content-text .blog-page-search ::-webkit-input-placeholder {
	color: #FFCE01;
	opacity: 1
}

.news-blog-home-page.content .content-text .blog-page-search :-moz-placeholder,
.news-blog-individual-post-page.content .content-text .blog-page-search :-moz-placeholder {
	color: #FFCE01;
	opacity: 1
}

.news-blog-home-page.content .content-text .blog-page-search ::-moz-placeholder,
.news-blog-individual-post-page.content .content-text .blog-page-search ::-moz-placeholder {
	color: #FFCE01;
	opacity: 1
}

.news-blog-home-page.content .content-text .blog-page-search :-ms-input-placeholder,
.news-blog-individual-post-page.content .content-text .blog-page-search :-ms-input-placeholder {
	color: #FFCE01;
	opacity: 1
}

.news-blog-home-page.content .content-text .blog-page-search select.form_select[data-selected=""],
.news-blog-individual-post-page.content .content-text .blog-page-search select.form_select[data-selected=""] {
	color: #FFCE01;
	opacity: 1
}

@media print,
screen and (min-width: 64em) {
	.news-blog-home-page.content .content-text .blog-page-search,
	.news-blog-individual-post-page.content .content-text .blog-page-search {
		margin-bottom: 2.22222rem
	}
	.news-blog-home-page.content .content-text .blog-page-search input,
	.news-blog-individual-post-page.content .content-text .blog-page-search input {
		margin: 1.11111rem 0 0;
		text-align: left
	}
	.news-blog-home-page.content .content-text .blog-page-search input.form-submit-button,
	.news-blog-individual-post-page.content .content-text .blog-page-search input.form-submit-button {
		right: -1.11111rem
	}
}

.news-blog-home-page.content .content-text .blog-page-articles a,
.news-blog-individual-post-page.content .content-text .blog-page-articles a {
	text-decoration: none
}

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper,
.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper {
	display: block;
	position: relative;
	margin: 1.11111rem 0
}

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-image,
.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-image {
	width: 100%;
	height: 0;
	padding-top: 54.166666666667%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top: 1px solid #FFCE01;
	border-bottom: 1px solid #FFCE01
}

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview,
.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview {
	padding: .55556rem
}

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview .blog-page-main-article-heading,
.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview .blog-page-main-article-heading {
	color: #FFCE01;
	font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.32222rem;
	font-weight: bold;
	line-height: 1
}

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview .blog-page-main-article-snippet,
.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview .blog-page-main-article-snippet {
	margin: .27778rem 0;
	color: #FFCE01;
	font-size: .88889rem;
	line-height: 1.3
}

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper,
.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper {
	margin: 0 auto 2.77778rem
}

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-image,
.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-image {
	width: 100%;
	padding-top: 54.166666666667%;
	height: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-heading,
.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-heading {
	margin: .83333rem 0 .55556rem;
	color: #FFCE01;
	font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.33333rem;
	font-weight: bold;
	line-height: 1.2
}

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-heading a,
.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-heading a {
	color: inherit
}

.news-blog-home-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-snippet,
.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-additional-article-wrapper .blog-page-additional-article-snippet {
	color: #FFCE01;
	font-size: .88889rem;
	line-height: 1.2
}

.news-blog-home-page.content .content-text .blog-page-article-nav,
.news-blog-individual-post-page.content .content-text .blog-page-article-nav {
	margin: .55556rem .83333rem 0 .83333rem;
	padding: .55556rem 0 0
}

.news-blog-home-page.content .content-text .blog-page-article-nav hr,
.news-blog-individual-post-page.content .content-text .blog-page-article-nav hr {
	margin: .83333rem 0;
	border-top: 1px solid #c4c4c4
}

.news-blog-home-page.content .content-text .blog-page-article-nav hr::after,
.news-blog-individual-post-page.content .content-text .blog-page-article-nav hr::after {
	content: "";
	width: 0;
	height: 0
}

.news-blog-home-page.content .content-text .blog-page-article-nav a,
.news-blog-individual-post-page.content .content-text .blog-page-article-nav a {
	padding: .16667rem .44444rem;
	color: #FFCE01;
	font-size: .88889rem;
	font-weight: 300;
	text-decoration: none;
	background-color: #dbdbdb
}

.news-blog-home-page.content .content-text .blog-page-article-nav a:hover,
.news-blog-home-page.content .content-text .blog-page-article-nav a.blog-page-article-nav-active,
.news-blog-individual-post-page.content .content-text .blog-page-article-nav a:hover,
.news-blog-individual-post-page.content .content-text .blog-page-article-nav a.blog-page-article-nav-active {
	color: #e7e7e7;
	background-color: #FFCE01
}

@media print,
screen and (min-width: 64em) {
	.news-blog-home-page.content .content-text,
	.news-blog-individual-post-page.content .content-text {
		padding: 2.22222rem .55556rem 8.33333rem .55556rem
	}
	.news-blog-home-page.content .content-text .blog-page-heading,
	.news-blog-individual-post-page.content .content-text .blog-page-heading {
		margin: 0 .55556rem 0 .83333rem
	}
	.news-blog-home-page.content .content-text .blog-page-search,
	.news-blog-individual-post-page.content .content-text .blog-page-search {
		margin-right: .83333rem
	}
	.news-blog-home-page.content .content-text .blog-page-search input,
	.news-blog-individual-post-page.content .content-text .blog-page-search input {
		margin: 0;
		padding-right: 1.11111rem
	}
	.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper,
	.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper {
		margin: 0 0 2.22222rem
	}
	.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-image,
	.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-image {
		position: relative
	}
	.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview,
	.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 10;
		width: 100%;
		padding: .83333rem 1.11111rem
	}
	.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview::before,
	.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview::before {
		content: "";
		position: absolute;
		z-index: -1;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(239, 236, 232, 0.7);
		-webkit-transition: all 0.5s linear;
		transition: all 0.5s linear
	}
	.news-blog-home-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview .blog-page-main-article-heading,
	.news-blog-individual-post-page.content .content-text .blog-page-articles .blog-page-main-article-wrapper .blog-page-main-article-preview .blog-page-main-article-heading {
		font-size: 1.88889rem
	}
	.news-blog-home-page.content .content-text .blog-page-additional-article-wrapper,
	.news-blog-individual-post-page.content .content-text .blog-page-additional-article-wrapper {
		margin: 0 auto 2.77778rem
	}
	.news-blog-home-page.content .content-text .blog-page-article-nav,
	.news-blog-individual-post-page.content .content-text .blog-page-article-nav {
		margin: 0
	}
}

@media screen and (min-width: 78.75em) {
	.news-blog-home-page.content .content-text,
	.news-blog-individual-post-page.content .content-text {
		padding: 2.22222rem .55556rem 8.33333rem 0
	}
}

.news-blog-home-page.content .blog-post-wrapper,
.news-blog-individual-post-page.content .blog-post-wrapper {
	margin: .55556rem 0 1.11111rem;
	border-bottom: 1px solid #c3c3c3
}

.news-blog-home-page.content .blog-post-wrapper .blog-post-main-heading h1,
.news-blog-home-page.content .blog-post-wrapper .blog-post-main-heading .sub-banner #sub-banner-container>*,
.sub-banner .news-blog-home-page.content .blog-post-wrapper .blog-post-main-heading #sub-banner-container>*,
.news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-heading h1,
.news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-heading .sub-banner #sub-banner-container>*,
.sub-banner .news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-heading #sub-banner-container>* {
	margin: 0 0 1.11111rem;
	color: #FFCE01;
	font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
	font-size: 2.13333rem;
	font-weight: bold;
	line-height: 1
}

.news-blog-home-page.content .blog-post-wrapper .blog-post-info,
.news-blog-individual-post-page.content .blog-post-wrapper .blog-post-info {
	margin: 0 0 .83333rem;
	font-size: .88889rem
}

.news-blog-home-page.content .blog-post-wrapper .blog-post-main-image,
.news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-image {
	width: 100%;
	padding-top: 54.166666666667%;
	height: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top: 1px solid #FFCE01;
	border-bottom: 1px solid #FFCE01
}

.news-blog-home-page.content .blog-post-wrapper .blog-post-main-text,
.news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-text {
	margin: 1.11111rem 0;
	color: #FFCE01;
	font-size: 1.11111rem;
	line-height: 1.6
}

@media print,
screen and (min-width: 40em) {
	.news-blog-home-page.content .blog-post-wrapper .picframe,
	.news-blog-individual-post-page.content .blog-post-wrapper .picframe {
		width: 100%
	}
}

@media print,
screen and (min-width: 64em) {
	.news-blog-home-page.content .blog-post-wrapper .blog-post-main-heading h1,
	.news-blog-home-page.content .blog-post-wrapper .blog-post-main-heading .sub-banner #sub-banner-container>*,
	.sub-banner .news-blog-home-page.content .blog-post-wrapper .blog-post-main-heading #sub-banner-container>*,
	.news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-heading h1,
	.news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-heading .sub-banner #sub-banner-container>*,
	.sub-banner .news-blog-individual-post-page.content .blog-post-wrapper .blog-post-main-heading #sub-banner-container>* {
		font-size: 2.66667rem
	}
}

.news-blog-home-page.content .blog-post-comments-section,
.news-blog-individual-post-page.content .blog-post-comments-section {
	margin: 1.66667rem 0 0;
	padding: 0 .83333rem
}

.news-blog-home-page.content .blog-post-comments-section em,
.news-blog-individual-post-page.content .blog-post-comments-section em {
	color: #949494;
	font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.66667rem
}

.news-blog-home-page.content .content-sub-text,
.news-blog-individual-post-page.content .content-sub-text {
	padding: .83333rem
}

.news-blog-home-page.content .content-sub-text a,
.news-blog-individual-post-page.content .content-sub-text a {
	color: #FFCE01;
	text-decoration: none
}

.news-blog-home-page.content .content-sub-text .blog-page-sidebar-heading,
.news-blog-individual-post-page.content .content-sub-text .blog-page-sidebar-heading {
	margin: 1.11111rem 0 .55556rem;
	padding: .27778rem .83333rem;
	color: #fff;
	font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.33333rem;
	font-weight: 600;
	background: #FFCE01 url(../images/icon-sidebar-heading-chevron.png) no-repeat bottom left
}

.news-blog-home-page.content .content-sub-text .blog-page-sidebar-heading:first-of-type,
.news-blog-individual-post-page.content .content-sub-text .blog-page-sidebar-heading:first-of-type {
	margin: 0 0 1.11111rem
}

.news-blog-home-page.content .content-sub-text .blog-page-featured-article-wrapper,
.news-blog-individual-post-page.content .content-sub-text .blog-page-featured-article-wrapper {
	margin: 0 0 .41667rem 0;
	padding: 0 0 .55556rem;
	text-align: center;
	border-bottom: 1px solid #FFCE01
}

.news-blog-home-page.content .content-sub-text .blog-page-featured-article-wrapper .blog-page-featured-article-image-wrapper,
.news-blog-individual-post-page.content .content-sub-text .blog-page-featured-article-wrapper .blog-page-featured-article-image-wrapper {
	width: 100%;
	padding-top: 54.166666666667%;
	height: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.news-blog-home-page.content .content-sub-text .blog-page-featured-article-wrapper .blog-page-featured-article-snippet,
.news-blog-individual-post-page.content .content-sub-text .blog-page-featured-article-wrapper .blog-page-featured-article-snippet {
	margin: 1.11111rem 0 0 1.11111rem;
	font-size: .88889rem;
	line-height: 1.2
}

.news-blog-home-page.content .content-sub-text ul.blog-page-categories,
.news-blog-individual-post-page.content .content-sub-text ul.blog-page-categories {
	margin: 0 0 0 .83333rem;
	padding: 0;
	list-style: none
}

.news-blog-home-page.content .content-sub-text ul.blog-page-categories li,
.news-blog-individual-post-page.content .content-sub-text ul.blog-page-categories li {
	padding: .22222rem 0;
	font-size: .88889rem;
	border-bottom: 1px solid #FFCE01
}

.news-blog-home-page.content .content-sub-text ul.blog-page-categories li:last-of-type,
.news-blog-individual-post-page.content .content-sub-text ul.blog-page-categories li:last-of-type {
	border-bottom: none
}

.news-blog-home-page.content .content-sub-text ul.blog-page-categories li a,
.news-blog-individual-post-page.content .content-sub-text ul.blog-page-categories li a {
	color: #FFCE01;
	font-weight: 300;
	text-decoration: none
}

.news-blog-home-page.content .content-sub-text .blog-page-archives-wrapper select,
.news-blog-individual-post-page.content .content-sub-text .blog-page-archives-wrapper select {

	padding-right: 1.11111rem;
	color: #d4d4d4;
	font-size: .88889rem;
	font-weight: 300;
	background: #FFCE01 url(../images/icon-blog-select.svg) no-repeat center right 10px;
	border: none
}

@media print,
screen and (min-width: 64em) {
	.news-blog-home-page.content .content-sub-text .blog-page-featured-article-wrapper,
	.news-blog-individual-post-page.content .content-sub-text .blog-page-featured-article-wrapper {
		text-align: left;
		border-bottom: none
	}
	.news-blog-home-page.content .content-sub-text .blog-page-featured-article-wrapper .blog-page-featured-article-snippet,
	.news-blog-individual-post-page.content .content-sub-text .blog-page-featured-article-wrapper .blog-page-featured-article-snippet {
		margin: 0 0 0 1.11111rem
	}
	.news-blog-home-page.content .content-sub-text .blog-post-wrapper .blog-post-main-text div,
	.news-blog-individual-post-page.content .content-sub-text .blog-post-wrapper .blog-post-main-text div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media screen and (min-width: 78.75em) {
	.news-blog-home-page.content .content-sub-text,
	.news-blog-individual-post-page.content .content-sub-text {
		padding: 2.22222rem 2.22222rem 0 2.22222rem
	}
}

@media print,
screen and (min-width: 64em) {
	.news-blog-home-page.content,
	.news-blog-individual-post-page.content {
		padding-bottom: 0
	}
	.news-blog-home-page.content .flex-row,
	.news-blog-individual-post-page.content .flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

header.page-header .logo {
	margin: 0
}

header.page-header .tagline {
	margin: .83333rem 0 0 0;
	color: #333;
	font-size: 1rem;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff
}

header.page-header .tagline strong {
	display: block
}

header.page-header .contact {
	margin: .83333rem 0 0 0;
	color: #FFCE01;
	font-size: 1.33333rem;
	font-weight: 400;
	text-align: center;
	font-family: "Montserrat", sans-serif
}

header.page-header .phone-message {
	display: inline-block
}

header.page-header .phone {
	display: inline-block;
	color: #ffce01;
	font-size: 1.33333rem;
	font-weight: 400;
	line-height: 1.4;
	text-transform: uppercase;
}

header.page-header .phone a {
	color: #fff;
	font-weight: bold;
	text-decoration: none
}

@media print,
screen and (min-width: 40em) {
	header.page-header .logo {
		margin: 0
	}
	header.page-header .tagline {
		margin: .83333rem 0 0 0
	}
	header.page-header .contact {
		margin: .83333rem 0 0 0;
		padding-left: 0;
		text-align: right
	}
}

@media print,
screen and (min-width: 64em) {
	header.page-header .branding {
		text-align: left
	}
	header.page-header .logo {
		margin: 0
	}
	header.page-header .tagline {
		margin: 1.77778rem 0 0 0;
		font-size: 1rem
	}
	header.page-header .contact {
		margin: 1.44444rem 0 0 0
	}
}

.banner.full-width-banner {
	position: relative;
	margin-bottom: -.05556rem;
	background-color: #161222;
	background-image: none;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center
}

.banner.full-width-banner::before,
.banner.full-width-banner::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.banner.full-width-banner::after {
	clear: both
}

.banner.full-width-banner br {
	display: none
}

.banner.full-width-banner a[href="#mainContent"] {
	position: absolute;
	display: none;
	bottom: 1.66667rem;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center
}

.banner.full-width-banner .banner-heading {
	margin: 13rem 1.11111rem .55556rem 1.11111rem;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 1.55556rem;
	font-weight: bold;
	line-height: 1.2;
}

.banner.full-width-banner .banner-heading::after {
	content: '';
	max-width: 11.66667rem;
	margin: 1.66667rem auto 1.11111rem;
	display: block;
	border-bottom: .55556rem solid #FFCE01
}

.banner.full-width-banner hr {
	margin-left: auto
}

.banner.full-width-banner .banner-message {
	margin: 0 1.11111rem 1.11111rem 1.11111rem;
	color: #fff;
	font-size: .93333rem;
	font-weight: normal
}

.banner.full-width-banner .button {
	margin: 0 1.11111rem 1.66667rem;
	background: #FFCE01
}

.banner.full-width-banner .button:hover {
	background: transparent;
	color: #fff
}

.banner.full-width-banner .covid-notice {
	background: #FFCE01;
	border: .16667rem solid #C82023;
	padding: 1.66667rem;
	font-weight: 700;
	margin: 0 0 1.11111rem
}

.banner.full-width-banner .covid-notice span {
	display: block;
	margin-top: 1.11111rem
}

@media print,
screen and (min-width: 40em) {
	.banner.full-width-banner {
		background-image: url("../images/dg-banner.png")
	}
	.banner.full-width-banner a[href="#mainContent"] {
		display: block
	}
	.banner.full-width-banner br {
		display: inline-block
	}
	.banner.full-width-banner .banner-heading {
		margin: 11.11111rem 1.11111rem .55556rem 1.11111rem
	}
	.banner.full-width-banner .banner-message {
		margin: 0 1.11111rem 5.55556rem 1.11111rem
	}
	.banner.full-width-banner .button {
		margin: 0 1.11111rem 4.44444rem 1.11111rem
	}
	.banner.full-width-banner .covid-notice {
		margin: -3.33333rem 0 5.55556rem
	}
}

@media print,
screen and (min-width: 64em) {
	.banner.full-width-banner {
		background-color: #F9F7EE
	}
	.banner.full-width-banner a[href="#mainContent"] {
		bottom: 3.33333rem
	}
	.banner.full-width-banner .banner-heading {
		margin: 13.88889rem 0 1.11111rem 0;
		font-size: 2.66667rem
	}
	.banner.full-width-banner .banner-message {
		margin: 0 0 13.88889rem 0;
		font-size: 1.33333rem
	}
	.banner.full-width-banner .button {
		margin: 0 0 11.11111rem 0
	}
	.banner.full-width-banner .covid-notice {
		font-size: 1.22222rem;
		margin: 16.11111rem 0 1.11111rem 0
	}
}

.breadcrumbs {
	background: #141414;
	padding: .55556rem 0;
	text-align: center
}

.breadcrumbs .breadcrumb-container div {
	display: inline-block
}

.breadcrumbs .breadcrumb-container a {
	display: inline-block;
	text-decoration: none;
	color: #fff
}

.breadcrumbs .breadcrumb-container a::after {
	content: '>';
	display: inline-block;
	margin: 0 .55556rem
}

.breadcrumbs .breadcrumb-container a:only-child::after {
	content: none
}

.section-testimonial {
	position: relative;
	padding: 2.77778rem 0 0;
	background-color: #665300;
	background-size: cover;
	background-image: url("../images/testimonial-bg.jpg");
	text-align: center;
	border-top: 1.11111rem solid #FFCE01;
	border-bottom: 0
}

.section-testimonial img {
	display: block;
	margin: 0 auto 1.66667rem
}

.section-testimonial .heading {
	margin: 0 0 1.11111rem 0;
	color: #fff;
	font-weight: 700;
	font-size: 1.33333rem
}

.section-testimonial .testimonial-link {
	display: block;
	margin: .88889rem 0 0 0;
	color: #007647;
	font-size: .88889rem
}

.section-testimonial blockquote {
	margin: 0 auto 2.77778rem;
	padding: 0;
	border: none;
	line-height: 1.6;
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal
}

.section-testimonial blockquote q {
	line-height: 1.6;
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal
}

.section-testimonial cite {
	margin-top: .77778rem;
	color: #FFCE01;
	font-size: 1.11111rem;
	font-weight: 900;
	font-style: normal
}

@media print,
screen and (min-width: 40em) {
	.section-testimonial {
		padding: 2.77778rem 0 0
	}
	.section-testimonial .heading {
		margin: 0 0 1.11111rem 0;
		font-size: 1.33333rem
	}
	.section-testimonial .testimonial-link {
		margin: .88889rem 0 0 0
	}
}

@media print,
screen and (min-width: 64em) {
	.section-testimonial {
		padding: 4.44444rem 0 1.66667rem
	}
	.section-testimonial .heading {
		margin: 0 0 1.11111rem 0
	}
	.section-testimonial .testimonial-link {
		margin: .88889rem 0 0 0
	}
}

.form-section {
	background: url("../images/form-section-bg.png") center no-repeat;
	background-size: cover
}

.form-section h2 {
	font-size: 1.33333rem;
	font-weight: 700;
	margin-bottom: 1.66667rem
}

.form-section .form-section-content {
	padding: 1.66667rem;
	color: #fff
}

.form-section hr {
	border-bottom: .55556rem solid #FFCE01;
	max-width: 11.66667rem;
	margin-left: 0
}

.form-section .button {
	color: #fff
}

.form-section .button:hover {
	color: #000
}

.form-section .form-container {
	position: relative;
	padding-top: 3.33333rem
}

.form-section .form-container::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-left: 4.88889rem solid transparent;
	border-right: 4.88889rem solid transparent;
	border-top: 1.77778rem solid #fff
}

@media print,
screen and (min-width: 64em) {
	.form-section .form-container {
		margin: -2.22222rem 0
	}
}

.footer-callout {
	padding: 0;
	background-color: #F9F7EE;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center
}

.footer-callout .footer-callout-image-wrapper {
	margin: 1.66667rem 0 0
}

.footer-callout .heading {
	margin: 1.66667rem 0 1.11111rem 0;
	color: #000;
	font-size: 1.4rem;
	font-weight: bold
}

.footer-callout .message {
	margin: 0 0 1.66667rem 0;
	color: #000;
	font-size: 1.86667rem;
	font-weight: bold;
	font-family: "Montserrat", sans-serif
}

.footer-callout .message a {
	color: #D81921;
	text-decoration: none
}

.footer-callout .button-container {
	text-align: center
}

.footer-callout .button-container .button {
	margin: 0 0 1.66667rem
}

@media print,
screen and (min-width: 40em) {
	.footer-callout .heading {
		margin: 2.22222rem 0 1.11111rem 0;
		font-size: 2rem
	}
	.footer-callout .message {
		margin: 0 0 2.22222rem 0
	}
	.footer-callout .button-container .button {
		margin: 0 0 2.22222rem
	}
}

@media print,
screen and (min-width: 64em) {
	.footer-callout .heading {
		margin: 4.44444rem 0 .55556rem 0
	}
	.footer-callout .message {
		margin: 0 0 4.16667rem 0;
		font-size: 2.66667rem
	}
	.footer-callout .button-container .button {
		margin: 0 0 4.44444rem 0
	}
}

.social-links a {
	margin: 0 .44444rem .55556rem 0;
	display: inline-block;
	padding-bottom: 3px;
	width: 2.22222rem;
	height: 2.22222rem;
	font-size: 1.38889rem;
	color: #141414;
	background-color: #5a5a5a;
	border: none;
	border-radius: 50%;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.social-links a i {
	vertical-align: baseline
}

.social-links a:last-of-type {
	margin: 0
}

.social-links a:hover {
	background-color: gray
}

.social-links .google-plus,
.social-links.icon-colors a.google-plus {
	background: transparent;
	padding: 0;
	vertical-align: middle
}

.social-links .google-plus:hover,
.social-links.icon-colors a.google-plus:hover {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.social-links.icon-colors a {
	color: #fff;
	-webkit-transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
	transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
	transition: box-shadow .3s ease, transform .3s ease;
	transition: box-shadow .3s ease, transform .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s ease
}

.social-links.icon-colors .facebook {
	background-color: #3B5998
}

.social-links.icon-colors .twitter {
	background-color: #55acee
}

.social-links.icon-colors .linkedin {
	background-color: #0077b5
}

.social-links.icon-colors .youtube {
	background-color: #cd201f
}

.social-links.icon-colors .pinterest {
	background-color: #bd081c
}

.social-links.icon-colors .flickr {
	background-color: #ff0084
}

.social-links.icon-colors .yelp {
	background-color: #db292f
}

.social-links.icon-colors .instagram {
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%)
}

.social-links.icon-colors a:hover {
	-webkit-box-shadow: 0px 1px 1px #000;
	box-shadow: 0px 1px 1px #000;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

footer.page-footer {
	color: #5F5F5F;
	font-size: .66667rem;
	font-weight: normal
}

footer.page-footer .row>* {
	margin: 0 0 .66667rem 0
}

footer.page-footer .footer-links {
	margin-bottom: .55556rem;
	text-align: center
}

footer.page-footer .footer-links ul {
	display: inline-block;
	color: #fff;
	background-color: #1f1f1f;
	border-radius: 0;
	border: 1px solid #3b3b3b;
	overflow: hidden
}

footer.page-footer .footer-links ul li:last-child a {
	border: 0
}

footer.page-footer .footer-links ul .dropdown {
	display: block;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #3b3b3b
}

footer.page-footer .footer-links a {
	color: inherit;
	text-decoration: none;
	font-size: .8rem;
	display: block;
	padding: .33333rem .83333rem;
	border-bottom: 1px solid #3b3b3b;
	min-width: 11.11111rem
}

footer.page-footer .footer-links a:hover {
	background: #000
}

footer.page-footer .footer-disclaimer-links a {
	color: #5F5F5F
}

footer.page-footer .footer-web-credit ul {
	display: inline-block;
	color: #5F5F5F
}

footer.page-footer .footer-web-credit li {
	display: inline-block
}

footer.page-footer .footer-web-credit a {
	font-size: .66667rem;
	color: inherit
}

@media print,
screen and (min-width: 64em) {
	footer.page-footer .branding {
		text-align: left
	}
	footer.page-footer .footer-links {
		text-align: right
	}
	footer.page-footer .footer-links ul {
		padding: .44444rem 0 .44444rem 1.11111rem;
		border: 0;
		background: none
	}
	footer.page-footer .footer-links ul .dropdown {
		display: inline;
		border: 0;
		padding: 0
	}
	footer.page-footer .footer-links ul .dropdown li:first-of-type {
		margin-left: .83333rem
	}
	footer.page-footer .footer-links ul .dropdown::before {
		content: "|";
		color: #4c4c4c
	}
	footer.page-footer .footer-links ul li {
		display: inline-block;
		margin-left: .83333rem
	}
	footer.page-footer .footer-links ul li a {
		font-size: 1rem;
		background: transparent;
		display: inline;
		padding: 0;
		border: 0
	}
	footer.page-footer .footer-links ul li a:hover {
		background: transparent
	}
	footer.page-footer .footer-links ul li::before {
		margin-right: .83333rem;
		content: "|";
		color: #4c4c4c
	}
	footer.page-footer .footer-links ul li:first-of-type {
		margin-left: 0
	}
	footer.page-footer .footer-links ul li:first-of-type::before {
		display: none
	}
}

.no-js #gallery-img-container,
.no-js #gallery-thumb-container {
	display: none
}

.flex-next {
	background: url("../images/gallery-next.jpg") center no-repeat;
	background-size: contain
}

.flex-prev {
	background: url("../images/gallery-next.jpg") center no-repeat;
	background-size: contain
}

.flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-prev {
	font-size: 0;
	min-height: 4.44444rem;
	top: 0;
	bottom: 0;
	margin: auto 0
}

.flex-direction-nav a.flex-next::before,
.flex-direction-nav a.flex-prev::before {
	content: none
}

.flex-direction-nav a.flex-prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

#gallery-img-container .flex-disabled,
#gallery-thumb-container .flex-disabled {
	opacity: 1 !important
}

#gallery-img-container .flex-direction-nav .flex-prev,
#gallery-thumb-container .flex-direction-nav .flex-prev {
	left: .55556rem
}

#gallery-img-container .flex-direction-nav .flex-next,
#gallery-thumb-container .flex-direction-nav .flex-next {
	right: .55556rem
}

#gallery-img-container .flex-direction-nav a:hover::before,
#gallery-thumb-container .flex-direction-nav a:hover::before {
	color: #fff
}

#gallery-img-container .flex-direction-nav a::before,
#gallery-thumb-container .flex-direction-nav a::before {
	line-height: 1.94444rem;
	color: rgba(255, 255, 255, 0.75)
}

#gallery-img-container {
	position: relative;
	padding: 0;
	margin: 0 auto 1.11111rem;
	max-height: 44.44444rem;
	max-width: 46.66667rem
}

#gallery-img-container img {
	display: block;
	margin: 0 auto;
	max-height: 100%
}

#gallery-img-container .flex-direction-nav .flex-prev {
	color: #fff
}

#gallery-img-container .slide-content {
	position: relative
}

#gallery-img-container .slide-content a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 44.44444rem;
	width: 100%
}

#gallery-img-container .slide-content a img {
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 200%;
	min-height: 100%;
	max-width: 200%;
	min-width: 100%
}

#gallery-img-container .caption {
	padding: .55556rem;
	text-align: center;
	background-color: rgba(255, 206, 1, 0.75);
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff
}

@media print,
screen and (min-width: 40em) {
	#gallery-img-container .flex-direction-nav a.flex-next,
	#gallery-img-container .flex-direction-nav a.flex-prev {
		min-height: 11.11111rem;
		width: 3.33333rem
	}
}

@media screen and (min-width: 78.75em) {
	#gallery-img-container .flex-direction-nav .flex-prev {
		left: -5.55556rem
	}
	#gallery-img-container .flex-direction-nav .flex-next {
		right: -5.55556rem
	}
}

#gallery-thumb-container {
	position: relative;
	padding: 0 0 .55556rem;
	max-width: 46.66667rem;
	margin: 0 auto
}

#gallery-thumb-container .slides>li {
	position: relative;
	height: 8.33333rem;
	overflow: hidden;
	-webkit-transition: border .3s;
	transition: border .3s
}

#gallery-thumb-container .slides>li:hover {
	border: 2px solid #FFCE01
}

#gallery-thumb-container .flex-active-slide {
	border: 2px solid #FFCE01
}

#gallery-thumb-container img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 .27778rem;
	max-width: none;
	min-width: 100%;
	min-height: 100%
}

@media screen and (min-width: 78.75em) {
	#gallery-thumb-container .flex-direction-nav .flex-prev {
		left: -2.22222rem
	}
	#gallery-thumb-container .flex-direction-nav .flex-next {
		right: -2.22222rem
	}
}

a.skip-to-content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -999;
	background: #fff;
	color: #000;
	font-size: 1.2em;
	padding: .27778rem;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

a.skip-to-content:focus,
a.skip-to-content:active {
	z-index: 999;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

header.page-header {
	position: fixed;
	z-index: 30;
	top: 0;
	width: 100%;
	background-color: #161222;
	padding: .77778rem 0 0;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s
}

header.page-header.scrolled {
	background-color: #161222
}

@media print,
screen and (min-width: 40em) {
	header.page-header {
		padding: .77778rem 0 0
	}
}

@media print,
screen and (min-width: 64em) {
	header.page-header {
		text-align: right;
		background: transparent;
		padding: .77778rem 0 0
	}
}

.content {
	padding: 0
}

.content .content-text {
	padding: 1.66667rem .83333rem
}

.content .content-sub-text {
	padding: 1.11111rem 1.66667rem
}

@media print,
screen and (min-width: 40em) {
	.content {
		padding: 0
	}
	.content .content-text {
		padding: 1.66667rem .83333rem
	}
	.content .content-sub-text {
		padding: 1.11111rem 1.66667rem
	}
}

@media print,
screen and (min-width: 64em) {
	.content {
		padding: 0 0
	}
	.content .content-text {
		padding: 1.66667rem 1.66667rem 1.66667rem .83333rem
	}
	.content .content-sub-text {
		padding: 1.11111rem 1.66667rem
	}
}

.full-page {
	padding: 0
}

.full-page .content-text {
	padding: 1.66667rem .83333rem
}

@media print,
screen and (min-width: 40em) {
	.full-page {
		padding: 0
	}
	.full-page .content-text {
		padding: 1.66667rem .83333rem
	}
}

@media print,
screen and (min-width: 64em) {
	.full-page {
		padding: 0
	}
	.full-page .content-text {
		padding: 3.33333rem 0 5rem
	}
}

#large-form-container {
	position: relative
}

#large-form-container .form-container {
	padding: 1.11111rem 1.66667rem
}

@media print,
screen and (min-width: 40em) {
	#large-form-container .form-container {
		padding: 1.11111rem 1.66667rem
	}
}

@media print,
screen and (min-width: 64em) {
	#large-form-container .form-container {
		padding: 1.11111rem 1.66667rem
	}
}

.additional-content-area {
	padding: 1.66667rem 0
}

@media print,
screen and (min-width: 64em) {
	.additional-content-area {
		padding: 5rem 0
	}
}

footer.page-footer {
	position: relative;
	padding: 1.66667rem 0;
	background-color: #141414;
	background-image: none;
	background-position: 50% 0;
	background-repeat: no-repeat;
	border-top: none;
	border-bottom: none;
	text-align: center
}

@media print,
screen and (min-width: 40em) {
	footer.page-footer {
		padding: 1.66667rem 0
	}
}

@media print,
screen and (min-width: 64em) {
	footer.page-footer {
		padding: 1.66667rem 0;
		text-align: right
	}
}

.home-page.content {
	padding: 0 0;
	background-image: none;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-color: #F9F7EE
}

.home-page.content .content-text {
	padding: 1.66667rem .83333rem
}

.home-page.content .content-sub-text {
	padding: 1.11111rem 1.66667rem
}

@media print,
screen and (min-width: 40em) {
	.home-page.content {
		padding: 0 0
	}
	.home-page.content .content-text {
		padding: 1.66667rem .83333rem
	}
	.home-page.content .content-sub-text {
		padding: 1.11111rem 1.66667rem
	}
}

@media print,
screen and (min-width: 64em) {
	.home-page.content {
		padding: 3.33333rem 0
	}
	.home-page.content .content-text {
		padding: 0 1.66667rem 0 .83333rem
	}
	.home-page.content .content-sub-text {
		padding: 1.11111rem 1.66667rem
	}
}

@media print,
screen and (min-width: 64em) {
	#extraContent1 .large-order-1 img {
		margin-top: 5rem;
		margin-right: -1.66667rem
	}
}

.sub-banner {
	position: relative;
	background-color: #9a7c00;
	background-image: url("../images/sub-banner.jpg");
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	text-align: center;
	text-transform: uppercase
}

.sub-banner #sub-banner-container>* {
	display: block;
	margin: 10rem .83333rem 1.11111rem .83333rem;
	padding-bottom: 0;
	border-bottom: none;
	color: #fff;
	font-size: 1.77778rem;
	font-weight: bold
}

@media print,
screen and (min-width: 40em) {
	.sub-banner {
		background-image: url("../images/sub-banner.jpg")
	}
	.sub-banner #sub-banner-container>* {
		margin: 10rem .83333rem 1.11111rem .83333rem;
		color: #fff;
		font-size: 2.66667rem
	}
}

@media print,
screen and (min-width: 64em) {
	.sub-banner {
		min-height: 8.33333rem
	}
	.sub-banner #sub-banner-container>* {
		margin: 11.11111rem .83333rem 2.77778rem .83333rem
	}
}

.accordion-wrap {
	margin: 0 0 1.66667rem 0
}

.accordion-click {
	position: relative;
	padding: 1.11111rem 1.66667rem;
	background: #e2e2e2;
	color: #FFCE01;
	font-size: 1.33333rem;
	line-height: 1.2;
	font-weight: 700;
	border: 1px solid #ccc
}

.accordion-click::before,
.accordion-click::after {
	content: '';
	position: absolute;
	display: block;
	background: #FFCE01;
	top: calc(50% - 2px);
	right: 1.66667rem;
	width: 1.11111rem;
	height: .22222rem;
	-webkit-transition: .3s;
	transition: .3s
}

.accordion-click::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.accordion-click:hover {
	cursor: pointer;
	background: #fff;
	-webkit-transition: .3s;
	transition: .3s
}

.accordion-slide {
	color: #FFCE01;
	font-size: 18px;
	background: #e2e2e2;
	padding: 1.66667rem;
	border: 1px solid #ccc;
	border-top: 0
}

.accordion-slide>*:last-child {
	margin-bottom: 0
}

.accordion-wrap.arrow-turn .accordion-click::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.coupon {
	position: relative;
	margin-bottom: 1.38889rem;
	padding: 1.38889rem;
	border: 2px dashed #b3b3b3;
	border-radius: .55556rem;
	text-align: center
}

.coupon::before {
	position: absolute;
	top: -.61111rem;
	left: 1.66667rem;
	content: url("../images/coupon-scissors.png")
}

.coupon .barcode {
	margin: 0 auto .55556rem
}

.coupon .barcode tbody {
	display: inline;
	border: 0;
	vertical-align: top
}

.coupon .barcode td {
	padding: 0
}

.coupon .savings-box {
	max-width: 13.33333rem;
	margin: 0 auto 1.11111rem;
	text-align: center;
	border: 1px solid #a1a1a1;
	padding: 0 0 1.11111rem
}

.coupon .savings-heading {
	padding: .55556rem;
	margin: -.05556rem -.05556rem .83333rem;
	background: #FFCE01;
	font-size: 1.33333rem;
	font-weight: bold;
	color: #fff
}

.coupon .savings-discount {
	margin-bottom: .55556rem;
	font-weight: bold;
	font-size: 3.33333rem;
	color: #FFCE01;
	line-height: 1.1
}

.coupon .savings-type {
	font-weight: bold;
	font-size: 1.33333rem;
	color: #FFCE01;
	line-height: 1.2
}

.coupon .coupon-content .heading {
	margin-bottom: .55556rem;
	font-size: 1.33333rem;
	font-weight: bold;
	color: #FFCE01;
	line-height: 1.2
}

.coupon time.expiration {
	display: block;
	margin-bottom: .55556rem;
	color: #3d3d3d;
	font-size: .88889rem
}

.coupon time.expiration .month,
.coupon time.expiration .day,
.coupon time.expiration .year {
	display: none
}

.coupon .coupon-description {
	margin-bottom: .55556rem;
	color: #3d3d3d;
	font-size: .88889rem
}

.coupon .coupon-description span {
	font-weight: bold
}

@media print,
screen and (min-width: 64em) {
	.coupon .coupon-description {
		padding-right: .83333rem
	}
}

.coupon form {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 .27778rem
}

.coupon .print-coupon-button {
	display: inline-block;
	width: 4.16667rem;
	height: 4.16667rem;
	padding-top: 1.66667rem;
	margin: 0 auto .83333rem;
	border-radius: 0;
	background: url("../images/coupon-print.png") center top 20px no-repeat, #fff;
	border: 1px solid #707070;
	font-size: .77778rem;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: background .3s;
	transition: background .3s
}

.coupon .print-coupon-button:hover {
	background: url("../images/coupon-print.png") center top 20px no-repeat, #ddd
}

.coupon .coupon-qr-code {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 4.16667rem;
	height: 4.16667rem;
	margin: 0 .27778rem .83333rem
}

@media print,
screen and (min-width: 40em) {
	.coupon {
		text-align: left
	}
	.coupon .savings-box {
		margin-bottom: 0
	}
	.coupon form,
	.coupon .coupon-qr-code {
		display: block;
		margin: 0 auto
	}
}

.blog-grid .primary-image {
	float: left;
	width: 35%;
	margin: 0 1.66667rem 1.66667rem 0;
	border: 1px solid #ccc
}

.blog-grid .blog-link-wrap {
	text-decoration: none;
	margin-bottom: 1.66667rem
}

.blog-grid .blog_post_container {
	min-height: 21.66667rem;
	position: relative;
	border: 1px solid #fff;
	-webkit-box-shadow: 2px 4px 24px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 4px 24px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: .4s;
	transition: .4s
}

.blog-grid .blog_post_container:hover {
	-webkit-box-shadow: 2px 4px 24px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 4px 24px 0px rgba(0, 0, 0, 0.7);
	-webkit-transition: .4s;
	transition: .4s
}

.blog-grid .blog_header {
	font-family: "Montserrat", sans-serif;
	min-height: 7.5rem;
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
	font-size: 1.33333rem;
	padding: .55556rem .55556rem 2.22222rem;
	line-height: 1.2;
	font-weight: 400;
	background-color: #FFCE01;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.35)
}

.blog-grid .author-post-date {
	position: absolute;
	bottom: .55556rem;
	font-family: "Montserrat", sans-serif;
	font-size: .77778rem;
	font-style: italic;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.35)
}

.blog-grid .blog-see-more {
	clear: both;
	padding: .55556rem;
	max-width: 8.33333rem;
	border: 1px solid #0081c6;
	border-radius: .27778rem;
	display: block;
	margin: 0 auto;
	color: #0081c6;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .4s;
	transition: .4s
}

.blog-grid .blog-see-more:hover {
	background: #0081c6;
	color: #fff;
	-webkit-transition: .4s;
	transition: .4s
}

.blog-grid .paged_results {
	clear: both;
	margin-bottom: 30px;
	text-align: center
}

.blog-grid .paged_results .page_selected {
	padding: 6px;
	background: #DDD;
	border: 1px solid #CCC;
	margin-right: 6px
}

.blog-grid .paged_results .page_notselected {
	margin-right: 6px;
	padding: 6px;
	border: 1px solid #CCC
}

.blog-grid .paged_results .page_notselected:hover {
	background: #FFF
}

@media print,
screen and (min-width: 64em) {
	.title-bar {
		display: none
	}
}

.no-js .top-bar {
	display: none
}

@media print,
screen and (min-width: 64em) {
	.no-js .top-bar {
		display: block
	}
}

.title-bar {
	background: #000;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.top-bar {
	position: relative;
	z-index: 20;
	background: #000;
	display: block
}

.top-bar .title-bar-title:hover {
	cursor: pointer
}

.top-bar ul.menu {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background: #000
}

.top-bar ul.menu li {
	background: #000;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.top-bar ul.menu li a {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	text-decoration: none
}

.top-bar ul.menu li a:hover {
	background: #1a1a1a
}

.top-bar ul.menu li li a {
	white-space: initial
}

.top-bar ul.menu li.np-210 a {
	color: #FFCE01
}

.top-bar ul.menu.expanded>li {
	-ms-flex: 1 0 auto
}

.top-bar .is-drilldown .menu {
	display: block
}

.top-bar .is-drilldown li.np-210.active a {
	color: #000
}

.top-bar .is-drilldown li.np-210.active a:hover {
	color: #FFCE01
}

@media print,
screen and (min-width: 64em) {
	.top-bar ul.menu .submenu {
		height: auto
	}
	.top-bar ul.menu li.active>a {
		background: #000;
		border-bottom: 4px solid #FFCE01
	}
	.top-bar ul.menu li.active>a:hover {
		color: #fff
	}
	.top-bar .dropdown.menu.large-horizontal>li>.is-dropdown-submenu {
		width: inherit
	}
	.top-bar .dropdown.menu.large-horizontal>li>.is-dropdown-submenu li a {
		display: block;
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left;
		-ms-flex-line-pack: left;
		align-content: left;
		text-align: left;
		white-space: nowrap
	}
	.top-bar .has-submenu.is-dropdown-submenu-parent>a[href="#"] {
		text-decoration: none;
		pointer-events: none
	}
	.top-bar .has-submenu.is-dropdown-submenu-parent.is-active>a {
		color: #fff
	}
	.top-bar ul.menu-top>li:first-child a::before {
		opacity: 0
	}
	.top-bar ul.menu-top>li>a {
		position: relative
	}
	.top-bar ul.menu-top>li>a::before {
		content: "";
		display: block;
		height: 40%;
		position: absolute;
		top: 30%;
		left: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.24);

		border-right: 1px solid rgba(0, 0, 0, 0);
		-webkit-transition: all .1s ease;
		transition: all .1s ease
	}
}

.small-form-container .form-container {
	padding: 1.66667rem 1.11111rem
}

.sub-page .content-sub-text,
.form-wrapper {
	background-color: #FFCE01
}

.large-form-container .form-container,
.content-sub .form-container {
	border: 0px solid #FFCE01;
	background-color: #FFCE01
}

.form-container {
	height: 100%;
	text-align: left;
	color: #000;
	background-color: #FFCE01;
	padding: 1.66667rem
}

.form-container #lead_box {
	max-width: 22.22222rem;
	margin: 0 auto
}

.form-container .lead-head {
	padding: 0 0 1.66667rem 0;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 1.66667rem;
	font-weight: 700;
	text-align: center
}

@media print,
screen and (min-width: 40em) {
	.form-container .lead-head {
		padding: 0 0 1.66667rem 0;
		font-size: 1.66667rem
	}
}

@media print,
screen and (min-width: 64em) {
	.form-container .lead-head {
		padding: 0 0 .55556rem 0
	}
}

form .form-cd-name-desc {
	display: none
}

form .fm-question-container {
	margin-bottom: .44444rem
}

form .fm-question-container::before,
form .fm-question-container::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

form .fm-question-container::after {
	clear: both
}

form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1
}

form :-moz-placeholder {
	color: #000;
	opacity: 1
}

form ::-moz-placeholder {
	color: #000;
	opacity: 1
}

form :-ms-input-placeholder {
	color: #000;
	opacity: 1
}

form select[data-selected=""] {
	color: #000;
	opacity: 1
}

form input[type="text"].form_text,
form input[type="email"].form_text,
form input[type="url"],
form textarea.form_textarea,
form select {
	width: 100%;
	margin: 0;
	padding: .22222rem .44444rem .22222rem .44444rem;
	font-size: .88889rem;
	font-weight: normal;
	background-color: #fff;
	color: #000;
	border-radius: .27778rem;
	border: 1px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

form select {
	padding: .22222rem 1.33333rem .22222rem .44444rem
}

form input[type="text"].form_text,
form input[type="email"].form_text,
form select.form_select {
	height: 2rem
}

form .form-required-div {
	display: block;
	margin: 0 0 .77778rem 0;
	font-size: .55556rem;
	color: #000;
	text-align: center;
	font-weight: 300
}

form .fm-question,
form .fm-question_error {
	display: block;
	text-align: left;
	margin: 0;
	font-size: .88889rem;
	font-weight: 700;
	text-shadow: none;
	color: #000
}

form .lead_box .form_textarea {
	width: 100%
}

form textarea[rows] {
	height: 7.22222rem
}

form .fm-answer {
	font-size: .88889rem
}

form .fm-submit-container {
	text-align: center;
	clear: both;
	padding-top: 1.11111rem
}

form input[type="submit"].buttons {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1.66667rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #000;
	color: #0a0a0a;
	font-weight: bold;
	color: #fff;
	font-size: 1em;
	border: none;
	border-radius: 0;
	text-transform: uppercase
}

[data-whatinput='mouse'] form input[type="submit"].buttons {
	outline: 0
}

form input[type="submit"].buttons:hover,
form input[type="submit"].buttons:focus {
	background-color: #dab000;
	color: #0a0a0a
}

form [type='file'],
form [type='checkbox'],
form [type='radio'] {
	margin-bottom: .22222rem
}

form .fm-qt-ADDRESS input[type="text"].fm-text-addressline1,
form .fm-qt-SHIPPING_ADDRESS input[type="text"].fm-text-addressline1 {
	margin-bottom: .44444rem
}

form .fm-qt-ADDRESS .fm-addressline3,
form .fm-qt-SHIPPING_ADDRESS .fm-addressline3 {
	display: none
}

form .fm-qt-BEST_TIME_TO_CALL .fm-answer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

form .fm-qt-BEST_TIME_TO_CALL .fm-answer select[id$="BestTimeToCall"] {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-right: .55556rem
}

form .fm-qt-BEST_TIME_TO_CALL .fm-answer select[id$="BestTimeToCallEnd"] {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-left: .55556rem
}

form .fm-qt-BIRTHDAY_ALL .fm-answer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

form .fm-qt-BIRTHDAY_ALL .fm-answer select[id$="BirthDateMonth"] {
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
	margin-right: .55556rem
}

form .fm-qt-BIRTHDAY_ALL .fm-answer select[id$="BirthDateDay"] {
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
	margin-left: .55556rem;
	margin-right: .55556rem
}

form .fm-qt-BIRTHDAY_ALL .fm-answer select[id$="BirthDateYear"] {
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
	margin-left: .55556rem
}

form .fm-qt-NAME_FULL_FIRSTLAST .fm-answer,
form .fm-qt-NAME_FULL_FIRSTLASTFREQUIRED .fm-answer,
form .fm-qt-SHIPPING_NAME_FULL_FIRSTLAST .fm-answer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

form .fm-qt-NAME_FULL_FIRSTLAST .fm-answer .form-cd-name-first,
form .fm-qt-NAME_FULL_FIRSTLASTFREQUIRED .fm-answer .form-cd-name-first,
form .fm-qt-SHIPPING_NAME_FULL_FIRSTLAST .fm-answer .form-cd-name-first {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-right: .27778rem
}

form .fm-qt-NAME_FULL_FIRSTLAST .fm-answer .form-cd-name-last,
form .fm-qt-NAME_FULL_FIRSTLASTFREQUIRED .fm-answer .form-cd-name-last,
form .fm-qt-SHIPPING_NAME_FULL_FIRSTLAST .fm-answer .form-cd-name-last {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-left: .27778rem
}

form .fm-qt-NAME_FULL_NOTITLE .fm-answer,
form .fm-qt-SHIPPING_NAME_FULL_NOTITLE .fm-answer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

form .fm-qt-NAME_FULL_NOTITLE .fm-answer .form-cd-name-first,
form .fm-qt-SHIPPING_NAME_FULL_NOTITLE .fm-answer .form-cd-name-first {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%
}

form .fm-qt-NAME_FULL_NOTITLE .fm-answer .form-cd-name-mi,
form .fm-qt-SHIPPING_NAME_FULL_NOTITLE .fm-answer .form-cd-name-mi {
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%
}

form .fm-qt-NAME_FULL_NOTITLE .fm-answer .form-cd-name-last,
form .fm-qt-SHIPPING_NAME_FULL_NOTITLE .fm-answer .form-cd-name-last {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%
}

form .fm-qt-NAME_FULL .fm-answer,
form .fm-qt-SHIPPING_NAME_FULL .fm-answer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

form .fm-qt-NAME_FULL .fm-answer .form-cd-name-sal,
form .fm-qt-SHIPPING_NAME_FULL .fm-answer .form-cd-name-sal {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	margin-bottom: .44444rem
}

form .fm-qt-NAME_FULL .fm-answer .form-cd-name-first,
form .fm-qt-SHIPPING_NAME_FULL .fm-answer .form-cd-name-first {
	-ms-flex-preferred-size: 65%;
	flex-basis: 65%;
	margin-bottom: .44444rem
}

form .fm-qt-NAME_FULL .fm-answer .form-cd-name-mi,
form .fm-qt-SHIPPING_NAME_FULL .fm-answer .form-cd-name-mi {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}

form .fm-qt-NAME_FULL .fm-answer .form-cd-name-last,
form .fm-qt-SHIPPING_NAME_FULL .fm-answer .form-cd-name-last {
	-ms-flex-preferred-size: 65%;
	flex-basis: 65%
}

form .fm-qt-STATE_FILLIN,
form .fm-qt-SHIPPING_STATE_FILLIN {
	margin: 0
}

form .fm-qt-STATE_FILLIN .form-select-state-container,
form .fm-qt-SHIPPING_STATE_FILLIN .form-select-state-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

form .fm-qt-STATE_FILLIN .form-select-state-container .form-help-text,
form .fm-qt-SHIPPING_STATE_FILLIN .form-select-state-container .form-help-text {
	-ms-flex-preferred-size: calc(25%);
	flex-basis: calc(25%);
	margin-bottom: .44444rem
}

form .fm-qt-STATE_FILLIN .form-select-state-container select[id$="State"],
form .fm-qt-SHIPPING_STATE_FILLIN .form-select-state-container select[id$="State"] {
	-ms-flex-preferred-size: calc(75%);
	flex-basis: calc(75%);
	margin-bottom: .44444rem
}

form .fm-qt-STATE_FILLIN .form-select-state-container input[id$="StateFillIn"],
form .fm-qt-SHIPPING_STATE_FILLIN .form-select-state-container input[id$="StateFillIn"] {
	-ms-flex-preferred-size: calc(75%);
	flex-basis: calc(75%);
	margin-bottom: .44444rem
}

form .fm-qt-ZIP .fm-answer,
form .fm-qt-SHIPPING_ZIP .fm-answer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

form .fm-qt-ZIP .fm-answer .fm-zipext,
form .fm-qt-ZIP .fm-answer .zip-dash,
form .fm-qt-SHIPPING_ZIP .fm-answer .fm-zipext,
form .fm-qt-SHIPPING_ZIP .fm-answer .zip-dash {
	display: none
}

form .fm-qt-CITY,
form .fm-qt-STATE,
form .fm-qt-COUNTRY,
form .fm-qt-ZIP {
	float: left;
	width: calc(50% - 5px)
}

form .fm-qt-CITY,
form .fm-qt-ZIP {
	margin-right: .55556rem
}

.alert-box h3 {
	color: #fff;
	background: transparent;
	padding: 0;
	border: none;
	font-size: 1.33333rem
}

.alert-box .close {
	color: #fff;
	text-decoration: none
}

.form_validateerror,
.form_responses,
.form_validateerror_under,
.form_cd_responses_under {
	display: none
}

.fm-description {
	font-size: .66667rem;
	font-weight: 300
}

.myce-callout {
	margin: 0 auto 1.66667rem;
	text-align: center;
	background: #F9F7EE
}

.myce-callout img {
	margin-bottom: 1.11111rem
}

.myce-callout .heading {
	font-size: 1.33333rem;
	font-weight: bold
}

.myce-callout p {
	margin-bottom: 1.11111rem;
	color: #4D4D4D
}

.myce-callout .button {
	margin: 0
}

.myce-callout>div {
	padding: .83333rem
}

.myce-callout hr {
	max-width: 11.66667rem;
	margin: 1.66667rem auto 1.11111rem;
	border-bottom: .55556rem solid #FFCE01
}

@media print,
screen and (min-width: 64em) {
	.myce-callout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.myce-callout img {
		margin: 0
	}
	.myce-callout hr {
		margin: 1.66667rem 0 1.11111rem
	}
	.myce-callout>div {
		padding: 3.33333rem;
		text-align: left
	}
}

#page-id-1 .homepage-callouts {
	padding-top: 4.44444rem
}

@media print,
screen and (min-width: 40em) {
	#page-id-1 .homepage-callouts .columns:nth-of-type(2n) {
		margin-top: -4.44444rem
	}
}

.homepage-callout {
	position: relative
}

.homepage-callout .heading {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: .66667rem 1.11111rem;
	font-weight: 700;
	font-size: 1.33333rem;
	color: #000;
	-webkit-transition: .2s;
	transition: .2s
}

.homepage-callout a {
	display: block;
	max-width: 27.77778rem;
	width: 100%;
	position: relative;
	padding-bottom: 73.0864197530864%;
	overflow: hidden
}

.homepage-callout img {
	margin: 0;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.homepage-callout a:hover .heading {
	background: #FFCE01
}

.subnav {
	margin: 0
}

.subnav li {
	list-style: none;
	padding: 0
}

.subnav a {
	text-decoration: none;
	padding: 1.11111rem;
	color: #fff;
	display: block;
	font-size: 1.11111rem;
	-webkit-box-shadow: 0 3px 5px #095285;
	box-shadow: 0 3px 5px #095285;
	border-radius: 3px;
	margin-bottom: .83333rem;
	background: #56a4d9;
	font-weight: 700;
	border: 1px solid transparent
}

.subnav a:hover {
	background: #6ec0f7;
	border: 1px solid #bee5ff;
	-webkit-box-shadow: 0 0 15px rgba(154, 223, 255, 0.4);
	box-shadow: 0 0 15px rgba(154, 223, 255, 0.4)
}

.subnav .active>a {
	padding: 1.11111rem;
	color: #fff;
	font-size: 1.11111rem;
	background: #6ec0f7;
	border: 1px solid #bee5ff;
	-webkit-box-shadow: 0 0 15px rgba(154, 223, 255, 0.4);
	box-shadow: 0 0 15px rgba(154, 223, 255, 0.4)
}

.subnav .has-submenu .menu {
	display: block
}

.subnav .has-submenu .menu li {
	margin-left: 1.66667rem
}

.subnav .has-submenu .menu li.hide-for-large {
	display: none
}

.search_result_content,
.search_result_event,
.search_result_location {
	border: solid 1px #ddd;
	margin-bottom: .44444rem;
	padding: .5rem .55556rem;
	font-size: .77778rem
}

.sml h4 {
	color: #000;
	font-size: 1.33333rem
}

.sml li {
	color: #000
}

.sml a {
	color: inherit
}

.enhanced-subpage-wrapper .enhanced-banner {
	position: relative;
	text-align: center;
	background-color: #fff;
	background-image: url("https://placehold.it/2000");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover
}

.enhanced-subpage-wrapper .enhanced-banner .banner-heading {
	margin: 1.11111rem 1.11111rem .55556rem 1.11111rem;
	color: #FFCE01;
	font-family: "Montserrat", sans-serif;
	font-size: 2rem;
	font-weight: bold
}

.enhanced-subpage-wrapper .enhanced-banner .banner-message {
	margin: 0 1.11111rem 1.11111rem 1.11111rem;
	color: #FFCE01;
	font-size: 1rem;
	font-weight: normal
}

.enhanced-subpage-wrapper .enhanced-banner .banner-buttons-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.enhanced-subpage-wrapper .enhanced-banner .banner-buttons-wrapper .button {
	margin: 0 .55556rem 1.11111rem .55556rem;
	font-size: .88889rem
}

@media print,
screen and (min-width: 40em) {
	.enhanced-subpage-wrapper .enhanced-banner {
		background-image: url("https://placehold.it/2000")
	}
	.enhanced-subpage-wrapper .enhanced-banner .banner-heading {
		margin: 2.11111rem 1.11111rem .55556rem 1.11111rem;
		font-size: 3.33333rem
	}
	.enhanced-subpage-wrapper .enhanced-banner .banner-message {
		margin: 0 1.11111rem 1.11111rem 1.11111rem;
		font-size: 1.66667rem
	}
	.enhanced-subpage-wrapper .enhanced-banner .banner-buttons-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.enhanced-subpage-wrapper .enhanced-banner .banner-buttons-wrapper .button {
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 .55556rem 1.11111rem .55556rem;
		font-size: 1.11111rem
	}
}

@media print,
screen and (min-width: 64em) {
	.enhanced-subpage-wrapper .enhanced-banner .banner-heading {
		margin: 7.22222rem 0 1.11111rem 0
	}
	.enhanced-subpage-wrapper .enhanced-banner .banner-message {
		margin: 0 0 5.55556rem 0
	}
	.enhanced-subpage-wrapper .enhanced-banner .banner-buttons-wrapper {
		margin: 1.11111rem 0 7.22222rem
	}
	.enhanced-subpage-wrapper .enhanced-banner .banner-buttons-wrapper .button {
		-ms-flex-preferred-size: 22%;
		flex-basis: 22%;
		margin: 0 .55556rem 1.11111rem .55556rem
	}
}

.enhanced-subpage-wrapper .additional-content-area:nth-child(even) {
	background: #fcfcfc
}

.enhanced-subpage-wrapper .content.enhanced-page {
	background: #fcfcfc
}

.content-box {
	background: #F9F7EE;
	padding: .83333rem
}

.content-box p {
	color: #4D4D4D
}

.content-box hr {
	border-bottom: .55556rem solid #FFCE01;
	max-width: 11.66667rem;
	margin: 1.66667rem 0
}

@media print,
screen and (min-width: 64em) {
	.content-box {
		padding: 3.33333rem;
		margin: 0 -1.66667rem 0 0
	}
	.content-box h2 {
		font-size: 1.33333rem
	}
}

.contact-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% - 30px);
	background: #F9F7EE;
	padding: 1.66667rem .83333rem;
	margin-bottom: 1.66667rem
}

.contact-box.address-box a {
	text-decoration: underline;
	line-height: 1.77778rem;
	font-size: 1rem
}

.contact-box h2 {
	margin: 0;
	line-height: 1.2;
	font-size: 1.33333rem;
	font-family: "Lato", Helvetica, Roboto, Arial, sans-serif
}

.contact-box hr {
	width: 100%;
	margin: .83333rem 0
}

.contact-box hr+* {
	color: #D81921;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none
}

@media print,
screen and (min-width: 64em) {
	.contact-box {
		padding: 3.33333rem
	}
	.contact-box hr+* {
		color: #D81921;
		font-size: 1.66667rem;
		font-weight: 700;
		text-decoration: none
	}
}

#t-list {
	background-size: contain;
	padding: 0 0 20px 0;
	height: 280px;
	overflow: auto;
	list-style: none;
}

#callbutton {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#callbutton {
	display: none;
}

@media screen and (max-width: 812px) {
	#callbutton {
		display: block;
	}
}

ul.custom-list li {
	margin: 0.144444rem 0 0.33333rem 0;
	padding: 0 0 0 1.55556rem;
	color: #333;
	font-size: 1.11111rem;
	line-height: 1.622222rem;
	background-image: url("../images/image-list.png");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-style: italic;
}

ul.special {
	margin: 0;
	padding: 4px;
	list-style: none;
}

ul.special li {
	margin: 0.75rem 0 0.625rem 0;
	padding: 0 0 0 1.75rem;
	color: #000;
	font-size: 1.11111rem;
	line-height: 1.625rem;
	background-image: url("../images/image-list.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.liservices {
	list-style-image: url('../images/image-list.png');
}

[class*="block-grid-"] {
	display: block;
	padding: 0;
	margin: 0 -.55556rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
	content: " ";
	display: table
}

[class*="block-grid-"]:after {
	clear: both
}

[class*="block-grid-"]>li {
	display: block;
	float: left;
	height: auto;
	padding: 0 .55556rem 1.11111rem
}

@media only screen {
	.small-block-grid-1>li {
		list-style: none;
		width: 100%
	}
	.small-block-grid-1>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-1>li:nth-of-type(1n+1) {
		clear: both
	}
	.small-block-grid-2>li {
		list-style: none;
		width: 50%
	}
	.small-block-grid-2>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-2>li:nth-of-type(2n+1) {
		clear: both
	}
	.small-block-grid-3>li {
		list-style: none;
		width: 33.33333%
	}
	.small-block-grid-3>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-3>li:nth-of-type(3n+1) {
		clear: both
	}
	.small-block-grid-4>li {
		list-style: none;
		width: 25%
	}
	.small-block-grid-4>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-4>li:nth-of-type(4n+1) {
		clear: both
	}
	.small-block-grid-5>li {
		list-style: none;
		width: 20%
	}
	.small-block-grid-5>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-5>li:nth-of-type(5n+1) {
		clear: both
	}
	.small-block-grid-6>li {
		list-style: none;
		width: 16.66667%
	}
	.small-block-grid-6>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-6>li:nth-of-type(6n+1) {
		clear: both
	}
	.small-block-grid-7>li {
		list-style: none;
		width: 14.28571%
	}
	.small-block-grid-7>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-7>li:nth-of-type(7n+1) {
		clear: both
	}
	.small-block-grid-8>li {
		list-style: none;
		width: 12.5%
	}
	.small-block-grid-8>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-8>li:nth-of-type(8n+1) {
		clear: both
	}
	.small-block-grid-9>li {
		list-style: none;
		width: 11.11111%
	}
	.small-block-grid-9>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-9>li:nth-of-type(9n+1) {
		clear: both
	}
	.small-block-grid-10>li {
		list-style: none;
		width: 10%
	}
	.small-block-grid-10>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-10>li:nth-of-type(10n+1) {
		clear: both
	}
	.small-block-grid-11>li {
		list-style: none;
		width: 9.09091%
	}
	.small-block-grid-11>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-11>li:nth-of-type(11n+1) {
		clear: both
	}
	.small-block-grid-12>li {
		list-style: none;
		width: 8.33333%
	}
	.small-block-grid-12>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-12>li:nth-of-type(12n+1) {
		clear: both
	}
}

@media only screen and (min-width: 35.61111em) {
	.medium-block-grid-1>li {
		list-style: none;
		width: 100%
	}
	.medium-block-grid-1>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-1>li:nth-of-type(1n+1) {
		clear: both
	}
	.medium-block-grid-2>li {
		list-style: none;
		width: 50%
	}
	.medium-block-grid-2>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-2>li:nth-of-type(2n+1) {
		clear: both
	}
	.medium-block-grid-3>li {
		list-style: none;
		width: 33.33333%
	}
	.medium-block-grid-3>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-3>li:nth-of-type(3n+1) {
		clear: both
	}
	.medium-block-grid-4>li {
		list-style: none;
		width: 25%
	}
	.medium-block-grid-4>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-4>li:nth-of-type(4n+1) {
		clear: both
	}
	.medium-block-grid-5>li {
		list-style: none;
		width: 20%
	}
	.medium-block-grid-5>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-5>li:nth-of-type(5n+1) {
		clear: both
	}
	.medium-block-grid-6>li {
		list-style: none;
		width: 16.66667%
	}
	.medium-block-grid-6>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-6>li:nth-of-type(6n+1) {
		clear: both
	}
	.medium-block-grid-7>li {
		list-style: none;
		width: 14.28571%
	}
	.medium-block-grid-7>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-7>li:nth-of-type(7n+1) {
		clear: both
	}
	.medium-block-grid-8>li {
		list-style: none;
		width: 12.5%
	}
	.medium-block-grid-8>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-8>li:nth-of-type(8n+1) {
		clear: both
	}
	.medium-block-grid-9>li {
		list-style: none;
		width: 11.11111%
	}
	.medium-block-grid-9>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-9>li:nth-of-type(9n+1) {
		clear: both
	}
	.medium-block-grid-10>li {
		list-style: none;
		width: 10%
	}
	.medium-block-grid-10>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-10>li:nth-of-type(10n+1) {
		clear: both
	}
	.medium-block-grid-11>li {
		list-style: none;
		width: 9.09091%
	}
	.medium-block-grid-11>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-11>li:nth-of-type(11n+1) {
		clear: both
	}
	.medium-block-grid-12>li {
		list-style: none;
		width: 8.33333%
	}
	.medium-block-grid-12>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-12>li:nth-of-type(12n+1) {
		clear: both
	}
}

@media only screen and (min-width: 64.063em) {
	.large-block-grid-1>li {
		list-style: none;
		width: 100%
	}
	.large-block-grid-1>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-1>li:nth-of-type(1n+1) {
		clear: both
	}
	.large-block-grid-2>li {
		list-style: none;
		width: 50%
	}
	.large-block-grid-2>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-2>li:nth-of-type(2n+1) {
		clear: both
	}
	.large-block-grid-3>li {
		list-style: none;
		width: 33.33333%
	}
	.large-block-grid-3>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-3>li:nth-of-type(3n+1) {
		clear: both
	}
	.large-block-grid-4>li {
		list-style: none;
		width: 25%
	}
	.large-block-grid-4>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-4>li:nth-of-type(4n+1) {
		clear: both
	}
	.large-block-grid-5>li {
		list-style: none;
		width: 20%
	}
	.large-block-grid-5>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-5>li:nth-of-type(5n+1) {
		clear: both
	}
	.large-block-grid-6>li {
		list-style: none;
		width: 16.66667%
	}
	.large-block-grid-6>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-6>li:nth-of-type(6n+1) {
		clear: both
	}
	.large-block-grid-7>li {
		list-style: none;
		width: 14.28571%
	}
	.large-block-grid-7>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-7>li:nth-of-type(7n+1) {
		clear: both
	}
	.large-block-grid-8>li {
		list-style: none;
		width: 12.5%
	}
	.large-block-grid-8>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-8>li:nth-of-type(8n+1) {
		clear: both
	}
	.large-block-grid-9>li {
		list-style: none;
		width: 11.11111%
	}
	.large-block-grid-9>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-9>li:nth-of-type(9n+1) {
		clear: both
	}
	.large-block-grid-10>li {
		list-style: none;
		width: 10%
	}
	.large-block-grid-10>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-10>li:nth-of-type(10n+1) {
		clear: both
	}
	.large-block-grid-11>li {
		list-style: none;
		width: 9.09091%
	}
	.large-block-grid-11>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-11>li:nth-of-type(11n+1) {
		clear: both
	}
	.large-block-grid-12>li {
		list-style: none;
		width: 8.33333%
	}
	.large-block-grid-12>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-12>li:nth-of-type(12n+1) {
		clear: both
	}
}


/* Form fields */

.contactMe .form-row {
	width: 100%;
	margin-bottom: 10px;
}

.contactMe .form-row.two {
	font-size: 0;
}

.contactMe .form-row.two>div {
	display: inline-block;
	width: calc(50% - 5px);
}

.contactMe .form-row.two>div:first-child {
	margin-right: 10px;
}

.contactMe .form-row.three {
	font-size: 0;
}

.contactMe .form-row.three>div {
	display: inline-block;
	width: calc(33% - 6px);
	vertical-align: top;
}

.contactMe .form-row.three>div:nth-child(2) {
	width: calc(34% - 8px);
	margin-left: 10px;
	margin-right: 10px;
}

.contactMe .form-row .title {
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	margin-bottom: 3px;
	display: none;
}

.contactMe .form-row .title.keep-visible {
	display: block;
}

.contactMe .field {
	background: #FFF;
	font-size: 14px;
	width: 100%;
	margin: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contactMe.xsmall .field {
	font-size: 13px;
}

.contactMe input {
	height: 40px;
	border: solid 1px #E4E4E4;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFF;
}

.contactMe textarea {
	resize: none;
	height: 100px;
	border: solid 1px #E4E4E4;
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
	background: #FFF;
}

.contactMe input::-webkit-input-placeholder,
.contactMe textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #9B9B9B;
}

.contactMe input::-moz-placeholder,
.contactMe textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #9B9B9B;
}

.contactMe input:-ms-input-placeholder,
.contactMe textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #9B9B9B;
}

.contactMe input:-moz-placeholder,
.contactMe textarea:-moz-placeholder {

	/* Firefox 18- */
	color: #9B9B9B;
}


/* Checkbox and Radio button styles */

.contactMe .checkbox-radio {
	height: 40px;
}

.contactMe .checkbox-radio>div {
	position: relative;
}

.contactMe .checkbox-radio>div>div {
	position: absolute;
	left: 0;
	top: 0;
}

.contactMe .checkbox-radio input[type='checkbox'],
.contactMe .checkbox-radio input[type='radio'] {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
}

.contactMe .checkbox-radio input[type='checkbox']:checked+label:after,
.contactMe .checkbox-radio input[type='radio']:checked+label:after {
	content: "";
	background: #00C659;
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
}

.contactMe .checkbox-radio label {
	line-height: 40px;
	cursor: pointer;
	padding: 0 0 0 40px;
	margin: 0;
	display: inline-block;
}

.contactMe .checkbox-radio label:before {
	content: "";
	width: 40px;
	height: 40px;
	border: solid 1px #E4E4E4;
	background: #FFF;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.contactMe .checkbox-radio.rounded label:before,
.contactMe .checkbox-radio.rounded label:after {
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
}

.contactMe .checkbox-radio label>span {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	vertical-align: middle;
	margin-left: 7px;
}

.footer-h1 h1 {
	display: inline-block;
	font-size: 11px;
	margin-right: 25px;
	color: #FFFFFF;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 7px;
}



ul.headinglist {
	list-style: none;
    display: block;
	 margin: 0.75rem 0 0.625rem 0;
    padding: 0 0 0 1.75rem;
    color: #FFFFFF;
    font-size: 1.21111rem;
    line-height: 1.50625rem;
  background-repeat: no-repeat;
    background-position: 0 50%;
		
}



ul.custom-list1 {
	margin: 0 0 1.66667rem 0;
	padding: 0;


}





  



 .mobileShow {display: none;}

  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px){ 
      .mobileShow {display: inline;}
  }
