@charset "UTF-8";

/* CSS Document */


/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/


br {
	line-height: 0px;
}
html, body, * {
font-family: freight-micro-pro, serif;
font-style: normal;
font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	color: #46535b;
	text-align:center;
}

label{
	font-family: freight-micro-pro, serif;
	font-style: italic;
	font-weight: 300;
    color: #f1ac3c;
    text-align: left;
        display: block;
    margin-bottom: 5px;
}


p {
	text-align: center;
	margin-bottom: 1em;
}
.dark p {
	color: #fff;
}
p:nth-last-child(1), .smlTextWidth p:nth-last-child(1) {
	margin-bottom: 0px;
}
input[type="text"], input[type="password"], textarea, select {
	outline: none;
}
:link img, :visited img, :hover img, :active img, img {
	border: none;
}
h1, h2, h3, h3 strong, h4, h5, h6, .navHolder li a, .button a span, .button a::before, a.back-to-top, .frmbut2, .frmbut, a.frmbut {
	margin-top: 0px;
}
h1 {
	font-family: rift, sans-serif;
font-style: normal;
font-weight: 700;
	line-height: 86px;
	margin: 0;
	padding: 0;
	font-size: 78px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #f1ac3c;
}
.center h1, .center h1 span {
	text-align: center;
}
h2, h2 span {
	line-height: 30px;
	font-size: 22px;
	text-transform: none;
	color: #252525;
}

h2 a{
	color: #f1ac3c;
	text-decoration: none;
	font-size:inherit;
	line-height: inherit;
}
h2 span {
	color: #000;
}
.dark h2 {
	color: #fff;
}
h3 {
	font-family: rift, sans-serif;
font-style: normal;
font-weight: 700;
	font-size: 44px;
	line-height: 1;
	color: #000;
	
	margin-top: 0px;
	width: 100%;
	text-transform: uppercase;
	/* text-align: left; */
}
h3 span {
	font-size: 50px;
    line-height: 30px;
    color: #464646;
    display: block;
    margin-bottom: 20px;
	font-family: rift, sans-serif;
	font-style: normal;
	font-weight: 700;
}
.dark h3 {
	color: #fff;
}
h3.oneLine span {
	display: inline;
	font-size: 30px;
	line-height: 38px;
	color: #9A9A9A;
}
h3.oneLine {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 13px;
}
h4, h4 a, h4 a:active, h4 a:link, h4 a:visited {
	font-size: 20px;
	text-transform: uppercase;
	color: #4c4c4c;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
}
h5 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
	text-align: left;
	font-weight: 600;
	color: #000;
}
ul, li {
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
}
ul {
	clear: left;
	margin-left: 0px;
	padding-left: 17px;
	margin-bottom: 10px;
}
ul li {
	padding-left: 3px;
	margin-bottom: 6px;
	font-size: 18px;
}
ol, ol li {
	list-style-type: decimal;
	margin-left: 15px;
}
em {
	font-style: italic;
	font-size: inherit;
	color: inherit;
}
strong {
	font-weight: 700;
	font-size: inherit;
	color: inherit;
}
a:link {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	/*color: #dc0622;*/
	cursor: pointer;
}
a.a-block {
	display: block;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignLeft p, .alignLeft span, .alignLeft h1, .alignLeft h2, .alignLeft h3 {
	text-align: left;
	display: block;
}
.alignLeft a {
	text-align: left;
	display: block;
	float: left;
}
.alignLeft img.fontGraphic {
	margin: 0px;
	display: inherit;
	padding: 30px 0px 30px 0px;
}
.alignright {
	text-align: right;
}
.imgright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.imgleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.marginright {
	margin-right: 20px;
}
.marginright10 {
	margin-right: 10px;
}
.marginright8 {
	margin-right: 8px;
}
.marginleft {
	margin-left: 20px;
}
.marginleft10 {
	margin-left: 10px;
}
.nomargin {
	margin: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}
.leftAlign p, .leftAlign h3, .leftAlign h1, .leftAlign h2 {
	text-align: left;
}
.marginbottom {
	margin-bottom: 10px;
}
.marginbottom5 {
	margin-bottom: 5px;
}
.alignCenter {
	text-align: center;
}
.textFloat {
	width: 45%;
	padding: 10px 0;
	float: left;
}
fieldset {
	border: none;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clear {
	display: inline-table;
	clear: both;
	height: 0;
	margin: 0px;
	padding: 0px;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* Hide from IE/Mac \*/

* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
::-webkit-input-placeholder {
	color: #000;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}
:-ms-input-placeholder {
	color: #000;
}
img {
	max-width: 100%;
	width:auto;
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
}
.center h1, .center h2, .center h3, .center p {
	text-align: center;
}
input {
	width: 100%;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	backface-visibility: hidden;
	border: 0;
	border-bottom:1px solid rgba(255,255,255,0.3);
	outline: none;
	background:transparent;
	position: relative;
	z-index: 2;
	color:#fff;
	text-align: left;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border:0;
  border-bottom:1px solid rgba(255,255,255,0.3);
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #252525 inset;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
	width: 100%;
	padding: 10px;
	resize: none;
	background:transparent;
	border: 0;
	border-bottom:1px solid rgba(255,255,255,0.3);
	color:#fff;
	text-align: left;
}

input[type="submit"]{
	    border: 2px solid #f1ac3c;
    width: auto;
    font-family: rift, sans-serif;
    font-style: normal;
    font-weight: 700;
    height: auto;
    line-height: 1;
    padding: 20px 80px 20px 30px;
    -webkit-transition:all ease 0.4s;
    transition:all ease 0.4s;
    margin-top:30px;
}
@media only screen and (min-width:1000px){
	input[type="submit"]:hover{
		background:#f1ac3c;
		-webkit-transition:all ease 0.4s;
	    transition:all ease 0.4s;
	}
}

.select-style {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
	background-color: #fff;
	background: #fff;
	position: relative;
	z-index: 1;
}
.select-style:after {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 10px;
	color: #fff;
	top: 0;
	font-size: 28px;
}
.select-style select {
	padding: 5px 8px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	z-index: 2;
	position: relative;
}

@media only screen and (max-width:800px){
	h1{
		font-size: 58px;
		line-height: 66px;
	}
}
