.brasco h3 {
    color: #003D4C;
}
.brasco ul {
    margin: 0 0 26px 0;
    padding-left: 20px;
}
.brasco p, .brasco li {
  color: #003D4C;
  font-size: 16px;
}
.brasco li {
    position: relative;
    list-style: square;
    margin-bottom: 6px;
}
.brasco section {
  position: relative;
  padding: 4em 0;
}
.brasco #project-title {
  background: #003D4C;
  padding: 4em 0;
}
.brasco #project-title p {
  color: #fff;
}
.brasco #project-meta {
    padding: 15px 0;
}
.brasco #project-meta p {
    color: #fff;
    font-size: 18px;
    font-family: 'IBM Plex Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    padding-bottom: 6px;
}
.brasco #project-meta p a {
    color: #fff;
    transition: color .2s ease;
}
.brasco #project-meta p a:hover {
    color: #efefef;    
}
.brasco h1 {
  color: #fff;
  font-family: 'IBM Plex Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 54px;
  letter-spacing: 2px;
  text-align: left;
}
.brasco #carousel-section {
  padding-bottom: 0em;
}
.brasco .owl-item li {
    list-style: none;
}
.owl-item img {
    max-width: 100%;
    height: 100%; /*was auto*/
    max-height: 570px;
    object-fit: contain; /*was cover*/
    object-position: left center;
}
@media(max-width:768px) {    
    .owl-item img {        
        max-height: 350px;
    }
}
.owl-dots {
  text-align: center;
  margin-top: 15px;
}
.owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0057B8 !important;
  margin: 0 3px;
  display: inline-block;
  opacity: 0.5;
}
.owl-dots button.active {
  background: #0057B8 !important;
  opacity: 1;
}
.brasco ul.owl-carousel {
    padding: 0;
}
.owl-carousel .owl-stage {
  padding: 0;
  box-sizing: border-box;
  display: flex;
}
.owl-carousel .owl-item {
  margin-right: 10px;
}
.owl-nav {
  position: absolute;
  width: calc(100% + 50px);
  top: 50%;
  left: -25px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media(max-width: 768px) {
    .owl-nav {
        width: calc(90%);
        left: 5%;
    }
}
.owl-nav button {
  font-size: 26px !important;
  color: #0057B8 !important;
}
.owl-nav button.disabled {
  opacity: 0.5;
}
.owl-nav button.disabled:hover {
  cursor: default !important;
}
#carousel-thumbnails {
    display: flex;
    flex-flow: row wrap;
}
#carousel-thumbnails div {
    display: inline-block;
    margin: 0 6px 6px 0;
    flex-basis: 70px;
    transition: all .2s ease;
    opacity: 0.7;
}
#carousel-thumbnails div img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
#carousel-thumbnails div.active {
    opacity: 1;
}
#carousel-thumbnails div:hover {
    cursor: pointer;
    opacity: 1;
}
.brasco #main-content {
  padding-top: 0em;
}
.brasco #main-content .container:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
  display: none;
}
#project-sidebar {
  padding: 1.5em 2em;
  background: #F1F2F2;
}
#project-sidebar .project-detail {
  margin-bottom: 30px;
}
#project-sidebar .project-detail h3 {
  font-size: 18px;
  font-family: 'IBM Plex Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  color: #0057B8 !important;
}
#project-sidebar .project-detail h4 {
  font-weight: 400;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 16px;
}
.brasco a.search-return {
  color: #A8B400 !important;
  border-width: 0px !important;
  font-weight: 700 !important;
  font-size: 20px;
  transition: color .2s ease;
}
.brasco a.search-return:hover {
  color: #003D4C !important
}
#contact-section {
  padding: 6em 0;
  background-size: cover !important;
  background-position: right center !important;
}
#contact-section .row {
  align-items: center;
}
#contact-section .col-md-4 {
  text-align: center;
}
#contact-section .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(241, 242, 242, 0.7);
}
#contact-section h2 {
  font-family: 'IBM Plex Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 45px;
  color: #A8B400 !important;
}
#contact-section p {
  color: #003D4C !important;
}
#contact-section a.cta-btn {
  display: inline-block;
  color: #fff;
  background: #A8B400;
  font-weight: 700;
  font-family: 'IBM Plex Sans Condensed', Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 20px;
  padding: .75em 4em;
  transition: all .2s ease;
}
#contact-section a.cta-btn:hover {
  color: #fff;
  background: #003D4C;
}
/* Archive Page Styles */
#filter-form {
  padding-bottom: 0;
}
#filter-form .border-bottom {
  border-bottom: #ACC0C6 1px solid;
  margin-top: 4em;
}
#filter-form .row.no-padding {
  padding: 0;
}
#filter-form input[type=text], #filter-form input[type=submit] {
  padding: 1em;
  font-family: 'IBM Plex Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #003D4C !important;
  border: none;
}
#filter-form .search-form {
  display: flex;
  flex-flow: row nowrap;
}
#filter-form .search-form input[type=text] {
  flex-basis: calc(100% - 78px);
  border-top: #ACC0C6 1px solid;
  border-left: #ACC0C6 1px solid;
  border-bottom: #ACC0C6 1px solid;
  font-weight: 400;
}
#filter-form .dropdown {
  position: relative;
  font-size: 16px;
  color: #333;
  z-index: 15000;
}
#filter-form #service-dropdown {
    z-index: 18000;
}
#filter-form .dropdown .dropdown-list {
  padding: 1em;
  background: #ACC0C6;
  position: absolute;
  top: 54px;
  left: 0px;
  right: 0px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 66vh;
  overflow-y: scroll;
}
#filter-form .dropdown .dropdown-list a {
  color: #fff;
}
#filter-form .dropdown .dropdown-option {
  display: block;
  padding: 8px 12px 8px 0;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
#filter-form .dropdown .dropdown-label {
  display: block;
  height: auto;
  background: #ACC0C6;
  padding: 1.1em;
  line-height: 1;
  cursor: pointer;
  font-family: 'IBM Plex Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #003D4C !important;
  border: none;
}
#filter-form .dropdown .dropdown-label:before {
  content: "▼";
  float: right;
}
#filter-form .dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
#filter-form .dropdown.on .dropdown-list .dropdown-option {
    opacity: 1;
    transition-delay: 0.2s;
    font-size: 16px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}
#filter-form .dropdown [type=checkbox] {
    display: inline-block;
}
#filter-form .dropdown.on .dropdown-list .dropdown-option span {
    display: inline-block;
}
#filter-form .dropdown.on .dropdown-label:before {
  content: "▲";
}
#filter-form .dropdown [type=checkbox] {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
#filter-form .search-form input[type=submit] {
  background: #A8B400;
}
#archive-projects a.project {
  display: block;
}
#archive-projects a.project .img-box {
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}
#archive-projects a.project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
  transition: all .2s ease;
}
#archive-projects a.project:hover img {
  scale: 1.1;
}
#archive-projects a.project h2 {
  font-family: 'IBM Plex Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #003D4C !important;
  line-height: 1.2em;
}
#archive-projects .pagination {
  width: 100%;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 6px 12px;
  background: #A8B400;
  color: #fff;
  font-family: 'IBM Plex Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.pagination .page-numbers.current {
  background: #003D4C;
  color: #fff;
}
#filter-form input[name="filter_projects"] {
  cursor: pointer;
}
.non-clickable {
  pointer-events: none;
  opacity: 0.5;
}
img.single-banner-image {
    width: 100%;
    height: auto;
    /*max-height: 300px;
    object-fit: cover;*/
}
@media(min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media(max-width: 990px) {
    body.single-portfolio #main-content .container,
    body.single-portfolio #project-title .container,
    body.single-portfolio #contact-section .container,
    body.single-portfolio .brasco section .container,
    body.single-portfolio #carousel-section .container {
        width: 80%;
    }
}  
@media(max-width: 480px) {
    body.single-portfolio .brasco h1 {
        font-size: 42px;
    }
}