/*!
Styles for full screen background video demo
*/
/* =============================================================================
  RESETS
============================================================================= */
html,
body,
div,
h1,
p,
a,
video {
    margin: 0;
    padding: 0;
}

/*** Global Bootstrap Overrides ***/

.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

/* =============================================================================
  HTML, BODY, GENERAL TEXT STYLING
============================================================================= */
html,
body {
    height: 100%;
}

body {
    font-size: 16pt;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #010101;
}

a, a:hover {color: inherit; text-decoration: underline;}
nav a {text-decoration: none;}

b, strong {font-weight: 500;}

h2 {font-size: 36pt; font-weight: 300;}
h3 {font-size: 30px; text-transform: uppercase; font-weight: 300;}
h4 {font-size: 24px; font-weight: 300;}
h5 {font-size: 18px; font-weight: 500;}

.smaller p {font-size: 13pt;}

.faded {color: #d0d0d0;}

.bottom {margin-bottom: 110px;}

/* =============================================================================
  CONTENT
============================================================================= */
.menu-content {
    position: relative;
    top: 30%;
    z-index: 2;
    margin: 0 auto;
    max-width: 720px;
    text-align: center;
}

#history canvas {display: block; margin-left: auto; margin-right: auto; max-width: 100%; height: auto; padding-top: 80px; padding-bottom: 120px;}

/*** Navigation ***/
/* These styles are being intentionally over-ridden to get the nav to match the PSD as closely as possible with positioning and size */
nav {z-index: 3;}

.navbar {background-color: #fff; border-color: #fff;}
.navbar.navbar-fixed-bottom {height: 90px; font-size: 15px; line-height: 16px;}
.navbar-fixed-bottom .navbar-nav {position: absolute; left: 160px; bottom: 16px;}
.navbar-fixed-bottom .navbar-nav>li>a {padding: 0 50px 0 0;}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover {
    background-color: unset;
    color: #f47920;
}

.navbar-brand {padding: 0; height: 59px; margin: 11px 30px 20px 30px;}

.copyright {color: #aaa; position: fixed; right: 30px; bottom: 16px;}
.copyright span.social {width: 100%;margin-bottom:15px;}
.copyright span.social i.fab {font-size: 18px;}
.copyright span.social a {margin:0 4px;}
.copyright span.copy {font-size: 7pt;margin-left:10px;}

.grid-tile {
    position: relative;
    overflow: hidden;
}

.project-grid-title {
    position: absolute;
    top: 0px;
    left: 0px;
}

.gridwindow {
    margin-top: 2.5px;
    padding-bottom: 110px;
}

.passionbox {
    position: absolute;
    top:335px;
    left:0;
    padding: 25px 15px 25px 75px;
    min-height:200px;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
    width:70vw;
}

.passionbox h1, h1.passiontitle {
    font-size: 44pt;
    font-weight: unset;
    margin-bottom:25px;
 }

 .passionbox p {width: 80%; font-size: 22px;}

.row.footer-menu {
    position: absolute;
    height: 15vh;
    bottom: 0;
    background: #FFF;
    width: 100%;
    z-index: 2;
}

ul.type-menu {
    margin-top: 12px;
    /*position: absolute;*/
    margin-bottom: 8px;
}

ul.type-menu li {
    display: inline-block;
    font-size: 13px;
    margin-right: 50px;
}

ul.submenu>li>a, ul.submenu>li>a:hover {color: #7c868d; text-decoration: none;}
ul.submenu>li>a.active, ul.submenu>li>a:hover {color: #000;}

/* Don't float them */

ul.main-menu {
    margin-top: 5px;
    position: absolute;
    bottom: 5px;
    left: 120px;
}

ul.main-menu li {
    display: inline-block;
    margin-left: 30px;
}


.row.no-gutter-fixed [class*='col-']:not(:first-child),
.row.no-gutter-fixed [class*='col-']:not(:last-child) {
    padding-right: 2.5px;
    padding-left: 2.5px;
}

p {
    font-size: 1.2em;
}

.row-fluid {
    margin: 0 auto;
}

.logo img {
    height: 65px;
}

.full-width {
    width: 100%;
    margin: 0;
    max-width: 100%;
}

#sidebar-wrap {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 1;
    height: 100%;
    display: none;
}

.slidedown-box {
    color: #fff;
    margin: 0 20px 0 15px;
    padding-top: 30px;
    display: none;
    padding-bottom: 160px;
}

.slidedown-box p, .mobile-project p {font-size: 15px; margin-bottom: 18px; line-height: 1.5;}
.mobile-project p {padding: 0 15px;}
.mobile-project img.gallery {margin-bottom: 9px;}
.mobile-project .navbar-nav {margin-left: 0;}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden;
    }

    25% {
        visibility: hidden;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden;
    }

    25% {
        visibility: hidden;
    }


    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    25% {
        visibility: hidden;
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    25% {
        visibility: hidden;
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

#projectheader {
    z-index:4;
    padding-left: 15px;
}

#projectheader span {font-size: 0.7em;}

#carducciCarousel {
    width: 100%;
    height: 100vh;
}

.carousel-indicators {
    right: 20px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    top:25%;
    bottom: initial;
    left: initial;
    width: initial;
}

#quotes .carousel-indicators {
    right: initial;
    top: initial;
    position: relative;
    margin-bottom: 30px;
}

.passionind {
    position: absolute;
    bottom: 120px;
    top: initial;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    top: 50%;
    font-size: 50px;
}

#passion .carousel-control.left, #passion .carousel-control.right {
    top: 362px;
}

.carousel-control.left {
    text-align: left; margin-left: 20px;
}

.carousel-control.right {
    text-align: right; margin-right: 20px;
}


.carousel-indicators li, .carousel-indicators li.active {width: 8px; height: 8px; margin: 2px; border: none; border-radius: 4px;}

.carousel-indicators li {background-color: #7a868c;}

.carousel-indicators li.active {background-color: #f47920;}

.carousel-inner {height: 100%;}

.carousel-inner .item {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-position: center;
}

.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }

ul.thumbs, .team_member p {
    padding: 0 !important;
}

/***********THUMBNAIL STYLES*********/
/*.portfolio{display:none;}*/
.thumb__view {

    position:absolute;
    top:10px;
    left:10px;

    /*-webkit-transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
}

.thumbs:before, .thumbs:after {
    content: " ";
    display: table
}

.thumbs:after {
    clear: both
}

.thumbs > li {
    padding: 2.5px 2.5px 2.5px 2.5px;
    list-style: none;
}

.thumbs > li:nth-of-type(1n) {
    clear: none
}

.thumb__content {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    text-align: center
}

.thumb__content:hover, .thumb__content:active, .thumb__content:focus {
    color: #fff
}

.thumb__content:hover {
    opacity: 1;
    cursor: pointer;
}

.thumb__img {
    width: 100%
}

.js .thumb__img {
    opacity: 0
}

.mask {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.thumb__content:hover .mask, .brochures .mask {display: block;}

.thumb__title {
    font-size: 14pt;
    margin: 0;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
}

/*.thumb__title:before {
    display: block;
    margin: 0 auto 0.75rem;
    width: 20px;
    height: 2px;
    background: #4e4c4b
}*/

.thumb__text {
    font-size: 12pt;
    color: #bec2c5;

}

.thumb__view {
    display: inline-block;
    width: 90%;
    color: #fff;
    background-color: transparent;
    padding: 11px 9px 0 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    line-height: 1;
}

.filters {
    display: block;
    width: auto;
    overflow: hidden;
    margin: 2rem .5rem;
    color: #686663;
}

.filters dt {
    font-weight: normal;
}

.filters dt, .filters dd {
    float: none;
    display: inline;
    margin-bottom: 0;
    margin-right: 3rem;
    padding-bottom: 1rem;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

.filters dt a, .filters dd a {
    color: #686663;
}

.filters dt a:hover, .filters dt a:focus, .filters dd a:hover, .filters dd a:focus {
    color: #4e4c4b;
    font-weight: 700;
    text-decoration: none;
}

.filters dt a.is-checked, .filters dd a.is-checked {
    border-bottom: 2px solid #4e4c4b;
    color: #4e4c4b;
    font-weight: 700;
    cursor: default;
}

.mask .open_pdf {text-align: center; position: relative; top: 50%; transform: translateY(-50%);}
.mask .open_pdf p {font-size: 13px; margin-top: 24px;}
.brochures .thumb__content:hover .mask {background: unset; background-color: rgba(0,0,0,0.55);}
.brochures .thumb__content .mask .open_pdf {display: none;}
.brochures .thumb__content:hover .mask .open_pdf {display: block;}

/*** Recognition ***/

body.recognition {background: #fff url('/images/leaf-background.jpg') no-repeat fixed; background-size: auto 100%; padding-top: 30px;}
#white-mask {position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; background-color: rgba(255,255,255,0.7);}

.recognition p {font-size: 13px;}

#quotes {margin-top: 20px;}
p.quote {color: #f47920; font-size: 19px; padding-right: 10%;}
p.quote span {font-size: 15px; display: block;}

.prop-wrap {max-height: 45vh; width: 100%; position: relative; overflow: hidden;}
.properties {padding-right: 25px;}

.award-category {border-top: 2px #c7c7c7 solid; margin-top: 5px;}
.award-category:last-of-type {border-bottom: 2px #c7c7c7 solid; padding-bottom: 5px;}
.award-category:last-of-type h5 {margin-bottom: 5px;}
.award-category a.glyphicon, .award-category a.glyphicon:hover {color: #f47920; text-decoration: none; font-size: 9pt; margin-right: 10px;}
.award-category a.glyphicon.glyphicon-minus, .award-category a.glyphicon.glyphicon-minus:hover {margin-right: 11px;}

.awarded-property {font-weight: 500;}
.awarded-property a {color: #010101; text-decoration: underline;}
.property .awarded-property span {display: block; font-size: 11px; font-weight: 300;}
.property ul.awards {padding-left: 20px; list-style: none;}

.recognition .iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 7px;
    bottom: 2px;
    top: 2px;
    right: 13px;
    overflow: hidden;
    background: #e5e5e5;
    border-radius: 8px;
    /*display: none;*/
}

.recognition .iScrollIndicator {
    position: absolute;
    background: #cecece;
    border-radius: 8px;
}

.recognition .iScrollVerticalScrollbar .iScrollIndicator {
    width: 100%;
}

/*** People ***/

.people .thumb__content:hover {-webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; transition-delay: 0s;}

.people .modal-lg {width: 600px;}

.people .modal {
  text-align: center;
  padding: 0!important;
}

.people .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.people .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.people .modal-body {padding: 20px;}

.modalname {font-weight: 500; font-size: 19px; line-height: 1;}
.modalposition {font-weight: 300; font-size: 16px; top: -8px; position: relative;}

.mobile-bio {display: none !important;}
li.active .mobile-bio {display: block !important;}

.modalbodytext {font-size: 10px; min-height: 400px; max-height: 400px; overflow-y: auto; padding-right: 21px;}

.modalbtn {margin-right: 15px; z-index: 1000;}

.peoplequote {font-size:16px; line-height: 1.3; margin: 12px 0 30px 0;}

.sectiontext, .mobiletext p, .modaldescription p {font-size: 12px; line-height: 1.3;}
.sectiontext p {margin-bottom: 9px;}

.mobiletext p.strong, .modaldescription p.strong {font-weight: 500; margin: 25px 0 8px 0;}

/*** Contact ***/
body.contact_layout {overflow-y: scroll; }

#contact p {
    font-size:14px;
}
#contact p.header {margin-bottom: 0;}

#contact {
    padding:30px 140px 0 55px ;
}
#contact iframe {
    width:100%;
}
#contact a {
    color: #f47920;
    text-decoration: none;
}

#contact .copy {padding-left:45px;}

#customMap {width:100%; height:738px;}

/*** Profile ***/

#profile #white-mask {background-color: rgba(255,255,255,0.9);}

@media only screen and (min-width : 992px) {
    #profile #white-mask {
        background-color: unset;
        background: -moz-linear-gradient(left,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 66%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 66%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 66%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    }
}

@media only screen and (min-width : 1200px) {
    #profile #white-mask {
        background-color: unset;
        background: -moz-linear-gradient(left,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 58%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 58%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 58%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    }
}

@media only screen and (min-width : 768px) {
  #profile {
    padding-top:30px;
    padding-left:55px;
    padding-bottom: 110px;
  }
}

@media only screen and (max-width : 767px) {
  #profile {
    padding-bottom:75px;
  }
}

#profile p {
  margin-bottom:20px;
}

#profile .profile-content p span {font-weight: 500;}

.profile-content h1, .profile-content h2, .profile-content h3, .profile-content h4, .profile-content h5, .profile-content h6 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom:20px;
}

/*.profile-content p b {color: #000;}*/

/*** News ***/

body.news {padding-top: 30px;overflow-y: scroll; }
.news .sidebar {margin-top: -4px;padding-left: -15px;}
.news .story figcaption {color: rgb(124,134,141); font-weight: 300;}
.news .sidebar h4 {text-transform: uppercase; margin: 0;}
.news .sidebar ol {list-style: none; padding: 0; margin-bottom: 60px;}
.news .sidebar li, .news .sidebar p {font-size: 13px;}
.news .sidebar li.active {color: #000;}
.news .sidebar li.active span {color: #787878; font-size: 14px; line-height: 0;}
.news .sidebar p {margin-bottom: 10px;}

.news .sidebar ol li a, .news .sidebar h4 a {text-decoration: none;}

.news .sidebar .featured-video {position: relative;}
.news .sidebar .featured-video img {max-width: 100%; max-height: 100%;}
.news .sidebar .featured-video .overlay {background: rgba(0,0,0,0.35) url('/images/play.png') center center no-repeat; background-size: auto 50%; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.news .modal {
  text-align: center;
  padding: 0!important;
}

.news .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.news .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.news .stories {padding-left: 120px;padding-right: -15px; margin-bottom: 10px;}

.news .story-top {border-top: 2px solid #919191;}

.news .story {margin-top: 30px;}

.news .story h2 {font-size: 19px; font-weight: 500; margin-top: 0;}
.news .story h2 span {font-weight: 300;}

.news .story figure .img-responsive {width: 100%;}
.news .story figcaption {font-size: 13px;}

.news .story .artwork figure, .news .story .artwork div {margin-bottom: 20px;}

.news .story .categories {border-bottom: 2px solid #919191; border-top: 2px solid #d0d1d3;}
.news .story .categories p {color: #939598; font-size: 12px; margin: 6px 0;}

.news #pagination {margin-top: 30px; text-align: center;}
.news #pagination a {font-size: 15px; text-decoration: none; margin: 0 10px;}

.news-index {display: flex; justify-content: center; padding-bottom: 70px;}
.news-instagram {display: flex; justify-content: center; font-size: 13px; padding-bottom: 70px;}
.news-videos {display: flex; justify-content: center; padding-bottom: 70px;}
.news-stories {padding-bottom: 80px;}

/*** Override Fixes ***/

#profile p:not(.quote), #contact p, .news .story p,
/* Added .story li for proper bullet formatting jrb 3/16/23 */
.news .story li,
.news .sidebar p, .news .sidebar li, .news .sidebar li a, .news .sidebar li a:hover, .property ul.awards, .recognition p:not(.quote) {font-size: 13px; font-weight: 300; color: #58595b; line-height: 1.5;}
#profile p:not(.quote), #contact p, .news .story p {margin-bottom: 10px;}
.profile-content h1, #contact p b, .news .sidebar h4, .news h5 {font-weight: 500; font-size: 13px; color: #000; margin-bottom: 0; line-height: 1.5;}

#contact li { font-size: 13px; }
/**** MEDIA QUERIES ****/

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px) {
    ul.type-menu li {font-size: 10pt; margin-right: 30px;}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
    body.recognition {background-size: 100% auto;}

    ul.type-menu li {font-size: 8pt; margin-right: 20px;}

    .mask {display: block;}
    .brochures .thumb__content:hover .mask .open_pdf {display: none;}

    .carousel .carousel-control {visibility: visible;}

    #quotes {margin-top: -10px;}
    p.quote {padding-right: unset;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {
    body.recognition {background-size: 100% auto;}

    #mobile-nav nav {border: unset;}
    #mobile-nav .submenu {display: none;}
    .nav>li:not(:first-child) {border-top: 1px solid #c7c7c7}
    .navbar.navbar-fixed-bottom {height: unset; background-color: rgba(255,255,255,0.95)}
    .navbar-fixed-bottom .navbar-header {background-color: #fff; border-top: 1px solid #c7c7c7;}
    .navbar-fixed-bottom .navbar-nav {position: unset; left: unset; bottom: unset; margin: 10px 0; padding-bottom: 20px;}
    .navbar-nav>li>a {font-size: 16px; line-height: 40px;}
    .navbar-fixed-bottom .navbar-nav>li>a {padding-right: 10px;}
    #mobile-nav .navbar.navbar-fixed-bottom .nav>li>a>span {font-size: 12px; margin-top: 13px;}
    #mobile-nav .navbar.navbar-fixed-bottom .submenu {font-size: 15px; line-height: 25px; list-style: none; padding-left: 23px; padding-bottom: 12px;}
    #mobile-nav .navbar-fixed-bottom .navbar-collapse {max-height: unset;}
    .navbar-brand {margin: 11px 15px 15px 15px;}
    .navbar-toggle {height: 34px; margin-top: 35px;}
    .copyright {bottom: 92px; right: 15px;float:right;}
    .copyright span.social {text-align: right!important;
    float: right!important;}

    /* .navbar-default .navbar-toggle:focus {background-color: ;} */
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus {background-color: #ddd;}
    .navbar-default .navbar-toggle.collapsed, .navbar-default .navbar-toggle.collapsed:focus {background-color: #fff;}

    #history canvas {max-width: 211px; padding-top: 10px; padding-bottom: 0;}

    .content {padding-bottom: 80px;}

    .mask {display: block;}
    .brochures .thumb__content:hover .mask .open_pdf {display: none;}

    #quotes {margin-top: -10px;}
    p.quote {padding-right: unset;}

    #contact {padding: 0 15px;}

    #contact p {margin-bottom: 15px;}

    #contact .copy {padding-left: 15px;}

    #customMap {width: unset; margin: 0 15px; height:350px;}

    /* Passion */
    h1.passiontitle {font-size: 30pt; margin: 17px 0;}
    .carousel-inner p, p.quote {font-size: 15px;}

    /* News */
    body.news {padding-top: 30px;}
    .news .filters-label {width: 100%; border-top: 2px solid #919191;}
    .news .sidebar h4.filters-label {margin-bottom: 10px; padding-top: 10px;}
    .filters-label>a>span {color: #f47920; margin-right: 10px; font-size: 12px;}
    #filters {display: none;}
    .news .sidebar {margin-top: 0; padding-left: 0; padding-right: 0;}
    .news .sidebar ol {margin-bottom: 7px;}
    .news .stories {padding-left: 0; padding-right: 0;}
}

/* Custom for iPhone 5 */
@media only screen and (max-width : 320px) {
    #history canvas {max-width: 200px;}
}

/* Custom Thumbs */
@media only screen and (max-width: 680px) {
    .thumbs > li {
        padding: 10px 0
    }
}

.sk-title {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 6px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: rgb(88,89,91) !important;
}

.sk-ww-vimeo-showcase-videos-item {
  border-radius: 0px 0px 0px 0px !important;
  margin-top: -1px !important;
  margin-bottom: 0px !important;
}
.sk-ww-vimeo-showcase-videos-item-content {
  border-radius: 0px 0px 0px 0px !important;
}
.sk-yt-feed-m-r-15px {
  display: none;
}

.news-container {
  width: 90%;
  @media (min-width: 768px) {
    width: 738px;
  }
  @media (min-width: 992px) {
    width: 972px;
  }
  @media (min-width: 1200px) {
    width: 1170px;
  }
}