@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Regular'), local('OpenSans'), url('OpenSans-400.woff') format('woff'), url('OpenSans-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('OpenSans-600.woff') format('woff'), url('OpenSans-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
body {
  font: 16px/1.7em 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #a84a47;
  color: #444444;
}
h1,
h2,
h3 {
  -webkit-font-smooting: antialiased;
}
a,
a:hover {
  color: #c57976;
}
li {
  margin-bottom: .5em;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
span.hide-text {
  display: inline-block;
  width: 0;
}
@media (max-width: 767px) {
  #langs {
    margin: 0 -10px;
  }
}
#langs ul {
  float: right;
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  width: 300px;
}
#langs ul li {
  display: inline-block;
}
#langs ul li a {
  display: block;
  float: left;
  padding: 0 20px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #EEEEEE;
  opacity: .7;
  text-decoration: none;
}
#langs ul li a.active {
  opacity: 1;
}
#back-to-top {
  position: fixed;
  display: block;
  padding: 12px;
  text-align: center;
  background: #EEEEEE;
  bottom: 0;
  right: 30px;
  text-decoration: none;
  line-height: 1;
  font-size: .9em;
}
section {
  margin: 80px 0;
}
@media (max-width: 979px) {
  section {
    margin: 40px 0;
  }
  section:first-child {
    margin-top: 0;
  }
  section:last-child {
    margin-bottom: 0;
  }
}
article {
  margin: 40px 0;
}
blockquote {
  padding: 0;
  border: none;
  margin-bottom: 80px;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  line-height: 1.5;
}
blockquote .pull-quote {
  float: left;
  margin-left: -0.45em;
}
@media (max-width: 767px) {
  blockquote .pull-quote {
    float: none;
    margin-left: 0;
  }
}
#portrait {
  margin-top: 67px;
}
@media (max-width: 767px) {
  #portrait {
    margin-top: 10px;
  }
}
#services .col {
  width: 45%;
  float: left;
  margin-top: 40px;
}
#services .col:first-child {
  margin-right: 10%;
}
@media (max-width: 767px) {
  #services .col {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
#bdue-logo {
  margin: 0 0 10px 10px;
  width: 102px;
}
@media (max-width: 767px) {
  #bdue-logo {
    width: 51px;
    float: left;
    margin: 0 10px 5px 0;
  }
}
#main {
  background: white;
  padding: 40px 0;
}
@media (max-width: 767px) {
  #main {
    padding: 20px 10px;
    margin: 0 -10px;
  }
}
#main header a {
  color: #444444;
  text-decoration: none;
}
#main h1 {
  font-size: 36px;
  font-weight: 400;
}
#main h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 1em;
}
#main h3 {
  font-size: 24px;
  font-weight: 600;
  color: #999;
}
#main li {
  line-height: 1.5em;
}
@media (max-width: 979px) {
  #main h1 {
    font-size: 28px;
  }
  #main h2 {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  #main h2 {
    font-size: 25px;
  }
}
#contact-form #contact-messages p {
  padding: 10px;
  font-size: .9em;
}
#contact-form .control-group input,
#contact-form .control-group textarea {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  border-width: 2px;
  padding: 8px;
}
#contact-form .form-actions {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-top: none;
}
#contact-form .form-actions input {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 500px) {
  #contact-form .form-actions input {
    width: 100%;
  }
}
footer {
  padding: 80px 0;
  color: #eeeeee;
}
footer a {
  color: #a2a2a2;
}
footer a:hover {
  color: #6f6f6f;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
  footer .row > div {
    margin-bottom: 40px;
  }
}
