@font-face {
  font-family: 'Fira';
  src: url("../fonts/fira/FiraSans-Book.eot?") format("eot"), local("Fira Sans Book"), url("../fonts/fira/FiraSans-Book.otf") format("opentype"), url("../fonts/fira/FiraSans-Book.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: 'Fira';
  src: url("../fonts/fira/FiraSans-Bold.eot?") format("eot"), local("Fira Sans Bold"), url("../fonts/fira/FiraSans-Bold.otf") format("opentype"), url("../fonts/fira/FiraSans-Bold.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: 'FiraMedium';
  src: url("../fonts/fira/FiraSans-Medium.eot?") format("eot"), local("Fira Sans Medium"), url("../fonts/fira/FiraSans-Medium.otf") format("opentype"), url("../fonts/fira/FiraSans-Medium.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: 'FiraMedium';
  src: url("../fonts/fira/FiraSans-Medium.eot?") format("eot"), local("Fira Sans Medium"), url("../fonts/fira/FiraSans-Medium.otf") format("opentype"), url("../fonts/fira/FiraSans-Medium.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: 'FiraLight';
  src: url("../fonts/fira/FiraSans-Light.eot?") format("eot"), local("Fira Sans Light"), url("../fonts/fira/FiraSans-Light.otf") format("opentype"), url("../fonts/fira/FiraSans-Light.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Regular-webfont.eot?") format("eot"), local("Roboto Sans"), url("../fonts/roboto/Roboto-Regular-webfont.woff") format("woff");
  font-weight: normal;
}

/*===================================================================================*/
/*	ITS GENERAL
/*===================================================================================*/
body {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/spacer.gif,sizingMethod=crop');
  zoom: 1;
  background-color: #eaeaea;
  color: #333;
  font-size: 15px;
  line-height: 165%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  image-rendering: auto;
  image-rendering: crisp-edges;
}

.container {
  position: relative;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #337ab7;
  border-color: #337ab7;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 12px 8px;
}

img[src*=".svg"] {
  height: 100%;
}

.media {
  margin-top: 0;
}

.media-body {
  width: auto;
}

iframe {
  border: none;
}

* > p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

::selection {
  background: #AAF2E4;
  /* Safari */
  color: #506A85;
}

::-moz-selection {
  background: #AAF2E4;
  /* Firefox */
  color: #506A85;
}

html:not(.no-csstransitions) main [class*="col-"] {
  opacity: 0;
  /* Hide content for animations on scroll in scripts.js */
}

#locations {
  background: #f3f4f5;
  width: 100%;
  position: fixed;
  padding: 10px;
  z-index: 1;
}

.navbar, main {
  background-color: #edf1f5;
}

/* A couple bootstrap 2 definitions until we can fix */
@media (min-width: 768px) {
  .span3 {
    width: 25%;
  }
  .span9, .span6 {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .span3 {
    width: 25%;
  }
  .span9, .span6 {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .span3 {
    width: 20%;
  }
  .span9, .span6 {
    width: 80%;
  }
}

/*===================================================================================*/
/*	General
/*===================================================================================*/
#wb-foot-links {
  background-color: #3d4043;
  margin-top: 35px;
}

#wb-foot-links .border-r {
  border-right: 1px solid #666;
  padding-top: 0;
}

#wb-foot-links .border-r.last {
  border-right: 0;
}

#wb-foot-links .border-r.first {
  padding-left: 0;
  height: 166px;
}

#wb-foot-links .border-r.second, #wb-foot-links .border-r.third {
  height: 166px;
}

#footer-cr-links {
  margin-left: -45px;
}

.footer-sub-menu {
  padding-left: 0;
}

.footer-sub-menu h5 {
  color: #acb1b7;
  font-family: "FiraLight", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/spacer.gif,sizingMethod=crop');
  zoom: 1;
  font-size: 18px;
}

.footer-sub-menu .fa-angle-right {
  font-size: 14px;
  line-height: 18px;
}

.social-media-icons {
  padding-left: 0;
}

.social-media-icons li {
  display: inline-block;
  padding: 0 5px 0 0;
}

.social-media-icons a {
  font-size: 25px;
  color: #acb1b7;
}

.social-media-icons a:hover, .social-media-icons a:active, .social-media-icons a:focus {
  color: #fff;
}

.ls-row.top-content-section-a,
.ls-row.top-content-section-b {
  padding: 35px 0;
}

#second-wb-main-in .ls-row.box.content-box {
  background-color: #fff;
}

p {
  margin-bottom: 20px;
}

/*p a:hover {
border-color: transparent;
}*/
a {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #002888;
}

a p {
  color: #333;
}

a:hover,
a:focus {
  color: #337ab7;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FiraLight", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/spacer.gif,sizingMethod=crop');
  zoom: 1;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #00254B;
  margin-top: 0;
  /*word-wrap: break-word;*/
}

h1 {
  font-size: 50px;
  line-height: 130%;
  margin-bottom: 10px;
}

h2 {
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
}

h2.clients {
  font-family: "Fira", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/spacer.gif,sizingMethod=crop');
  zoom: 1;
  text-transform: uppercase;
  margin: 0;
  line-height: 80%;
}

h3 {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 10px;
}

h4 {
  font-size: 17px;
  line-height: 140%;
  margin-bottom: 15px;
}

h5 {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 13px;
}

h6 {
  font-size: 12px;
  line-height: 160%;
  margin-bottom: 10px;
}

a .logo {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

a:hover .logo {
  opacity: .6;
}

ol {
  position: relative;
  padding-left: 22px;
}

ul {
  list-style: none;
  position: relative;
  padding-left: 22px;
}

.content ul {
  list-style: square;
  padding-bottom: 15px;
}

ol.footnotes, ul.footnotes {
  font-size: 12px;
  padding-left: 40px;
  margin-bottom: 20px;
}

ol.footnotes li, ul.footnotes li {
  margin-bottom: 0;
}

ol li {
  margin-bottom: 5px;
}

ul.contacts {
  padding-left: 0;
}

ul.contacts li {
  margin-bottom: 5px;
}

footer .border-l {
  border-left: 1px solid #666;
}

footer .border-r {
  border-right: 1px solid #666;
  min-height: 200px;
}

footer ul.contacts li {
  margin-bottom: 2px;
}

.footer-sub-menu li {
  margin: 10px 0px;
}

.footer-sub-menu li a {
  color: #acb1b7;
  border-bottom: 0;
}

.footer-sub-menu li a:hover {
  color: #fff;
}

.footer-sub-menu li a i {
  margin-right: 4px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  margin: auto;
}

#hero .item-slide {
  float: left;
  width: 25%;
  position: relative;
}

#hero .carousel.slide .carousel-inner .item {
  width: 100%;
  -webkit-transition: 1.5s ease-in-out left;
  -moz-transition: 1.5s ease-in-out left;
  -o-transition: 1.5s ease-in-out left;
  transition: 1.5s ease-in-out left;
}

#hero .carousel.slide .carousel-inner .item-slide img.media-object {
  width: 100%;
}

#hero .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 37, 75, 0.8);
  opacity: 0.5;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#hero a:hover .overlay {
  opacity: 0.9;
  background: #003168;
}

#hero .title h3 {
  color: #fff !important;
  font-size: 1.8em;
  line-height: 120%;
}

#hero .title h5 {
  color: #fff !important;
  font-size: 1.2em;
  margin-top: 10px;
}

#hero .title {
  opacity: 1;
  width: 100%;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  padding: 25px;
  padding-top: 25%;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  z-index: 1;
  transform: scale(1.05);
}

#hero .title:hover {
  text-shadow: none;
}

#hero a:hover .title {
  padding-top: 22%;
  transform: scale(1);
}

#hero p {
  color: #fff;
  font-size: 28px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: .015em;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  -webkit-transition: font 200ms ease-out, margin 200ms ease-out;
  -moz-transition: font 200ms ease-out, margin 200ms ease-out;
  -o-transition: font 200ms ease-out, margin 200ms ease-out;
  transition: font 200ms ease-out, margin 200ms ease-out;
}

#hero .button {
  opacity: 1;
  width: 100%;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  padding: 15px;
  bottom: 0px;
  z-index: 1;
}

#hero .btn {
  opacity: 0;
  width: 80%;
  margin-bottom: 0;
  -webkit-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
  -moz-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
  -o-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
  transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
}

#hero .item-slide:hover .btn {
  opacity: 1;
}

#hero a:hover .overlay {
  opacity: 0.9;
}

#hero .btn-large {
  font-size: 18px;
  padding: 18px 70px 20px;
}

#hero .carousel-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#hero .carousel-inner > .active {
  float: left;
}

#hero .carousel-container {
  width: 100%;
  margin: 0 auto;
}

#hero .container.carousel-show {
  position: relative;
}

#top-hero-wrap, #top-hero-column, #mid-wrap, #mid-tile-column {
  width: 100%;
}

header p {
  line-height: 160%;
  color: white;
}

p + h2,
p + h3 {
  padding-top: 15px;
}

.text-small {
  font-size: 16px;
  line-height: 160%;
}

.text-normal {
  font-size: inherit;
  line-height: inherit;
}

h2 + .text-small {
  margin-top: -5px;
}

header h2 + .text-small {
  margin-top: 0;
}

main header + *, .img-bg.img-bg-soft.tint-bg.parallax-window .btn-group {
  margin-top: 40px !important;
}

.dropcap {
  float: left;
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #F2F5F7;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  color: #506A85;
  margin: 6px 15px 0 0;
}

.dropcap-lg {
  float: left;
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #F2F5F7;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  color: #506A85;
  margin: 6px 15px 0 0;
}

blockquote {
  padding: 0;
  margin: 0;
  border: none;
}

blockquote p {
  font-size: 22px;
  line-height: 160%;
  font-style: italic;
}

blockquote footer,
blockquote small,
blockquote .small {
  color: #506A85;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before,
blockquote footer:after,
blockquote small:after,
blockquote .small:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #506A85;
  margin-bottom: .28em;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  margin-right: 10px;
}

blockquote footer:after,
blockquote small:after,
blockquote .small:after {
  margin-left: 10px;
}

hr {
  border: 0;
  border-bottom: 1px solid #CED7E0;
  margin: 50px 0;
}

.map iframe {
  display: block;
  max-width: 100%;
}

h2 + .panel-group,
p + .panel-group {
  padding-top: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.gold-box {
  background: #b8a86d;
  color: #fff;
}

.blue-box .content, .gold-box .content,
.blue-box h2, .gold-box h2 {
  color: #fff;
}

.blue-box .btn-block, .gold-box .btn-block {
  margin-top: 10px !important;
}

.blue-box hr, .gold-box hr {
  border: 0;
  border-bottom: 1px solid rgba(206, 215, 224, 0.24);
  margin: 20px 0;
}

.blue-box .btn-group-justified .btn, .gold-box .btn-group-justified .btn {
  margin: 5px;
}

.white-box {
  background: #fff;
  width: auto;
}

.white-box .content,
.blue-box .content, .gold-box .content {
  padding: 25px;
}

.white-box .image-half {
  overflow: hidden;
  width: 50%;
  display: inline-block;
  float: left;
}

.white-box .media-top {
  height: 175px;
  overflow: hidden;
}

.white-box .media-top img {
  width: 100%;
}

.col-sm-8 .white-box .media .media-body.content {
  padding: 40px;
  height: 200px;
  text-align: right;
  display: block;
}

.white-box .media-left.media-object {
  background-repeat: no-repeat;
  float: none;
  width: 100%;
  display: block;
  padding-right: 0;
}

.white-box .media-left.media-object a.btn-large {
  width: 200px;
  float: right;
}

.white-box .media-body.content h2 {
  text-align: right;
  color: white;
  padding-bottom: 20px;
}

.white-box .media-body.content p {
  text-align: right;
  max-width: 165px;
}

.white-box .media-left.media-object p {
  max-width: 100%;
}

.white-box .media-body.content-bottom {
  clear: both;
}

.white-box .media-body.content-bottom p {
  padding: 25px 20px !important;
  color: #333;
}

.midtile-backgroundimage .second-right .blue-box .content,
.midtile-backgroundimage .second-right .image-box .content {
  margin-top: 0;
}

.midtile-backgroundimage .second-right .image-box .content {
  background-repeat: no-repeat;
  background-position: 25% 120px;
}

.midtile-backgroundimage .back-image .btn-large.rbcblue {
  width: 100%;
  background-color: #002888;
  border: 0;
  margin-right: 5px;
  margin-bottom: 10px;
}

.midtile-backgroundimage .back-image .btn-large.rbcgrey {
  width: 100%;
  background-color: #707A78;
  border: 0;
  margin-right: 5px;
  margin-bottom: 10px;
}

.midtile-backgroundimage .back-image .btn-large.grey {
  width: 48%;
  background-color: #707A78;
  border: 0;
}

.midtile-backgroundimage .back-image p.mid-text {
  color: #333;
  margin: 0 0 40px 0;
}

.white-box .media-body.content .profile-txt p {
  text-align: left;
  float: none;
  max-width: inherit;
}

.white-box.profile-thumb .media-body.content p {
  text-align: left;
  float: none;
  max-width: inherit;
}

.ls-canvas .ls-area#ls-row-1-area-1,
.ls-canvas .ls-area#ls-row-2-area-1,
.ls-canvas .ls-area#wb-foot-links-area,
.ls-canvas .ls-area#wb-foot-copyright-area {
  margin-bottom: 0;
}

.ls-canvas .ls-col.container#ls-row-4-col-1 {
  margin-bottom: 25px;
}

.ls-canvas .ls-area {
  overflow: visible !important;
}

/*===================================================================================*/
/*	SECONDARY PAGE MAIN CONTENT AREA START
/*===================================================================================*/
.ls-cmp-wrap#w1464287394486 .white-box {
  margin-right: 0;
}

.ls-row.container#wrap-second {
  background-color: #fff;
  margin-bottom: 45px;
  width: 100%;
}

.ls-row.container#wrap-second #second-wb-main-carousel {
  width: 1170px;
  margin: 20px auto 0;
}

.ls-row.container#wrap-second #second-wb-main {
  max-width: 1170px;
  margin: -165px auto 0;
}

.secondary-page-banner {
  height: 530px;
  position: relative;
  background-position: center;
  background-size: cover;
  min-height: 500px;
}

.secondary-page-banner .crumbs {
  position: absolute;
  bottom: -40px;
}

.secondary-page-banner h1 {
  color: white;
  margin-top: 40px;
  margin-bottom: 25px;
}

.secondary-page-banner h4 {
  color: white;
  max-width: 640px;
  margin-bottom: 82px;
}

.secondary-page-banner p {
  max-width: 420px;
  height: 195px;
  font-size: 20px;
  font-family: "Fira", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/spacer.gif,sizingMethod=crop');
  zoom: 1;
}

#second-wb-main-carousel .content.html-content h1 {
  margin-top: 50px;
}

#second-wb-main {
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: -100px;
  position: relative;
}

#second-wb-main #second-wb-main-in {
  padding: 50px 50px 0;
}

/* SECONDARY PAGE CAROUSEL START */
.secondary-page-top {
  height: 786px;
  background-color: #fff;
}

.wrapper-secondary-carousel {
  background-color: rgba(255, 255, 255, 0.6);
  max-width: 1340px;
  margin: auto auto 30px;
}

.wrapper-secondary-carousel .wrapper-background-carousel {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}

.wrapper-secondary-carousel .wrapper-background-carousel h2 {
  padding-top: 20px;
}

.carousel-secondary .carousel.slide {
  background-color: #e9f1f7;
  padding: 25px;
  max-width: 1170px;
  min-height: 350px;
}

.wrapper-secondary-carousel .wrapper-background-carousel h2 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.carousel-secondary {
  position: relative;
  max-width: 1170px;
}

.carousel-secondary .item-slide {
  position: relative;
  clear: both;
}

.carousel-secondary .item-slide img.media-object {
  margin-right: 50px;
  margin-bottom: 8px;
  float: left;
}

.carousel-secondary .item-slide .title {
  /*float: left;
    max-width: 640px;*/
}

.carousel-secondary .item-slide .title h1 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #002888;
}

.carousel-secondary .item-slide .title h2 {
  font-size: 18px;
  letter-spacing: 0.5px;
  padding-top: 0;
  margin-bottom: 20px;
}

.carousel-secondary .item-slide .title h5 {
  font-size: 16px;
  margin-bottom: 60px;
  letter-spacing: 0;
}

.carousel-secondary .carousel.slide .carousel-inner .item {
  width: 100%;
}

.carousel-control.right {
  background-image: none;
  right: -150px;
  top: 20%;
}

.carousel-control.left {
  background-image: none;
  left: -150px;
  top: 20%;
}

.container.carousel-secondary {
  max-width: 1170px;
}

.carousel-secondary .carousel-indicators {
  position: absolute;
  background-image: url("/assets/rbcits/images/citizenship/citizenship-main-banner.jpg");
  bottom: 0;
  left: 50%;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: -50%;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0 2px;
}

.carousel-secondary .carousel-indicators li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  width: 25%;
  height: 100%;
  line-height: 1.6;
  min-height: 50px;
  margin: 0;
  padding-top: 12px;
  vertical-align: bottom;
  text-indent: inherit;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 5px solid transparent;
}

.carousel-secondary .carousel-indicators li.active {
  border-bottom: 5px solid #002888;
}

.wrapper-background-carousel .glyphicon.glyphicon-chevron-left:before {
  content: url("/assets/rbcits/images/left-arrow.png");
}

.wrapper-background-carousel .glyphicon.glyphicon-chevron-right:before {
  content: url("/assets/rbcits/images/right-arrow.png");
}

/* SECONDARY PAGE CAROUSEL END */
#secondary-page-footer-banner.img-bg.img-bg-soft.tint-bg:before {
  background-color: #293F73;
  opacity: .84;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content-innerrow #wb-main .second-right .white-box {
  width: auto;
  height: 385px;
  margin-top: 0;
  margin-bottom: 25px;
}

#second-content-innerrow {
  padding-top: 0;
  padding-bottom: 30px;
}

#second-content-innerrow #second-left-col {
  float: left;
  margin: 0;
  padding-right: 30px;
}

#second-content-innerrow #second-left-col .col-sm-3 {
  width: 100%;
}

#second-content-innerrow #second-left-col .white-box {
  width: auto;
  margin: 0;
}

.second-right .white-box {
  width: 330px;
  height: 385px;
  margin-top: 0;
  margin-right: 0;
}

#second-content-innerrow .second-right {
  margin-top: 0;
}

#second-content-innerrow #second-wb-main .second-right .white-box {
  width: 330px;
  height: 385px;
  margin: 0 0 25px;
}

#second-content-innerrow #second-wb-main .second-main .white-box {
  width: 420px;
  height: 385px;
  margin: 0 0 25px;
}

#second-content-innerrow #second-wb-main .second-main .blue-box .content {
  width: 470px;
  height: 385px;
  margin-top: 0;
  margin-bottom: 25px;
}

#second-content-innerrow #second-wb-main .second-main .blue-box {
  width: 470px;
  height: 385px;
  margin-right: 30px;
}

.vertical-image-box .white-box {
  width: 100%;
  margin-right: 0;
}

.vertical-image-box .media-top img {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}

.vertical-trio-boxes a p {
  color: #333;
}

.col-sm-4.vertical-trio-boxes .media {
  min-height: 330px;
  padding-top: 20px;
  background: #fff;
}

.vertical-image-box .media-body.wrapper {
  width: 370px;
  position: relative;
}

.vertical-image-box .media-body.wrapper .media-body.content {
  width: 370px;
}

.vertical-image-box .media:hover {
  background-color: #eee;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.vertical-image-box .media-body p.text-center {
  position: absolute;
  bottom: 20px;
  width: 85%;
}

.vertical-image-box .white-box {
  box-shadow: none;
}

.vertical-image-box h3 {
  text-align: center;
}

.vertical-image-box .media-body .content p {
  text-align: center;
  max-width: 270px;
  margin: 0 auto 20px;
}

.vertical-image-box .media-top, .vertical-image-box .media-top img {
  height: auto !important;
  overflow: auto;
}

.vertical-image-box .media-top:before {
  display: none;
}

.career-tile .well-grey.technology.fr {
  min-height: 293px !important;
}

ul.list-glossary {
  list-style: none;
  float: left;
  padding: 0;
}

ul.list-glossary li {
  display: inline;
  padding: 0 16px 0 12px;
  border-right: 1px solid #ddd;
}

/*===================================================================================*/
/*	SECONDARY PAGE FOOTER BANNER
/*===================================================================================*/
.footer-video {
  margin: 0 0 40px;
}

.footer-video .container {
  padding: 45px 0;
}

.footer-video header h1 {
  margin-bottom: 20px;
}

.footer.img-bg .container h1 {
  color: #fff;
  font-size: 4em;
  margin-bottom: 50px;
}

.footer-video .container header {
  padding: 0 25px;
}

.footer-video .container header h1 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 20px;
}

.footer-video .container header p {
  color: #fff;
  margin-bottom: 15px;
  width: 100%;
}

.footer-video .content.html5-video #video_container {
  margin-bottom: 0;
}

.content.html5-video #video_container {
  padding: 6px;
}

.content.html5-video {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.html5-video #video_container {
  width: 100%;
  position: relative;
  padding: 5px;
  background-color: white;
}

#footer-video-white h1 {
  color: #002888;
}

#footer-video-white p {
  color: #333;
  font-size: 17px;
}

#footer-quote {
  margin-top: -45px;
}

#footer-quote header {
  float: left;
  max-width: 900px;
  padding-right: 30px;
}

#footer-quote header h3 {
  margin-bottom: 30px;
  font-family: "FiraLight", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/spacer.gif,sizingMethod=crop');
  zoom: 1;
  font-size: 23px;
}

#footer-quote header h3:before {
  content: url("/assets/rbcits/images/first-quotes-dark.png");
  padding-right: 5px;
}

#footer-quote header h3:after {
  content: url("/assets/rbcits/images/last-quotes-dark.png");
  padding-left: 5px;
}

#footer-quote header p {
  margin-bottom: 0;
  font-size: 20px;
  color: #000;
}

#future-emp header h3:before {
  content: url("/assets/rbcits/images/first-quotes.png");
  padding-right: 5px;
}

#future-emp header h3:after {
  content: url("/assets/rbcits/images/last-quotes.png");
  padding-left: 5px;
}

#footer-quote header p:last-child {
  margin-bottom: 25px !important;
}

#footer-quote .footer-quote-image {
  float: left;
}

/*===================================================================================*/
/*	SECONDARY PAGE MAIN CONTENT AREA END
/*===================================================================================*/
/*===================================================================================*/
/*	INNER PAGE MAIN CONTENT AREA START
/*===================================================================================*/
.inner {
  padding-top: 30px;
  padding-bottom: 20px;
}

.page-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content-innerrow #left-col {
  float: left;
  margin: 0;
}

#content-innerrow #left-col .white-box {
  width: auto;
  margin: 0;
}

#content-innerrow #left-col .col-sm-3 {
  width: 100%;
}

#content-innerrow #wb-main {
  margin: 0;
}

#content-innerrow .span9 {
  float: left;
  margin: 0;
}

#content-innerrow #wb-main .white-box {
  margin: 0 0 25px;
}

#second-content-innerrow #second-wb-main {
  float: left;
  margin: 0;
}

#second-content-innerrow #second-wb-main .ls-cmp-wrap {
  float: left;
}

#second-content-innerrow #second-wb-main .container {
  width: auto;
}

#second-content-innerrow #second-wb-main .white-box {
  /* width: 922px; Breaks responsive scaling */
  margin: 0 0 25px;
}

#accordion .panel-body table td {
  padding-right: 15px;
}

#icr-accordion .panel-body table td {
  width: 500px;
  padding: 4px 15px 4px 0;
  border-bottom: 1px solid #eae9e9;
}

.priority-boxes {
  background-color: #f2f5f7;
  padding: 20px 20px 0 20px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 320px;
}

/*===================================================================================*/
/*	INNER PAGE MAIN CONTENT AREA END
/*===================================================================================*/
.slider2 {
  background: url(../images/pic1.jpg) no- repeat 50% 0 !important;
  /* UPDATE WITH YOUR OWN IMAGE */
}

.img-bg-short {
  background-position: center !important;
  background-size: cover;
  min-height: 500px;
  color: #333;
  border-bottom: 20px solid transparent !important;
}

.img-bg-short .inner {
  padding-top: 30px;
  padding-bottom: 0px;
}

.img-bg-short h1 {
  font-size: 44px;
  line-height: 100%;
  margin-bottom: 5px;
}

.img-bg,
.img-bg-center {
  background-position: center !important;
  background-size: cover;
  min-height: 290px;
}

.img-bg-top {
  background-position: top !important;
  background-size: cover;
}

.img-bg-bottom {
  background-position: bottom !important;
  background-size: cover;
}

.img-bg-soft,
.img-bg-softer {
  background-position: center;
  position: relative;
}

.img-bg-soft:before,
.img-bg-softer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.light-bg.img-bg-soft:before {
  background-color: #F2F5F7;
  opacity: .66;
}

.dark-bg.img-bg-soft:before {
  background-color: #2F4052;
  opacity: .57;
}

.tint-bg.img-bg-soft:before {
  background-color: #293F73;
  opacity: .5;
}

.light-bg.img-bg-softer:before {
  background-color: #002888;
  opacity: .95;
}

.dark-bg.img-bg-softer:before {
  background-color: #2F4052;
  opacity: .97;
}

.tint-bg.img-bg-softer:before {
  background-color: #f9d117;
  opacity: .96;
}

.screen-container {
  position: relative;
  width: 100%;
  height: auto !important;
  background: url("../images/art/screen-container.png") no-repeat top/100%;
  overflow: hidden;
}

.screen-container:before {
  content: "";
  display: block;
  padding-top: 47%;
}

.screen-container .tab-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5% 4.5%;
  padding-bottom: 0;
}

.sidelines {
  position: relative;
  line-height: 100%;
  border-bottom: 1px solid #CED7E0;
  margin-top: -.35em;
  margin-bottom: 1.5em;
}

.sidelines span {
  position: relative;
  top: .5em;
  background: #FFF;
  padding: 0 .5em 0 0;
}

.sidelines.text-right span,
.text-right .sidelines span {
  padding: 0 0 0 .5em;
}

.sidelines.text-center span,
.text-center .sidelines span {
  padding: 0 .5em;
}

.team-headline.sidelines {
  margin-top: -20px;
  margin-bottom: 40px;
}

.light-bg .sidelines {
  border-color: #BCC7D1;
}

.light-bg .sidelines span {
  background: #F2F5F7;
}

.dark-bg .sidelines {
  border-color: #73879C;
}

.dark-bg .sidelines span {
  background: #2F4052;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video_container {
  width: 100%;
  position: relative;
  background-color: white;
}

iframe + iframe {
  margin-top: 10px;
}

.icon {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.icon.circle {
  padding: 30px;
  border: 1px solid #f9d117;
  border-radius: 50%;
}

.icon.circle.xs {
  padding: 15px;
}

.icon.circle.sm {
  padding: 20px;
}

.icon.circle.lg {
  padding: 35px;
}

.icon i.icn {
  display: block;
  color: #f9d117;
  font-size: 65px;
  line-height: 100%;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.icon i.icn.xs {
  font-size: 20px;
}

.icon i.icn.sm {
  font-size: 35px;
}

.icon i.icn.lg {
  font-size: 85px;
}

i.contact {
  margin-right: 5px;
  width: auto;
  height: auto;
  line-height: 18px;
}

.tagcloud {
  line-height: 25px;
}

.tag {
  /*margin: 2px 0px!important;*/
  text-align: left;
}

.tag [data-role="view"] {
  margin-left: 8px;
  cursor: pointer;
  float: right;
}

.tag [data-role="view"]:after {
  content: '\f06e';
  font-family: FontAwesome;
  padding: 0px 2px;
}

.tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

.tag [data-role="remove"]:after {
  content: '\f00d';
  font-family: FontAwesome;
  padding: 0px 2px;
}

.alert-info {
  color: #337ab7;
  background-color: rgba(117, 166, 208, 0.2);
  border-color: transparent;
}

.grey-box-container {
  background-color: #eaeaea;
  padding: 20px;
  margin-bottom: 15px;
  margin-left: 15px;
  float: right;
  width: 200px;
}

/*  CONTACT US */
address {
  padding-left: 20px;
}

address a {
  color: #002888;
}

address h3 .fa {
  font-size: 25px;
  color: #ced7e0;
}

address .btn-map {
  margin: 10px 0px 0px 0 !important;
}

.white-box .map {
  padding: 0px !important;
}

.map img {
  width: 100%;
}

.contact-us hr {
  border-bottom: 1px solid #EFEFEF;
  margin: 20px 0;
}

.contact-panel-group .panel {
  border: 1px solid #f2f5f7 !important;
}

/* CONTACT US END */
/* How We Help > Credential icons and texts START */
.credential-header.fr {
  font-size: 30px;
}

/* How We Help > Credential icons and texts END */
footer {
  font-size: 12px !important;
  line-height: 22px;
}

footer.dark-bg {
  color: #3d4043;
}

footer .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .row .inner {
  padding: 25px;
}

footer .logo {
  height: auto;
  max-height: 100%;
  margin-bottom: 20px;
}

footer h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

footer p {
  margin-bottom: 15px;
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu li {
  display: inline;
  padding-left: 4px;
}

.footer-menu li:before {
  display: inline-block;
  content: "|";
  padding-right: 4px;
}

.footer-menu li:first-child:before {
  display: none;
}

.footer-bottom {
  background: #002888;
  color: #fff;
}

.footer-bottom .container.inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-bottom p,
.footer-bottom a {
  color: #fff;
}

.footer-bottom p {
  padding: 0;
  margin: 0 0 20px 0 !important;
}

.footer-bottom p small {
  line-height: 15px;
  font-size: 12px;
}

.footer-menu.pull-right li a {
  font-size: 12px;
  border-bottom: 0;
}

.last-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.last-right {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.reset-margin {
  margin: 0;
}

.reset-margin-left {
  margin-left: 0;
}

.reset-margin-right {
  margin-right: 0;
}

.reset-padding {
  padding: 0;
}

.reset-padding-left {
  padding-left: 0;
}

.reset-padding-right {
  padding-right: 0;
}

.single-block {
  padding: 0;
  border: 0;
  margin: 0;
}

h1 + .single-line,
h2 + .single-line,
h3 + .single-line,
h4 + .single-line {
  margin-top: -.5em;
}

.img-intext {
  margin-bottom: 20px;
}

.thumbs.no-gap {
  margin-left: 0;
  margin-right: 0;
}

.thumbs.no-gap .thumb {
  padding: 0;
}

.thumbs.gap-xs {
  margin-left: -5px;
  margin-right: 0;
}

.thumbs.gap-xs .thumb {
  padding: 0 0 5px 5px;
}

.thumbs.gap-sm {
  margin-left: -10px;
  margin-right: 0;
}

.thumbs.gap-sm .thumb {
  padding: 0 0 10px 10px;
}

.thumbs.gap-md {
  margin-left: -20px;
  margin-right: 0;
}

.thumbs.gap-md .thumb {
  padding: 0 0 20px 20px;
}

.thumbs.gap-lg {
  margin-left: -30px;
  margin-right: 0;
}

.thumbs.gap-lg .thumb {
  padding: 0 0 30px 30px;
}

.content.contact-us .col-sm-4 {
  width: 25%;
}

.content #national .col-sm-5 {
  width: 33.3%;
}

.content.contact-us hr,
.content #national hr {
  margin: 20px 0;
}

/*===================================================================================*/
/*	HIDING SUBMENU ITEMS - OUR INSIGHTS & CITIZENSHIP
/*===================================================================================*/
.sticky-wrapper {
  height: auto !important;
}

.sticky-wrapper .container-inner ul.nav.navbar-nav li:nth-child(2) ul.dropdown-menu,
.sticky-wrapper .container-inner ul.nav.navbar-nav li:nth-child(2) .fa.fa-angle-down,
.sticky-wrapper .container-inner ul.nav.navbar-nav li:nth-child(4) ul.dropdown-menu,
.sticky-wrapper .container-inner ul.nav.navbar-nav li:nth-child(4) .fa.fa-angle-down,
#rbccm-navbar-collapse-1 > ul:nth-child(2) > li:nth-child(2) > ul {
  display: none;
}

/*===================================================================================*/
/*	SIDE NAV
/*===================================================================================*/
.side-nav {
  padding-left: 0px;
  margin-bottom: 0px;
}

.side-nav li a {
  background: #fff;
  padding: 10px 15px !important;
  padding-right: 25px !important;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  color: #002888;
}

.side-nav li a.last {
  border-bottom: none;
}

.side-nav li a.active, .side-nav li a.active:hover {
  background: #EEE;
  font-weight: 600;
  cursor: pointer;
}

.side-nav .collapse li a, .side-nav .collapse li a:hover {
  font-weight: 400;
}

.side-nav .collapse li a.active, .side-nav .collapse li a.active:hover,
.side-nav .collapse li.active a, .side-nav .collapse li.active:hover a {
  background: #EEE !important;
  color: #002888;
  cursor: pointer;
}

.side-nav li a:hover {
  color: #002888;
  background: #F5F5F5;
  cursor: pointer;
}

.side-nav li a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  display: inline-block;
  text-decoration: none;
  text-align: right;
  right: 0;
  padding-right: 15px;
  margin-top: 0px;
  color: #666 !important;
}

.side-nav li a.active:after {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  display: inline-block;
  text-decoration: none;
  text-align: right;
  right: 0;
  padding-right: 15px;
  margin-top: 0px;
  color: #666 !important;
}

.side-nav .collapse li a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  display: inline-block;
  text-decoration: none;
  text-align: right;
  right: 0;
  padding-right: 15px;
  margin-top: 0px;
  color: #999 !important;
}

.side-nav li:first-child a:after {
  content: '\f107';
}

.side-nav li ul li a:after {
  content: '\f105' !important;
}

ul.side-nav li.toplink-tab ul.side-nav li.active a.active.collapsed:after {
  content: '\f105' !important;
}

.panel-group .panel, .panel-default {
  border-bottom-width: 1px !important;
  border-radius: 0px !important;
}

ul.panel-collapse li a {
  padding-left: 25px !important;
  color: #002888;
  font-size: 14px;
}

ul.panel-collapse li {
  background: #EFEFEF !important;
}

ul.panel-collapse li:after {
  color: transparent !important;
}

.toplink-tab a.toplink-tab-link {
  font-weight: 600 !important;
}

ul.panel-collapse#collapseOne li a {
  background-color: white !important;
  padding-left: 25px !important;
}

ul.panel-collapse li.active ul.panel-collapse#collapseOne li a {
  padding-left: 40px !important;
}

#accordion.contact-panel-group .panel-default-left {
  width: 49%;
  float: left;
}

#accordion.contact-panel-group .panel-default-right {
  width: 49%;
  float: right;
  margin-top: 0;
}

/*===================================================================================*/
/*	LEFT NAVIGATION - NO SITEMAP LINKING
/*===================================================================================*/
.left-nav-no-sitemap ul {
  list-style: none;
  padding-left: 0;
}

.left-nav-no-sitemap ul.left-top-nav li a {
  font-weight: 600 !important;
  background: #fff;
  padding: 10px 15px !important;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  color: #002888;
  padding-left: 15px !important;
}

.left-nav-no-sitemap ul.left-top-nav li ul.left-middle-nav a {
  font-weight: normal !important;
  background: #fff;
  padding: 10px 15px !important;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  color: #002888;
  padding-left: 25px !important;
}

.left-nav-no-sitemap ul.left-top-nav li a:after {
  content: '\f107';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  display: inline-block;
  text-decoration: none;
  text-align: right;
  right: 0;
  padding-right: 15px;
  margin-top: 0px;
  color: #666 !important;
}

.left-nav-no-sitemap ul li ul.left-middle-nav a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  display: inline-block;
  text-decoration: none;
  text-align: right;
  right: 0;
  padding-right: 15px;
  margin-top: 0px;
  color: #666 !important;
}

.left-nav-no-sitemap ul li a.active {
  background-color: #EEE !important;
  border: 1px solid #fff;
  font-weight: 600 !important;
}

.left-nav-no-sitemap ul li ul.left-middle-nav a:hover,
.left-nav-no-sitemap ul.left-top-nav li a:hover {
  background-color: #F5F5F5;
}

/*===================================================================================*/
/*	BUTTONS
/*===================================================================================*/
#buttons .btn {
  margin: 5px 3px;
}

#buttons .btn-wrapper {
  margin: 30px 0;
}

.btn {
  color: #FFF !important;
  background: #002888;
  padding: 11px 20px 13px;
  margin: 0px;
  font-size: 15px;
  text-shadow: none;
  border: none;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-border-radius: 3px;
  border-radius: 4px;
}

.btn:hover, .btn:focus, .btn:active {
  border-color: #006ac3 !important;
  background-color: #006ac3 !important;
}

.btn i {
  margin-right: 4px;
}

.btn-outline-white {
  background: transparent;
  border: 1px solid #fff;
  font-size: 0.95em;
  line-height: 20px;
  font-weight: 500;
}

.btn-outline-blue {
  background: transparent;
  color: #002888 !important;
  border: 1px solid #002888;
  font-size: 0.95em;
  line-height: 20px;
  font-weight: 500;
}

.btn:hover {
  opacity: 0.5;
}

.btn-outline-tan {
  background: transparent;
  border: 1px solid #b8a970;
  color: #b8a970 !important;
}

.btn-small {
  padding: 5px 13px 6px;
  font-size: 13px;
}

.btn-large {
  padding: 14px 15px;
  font-size: 15px;
  line-height: 20px;
  min-width: 180px;
}

.login .btn-large.btn-login {
  padding: 10px 30px 10px;
  max-width: 157px;
  min-width: inherit;
  width: 100%;
  margin-top: 4px;
  min-height: 20px;
}

.btn.btn-navy {
  background: #34495E;
}

.btn.btn-gray {
  background: #999;
}

.btn.btn-light-gray {
  background: #eee;
  color: #ccc !important;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  margin: 0px 15px;
}

.btn-group > .btn {
  border-radius: 4px !important;
}

.btn-group-center .btn {
  margin: 5px;
}

.btn-group a.btn-large {
  margin-right: 20px;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
  background: #777 !important;
}

/*.tint-bg .btn {
background: #FFF !important;
color: #f9d117 !important;
}
.tint-bg .btn:hover {
background: #00254b !important;
color: #fff !important;
}*/
.btn.share-facebook {
  background: #3d5b9b !important;
}

.btn.share-facebook:hover {
  background: #334c8e !important;
}

.btn.share-twitter {
  background: #5aa8cd !important;
}

.btn.share-twitter:hover {
  background: #499ac8 !important;
}

.btn.share-googleplus {
  background: #3b3b3b !important;
}

.btn.share-googleplus:hover {
  background: #2e2e2e !important;
}

.btn.share-pinterest {
  background: #c53942 !important;
}

.btn.share-pinterest:hover {
  background: #bc2d32 !important;
}

.btn-share-lg,
.btn-share-md,
.btn-share-sm,
.btn-share-xs {
  display: table;
  position: relative;
  z-index: 0;
  width: 100%;
  text-align: center;
}

.btn-share-lg i,
.btn-share-md i,
.btn-share-sm i,
.btn-share-xs i {
  display: table-cell;
  vertical-align: middle;
}

.btn-share-lg {
  height: 250px;
}

.btn-share-lg i {
  font-size: 80px;
}

.btn-share-md {
  height: 180px;
}

.btn-share-md i {
  font-size: 60px;
}

.btn-share-sm {
  height: 120px;
}

.btn-share-sm i {
  font-size: 40px;
}

.btn-share-xs {
  height: 80px;
}

.btn-share-xs i {
  font-size: 28px;
}

.btn-share-lg i:after,
.btn-share-md i:after,
.btn-share-sm i:after,
.btn-share-xs i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

/*.btn-share-lg:hover i:after,
.btn-share-md:hover i:after,
.btn-share-sm:hover i:after,
.btn-share-xs:hover i:after {
height: 100%;
}*/
.btn-share-lg:hover .icon-s-facebook:after,
.btn-share-md:hover .icon-s-facebook:after,
.btn-share-sm:hover .icon-s-facebook:after,
.btn-share-xs:hover .icon-s-facebook:after {
  background: #3B5998;
  background: #4668B3;
}

.btn-share-lg:hover .icon-s-gplus:after,
.btn-share-md:hover .icon-s-gplus:after,
.btn-share-sm:hover .icon-s-gplus:after,
.btn-share-xs:hover .icon-s-gplus:after {
  background: #DD4B39;
  background: #DE5745;
}

.btn-share-lg:hover .icon-s-twitter:after,
.btn-share-md:hover .icon-s-twitter:after,
.btn-share-sm:hover .icon-s-twitter:after,
.btn-share-xs:hover .icon-s-twitter:after {
  background: #00ACED;
  background: #2FBBED;
}

.btn-share-lg p,
.btn-share-md p,
.btn-share-sm p,
.btn-share-xs p {
  position: absolute;
  height: 1.1em;
  font-family: 'Lato', sans-serif;
  line-height: 100%;
  color: #FFF;
  margin: auto;
  opacity: 0;
}

.btn-share-lg p,
.btn-share-md p {
  top: 20px;
}

.btn-share-sm p,
.btn-share-xs p {
  top: 0;
  bottom: 0;
}

.btn-share-sm p {
  font-size: 16px;
}

.btn-share-xs p {
  font-size: 15px;
}

.btn-share-lg:hover p,
.btn-share-md:hover p,
.btn-share-sm:hover p,
.btn-share-xs:hover p {
  opacity: 1;
}

.btn-share-lg .name,
.btn-share-md .name,
.btn-share-sm .name,
.btn-share-xs .name {
  left: 25px;
}

.btn-share-lg .counter,
.btn-share-md .counter,
.btn-share-sm .counter,
.btn-share-xs .counter {
  right: 25px;
}

.btn-share-lg:hover,
.btn-share-md:hover,
.btn-share-sm:hover,
.btn-share-xs:hover {
  color: #FFF;
}

/*h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
p .btn {
margin-left: 15px;
}*/
.txt-btn {
  font-size: 105%;
  font-weight: 700;
}

.txt-btn:after {
  font-family: 'fontello';
  font-size: 75%;
  content: '\e846';
  margin-left: 7px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.txt-btn:hover:after {
  margin-left: 12px;
}

/*===================================================================================*/
/*	ACCORDION / TOGGLE
/*===================================================================================*/
.panel-group {
  margin-bottom: 0;
}

.panel-group + .panel-group {
  margin-top: 20px;
}

.panel-group .panel {
  background: #FFF;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-bottom-width: 2px;
  border-radius: 3px;
  box-shadow: none;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-color: #E6E9ED;
}

.panel-body {
  padding: 25px;
}

.panel-heading {
  background-color: inherit !important;
  color: inherit !important;
  padding: 0;
  border-color: inherit !important;
}

.panel-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  font-weight: 700;
}

.panel-title > a {
  display: block;
  padding: 15px 25px 15px;
}

.panel-title > a.collapsed {
  background: #f2f5f7;
  color: #002888;
}

.panel-title > a {
  color: #fff;
  background: #002888;
}

.panel-title > a:hover {
  opacity: 0.8;
}

.panel-title > a.collapsed {
  color: #002888;
  background: #f2f5f7;
}

.panel-title > a span {
  display: block;
  position: relative;
  top: 0;
  margin-bottom: -20px;
  color: #506A85;
  padding-right: 25px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.text-right .panel-title > a span {
  padding-left: 25px;
  padding-right: 0;
}

.text-center .panel-title > a span {
  padding-left: 0;
  padding-right: 0;
}

.panel-title > a:hover span {
  color: inherit;
}

.text-center .panel-title > a:hover span {
  top: .5em;
  color: transparent;
}

.panel-title > a span:after {
  content: '\f078';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  display: inline-block;
  text-decoration: none;
  text-align: right;
  right: -10px;
  margin-top: -20px;
  color: #fff;
}

.text-right .panel-title > a span:after {
  left: 0;
  right: auto;
}

.text-center .panel-title > a span:after {
  left: 0;
  opacity: 0;
}

.panel-title > a.collapsed span:after {
  content: "\f054";
  color: #002888;
}

.text-center .panel-title > a:hover span:after {
  color: #f9d117;
  top: -.5em;
  opacity: 1;
}

.panel-group .bordered {
  background: #FFF;
}

.blank .panel-title > a.collapsed {
  background: #FFF;
}

.panel-group.blank .panel {
  background: none;
}

.panel-group.blank .panel {
  border: none;
}

.blank .panel-title > a.collapsed,
.blank .panel-title > a {
  border: 1px solid #E6E9ED;
}

.blank .panel-title > a,
.blank .panel-title > a:hover {
  background: #F5F7FA;
}

.blank .panel-heading,
.blank .panel-title > a {
  border-radius: 3px;
}

.panel-group.blank .panel-heading + .panel-collapse .panel-body {
  border: none;
}

.blank .panel-body {
  padding: 35px 0;
}

.blank.panel-group .bordered,
.light-bg .panel-group .bordered,
.dark-bg .panel-group .bordered {
  background: #F5F7FA;
}

.light-bg .blank.panel-group .bordered {
  background: #FFF;
}

/*===================================================================================*/
/*	PORTFOLIO
/*===================================================================================*/
.items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.items:before,
.items:after {
  display: table;
  content: "";
  line-height: 0;
}

.items:after {
  clear: both;
}

.items li {
  float: left;
  min-height: 1px;
  position: relative;
}

.items.col-3 {
  margin-left: -8px;
  margin-bottom: -8px;
}

.items.col-3 li {
  width: 318px;
  margin-left: 8px;
  margin-bottom: 8px;
}

.items.col-3.gap {
  margin-left: -20px;
  margin-bottom: -20px;
}

.items.col-3.gap li {
  width: 310px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.items.col-4 {
  margin-left: -10px;
  margin-bottom: -10px;
}

.items.col-4 li {
  width: 235px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.items.col-4 .post-title {
  font-size: 16px;
  margin-bottom: 3px;
}

.items.fullscreen {
  width: 100%;
  clear: both;
  margin: 0 0 -1px 0;
  padding: 0;
  list-style: none;
}

.items.fullscreen li {
  float: left;
  position: relative;
  background: none;
  padding: 0;
  width: 16.666666666%;
}

.items.fullscreen li img {
  display: block;
  /*position: relative;*/
  width: 100%;
  height: auto;
}

.items.fullscreen:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.items li img {
  display: block;
  width: 100%;
}

.items li,
.items li img,
.thumbs .thumb figure {
  display: block;
  position: relative;
}

.items li {
  overflow: hidden;
}

.items li .text-overlay,
.thumbs .thumb .text-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 10%;
  font: 0px/0 a;
  /* remove the gap between inline(-block) elements */
  background-color: rgba(26, 187, 156, 0.9);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}

.items li .text-overlay:before,
.thumbs .thumb .text-overlay:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.items li:hover .text-overlay,
.thumbs .thumb:hover .text-overlay {
  opacity: 1;
}

.thumbs .thumb:hover .member .text-overlay {
  opacity: 0;
}

.thumbs .thumb .member .member-image:hover .text-overlay {
  opacity: 1;
}

.items li .text-overlay .info,
.thumbs .thumb .text-overlay .info {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 22px;
  /*color: #FFF;*/
  text-align: center;
}

.items li .text-overlay .info h2,
.thumbs .thumb .text-overlay .info h2,
.items li .text-overlay .info h3,
.thumbs .thumb .text-overlay .info h3,
.items li .text-overlay .info h4,
.thumbs .thumb .text-overlay .info h4 {
  color: #FFF;
  margin-bottom: 2px;
}

.items li .text-overlay .info p,
.thumbs .thumb .text-overlay .info p {
  font-size: 14px;
  line-height: 22px;
  color: #FFF;
  margin-bottom: 0;
}

.items li .text-overlay .info.big p,
.thumbs .thumb .text-overlay .info.big p,
#hero .items li .text-overlay .info.big p,
#hero .thumbs .thumb .text-overlay .info.big p {
  font-size: 18px;
  line-height: 140%;
  padding-top: 10px;
  margin-top: 0;
}

#clients .thumb .text-overlay {
  background: none;
}

#clients .thumb img {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

#clients .thumb:hover img {
  opacity: .1;
}

#clients .thumb .text-overlay .info h4,
#clients .thumb .text-overlay .info p {
  color: inherit;
}

.filter,
.format-filter {
  padding: 0;
  margin-bottom: 40px;
}

.filter:before,
.format-filter:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #CED7E0;
}

.filter li,
.format-filter li {
  display: inline;
  position: relative;
  background: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: .031em;
  margin: 0 -2px;
}

.light-bg .format-filter li {
  background: #F2F5F7;
}

.filter li:after,
.format-filter li:after {
  content: "\00b7";
}

.filter li:last-child:after,
.format-filter li:last-child:after {
  content: "";
}

.filter li a,
.format-filter li a {
  padding: 0 15px;
}

.light-bg .filter:before {
  border-color: #BCC7D1;
}

.light-bg .filter li {
  background: #F2F5F7;
}

.dark-bg .filter:before {
  border-color: #73879C;
}

.dark-bg .filter li {
  background: #2F4052;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

.isotope figure,
.items figure {
  margin: 0;
}

.post-content .isotope figure {
  margin: auto;
}

/*===================================================================================*/
/*	OVERLAY
/*===================================================================================*/
.icon-overlay {
  display: block;
  position: relative;
}

.icon-overlay img {
  display: block;
  max-width: 100%;
}

.icon-overlay a .icn-more {
  opacity: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  width: 100%;
  z-index: 100;
  background-color: rgba(26, 187, 156, 0.9);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  overflow: hidden;
}

.icon-overlay a:hover .icn-more {
  opacity: 1;
}

.icon-overlay a .icn-more:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  text-align: center;
  content: '\2b';
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 1;
  color: #FFF;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -30px 0 0 -30px;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.icon-overlay a:hover .icn-more:before {
  font-size: 30px;
  padding-top: 15px;
}

.icon-overlay.icn-link a .icn-more:before {
  content: '\2b';
}

/*===================================================================================*/
/*	FORMS
/*===================================================================================*/
.forms {
  position: relative;
  padding: 0;
  width: 100%;
}

.form-container .response {
  display: none;
}

.forms ol {
  margin: 0;
  padding: 0;
}

.forms ol li {
  line-height: auto;
  list-style: none;
}

input,
textarea,
.uneditable-input,
.form-inline .form-control,
.navbar-form .form-control {
  width: 100%;
}

select,
select.form-control,
textarea,
textarea.form-control,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 25px;
  color: #73879C;
  resize: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border: 1px solid #E6E9ED;
  -webkit-border-radius: 0;
  border-radius: 0px !important;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
}

textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border: 1px solid #BCC7D1;
  box-shadow: none;
}

textarea {
  height: 100%;
  padding: 10px;
  margin-bottom: 15px;
  min-height: 150px;
  resize: vertical;
}

textarea.form-control {
  padding: 10px;
}

.btn-submit {
  width: auto;
}

.btn-sm {
  padding: 5px 15px;
  font-size: 14px;
}

.forms .btn-submit {
  margin-bottom: 0;
}

.forms .error,
.forms .error:focus {
  border: 1px solid #d99898;
}

.forms label {
  display: block;
  float: left;
  width: 95px;
  padding-top: 7px;
  font-size: 13px;
  clear: both;
}

.forms input,
.forms textarea {
  background: #F8FAFD;
  border-radius: 3px;
}

.light-bg .forms input,
.light-bg .forms textarea {
  background: #FFF;
}

.form-container:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.newsletter {
  position: relative;
}

.newsletter input[type="email"] {
  background: rgba(255, 255, 255, 0.15);
  padding-right: 100px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #FFF !important;
}

.newsletter input[type="email"]:focus {
  background: rgba(255, 255, 255, 0.2);
}

.navbar .searchbox .dropdown-menu {
  width: 270px;
}

.search {
  position: relative;
  margin: 15px;
  margin-bottom: 0;
}

.search-general {
  margin: 0px;
}

.search-general .form-control {
  background-color: #f5f5f5 !important;
}

.search-general .form-control .btn i {
  margin-right: 0px !important;
}

.search input[type="search"] {
  background: #FFF;
  padding-right: 40px;
}

.newsletter .btn-submit,
.search .btn-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin-top: 5px;
  margin-right: 5px;
  color: #FFF !important;
  line-height: 1;
}

.search .btn-submit {
  margin: 0px;
  width: 40px;
  height: 40px;
  border-radius: 0px;
}

.search .btn-submit i {
  margin: 0px;
}

footer .newsletter .btn-submit {
  width: 88px;
  height: 30px;
  font-size: 13px;
}

#response ul.errors {
  margin-bottom: 25px;
}

#response .btn i {
  font-size: 12px;
}

.form-control::-webkit-input-placeholder {
  color: #C2C7CC;
}

.form-control:-moz-placeholder {
  color: #C2C7CC;
}

.form-control::-moz-placeholder {
  color: #C2C7CC;
}

.form-control:-ms-input-placeholder {
  color: #C2C7CC;
}

.dark-bg .form-control::-webkit-input-placeholder {
  color: #828E99;
}

.dark-bg .form-control:-moz-placeholder {
  color: #828E99;
}

.dark-bg .form-control::-moz-placeholder {
  color: #828E99;
}

.dark-bg .form-control:-ms-input-placeholder {
  color: #828E99;
}

.search .form-control::-webkit-input-placeholder {
  color: #C2C7CC;
}

.search .form-control:-moz-placeholder {
  color: #C2C7CC;
}

.search .form-control::-moz-placeholder {
  color: #C2C7CC;
}

.search .form-control:-ms-input-placeholder {
  color: #C2C7CC;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

/*===================================================================================*/
/*	TOOLTIPS
/*===================================================================================*/
.tooltip-inner {
  color: #fff;
  background-color: #f9d117;
  padding: 5px 12px;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #f9d117;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #f9d117;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #f9d117;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #f9d117;
}

/*===================================================================================*/
/*	PROFILES
/*===================================================================================*/
.profile-list {
  margin-top: 25px;
  margin-right: 0;
  margin-left: 0;
}

.profile-txt {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  max-height: 200px;
  padding-right: 15px;
}

.profile-txt-fade {
  background: url("../images/profile-border.png") repeat;
  width: 518px;
  height: 30px;
  position: absolute;
  margin-top: 170px;
}

.profile-bio ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.profile-bio ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.profile-bio ::-webkit-scrollbar {
  width: 1em;
}

.profile-bio ::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background: #eee;
}

.profile-bio ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: none;
  cursor: pointer;
}

.profile-bio ::-webkit-scrollbar-thumb:hover {
  background-color: #002888;
  outline: none;
}

.profile-bio .tab-content .tab-pane.active .media-left {
  width: 275px;
}

.profile-bio .tab-content {
  background-color: #fff;
}

.profile-thumb:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.profile-thumb p {
  font-size: 14px;
  line-height: 20px;
}

.profile-thumb .content {
  padding: 10px 15px;
}

.profile-thumb .media-top {
  height: auto;
  overflow: hidden;
}

.profile-thumb .content h4 {
  border-bottom: 1px solid rgba(51, 122, 183, 0.3);
  font-size: 1em;
  padding-bottom: 15px;
}

.profile-thumb .media-top img {
  margin: 0 auto;
}

#profile-active .content {
  border: solid #002888;
  border-width: 0px 0px 0px 0px;
  background: #002888;
  color: #fff;
}

#profile-active .media-top {
  border: solid #002888;
  border-width: 4px 4px 0px 4px;
}

.profile-thumb .media-top:hover img {
  opacity: 0.8;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.profile-thumb .media-top img.harry:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/harry-samuel-hover.jpg");
}

.profile-thumb .media-top img.doug:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/doug-moore-hover.jpg");
}

.profile-thumb .media-top img.joanna:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/joanna-meager-hover.jpg");
}

.profile-thumb .media-top img.sebastien:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/sebastien-danloy-hover.jpg");
}

.profile-thumb .media-top img.james:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/james-rausch-hover.jpg");
}

.profile-thumb .media-top img.andrea:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/andrea-horton-hover.jpg");
}

.profile-thumb .media-top img.rod:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/rod-bolger-hover.jpg");
}

.profile-thumb .media-top img.jennifer:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/jennifer-stott-hover.jpg");
}

.profile-thumb .media-top img.al:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/al-tinney-hover.jpg");
}

.profile-thumb .media-top img.lisa:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/lisa-melo-hover.jpg");
}

.profile-thumb .media-top img.david:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/david-heisz-hover.jpg");
}

.profile-thumb .media-top img.francis:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/francis-jackson-hover.jpg");
}

.profile-thumb .media-top img.kim:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/kim-stevens-hover.jpg");
}

.profile-thumb .media-top img.renee:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/renee-degagne-hover.jpg");
}

.profile-thumb .media-top img.richard:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/richard-geering-hover.jpg");
}

.profile-thumb .media-top img.ann:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/ann-pawluk-hover.jpg");
}

.profile-thumb .media-top img.bruce:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/bruce-maclaren-hover.jpg");
}

.profile-thumb .media-top img.rob:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/rob-pomphrett-hover.jpg");
}

.profile-thumb .media-top img.lavender:hover {
  content: url("/assets/rbcits/images/who-we-are/careers/intern-lavenderyang-hover.png");
}

.profile-thumb .media-top img.patrick:hover {
  content: url("/assets/rbcits/images/who-we-are/careers/intern-patrickscanlan-hover.png");
}

.profile-thumb .media-top img.courtney:hover {
  content: url("/assets/rbcits/images/who-we-are/careers/intern-courtneyformosa-hover.png");
}

.profile-thumb .media-top img.jack:hover {
  content: url("/assets/rbcits/images/who-we-are/careers/intern-jackyang-hover.png");
}

.profile-thumb .media-top img.nadine:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/nadine-ahn-hover.jpg");
}

.profile-thumb .media-top img.petra:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/petra-haneberry-hover.jpg");
}

.profile-thumb .media-top img.teri:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/teri-dennis-davies-hover.jpg");
}

.profile-thumb .media-top img.malena:hover {
  content: url("/assets/rbcits/images/who-we-are/leadership/malena-ljungkvist-hover.jpg");
}

.profile-thumb .media-top:hover {
  background-color: white;
}

.profile-thumb .media-body.content {
  height: 220px;
  background: #fff;
}

#profile-active .content h4 {
  color: #fff;
}

#profile-active .media-top:before {
  border-bottom-color: #002888;
}

/*===================================================================================*/
/*	GO TO TOP / SCROLL UP
/*===================================================================================*/
#scrollUp {
  bottom: 70px;
  right: 20px;
  font-size: 18px;
  padding: 25px !important;
  line-height: 100%;
  color: #FFF;
  background-color: #002888;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 40px;
}

#scrollUp:hover {
  color: #f9d117;
  opacity: 1;
}

/*===================================================================================*/
/*	FEATURES / STYLES
/*===================================================================================*/
.font-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.font-icons li {
  display: inline-block;
  font-size: 25px;
  margin-bottom: 10px;
  padding: 0 10px;
}

.alert .close {
  line-height: 28px;
}

.retina-icons-code i {
  font-size: 18px;
}

.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
  text-align: center;
}

.retina-icons-code code {
  color: #73879C;
  background: none;
}

.table-bordered {
  border: 1px solid #E6E9ED;
  border-left: none;
  background: #FFF;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #E6E9ED;
}

.table th,
.table td {
  border-top: 1px solid #E6E9ED;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #F5F7FA;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #E6E9ED;
}

/*===================================================================================*/
/*	MODALS
/*===================================================================================*/
.modal {
  z-index: 9000;
  background: none;
}

.modal.fade {
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.modal.fade .modal-dialog {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.modal-open .modal {
  overflow: hidden;
}

.modal-backdrop {
  background-color: #F2F5F7;
}

.modal-backdrop.in {
  opacity: .95;
}

.modal .container {
  width: 100%;
  max-width: 1170px;
  padding-left: 50px;
  padding-right: 50px;
}

.modal-dialog {
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;
  right: 35px;
  width: calc(100% - 70px);
  margin: auto;
}

.modal-full {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.modal-lg {
  max-width: 100%;
  max-height: 100%;
}

.modal-md {
  max-width: 1170px;
  max-height: 800px;
}

.modal-sm {
  max-width: 750px;
  max-height: 500px;
}

.modal-xs {
  max-width: 480px;
  max-height: 350px;
}

.modal-content {
  width: 100%;
  /* Can use left: 0; right: 0; with position: absolute; as well */
  height: 100%;
  /* Can use top: 0; bottom: 0; with position: absolute; as well */
  padding: 0 !important;
  margin: 0 !important;
  border: none;
  border-bottom: 2px solid #CED2D6;
  border-radius: 3px;
  -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.modal-full .modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-header {
  position: relative;
  z-index: 1;
  height: 70px;
  padding: 22px 25px;
  background-color: #FFF;
  border-bottom: 1px solid #E6E9ED;
}

.modal-header .close {
  float: right;
  font-size: 24px;
  font-weight: 400;
  color: #506A85;
  text-shadow: none;
  margin-top: 0;
  margin-left: 25px;
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.dark-bg.no-modal-header .modal-header .close,
.tint-bg.no-modal-header .modal-header .close {
  color: #FFF;
  opacity: .4;
}

.modal-header .close:hover,
.modal-header .close:focus {
  opacity: 1 !important;
}

.modal-title {
  color: #506A85 !important;
  line-height: 150%;
}

.no-modal-header .modal-header {
  background-color: transparent;
  padding-right: 40px;
  border-bottom: none;
}

.no-modal-header .modal-header .modal-title {
  display: none;
}

.no-modal-footer .modal-footer {
  display: none;
}

.no-modal-header .modal-body {
  top: 0;
}

.no-modal-footer .modal-body {
  bottom: 0;
}

.modal-body {
  position: absolute;
  top: 70px;
  bottom: 75px;
  width: 100%;
  /* Can use left: 0; right: 0; as well */
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Can use left: 0; right: 0; as well */
  height: 75px;
  background-color: #FFF;
  border-top: 1px solid #E6E9ED;
}

.modal-footer .btn {
  margin: 0;
}

.modal-open #scrollUp {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0;
}

.btn-modal {
  background: #F5F7FA !important;
  color: #506A85 !important;
  border: 1px solid #E6E9ED;
  border-bottom-width: 2px;
  box-shadow: none !important;
}

.btn-modal:hover,
.btn-modal:focus,
.btn-modal:active,
.btn-modal.active {
  background: #EDF0F2 !important;
  color: #f9d117 !important;
}

/*===================================================================================*/
/*	RESPONSIVE
/*===================================================================================*/
@media (max-width: 1200px) {
  .midtile-backgroundimage .back-image {
    padding-top: 20px;
  }
  .login .btn-large.btn-login {
    padding: 10px 15px 10px;
    max-width: 138px;
    min-width: inherit;
    width: 100%;
    margin-top: 4px;
    min-height: 20px;
  }
  #hero .title h3 {
    font-size: 1.4em;
  }
  #hero .title h5 {
    font-size: 1em;
  }
  .career-tile .well-grey.interns.fr {
    min-height: 293px !important;
  }
  .career-tile .well-grey.technology.fr {
    min-height: 341px !important;
  }
  #footer-cr-links.fr .footer-menu {
    text-align: left;
    margin-left: 15px;
  }
}

@media (max-width: 1199px) {
  .ls-row.container#wrap-second #second-wb-main-carousel {
    width: auto;
  }
  .wrapper-secondary-carousel .wrapper-background-carousel h2 {
    max-width: 970px;
  }
  .carousel-control.left {
    left: -50px;
  }
  .carousel-control.right {
    right: -50px;
  }
}

@media (max-width: 893px) {
  .wrapper-secondary-carousel .wrapper-background-carousel h2 {
    max-width: 750px;
  }
}

@media (max-width: 767px) {
  .white-box .media-body.content h2 {
    padding-bottom: 0;
  }
  .carousel-control.left {
    left: -30px;
  }
  .carousel-control.right {
    right: -30px;
  }
  .white-box .media-left.media-object {
    background-position: right center;
  }
  .col-sm-8 .white-box .media .media-body.content {
    padding: 20px;
    height: auto;
    text-align: left;
    display: block;
  }
  .white-box .media.tile .media-body.content p {
    text-align: center;
  }
  #footer-cr-links.fr .footer-menu {
    margin-left: 0;
  }
}

/*	br {
	display: none;
	}*/
#team .inner-left {
  padding-left: 40px;
}

#team .inner-right {
  padding-right: 40px;
}

.navbar .dropdown-submenu > a:after {
  display: none;
}

.navbar .dropdown-submenu > .dropdown-menu:not(.yamm-dropdown-menu) {
  margin-top: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu:not(.yamm-dropdown-menu) {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.dropdown-submenu:hover > .dropdown-menu:not(.yamm-dropdown-menu) {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu:not(.yamm-dropdown-menu) {
  left: -100%;
  margin-left: 10px;
}

.open > .dropdown-menu,
.open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 200ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 200ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}

@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  /*html {
	overflow-x: hidden;
	}*/
  #hero .info,
  #hero .info,
  #hero .info,
  .items li .text-overlay .info.big,
  .thumbs .thumb .text-overlay .info.big {
    margin-top: -35px;
  }
  #hero .title h3 {
    font-size: 1.5em;
  }
  #hero .title h5 {
    font-size: .9em;
  }
  .retina-icons-code code {
    font-size: 11.5px;
  }
  .tabs-side.tab-container .panel-container {
    padding-left: 50px;
  }
  #team .inner-left {
    padding-left: 30px;
  }
  #team .inner-right {
    padding-right: 30px;
  }
  [class*="col-md"][class*="inner-left"],
  [class*="col-md"][class*="inner-right"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  [class*="col-md"][class*="border-left"] {
    border-left: none;
  }
  [class*="col-md"][class*="border-right"] {
    border-right: none;
  }
  .tabs-circle-top .etabs:before {
    margin: 50px 0 -50px;
  }
  .tabs-circle-top .tab {
    height: 130px;
    margin: 0 5px;
  }
  .tabs-circle-top .tab a {
    width: 100px;
    height: 100px;
    max-width: 100px;
    font-size: 11px;
  }
  .tabs-circle-top .tab a div {
    font-size: 33px;
  }
  .tabs-circle-top .tab.active a {
    height: 130px;
    width: 130px;
    max-width: 130px;
    font-size: 13px;
  }
  .tabs-circle-top .tab.active a div {
    font-size: 44px;
  }
  .dropdown.searchbox a {
    display: none;
  }
  .dropdown.searchbox a:hover, .dropdown.searchbox .dropdown-search {
    background-color: none;
    display: block;
    float: left;
    width: 260px;
  }
  .login .btn-large.btn-login {
    float: left;
    padding: 10px 25px;
    max-width: 200px;
    min-width: inherit;
    width: 100%;
    margin-top: 4px;
    margin: 20px 0;
    min-height: 20px;
  }
  .carousel-secondary .item-slide .title h1 {
    font-size: 28px;
  }
  .carousel-secondary .item-slide .title h2 {
    font-size: 20px;
  }
  .carousel-secondary .item-slide .title h5 {
    font-size: 15px;
    vertical-align: top;
  }
  .carousel-secondary .carousel-indicators li {
    text-shadow: none;
    font-size: 13px;
  }
  .footer-video .content.html5-video {
    float: none;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .media-button-more .btn-outline-blue {
    background: rgba(255, 255, 255, 0.5);
  }
  #accordion.contact-panel-group .panel-default-left {
    width: 100%;
  }
  #accordion.contact-panel-group .panel-default-right {
    width: 100%;
    float: left;
    clear: both;
  }
  #footer-cr-links {
    margin-left: 0;
    text-align: left;
  }
  .carousel-secondary .carousel-indicators li {
    padding-top: 11px;
  }
  #wb-foot-links .border-r.first.fr, #wb-foot-links .border-r.second.fr {
    height: 210px;
  }
}

@media (max-width: 969px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: 100%;
  }
  #hero .title h3 {
    font-size: 1.1em;
  }
  #hero .title h5, #hero #hero .button {
    display: none;
  }
  .carousel-secondary .item-slide .title h1 {
    font-size: 20px;
  }
  .carousel-secondary .item-slide .title h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .carousel-secondary .item-slide .title h5 {
    font-size: 13px;
    vertical-align: top;
  }
  .carousel-secondary .item-slide img {
    width: 50%;
  }
  .carousel-secondary .item-slide img.media-object {
    margin-right: 20px;
    max-width: 320px;
  }
  .carousel-secondary .item-slide div.slide-container {
    width: 320px !important;
  }
  .carousel-secondary .item-slide div.img-stretch {
    height: 200px !important;
  }
  .carousel-secondary .carousel.slide {
    height: 320px;
    min-height: 300px;
  }
  .carousel-secondary .carousel-indicators li {
    font-size: 12px;
  }
  .footer.img-bg .container.inner h1 {
    font-size: 3.5em;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .topnav.fr.shrink {
    height: 105px !important;
  }
  .midtile-backgroundimage .back-image .btn-large.rbcblue,
  .midtile-backgroundimage .back-image .btn-large.rbcgrey {
    font-size: 12px;
  }
  .carousel-secondary .item-slide .title h1 {
    font-size: 20px;
  }
  .carousel-secondary .item-slide .title h5 {
    font-size: 13px;
    vertical-align: top;
  }
  .carousel-secondary .carousel-indicators li {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .navbar .container,
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .tabs-side .etabs {
    width: 240px;
  }
  .tabs-side.tab-container .panel-container {
    width: 480px;
  }
  .tabs-top.left .tab {
    margin-right: 2px;
  }
  .tabs-top.left .tab a {
    padding: 5px 10px;
  }
  .items.col-4 {
    margin-left: -9px;
    margin-bottom: -9px;
  }
  .items.col-4 li {
    width: 234px;
    margin-left: 9px;
    margin-bottom: 9px;
  }
  .items.col-3 {
    margin-left: -9px;
    margin-bottom: -9px;
  }
  .items.col-3 li {
    width: 234px;
    margin-left: 9px;
    margin-bottom: 9px;
  }
  .items.col-3.gap {
    margin-left: -18px;
    margin-bottom: -18px;
  }
  .items.col-3.gap li {
    width: 351px;
    margin-left: 18px;
    margin-bottom: 18px;
  }
  .items.col-4.gap {
    margin-left: -18px;
    margin-bottom: -18px;
  }
  .items.col-4.gap li {
    width: 351px;
    margin-left: 18px;
    margin-bottom: 18px;
  }
}

@media (max-width: 892px) {
  .wrapper-secondary-carousel .wrapper-background-carousel h2 {
    max-width: 750px !important;
  }
  .profile-thumb .media-body.content {
    height: 298px;
  }
}

@media (max-width: 767px) {
  /*body {
	height: 100vh;
	}*/
  h1,
  h2,
  h3,
  h4 {
    letter-spacing: .0125em;
  }
  h1 {
    font-size: 45px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  footer .inner {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  footer .row .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .container > .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row,
  #share {
    overflow: hidden;
  }
  #share .container {
    width: auto;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .last-bottom {
    padding-bottom: 20px !important;
  }
  .last-bottom + .last-bottom {
    padding-bottom: 0 !important;
  }
  .thumbs.gap-lg {
    margin-left: -15px;
  }
  .thumbs.gap-lg .thumb {
    padding: 0 0 15px 15px;
  }
  .icon.pull-right {
    margin-left: 10px;
  }
  #hero h1 {
    font-size: 38px;
    line-height: 115%;
    letter-spacing: 0.031em;
  }
  #hero p {
    font-size: 20px;
    line-height: 135%;
    margin-top: 15px;
  }
  #hero btn {
    margin-top: 25px;
  }
  #hero .btn-large {
    font-size: 16px;
    padding: 12px 30px 15px;
    font-weight: 500;
    min-width: 160px;
  }
  .retina-icons-code tr td:first-child,
  .retina-icons-code tr th:first-child {
    max-width: 30px;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding-left: 4px;
    padding-right: 4px;
  }
  .table > thead > tr > th {
    font-size: 11px;
  }
  .retina-icons-code i {
    font-size: 14px;
  }
  .retina-icons-code code {
    font-size: 10px;
  }
  .tabs-side .etabs {
    float: none;
    width: 100%;
  }
  .tabs-side .tab a {
    border-right-color: #E6E9ED;
  }
  .tabs-side .tab:first-child a {
    border-top-right-radius: 3px;
  }
  .tabs-side .tab:last-child a {
    border-bottom-right-radius: 3px;
  }
  .tabs-side .tab.active a {
    border-right-color: #CED7E0 !important;
  }
  .tabs-side.tab-container .panel-container {
    padding-left: 0;
    border-left: none;
    margin-top: 30px;
  }
  .tabs-top .etabs:after {
    display: none;
  }
  .tabs-top .tab {
    display: block;
    max-width: 100%;
    margin: 0;
  }
  .tabs-top .tab a {
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .tabs-top .tab:first-child a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .tabs-top .tab:last-child a {
    border-bottom: 1px solid #E6E9ED;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .tabs-top .tab.active + .tab a {
    border-top-color: #CED7E0;
  }
  .tabs-top .tab.active + .tab a:hover {
    border-top-color: #f9d117;
  }
  .filter:before, .format-filter:before {
    display: none;
  }
  h1.single-block .btn {
    margin-left: 0;
  }
  .pagination > li:first-child {
    margin-left: 10px;
  }
  .pagination li {
    margin-bottom: 10px;
  }
  [class*="col"][class*="border-left"] {
    border-left: none;
  }
  [class*="col"][class*="border-right"] {
    border-right: none;
  }
  .filter li {
    display: block;
  }
  .filter li + li {
    margin-top: 15px;
  }
  .filter li:after {
    display: none;
  }
  #hero .info,
  #hero .info,
  #hero .info,
  .items li .text-overlay .info.big,
  .thumbs .thumb .text-overlay .info.big {
    margin-top: -25px;
  }
  .items li .text-overlay .info h2,
  .thumbs .thumb .text-overlay .info h2,
  .items li .text-overlay .info h3,
  .thumbs .thumb .text-overlay .info h3,
  .items li .text-overlay .info h4,
  .thumbs .thumb .text-overlay .info h4 {
    font-size: 16px;
    line-height: 150%;
  }
  .items li .text-overlay .info p,
  .thumbs .thumb .text-overlay .info p,
  .items li .text-overlay .info.big p,
  .thumbs .thumb .text-overlay .info.big p,
  #hero .items li .text-overlay .info.big p,
  #hero .thumbs .thumb .text-overlay .info.big p {
    font-size: 14px;
    line-height: 140%;
    padding-top: 0;
  }
  .tabs-2-big-top .tab {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .tabs-2-big-top .tab a {
    padding: 25px;
  }
  .tabs-2-big-top.tab-container .panel-container {
    margin-top: 0;
  }
  [class*="col"][class*="inner-left"],
  [class*="col"][class*="inner-right"],
  [class*="col"][class*="reset-padding"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  [class*="inner-top"].reset-xs {
    padding-top: 0 !important;
  }
  .tabs-circle-top .etabs:before {
    border-bottom: none;
    margin: 0;
  }
  .tabs-circle-top .tab {
    display: table;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .tabs-circle-top .tab.active {
    top: 0;
  }
  .tabs-circle-top .tab a,
  .tabs-circle-top .tab.active a {
    width: 100%;
    max-width: 100%;
    height: auto;
    font-size: 18px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: none;
    border-radius: 0;
  }
  .tabs-circle-top .tab a:hover {
    border-width: 1px;
    border-color: #CED7E0 !important;
    border-top: none;
  }
  .tabs-circle-top .tab.active a:hover {
    border-color: transparent !important;
  }
  .tabs-circle-top .tab:first-child a {
    border-top: 1px solid #CED7E0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .tabs-circle-top .tab:last-child a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .tabs-circle-top .tab a div,
  .tabs-circle-top .tab.active a div {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 120%;
    padding-bottom: 5px;
    margin: 0 10px 0 0;
  }
  .dropdown-toggle:hover:after {
    color: #fff;
  }
  .yamm-content {
    margin-top: 0;
  }
  .yamm-content ul.row {
    background-color: #002888;
  }
  .yamm-content > [class*="col"] {
    margin-bottom: 50px;
  }
  #content-innerrow #left-col,
  #second-content-innerrow #second-left-col,
  #content-innerrow .profile-list .media-body.content {
    width: 100%;
  }
  .span9#wb-main {
    width: 100%;
  }
  .topnav .navbar-nav-global > li > .btn {
    background: #00254B;
    border-radius: 0;
  }
  .tab-content .media-body.content {
    float: left;
    background-color: #fff;
  }
  .carousel-secondary .carousel.slide {
    padding: 15px;
  }
  .secondary-page-top {
    height: 740px;
  }
  #wb-foot-links .border-r {
    padding-left: 0;
    border-right: 0 !important;
  }
  .footer-menu a {
    border-bottom: 0;
  }
  .footer-bottom {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-bottom p.pull-left,
  .footer-bottom ul.pull-right {
    float: none !important;
    text-align: center;
  }
  .footer-bottom p {
    margin-bottom: 20px;
  }
  .footer-menu li {
    padding: 0 4px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .filter li a:before {
    display: none;
  }
  .items {
    margin-left: 0 !important;
    /*margin-bottom: -20px !important;*/
  }
  .items li {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }
  .items.fullscreen li {
    margin: 0 !important;
  }
  .sidebar {
    margin-top: 70px;
    padding-left: 15px !important;
  }
  #comments ul.children {
    padding: 0 0 0 20px;
  }
  #comments .arrow-box {
    margin-left: 0;
  }
  .panel-title {
    line-height: 18px;
  }
  .yamm .yamm-content.row {
    margin-bottom: -30px;
  }
  .modal .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .modal-dialog {
    top: 25px;
    bottom: 25px;
    left: 25px;
    right: 25px;
    width: calc(100% - 50px);
  }
  .modal-open {
    background-color: #F2F5F7;
  }
  .col-sm-4.vertical-trio-boxes {
    width: auto;
  }
  .vertical-image-box .media-body.wrapper {
    width: 100%;
  }
  .carousel-secondary .carousel.slide {
    min-height: 235px;
    height: auto;
  }
  .carousel-secondary .item-slide .title h5 {
    margin-bottom: 0px;
  }
}

.vertical-image-box .media-body.wrapper .media-body.content {
  width: 1000px;
}

@media (min-width: 768px) {
  .modal-open {
    margin-left: -17px;
    margin-right: -17px;
  }
  .modal-open .navbar-collapse.stuck {
    padding-right: 32px;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .profile-bio .tab-content img.media-object {
    margin-left: -40px;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-height: 1024px) {
  .height-xs,
  .height-sm {
    height: 480px;
  }
  #hero h1 {
    font-size: 60px;
    line-height: 115%;
  }
  #hero p {
    font-size: 28px;
    line-height: 135%;
    margin-top: 17px;
  }
  #hero .btn {
    margin-top: 25px;
  }
  #hero .btn-large {
    font-size: 16px;
    padding: 15px 35px 17px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .career-tile .well-grey.technology {
    min-height: 317px !important;
  }
  .career-tile .well-grey.interns.fr {
    min-height: 365px !important;
  }
  .career-tile .well-grey.technology.fr {
    min-height: 437px !important;
  }
}

@media (min-width: 768px) and (max-height: 768px) {
  .height-xs,
  .height-sm,
  .height-md,
  .height-lg {
    height: 480px;
  }
}

@media (max-width: 691px) {
  .profile-thumb .media-body.content {
    height: 298px;
  }
  #hero .title h3 {
    font-size: 1em;
  }
  .footer.img-bg .container.inner h1 {
    font-size: 3em;
  }
  .carousel-secondary .item-slide div.slide-container {
    width: 300px !important;
  }
  .carousel-secondary .item-slide div.img-stretch {
    height: 180px !important;
  }
}

@media (max-width: 600px) {
  .priority-boxes {
    width: 100%;
  }
  .carousel-secondary .item-slide div.slide-container {
    width: 260px !important;
  }
  .carousel-secondary .item-slide div.img-stretch {
    height: 150px !important;
  }
}

@media (max-width: 480px) {
  .secondary-page-top {
    height: auto;
  }
  .secondary-page-banner {
    height: auto;
  }
  .secondary-page-banner h1 {
    font-size: 42px;
  }
  .modal .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modal-dialog {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
  .modal-header {
    padding: 14px 15px;
  }
  .modal-title {
    font-size: 16px;
    line-height: 120%;
  }
  .carousel-secondary .item-slide img.media-object {
    width: 100%;
  }
}

.img-stretch {
  background-size: cover;
  background-position: center;
}

.slide-container .img-stretch {
  background-size: cover;
  background-position: top;
}

.span9 .container {
  width: auto !important;
}

/* TABLE*/
.event_date {
  white-space: nowrap;
  text-align: center;
  background: #f0f0f0;
  padding: 5px;
  margin-left: -10px;
  margin-right: 10px;
}

.event_date .month {
  text-transform: uppercase;
}

.event_date .day {
  font-size: 15px;
}

/* Top Nav Section */
.dropdown:focus-within {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.page-banner, .secondary-page-top, .secondary-page-banner {
  margin-top: 80px;
}

#hero {
  margin-top: -50px;
}

.navbar-brand {
  width: 200px;
  height: 80px;
  transition: all 0.3s ease;
}

.navbar-brand > img {
  height: 55px;
}

.topnav {
  z-index: 9001;
  font-size: 14px;
  background: #fff;
  border-bottom: 3px solid rgba(0, 37, 75, 0.75);
  zoom: 1;
  transition: all 0.1s ease;
}

.topnav .navbar-nav > li > a {
  font-size: 16px;
  color: #00254B;
  border-bottom: 0;
  text-align: center;
}

.topnav .navbar-nav-glogal {
  margin-right: 0px;
  opacity: 100;
  padding-top: 5px;
  /*padding-bottom: 8px;*/
}

.topnav .navbar-nav-glogal > li > a {
  font-size: 14px !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

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

.topnav .navbar-nav-glogal > li > .btn {
  margin-top: 5px;
  padding: 11px;
  font-size: 14px;
  margin-left: 20px;
}

.topnav .navbar-nav-glogal > li > .btn i {
  margin-right: 8px;
}

.topnav.shrink {
  height: 80px !important;
}

.shrink .navbar-nav-glogal {
  opacity: 0 !important;
}

.shrink .navbar-right ~ .navbar-right {
  margin-top: -28px;
}

.shrink .navbar-brand > img {
  height: 48px;
}

/* NAVIGATION */
a.dropdown-toggle {
  border-bottom: 0;
  transition: background-color 0.05s;
}

a.dropdown-toggle:hover {
  background: url("/assets/rbccm/images/y-arrow.png") bottom center no-repeat;
  background-color: #002144 !important;
  color: #fff !important;
}

a.dropdown-toggle:hover span {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

ul.dropdown-menu {
  left: 0;
  right: auto;
  border-top: 3px #FBDE00 solid;
  padding: 0;
}

ul.dropdown-menu li {
  padding: 0;
}

ul.dropdown-menu li > a {
  padding: 10px 35px 10px 25px;
  border-top: 1px #EAEAEA solid;
  border-bottom: 0;
}

ul.dropdown-menu li > a:hover {
  transition: all 0.05s;
  background: #002144;
  color: #fff;
}

.navbar-right {
  clear: right;
}

.navbar-right .dropdown-menu {
  right: auto;
}

.navbar-default .navbar-nav:hover > .active > a span {
  border-bottom: 0;
}

li.dropdown:hover > ul.dropdown-menu, li.dropdown:hover .dropdown-expertise {
  visibility: visible;
  opacity: 1;
  margin: 0;
  display: block;
  margin-top: 0px;
  margin-top: 0px !important;
}

.dropdown-expertise {
  display: none;
  position: absolute;
  background: #fff;
  width: 460px;
  padding: 0;
  border-top: 3px #FBDE00 solid;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-expertise h3 {
  font-size: 18px;
  padding: 15px 25px;
  color: #002144;
  border-bottom: 1px #EAEAEA solid;
  margin-top: 0;
  border-top: 1px #EAEAEA solid;
  margin-bottom: 0;
}

.dropdown-expertise .dropdown-menu {
  display: block;
  position: static;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.dropdown-expertise .dropdown-menu li > a {
  border-top: none;
  font-size: 15px;
}

.navbar-default .navbar-nav > .active > a {
  background-color: #fff;
  color: #000;
}

.navbar-default .navbar-nav > .active > a span {
  border-bottom: 3px #FBDE00 solid;
  padding-bottom: 5px;
}

li.last .dropdown-menu {
  right: -54px;
}

/* Geotargeting */
.geotarget-toggle {
  position: static !important;
}

.dropdown-region {
  display: none;
  position: absolute;
  background: #fff;
  width: 300px;
  padding: 0;
  border-top: 3px #FBDE00 solid;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1000;
}

.dropdown-region h3 {
  font-size: 16px;
  padding: 13px 20px 12px 20px;
  color: #002144;
  border-bottom: 1px #EAEAEA solid;
  margin-top: 0;
  border-top: 1px #EAEAEA solid;
  margin-bottom: 10px;
}

.dropdown-region ul {
  margin-bottom: 15px;
  padding-left: 20px;
  margin-right: 20px;
}

.dropdown-region li a {
  padding: 0 3px;
  display: block;
}

.dropdown-region li a:hover, .dropdown-region li a:focus {
  background: #eee;
}

.dropdown-region li.active a {
  background: #002888;
  color: #fff;
}

.dropdown-region li.active a:hover {
  background: #80B5E1;
}

.geotarget-toggle .flag {
  display: inline-block;
  text-align: center;
}

.dropdown:hover .dropdown-region, .dropdown:focus .dropdown-region, .dropdown:active .dropdown-region {
  display: block;
}

@media (max-width: 1199) {
  ul.dropdown-menu {
    left: auto;
    right: 0;
  }
}

@media (max-width: 991px) {
  .navbar-brand {
    width: 100px;
  }
  .shrink .navbar-brand > img {
    height: 36px;
  }
  .topnav .navbar-nav-glogal > li > a {
    font-size: 12px !important;
    padding: 15px 10px;
  }
  .navbar-brand > img {
    height: 48px;
  }
}

/* ---------------------------------------------------------------------------------- */
/* MOBILE RULES ----------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .topnav.shrink {
    height: auto !important;
  }
  .shrink .navbar-right ~ .navbar-right {
    margin-top: 0px;
  }
  .shrink .navbar-brand > img {
    height: 43px;
  }
  /* Canvas movement */
  .ls-canvas {
    margin-left: 0;
  }
  .intro-header {
    margin-top: 80px !important;
  }
  .navbar-brand {
    width: auto;
    margin-left: 5px;
    padding: 15px 0px;
  }
  .navbar-brand img {
    height: 43px;
  }
  body.navtoggle {
    position: absolute;
    width: 768px;
    right: 300px;
    overflow: hidden;
    /* level 2 links */
  }
  body.navtoggle .search-toggle, body.navtoggle .careers {
    display: none;
  }
  body.navtoggle .search-box--m {
    display: block;
    background: #C0DEE9;
    margin: 0 -15px;
    padding: 11px 15px;
    width: 297px;
  }
  body.navtoggle .search-box--m #search {
    border-radius: 0;
    font-size: 16px;
    height: 39px;
  }
  body.navtoggle .search-box--m #search-btn {
    background: #003399;
    color: #fff;
    border: 2px #003399;
    padding: 11px 25px;
  }
  body.navtoggle .ls-canvas {
    overflow: hidden;
    height: 100%;
  }
  body.navtoggle .topnav {
    overflow: auto;
    max-height: none;
    background: #fff;
    position: fixed;
    left: auto;
    right: 0;
    width: 300px;
    top: 0;
    bottom: 0;
    padding-bottom: 60px;
    margin-bottom: 0;
    border-bottom: 0;
    border-left: 3px solid rgba(0, 37, 75, 0.75);
    overflow: auto;
  }
  body.navtoggle .topnav li {
    clear: both;
  }
  body.navtoggle .topnav .container {
    padding: 0;
    position: static;
  }
  body.navtoggle .dropdown-menu, body.navtoggle .dropdown-expertise, body.navtoggle .dropdown-region {
    display: none;
    position: static;
    width: 100%;
    box-shadow: none;
    background: #f0f0f0;
    border-top: 0;
  }
  body.navtoggle .geotarget-toggle .flag-current:before {
    content: "Region - ";
  }
  body.navtoggle .dropdown-region h3 {
    display: none;
  }
  body.navtoggle .dropdown-region ul.dropdown-menu li > a {
    border-top: 1px #EAEAEA solid;
  }
  body.navtoggle .dropdown-region .col-md-6 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  body.navtoggle .dropdown-region ul {
    margin: 0;
    padding: 0;
  }
  body.navtoggle .dropdown-region ul li a {
    padding: 7px 35px;
    border-top: 1px #EAEAEA solid;
    border-bottom: 0;
    font-size: 12px;
    color: #00254B;
  }
  body.navtoggle .dropdown-region ul li a:hover, body.navtoggle .dropdown-region ul li a:focus {
    background: #09284A;
    color: #fff;
  }
  body.navtoggle .dropdown-region ul li.active a {
    color: #fff;
  }
  body.navtoggle .dropdown-menu a, body.navtoggle .dropdown-region a {
    padding-left: 35px;
  }
  li.dropdown:hover > ul.dropdown-menu, li.dropdown:hover .dropdown-expertise, li.dropdown:hover .dropdown-region {
    display: none;
  }
  .shrink .navbar-nav-glogal {
    opacity: 1 !important;
  }
  .navbar-header {
    position: static;
  }
  .navbar-toggle {
    border: none;
    color: #000;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: none;
    background: #fff;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-height: none;
    overflow: visible;
    z-index: 100;
  }
  .topnav .navbar-nav > li > a {
    text-align: left;
    border-bottom: 1px #ccc solid;
    padding: 13px 25px;
    background: #fff;
  }
  .dropdown-toggle:after {
    font-size: 13px;
    font-family: FontAwesome;
    content: " \f078";
    color: #002288;
    line-height: 15px;
  }
  .insights-toggle:after {
    content: "";
  }
  .navbar-nav {
    margin: 0 0 0 -15px;
  }
  .container > .navbar-header {
    margin: 0;
  }
  .topnav .navbar-nav-glogal {
    margin: 0 0 0 -15px;
    padding-top: 0;
    position: static;
  }
  .topnav .navbar-nav-glogal .other-sites, .topnav .navbar-nav-glogal .our-offices, .topnav .navbar-nav-glogal .careers {
    display: none;
  }
  .topnav .navbar-nav-glogal .login {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px #ccc solid;
  }
  .topnav .navbar-nav-glogal > li > .btn {
    border: 0;
    margin: 0;
    padding: 20px 25px;
    font-size: 14px !important;
    background: #f0f0f0;
    color: #00254B !important;
    font-weight: bold;
  }
  .dropdown-toggle .fa {
    display: none;
  }
}

@media (max-width: 320px) {
  .shrink .navbar-brand {
    padding: 15px 0px;
  }
  .shrink .navbar-brand > img {
    height: 36px;
  }
}

@media (max-height: 567px) {
  .topnav .navbar-nav-glogal .login {
    position: static;
    border-top: 0;
  }
  body.navtoggle .topnav {
    padding-bottom: 0;
  }
}

.search-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 400ms ease-in;
  z-index: 9000;
  -moz-transition: opacity 400ms ease-in;
  -webkit-transition: opacity 400ms ease-in;
  pointer-events: none;
  height: 153px;
}

.search-box:target {
  opacity: 1;
  pointer-events: auto;
}

.search-box .search-container {
  position: relative;
  background: #c0dee9;
  min-height: 90px;
  padding: 22px 0;
}

.search-box .search-container .container input {
  font-size: 18px;
  color: #333;
  height: 46px;
  border: none;
  border-radius: 0px;
  background: #fff;
}

.search-box .search-container .container .search-btn {
  background-color: #002888;
  border: none;
  color: #fff;
  width: 30px;
  height: 46px;
}

.search-box .search-container .container .search-btn:hover, .search-box .search-container .container .search-btn:active, .search-box .search-container .container .search-btn:focus {
  background: #003399;
}

.close {
  padding-bottom: 13px;
  color: #3F5A77;
  opacity: 1;
  width: 45px;
  text-align: center;
  margin-left: 25px;
  margin-top: 12px;
}

.close i {
  color: #3F5A77;
}

.search-box--m {
  display: none;
}

.page-banner {
  margin-top: 104px;
  min-height: 360px;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}

.page-banner .breadcrumb {
  padding: 0;
  background: 0;
  border-radius: none;
  margin-bottom: 5px;
  font-weight: normal;
}

.page-banner .breadcrumb li {
  font-size: 13px;
}

.page-banner .breadcrumb > li + li:before {
  color: #fff;
  content: "|";
}

.page-banner .breadcrumb a {
  color: #fff;
}

.page-banner--title {
  background: rgba(0, 37, 75, 0.8);
  padding: 20px;
  height: min-95px;
  margin-top: 265px;
}

.page-banner--title h1 {
  font-family: "FiraLight", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/spacer.gif,sizingMethod=crop');
  zoom: 1;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  font-size: 40px;
  color: #fff;
}

.page-banner-short {
  min-height: 260px;
}

.page-banner-short .page-banner--title {
  margin-top: 165px;
}

.page-banner-xshort {
  min-height: 100px;
  height: auto;
  background: #002045;
}

.page-banner-xshort .page-banner--title {
  background: none;
  margin-top: 5px;
  height: auto;
}

.page-banner-xshort .page-banner--title h1 {
  text-transform: none;
}

.blue-box {
  width: 100%;
  padding-bottom: 50px;
  background: #c2deea;
  z-index: 0;
}

.lead {
  font-size: 17px;
  font-family: "Fira", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/spacer.gif,sizingMethod=crop');
  zoom: 1;
  line-height: 165%;
}

.lead:last-child {
  margin-bottom: 20px;
}

.hero-text {
  padding: 25px 36px;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: -20px;
  font-family: "Fira", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/spacer.gif,sizingMethod=crop');
  zoom: 1;
}

#wrap {
  margin-top: -50px;
}

@media (max-width: 768px) {
  .page-banner {
    margin-top: 0;
  }
}

@media (max-width: 540px) {
  .page-banner-xshort .page-banner--title {
    padding: 20px 10px;
    margin-top: 0px;
  }
}

#hero .carousel {
  margin-left: -50px;
  margin-right: -50px;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
}

#hero .carousel-control {
  width: 50px;
}

#hero .carousel-control.left {
  left: -50px;
  top: 5%;
}

#hero .carousel-control.right {
  right: -50px;
  top: 5%;
}

.home-hero {
  margin-top: 255px;
}

.home-hero p {
  color: #333;
  font-size: 22px;
  font-family: FiraLight, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

.home-hero.fr {
  margin-top: 255px;
}

.home-hero.fr p {
  color: #333;
  font-size: 21px;
  font-family: FiraLight, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

.hero-home {
  background-position: top center;
  height: 557px;
}

@media (min-height: 950px) {
  .hero-home {
    height: 600px;
  }
}

@media (max-width: 1199px) {
  .home-hero {
    margin-top: 248px;
  }
  .home-hero p {
    font-size: 20px;
  }
  .home-hero.fr {
    margin-top: 248px;
  }
  .home-hero.fr p {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .hero-home {
    height: 450px;
  }
  .home-hero {
    margin-top: 181px;
  }
  .home-hero p {
    font-size: 18px;
  }
  .home-hero.fr {
    margin-top: 181px;
  }
  .home-hero.fr p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .page-banner {
    padding-top: 80px;
  }
  .home-hero {
    margin-top: 145px;
  }
  .hero-home {
    height: 400px;
    background-position: top left;
  }
  .hero-home .container {
    background: rgba(255, 255, 255, 0.8);
    height: 450px;
  }
  .hero-home p {
    font-size: 17px;
  }
  .hero-home {
    background-position: top left;
  }
  .hero-home .container {
    background: rgba(255, 255, 255, 0.8);
    height: 450px;
  }
  .hero-home p {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .hero-home {
    background-position: top center;
  }
  .home-hero {
    margin-top: 85px;
    font-size: 22px;
  }
}

@media (min-width: 1920px) {
  .hero-home {
    background-position: center -100px;
  }
}

@media (min-width: 3000px) {
  .hero-home {
    background-position: center -300px;
  }
}

@media (min-width: 5000px) {
  .hero-home {
    background-position: top center;
  }
  .home-hero {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
  }
}

.product-tile {
  margin-bottom: 30px;
}

.product-tile h3 {
  font-size: 20px;
  color: #002888;
}

.well-grey {
  padding: 20px;
  background: #edecec;
}

.award img {
  max-width: 100%;
}

.shield-btm {
  width: 100%;
}

.repe-video-play, .tms-video-play, .registry-video-play, .bbe-video-play {
  cursor: pointer;
}

.repe-video-play .btn, .tms-video-play .btn, .registry-video-play .btn, .bbe-video-play .btn {
  border-radius: 0;
}

.repe-video-play:hover .well-grey, .repe-video-play:focus .well-grey, .repe-video-play:active .well-grey, .tms-video-play:hover .well-grey, .tms-video-play:focus .well-grey, .tms-video-play:active .well-grey, .registry-video-play:hover .well-grey, .registry-video-play:focus .well-grey, .registry-video-play:active .well-grey, .bbe-video-play:hover .well-grey, .bbe-video-play:focus .well-grey, .bbe-video-play:active .well-grey {
  background: #002888;
}

.repe-video-play:hover h3, .repe-video-play:hover p, .repe-video-play:focus h3, .repe-video-play:focus p, .repe-video-play:active h3, .repe-video-play:active p, .tms-video-play:hover h3, .tms-video-play:hover p, .tms-video-play:focus h3, .tms-video-play:focus p, .tms-video-play:active h3, .tms-video-play:active p, .registry-video-play:hover h3, .registry-video-play:hover p, .registry-video-play:focus h3, .registry-video-play:focus p, .registry-video-play:active h3, .registry-video-play:active p, .bbe-video-play:hover h3, .bbe-video-play:hover p, .bbe-video-play:focus h3, .bbe-video-play:focus p, .bbe-video-play:active h3, .bbe-video-play:active p {
  color: #fff;
}

.career-tile {
  margin-bottom: 30px;
  display: block;
}

.career-tile span {
  display: block;
}

.career-tile .img-stretch {
  position: relative;
}

.career-tile .well-grey {
  position: relative;
}

.career-tile .well-grey .title {
  color: #00254B;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
  font-family: "FiraLight", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/spacer.gif,sizingMethod=crop');
  zoom: 1;
  font-weight: normal;
  letter-spacing: 0.5px;
}

.career-tile .well-grey .p {
  color: #333;
}

.career-tile:hover .well-grey, .career-tile:focus .well-grey, .career-tile:active .well-grey {
  background: #002888;
}

.career-tile:hover .well-grey h2, .career-tile:hover .well-grey p, .career-tile:hover .well-grey .title, .career-tile:hover .well-grey .p, .career-tile:focus .well-grey h2, .career-tile:focus .well-grey p, .career-tile:focus .well-grey .title, .career-tile:focus .well-grey .p, .career-tile:active .well-grey h2, .career-tile:active .well-grey p, .career-tile:active .well-grey .title, .career-tile:active .well-grey .p {
  color: #fff;
}

.career-tile:hover .cut-left, .career-tile:focus .cut-left, .career-tile:active .cut-left {
  background: url("/assets/rbcits/images/who-we-are/careers/cut-left-blue.png");
}

.career-tile:hover .cut-right, .career-tile:focus .cut-right, .career-tile:active .cut-right {
  background: url("/assets/rbcits/images/who-we-are/careers/cut-right-blue.png");
}

.career-tile:hover .fa, .career-tile:focus .fa, .career-tile:active .fa {
  color: #fff;
}

.career-tile .fa {
  font-size: 24px;
  color: #002888;
}

.chev-right {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

.cut-left, .cut-right {
  width: 250px;
  height: 250px;
  padding: 10px 25px;
}

.cut-left {
  background: url("/assets/rbcits/images/who-we-are/careers/cut-left.png");
}

.cut-right {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-top: 215px;
  text-align: right;
  background: url("/assets/rbcits/images/who-we-are/careers/cut-right.png");
}

/* Tables */
.table th, .table > thead > tr > th {
  border-bottom: 2px #002888 solid;
  color: #002888;
}

.pagination > li > a, .pagination > li > span {
  color: #002888;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  font-size: 16px;
  width: 60px;
  background: none;
}

.pagination > li:first-child > a {
  margin-left: -1;
}

.y-title {
  text-align: center;
  margin-bottom: 25px;
}

.y-title img {
  margin-top: 5px;
}

@media (max-width: 480px) {
  .y-title {
    text-align: left;
  }
}

.ie8, .ie7 {
  /* Opacity */
  /* Nav */
}

.ie8 body, .ie7 body {
  height: auto;
}

.ie8 body, .ie8 p, .ie8 td, .ie8 .btn, .ie8 .tile--news H2, .ie8 .dropdown-expertise H3, .ie8 .home-banner--title, .ie8 .sector-banner--title, .ie8 .article H1, .ie8 .white-box-text H2, .ie8 h3, .ie8 h3, .ie8 .tile--cta H3, .ie8 .tile--label, .ie8 H2, .ie7 body, .ie7 p, .ie7 td, .ie7 .btn, .ie7 .tile--news H2, .ie7 .dropdown-expertise H3, .ie7 .home-banner--title, .ie7 .sector-banner--title, .ie7 .article H1, .ie7 .white-box-text H2, .ie7 h3, .ie7 h3, .ie7 .tile--cta H3, .ie7 .tile--label, .ie7 H2 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ie8 .tile--cta H2, .ie8 .tile--news .cta--overlay H2, .ie8 .cta--overlay H3, .ie7 .tile--cta H2, .ie7 .tile--news .cta--overlay H2, .ie7 .cta--overlay H3 {
  font-family: "Georgia", Times, serif;
}

.ie8 .lead, .ie7 .lead {
  font-size: 20px;
}

.ie8 .container, .ie7 .container {
  width: 960px;
}

.ie8 .col-sm-12, .ie8 .col-lg-12, .ie7 .col-sm-12, .ie7 .col-lg-12 {
  width: 100%;
  float: left;
}

.ie8 .col-sm-9, .ie8 .col-md-9, .ie8 .col-lg-9, .ie7 .col-sm-9, .ie7 .col-md-9, .ie7 .col-lg-9 {
  width: 74%;
  float: left;
}

.ie8 .col-sm-8, .ie8 .col-lg-8, .ie7 .col-sm-8, .ie7 .col-lg-8 {
  width: 64%;
  float: left;
}

.ie8 .col-sm-7, .ie8 .col-md-7, .ie8 .col-lg-7, .ie7 .col-sm-7, .ie7 .col-md-7, .ie7 .col-lg-7 {
  width: 58%;
  float: left;
}

.ie8 .col-sm-6, .ie8 .col-lg-6, .ie7 .col-sm-6, .ie7 .col-lg-6 {
  width: 50%;
  float: left;
}

.ie8 .col-sm-5, .ie8 col-lg-5, .ie7 .col-sm-5, .ie7 col-lg-5 {
  width: 41%;
  float: left;
}

.ie8 .col-sm-4, .ie8 col-lg-4, .ie7 .col-sm-4, .ie7 col-lg-4 {
  width: 32%;
  float: left;
}

.ie8 .col-sm-3, .ie8 col-lg-3, .ie7 .col-sm-3, .ie7 col-lg-3 {
  width: 30%;
  float: left;
}

.ie8 .col-sm-1, .ie7 .col-sm-1 {
  width: 18%;
  float: left;
}

.ie8 .col-md-12, .ie7 .col-md-12 {
  width: 100%;
  float: left;
}

.ie8 .col-md-8, .ie7 .col-md-8 {
  width: 64%;
  float: left;
}

.ie8 .col-md-6, .ie7 .col-md-6 {
  width: 50%;
  float: left;
}

.ie8 .col-md-5, .ie7 .col-md-5 {
  width: 41%;
  float: left;
}

.ie8 .col-md-4, .ie7 .col-md-4 {
  width: 32%;
  float: left;
}

.ie8 .col-md-3, .ie7 .col-md-3 {
  width: 25%;
  float: left;
}

.ie8 .container:before, .ie8 .container:after, .ie8 .row:before, .ie8 .row:after, .ie7 .container:before, .ie7 .container:after, .ie7 .row:before, .ie7 .row:after {
  content: "";
  display: table;
}

.ie8 .container:after, .ie8 .row:after, .ie7 .container:after, .ie7 .row:after {
  clear: both;
}

.ie8 .container, .ie8 .row, .ie7 .container, .ie7 .row {
  zoom: 1;
}

.ie8 .page-banner--title h1, .ie7 .page-banner--title h1 {
  clear: both;
}

.ie8 .search-box, .ie7 .search-box {
  display: none;
}

.ie8 .navbar-right, .ie7 .navbar-right {
  clear: right;
}

.ie8 .topnav, .ie7 .topnav {
  border-bottom: 3px #002046 solid !important;
}

.ie8 .shrink .navbar-nav-glogal, .ie7 .shrink .navbar-nav-glogal {
  visibility: hidden;
}

.ie8 .home-banner--title, .ie8 .sector-banner--title, .ie7 .home-banner--title, .ie7 .sector-banner--title {
  top: 20px;
  right: 10px;
}

.ie8 .breadcrumb li, .ie7 .breadcrumb li {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
}

.ie8 .left.carousel-control, .ie8 .right.carousel-control, .ie7 .left.carousel-control, .ie7 .right.carousel-control {
  filter: none;
}

.ie8 .img-stretch, .ie7 .img-stretch {
  background-repeat: no-repeat;
}

.ie8 .fix.offices--map-area, .ie7 .fix.offices--map-area {
  width: 460px;
}

.ie8 .col-sm-15, .ie7 .col-sm-15 {
  width: 20%;
}

.ie8 .product-tile .well-grey, .ie7 .product-tile .well-grey {
  height: 170px;
}

.ie8 video, .ie7 video {
  HEIGHT: 415px;
  WIDTH: 610px;
}

.ie8 .list-inline li, .ie7 .list-inline li {
  float: left;
}

.ie8 .copyright, .ie7 .copyright {
  clear: both;
}

.ie8 .hero-home p, .ie7 .hero-home p {
  FONT-SIZE: 19px;
  PADDING-TOP: 15px;
  PADDING-LEFT: 50px;
}

.ie8 .span3, .ie7 .span3 {
  width: 25%;
}

.ie8 .span9, .ie7 .span9 {
  width: 75%;
}

.ie8 .story--overlay, .ie8 .header-overlay, .ie8 .page-banner--title, .ie8 .tile--hover-overlay, .ie8 .cta-stack, .ie8 .cta--overlay, .ie8 .intro-message, .ie8 .offices--region-title-box, .ie8 #ourTeamModal .modal-content, .ie8 .tile-overlay, .ie7 .story--overlay, .ie7 .header-overlay, .ie7 .page-banner--title, .ie7 .tile--hover-overlay, .ie7 .cta-stack, .ie7 .cta--overlay, .ie7 .intro-message, .ie7 .offices--region-title-box, .ie7 #ourTeamModal .modal-content, .ie7 .tile-overlay {
  background: #002046;
}

.ie8 .tile--news:hover .tile-overlay, .ie7 .tile--news:hover .tile-overlay {
  background: none;
}

.ie8 LI.last .dropdown-menu, .ie7 LI.last .dropdown-menu {
  left: auto;
}

.ie8 .navbar-header, .ie7 .navbar-header {
  float: left;
}

.ie8 .navbar-collapse, .ie7 .navbar-collapse {
  width: auto;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ie8 .navbar-collapse.collapse, .ie7 .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.ie8 .navbar-collapse.in, .ie7 .navbar-collapse.in {
  overflow-y: visible;
}

.ie8 .navbar-fixed-top .navbar-collapse,
.ie8 .navbar-static-top .navbar-collapse,
.ie8 .navbar-fixed-bottom .navbar-collapse, .ie7 .navbar-fixed-top .navbar-collapse,
.ie7 .navbar-static-top .navbar-collapse,
.ie7 .navbar-fixed-bottom .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.ie8 .container > .navbar-header,
.ie8 .container-fluid > .navbar-header,
.ie8 .container > .navbar-collapse,
.ie8 .container-fluid > .navbar-collapse, .ie7 .container > .navbar-header,
.ie7 .container-fluid > .navbar-header,
.ie7 .container > .navbar-collapse,
.ie7 .container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

.ie8 .navbar-static-top, .ie7 .navbar-static-top {
  border-radius: 0;
}

.ie8 .navbar-fixed-top,
.ie8 .navbar-fixed-bottom, .ie7 .navbar-fixed-top,
.ie7 .navbar-fixed-bottom {
  border-radius: 0;
}

.ie8 .navbar > .container .navbar-brand,
.ie8 .navbar > .container-fluid .navbar-brand, .ie7 .navbar > .container .navbar-brand,
.ie7 .navbar > .container-fluid .navbar-brand {
  margin-left: -15px;
}

.ie8 .navbar-toggle, .ie7 .navbar-toggle {
  display: none;
}

.ie8 .navbar-nav, .ie7 .navbar-nav {
  float: left;
  margin: 0;
}

.ie8 .navbar-nav > li, .ie7 .navbar-nav > li {
  float: left;
}

.ie8 .navbar-nav > li > a, .ie7 .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ie8 .navbar-form .form-group, .ie7 .navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.ie8 .navbar-form .form-control, .ie7 .navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.ie8 .navbar-form .form-control-static, .ie7 .navbar-form .form-control-static {
  display: inline-block;
}

.ie8 .navbar-form .input-group, .ie7 .navbar-form .input-group {
  display: inline-table;
  vertical-align: middle;
}

.ie8 .navbar-form .input-group .input-group-addon,
.ie8 .navbar-form .input-group .input-group-btn,
.ie8 .navbar-form .input-group .form-control, .ie7 .navbar-form .input-group .input-group-addon,
.ie7 .navbar-form .input-group .input-group-btn,
.ie7 .navbar-form .input-group .form-control {
  width: auto;
}

.ie8 .navbar-form .input-group > .form-control, .ie7 .navbar-form .input-group > .form-control {
  width: 100%;
}

.ie8 .navbar-form .control-label, .ie7 .navbar-form .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.ie8 .navbar-form .radio,
.ie8 .navbar-form .checkbox, .ie7 .navbar-form .radio,
.ie7 .navbar-form .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.ie8 .navbar-form .radio label,
.ie8 .navbar-form .checkbox label, .ie7 .navbar-form .radio label,
.ie7 .navbar-form .checkbox label {
  padding-left: 0;
}

.ie8 .navbar-form .radio input[type="radio"],
.ie8 .navbar-form .checkbox input[type="checkbox"], .ie7 .navbar-form .radio input[type="radio"],
.ie7 .navbar-form .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

.ie8 .navbar-form .has-feedback .form-control-feedback, .ie7 .navbar-form .has-feedback .form-control-feedback {
  top: 0;
}

.ie8 .navbar-left, .ie7 .navbar-left {
  float: left !important;
}

.ie8 .navbar-right, .ie7 .navbar-right {
  float: right !important;
  margin-right: -15px;
}

.ie8 .navbar-right ~ .navbar-right, .ie7 .navbar-right ~ .navbar-right {
  margin-right: 0;
}

.ie8 .footer-video .html5-video.content, .ie7 .footer-video .html5-video.content {
  width: 100%;
}

.ie8 .article-tile h2, .ie7 .article-tile h2 {
  background: #555555;
}

.ie8 video img, .ie7 video img {
  max-width: 100%;
}

.ie7 .navbar-right {
  width: 545px;
}

.ie7 .navbar-nav-glogal {
  width: auto;
}

.ie7 .col-sm-4, .ie7 .col-md-4 {
  width: 28%;
}

.ie7 .col-sm-6, .ie7 .col-md-6, .ie7 .col-lg-6 {
  width: 45%;
}

.ie7 .col-md-8 {
  width: 63%;
}

.ie7 .col-xs-12, .ie7 .col-lg-12 {
  width: 97%;
}

.ie7 .col-sm-15 {
  width: 20%;
}

.ie7 .blue-box .col-lg-8 {
  width: 58%;
}

.ie7 .col-md-3 {
  width: 21%;
}

.ie7 .fa-search {
  background: url("/assets/rbccm/images/search.png") center center no-repeat;
  width: 20px;
}

.ie7 .fa-linkedin-square {
  background: url("/assets/rbccm/images/linkedin.png") center center no-repeat;
}

.ie7 .fa-twitter-square {
  background: url("/assets/rbccm/images/twitter.png") center center no-repeat;
}

.ie7 .fa-youtube-square {
  background: url("/assets/rbccm/images/youtube.png") center center no-repeat;
}

/*
 * DESKTOP
 */
/* Footer copyright */
#footer-cr-website {
  font-size: 12px;
}

#footer-cr-links {
  font-size: 12px;
  padding-right: 0px;
  text-align: right;
  margin-left: -15px;
}

/* How We Help > Credential icons and texts */
.credential-row {
  padding-top: 35px;
  margin-bottom: 30px;
}

.credential-header {
  font-size: 50px;
}

.credential-text {
  line-height: 1.6;
  margin-bottom: 0px;
}

/*code of conduct image*/
#coc-img {
  float: right;
  margin: 0 0 20px 20px;
}

/* Our Locations main*/
#blankmap {
  cursor: pointer;
  float: left;
  width: 800px;
  height: 500px;
  margin-left: 80px;
  background-image: url("/assets/rbcits/images/who-we-are/our-locations/mloc-blank.png");
  background-size: contain;
  z-index: 70;
}

#listctr {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  background-color: rgba(200, 200, 200, 0.1);
  z-index: 60;
  padding: 20px;
  width: 22%;
}

#listctr-na, #listctr-eu, #listctr-apac {
  display: none;
}

#ctr-19 {
  float: right;
  max-width: 400px;
}

/* 
 * Adjustments for tablet screen sizes, i.e. iPad 
 */
@media (max-width: 991px) {
  /* Tab width */
  .nav-tabs > li {
    width: 100%;
  }
  .nav-tabs > li a {
    margin-right: 0;
  }
  /* Credential icons and texts*/
  .credential-row {
    margin-bottom: 0px;
  }
  .credential-header {
    font-size: 35px;
  }
  .credential-text {
    line-height: 1.4;
    padding: 0 20px;
  }
  .credential-block {
    padding: 15px;
  }
  /* Our Locations main ipad*/
  #ctr-19 {
    float: right;
  }
  #blankmap {
    width: 100%;
    height: 500px;
    margin: auto;
    background-repeat: no-repeat;
  }
  #listctr {
    top: 0px;
    width: 30%;
  }
  #listctr-na, #listctr-eu, #listctr-apac {
    display: none;
  }
}

/* 
 * Adjustments for general smartphones 
 */
@media (max-width: 768px) {
  .footer-video .container header h1 {
    font-size: 30px;
  }
  #footer-video-white h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  /* Footer Copyright */
  #footer-cr-links {
    text-align: left;
    margin-left: 0px;
  }
  #footer-cr-links li:first-child {
    padding-left: 0px;
  }
  /*Our Locations main */
  #ctr-19 {
    float: none;
  }
  #blankmap {
    float: left;
    width: 100%;
    min-height: 700px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 0;
  }
  #listctr {
    top: 20px;
    width: 100%;
    position: relative;
  }
  #listctr-na, #listctr-eu, #listctr-apac {
    display: block;
  }
  /* Our Credentials */
  .credential-row {
    padding-top: 20px;
  }
}

/* 
 * Extreme small screen sizes
 */
@media (max-width: 480px) {
  #coc-img {
    float: none;
    margin: 0px auto 15px;
  }
}
