@charset "UTF-8";
/* VARIABLES */
/* LAYOUT */
/* RESPONSIVE WIDTHS */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

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

/**
 * 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; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-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 */ }

/**
 * 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; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

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

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

.grid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem; }
  .grid:after {
    content: "";
    display: table;
    clear: both; }

[class*='col-'] {
  float: left;
  width: 100%;
  padding-right: 1.5rem; }

.col-full {
  width: 100%; }

@media screen and (min-width: 37.5em) {
  .col-full-on-palm {
    width: 100%;
    padding-right: 1.5rem; } }

.col-half {
  width: 50%; }

@media screen and (min-width: 37.5em) {
  .col-half-on-palm {
    width: 50%;
    padding-right: 1.5rem; } }

@media screen and (min-width: 50em) {
  .col-half-on-laptop {
    width: 50%;
    padding-right: 1.5rem; } }

.col-third {
  width: 33.3333%; }

@media screen and (min-width: 37.5em) {
  .col-third-on-palm {
    width: 33.3333%;
    padding-right: 1.5rem; } }

@media screen and (min-width: 50em) {
  .col-third-on-laptop {
    width: 33.3333%;
    padding-right: 1.5rem; } }

.col-2third {
  width: 66.6667%; }

.col-2third-on-palm {
  padding-right: 0; }
  @media screen and (min-width: 37.5em) {
    .col-2third-on-palm {
      width: 66.6667%;
      padding-right: 1.5rem; } }

.col-2third-on-laptop {
  padding-right: 0; }
  @media screen and (min-width: 50em) {
    .col-2third-on-laptop {
      width: 66.6667%;
      padding-right: 1.5rem; } }

.col-quarter {
  width: 25%; }

.col-quarter-on-palm {
  padding-right: 0; }
  @media screen and (min-width: 37.5em) {
    .col-quarter-on-palm {
      width: 25%;
      padding-right: 1.5rem; } }

.col-quarter-on-laptop {
  padding-right: 0; }
  @media screen and (min-width: 50em) {
    .col-quarter-on-laptop {
      width: 25%;
      padding-right: 1.5rem; } }

.col-3quarter {
  width: 75%; }

.col-3quarter-on-palm {
  padding-right: 0; }
  @media screen and (min-width: 37.5em) {
    .col-3quarter-on-palm {
      width: 75%;
      padding-right: 1.5rem; } }

.col-3quarter-on-laptop {
  padding-right: 0; }
  @media screen and (min-width: 50em) {
    .col-3quarter-on-laptop {
      width: 75%;
      padding-right: 1.5rem; } }

.col-sixth {
  width: 16.6667%; }

.col-eighth {
  width: 12.5%; }

/**
 * Basic styling
*/
html {
  font-size: 11px; }

body {
  font-family: "Palanquin", "Hind Vadodara", "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  background: #FFFFFF;
  color: #1C2738;
  -webkit-text-size-adjust: 100%; }

address {
  font-style: normal; }

::selection {
  background: #52FAD8;
  color: #FFFFFF; }

a[href$=".zip"]::after,
a[href$=".pdf"]::after {
  content: "⬇";
  display: inline-block;
  padding-left: 0.5ex;
  font-size: 1.333rem; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
*/
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-top: 0;
  margin-bottom: 1.5rem; }

/**
 * Images
*/
img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic; }

/**
 * Inset Boxes
*/
.box {
  background: rgba(211, 229, 237, 0.5);
  padding: 1rem 1.5rem 0;
  border-radius: 2px;
  border: 1px solid #D3E5ED; }

/**
 * Figures
*/
.gallery {
  margin-bottom: 1.5rem; }

.page-content .gallery figure {
  position: relative;
  margin: 0;
  width: 50%;
  float: left;
  overflow-y: hidden; }
  .page-content .gallery figure::before {
    content: "";
    display: block;
    padding-top: 66.6667%; }
  .page-content .gallery figure:nth-of-type(5n+1) {
    width: 100%; }
  .page-content .gallery figure img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .page-content .gallery figure figcaption p {
    opacity: 0;
    display: block;
    position: absolute;
    bottom: -3rem;
    width: 100%;
    margin-bottom: 0;
    padding: 0.5rem 0.5rem 0.75rem;
    overflow-x: hidden;
    font-size: 1.3rem;
    background: rgba(0, 163, 168, 0.6);
    background: linear-gradient(45deg, rgba(0, 163, 168, 0.6), rgba(0, 163, 168, 0.4));
    color: #FFFFFF;
    transition: transform 0s, all 0.4s; }
  .page-content .gallery figure:hover figcaption .caption-name {
    opacity: 1;
    bottom: 0; }
  @media screen and (min-width: 37.5em) {
    .page-content .gallery figure {
      width: 25%; }
      .page-content .gallery figure:nth-of-type(5n+1) {
        width: 25%; }
      .page-content .gallery figure:nth-of-type(10n+1) {
        width: 49.99%; }
      .page-content .gallery figure:nth-of-type(10n+8) {
        clear: left; }
      .page-content .gallery figure:nth-of-type(10n) {
        transform: scale(2);
        transform-origin: bottom left;
        overflow-x: hidden; }
        .page-content .gallery figure:nth-of-type(10n) figcaption .caption-name {
          transform: scale(0.5);
          transform-origin: bottom left;
          width: 199.9%; } }

figcaption p {
  margin-bottom: 0.5rem; }
  figcaption p:empty {
    display: none; }

.mfp-figure .caption-name {
  font-weight: bold; }

/**
 * Magnific Popup Overrides
*/
img.mfp-img {
  padding-top: 10px !important;
  max-height: 90vh !important; }

/**
 * Lists
*/
.page-content ul,
.page-content ol {
  font-size: 1.625rem; }
.page-content li {
  margin-bottom: 0.5rem; }
  .page-content li > ul,
  .page-content li > ol {
    margin-bottom: 0;
    padding-left: 2.2rem; }
  .page-content li li {
    margin-bottom: 0; }

/**
 * Headings
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.1; }

.page-content h2 {
  position: relative;
  margin-top: 3.5rem;
  text-align: center;
  font-family: "Roboto Condensed", "Roboto-Condensed", "Open Sans Compressed", sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #00707A;
  -webkit-column-span: all;
  column-span: all; }

h3 {
  margin-top: 3.6rem;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center; }

h4 {
  margin-bottom: 0.5rem;
  font-family: "Roboto Condensed", "Roboto-Condensed", "Open Sans Compressed", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.8rem; }

/**
 * Links
*/
a {
  color: #00A3A8;
  text-decoration: none;
  transition: 0.4s; }
  a:hover, a:focus {
    text-decoration: underline; }

/**
 * Blockquotes
*/
blockquote {
  position: relative;
  width: 100%;
  margin: 0 0 1.5rem;
  border-radius: 2px;
  padding-top: 1.5rem;
  text-align: center;
  font-size: 1.7rem;
  color: #387089; }
  blockquote p {
    margin: 1.5rem 0;
    padding: 0 3rem; }
    @media screen and (min-width: 37.5em) {
      blockquote p {
        padding: 0 6rem; } }
  blockquote strong {
    color: #00707A; }
  blockquote::before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    right: 4.5rem;
    background: rgba(24, 220, 188, 0.5);
    margin-bottom: 1.5rem; }
  blockquote::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: rgba(24, 220, 188, 0.5);
    margin-top: 1.5rem;
    margin-left: 4.5rem; }
  blockquote p:first-child::before {
    content: '“';
    position: absolute;
    display: block;
    text-align: left;
    height: 3rem;
    top: 0;
    left: -4.5rem;
    background: #FFFFFF;
    color: #18DCBC;
    font-weight: normal;
    font-size: 7rem;
    padding-left: 4.5rem;
    padding-right: 1.5rem;
    line-height: 1; }
    @media screen and (min-width: 50em) {
      blockquote p:first-child::before {
        font-size: 9rem;
        line-height: 0.9; } }
  blockquote p:last-child::after {
    content: '”';
    position: absolute;
    display: block;
    text-align: left;
    height: 3rem;
    bottom: 0;
    right: -4.5rem;
    background: #FFFFFF;
    color: #18DCBC;
    font-weight: normal;
    font-size: 7rem;
    padding: 0 4.5rem 0 1.5rem;
    line-height: 0.95; }
    @media screen and (min-width: 50em) {
      blockquote p:last-child::after {
        font-size: 9rem;
        line-height: 0.9; } }

cite {
  display: block;
  margin-bottom: 4.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: bolder;
  color: #79b0c8; }
  cite p {
    margin: 0; }

/**
 * Code formatting
*/
pre,
code {
  font-size: 1.5rem;
  border: 1px solid #D3E5ED;
  border-radius: 2px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
*/
.wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media screen and (min-width: 50em) {
    .wrapper {
      width: 90%; } }

/**
 * Clearfix
*/
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
*/
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #D3E5ED; }

/**
 * Forms
*/
.page-content form {
  margin-bottom: 1.6rem; }
  .page-content form h2::after {
    content: none; }

input {
  width: 100%;
  border: 1px solid #00707A;
  padding: 0.25rem 1rem;
  background: #FFFFFF; }

textarea {
  display: block;
  height: 10.6rem;
  width: 100%;
  border: 1px solid #00707A;
  padding: 1rem;
  background: #FFFFFF; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #00A3A8;
  transition: 0.4s;
  color: #FFFFFF;
  padding: 0.8rem 1.5rem 1rem;
  font-size: 1.8rem; }
  button:hover, button:focus,
  html input[type="button"]:hover,
  html input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background: #18DCBC; }

label, .label {
  color: #00707A; }

input[required="required"] + label::after,
textarea[required="required"] + label::after {
  content: "*";
  padding-left: 0.3rem;
  color: #18DCBC; }

/* File uploads */
.file-upload {
  position: relative;
  height: 15rem;
  width: 100%;
  padding: 2rem;
  background: #D3E5ED;
  text-align: center;
  transition: 0.4s; }
  .file-upload::after {
    content: "⬇︎";
    position: absolute;
    width: 100%;
    bottom: 2rem;
    left: 0;
    font-size: 5.5rem;
    color: rgba(0, 112, 122, 0.25); }
  .file-upload label strong {
    cursor: pointer; }
    .file-upload label strong:hover {
      text-decoration: underline; }

.file-upload__dragndrop,
.file-upload__uploading,
.file-upload__success,
.file-upload__error {
  display: none; }

label[for="files"] {
  display: inline-block;
  padding-top: 3rem;
  cursor: pointer; }
  label[for="files"] strong:hover,
  label[for="files"] strong:focus {
    text-decoration: underline; }

.file-upload.has-advanced-upload {
  outline: 2px dashed #00707A;
  outline-offset: -1rem; }
  .file-upload.has-advanced-upload .file-upload__dragndrop {
    display: inline; }

.file-upload.is-dragover {
  background: #afd0de; }

.file-upload.is-uploading .file-upload__input {
  visibility: none; }

.file-upload.is-uploading .file-upload__uploading {
  display: block; }

.file-drop-area {
  position: relative;
  height: 15rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 2px;
  padding: 2rem;
  outline: 2px dashed #00707A;
  outline-offset: -1.5rem;
  background: #D3E5ED;
  text-align: center;
  transition: 0.4s; }
  .file-drop-area::after {
    content: "⬇︎";
    position: absolute;
    width: 100%;
    bottom: 2rem;
    left: 0;
    font-size: 5.5rem;
    color: rgba(0, 112, 122, 0.25); }
  .file-drop-area.is-active {
    background-color: #afd0de; }

.js-set-number {
  display: inline-block;
  margin-top: 0.5rem;
  cursor: pointer; }
  .js-set-number strong {
    text-decoration: underline; }

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1; }
  .file-input:focus {
    outline: none; }

/* Success message */
.success {
  margin: 1.5rem 0 3rem;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  font-size: 1.8rem; }
  .success p:last-of-type {
    margin-bottom: 0.5rem; }

/* Unorganized */
.center {
  text-align: center; }

.logo {
  display: inline-block; }

.justified {
  text-align: justify; }
  .justified::after {
    display: inline-block;
    content: "";
    width: 100%; }
  .justified .justified-element {
    display: inline-block;
    position: relative; }
  .justified img {
    height: 9.5vw; }
  .justified h3 {
    position: absolute;
    width: 100%;
    margin-top: 0.8rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: normal; }
  @media screen and (min-width: 37.5em) {
    .justified {
      width: 50%;
      float: left;
      padding: 0.75rem 0; }
      .justified + .justified {
        padding-left: 1.5rem; }
      .justified img {
        height: 4.4vw; }
      .quality .justified {
        width: 66.6667%;
        margin: auto;
        float: none; }
        .quality .justified img {
          height: 5vw; } }

.CTA {
  text-align: center; }
  .CTA p {
    display: inline-block;
    margin-top: 1.5rem;
    background: #F95858;
    border-radius: 40px;
    padding: 0.8rem 1.8rem 0.6rem;
    font-family: "Roboto Condensed", "Roboto-Condensed", "Open Sans Compressed", sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.4s; }
    .CTA p:hover, .CTA p:focus {
      background: #FD796F;
      text-decoration: none;
      cursor: pointer; }
  .CTA a {
    color: inherit; }
    .CTA a:hover, .CTA a:focus {
      text-decoration: none; }
    .CTA a::after {
      content: ">";
      padding-left: 1rem; }

/**
 * Site header
*/
.site-header {
  margin-bottom: 3.5rem; }

.site-nav {
  position: fixed;
  top: 0;
  height: 5rem;
  width: 100%;
  background: #00707A;
  z-index: 10;
  line-height: 1;
  font-family: "Roboto Condensed", "Roboto-Condensed", "Open Sans Compressed", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF; }
  .site-nav #nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2.5rem 5.5rem 0.9rem 0;
    cursor: pointer; }
    @media screen and (min-width: 79em) {
      .site-nav #nav-toggle {
        display: none; } }
    .site-nav #nav-toggle span,
    .site-nav #nav-toggle span::before,
    .site-nav #nav-toggle span::after {
      content: '';
      position: absolute;
      display: block;
      height: 2px;
      width: 2.5rem;
      background: white;
      border-radius: 1px;
      cursor: pointer;
      transition: all 500ms ease-in-out; }
    .site-nav #nav-toggle span:before {
      top: -7px; }
    .site-nav #nav-toggle span:after {
      bottom: -7px; }
  .site-nav #nav-toggle.active span {
    background-color: transparent; }
    .site-nav #nav-toggle.active span::before, .site-nav #nav-toggle.active span::after {
      top: 0; }
    .site-nav #nav-toggle.active span::before {
      transform: rotate(45deg); }
    .site-nav #nav-toggle.active span::after {
      transform: rotate(-45deg); }
  .site-nav ul {
    float: right;
    margin: 0;
    padding: 0 3rem 0 0;
    list-style: none; }
  .site-nav li {
    display: none;
    transition: 0.4s;
    line-height: 0;
    font-size: 1.4rem; }
    .site-nav li ul {
      margin-top: 1rem; }
  .site-nav .page-link {
    width: 100%;
    margin-top: 0;
    margin-left: -1.8rem;
    padding: 1.7rem 1.4rem 1.6rem;
    color: white; }
    .site-nav .page-link:hover, .site-nav .page-link:focus {
      text-decoration: none;
      color: inherit; }
    .site-nav .page-link:not(.current):hover, .site-nav .page-link:not(.current):focus {
      background: #00A3A8; }
  .site-nav .page-link.tel {
    position: relative;
    top: 0.4rem;
    font-size: 2.4rem; }
  .site-nav .insta {
    margin-top: -1rem;
    margin-left: 1.5rem; }
  .site-nav .contact {
    padding-bottom: 1rem; }
  .site-nav .contact a {
    border-radius: 40px;
    padding: 0.8rem 1.5rem;
    background-color: #F95858;
    color: #FFFFFF;
    transition: 0.4s; }
    .site-nav .contact a:hover, .site-nav .contact a:focus {
      background-color: #FD796F;
      text-decoration: none; }
  .site-nav .pair a:first-child {
    border-right: 1px solid rgba(142, 0, 91, 0.29);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 1rem; }
  .site-nav .pair a:last-child {
    margin-left: -0.3rem;
    border-left: 1px solid rgba(255, 173, 70, 0.39);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0.8rem; }
  .site-nav .icon {
    position: relative;
    top: 0.6rem;
    height: 2.2rem; }
  .site-nav .home {
    display: inline-block;
    height: 100%;
    width: 34rem;
    max-width: 64%;
    margin-left: 3rem;
    padding-top: 3.5rem;
    text-indent: -9999em;
    cursor: pointer;
    background-color: #00707A;
    background-image: url(/resources/logos/logo-full-text.svg);
    background-size: 100% auto;
    background-position: center right;
    background-repeat: no-repeat; }
  .site-nav .nav-right {
    position: absolute;
    display: block;
    top: 1rem;
    right: 0;
    margin-bottom: 1.5rem;
    padding-right: 8rem;
    padding-left: 3rem;
    font-size: 3.1rem;
    white-space: nowrap; }
    .site-nav .nav-right a {
      text-decoration: none;
      color: inherit; }
      .site-nav .nav-right a:hover {
        text-decoration: none; }
    @media screen and (max-width: 48em) {
      .site-nav .nav-right {
        position: relative;
        top: 0; } }
  .site-nav .logo {
    position: relative;
    bottom: 2px;
    height: 2rem; }
  @media screen and (max-width: 79em) {
    .site-nav.open {
      padding-bottom: 1.5rem;
      height: auto; }
      .site-nav.open .nav-right {
        display: none; }
      .site-nav.open ul {
        width: 100%;
        max-height: 100vh;
        overflow-y: scroll;
        margin-top: -1.2rem;
        padding: 0 3rem 0 1.5rem; }
        .site-nav.open ul .page-link {
          display: inline-block;
          width: 100%;
          padding: 1.8rem 0 1.8rem 1.5rem;
          margin-left: 0;
          margin-top: -1.8rem; }
          .site-nav.open ul .page-link:hover {
            text-decoration: none; }
          .site-nav.open ul .page-link:not(.current):not(.contact a):hover::after {
            content: ">";
            position: absolute;
            right: 4.5rem; }
        .site-nav.open ul .page-link.tel {
          padding-top: 1rem; }
        .site-nav.open ul .contact a {
          display: inline-block;
          width: auto;
          padding: 1rem 1.5rem; }
        .site-nav.open ul .pair a:first-child {
          padding-right: 1rem; }
        .site-nav.open ul .pair a:last-child {
          padding-left: 0.8rem; }
      .site-nav.open li {
        display: list-item;
        line-height: 1; }
        .site-nav.open li:first-of-type {
          padding-top: 1.5rem; }
        .site-nav.open li.nested {
          padding-left: 1.5rem; }
          .site-nav.open li.nested:hover, .site-nav.open li.nested:focus {
            background: none; }
        .site-nav.open li ul {
          padding: 0;
          margin-top: 0;
          overflow-y: auto; }
      .site-nav.open .icon {
        top: 0; } }

@media screen and (min-width: 79em) {
  .site-nav li {
    display: inline-block; }
    .site-nav li ul {
      display: none; }

  .site-nav li.nested {
    margin-left: -1.8rem;
    padding: 2.3rem 1.4rem 2rem; }
    .site-nav li.nested::after {
      content: "";
      display: inline-block;
      height: 0.7rem;
      width: 0;
      margin: 0 0 0 0.25rem;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #FFFFFF; }
    .site-nav li.nested li {
      display: list-item;
      line-height: 1; }
    .site-nav li.nested .page-link {
      display: inline-block;
      margin-left: 0;
      padding-top: 1.7rem;
      padding-bottom: 1.6rem; }
      .site-nav li.nested .page-link:hover {
        text-decoration: none; }
    .site-nav li.nested:hover {
      background: #00A3A8; }
      .site-nav li.nested:hover ul {
        position: absolute;
        top: 4rem;
        height: auto;
        display: block;
        background: #00707A;
        padding: 0;
        margin-left: -1.4rem;
        list-style-type: none; }

  .social {
    float: right;
    position: relative;
    top: -1px; } }
.header {
  position: relative;
  z-index: -1;
  height: 90vh;
  width: 100%; }

.header-image {
  position: fixed;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center; }
  @media screen and (min-height: 67vw) {
    .header-image {
      background-size: auto 100%; } }

.page-content {
  background: #FFFFFF;
  box-shadow: 0px -1.5rem 4rem 4rem #FFFFFF;
  padding-bottom: 2.25rem; }

h1, h2, h3, h4 {
  font-family: "Roboto Condensed", "Roboto-Condensed", "Open Sans Compressed", sans-serif; }

h1 {
  font-family: "Roboto Condensed", "Roboto-Condensed", "Open Sans Compressed", sans-serif;
  font-size: 3.2rem; }
  h1 .hidden {
    height: 0;
    text-indent: -999em; }

.page-title {
  margin: 9.5rem 0 3rem;
  text-align: center;
  line-height: 0.8;
  font-family: "Roboto Condensed", "Roboto-Condensed", "Open Sans Compressed", sans-serif;
  text-transform: uppercase;
  font-size: 5.5rem;
  letter-spacing: -1px;
  text-indent: -1px;
  font-weight: lighter; }
  @media screen and (min-width: 37.5em) {
    .page-title {
      line-height: 0.9;
      font-size: 6.5rem; } }
  .header .page-title {
    position: absolute;
    top: 38%;
    left: 50%;
    width: 100%;
    padding: 0 3rem;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    text-indent: 0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25); }

a.current {
  cursor: default;
  color: rgba(255, 255, 255, 0.5) !important; }

.page-header img {
  display: block;
  margin: 0 auto; }

/**
 * Site footer
*/
.site-footer {
  padding: 1.5rem 0 3rem;
  background: #00707A;
  color: #FFFFFF;
  font-size: 1.4rem; }
  .site-footer .col-half {
    font-size: 1.3rem;
    text-align: right; }
  .site-footer p, .site-footer address {
    margin-bottom: 0.5rem;
    text-align: left;
    line-height: 1.2; }
  .site-footer a {
    color: #FFFFFF; }
  .site-footer h2 {
    margin: 3rem 0 0.5rem;
    font-size: 1.375rem;
    font-weight: normal;
    text-transform: uppercase; }
  .site-footer ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    padding-left: 0;
    list-style: none;
    font-size: 1.25rem; }
  .site-footer li {
    margin: 0.5rem 0;
    -webkit-break-inside: avoid;
    break-inside: avoid;
    line-height: 1.2; }
    .site-footer li ul {
      -webkit-columns: 1;
      columns: 1;
      margin-bottom: 0;
      padding-left: 0.5rem; }

.site-name {
  margin: 0.6rem 0 0;
  font-family: "Palanquin", "Hind Vadodara", "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: bold;
  text-align: left; }

.footer-form {
  margin-top: 1rem; }

footer label {
  color: inherit; }

input {
  outline: none; }

.input-group {
  position: relative; }
  .input-group .footer-submit {
    position: absolute;
    width: auto;
    top: 1px;
    right: 0;
    padding: 0.6rem 2rem 0.7rem;
    line-height: 1;
    font-size: 1.4rem; }

/**
 * Page content
*/
.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 3rem; }

.post-meta {
  font-size: 1.2rem;
  color: #D3E5ED; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
*/
.post-header {
  margin-bottom: 3rem; }

.post-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (min-width: 50em) {
    .post-title {
      font-size: 42px; } }

.post-content {
  margin-bottom: 3rem; }
  .post-content h2 {
    font-size: 28px; }
    @media screen and (min-width: 50em) {
      .post-content h2 {
        font-size: 32px; } }
  .post-content h3 {
    font-size: 22px; }
    @media screen and (min-width: 50em) {
      .post-content h3 {
        font-size: 26px; } }
  .post-content h4 {
    font-size: 18px; }
    @media screen and (min-width: 50em) {
      .post-content h4 {
        font-size: 20px; } }

/* Per-page formatting */
.cnc_grinding .header-image,
.value_engineering .header-image,
.value_added_services .header-image,
.military_equipment .header-image {
  background-position: top center; }

.railroad .header-image {
  background-position: bottom 0% right 15%;
  background-size: cover; }

/*
* Materials section
*/
.materials .page-content ul {
  margin: 0 auto;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  padding: 1rem 0;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.75rem; }
.materials .material-lists {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  text-align: center;
  font-size: inherit; }
  @media screen and (min-width: 37.5em) {
    .materials .material-lists {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.5rem;
      -moz-column-gap: 1.5rem;
      column-gap: 1.5rem; } }
  .materials .material-lists h4 {
    font-size: 2.4rem; }
  .materials .material-lists ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    list-style-type: none; }
  .materials .material-lists .material {
    display: inline-block;
    width: 100%;
    padding-top: 1.5rem;
    -webkit-break-inside: avoid;
    break-inside: avoid; }
    .materials .material-lists .material:last-of-type {
      -webkit-column-span: all;
      column-span: all; }

/*
* Equipment and File Format sections
*/
.equipment ul,
.file-formats {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem; }

/*
* Value Engineering, Supply Chain Management, etc.
*/
.supply_chain_management .page-content ul,
.value_added_services .page-content ul,
.value_engineering .page-content ul {
  margin: 0 auto;
  padding: 1rem 0;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.75rem; }
  @media screen and (min-width: 710px) {
    .supply_chain_management .page-content ul,
    .value_added_services .page-content ul,
    .value_engineering .page-content ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 1.5rem;
      -moz-column-gap: 1.5rem;
      column-gap: 1.5rem; } }
.supply_chain_management .page-content li,
.value_added_services .page-content li,
.value_engineering .page-content li {
  margin: 0;
  line-height: 5rem;
  -webkit-break-inside: avoid; }

.hydraulics .page-content ul,
.pneumatics .page-content ul,
.military_equipment .page-content ul,
.locomotive .page-content ul,
.railroad .page-content ul {
  margin: 0 auto;
  padding: 0 0 1.5rem;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem; }
.hydraulics .page-content li,
.pneumatics .page-content li,
.military_equipment .page-content li,
.locomotive .page-content li,
.railroad .page-content li {
  margin-bottom: 0;
  padding-top: 1.5rem; }

.hydraulics .page-content ul,
.pneumatics .page-content ul,
.railroad .page-content ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem; }
.hydraulics .page-content li,
.pneumatics .page-content li,
.railroad .page-content li {
  -webkit-break-inside: avoid;
  break-inside: avoid; }

.about p img {
  width: 100%; }

@media screen and (min-width: 50em) {
  .quality .page-content ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
    font-size: 1.75rem; }

  .quality .page-content li {
    margin-bottom: 1rem; } }
/* Blog formatting */
.hfeed {
  margin-bottom: 0; }
  .hfeed ::after {
    content: '';
    display: table;
    clear: both; }

li.hentry {
  margin-bottom: 3rem; }
  li.hentry::after {
    content: '';
    display: table;
    clear: both; }
  li.hentry h2 {
    text-align: left;
    margin: 0;
    text-transform: none; }

.entry-summary img {
  float: left;
  margin-right: 1.5rem; }

.paging {
  margin-bottom: 1.5rem;
  border-top: 1px solid #D3E5ED;
  border-bottom: 1px solid #D3E5ED;
  padding: 0.5rem 0 0.7rem;
  text-align: center; }
  .paging .previous {
    float: left; }
  .paging .next {
    float: right; }

.date,
.meta {
  font-feature-settings: "pnum";
  -webkit-font-feature-settings: "pnum";
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #00707A; }

.sidebar h2 {
  font-size: 2.8rem;
  color: inherit; }
  @media screen and (min-width: 50em) {
    .sidebar h2 {
      margin-top: 0.45rem;
      text-align: initial;
      text-transform: initial; } }
.sidebar h3 {
  margin-top: 0;
  text-align: initial;
  font-weight: normal;
  font-size: 2.2rem; }

.blog-archive article h1 {
  margin-bottom: 1.8rem; }

.h-entry h1 {
  margin-bottom: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

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