@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, #voyagerForm {
	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-applicant, .new-banker, .new-accounttype {
	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;
	}
}

#accessCodeLocator h2 {
	font-size: 2.3em;
	line-height: 2em;
	padding-top: 30px;
	text-align: center;
	font-family: "PNC Brand Bold", Arial, sans-serif;
	font-weight: 900;
	color: #ffffff;
	margin-left:-50px;
}

#accessCodeLocator h3 {
	font-size: 1.5em;
	line-height: 1.4em;
	padding-top: 65px;
	text-align: center;
	margin: .3em .1em .8em 3em;
	font-family: "PNC Brand Bold", Arial, sans-serif;
	font-weight: 900;
	color: #ffffff;
	margin-left: -107px;
}

#accessCodeLocator p {
	text-align: center;
	margin: -30px 0 30px;
	font-size: 1em;
	line-height: 1.4em;
	text-align: center;
	font-family: "PNC Brand Light", Arial, sans-serif;
	font-weight: 600;
	color: #ffffff;
    margin-left: 1px;
}

#accessCodeLocator .logo {
	padding: 5px 10px 10px 0;
	width: 200px;
	margin: 0 auto;
}

#accessCodeLocator .logo img {
	border: 0;
	width: 100%;
}

#accessCodeLocator #inputs {
	width: 99%;
}

#accessCodeLocator #accessCodeInput {
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	border: none;
    border-radius: 0px;
	padding: 3px 0
}

#accessCodeLocator #accessCodeInput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:16px;
}

#accessCodeLocator #accessCodeInput::-moz-placeholder { /* Firefox 19+ */
    font-size:16px;
}
#accessCodeLocator #accessCodeInput:-ms-input-placeholder { /* IE 10+ */
    font-size:16px;
}
#accessCodeLocator #accessCodeInput:-moz-placeholder { /* Firefox 18- */
    font-size:16px;
}

#accessCodeUpdate {
	border: none;
	padding-right: 8px;
	text-align: right;
	height: 32px
}

#accessCodeLocator .btn-secondary {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	background: #f58025;
	border-radius: 3px;
	border: none;
	display: inline-block;
	text-align: center
}

#accessCodeLocator .btn-secondary a {
	color: white
}

#accessCodeLocator .btn-secondary:hover, #accessCodeLocator .btn-secondary a:hover {
	background: #c63;
	text-decoration: none;
}

a#accessCodeSubmit {
	width: 50%;
	text-align: center;
}

#accessCodeLocator #error {
	color: #d50000;
	clear: both;
	text-align: center;
	font-family: "PNC Sans Medium", Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	position: relative;
  top: -38px;
  white-space: pre-line;
  width: 56rem;
}

@media only screen and (max-width: 768px) {
  #accessCodeLocator #error {
    width: 40rem;
  }
}

#accessCodeLocator .accessCodeLoading {
	width: 25px;
	margin: 0 auto;
	display: none;
	position: relative;
    top: -38px;
}

@media only screen and (min-width: 600px) {
	#accessCodeLocator #inputs {
		width: 500px;
		margin: 0 auto 20px;
		text-align: center
	}
	#accessCodeLocator #accessCodeInput {
		width: 175px;
		height: 25px;
		margin-right: 173px;
		text-align: right;
        border-radius: 0px;
		padding: 3px 8px 3px 0
	}
	#accessCodeLocator .btn-secondary {
		width: auto;
		padding: 10px 14px;
        position: relative;
        top: -30px;
        left: 123px;
        line-height: 9px;
	}
}

.fancybox-opened{
   top: 145px !important;
   left: 320px !important;
}

#virtualWalletStudentPromotionQuestion {
    margin-bottom: 1rem;
    padding: 0.5rem;
}

.virtualWalletStudentPromotionQuestion-error {
    border: 1px solid red;
    background: pink;
    border-radius: 6px;
}

#virtualWalletStudentPromotionQuestion p {
    text-align: left;
}

#virtualWalletStudentPromotionQuestion label {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 1rem 1rem;
    width: max-content;
}

#virtualWalletStudentPromotionQuestion input {
    height: 24px;
    width: 24px;
    margin-right: 1rem;
    cursor: pointer;
}

.search-by-selection-container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 12px auto;
    padding: 5px;
    width: 500px;
    height: 50px;

    p {
        margin: 0 35px 2px 0;
    }

    label {
        font-size: 18px;
    }

    .radio-option {
        display: flex;
        margin: 0 10px 0 20px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    input {
        height: 20px;
        width: 20px;
        cursor: pointer;
        margin: 0 10px 0 0;
    }
}

.company-code-search-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 50px;
    width: 500px;
    margin: 0 auto;
}

.companyCodeSearchInput {
    width: 450px;
    margin-right: 10px;
}

.companyCodeSearchIconButton {
    display: flex;
    font-size: 18px;
    font-family: "PNC Brand";
    box-shadow: none !important;
    background-color: #0069aa;
    padding: 10px 15px;
    border-radius: 4px;
    border: none;
    color: white;
    margin: 24px auto;
    height: 48px;
    align-items: center;
}

.companyCodeSearchIconButton:hover {
    background-color: #1a3547;
}

#company-code-error, #refine-search-error {
    margin: 10px 20px;
    float: left;
    text-align: left !important;
}

.error-message {
    color: #CC0000;
    font-size: 16px;
}
