@font-face {
	font-family: "PNC Brand";
	src: url('../../../etc/designs/pnc-foundation/fonts/pnc-brand/PNCBrandReg.ttf');
	src: url('../../../etc/designs/pnc-foundation/fonts/pnc-brand/PNCBrandReg.woff');
}

@font-face {
	font-family: "PNC Brand Light";
	src: url('../../../etc/designs/pnc-foundation/fonts/pnc-brand/PNCBrandLig.ttf');
	src: url('../../../etc/designs/pnc-foundation/fonts/pnc-brand/PNCBrandLig.woff');
	font-weight: lighter;
}

* {
	box-sizing: border-box;
}

p {
    margin: 14px 0;
}

body {
	margin: 0;
	font-family: "PNC Brand", Arial, sans-serif;
	overflow: scroll;
}

#main-header {
	display: none;
}
#skinny-footer {
    display: none;
}

header {
	width: 100%;
	height: 71px;
	background-color: #2d3943;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}

.logo {
	height: 35px;
	position: absolute;
	left: 25px;
	top: 20px;
	z-index: 5;
	height: 28px;
	width: 95px;
}

h2 {
	font-size: 35px;
	font-weight: normal;
	font-family: "PNC Brand Light";
	margin: 16px auto;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: white;
}

header h2 {
	margin-right: 20%;
	font-size: 25px;
}

header h2:first-letter {
	font-size: 21px;
	vertical-align: top;
}

main {
	min-height: 100%;
}

main h2 {
	padding-top: 75px;
	height: 110px;
	color: #0069aa;
}

main p {
	text-align: center;
	font-size: 18px;
	max-width: 700px;
	margin: auto;
    line-height: normal;
}

main p span {
	font-size: 12px;
}

#toggle-chart {
	width: 400px;
	height: 60px;
	margin: auto;
	text-align: center;
}

#toggle-chart span {
	border-radius: 50%;
	height: 12px;
	width: 12px;
	border: 1px solid black;
	display: inline-block;
	float: right;
	margin-right: 40px;
}

#toggle-chart span.on {
	background-color: #f85025;
	border-color: #f85025;
}

#toggle-chart span:first-of-type {
	float: left;
	margin-left: 40px;
	margin-right: auto;
}

#toggle-chart p {
	display: inline-block;
	font-size: 12px;
	float: right;
}

#toggle-chart p:first-of-type {
	float: left;
}

#toggle-chart hr {
	position: relative;
	top: 5px;
    border-top: 1px solid #9A9A9A;
}

a {
	color: white;
	text-decoration: none;
}

#WPB-form {
	margin: auto;
	width: 600px;
	padding: 0 30px;
}

input, #companies {
	display: block;
	border-radius: 5px;
	box-shadow: none;
	border: 1px solid gray;
	height: 50px;
	width: 500px;
	margin: 10px auto;
	padding: 5px 10px;
	font-size: 18px;
	font-family: "PNC Brand";
}

#companies:disabled {
	background: #cecece;
}

input[name='cfirstname'], input[name='clastname'], input[name='cemail'],
	input[type='submit'], input[name='czipcode'] {
	display: none;
}

input[name='branchID'] {
	width: 195px;
	margin: 0 13px 0 20px;
	display: inline-block;
	font-size: 15px;
}

#branches {
	width: 290px;
	border-radius: 5px;
	border: 1px solid gray;
	height: 50px;
	font-size: 18px;
	font-family: "PNC Brand Light";
	margin-bottom: 20px;
	background: white;
}

.cancel, .customer, .new-location, .new-customer {
	font-size: 18px;
	font-family: "PNC Brand";
	box-shadow: none !important;
	background-color: #617380;
	padding: 10px 50px;
	border-radius: 4px;
	border: none;
	color: white;
	margin: auto 30px auto auto;
}

.cancel:hover {
	background-color: #434e57;
}

.cancel.disabled {
	opacity: 0.25;
}

#WPB-form div {
	text-align: center;
}

.customer {
	padding: 10px 20px;
	background-color: #f58025;
	margin-right: auto;
}

.customer.on, input[type="submit"].on {
	background-color: #c63;
}

#first-buttons {
	margin-bottom: 10px;
}

#second-buttons {
	display: none;
	margin-bottom: 50px;
}

#second-buttons .cancel {
	vertical-align: top;
}

input[type='submit'] {
	width: 200px;
	background-color: #f58025;
	display: inline-block;
	height: auto;
	border: none;
	border-radius: 4px;
	color: white;
	font-family: "PNC Brand Light";
	height: 41px;
	margin: auto;
}

.error {
	border: 1px solid red;
	background: pink;
}

.warning-wrapper {
	min-height: 35px;
}

.error-warning {
	display: none;
	color: red;
	margin: 0;
}

#successMessage {
	display: none;
	position: absolute;
	width: 100%;
	height: 600px;
	top: 71px;
	left: 0;
	background: white;
	text-align: center;
}

#successMessage h2 {
	color: #0069aa;
}

.new-customer {
	background: #f58025;
}

.disclaimer {
	font-size: 12px;
	margin: 60px auto 70px auto;
	width: 100%;
}

#branches:disabled {
	background-color: #ccc;
}

.loading {
	background-image:
		url('../../../content/dam/pnc-com/images/personal/UniversalImages/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
}

.headerImage{
    position: relative;
    top: 5px;
    left: 25px;
 }

.headerText{
     position: relative;
     top: -44px;position:
     relative; top: -44px;
}

.bankerID {
	position: absolute;
	right: 25px;
	top: 15px;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
}

#container {
	background: white;
}

#totalResults {
	visibility: hidden;
}

#totalResults span {
	font-size: 18px;
}

#totalResults.visible {
	visibility: visible
}

;
@media screen and (max-width:770px) {
	header h2 {
		margin-right: 280px;
	}
}


