/* line 2, ../scss/_global.scss */
body {
  overflow-x: hidden;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* line 7, ../scss/_global.scss */
p {
  line-height: 1.75;
}

/* line 11, ../scss/_global.scss */
a {
  color: #fed136;
}
/* line 13, ../scss/_global.scss */
a.active, a:active, a:focus, a:hover {
  color: #fec503;
}

/* line 21, ../scss/_global.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 31, ../scss/_global.scss */
section {
  padding: 100px 0;
}
/* line 33, ../scss/_global.scss */
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 38, ../scss/_global.scss */
section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  /* line 48, ../scss/_global.scss */
  section {
    padding: 75px 0;
  }
}
/* line 54, ../scss/_global.scss */
::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

/* line 59, ../scss/_global.scss */
::selection {
  background: #fed136;
  text-shadow: none;
}

/* line 64, ../scss/_global.scss */
img::selection {
  background: transparent;
}

/* line 68, ../scss/_global.scss */
img::-moz-selection {
  background: transparent;
}

/* line 72, ../scss/_global.scss */
body {
  -webkit-tap-highlight-color: #fed136;
}

/* line 76, ../scss/_global.scss */
.region-content {
  clear: both;
}

/* line 80, ../scss/_global.scss */
.path-frontpage .field--name-field-body {
  opacity: 0;
  height: 0;
}

/* line 2, ../scss/_navbar.scss */
#mainNav {
  background-color: #222222;
}
/* line 4, ../scss/_navbar.scss */
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fed136;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 14, ../scss/_navbar.scss */
#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}
/* line 17, ../scss/_navbar.scss */
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

/* line 26, ../scss/_navbar.scss */
.navbar-nav,
#block-subpagemenu .menu {
  list-style: none;
  padding: 0;
  margin: 1em;
  display: flex;
}
/* line 32, ../scss/_navbar.scss */
.navbar-nav .nav-item,
.navbar-nav .menu-item,
#block-subpagemenu .menu .nav-item,
#block-subpagemenu .menu .menu-item {
  margin: 0 10px;
}
/* line 35, ../scss/_navbar.scss */
.navbar-nav .nav-item .nav-link,
.navbar-nav .nav-item a,
.navbar-nav .menu-item .nav-link,
.navbar-nav .menu-item a,
#block-subpagemenu .menu .nav-item .nav-link,
#block-subpagemenu .menu .nav-item a,
#block-subpagemenu .menu .menu-item .nav-link,
#block-subpagemenu .menu .menu-item a {
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 41, ../scss/_navbar.scss */
.navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item a.active,
.navbar-nav .nav-item a:hover,
.navbar-nav .menu-item .nav-link.active,
.navbar-nav .menu-item .nav-link:hover,
.navbar-nav .menu-item a.active,
.navbar-nav .menu-item a:hover,
#block-subpagemenu .menu .nav-item .nav-link.active,
#block-subpagemenu .menu .nav-item .nav-link:hover,
#block-subpagemenu .menu .nav-item a.active,
#block-subpagemenu .menu .nav-item a:hover,
#block-subpagemenu .menu .menu-item .nav-link.active,
#block-subpagemenu .menu .menu-item .nav-link:hover,
#block-subpagemenu .menu .menu-item a.active,
#block-subpagemenu .menu .menu-item a:hover {
  color: #DFBE9F;
}

@media (min-width: 992px) {
  /* line 51, ../scss/_navbar.scss */
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  /* line 59, ../scss/_navbar.scss */
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 69, ../scss/_navbar.scss */
  #mainNav .navbar-nav .nav-item .nav-link,
  #mainNav .navbar-nav .nav-item a,
  #mainNav .navbar-nav .menu-item .nav-link,
  #mainNav .navbar-nav .menu-item a,
  #mainNav #block-subpagemenu .menu .nav-item .nav-link,
  #mainNav #block-subpagemenu .menu .nav-item a,
  #mainNav #block-subpagemenu .menu .menu-item .nav-link,
  #mainNav #block-subpagemenu .menu .menu-item a {
    padding: 1.1em 1em !important;
  }
  /* line 75, ../scss/_navbar.scss */
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #222222;
  }
  /* line 79, ../scss/_navbar.scss */
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}
/* line 87, ../scss/_navbar.scss */
.header {
  background-color: #2E6D86;
}
/* line 90, ../scss/_navbar.scss */
.header #block-sitelogo img {
  width: 100%;
}

/* line 100, ../scss/_navbar.scss */
#block-subpagemenu {
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 105, ../scss/_navbar.scss */
  #block-sitelogo {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  /* line 109, ../scss/_navbar.scss */
  #block-sitelogo {
    width: 30%;
    float: left;
  }

  /* line 114, ../scss/_navbar.scss */
  .navbar-nav,
  #block-subpagemenu .menu {
    position: relative;
    margin-top: 5%;
    margin-left: 3em;
  }
  /* line 120, ../scss/_navbar.scss */
  .navbar-nav a,
  #block-subpagemenu .menu a {
    font-size: 16px;
  }

  /* line 125, ../scss/_navbar.scss */
  #block-subpagemenu .menu {
    margin-top: 10%;
  }
}
@media (max-width: 767px) {
  /* line 131, ../scss/_navbar.scss */
  #navbarResponsive,
  #block-subpagemenu {
    background: #333;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  /* line 140, ../scss/_navbar.scss */
  #navbarResponsive .navbar-nav,
  #navbarResponsive .menu,
  #block-subpagemenu .navbar-nav,
  #block-subpagemenu .menu {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  /* line 145, ../scss/_navbar.scss */
  #navbarResponsive .navbar-nav .nav-item,
  #navbarResponsive .navbar-nav .menu-item,
  #navbarResponsive .menu .nav-item,
  #navbarResponsive .menu .menu-item,
  #block-subpagemenu .navbar-nav .nav-item,
  #block-subpagemenu .navbar-nav .menu-item,
  #block-subpagemenu .menu .nav-item,
  #block-subpagemenu .menu .menu-item {
    padding: 5px;
    width: 95%;
    border-bottom: 1px solid #fff;
  }
}
/* line 2, ../scss/_masthead.scss */
header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 10, ../scss/_masthead.scss */
header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}
/* line 13, ../scss/_masthead.scss */
header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* line 20, ../scss/_masthead.scss */
header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 31, ../scss/_masthead.scss */
  header.masthead .intro-text {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  /* line 34, ../scss/_masthead.scss */
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  /* line 41, ../scss/_masthead.scss */
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
}
/* line 53, ../scss/_masthead.scss */
#big-block img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: 600px;
}
/* line 59, ../scss/_masthead.scss */
#big-block .field--name-field-big-block-text {
  font-size: 16px;
  padding: 2em;
}

/* line 66, ../scss/_masthead.scss */
#block-yg-agency-content .btn-xl {
  position: relative;
  top: 4em;
}

@media (min-width: 768px) {
  /* line 74, ../scss/_masthead.scss */
  #block-yg-agency-content .btn-xl {
    width: 50%;
    float: right;
  }
}
/* line 83, ../scss/_masthead.scss */
.view-front-page-slideshow .views-field-field-image img {
  height: auto;
  width: 100%;
}
/* line 88, ../scss/_masthead.scss */
.view-front-page-slideshow .views-field-field-slideshow-image-title {
  background: #2E6D86;
  padding: 10px;
  color: #fff;
}
/* line 93, ../scss/_masthead.scss */
.view-front-page-slideshow .views-field-field-slideshow-image-title h1 {
  font-weight: 300;
  font-size: 22px;
  text-align: center;
}

@media (min-width: 1024px) {
  /* line 103, ../scss/_masthead.scss */
  .views-field-field-image img {
    max-height: 550px;
  }

  /* line 107, ../scss/_masthead.scss */
  .views-field-field-slideshow-image-title {
    position: absolute;
    top: 60%;
    left: 45%;
    background: #2E6D86;
    padding: 10px 30px !important;
    color: #fff;
  }
  /* line 115, ../scss/_masthead.scss */
  .views-field-field-slideshow-image-title h1 {
    font-size: 32px !important;
  }
}
/* line 121, ../scss/_masthead.scss */
#header-info-block {
  color: #fff;
  text-align: center;
}

@media (min-width: 1024px) {
  /* line 127, ../scss/_masthead.scss */
  #block-headerinfo {
    float: left;
  }

  /* line 130, ../scss/_masthead.scss */
  #header-info-block {
    float: left;
    margin-top: 1em;
    margin-left: 3em;
  }
  /* line 135, ../scss/_masthead.scss */
  #header-info-block h4 {
    font-size: 14px !important;
    line-height: 20px;
  }
}
/* line 2, ../scss/_services.scss */
.service-heading {
  margin: 15px 0;
  text-transform: none;
}

/* line 8, ../scss/_services.scss */
#services .field--name-field-portfolio-image {
  text-align: center;
  width: 275px;
  margin: 0 auto;
}
/* line 13, ../scss/_services.scss */
#services .field--name-field-portfolio-image img {
  width: 100%;
  height: auto;
}

/* line 21, ../scss/_services.scss */
.field--name-field-services .col-md-4 {
  margin-bottom: 3em;
  border-bottom: 1px solid #999;
  padding-bottom: 2em;
  padding-top: 2em;
}

/* line 3, ../scss/_portfolio.scss */
#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}
/* line 6, ../scss/_portfolio.scss */
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}
/* line 12, ../scss/_portfolio.scss */
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}
/* line 21, ../scss/_portfolio.scss */
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
/* line 24, ../scss/_portfolio.scss */
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}
/* line 33, ../scss/_portfolio.scss */
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
/* line 36, ../scss/_portfolio.scss */
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
/* line 43, ../scss/_portfolio.scss */
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: white;
}
/* line 49, ../scss/_portfolio.scss */
#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}
/* line 53, ../scss/_portfolio.scss */
#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* line 61, ../scss/_portfolio.scss */
#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  /* line 67, ../scss/_portfolio.scss */
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
/* line 74, ../scss/_portfolio.scss */
.portfolio-modal .modal-dialog {
  max-width: none;
  height: 100%;
  margin: 0;
}
/* line 79, ../scss/_portfolio.scss */
.portfolio-modal .modal-content {
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 88, ../scss/_portfolio.scss */
.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}
/* line 92, ../scss/_portfolio.scss */
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
/* line 95, ../scss/_portfolio.scss */
.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* line 101, ../scss/_portfolio.scss */
.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 105, ../scss/_portfolio.scss */
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
/* line 108, ../scss/_portfolio.scss */
.portfolio-modal .modal-content button {
  cursor: pointer;
}
/* line 112, ../scss/_portfolio.scss */
.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}
/* line 120, ../scss/_portfolio.scss */
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
/* line 123, ../scss/_portfolio.scss */
.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #222222;
}
/* line 134, ../scss/_portfolio.scss */
.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #222222;
}
/* line 147, ../scss/_portfolio.scss */
.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}

/* line 2, ../scss/_timeline.scss */
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
/* line 6, ../scss/_timeline.scss */
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #f1f1f1;
}
/* line 16, ../scss/_timeline.scss */
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
/* line 20, ../scss/_timeline.scss */
.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}
/* line 25, ../scss/_timeline.scss */
.timeline > li:after {
  clear: both;
}
/* line 28, ../scss/_timeline.scss */
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
/* line 34, ../scss/_timeline.scss */
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
/* line 40, ../scss/_timeline.scss */
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
/* line 47, ../scss/_timeline.scss */
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #f1f1f1;
  border-radius: 100%;
  background-color: #fed136;
}
/* line 59, ../scss/_timeline.scss */
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
/* line 65, ../scss/_timeline.scss */
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
/* line 69, ../scss/_timeline.scss */
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
/* line 75, ../scss/_timeline.scss */
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
/* line 82, ../scss/_timeline.scss */
.timeline > li:last-child {
  margin-bottom: 0;
}
/* line 87, ../scss/_timeline.scss */
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
/* line 90, ../scss/_timeline.scss */
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
/* line 96, ../scss/_timeline.scss */
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 104, ../scss/_timeline.scss */
  .timeline:before {
    left: 50%;
  }
  /* line 107, ../scss/_timeline.scss */
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  /* line 110, ../scss/_timeline.scss */
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  /* line 116, ../scss/_timeline.scss */
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  /* line 121, ../scss/_timeline.scss */
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  /* line 127, ../scss/_timeline.scss */
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  /* line 137, ../scss/_timeline.scss */
  .timeline > li {
    min-height: 150px;
  }
  /* line 139, ../scss/_timeline.scss */
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  /* line 142, ../scss/_timeline.scss */
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  /* line 146, ../scss/_timeline.scss */
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  /* line 152, ../scss/_timeline.scss */
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  /* line 160, ../scss/_timeline.scss */
  .timeline > li {
    min-height: 170px;
  }
  /* line 162, ../scss/_timeline.scss */
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  /* line 165, ../scss/_timeline.scss */
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  /* line 169, ../scss/_timeline.scss */
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  /* line 173, ../scss/_timeline.scss */
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
/* line 2, ../scss/_team.scss */
.team-member {
  margin-bottom: 50px;
  text-align: center;
  width: 275px;
  margin: 0 auto;
  padding-bottom: 50px;
}
/* line 9, ../scss/_team.scss */
.team-member img {
  width: 100%;
  height: 275px;
  border-radius: 50%;
  margin-bottom: 20px;
}
/* line 15, ../scss/_team.scss */
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
/* line 20, ../scss/_team.scss */
.team-member h3 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 25, ../scss/_team.scss */
.team-member h3 a {
  color: #2E6D86;
}
/* line 29, ../scss/_team.scss */
.team-member p {
  margin-top: 0;
}

/* line 34, ../scss/_team.scss */
#team {
  background-color: #DFBE9F;
}

/* line 41, ../scss/_team.scss */
.page-node-type-team-member article h1 {
  padding: 1em;
}
/* line 44, ../scss/_team.scss */
.page-node-type-team-member article .field--name-field-image {
  text-align: center;
}
/* line 47, ../scss/_team.scss */
.page-node-type-team-member article img {
  text-align: center;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
/* line 53, ../scss/_team.scss */
.page-node-type-team-member article .field--name-body {
  padding: 2em;
}

@media (max-width: 767px) {
  /* line 61, ../scss/_team.scss */
  .team-member {
    width: 200px;
  }
  /* line 64, ../scss/_team.scss */
  .team-member img {
    height: 200px;
  }
}
@media (min-width: 768px) {
  /* line 73, ../scss/_team.scss */
  .page-node-type-team-member article img {
    max-width: 25%;
    float: left;
    margin: 2em;
  }
}
/* line 2, ../scss/_contact.scss */
section#contact {
  background-color: #DFBE9F;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 75px 0;
}
/* line 8, ../scss/_contact.scss */
section#contact .section-heading {
  color: white;
}
/* line 11, ../scss/_contact.scss */
section#contact .form-group {
  margin-bottom: 25px;
}
/* line 13, ../scss/_contact.scss */
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
/* line 17, ../scss/_contact.scss */
section#contact .form-group input.form-control {
  height: auto;
}
/* line 20, ../scss/_contact.scss */
section#contact .form-group textarea.form-control {
  height: 236px;
}
/* line 24, ../scss/_contact.scss */
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
/* line 28, ../scss/_contact.scss */
section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #eeeeee;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 33, ../scss/_contact.scss */
section#contact :-moz-placeholder {
  font-weight: 700;
  color: #eeeeee;
  /* Firefox 18- */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 39, ../scss/_contact.scss */
section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #eeeeee;
  /* Firefox 19+ */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 45, ../scss/_contact.scss */
section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #eeeeee;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 50, ../scss/_contact.scss */
section#contact .text-danger {
  color: #e74c3c;
}
/* line 53, ../scss/_contact.scss */
section#contact ul {
  padding: 0;
  list-style: none;
  font-size: 20px;
}
/* line 58, ../scss/_contact.scss */
section#contact section-subheading {
  font-style: normal;
  color: #333 !important;
  margin-bottom: 0;
}
/* line 63, ../scss/_contact.scss */
section#contact .contact {
  float: none;
  margin: 0 auto;
}

/* line 2, ../scss/_footer.scss */
footer {
  padding: 25px 0;
  text-align: center;
  background-color: #DFBE9F;
}
/* line 6, ../scss/_footer.scss */
footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 12, ../scss/_footer.scss */
footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 21, ../scss/_footer.scss */
ul.social-buttons {
  margin-bottom: 0;
}
/* line 24, ../scss/_footer.scss */
ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #222222;
}
/* line 37, ../scss/_footer.scss */
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fed136;
}

/* line 2, ../scss/_bootstrap-overrides.scss */
.text-primary {
  color: #fed136 !important;
}

/* line 6, ../scss/_bootstrap-overrides.scss */
.btn-primary {
  font-weight: 700;
  color: white;
  border-color: #fed136;
  background-color: #fed136;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 7, ../scss/_mixins.scss */
.btn-primary.focus, .btn-primary:focus {
  color: white;
  border-color: #b48b01;
  background-color: #fec503;
}
/* line 13, ../scss/_mixins.scss */
.btn-primary:hover {
  color: white;
  border-color: #f6bf01;
  background-color: #fec503;
}
/* line 18, ../scss/_mixins.scss */
.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  color: white;
  border-color: #f6bf01;
  background-color: #fec503;
}
/* line 24, ../scss/_mixins.scss */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  color: white;
  border-color: #b48b01;
  background-color: #dcab01;
}
/* line 32, ../scss/_mixins.scss */
.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 40, ../scss/_mixins.scss */
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  border-color: #fed136;
  background-color: #fed136;
}
/* line 47, ../scss/_mixins.scss */
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}

/* line 12, ../scss/_bootstrap-overrides.scss */
.btn-xl {
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
  border-radius: 3px;
  color: white;
  border-color: #fed136;
  background-color: #fed136;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
  background-color: #2E6D86;
  border: 0;
}
/* line 7, ../scss/_mixins.scss */
.btn-xl.focus, .btn-xl:focus {
  color: white;
  border-color: #b48b01;
  background-color: #fec503;
}
/* line 13, ../scss/_mixins.scss */
.btn-xl:hover {
  color: white;
  border-color: #f6bf01;
  background-color: #fec503;
}
/* line 18, ../scss/_mixins.scss */
.btn-xl.active, .btn-xl:active, .open > .btn-xl.dropdown-toggle {
  color: white;
  border-color: #f6bf01;
  background-color: #fec503;
}
/* line 24, ../scss/_mixins.scss */
.btn-xl.active.focus, .btn-xl.active:focus, .btn-xl.active:hover, .btn-xl:active.focus, .btn-xl:active:focus, .btn-xl:active:hover, .open > .btn-xl.dropdown-toggle.focus, .open > .btn-xl.dropdown-toggle:focus, .open > .btn-xl.dropdown-toggle:hover {
  color: white;
  border-color: #b48b01;
  background-color: #dcab01;
}
/* line 32, ../scss/_mixins.scss */
.btn-xl.active, .btn-xl:active, .open > .btn-xl.dropdown-toggle {
  background-image: none;
}
/* line 40, ../scss/_mixins.scss */
.btn-xl.disabled.focus, .btn-xl.disabled:focus, .btn-xl.disabled:hover, .btn-xl[disabled].focus, .btn-xl[disabled]:focus, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl.focus, fieldset[disabled] .btn-xl:focus, fieldset[disabled] .btn-xl:hover {
  border-color: #fed136;
  background-color: #fed136;
}
/* line 47, ../scss/_mixins.scss */
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
/* line 23, ../scss/_bootstrap-overrides.scss */
.btn-xl:hover, .btn-xl:active, .btn-xl:focus {
  background-color: #554FA1;
}
