@import url(fontawesome-all.min.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic);

h4,
h5,
h6 {
	letter-spacing: 0
}

.row,
.row.gtr-0,
.row.gtr-0.gtr-uniform,
.row.gtr-25,
.row.gtr-50 {
	margin-top: 0
}

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

.icon:before,
input[type=checkbox]+label:before,
input[type=radio]+label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-style: normal
}

.table-wrapper,
pre {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto
}

.align-left,
table th {
	text-align: left
}

#header,
.icon.major,
ul.actions,
ul.icons {
	cursor: default
}

#header nav>ul,
.dropotron,
ul.actions,
ul.alt,
ul.icons {
	list-style: none
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

blockquote,
dl,
form,
p,
pre,
table {
	margin: 0 0 2em
}

blockquote,
em,
header p,
i {
	font-style: italic
}

#header h1,
#header nav {
	height: inherit;
	line-height: inherit;
	position: absolute;
	top: 0
}

blockquote,
q {
	quotes: none
}

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

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

body {
	-webkit-text-size-adjust: none;
	-ms-overflow-style: scrollbar;
	background: #ececec
}

mark {
	background-color: transparent;
	color: inherit
}

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

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none
}

@-ms-viewport {
	width: device-width
}

html {
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

.row,
.row>* {
	box-sizing: border-box
}

body,
input,
select,
textarea {
	color: #000;
	font-family: Roboto, sans-serif;
	font-size: 16pt;
	font-weight: 400;
	line-height: 1.65em;
	letter-spacing: -.015em
}

a {
	-moz-transition: color .2s ease-in-out, border-bottom-color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out, border-bottom-color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out, border-bottom-color .2s ease-in-out;
	transition: color .2s ease-in-out, border-bottom-color .2s ease-in-out;
	border-bottom: 1px dotted;
	color: #d4232b;
	text-decoration: none
}

a:hover {
	border-bottom-color: transparent
}

b,
strong {
	color: #000;
	font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 300;
	line-height: 1em;
	margin: 0 0 .5em
}

h2,
h3,
h4,
h5,
h6,
header h2+p,
header h3+p {
	line-height: 1.5em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none
}

.button.alt.icon:before,
header p,
input[type=button].alt.icon:before,
input[type=reset].alt.icon:before,
input[type=submit].alt.icon:before {
	color: #999
}

h2 {
	font-size: 2.25em;
	letter-spacing: -.035em
}

h3,
ul.icons li .icon:before {
	font-size: 1.75em
}

h3 {
	letter-spacing: -.025em
}

h4 {
	font-size: 1.1em
}

h5 {
	font-size: .9em
}

h6 {
	font-size: .7em
}

sub,
sup {
	font-size: .8em;
	position: relative
}

sub {
	top: .5em
}

sup {
	top: -.5em
}

hr {
	border: 0;
	border-bottom: 2px solid #e5e5e5;
	margin: 2em 0
}

code,
pre {
	border-radius: 6px;
	font-family: monospace;
	background: #f8f8f8;
	font-size: .9em
}

hr.major {
	margin: 3em 0
}

blockquote {
	border-left: 4px solid #e5e5e5;
	padding: .5em 0 .5em 2em
}

pre {
	border: 1px solid #e5e5e5;
	line-height: 1.75em;
	padding: 1em 1.5em
}

code {
	border: 1px solid #e5e5e5;
	margin: 0 .25em;
	padding: .25em .65em
}

.align-center,
.box.special,
article.special,
section.special {
	text-align: center
}

.align-right {
	text-align: right
}

.row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -2em
}

.row>* {
	padding: 0 0 0 2em
}

#banner :last-child,
.box.features .features-row section :last-child,
.box>:last-child,
.row.gtr-uniform>*>:last-child {
	margin-bottom: 0
}

.row.aln-left {
	justify-content: flex-start
}

.row.aln-center {
	justify-content: center
}

.row.aln-right {
	justify-content: flex-end
}

.row.aln-top {
	align-items: flex-start
}

.row.aln-middle {
	align-items: center
}

.row.aln-bottom {
	align-items: flex-end
}

.row>.imp {
	order: -1
}

.row>.col-1 {
	width: 8.33333%
}

.row>.off-1 {
	margin-left: 8.33333%
}

.row>.col-2 {
	width: 16.66667%
}

.row>.off-2 {
	margin-left: 16.66667%
}

.row>.col-3 {
	width: 25%
}

.row>.off-3 {
	margin-left: 25%
}

.row>.col-4 {
	width: 33.33333%
}

.row>.off-4 {
	margin-left: 33.33333%
}

.row>.col-5 {
	width: 41.66667%
}

.row>.off-5 {
	margin-left: 41.66667%
}

.row>.col-6 {
	width: 50%
}

.row>.off-6 {
	margin-left: 50%
}

.row>.col-7 {
	width: 58.33333%
}

.row>.off-7 {
	margin-left: 58.33333%
}

.row>.col-8 {
	width: 66.66667%
}

.row>.off-8 {
	margin-left: 66.66667%
}

.row>.col-9 {
	width: 75%
}

.row>.off-9 {
	margin-left: 75%
}

.row>.col-10 {
	width: 83.33333%
}

.row>.off-10 {
	margin-left: 83.33333%
}

.row>.col-11 {
	width: 91.66667%
}

.row>.off-11 {
	margin-left: 91.66667%
}

.button.fit,
.container.max,
.row>.col-12,
input[type=button].fit,
input[type=reset].fit,
input[type=submit].fit,
ul.actions.fit li>*,
ul.actions.fit.stacked {
	width: 100%
}

.row>.off-12 {
	margin-left: 100%
}

.row.gtr-0 {
	margin-left: 0
}

.dropotron li,
.row.gtr-0>* {
	padding: 0
}

.box.features .features-row:first-child section,
.row.gtr-0.gtr-uniform>*,
body.landing #page-wrapper,
ul.actions.stacked li:first-child {
	padding-top: 0
}

.row.gtr-25 {
	margin-left: -.5em
}

.row.gtr-25>* {
	padding: 0 0 0 .5em
}

.row.gtr-25.gtr-uniform {
	margin-top: -.5em
}

.row.gtr-50.gtr-uniform,
header h2+p {
	margin-top: -1em
}

.row.gtr-25.gtr-uniform>* {
	padding-top: .5em
}

.row.gtr-50 {
	margin-left: -1em
}

.row.gtr-50>* {
	padding: 0 0 0 1em
}

.row.gtr-50.gtr-uniform>* {
	padding-top: 1em
}

.row.gtr-uniform {
	margin-top: -2em
}

.row.gtr-uniform>* {
	padding-top: 2em
}

.row.gtr-150 {
	margin-top: 0;
	margin-left: -3em
}

.row.gtr-150>* {
	padding: 0 0 0 3em
}

.row.gtr-150.gtr-uniform {
	margin-top: -3em
}

#page-wrapper,
.row.gtr-150.gtr-uniform>* {
	padding-top: 3em
}

.row.gtr-200 {
	margin-top: 0;
	margin-left: -4em
}

.row.gtr-200>* {
	padding: 0 0 0 4em
}

.row.gtr-200.gtr-uniform {
	margin-top: -4em
}

.row.gtr-200.gtr-uniform>* {
	padding-top: 4em
}

.container {
	margin: 0 auto;
	max-width: calc(100% - 5em);
	width: 60em
}

.box,
.box.alt,
.icon.major,
.image.fit,
ol,
ul {
	margin: 0 0 2em
}

.container.xsmall {
	width: 15em
}

.container.small {
	width: 30em
}

.container.medium {
	width: 45em
}

.container.large {
	width: 75em
}

.container.xlarge {
	width: 90em
}

header p {
	position: relative;
	margin: 0 0 1.5em
}

header h2+p {
	font-size: 1.25em
}

header h3+p {
	font-size: 1.1em;
	margin-top: -.85em
}

header h4+p,
header h5+p,
header h6+p {
	font-size: .8em;
	margin-top: -.5em;
	line-height: 1.5em
}

header.major {
	padding: 1em 0;
	text-align: center
}

header.major h2 {
	margin: 0
}

header.major p {
	display: inline-block;
	border-top: 2px solid #e5e5e5;
	color: #000;
	margin: 1.5em 0 0;
	padding: 1.5em 0 0;
	font-style: normal
}

label {
	color: #000;
	font-size: .9em;
	font-weight: 300;
	margin: 0 0 1em
}

input[type=email],
input[type=password],
input[type=text],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-color: #f8f8f8;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%
}

#header nav>ul,
#header nav>ul>li,
.box.features .features-row section:nth-child(2n-1),
ul.actions,
ul.actions.special li:first-child,
ul.alt,
ul.icons {
	padding-left: 0
}

input[type=email]:invalid,
input[type=password]:invalid,
input[type=text]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none
}

input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
	border-color: #ae1018;
	box-shadow: 0 0 0 2px #ae1018
}

select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23e5e5e5' /%3E%3C/svg%3E");
	background-size: 1.25em;
	background-repeat: no-repeat;
	background-position: calc(100% - 1em) center;
	padding-right: 3em;
	text-overflow: ellipsis
}

select option {
	color: #000;
	background-color: #f5f5f5
}

select:focus::-ms-value {
	background-color: transparent
}

select::-ms-expand {
	display: none
}

input[type=email],
input[type=password],
input[type=text],
select {
	height: 3em
}

textarea {
	padding: .75em 1em
}

input[type=checkbox],
input[type=radio] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1
}

input[type=checkbox]+label,
input[type=radio]+label {
	text-decoration: none;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 300;
	padding-left: 2.55em;
	padding-right: .75em;
	position: relative
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
	font-weight: 900;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	content: '';
	font-size: .8em;
	height: 2.25em;
	left: 0;
	line-height: 2.25em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2.25em
}

.box,
.image,
input[type=checkbox]+label:before {
	border-radius: 6px
}

input[type=checkbox]:checked+label:before,
input[type=radio]:checked+label:before {
	background: #666;
	border-color: #666;
	color: #fff;
	content: '\f00c'
}

input[type=checkbox]:focus+label:before,
input[type=radio]:focus+label:before {
	border-color: #ae1018;
	box-shadow: 0 0 0 1px #ae1018
}

.box.features .features-row,
table tfoot {
	border-top: 2px solid #e5e5e5
}

input[type=radio]+label:before {
	border-radius: 100%
}

::-webkit-input-placeholder {
	color: #999 !important;
	opacity: 1
}

:-moz-placeholder {
	color: #999 !important;
	opacity: 1
}

::-moz-placeholder {
	color: #999 !important;
	opacity: 1
}

:-ms-input-placeholder {
	color: #999 !important;
	opacity: 1
}

.box {
	background: #f7f7f7;
	box-shadow: 0 2px 0 0 #e5e5e5;
	padding: 3em
}

.box.alt {
	background: 0 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important
}

.icon.major,
.icon.major.accent1 {
	background: #666;
	color: #fff
}

.box.features .features-row {
	position: relative
}

.box.features .features-row:after {
	clear: both;
	content: '';
	display: block
}

.box.features .features-row section {
	float: left;
	padding: 3em;
	width: 50%
}

.box.features .features-row section:nth-child(2n),
ul.icons li:last-child {
	padding-right: 0
}

.box.features .features-row section:nth-child(2n):before {
	background: #e5e5e5;
	content: '';
	display: block;
	height: 100%;
	margin-left: -3em;
	position: absolute;
	top: 0;
	width: 2px
}

.box.features .features-row:first-child,
.dropotron li:first-child>a,
.dropotron li:first-child>span,
table.alt tfoot {
	border-top: 0
}

.box.features .features-row:last-child,
.box.features .features-row:last-child section {
	padding-bottom: 0
}

.box .image.featured {
	border-radius: 0;
	display: block;
	margin: 3em 0 3em -3em;
	position: relative;
	width: calc(100% + 6em)
}

.box .image.featured img {
	border-radius: 0;
	display: block;
	width: 100%
}

.box .image.featured:first-child {
	border-radius: 6px 6px 0 0;
	margin-bottom: 3em;
	margin-top: -3em
}

.box .image.featured:first-child img {
	border-radius: 6px 6px 0 0
}

.box .image.featured:last-child {
	border-radius: 0 0 6px 6px;
	margin-bottom: -3em;
	margin-top: 3em
}

.box .image.featured:last-child img {
	border-radius: 0 0 6px 6px
}

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative
}

.icon:before {
	line-height: 1;
	font-weight: 400;
	line-height: inherit
}

#header nav>ul>li>ul,
#navButton,
#navPanel,
.icon>.label {
	display: none
}

.icon.major,
.image,
ul.icons li {
	display: inline-block
}

.icon.solid:before {
	font-weight: 900
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands'
}

.icon.major {
	border-radius: 100%;
	height: 5.5em;
	line-height: 5.5em;
	width: 5.5em
}

.icon.major:before {
	font-size: 2.5em
}

.dropotron li.active>a,
.dropotron li.active>span,
.dropotron li:hover>a,
.dropotron li:hover>span,
.icon.major.accent2 {
	background: #ae1018;
	color: #fff
}

#cta h2,
#cta h3,
#cta h4,
#cta h5,
#cta h6,
#footer .copyright a,
#header h1,
ul.icons li .icon {
	color: inherit
}

.icon.major.accent3 {
	background: #7fcdb8;
	color: #fff
}

.icon.major.accent4 {
	background: #90b0ba;
	color: #fff
}

.icon.major.accent5 {
	background: #e5cb95;
	color: #fff
}

.image {
	border: 0;
	position: relative
}

.image img {
	border-radius: 6px;
	display: block
}

.image.left {
	float: left;
	padding: 0 1.5em 1em 0;
	top: .25em
}

.image.right {
	float: right;
	padding: 0 0 1em 1.5em;
	top: .25em
}

.image.fit,
.image.fit img {
	display: block;
	width: 100%
}

ol {
	list-style: decimal;
	padding-left: 1.25em
}

ol li {
	padding-left: .25em
}

ul {
	list-style: disc;
	padding-left: 1em
}

ul li {
	padding-left: .5em
}

ul.alt li {
	border-top: 1px solid #e5e5e5;
	padding: .5em 0
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0
}

ul.icons li {
	padding: 0 1.25em 0 0
}

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-left: -1em
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0
}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0
}

ul.actions.stacked li {
	padding: 1.3em 0 0
}

ul.actions.fit {
	width: calc(100% + 1em)
}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%
}

table tbody tr {
	border: 1px solid #e5e5e5;
	border-left: 0;
	border-right: 0
}

.button.alt:hover,
input[type=button].alt:hover,
input[type=reset].alt:hover,
input[type=submit].alt:hover,
table tbody tr:nth-child(odd) {
	background-color: #f8f8f8
}

table td {
	padding: .75em
}

table th {
	color: #000;
	font-size: .9em;
	font-weight: 300;
	padding: 0 .75em .75em
}

table thead {
	border-bottom: 2px solid #e5e5e5
}

table.alt {
	border-collapse: separate
}

table.alt tbody tr td {
	border: 1px solid #e5e5e5;
	border-left-width: 0;
	border-top-width: 0
}

table.alt tbody tr td:first-child {
	border-left-width: 1px
}

table.alt tbody tr:first-child td {
	border-top-width: 1px
}

table.alt thead {
	border-bottom: 0
}

.button,
input[type=button],
input[type=reset],
input[type=submit] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	background-color: #666;
	border-radius: 6px;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	height: 3em;
	line-height: 3em;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap
}

.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background-color: #737373
}

.button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
	background-color: #595959
}

.button.icon,
input[type=button].icon,
input[type=reset].icon,
input[type=submit].icon {
	padding-left: 1.35em
}

.button.icon:before,
input[type=button].icon:before,
input[type=reset].icon:before,
input[type=submit].icon:before {
	margin-right: .5em
}

.button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
	font-size: .8em;
	height: 2.7em;
	line-height: 2.7em
}

.button.large,
input[type=button].large,
input[type=reset].large,
input[type=submit].large {
	font-size: 1.25em;
	height: 2.7em;
	line-height: 2.7em
}

.button.alt,
input[type=button].alt,
input[type=reset].alt,
input[type=submit].alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #e5e5e5;
	color: #000
}

.button.alt:active,
input[type=button].alt:active,
input[type=reset].alt:active,
input[type=submit].alt:active {
	background-color: #f0f0f0
}

.button.primary,
input[type=button].primary,
input[type=reset].primary,
input[type=submit].primary {
	background-color: #ae1018;
	color: #fff !important
}

.button.primary:hover,
input[type=button].primary:hover,
input[type=reset].primary:hover,
input[type=submit].primary:hover {
	background-color: #ecaa96
}

.button.primary:active,
input[type=button].primary:active,
input[type=reset].primary:active,
input[type=submit].primary:active {
	background-color: #e4886a
}

.button.disabled,
.button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
	background-color: #000 !important;
	box-shadow: inset 0 -.15em 0 0 rgba(0, 0, 0, .15);
	color: #f5f5f5 !important;
	cursor: default;
	opacity: .25
}

@-moz-keyframes reveal-header {
	0% {
		top: -5em
	}

	100% {
		top: 0
	}
}

@-webkit-keyframes reveal-header {
	0% {
		top: -5em
	}

	100% {
		top: 0
	}
}

@-ms-keyframes reveal-header {
	0% {
		top: -5em
	}

	100% {
		top: 0
	}
}

@keyframes reveal-header {
	0% {
		top: -5em
	}

	100% {
		top: 0
	}
}

#header {
	background: #444;
	color: #bbb;
	height: 3.25em;
	left: 0;
	line-height: 3.25em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000
}

#header img {
	height: 50px;
	margin-bottom: -10px
}

#header h1 {
	left: 1.25em;
	margin: 0;
	padding: 0
}

#header h1 a {
	color: #fff;
	font-weight: 400;
	border: 0
}

#header nav {
	right: .75em;
	vertical-align: middle
}

#header nav>ul {
	margin: 0
}

#header nav>ul>li {
	display: inline-block
}

#header nav>ul>li a {
	display: inline-block;
	height: 2em;
	line-height: 1.95em;
	padding: 0 1em;
	border-radius: 6px
}

#header nav>ul>li a:not(.button) {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	border: 0
}

#header nav>ul>li a:not(.button).icon:before {
	color: #999;
	margin-right: .5em
}

#header nav>ul>li:first-child {
	margin-left: 0
}

#header .button:hover,
#header input[type=button]:hover,
#header input[type=reset]:hover,
#header input[type=submit]:hover,
#header nav>ul>li.active a:not(.button) {
	background-color: rgba(153, 153, 153, .25)
}

#header nav>ul>li .button {
	margin: 0 0 0 .5em;
	position: relative
}

#header .button,
#header input[type=button],
#header input[type=reset],
#header input[type=submit] {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #999;
	color: #fff
}

#header.alt,
#header.alt nav>ul>li a:not(.button).icon:before {
	color: rgba(255, 255, 255, .75)
}

#header .button:active,
#header input[type=button]:active,
#header input[type=reset]:active,
#header input[type=submit]:active {
	background-color: rgba(153, 153, 153, .5)
}

#header .container {
	position: relative
}

#header .container h1 {
	left: 0
}

#header .container nav {
	right: 0
}

#header.reveal {
	-moz-animation: .5s reveal-header;
	-webkit-animation: .5s reveal-header;
	-ms-animation: reveal-header 0.5s;
	animation: .5s reveal-header
}

#header.alt {
	-moz-animation: none;
	-webkit-animation: none;
	-ms-animation: none;
	animation: none;
	background: 0 0;
	position: absolute
}

#banner,
#banner h2,
#banner h3,
#banner h4,
#banner h5,
#banner h6 {
	color: #fff
}

#banner .button:active,
#banner input[type=button]:active,
#banner input[type=reset]:active,
#banner input[type=submit]:active,
#header.alt .button:active,
#header.alt input[type=button]:active,
#header.alt input[type=reset]:active,
#header.alt input[type=submit]:active,
#header.alt nav>ul>li.active a:not(.button) {
	background-color: rgba(255, 255, 255, .2)
}

#header.alt .button,
#header.alt input[type=button],
#header.alt input[type=reset],
#header.alt input[type=submit] {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5)
}

#banner .button:hover,
#banner input[type=button]:hover,
#banner input[type=reset]:hover,
#banner input[type=submit]:hover,
#header.alt .button:hover,
#header.alt input[type=button]:hover,
#header.alt input[type=reset]:hover,
#header.alt input[type=submit]:hover {
	background-color: rgba(255, 255, 255, .1)
}

.dropotron {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .065), inset 0 -1px 0 0 #fff, inset 0 0 0 1px rgba(229, 229, 229, .5);
	margin: calc(-.5em + 1px) 0 0 1px;
	padding: .5em 0;
	width: 11em
}

.dropotron li a,
.dropotron li span {
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
	border: 0;
	border-top: 1px solid #f2f2f2;
	color: inherit;
	display: block;
	padding: .15em 1em
}

.dropotron.level-0 {
	font-size: .9em;
	margin: 1em 0 0
}

.dropotron.level-0:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	border: 1px solid rgba(229, 229, 229, .5);
	border-bottom: 0;
	border-right: 0;
	box-shadow: -.25em -.125em .125em 0 rgba(0, 0, 0, .015);
	content: '';
	display: block;
	height: .75em;
	position: absolute;
	right: 1.25em;
	top: -.375em;
	width: .75em;
	z-index: 0
}

#banner {
	background-attachment: fixed;
	background-color: #666;
	background-image: url("images/overlay.png"), url("../../images/showcase/banner.jpg");
	background-position: top left, center center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	padding: 12em 0 20em;
	text-align: center
}

#banner .inner-banner {
	background-color: rgba(0, 0, 0, .5);
	padding: 15px
}

#banner .inner-banner img {
	height: 120px;
	margin-bottom: -10px
}

#banner h2 {
	font-size: 3.5em;
	line-height: 1em;
	margin: 0 0 .5em;
	padding: 0
}

#banner p {
	font-size: 1.25em;
	margin-bottom: 1.75em
}

#banner .button,
#banner input[type=button],
#banner input[type=reset],
#banner input[type=submit] {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5);
	color: #fff;
	min-width: 12em
}

#banner .button.primary,
#banner input[type=button].primary,
#banner input[type=reset].primary,
#banner input[type=submit].primary {
	background: #fff;
	color: #666 !important
}

#main {
	padding: 4em 0
}

#main>header {
	text-align: center;
	margin: 0 0 3em
}

#main>header h2 {
	font-size: 2.75em;
	margin: 0
}

#main>header p {
	border-top: 2px solid #e5e5e5;
	color: #000;
	display: inline-block;
	font-style: normal;
	margin: 1em 0 0;
	padding: 1em 0 1.25em
}

body.landing #main {
	margin-top: -14em
}

#footer {
	background: #f0f0f0;
	padding: 4em 0 6em;
	text-align: center
}

#footer .icons a {
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	opacity: .35
}

#footer .icons a:hover {
	opacity: .75
}

#footer .copyright {
	color: #999;
	font-size: .9em;
	line-height: 1em;
	margin: 2em 0 0;
	padding: 0;
	text-align: center
}

#footer .copyright li {
	border-left: 1px solid #ddd;
	display: inline-block;
	list-style: none;
	margin-left: 1em;
	padding-left: 1em
}

#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0
}

#cta {
	background: #ae1018;
	color: #f9e6df;
	padding: 3.5em 0 4em;
	text-align: center
}

#cta form {
	margin: 0 auto;
	max-width: 100%;
	width: 25em
}

#cta .button,
#cta input[type=button],
#cta input[type=reset],
#cta input[type=submit] {
	box-shadow: none;
	background: #fff;
	color: #ae1018
}

#cta input[type=email],
#cta input[type=password],
#cta input[type=text],
#cta select,
#cta textarea {
	color: #fff;
	background: rgba(255, 255, 255, .15);
	border: 0
}

#cta input[type=email]:focus,
#cta input[type=password]:focus,
#cta input[type=text]:focus,
#cta select:focus,
#cta textarea:focus {
	box-shadow: inset 0 0 0 2px #fff
}

#cta ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .75) !important
}

#cta :-moz-placeholder {
	color: rgba(255, 255, 255, .75) !important
}

#cta ::-moz-placeholder {
	color: rgba(255, 255, 255, .75) !important
}

#cta :-ms-input-placeholder {
	color: rgba(255, 255, 255, .75) !important
}

#cta .formerize-placeholder {
	color: rgba(255, 255, 255, .75) !important
}

@media screen and (max-width:1680px) {

	.row,
	.row>* {
		box-sizing: border-box
	}

	.row,
	.row.gtr-0,
	.row.gtr-0.gtr-uniform,
	.row.gtr-25,
	.row.gtr-50 {
		margin-top: 0
	}

	.row {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		margin-left: -2em
	}

	.row>* {
		padding: 0 0 0 2em
	}

	.row.gtr-uniform>*>:last-child {
		margin-bottom: 0
	}

	.row.aln-left {
		justify-content: flex-start
	}

	.row.aln-center {
		justify-content: center
	}

	.row.aln-right {
		justify-content: flex-end
	}

	.row.aln-top {
		align-items: flex-start
	}

	.row.aln-middle {
		align-items: center
	}

	.row.aln-bottom {
		align-items: flex-end
	}

	.row>.imp-wide {
		order: -1
	}

	.row>.col-1-wide {
		width: 8.33333%
	}

	.row>.off-1-wide {
		margin-left: 8.33333%
	}

	.row>.col-2-wide {
		width: 16.66667%
	}

	.row>.off-2-wide {
		margin-left: 16.66667%
	}

	.row>.col-3-wide {
		width: 25%
	}

	.row>.off-3-wide {
		margin-left: 25%
	}

	.row>.col-4-wide {
		width: 33.33333%
	}

	.row>.off-4-wide {
		margin-left: 33.33333%
	}

	.row>.col-5-wide {
		width: 41.66667%
	}

	.row>.off-5-wide {
		margin-left: 41.66667%
	}

	.row>.col-6-wide {
		width: 50%
	}

	.row>.off-6-wide {
		margin-left: 50%
	}

	.row>.col-7-wide {
		width: 58.33333%
	}

	.row>.off-7-wide {
		margin-left: 58.33333%
	}

	.row>.col-8-wide {
		width: 66.66667%
	}

	.row>.off-8-wide {
		margin-left: 66.66667%
	}

	.row>.col-9-wide {
		width: 75%
	}

	.row>.off-9-wide {
		margin-left: 75%
	}

	.row>.col-10-wide {
		width: 83.33333%
	}

	.row>.off-10-wide {
		margin-left: 83.33333%
	}

	.row>.col-11-wide {
		width: 91.66667%
	}

	.row>.off-11-wide {
		margin-left: 91.66667%
	}

	.row>.col-12-wide {
		width: 100%
	}

	.row>.off-12-wide {
		margin-left: 100%
	}

	.row.gtr-0 {
		margin-left: 0
	}

	.row.gtr-0>* {
		padding: 0
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0
	}

	.row.gtr-25 {
		margin-left: -.5em
	}

	.row.gtr-25>* {
		padding: 0 0 0 .5em
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -.5em
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: .5em
	}

	.row.gtr-50 {
		margin-left: -1em
	}

	.row.gtr-50>* {
		padding: 0 0 0 1em
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1em
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1em
	}

	.row.gtr-uniform {
		margin-top: -2em
	}

	.row.gtr-uniform>* {
		padding-top: 2em
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3em
	}

	.row.gtr-150>* {
		padding: 0 0 0 3em
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3em
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3em
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -4em
	}

	.row.gtr-200>* {
		padding: 0 0 0 4em
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -4em
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 4em
	}

	body,
	input,
	select,
	textarea {
		font-size: 13pt
	}

	#banner {
		padding: 10em 0 18em
	}

	#banner .inner-banner {
		background-color: rgba(0, 0, 0, .5);
		padding: 15px
	}

	#banner .inner-banner img {
		height: 90px;
		margin-bottom: -10px
	}
}

@media screen and (max-width:1280px) {

	.row,
	.row>* {
		box-sizing: border-box
	}

	.row,
	.row.gtr-0,
	.row.gtr-0.gtr-uniform,
	.row.gtr-25,
	.row.gtr-50 {
		margin-top: 0
	}

	.row {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		margin-left: -2em
	}

	.row>* {
		padding: 0 0 0 2em
	}

	.row.gtr-uniform>*>:last-child {
		margin-bottom: 0
	}

	.row.aln-left {
		justify-content: flex-start
	}

	.row.aln-center {
		justify-content: center
	}

	.row.aln-right {
		justify-content: flex-end
	}

	.row.aln-top {
		align-items: flex-start
	}

	.row.aln-middle {
		align-items: center
	}

	.row.aln-bottom {
		align-items: flex-end
	}

	.row>.imp-normal {
		order: -1
	}

	.row>.col-1-normal {
		width: 8.33333%
	}

	.row>.off-1-normal {
		margin-left: 8.33333%
	}

	.row>.col-2-normal {
		width: 16.66667%
	}

	.row>.off-2-normal {
		margin-left: 16.66667%
	}

	.row>.col-3-normal {
		width: 25%
	}

	.row>.off-3-normal {
		margin-left: 25%
	}

	.row>.col-4-normal {
		width: 33.33333%
	}

	.row>.off-4-normal {
		margin-left: 33.33333%
	}

	.row>.col-5-normal {
		width: 41.66667%
	}

	.row>.off-5-normal {
		margin-left: 41.66667%
	}

	.row>.col-6-normal {
		width: 50%
	}

	.row>.off-6-normal {
		margin-left: 50%
	}

	.row>.col-7-normal {
		width: 58.33333%
	}

	.row>.off-7-normal {
		margin-left: 58.33333%
	}

	.row>.col-8-normal {
		width: 66.66667%
	}

	.row>.off-8-normal {
		margin-left: 66.66667%
	}

	.row>.col-9-normal {
		width: 75%
	}

	.row>.off-9-normal {
		margin-left: 75%
	}

	.row>.col-10-normal {
		width: 83.33333%
	}

	.row>.off-10-normal {
		margin-left: 83.33333%
	}

	.row>.col-11-normal {
		width: 91.66667%
	}

	.row>.off-11-normal {
		margin-left: 91.66667%
	}

	.row>.col-12-normal {
		width: 100%
	}

	.row>.off-12-normal {
		margin-left: 100%
	}

	.row.gtr-0 {
		margin-left: 0
	}

	.row.gtr-0>* {
		padding: 0
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0
	}

	.row.gtr-25 {
		margin-left: -.5em
	}

	.row.gtr-25>* {
		padding: 0 0 0 .5em
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -.5em
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: .5em
	}

	.row.gtr-50 {
		margin-left: -1em
	}

	.row.gtr-50>* {
		padding: 0 0 0 1em
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1em
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1em
	}

	.row.gtr-uniform {
		margin-top: -2em
	}

	.row.gtr-uniform>* {
		padding-top: 2em
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3em
	}

	.row.gtr-150>* {
		padding: 0 0 0 3em
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3em
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3em
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -4em
	}

	.row.gtr-200>* {
		padding: 0 0 0 4em
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -4em
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 4em
	}

	body,
	input,
	select,
	textarea {
		font-size: 11pt
	}

	.dropotron.level-0 {
		font-size: 1em
	}

	#banner {
		background-attachment: scroll
	}

	#banner h2 {
		font-size: 3.5em
	}
}

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

	.row,
	.row>* {
		box-sizing: border-box
	}

	.row,
	.row.gtr-0,
	.row.gtr-0.gtr-uniform,
	.row.gtr-25,
	.row.gtr-50 {
		margin-top: 0
	}

	.row {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		margin-left: -2em
	}

	.row>* {
		padding: 0 0 0 2em
	}

	.row.gtr-uniform>*>:last-child {
		margin-bottom: 0
	}

	.row.aln-left {
		justify-content: flex-start
	}

	.row.aln-center {
		justify-content: center
	}

	.row.aln-right {
		justify-content: flex-end
	}

	.row.aln-top {
		align-items: flex-start
	}

	.row.aln-middle {
		align-items: center
	}

	.row.aln-bottom {
		align-items: flex-end
	}

	.row>.imp-narrow {
		order: -1
	}

	.row>.col-1-narrow {
		width: 8.33333%
	}

	.row>.off-1-narrow {
		margin-left: 8.33333%
	}

	.row>.col-2-narrow {
		width: 16.66667%
	}

	.row>.off-2-narrow {
		margin-left: 16.66667%
	}

	.row>.col-3-narrow {
		width: 25%
	}

	.row>.off-3-narrow {
		margin-left: 25%
	}

	.row>.col-4-narrow {
		width: 33.33333%
	}

	.row>.off-4-narrow {
		margin-left: 33.33333%
	}

	.row>.col-5-narrow {
		width: 41.66667%
	}

	.row>.off-5-narrow {
		margin-left: 41.66667%
	}

	.row>.col-6-narrow {
		width: 50%
	}

	.row>.off-6-narrow {
		margin-left: 50%
	}

	.row>.col-7-narrow {
		width: 58.33333%
	}

	.row>.off-7-narrow {
		margin-left: 58.33333%
	}

	.row>.col-8-narrow {
		width: 66.66667%
	}

	.row>.off-8-narrow {
		margin-left: 66.66667%
	}

	.row>.col-9-narrow {
		width: 75%
	}

	.row>.off-9-narrow {
		margin-left: 75%
	}

	.row>.col-10-narrow {
		width: 83.33333%
	}

	.row>.off-10-narrow {
		margin-left: 83.33333%
	}

	.row>.col-11-narrow {
		width: 91.66667%
	}

	.row>.off-11-narrow {
		margin-left: 91.66667%
	}

	.row>.col-12-narrow {
		width: 100%
	}

	.row>.off-12-narrow {
		margin-left: 100%
	}

	.row.gtr-0 {
		margin-left: 0
	}

	.row.gtr-0>* {
		padding: 0
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0
	}

	.row.gtr-25 {
		margin-left: -.5em
	}

	.row.gtr-25>* {
		padding: 0 0 0 .5em
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -.5em
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: .5em
	}

	.row.gtr-50 {
		margin-left: -1em
	}

	.row.gtr-50>* {
		padding: 0 0 0 1em
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1em
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1em
	}

	.row.gtr-uniform {
		margin-top: -2em
	}

	.row.gtr-uniform>* {
		padding-top: 2em
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3em
	}

	.row.gtr-150>* {
		padding: 0 0 0 3em
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3em
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3em
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -4em
	}

	.row.gtr-200>* {
		padding: 0 0 0 4em
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -4em
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 4em
	}

	body,
	input,
	select,
	textarea {
		font-size: 11pt
	}
}

@media screen and (max-width:840px) {

	.row,
	.row>* {
		box-sizing: border-box
	}

	.row,
	.row.gtr-0,
	.row.gtr-0.gtr-uniform,
	.row.gtr-25,
	.row.gtr-50 {
		margin-top: 0
	}

	.row {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		margin-left: -2em
	}

	.row>* {
		padding: 0 0 0 2em
	}

	.row.gtr-uniform>*>:last-child {
		margin-bottom: 0
	}

	.row.aln-left {
		justify-content: flex-start
	}

	.row.aln-center {
		justify-content: center
	}

	.row.aln-right {
		justify-content: flex-end
	}

	.row.aln-top {
		align-items: flex-start
	}

	.row.aln-middle {
		align-items: center
	}

	.row.aln-bottom {
		align-items: flex-end
	}

	.row>.imp-narrower {
		order: -1
	}

	.row>.col-1-narrower {
		width: 8.33333%
	}

	.row>.off-1-narrower {
		margin-left: 8.33333%
	}

	.row>.col-2-narrower {
		width: 16.66667%
	}

	.row>.off-2-narrower {
		margin-left: 16.66667%
	}

	.row>.col-3-narrower {
		width: 25%
	}

	.row>.off-3-narrower {
		margin-left: 25%
	}

	.row>.col-4-narrower {
		width: 33.33333%
	}

	.row>.off-4-narrower {
		margin-left: 33.33333%
	}

	.row>.col-5-narrower {
		width: 41.66667%
	}

	.row>.off-5-narrower {
		margin-left: 41.66667%
	}

	.row>.col-6-narrower {
		width: 50%
	}

	.row>.off-6-narrower {
		margin-left: 50%
	}

	.row>.col-7-narrower {
		width: 58.33333%
	}

	.row>.off-7-narrower {
		margin-left: 58.33333%
	}

	.row>.col-8-narrower {
		width: 66.66667%
	}

	.row>.off-8-narrower {
		margin-left: 66.66667%
	}

	.row>.col-9-narrower {
		width: 75%
	}

	.row>.off-9-narrower {
		margin-left: 75%
	}

	.row>.col-10-narrower {
		width: 83.33333%
	}

	.row>.off-10-narrower {
		margin-left: 83.33333%
	}

	.row>.col-11-narrower {
		width: 91.66667%
	}

	.row>.off-11-narrower {
		margin-left: 91.66667%
	}

	.row>.col-12-narrower {
		width: 100%
	}

	.row>.off-12-narrower {
		margin-left: 100%
	}

	.row.gtr-0 {
		margin-left: 0
	}

	.row.gtr-0>* {
		padding: 0
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0
	}

	.row.gtr-25 {
		margin-left: -.5em
	}

	.row.gtr-25>* {
		padding: 0 0 0 .5em
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -.5em
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: .5em
	}

	.row.gtr-50 {
		margin-left: -1em
	}

	.row.gtr-50>* {
		padding: 0 0 0 1em
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1em
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1em
	}

	.row.gtr-uniform {
		margin-top: -2em
	}

	.row.gtr-uniform>* {
		padding-top: 2em
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3em
	}

	.row.gtr-150>* {
		padding: 0 0 0 3em
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3em
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3em
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -4em
	}

	.row.gtr-200>* {
		padding: 0 0 0 4em
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -4em
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 4em
	}

	.container {
		width: 100% !important
	}

	#navButton,
	#page-wrapper {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-moz-transition: -moz-transform .5s;
		-webkit-transition: -webkit-transform .5s;
		-ms-transition: -ms-transform .5s
	}

	#navButton,
	#navPanel {
		left: 0;
		position: fixed;
		top: 0
	}

	body,
	html {
		overflow-x: hidden
	}

	body,
	input,
	select,
	textarea {
		font-size: 11pt
	}

	#header,
	h2 br,
	h3 br,
	h4 br,
	h5 br,
	h6 br,
	header br {
		display: none
	}

	header.major {
		padding: 0 4em
	}

	.box,
	.box.features>section {
		padding: 3em 2em
	}

	.box .image.featured {
		margin-left: -2em;
		width: calc(100% + 4em)
	}

	.box .image.featured:first-child {
		margin-bottom: 3em;
		margin-top: -3em
	}

	.box .image.featured:last-child {
		margin-bottom: -3em;
		margin-top: 3em
	}

	#page-wrapper {
		padding-top: 0;
		backface-visibility: hidden;
		transition: transform .5s;
		padding-bottom: 1px
	}

	#navButton {
		backface-visibility: hidden;
		transition: transform .5s;
		display: block;
		height: 44px;
		width: 100%;
		z-index: 10001
	}

	#navButton .toggle {
		text-decoration: none;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		border: 0;
		outline: 0
	}

	#navButton .toggle:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		text-transform: none !important;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		background: rgba(192, 192, 192, .75);
		border-radius: 6px;
		color: #fff;
		content: '\f0c9';
		display: block;
		font-size: 16px;
		height: 2.25em;
		left: .5em;
		line-height: 2.25em;
		position: absolute;
		text-align: center;
		top: .5em;
		width: 3.5em
	}

	#navPanel {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translateX(-275px);
		-webkit-transform: translateX(-275px);
		-ms-transform: translateX(-275px);
		transform: translateX(-275px);
		-moz-transition: -moz-transform .5s;
		-webkit-transition: -webkit-transform .5s;
		-ms-transition: -ms-transform .5s;
		transition: transform .5s;
		display: block;
		height: 100%;
		overflow-y: auto;
		width: 275px;
		z-index: 10002;
		background: #2b2b2b;
		color: #bbb
	}

	#navPanel .link {
		border-bottom: 0;
		border-top: 1px solid rgba(255, 255, 255, .05);
		color: #bbb;
		display: block;
		height: 44px;
		line-height: 44px;
		padding: 0 1em;
		text-decoration: none
	}

	#navPanel .link:first-child {
		border-top: 0
	}

	#navPanel .link.depth-0 {
		color: #fff
	}

	#navPanel .link .indent-1 {
		display: inline-block;
		width: 1em
	}

	#navPanel .link .indent-2 {
		display: inline-block;
		width: 2em
	}

	#navPanel .link .indent-3 {
		display: inline-block;
		width: 3em
	}

	#navPanel .link .indent-4 {
		display: inline-block;
		width: 4em
	}

	#navPanel .link .indent-5 {
		display: inline-block;
		width: 5em
	}

	body.navPanel-visible #navButton,
	body.navPanel-visible #page-wrapper {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px)
	}

	body.navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@media screen and (max-width:736px) {

	.row,
	.row>* {
		box-sizing: border-box
	}

	.row,
	.row.gtr-0,
	.row.gtr-0.gtr-uniform,
	.row.gtr-25,
	.row.gtr-50 {
		margin-top: 0
	}

	.row {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		margin-left: -2em
	}

	.row>* {
		padding: 0 0 0 2em
	}

	.row.gtr-uniform>*>:last-child {
		margin-bottom: 0
	}

	.row.aln-left {
		justify-content: flex-start
	}

	.row.aln-center {
		justify-content: center
	}

	.row.aln-right {
		justify-content: flex-end
	}

	.row.aln-top {
		align-items: flex-start
	}

	.row.aln-middle {
		align-items: center
	}

	.row.aln-bottom {
		align-items: flex-end
	}

	.row>.imp-mobile {
		order: -1
	}

	.row>.col-1-mobile {
		width: 8.33333%
	}

	.row>.off-1-mobile {
		margin-left: 8.33333%
	}

	.row>.col-2-mobile {
		width: 16.66667%
	}

	.row>.off-2-mobile {
		margin-left: 16.66667%
	}

	.row>.col-3-mobile {
		width: 25%
	}

	.row>.off-3-mobile {
		margin-left: 25%
	}

	.row>.col-4-mobile {
		width: 33.33333%
	}

	.row>.off-4-mobile {
		margin-left: 33.33333%
	}

	.row>.col-5-mobile {
		width: 41.66667%
	}

	.row>.off-5-mobile {
		margin-left: 41.66667%
	}

	.row>.col-6-mobile {
		width: 50%
	}

	.row>.off-6-mobile {
		margin-left: 50%
	}

	.row>.col-7-mobile {
		width: 58.33333%
	}

	.row>.off-7-mobile {
		margin-left: 58.33333%
	}

	.row>.col-8-mobile {
		width: 66.66667%
	}

	.row>.off-8-mobile {
		margin-left: 66.66667%
	}

	.row>.col-9-mobile {
		width: 75%
	}

	.row>.off-9-mobile {
		margin-left: 75%
	}

	.row>.col-10-mobile {
		width: 83.33333%
	}

	.row>.off-10-mobile {
		margin-left: 83.33333%
	}

	.row>.col-11-mobile {
		width: 91.66667%
	}

	.row>.off-11-mobile {
		margin-left: 91.66667%
	}

	.row>.col-12-mobile {
		width: 100%
	}

	.row>.off-12-mobile {
		margin-left: 100%
	}

	.row.gtr-0 {
		margin-left: 0
	}

	.row.gtr-0>* {
		padding: 0
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0
	}

	.row.gtr-25 {
		margin-left: -.5em
	}

	.row.gtr-25>* {
		padding: 0 0 0 .5em
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -.5em
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: .5em
	}

	.row.gtr-50 {
		margin-left: -1em
	}

	.row.gtr-50>* {
		padding: 0 0 0 1em
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1em
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1em
	}

	.row.gtr-uniform {
		margin-top: -2em
	}

	.row.gtr-uniform>* {
		padding-top: 2em
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3em
	}

	.row.gtr-150>* {
		padding: 0 0 0 3em
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3em
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3em
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -4em
	}

	.row.gtr-200>* {
		padding: 0 0 0 4em
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -4em
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 4em
	}

	.container {
		max-width: 100%
	}

	body,
	input,
	select,
	textarea {
		font-size: 11pt
	}

	h2 {
		font-size: 1.75em;
		line-height: 1.35em;
		letter-spacing: -.025em
	}

	h3 {
		font-size: 1.5em
	}

	h4 {
		font-size: 1em
	}

	header.major {
		padding: 1em
	}

	header.major h2,
	header.major p {
		padding-left: .5em;
		padding-right: .5em
	}

	.box {
		margin: 1em;
		overflow-x: hidden;
		padding: 2em !important
	}

	.box.features .features-row {
		border-top: 0;
		padding: 0
	}

	.box.features .features-row section {
		border: 0;
		border-top: 1px solid #e5e5e5 !important;
		float: none;
		margin: 2em 0 0 !important;
		padding: 2em 0 0 !important;
		width: 100%
	}

	.box.features .features-row:first-child section:first-child {
		border-top: 0 !important;
		margin-top: 0 !important;
		padding-top: 0 !important
	}

	.box .image.featured {
		margin-left: -2em;
		width: calc(100% + 4em)
	}

	.box .image.featured:first-child {
		margin-bottom: 2em;
		margin-top: -2em
	}

	.box .image.featured:last-child {
		margin-bottom: -2em;
		margin-top: 2em
	}

	#banner,
	#footer {
		padding: 4em 0
	}

	#banner .inner-banner {
		background-color: rgba(0, 0, 0, .5);
		padding: 15px
	}

	#banner .inner-banner img {
		height: 60px;
		margin-bottom: -10px
	}

	#banner h2 {
		font-size: 2.25em
	}

	#banner p {
		font-size: 1.25em
	}

	#main {
		padding: 4em 0 0
	}

	#main>header {
		margin: 0 2em 1.5em
	}

	#main>header h2 {
		font-size: 2em
	}

	#main>header p {
		font-size: 1em;
		padding-bottom: 1em
	}

	body.landing #main {
		padding: 0;
		margin-top: 0
	}

	#footer .copyright li {
		border-left: 0;
		display: block;
		line-height: 2em;
		margin-left: 0;
		padding-left: 0
	}
}

@media screen and (max-width:480px) {

	.row,
	.row>* {
		box-sizing: border-box
	}

	#main>.box:first-child,
	.row,
	.row.gtr-0,
	.row.gtr-0.gtr-uniform,
	.row.gtr-25,
	.row.gtr-50 {
		margin-top: 0
	}

	.row {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		margin-left: -2em
	}

	.row>* {
		padding: 0 0 0 2em
	}

	.row.gtr-uniform>*>:last-child {
		margin-bottom: 0
	}

	.row.aln-left {
		justify-content: flex-start
	}

	.row.aln-center {
		justify-content: center
	}

	.row.aln-right {
		justify-content: flex-end
	}

	.row.aln-top {
		align-items: flex-start
	}

	.row.aln-middle {
		align-items: center
	}

	.row.aln-bottom {
		align-items: flex-end
	}

	.row>.imp-mobilep {
		order: -1
	}

	.row>.col-1-mobilep {
		width: 8.33333%
	}

	.row>.off-1-mobilep {
		margin-left: 8.33333%
	}

	.row>.col-2-mobilep {
		width: 16.66667%
	}

	.row>.off-2-mobilep {
		margin-left: 16.66667%
	}

	.row>.col-3-mobilep {
		width: 25%
	}

	.row>.off-3-mobilep {
		margin-left: 25%
	}

	.row>.col-4-mobilep {
		width: 33.33333%
	}

	.row>.off-4-mobilep {
		margin-left: 33.33333%
	}

	.row>.col-5-mobilep {
		width: 41.66667%
	}

	.row>.off-5-mobilep {
		margin-left: 41.66667%
	}

	.row>.col-6-mobilep {
		width: 50%
	}

	.row>.off-6-mobilep {
		margin-left: 50%
	}

	.row>.col-7-mobilep {
		width: 58.33333%
	}

	.row>.off-7-mobilep {
		margin-left: 58.33333%
	}

	.row>.col-8-mobilep {
		width: 66.66667%
	}

	.row>.off-8-mobilep {
		margin-left: 66.66667%
	}

	.row>.col-9-mobilep {
		width: 75%
	}

	.row>.off-9-mobilep {
		margin-left: 75%
	}

	.row>.col-10-mobilep {
		width: 83.33333%
	}

	.row>.off-10-mobilep {
		margin-left: 83.33333%
	}

	.row>.col-11-mobilep {
		width: 91.66667%
	}

	.row>.off-11-mobilep {
		margin-left: 91.66667%
	}

	.row>.col-12-mobilep,
	ul.actions:not(.fixed) li .button,
	ul.actions:not(.fixed) li button,
	ul.actions:not(.fixed) li input[type=button],
	ul.actions:not(.fixed) li input[type=reset],
	ul.actions:not(.fixed) li input[type=submit],
	ul.actions:not(.fixed) li>* {
		width: 100%
	}

	.row>.off-12-mobilep {
		margin-left: 100%
	}

	.row.gtr-0 {
		margin-left: 0
	}

	.row.gtr-0>*,
	header.major {
		padding: 0
	}

	.row.gtr-0.gtr-uniform>*,
	ul.actions li:first-child,
	ul.actions.small li:first-child,
	ul.actions:not(.fixed) li:first-child {
		padding-top: 0
	}

	.row.gtr-25,
	ul.actions:not(.fixed) li .button.icon:before,
	ul.actions:not(.fixed) li button.icon:before,
	ul.actions:not(.fixed) li input[type=button].icon:before,
	ul.actions:not(.fixed) li input[type=reset].icon:before,
	ul.actions:not(.fixed) li input[type=submit].icon:before {
		margin-left: -.5em
	}

	.row.gtr-25>* {
		padding: 0 0 0 .5em
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -.5em
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: .5em
	}

	.row.gtr-50 {
		margin-left: -1em
	}

	.row.gtr-50>* {
		padding: 0 0 0 1em
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1em
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1em
	}

	.row.gtr-uniform {
		margin-top: -2em
	}

	.row.gtr-uniform>* {
		padding-top: 2em
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3em
	}

	.row.gtr-150>* {
		padding: 0 0 0 3em
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3em
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3em
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -4em
	}

	.row.gtr-200>* {
		padding: 0 0 0 4em
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -4em
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 4em
	}

	ul.actions:not(.fixed) {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		width: 100% !important
	}

	ul.actions:not(.fixed) li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		padding: 1em 0 0;
		text-align: center;
		width: 100%
	}

	body,
	html {
		min-width: 320px
	}

	body,
	input,
	select,
	textarea {
		font-size: 11pt
	}

	ul.actions {
		margin: 0 0 2em
	}

	ul.actions li {
		display: block;
		padding: 1em 0 0;
		text-align: center;
		width: 100%
	}

	ul.actions li>* {
		width: 100%;
		margin: 0 !important
	}

	ul.actions li>.icon:before {
		margin-left: -2em
	}

	ul.actions.small li {
		padding: .5em 0 0
	}

	.box {
		border-radius: 0;
		box-shadow: none;
		margin: 1em 0 0;
		padding: 3em 1em !important
	}

	.box.features .features-row section {
		margin: 3em 0 0 !important;
		padding: 3em 0 0 !important
	}

	.box .image.featured {
		border-radius: 0;
		margin-left: -1em;
		width: calc(100% + 2em)
	}

	.box .image.featured img {
		border-radius: 0 !important
	}

	.box .image.featured:first-child {
		margin-bottom: 3em;
		margin-top: -3em
	}

	.box .image.featured:last-child {
		margin-bottom: -3em;
		margin-top: 3em
	}

	#banner {
		padding: 5em 3em 4em
	}

	#banner .inner-banner {
		background-color: rgba(0, 0, 0, .5);
		padding: 15px
	}

	#banner .inner-banner img {
		height: 60px;
		margin-bottom: -10px
	}

	#cta {
		padding: 2.5em 1em 3em
	}
}

.themeMain {
	color: #d4232b
}

.themeSec {
	color: #ae1018
}

#headerLogo a,
#headerLogo a:visited {
	text-decoration: none !important
}

.scrolling-alert {
	width: 100%;
	background-color: #f2f2f2;
	color: #333;
	text-align: center;
	padding-top: 50px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #ddd
}

.scrolling-alert marquee {
	width: 100%;
	height: 100%
}

.equal-height {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 !important;
	height: 870px
}