@font-face {
	font-family: 'Metropolis-Regular';
	src: url('../fonts/Metropolis-Regular.eot');
	src: local('☺'), url('../fonts/Metropolis-Regular.woff') format('woff'),
					 url('../fonts/Metropolis-Regular.ttf') format('truetype'),
					 url('../fonts/Metropolis-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Metropolis-RegularItalic';
	src: url('../fonts/Metropolis-RegularItalic.eot');
	src: local('☺'), url('../fonts/Metropolis-RegularItalic.woff') format('woff'),
					 url('../fonts/Metropolis-RegularItalic.ttf') format('truetype'),
					 url('../fonts/Metropolis-RegularItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Metropolis-SemiBold';
	src: url('../fonts/Metropolis-SemiBold.eot');
	src: local('☺'), url('../fonts/Metropolis-SemiBold.woff') format('woff'),
					 url('../fonts/Metropolis-SemiBold.ttf') format('truetype'),
					 url('../fonts/Metropolis-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Metropolis-Medium';
	src: url('../fonts/Metropolis-Medium.eot');
	src: local('☺'), url('../fonts/Metropolis-Medium.woff') format('woff'),
					 url('../fonts/Metropolis-Medium.ttf') format('truetype'),
					 url('../fonts/Metropolis-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Metropolis-Bold';
	src: url('../fonts/Metropolis-Bold.eot');
	src: local('☺'), url('../fonts/Metropolis-Bold.woff') format('woff'),
					 url('../fonts/Metropolis-Bold.ttf') format('truetype'),
					 url('../fonts/Metropolis-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Metropolis-Light';
	src: url('../fonts/Metropolis-Light.eot');
	src: local('☺'), url('../fonts/Metropolis-Light.woff') format('woff'),
					 url('../fonts/Metropolis-Light.ttf') format('truetype'),
					 url('../fonts/Metropolis-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Metropolis-LightItalic';
	src: url('../fonts/Metropolis-LightItalic.eot');
	src: local('☺'), url('../fonts/Metropolis-LightItalic.woff') format('woff'),
					 url('../fonts/Metropolis-LightItalic.ttf') format('truetype'),
					 url('../fonts/Metropolis-LightItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LeagueGothic-Regular';
	src: url('../fonts/LeagueGothic-Regular.eot');
	src: local('☺'), url('../fonts/LeagueGothic-Regular.woff') format('woff'),
					 url('../fonts/LeagueGothic-Regular.ttf') format('truetype'),
					 url('../fonts/LeagueGothic-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
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
}

[role="button"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer !important;
}
/* Reset `button` and button-style `input` default styles */
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none;
}

/* Make `a` like a button */
[role="button"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

button::-moz-focus-inner {
  border: 0;
}

:focus {
	outline:none;
}

::-moz-selection { background-color:#004b8e; color:#fff; }
::selection { background-color:#004b8e; color:#fff; }
mark { background-color:#004b8e; color:#fff; }

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}

/* End Reset */

body {
	font-size: 14px;
	line-height: normal;
	font-family: 'Metropolis-Regular';
	color: #08131d;
}
/* Links */
a, input[type=submit] {
	color:inherit;
	outline:none;
	color:inherit;
	outline:none;
	transition: all 0.3s ease 0s;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
	outline: none;
}
a img {
	border:none;
	transition: all 0.3s ease 0s;
}
img {
	max-width:100%;
}
a[href^="tel:"] {
	color:inherit;
	cursor:inherit;
}
input[type="search"] {
    -webkit-appearance: textfield;
}

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


/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: normal;
}
h1, h2 {
	text-transform: uppercase;
	font: 56px/64px 'LeagueGothic-Regular';
}
h2 {
	
}
h3 {
    text-transform: uppercase;
    font: 28px/30px 'LeagueGothic-Regular';
}
h4 {
	text-transform: uppercase;
   	font: 24px/32px 'Metropolis-Regular';
	letter-spacing: 3px;
	margin-bottom: 5px;
}
h5 {
	margin-bottom: 20px;
	font: 18px/26px 'OpenSans_Bold';
	color: inherit;
}
h1 + h3, h2 + h3,
.main-content .col-right h3{
	font: 18px/24px 'Metropolis-Regular';
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 10px 0;
}
h1 span,
h2 span{
	color: #dc272b;
}
/* Block-level */

address {
	font-style:inherit;
}
p {
	font-size: 14px;
	line-height: 24px;
	margin: 20px auto;
}
p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-top: 0;
}

p + p {
	margin-top: 18px;
}
ul li {
	list-style-type: none;
}

/*
ul:not([class]) {
	padding: 0 0 20px 20px;
}
ul:not([class]) li {
	list-style-type: none;
	position: relative;
}
ul:not([class]) li + li {
	margin-top: 5px;
}
ul:not([class]) li:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -15px;
	margin: auto;
	background-color: #08131d;
	border-radius: 50%;
	height: 6px;
	width: 6px;
}
*/

strong {
	font-weight: normal;
	font-family: 'Metropolis-Bold';
}
sup {
	font-size: 9px;
}
/*************************
   Generic Site Styles
*************************/
.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  float: none !important;
}
.table.page, .container {
  max-width: 1040px;
  margin: 0 auto;
}
.container {
	padding: 0 20px;
}
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;
}
.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; }

/** Default Placeholder styles ***/

::-webkit-input-placeholder {
/* WebKit browsers */
  
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */

}
:-ms-input-placeholder {
/* Internet Explorer 10+ */

}

/* Container class to make iFrames responsive */
.frame-contain {
	position: relative;
	height:0;
	max-width:100%;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
							/* 75% = 4:3 */
}

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

/* Fix extra button padding in Firefox */
input[type="submit"]::-moz-focus-inner {
	border:none;
	padding:0;
	line-height:1;
}
/************************************************************
Miscellaneous */
.clearfix:after{
	content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.relative {
  position: relative;
}
.full-size {
  height: 100%;
  width: 100%;
}

.flexbox {
	display: block;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
}

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

.hide {
  display: none !important;
}
.entry-content .btn:after,
.entry-content .btn:before,
.top-menu a:after,
.top-menu a:before,
.top-menu a span:after,
.top-menu a span:before,
.search-btn:after,
.search-btn:before,
.nav-menu > li > a:after,
.sub-menu,
.header-wrapper,
.btn,
.sub-ctrl,
.more:before, 
.slick-arrow,
.move-down:after,
.news-box {
	transition: all 0.3s ease 0s;
}
.entry-content .btn-wrap:after,
.search-box,
.header-menu,
.logo img, 
.header-menu
.cell:last-child,
.ql-box span,
.main-content .blue-banner span,
.news-wrapper .cell{
	transition: all 0.3s ease 0s;
}
.entry-content .btn:before,
.entry-content .btn:hover:after,
.top-menu a span:after,
.top-menu .item-glob:hover:before,
.top-menu a:after,
.top-menu a:hover span:before,
.top-menu .item-glob:hover:after,
.search-btn:hover:before,
.search-btn:after,
.nav-menu > li.active > a:after,
.nav-menu > li > a:after,
.move-down:after{
	opacity: 0;
	visibility: hidden;
}
.entry-content .btn:hover:before,
.top-menu a:hover span:after,
.top-menu a:hover:after,
.nav-menu > li.active > a:hover:after,
.search-btn:hover:after,
.nav-menu > li:hover a:after,
.move-down:hover:after{
	opacity: 1;
	visibility: visible;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.btn,
a.btn,
input[type="submit"].btn {
	display: inline-block;
	min-width: 210px;
	padding: 26px 20px 22px;
	border: 1px solid #fff;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}
.btn.alt,
a.btn.alt,
input[type="submit"].btn.alt {
	background-color: #dc272b;
	padding: 22px 20px 24px;
}
.btn.alt:hover,
a.btn.alt:hover,
input[type="submit"].btn.alt:hover {
	color: #dc272b;
	border-color: #dc272b;
	background-color: transparent;
}
.more {
	position: relative;
	display: inline-block;
	padding-bottom: 18px;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 3px;
	white-space: nowrap;
	font: 16px 'Metropolis-Regular';
}
.more:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 4px;
	background-color: #dc272b;
}
.more:hover:before {
	width: 100%;
}
.more:after {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	width: 5px;
	height: 8px;
	margin-left: 12px;
	vertical-align: top;
	background: url(../images/arrows/more_sm_red.png) no-repeat;
}
input[type=submit] {
	cursor: pointer;
}
.img-box {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.med-text {
	font-size: 20px;
	font-family: ;
}