/*
*Note:This style sheet is responsible for the styles of the header and footer of pnc.com. Since DOT application provides its header
*and footer to external applications as well, a new css file has been created for the external apps i.e. main-8-30-external.css
*which has absolute url's for the background property. Thus if there is a change to background property url's or
*if you are adding a new background property which is related to header or footer, along with this file changes have to be done in main-8-30-external.css as well to avoid
*the out of sync issue.
*/

.cq-wcm-edit .cq-element-login .login-flyout{display: block;}
.cq-wcm-edit .cq-element-login .login-services{display: block;}
.cq-wcm-edit .cq-element-login .login-container{position: static; margin: 0 auto;}
.cq-wcm-edit .cq-element-login .login-toggle{position: static; display: block;}
span[role="status"]{display:none;}
body {
  font: normal 14px/16px Arial, sans-serif;
}
.search-helper-text{display:none;}
.video-icon{
    background: url(../img/icon_video.gif) no-repeat center left;
    display: inline-block;
    padding-left: 18px;
    cursor: pointer;
    min-height: 20px;
}

.fancybox-leaving{
	max-width: 600px;
}

.fancybox-leaving div {max-width: 550px;}
.fancybox-leaving div h2 {margin: 0!important;}

#container {
  background-color: #f1f4f6;
}
.enhanced-lp-container{

}
.enhanced-lp-container .lp-header{

}
.enhanced-lp-container .lp-header .main-logo{

}
.hpg-container .two-column-body img{
	padding:0 15px 25px 0;
}
a {
  text-decoration: none;
  color: #f76f28;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PNC Brand", Arial, sans-serif;
  font-weight: normal;
  line-height:1em;
}

hr {
    border: none;
    border-top: 2px dotted #ccc;
    margin: 10px 0;
}

ol, ul, p {
    margin: 10px 0;
}

sup {
    font-size: 0.7em;
    line-height: 0.7em;
}

/*Icon links*/
.pdf-link{
  display: inline-block;
  padding-left: 5px;
  cursor: pointer;
  min-height: 20px;
}

.email-link{
  display: inline-block;
  padding-left: 5px;
  cursor: pointer;
  min-height: 20px;
}

.rss-link{
  display: inline-block;
  padding-left: 5px;
  cursor: pointer;
  min-height: 20px;
}

.print-link{
  display: inline-block;
  padding-left: 5px;
  cursor: pointer;
  min-height: 20px;
}
.calculate-link{
  display: inline-block;
  padding-left: 5px;
  cursor: pointer;
  min-height: 20px;
}
.app-link{
  display: inline-block;
  padding-left: 5px;
  cursor: pointer;
  min-height: 20px;
}
.external-link{
  display: inline-block;
  padding-left: 5px;
  cursor: pointer;
  min-height: 20px;
}
.video-link {
  display: inline-block;
  padding-left: 5px;
  cursor: pointer;
  min-height: 20px;
}
.thoughtstarter .video-link{min-height:12px;}
.question {
    padding-left: 30px;
    background: url(../img/q.gif) no-repeat top left;
    display: block;
    font-weight: bold;
}

.answer {
    padding-left: 30px;
    background: url(../img/a.gif) no-repeat top left;
    display: block;
    padding-bottom: 10px;
}

.fdic {background:#e1eef7;border:solid 1px #a5b1b9;padding:2px;overflow:auto;}
.fdic img{float:left;margin:7px 10px 0 !important;}
.fdic a{display: inline-block;border-left: solid 1px #6f7276;padding: 0 10px;color: #6f7276;text-decoration: none;margin: 5px 0;font-weight: bold;line-height: 16px;font-size: 11px;float:left;width:60%}
.fdic a:hover,.fidc a:visited{color:#6f7276}

.not-fdic{border:solid 1px #000;background:#ccc;font-family:"Times New Roman", serif;font-weight:bold;width:100%;color:#484848 !important;padding:5px;line-height:18px !important;}
/* video and modal styles */


#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/content/dam/pnc-com/images/universal/fancybox/fancybox_sprite.png');
}
.fancybox-close {
    top: 0 !important;
    right: 0 !important;
}
.fancybox-title-float-wrap .child {
    background: transparent;
    -webkit-border-radius: none;
    -moz-border-radius:  none;
    border-radius:  none;
    text-shadow:  none;
    color: #484848;
}
#g-recaptcha {
    display: inline-block;
    position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/content/dam/pnc-com/images/universal/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #999;
opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #999;
}

.theme_default h1,
.theme_gray h1{
  color:#484848;
}

.theme_orange h1 {
  color:#F58025;
}
.hpg-container .login-flyout{
  background: #f4c149; /* Old browsers */
  background: -moz-linear-gradient(top,  #EBAD1B 0%, #f48024 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EBAD1B), color-stop(100%,#f48024)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #EBAD1B 0%,#f48024 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #EBAD1B 0%,#f48024 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #EBAD1B 0%,#f48024 100%); /* IE10+ */
  background: linear-gradient(top bottom,  #EBAD1B 0%,#f48024 100%); /* W3C */
}

.theme_wealth h1 {
  color:#F58025;
}

.theme_green h1 {
  color:#6db33f;
}
.theme_green .hpg-container .login-flyout{
  background: #add64d; /* Old browsers */
  background: -moz-linear-gradient(top,  #8cb953 0%, #6db33f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cb953), color-stop(100%,#52823b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8cb953 0%,#52823b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #8cb953 0%,#52823b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #8cb953 0%,#52823b 100%); /* IE10+ */
  background: linear-gradient(top bottom,  #8cb953 0%,#52823b 100%); /* W3C */
}

.theme_sky h1 {
  color:#0096d6;
}
.theme_sky .hpg-container .login-flyout{
  background: #00cee5; /* Old browsers */
  background: -moz-linear-gradient(top,  #00CBE2 0%, #0096d6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00CBE2), color-stop(100%,#0096d6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #00CBE2 0%,#0096d6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #00CBE2 0%,#0096d6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #00CBE2 0%,#0096d6 100%); /* IE10+ */
  background: linear-gradient(top bottom,  #00CBE2 0%,#0096d6 100%); /* W3C */
}

.theme_blue h1 {
  color:#0069AA;
  color: rgb(84, 130, 170);
  font: 35px / 40px "PNC Brand Bold", Arial, sans-serif;
}
.theme_blue .hpg-container .login-flyout{
  background: #00a3c4; /* Old browsers */
  background: -moz-linear-gradient(top,  #00a3c4 0%, #0069aa 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a3c4), color-stop(100%,#0069aa)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #00a3c4 0%,#0069aa 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #00a3c4 0%,#0069aa 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #00a3c4 0%,#0069aa 100%); /* IE10+ */
  background: linear-gradient(top bottom,  #00a3c4 0%,#0069aa 100%); /* W3C */
}
/**/
.ghost a{
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    font: bold 11px/12px Arial, sans-serif;
    color: white;
    border-radius: 3px;
    background: rgba(255,255,255,0);
    background: rgba(213, 218, 221, .35);
    background: rgba(227, 231, 234, .35);
    background: rgba(0, 0, 0, .35);
    background: rgba( 45, 57, 67,.45);
    transition: all 0.35s ease-in-out 0s;
    border: none;
}
.ghost a:hover{
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  font: bold 11px/12px Arial, sans-serif;
  color:white;
  background: rgba(255,255,255,.3);

}


/**/
.ghost a,.ghost a{
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    font: bold 11px/12px Arial, sans-serif;
    color: white;
    border-radius: 0px;
    background: rgba(255,255,255,0);
    background: rgba(213, 218, 221, .35);
    background: rgba(227, 231, 234, .35);
    background: rgba(0, 0, 0, .35);
    background: rgba( 0,0, 0,.3);

}
.ghost a:hover,.ghost a:hover{
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  font: bold 11px/12px Arial, sans-serif;
  color:white;
  background: rgba(255,255,255,.3);
}
.theme_orange .ghost a:hover{
	background: #e17612;
}
.theme_green  .ghost a:hover{
	background: #5e9a36;
}
.theme_sky .ghost a:hover{
	background: #0096d6;
}
.theme_wealth .ghost a:hover{
	background:#F58025;
}
.theme_blue .ghost a:hover{
	background:#0069AA;
}
.ghost a {
    border: 1px solid white;
}
.theme_orange .ghost a:hover {
    border: 1px solid #e17612;
}

.theme_green .ghost a:hover {
    border:1px solid #5e9a36;
}
/**/
.header{
  height:62px;
  position:relative;
  border-top:1px solid #e3e3e3;
  /*z-index: 500;*/
  background: transparent;
}
.header .nav-content-inner{
  border-bottom:1px solid #d8d8d8;
  background:#fafafa;
  height:60px;
}
.header .header-wrapper{
  background: 0;
  padding-bottom: 10px;
  /* background: url(../img/shadow_main_header_mobile.png) no-repeat bottom center; */
}
.main-logo{
  width: 100%;
  vertical-align:middle;
  height: 60px;
  line-height: 60px;
  display: block;
  margin: auto;
  width: 150px;
  text-align: center;
}
.main-logo img{
  vertical-align: middle;
  width: 97px;
}
.lp-header .main-logo img {
    width: auto;
}
img[src='/content/dam/pnc-com/images/universal/pnc_gug_logo_rgb.svg'] { width: 143px; }

.nav-toggle{
  display:block;
  position:absolute;
  border:1px solid #ddd;
  height: 35px;
  width: 50px;
  border-radius: 2px;
  top: 10px;
  left: 10px;
  text-indent:-9999px;
  cursor: pointer;
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
  background: linear-gradient(top bottom,  #ffffff 0%,#f4f4f4 100%);
}
.nav-toggle span{
  display:block;
  height:100%;
  width:100%;
  background:url(../img/icon_main_nav_toggle.gif) no-repeat center;
}

.main-nav{
  display: none;
  z-index: 100;
  box-shadow: 0px 3px 5px #999;
  background: #fff;
  top: 134px;
  position: absolute;
  width: 100%;
}
.main-nav.expanded{
  display: block;
  z-index:101;
}
.main-nav ul,
.main-nav li{
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
}
.main-nav a{
  color:#fff;
  height:43px;
  line-height:43px;
  display:block;
  padding-left:20px;
  padding-right:20px;
  font-size:11px;
  font-family:"PNC Brand",Arial,sans-serif;
  text-transform:uppercase;

}
.main-nav a.theme_orange{
  background-color:#ed8726;
}
.main-nav ul.theme_orange{
  color:#ed8726;
}
.main-nav ul.theme_orange span{
  background-position:right -90px;
}
.main-nav ul.theme_orange .selected span{
  color: #ff7c00;
  background-position:right -135px;
}

.main-nav a.theme_wealth{
  background-color:#ed8726;
}
.main-nav ul.theme_wealth{
  color:#ed8726;
}
.main-nav ul.theme_wealth span{
  background-position:right -90px;
}
.main-nav ul.theme_wealth .selected span{
  color: #ff7c00;
  background-position:right -135px;
}

.main-nav a.theme_green{
  background-color:#6db33f;
}
.main-nav ul.theme_green{
  color:#6db33f;
}
.main-nav ul.theme_green span{
  background-position:right -180px;
}
.main-nav ul.theme_green .selected span{
  color:#6db33f;
  background-position:right -225px;
}

.main-nav a.theme_sky{
  background-color:#0096d6;
}
.main-nav ul.theme_sky{
  color:#0096d6;
}
.main-nav ul.theme_sky span{
  background-position:right -270px;
}
.main-nav ul.theme_sky .selected span{
  color:#0096d6;
  background-position:right -315px;
}

.main-nav a.theme_blue{
  background-color:#0073b2;
}
.main-nav ul.theme_blue{
  color:#0073b2;
}
.main-nav ul.theme_blue span{
  background-position:right -360px;
}
.main-nav ul.theme_blue .selected span{
  color:#0073b2;
  background-position:right -405px;
}

.main-nav a.level-1 span{
  display:block;
  height:100%;
  background:url(../img/pnc_main_nav_sprite.png) no-repeat right top;
}
.main-nav a.selected span{
  background-position:right -45px;
}

ul.level-2 a{
  background:#fff;
  border-bottom:1px solid #E0E0E0;
  font-family: "PNC Brand Medium", arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
ul.level-2 a span{
  display:block;
  height:100%;
  color:#484848;
  background:url(../img/pnc_main_nav_sprite.png) no-repeat right -90px;
}

ul.level-2 li.home-link a span {
    background: none;
}

ul.theme_orange a span {
    color: #ff7c00;
}
ul.theme_wealth a span {
    color: #ff7c00;
}
ul.theme_green a span {
    color: #6db33f;
}
ul.theme_sky a span {
    color: #0096d6;
}
ul.theme_blue a span {
    color: #0069aa;
}

ul.level-2{
  display:none;
}
ul.level-2.expanded{
  display:block;
}
ul.level-2 .content-wrapper{
  display:none;
}
ul.level-2 .selected .content-wrapper{
  display:block;
}
ul.level-3 a{
  background:#fff;
  color:#6a6a6a;
}
.main-nav .selected .subitem {
  background-color: #efefef;
}
.main-nav .promos-fragment,
.main-nav .copy-text,
.main-nav .links-fragment .title,
.main-nav .links-fragment .see-all {
  display: none;
}
.main-nav .aside-links a {
  background:#ffffff;
  color:#6a6a6a;
  border-bottom:1px solid #e0e0e0;
}


/*Login for HPG*/


.login-container {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  font-family: "PNC Brand", Arial, sans-serif;
  z-index: 400;
}
.login-container h4 {
  font-size: 15px;
  line-height: 38px;
  margin: 0;
}

.login-container .login-services h4 {
  line-height: 20px;
}
.login-container .recover-link{font-style:italic}

.login-toggle {
  position: absolute;
  top: -59px;
  right: 0;
  width: 58px;
  height: 59px;
  line-height: 59px;
  padding-right: 10px;
  background: url(../img/icon_toggle_login.png) no-repeat 50px center;
  background-color: #F48024;
  text-align: center;
  font-size: 11px;
}
.login-toggle,
.login-toggle:visited,
.login-toggle:active,
.login-toggle:hover,
.login-flyout,
.login-flyout a {
  color: #fff;
}
.login-flyout {
  display: none;
  padding: 10px 20px 0 20px;
  position: relative;
  overflow: hidden;
  background: #f4c149; /* Old browsers */
  background: -moz-linear-gradient(top,  #EBAD1B 0%, #f48024 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EBAD1B), color-stop(100%,#f48024)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #EBAD1B 0%,#f48024 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #EBAD1B 0%,#f48024 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #EBAD1B 0%,#f48024 100%); /* IE10+ */
  background: linear-gradient(top bottom,  #EBAD1B 0%,#f48024 100%); /* W3C */
}
.login-flyout .pinacle-link{
  position: relative;
  left: -20px;
  width: 110%;
  padding: 0 20px;
  height: 27px;
  line-height: 27px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 14px;
}

.login-flyout .olb-lock {
    background: url(/content/dam/pnc-com/images/universal/Login_lock/login25x25.png) 180px center no-repeat;
}

.expanded .login-flyout{display:block}

.login-flyout ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.login-flyout li {
  margin: 0;
  padding: 6px 0;
  font-size: 11px;
}
.login-flyout form {margin: 5px 0;overflow: hidden;}
.login-flyout form select{width:80%;margin:0 -2px 0 0;padding:10px}
.login-flyout form .uid-block{margin: 10px 0 0;}
.login-flyout form .uid-block a{float:right;font-size:12px}
.login-flyout form .uid-block span{display: block;margin: -16px 0 0 20px;font-size:12px}
.login-flyout form .uid-block label{
	display: block;
    padding-left: 15px;
    text-indent: -15px;
    float:left;
}
.login-container .tooltip{
	display:none;
	position:absolute;
	top: 115px;
	left:30px;
	width:205px;
	color:#444;
	z-index:99;
}
.login-container .tooltip p{
	background:#fbf7aa;
	border:solid 3px #f4e175;
	margin:0;
	padding:5px;
}
.login-container .tooltip .triangle{
	width: 0;
	height: 0;
	border-bottom: 11px solid #f4e175;
	border-right: 11px solid transparent;
}
.login-flyout input {
  font: normal 12px/15px "PNC Brand Medium",Arial,sans-serif;
  height: 36px;
}

.login-flyout input[type="checkbox"]{
	width: 15px;
    height: 15px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
.login-flyout input[type="text"]{
  width: 80%;
  color: #484848;
  background: #f7f7f7;
/*  border: 1px solid #f1efef;*/
  border:none;
  padding: 0;
  text-indent: 10px;
  box-sizing: border-box;
  float: left;
  -webkit-box-shadow: inset 0px 1px 3px 1px #d6d6d6;
  box-shadow: inset 0px 1px 3px 1px #d6d6d6;
}
.login-flyout input[type="submit"]{
  width: 19%;
  border: none;
  background-color: #0069aa;
  color: #fff;
  -webkit-box-shadow: inset 0px -1px 3px 1px #035989;
  box-shadow: inset 0px -1px 3px 1px #035989;
  padding: 0;
}

.login-services {
  display: none;
  padding: 10px 20px;
  border: 1px solid #cdcdcd;
  background: #fff url(../img/hp_tout_border_desktop.png) center -239px no-repeat;
}
.expanded .login-services{
  display: block;
}
.login-services select{
  width: 100%;
  color: #484848;
  background: #f7f7f7;
  border: 1px solid #f1efef;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 5px 0;
}

.theme_sky .hpg-container .login-flyout h4 {
    padding-top: 10px;
    font-size: 20px;
}

.theme_sky .hpg-container .login-flyout p {
    font-size: 14px;
    font-family: "PNC Brand Light", Arial, sans-serif;
}

.mobile-login {
    padding-bottom: 25px;
}

.mobile-login h4 {
    line-height: 1em;
    font-size: 20px;
}

.mobile-login p {
    margin-bottom: 5px;
}

.mobile-login hr {
    border-top: 1px solid #FFFFFF;
    margin-top: 15px;
}

.hpg-container .search-container{right: 0;}

.search-container {
  display: none;
  position: absolute;
  top: 61px;
  left: 0;
  background: #fff;
  padding: 15px 0;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 3px 5px #999;
  z-index: 1;
}
.search-container.expanded {
  display: block;
}
.search-container fieldset {
  border: none;
  padding: 0 0px;
  position: relative;
  margin: 0;
}
.search-container legend {
  display: none;
}
.search-container form {padding: 0 10px;}
.search-container input[type="text"]{
  height: 45px;
  width: 100%;
  color: #484848;
  background: #fff;
  border: 1px solid #f1efef;
  font: normal 12px/15px "PNC Brand Medium", Arial, sans-serif;
  padding:0;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 1px 3px 1px #d6d6d6;
  box-shadow: inset 0px 1px 3px 1px #d6d6d6;
  text-indent: 10px;
}
.search-container input[type="submit"]{
  background: url(../img/pnc_icon_search.png) no-repeat center;
  width: 35px;
  height: 45px;
  position: absolute;
  top: 0px;
  right: 0;
  text-indent: 36px;
  border: none;
  overflow: hidden;
}

/* autocomplete styles */

.ui-front {
    z-index: 100;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none outside none;
    padding: 0px;
    margin: 0px;
    display: block;
    outline: medium none;
}
.ui-widget-content {
    border: 1px solid rgb(170, 170, 170);
    background-color: #fff;
    color: rgb(34, 34, 34);
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0px;
    padding: 3px 1em 3px 0.4em;
    cursor: pointer;
    min-height: 0px;
    list-style-image: none;
}
.ui-menu .ui-menu-item.ui-state-focus {
    background-color: #eee
}

/* Default Formatting for Forms */
div.form{}
div.form label{width:125px;margin:0 15px 10px 0;font-size:12px;display:inline-block;text-align:right;line-height:18px}
div.form label.invalid{margin:0 0 0 10px;width:13px;height:12px;background:url(/etc/designs/pnc-com/img/valid_form_sprite.png) left top no-repeat;overflow:hidden;color:transparent}
div.form label[for="recaptchavalidation"]{color:red !important;overflow:auto !important;width:auto !important;height:auto !important;background:none !important;font-style:italic}
div.form input[type="radio"]+label{width:auto;margin-left:3px}
div.form input[type="checkbox"]+label{width:auto;margin-left:3px;text-align:left;}
div.form input.invalid, div.form select.invalid{border:solid 1px #f8cdce;}
div.form input[type="submit"]{
display: inline-block;
  padding: 8px 15px;
  color: #fff;
  font: bold 11px/12px Arial, sans-serif;
  background: #26a3d4;
  background: -moz-linear-gradient(top,  #26a3d4 0%, #0080bc 50%, #0060a2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26a3d4), color-stop(50%,#0080bc), color-stop(100%,#0060a2));
  background: -webkit-linear-gradient(top,  #26a3d4 0%,#0080bc 50%,#0060a2 100%);
  background: -o-linear-gradient(top,  #26a3d4 0%,#0080bc 50%,#0060a2 100%);
  background: -ms-linear-gradient(top,  #26a3d4 0%,#0080bc 50%,#0060a2 100%);
  background: linear-gradient(top bottom,  #26a3d4 0%,#0080bc 50%,#0060a2 100%);
  border: 1px solid #49acda;
}

.footer {
    padding:0 0 25px;
    background-color: #232a30;
}
.footer .ftr-top-bar {
    background: #ef5f33 url(../img/footer_top_bar_mob_tab.png) no-repeat top center;
    height:10px;
}
.footer-global {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #484848;
    padding-bottom: 30px;
}

.footer-global h4 {
    color:#FFF;
    font: normal 14px "PNC Brand", Arial, sans-serif;
    padding: 30px 25px 0;
    margin: 0;
    text-transform:uppercase;
}

.footer-global .content {
    color:#6c7d88 ;
    font: normal 12px/16px Arial, sans-serif;
    padding: 7px 25px 15px 25px;
}

.footer-global li.contact-us .content p {
    line-height: 21px;
    margin-bottom: 0;
}
.footer-global b {
    color:#fff;
    font: normal 16px/17px Arial, sans-serif;
    text-transform: uppercase;
}
.footer-global li a {
    color:#f58025;
    font: normal 14px "PNC Brand", Arial, sans-serif;
}


.js .footer-global .subheading {position: relative; padding-right: 48px; cursor: pointer;}
.footer-global .toggle {position: absolute; top: 11px; right: 24px; width: 24px; height: 23px; background: url(../img/footer_toggle_icons.png) 0 -23px no-repeat;}
.footer-global .collapsed .toggle {background-position: 0 0;}
.footer-global .collapsed .content {display: none;}
.footer-global .collapsed h4 {
    -webkit-box-shadow:  none;
    box-shadow:  none;
}

.footer .blankNavReg{width:100%}
.footer .blankNavReg .footer-copyright{width:100%;float:right}

.footer .footer-copyright p {
    color:#6c7d88;
    font-size: 11px
}
.footer .footer-sub a {
    color:#fff;
    font-size:11px;
}
.footer .footer-sub,
.footer .footer-copyright {
    overflow: hidden;
    padding-left:25px;
}
.footer .footer-sub {
    margin-top: 25px;
}
.footer-sub li {
    padding: 0px 5px 8px 0px;
    margin: 0px 5px 0px 0px;
    list-style: none;
}
.footer-sub .last-li {
    border:0px none !important;
    margin:0px;
    padding:0px;
}



.footer .social-list {
    overflow: hidden;
    padding: 0;
    list-style: none;
}
.footer .social-list li,
.footer .social-list li a {
    width: 23px;
    height: 22px;
    padding: 0;
    display: block;
    overflow: hidden;
}
.footer .social-list li {
    float: left;
    margin: 0 10px 10px 0;
    text-indent: 25px;
}
.footer .social-list li a {
    background: url(../img/social-media-icons-footer.png) no-repeat;
}
.footer .social-list li a:hover {
    background-position: 0 bottom;
}
.footer .social-list .twitter a {
    background-position: -25px 0;
}
.footer .social-list .youtube a {
    background-position: -51px 0;
}
.footer .social-list .linkedin a {
    background-position: -77px 0;
}
.footer .social-list .pinterest a {
    background-position: -103px 0;
}
.footer .social-list .twitter a:hover {
    background-position: -25px bottom;
}
.footer .social-list .youtube a:hover {
    background-position: -51px bottom;
}
.footer .social-list .linkedin a:hover {
    background-position: -77px bottom;
}
.footer .social-list .pinterest a:hover {
    background-position: -103px bottom;
}
#skinny-footer{min-height:125px;color:#bbb}
#skinny-footer .footer-content{padding-top:25px}
#skinny-footer p.copyright{float:right;}
#skinny-footer p.footer-links{float:left;}
#skinny-footer p.footer-links a{color:#fff;}

/* ---- Page Color themes ----  */
/* Default */
.product-category-element .title a,
.product-category-element .title,
.hero-header-module h1,
.rca-container .hero-header-module h2,
.simple-header-module h1,
.accordion-element.collapsed .subheading,
.promo-parsys .summary .subheading,
.accordion .heading,
.tout-container .heading,
.promo-parsys .summary h3,
.two-column-body header h2{
  color:#484848;
}
.accordion-element .subheading,
.top-container .simple-header-module{
  color:#fff;
  background: #b9c7d4;
}
.drawer-container .content-inner {
    background-color: #b9c7d4;
    -moz-box-shadow:inset 0px 2px 10px -2px #b9c7d4;
    -webkit-box-shadow:inset 0px 2px 10px -2px #b9c7d4;
    box-shadow:inset 0px 2px 10px -2px #b9c7d4;
}
.drawer-container .tab-toggle span,
.drawer-container.expanded .tab-toggle span {
    -moz-box-shadow:0px 2px 3px 0px #b9c7d4;
    -webkit-box-shadow:0px 2px 3px 0px #b9c7d4;
    box-shadow: 0px 2px 3px 0px #b9c7d4;
}

/* Orange */
.theme_orange .product-category-element .title a,
.theme_orange .product-category-element .title,
.theme_orange .hero-header-module h1,
.theme_orange .simple-header-module h1,
.theme_orange .accordion-element.collapsed .subheading,
.theme_orange .accordion-reusable.collapsed .subheading,
.theme_orange .accordion-interactive.collapsed .subheading,
.theme_orange .promo-parsys .summary .subheading,
.theme_orange .accordion .heading,
.theme_orange .tout-container .heading,
.theme_orange .promo-parsys .summary h3,
.theme_orange .two-column-body header h2{
  color:#f58025;
}
.theme_orange .accordion-element .subheading,
.theme_orange .accordion-reusable .subheading,
.theme_orange .accordion-interactive .subheading,
.theme_orange .top-container .simple-header-module{
  color:#fff;
  background: #f69738;
  background: -moz-linear-gradient(top,  #f69738 0%, #f47a2c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f69738), color-stop(100%,#f47a2c));
  background: -webkit-linear-gradient(top,  #f69738 0%,#f47a2c 100%);
  background: -o-linear-gradient(top,  #f69738 0%,#f47a2c 100%);
  background: -ms-linear-gradient(top,  #f69738 0%,#f47a2c 100%);
  background: linear-gradient(top bottom,  #f69738 0%,#f47a2c 100%);
}
.theme_orange .drawer-container .content-inner {
    background: url(../img/bg_drawer_orange.jpg) repeat-x top;
    background-color: #f9aa4e;
    -moz-box-shadow:inset 0px 2px 10px -2px #9B6520;
    -webkit-box-shadow:inset 0px 2px 10px -2px #9B6520;
    box-shadow:inset 0px 2px 10px -2px #9B6520;
}
.theme_orange .drawer-container .tab-toggle span,
.theme_orange .drawer-container.expanded .tab-toggle span {
    background: url(../img/bg_drawer_orange.jpg) repeat-x 0px;
    -moz-box-shadow:0px 2px 3px 0px #9B6520;
    -webkit-box-shadow:0px 2px 3px 0px #9B6520;
    box-shadow: 0px 2px 3px 0px #9B6520;
}

/* Wealth */
.theme_wealth .product-category-element .title a,
.theme_wealth .product-category-element .title,

.theme_wealth .accordion-element.collapsed .subheading,
.theme_wealth .accordion-reusable.collapsed .subheading,
.theme_wealth .accordion-interactive.collapsed .subheading,
.theme_wealth .promo-parsys .summary .subheading,
.theme_wealth .accordion .heading,
.theme_wealth .tout-container .heading,
.theme_wealth .promo-parsys .summary h3,
.theme_wealth .two-column-body header h2{
  color:#444;
}
.theme_wealth .hero-header-module h1, .theme_wealth .hero-header-module h2, .theme_wealth .hero-header-module p{
    color:#fff;
}
.theme_wealth .simple-header-module h1, .theme_wealth .simple-header-module h2{
    color:#fff
}
.theme_wealth .accordion-element .subheading,
.theme_wealth .accordion-reusable .subheading,
.theme_wealth .accordion-interactive .subheading,
.theme_wealth .top-container .simple-header-module{
  color:#fff;
  background: #1b1b1b;
   background: -webkit-linear-gradient(top, #444 0, #232a30 100%);
    background: -o-linear-gradient(top, #444 0, #232a30 100%);
    background: -moz-linear-gradient(top, #444 0, #232a30 100%);
    background: -ms-linear-gradient(top, #444 0, #232a30 100%);
}
.theme_wealth .drawer-container .content-inner {
    background: url(../img/bg_drawer_orange.jpg) repeat-x top;
    background-color: #f9aa4e;
    -moz-box-shadow:inset 0px 2px 10px -2px #9B6520;
    -webkit-box-shadow:inset 0px 2px 10px -2px #9B6520;
    box-shadow:inset 0px 2px 10px -2px #9B6520;
}
.theme_wealth .drawer-container .tab-toggle span,
.theme_wealth .drawer-container.expanded .tab-toggle span {
    background: url(../img/bg_drawer_orange.jpg) repeat-x 0px;
    -moz-box-shadow:0px 2px 3px 0px #9B6520;
    -webkit-box-shadow:0px 2px 3px 0px #9B6520;
    box-shadow: 0px 2px 3px 0px #9B6520;
}
.theme_wealth .hero-header, .theme_wealth .simple-header{background:#1b1b1b}

/*Green*/
.theme_green .product-category-element .title a,
.theme_green .product-category-element .title,
.theme_green .hero-header-module h1,
.theme_green .simple-header-module h1,
.theme_green .accordion-element.collapsed .subheading,
.theme_green .accordion-reusable.collapsed .subheading,
.theme_green .accordion-interactive.collapsed .subheading,
.theme_green .promo-parsys .summary .subheading,
.theme_green .accordion .heading,
.theme_green .tout-container .heading,
.theme_green .promo-parsys .summary h3,
.theme_green .two-column-body header h2{
  color:#8cb953;
}
.theme_green .accordion-element .subheading,
.theme_green .accordion-reusable .subheading,
.theme_green .accordion-interactive .subheading,
.theme_green .top-container .simple-header-module{
  background: #bed422;
  background: -moz-linear-gradient(top,  #8cb953 0% ,#52823b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cb953), color-stop(100%,#52823b));
  background: -webkit-linear-gradient(top,  #8cb953 0%,#52823b 100%);
  background: -o-linear-gradient(top,  #8cb953 0%,#52823b 100%);
  background: -ms-linear-gradient(top, #8cb953 0%,#52823b 100%);
  background: linear-gradient(top bottom,  #8cb953 0%,#52823b 100%);
}

.theme_green .drawer-container .content-inner{
    background: url(../img/bg_drawer_green.jpg) repeat-x top;
    background-color: #8cc950;
    -moz-box-shadow:inset 0px 2px 10px -2px #2A411B;
    -webkit-box-shadow:inset 0px 2px 10px -2px #2A411B;
    box-shadow:inset 0px 2px 10px -2px #2A411B;
}
.theme_green .drawer-container .tab-toggle span,
.theme_green .drawer-container.expanded .tab-toggle span{
    background: url(../img/bg_drawer_green.jpg) repeat-x 0px;
    -moz-box-shadow:0px 2px 3px 0px #2A411B;
    -webkit-box-shadow:0px 2px 3px 0px #2A411B;
    box-shadow: 0px 2px 3px 0px #2A411B;
}

/*Sky*/
.theme_sky .product-category-element .title a,
.theme_sky .product-category-element .title,
.theme_sky .hero-header-module h1,
.theme_sky .simple-header-module h1,
.theme_sky .accordion-element.collapsed .subheading,
.theme_sky .accordion-reusable.collapsed .subheading,
.theme_sky .accordion-interactive.collapsed .subheading,
.theme_sky .promo-parsys .summary .subheading,
.theme_sky .accordion .heading,
.theme_sky .tout-container .heading,
.theme_sky .promo-parsys .summary h3,
.theme_sky .two-column-body header h2{
  color:#0096D6;
}

.theme_sky .accordion-element .subheading,
.theme_sky .accordion-reusable .subheading,
.theme_sky .accordion-interactive .subheading,
.theme_sky .top-container .simple-header-module{
  background: #8fc9e6;
  background: -moz-linear-gradient(top,  #8fc9e6 0%, #0096d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc9e6), color-stop(100%,#0096d6));
  background: -webkit-linear-gradient(top,  #8fc9e6 0%,#0096d6 100%);
  background: -o-linear-gradient(top,  #8fc9e6 0%,#0096d6 100%);
  background: -ms-linear-gradient(top,  #8fc9e6 0%,#0096d6 100%);
  background: linear-gradient(top bottom,  #8fc9e6 0%,#0096d6 100%);
}

.theme_sky .drawer-container .content-inner{
    background: url(../img/bg_drawer_sky.jpg) repeat-x top;
    background-color: #00b3e4;
    -moz-box-shadow:inset 0px 2px 10px -2px #013347;
    -webkit-box-shadow:inset 0px 2px 10px -2px #013347;
    box-shadow:inset 0px 2px 10px -2px #013347;
}
.theme_sky .drawer-container .tab-toggle span,
.theme_sky .drawer-container.expanded .tab-toggle span{
    background: url(../img/bg_drawer_sky.jpg) repeat-x 0px;
    -moz-box-shadow: 0px 2px 3px 0px #013347;
    -webkit-box-shadow: 0px 2px 3px 0px #013347;
    box-shadow: 0px 2px 3px 0px #013347;
}

/*Blue*/
.theme_blue .product-category-element .title a,
.theme_blue .product-category-element .title,
.theme_blue .hero-header-module h1,
.theme_blue .simple-header-module h1,
.theme_blue .accordion-element.collapsed .subheading,
.theme_blue .accordion-reusable.collapsed .subheading,
.theme_blue .accordion-interactive.collapsed .subheading,
.theme_blue .promo-parsys .summary .subheading,
.theme_blue .accordion .heading,
.theme_blue .tout-container .heading,
.theme_blue .promo-parsys .summary h3,
.theme_blue .two-column-body header h2{
  color:#5482AA;
}
.theme_blue .accordion-element:not(.collapsed) .subheading,
.theme_blue .accordion-reusable:not(.collapsed) .subheading,
.theme_blue .accordion-interactive:not(.collapsed) .subheading,
.theme_blue .top-container .simple-header-module{
  background: #5482aa;
  background: -moz-linear-gradient(top,  #5482aa 0%, #0069aa 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5482aa), color-stop(99%,#0069aa));
  background: -webkit-linear-gradient(top,  #5482aa 0%,#0069aa 99%);
  background: -o-linear-gradient(top,  #5482aa 0%,#0069aa 99%);
  background: -ms-linear-gradient(top,  #5482aa 0%,#0069aa 99%);
  background: linear-gradient(top bottom,  #5482aa 0%,#0069aa 99%);
}

.theme_blue .drawer-container .content-inner{
    background: url(../img/bg_drawer_blue.jpg) repeat-x top;
    background-color: #0088c4;
    -moz-box-shadow:inset 0px 2px 10px -2px #083149;
    -webkit-box-shadow:inset 0px 2px 10px -2px #083149;
    box-shadow:inset 0px 2px 10px -2px #083149;
}
.theme_blue .drawer-container .tab-toggle span,
.theme_blue .drawer-container.expanded .tab-toggle span{
     background: url(../img/bg_drawer_blue.jpg) repeat-x top;
    -moz-box-shadow:0px 2px 3px 0px #083149;
    -webkit-box-shadow:0px 2px 3px 0px #083149;
    box-shadow: 0px 2px 3px 0px #083149;
}
.edit-mode-link{
  display: block;
  position: absolute;
  z-index: 700;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #534741;
  background: -moz-linear-gradient(top,  #534741 0%, #675851 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#534741), color-stop(100%,#675851));
  background: -webkit-linear-gradient(top,  #534741 0%,#675851 100%);
  background: -o-linear-gradient(top,  #534741 0%,#675851 100%);
  background: -ms-linear-gradient(top,  #534741 0%,#675851 100%);
  background: linear-gradient(top bottom,  #534741 0%,#675851 100%);
}

.edit-mode-link:hover{
  color: #fff;
  background: #38312f;
  background: -moz-linear-gradient(top,  #38312f 0%, #665955 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38312f), color-stop(100%,#665955));
  background: -webkit-linear-gradient(top,  #38312f 0%,#665955 100%);
  background: -o-linear-gradient(top,  #38312f 0%,#665955 100%);
  background: -ms-linear-gradient(top,  #38312f 0%,#665955 100%);
  background: linear-gradient(top bottom,  #38312f 0%,#665955 100%);
}
.edit-mode-link span{
  display: block;
  min-width: 55px;
  padding:45px 5px 5px 5px;
  text-transform: uppercase;
  background: url(../img/pnc_edit_mode_button.png) no-repeat center 5px;
}
/* Only for TOP module*/
.top-container .simple-header-module .back-to a,
.top-container .simple-header-module h1{ color:#fff; }
/* End page themes*/

.no-border {
    border: none !important;
}
.resizeable {
	width: 100%;
    max-width: 550px;
}

/*Diferents page backgrounds*/
#container.adp-container{background: #fafafa;}
#container.csp-container,
#container.faq-container,
#container.srp-container{background: #fff;}
.csp-container .disclosure-parsys{background-color: #f1f4f6;}

.login-container .mobile {display: block; padding-bottom: 10px;
background: transparent url(../img/hp_tout_border_desktop.png) center 43px no-repeat;}

.login-container .desktop-tablet {display: none}

@media only screen and (min-width:320px) {
	/*.scalingBgImage{background:#1b1b1b}*/
}
.back-top{
    display: inline-block;
    height: 36px;
    width: 36px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 10;
    background: url(../img/back_to_top_arrow.png) no-repeat;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.back-top.visible,.back-top.visible:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.back-top.visible{
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width:600px) {

.login-container .mobile {display: none}

.login-container .desktop-tablet {display: block}

  .main-logo{
    z-index: 400;
  }
  .header{
    background: #f9f9f9;
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f9f9f9));
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f9f9f9 100%);
    background: -o-linear-gradient(top,  #f9f9f9 0%,#f9f9f9 100%);
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#f9f9f9 100%);
    background: linear-gradient(top bottom,  #f9f9f9 0%,#f9f9f9 100%);
  }
  .header .header-wrapper{
    /* background-image: url(../img/shadow_main_header_tablet.png); */
  }
  .nav-toggle{
    top:13px;
  }
  .main-nav.expanded{
    width: 300px;
  }

  /*Login for HPG*/
  .hpg-container .login-container{

      }
  .hpg-container .login-container .login-flyout{ }

  .login-container {
    width: 338px;
    left: auto;
    right: 0;
  }
  .search-container {
    width: 300px;
  }

div.form label{width:175px;margin:0 15px 10px 0;font-size:12px;display:inline-block;text-align:right;line-height:18px}

    .fdic a{width:79%}
    .not-fdic{width:66%}

  .footer .ftr-top-bar {
        background: #ef5f33 url(../img/footer_top_bar_desktop.png) no-repeat top center;
    }
    .footer-content {
        width: 600px;
        margin: 0 auto;
        overflow: hidden;
    }
    .footer {
        position: relative;
        min-height: 350px;
        height: 100%;
    }
    .footer-global {
        overflow: hidden;
        padding-top: 50px;
        margin-right: -20px;
    }
    .footer-global li {
        width:21%;
        float:left;
        margin-right:20px
    }
    .footer-global li a {
        font-size: 12px
    }
    .footer-global h4,
    .js .footer-global .subheading {
        background-color:transparent;
        margin-left: 0px;
        border: none;
        padding-left: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-right: 0px;
        cursor: default;
        font-size: 12px
    }
    .footer-global .content {
        margin: 0;
        padding: 7px 0;
        border-bottom: none;
    }
    .js .footer-global .subheading,
    .footer-global .content {
        /*width:140px;*/
        font-size: 12px;
    }
    .footer .footer-careers {
        margin: 40px 0px 65px 0px;
        padding-left: 0px;
    }
    .footer .footer-sub {
        width: 360px;
        margin: 15px auto;
    }

    .footer .footer-sub li {
      border-right: 1px solid #fff;
      padding: 0px 5px 0px 0px;
      margin: 0px 5px 0px 0px;
      float: left;
      list-style: none;
      }

    .footer .footer-copyright {
        width: 445px;
        margin: 0 auto;
        padding: 0px;
        height: 35px;
        text-align: center;
    }
    .footer .footer-copyright p {

    }
    .footer .footer-copyright img {
        float:left;
    }

    .footer .social-list li {
        margin: 0 3px 2px 0;
    }
}

@media only screen and (min-width:980px) {
	.gug-nav-active {
		background: #e8eaeb;
        background: -moz-linear-gradient(top, #e8eaeb 0%, #f9f9f9 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eaeb), color-stop(100%,#f9f9f9));
        background: -webkit-linear-gradient(top, #e8eaeb 0%,#f9f9f9 100%);
        background: -o-linear-gradient(top, #e8eaeb 0%,#f9f9f9 100%);
        background: -ms-linear-gradient(top, #e8eaeb 0%,#f9f9f9 100%);
        background: linear-gradient(top bottom, #e8eaeb 0%,#f9f9f9 100%);
        height: 63px;

     }

	.gug-nav-active span {
		color: #0073b2 !important;
     }

	.back-top{
		height: 40px;
		width: 40px;
	}
  .blocks-three-up > li { margin-left: 2%; width: 31.2%; margin-bottom: 2%;}

  .nav-toggle{
    display: none;
  }

  .header {
    height: auto;
    background: #f4f4f4;
    height: 112px;
  }
  .header .header-wrapper{
    /* background-image: url(../img/shadow_main_header_desktop.png); */
  }
  .header-wrapper .nav-content-inner {
    height: 110px;
    background: #fbfbfb;
    background: -moz-linear-gradient(top,  #fbfbfb 45%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#fbfbfb), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top,  #fbfbfb 45%,#f4f4f4 100%);
    background: -o-linear-gradient(top,  #fbfbfb 45%,#f4f4f4 100%);
    background: -ms-linear-gradient(top,  #fbfbfb 45%,#f4f4f4 100%);
    background: linear-gradient(top bottom,  #fbfbfb 45%,#f4f4f4 100%);
  }
  .navigation-container {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    height: 45px;
  }
  .nav-content-inner .main-logo {
    text-align: left;
    height: 63px;
    width: 107px;
    position: absolute;
    left: 50%;
    top: 48px;
    margin-left: -480px;
    border-right: 1px solid #e5e5e5;
  }
  .nav-wrapper{
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  .main-nav {
    display:block;
    position: static;
    background: none;
    box-shadow: none;
    width: auto;
  }
  .main-nav a.level-1 {
    float: left;
    background: none;
    padding: 0 30px 0 0;
    border: none;
    color: #858585;
  }


  .main-nav a.level-1 span {
    background: none;
  }

  .main-nav .aside-links {
    float: right;
  }
  .main-nav .aside-links li {
    float: left;
  }
  .main-nav .aside-links a {
    background: none;
    border: none;
    text-transform: none;
    padding-right: 0;
  }
  ul.level-2 {
    position: absolute;
    width: 700px;
    top: 47px;
    left: 50%;
    margin-left: -372px;
  }
  ul.level-2 li {
    width: 132px;
    float: left;
  }
  ul.level-2 a {
    height: 63px;
    line-height: normal;
    background: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #e5e5e5;
    border-bottom: none;
    font-size: 11px;
    text-align: center;
    color: #484848;
    font-family: "PNC Brand", arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
  }
  .main-nav .selected .subitem {
    background: none;
  }
  ul.level-2 a span {
    background: none;
    height: auto;
    line-height: normal;
    font-size: 12px;
  }

  ul.level-2 .copy-text{
    display: block;
    padding-top: 3px;
    font-size: 10px;
    text-transform: none;
  }
  ul.level-2 .selected{
    background: #e8eaeb;
    background: -moz-linear-gradient(top,  #e8eaeb 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eaeb), color-stop(100%,#f9f9f9));
    background: -webkit-linear-gradient(top,  #e8eaeb 0%,#f9f9f9 100%);
    background: -o-linear-gradient(top,  #e8eaeb 0%,#f9f9f9 100%);
    background: -ms-linear-gradient(top,  #e8eaeb 0%,#f9f9f9 100%);
    background: linear-gradient(top bottom,  #e8eaeb 0%,#f9f9f9 100%);
    height:63px;
  }

  ul.level-2 .selected .content-wrapper{
    position: absolute;
    z-index: 100;
    left: 0;
    top:63px;
    width: 730px;
    overflow: hidden;
    box-shadow: 0px 2px 5px #CCC;
    background: url(../img/shadow_main_header_desktop.png) no-repeat top center #fff;
  }

  .main-nav .links-fragment{
    float:left;
    width:66%;
    height:100%;
    padding-bottom:15px;
  }
  .main-nav .links-fragment .second-column a{
    text-transform: none;
    font-size:10px;
  }
  .main-nav .links-fragment .title,
  .main-nav .links-fragment .see-all{
    display:none;
  }
  .main-nav .links-fragment .title em{
    display:block;
    margin: 0 15px;
    padding: 8px 0 0 0;
    height: 30px;
    line-height: 30px;
    color: #776d69;
    border-bottom: 1px solid #D9DADA;
    border-right: 0;
    text-align: left;
    font-family: "PNC Brand Light";
    font-size: 13px;
    font-style:normal;
    text-transform:none;
  }

  .main-nav .links-fragment .see-all a {
    padding-right: 10px;
    text-transform: none;
    text-align: right;
    color: #484848;
    background: url(../img/main_nav_link_arrow.gif) no-repeat right center;
    font: bold 10px/inherit Arial, sans-serif;
  }
  .main-nav .promos-fragment{
    float:right;
    width:33%;
    height:100%;
  }

  ul.level-2 .promos-fragment li {
    padding:20px 0;
    margin:0 10px;
    overflow:hidden;
    float:none;
    width: auto;
    border-bottom:1px solid #ebebeb;
  }
  ul.level-2 .promos-fragment li:last-child{
    border:none;
  }
  .main-nav .promos-fragment{
    display:block;
    overflow:hidden;
  }
  .main-nav .promo-image{
    float:left;
    width:30%;
    height:90px;
    text-align:left;
    overflow:hidden;

  }
  .main-nav .promo-text{
    float:left;
    width:70%;
  }
  .main-nav .promo-text h4{
    margin:0;
    font-family:"PNC Brand Bold",Arial;
    color:#484848;
    font-size:13px;
  }
  .main-nav .promo-text p{
    font-family: Arial,sans-serif;
    color:#484848;
    font-size:11px;
    line-height: 17px;
    margin-top:6px;
    margin-bottom:6px;

  }
  ul.level-2 .promo-text a{
    display: inline;
    padding-right:10px;
    padding-left: 0;
    font-size: 10px;
    color: #484848;
    font-family: Arial,sans-serif;
    font-weight:bold;
    text-align: left;
    text-transform:none;
    border: none;
    height: auto;
    margin: 0;
    line-height: normal;
    background:url(../img/main_nav_link_arrow.gif) no-repeat right center;
  }

  ul.level-3{
    width:50%;
    position: static;
    left:0;
    float:left;
  }
  ul.level-3 li{
    float: none;
    width: auto;
  }

  ul.level-3 li a{
    margin:0 15px;
    padding:0;
    height:30px;
    line-height:30px;
    border-bottom:1px solid #d9dada;
    border-right:0;
    text-align:left;
    font-family: "PNC Brand Bold",Arial,sans-serif;
  }
ul.level-3 li a, .level-3.first-column li a, .level-3.second-column li a {
    border-left: none;
    margin: 0 15px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d9dada;
    border-right: 0;
    text-align: left;
    font-family: "PNC Brand Bold",Arial,sans-serif;
}
  ul.level-3 li:last-child a{
    border:none;
  }

  .main-nav a.theme_orange.selected,
  .main-nav ul.level-2.theme_orange a:hover span,
  .main-nav ul.theme_orange ul.level-3 a{
    color:#ed8726;
  }
  .main-nav a.theme_wealth.selected,
  .main-nav ul.level-2.theme_wealth a:hover span,
  .main-nav ul.theme_wealth ul.level-3 a{
    color:#ed8726;
  }
  .main-nav a.theme_green.selected,
  .main-nav ul.level-2.theme_green a:hover span,
  .main-nav ul.theme_green ul.level-3 a{
    color:#6db33f;
  }
  .main-nav a.theme_sky.selected,
  .main-nav ul.level-2.theme_sky a:hover span,
  .main-nav ul.theme_sky ul.level-3 a{
    color:#0096d6;
  }
  .main-nav a.theme_blue.selected,
  .main-nav ul.level-2.theme_blue a:hover span,
  .main-nav ul.theme_blue ul.level-3 a{
    color:#0073b2!important
  }

  /* data-current-l2 is set by JS so until it is not placed, search container is not shown*/
  #main-header .search-container{visibility: hidden;}
  #main-header[data-current-l2] .search-container{visibility: visible;}

  .hpg-container #main-header[data-current-l2="5"] .search-container{
    width: 180px;
  }
  .search-container {
    display: block;
    padding: 0;
    background: none;
    box-shadow: none;
    top: 56px;
    left: auto;
    right: 78px;
    margin-left: 0;
    width: 235px;
  }
  .search-container form {padding:0;}
  /*For 5 L2 elements*/
  #main-header[data-current-l2="5"] .search-container{
    width: 100px;
  }
  /*Login for HPG*/
  .hpg-container .login-container{
    margin-left: 170px;
    top: 132px;
    width: 300px;
    z-index: 1;
}

.hpg-container .login-flyout{display: block;height: 145px;}
.hpg-container .login-services{display: block;height: 63px;}
  .hpg-container .login-toggle {
    display: none;
  }

  .login-container {
    width: 338px;
    left: 50%;
    margin-left: 142px;
    top: 111px;
  }
  .login-toggle {
    top: -66px;
    height: 66px;
    line-height: 66px;
  }

div.form label{width:175px;margin:0 15px 10px 0;font-size:12px;display:inline-block;text-align:right;line-height:18px}

.fdic {width:64%}
.fdic a{width:79%}

.not-fdic{width:40%}

  .footer-content {
        width: 960px;
        margin: 0 auto;
    }
    .footer-global {
        width: 960px;
        margin:0 -20px 0 0;
    }
    .footer-global li {
        width: 175px;
        margin: 0 50px 0 10px;
    }
    .footer-global li a {
        font: normal 14px "PNC Brand", Arial, sans-serif;
    }
    .js .footer-global .subheading {
        width: 175px;
        font-size: 14px;
    }
    .footer-global .content {
        width: 175px;
        font-size: 13px;
    }
    .footer .footer-careers {
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer .footer-copyright {
        margin: 0;
    }
    .footer .footer-sub {
        padding: 0px;
        margin: 0px;
        float: left;
        margin-top: 20px;
        width: 52%
    }
    .footer .footer-sub a {
        font-size:12px;
    }
    .footer .footer-copyright {
        padding: 0px;
        height: 35px;
        width: 48%
    }
    .footer .footer-copyright p {
        font-size: 12px;
        float: right;
        margin: 20px 0px 0px 0px;
    }
    .footer .social-list li {
        margin: 0 10px 10px 0;
    }

    .theme_orange .main-nav a.theme_orange {
        color: #ed8726 !important;
    }
    .theme_wealth .main-nav a.theme_orange {
        color: #ed8726 !important;
    }
    .theme_green .main-nav a.theme_green {
        color: #6db33f !important;
    }
    .theme_sky .main-nav a.theme_sky {
        color: #0096d6 !important;
    }
    .theme_blue .main-nav a.theme_blue {
        color: #0069aa !important;
    }


    .main-nav a.level-1.theme_orange:hover {
        color: #ed8726;
    }
    .main-nav a.level-1.theme_wealth:hover {
        color: #ed8726;
    }
    .main-nav a.level-1.theme_green:hover {
        color: #6db33f;
    }
    .main-nav a.level-1.theme_sky:hover {
        color: #0096d6;
    }
    .main-nav a.level-1.theme_blue:hover {
        color: #0069aa;
    }

    .theme_orange ul.level-2 a span, .theme_wealth ul.level-2 a span, .theme_green ul.level-2 a span, .theme_sky ul.level-2 a span, .theme_blue ul.level-2 a span {
    color: #484848;
    }

    ul.level-2 li.home-link {
        display: none;
    }

	.main-nav .promos-fragment {
	    background: none;
	}
	ul.level-2 .selected .content-wrapper {
	    border-bottom: none;
	    border-top: none;
    	background: url(../img/shadow_main_header_desktop.png) no-repeat top center #fff;
	}
}

.triangle-up {
    display: none!important;
}

.links-fragment.navigation-grid-container {
    display: block!important;
}

.links-fragment.navigation-grid-container {
    width: 100%!important;
}

.item-l2.selected .content-wrapper .promos-fragment:empty {
    display: none!important;
}


ul.level-3 li a, .level-3.columns li a, .level-3.columns li a{
    color: #0073b2!important;
    font-size: 10px!important;
    font-family: "PNC Brand Bold"!important;
}

ul.level-3 li a, .level-3.columns li a, .level-3.columns li a {
    color: #0073b2!important
    font-size: 10px!important;
    font-family: "PNC Brand Bold"!important;
}

ul.level-2 .selected .content-wrapper {
    top: 64px!important;
}
.theme_blue .main-nav a.theme_blue {
    color: #0069aa !important;
    background: none!important;
}


_:-ms-fullscreen, :root .nav-content-inner .main-logo{top:0;}
_:-ms-fullscreen, :root .top-nav-bar{
	position:relative;
	top:34px;
}
_:-ms-fullscreen, :root ul.level-2 .selected .content-wrapper{
	left:0!important;
}
_:-ms-fullscreen, :root .nav-content-inner .main-logo{
    top:0!important;
}
ul.level-2 .content-wrapper{
	padding-bottom:0!important;
}

div#nav-mask {
    display: none!important;
}

/* New Stuff for Nav */

.main-nav ul ul li {
  width:100%;
  border-bottom:none !important;
}
.main-nav ul ul li a {
    color: #0073b2!important;
    font-size: 12px!important;
    font-family: "PNC Brand Bold"!important;
    width:100%;
    border-bottom:1px solid #ccc;
    height:24px;
  }

div.level-3 li:last-child a {border-bottom:1px solid #ccc !important;}
div.level-3 li:last-child a:last-child {border-bottom:none !important;}
div.level-3 li:hover {text-decoration:none !important;}
div.level-3 {width:75% !important;}
@media only screen and (max-width:600px){
ul.level-2 .selected .content-wrapper {background:white !important;box-shadow:0px 2px 5px #CCC}
}

/* For Language Toggle */

@media only screen and (min-width: 980px){
.main-nav .aside-links li a {
    position: absolute;
    top: 57px;
    right: 40px;
    display: block;
    width: 90px;
    text-transform: uppercase;
    color: rgb(247, 109, 39);
    font-size: 12px;
}
        }

@media only screen and (max-width: 980px){
    .LanguageToggle, .LanguageToggle-PNC {
		width:auto;
	}
}


