@charset "UTF-8";
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	color: #fff;
	font: 14px/1 sans-serif;
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

html, body {
	background: #333333;
	overflow-x: hidden;
}

label.error{
	color: #FF0000 !important;
	padding: 4px !important;
	font-weight: normal !important;
}



/* TYPOGRAPHY
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	line-height: 1.2;
}
h1, h2, h3 {
	margin-bottom: 5px;
	margin-top: 5px;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	line-height: 20px;
	margin-bottom: 20px;
}
b, strong {
	font-weight: bold;
}
sup {
	position: relative;
	top: -.4em;
	vertical-align: baseline;
}
hr {
	border: 0;
	border-top: 1px solid #EEEEEE;
	box-sizing: content-box;
	height: 0;
	margin-bottom: 20px;
	margin-top: 20px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/* IMAGES
-------------------------------------------------- */
img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* LINKS
-------------------------------------------------- */
a {
	background-color: transparent;
	color: #0066CC;
	text-decoration: none;
}
a, button {
	color: inherit;
	transition: .3s;
}
a.button {
	background-color: transparent;
	border-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
a:hover, a:focus {
	color: #0066CC;
	text-decoration: underline;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}

/* BUTTONS
-------------------------------------------------- */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
button {
	background: none;
	border: 0;
	cursor: pointer;
	font: inherit;
	letter-spacing: inherit;
	overflow: visible;
	padding: 1em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-font-smoothing: inherit;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button, select {
	text-transform: none;
}
button.success-btn {
	background: #58B957;
	color: #fff;
	text-align: center;
}
button.btn-large {
	font-size: 150%;
}
button.active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
button.focus {
	outline: 0;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

/* FORM
-------------------------------------------------- */
.form-container {
	background: #FFFFFF;
	display: block;
	margin: 0 auto;
	max-width: 1200px;
}
form {
	padding: 20px;
}
form.dark {
	background: #EEEEEE;
}
.form-group {
	margin-bottom: 15px;
}
.form-group label {
	color: #000000;
}
.form-control {
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #555555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857143;
	o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding: 6px 12px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	width: 100%;
}
.form-control:focus {
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
 color: #999999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999999;
}
.form-control::-webkit-input-placeholder {
 color: #999999;
}
.form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}

/* INPUT FEILDS
-------------------------------------------------- */
*, *:after, *:before {
	box-sizing: border-box;
	margin: 0;
	-moz-box-sizing: border-box;
	padding: 0;
	-webkit-box-sizing: border-box;
}
input {
	line-height: normal;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
input:required {
 box-shadow: none;
}
.input-lg {
	border-radius: 6px;
	font-size: 18px;
	height: 46px;
	line-height: 1.3333333;
	padding: 10px 16px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
label {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 100%;
}
.mobile-only {
	display: none;
}
[class*='seg-'] {
 float: left;
 padding: 10px;
}
[class*='seg-']:last-of-type {
	float: right;
	padding-right: 10px;
}
.holder {
	margin: 0 auto;
	max-width: 100%;
}
.holder:after {
	clear: both;
	content: "";
	display: table;
}

/* GRID SYSTEM
-------------------------------------------------- */
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1em;
	padding-right: 1em;
	width: 1200px;
}
.seg {
}
.seg-1 {
	width: 100%;
}
.seg-2 {
	width: 50%;
}
.seg-3 {
	width: 33.33%;
}
.seg-4 {
	width: 25%;
}
.seg-5 {
	width: 20%;
}
.seg-6 {
	width: 16.6666666667%;
}
.seg-7 {
	width: 14.2857142857%;
}
.seg-8 {
	width: 12.5%;
}
.seg-9 {
	width: 11.1111111111%;
}
.seg-10 {
	width: 10%;
}
.seg-11 {
	width: 9.09090909091%;
}
.seg-12 {
	width: 8.33%;
}
.seg-25 {
	width: 25%;
}
.seg-50 {
	width: 50%;
}
.seg-40 {
	width: 40%;
}
.seg-60 {
	width: 60%;
}
.seg-75 {
	width: 75%;
}
.center-seg {
	float: none;
	margin: 0 auto;
}
.flex-holder {
	display: flex;
}

/* EXTRA LARGE SCREEN
-------------------------------------------------- */
@media (max-width: 1240px) {
	.container { width: 1040px; }
}

/* LARGE SCREEN
-------------------------------------------------- */
@media (max-width: 1080px) {
	.seg-2, .seg-7 { width: 100%; }
	.seg-4, .seg-8, .seg-10, .seg-12 { width: 50%; }
	.container { width: 800px; }
	.mobile-only { display: block; }
	.seg-40.form-seg { width: 100%; }
}

/* MEDIUM SCREEN
-------------------------------------------------- */
@media (max-width: 800px) {
	.seg-4, .seg-6, .seg-8, .seg-10, .seg-12 { width: 50%; }
	.seg-1, .seg-2, .seg-3, .seg-5, .seg-7, .seg-9, .seg-11 { width: 100%; }
	.container { width: 100%; }
}

/* SMALL SCRENN
-------------------------------------------------- */
@media (max-width: 550px) {
	.seg-1, .seg-2, .seg-3, .seg-4, .seg-5, .seg-6, .seg-7, .seg-8, .seg-9, .seg-10, .seg-11, .seg-12 { width: 100%; }
}
@media (max-width: 520px) {
	.seg-40.form-seg { padding: 0px; }
}

/* XTRA SMALL SCREEN
-------------------------------------------------- */
@media (max-width: 360px) {
	.input-lg, select.input-lg { font-size: 14px; height: 35px; padding: 8px; }
	select.input-lg { line-height: 35px; }
	.form-group { margin-bottom: 7.5px; }
}
@media (max-width: 320px) {
	.seg-1.form-seg { padding: 0px; }
	.form-container { margin-bottom: 50px; }
}