.button,
h2 {
    text-transform: uppercase
}

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

hr,
table {
    border: 0
}

*,
body {
    margin: 0;
    padding: 0
}

.form #comments,
:focus,
a,
hr {
    outline: 0
}

@font-face {
    font-family: Opensans;
    src: url(../fonts/opensans-regular-webfont.eot);
    src: url(../fonts/opensans-regular-webfont.eot?iefix) format("embedded-opentype"), url(../fonts/opensans-regular-webfont.ttf) format("truetype")
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

body,
html {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
option,
p,
pre,
q,
s,
samp,
select,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%
}

audio,
canvas,
video {
    display: inline-block
}

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

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

caption,
td,
th {
    text-align: left;
    font-weight: 400
}

.thank-you h2,
h1 {
    text-align: center
}

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

td {
    vertical-align: top
}

body {
    font-family: Arial, Helvetica, sans-serif
}

a {
    -webkit-tap-highlight-color: transparent;
    color: #b1b1ba
}

a:active,
a:hover {
    color: #be0404
}

a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

a img {
    border: none
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 auto;
    font-weight: 700
}

h1,
h2 {
    font-weight: 400
}

h1 {
    font-size: 34px;
    color: #000;
    line-height: 38px;
    margin-bottom: 30px
}

h2 {
    color: #be0404;
    font-size: 28px;
    line-height: 32px
}

.thank-you h2 {
    color: #be0404;
    font-size: 38px;
    padding-bottom: 10px;
    line-height: 45px
}

hr {
    height: 2px;
    width: 100%;
    box-shadow: none;
    background-color: #be0404;
    margin: 30px 0 45px
}

p {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 12px
}

p.large {
    font-size: 24px;
    line-height: 30px
}

address {
    font-style: inherit
}

strong {
    font-weight: 700
}

.button {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    padding: 21px 40px;
    color: #fff;
    margin-top: 40px;
    transition: all .3s ease 0s;
    cursor: pointer;
    background-color: #000
}

.button:hover {
    background-color: #be0404;
    color: #FFF
}

nav ol,
nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul:not([class]) {
    margin: 22px 0 22px 30px;
    display: block
}

ul:not([class]) li {
    display: list-item;
    padding: 5px 0 5px 10px;
    font-size: 18px
}

p+ul:not([class]) {
    margin-top: 10px
}

.full-box,
ol.full-box li,
ul.full-box li {
    display: inline-block;
    width: 100%
}

.drop-down ol,
.drop-down ul,
ol.drop-down li ol,
ol.drop-down li ul,
ul.drop-down li ol,
ul.drop-down li ul {
    position: absolute;
    top: 100%;
    left: -9999px;
    text-align: left;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease 0s
}

#header>.cell img,
.contain,
.image-link,
.inline-list li {
    position: relative
}

.drop-down ol li,
.drop-down ul li {
    display: block
}

.drop-down.sel ol,
.drop-down.sel ul,
.drop-down:hover ol,
.drop-down:hover ul,
ol.drop-down li.sel ol,
ol.drop-down li.sel ul,
ol.drop-down li:hover ol,
ol.drop-down li:hover ul,
ul.drop-down li.sel ol,
ul.drop-down li.sel ul,
ul.drop-down li:hover ol,
ul.drop-down li:hover ul {
    left: auto;
    opacity: 1;
    visibility: visible;
    z-index: 15
}

.button,
a.button,
input[type=submit].button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.inline-list li {
    display: inline-block;
    vertical-align: middle
}

.contain {
    margin: 0 auto;
    z-index: 0
}

.image-link a,
.image-link span {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: left;
    text-indent: -9999px
}

.align-left,
.error {
    text-align: left!important
}

.no-margins {
    font-size: 0
}

#header {
    height: auto;
    background: url(/images/layout/header-image.jpg) center bottom no-repeat fixed;
    background-size: cover
}

#header>.cell>.overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
    padding: 25px;
    z-index: 0;
}

#header>.cell img {
    z-index: 1
}

.arrow-down,
.error,
.overlay:after {
    position: absolute
}

.overlay:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    
}

.arrow-down {
    height: 44px;
    width: 44px;
    background: url(/images/layout/arrow_down.png) center center no-repeat #000;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%
}

#contact-section {
    max-height: 633px;
    background-color: #F2F2F2
}

#contact-section>.cell {
    padding: 88px 25px
}

#contact-section p {
    padding: 0 0 60px
}

.form #comments,
.form input {
    font-size: 14px;
    padding: 19px 20px;
    display: block
}

#maps {
    height: 200px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000
}

#maps .border {
    width: 2px;
    background-color: #000
}

#maps iframe {
    pointer-events: none
}

.form .cell.input {
    background-color: #FFF;
    border: 1px solid #ccc;
    height: 58px;
    vertical-align: middle
}

.form input {
    height: 100%;
    width: 100%;
    background-color: transparent;
    line-height: 14px
}

.form .space {
    width: 20px;
    border: none
}

.form.textarea {
    height: 200px!important;
    margin-top: 30px!important
}

.form.textarea>.cell {
    background-color: #FFF;
    border: 1px solid #ccc;
    vertical-align: middle
}

.form #comments {
    background-color: transparent;
    border: none;
    color: #0f3149;
    height: 100%;
    line-height: 18px;
    resize: none;
    width: 100%
}

#footer {
    background-color: #be0404
}

#locations,
#main {
    height: auto
}

#footer {
    height: 75px
}

#footer p {
    color: #FFF;
    font-size: 12px;
    letter-spacing: .04em;
    padding-bottom: 0;
    display: inline-block;
}
#footer .table .cell {
	padding: 0 15px;
}
.facebook {
	display: inline-block;
	float: right;
	height: 25px;
	width: 25px;
}

.banner-content {
    padding-bottom: 80px
}

.social-icon {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color: #FFF;
    transition: all .3s ease 0s
}

.social-icon+.social-icon {
    margin-left: 10px
}

.social-icon:hover {
    color: #c30231
}

.header-link p {
    color: #FFF;
    display: block;
    vertical-align: middle;
    font-size: 16px
}

.header-link p a {
    color: inherit;
    transition: all .3s ease 0s;
    cursor: pointer
}

#locations h2,
.header-link p a:hover {
    color: #c30231
}

.header-link p+p {
    margin-top: 4px
}

#locations>.cell {
    padding: 25px
}

#locations h2 {
    font-size: 34px;
    padding-bottom: 4px
}

#locations p {
    color: #FFF
}

#contact-form .button {
    margin: 10px 0
}

#main>.cell {
    padding: 15px 25px
}

.submit {
    margin-top: 28px!important
}

.error {
    color: red;
    padding: 10px 0 0!important;
    top: -30px;
    font-size: 12px
}

.thank-you {
    background-color: #FFF
}

.thank-you .cell {
    padding: 30px
}

.thank-you p {
    color: #000
}

.thank-you p.large {
    font-size: 17px
}

.thank-you img {
    margin: 30px auto 10px;
    display: block
}

.tag-line {
    margin-top: 30px
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed
}

.table.page {
    max-width: 1024px;
    margin: 0 auto
}

.table.auto-height,
main .table.page {
    height: auto
}

.table.auto-width {
    width: auto
}

.table.auto-all {
    height: auto;
    width: auto
}

.row {
    display: table-row
}

.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%
}

.padding {
    padding: 0 20px
}

.padding-left {
    padding-left: 20px
}

.padding-right {
    padding-right: 20px
}

.middle {
    vertical-align: middle
}

.bottom {
    vertical-align: bottom
}

.table-header-group {
    display: table-header-group
}

.table-footer-group {
    display: table-footer-group
}

.align-center {
    text-align: center!important
}

.align-right {
    text-align: right!important
}

.right-column {
    padding-left: 42px;
    width: 320px
}

.right-column iframe {
    max-width: 100%!important
}

.relative {
    position: relative;
    z-index: 1
}

.full-size {
    height: 100%!important;
    width: 100%!important
}

.hide {
    display: none!important
}

.on-top {
    z-index: 9999!important
}

.frame-contain {
    position: relative;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%
}

.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%!important;
    width: 100%!important
}

input[type=submit]::-moz-focus-inner {
    border: none;
    padding: 0;
    line-height: 1
}

i {
    color: inherit;
    font-size: inherit;
    text-transform: inherit
}

.services {
	border: none;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
}

.services > tbody > tr > td {
	width: 33%;
}

.services > tbody > tr + tr > td {
	padding-top: 20px;
}

@media screen and (max-width:770px) {
    body {
        cursor: pointer
    }
}


/*# sourceMappingURL=maps/main.css.map */