@charset "UTF-8";
/* CSS Document */


input {
    color: #333;
	font-size: 1.5rem;
	padding: 5px 4px;
	border: 1px solid #333 !important;
}


.top-button-text {
	display: block;
	text-transform: uppercase;
	font-size: 72%;
	line-height: 1em;
}

#slider h2 span {
	display: block;
}
#header #header-wrap {
	position: fixed !important;
}
.scrolldown {
	margin: 0;
	opacity: .65;
}

a {
	color: #770002;
}
a:hover {
	color: #780102 !important;
}
.col-padding-sm {
	padding: 0 15px;
}
.margin-padding-large {
	margin: 0 40px;
}
.wide-button {
	min-width: 500px;
}
.maxwidth-button {
	width: 100%;
}
.medwidth-button {
	width: 80%;
}
.smalltopmargin {
	margin-top: 20px !important;
}
.tinytopmargin {
	margin-top: 4px !important;
}
.smallbottommargin {
	margin-bottom: 20px !important;
}
.nobottommargin-tiny {
	margin-bottom: 10px !important;
}
.nobottommargin  {
	margin-bottom: 0px !important;
}
.topmarginhuge {
	margin-top: 60px;
}
#header > div {
	border-bottom: medium none !important;
}
#primary-menu ul li > a {
	color: #7A0001;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
	color: #610001;
	text-decoration: underline;
}
.heading-block h1 {
	line-height: 1em;
}
.button-myred {
	background-color: #770002;
	color: #fff;
}
.button-myblack {
	background-color: #212121;
	color: #fff;
}

.dark .button-light:not(.button-border):hover, .button.button-3d:hover {
	background-color: #780102 !important;
	color: #fff !important;
}
.heading-block h1 {
	font-size: 6rem !important;
}
.heading-block h2 {
	font-size: 2.25rem !important;
	line-height: 1em;
	font-weight: 400;
}
.heading-block p, p {
	font-size: 2rem !important;
}
.smaller-text {
	font-size: 1.75rem !important;
}
.very-small-text {
	font-size: 1.25rem !important;
}
.button.button-desc {
	font-size: 3rem;
}
.button.button-desc span {
	font-size: 2rem;
}

.heading-block h1 span {
	font-weight: 900;
	color: white;
}

#logo img {
	height: 65px !important;
	max-height: 65px !important;
	margin: 10px 0 !important;
}

@media all and (max-width:1199px) 
{
#header.transparent-header.dark:not(.sticky-header) #header-wrap {
    background-color: #000;
}
	
	.heading-block h1 {
    font-size: 4rem !important;
}
	.heading-block p, p {
    font-size: 2rem !important;
}
.button.button-desc {
    padding: 20px 40px;
}
#header,
#header-wrap {
	height: 78px;
}
	
}

@media all and (max-width:480px) 
{
#logo img {
	height: 40px !important;
	max-height: 40px !important;
	margin: 20px 0 20px 0 !important;
}
#header,
#header-wrap {
	height: 75px;
}

}


