.main-header sup:not(.unset) span {
	color: rgb(153,43,61);
	line-height: 1em;
}

.main-header {
	height: 50px;
	background-color: #992B3D;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-bottom: -10px;
}

.single.gutter .column {
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: center;
}

h1 {
	font-size: 35px;
	font-family: 'Lucida Console';
	color: #F0F0F0;
	background-color: rgb(186,47,70);
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: -25px;
	margin-right: -41px;
	margin-bottom: 10px;
	margin-left: -40px;
	border-bottom: 2px solid #8C2739;
	border-top: 2px solid rgba(0,0,0,0.21);
}

h1 {
	font-family: 'Lucida Console';
	font-size: 35px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 25px;
}

h3 {
	font-family: 'Lucida Console';
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 15px;
}

p {
	font-family: 'Lucida Console';
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 14px;
}

.cta, .cta-wrapper {
	border-radius: 5px;
}

.cta-large {
	padding: 30px 60px;
	font-size: 25px;
	font-weight: normal;
}

.button-yellow {
	background-color: #facf62;
	border-color: #bd8906;
	color: #735304;
}

.button-yellow:hover, .button-yellow:active {
	background-color: #eead08;
	border-color: #8c6504;
}

.cta:active {
	box-shadow: inset 0 5px 10px rgba(0,0,0,0.3);
}

.row1 {
	padding-top: 35px;
	padding-bottom: 75px;
	box-sizing: border-box;
	margin-bottom: -35px;
}

.row2 {
	margin-top: -50px;
	margin-left: -3em;
	margin-right: -3em;
	margin-bottom: -35px;
	padding-top: 4em;
	padding-bottom: 4em;
	box-sizing: border-box;
	border-bottom: 2px solid #EDEDED;
	border-top: 2px solid #EDEDED;
	background-color: #f3f3f3;
}

.row1-contact {
	padding-top: 35px;
	padding-bottom: 75px;
	box-sizing: border-box;
	margin-bottom: -35px;
}

.offset1 {
	margin-left: 80px;
}

.span3 {
	width: 220px;
	text-align: left;
}

.span5 {
	width: 360px;
	display: inline-block;
	padding-right: 2em;
	padding-left: 2em;
}

.span52 {
	width: 550px;
	display: inline-block;
	margin: 2em;
}

.contacts {
	width: 275px;
	display: inline-block;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 4em;
	margin-right: 4em;
}

.animation {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -5px;
}

.center {
	text-align: center;
}

.button {
	border-top: 1px solid #981e32;
	background: #981e32;
	background: -webkit-gradient(linear,left top,left bottom,from(#981e32),to(#981e32));
	background: -webkit-linear-gradient(top,#981e32,#981e32);
	background: -moz-linear-gradient(top,#981e32,#981e32);
	background: -ms-linear-gradient(top,#981e32,#981e32);
	background: -o-linear-gradient(top,#981e32,#981e32);
	padding: 5.5px 11px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 17px;
	font-family: Georgia, serif;
	text-decoration: none;
	vertical-align: middle;
}

.button:hover {
	border-top-color: #981e32;
	background: #981e32;
	color: #ccc;
}

.button:active {
	border-top-color: #981e32;
	background: #981e32;
}