  header .alert {
	display: block;
	width: 100%;
	overflow: visible;
	background: #C1A875;
	position: fixed;
    top: 80px;
    z-index: 9997;
}
.s-catamount-club header .alert {
    position: static;
    min-height: 36px;
	float: left;
}
header .alert .toggle {
	height: auto;
	padding: 0px;
	cursor: pointer;
	max-width: 1240px;
	margin: auto;
}
header .alert .toggle h2 {
	font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fcfcfc;
	text-transform: uppercase;
	display: block;
	float: left;
	line-height: 20px;
    font-size: 16px;
    padding: 8px 23px;
    width: calc(100% - 90px);
}
header .alert .toggle span {
	font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fcfcfc;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 8px 23px 8px 0px;
    width: 90px;
}
header .alert .toggle span:after {
	content: "\2304";
	font-family: "Font Awesome 6 Pro";
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg);
	transition: all .3s;
	display: block;
	float: right;
	position: relative;
}
header .alert .message {
	background: #CCB486;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 11;
	padding: 20px;
	margin: auto;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
header .alert .message .column:before {
	content: "\f05a";
	font-family: "Font Awesome 6 Pro";
	width: 130px;
	height: 130px;
	margin: 12px auto;
	color: #fcfcfc;
	border-radius: 50%;
	border: 5px solid #fcfcfc;
	display: block;
	box-sizing: border-box;
	text-align: center;
	line-height: 120px;
	font-size: 50px;
}
header .alert .message p {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fcfcfc;
	font-size: 24px;
	line-height: 30px;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}
header .alert .message a {
	font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fcfcfc;
	font-size: 22px;
	line-height: 28px;
	position: relative;
	display: block;
	float: left;
	width: auto;
	position: relative;
}
header .alert .message a:hover {
	text-decoration:none;
}
header .alert .message a:after {
	content: "\203a";
	font-family: "Font Awesome 6 Pro";
	font-size: 1em;
    vertical-align: middle;
    padding-left: 10px;
	color: #fcfcfc;
	transition: all .3s;
}
header .alert .message a:hover:after {
	padding-left:20px;
	transition: all .3s;
}
header .alert.emergency {
	background: #880000;
}
header .alert.emergency .message {
	background: rgba(173, 0, 0, 0.9);
}
header .alert.emergency .message .column:before {
	content: "\26a0";
}
header .alert.winterweather {
	background: #0ba1a2;
}
header .alert.winterweather .message {
	background: rgba(6, 199, 206, 0.9);
}
header .alert.winterweather .message .column:before {
	content: "\2744";
<!--	content: "\2602"; -->
}
header .alert.concernwarning {
	background: #ffd30d;
}
header .alert.concernwarning .message {
	background: rgba(255, 208, 0, 0.9);
}
header .alert.concernwarning .message .column:before {
	content: "\21";
	color: #000000;
	border: 5px solid #000000;
}
header .alert.concernwarning .toggle h2 {
	color: #000000;
}
header .alert.concernwarning .message p {
	color: #000000;
}
header .alert.concernwarning .message a {
	color: #000000;
}
header .alert.concernwarning .message a:after {
	color: #000000;
}
header .alert.concernwarning .toggle span {
	color: #000000;
}
header .alert.closed .message {
	display: none;
}
header .alert.closed .toggle span:after {
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotate(0deg);
	transform: rotateZ(0deg);
}
@media (min-width: 1000px) {
	header .alert {
		position: static;
		height: 65px;
	}
	.s-catamount-club header .alert {
		height: 65px;
	}
	header .alert .message {
		position: absolute;
		top: 65px;
		padding: 20px 40px;
	}
	header .alert .message .column {
		max-width: 1160px;
	}
	header .alert .toggle {
		padding: 20px 40px;
		height: 65px;
	}
	header .alert .toggle h2 {
		font-size: 22px;
		line-height: 28px;
		padding: 0px;
	}
	header .alert .toggle span {
		font-size: 16px;
		line-height: 22px;
		padding: 0px;
	}
	header .alert .message p {
		width: calc(100% - 154px);
		width: -webkit-calc(100% - 154px);
	}
	header .alert .message .column:before {
		float: left;
	}
}
