#block-languageswitcher ul.links {
  margin-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  float: right;
}

#block-languageswitcher ul li {
  display: inline-block;
  padding: 0;
}

#block-languageswitcher ul li a {
  display: inline-block;
  padding: 7px 0px 7px 10px;
  color: #181d0d;
  font-size: 0.9em;
  text-decoration: none;
}

#block-languageswitcher ul li a:hover {
  text-decoration: none;
}

#block-languageswitcher ul li a::after {
  content: '|';
  margin-left: 12px;
  color: #181d0d;
}

#block-languageswitcher li:last-child a::after {
  content: '';
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

.main-container #main {
  padding-left: 70px;
  padding-right: 70px;
}

.breadcrumb > .active {
  color: #7B7B86;
  font-size: 0.9em;
}

.path-frontpage .page-header{
  padding: 0px;
  margin:0px;
}

.path-frontpage #main-container {
  padding-top: 15px;
  padding-bottom: 50px;
}

body.has-sidebar .main-container #sidebar-right {
  padding-top: 15px;
}

.view-testimonials .views-field-body {
  margin-bottom: 10px;
}

.view-testimonials .views-field-body .field-content::before {
  content: '\f10d';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 6px;
  color: #d2d2d2;
}

.view-testimonials .views-field-body .field-content::after {
  content: '\f10d';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 4px;
  color: #d2d2d2;
}

.view-testimonials .views-field-title {
  text-align: right;
  margin-bottom: 10px;
}

.view-testimonials .views-field-title::before {
  content: '–';
  margin-right: 6px;
  color: #d2d2d2;
}

.view-featured-client .views_slideshow_cycle_main{
  padding: 1em; }

.block-client-profile .form-group{
  margin-bottom: 0px;
}

.view-featured-client .views_slideshow_cycle_main .views-row .views-field h4{
  margin-top: 0;
}

.view-featured-client .views_slideshow_cycle_main .views-row .views-field h4 a {
  color: #333;
  text-decoration: none;
}

.view-featured-client .views_slideshow_cycle_main .views-row span.prelocation {
  color: #3674ab;
  font-size: 0.9em;
  margin-bottom:10px;
  float: left;
}

.view-featured-client .views_slideshow_cycle_main .views-row span.prelocation::before {
  content: '\f041';
  font-family: FontAwesome;
  margin-right: 4px;
}

.view-featured-client .views_slideshow_cycle_main .views-row .views-field.views-field-field-client-photo img{
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.view-featured-client .views_slideshow_cycle_main:hover .views-row .views-field.views-field-field-client-photo img {
  filter: none;
}

.view-financing-agencies .view-header, .view-bdo .view-header{
  margin-bottom:30px;
}

.views-field-field-staff-image img {
  width: 100%;
}

.view-staffs .view-content .view-node-staff {
  background-color: #f8f3e3;
  padding: 0px 0px 11px 0px;
  min-height: 465px !important;
}

.view-staffs .view-content .views-field-field-staff-name {
  padding-left: 1em;
  padding-right: 1em;
  font-weight: normal;
  font-family: 'Merriweather', serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 11px;
  margin-bottom: 11px;
}

.view-staffs .view-content .views-field-title {
  color:#8a8f94;
  padding-left: 1em;
  padding-right: 1em;
}

.view-staffs .view-content .views-field-field-staff-email {
  padding-left: 1em;
  padding-right: 1em;
}

.view-staffs .view-content .views-field-field-staff-phone {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 11px;
}

#block-views-block-client-profiles-block-1 h2 {
  margin-bottom: 1em;
  font-size: 26px;
}

.field--name-body ul, .region-content ul.newbullets {
  padding-top: 0.5em;
}

.field--name-body ul li, .region-content ul.newbullets li {
  position: relative;
  list-style: none;
  margin-bottom: 5px;
}

.field--name-body ul li::before, .region-content ul.newbullets li::before {
  content: '';
  display: block;
  height: 5px;
  width: 5px;
  background-color: #dcd0a0;
  position: absolute;
  border-radius: 50%;
  top: 8px;
  left: -1em;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .path-node.has-sidebar .main-container #main {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.menu--en-menu .li-level-1 > a, .menu--en-menu .li-level-1 > span {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.menu--fr-menu .li-level-1 > a, .menu--fr-menu .li-level-1 > span {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.menu--iu-menu .li-level-1 > a, .menu--iu-menu .li-level-1 > span {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

a.colorbox {
  cursor: pointer;
}

.colorbox-content {
  color:#444;
}

@media screen and (min-width: 768px) {
  .colorbox-content .bmleft {
    float: left;
  }

  .colorbox-content .bmright {
      margin: 20px 50px 50px 260px;
  }

}

.view-docs .view-footer {
  margin-top : 2em;
}

.breadcrumb > li + li::before {
  content: "/";
}

#views-bootstrap-private-document-page-1 ul {
  padding: 0px;
}

#views-bootstrap-private-document-page-1 ul li {
  position: relative;
  list-style: none;
  margin-bottom: 0.5em;
}

#views-bootstrap-private-document-page-1 ul li .fa-lock{
  display: none;
}

.label {
  color:#333;
}

.form-group {
  margin-top: 15px;
}

.block-search {
  margin-top: 0em;
}

.event-calendar .author{
  display: none;
}

.event-calendar .field--name-body {
  margin-bottom: 10px;
}

.client-profile .field--name-field-location::before {
  content: '\f041';
  font-family: FontAwesome;
  margin-right: 6px;
}

.client-profile .field--name-field-location {
  margin-bottom: 10px;
  color: #3674ab;
  font-size: 0.9em;
}

#colorbox #cboxClose {
    top: 0;
    right: 0;
    background: url(../images/bclose.png) no-repeat;
}
#cboxLoadedContent{
    margin-top:28px;
    margin-bottom:0;
}

ul.navbar-nav > li > a,
ul.navbar-nav > li > span {
  color: white;
  text-transform: uppercase;
  padding: 14px 40px !important;
  font-size: 18px;
  height: 50px;
}

ul.navbar-nav > li > a.is-active,
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li > span.active-trail,
ul.navbar-nav > li:hover > span {
  background-color: #315371;
  color: white;
}

#search-block-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#search-block-form input[type="search"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 230px;
}

#search-block-form button[type="submit"] {
  background-color: #4e4241;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 6px 12px;
  font-size: 0;
}

#search-block-form button[type="submit"]:before {
  content:"\e003";
  font-family: 'Glyphicons Halflings';
  font-size: 16px;
  color: white;
}

input[type="text"],
input[type="password"],
input[type="search"] {
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.views_slideshow_cycle_slide .views-row img {
  max-width: 100%;
  height: auto;
}

.view-board-members .views-row .views-field-field-member-image img {
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
  height: auto;
}
