@charset "UTF-8";
/*
  Theme Name: Spilled Milk Catering
  Theme URI: http://html5blank.com
  Description: A custom theme for Spilled Milk Catering. Files can be found in the colorcrate-starter directory.
  Version: 1.0.0
  Author: Ian Hamilton (@colorcrate)
  Author URI: http://colorcrate.com
  Tags: HTML5, CSS3, custom

  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
=========================================
  WP CORE
  From HTML5Blank – http://html5blank.com/
    (scss/components/_wp-core.scss)
=========================================
*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  display: block;
  margin: 20px auto;
}
@media only screen and (min-width: 769px) {
  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
}
@media screen and (min-width: 1160px) {
  .alignright {
    margin-right: -120px;
  }
}

.alignleft {
  display: block;
  margin: 20px auto;
}
@media only screen and (min-width: 769px) {
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
}
@media screen and (min-width: 1160px) {
  .alignleft {
    margin-left: -120px;
  }
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  html.with-featherlight {
    overflow: hidden;
  }

  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
  }

  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }

  .featherlight .featherlight-inner {
    display: block;
  }

  .featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
    display: none;
  }

  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0;
  }

  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  .featherlight .featherlight-image {
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }

  .featherlight iframe {
    border: 0;
  }

  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  @page {
    size: landscape;
  }
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
.featherlight-inner {
  overflow: hidden;
}
.featherlight-inner img {
  max-width: 90vw;
}

/*
=======================================
  ELEMENTS 
    (scss/base/_elements.scss)
=======================================
*/
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-size: 16px;
  font-family: "Alright Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  color: #D63A2D;
}

b,
strong {
  font-weight: bold;
}

p {
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", "Times New Roman", Times, Georgia, serif;
  font-weight: 700;
  margin: 40px 0;
}

h1 {
  font-size: 3.5rem;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 3.15rem;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 2.65em;
  }
}

h3 {
  font-size: 2.75rem;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 1.65rem;
  }
}

h5 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1rem;
}

hr {
  margin: 40px 0;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.clearfix {
  display: table;
  clear: both;
}

.iewarn {
  display: none;
}
.ie6 .iewarn, .ie7 .iewarn, .ie8 .iewarn, .ie9 .iewarn, .ie10 .iewarn {
  display: block;
  width: 100%;
  padding: 10px 20px;
  z-index: 99999999999;
  background: #f7dad8;
  border-bottom: 1px solid #D63A2D;
}
.ie6 .iewarn p, .ie7 .iewarn p, .ie8 .iewarn p, .ie9 .iewarn p, .ie10 .iewarn p {
  margin: 0;
}

.jswarn {
  display: none;
}
.no-js .jswarn {
  display: block;
  max-width: 400px;
  color: #fff;
  padding: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #231F20;
  z-index: 99999999999;
}
@media only screen and (max-width: 768px) {
  .no-js .jswarn {
    left: 20px;
  }
}
.no-js .jswarn .alert {
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px 0 0 21px;
  background: #D63A2D;
  border-radius: 50%;
  color: #231F20;
  font-size: 2rem;
  font-weight: bold;
}

.video-container {
  width: 100%;
  position: relative;
}
.video-container:after {
  content: "";
  display: block;
  padding-bottom: 56.2%;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.post-password-form input[type=password] {
  margin-bottom: 30px;
}

/*
============================================
  404 PAGE
    (scss/components/_404.scss)
============================================
*/
.post-404 {
  text-align: center;
}

/*
============================================
  DIAGONAL LINES
    (scss/components/_diagonals.scss)
============================================
*/
.white-diagonal-bottom-left,
.white-diagonal-bottom-right {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out !important;
  -moz-transition: opacity 250ms ease-in-out !important;
  -ms-transition: opacity 250ms ease-in-out !important;
  -o-transition: opacity 250ms ease-in-out !important;
  transition: opacity 250ms ease-in-out !important;
}
.white-diagonal-bottom-left.visible,
.white-diagonal-bottom-right.visible {
  opacity: 1;
}
.white-diagonal-bottom-left > *,
.white-diagonal-bottom-right > * {
  z-index: 100;
}
.white-diagonal-bottom-left .diagonal,
.white-diagonal-bottom-right .diagonal {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.white-diagonal-top-left {
  position: relative;
}
.white-diagonal-top-left > * {
  z-index: 100;
}
.white-diagonal-top-left .diagonal {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.grey-diagonal {
  position: relative;
}
.grey-diagonal .diagonal {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/*
============================================
  ABOUT INTRO
    (scss/components/_about-intro.scss)
============================================
*/
.about-intro {
  position: relative;
}
.about-intro__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .about-intro__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about-intro__container {
    padding-bottom: 40px;
  }
}
.about-intro__gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf3f2+0,f3c4c1+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #CFE4F2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #CFE4F2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #CFE4F2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#CFE4F2",GradientType=0 );
  /* IE6-9 */
  width: 100%;
  min-height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .about-intro__gradient {
    min-height: 135%;
  }
}

.about-intro__text {
  position: relative;
  z-index: 100;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .about-intro__text {
    padding-bottom: 80px;
  }
}
.about-intro__text h2 {
  margin: 20px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about-intro__text h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 1024px) {
  .about-intro__text h2 {
    font-size: 2.25rem;
  }
}
.about-intro__text hr {
  margin: 20px auto;
  width: 60%;
  max-width: 200px;
  position: relative;
  border: 0;
  border-top: 1px solid #62A5D1;
}
.about-intro__text hr:before {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  top: -5px;
  left: 55%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 1px dashed #62A5D1;
}
.about-intro__text hr:after {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  bottom: -4px;
  left: 45%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 1px dashed #62A5D1;
}
@media only screen and (min-width: 769px) {
  .about-intro__text p {
    max-width: 60%;
    margin: 20px auto;
  }
}
.about-intro__text .about-intro__button {
  display: inline-block;
  padding: 17px 20px 15px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #D63A2D;
  color: #D63A2D;
}
.about-intro__text .about-intro__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.about-intro__text .about-intro__button:hover:after {
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border-color: rgba(255, 255, 255, 0.5);
}
.about-intro__text .about-intro__button:hover {
  background-color: #D63A2D;
  color: #fff;
}

/*
============================================
  CAREERS
    (scss/components/_careers.scss)
    The careers page shares default
    page styles From _default-page.scss
============================================
*/
.careers__form-container {
  position: relative;
  padding-top: 100px;
}
.careers__form-container .careers__gradient {
  width: 100%;
  min-height: 30vh;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf3f2+0,f3c4c1+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #CFE4F2 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #CFE4F2 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #CFE4F2 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#CFE4F2", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
@media only screen and (min-width: 769px) {
  .careers__form-container .careers__gradient {
    top: -100px;
  }
}
.careers__form-container h3 {
  padding: 0 20px;
  margin-top: 0;
  text-align: center;
}
.careers__form-container hr {
  width: 60%;
  max-width: 200px;
  position: relative;
  border: 0;
  border-top: 1px solid #62A5D1;
  margin: 40px auto;
}
.careers__form-container hr:before {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  top: -5px;
  left: 55%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 1px dashed #62A5D1;
}
.careers__form-container hr:after {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  bottom: -4px;
  left: 45%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 1px dashed #62A5D1;
}
.careers__form-container .gform_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 900px;
}
@media only screen and (min-width: 769px) {
  .careers__form-container .gform_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .careers__form-container .phone,
.careers__form-container .email,
.careers__form-container .position,
.careers__form-container .resume {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  .careers__form-container .phone,
.careers__form-container .position {
    padding-right: 10px;
    clear: left;
  }
}
@media only screen and (min-width: 769px) {
  .careers__form-container .email,
.careers__form-container .resume {
    padding-left: 10px;
  }
}
.careers__form-container .message {
  clear: both;
}

/*
============================================
  CONTACT
    (scss/components/_services-intro.scss)
============================================
*/
.contact__gradient {
  width: 100%;
  min-height: 50vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf3f2+0,f3c4c1+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #CFE4F2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #CFE4F2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #CFE4F2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#CFE4F2",GradientType=0 );
  /* IE6-9 */
}

.contact__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
}
@media only screen and (min-width: 769px) {
  .contact__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .contact__container {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 769px) {
  .contact__text {
    width: 40%;
    float: left;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact__text {
    width: 30%;
  }
}
.contact__text h3 {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .contact__text hr {
    width: 60%;
    max-width: 200px;
    position: relative;
    border: 0;
    border-top: 1px solid #62A5D1;
    margin: 0 auto;
  }
  .contact__text hr:before {
    content: "";
    display: block;
    width: 60%;
    position: absolute;
    top: -5px;
    left: 55%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-top: 1px dashed #62A5D1;
  }
  .contact__text hr:after {
    content: "";
    display: block;
    width: 60%;
    position: absolute;
    bottom: -4px;
    left: 45%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-top: 1px dashed #62A5D1;
  }
}
@media only screen and (min-width: 769px) {
  .contact__text hr {
    width: 60%;
    max-width: 200px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    border: 0;
    border-top: 1px solid #62A5D1;
    text-align: left;
  }
  .contact__text hr:before {
    content: "";
    display: block;
    width: 60%;
    position: absolute;
    top: -5px;
    left: 0;
    border-top: 1px dashed #62A5D1;
  }
  .contact__text hr:after {
    content: "";
    display: block;
    width: 60%;
    position: absolute;
    bottom: -4px;
    left: 0;
    border-top: 1px dashed #62A5D1;
  }
}
.contact__text .contact__phone,
.contact__text .contact__email,
.contact__text address {
  display: block;
  margin: 20px 0;
}
.contact__text .contact__phone {
  font-size: 2rem;
  font-weight: 700;
}
.contact__text address {
  font-style: normal;
}
.contact__text address a {
  color: #231F20;
}
.contact__text address a:hover {
  color: #D63A2D;
}

/*
============================================
  DEFAULT PAGE
    (scss/components/_default-page.scss)
============================================
*/
.page-template-default .default__gradient,
.page-template-template-careers .default__gradient {
  width: 100%;
  min-height: 30vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf3f2+0,f3c4c1+100 */
  background: #fcf3f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcf3f2 0%, #f3c4c1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcf3f2 0%, #f3c4c1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcf3f2 0%, #f3c4c1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcf3f2", endColorstr="#f3c4c1",GradientType=0 );
  /* IE6-9 */
}
.page-template-default main > section,
.page-template-template-careers main > section {
  margin: 0 auto;
  max-width: 900px;
}
.page-template-default main > section > h2,
.page-template-template-careers main > section > h2 {
  text-align: center;
}
.page-template-default main article,
.page-template-template-careers main article {
  padding: 0 20px;
}
.page-template-default main article a,
.page-template-template-careers main article a {
  -webkit-transition: color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out;
  -ms-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.page-template-default main article a:hover,
.page-template-template-careers main article a:hover {
  color: #62A5D1;
}
.page-template-default main article ul,
.page-template-default main article ol,
.page-template-template-careers main article ul,
.page-template-template-careers main article ol {
  line-height: 1.6;
}
.page-template-default main article ul li,
.page-template-default main article ol li,
.page-template-template-careers main article ul li,
.page-template-template-careers main article ol li {
  margin: 10px 0;
}
.page-template-default main article blockquote,
.page-template-template-careers main article blockquote {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #D63A2D;
}

/*
=========================================
  FOOTER
    (scss/components/_footer.scss)
=========================================
*/
.page-footer {
  margin: 40px 0 0;
  padding: 20px 0 0;
  background: #737A7F;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .page-footer {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-footer {
    margin-top: 140px;
  }
}
.page-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 769px) {
  .page-footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-footer__container:after {
  display: table;
  content: " ";
  clear: both;
}

@media only screen and (min-width: 769px) {
  .page-footer__col {
    width: 33.333%;
    float: left;
  }
}
.page-footer__col a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .page-footer__col a {
    font-size: 0.85rem;
  }
}
.page-footer__col a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .page-footer__col p {
    font-size: 0.85rem;
  }
}
.page-footer__col--1 nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.page-footer__col--1 nav ul a {
  text-transform: uppercase;
  line-height: 1.6;
}
.page-footer__col--2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.page-footer__col--2 ul li {
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .page-footer__col--2, .page-footer__col--3 {
    width: 50%;
    float: left;
  }
}

.page-footer__social-media a {
  display: ineline-block;
  padding: 5px 0 5px 30px;
}
.page-footer__social-media .facebook a {
  background-image: url(img/icons/icon-facebook-40x40.png);
  background-size: 25px 25px;
  background-position: left center;
  background-repeat: no-repeat;
}
.page-footer__social-media .instagram a {
  background-image: url(img/icons/icon-instagram-40x40.png);
  background-size: 25px 25px;
  background-position: left center;
  background-repeat: no-repeat;
}
.page-footer__social-media .yelp a {
  background-image: url(img/icons/icon-yelp-40x40.png);
  background-size: 25px 25px;
  background-position: left center;
  background-repeat: no-repeat;
}

.page-footer__copyright {
  padding: 10px 20px;
  margin: 60px 0 0;
  text-align: center;
  background: rgba(35, 31, 32, 0.25);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}

/*
===============================================
  FORMS
    (scss/components/_forms.scss)
===============================================
*/
form ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
form label {
  color: #62A5D1;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  form label {
    font-size: 1.25rem;
  }
}
form li.gfield {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  form li.gfield {
    margin: 0 0 20px 0;
  }
}
form .gfield_required {
  color: #D63A2D;
  font-size: 1.75rem;
  line-height: 0;
}
form input[type=text],
form textarea {
  width: 100%;
  padding: 15px 15px;
  background: rgba(128, 159, 179, 0.25);
  border: 2px solid transparent;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
form input[type=text]:focus,
form textarea:focus {
  outline: 0;
  border-color: #4ea9e5;
  background-color: #f8fbfd;
}
form textarea {
  min-height: 300px;
}
form input[type=submit] {
  display: inline-block;
  padding: 17px 20px 15px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #62A5D1;
  color: #62A5D1;
  cursor: pointer;
  padding: 20px 40px;
}
form input[type=submit]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
form input[type=submit]:hover:after {
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border-color: rgba(255, 255, 255, 0.5);
}
form input[type=submit]:hover {
  background-color: #62A5D1;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  form input[type=submit] {
    width: 100%;
    padding: 40px;
    font-size: 1.5rem;
  }
}
form select {
  width: 100%;
  height: 54px;
  padding: 15px 15px;
  background: rgba(128, 159, 179, 0.25);
  border: 2px solid transparent;
}
form .ginput_container_fileupload label {
  display: block;
}
form .ginput_container_fileupload input[type=file] {
  margin: 15px 0 15px;
}
form .ginput_container_fileupload > span {
  display: block;
  color: rgba(35, 31, 32, 0.5);
  font-size: 0.85rem;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(35, 31, 32, 0.4);
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(35, 31, 32, 0.4);
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(35, 31, 32, 0.4);
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(35, 31, 32, 0.4);
}
form .validation_error {
  padding: 20px 20px 20px 60px;
  margin-bottom: 40px;
  color: #fff;
  background-color: #D63A2D;
  background-image: url("img/alert-white-40x40.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
form .gfield_error input[type=text],
form .gfield_error textarea {
  border-color: #D63A2D;
  background: rgba(214, 58, 45, 0.15);
}
form .validation_message {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #D63A2D;
}

.gform_confirmation_message {
  padding: 175px 40px 75px;
  position: relative;
  background-color: #75da94;
  background-image: url(img/mail-white-200x200.png);
  background-position: center 60px;
  background-repeat: no-repeat;
  background-size: 75px 75px;
  color: #fff;
  text-align: center;
  font-family: "Lora", "Times New Roman", Times, Georgia, serif;
  font-weight: 700;
  font-size: 1.75rem;
}
.gform_confirmation_message:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

form#gform_4 .gfield {
  clear: both;
}
form#gform_4 .name_first,
form#gform_4 .name_last {
  width: calc(50% - 10px);
}
@media only screen and (min-width: 769px) {
  form#gform_4 .name_first,
form#gform_4 .name_last {
    width: 45%;
    width: calc(50% - 40px);
  }
}
form#gform_4 .name_first {
  float: left;
}
form#gform_4 .name_last {
  float: right;
}
form#gform_4 li#field_4_2 {
  margin-top: 130px;
}
form#gform_4 .gform_footer {
  margin-top: 50px;
}

/*
============================================
  GALLERY
    (scss/components/_gallery.scss)
============================================
*/
ul.gallery {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (min-width: 769px) {
  ul.gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 769px) {
  ul.gallery li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 20px;
  }
}
ul.gallery li:nth-of-type(even) {
  padding-right: 0;
}
ul.gallery li:nth-of-type(odd) {
  padding-left: 0;
}
ul.gallery img {
  max-width: 100%;
  height: auto;
}

/*
=========================================
  HEADER 
    (scss/components/_header.scss)
=========================================
*/
.page-header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-header__branding {
  max-width: 165px;
  position: relative;
}
@media screen and (min-width: 1054px) {
  .page-header__branding {
    max-width: 225px;
  }
}
.page-header__branding a {
  display: block;
  padding: 10px 0 0;
}
@media only screen and (min-width: 769px) {
  .page-header__branding a {
    padding: 40px 0 20px;
  }
}
@media screen and (min-width: 1054px) {
  .page-header__branding a {
    padding: 40px 0;
  }
}
.page-header__branding img {
  max-width: 100%;
  height: auto;
}

.page-header__nav {
  width: calc(100% - 50px);
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  background: rgba(35, 31, 32, 0.95);
  -webkit-transition: right 250ms ease-in-out;
  -moz-transition: right 250ms ease-in-out;
  -ms-transition: right 250ms ease-in-out;
  -o-transition: right 250ms ease-in-out;
  transition: right 250ms ease-in-out;
  z-index: 10000000000;
}
.page-header--nav-open .page-header__nav {
  right: 50px;
}
@media only screen and (min-width: 769px) {
  .page-header__nav {
    width: auto;
    height: auto;
    position: absolute;
    right: 20px !important;
    top: 41px;
    background: transparent;
  }
}
.page-header__nav-container {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.page-header__nav__handle {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 7px;
  right: 0;
  border: 0 !important;
}
.page-header--nav-open .page-header__nav__handle {
  height: 100vh;
}
@media only screen and (min-width: 769px) {
  .page-header__nav__handle {
    display: none !important;
  }
}
.page-header__nav__handle span {
  display: block;
  width: 35px;
  height: 6px;
  position: absolute;
  left: 7px;
  top: 20px;
  background: #D63A2D;
}
.page-header--nav-open .page-header__nav__handle span {
  background: transparent;
}
.page-header__nav__handle span:before {
  content: "";
  display: block;
  width: 35px;
  height: 6px;
  position: absolute;
  top: -10px;
  background: #D63A2D;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.page-header--nav-open .page-header__nav__handle span:before {
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-header__nav__handle span:after {
  content: "";
  display: block;
  width: 35px;
  height: 6px;
  position: absolute;
  bottom: -10px;
  background: #D63A2D;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.page-header--nav-open .page-header__nav__handle span:after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-header__nav li a {
  display: block;
  padding: 20px 30px 17px;
  font-family: "Alright Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 769px) {
  .page-header__nav li a {
    display: inline-block;
    padding: 10px;
    font-family: "Alright Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    color: #231F20;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
  }
  .page-header__nav li a:hover {
    color: #D63A2D;
  }
}
.page-header__nav li.current-menu-item a {
  color: #D63A2D;
}
.page-header__nav li.current-menu-item a:hover {
  color: rgba(214, 58, 45, 0.5);
}
.page-header__nav li:last-of-type {
  margin-right: 0 !important;
}
@media only screen and (min-width: 769px) {
  .page-header__nav li:last-of-type {
    display: block;
  }
  .page-header__nav li:last-of-type a {
    display: inline-block;
    padding: 17px 20px 15px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    border: 1px solid #D63A2D;
    color: #D63A2D;
  }
  .page-header__nav li:last-of-type a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
  }
  .page-header__nav li:last-of-type a:hover:after {
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .page-header__nav li:last-of-type a:hover {
    background: #D63A2D;
    color: #fff;
  }
}
@media screen and (min-width: 769px) and (max-width: 961px) {
  .page-header__nav li:last-of-type {
    position: absolute;
    top: -25px;
    right: 10px;
  }
  .page-header__nav li:last-of-type a {
    padding: 12px 15px 10px;
  }
}
@media screen and (min-width: 962px) {
  .page-header__nav li:last-of-type {
    display: inline-block;
  }
}
.page-header__nav ul {
  text-align: right;
}
@media screen and (min-width: 769px) and (max-width: 961px) {
  .page-header__nav ul {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .page-header__nav ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1280px) {
  .page-header__nav ul li {
    margin: 0 5px;
  }
}

/*
============================================
  HOMEPAGE INTRO
    (scss/components/_homepage-intro.scss)
============================================
*/
.homepage-intro {
  min-height: 50vh;
  position: relative;
}

.homepage-intro__text {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 769px) {
  .homepage-intro__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .homepage-intro__text {
    background-color: #FCF3F2;
  }
}
.homepage-intro__text-container {
  width: 100%;
  padding: 40px;
  background: #fff;
  position: relative;
  top: -20px;
  z-index: 500;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 769px) {
  .homepage-intro__text-container {
    width: 95%;
    max-width: 915px;
    position: absolute;
    top: 0;
    -moz-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
}
@media only screen and (min-width: 1024px) {
  .homepage-intro__text-container {
    width: 90%;
  }
}
@media only screen and (min-width: 1280px) {
  .homepage-intro__text-container {
    width: 80%;
  }
}
.homepage-intro__text-container:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px dashed rgba(214, 58, 45, 0.5);
}
.homepage-intro__text-container h2,
.homepage-intro__text-container p,
.homepage-intro__text-container .homepage-intro__buttons {
  position: relative;
  z-index: 100;
}
.homepage-intro__text-container h2 {
  margin-top: 0;
  color: #D63A2D;
}
@media only screen and (max-width: 768px) {
  .homepage-intro__text-container h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage-intro__text-container h2 {
    width: 48%;
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage-intro__text-container p {
    padding-left: 52%;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage-intro__text-container .homepage-intro__buttons {
    padding-left: 52%;
  }
}
.homepage-intro__text-container .homepage-intro__buttons a {
  margin: 0 10px 10px 0;
}
.homepage-intro__text-container .homepage-intro__buttons a:first-of-type {
  display: inline-block;
  padding: 17px 20px 15px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #62A5D1;
  color: #62A5D1;
}
.homepage-intro__text-container .homepage-intro__buttons a:first-of-type:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.homepage-intro__text-container .homepage-intro__buttons a:first-of-type:hover:after {
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border-color: rgba(255, 255, 255, 0.5);
}
.homepage-intro__text-container .homepage-intro__buttons a:first-of-type:hover {
  background-color: #62A5D1;
  color: #fff;
}
.homepage-intro__text-container .homepage-intro__buttons a:last-of-type {
  display: inline-block;
  padding: 17px 20px 15px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: #D63A2D;
  border: 1px solid #D63A2D;
  color: #fff;
  margin-right: 0;
}
.homepage-intro__text-container .homepage-intro__buttons a:last-of-type:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.homepage-intro__text-container .homepage-intro__buttons a:last-of-type:hover:after {
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border-color: rgba(255, 255, 255, 0.5);
}
.homepage-intro__text-container .homepage-intro__buttons a:last-of-type:hover {
  background: #c33226;
  border-color: #c33226;
}

.homepage-intro__images {
  min-height: 50vh;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .homepage-intro__images {
    min-height: 70vh;
  }
}
.homepage-intro__images-area-1 > div, .homepage-intro__images-area-2 > div, .homepage-intro__images-area-3 > div {
  opacity: 0;
}
.homepage-intro__images-area-1 > div:first-of-type, .homepage-intro__images-area-2 > div:first-of-type, .homepage-intro__images-area-3 > div:first-of-type {
  opacity: 1;
}
.homepage-intro__images-area-1 {
  width: 75%;
  width: calc(75% - 1px);
  min-height: 50vh;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .homepage-intro__images-area-1 {
    min-height: 70vh;
  }
}
.homepage-intro__images-area-2, .homepage-intro__images-area-3 {
  width: 25%;
  position: absolute;
}
.homepage-intro__images-area-2 {
  top: 0;
  right: 0;
  min-height: 40%;
}
.homepage-intro__images-area-3 {
  bottom: 0;
  right: 0;
  min-height: 60%;
  min-height: calc(60% - 1px);
}

.homepage-intro__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(35, 31, 32, 0.05);
  background-position: center center;
  background-size: cover;
}

/*
============================================
  HOMEPAGE MENU
    (scss/components/_homepage-menu.scss)
============================================
*/
.homepage-menu {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf3f2+0,f3c4c1+100 */
  background: #fcf3f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcf3f2 0%, #f3c4c1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcf3f2 0%, #f3c4c1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcf3f2 0%, #f3c4c1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcf3f2", endColorstr="#f3c4c1",GradientType=0 );
  /* IE6-9 */
}
@media only screen and (min-width: 769px) {
  .homepage-menu {
    padding-top: 550px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 900px) {
  .homepage-menu {
    padding-top: 450px;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage-menu {
    padding-bottom: 100px;
  }
}
.homepage-menu__container {
  position: relative;
}
.homepage-menu__container:after {
  display: table;
  content: " ";
  clear: both;
}
.homepage-menu .white-diagonal-bottom-left {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

@media only screen and (min-width: 769px) {
  .homepage-menu__text {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .homepage-menu__text {
    width: 30%;
  }
}
.homepage-menu__text-container {
  padding: 80px 20px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .homepage-menu__text-container {
    padding: 0 40px;
    position: absolute;
    top: 40%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.homepage-menu__text h4 {
  margin-top: 0;
}
.homepage-menu__text hr {
  width: 60%;
  max-width: 200px;
  position: relative;
  border: 0;
  border-top: 1px solid #62A5D1;
  margin: 40px auto;
}
.homepage-menu__text hr:before {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  top: -5px;
  left: 55%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 1px dashed #62A5D1;
}
.homepage-menu__text hr:after {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  bottom: -4px;
  left: 45%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 1px dashed #62A5D1;
}
.homepage-menu__text .homepage-menu__button {
  margin-top: 20px;
  display: inline-block;
  padding: 17px 20px 15px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #D63A2D;
  color: #D63A2D;
}
.homepage-menu__text .homepage-menu__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.homepage-menu__text .homepage-menu__button:hover:after {
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border-color: rgba(255, 255, 255, 0.5);
}
.homepage-menu__text .homepage-menu__button:hover {
  background-color: #D63A2D;
  color: #fff;
}

.homepage-menu__images {
  padding: 0 5px;
}
@media only screen and (min-width: 769px) {
  .homepage-menu__images {
    width: 60%;
    padding: 0;
    float: left;
  }
}
@media only screen and (min-width: 1280px) {
  .homepage-menu__images {
    width: 70%;
  }
}
.homepage-menu__images .homepage-menu__image-col {
  display: inline;
}
@media only screen and (min-width: 769px) {
  .homepage-menu__images .homepage-menu__image-col {
    display: block;
    width: 33.33333%;
    padding: 0;
    float: left;
    line-height: 0;
  }
}
@media only screen and (min-width: 769px) {
  .homepage-menu__images .homepage-menu__image-col--1 {
    margin-top: 22%;
  }
}
@media only screen and (min-width: 769px) {
  .homepage-menu__images .homepage-menu__image-col--2 {
    margin-top: 11%;
  }
}
.homepage-menu__images .homepage-menu__image-container {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .homepage-menu__images .homepage-menu__image-container {
    width: 50%;
    padding: 0 5px;
    float: left;
    pointer-events: none;
  }
}
@media only screen and (min-width: 769px) {
  .homepage-menu__images .homepage-menu__image-container {
    padding: 0;
    border: 2px solid transparent;
  }
}
.homepage-menu__images img {
  width: 100%;
  height: auto;
}
.homepage-menu__images .homepage-menu__image-overlay {
  position: absolute;
  top: 0px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
@media only screen and (max-width: 768px) {
  .homepage-menu__images .homepage-menu__image-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+49,000000+100&0+49,0.6+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#99000000",GradientType=0 );
    /* IE6-9 */
  }
}
@media only screen and (min-width: 769px) {
  .homepage-menu__images .homepage-menu__image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35, 31, 32, 0.75);
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
  }
  .homepage-menu__images .homepage-menu__image-overlay:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
  }
  .homepage-menu__images .homepage-menu__image-overlay:hover:after {
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .homepage-menu__images .homepage-menu__image-overlay:hover {
    opacity: 1;
  }
}
.homepage-menu__images span {
  display: block;
  width: 100%;
  padding: 0 10px;
  position: absolute;
  color: #fff;
  font-family: "Lora", "Times New Roman", Times, Georgia, serif;
  font-weight: 400;
  font-style: italic;
  bottom: 10px;
  line-height: 1.1;
}
@media only screen and (min-width: 769px) {
  .homepage-menu__images span {
    padding: 0 20px;
    top: 50%;
    bottom: auto;
    text-align: center;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.homepage-menu__images .homepage-menu__lightbox {
  display: none !important;
}
.homepage-menu__images .homepage-menu__lightbox.visible {
  display: block;
}
.homepage-menu__images .homepage-menu__lightbox img {
  max-width: 90vw;
}

/*
===============================================
  HOMEPAGE SERVICES
    (scss/components/_homepage-services.scss)
===============================================
*/
.homepage-services {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .homepage-services {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.homepage-services__text {
  margin: 40px 0;
  position: relative;
  z-index: 100;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .homepage-services__text {
    width: 400px;
    margin: 120px 0;
    text-align: left;
  }
}
.homepage-services__text-container {
  padding: 80px 40px;
  background: #D63A2D;
  position: relative;
  color: #fff;
}
.homepage-services__text-container:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.75);
  z-index: 1;
}
.homepage-services__text-container > * {
  position: relative;
  z-index: 2;
}
.homepage-services__text h4 {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .homepage-services__text h4 {
    margin-bottom: 0;
  }
}
.homepage-services__text .homepage-services__button {
  display: inline-block;
  padding: 17px 20px 15px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  border: 1px solid #fff;
  color: #fff;
}
.homepage-services__text .homepage-services__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.homepage-services__text .homepage-services__button:hover:after {
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border-color: rgba(255, 255, 255, 0.5);
}
.homepage-services__text .homepage-services__button:after {
  border-color: transparent;
}
.homepage-services__text .homepage-services__button:hover {
  background: #fff;
  border-color: #fff;
  color: #D63A2D;
}
.homepage-services__text .homepage-services__button:hover:after {
  border-color: rgba(214, 58, 45, 0.5);
}

.homepage-services__images {
  width: 75%;
  width: calc(100% - 350px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
@media only screen and (max-width: 768px) {
  .homepage-services__images {
    display: none;
  }
}

.homepage-services__image {
  width: 40%;
  position: absolute;
  border: 1px solid #fff;
}
@media only screen and (min-width: 1024px) {
  .homepage-services__image {
    width: 35%;
  }
}
.homepage-services__image--1 {
  left: 0;
  top: -40px;
}
.homepage-services__image--2 {
  left: 33%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.homepage-services__image--3 {
  right: 0;
  bottom: -40px;
}
.homepage-services__image img {
  width: 100%;
  height: auto;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #62A5D1;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/*
=========================================
  MAIN CONTENT AREA
    (scss/components/_main-content.scss)
=========================================
*/
.content {
  min-height: 50vh;
}
.content article {
  padding-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .content article {
    padding-bottom: 80px;
  }
}
.page-template-default .content article, .error404 .content article {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 769px) {
  .page-template-default .content article, .error404 .content article {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
============================================
  MENU
    (scss/components/_menu.scss)
============================================
*/
.menu__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 769px) {
  .menu__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.menu__gradient {
  width: 100%;
  min-height: 50vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf3f2+0,f3c4c1+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #CFE4F2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #CFE4F2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #CFE4F2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#CFE4F2",GradientType=0 );
  /* IE6-9 */
}

section.menu {
  min-height: 100vh;
  position: relative;
}
section.menu:after {
  display: table;
  content: " ";
  clear: both;
}

ul.menu {
  width: 100%;
  padding: 80px 0 80px 0;
  margin: 0;
  clear: both;
  list-style-type: none;
  line-height: 0;
  opacity: 1;
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -ms-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
@media only screen and (min-width: 1024px) {
  ul.menu {
    width: 75%;
    width: calc(75% - 20px);
    padding-bottom: 120px;
    margin: 120px 0 0 0;
    clear: none;
    float: right;
  }
}
ul.menu.hidden {
  opacity: 0;
}
ul.menu.inactive {
  display: none;
}
ul.menu li {
  display: inline-block;
}

.stamp {
  display: none !important;
  width: 33.3333333333%;
  padding: 3px;
  opacity: 0;
}
.stamp img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .stamp {
    display: inline-block !important;
  }
}

.menu__item {
  width: 33.3333333333%;
  padding: 3px;
}
@media only screen and (max-width: 768px) {
  .menu__item {
    width: 100%;
  }
}
.menu__item--featured {
  width: 66.666666666%;
  padding: 3px 3px 5px 3px;
}
@media only screen and (max-width: 768px) {
  .menu__item--featured {
    width: 100%;
  }
}
.menu__item .menu__image-container {
  position: relative;
  padding: 0;
}
.menu__item .menu__image-container img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .menu__item .menu__image-container {
    pointer-events: none;
  }
}
.menu__item .menu__image-overlay {
  position: absolute;
  top: 0px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
@media only screen and (max-width: 768px) {
  .menu__item .menu__image-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+49,000000+100&0+49,0.6+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#99000000",GradientType=0 );
    /* IE6-9 */
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .menu__item .menu__image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35, 31, 32, 0.75);
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
  }
  .menu__item .menu__image-overlay:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
  }
  .menu__item .menu__image-overlay:hover:after {
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .menu__item .menu__image-overlay:hover {
    opacity: 1;
  }
}
.menu__item span {
  display: block;
  width: 100%;
  padding: 0 10px;
  position: absolute;
  color: #fff;
  font-family: "Lora", "Times New Roman", Times, Georgia, serif;
  font-weight: 400;
  font-style: italic;
  bottom: 10px;
  line-height: 1.1;
}
@media only screen and (min-width: 769px) {
  .menu__item span {
    padding: 0 20px;
    top: 50%;
    bottom: auto;
    text-align: center;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.menu__item .menu__lightbox {
  display: none !important;
}
.menu__item .menu__lightbox.visible {
  display: block;
}

/*
============================================
  MENU INTRO
    (scss/components/_menu-intro.scss)
============================================
*/
.menu-intro {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .menu-intro {
    width: 25%;
    padding-right: 20px;
    float: left;
  }
}
.menu-intro .loader {
  display: block;
  position: absolute;
  top: -47px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 769px) {
  .menu-intro .loader {
    top: -84px;
    left: 210px;
  }
}
@media only screen and (min-width: 1024px) {
  .menu-intro .loader {
    top: -45px;
    left: 210px;
  }
}
.menu-intro .loader.hidden {
  display: none;
}

.menu-intro__text {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .menu-intro__text {
    width: 50%;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .menu-intro__text {
    width: 175%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .menu-intro__text hr {
    width: 60%;
    max-width: 200px;
    position: relative;
    border: 0;
    border-top: 1px solid #62A5D1;
    margin: 40px auto;
  }
  .menu-intro__text hr:before {
    content: "";
    display: block;
    width: 60%;
    position: absolute;
    top: -5px;
    left: 55%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-top: 1px dashed #62A5D1;
  }
  .menu-intro__text hr:after {
    content: "";
    display: block;
    width: 60%;
    position: absolute;
    bottom: -4px;
    left: 45%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-top: 1px dashed #62A5D1;
  }
}
@media only screen and (min-width: 769px) {
  .menu-intro__text hr {
    width: 60%;
    max-width: 200px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    border: 0;
    border-top: 1px solid #62A5D1;
    text-align: left;
  }
  .menu-intro__text hr:before {
    content: "";
    display: block;
    width: 60%;
    position: absolute;
    top: -5px;
    left: 0;
    border-top: 1px dashed #62A5D1;
  }
  .menu-intro__text hr:after {
    content: "";
    display: block;
    width: 60%;
    position: absolute;
    bottom: -4px;
    left: 0;
    border-top: 1px dashed #62A5D1;
  }
}

@media only screen and (min-width: 769px) {
  .menu-anchor {
    display: block;
    width: 50%;
    max-width: 253px;
  }
}

.menu__menu {
  max-width: 300px;
  padding: 10px;
  margin: 0 auto;
  background: #D63A2D;
  position: relative;
  z-index: 500;
}
@media only screen and (min-width: 769px) {
  .menu__menu {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    max-width: 253px;
  }
}
@media only screen and (min-width: 1024px) {
  .menu__menu {
    position: relative;
  }
  .menu__menu.stuck {
    position: fixed;
    bottom: auto;
    right: auto;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
  }
}
.menu__menu ul {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.menu__menu li {
  color: #fff;
}
.menu__menu li.title {
  font-family: "Lora", "Times New Roman", Times, Georgia, serif;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.menu__menu span,
.menu__menu a {
  display: block;
  padding: 10px 10px;
}
.ie11 .menu__menu span,
.ie11 .menu__menu a {
  padding: 14px 10px 6px;
}
.menu__menu a {
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 250ms ease-in-out;
  -moz-transition: background 250ms ease-in-out;
  -ms-transition: background 250ms ease-in-out;
  -o-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
  text-transform: uppercase;
}
.menu__menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.menu__menu a.active {
  width: calc(100% + 30px);
  padding: 10px 20px;
  margin-left: -15px;
  background: #fff;
  color: #62A5D1;
  -webkit-box-shadow: 0 1px 3px 0 rgba(35, 31, 32, 0.5);
  box-shadow: 0 1px 3px 0 rgba(35, 31, 32, 0.5);
}
.ie11 .menu__menu a.active {
  padding: 14px 20px 6px;
}

/*
============================================
  MORE ABOUT
    (scss/components/_more-about.scss)
============================================
*/
.more-about {
  padding-top: 120px;
  margin: 0 0 40px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf3f2+0,f3c4c1+100 */
  background: #fcf3f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3c4c1 0%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f3c4c1 0%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f3c4c1 0%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f3c4c1", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
@media only screen and (min-width: 769px) {
  .more-about {
    padding-top: 240px;
    margin: 0 0 80px;
  }
}
.more-about h3 {
  margin: 0 0 40px;
  text-align: center;
  position: relative;
}
.more-about hr {
  width: 60%;
  max-width: 200px;
  position: relative;
  border: 0;
  border-top: 1px solid #62A5D1;
  position: relative;
  margin: 0 auto 40px auto;
}
.more-about hr:before {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  top: -5px;
  left: 55%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 1px dashed #62A5D1;
}
.more-about hr:after {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  bottom: -4px;
  left: 45%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 1px dashed #62A5D1;
}
.more-about__content {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 900px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .more-about__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
===============================================
  REQUEST A QUOTE
    (scss/components/_request-quote.scss)
===============================================
*/
.request-quote {
  border-top: 7px solid #62A5D1;
}
.request-quote--contact-page {
  border: 0;
}
.request-quote:after {
  display: table;
  content: " ";
  clear: both;
}
.request-quote__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .request-quote__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .request-quote__text {
    width: 30%;
    padding-right: 40px;
    float: left;
  }
}
.request-quote__text h3 {
  margin-top: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .request-quote__text h3 {
    text-align: center;
    font-size: 1.75rem;
  }
}
.request-quote__text p {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .request-quote__text p {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .request-quote__text hr {
    width: 60%;
    max-width: 200px;
    position: relative;
    border: 0;
    border-top: 1px solid #62A5D1;
    margin: 0 auto;
  }
  .request-quote__text hr:before {
    content: "";
    display: block;
    width: 60%;
    position: absolute;
    top: -5px;
    left: 55%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-top: 1px dashed #62A5D1;
  }
  .request-quote__text hr:after {
    content: "";
    display: block;
    width: 60%;
    position: absolute;
    bottom: -4px;
    left: 45%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-top: 1px dashed #62A5D1;
  }
}
@media only screen and (min-width: 769px) {
  .request-quote__text hr {
    width: 60%;
    max-width: 200px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    border: 0;
    border-top: 1px solid #62A5D1;
    text-align: left;
  }
  .request-quote__text hr:before {
    content: "";
    display: block;
    width: 60%;
    position: absolute;
    top: -5px;
    left: 0;
    border-top: 1px dashed #62A5D1;
  }
  .request-quote__text hr:after {
    content: "";
    display: block;
    width: 60%;
    position: absolute;
    bottom: -4px;
    left: 0;
    border-top: 1px dashed #62A5D1;
  }
}

@media only screen and (min-width: 769px) {
  .request-quote__form-container {
    width: 60%;
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .request-quote__form-container {
    width: 70%;
  }
}
@media only screen and (min-width: 769px) {
  .request-quote__form-container form .gfield.name, .request-quote__form-container form .gfield.email, .request-quote__form-container form .gfield.phone {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .request-quote__form-container form .gfield.name, .request-quote__form-container form .gfield.email, .request-quote__form-container form .gfield.phone {
    width: 33.33%;
    padding: 0 20px 0 0;
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  .request-quote__form-container form .gfield.email {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .request-quote__form-container form .gfield.email {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .request-quote__form-container form .gfield.phone {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .request-quote__form-container form .gfield.phone {
    padding-right: 0;
  }
}
@media only screen and (min-width: 769px) {
  .request-quote__form-container form .gfield.event, .request-quote__form-container form .gfield.hear {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  .request-quote__form-container form .gfield.event {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .request-quote__form-container form .gfield.event {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .request-quote__form-container form .gfield.hear {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .request-quote__form-container form .gfield.hear {
    width: 50%;
  }
}
.request-quote__form-container form .gfield.message {
  clear: both;
}

/*
============================================
  SERVICE
    (scss/components/_service.scss)
============================================
*/
.service {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .service {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.service__text {
  margin: 40px 0;
  position: relative;
  z-index: 100;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .service__text {
    width: 400px;
    margin: 120px 0;
    text-align: left;
  }
}
.service__text-container {
  padding: 80px 40px;
  background: #D63A2D;
  position: relative;
  color: #fff;
}
.service__text-container:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.75);
  z-index: 1;
}
.service__text-container > * {
  position: relative;
  z-index: 2;
}
.service__text h4 {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .service__text h4 {
    margin-bottom: 0;
  }
}
.service__text a {
  display: inline-block;
  padding: 17px 20px 15px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  border: 1px solid #fff;
  color: #fff;
}
.service__text a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.service__text a:hover:after {
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border-color: rgba(255, 255, 255, 0.5);
}
.service__text a:after {
  border-color: transparent;
}
.service__text a:hover {
  background: #fff;
  border-color: #fff;
  color: #D63A2D;
}
.service__text a:hover:after {
  border-color: rgba(214, 58, 45, 0.5);
}

.service__images {
  width: 75%;
  width: calc(100% - 350px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
@media only screen and (max-width: 768px) {
  .service__images {
    display: none;
  }
}

.service__image {
  width: 40%;
  position: absolute;
  border: 1px solid #fff;
}
@media only screen and (min-width: 1024px) {
  .service__image {
    width: 35%;
  }
}
.service__image--1 {
  left: 0;
  top: -40px;
}
.service__image--2 {
  left: 33%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.service__image--3 {
  right: 0;
  bottom: -40px;
}
.service__image img {
  width: 100%;
  height: auto;
}

/*
============================================
  SERVICES INTRO
    (scss/components/_services-intro.scss)
============================================
*/
.services__gradient {
  width: 100%;
  min-height: 50vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf3f2+0,f3c4c1+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #CFE4F2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #CFE4F2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #CFE4F2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#CFE4F2",GradientType=0 );
  /* IE6-9 */
}

.services-intro {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .services-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.services-intro p {
  max-width: 500px;
  margin: 0 auto;
}
.services-intro ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.services-intro ul li {
  display: inline-block;
  margin: 0 5px;
}
.services-intro ul a {
  display: inline-block;
  padding: 17px 20px 15px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #D63A2D;
  color: #D63A2D;
}
.services-intro ul a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.services-intro ul a:hover:after {
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border-color: rgba(255, 255, 255, 0.5);
}
.services-intro ul a:hover {
  background-color: #D63A2D;
  color: #fff;
}

/*
============================================
  TEAM
    (scss/components/_team.scss)
============================================
*/
.team {
  margin: 40px 0;
}
@media only screen and (min-width: 769px) {
  .team {
    margin: 80px 0 120px;
  }
}
.team h2 {
  margin: 0 0 20px 0;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .team h2 {
    margin: 0 0 40px 0;
  }
}
.team hr {
  width: 60%;
  max-width: 200px;
  position: relative;
  border: 0;
  border-top: 1px solid #62A5D1;
  margin: 20px auto;
}
.team hr:before {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  top: -5px;
  left: 55%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 1px dashed #62A5D1;
}
.team hr:after {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  bottom: -4px;
  left: 45%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 1px dashed #62A5D1;
}
@media only screen and (min-width: 769px) {
  .team hr {
    margin: 40px auto;
  }
}

.team__list {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .team__list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .team__list {
    margin-top: 80px;
  }
}
.team__list:after {
  display: table;
  content: " ";
  clear: both;
}

@media only screen and (min-width: 769px) {
  .team__row {
    width: 25%;
    float: left;
    line-height: 0;
  }
}
@media only screen and (min-width: 769px) {
  .team__row.team__row--1, .team__row.team__row--3 {
    padding-top: 12%;
  }
}
.team__row .team__member {
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .team__row .team__member {
    margin-bottom: 0;
    border: 1px solid #fff;
  }
}
.team__row .team__member img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}
.team__row .team__member:hover {
  z-index: 200;
}
.team__row .team__member:hover .team__member-text {
  opacity: 1;
}
.team__row .team__member-text {
  display: block;
  color: #231F20;
}
@media only screen and (min-width: 769px) {
  .team__row .team__member-text {
    width: 205%;
    width: calc(200% + 22px);
    height: 105%;
    height: calc(100% + 40px);
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 0;
    background: #D63A2D;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
  }
}
@media only screen and (min-width: 769px) {
  .team__row .team__member-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 769px) {
  .team__row .team__member-text .team__member-text-container {
    position: absolute;
    width: 42%;
    width: calc(45% - 30px);
    left: 55%;
    left: calc(50% + 30px);
    bottom: 40px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 769px) {
  .team__row.team__row--4 .team__member-text {
    left: auto;
    right: -20px;
  }
}
@media only screen and (min-width: 769px) {
  .team__row.team__row--4 .team__member-text-container {
    left: auto;
    right: 55%;
    right: calc(50% + 30px);
    text-align: right;
  }
}
.team__row .team__member-name {
  font-family: "Lora", "Times New Roman", Times, Georgia, serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .team__row .team__member-name {
    display: block;
    margin-bottom: 10px;
  }
}
.team__row .team__member-name:after {
  content: ", ";
  display: inline;
  color: #231F20;
}
@media only screen and (min-width: 769px) {
  .team__row .team__member-name:after {
    display: none;
  }
}
.team__row .team__member-job-title {
  color: rgba(35, 31, 32, 0.5);
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .team__row .team__member-job-title {
    display: block;
    color: #fff;
  }
}
.team__row .team__member-nickname {
  display: block;
  margin-top: 10px;
}
.team__row .team__member-nickname:before {
  content: "“";
  display: inline;
}
.team__row .team__member-nickname:after {
  content: "”";
  display: inline;
}

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