@charset "UTF-8";
/* Variables */
.bg-cover, .container .banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

::-webkit-input-placeholder {
  color: #b6b5b5;
  font-size: 1.5rem; }

:-moz-placeholder {
  color: #b6b5b5;
  font-size: 1.5rem; }

::-moz-placeholder {
  color: #b6b5b5;
  font-size: 1.5rem; }

:-ms-input-placeholder {
  color: #b6b5b5;
  font-size: 1.5rem; }

/* Core Styles */
html {
  height: 100%; }

body {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4 {
  font-weight: 700; }

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, hr, input {
  overflow: visible; }

/* Main Container */
.container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 90px);
  /* Primary Navigation */
  /* Mobile Menu */
  /* Banner Image */
  /* Main Content */
  /* Testimonial */
  /* Work */
  /* Portfolio Grid */
  /* Contact Us */ }
  .container .navigation {
    align-items: center;
    background: #fff;
    display: flex;
    font-size: 1.3rem;
    font-weight: 700;
    justify-content: flex-end;
    padding: 0 1.7rem;
    text-transform: uppercase; }
    .container .navigation a {
      color: #000;
      display: block;
      letter-spacing: 0.75px;
      padding: 1.7em;
      text-decoration: none;
      transition: background .4s ease-out; }
      .container .navigation a:hover {
        background: #f5f5f5; }
    .container .navigation a.logo {
      font-family: "PT Serif", serif;
      margin-right: auto;
      padding: 1.2rem; }
      .container .navigation a.logo:hover {
        background: none; }
  .container .menu-icon {
    display: none; }
  @media (max-width: 900px) {
    .container .navigation {
      justify-content: space-around; }
      .container .navigation a.logo {
        display: none; } }
  @media (max-width: 600px) {
    .container .navigation {
      flex-flow: column wrap;
      padding: 0;
      position: absolute;
      top: 50px;
      transform: translateY(-100%);
      transition: transform .2s ease-out;
      width: 100%; }
      .nav-in .container .navigation {
        transform: translateY(0);
        z-index: 900; }
      .container .navigation a {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px;
        text-align: center;
        width: 100%; }
        .container .navigation a:last-child {
          border-bottom: none; }
    .container .menu-icon {
      background: #fff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      box-shadow: none;
      color: #000;
      cursor: pointer;
      display: block;
      font-size: 18px;
      font-weight: 700;
      outline: 0;
      padding: 15px 12px;
      text-transform: uppercase;
      z-index: 999; }
      .container .menu-icon.active {
        background: #f5f5f5; } }
  @media (max-width: 600px) and (max-width: 900px) {
    .container .menu-icon {
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-left: 1rem;
      text-align: left; } }
  .container .mbl-menu {
    cursor: pointer;
    display: none;
    height: 26px;
    outline: 10px solid transparent;
    position: absolute;
    right: 1.1rem;
    top: 1rem;
    width: 27px;
    z-index: 1000; }
    @media (max-width: 600px) {
      .container .mbl-menu {
        display: block; } }
    .nav-in .container .mbl-menu {
      background: none;
      outline-color: none; }
    .container .mbl-menu span {
      background: #1cbbb4;
      height: 2px;
      left: 0;
      margin-top: -1px;
      position: absolute;
      top: 50%;
      transition: background 0 0.1s;
      width: 100%; }
      .nav-in .container .mbl-menu span {
        background: none; }
      .container .mbl-menu span:before, .container .mbl-menu span:after {
        background: #1cbbb4;
        content: '';
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
        transition: bottom 0.10s linear,top 0.10s linear;
        transition-duration: 0.1s, 0.1s;
        transition-delay: 0.1s, 0; }
        .nav-in .container .mbl-menu span:before, .nav-in .container .mbl-menu span:after {
          transition-delay: 0, 0.1s; }
      .container .mbl-menu span:before {
        top: -8px;
        transition-property: top, transform; }
        .nav-in .container .mbl-menu span:before {
          top: 0;
          transform: rotate(45deg); }
      .container .mbl-menu span:after {
        bottom: -8px;
        transition-property: bottom, transform; }
        .nav-in .container .mbl-menu span:after {
          bottom: 0;
          transform: rotate(-45deg); }
  .container .banner {
    align-items: center;
    background: #1cbbb4;
    background-image: url(../img/bg-gradient.jpg);
    display: flex;
    justify-content: center;
    height: calc(100vh - 90px); }
    .container .banner-content {
      background: none;
      color: #fff;
      font-family: "PT Serif", serif;
      font-size: 1.875rem;
      padding: 40px 60px;
      text-align: center;
      transform: translateY(-60px);
      max-width: 69%; }
      .container .banner-content h2 {
        font-size: 3.5rem;
        letter-spacing: 2.5px;
        margin-bottom: .3rem; }
      .container .banner-content p {
        color: #1cbbb4;
        font-family: "PT Sans", sans-serif;
        font-size: 1.6rem;
        margin: 0 auto;
        width: 80%; }
  @media (max-width: 900px) {
    .container .banner {
      height: 510px; }
      .container .banner-content {
        transform: translateY(-20px); }
        .container .banner-content h2 {
          font-size: 3.2rem; }
        .container .banner-content p {
          font-size: 1.3rem; } }
  @media (max-width: 600px) {
    .container .banner {
      height: 427px; }
      .container .banner-content {
        max-width: none;
        padding: 0; }
        .container .banner-content h2 {
          font-size: 2.5rem;
          line-height: 2.6rem;
          margin-bottom: 1.2rem; }
        .container .banner-content p {
          font-size: 1.1rem; } }
  .container .main {
    padding: 3.5rem; }
    @media (max-width: 900px) {
      .container .main {
        padding: 1.3rem 1.3rem 2rem; } }
    .container .main a {
      color: #355d77; }
      .container .main a:hover {
        color: #355d77; }
    .container .main ul {
      list-style: none;
      margin-top: 0;
      padding-left: 1.2rem; }
      .container .main ul li {
        padding-left: 1.2rem;
        text-indent: -1.4em; }
        @media (max-width: 900px) {
          .container .main ul li {
            padding-left: .5rem;
            text-indent: -1.1em; } }
      .container .main ul li::before {
        content: "• ";
        color: #1cbbb4;
        font-size: 2rem;
        padding-right: .2rem; }
        @media (max-width: 900px) {
          .container .main ul li::before {
            font-size: 1.5rem; } }
    .container .main-container {
      font-size: 1.6rem;
      margin: 0 auto;
      max-width: 90%; }
      @media (max-width: 900px) {
        .container .main-container {
          font-size: 1.2rem; } }
    .container .main-row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      @media (max-width: 900px) {
        .container .main-row {
          flex-direction: column; } }
    .container .main-col {
      position: relative;
      width: 50%; }
      .container .main-col h2 {
        border-bottom: 4px solid #1cbbb4;
        color: #000;
        display: inline-block;
        font-size: 3.7rem;
        margin: 0;
        padding: 0 0 .75rem; }
        @media (max-width: 900px) {
          .container .main-col h2 {
            font-size: 2.5rem; } }
      .container .main-col:not(:last-child) {
        padding-right: 1.5rem; }
      @media (max-width: 900px) {
        .container .main-col {
          width: 100%; } }
    .container .main-bio-img {
      display: block;
      margin: 2rem auto; }
      @media (max-width: 900px) {
        .container .main-bio-img {
          height: 327px;
          margin: 0;
          width: 280px; } }
  .container .testimonial {
    background: #1cbbb4 url(/img/quote.png) no-repeat 4.5rem 2rem;
    color: #fff;
    padding: 2rem; }
    .container .testimonial-container {
      font-size: 1.4rem;
      margin: 0 auto;
      max-width: 75%; }
      @media (max-width: 900px) {
        .container .testimonial-container {
          font-size: 1.2rem;
          max-width: 85%; } }
    .container .testimonial-author {
      font-weight: 700; }
    @media (max-width: 900px) {
      .container .testimonial {
        background-position: 1rem 1rem; } }
  .container .work {
    background: #f5f5f5;
    padding: 3.5rem; }
    @media (max-width: 900px) {
      .container .work {
        padding: 1.3rem; } }
    .container .work a {
      color: #1cbbb4;
      text-decoration: none;
      transition: color 200ms ease; }
      .container .work a:hover {
        color: #21dcd4; }
    .container .work ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .container .work ul li:not(:last-child) {
        margin-bottom: .6rem; }
    .container .work h2 {
      border-bottom: 4px solid #1cbbb4;
      color: #000;
      display: block;
      font-size: 3.7rem;
      margin: 0 auto 2.8rem;
      max-width: 200px;
      padding: 0 0 .75rem;
      text-align: center; }
      @media (max-width: 900px) {
        .container .work h2 {
          font-size: 2.5rem;
          margin: 0 auto 1.8rem; } }
    .container .work-container {
      align-items: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
      margin: 0 auto;
      max-width: 90%; }
      @media (max-width: 900px) {
        .container .work-container {
          max-width: none; } }
    .container .work-item {
      background: #fff;
      margin: .5rem;
      min-height: 500px;
      width: 400px; }
      @media (max-width: 900px) {
        .container .work-item {
          min-height: auto;
          width: 90%; }
          .container .work-item:not(:last-child) {
            margin-bottom: 1.5rem; } }
    .container .work-img {
      display: block;
      height: auto;
      width: 100%; }
    .container .work-details {
      padding: .5rem 2rem 2rem; }
  .container .work-grid {
    position: relative; }
    .container .work-grid-content {
      align-items: flex-start;
      display: flex;
      flex-flow: column wrap;
      height: 600px;
      justify-content: flex-start; }
    @media (max-width: 1200px) {
      .container .work-grid-content {
        align-items: center;
        justify-content: center;
        height: auto; } }
    .container .work-grid-item {
      align-items: flex-start;
      background: #555;
      color: #fff;
      display: flex;
      flex-direction: column;
      height: auto;
      justify-content: center;
      margin: 0;
      overflow: hidden;
      padding: 0;
      width: 76.7%; }
      .container .work-grid-item a {
        position: relative;
        text-decoration: none;
        color: #fff; }
        .container .work-grid-item a:hover {
          color: #fff; }
      .container .work-grid-item h2 {
        font-weight: 400;
        margin: 0; }
      .container .work-grid-item h3 {
        font-size: 1.6rem;
        letter-spacing: 0.6px;
        line-height: 1.7rem;
        margin: 0;
        text-transform: uppercase; }
      .container .work-grid-item img {
        height: auto;
        vertical-align: middle;
        width: 100%; }
      .container .work-grid-item:nth-child(2) {
        background: #1cbbb4;
        color: #fff;
        height: auto;
        padding: 40px; }
      .container .work-grid-item:nth-child(3) {
        background: none;
        height: auto; }
      .container .work-grid-item:nth-child(4) {
        background: #1cbbb4;
        color: #fff;
        height: auto;
        padding: 40px; }
    .container .work-grid-overlay {
      align-items: flex-start;
      background: rgba(0, 0, 0, 0.575);
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      left: 0;
      padding: 0 40px;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 9; }
    @media (min-width: 1200px) {
      .container .work-grid-item {
        height: 250px;
        width: 33.3%; }
        .container .work-grid-item:nth-child(2) {
          height: 350px; }
        .container .work-grid-item:nth-child(3) {
          height: 600px; }
          .container .work-grid-item:nth-child(3) img {
            height: 100%; }
        .container .work-grid-item:nth-child(4) {
          height: 350px; } }
  .container .contact {
    color: #000;
    padding: 50px; }
    .container .contact h2 {
      font-family: "PT Serif", serif;
      font-size: 2.5rem;
      margin: 0 0 10px;
      text-align: center; }
    .container .contact p {
      font-size: 1.8rem;
      margin: 0;
      text-align: center; }
    .container .contact form {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: space-around;
      margin: 0 auto;
      max-width: 1100px;
      padding: 2.3rem 0; }
      @media (min-width: 800px) {
        .container .contact form {
          flex-direction: row; } }
    .container .contact input, .container .contact button {
      height: 50px;
      outline: 0; }
    .container .contact input {
      background-color: #fff;
      border: 1px solid #1cbbb4;
      margin: 0 0 1em;
      padding: 14px 14px 10px;
      transition: border-color 0.4s; }
      @media (min-width: 800px) {
        .container .contact input {
          flex: 3;
          margin: 0 1em; } }
    .container .contact button {
      background: #1cbbb4;
      border: 0;
      box-shadow: none;
      color: #fff;
      font-size: 1.4rem;
      height: 50px;
      letter-spacing: 1px;
      margin: 0;
      padding: 10px;
      text-transform: uppercase;
      transition: background 0.4s ease-out; }
      .container .contact button:hover, .container .contact button:focus {
        background: #21dcd4; }
      @media (min-width: 800px) {
        .container .contact button {
          flex: 100px;
          margin: 0 .7em; } }

/* Footer */
.footer {
  align-items: center;
  background: #1cbbb4;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: .85em;
  justify-content: center;
  padding: 2.5rem 2rem 3rem;
  text-align: center; }
  @media (min-width: 800px) {
    .footer {
      align-items: flex-start;
      flex-direction: row;
      justify-content: space-around;
      text-align: left; } }
  .footer-name {
    font-family: "PT Serif", serif;
    font-size: 1.5rem;
    letter-spacing: 0.6px;
    margin: 0 0 10px; }
    @media (min-width: 800px) {
      .footer-name {
        flex-direction: row;
        justify-content: space-around;
        text-align: left; } }
  .footer-address {
    font-size: 1.1rem; }
    .footer-address ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer-address ul li {
        margin: 5px; }
        .footer-address ul li a {
          color: #fff;
          text-decoration: none;
          transition: color .2s ease-out; }
          .footer-address ul li a:hover {
            color: #fff; }
          .footer-address ul li a:hover {
            color: rgba(255, 255, 255, 0.6); }

/* ======== Components ========= */
/* Down Arrow */
.arrows {
  bottom: 20px;
  display: block;
  height: 72px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 60px; }
  @media (max-width: 900px) {
    .arrows {
      display: none; } }

.arrows path {
  -webkit-animation: arrow 2s infinite;
  animation: arrow 2s infinite;
  fill: transparent;
  stroke-width: 1px;
  stroke: #fff; }

@keyframes arrow {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes arrow {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; }

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; }

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; }

  /* Full Width Image */
  .fullimg img {
/*    background-image: url(../img/jennifer-jones-at-work.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;*/
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
