@charset "UTF-8";

.container {
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto
}

#sec-target .top-container {
	z-index: 2
}

.logo img {
	max-width: 100%;
}

.logo h1 {
	margin: 6px 0 5px 20px;
	width: auto;
}

/* remove arrow above mega menu */
.f-dropdown:before, .f-dropdown:after {
	display: none !important;
}

.logo h1 a {
	width: 219px;
	height: 65px;
	background: url('../img/brand/svg/paystation_logo.svg') center/cover no-repeat;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	position: relative;
	z-index: 9999;
}

.top-container {
	background: #fff;
	height: 83px;
	padding: 0 3.4375rem;
}

.shadow-bottom {
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
	width: 100%;
	position: relative;
}

#sec-target .shadow-bottom {
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

.tab-bar {
	background: #fff;
	margin: 8px 0 0 0;
	z-index: 99999;
}

.tab-bar .menu-icon span::after {
	box-shadow: 0 0 0 1px #48546a, 0 8px 0 1px #48546a, 0 16px 0 1px #48546a !important;
	-webkit-box-shadow: 0 0 0 1px #48546a, 0 8px 0 1px #48546a, 0 16px 0 1px #48546a !important;
}

.s-button {
	text-transform: uppercase;
	text-align: center;
	font-family: 'OpenSansSemibold', "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 300;
	padding: 1.1rem 1.8rem;
	min-width: 180px;
	height: auto;
	background: #ccd243;
	color: #fff !important;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	border-radius: 4px;
}

.s-button {
	margin: 0 auto;
	font-family: 'OpenSansSemibold', "Helvetica", Helvetica, Arial, sans-serif;
	text-transform: none;
}

.s-button:focus, .s-button:hover {
	background: #48546a;
}

.tab-bar .right-small {
	border: 0
}

.accordion {
	margin: 0;
	padding: 0
}

.accordion .accordion-navigation > a:before {
	content: "\002B";
	font-family: FontAwesome;
	float: left;
	padding-right: 10px;
	font-weight: 400;
}

.accordion .accordion-navigation.active > a:before {
	content: "\2212";
	font-family: FontAwesome;
	float: left;
	padding-right: 10px;
	font-weight: 400;
}

.accordion.required .accordion-navigation:nth-child(2n + 2) > a:before {
	content: "";
}

.accordion .accordion-navigation.single p {
	margin: 0;
}

.accordion .accordion-navigation.single p > a {
	padding: 1rem;
	display: block;
	color: #fff;
}

.acc-footer {
	display: none
}

.wide-footer {
	margin: 0 auto;
	position: relative;
	background: #48546a;
	padding: 2rem 3.4375rem 1rem 3.4375rem;
}

.wide-footer ul {
	margin: 0;
	padding-bottom: 2rem;
}

.wide-footer ul li {
	margin-bottom: 0.4rem;
	list-style: none;
	display: block;
}

.wide-footer ul li a {
	color: white;
	display: block;
	font-size: 0.8rem;
}

.wide-footer ul li a:hover {
	color: #999;
}

.wide-footer ul li:first-child {
	color: #fff;
	font-family: 'OpenSansSemibold', "Helvetica", Helvetica, Arial, sans-serif;
	line-height: 36px;
	margin-bottom: 1rem;
	list-syle: none;
}

.wide-footer .small-12 {
	margin: 0;
}

.wide-footer {
	background: #48546a
}

.wide-footer li {
	color: #ffffff;
	list-style: none;
	font-family: OpenSansSemibold, "Helvetica", Helvetica, Arial, sans-serif;
}

.wide-footer li a {
	color: #eeeded;
	font-family: OpenSansRegular, "Helvetica", Helvetica, Arial, sans-serif;
}

.f-base {
	background: #222222;
	padding: 2rem 3.4375rem 1rem 3.4375rem;
	position: relative;
}

.f-base p {
	color: #999;
}

.f-base p.small {
	font-size: 0.9rem;
	margin: 0;
	line-height: 0;
}

.f-base p.large {
	font-family: 'OpenSansLight', "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 2.2rem;
	margin: 0;
}

.f-base p.ph {
	color: #555;
}

.f-base ul li a {
	font-size: 0.9rem;
}

.f-base ul li a {
	color: #999;
}

.f-base ul li a:hover {
	color: #fff;
}

.wide-footer ul ul {
	margin-left: 0
}

.wide-footer ul ul li {
	line-height: 20px;
	font-size: 1em
}

.footer-links {
	background: #222222;
	position: relative;
}

.acc-footer {
	background: #48546a;
	padding: 20px
}

.acc-footer li {
	margin-bottom: 0;
	list-style: none;
	font-family: OpenSansRegular, "Helvetica", Helvetica, Arial, sans-serif;
}

.acc-footer ul {
	display: inline;
}

.acc-footer li a {
	font-size: .9em;
	color: #efefef
}

.acc-footer .accordion-navigation > .content.active {
	background: #48546a;
}

.acc-footer .accordion .accordion-navigation > a {
	color: #fff;
	background: #48546a;
	padding-bottom: 0;
	font-size: 14px;
	font-family: OpenSansRegular, "Helvetica", Helvetica, Arial, sans-serif;
}

.acc-footer .accordion .accordion-navigation .content a {
	color: #999;
}

.acc-footer .accordion .accordion-navigation .content {
	padding-left: 2rem
}

.acc-footer .accordion ul {
	margin: 0;
	padding: 0
}

#utilities {
	padding: 30px 0 0 0
}

#utilities a {
	color: #666666;
	text-transform: uppercase;
	font-size: 14px
}

#utilities a.s-button {
	font-size: 14px;
	padding: .6rem 4rem;
	min-width: 120px;
	text-transform: uppercase;
	font-family: OpenSansRegular, "Helvetica", Helvetica, Arial, sans-serif;
}

#utilities .top-search {
	margin-top: -10px
}

#utilities div {
	float: right;
	margin-left: 1.4rem
}

#utilities .login {
	margin-right: .9em;
}

.top-container .mobile-nav {
	float: right;
	padding: .6rem 0;
}

.top-container .logo {
	float: left;
	padding-right: 10%;
}

.top-container .top-nav {
	float: left;
	background: none;
}

#sec-target #dl-menu li {
	list-style: none;
}

.mobile-nav .tab-bar {
	padding-left: 20px;
	padding-right: 20px;
}

.tab-bar .menu-icon span::after {
	width: 23px;
}

.tab-bar .menu-icon {
	width: auto;
}

.tab-bar .menu-icon {
	height: 30px;
	width: 30px;
}

#sec-target #utilities {
	padding: 30px 40px 0 0;
}

.mega-menu .f-dropdown ul li h3 a {
	text-transform: uppercase !important;
	display: block;
	font-size: 0.95rem;
	color: #ccd234;
	font-family: 'OpenSansSemibold', "Helvetica", Helvetica, Arial, sans-serif;
}

.mega-menu .f-dropdown ul li h3 a:hover {
	background: none !important;
}

.mega-menu .f-dropdown ul li {
	list-style: none
}

.mega-menu .f-dropdown ul li a {
	color: #666;
	border: none;
	text-transform: none !important;
	font-size: 0.95rem;
	font-family: 'OpenSansRegular', "Helvetica", Helvetica, Arial, sans-serif;
}

.mega-menu .f-dropdown ul li:not(.has-form) a:not(.button) {
	line-height: 2rem;
}

.mega-menu .f-dropdown ul li a:hover {
	color: #e0e485;
}

.mega-menu .dropdown li {
	margin-bottom: 0;
}

.mega-menu .f-dropdown.content {
	padding: 0 !important
}

/* max-width 640px, mobile-only styles */
@media only screen and (max-width: 39.9375em) {

	.acc-footer li a {
		font-size: 14px !important;
	}

	.tab-bar {
		margin: 5px 0 0 0 !important;
		height: auto !important
	}

	.pricing-plans {
		padding-top: 42px !important;
	}

	h3 {
		font-size: 20px;
		font-family: OpenSansRegular, "Helvetica", Helvetica, Arial, sans-serif;
	}

	.logo h1 a {
		width: 148px;
		height: 44px;
	}

	.f-base {
		padding: 30px 20px
	}

	.f-base p.large, .f-base p.small {
		margin: 0;
		padding: 0;
		color: #999;
		font-weight: normal !important;
		font-family: OpenSansRegular, "Helvetica", Helvetica, Arial, sans-serif;
	}

	.f-base p.small {
		font-size: 1rem;
		padding: 0
	}

	.f-base p.large {
		font-size: 2.2rem;
	}

	.top-container {
		padding: 5px 0 0 0;
		height: 65px;
	}

}

/* min-width 641px, medium and up */
@media screen and (min-width: 40em) {
	.f-base {
		width: 90%;
		margin: 0 auto;
	}

	.footer-links {
		background: #222222;
	}

	.wide-footer .structure {
		width: 90%;
		margin: 0 auto;
	}

	.header-block {
		width: 90%;
		margin: 0 auto;
	}

	#sec-target .header-block {
		width: 95%;
	}

	.top-container .logo {
		float: left;
		padding-right: 8%;
	}

	.top-container {
		padding: 0;
	}

	.wide-footer ul li a, .acc-footer li a {
		font-size: 14px !important;
	}

	.tab-bar {
		margin: 18px 0 0 0 !important;
	}

	.logo h1 {
		margin: 6px 0 5px 0px;
	}
}

/* min-width 641px, medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

	#sec-target .top-container {
		padding: 0
	}

	.f-base {
		width: 100%;
	}

	.s-button {
		width: 200px;
	}
}
