@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');

body {
	background:#000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	margin: 0;
	padding: 142px 0 0 0;
    color: #222222;
    line-height: 1.625em;
}

h1, h2, h3, h4, h5, h6 {
	color: #4e4949;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.8125rem;
}

h3 {
	font-size: 1.5625rem;
}

h4 {
	font-size: 1.3125rem;
}

.wrapper {
	margin: 0 auto;
	max-width: 1100px;
}

.hr {
	margin: 0 0 30px 0;
}

.submission-form-wrap {
	width: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.header {
	padding: 30px 20px;
}

.header .logo {
	float: left;
	width: 222px;
}

.header .logo img {
	display: block;
	width: 100%;
}

.header .back-to-site-link {
	color: #fff;
	float: right;
	font-size: 12px;
	margin-top: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.header .back-to-site-link:hover {
	color: #a70e13;
}

@media (max-width: 600px) {
	.header {
		padding: 20px;
	}
	
	.header .logo {
		width: 140px;
	}

	.header .back-to-site-link {
		margin-top: 4px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Middle Area ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.middle-content {
	background: #fff;
	padding: 30px 20px;
}

.middle-content .wrapper {
	min-height: calc(100vh - 300px);
}

.redBox {
	background: #CC0000;
	display: flex;
	padding: 10px;
}

.whiteBox {
    background: #fff;
    margin-right: 10px;
    padding: 10px;
    flex: 1;
}

.whiteBox.last {
	margin-right: 0;
}

.redBox:last-child {
	padding-top: 0;
}

.redBox:last-child .whiteBox:last-child {
	margin-right: 0;
}

@media (max-width: 750px) {
	.redBox {
		display: block;
	}

	.redBox:first-child {
		padding-bottom: 1px;
	}

	.whiteBox {
		flex: none;
		margin: 0 0 10px 0;
	}

	.whiteBox:last-child {
		margin-bottom: 0;
	}

	.redBox .cb {
		display: none;
	}
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.footer {
	color: #fff;
	font-size: 12px;
	padding: 30px 20px;
	text-align: center;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer ul li {
	display: inline-block;
	vertical-align: middle;
    border-right: 1px solid #005078;
    padding: 0 14px;
}

.footer ul li:first-child {
	padding-left: 0;
}

.footer ul li:last-child {
	border-right: 0;
	padding-right: 0;
}

.footer ul li a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.footer ul li a:hover {
	color: #a70e13;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Miscellaneous --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.clear:after {
	clear: both;
	content: '';
	display: table;
}

form .field-wrap input[type=password] {
	max-width: 370px;
	width: 100%;
}

.logout-link-wrap {
	text-align: right;	
	margin-bottom: 40px;
}

.logout-link-wrap .button {
	margin-left: 5px;
}

#frontend-edit-crm-member-profile-form .button {
	margin-right: 5px;
}

input[type="text"].cellphone,
input[type="text"].phone {
	width: auto;
}

.heading-none {
	display: none;
}

.is-public-checkbox-wrap {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Skier Type Handling --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.has-custom-selector {

}

.has-custom-selector select {
	display: none;
}

.has-custom-selector .faux-selector {
	align-items: center;
	border-radius: 8px;
	border: 3px solid transparent;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	cursor: pointer;
	display: none;
	gap: 36px;
	margin-bottom: 15px;
	padding: 12px 12px 12px 83px;
	position: relative;
	transition: border 0.2s ease;
}

.has-custom-selector .faux-selector.selected,
.has-custom-selector .faux-selector:hover {
	border: 3px solid #22D900;
}

.has-custom-selector .faux-selector:before {
	background: url(/images/icons/check-off.svg) 50% 50% no-repeat;
	background-size: contain;
	content: '';
	height: 24px;
	left: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.has-custom-selector .faux-selector.selected:before {
	background-image: url(/images/icons/check-on.svg);
}

.has-custom-selector .faux-selector .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.has-custom-selector .faux-selector .short-desc {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.has-custom-selector .faux-selector .long-desc {
	font-size:
}

.has-custom-selector .faux-selector .icon {

}

.has-custom-selector .faux-selector .icon img {
	display: block;
	width: 138px;
}
