@charset "UTF-8";
/*******************************************************************************
* DO Color Palette
*******************************************************************************/
/*******************************************************************************
* DO Base styles
*******************************************************************************/
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proximanova-light-webfont.woff2") format("woff2"), url("../fonts/proximanova-light-webfont.woff") format("woff");
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proximanova-lightit-webfont.woff2") format("woff2"), url("../fonts/proximanova-lightit-webfont.woff") format("woff");
  font-weight: lighter;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proximanova-sbold-webfont.woff2") format("woff2"), url("../fonts/proximanova-sbold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proximanova-sboldit-webfont.woff2") format("woff2"), url("../fonts/proximanova-sboldit-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

html {
  height: 100%;
}

body {
  color: #1D1D1C;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  min-height: 100%;
}

.screen-reader-text {
  display: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #1D1D1C;
  font-family: 'Playfair Display', serif;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 15px;
}

h2::after {
  border-top: 3px solid #93A1B2;
  content: '';
  display: block;
  margin-top: 12px;
  width: 30px;
}

h2.center {
  text-align: center;
}

h2.center::after {
  left: 50%;
  margin-left: -15px;
  position: relative;
}

h2.no-decoration::after {
  display: none;
}

h3 {
  font-size: 36px;
  margin: 24px 0 12px 0;
}

h4 {
  font-size: 30px;
  margin: 24px 0 12px 0;
}

h5,
h5.uber-header,
h5.uber-heading {
  color: #93A1B2;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 24px 0 12px 0;
  text-transform: uppercase;
}

h6 {
  color: #40BFB4;
  margin-bottom: 12px;
}

.caps-label, h6 {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.caps-label.beryl, h6.beryl {
  color: #40BFB4;
}

.caps-label.satchel, h6.satchel {
  color: #93A1B2;
}

.caps-label.charcoal, h6.charcoal {
  color: #1D1D1C;
}

a {
  color: #40BFB4;
  text-decoration: none;
  -webkit-transition: color .5s ease-in-out;
          transition: color .5s ease-in-out;
}

a:hover {
  color: #40BFB4;
}

p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 15px 0;
}

p:empty {
  display: none;
}

ul, ol {
  padding-left: 30px;
}

ul {
  margin-bottom: 30px;
  margin-left: 8px;
}

ul li {
  line-height: 1.5;
  list-style: disc;
  margin-left: 18px;
  padding: 3px 18px;
}

ul li span {
  color: #40BFB4;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

ul li p {
  font-style: italic;
}

ol {
  margin-bottom: 30px;
  counter-reset: li;
}

ol li {
  line-height: 1.5;
  list-style: none;
  margin-left: 0;
  padding: 3px 0 3px 20px;
  position: relative;
}

ol li:before {
  content: counter(li);
  counter-increment: li;
  background: #40BFB4;
  color: #FFFFFF;
  border-radius: 13px;
  font-size: 15px;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  display: block;
  position: absolute;
  top: 3px;
  left: -15px;
}

div,
nav,
section,
header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.center-text {
  text-align: center;
}

i,
em,
.em {
  font-style: italic;
}

b,
strong,
.strong {
  font-weight: bold;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

big {
  font-size: larger;
}

small {
  font-size: 85%;
}

address {
  font-style: italic;
  color: #40BFB4;
}

q {
  font-style: italic;
  color: #40BFB4;
}

q::before {
  content: "'";
  padding: 0px 3px;
}

q::after {
  content: "'";
  padding: 0px 3px;
}

mark {
  font-weight: bold;
  background-color: #40BFB4;
  padding: 0 3px;
}

/*******************************************************************************
* WordPress Classes
*******************************************************************************/
.alignright, p img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 15px;
}

p img.alignright {
  margin-top: 15px;
}

.alignleft, p img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 15px;
}

p img.alignleft {
  margin-top: 15px;
}

.aligncenter {
  margin: 0 auto 15px;
  display: block;
}

p img.aligncenter {
  margin-top: 15px;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption.alignnone {
  margin: 0 auto 15px;
  display: block;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.gallery {
  margin: auto;
}

.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
}

.gallery .gallery-caption {
  margin-left: 0;
}

table {
  margin: 30px 0;
}

td {
  background: #f3f3f3;
  border: 1px solid #999;
  color: #1d1d1c;
  padding: 10px 15px;
}

tr:nth-child(odd) td {
  background: #FFFFFF;
}

th,
tfoot td {
  background: #f3f3f3 !important;
  color: #36393E;
  border: 1px solid #999;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 15px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

blockquote {
  background: #f3f3f3;
  border-left: 4px solid #40BFB4;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 15px 40px !important;
  padding: 5px 5px 5px 15px;
  position: relative;
}

blockquote p {
  font-size: 18px;
  line-height: 30px;
}

blockquote:before {
  content: '“';
  position: absolute;
  left: -37px;
  top: 10px;
  font-size: 50px;
  color: #666;
}

blockquote:after {
  content: '”';
  position: absolute;
  left: -30px;
  bottom: 0;
  font-size: 50px;
  color: #666;
}

blockquote strong {
  color: #40BFB4;
  font-weight: normal;
}

blockquote cite {
  font-style: italic;
  font-size: 14px;
}

blockquote cite:before {
  content: '—';
}

blockquote.small {
  width: 25%;
}

blockquote.med {
  width: 40%;
}

.btn.get-quote {
  margin-top: 45px;
}

/*******************************************************************************
* Forms
*******************************************************************************/
.input-wrapper {
  position: relative;
}

input:focus,
button:focus {
  outline: none;
}

input[type='tel'],
input[type='text'],
input[type='email'] {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #93A1B2;
  color: #40BFB4;
  font-size: 18px;
  padding-bottom: 7px;
}

input[type='tel']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder {
  color: #93A1B2;
}

input[type='tel']:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder {
  color: #93A1B2;
}

input[type='tel']::placeholder,
input[type='text']::placeholder,
input[type='email']::placeholder {
  color: #93A1B2;
}

.faux-select {
  border-bottom: 2px solid #1D1D1C;
  cursor: pointer;
  font-size: 17px;
  height: 31px;
  position: relative;
  width: 100%;
}

.faux-select span {
  color: #CCC;
  position: relative;
  top: 8px;
}

.faux-select.selected {
  color: #858E99;
}

.faux-select::after {
  border: 7px solid transparent;
  border-top: 7px solid #1D1D1C;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.modal-select-option {
  border-bottom: 1px solid #F6F8FA;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 22px;
  margin-bottom: 20px;
  padding: 10px 0 7px 0;
  position: relative;
  text-transform: uppercase;
}

.modal-select-option::after {
  border: 1px solid #F6F8FA;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 0;
  top: 18px;
  width: 12px;
}

.modal-select-option.selected::after {
  color: #40BFB4;
  content: '\2713 ';
}

.file-upload-wrapper {
  width: 100%;
}

.file-upload-wrapper label {
  border-bottom: 2px solid #1D1D1C;
  color: #C1C1C1;
  cursor: pointer;
  line-height: 30px;
  position: relative;
  width: 100%;
}

.file-upload-wrapper input {
  display: none;
}

.file-upload-wrapper i {
  float: right;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
}

/*******************************************************************************
* Buttons
*******************************************************************************/
.btn,
button {
  border: 1px solid #1D1D1C;
  border-radius: 2px;
  color: #1D1D1C;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 10px 35px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}

.btn-white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.btn-primary,
.form-button,
input[type='submit'] {
  background: transparent;
  border: 1px solid #40BFB4;
  color: #40BFB4;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 12px 30px 10px 30px;
  text-transform: uppercase;
}

.btn-primary:hover,
.form-button:hover,
input[type='submit']:hover {
  background: #40BFB4;
  color: #FFFFFF;
}

.btn-primary.solid {
  background: #40BFB4;
  color: #FFFFFF;
}

.btn-primary.solid:hover {
  background: transparent;
  color: #40BFB4;
}

.btn-secondary {
  color: #93A1B2;
  cursor: pointer;
  /* These aren't necessarily links, just putting this in for good measure */
  font-size: 12px;
  font-weight: bold;
  margin: 0 15px;
  padding-bottom: 9px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: color .5s ease-in-out;
          transition: color .5s ease-in-out;
}

.btn-secondary::after {
  border-top: 3px solid #93A1B2;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 18px;
  -webkit-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
  width: 100%;
}

.btn-secondary:hover {
  color: #40BFB4;
}

.btn-secondary:hover::after {
  border-color: #40BFB4;
  left: -15px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
}

.form-button {
  margin-top: 60px;
}

/*******************************************************************************
* Special Classes
*******************************************************************************/
.sans-serif {
  font-family: 'Proxima Nova', sans-serif;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

.beryl {
  color: #40BFB4 !important;
}

.cf {
  clear: both;
}

.image-shadow {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.bg-grey {
  background: #F6F8FA;
}

.bg-image img {
  width: 100%;
}

.v-align-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*******************************************************************************
* Structures
*******************************************************************************/
img {
  height: auto;
  max-width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 1155px;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}

.row.no-padding {
  padding: 0;
}

.row.equal-padding {
  padding: 0 30px 0 30px;
}

.row-padded {
  padding: 0 8%;
}

.page-section {
  /* commented out for debugging */
  /* opacity: 0; */
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  width: 100%;
}

.page-section.pad-bottom {
  padding-bottom: 145px;
}

.page-section.active {
  /* this is really only here for debugging */
  /* border: 1px solid #bada55; */
}

.page-section.transition {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page-section:first-child {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page-section .content-wrapper {
  margin: 0 auto;
  max-width: 1280px;
}

.has-bg {
  background-size: cover;
}

.half {
  float: left;
  width: 50%;
}

.accordion {
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}

.accordion:last-child {
  margin-bottom: 60px;
}

.accordion.expanded {
  max-height: 10000px;
}

.accordion .accordion-heading,
.accordion .accordion-content {
  overflow: hidden;
}

.accordion h3 {
  margin-top: 45px;
}

.accordion .accordion-heading .uber-header + h3 {
  margin-top: 0;
}

.bg-image-cover {
  left: 50%;
  max-height: 1000%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.img-transition img {
  -webkit-filter: grayscale(0%) contrast(100%) brightness(100%);
          filter: grayscale(0%) contrast(100%) brightness(100%);
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}

.img-transition:hover img,
.img-transition.hover img {
  -webkit-filter: grayscale(100%) contrast(150%) brightness(35%);
          filter: grayscale(100%) contrast(150%) brightness(35%);
}

.img-itransition img {
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  -webkit-filter: grayscale(100%) contrast(150%) brightness(35%);
          filter: grayscale(100%) contrast(150%) brightness(35%);
}

.img-itransition:hover img {
  -webkit-filter: grayscale(0%) contrast(100%) brightness(100%);
          filter: grayscale(0%) contrast(100%) brightness(100%);
}

.corner-hover::after {
  border: 0 solid transparent;
  border-top: 0 solid #40BFB4;
  border-right: 0 solid #40BFB4;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  z-index: 1010;
}

.corner-hover:hover::after {
  border: 20px solid transparent;
  border-top: 20px solid #40BFB4;
  border-right: 20px solid #40BFB4;
}

.clearfix {
  clear: both;
  width: 100%;
}

/*******************************************************************************
* Padding Classes
*******************************************************************************/
.padding-10 {
  padding-top: 10px;
}

.padding-15 {
  padding-top: 15px;
}

.padding-20 {
  padding-top: 20px;
}

.padding-25 {
  padding-top: 25px;
}

.padding-30 {
  padding-top: 30px;
}

.padding-35 {
  padding-top: 35px;
}

.padding-40 {
  padding-top: 40px;
}

.padding-45 {
  padding-top: 45px;
}

.padding-50 {
  padding-top: 50px;
}

.padding-55 {
  padding-top: 55px;
}

.padding-60 {
  padding-top: 60px;
}

.padding-65 {
  padding-top: 65px;
}

.padding-70 {
  padding-top: 70px;
}

.padding-75 {
  padding-top: 75px;
}

.padding-80 {
  padding-top: 80px;
}

.padding-85 {
  padding-top: 85px;
}

.padding-90 {
  padding-top: 90px;
}

/*******************************************************************************
* Category Filters Menu
*******************************************************************************/
.category-menu {
  background-color: #fafafa;
  height: 150px;
  line-height: 150px;
}

.category-menu ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.category-menu li {
  display: inline-block;
  padding: 0 15px;
  margin-left: 0;
}

.category-menu li a {
  color: #8f8f8f;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 9px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: color .5s ease-in-out;
          transition: color .5s ease-in-out;
}

.category-menu li a::after {
  border-top: 3px solid transparent;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 18px;
  -webkit-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
  width: 100%;
}

.category-menu li a:hover {
  color: #4fbc9d;
}

.category-menu li a:hover::after {
  border-top: 3px solid #4fbc9d;
}

.category-menu li a.active {
  color: #737373;
}

.category-menu li a.active::after {
  border-top: 3px solid #737373;
}

.category-menu li a.active:hover {
  color: #4fbc9d;
}

.category-menu li a.active:hover::after {
  border-top: 3px solid #4fbc9d;
}

.category-menu.work.mobile {
  display: none;
}
