/********** ABSTRACTS **********/
/********** BASE ***********/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.work-grid:before,
.work-grid:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.work-grid:before,
.work-grid:after {
  clear: both; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #5b5b59;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6; }
  @media (min-width: 500px) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 20px;
      font-size: 1.25rem; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 300; }

p {
  margin-bottom: 1.5em; }
  p:last-child {
    margin-bottom: 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

p a {
  color: #9c9fa0;
  text-decoration: none;
  border-bottom: 1px solid #9c9fa0;
  transition: all .125s ease-out; }
  p a:hover {
    color: #bed73b;
    border-bottom-color: #bed73b; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fbfbfb;
  /* Fallback for when there is no custom background color defined. */ }

#page {
  margin-bottom: 300px; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.content-area {
  margin: 20px; }

.site-main {
  max-width: 1920px;
  margin: 0 auto; }

.site-content {
  -webkit-animation-name: load-content;
          animation-name: load-content;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

@-webkit-keyframes load-content {
  0% {
    opacity: 0;
    transform: translateY(75px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes load-content {
  0% {
    opacity: 0;
    transform: translateY(75px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/********** COMPONENTS **********/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #bed73b; }

a:visited {
  color: #9c9fa0; }

a:hover,
a:focus,
a:active {
  color: #8fa421; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  text-align: right; }

@media (max-width: 675px) {
  .main-navigation {
    margin-right: 15px; } }

@media (max-width: 500px) {
  .main-navigation {
    margin-right: 0; } }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative;
  margin-left: 50px;
  -webkit-animation-name: load-menu;
          animation-name: load-menu;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .main-navigation li:first-child {
    -webkit-animation-delay: .9s;
            animation-delay: .9s; }
  .main-navigation li:last-child {
    -webkit-animation-delay: .8s;
            animation-delay: .8s; }
  @media (min-width: 676px) and (max-width: 760px) {
    .main-navigation li {
      margin-left: 20px; } }
  @media (max-width: 675px) {
    .main-navigation li {
      margin-left: 30px; } }
@-webkit-keyframes load-menu {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes load-menu {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #9c9fa0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  transition: all .25s ease; }
  .main-navigation a::after {
    content: "";
    width: 0px;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #5b5b59;
    transition: all .25s ease; }
  .main-navigation a:hover::after {
    width: 15px; }
  .main-navigation a:hover {
    color: #5b5b59; }

.current-menu-item a {
  color: #5b5b59; }
  .current-menu-item a::after {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #bed73b;
    transition: all .25s ease; }

/*---------- Project Post Navigation ----------*/
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 40px 1.02739726% 50px;
  flex-wrap: wrap; }
  .post-navigation a {
    display: flex;
    text-decoration: none; }
  .post-navigation .nav-icon {
    width: 25px;
    height: 25px;
    background: url("images/left-arrow.svg") no-repeat bottom;
    display: block;
    margin-right: 15px;
    flex-shrink: 0; }
  .post-navigation .nav-text {
    display: block;
    opacity: 0;
    transition: .25s all ease;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 300; }
  .post-navigation .nav-icon:hover + .nav-text {
    opacity: 1; }
  .post-navigation .next-post {
    margin-left: auto; }
    .post-navigation .next-post a {
      flex-direction: row-reverse; }
    .post-navigation .next-post .nav-icon {
      background: url("images/right-arrow.svg") no-repeat bottom;
      margin-right: 0;
      margin-left: 15px; }

.link-hover, .view-all-link,
.contact-section a {
  border: none;
  color: #9c9fa0;
  position: relative;
  text-decoration: none; }
  .link-hover::after, .view-all-link::after,
  .contact-section a::after {
    content: "";
    width: 0px;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #bed73b;
    transition: all .25s ease; }
  .link-hover:hover::after, .view-all-link:hover::after,
  .contact-section a:hover::after {
    width: 15px; }
  .link-hover:hover, .view-all-link:hover,
  .contact-section a:hover {
    color: #bed73b; }

.video video {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(91, 91, 89, 0.25);
  position: relative; }

.work-grid {
  max-width: 1920px;
  margin: 0 auto; }

.work-grid .image {
  float: left;
  position: relative; }
  .work-grid .image img {
    display: block; }
  .work-grid .image .image-caption {
    position: relative; }
    .work-grid .image .image-caption span {
      position: absolute;
      bottom: 0;
      right: 0;
      background: rgba(91, 91, 89, 0.8);
      padding: 6px 12px;
      font-size: 60%;
      color: white; }
      @media (min-width: 900px) {
        .work-grid .image .image-caption span {
          font-size: 75%; } }
.work-grid .video {
  float: left; }

.work-grid .text {
  float: left;
  font-size: 18px;
  font-size: 1.125rem; }
  .work-grid .text p:first-child {
    position: relative;
    margin-top: 0;
    padding-top: 20px; }
    .work-grid .text p:first-child::after {
      content: "";
      height: 1px;
      width: 25px;
      position: absolute;
      top: 0;
      left: 0;
      background: #bed73b; }

.work-grid .row {
  *zoom: 1; }
  .work-grid .row:before, .work-grid .row:after {
    content: " ";
    display: table; }
  .work-grid .row:after {
    clear: both; }

.work-grid .image,
.work-grid .text,
.work-grid .video {
  padding: 2% 0;
  *zoom: 1; }
  .work-grid .image:before, .work-grid .image:after,
  .work-grid .text:before,
  .work-grid .text:after,
  .work-grid .video:before,
  .work-grid .video:after {
    content: " ";
    display: table; }
  .work-grid .image:after,
  .work-grid .text:after,
  .work-grid .video:after {
    clear: both; }

.work-grid a {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.hover-caption {
  align-items: flex-end;
  background-color: rgba(190, 215, 59, 0.92);
  display: flex;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 40px;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-style: normal;
  font-weight: 300; }
  .hover-caption p {
    color: white;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 25px;
    padding: 10px 0 10px 30px;
    text-align: right;
    width: 100%;
    transform: translateY(30px);
    transition: all .25s ease-out;
    transition-delay: 25ms;
    position: relative; }

.grid-project-name::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: white;
  top: -10px;
  right: 0;
  transform: translateX(15px);
  transition: all .25s ease-out;
  transition-delay: 35ms; }

.work-grid a img,
.hover-caption {
  transition: all .25s ease-out; }

.work-grid .image:hover .hover-caption {
  opacity: 1;
  transform: translateY(7px) translateX(7px); }
  .work-grid .image:hover .hover-caption p {
    transform: translateY(0); }
  .work-grid .image:hover .hover-caption .grid-project-name::after {
    transform: translateX(0); }

.work-grid .image:hover a img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transform: translateY(-7px) translateX(-7px); }

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

.work-grid .image img {
  width: 100%; }

.work-grid .text:only-child {
  margin-top: 75px;
  margin-bottom: 25px; }

@media (min-width: 500px) {
  .work-grid .image,
  .work-grid .text,
  .work-grid .video {
    padding: 2.054794521%; }
  .width-1 {
    width: 50%; } }

@media (min-width: 900px) {
  .work-grid .image,
  .work-grid .text,
  .work-grid .video {
    padding: 1.02739726%; }
  .width-1 {
    width: 25%; }
  .width-2 {
    width: 50%; }
  .width-3 {
    width: 75%; }
  .width-4 {
    width: 100%; } }

.float-right {
  float: right !important; }

.lazy {
  transition: opacity .3s ease-in; }

.image-is-loaded {
  opacity: 1; }

/********** LAYOUT *********/
.header-wrapper {
  background-color: white;
  width: 100%;
  border-bottom: 1px solid #e9ebea; }

.site-content {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e3e5e4; }

.site-header {
  padding: 30px 40px 30px 30px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto; }
  @media (max-width: 675px) {
    .site-header {
      padding: 20px 30px; }
      .site-header .core-wordmark {
        display: none; } }
.core-branding {
  margin-right: auto; }

.core-branding a {
  display: flex;
  align-items: center; }

.core-logo {
  width: 75px;
  height: 75px;
  max-width: 100%;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-name: load-logo;
          animation-name: load-logo;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.core-wordmark {
  width: 270px;
  margin-left: 25px;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: load-wordmark;
          animation-name: load-wordmark;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .core-wordmark img {
    width: 100%; }

@-webkit-keyframes load-logo {
  0% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes load-logo {
  0% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes load-wordmark {
  0% {
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes load-wordmark {
  0% {
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.site-footer {
  background-color: #f1f3f2;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 300px;
  font-size: 16px;
  font-size: 1rem; }
  .site-footer p {
    margin-bottom: 5px;
    margin-top: 0; }

.core-logo--footer {
  margin-right: 30px;
  width: 300px;
  opacity: 0.75;
  position: absolute;
  top: -100px;
  left: 5%;
  z-index: -100; }

.site-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 52.054794521%;
  justify-content: center; }

@media (max-width: 500px) {
  .site-info {
    margin-left: 30px; } }

.footer-info p {
  margin-bottom: 25px; }

.footer-info-2 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px; }

@media (max-width: 600px) {
  .core-logo--footer {
    left: -30%; } }

/********** PAGES **********/
.front-big-image {
  max-width: 1920px;
  margin: 0 auto; }
  .front-big-image .slide {
    width: 100vw;
    max-width: 1920px;
    margin: 0 auto;
    max-height: 65vh;
    overflow: hidden;
    position: relative; }
    @media (max-width: 650px) {
      .front-big-image .slide {
        max-height: 50vh; } }
    .front-big-image .slide span {
      position: absolute;
      bottom: 0;
      right: 0;
      background: rgba(190, 215, 59, 0.8);
      padding: 15px 25px;
      color: white; }

.front-intro {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 500px) {
    .front-intro {
      margin-left: 2.054794521%;
      margin-right: 2.054794521%; } }
  @media (min-width: 900px) {
    .front-intro {
      margin-left: 51.02739726%;
      margin-top: 150px;
      margin-bottom: 150px;
      max-width: 650px;
      line-height: 1.8; } }
.adjectives {
  font-size: 30px;
  font-size: 1.875rem; }

.header-image {
  max-width: 1920px;
  height: 500px;
  background: url("../coredesignstudio/images/match-test.jpg");
  background-size: cover;
  background-position: center center;
  margin: 0 auto 100px; }
  @media (max-width: 650px) {
    .header-image {
      height: 300px;
      margin-bottom: 75px; } }
.about-big-image {
  margin-bottom: 75px; }
  @media (min-width: 650px) {
    .about-big-image {
      margin-bottom: 100px; } }
.about-section {
  border-top: 1px solid #e3e7e5;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto 100px;
  flex-wrap: wrap; }
  .about-section h1 {
    font-size: 26px;
    font-size: 1.625rem; }

@media (min-width: 900px) {
  .about-section {
    flex-direction: row; }
  .about-section__heading {
    width: 50%; }
  .about-section__content {
    width: 50%;
    padding-top: 5px; } }

/*---------- Services ----------*/
.services__text {
  flex-basis: 400px;
  margin-right: 25px; }

.services__list {
  flex-grow: 2;
  -moz-columns: 2;
       columns: 2;
  margin-top: 25px; }
  .services__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .services__list ul li {
      line-height: 1.3;
      margin-bottom: 10px; }

/*---------- Get In Touch ----------*/
.contact-section {
  position: relative;
  margin-bottom: 50px;
  width: 48%;
  float: left;
  margin-top: 60px; }
  .contact-section p {
    margin: 0; }
  .contact-section::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #d6dbd9; }

/*---------- Studio ----------*/
.people {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
  justify-content: space-around; }

.person {
  margin-bottom: 40px;
  flex-basis: 200px;
  text-align: center; }

.person__photo {
  border-radius: 50%;
  max-width: 175px;
  transition: all .125s ease-out; }
  .person__photo ~ p {
    transition: all .125s ease-out; }
  .person__photo:hover {
    transform: scale(1.1); }
    .person__photo:hover ~ p {
      transform: translateY(10px); }

.person__name {
  margin: 5px 0 0;
  font-size: 18px;
  font-size: 1.125rem; }

.person__title {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #bed73b;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 300; }

.work-intro,
.work-header {
  margin-top: 60px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 900px) {
    .work-intro,
    .work-header {
      margin-top: 50px;
      margin-bottom: 50px;
      line-height: 1.8; } }
.tag-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d0d1d2;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0; }

.tags-list a {
  border: none;
  color: #9c9fa0;
  display: inline-block;
  margin: 3px 25px 0 0;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-style: normal;
  font-weight: 300; }
  .tags-list a::after {
    content: "";
    width: 0px;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #bed73b;
    transition: all .25s ease; }
  .tags-list a:hover::after {
    width: 15px; }
  .tags-list a:hover {
    color: #bed73b; }

.project-header,
.work-header {
  margin-top: 50px;
  margin-bottom: 50px;
  *zoom: 1; }
  .project-header:before, .project-header:after,
  .work-header:before,
  .work-header:after {
    content: " ";
    display: table; }
  .project-header:after,
  .work-header:after {
    clear: both; }
  @media (min-width: 800px) {
    .project-header,
    .work-header {
      margin-top: 100px;
      margin-bottom: 100px; } }
.project-details {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 30px;
  display: flex; }
  .project-details p {
    margin: 0; }
  .project-details .detail {
    width: 50%; }

.detail__heading {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #9c9fa0;
  margin-top: 10px; }

.detail__link {
  font-size: 15px;
  font-size: 0.9375rem; }
  .detail__link a {
    border: none; }

.project-tags {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  color: #bed73b;
  font-family: "Ringside Regular A", "Ringside Regular B", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0 0 15px;
  border: none; }
  .project-tags a {
    border: none;
    color: #9c9fa0;
    position: relative; }
    .project-tags a::after {
      content: "";
      width: 0px;
      height: 1px;
      position: absolute;
      bottom: -5px;
      left: 0;
      background-color: #bed73b;
      transition: all .25s ease; }
    .project-tags a:hover::after {
      width: 15px; }
    .project-tags a:hover {
      color: #bed73b; }

.project-name {
  margin-top: 0;
  line-height: 1.3; }

.project-description p:first-child {
  margin-top: 0; }

@media (min-width: 800px) {
  .project-description {
    padding-top: 40px; } }

@media (max-width: 950px) {
  .project-description {
    font-size: 17px;
    font-size: 1.0625rem; } }

@media (max-width: 600px) {
  .project-name {
    font-size: 24px;
    font-size: 1.5rem; } }

@media (min-width: 800px) and (max-width: 950px) {
  .project-name {
    font-size: 30px;
    font-size: 1.875rem; } }

.project-info,
.project-description,
.work-header .left-column,
.work-header .right-column {
  padding-right: 2.054794521%;
  padding-left: 2.054794521%; }

@media (min-width: 800px) {
  .project-info,
  .project-description,
  .work-header .left-column,
  .work-header .right-column {
    width: 50%;
    float: left; }
  .project-info,
  .project-description,
  .work-header .left-column,
  .work-header .right-column {
    padding-right: 1.02739726%;
    padding-left: 1.02739726%; }
  .work-header .right-column {
    padding-top: 50px;
    padding-bottom: 50px; } }

/** Related Project at Bottom **/
.related {
  background-color: #eceeed;
  padding-top: 50px;
  padding-bottom: 70px;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #e3e5e4; }

.related__header {
  max-width: 1460px;
  margin: 0 auto;
  padding-left: 1.02739736%; }

.related__header h1 {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9c9fa0; }

/** Archive Pages **/
.tag-header {
  margin-left: 2.054794521%;
  margin-top: 50px;
  margin-bottom: 50px; }

.tag-head {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #9c9fa0;
  margin: 0; }

.tag-title {
  margin-top: 5px;
  line-height: 1.2;
  text-transform: capitalize; }

@media (min-width: 700px) {
  .tag-header {
    width: 50%;
    margin-left: 51.02739726%;
    margin-top: 100px;
    margin-bottom: 100px; } }
/*# sourceMappingURL=style.css.map */