  /*code from original header.css 2021*/
header .search {
	display: none;
	width: 0;
	float: right;
	background: #592C88;
	height: 50px;
}
@media (min-width: 45em) {
	header .search {
		height: 70px;
		width: 100%;
		display: none;
		height: 0px;
	}
}
header .search.show {
	display: block;
}
header .search form {
	display: block;
	margin: auto;
	max-width: 1200px;
}
header .search form #as_q {
	height: 50px;
	width: 100%;
	display: block;
	float: left;
	width: calc(100% - 45px);
	width: -webkit-calc(100% - 45px);
	font-family: "freight-sans-pro-n6","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #fcfcfc;
	font-size: 16px;
	line-height: 22px;
	padding-left: 20px;
	background: none;
	border: none;
	margin:0;
}
@media (min-width: 45em) {
	header .search form #as_q {
		width: calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		font-size: 24px;
		height: 70px;
	}
}
header .search form #as_q::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 45em) {
	header .search form #as_q::-webkit-input-placeholder {
		line-height: 30px;
	}
}
header .search form #as_q:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 45em) {
	header .search form #as_q:-moz-placeholder {
		line-height: 70px;
	}
}
header .search form #as_q::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 45em) {
	header .search form #as_q::-moz-placeholder {
		line-height: 70px;
	}
}
header .search form #as_q:-ms-input-placeholder {
	/* ie */
	color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 45em) {
	header .search form #as_q:-ms-input-placeholder {
		line-height: 70px;
	}
}
header .search form #site_search_button {
	display: block;
	float: left;
	width: 30px;
	font-size: 30px;
	color: #fcfcfc;
	height: 50px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}
@media (min-width: 45em) {
	header .search form #site_search_button {
		display: none;
		height: 70px;
		width: 80px;
	}
}
header .search form #site_search_button span{
	margin:0;
}

@media (min-width: 45em) {
	header.open .search {
		height: 70px;
		display: block;
	}
}
header.open .search form #site_search_button {
	display: block;
	float: left;
	width: 30px;
}

header.mobi-open .l-head {
	position: fixed;
	right: 0;
	width: 90%;
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	z-index: 9998;
	height: 100%;
	overflow-y: auto;
	/* background:none; */
}
@media (min-width: 45em) {
	header.mobi-open .l-head {
		position: relative;
		min-height: initial;
		top: 0;
		width: 100%;
		background: url("/_resources/css/catamount-club/images/header-style-guide.png") repeat-x top center;
		overflow-y: visible;
	}
}
header.mobi-open .l-head .toggle-wrapper {
	left: 0;
}
header.mobi-open .l-head .toggle-wrapper .toggle .toggle-element {
	background: none;
}
header.mobi-open .l-head .toggle-wrapper .toggle .toggle-element:before {
	top: 0px;
	background: #fcfcfc;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header.mobi-open .l-head .toggle-wrapper .toggle .toggle-element:after {
	top: -4px;
	background: #fcfcfc;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
header.mobi-open .l-head .site-logo {
	position: absolute;
	top: 50px;
	background: #592c88;
	z-index: 1;
}
@media (min-width: 45em) {
	header.mobi-open .l-head .site-logo {
		position: relative;
		top: 0;
		background: none;
	}
}
header.mobi-open .l-head.mini-site {
	background: #592c88;
}
header.mobi-open .l-head.mini-site .site-logo {
	z-index: 1;
	background: none;
}

header.mobi-open .l-head.mini-site .main-nav-container .subnav .column {
	height: auto;
	display: block;
}
@media (min-width: 45em) {
	header.mobi-open .l-head.mini-site .main-nav-container .subnav .column {
		height: 80px;
		display: table;
	}
}
header.mobi-open .l-head.mini-site .main-nav-container .subnav .column > ul {
	display: block;
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
@media (min-width: 45em) {
	header.mobi-open .l-head.mini-site .main-nav-container .subnav .column > ul {
		display: none;
		position: fixed;
		width: 370px;
	}
}
@media (min-width: 45em) {
	header.mobi-open .l-head.mini-site .main-nav-container .subnav.open .column > ul {
		display: block;
	}
}
header.mobi-open .search {
	width: 65%;
	width: calc(100% - 117px);
	width: -webkit-calc(100% - 117px);
	display: block;
	float: left;
	position: fixed;
	z-index: 1;
	left: 50px;
	z-index: 9999;
}
@media (min-width: 45em) {
	header.mobi-open .search {
		display: none !important;
		left: initial;
		position: relative;
	}
}
header.mobi-open .search #site_search_button {
	width: 40px;
}
header.mobi-open .main-nav-container {
	width: 100%;
	float: right;
	display: block;
}
header.mobi-open.open .search {
	display: block !important;
}
.v-center-container {
	display: table;
	overflow: hidden;
}
.l-head {
	display: block;
	float: left;
	width: 100%;
	background: url("/_resources/css/catamount-club/images/header-style-guide.png") repeat-x bottom center #592c88;
}
@media (min-width: 45em) {
	.l-head {
		background: url("/_resources/css/catamount-club/images/header-style-guide.png") no-repeat top center #592c88;
	}
}
@media (min-width: 70em) {
	.l-head {
		background: url("/_resources/css/catamount-club/images/header-style-guide.png") repeat-x top center;
		background-size: 100% auto;
	}
}
.l-head .toggle-wrapper {
	display: block;
	float: right;
	width: 100%;
	position: relative;
	right: 0;
	height: 50px;
	cursor: pointer;
	background: #3F1361;
}
@media (min-width: 45em) {
	.l-head .toggle-wrapper {
		display: none;
	}
}
.l-head .toggle-wrapper .toggle {
	display: block;
	float: right;
	width: auto;
	position: relative;
	padding: 13px 3px;
	background: #3F1361;
	z-index: 10;
	cursor: pointer;
	color: #fcfcfc;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
	transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
}
.l-head .toggle-wrapper .toggle .toggle-element {
	display: block;
	float: left;
	width: 24px;
	height: 4px;
	margin: 10px;
	background: #fcfcfc;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	padding: 0;
	box-sizing: initial;
}
.l-head .toggle-wrapper .toggle .toggle-element:before {
	top: -7px;
	content: '';
	display: block;
	width: 24px;
	height: 4px;
	background: #fcfcfc;
	position: relative;
	z-index: -1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.l-head .toggle-wrapper .toggle .toggle-element:after {
	top: 3px;
	content: '';
	display: block;
	width: 24px;
	height: 4px;
	background: #fcfcfc;
	position: relative;
	z-index: -1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.l-head .toggle-wrapper .toggle:hover {
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	-o-transition: top 0.4s;
	transition: top 0.4s;
}
.l-head .toggle-wrapper .toggle:hover .toggle-element:before {
	top: -8px;
}
.l-head .toggle-wrapper .toggle:hover .toggle-element:after {
	top: 4px;
}
.l-head .site-logo {
	display: block;
	width: 100%;
	position: relative;
	z-index: 0;
	margin: auto;
}
@media (min-width: 45em) {
	.l-head .site-logo {
		width: auto;
		float: left;
		position: relative;
		top: 0;
		margin: 6px;
	}
}
@media (min-width: 70em) {
	.l-head .site-logo {
		margin: 6px 30px;
	}
}
.l-head .site-logo img {
	display: block;
	width: 200px;
	margin: auto;
	padding-top: 15px;
	max-height: 100px;
}
.l-head.mini-site {
	background-size: 100% 80px;
}
@media (min-width: 45em) {
	.l-head.mini-site {
		background: #3F1361;
	}
}
.l-head.mini-site .site-logo {
	margin: 5px auto;
	float: left;
	width: 45%;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media (min-width: 45em) {
	.l-head.mini-site .site-logo {
		margin: 4px 20px;
		width: auto;
		border: none;
	}
}
.l-head.mini-site .site-logo img {
	height: 70px;
	width: auto;
	padding: 7px 0;
}
@media (min-width: 45em) {
	.l-head.mini-site .site-logo img {
		padding-top: 15px;
	}
}
.l-head.mini-site .mini-title-mobile {
	float: left;
	width: 55%;
	padding: 0 5px 0 15px;
	height: 80px;
}
@media (min-width: 45em) {
	.l-head.mini-site .mini-title-mobile {
		display: none;
	}
}
.l-head.mini-site .main-nav-container {
	background: url("/_resources/css/catamount-club/images/header-style-guide.png") repeat-x top center;
	border-bottom: 5px solid #444;
	display: none;
	height: auto;
}
@media (min-width: 45em) {
	.l-head.mini-site .main-nav-container {
		display: block;
	}
}
@media (min-width: 70em) {
	.l-head.mini-site .main-nav-container {
		background-size: 100% auto;
	}
}
.l-head.mini-site .main-nav-container .column {
	display: table;
	width: 100%;
	height: 80px;
}
.l-head.mini-site .main-nav-container .subnav {
	width: auto;
	float: right;
	background: none;
	border: none;
	margin-top: 80px;
}
@media (min-width: 45em) {
	.l-head.mini-site .main-nav-container .subnav {
		margin-top: 0;
	}
}
.l-head.mini-site .main-nav-container .subnav .column ul {
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF570000', endColorstr='#FF000000');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI4Ii8+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIyIi8+PHN0b3Agb2Zmc2V0PSIyMyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjxzdG9wIG9mZnNldD0iNzclIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.28)), color-stop(5%, rgba(0, 0, 0, 0.22)), color-stop(23%, rgba(0, 0, 0, 0.15)), color-stop(77%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.22) 5%, rgba(0, 0, 0, 0.15) 23%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 99%);
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.22) 5%, rgba(0, 0, 0, 0.15) 23%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 99%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.22) 5%, rgba(0, 0, 0, 0.15) 23%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 99%);
	background-color: #3F1361;
}
.l-head.mini-site .main-nav-container .subnav .column ul a {
	color: #ccc;
	font-size: 13px;
	padding: 16px 25px;
}
.l-head.mini-site .main-nav-container .subnav .column ul h3 {
	color: #ccc;
	font-size: 24px;
	padding: 15px 20px;
}
@media (min-width: 45em) {
	.l-head.mini-site .main-nav-container .subnav .column ul h3 {
		padding: 20px 25px;
	}
}
.l-head.mini-site .main-nav-container .subnav .column ul li {
	color: #ccc;
}
.l-head.mini-site .main-nav-container .subnav .column ul li a {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #ccc;
	font-size: 16px;
	line-height: 22px;
}
.l-head.mini-site .main-nav-container .subnav .column ul li ul {
	background: rgba(0, 0, 0, 0.3);
}
.l-head.mini-site .main-nav-container .subnav .column ul li.active > a {
	border-left: 3px solid #C1A875;
}
.l-head.mini-site .main-nav-container .subnav .column .social {
	display: block;
	float: left;
	width: 100%;
}
.l-head.mini-site .main-nav-container .subnav .column .social ul {
	display: block;
	float: left;
	width: 100%;
}
.l-head.mini-site .main-nav-container .subnav .column .social ul li {
	display: block;
	float: left;
	width: 100%;
	border: none;
}
.l-head.mini-site .main-nav-container .subnav .column .social ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 5px 25px;
}
.l-head.mini-site .main-nav-container .subnav .column .social ul li a span {
	padding-right: 10px;
}
.l-head.mini-site .main-nav-container .subnav .column .social h3 {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fcfcfc;
	font-size: 16px;
	line-height: 22px;
	padding: 30px 25px 5px;
	margin: 0;
}
.l-head.mini-site .main-nav-container .subnav.open .column ul {
	right: 0;
	left: auto;
	z-index: 12;
}
@media (max-width: 45em) {
	.l-head.mini-site .main-nav-container .subnav.open .column > ul {
		display: none;
	}
}

.main-nav-container {
	background: #592c88;
	display: none;
}
@media (min-width: 45em) {
	.main-nav-container {
		display: block;
		float: left;
		width: 100%;
		background: inherit;
		height: 65px;
		overflow: visible;
	}
}
.subnav {
	display: block;
	float: left;
	width: 100%;
	background: url("/_resources/css/catamount-club/images/diag-background.png") repeat top left #222;
}
.subnav .column ul {
	display: none;
}
.subnav .column ul li {
	display: block;
	float: left;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	line-height: 0;
}
.subnav .column ul li.open > ul {
	display: block;
}
.subnav .column ul li.open > button span {
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
	border-left: none;
}
.subnav .column ul li.active > a {
	border-left: 3px solid #C1A875;
}
.subnav .column > ul {
	position: fixed;
	min-height: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #333;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
@media (min-width: 45em) {
	.subnav .column > ul {
		width: 370px;
	}
}
.subnav .column > ul h3 {
	display: block;
	float: left;
	width: 100%;
	padding: 11px 20px;
	color: #fcfcfc;
}
.subnav .column > ul > li {
	display: block;
	float: left;
	width: 100%;
}
.subnav .column > ul > li button {
	background: none;
	width: 56px;
	height: 56px;
	text-align: center;
	padding: 0;
	border: none;
}
.subnav .column > ul > li button span {
	display: block;
	float: left;
	width: 100%;
	font-size: 21px;
	line-height: 56px;
	color: #CCB486;
	cursor: pointer;
	height: 100%;
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotateZ(-90deg);
	transition: transform 0.3s;
}
.subnav .column > ul > li a {
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #ccc;
	font-size: 14px;
	line-height: 20px;
	line-height: 21px;
	padding: 17px 20px;
}
.subnav .column > ul > li a.has-sub {
	width: 195px;
	width: calc(100% - 56px);
	width: -webkit-calc(100% - 56px);
}
@media (min-width: 45em) {
	.subnav .column > ul > li a.has-sub {
		width: 290px;
		width: calc(100% - 56px);
		width: -webkit-calc(100% - 56px);
	}
}
.subnav .column > ul > li ul {
	float: left;
	width: 100%;
	background: rgba(128, 128, 128, 0.22);
}
.subnav.open .column > ul {
	display: block;
	z-index: 10;
}
@media (min-width: 45em) {
	.subnav.open .column > ul {
		z-index: 9999;
	}
}
/* custom navigationa changes October 2019 */
.l-head.mini-site .main-nav-container {
	background: url("/_resources/css/images/cc-header.jpg") repeat-x top center;
}
.l-head.mini-site .main-nav-container .subnav .column .social button {
	display: none;
}
.l-head.mini-site .main-nav-container .subnav .column .social img {	
	width: 17px;
	display: inline-block;
	margin-right: 8px;
}
.l-head.mini-site .main-nav-container .subnav.open .column .social ul {
	padding-bottom: 24px;
}
.l-head.mini-site .main-nav-container .subnav .column ul li ul li {
	background: rgba(0, 0, 0, 0.3);
}
.l-head.mini-site .main-nav-container .subnav .column .social img {	
	width: 17px;
	display: inline-block;
	margin-right: 8px;
}
@media (min-width: 45em) {
	.subnav .column ul li.open > button span {
		-webkit-transform: rotateZ(90deg);
		-ms-transform: rotateZ(90deg)
			transform: rotateZ(90deg)
	}
	.l-head.mini-site .main-nav-container {
		border-bottom: none;
		width: 100%;
		background-image:none;
		display: flex;
		flex: 1;
		margin: 0px 20px;
		height: 70px;
	}
	.l-head.mini-site .main-nav-container .subnav {
		width: 100%;
	}
	header.mobi-open .l-head.mini-site .main-nav-container .subnav .column {
		display: flex;
		align-items: center;
		height: auto;
	}
	.l-head.mini-site .main-nav-container .column {
		display: flex;
		align-items: center;
		height: auto;
		margin: 0px;
	}
	.l-head.mini-site .main-nav-container .column > div {
		width: 100%;
	}
	.l-head.mini-site .main-nav-container .subnav .column ul {
		background: none;
		position: static;
		overflow-x: visible;
		overflow-y: visible;
	}
	.l-head.mini-site .main-nav-container .subnav.open .column #subnav-holder {
		display: flex;
		align-items: center;
		width: 100%;
		z-index: 1;
	}
	.main-nav-container .subnav.open .column {
		width: 100%;
		margin: 0px;
	}
	header.mobi-open .l-head.mini-site .main-nav-container .subnav .column > ul {
		position: static;
		display: flex;
		align-items: center;
	}
	.l-head.mini-site .main-nav-container .subnav.open .column ul li ul {
		width: 260px;
		background: white;
		position: absolute;
		border-radius: 5px;
		top: 30px;
		left: 13px;
		padding: 10px 0px;
		display: none;
		box-shadow: 1px 2px 5px -2px #8c8c8c;
	}
	.l-head.mini-site .main-nav-container .subnav.open .column ul li ul li {
		width: 100%;
		background: none;
	}
	.l-head.mini-site .main-nav-container .subnav.open .column ul li ul li a {
		color: #592c88;
		padding: 8px 18px;
		text-decoration:none;
	}
	.l-head.mini-site .main-nav-container .subnav.open .column ul li ul li a:hover {
		color: white;
		background: #592c88;
	}
	.l-head.mini-site .main-nav-container .subnav .column ul li {
		width: auto;
		border-top: none;
		position: relative;
	}
	.l-head.mini-site .main-nav-container .subnav .column ul li:hover ul {
		display: block;
	}

	.subnav .column > ul h3 {
		width: auto;
	}
	.l-head.mini-site .main-nav-container .subnav .column .social {
		float: right;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.l-head.mini-site .main-nav-container .subnav .column .social button {
		width: 76px;
		height: 38px;
		border: 2px solid white;
		border-radius: 0px;
		background:transparent;
		color: #fcfcfc;
		font-size: 18px;
		cursor:pointer;
		display: block;
	}
	.l-head.mini-site .main-nav-container .subnav .column .social ul {
		width: auto;
		background-image:none;
		background: none;
		display: flex;
		align-items: center;
	}
	.subnav .column > ul .social h3 {
		display: none;
	}

	.l-head.mini-site .main-nav-container .subnav .column .social ul li	{	
		width: auto;
		float: left;
	}
	.l-head.mini-site .main-nav-container .subnav .column ul li a {
		color: #fff;
		font-size: 19px;
		padding: 5px 10px;
		width: 100%;
		font-weight: 500;
		white-space:nowrap;
		font-family: proxima-nova, sans-serif;
	}
	.subnav .column > ul > li button {
		position:absolute;
		left: 50%;
		width:auto;
		height:auto;
		top: 15%;
	}
	.l-head.mini-site .main-nav-container .subnav .column .social ul li a {
		color: #fff;
		font-size: 24px;
		padding: 7px;
	}
	.subnav .column > ul > li button span {
		font-size:100%;
		width:auto;
		color: rgba(255, 255, 255, 0.25);
	}
	.l-head.mini-site .main-nav-container .subnav .column .social ul li a span {
		padding: 0px;
	}
	.subnav .column > ul .social .social-text {
		display: none;
	}
	.subnav .column > ul > li ul {
		float: left;
		width: 100%;
		background: rgba(128, 128, 128, 0.22);
	}
	.subnav.open .column > ul {
		display: block;
		z-index: 10;
	}
	.subnav.open .column > ul {
		z-index: 9999;
	}
	.l-head.mini-site .main-nav-container .subnav.open .column .social ul {
		padding-bottom: 0px;
	}
	.l-head.mini-site .main-nav-container .subnav .column .social img {	
		width: 28px;
		margin-right: 0px;
	}
}
.l-head.mini-site .main-nav-container .subnav .column .social img {	
	width: 28px;
	margin-right: 0px;
}
.l-head.mini-site .main-nav-container .subnav .column ul li.active > a {
	border: none;
}
@media (min-width: 64em) {
	.l-head.mini-site .main-nav-container .subnav .column ul li a {
		font-size: 20px;
		padding: 5px 13px;
	}
}
