* { -moz-box-sizing: border-box; box-sizing: border-box; }
* {-webkit-font-smoothing: antialiased;}
html { font-size: 62.5%; background-color: #333333;  }
body {
	font-size: 14px; font-size: 1.4rem;
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-style: normal;
	font-weight: 300;
}
h1 { font-size: 42px; font-size: 4.2rem; font-weight: 100; padding: 0px 0 30px 0; }
h2 { font-size: 36px; font-size: 3.6rem; font-weight: 100; }
h3 { font-size: 28px; font-size: 2.8rem; font-weight: 100; }
h4 { font-size: 24px; font-size: 2.4rem; font-weight: 100; }
strong { font-weight: bold; }

.fs16 { font-size: 16px !important; }
.pad5 { padding: 5px; }
.ml0 { margin-left: 0!important; }
.fc3 {color:#333333 !important;}
.w600 { width: 600px; }

img { vertical-align: middle; }

a { color: #333333; text-decoration: none; }
a:hover { color: #ec1c24; text-decoration: none; }

/* .form-page a { color: #888888; text-decoration: none; } */
/* .form-page a:hover,
.form-page .login-remember label:hover {
	color: #ec1c24;
	border-bottom: 1px dotted #AAAAAA;
} */

::-moz-selection { background: #ec1c24; color: #FFFFFF; text-shadow: none; }
::selection { background: #ec1c24; color: #FFFFFF; text-shadow: none; }

fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

#modalHeader {
	padding: 25px 25px 15px 25px;
}

.modal-header {
	border-radius: 4px 4px 0 0;
	color: #ffffff;
}

.modal-header-light {
	color: #333333;
	padding: 25px 25px 15px 25px;
}

.modal-close {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 50;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	padding: 0px;
	font-family: monospace;
	font-size: 0;
	font-weight: bold;
	line-height: 0;
	color: rgba(255,255,255,.5);
	vertical-align: text-top;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	background-position: center center;
}
.modal-close:hover {
	cursor:pointer;
	background-color: #ca1f27 !important;
	color: #FFFFFF !important;
}

.btn {
	outline: none;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	white-space: nowrap;
	cursor: default;
	line-height: inherit;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: initial;
}
.bgfd .modal-close {
	background-image: url('../img/close-inv.svg');
	top: 15px;
	right: 10px;
}

.bgfd {
	background-image: linear-gradient( 0deg, #454545, #343434 );
	background-color: #454545;
	color: #ffffff;
}

.registration-modal-content {
	border-radius: 5px!important;
    box-shadow: none!important;
	border: none!important;
}

.modal-content {
	border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    font-size: 1.4em;
}

.modal-body {
	padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.tac { text-align: center; }

.h4 {font-style: normal; letter-spacing: -0.5px; font-family: 'Roboto', sans-serif;}

.btn-blk-ui {
	background-color: #333333;
	color: #ffffff;
	border-radius: 5px;
}
.btn-blk-ui:hover {
	cursor: pointer;
	background-color: #ca1f27;
	border-color: #ca1f27;
	color: #ffffff;
}

.wrap { width: 940px; margin: 0 auto; clear: both; }
.clear {  content: ""; display: table; clear: both; }
.mertzred { color: #ec1c24; }
.white { color: #FFFFFF; }
.grey { color: #888888; }
.textcenter { text-align: center; }
.textleft { text-align: left; }
.textright { text-align: right; }
.uline { text-decoration: underline; }

/* Logo */

.mertzcrew-logo {
	display: block;
  height: 60px;
  width: 300px;
	padding: 0;
	margin: 20px auto;
	background-image: url("../img/mertzcrew.png");
	background-image: url("../img/mertzcrew.svg");
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
.mertzcrew-logo.center { margin: 0 auto; }
.mertzcrew-logo h1 {
  display: block;
  font: 0px/0 a;
  height: 100%;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  text-shadow: none;
	width: 100%;
}
.mertzcrew-logo h1 a {
  border: 0 none;
  color: transparent;
  display: block;
  font: 0px/0 a;
  height: 100%;
  text-indent: -9999px;
  text-shadow: none;
	width: 100%;
}


/* Page */

.page {
	color: #333333;
	background: #FFFFFF;
	font-size: 12px; font-size: 1.2rem;
	position: relative;
}

.page header {
	padding: 20px 0; padding: 2rem 0;
}

.sign-up-button {
	float: none;
	position: absolute;
	right: 20px;
	top: 20px;
	white-space:nowrap;
}

.sign-up-button a {
	background-color: #777777;
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	width: auto;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
}

.sign-up-button a:hover {
	background-color: #ec1c24;
	color: #ffffff;
}

.form-page .wrap { max-width: 760px; padding: 40px 0; }
.form-page .wrap.p0 { max-width: 760px; padding: 0px 0; }
.thin-page .wrap { max-width: 440px; padding: 40px 0; }
.form-page label {
	color: #999999;
	line-height: 20px;
	font-size: 14px;
}

.form-page,
.form-page fieldset {
	border: 0 none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.form-page fieldset {
	border: 0;
	list-style: none outside none;
	margin: 0 auto;
	padding:  0;
	position: relative; /* ie fix */
	zoom: 1; /* ie fix */
	display: block;
}

.form-page .col_1,
.form-page .col_2 {
	vertical-align: middle;
	margin-bottom: 20px;
	position: relative;
  padding: 0 10px;
}

.form-page input, .form-page textarea, .form-page select {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #555555;
	display: inline-block;
	float: none;
	margin: 0 auto;
	padding: 0 0 0 7px;
	vertical-align: middle;
	outline: 0 none;
	border-radius: 5px;
}
.form-page input, .form-page select {height: 40px;width: 100%;}
.form-page select { padding: 4px 0 0 4px; }
.form-page textarea { padding: 7px; width: 100%; overflow: auto; }
.oregon-warning-text {
	padding: 0 20px;
	margin-bottom: 20px;
	color: #ec1c24;
	text-align: center;
}

.form-page input:active,
.form-page input:hover,
.form-page input:focus,
.form-page select:active,
.form-page select:hover,
.form-page select:focus,
.form-page textarea:active,
.form-page textarea:hover,
.form-page textarea:focus {
	border-color: #ec1c24;
}

.login-link a { color: #888888; }
.login-link a:hover,
.login-link a:active,
.login-link a:focus { color: #ec1c24; }

.form-page h1, .form-page h2, .form-page h3, .form-page h4, .form-page h5 {
	/* margin: 0; */
	/* padding: 30px 0 0 0; */
}
.m0 { margin: 0 !important;  }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mb10 { margin-bottom: 10px !important; }

.form-page .form-submit {
	background: #333333;
	color: #ffffff;
	border-left: 0 none;
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0;
}
.form-page .form-submit:hover,
.form-page .form-submit:active,
.form-page .form-submit:focus {
	background: #ec1c24;
}
.form-page .login-remember { display: inline-block; }

.form-page .login-remember label {
  cursor: pointer;
  display: block;
  height: 18px;
  padding-left: 15px;
  text-indent: -15px;
}
.form-page .login-remember input {
	cursor: pointer;
	display: inline-block;
	height: 13px;
	margin: -3px 0 0;
	padding: 0;
	vertical-align: middle;
	width: 13px;
}

.form-page .required-field {
	color: #ec1c24;
  display: inline-block;
  font-size: 20px; font-size:2rem;
  height: auto;
  left: -15px;
  margin: 0;
  position: absolute;
  top: 4px;
  width: auto;
}
.form-page .required-password-checker {
	color: #ec1c24;
	display: inline-block;
	font-size: 20px;
	height: auto;
	right: 20px;
	margin: 0;
	position: absolute;
	bottom: 5px;
	width: auto;
}
.form-page .password-match-yes, .form-page .pin-match-yes { color: #66cc00; display:none; }
.form-page .password-match-no, .form-page .pin-match-no {color: #ec1c24;display:none;}

.form-page h2 {
	letter-spacing: -0.05em;
	margin-bottom: 30px;
  color: #888888;
}

.form-error {
	background-color: #ec1c24;
	color: #FFFFFF;
	padding: 4px;
	text-align: center;
	border-radius: 5px;
}
.error-page {
	background:#f1f1f1;
	border-radius:10px;
	padding: 40px;
	margin: 40px 0;
}
.error-title {
	margin: 0 0 20px;
}
.error-message {
	margin: 0 0 40px;
    font-size: 1.5em;
    background: #ec1a24;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.terms-page p {
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}
.terms-page h4 {
	/* color: #999999; */
	margin-bottom: 10px;
	margin-top: 30px;
}
.login-instructions {
	background-color: #EEEEEE;
  border: 1px solid #DFDFDF;
  border-radius: 4px 4px 4px 4px;
  display: block;
  margin: 10px 0 30px;
  padding: 10px 14px 0;
  text-align: left;
  font-size: 14px; font-size: 1.4rem;
}

/* Footer */

.footer { background-color: #333333; padding: 40px 0 40px; color: #eeeeee; }
.footer .footer-disclaimer { font-size: 80%; color: #CCCCCC; margin-top: 20px; }
.footer .footer-links { list-style: none outside none; margin: 0; padding: 0; }
.footer .footer-links a { color: #FFFFFF; text-decoration: none; display: block; padding: 10px 0; }
.footer .footer-links a:hover { color: #ec1c24; }
.footer i[class*="icon-"] { font-size: 28px; font-size: 2.8rem; margin-right: 4px; text-shadow: 0 3px 3px #252525; }
.footer a:hover i[class*="icon-"] { color: #FFFFFF; }
.footer .social-links {
	background: none repeat scroll 0 0 #2D2D2D;
  border: 1px solid #3E3E3E;
  border-radius: 7px 7px 7px 7px;
  display: inline-block;
  padding: 0px 20px;
}
.footer .social-links a {
  display: inline-block;
}
/* Icons */

.icon-facebook-sign { color: #3B5998; }
.icon-twitter-sign { color: #29AAE2; }
.icon-linkedin-sign { color: #4875B4; }
.icon-google-plus-sign { color: #C63D2D; }

/* CSS Transition */
a, input, select, textarea, .footer i[class*="icon-"]  {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	        transition: all 0.5s;
}

/* CSS Transform */
.section-button a:hover,
.sign-up-button a:hover,
.form-submit:hover   {
	/* -webkit-transform: scale(1.1);
		 -moz-transform: scale(1.1);
		  -ms-transform: scale(1.1);
			 -o-transform: scale(1.1);
			 		transform: scale(1.1); */
}

.g-recaptcha { margin:0 auto;width:305px; }

/* Columns */

.col_1 { float: none; clear: both; width: 100%; }
.col_1 > input, .col_1 > select, .col_1 > textarea { }
.col_2 { float: left; width: 50%; }
.col_2 > input, .col_2 > select, .col_2 > textarea { }
.col_3 { float: left; width: 33.33%; }
.col_3 > input, .col_3 > select, .col_3 > textarea {  }

.float_left {float: left;}
.clear_left {clear: left;}

.col_2.textcenter .required-field { left: 0; }

table.recaptchatable { margin: 0 auto !important; }
.client_logo-login { max-height:150px; width: auto; max-width: 300px; }
.bookmark-url {
	text-align: center;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #ffeeba;
	display: inline-block;
	outline: none;
	color: #856404;
	background-color: #fff3cd;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 20px;
	border-radius: .25rem;
}
.header-notify {
	color: #ffffff;
	text-align: center;
	background-color: #ca1e27;
	padding: 20px;
	font-size: 16px;
	line-height: 30px;
	display: none;
}
.header-notify.show {
	display: block;
}
.material-box {
	box-shadow: #DDDDDD 0px 5px 5px 0px;
	border: solid #e6e6e6 1px !important;
	padding: 40px;
	margin-bottom: 40px;
}
.form-page fieldset.material-box { padding: 40px; }

/* Media Queries */

@media (max-width: 991px) {
	.wrap { width: 90%; }
	.footer a {
		color: #FFFFFF;
		display: inline-block;
		padding: 5px;
		text-decoration: none;
	}
	.footer .col_1, .footer .col_2 { text-align: center; }
	.footer .social-links { display: inline-block; margin-top: 20px; }
}

@media ( max-width: 768px ) {
	.col_1, .col_2, .col_3 { width: 100%; float: none; }
	.sign-up-button {
		float: none;
		position: static;
		right: 0;
		top: 0;
		display: block;
		width: 80%;
		text-align: center;
    	margin: 30px auto 30px;
	}
	.form-page .form-submit,
	.sign-up-button a,
	.form-page fieldset input,
	.form-page fieldset textarea,
	.form-page fieldset select { width: 100%; }
	.section-button a { font-size: 18px; font-size: 1.8rem; padding: 10px 40px; }
	.form-page .required-field { left: 8px; }
	.footer .footer-links { text-align: center; }
	.footer .social-links a { padding: 10px; }
}
