.webny-global-header {
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: .018em;
	position: relative;
	font-weight: bold;
	font-style: normal;
}

.webny-global-header a, .webny-global-header a:link, .webny-global-header a:visited, .webny-global-header a:hover, .webny-global-header a:active {
	color: #fff;
	text-decoration: none;
}

.webny-global-header .webny-global-logo {
	height: 80px;
}

.webny-global-header .webny-global-logo img {
	padding: 17px 0 18px 0;
}

.webny-global-header h1 {
	font-family: "D Sari Bold", Arial, sans-serif;
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.webny-global-header h1 a, .webny-global-header h1 a:link, .webny-global-header h1 a:visited, .webny-global-header h1 a:hover, .webny-global-header h1 a:active {
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	font-family: "D Sari Bold", Arial, sans-serif;
}

.webny-global-header h1 a:hover {
	text-decoration: none;
	color: #fff;
}

.webny-global-header ul {
	padding: 0px 0px;
	margin: 0;
	display: none;
}

.webny-global-header ul li {
	padding: 0;
	margin: 0;
}

.webny-global-header ul li.webny-global-inactive {
	display: none;
}

.webny-global-header ul li.webny-global-active ul {
	display: block;
}

.webny-global-header ul > li > a[href='#']:after, .webny-global-header ul > li > span:after {
	background-image: url(../images/icons/icon-arrow-right.png);
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/icons/icon-arrow-right.svg);
	background-image: -webkit-linear-gradient(transparent, transparent), url(../images/icons/icon-arrow-right.svg);
	background-image: -o-linear-gradient(transparent, transparent), url(../images/icons/icon-arrow-right.svg);
	background-image: linear-gradient(transparent, transparent), url(../images/icons/icon-arrow-right.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	width: 2em;
	height: 1.2em;
	content: '';
	position: absolute;
	right: 10px;
	top: 39%;
}

.webny-global-header > ul {
	position: absolute;
	width: 255px;
	border-top: 1px solid #fff;
	z-index: 200;
}

.webny-global-header > ul li {
	display: block;
	list-style: none;
	position: relative;
}

.webny-global-header > ul li.webny-global-active > a:link, .webny-global-header > ul li.webny-global-active > a:visited, .webny-global-header > ul li.webny-global-active > span {
	padding-left: 48px;
	font-weight: bold;
	letter-spacing: .03em;
	color: transparent;
}

.webny-global-header > ul li.webny-global-active > a:before, .webny-global-header > ul li.webny-global-active > span:before {
	background-image: url(../images/icons/icon-arrow-left.png);
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/icons/icon-arrow-left.svg);
	background-image: -webkit-linear-gradient(transparent, transparent), url(../images/icons/icon-arrow-left.svg);
	background-image: -o-linear-gradient(transparent, transparent), url(../images/icons/icon-arrow-left.svg);
	background-image: linear-gradient(transparent, transparent), url(../images/icons/icon-arrow-left.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	width: 2em;
	height: 1.2em;
	display: inline-block;
	content: '';
	position: absolute;
	left: 18px;
	top: 30px;
}

.webny-global-header > ul li.webny-global-active > a:after, .webny-global-header > ul li.webny-global-active > span:after {
	background-image: none;
}

.webny-global-header > ul li a:link, .webny-global-header > ul li a:visited, .webny-global-header > ul li span {
	display: block;
	padding: 30px 48px 30px 30px;
	font-family: "Proxima Nova", Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-decoration: none;
	color: #fff;
}

.webny-global-header > ul li a:hover {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.webny-global-header > ul li .gnav-topli span:hover {
	color: #fff;
}

.webny-global-header > ul li ul {
	padding: 0;
	display: none;
	position: initial;
	z-index: 5;
	width: 100%;
}

.webny-global-header > ul li ul > li > a {
	cursor: pointer;
}

.webny-global-header > ul li ul > li > span {
	letter-spacing: .02em;
	font-weight: bold;
}

.webny-global-header .webny-global-active {
	display: block;
}

.webny-global-header .nav-toggle {
	text-indent: -9999px;
	color: transparent;
}

.webny-global-header .nav-toggle a, .webny-global-header .nav-toggle a:link, .webny-global-header .nav-toggle a:visited, .webny-global-header .nav-toggle a:hover, .webny-global-header .nav-toggle a:active {
	width: 65px;
	height: 80px;
	display: block;
	float: left;
	background-image: url(../images/icons/icon-menu.png);
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/icons/icon-menu.svg);
	background-image: -webkit-linear-gradient(transparent, transparent), url(../images/icons/icon-menu.svg);
	background-image: -o-linear-gradient(transparent, transparent), url(../images/icons/icon-menu.svg);
	background-image: linear-gradient(transparent, transparent), url(../images/icons/icon-menu.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media (min-width:768px) {
	.webny-global-header.horizontal {
		font-weight: bold;
	}

	.webny-global-header.horizontal.alt-unav h1 a {
		display: none;
	}

	.webny-global-header.horizontal h1 a, .webny-global-header.horizontal h1 a:link, .webny-global-header.horizontal h1 a:visited, .webny-global-header.horizontal h1 a:hover, .webny-global-header.horizontal h1 a:active {
		font-size: 20px;
		line-height: 26px;
	}

	.webny-global-header.horizontal.unstacked {
		font-size: 14px;
		line-height: 18px;
		min-height: 80px;
	}

	.webny-global-header.horizontal.unstacked > ul {
		position: relative;
		display: block;
		border-top: 0;
		width: auto;
		vertical-align: bottom;
	}

	.webny-global-header.horizontal.unstacked > ul a, .webny-global-header.horizontal.unstacked > ul span {
		border-bottom-width: 0;
		padding: 8px 15px;
	}

	.webny-global-header.horizontal.unstacked > ul li, .webny-global-header.horizontal.unstacked > ul li.hidden {
		display: inline-block;
		vertical-align: bottom;
	}

	.webny-global-header.horizontal.unstacked > ul li ul, .webny-global-header.horizontal.unstacked > ul li.hidden ul {
		position: absolute;
		width: auto;
		border-top: 1px solid #fff;
	}

	.webny-global-header.horizontal.unstacked > ul li ul li, .webny-global-header.horizontal.unstacked > ul li.hidden ul li {
		display: block;
	}

	.webny-global-header.horizontal.unstacked > ul li ul li a, .webny-global-header.horizontal.unstacked > ul li ul li span, .webny-global-header.horizontal.unstacked > ul li.hidden ul li a, .webny-global-header.horizontal.unstacked > ul li.hidden ul li span {
		padding: 15px;
	}

	.webny-global-header.horizontal.unstacked .nav-toggle {
		display: none;
	}

	.webny-global-header.horizontal.unstacked .webny-global-logo {
		display: inline-block;
		height: 80px;
	}

	.webny-global-header.horizontal.unstacked .webny-global-logo img {
		padding: 17px 0 18px 30px;
	}

	.webny-global-header.horizontal.unstacked h1 {
		height: auto;
	}

	.webny-global-header.horizontal.unstacked h1 a, .webny-global-header.horizontal.unstacked h1 a:link, .webny-global-header.horizontal.unstacked h1 a:visited, .webny-global-header.horizontal.unstacked h1 a:hover, .webny-global-header.horizontal.unstacked h1 a:active {
		padding: 15px 30px 1px 30px;
	}

	.webny-global-header.horizontal.unstacked > ul {
		padding: 23px 0 23px 15px;
		display: inline-block;
	}

	.webny-global-header.horizontal.unstacked > ul > li > a:hover {
		text-decoration: underline;
	}

	.webny-global-header.horizontal.unstacked > ul > li > span:hover {
		text-decoration: none;
	}

	.webny-global-header.horizontal.unstacked > ul li a, .webny-global-header.horizontal.unstacked > ul li a:link, .webny-global-header.horizontal.unstacked > ul li a:visited, .webny-global-header.horizontal.unstacked > ul li a:hover, .webny-global-header.horizontal.unstacked > ul li a:active, .webny-global-header.horizontal.unstacked > ul li span {
		font-weight: bold;
		font-size: 14px;
		letter-spacing: .03em;
		padding-left: 15px;
		color: #fff;
	}

	.webny-global-header.horizontal.unstacked > ul li ul {
		width: 170px;
	}

	.webny-global-header.horizontal.unstacked > ul li ul li a, .webny-global-header.horizontal.unstacked > ul li ul li a:link, .webny-global-header.horizontal.unstacked > ul li ul li a:visited, .webny-global-header.horizontal.unstacked > ul li ul li a:hover, .webny-global-header.horizontal.unstacked > ul li ul li a:active, .webny-global-header.horizontal.unstacked > ul li ul li span {
		font-size: 12px;
		line-height: 17px;
		font-weight: bold;
	}

	.webny-global-header.horizontal.unstacked ul > li > a[href='#']:after, .webny-global-header.horizontal.unstacked ul > li > span:after {
		background-image: none;
		width: 0;
		margin: 0;
		display: none;
	}

	.webny-global-header.horizontal.unstacked > ul li.webny-global-active > a:before, .webny-global-header.horizontal.unstacked > ul li.webny-global-active > span:before {
		background-image: none;
		width: 0;
		margin: 0;
		display: none;
	}

	.webny-global-header.horizontal.stacked {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: .03em;
	}

	.webny-global-header.horizontal.stacked .webny-global-logo img {
		padding: 15px 0 15px 0;
	}

	.webny-global-header.horizontal.stacked > ul {
		width: 300px;
	}

	.webny-global-header.horizontal.stacked > ul a, .webny-global-header.horizontal.stacked > ul a:link, .webny-global-header.horizontal.stacked > ul a:visited, .webny-global-header.horizontal.stacked > ul a:hover, .webny-global-header.horizontal.stacked > ul a:active, .webny-global-header.horizontal.stacked > ul span {
		font-weight: bold;
	}

	.webny-global-header.horizontal.stacked > ul li.webny-global-active > a:before, .webny-global-header.horizontal.stacked > ul li.webny-global-active > span:before {
		background-size: 18px;
		top: 31px;
	}

	.webny-global-header.horizontal.stacked > ul > li > a[href='#']:after, .webny-global-header.horizontal.stacked > ul > li > span:after {
		background-size: 18px;
		top: 38%;
	}

}

@media (min-width:1024px) {
	.webny-global-header.horizontal > ul, .webny-global-header.horizontal h1 {
		display: inline-block;
	}

	.webny-global-header.horizontal.alt-unav h1 a {
		display: none;
	}

	.webny-global-header.unstacked.horizontal, .webny-global-header.stacked.horizontal {
		height: auto;
		font-size: 16px;
	}

	.webny-global-header.unstacked.horizontal > ul > li > a:hover, .webny-global-header.stacked.horizontal > ul > li > a:hover {
		text-decoration: underline;
		color: #fff;
	}

	.webny-global-header.unstacked.horizontal > ul > li > span:hover, .webny-global-header.stacked.horizontal > ul > li > span:hover {
		text-decoration: none;
		color: #fff;
	}

	.webny-global-header.unstacked.horizontal h1, .webny-global-header.stacked.horizontal h1 {
		padding-left: 60px;
	}

	.webny-global-header.unstacked.horizontal h1 a, .webny-global-header.unstacked.horizontal h1 a:link, .webny-global-header.unstacked.horizontal h1 a:visited, .webny-global-header.unstacked.horizontal h1 a:hover, .webny-global-header.unstacked.horizontal h1 a:active, .webny-global-header.stacked.horizontal h1 a, .webny-global-header.stacked.horizontal h1 a:link, .webny-global-header.stacked.horizontal h1 a:visited, .webny-global-header.stacked.horizontal h1 a:hover, .webny-global-header.stacked.horizontal h1 a:active {
		padding: 0;
		font-size: 22px;
		line-height: 26px;
		display: table-cell;
		height: 75px;
		vertical-align: middle;
	}

	.webny-global-header.unstacked.horizontal h1 a span, .webny-global-header.unstacked.horizontal h1 a:link span, .webny-global-header.unstacked.horizontal h1 a:visited span, .webny-global-header.unstacked.horizontal h1 a:hover span, .webny-global-header.unstacked.horizontal h1 a:active span, .webny-global-header.stacked.horizontal h1 a span, .webny-global-header.stacked.horizontal h1 a:link span, .webny-global-header.stacked.horizontal h1 a:visited span, .webny-global-header.stacked.horizontal h1 a:hover span, .webny-global-header.stacked.horizontal h1 a:active span {
		display: inline-block;
	}

	.webny-global-header.unstacked.horizontal > ul, .webny-global-header.stacked.horizontal > ul {
		padding: 0 0 0 60px;
	}

	.webny-global-header.unstacked.horizontal > ul li a, .webny-global-header.unstacked.horizontal > ul li a:link, .webny-global-header.unstacked.horizontal > ul li a:visited, .webny-global-header.unstacked.horizontal > ul li a:hover, .webny-global-header.unstacked.horizontal > ul li a:active, .webny-global-header.unstacked.horizontal > ul li span, .webny-global-header.stacked.horizontal > ul li a, .webny-global-header.stacked.horizontal > ul li a:link, .webny-global-header.stacked.horizontal > ul li a:visited, .webny-global-header.stacked.horizontal > ul li a:hover, .webny-global-header.stacked.horizontal > ul li a:active, .webny-global-header.stacked.horizontal > ul li span {
		font-size: 16px;
		letter-spacing: .03em;
		display: table-cell;
		height: 75px;
		vertical-align: middle;
		padding: 0 15px;
		color: #fff;
	}

	.webny-global-header.unstacked.horizontal > ul li a:before, .webny-global-header.unstacked.horizontal > ul li a:after, .webny-global-header.unstacked.horizontal > ul li a:link:before, .webny-global-header.unstacked.horizontal > ul li a:link:after, .webny-global-header.unstacked.horizontal > ul li a:visited:before, .webny-global-header.unstacked.horizontal > ul li a:visited:after, .webny-global-header.unstacked.horizontal > ul li a:hover:before, .webny-global-header.unstacked.horizontal > ul li a:hover:after, .webny-global-header.unstacked.horizontal > ul li a:active:before, .webny-global-header.unstacked.horizontal > ul li a:active:after, .webny-global-header.unstacked.horizontal > ul li span:before, .webny-global-header.unstacked.horizontal > ul li span:after, .webny-global-header.stacked.horizontal > ul li a:before, .webny-global-header.stacked.horizontal > ul li a:after, .webny-global-header.stacked.horizontal > ul li a:link:before, .webny-global-header.stacked.horizontal > ul li a:link:after, .webny-global-header.stacked.horizontal > ul li a:visited:before, .webny-global-header.stacked.horizontal > ul li a:visited:after, .webny-global-header.stacked.horizontal > ul li a:hover:before, .webny-global-header.stacked.horizontal > ul li a:hover:after, .webny-global-header.stacked.horizontal > ul li a:active:before, .webny-global-header.stacked.horizontal > ul li a:active:after, .webny-global-header.stacked.horizontal > ul li span:before, .webny-global-header.stacked.horizontal > ul li span:after {
		background-image: none;
	}

	.webny-global-header.unstacked.horizontal > ul li ul, .webny-global-header.stacked.horizontal > ul li ul {
		padding: 5px 0px;
		top: auto;
		width: 300px;
	}

	.webny-global-header.unstacked.horizontal > ul li ul li, .webny-global-header.stacked.horizontal > ul li ul li {
		height: auto;
	}

	.webny-global-header.unstacked.horizontal > ul li ul li a, .webny-global-header.unstacked.horizontal > ul li ul li a:link, .webny-global-header.unstacked.horizontal > ul li ul li a:visited, .webny-global-header.unstacked.horizontal > ul li ul li a:hover, .webny-global-header.unstacked.horizontal > ul li ul li a:active, .webny-global-header.unstacked.horizontal > ul li ul li span, .webny-global-header.stacked.horizontal > ul li ul li a, .webny-global-header.stacked.horizontal > ul li ul li a:link, .webny-global-header.stacked.horizontal > ul li ul li a:visited, .webny-global-header.stacked.horizontal > ul li ul li a:hover, .webny-global-header.stacked.horizontal > ul li ul li a:active, .webny-global-header.stacked.horizontal > ul li ul li span {
		font-size: 16px;
		line-height: 20px;
		height: auto;
		display: block;
		padding: 15px;
	}

	.webny-global-header.unstacked.horizontal > ul li ul li.gnav-toplink, .webny-global-header.stacked.horizontal > ul li ul li.gnav-toplink {
		display: none;
	}

	.webny-global-header.unstacked.horizontal > ul li:last-child ul, .webny-global-header.stacked.horizontal > ul li:last-child ul {
		left: auto;
	}

	.webny-global-header.unstacked.horizontal {
		min-height: 75px;
	}

	.webny-global-header.unstacked.horizontal .webny-global-logo {
		display: inline-block;
		min-height: 75px;
	}

	.webny-global-header.unstacked.horizontal .webny-global-logo img {
		padding: 15px 0 15px 60px;
	}

	.webny-global-header.unstacked.horizontal > h1 {
	}

	.webny-global-header.unstacked.horizontal > ul {
		padding: 0 0 0 45px;
	}

	.webny-global-header.unstacked.horizontal > ul li a, .webny-global-header.unstacked.horizontal > ul li a:link, .webny-global-header.unstacked.horizontal > ul li a:visited, .webny-global-header.unstacked.horizontal > ul li a:hover, .webny-global-header.unstacked.horizontal > ul li a:active, .webny-global-header.unstacked.horizontal > ul li span {
		height: 75px;
	}

	.webny-global-header.unstacked.horizontal.alt-unav h1 {
		display: none;
	}

	.webny-global-header.stacked.horizontal {
		min-height: 115px;
	}

	.webny-global-header.stacked.horizontal > ul {
		position: relative;
		display: block;
		border-top: 0;
		width: auto;
		vertical-align: bottom;
	}

	.webny-global-header.stacked.horizontal > ul a, .webny-global-header.stacked.horizontal > ul span {
		border-bottom-width: 0;
		padding: 8px 15px;
	}

	.webny-global-header.stacked.horizontal > ul li, .webny-global-header.stacked.horizontal > ul li.hidden {
		display: inline-block;
		vertical-align: bottom;
	}

	.webny-global-header.stacked.horizontal > ul li ul, .webny-global-header.stacked.horizontal > ul li.hidden ul {
		position: absolute;
		width: auto;
		border-top: 1px solid #fff;
	}

	.webny-global-header.stacked.horizontal > ul li ul li, .webny-global-header.stacked.horizontal > ul li.hidden ul li {
		display: block;
	}

	.webny-global-header.stacked.horizontal > ul li ul li a, .webny-global-header.stacked.horizontal > ul li ul li span, .webny-global-header.stacked.horizontal > ul li.hidden ul li a, .webny-global-header.stacked.horizontal > ul li.hidden ul li span {
		padding: 15px;
	}

	.webny-global-header.stacked.horizontal .nav-toggle {
		display: none;
	}

	.webny-global-header.stacked.horizontal .webny-global-logo img {
		padding: 15px 0 15px 60px;
	}

	.webny-global-header.stacked.horizontal.alt-unav {
		min-height: 75px;
	}

	.webny-global-header.stacked.horizontal.alt-unav h1 a {
		display: none;
	}

	.webny-global-header.stacked.horizontal h1 {
		display: block;
		width: auto;
		height: auto;
	}

	.webny-global-header.stacked.horizontal h1 a, .webny-global-header.stacked.horizontal h1 a:link, .webny-global-header.stacked.horizontal h1 a:visited, .webny-global-header.stacked.horizontal h1 a:hover, .webny-global-header.stacked.horizontal h1 a:active {
		height: 44px;
		padding-top: 17px;
	}

	.webny-global-header.stacked.horizontal > ul {
		padding: 0 0 0 45px;
		display: block;
	}

	.webny-global-header.stacked.horizontal > ul li a, .webny-global-header.stacked.horizontal > ul li a:link, .webny-global-header.stacked.horizontal > ul li a:visited, .webny-global-header.stacked.horizontal > ul li a:hover, .webny-global-header.stacked.horizontal > ul li a:active, .webny-global-header.stacked.horizontal > ul li span {
		height: 75px;
	}

	.webny-global-header.stacked.horizontal > ul li ul {
		top: auto;
		height: auto;
		width: 300px;
	}

	.webny-global-header.stacked.horizontal > ul li ul li a, .webny-global-header.stacked.horizontal > ul li ul li a:link, .webny-global-header.stacked.horizontal > ul li ul li a:visited, .webny-global-header.stacked.horizontal > ul li ul li a:hover, .webny-global-header.stacked.horizontal > ul li ul li a:active, .webny-global-header.stacked.horizontal > ul li ul li span {
		height: auto;
		padding: 15px;
	}

	.webny-global-header.stacked.horizontal ul > li > a[href='#']:after, .webny-global-header.stacked.horizontal ul > li > span:after {
		background-image: none;
		width: 0;
		margin: 0;
		display: none;
	}

	.webny-global-header.stacked.horizontal > ul li.webny-global-active > a:before, .webny-global-header.stacked.horizontal > ul li.webny-global-active > span:before {
		background-image: none;
		width: 0;
		margin: 0;
		display: none;
	}

}

@media \0screen {
	.webny-global-header.horizontal > ul, .webny-global-header.horizontal h1 {
		display: inline-block;
	}

	.webny-global-header.horizontal.alt-unav h1 a {
		display: none;
	}

	.webny-global-header.unstacked.horizontal, .webny-global-header.stacked.horizontal {
		height: auto;
		font-size: 16px;
	}

	.webny-global-header.unstacked.horizontal > ul > li > a:hover, .webny-global-header.stacked.horizontal > ul > li > a:hover {
		text-decoration: underline;
	}

	.webny-global-header.unstacked.horizontal > ul > li > span:hover, .webny-global-header.stacked.horizontal > ul > li > span:hover {
		text-decoration: none;
	}

	.webny-global-header.unstacked.horizontal h1, .webny-global-header.stacked.horizontal h1 {
		width: 300px;
		padding-left: 30px;
	}

	.webny-global-header.unstacked.horizontal h1 a, .webny-global-header.unstacked.horizontal h1 a:link, .webny-global-header.unstacked.horizontal h1 a:visited, .webny-global-header.unstacked.horizontal h1 a:hover, .webny-global-header.unstacked.horizontal h1 a:active, .webny-global-header.stacked.horizontal h1 a, .webny-global-header.stacked.horizontal h1 a:link, .webny-global-header.stacked.horizontal h1 a:visited, .webny-global-header.stacked.horizontal h1 a:hover, .webny-global-header.stacked.horizontal h1 a:active {
		padding: 0;
		font-size: 22px;
		line-height: 26px;
		display: table-cell;
		height: 75px;
		vertical-align: middle;
		padding-left: 15px;
	}

	.webny-global-header.unstacked.horizontal h1 a span, .webny-global-header.unstacked.horizontal h1 a:link span, .webny-global-header.unstacked.horizontal h1 a:visited span, .webny-global-header.unstacked.horizontal h1 a:hover span, .webny-global-header.unstacked.horizontal h1 a:active span, .webny-global-header.stacked.horizontal h1 a span, .webny-global-header.stacked.horizontal h1 a:link span, .webny-global-header.stacked.horizontal h1 a:visited span, .webny-global-header.stacked.horizontal h1 a:hover span, .webny-global-header.stacked.horizontal h1 a:active span {
		display: inline-block;
	}

	.webny-global-header.unstacked.horizontal > ul, .webny-global-header.stacked.horizontal > ul {
		padding: 0 0 0 30px;
	}

	.webny-global-header.unstacked.horizontal > ul li a, .webny-global-header.unstacked.horizontal > ul li a:link, .webny-global-header.unstacked.horizontal > ul li a:visited, .webny-global-header.unstacked.horizontal > ul li a:hover, .webny-global-header.unstacked.horizontal > ul li a:active, .webny-global-header.unstacked.horizontal > ul li span, .webny-global-header.stacked.horizontal > ul li a, .webny-global-header.stacked.horizontal > ul li a:link, .webny-global-header.stacked.horizontal > ul li a:visited, .webny-global-header.stacked.horizontal > ul li a:hover, .webny-global-header.stacked.horizontal > ul li a:active, .webny-global-header.stacked.horizontal > ul li span {
		font-size: 16px;
		letter-spacing: .03em;
		display: table-cell;
		height: 75px;
		vertical-align: middle;
		padding: 0 15px;
	}

	.webny-global-header.unstacked.horizontal > ul li a:before, .webny-global-header.unstacked.horizontal > ul li a:after, .webny-global-header.unstacked.horizontal > ul li a:link:before, .webny-global-header.unstacked.horizontal > ul li a:link:after, .webny-global-header.unstacked.horizontal > ul li a:visited:before, .webny-global-header.unstacked.horizontal > ul li a:visited:after, .webny-global-header.unstacked.horizontal > ul li a:hover:before, .webny-global-header.unstacked.horizontal > ul li a:hover:after, .webny-global-header.unstacked.horizontal > ul li a:active:before, .webny-global-header.unstacked.horizontal > ul li a:active:after, .webny-global-header.unstacked.horizontal > ul li span:before, .webny-global-header.unstacked.horizontal > ul li span:after, .webny-global-header.stacked.horizontal > ul li a:before, .webny-global-header.stacked.horizontal > ul li a:after, .webny-global-header.stacked.horizontal > ul li a:link:before, .webny-global-header.stacked.horizontal > ul li a:link:after, .webny-global-header.stacked.horizontal > ul li a:visited:before, .webny-global-header.stacked.horizontal > ul li a:visited:after, .webny-global-header.stacked.horizontal > ul li a:hover:before, .webny-global-header.stacked.horizontal > ul li a:hover:after, .webny-global-header.stacked.horizontal > ul li a:active:before, .webny-global-header.stacked.horizontal > ul li a:active:after, .webny-global-header.stacked.horizontal > ul li span:before, .webny-global-header.stacked.horizontal > ul li span:after {
		background-image: none;
	}

	.webny-global-header.unstacked.horizontal > ul li ul, .webny-global-header.stacked.horizontal > ul li ul {
		padding: 5px 0px;
		top: auto;
		width: 300px;
	}

	.webny-global-header.unstacked.horizontal > ul li ul li, .webny-global-header.stacked.horizontal > ul li ul li {
		height: auto;
	}

	.webny-global-header.unstacked.horizontal > ul li ul li a, .webny-global-header.unstacked.horizontal > ul li ul li a:link, .webny-global-header.unstacked.horizontal > ul li ul li a:visited, .webny-global-header.unstacked.horizontal > ul li ul li a:hover, .webny-global-header.unstacked.horizontal > ul li ul li a:active, .webny-global-header.unstacked.horizontal > ul li ul li span, .webny-global-header.stacked.horizontal > ul li ul li a, .webny-global-header.stacked.horizontal > ul li ul li a:link, .webny-global-header.stacked.horizontal > ul li ul li a:visited, .webny-global-header.stacked.horizontal > ul li ul li a:hover, .webny-global-header.stacked.horizontal > ul li ul li a:active, .webny-global-header.stacked.horizontal > ul li ul li span {
		font-size: 16px;
		line-height: 20px;
		height: auto;
		display: block;
		padding: 15px;
	}

	.webny-global-header.unstacked.horizontal > ul li:last-child ul, .webny-global-header.stacked.horizontal > ul li:last-child ul {
		left: auto;
	}

	.webny-global-header.unstacked.horizontal > h1 {
		margin: 10px;
	}

	.webny-global-header.unstacked.horizontal > ul li a, .webny-global-header.unstacked.horizontal > ul li a:link, .webny-global-header.unstacked.horizontal > ul li a:visited, .webny-global-header.unstacked.horizontal > ul li a:hover, .webny-global-header.unstacked.horizontal > ul li a:active, .webny-global-header.unstacked.horizontal > ul li span {
		height: 95px;
	}

	.webny-global-header.unstacked.horizontal.alt-unav {
		min-height: 75px;
	}

	.webny-global-header.unstacked.horizontal.alt-unav h1 {
		display: none;
	}

	.webny-global-header.stacked.horizontal {
		height: 148px;
	}

	.webny-global-header.stacked.horizontal > ul {
		position: relative;
		display: block;
		border-top: 0;
		width: auto;
		vertical-align: bottom;
	}

	.webny-global-header.stacked.horizontal > ul a, .webny-global-header.stacked.horizontal > ul span {
		border-bottom-width: 0;
		padding: 8px 15px;
	}

	.webny-global-header.stacked.horizontal > ul li, .webny-global-header.stacked.horizontal > ul li.hidden {
		display: inline-block;
		vertical-align: bottom;
	}

	.webny-global-header.stacked.horizontal > ul li ul, .webny-global-header.stacked.horizontal > ul li.hidden ul {
		position: absolute;
		width: auto;
		border-top: 1px solid #fff;
	}

	.webny-global-header.stacked.horizontal > ul li ul li, .webny-global-header.stacked.horizontal > ul li.hidden ul li {
		display: block;
	}

	.webny-global-header.stacked.horizontal > ul li ul li a, .webny-global-header.stacked.horizontal > ul li ul li span, .webny-global-header.stacked.horizontal > ul li.hidden ul li a, .webny-global-header.stacked.horizontal > ul li.hidden ul li span {
		padding: 15px;
	}

	.webny-global-header.stacked.horizontal .nav-toggle {
		display: none;
	}

	.webny-global-header.stacked.horizontal.alt-unav {
		min-height: 75px;
	}

	.webny-global-header.stacked.horizontal.alt-unav h1 a {
		display: none;
	}

	.webny-global-header.stacked.horizontal h1 {
		display: block;
		width: auto;
		height: auto;
	}

	.webny-global-header.stacked.horizontal h1 a, .webny-global-header.stacked.horizontal h1 a:link, .webny-global-header.stacked.horizontal h1 a:visited, .webny-global-header.stacked.horizontal h1 a:hover, .webny-global-header.stacked.horizontal h1 a:active {
		height: 85px;
	}

	.webny-global-header.stacked.horizontal > ul {
		display: block;
	}

	.webny-global-header.stacked.horizontal > ul li a, .webny-global-header.stacked.horizontal > ul li a:link, .webny-global-header.stacked.horizontal > ul li a:visited, .webny-global-header.stacked.horizontal > ul li a:hover, .webny-global-header.stacked.horizontal > ul li a:active, .webny-global-header.stacked.horizontal > ul li span {
		height: 63px;
	}

	.webny-global-header.stacked.horizontal > ul li ul {
		top: auto;
		height: auto;
		width: 300px;
	}

	.webny-global-header.stacked.horizontal > ul li ul li a, .webny-global-header.stacked.horizontal > ul li ul li a:link, .webny-global-header.stacked.horizontal > ul li ul li a:visited, .webny-global-header.stacked.horizontal > ul li ul li a:hover, .webny-global-header.stacked.horizontal > ul li ul li a:active, .webny-global-header.stacked.horizontal > ul li ul li span {
		height: auto;
		padding: 15px;
	}

	.webny-global-header.stacked.horizontal ul > li > a[href='#']:after, .webny-global-header.stacked.horizontal ul > li > span:after {
		background-image: none;
		width: 0;
		margin: 0;
		display: none;
	}

	.webny-global-header.stacked.horizontal > ul li.webny-global-active > a:before, .webny-global-header.stacked.horizontal > ul li.webny-global-active > span:before {
		background-image: none;
		width: 0;
		margin: 0;
		display: none;
	}

}

@media (min-width:1024px) {
	.webny-global-nav-content-container {
		margin-left: 330px;
	}

}

.webny-global-header {
	background-color: #4B6576;
}

.webny-global-header > ul {
	background-color: #4B6576;
}

.webny-global-header > ul a, .webny-global-header > ul span {
	border-bottom-color: #667c8b;
}

.webny-global-header > ul a:hover, .webny-global-header > ul a:active, .webny-global-header > ul span:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.webny-global-header > ul > span:hover {
	text-decoration: none;
}

.webny-global-header > ul ul {
	background-color: #4B6576;
}

@media (min-width:768px) {
	.webny-global-header.horizontal.unstacked ul li a:hover, .webny-global-header.horizontal.unstacked ul li a:active, .webny-global-header.horizontal.unstacked ul li span:hover {
		background-color: #4B6576;
	}

	.webny-global-header.horizontal.unstacked ul li > span:hover {
		text-decoration: none;
	}

	.webny-global-header.horizontal.unstacked ul li ul > li a:hover, .webny-global-header.horizontal.unstacked ul li ul > li a:active, .webny-global-header.horizontal.unstacked ul li ul > li span:hover {
		background-color: rgba(0, 0, 0, 0.5);
	}

	.webny-global-header.horizontal.unstacked ul li ul > li > span:hover {
		text-decoration: none;
	}

}

@media only screen and (min-width:1024px) {
	.webny-global-header.horizontal.unstacked ul li a:hover, .webny-global-header.horizontal.unstacked ul li a:active, .webny-global-header.horizontal.unstacked ul li span:hover, .webny-global-header.horizontal.stacked ul li a:hover, .webny-global-header.horizontal.stacked ul li a:active, .webny-global-header.horizontal.stacked ul li span:hover {
		background-color: #4B6576;
	}

	.webny-global-header.horizontal.unstacked ul li ul > li a:hover, .webny-global-header.horizontal.unstacked ul li ul > li a:active, .webny-global-header.horizontal.unstacked ul li ul > li span:hover, .webny-global-header.horizontal.stacked ul li ul > li a:hover, .webny-global-header.horizontal.stacked ul li ul > li a:active, .webny-global-header.horizontal.stacked ul li ul > li span:hover {
		background-color: rgba(0, 0, 0, 0.5);
	}

}

.webny-global-footer {
	background-color: #f3d3c1;
	clear: both;
	margin: 0;
	position: relative;
	z-index: 5;
}

.webny-global-footer a {
	cursor: pointer;
}

.webny-global-footer a:link, .webny-global-footer a:visited {
	display: table-cell;
	text-decoration: none;
	color: #000000;
}

.webny-global-footer a:hover, .webny-global-footer a:active, .webny-global-footer a:focus {
	color: #000000;
	text-decoration: underline;
}

.webny-global-footer span {
	cursor: default;
}

.webny-global-footer .agency-name, .webny-global-footer .footer-menu h2 {
	color: #000000;
	background: #f3d3c1;
	margin: 36px 60px 24px 60px;
	padding: 0;
	font-size: 22px;
	line-height: 26px;
	font-family: "D Sari Bold", Arial, sans-serif;
	display: inline-block;
}

.webny-global-footer .agency-name a:link, .webny-global-footer .agency-name a:link:hover, .webny-global-footer .agency-name a:hover, .webny-global-footer .agency-name a:active, .webny-global-footer .agency-name a:focus, .webny-global-footer .agency-name a:visited, .webny-global-footer .agency-name a:visited:hover, .webny-global-footer .footer-menu h2 a:link, .webny-global-footer .footer-menu h2 a:link:hover, .webny-global-footer .footer-menu h2 a:hover, .webny-global-footer .footer-menu h2 a:active, .webny-global-footer .footer-menu h2 a:focus, .webny-global-footer .footer-menu h2 a:visited, .webny-global-footer .footer-menu h2 a:visited:hover {
	text-decoration: none;
	color: #000000;
	padding: 0;
	font-family: "D Sari Bold", Arial, sans-serif;
}

.webny-global-footer nav {
	padding: 0 60px 15px 60px;
}

.webny-global-footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Proxima Nova", Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
}

.webny-global-footer ul ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	text-transform: none;
	margin-top: 13px;
}

.webny-global-footer li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.1rem 2rem 0.5rem 0;
	width: 90%;
}

.webny-global-footer nav > ul li a:hover, .webny-global-footer nav > ul li a:active {
	text-decoration: underline;
}

.webny-global-footer nav.footer-vertical ul.global-footer-top-links > li > span, .webny-global-footer nav.footer-vertical ul.global-footer-top-links > li > a {
	font-size: 14px;
	font-weight: bold;
}

.webny-global-footer nav.footer-vertical ul.global-footer-top-links > li > span:first-child, .webny-global-footer nav.footer-vertical ul.global-footer-top-links > li > a:first-child {
	border-bottom: 1px solid #333;
	text-decoration: none;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
}

.webny-global-footer nav.footer-vertical ul.global-footer-inner-links li {
	width: 100%;
}

.webny-global-footer nav.footer-horizontal li {
	width: 90%;
}

.webny-global-footer nav.footer-horizontal ul.global-footer-top-links > li > a {
	font-size: 14px;
	font-weight: bold;
}

.social-media h2 {
	text-align: center;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
}

.social-media h2:before, .social-media h2:after {
	background-color: #000;
	content: '';
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 20%;
	top: -1px;
}

.social-media ul {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin: 0 auto;
	padding-left: 0;
	width: 100%;
}

.social-media ul li {
	text-transform: uppercase;
	padding: .25em 0 1em 0;
	text-align: left;
	width: 100%;
}

.social-media h2:before {
	right: 1.5em;
	margin-left: -50%;
}

.social-media h2:after {
	left: 1.5em;
	margin-right: -50%;
}

.social-media a::before {
	content: '';
	position: relative;
	height: 20px;
	width: 20px;
	padding-right: 15px;
	color: #4B6576;
	text-decoration: none;
	display: inline-block;
}

.social-media a:hover::before {
	color: #8697A3;
	text-decoration: none;
}

.social-media a {
	height: 20px;
	padding: 10px 0;
	position: relative;
	text-decoration: none;
}

.icon-instagram a:hover:before {
	text-decoration: none;
}

.social-media a[class="imgico_blogger"]:before {
	content: "\eab7";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_delicious"]:before {
	content: "\eacd";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_facebook"]:before {
	content: "\ea90";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_feed"]:before {
	content: "\e91d";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_flickr"]:before {
	content: "\eaa3";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_foursquare"]:before {
	content: "\ead6";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_github"]:before {
	content: "\eab0";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_google-plus"]:before {
	content: "\ea8b";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_instagram"]:before {
	content: "\ea92";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_linkedin"]:before {
	content: "\eac9";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_mail"]:before {
	content: "\ea83";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_pinterest"]:before {
	content: "\ead1";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_reddit"]:before {
	content: "\eac6";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_share"]:before {
	content: "\ea7d";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_snapchat"]:before {
	content: "\e900";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_soundcloud"]:before {
	content: "\eac3";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_tumblr"]:before {
	content: "\eab9";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_twitter"]:before {
	content: "\ea96";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_vimeo"]:before {
	content: "\eaa0";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_vine"]:before {
	content: "\ea97";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_yelp"]:before {
	content: "\ead7";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-media a[class="imgico_youtube"]:before {
	content: "\ea9d";
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.nygov-universal-footer .l-footer .pane-dsc {
	margin-top: 1em;
	margin-bottom: 1em !important;
}

@media (min-width:461px) {
	.webny-global-footer nav.footer-vertical li {
		width: 100%;
	}

	.webny-global-footer nav.footer-horizontal li {
		width: 45%;
	}

	.social-media ul li {
		width: 90%;
		text-align: left;
	}

}

@media (min-width:768px) {
	.webny-global-footer nav.footer-vertical li {
		width: 45%;
	}

	.webny-global-footer nav.footer-horizontal li {
		width: 40%;
	}

	.social-media h2:before, .social-media h2:after {
		width: 30%;
	}

	.social-media ul li {
		width: 45%;
		text-align: left;
	}

}

@media (min-width:1024px) {
	.webny-global-footer nav.footer-vertical li, .webny-global-footer nav.footer-horizontal li {
		width: 16%;
	}

	.social-media h2:before, .social-media h2:after {
		width: 40%;
	}

	.social-media ul li {
		width: 20%;
		text-align: center;
	}

	.social-media ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

}

@media (min-width:1336px) {
	.webny-global-footer nav.footer-vertical li {
		width: 17%;
	}

	.webny-global-footer nav.footer-horizontal li {
		width: 17%;
	}

}

#secondary-navigation {
	display: block;
	width: 100%;
	background-color: #f3d3c1;
	padding: 13px 0;
	color: #000;
	border-top: 4px solid #fff;
}

#secondary-navigation p {
	font-size: 14px;
	color: #000;
	margin: 0;
	text-align: center;
}

#secondary-navigation .secnav-hr {
	display: block;
	width: 90%;
	color: #fff;
	background-color: #fff;
	border: 0;
	border-top: 2px solid #fff;
	padding: 0;
	margin-top: 11px;
	margin-bottom: 11px;
}

#secondary-navigation .secnav-pipe {
	text-align: center;
	display: none;
}

#secondary-navigation .secnav-secone a, #secondary-navigation .secnav-sectwo a {
	text-decoration: underline;
	font-size: 14px;
}

#secondary-navigation .secnav-secone a:link, #secondary-navigation .secnav-sectwo a:link {
	color: #000;
}

#secondary-navigation .secnav-secone a:visited, #secondary-navigation .secnav-sectwo a:visited {
	color: #000;
}

#secondary-navigation .secnav-secone a:hover, #secondary-navigation .secnav-sectwo a:hover {
	color: #000;
}

#secondary-navigation .secnav-secone a:active, #secondary-navigation .secnav-sectwo a:active {
	color: #000;
}

#secondary-navigation .secnav-sectwo ul.secondary-nav-links {
	padding-left: 0;
	text-align: center;
}

#secondary-navigation .secnav-sectwo ul.secondary-nav-links li {
	margin: 0;
	list-style: none;
	display: inline-block;
}

#secondary-navigation .secnav-sectwo ul.secondary-nav-links li:after {
	content: "|";
}

#secondary-navigation .secnav-sectwo ul.secondary-nav-links li:last-child:after {
	content: "";
}

#secondary-navigation .secnav-sectwo ul.secondary-nav-links li a {
	font-size: 14px;
	padding: 0 0.25em;
	color: #000;
}

#secondary-navigation .secnav-secone, #secondary-navigation .secnav-sectwo {
	margin: 0 25px;
}

#secondary-navigation .secnav-secone p, #secondary-navigation .secnav-sectwo p {
	margin-top: 0;
}

#secondary-navigation .secnav-secone.secnav-full-space, #secondary-navigation .secnav-sectwo.secnav-full-space {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 26px 0;
}

#secondary-navigation .secnav-equal-space {
	width: 90%;
}

@media (min-width:30em) {
	#secondary-navigation {
		padding: 5px 0;
	}

	#secondary-navigation .secnav-pipe {
		text-align: center;
		display: none;
	}

	#secondary-navigation .secnav-hr {
		display: block;
	}

	#secondary-navigation .secnav-hr {
		margin-top: 4px;
		margin-bottom: 4px;
	}

	#secondary-navigation .secnav-secone.secnav-full-space, #secondary-navigation .secnav-sectwo.secnav-full-space {
		padding: 20px 0;
	}

}

@media (min-width:48em) {
	#secondary-navigation {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 4px 0;
	}

	#secondary-navigation .secnav-pipe {
		display: block;
		border-right: 1px solid black;
	}

	#secondary-navigation .secnav-hr {
		display: none;
	}

	#secondary-navigation .secnav-secone, #secondary-navigation .secnav-secone p {
		text-align: right;
	}

	#secondary-navigation .secnav-sectwo, #secondary-navigation .secnav-sectwo p {
		text-align: left;
	}

	#secondary-navigation .secnav-sectwo ul.secondary-nav-links, #secondary-navigation .secnav-sectwo p ul.secondary-nav-links {
		text-align: left;
	}

	#secondary-navigation .secnav-sectwo.secnav-full-space, #secondary-navigation .secnav-secone.secnav-full-space, #secondary-navigation .secnav-sectwo.secnav-full-space p, #secondary-navigation .secnav-secone.secnav-full-space p {
		text-align: center;
	}

	#secondary-navigation .secnav-secone.secnav-full-space, #secondary-navigation .secnav-sectwo.secnav-full-space {
		padding: 0;
	}

	#secondary-navigation .secnav-equal-space {
		width: 48%;
	}

	#secondary-navigation .secnav-full-space ul.secondary-nav-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#secondary-navigation .secnav-full-space ul.secondary-nav-links a:first-child {
		padding-left: 0;
	}

}