:focus, a {
	outline: 0
}
*, body, nav ol, nav ul {
	margin: 0;
	padding: 0
}
.frame-contain, img {
	max-width: 100%
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
body, html {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Gibson Regular';
	color: #1a212c;
	font-size: 16px;
}
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%
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block !important;
}
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
}
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0
}
td {
	vertical-align: top
}
a {
	color: inherit;
	-webkit-tap-highlight-color: transparent;
	transition: all 0.3s ease 0s;
}
a:active, a:hover, a:link, a:visited {
	text-decoration: none
}
a img {
	border: none
}
a[href^="tel:"] {
	color: inherit;
	cursor: inherit
}
p > a {
	color: #c41230;
}
p > a:hover {
	color: #1a3b5a;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: 'Museoslab-500';
}
address {
	font-style: inherit
}
strong {
	font-weight: 700
}
nav ol, nav ul {
	list-style: none
}
p{
	line-height: 22px;
	margin-bottom: 20px;
}
i {
  text-transform: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: normal;
  color: inherit;
}
ul li{
	list-style-type: none;
}
.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;
	-webkit-transition: opacity .25s ease 0s;
	transition: opacity .25s ease 0s
}
.contain, .frame-contain, .image-link, .inline-list li {
	position: relative
}
.drop-down ol li, .drop-down ul li {
	display: block
}
.col, .inline-list li {
	display: inline-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 {
	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
}
.no-margins {
	font-size: 0
}
.col {
	vertical-align: top
}
.main, .main+.side {
	text-align: left
}
.main.full, .main:only-child {
	width: 100%
}
.frame-contain {
	height: 0;
	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
}

/*************************
   Generic Site Styles
*************************/
.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  float: none !important;
}
.table.page, .main{
  max-width: 1030px;
  margin: 0 auto;
}

main .table.page,
.table.auto-height {
  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%;
  float: none !important;
}
.content-right {
	padding-left: 90px;	
}
.content-left{
    width: 650px;
}

.padding {
  padding: 0px 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;
}

/* Text alignment */
.align-left { text-align:left !important; }
.align-center { text-align:center !important; }
.align-right { text-align:right !important; }

.pull-right{
	float:right;
}
.pull-left{
	float: left;
}
/* Miscellaneous */

.hide {
  display: none !important;
}

.relative {
  position: relative;
}

.full-size {
  width: 100%;
  height: 100%;
  display: block;
}
.on-top {
  z-index: 999;
}
.img-box {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.img-box .border{
	border: 10px solid #464646;
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
    z-index: 1;
}
.img-box .border img{
	position: relative;
	
}
#search-banner {
  min-height: 500px;
}
body:not(.desktop) * {
  background-attachment: scroll !important;
}