/* Default styles */

.right-rail {
    margin-top: 10px;
}

.right-rail .right-rail-image {
    margin: 0 16px 20px 0;
}

.right-rail .right-rail-image img {
    border: 3px solid #d7d7d7;
    display: block;
}

.right-rail h1 {
    color: #484848;
    font: 24px/1.5em "PNC Brand Bold", Arial, sans-serif;
}

.right-rail h2 {
    color: #484848;
    font: 20px/1.5em "PNC Brand Bold", Arial, sans-serif;
}

.right-rail h3 {
    color: #484848;
    font: 18px/1.5em "PNC Brand Bold", Arial, sans-serif;
}

.right-rail h4 {
    color: #484848;
    font: 16px/1.5em "PNC Brand Bold", Arial, sans-serif;
}

.right-rail h5 {
    color: #484848;
    font: 18px/1.6em "PNC Brand Bold", Arial, sans-serif;
    background: url(../img/right-rail-hr.png) no-repeat bottom left;
    background-size: 100% 5px;
    padding-bottom: 12px;
    margin: 6px 0 0 0;
}

.right-rail h6 {
    color: #484848;
    font: 11px/1.5em Arial, sans-serif;
    font-weight: bold;
    margin: 10px 0 3px 0;
}

.right-rail q {
    display: block;
    color: #afafaf;
    font: bold 11px/15px Arial, sans-serif;
    margin-bottom: 3px;
}

.right-rail p,
.right-rail a,
.right-rail ul li {
    font-size: 11px !important;
    font-family: Arial, sans-serif;
    line-height: 15px !important;
}

.right-rail p {
    margin: 0;
}

.right-rail ul li {
    line-height: 1.5em !important;
}

.right-rail p {
    color: #afafaf !important;
}

.right-rail p b {
    color: #484848;
    font-family: "PNC Brand bold", Arial, sans-serif;
    font-weight: normal;
}

.right-rail a {
    display: block;
    color: #F58025 !important;
    font: 11px Arial, sans-serif;
    margin-bottom: 5px;
}

.right-rail p a {
    color:  #f58025 !important;
}
/*
.right-rail .right-rail-hr {
  border-style: none none solid;
  border-width: 0 0 7px;
  -moz-border-image: url(../img/right-rail-hr.png) 0 0 7 stretch;
  -webkit-border-image: url(../img/right-rail-hr.png) 0 0 7 stretch;
  -o-border-image: url(../img/right-rail-hr.png) 0 0 7 stretch;
  border-image: url(../img/right-rail-hr.png) 0 0 7 fill stretch;
  background-size: 100% auto;
  display: inline-block;
  font: 2.0em/1 "PNC Brand Bold", Arial, sans-serif;
  height: 7px;
  margin: 0 0 5px;
  min-width: 300px;
  width: 100%;
}
.no-borderimage .right-rail .right-rail-hr {
  border: 0;
  background: url(../img/right-rail-hr.png) no-repeat center bottom;
  margin-bottom: 5px;
  width: 300px;
}
*/
/*
 *  Mobile
 */
@media only screen and (min-width: 320px) {

    .right-rail {
        margin-top: 20px;
    }
}

/*
 *  Tablet
 */
@media only screen and (min-width: 600px) {

    .right-rail {
        margin-top: 0;
    }

    .right-rail .right-rail-image {
        display: inline-block;
        float: left;
        margin-top: 10px;
        vertical-align: top;
        width: 100px;
    }

    .right-rail .right-rail-copy {
        display: inline-block;
        vertical-align: top;
        width: 450px;
    }
}

/*
 *  Desktop
 */
@media screen and (min-width: 980px) {

    .right-rail .right-rail-image {
        float: none;
        margin-top: 0;
        width: auto;
    }

    .right-rail .right-rail-copy {
        display: block;
        width: 100%;
    }
}
