@import url(//fonts.googleapis.com/css?family=Roboto:400,100,700,300);
/* ------------------- Reset ----------------- */
/*---------------- Global Elements ------------*/
a:hover,
a:active,
a:focus,
a:visited {
  outline: none;
}
.section-heading {
  text-align: center;
  margin: 28px 0;
  position: relative;
}
.section-heading span {
  line-height: 2;
  font-family: 'ronnia-condensed', sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  color: #535353;
  background: #fcfcfc;
  padding: 0 1em;
}
.feature {
  margin-bottom: 2em;
}
.btn-orange {
  background: #e95e0f;
  color: #fcfcfc;
  font-weight: 600;
  font-style: italic;
  font-family: 'ronnia-condensed', sans-serif;
}
.btn-orange:focus,
.btn-orange:hover {
  color: #fcfcfc;
}
.btn-listing {
  background: #fcfcfc;
  border: 1px solid #231f20;
  color: #231f20;
  font-weight: 600;
  font-style: italic;
  font-family: 'ronnia-condensed', sans-serif;
  border-radius: 0;
  padding: 12px 36px;
}
/*---------------- Button Gray ------------*/
.btn-grey {
  background: #535353;
  color: #fcfcfc;
  font-weight: 500;
  font-style: italic;
  font-family: 'ronnia-condensed', sans-serif;
  font-size: 24px;
  border-radius: 0;
  padding: 12px 36px;
  display: block;
  white-space: normal;
}
.btn-grey:focus,
.btn-grey:hover {
  color: #fcfcfc;
}
.btn-listing {
  background: #d34600;
  border: 1px solid #d34600;
  color: #231f20;
  font-weight: 600;
  font-style: italic;
  font-family: 'ronnia-condensed', sans-serif;
  border-radius: 0;
  padding: 12px 36px;
}
.position-item .btn-grey,
.contact-form .btn-grey {
  font-weight: 300;
  font-style: normal;
  padding: 10px 30px;
  font-size: 24px;
  margin: 2em 0;
}
.position-item .btn-orange,
.contact-form .btn-orange {
  font-weight: 300;
  font-style: normal;
  padding: 10px 30px;
  font-size: 18px;
  margin: 2em 0;
}
@media screen and (min-width: 768px) {
  .section-heading:after {
    content: "";
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 1.6em;
    z-index: -1;
    border-top: 1px solid #504331;
    border-bottom: 1px solid #504331;
  }
}
body {
  font: 400 16px/1.4 'Roboto', Arial, Helvetica, sans-serif;
}
.fadein-text {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
          transition: opacity 0.6s ease-out;
}
/*.wf-active .fadein-text{
	opacity:1;
}
*/
.animate-fade {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.animate-fade:hover {
  opacity: 0;
}
.animate-move > .demo-shape {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
/* /stylesheets/less/global/spacing.less */
/*-------------------- Objects ----------------*/
/*--------------------Page Structure--------------*/
.navbar {
  min-height: 73px;
  -webkit-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out;
  opacity: 1;
  position: relative;
  top: 0;
  margin-bottom: 0;
}
.navbar-inner {
  padding: 7px 0 0;
}
.navbar-brand {
  height: 76px;
  padding: 6px 15px;
}
.navbar-brand img {
  width: 230px;
  -webkit-transition: width 0.6s ease-out;
          transition: width 0.6s ease-out;
}
.navbar-inverse {
  background-color: #3e3e3e;
  border: none;
  opacity: .95;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.navbar-inverse .navbar-nav > li > a {
  background-color: transparent;
  color: #fcfcfc;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-transition: line-height 0.6s ease-out;
          transition: line-height 0.6s ease-out;
}
.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li.active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #e95e0f;
  border-color: #e95e0f;
  background-color: transparent;
}
.navbar-toggle {
  margin: 6px 15px 0 0;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-nav {
  margin-top: 12.5px;
}
.navbar-nav > li > a {
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-fixed-top .navbar-collapse {
  max-height: none;
  border-top: none;
  box-shadow: none;
  padding-top: 8px;
}
.search-bar {
  background: rgba(207, 207, 207, 0.95);
  padding: 10px 0;
  display: none;
}
.search-bar form {
  width: 100%;
  margin: 0;
}
.search-bar label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
}
.search-bar input {
  border: 1px solid #535353;
  padding: .5em;
  border-radius: 4px;
  background: transparent;
  height: 2em;
  width: 80%;
  font-size: 18px;
  outline: none;
  font-style: italic;
  font-family: Georgia,serif;
}
.search-bar .btn-search {
  width: 18%;
  background: none;
  color: #535353;
  -webkit-transition: 0.2s ease-out;
          transition: 0.2s ease-out;
  font-size: 30px;
}
.search-bar .btn-search:hover {
  color: #e95e0f;
}
@media screen and (min-width: 768px) {
  .navbar {
    min-height: 130px;
    margin: 0;
    border-bottom: 1px solid #bfbfbf;
  }
  .navbar-collapse {
    margin: 0;
    width: auto;
    float: right;
  }
  .navbar-nav {
    width: auto;
    margin-top: 0;
  }
  .navbar-nav > li > a {
    line-height: 128px;
    border-top: 3px solid transparent;
    padding: 0 12px;
  }
  .navbar-right {
    margin-right: 0;
  }
  .navbar-inverse .navbar-brand {
    font-size: 72px;
    line-height: 1.1;
    padding: 32px 0 0 0;
  }
  .navbar-inner {
    padding: 2px 0 0;
  }
  .navbar-inner > .container {
    position: relative;
  }
  .search-bar form {
    width: 50%;
    margin: 0 25%;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-scroll {
    min-height: 65px;
    position: fixed;
    width: 100%;
    opacity: .9;
    top: 0;
    border: none;
    z-index: 100;
  }
  .navbar-scroll .navbar-brand {
    padding: 5px 0 0 0;
  }
  .navbar-scroll .navbar-brand img {
    width: 216px;
    -webkit-transition: width 0.6s ease-out;
            transition: width 0.6s ease-out;
  }
  .navbar-scroll .navbar-nav > li > a {
    line-height: 62px;
  }
}
/* /stylesheets/less/objects/nav.less */
/* /stylesheets/less/objects/content.less */
.home-hero {
  background: no-repeat 70% center url(/_assets/hero-mob.jpg);
  background-size: cover;
}
.home-hero-caption {
  color: #fcfcfc;
  text-shadow: 0 0 10px #000000;
  margin: 50px 0 2em 1em;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 1px;
}
.feature img {
  width: 100%;
}
.feature h2 {
  font-weight: 600;
  font-style: italic;
  color: #535353;
  font-size: 18px;
  font-family: 'ronnia-condensed', sans-serif;
}
.feature1 {
  margin-bottom: 2em;
  width: 100%;
}
.home-item {
  margin: 60px 0;
}
.home-item p {
  font-size: 16px;
  color: #535353;
}
.home-item-image {
  position: relative;
  margin: 2em 0;
  background: no-repeat right center url(/_assets/hero-2.jpg);
  background-size: cover;
}
.home-item-image.second {
  background-image: url(/_assets/hero-3.jpg);
}
.home-item-image.third {
  background-image: url(/_assets/hero-4.jpg);
}
.home-item-image.fourth {
  background-image: url(/_assets/hero-5.jpg);
}
.home-item-image h2 {
  color: #fcfcfc;
  text-shadow: 0 0 6px #000000;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 85px 0 50px 1em;
}
.home-item-text {
  padding: 0 1em;
}
.home-staff-videos iframe {
  margin: 1em 0;
  padding: 0 1em;
  height: 300px;
}
.home-advertising-videos iframe {
  padding: 0 1em;
  height: 350px;
}
.contact-map iframe {
  height: 400px;
}
.contact-form {
  margin-top: 2em;
}
.contact-form form .row {
  margin: 1em 0;
}
.contact-form form input[type='text'] {
  margin-bottom: 1em;
}
.contact-form textarea {
  height: 140px;
}
.search-results {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .home-hero {
    background: no-repeat center 60% url(/_assets/hero.jpg);
    background-size: cover;
    min-height: 500px;
  }
  .home-hero-caption {
    margin: 150px 0 0 0;
    font-size: 52px;
    line-height: 1.3;
  }
  .home-item-text {
    padding: 0;
  }
  .home-item-text.border {
    border-bottom: 2px #535353 solid;
  }
  .home-staff-videos iframe {
    padding: 0;
    height: 204px;
  }
  .home-advertising-videos iframe {
    padding: 0;
    height: 130px;
  }
  .feature-text p {
    height: 6em;
  }
  .contact-form form input[type='text'] {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .home-chair-image {
    margin-right: -50px;
    position: relative;
    left: -50px;
  }
  .home-staff-videos iframe {
    height: 265px;
  }
  .home-advertising-videos iframe {
    height: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .home-staff-videos iframe {
    height: 320px;
  }
  .home-advertising-videos iframe {
    height: 206px;
  }
}
/* CSS Document */
footer {
  background: #3e3e3e;
  padding: 2em 0;
}
footer h3 {
  color: #fcfcfc;
  text-transform: uppercase;
  font-size: 14px;
}
.footer-latest-positions {
  list-style: none;
  padding: 0;
}
.footer-latest-positions a {
  color: #bfbfbf;
  line-height: 1.3;
  padding: .5em 0;
  display: block;
}
.footer-latest-positions a:hover {
  color: #e95e0f;
  text-decoration: none;
}
.copyright {
  background-color: #231f20;
  color: #bfbfbf;
  font-size: 12px;
  padding: 1.3em 0;
  text-align: center;
}
/*--------------------- Components --------------*/
/* Lists */
.inline-list li {
  display: inline-block;
}
/* Social List */
.social-list li {
  margin: 0 0.4rem $space 0;
}
.social-list a {
  font-size: 1.6em;
}
/* Bullet List */
.bullet-list {
  list-style: disc inside;
  margin: 0 0 1em 1.2em;
  line-height: 1.3;
}
.bullet-list li {
  margin-bottom: $space;
}
/* Text List */
.text-list {
  list-style: disc inside;
  margin: 0 0 1em;
  line-height: 1.3;
}
.text-list li {
  margin-bottom: 1em;
}
/* /stylesheets/less/objects/positions.less */
.positions {
  margin: 2em 0;
}
.positions h1 {
  padding-left: .5em;
}
.position-title {
  cursor: pointer;
  font-size: 18px;
  color: #3e3e3e;
  line-height: 3;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 1em;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.position-title:hover {
  color: #e95e0f;
}
.listing-title {
  padding: 20px 0 30px;
}
.listing-title h1 {
  font-family: 'ronnia-condensed', sans-serif;
  color: #e95e0f;
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
}
.listing-body {
  margin: 1em 0 2em;
  padding: 0 1em;
}
.listing-body p {
  line-height: 1.6;
}
.listing-map {
  padding: 70px 0 50px;
}
.listing-map iframe {
  width: 100%;
  height: 300px;
}
.listing-quote {
  background-color: #474747;
  padding: 0;
}
.listing-quote .container {
  padding: 70px 0 50px;
}
.listing-quote blockquote {
  text-align: center;
  font-size: 24px;
  line-height: 1.67;
  color: #fcfcfc;
  font-weight: 300;
  border: none;
  margin: 0 2%;
}
.listing-quote hr {
  text-align: center;
  width: 50px;
  font-weight: 700;
}
.listing-quote-footer {
  font-family: 'ronnia-condensed', sans-serif;
  text-align: center;
  font-style: italic;
  line-height: 26px;
  font-weight: 700;
}
.listing-quote-footer .name {
  font-size: 25px;
  color: #fcfcfc;
}
.listing-quote-footer .pos {
  font-size: 18px;
  color: #e95e0f;
}
#webapp33642pagination {
  display: none;
}
@media screen and (min-width: 768px) {
  .positions h1 {
    padding-left: 0;
  }
  .listing-title {
    padding: 50px 0 30px;
  }
  .listing-quote .container {
    background: no-repeat left bottom url(/_assets/barry.jpg);
    padding-left: 30px;
  }
  .listing-quote blockquote {
    margin: 0 10%;
  }
  .listing-map iframe {
    height: 600px;
  }
}
/* /stylesheets/less/objects/slider.less */
.slick-slide {
  position: relative;
}
.slider-left,
.slider-right {
  position: absolute;
  top: 30%;
  height: 40px;
  width: .4em;
  font-size: 40px !important;
  color: #fcfcfc;
  z-index: 100;
  opacity: .6;
  text-shadow: 1px 1px 10px #000;
  -webkit-transition: opacity 0.2s ease-out;
          transition: opacity 0.2s ease-out;
}
.slider-left {
  left: .3em;
}
.slider-right {
  right: .3em;
}
.listing-slider h2 {
  color: #fcfcfc;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 1em;
  font-weight: 300;
  font-size: 22px;
  text-shadow: 1px 1px 10px #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
          transition: opacity 0.2s ease-out;
}
.listing-slider img {
  height: 250px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
          transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .listing-slider h2 {
    font-size: 48px;
  }
  .listing-slider h2.text-left {
    text-align: left;
    margin-left: 24%;
  }
  .slider-left,
  .slider-right {
    top: 40%;
    font-size: 80px !important ;
    height: 80px;
    cursor: pointer;
  }
  .slider-left:hover,
  .slider-right:hover {
    opacity: 1;
  }
  .listing-slider img {
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */