a, abbr, address, article, aside, audio, b, blockquote, body, canvas, div, em, fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, html, hr, iframe, img, label, main, nav, object, p, pre, section, span, strong, sub, sup, table, tbody, td, th, thead, tr, video, input, textarea {
  box-sizing: border-box;
  font: inherit;
  font-size: 100%;
  line-height: 1.4;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  position: relative; }

html, body {
  position: relative;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: 400; }

body {
  font-size: 18px;
  width: 100%;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, td, caption {
  font-weight: normal;
  margin: 20px 0 0 0;
  color: #262626; }

img {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20px;
  width: 100%; }

th, td {
  border: 1px solid #bbb;
  padding: 5px;
  text-align: left;
  vertical-align: top; }

th {
  background: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  text-align: center; }

tr:nth-of-type(even) {
  background: #efefef; }

td {
  font-weight: 300; }

/* -- TYPOGRAPHY -- */
h1 {
  font-size: 3.5em;
  font-weight: 100;
  color: #ffffff;
  font-family: "proxima-nova-extra-condensed", "Arial Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  max-width: 1000px;
  margin: 0 auto 20px;
  text-shadow: 0px 0px 35px #a09da5; }

h2 {
  font-size: 2.5em;
  font-weight: 100;
  color: #2d252d; }

h3 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "proxima-nova-extra-condensed", "Arial Condensed", sans-serif;
  letter-spacing: 1px; }

h4 {
  font-size: 1.5em;
  font-weight: 300;
  color: #818181; }

a, p {
  color: inherit; }

p {
  margin: 5px 0;
  font-size: 1em; }

code {
  background: #eeeeee;
  color: #333333;
  font-size: 0.9em;
  padding: 3px; }

strong {
  font-weight: 500; }

/* -- NAVIGATION -- */
nav ul {
  list-style-type: none;
  width: 90%; }

nav li {
  float: left; }

nav a {
  display: block; }

nav a.active .hover-state {
  width: calc(100% - 40px); }

.hover-state {
  width: 0;
  position: absolute;
  height: 1px;
  background: #e47831;
  bottom: 20px;
  left: 20px;
  transition: 0.3s ease; }

/* -- BASIC STRUCTURE -- */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%; }

.f-left {
  float: left; }

.f-right {
  float: right; }

/* -- GRID SYSTEM -- */
.grid-1-2,
.grid-1-3,
.grid-2-3,
.grid-1-4,
.grid-3-4 {
  float: left;
  padding: 20px 40px 20px 0; }

.grid-1-2 {
  width: 50%; }

.grid-1-3 {
  width: 33.33%; }

.grid-2-3 {
  width: 66.66%; }

.grid-1-4 {
  width: 25%; }

.grid-3-4 {
  width: 75%; }

/* -- BASIC STYLES -- */
.success,
.error,
.information {
  padding: 10px 20px;
  margin: 10px 0; }

.success,
.error {
  color: #efefef; }

.success {
  background: #0e7a32; }

.error {
  background: #de2f2f; }

.information {
  background: #efefef; }

label {
  display: block;
  margin: 20px 0 10px; }

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
textarea {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  display: block;
  font-family: inherit;
  font-size: inherit;
  padding: 10px;
  width: 100%;
  background: #fbfbfb;
  color: inherit;
  margin-bottom: 25px; }

textarea {
  height: 150px;
  clear: both; }

select {
  background: #efefef;
  border: 0;
  border-radius: 0;
  display: block;
  font-family: inherit;
  font-size: inherit;
  height: 34px;
  line-height: 1;
  margin: 20px 0;
  width: 200px; }

select[multiple] {
  height: 100px;
  padding: 5px; }

.radio-group,
.checkbox-group {
  margin: 20px 0; }

.radio-group label,
.checkbox-group label {
  display: inline;
  padding: 0 10px 0 5px;
  cursor: pointer; }

input[type="radio"], input[type="checkbox"] {
  cursor: pointer; }

footer {
  background: #ababab;
  clear: both;
  margin-top: 50px;
  min-height: 50px; }

/* -- CUSTOM STYLES --*/
a {
  text-decoration: none; }

nav {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 2000;
  height: 70px;
  font-family: "proxima-nova-extra-condensed", "Arial Condensed", sans-serif; }
  nav .nav-bar {
    position: absolute;
    right: 40px;
    height: 100%;
    display: table; }
  nav .nav-element {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 600;
    padding: 0 20px;
    display: table-cell;
    vertical-align: middle; }
  nav img, nav svg {
    position: absolute;
    height: 70%;
    top: 15%;
    left: 50px; }

.nav-icon {
  width: 22px;
  height: 20px;
  position: absolute;
  top: 23px;
  right: 22px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none; }

.nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #333;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.nav-icon span:nth-child(even) {
  left: 50%; }

.nav-icon span:nth-child(odd) {
  left: 0px; }

.nav-icon span:nth-child(1), .nav-icon span:nth-child(2) {
  top: 0px; }

.nav-icon span:nth-child(3), .nav-icon span:nth-child(4) {
  top: 8px; }

.nav-icon span:nth-child(5), .nav-icon span:nth-child(6) {
  top: 16px; }

.nav-icon.open span:nth-child(1), .nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-icon.open span:nth-child(2), .nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nav-icon.open span:nth-child(1) {
  left: 3px;
  top: 6px; }

.nav-icon.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 6px; }

.nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

.nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

.nav-icon.open span:nth-child(5) {
  left: 3px;
  top: 11px; }

.nav-icon.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 11px; }

button,
input[type="submit"] {
  border: 1px solid #b3b3b3;
  color: #313131;
  outline: none;
  background: none;
  font: inherit;
  border-radius: 30px;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  font-size: 0.8em;
  transition: 0.2s ease; }
  button:hover,
  input[type="submit"]:hover {
    background: #313131;
    color: #ffffff; }

#hero,
#what-we-do,
#services,
#bios {
  min-height: 800px;
  height: 80vh;
  z-index: 1; }

#hero {
  background: #5c4c73;
  text-align: center; }
  #hero .hero-bg {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/hero_conf.jpg") no-repeat center center;
    background-size: cover; }
  #hero .hero-text {
    position: absolute;
    top: 50%;
    height: 12em;
    margin-top: -6em;
    width: 90%;
    left: 5%;
    text-align: center; }
    #hero .hero-text h1 {
      opacity: 0; }
  #hero button {
    border-color: #ffffff;
    color: #3e4c5f;
    background: #ffffff;
    opacity: 0;
    transition: 0.2s ease; }
    #hero button:hover {
      background: #463746;
      color: #ffffff;
      border-color: #463746; }

#slider {
  height: 100% !important;
  margin: 0;
  padding: 0; }
  #slider li {
    list-style-type: none;
    height: 100% !important;
    background-size: cover;
    background-repeat: no-repeat; }

#what-we-do h3 {
  color: #ffffff; }
#what-we-do h4 {
  color: #a4a4a4; }
#what-we-do .grid-1-2 {
  height: 100%; }
  #what-we-do .grid-1-2:first-of-type {
    background: #252125;
    padding: 100px;
    color: #ffffff;
    display: table; }
  #what-we-do .grid-1-2 .wwd-content {
    display: table-cell;
    vertical-align: middle; }
  #what-we-do .grid-1-2:last-of-type {
    padding: 0; }

.half-height {
  height: 50%; }

#services {
  color: #ffffff; }
  #services h3 {
    color: #ffffff; }
  #services .sidebar,
  #services .services-content {
    height: 100%; }
  #services .sidebar {
    width: 450px;
    float: left;
    background: #252125;
    padding-right: 10px;
    padding: 14% 10px 14% 140px; }
    #services .sidebar ul {
      list-style-image: url("../img/bullet.png");
      padding: 0;
      list-style-position: inside;
      margin-top: 35px; }
    #services .sidebar li {
      font-size: 0.9em;
      margin: 25px 0; }
  #services .services-content {
    margin-left: 450px;
    background: #564b54 url("../img/skyline.jpg") no-repeat center center;
    background-size: cover;
    text-align: justify;
    padding: 14% 70px; }
    #services .services-content p {
      font-size: 0.95em;
      margin: 0 0 20px 0;
      color: #cccccc;
      line-height: 1.5; }
    #services .services-content .grid-1-2:first-of-type {
      padding-right: 50px; }
    #services .services-content .grid-1-2:last-of-type {
      padding-right: 0; }

.bxslider,
#quote-slider {
  list-style: none;
  margin: 0;
  padding: 0; }

.bx-inner {
  vertical-align: middle;
  display: inline-block;
  float: none !important; }

.experience-stories-bg {
  background: #faf8f9;
  background: -webkit-linear-gradient(top, white 50%, #fbf9fb 100%);
  background: linear-gradient(to bottom, white 50%, #fbf9fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf8f9', endColorstr='#fbf9fb', GradientType=0 ); }

#bios {
  background: white;
  background: -webkit-linear-gradient(top, white 0%, #fefcfa 100%);
  background: linear-gradient(to bottom, white 0%, #fefcfa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefcfa', GradientType=0 ); }
  #bios .photos {
    height: 100%; }
  #bios .bio-bg {
    position: absolute;
    right: 5%;
    top: 11%; }
  #bios .photo-holder {
    position: absolute;
    right: 23%;
    top: 18%;
    width: 500px;
    max-width: 75%;
    height: auto; }
    #bios .photo-holder img {
      width: 80%; }
    #bios .photo-holder p {
      color: #858585;
      font-size: 15px;
      margin-top: 0; }
    #bios .photo-holder h3 {
      margin: 10px 0 0; }
  #bios .max {
    opacity: 0; }
  #bios .grid-1-2:last-of-type {
    display: table;
    height: 100%; }
  #bios h4 {
    font-size: 2em;
    padding-right: 50px; }
  #bios a {
    display: block;
    color: #262626;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
    cursor: pointer;
    transition: color 0.2s ease;
    font-size: 0.85em; }
    #bios a:first-of-type {
      margin-top: 50px; }
    #bios a:hover, #bios a.bio-max:hover {
      color: #e47831; }
    #bios a.bio-max {
      color: #676666;
      font-size: 0.8em; }

.bio-text-ellen,
.bio-text-max {
  display: none;
  opacity: 0; }

.bio-container {
  display: table-cell;
  vertical-align: middle;
  padding-right: 60px; }
  .bio-container p {
    color: #959595;
    margin-bottom: 20px;
    font-size: 0.9em;
    line-height: 1.35em; }

section#experience {
  height: auto;
  min-height: 0;
  margin: 0 auto;
  padding: 100px 0 50px;
  text-align: center; }
  section#experience p {
    width: 70%;
    margin: 0 auto;
    max-width: 1050px;
    color: #777777;
    line-height: 1.5;
    font-size: 1.05em; }
  section#experience p.author {
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px auto 0 auto;
    color: #262626;
    font-family: "proxima-nova-extra-condensed", "Arial Condensed", sans-serif; }
  section#experience p.company {
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 10px; }

.logo {
  display: block;
  margin: 0 auto 20px;
  width: 200px; }

.holyoke {
  width: 300px; }

#prev-slide,
#next-slide {
  position: absolute;
  top: 45%;
  cursor: pointer;
  z-index: 100;
  opacity: 0.5; }

#prev-slide {
  left: 70px; }
  #prev-slide img {
    width: 50px;
    height: 50px; }

#next-slide {
  right: 70px; }
  #next-slide img {
    width: 50px;
    height: 50px; }

.bx-wrapper img.top-quote,
.bx-wrapper img.bottom-quote {
  display: inline-block;
  margin: 0 10px 6px;
  width: 15px; }

#success-stories {
  transition: height 0.2s ease;
  width: 90%;
  margin: 0 auto;
  height: 650px;
  max-width: 1750px; }
  #success-stories a {
    display: block;
    color: #262626;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0 40px 0;
    cursor: pointer;
    transition: color 0.2s ease;
    font-size: 0.85em; }
    #success-stories a:first-of-type {
      margin-top: 30px; }
    #success-stories a:hover {
      color: #e47831; }
  #success-stories .story-inner {
    height: 30vw;
    width: 100%;
    margin: 0 auto;
    background: #463746;
    padding: 10px 20px 20px;
    transition: 0.2s ease;
    cursor: pointer; }
  #success-stories:not(.open) .story-inner:hover {
    background: #ff6a01;
    box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.2);
    transform: scale(1.02); }
    #success-stories:not(.open) .story-inner:hover .arrow {
      color: #ffffff; }
    #success-stories:not(.open) .story-inner:hover .story-inner-bg {
      opacity: 0.8; }
  #success-stories.open .story-inner {
    cursor: default; }
  #success-stories h4 {
    font-size: 1.6em;
    color: #ffffff;
    font-weight: 500; }
  #success-stories .arrow {
    font-size: 0.7em;
    color: #e47831;
    margin-left: 10px;
    transition: 0.2s ease; }
  #success-stories .grid-1-4 {
    z-index: 0;
    position: absolute; }
    #success-stories .grid-1-4:nth-of-type(1) {
      left: 0;
      z-index: 1; }
      #success-stories .grid-1-4:nth-of-type(1) .story-inner-bg {
        background: url("../img/bull.jpg") no-repeat center center;
        background-size: cover; }
    #success-stories .grid-1-4:nth-of-type(2) {
      left: 25%;
      z-index: 2; }
      #success-stories .grid-1-4:nth-of-type(2) .story-inner-bg {
        background: url("../img/story-2.png") no-repeat center center;
        background-size: cover; }
    #success-stories .grid-1-4:nth-of-type(3) {
      left: 50%;
      z-index: 3; }
      #success-stories .grid-1-4:nth-of-type(3) .story-inner-bg {
        background: url("../img/capitol.jpg") no-repeat center center;
        background-size: cover; }
    #success-stories .grid-1-4:nth-of-type(4) {
      left: 75%;
      z-index: 3; }
      #success-stories .grid-1-4:nth-of-type(4) .story-inner-bg {
        background: url("../img/story-4.png") no-repeat center center;
        background-size: cover; }
    #success-stories .grid-1-4.chosen {
      z-index: 5; }
      #success-stories .grid-1-4.chosen .story-inner {
        background: #ff9901;
        box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.2);
        transform: scale(1.02); }
        #success-stories .grid-1-4.chosen .story-inner .story-inner-bg {
          opacity: 0.8; }
      #success-stories .grid-1-4.chosen .arrow {
        color: #ffffff; }

.story-inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.story-content {
  width: calc(100% - 500px);
  opacity: 0;
  z-index: 0;
  position: absolute;
  right: 0; }
  .story-content .title, .story-content .exit {
    display: none; }
  .story-content h3 {
    margin: 30px 0 0 0; }
  .story-content p {
    color: #777777;
    font-size: 0.95em;
    line-height: 1.35; }

section#contact {
  height: auto;
  min-height: 0;
  color: #646464;
  text-align: center;
  padding: 40px 0 100px; }
  section#contact .wrapper {
    max-width: 700px;
    width: 90%;
    padding: 30px; }
  section#contact p {
    font-size: 0.9em;
    width: 90%;
    margin: 20px auto 45px auto; }
  section#contact .grid-1-2 {
    padding: 0 10px 0 0; }
  section#contact .grid-1-2:last-of-type {
    padding-right: 0; }
  section#contact label {
    display: none; }

.post-success {
  opacity: 0;
  display: none; }

.tablet {
  display: none; }

/* -- MEDIA QUERIES -- */
@media screen and (min-width: 1600px) {
  #success-stories .story-inner {
    height: 550px; } }
@media screen and (max-width: 1450px) {
  #bios p {
    font-size: 0.9em; }

  .bio-container {
    padding-right: 20px; } }
@media screen and (max-width: 1170px) {
  #services .services-content .grid-1-2:first-of-type {
    padding: 0; }

  #what-we-do .grid-1-2:first-of-type {
    padding: 60px 30px; }

  .tablet {
    display: inline-block; }

  .desktop {
    display: none; }

  #services .services-content {
    padding: 60px;
    top: 0; }
    #services .services-content .grid-1-2 {
      float: none;
      width: 100%;
      padding: 0; }

  #prev-slide {
    left: 50px; }

  #next-slide {
    right: 50px; }

  #bios p {
    font-size: 15px; }

  .grid-1-4 {
    padding: 10px 10px 10px 0; }

  #success-stories h4 {
    font-size: 1.2em;
    padding-top: 10px; }
  #success-stories .story-inner {
    padding: 0 10px; }

  .story-content {
    width: calc(100% - 330px); } }
/* -- iPad/iPad Mini - Landscape -- */
@media screen and (max-width: 990px) {
  h1 {
    font-size: 3em; }

  #hero .hero-text {
    height: 10em;
    margin-top: -5em;
    top: 55%; }

  #hero,
  #what-we-do,
  #services,
  #bios,
  .photo-slider {
    height: auto;
    min-height: 600px; }

  .grid-1-2,
  #services .sidebar,
  #services .services-content {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 50px 30px; }

  .nav-icon {
    display: block; }

  nav {
    top: 0;
    height: 50px; }
    nav .nav-element {
      padding: 0 12px; }
    nav img, nav svg {
      height: 70%;
      width: auto;
      position: relative;
      display: block;
      margin: 0;
      left: 20px; }

  .nav-icon {
    top: 16px;
    right: 15px; }

  nav .nav-bar {
    position: absolute;
    height: 100vh;
    width: 250px;
    right: -250px;
    top: 50px;
    background: rgba(245, 245, 245, 0.94); }
    nav .nav-bar .nav-element {
      display: block;
      padding: 20px;
      border-bottom: 1px solid #e6e6e6; }
      nav .nav-bar .nav-element:first-of-type {
        border-top: 1px solid #e6e6e6; }

  .hover-state {
    display: none; }

  #bios .grid-1-2 {
    height: auto; }
    #bios .grid-1-2.photos {
      height: 550px;
      padding: 0;
      margin: 30px;
      width: 90%; }
  #bios .photo-holder {
    width: 400px;
    right: calc(50% - 200px); }
  #bios .bio-container {
    padding: 30px; }
  #bios .bio-bg {
    height: 100%;
    right: 0px; }
  #bios h4 {
    padding-right: 0; }

  #services .sidebar {
    padding: 30px; }

  #prev-slide {
    left: 20px; }

  #next-slide {
    right: 20px; }

  section#contact .grid-1-2 {
    padding: 0; } }
@media screen and (max-width: 900px) {
  #success-stories {
    height: auto; }
    #success-stories .grid-1-4:nth-of-type(0),
    #success-stories .grid-1-4:nth-of-type(1),
    #success-stories .grid-1-4:nth-of-type(2),
    #success-stories .grid-1-4:nth-of-type(3),
    #success-stories .grid-1-4:nth-of-type(4) {
      position: relative;
      left: auto; }

  .story-content {
    width: 100%;
    position: relative;
    top: auto;
    display: none; } }
/* -- iPad/iPad Mini - Portrait -- */
@media screen and (max-width: 768px) {
  body {
    font-size: 16px; } }
@media screen and (max-width: 600px) {
  h1 {
    font-size: 2.7em; }

  #hero .hero-text {
    top: 50%;
    height: 14em;
    margin-top: -7em; }

  .grid-1-3, .grid-2-3, .grid-1-2, .grid-1-4, .grid-3-4 {
    padding: 0;
    width: 100%; }

  #bios {
    overflow: hidden; }
    #bios .bio-bg {
      right: -100px; }
    #bios .photo-holder {
      width: 300px;
      right: calc(50% - 150px); }
      #bios .photo-holder img {
        width: 100%; }

  .grid-1-4 {
    height: 250px;
    margin-bottom: 30px; }

  #success-stories {
    width: 100%;
    padding: 0 2.5% 40px; }
    #success-stories h4 {
      font-size: 1.75em;
      margin-top: 0;
      padding: 10px 40px 0 0; }
    #success-stories .story-inner {
      height: 100%;
      padding: 0 20px 20px 20px; }
    #success-stories .story-inner-bg {
      background-position: 50% 30% !important;
      opacity: 0.7; }

  html.open,
  html.open body,
  html.open #body-wrapper {
    overflow: hidden;
    position: relative; }

  #modal {
    position: fixed;
    z-index: 100000;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    right: -100%;
    height: 100%;
    padding: 50px 30px 0;
    opacity: 1;
    transition: right 0.5s ease;
    background: gray; }

  #success-stories .story-content {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    z-index: 100000;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    right: -100%;
    height: 100%;
    padding: 50px 30px 0;
    opacity: 1;
    transition: right 0.5s ease; }
    #success-stories .story-content.chosen-story {
      z-index: 1000;
      background: #fff; }
    #success-stories .story-content .title, #success-stories .story-content .exit {
      display: block;
      color: #222; }
    #success-stories .story-content .exit {
      position: absolute;
      right: 0;
      top: 35px;
      font-size: 36px;
      cursor: pointer;
      padding: 20px;
      z-index: 100; }

  section#contact {
    padding-top: 0; } }
@media screen and (max-width: 500px) {
  nav {
    top: 10px; }
    nav img, nav svg {
      left: 15px; }

  section#contact .wrapper {
    padding: 40px 0; } }
@media screen and (max-width: 450px) {
  #success-stories h4 {
    padding-right: 10px; }

  #next-slide,
  #prev-slide {
    display: none; }

  section#experience p {
    width: 90%; }

  .hero-bg {
    opacity: 0.75; }

  nav {
    top: 0; }

  #hero .hero-text {
    top: 60%; }

  .photo-slider {
    min-height: 400px; }

  #what-we-do .grid-1-2:first-of-type {
    padding: 50px 30px; }

  #bios .grid-1-2.photos {
    margin: 0;
    width: 100%; }
  #bios .bio-bg {
    right: -200px; }
  #bios .photo-holder {
    width: 300px;
    right: calc(50% - 150px);
    max-width: 100%; }
    #bios .photo-holder img {
      width: 100%; }

  .logo {
    width: 140px; }
    .logo.holyoke {
      width: 80%;
      margin: 20px auto; } }
/* -- iPhone 6s Plus/6 Plus -- */
@media screen and (max-width: 414px) {
  section#experience {
    margin-top: 0;
    padding-top: 80px;
    height: 850px;
    min-height: 850px; }

  .bx-wrapper {
    margin-bottom: 0; } }
/* -- iPhone 6s/6 -- */
@media screen and (max-width: 375px) {
  #hero,
  #what-we-do,
  #services,
  #bios {
    min-height: 500px; }

  #hero .hero-text {
    height: 12em;
    margin-top: -6em; }

  h1 {
    font-size: 2em; } }
/* -- iPhone 5s/5/4s/4 -- */
@media screen and (max-width: 320px) {
  #bios .photo-holder {
    width: 260px;
    right: calc(50% - 130px); }

  section#experience {
    height: 900px;
    min-height: 900px; } }

/*# sourceMappingURL=styles.css.map */
