a,
applet,
body,
caption,
dd,
div,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input,
li,
object,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	clear: both;
}
::-moz-selection {
	background: #0598d9;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #0598d9;
	color: #fff;
	text-shadow: none;
}
html {
	overflow-y: auto;
	overflow-x: hidden;
}
.sortable th,
input[type="submit"],
label,
select {
	cursor: pointer;
}
.checkbox,
input[type="checkbox"] {
	width: auto !important;
}
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
*,
:after,
:before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.grid {
	margin-right: -60px;
}
.grid:after {
	clear: both;
	content: "";
	display: table;
}
.grid [class*="col-"] {
	float: left;
	padding-right: 60px;
}
.grid.condensed {
	margin-right: -10px;
}
.grid.condensed [class*="col-"] {
	padding-right: 10px;
}
.grid .col-1 {
	width: 100%;
}
.grid .col-1-2 {
	width: 50%;
}
.grid .col-1-3 {
	width: 33.33%;
}
.grid .col-2-3 {
	width: 66.66%;
}
.grid .col-1-4 {
	width: 25%;
}
.grid .col-3-4 {
	width: 75%;
}
.grid .col-1-5 {
	width: 20%;
}
.grid .col-2-5 {
	width: 40%;
}
.grid .col-3-5 {
	width: 60%;
}
.grid .col-4-5 {
	width: 80%;
}
.grid .col-1-6 {
	width: 16.66%;
}
.grid .col-5-6 {
	width: 83.33%;
}
.grid .col-1-8 {
	width: 12.5%;
}
.grid .col-3-8 {
	width: 37.5%;
}
.grid .col-5-8,
.grid .col-7-8 {
	width: 62.5%;
}
.grid .col-1-10 {
	width: 10%;
}
html {
	background: #222;
	height: 100%;
}
body {
	background: #fff;
	color: #424857;
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.c {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}
.futura {
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
a {
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	color: inherit;
	text-decoration: none;
}
h1,
h2,
h3,
h4 {
	font-family: futura-pt-condensed, sans-serif;
	text-transform: uppercase;
	color: #212b45;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
}
h3 {
	color: #212b45;
	font-size: 30px;
}
h4 {
	font-size: 20px;
}
h3 + h4 {
	margin-top: -20px;
}
.underline {
	margin-bottom: 50px;
	position: relative;
}
.underline:after {
	content: "";
	background: #8a5757;
	height: 4px;
	width: 100px;
	position: absolute;
	bottom: -20px;
	left: 0;
}
p {
	line-height: 150%;
	margin-bottom: 20px;
}
p a {
	color: #920000;
	font-weight: 700;
}
blockquote {
	margin: 0;
	padding: 0;
}
blockquote p {
	font-family: futura-pt-condensed, sans-serif;
	color: #212b45;
	font-size: 24px;
	font-weight: 500;
	text-transform: none;
}
ol,
ul {
	line-height: 150%;
	list-style: disc;
	margin: 0 0 20px 20px;
}
ol li,
ul li {
	margin-bottom: 10px;
}
ol li ul,
ul li ul {
	list-style: circle;
}
ol li ul li ul,
ul li ul li ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
ol + h1,
ol + h2,
ol + h3,
p + h1,
p + h2,
p + h3,
table + h1,
table + h2,
table + h3,
ul + h1,
ul + h2,
ul + h3 {
	margin-top: 40px;
}
header {
	background: #fff;
	position: relative;
	z-index: 200;
	padding: 20px 0;
}
header:after {
	clear: both;
	content: "";
	display: table;
}
header .logo {
	float: left;
}
header .logo img {
	display: block;
	height: 60px;
	width: auto;
}
header ul {
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	float: right;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
header ul li {
	float: left;
	margin-left: 80px;
	margin-bottom: 0;
}
header ul li i {
	color: #920000;
	display: block;
	float: left;
	font-size: 24px !important;
	line-height: 40px !important;
	margin-right: 10px;
}
header ul li a {
	color: #424857;
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
}
header ul li a span {
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	display: block;
	font-size: 18px;
}
header ul li:last-child a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	background: #920000;
	color: #fff;
	padding: 10px 20px;
}
header ul li:last-child a:hover {
	background: #ab0000;
}
nav {
	background: #700000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0;
	position: relative;
	z-index: 200;
}
nav:after {
	clear: both;
	content: "";
	display: table;
}
.main-menu {
	float: right;
	list-style: none;
	margin: 0;
}
.main-menu li {
	float: left;
	margin-left: 40px;
	margin-bottom: 0;
}
.main-menu li a {
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	color: #fff;
	display: block;
	font-size: 24px;
	letter-spacing: 0.5px;
	line-height: 20px;
	padding: 10px 0 8px;
}
.main-menu li a:hover {
	color: #caa013;
}
.main-menu li.current-menu-item a {
	border-color: #920000;
}
.main-menu li ul {
	display: none;
}
.btn {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background: #920000;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 20px;
}
.hero {
	background: center center no-repeat #700000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 300px;
	padding: 80px 0;
}
.hero h2 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 0;
}
.hero h1 {
	color: #fff;
	font-size: 80px;
	line-height: 100px;
	margin-bottom: 20px;
}
.hero h3 {
	color: #f0b720;
	font-size: 30px;
	font-weight: 500;
}
.hero.overlay {
	position: relative;
}
.hero.overlay:after {
	background: rgba(112, 0, 0, 0.7);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.hero.overlay * {
	position: relative;
	z-index: 3;
}
.hero.sub-page h2 {
	color: #f0b720;
}
.contact {
	height: 400px;
	width: 100%;
}
.main {
	padding: 40px 0;
}
.request {
	background: #f8f9fb;
}
.video-container {
	border: 10px solid #700000;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.events {
	background: #f8f9fb;
	position: relative;
}
.events:after {
	background: #e7eaf3;
	content: "";
	position: absolute;
	top: 0;
	left: 40%;
	right: -20%;
	bottom: 0;
	transform: skew(-20deg);
	z-index: 2;
}
.events * {
	position: relative;
	z-index: 3;
}
.events .image-box {
	margin-bottom: 40px;
}
.members {
	padding-top: 40px;
}
.members .member {
	margin-bottom: 40px;
}
.image-box {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	background: #fff;
	display: block;
	margin-bottom: 40px;
	overflow: hidden;
}
.image-box .image-box-image {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.image-box .image-box-image:before {
	content: "";
	display: block;
	padding-top: 66.66666667%;
	width: 100%;
}
.image-box .image-box-image > * {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.image-box .image-box-image > img {
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
}
.image-box .image-box-image:after {
	background-color: transparent;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(transparent),
		to(#212b45)
	);
	background-image: -webkit-linear-gradient(top, transparent, #212b45);
	background-image: -moz-linear-gradient(top, transparent, #212b45);
	background-image: -ms-linear-gradient(top, transparent, #212b45);
	background-image: -o-linear-gradient(top, transparent, #212b45);
	background-image: linear-gradient(to bottom, transparent, #212b45);
	content: "";
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.image-box span {
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #212b45;
	display: block;
	font-size: 24px;
	padding: 10px;
	line-height: 30px;
}
.image-box span .fa {
	color: #212b45;
	float: right;
	line-height: 30px;
}
.image-box:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.features {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background: #f8f9fb;
	margin-bottom: 40px;
	padding: 40px 20px;
}
.features img {
	display: block;
	height: auto;
	margin: 0 auto 20px;
	width: 64px;
}
.features h3 {
	font-size: 20px;
	margin: 0;
	text-align: center;
}
.cta {
	background: #caa013;
	border-top: 2px solid #e7eaf3;
	padding: 20px 0;
	text-align: center;
}
.cta .cta-box {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background: #caa013;
	padding: 20px;
}
.cta .cta-box h2 {
	color: #fff;
	font-size: 36px;
}
.cta .cta-box p {
	color: #fff;
	font-size: 20px;
}
.cta .cta-box p a {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	color: #920000;
	display: inline-block;
	background: #fff;
	margin: 10px;
	padding: 10px 20px;
}
.cta .cta-box p a:hover {
	background: #f8f9fb;
}
.widget {
	background: #f8f9fb;
	border-bottom: 2px solid #212b45;
	margin-bottom: 40px;
	padding: 20px;
}
.widget ul {
	margin-bottom: 0;
}
.widget ul li {
	margin-bottom: 20px;
}
.widget ul li a {
	font-weight: 600;
	color: #920000;
}
.widget ul li .post-date {
	display: block;
	font-size: 12px;
	padding: 5px 0;
}
.widget ul li:last-child {
	margin-bottom: 0;
}
article.preview {
	margin-bottom: 40px;
	padding-left: 240px;
	position: relative;
}
article.preview .post-categories {
	list-style: none;
	margin: -10px 0 20px;
}
article.preview .post-categories:after {
	clear: both;
	content: "";
	display: table;
}
article.preview .post-categories li {
	float: left;
	margin: 0 10px 0 0;
}
article.preview .post-categories li a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background: #8a5757;
	color: #fff;
	display: block;
	font-size: 10px;
	line-height: 10px;
	padding: 5px 10px;
	text-transform: uppercase;
}
article.preview .post-categories li a:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	background: #920000;
	color: #fff;
}
article.preview h3 {
	color: #212b45;
}
article.preview .preview-image {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
}
article.preview .preview-image:before {
	content: "";
	display: block;
	padding-top: 66.66666667%;
	width: 100%;
}
article.preview .preview-image > * {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
article.preview .preview-image > img {
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
}
.contact-form label {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
.contact-form input:not([type="submit"]),
.contact-form textarea {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background: #fff;
	border: 2px solid #d3d8e3;
	color: #424857;
	margin-bottom: 20px;
	padding: 8px;
	font-size: 16px;
	width: 100%;
}
.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
	border-color: #920000;
}
.contact-form input:not([type="submit"]).error,
.contact-form textarea.error {
	border-color: #d52854;
}
.contact-form input:not([type="submit"]) + input:not([type="submit"]) {
	margin-top: -10px;
}
.contact-form textarea {
	height: 200px;
}
.contact-form input[type="checkbox"] {
	display: none;
}
.contact-form input[type="checkbox"] + label:before {
	content: "\f096";
	float: left;
	margin-right: 10px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	width: 12px;
}
.contact-form input[type="checkbox"]:checked + label:before {
	content: "\f046";
}
.contact-form div.error {
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius-topleft: 0;
	border-radius: 0 0 2px 2px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background: #d52854;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin: -22px 0 20px;
	padding: 5px;
}
.contact-form input[type="submit"] {
	font-family: futura-pt-condensed, sans-serif;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	background: #920000;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding: 10px 20px;
	text-align: center;
	width: 100%;
}
.contact-form input[type="submit"]:hover {
	background: #ab0000;
}
#custom-caption {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius-topleft: 3px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background: #700000;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	text-align: center;
}
.slideshow {
	margin-bottom: 40px;
	width: 100%;
}
.slideshow img {
	height: auto;
	width: 100%;
	display: block;
	position: relative;
}
.slideshow #next,
.slideshow #prev {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	height: 50px;
	font-size: 36px;
	line-height: 50px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	left: 10px;
	text-align: center;
	width: 50px;
	z-index: 20000000000;
}
.slideshow #next {
	left: auto;
	right: 10px;
}
.slideshow .cycle-pager {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 20000000000;
}
.slideshow .cycle-pager span {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background: rgba(0, 0, 0, 0.2);
	border: 2px solid #fff;
	color: transparent;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
.slideshow .cycle-pager span.cycle-pager-active {
	background: #fff;
}
.testimonial {
	margin-bottom: 40px;
	padding-left: 30px;
	position: relative;
}
.testimonial:after {
	content: "“";
	font-size: 40px;
	position: absolute;
	top: 0;
	left: 0;
	color: #b7c1d6;
}
.testimonial p {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
}
.testimonial h4 {
	font-size: 14px;
}
footer {
	background: #700000;
}
footer .footer-content {
	padding: 40px 0;
}
footer .footer-content:after {
	clear: both;
	content: "";
	display: table;
}
footer .footer-content .logo {
	float: left;
	margin-bottom: 60px;
}
footer .footer-content .logo img {
	display: block;
	height: 50px;
	width: auto;
}
footer .footer-content h3 {
	margin-bottom: 50px;
	position: relative;
	color: #fff;
	font-size: 28px;
}
footer .footer-content h3:after {
	content: "";
	background: #8a5757;
	height: 4px;
	width: 100px;
	position: absolute;
	bottom: -20px;
	left: 0;
}
footer .footer-content p {
	color: #fff;
}
footer .footer-content .menu-social {
	list-style: none;
	margin: 0;
}
footer .footer-content .menu-social:after {
	clear: both;
	content: "";
	display: table;
}
footer .footer-content .menu-social li {
	float: left;
	margin-right: 10px;
}
footer .footer-content .menu-social li a img {
	height: 40px;
	width: 40px;
}
footer .footer-content form input:not([type="submit"]) {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background: #fff;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
}
footer .footer-content form input[type="submit"] {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background: #920000;
	color: #fff;
	padding: 10px 20px;
}
footer .footer-copyright {
	background: rgba(0, 0, 0, 0.05);
	padding: 20px 0;
}
footer .footer-copyright p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	margin: 0;
}
@media screen and (max-width: 1030px) {
	header ul li {
		margin-left: 40px;
	}
}
@media screen and (max-width: 980px) {
	.grid {
		margin-right: 0;
	}
	.grid:after {
		clear: both;
		content: "";
		display: table;
	}
	.grid [class*="col-"] {
		float: none;
		margin-bottom: 20px;
		padding-right: 0;
		width: 100%;
	}
	.grid.condensed {
		margin-right: 0;
	}
	.grid.condensed [class*="col-"] {
		padding-right: 0;
	}
	footer .footer-copyright {
		margin-top: 20px;
	}
}
@media screen and (max-width: 910px) {
	.c {
		padding-left: 20px;
		padding-right: 20px;
	}
	header .logo {
		padding: 10px 0;
	}
	header .logo img {
		height: 30px;
	}
	footer .footer-content .logo,
	footer .main-menu {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	header {
		padding: 20px 0 10px;
	}
	header ul li {
		display: none;
	}
	header ul li:last-child {
		display: block;
	}
	header ul li:last-child a {
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		transition: all 0.2s ease-out;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		background: #920000;
		color: #fff;
		padding: 10px 20px;
	}
	header ul li:last-child a:hover {
		background: #ab0000;
	}
	.main-menu {
		float: none;
		display: flex;
		list-style: none;
		margin: 0;
		justify-content: space-between;
	}
	.main-menu li {
		float: none;
		display: inline-block;
		margin: 0;
	}
	.main-menu li a {
		font-size: 18px;
	}
	.hero {
		min-height: 200px;
		padding: 40px 0;
	}
	.hero h2 {
		font-size: 16px;
	}
	.hero h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.hero h3 {
		font-size: 18px;
	}
	.services .image-box {
		margin-bottom: 20px;
	}
	article.preview {
		margin-bottom: 40px;
		padding-left: 0;
		position: relative;
	}
	article.preview h3 {
		color: #212b45;
	}
	article.preview .preview-image {
		overflow: hidden;
		display: block;
		margin-bottom: 20px;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}
	article.preview .preview-image:before {
		content: "";
		display: block;
		padding-top: 66.66666667%;
		width: 100%;
	}
	article.preview .preview-image > * {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	article.preview .preview-image > img {
		margin: auto;
		min-height: 100%;
		min-width: 100%;
		max-width: 100%;
		left: -100%;
		right: -100%;
		top: -100%;
		bottom: -100%;
	}
}
.wpcf7 input {
	border: 1px solid #333;
	padding: 10px 15px;
}

.blog-page .image-box span {
	line-height: 1;
}

.pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.pagination .page-numbers {
	padding: 8px 6px;
	color: #212c45;
}
.pagination .page-numbers.current {
	color: #700000;
	font-weight: bold;
}

.gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){border: 1px solid #767676;padding: 15px 10px;}
.gform_button{
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    background: #920000;
    color: #fff;
        padding: 14px 53px;
}
.page .gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-size: 2.25em;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}