/*!
* Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body {
  overflow-x: hidden;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #efefef;
  font-size:16px;
}
.row.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}



.inner {
  max-width:453px;
  margin-left: auto;
}

.constrain {
  padding-left: 0;
  padding-right: 0;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #c60023;
}

p {
  line-height: 1.55;
  margin: 0 0 1em;
}

p.large {
  font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}

a {
  color: #F26532;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #231F20; /* #fec503 */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.img-centered {
  margin: 0 auto;
}

.bg-light-gray {
  background-color: #f7f7f7;
}

.bg-darkest-gray {
  background-color: #222;
}

.bg-beige {
  background-color: #efece9;
}

.btn-primary {
  border-color: #F26532;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  font-style: normal;
  background-color: #F26532;
  padding: 1em;
  margin-top: 1em;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  border-color: #C1B3A3;
  color: #fff;
  background-color: #C1B3A3;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #c60023;
  background-color: #c60023;
}

.btn-primary .badge {
  color: #c60023;
  background-color: #fff;
}

.btn-xl {
  padding: 20px 40px;
  border-color: #F26532;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #F26532;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  border-color: #f5f5f5;
  color: #fff;
  background-color: #f5f5f5;
  color: #333;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  border-color: #c60023;
  background-color: #c60023;
}

.btn-xl .badge {
  color: #c60023;
  background-color: #fff;
}

.navbar-default {
  border-color: transparent;
  background:#555555;
}

.navbar-default .navbar-brand {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, cursive;
  color: #231f20;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #231f20;
}

.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
  background:#555555;
}

.navbar-default .navbar-toggle {
  border-color: #F26532;
  background-color: #F26532;
}

.navbar-default .navbar-toggle .icon-bar {
  background:#f5f5f5;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #F26532;
}

.navbar-default .nav li a {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  outline: 0;
  color: #F26532;
}

.navbar-default .navbar-nav > .current > a {
  border-radius: 0;
  color: #fff;
  background-color: #F26532;
}

.navbar-default .navbar-nav > .current > a:hover,
.navbar-default .navbar-nav > .current > a:focus {
  color: #fff;
  background-color: #C1B3A3;
}

@media (min-width: 768px) {
  .navbar-default {
    padding: 25px 0;
    border: 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }

  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }

  .navbar-default.navbar-shrink {
    padding: 10px 0;
    background-color: #acb5bd;
  }

  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

header {
  color: #fff;
  background-image: linear-gradient(171deg, rgba(217, 213, 204, 0.35) 0%, #D9D5CC 100%); 
  /* background-image: url(./themes/msupply-foundation/img/header-bg.jpg); */
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header.sm {
  background:#555555;
}

header . {
  padding-top: 130px;
  padding-bottom: 100px;
}

header .intro-text .intro-lead-in {
  margin-bottom: 25px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
}

.intro-text {
  margin-top: 5em;
}

header .intro-text .intro-heading {
  margin-bottom: 25px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.intro {
  color: white;
}

.byline {
  font-weight: bold;
}

blockquote.pullout {
  padding:1.5em 2em 2.5em;
  letter-spacing: 0.01em;
  margin:2em 0;
}

.pullout {
  background: #F26532;
  color: white;
  border-left: none;
}

.pullout a {
  color: #F26532;
  background: white;
  padding:0.7em 1em;
  margin:1em 1em 0;
  display:inline-block;
  text-decoration:none;
}

blockquote.pullout-charcoal {
  padding:1.5em 2em 2.5em;
  letter-spacing: 0.01em;
  margin:2em 0;
}

.pullout-charcoal {
  background: #2f3d45;
  color: white;
  border-left: none;
}

.pullout-charcoal a {
  color: #2f3d45;
  background: white;
  padding:0.7em 1em;
  margin:1em 1em 0;
  display:inline-block;
  text-decoration:none;
}

blockquote.pullout-teal {
  padding:1.5em 2em 2.5em;
  letter-spacing: 0.01em;
  margin:2em 0;
}

.pullout-teal {
  background: #4d878b;
  color: white;
  border-left: none;
}

.pullout-teal a {
  color: #4d878b;
  background: white;
  padding:0.7em 1em;
  margin:1em 1em 0;
  display:inline-block;
  text-decoration:none;
}

blockquote.pullout-blue {
  padding:1.5em 2em 2.5em;
  letter-spacing: 0.01em;
  margin:2em 0;
}

.pullout-blue {
  background: #78909d;
  color: white;
  border-left: none;
}

.pullout-blue a {
  color: #78909d;
  background: white;
  padding:0.7em 1em;
  margin:1em 1em 0;
  display:inline-block;
  text-decoration:none;
}

.section-heading {
  margin-bottom: 10px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 36px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 50px;
}

.section-intro {
  font-size:16px;
}

@media (min-width: 768px) {
  .intro-text {
    margin-top:0;
  }

  header .intro-text {
    padding-top: 150px;
    padding-bottom: 200px;
  }

  header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
  }

  header .intro-text .intro-heading {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
  }

  header.sm {
    min-height: 125px;
  }

  .section-heading {
    padding-top:1.5em;
    margin-bottom: 20px;
    font-size: 42px;
  }

  .section-intro {
    font-size:20px;
    padding-right:4em;
  }

  .constrain {
    padding-left: 2em;
    padding-right: 2em;
  }
}

section {
  padding: 60px 0 0;
  background:white;
}

section#team {
  padding-top:0;
}
section#geography img {
  width: 85%;
  padding-bottom: 25px;
  padding-top: 25px;
}

section h2.section-heading {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 40px;
}

section h3.section-subheading {
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.landing {
  font-size: 20px;
  margin: 0 auto;
}

.article .landing {
  margin: 0 1em;
}

.landing ul li,
.landing ol li {
  margin: 1em 0;
}

.article {
  margin-bottom: 4em;
}

.article img {
  width:100%;
}

.leader {
  font-size:18px;
  padding-right: 4em;
  padding-bottom:5em;
}

.shade-lite,
.shade-lite-full {
  background: #c1b3a3;
  padding:2em;
}

.shade-mid {
  background: #a1aeb6;
}

.shade-gris {
  background: #959595;
}

.shade-orange {
  background: #F26532;
}

.shade-charcoal {
  background: #2f3d45;
}

.shade-orange-gradient {
  background-image: linear-gradient(147deg, #FF8800 0%, #E63535 100%);
}

.hangout,
.protrude {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.hangout img,
.protrude img {
  width: 90%;
}

.protrude-features {
  margin: 5% 0 5% 0;
  padding: 0;
  position: relative;
  text-align: center
}
.protrude-features img {
  width: 75%;
}

.icon {
  margin: 0 auto;
  display: block;
  width: 50%;
  pointer-events: none;
}

.policy-icon {
  margin: 0 auto;
  display: block;
  width: 100%;
  pointer-events: none;
}

.comConnectForm {
  margin-bottom: 4em;
}

@media (min-width: 768px) {
  .shade-lite-full {
    padding: 2em 1em 2em;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .hangout {
    max-width: 560px;
    margin: 0 auto;
  }
  section h2.section-heading {
    margin-top: 80px;
  }
  .landing {
    max-width: 80%;
  }
  .muted .landing {
    max-width:580px;
  }
}

@media (min-width: 992px) {
  .shade-lite-full {
    left: 60%;
  }
  .hangout {
    margin-left: -6em;
    padding-left: 2em;
    margin-right: 15px;
  }
  .protrude {
    margin-top: 5em;
    margin-left: -3em;
    position: absolute;
  }
  .hangout img,
  .protrude img {
    width: auto;
  }
  .muted .landing {
    max-width:756px;
  }
/*  .dtac .excerpt {
      min-width: 508px;
  }*/
}

.hangout img {
  width:100%;
}

.service-heading {
  margin: 45px 0 15px;
  text-align: center;
  font-size: 36px;
  letter-spacing:0.05em;
}
#contact .service-heading {
  color: white;
}
.regular {
  text-align: left;
}
.regular .service-heading,
.muted .service-heading {
  text-align: left;
}

.standout {
  text-align: center;
}

.lead-in {
  font-weight: bold;
}

.muted {
  background: #C1B3A3;
  color: white;
  padding: 0.2em 1em 2em;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.muted .pullout {
  background: white;
  color: #C1B3A3;
  text-align: center;
  padding: 1em 2em;
  margin-top: 1.5em;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 2em;
  text-align: center;
}

.grid > [class*="col-"] {
  display: flex;
}

.project {
  display: flex;
  flex-direction: column;
  background: #f7f7f5;
  margin: 1em 0;
  cursor: pointer;
}

.project:hover {
  background-color:#ffebcc;
}

.reason {
  margin-bottom:2em;
}

.postdate {
   font-weight: bold;
}

@media (min-width: 768px) {
  section {
    padding: 0;
  }
  section + section {
    padding-top:5em;
  }
  .project {
    background: #f7f7f5;
    margin: 1em 0;
  }
}

.excerpt {
  text-align:left;
  padding:1.5em 3em;
  color:white;
  flex-grow: 1;
}

.project-heading {
  font-size: 24px;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  margin: 0 auto;
  padding: 25px;
  max-width: 400px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  margin: 0;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.timeline {
  position: relative;
  padding: 0 1em;
  list-style: none;
  text-align: left;
}
.timeline li {
  position: relative;
  padding: 10px 10px 10px 20px;
}
.timeline li a {
  color: gray;
}
.timeline li:before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border:5px solid white;
  background: #D8D8D8;
  position: absolute;
  left: -3rem;
  top: 50%;
  transform: translateY(-100%);
}

.timeline li:not(:last-child):after {
  content: '';
  width: 4px;
  height: 100%;
  background: #D8D8D8;
  position: absolute;
  left: -1.7rem;
  top: 50%;
}

@media (min-width: 992px) {
  .timeline {
    position: relative;
    padding: 0 1em;
    list-style: none;
    text-align: left;
    display:flex;
    margin-top:3em;
  }
  .timeline li {
    position: relative;
    padding: 0 1em;
    display: inline-block;
    width: 25%;
    text-align:center;
  }
  .timeline li a {
    color: gray;
  }
  .timeline li:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border:5px solid white;
    background: #D8D8D8;
    position: absolute;
    top:-4.4rem;
    left:25%;
    transform: translateX(100%);
  }

  .timeline li:not(:last-child):after {
    content: '';
    width: 4px;
    height: 52%;
    background: #D8D8D8;
    position: absolute;
    left: 158%;
    top: -3.1rem;
    transform: rotate(90deg);
    transform-origin: 0% 0%;
  }

}

@media (min-width: 1200px) {
  .timeline li:not(:last-child):after {
    height: 64%;
    left: 138%;
  }
  .muted .landing {
    max-width:914px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  margin: 0 auto;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

.landing h4 {
  margin-top: 1.5em;
  font-size: 20px;
}

aside.clients img {
  margin: 50px auto;
}

section#contact {
  background-color: #222;
  background-image: url(./themes/msupply-foundation/img/map-image.png);
  background-position: center;
  background-repeat: no-repeat;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 236px;
}

section#contact .form-group textarea.form-control {
    height: 275px;
}

section#contact .form-group label {
  color: #999;
}

.comError {
  color: #c60023;
}

.comThanks { 
  color: #fff;
}

.comConnectForm legend {
    color: #777;
}

.form-group label {
    margin: 10px 0px -20px -5px;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#contact .form-control:focus {
  border-color: #c60023;
  box-shadow: none;
}

section#contact::-webkit-input-placeholder {
  text-transform: uppercase;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #bbb;
}

section#contact:-moz-placeholder {
  text-transform: uppercase;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #bbb;
}

section#contact::-moz-placeholder {
  text-transform: uppercase;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #bbb;
}

section#contact:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #bbb;
}

section#contact .text-danger {
  color: #e74c3c;
}

footer {
  padding: 25px 0;
  text-align: center;
  background-color: #231F20;
  color: white;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 90%;
}

footer h4 {
  font-size: 16px;
}

footer .copyright {
  line-height: 40px;
}

footer .quicklinks ul {
  margin-bottom: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer .quicklinks ul li {
  margin-bottom: 0.7em;
}

footer a {
  color: white;
}
footer a:hover,
footer a:focus,
footer a:active,
footer a.active {
  color: #C1B3A3;
  text-decoration: none;
}

@media (min-width: 384px) {
  .dtac .excerpt {
      min-width: 361px;
  }
}

@media (min-width: 768px) {
  footer .quicklinks {
      text-align: left;
  }
  .dtac .excerpt {
      min-width: 508px;
  }
}

.quicklinks ul.social-buttons {
  margin: 1.5em 0;
}

ul.social-buttons li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  outline: 0;
  color: #fff;
  background-color: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: 0;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #222;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #222;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}

::-moz-selection {
  text-shadow: none;
  background: #F26532;
}

::selection {
  text-shadow: none;
  background: #F26532;
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

body {
  webkit-tap-highlight-color: #F26532;
}

.navbar-shrink .navbar-brand > img {
  height: 40px;
}

/* *** bootstrap overrides *** */
a.navbar-brand {
  padding: 0.2em 0.5em;
}
ul.dropdown-menu {
  background-color: #acb5bd;
}
 .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color:white;
 }
 .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  color:#F26532;
 }
.scroll-icon {
  color: rgba(255,255,255,0.75);
  font-size: 30px;
}
.navbar-header {
  height:70px;
}
/* *** /overrides ****/

.stories-image { 
  height: 100%;
}

.staff-image {
  height: 30rem;
}
.staff-image img {
    margin: 0 auto;
    border: 7px solid #fff;
}
.staff-image p {
  font-size: 16px;
}

.dtac-form .comThanks { 
  color: #000;
}

.dtac .excerpt {
    text-align: center;
}

.project-feature {
  text-align: center;
}
img.project-feature {
  width: 45%;
}
img.project-feature:hover {
  width: 45%;
  filter: grayscale(1);
}

.project-detail {
  text-align: center;
}
img.project-detail {
  width: 75%;
}
img.project-detail:hover {
  width: 75%;
  filter: grayscale(1);
}

.project-home {
  text-align: center;
}
img.project-home {
  width: 70%;
}
img.project-home:hover {
  width: 70%;
  filter: grayscale(1);
}

.hero-text { 
  color: black;
}

hr { 
  border-top: 1px solid #F26532;
}

.blog-width {
  max-width: 80%;
  margin: 0 auto;
  padding: 2em 0 3em 0;
}