/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/*

Usage Example:

.header {
    
    @include respond-to(handhelds) { background-color: red; }
    @include respond-to(medium-screens) { background-color: darkcyan; }
    @include respond-to(wide-screens) { background-color: orange; }
}

*/
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #333;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.8125em 1.625em;
  text-align: center;
  text-decoration: none;
  transition: background-color 250ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #292929;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #333; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.40625em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.40625em; }

input,
select,
textarea {
  display: block;
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.8125em;
  padding: 0.5416666667em;
  transition: border-color 250ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #333;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(38, 38, 38, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #767676; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.40625em; }

[type="file"] {
  margin-bottom: 0.8125em;
  width: 100%; }

select {
  margin-bottom: 0.8125em;
  width: 100%; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

.flex-body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.main {
  flex: 1;
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 156px; }
  @media only screen and (max-width: 414px) {
    .main {
      width: 90%; } }
  @media only screen and (min-width: 415px) and (max-width: 959px) {
    .main {
      width: 95%; } }
  @media only screen and (max-width: 414px) {
    .main {
      margin-top: 156px; } }
.project-wrapper .project-gallery {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px; }
  @media only screen and (min-width: 415px) and (max-width: 959px) {
    .project-wrapper .project-gallery {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media only screen and (max-width: 414px) {
    .project-wrapper .project-gallery {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
.project-wrapper .project-info {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px; }
  @media only screen and (min-width: 415px) and (max-width: 959px) {
    .project-wrapper .project-info {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      text-align: center; }
      .project-wrapper .project-info .project-title, .project-wrapper .project-info .project-subtitle {
        text-align: center; } }
  @media only screen and (max-width: 414px) {
    .project-wrapper .project-info {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      text-align: center; } }
.main-carousel {
  width: 100%; }

.carousel-cell, .carousel-cell img {
  width: 100%; }

@media only screen and (max-width: 414px) {
  .carousel-cell a {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; } }

@media only screen and (min-width: 415px) and (max-width: 959px) {
  .carousel-cell a {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; } }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

img,
picture, figure {
  margin: 0; }

picture {
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.8125em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.8125em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.8125em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #1a1a1a;
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.625;
  font-weight: 300; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "freight-display-pro", "Cambria", "Times New Roman", "Times", serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.8125em;
  text-align: center; }

.text h1 {
  font-weight: 500;
  font-size: 1.714em;
  letter-spacing: 0.03em;
  text-transform: uppercase; }

p {
  margin: 0 0 0.8125em; }

a {
  color: #333;
  text-decoration: none;
  transition: color 250ms ease; }
  a:active, a:focus, a:hover {
    color: #999999; }

.fa {
  font-size: 15.4px; }

i {
  margin-right: 0.2em; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.header-hr {
  width: 90%;
  margin: auto; }

.header-nav-item, .header-social-item {
  font-size: 0.786em;
  letter-spacing: 0.1em;
  font-weight: 500; }

.header-nav-item {
  text-transform: uppercase; }

.header-social-item a, .contact-social-item a {
  color: #777; }
  .header-social-item a:hover, .contact-social-item a:hover {
    color: #0c0c0c;
    text-decoration: none; }

.logo h1 {
  font-family: "freight-display-pro", "Cambria", "Times New Roman", "Times", serif;
  font-weight: 500;
  font-size: 1.571em;
  letter-spacing: 0.03em;
  margin-bottom: 0.4em; }

.showcase {
  margin: auto;
  max-width: 1000px; }
  .showcase::after {
    clear: both;
    content: "";
    display: block; }

.grid-sizer, .showcase-item {
  width: 50%; }
  @media only screen and (max-width: 414px) {
    .grid-sizer, .showcase-item {
      width: 100%; } }
.showcase-item {
  float: left;
  padding: 12px; }
  @media only screen and (max-width: 414px) {
    .showcase-item {
      padding: 0; } }
  @media only screen and (min-width: 415px) and (max-width: 959px) {
    .showcase-item {
      padding: 4px; } }
  .showcase-item img {
    border-radius: 1px;
    display: block;
    width: 100%;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out; }
  .showcase-item img:hover {
    opacity: 0.95; }
  .showcase-item .showcase-caption {
    text-align: center;
    padding: 10px; }
    .showcase-item .showcase-caption .showcase-title {
      font-family: "freight-display-pro", "Cambria", "Times New Roman", "Times", serif;
      font-weight: 500;
      font-size: 1.571em;
      letter-spacing: 0.03em;
      margin-bottom: 0.4em; }
      @media only screen and (max-width: 414px) {
        .showcase-item .showcase-caption .showcase-title {
          font-size: 1.286em; } }
    .showcase-item .showcase-caption .showcase-subtitle {
      font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 500;
      font-size: 0.857em;
      letter-spacing: 0.12em; }
      @media only screen and (max-width: 414px) {
        .showcase-item .showcase-caption .showcase-subtitle {
          font-size: 0.714em; } }
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none; }

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.95); }

.header-grid {
  max-width: 1000px;
  padding-top: 36px;
  padding-bottom: 18px;
  margin: auto; }
  .header-grid::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 960px) {
    .header-grid {
      max-width: 860px; } }
  @media only screen and (min-width: 1200px) {
    .header-grid {
      max-width: 1000px; } }
  @media only screen and (max-width: 414px) {
    .header-grid {
      padding-bottom: 24px; } }
  .header-grid .header-logo {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px; }
    @media only screen and (max-width: 414px) {
      .header-grid .header-logo {
        width: calc(100% - 20px);
        float: left;
        margin-left: 10px; } }
    .header-grid .header-logo .logo {
      display: block;
      width: 200px; }
      @media only screen and (max-width: 414px) {
        .header-grid .header-logo .logo {
          margin: auto; } }
      @media only screen and (min-width: 415px) and (max-width: 959px) {
        .header-grid .header-logo .logo {
          margin: auto; } }
      .header-grid .header-logo .logo img {
        max-height: 2.286em;
        opacity: 0.8; }
      .header-grid .header-logo .logo svg {
        max-height: 3em;
        margin-top: -5px;
        margin-bottom: -5px; }
      .header-grid .header-logo .logo svg, .header-grid .header-logo .logo img {
        display: block; }
        @media only screen and (max-width: 414px) {
          .header-grid .header-logo .logo svg, .header-grid .header-logo .logo img {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 15px; } }
      @media only screen and (max-width: 414px) {
        .header-grid .header-logo .logo h1 {
          text-align: center; } }
      @media only screen and (min-width: 415px) and (max-width: 959px) {
        .header-grid .header-logo .logo h1 {
          text-align: center; } }
  .header-grid .header-nav {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px; }
    @media only screen and (max-width: 414px) {
      .header-grid .header-nav {
        width: calc(100% - 20px);
        float: left;
        margin-left: 10px; } }
  .header-grid .header-social {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px; }
    @media only screen and (max-width: 414px) {
      .header-grid .header-social {
        display: none; } }
    .header-grid .header-social .header-social-list {
      float: right; }
  .header-grid ul {
    margin: auto;
    text-align: center; }
    .header-grid ul li {
      display: inline-block; }

#header-announcement-container {
  max-width: 500px;
  overflow: hidden;
  max-width: 1000px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: auto; }
  #header-announcement-container::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 960px) {
    #header-announcement-container {
      max-width: 860px; } }
  @media only screen and (min-width: 1200px) {
    #header-announcement-container {
      max-width: 1000px; } }
  @media only screen and (max-width: 414px) {
    #header-announcement-container {
      padding-bottom: 24px; } }
.header-announcement-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden; }
  .header-announcement-text p {
    font-weight: 500;
    color: #ea3e11;
    display: inline-block; }

/*Animation Keyframes */
@keyframes announcementAnim {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-50%, 0, 0); } }

.header-announcement-text {
  animation: announcementAnim 25s linear infinite; }

.footer-social {
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 3.5em; }
  @media only screen and (min-width: 415px) and (max-width: 959px) {
    .footer-social {
      display: none; } }
  @media only screen and (min-width: 960px) {
    .footer-social {
      display: none; } }
  .footer-social ul {
    text-align: center;
    margin: auto; }
    .footer-social ul li {
      display: inline-block; }
      .footer-social ul li a i {
        font-size: 1.715em;
        margin: 0; }

.header-nav-item {
  padding: 0px 1em 0px 1em; }

.header-social-item, .contact-social-item {
  padding: 0px 0.5em 0px 0px; }

.footer {
  width: 100%; }
  .footer .footer-wrapper {
    max-width: 1000px;
    margin: auto;
    height: 36px; }
  .footer .footer-copyright p {
    font-size: 0.875em;
    color: #777;
    text-align: center; }

.footer .footer-wrapper::after {
  clear: both;
  content: "";
  display: block; }

.text {
  max-width: 32em;
  margin-left: auto;
  margin-right: auto; }

.logo h1, .project-info h1, .project-info h3 {
  text-align: left; }
  @media only screen and (max-width: 414px) {
    .logo h1, .project-info h1, .project-info h3 {
      text-align: center; } }
.project-info {
  padding-bottom: 20px; }

.project-title {
  font-family: "freight-display-pro", "Cambria", "Times New Roman", "Times", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 0.4em; }

.project-subtitle {
  font-family: "freight-display-pro", "Cambria", "Times New Roman", "Times", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.125em;
  font-size: 1.125em;
  letter-spacing: 0.1em; }

.project-description p {
  font-weight: 300;
  font-size: 1em; }

.project-back, .project-back-mobile {
  font-weight: 500;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.project-back-mobile {
  text-align: center;
  display: none;
  padding: 1.6em;
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px; }
  @media only screen and (max-width: 414px) {
    .project-back-mobile {
      display: inline-block; } }
.contact-info {
  text-align: center; }

.contact-social {
  padding-top: 2em; }
  @media only screen and (max-width: 414px) {
    .contact-social {
      padding-top: 0.5em; } }
  .contact-social ul {
    margin: auto;
    text-align: center; }
    .contact-social ul li {
      display: inline-block; }

#cboxContent {
  overflow: visible; }
  #cboxContent #cboxCustomNavWrap {
    width: 100%; }
    #cboxContent #cboxCustomNavWrap #cboxCustomNav {
      float: none !important;
      height: 150px;
      width: 200px;
      display: block;
      margin: auto; }
      #cboxContent #cboxCustomNavWrap #cboxCustomNav #cboxPrevious, #cboxContent #cboxCustomNavWrap #cboxCustomNav #cboxNext, #cboxContent #cboxCustomNavWrap #cboxCustomNav #cboxClose {
        padding: 10px;
        position: static;
        font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 0.06em; }
      #cboxContent #cboxCustomNavWrap #cboxCustomNav #cboxPrevious, #cboxContent #cboxCustomNavWrap #cboxCustomNav #cboxNext {
        font-size: 0.851em; }
      #cboxContent #cboxCustomNavWrap #cboxCustomNav #cboxClose {
        font-size: 1.151em; }
      #cboxContent #cboxCustomNavWrap #cboxCustomNav #cboxPrevious {
        float: left; }
      #cboxContent #cboxCustomNavWrap #cboxCustomNav #cboxNext {
        float: right; }

.featuredLogos {
  display: grid;
  overflow: hidden;
  grid-auto-rows: 64px;
  grid-template-columns: repeat(4, 1fr);
  height: auto; }
  .featuredLogos .featuredLogo {
    display: grid;
    height: auto; }
    .featuredLogos .featuredLogo img {
      display: block;
      align-items: center;
      max-height: 100%;
      max-width: 100%;
      margin: auto;
      padding: 12px; }
  @media only screen and (max-width: 414px) {
    .featuredLogos {
      display: flex;
      flex-direction: column;
      max-width: 65%;
      margin: auto; }
      .featuredLogos .featuredLogo img {
        padding: 1em; } }
