body {
  background: #F0F0F0;
}

/*.page-banner {
    margin-top: -55px;
}*/

.text-center {
    text-align:center;
}


.breadcrumb {
    min-height: 5px;
    background-color: transparent;
}

/*navbar fix*/
.navbar-brand {
    width: 270px;
    height: 70px;
 }


.topnav .navbar-nav > li > a {
        font-size:15px;
}

.navbar-default .navbar-nav > .active > a {
    background-color: transparent;
}

.topnav .navbar-nav > li > a:hover
{
  background: #002144;
  color: #fff;
}

.header .toolbar .navbar-nav > li > a
{
  padding: 5px 15px 7px 15px !important;

}

.header .toolbar .sign-in .btn
{
  padding: 5px 20px !important;
}

@media (min-width:768px) and (max-width:1199px) {
    .navbar-brand {
        width:100px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .topnav .navbar-nav > li > a {
        font-size:14px;
    }

    .nav>li>a {
        padding: 10px 10px;
    }
}

.tile--news .img-stretch {
    height:250px;
}

.tile--hover-overlay {
    background: rgba(0,33,68,0.9);
    height: 100%;
}

.tile--hover-overlay p {    
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

@media (max-width: 769px) {
.tile--hover-overlay p {
    line-height: 1.4;
    font-size: 14px;
    margin-bottom: 12px;
    }
}

.cta--overlay {
    padding: 30px;
    margin: 66px auto;
}

.story--overlay h4 {
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 18px;
}


@media (min-width:768px) {
    .left-col-fix {
        margin-left: -7px;
        padding-left: 0px;
    }
}

.btn-inverse-white {
    padding:11px 8px;
}

@media (min-width: 1200px) {
    .tile--story .story--overlay .btn {
        padding: 11px 30px;
    }
}

.page-banner--title h2 {
    font-family: RBCDisplay, "Roboto Light", "Roboto", Arial, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
}


/*.blue-box
{
  background: #E3E3E3;
}*/

.text-center {
    text-align:center;
}

.greyblue-box {
    width: 100%;
    padding-bottom: 50px;
    background: #8598a6;
    z-index: 0;
}

.well-darkblue {
    background:#002144;
    padding:25px;
    margin-bottom:25px;
    color:#ffffff;
}

#postdate {
    font-size:13px; 
    margin-bottom:10px;
}

#mm-date {
    color:#969797;
}

.bluenav-box {
        background: #0c6dc0;
    margin-bottom: 30px;
    padding:0px;
}


.bluenav-box:hover {
    background: #002144;
    padding:0px;
}


.bluenav-box-text {
    padding: 5px 8px;
    text-align: center;
}

#navtitle {
    color:#fff;
    font-size:18px;
    font-weight:normal;
}

#mm-mini {
    height: 481px;
    margin-bottom: 30px;
}

@media (max-width:1201px) {
    #mm-mini {
        height: 481px;
    }
}

.accordion
{
  padding: 0;
}

ul.related-links li:before {
    font-family: 'FontAwesome';
    color: #002888;
    margin-left: -1em;
    float: left;
    content: '\f105';
}

.fa-chevron-down:before {
    content: "\f107";
    color: transparent;
    background: url(/assets/rbccm/images/fx/icon_chevron_blue_down.svg) no-repeat; 
    background-size: 100%;
    pointer-events: none;
}

.fa-chevron-up:before {
    content: '\f106';
    color: transparent;
    background: url(/assets/rbccm/images/fx/icon_chevron_blue.svg) no-repeat;
    background-size: 100%;
}

.plus
{
  font-family: "Roboto", sans-serif;
  
}

.plus:before
{
  content: "+";
    color: #006AC3;
    
    pointer-events: none;
}

.plus.down:before
{
  content: "â€“";
    
}

.rotate {
        font-size: 21px;
    height: 21px;
    width: 21px;
    text-align: center;
    pointer-events: none;
}

.rotate.down {
    transform-origin: center center;
}


.video-bg {
    background: url(/assets/rbccm/images/fx/fx-home-vid-still2.jpg) no-repeat center center;
}

.energy-lines {
    background-image: url(/assets/rbccm/images/gib/icons/energy_lines-light.png);
    background-repeat: no-repeat;
    background-position-y: 68%;
    background-position-x: 95%;
}


.news-item {
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.news-item h2 {
    margin-top:10px;
}

.tile--gib-half .overlay {
    background: rgba(0, 96, 168, 0.9);
}

.tile--gib .leadtile-overlay:hover, .tile--gib-half .leadtile-overlay:hover {
    background: rgba(0, 96, 168, 0.8);

 }