/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  width: 100%; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
!! - FONTS
========================================================================== */
@font-face {
  font-family: 'Mont_Hairline';
  src: url("fonts/Montserrat-Hairline.eot");
  src: url("fonts/Montserrat-Hairline.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Hairline.woff2") format("woff2"), url("fonts/Montserrat-Hairline.woff") format("woff"), url("fonts/Montserrat-Hairline.ttf") format("truetype"), url("fonts/Montserrat-Hairline.svg#Montserrat-Hairline") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Mont_Ultra';
  src: url("fonts/Montserrat-UltraLight.eot");
  src: url("fonts/Montserrat-UltraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-UltraLight.woff2") format("woff2"), url("fonts/Montserrat-UltraLight.woff") format("woff"), url("fonts/Montserrat-UltraLight.ttf") format("truetype"), url("fonts/Montserrat-UltraLight.svg#Montserrat-UltraLight") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Mont_Light';
  src: url("fonts/Montserrat-Light.eot");
  src: url("fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Light.woff2") format("woff2"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype"), url("fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Mont';
  src: url("fonts/Montserrat-Regular.eot");
  src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Mont_Semi';
  src: url("fonts/Montserrat-SemiBold.eot");
  src: url("fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.ttf") format("truetype"), url("fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Mont_Bold';
  src: url("fonts/Montserrat-Bold.eot");
  src: url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype"), url("fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Mont_Extra';
  src: url("fonts/Montserrat-ExtraBold.eot");
  src: url("fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("fonts/Montserrat-ExtraBold.woff") format("woff"), url("fonts/Montserrat-ExtraBold.ttf") format("truetype"), url("fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Mont_Black';
  src: url("fonts/Montserrat-Black.eot");
  src: url("fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Black.woff2") format("woff2"), url("fonts/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat-Black.ttf") format("truetype"), url("fonts/Montserrat-Black.svg#Montserrat-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

/*----------------------------------------------*GLOBAL STYLES
\*----------------------------------------------*/
/* - Transition Variables - */
/* linear ease-in-out */
/* - Font Variables - */
/* - Color Variables - */
/* - Misc Styles - */
* {
  box-sizing: border-box; }

html, body {
  height: 100%;
  background-color: white; }

.clear {
  overflow: auto; }

.clear:after {
  content: "";
  display: table;
  clear: both; }

.disableScroll {
  overflow: hidden;
  height: 100%; }

#wtfModal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(34, 42, 56, 0.95);
  display: none;
  z-index: 9999;
  overflow: auto; }
  #wtfModal #wtfModalBox {
    position: relative;
    margin: 40px auto 0 auto;
    width: 90%;
    padding: 2em;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    border-top-right-radius: 0;
    color: rgba(34, 42, 56, 0.95); }
    #wtfModal #wtfModalBox h5 {
      font-family: "Mont", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
      margin: 2em 0 .5em 0;
      padding: 0;
      font-size: 1.2em; }
      #wtfModal #wtfModalBox h5:first-child {
        margin-top: 0; }
    #wtfModal #wtfModalBox h6 {
      font-family: "Mont", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
      font-size: .9em;
      margin: .8em 0 .3em 0; }
    #wtfModal #wtfModalBox p {
      font-family: "Mont_Light", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
      font-size: .9em;
      line-height: 1.4em;
      margin: 0 0 .5em 0;
      padding: 0; }
    #wtfModal #wtfModalBox #wtfModalCloseBtn {
      padding: .1em;
      position: absolute;
      top: 9px;
      right: 14px;
      font-family: "Mont", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
      cursor: pointer;
      opacity: 0.6;
      font-size: 1.2em;
      transition: all 400ms ease-in-out; }
      #wtfModal #wtfModalBox #wtfModalCloseBtn:hover {
        color: #f7786b;
        opacity: 0.9; }

#contModal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(34, 42, 56, 0.95);
  display: none;
  z-index: 9999;
  overflow: auto; }
  #contModal #contModalBox {
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 10vh auto 0 auto;
    max-width: 650px;
    width: 88%;
    padding: 2em;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    border-top-right-radius: 0;
    color: rgba(34, 42, 56, 0.95); }
    #contModal #contModalBox #contModalCloseBtn {
      padding: .1em;
      position: absolute;
      top: 9px;
      right: 14px;
      font-family: "Mont", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
      cursor: pointer;
      opacity: 0.6;
      font-size: 1.2em;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
      #contModal #contModalBox #contModalCloseBtn:hover {
        color: #f7786b;
        opacity: 0.9; }

iframe {
  background-color: transparent;
  border: 0;
  height: 370px;
  width: 100%; }

.contactHeading {
  font-family: "Mont_Semi", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #f7786b; }

form {
  font-family: "Mont_Light", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1px;
  line-height: 1.4em; }
  form input {
    display: block;
    width: 100%;
    margin: 0 0 1.66em 0;
    padding: .3em 0 .3em .2em;
    height: 2.5em;
    border: 2px solid rgba(0, 0, 0, 0.2); }
  form textarea {
    display: block;
    width: 100%;
    height: 100px;
    margin: 0 0 1.66em 0;
    padding: .3em 0 .2em .2em;
    border: 2px solid rgba(0, 0, 0, 0.2); }
  form input:focus, form textarea:focus {
    background-color: #faddd4;
    border: 2px solid #f7786b;
    outline: none; }
  form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6); }
  form ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6); }
  form :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6); }
  form :-moz-placeholder {
    color: rgba(0, 0, 0, 0.6); }
  form #contFormSubmit {
    padding: .75em 0 .66em 0;
    border: 0;
    margin: 0 0 .5em 0;
    background-color: #b8ebd1;
    color: #195838;
    text-align: center;
    font-family: "Mont", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    width: 222px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out; }
    form #contFormSubmit:hover {
      letter-spacing: 3px;
      color: black; }

.phase2 {
  text-decoration: line-through;
  cursor: default !important;
  display: none; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: rgba(255, 255, 255, 0.4);
  position: fixed;
  z-index: 9999;
  top: 125px;
  right: 100%;
  width: 100%;
  height: 1px; }

#preloadWindow {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #597187;
  z-index: 9000; }

@media (min-width: 800px) {
  .pace .pace-progress {
    top: 50vh; }
  #wtfModal #wtfModalBox {
    margin: 80px auto 0 auto;
    width: 66%; } }

/*----------------------------------------------*#controlBox STYLES
\*----------------------------------------------*/
#controlBox {
  z-index: 999;
  font-family: "Mont", "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }
  #controlBox header {
    background-color: rgba(34, 42, 56, 0.95);
    height: 45px;
    padding: 0 1.33em;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
    #controlBox header.closed {
      position: fixed;
      top: -50px;
      right: 0;
      left: 0; }
    #controlBox header #headerLogo {
      margin: 0;
      padding: 0;
      line-height: 45px;
      width: 150px;
      cursor: pointer; }
      #controlBox header #headerLogo img {
        margin-top: 9px;
        display: block; }
    #controlBox header #mMenuBtn {
      width: 26px;
      height: 26px;
      position: absolute;
      right: 1.33em;
      top: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      opacity: 0.6;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out;
      cursor: pointer; }
      #controlBox header #mMenuBtn:hover {
        opacity: 0.95; }
      #controlBox header #mMenuBtn.open {
        background-image: url(../img/closeBtn.png); }
      #controlBox header #mMenuBtn.closed {
        background-image: url(../img/mBtn.png); }
  #controlBox #mBox {
    background-color: rgba(34, 42, 56, 0.95);
    width: 325px;
    position: fixed;
    top: 45px;
    bottom: 0;
    overflow-x: hidden;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
    #controlBox #mBox.closed {
      right: -330px; }
    #controlBox #mBox.open {
      right: 0; }
  #controlBox #mMenu {
    padding: 0 1em 1em 1em;
    width: 325px;
    position: absolute;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
    #controlBox #mMenu.open {
      right: 0; }
    #controlBox #mMenu.closed {
      right: -330px; }
    #controlBox #mMenu.right {
      right: 330px; }
  #controlBox section {
    border-bottom: 1px dashed rgba(184, 235, 209, 0.2);
    padding: 1.33em 0; }
    #controlBox section p {
      margin: 0; }
    #controlBox section:last-child {
      border: 0; }
  #controlBox section nav {
    text-align: center; }
    #controlBox section nav p {
      padding: .88em 0 .66em 0;
      margin: 0 0 1em 0;
      background-color: #b8ebd1;
      color: #195838;
      -webkit-transition: all 450ms ease-in-out;
      -moz-transition: all 450ms ease-in-out;
      transition: all 450ms ease-in-out;
      letter-spacing: 0.05em; }
      #controlBox section nav p:hover {
        letter-spacing: 0.1em; }
    #controlBox section nav p:last-child {
      margin: 0; }
  #controlBox #mSignIn p {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.3); }
  #controlBox #mSocMed {
    margin: 0;
    padding: 0;
    height: 35px; }
    #controlBox #mSocMed li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: inline-block;
      width: 35px;
      height: 35px;
      margin: 0 .33em 0 0;
      opacity: .7;
      -webkit-transition: all 450ms ease-in-out;
      -moz-transition: all 450ms ease-in-out;
      transition: all 450ms ease-in-out; }
      #controlBox #mSocMed li:hover {
        opacity: 1; }
  #controlBox .wtfBtn {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    font-size: .8em;
    font-weight: 100; }
    #controlBox .wtfBtn:hover {
      color: white; }
  #controlBox .contact {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    font-size: .8em;
    font-weight: 100;
    margin: .66em 0 0 0;
    cursor: pointer; }
    #controlBox .contact:hover {
      color: white; }
  #controlBox .addMarkers {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    font-size: .8em;
    font-weight: 100;
    margin: .66em 0 0 0;
    cursor: pointer; }
    #controlBox .addMarkers:hover {
      color: white; }

/*----------------------------------------------*WELCOME STYLES
\*----------------------------------------------*/
#welcome {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  transition: all 150ms ease-out;
  background-color: #597187;
  background-image: url(../img/welcomeBG_med.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #welcome.open {
    display: block; }
  #welcome.closed {
    display: none; }
  #welcome #welcomeWrap {
    width: 90%;
    margin: 15vw auto 0 auto;
    font-size: 1em; }
  #welcome h1, #welcome h2 {
    font-family: "Mont", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    color: white; }
  #welcome h1 {
    width: 50%;
    max-width: 600px;
    min-width: 300px;
    font-size: 1.4em;
    font-family: "Mont_Ultra", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    line-height: .88em;
    display: block;
    letter-spacing: .1em;
    margin: 0 auto 2em auto;
    text-align: center; }
    #welcome h1 img {
      width: 100%; }
    #welcome h1 span {
      font-family: "Mont", "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }
  #welcome p {
    text-align: justify;
    color: white;
    font-family: "Mont_Ultra", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em; }
    #welcome p strong {
      font-family: "Mont_Light", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
      font-style: italic; }
  #welcome .welCTA {
    font-size: .9em;
    background: none;
    cursor: pointer;
    padding: .6em 1.4em;
    display: block;
    width: 90%;
    margin: 15px auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    text-align: center; }
  #welcome .welCTA:hover {
    color: white; }
  #welcome .welCTA:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(33deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(33deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(33deg);
    transform: translateX(-50%) translateY(-50%) rotate(33deg); }
  #welcome .welCTA:hover:after {
    height: 600%;
    opacity: 1; }

@media (max-width: 600px) {
  #welcome #welcomeWrap {
    margin: 5vw auto 0 auto;
    padding-bottom: 2em; }
  #welcome p {
    font-size: .85em;
    margin: 0.5em 0; }
  #welcome h1 {
    margin: 0 auto 1em auto; }
}

@media (min-width: 700px) {
  #welcome {
    background-image: url(../img/welcomeBG_med.jpg); }
    #welcome #welcomeWrap {
      width: 75%;
      margin: 6vw auto 0 auto; }
    #welcome h1 {
      padding: .66em 1em; }
    #welcome .welCTA {
      width: 48%;
      margin: 2em 0 2em 0;
      padding: .6em 1em;
      font-size: .8em;
      display: inline-block; }
    #welcome p:last-child.welCTA {
      margin: 0 0 2em 3%; }
    #welcome .welCTA:hover:after {
      height: 800%; } }

@media (min-width: 1000px) {
  #welcome {
    background-image: url(../img/welcomeBG_large.jpg); }
    #welcome .welCTA {
      width: 45%;
      font-size: 1em; }
    #welcome p:last-child.welCTA {
      margin: 0 0 2em 9%; }
    #welcome .welCTA:hover:after {
      height: 1000%; } }

/*----------------------------------------------*MGC STYLES
\*----------------------------------------------*/
#map {
  position: absolute;
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  overflow: hidden; }
  #map.open {
    display: block; }
  #map.closed {
    display: none; }

.gm-style .gmnoprint {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75); }

.gm-style-cc {
  display: none; }

@media (max-width: 600px) {
  #map {
    position: fixed !important;
    top: 45px;
    bottom: auto !important;
    left: 0;
    right: 0;
    height: 40vh;
    z-index: 0; }

  #controlBox #mBox {
    position: fixed;
    top: calc(45px + 40vh) !important;
    bottom: 0 !important;
    left: 0;
    right: 0 !important;
    width: 100% !important;
    height: auto;
    overflow-y: auto;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
    #controlBox #mBox.closed {
      display: none !important; }
    #controlBox #mBox.open {
      right: 0 !important;
      display: block !important; }

  #controlBox #mMenu {
    width: 100% !important;
    position: relative !important;
    right: 0 !important;
    display: none !important; }
    #controlBox #mMenu.open {
      right: 0 !important;
      display: block !important; }

  #mgc {
    width: 100% !important;
    position: relative !important;
    right: 0 !important; }
    #mgc.open {
      right: 0 !important;
      display: block !important; }
    #mgc.closed {
      right: 0 !important;
      display: none !important; }
    #mgc.right {
      right: 0 !important; }
}

#mgc {
  padding: 0 1.33em .66em 1.33em;
  width: 325px;
  position: absolute;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  #mgc.open {
    right: 0; }
  #mgc.closed {
    right: -330px; }
  #mgc.right {
    right: 330px; }
  #mgc input {
    display: inline-block;
    padding: .5em .33em .33em .33em;
    color: #7F8C8D;
    margin: 0; }
    #mgc input#address {
      width: 100%;
      margin-bottom: 1em; }
    #mgc input#yal {
      width: 80px;
      margin: 0 10px 0 0; }
    #mgc input#mal {
      width: 80px; }
  #mgc #addLocBtn {
    text-align: center;
    padding: .88em 0 .66em 0;
    margin: 1em 0 1em 0;
    background-color: #b8ebd1;
    color: #195838;
    letter-spacing: 0.05em;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out; }
    #mgc #addLocBtn:hover {
      letter-spacing: 0.1em; }

#userGeoCenter {
  display: none; }
  #userGeoCenter #mgcLocTextBtn {
    text-align: center;
    padding: .88em 0 .66em 0;
    margin: .33em 0;
    background-color: #f7786b;
    color: #5e0d05;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    border-radius: 8px;
    cursor: pointer; }
    #userGeoCenter #mgcLocTextBtn:hover {
      letter-spacing: 2px; }
  #userGeoCenter #mgcLocText {
    display: none; }
    #userGeoCenter #mgcLocText h3 {
      text-align: center;
      color: aliceblue;
      margin: 0;
      font-size: 1.1em;
      font-weight: 300;
      opacity: .8; }
    #userGeoCenter #mgcLocText .equals {
      text-align: center;
      color: aliceblue;
      margin: 0;
      font-size: 1em;
      font-weight: 300;
      opacity: .6; }
    #userGeoCenter #mgcLocText #curGcLocTxt {
      text-align: center;
      color: #f7786b;
      margin: 0;
      font-size: 1.5em;
      font-weight: 100; }

#instructions {
  color: rgba(255, 255, 255, 0.8); }
  #instructions h4 {
    font-family: "Mont", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    margin-top: 0;
    letter-spacing: 1px; }
  #instructions ul {
    padding: 0 0 0 1.33em;
    margin: 0; }
    #instructions ul li {
      margin-bottom: .66em;
      font-family: "Mont_Light", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
      font-size: .8em; }

#userLocations {
  padding-top: 1em !important;
  display: none; }
  #userLocations #totYearsBox {
    text-align: right;
    margin-bottom: .5em; }
    #userLocations #totYearsBox p {
      display: inline-block;
      margin: 0;
      color: aliceblue;
      font-size: .7em; }
    #userLocations #totYearsBox #totYearsTxt {
      line-height: 1em;
      font-size: 3em;
      font-family: "Mont_Hairline", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 100; }
  #userLocations #locations {
    font-family: "Mont_Light", "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }
    #userLocations #locations .infoBox {
      border: 2px solid rgba(255, 255, 255, 0.3);
      margin: .75em 0;
      position: relative;
      color: rgba(255, 255, 255, 0.8); }
      #userLocations #locations .infoBox .ibLoc {
        width: 82%;
        padding: .33em; }
        #userLocations #locations .infoBox .ibLoc p {
          margin: 0;
          padding: 0; }
          #userLocations #locations .infoBox .ibLoc p.ibPlaceName {
            letter-spacing: 1px;
            margin-bottom: .3em;
            font-size: 1.3em; }
          #userLocations #locations .infoBox .ibLoc p.ibTAL {
            font-size: .8em; }
      #userLocations #locations .infoBox .ibCntrl {
        width: 20px;
        height: 20px;
        border-left: 2px solid rgba(255, 255, 255, 0.3);
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        font-size: .7em; }
        #userLocations #locations .infoBox .ibCntrl p {
          margin: 0;
          padding: 0;
          transition: all 666ms ease-in-out;
          background-color: transparent;
          color: rgba(240, 248, 255, 0.75); }
          #userLocations #locations .infoBox .ibCntrl p.locDelete {
            height: 19px;
            line-height: 19px;
            font-size: .9em; }
          #userLocations #locations .infoBox .ibCntrl p.locDelete:hover {
            color: #f7786b;
            cursor: pointer; }

/*----------------------------------------------*GALLERY STYLES
\*----------------------------------------------*/
#gallery {
  width: 100%;
  min-height: 100%;
  transition: all 150ms ease-out;
  padding: 80px 0 2em 0;
  margin: 0;
  background-color: white;
  background-image: url(../img/squairy_light.png); }
  #gallery.open {
    display: block; }
  #gallery.closed {
    display: none; }
  #gallery #galleryWrap {
    padding: 0 1.33em;
    margin: 0; }
    #gallery #galleryWrap p {
      color: black;
      padding: 0 2%; }
    #gallery #galleryWrap #videoWrap {
      display: block; }
    #gallery #galleryWrap .videoBox {
      width: 100%;
      float: none;
      padding: .5em 2%;
      margin: 3em 0 1em 0;
      text-align: left;
      height: auto; }
      #gallery #galleryWrap .videoBox h4 {
        font-family: "Mont", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
        font-size: 1.1em;
        margin: .8em 0 .25em 0;
        text-transform: uppercase;
        letter-spacing: 1px; }
      #gallery #galleryWrap .videoBox p {
        padding: 0;
        margin: 0; }
        #gallery #galleryWrap .videoBox p.vidInfo {
          margin: 0 0 2em 0;
          color: rgba(0, 0, 0, 0.4);
          font-family: "Mont_Light", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
          font-size: .85em;
          letter-spacing: 1px; }
        #gallery #galleryWrap .videoBox p.vidSynop {
          font-size: .95em;
          color: rgba(0, 0, 0, 0.6);
          padding: 0 0 2em 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      #gallery #galleryWrap .videoBox .posterWrap {
        position: relative; }
        #gallery #galleryWrap .videoBox .posterWrap .posterOverlay {
          position: absolute;
          top: 0;
          bottom: 3px;
          left: 0;
          right: 0;
          background-color: rgba(0, 0, 0, 0.75);
          transition: opacity 600ms ease-in-out;
          opacity: 0; }
          #gallery #galleryWrap .videoBox .posterWrap .posterOverlay p {
            position: absolute;
            top: 48%;
            text-align: center;
            width: 100%;
            color: white;
            font-family: "Mont_Light", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
            font-size: 4vw;
            text-transform: uppercase;
            letter-spacing: 1px; }
        #gallery #galleryWrap .videoBox .posterWrap .posterOverlay:hover {
          opacity: 1; }
      #gallery #galleryWrap .videoBox .videoModal {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: none;
        background-color: rgba(34, 42, 56, 0.95);
        z-index: 9999; }
        #gallery #galleryWrap .videoBox .videoModal .frameWrap {
          height: 60vh;
          display: block;
          position: relative;
          top: 15vh;
          width: 90%;
          margin: 0 auto; }
          #gallery #galleryWrap .videoBox .videoModal .frameWrap iframe {
            width: 100%;
            height: 100%; }
        #gallery #galleryWrap .videoBox .videoModal .vidCloseBtn {
          position: relative;
          top: 15vh;
          width: 60%;
          margin: 0 auto;
          height: 30px;
          text-align: right; }
          #gallery #galleryWrap .videoBox .videoModal .vidCloseBtn p {
            cursor: pointer;
            border: 2px solid white;
            background-color: transparent;
            border-radius: 100%;
            transition: all 600ms ease-in-out;
            color: white;
            line-height: 26px;
            text-align: center;
            font-family: "Mont_Semi", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
            font-size: .8em;
            width: 30px;
            position: absolute;
            right: -30px; }
        #gallery #galleryWrap .videoBox .videoModal .vidCloseBtn:hover p {
          background-color: white;
          color: #222a38; }

@media (min-width: 750px) {
  #gallery #galleryWrap .videoBox {
    width: 49.8%;
    float: left;
    padding: .5em 2%;
    margin: 1.5em 0 1em 0; }
    #gallery #galleryWrap .videoBox .posterWrap .posterOverlay p {
      font-size: 2vw; }
    #gallery #galleryWrap .videoBox .videoModal .frameWrap {
      width: 60%; } }

@media (min-width: 1200px) {
  #gallery #galleryWrap .videoBox {
    width: 33%;
    margin: 1.5em 0 1em 0; }
    #gallery #galleryWrap .videoBox .posterWrap .posterOverlay p {
      font-size: 1.5vw; } }
