@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
@import url('https://fonts.googleapis.com/css?family=Oswald:700');

@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNextLTPro-Bold.eot');
  src: local('Avenir Next Bold'), local('AvenirNextLTPro-Bold'),
  url('../fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
  url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'),
  url('../fonts/AvenirNextLTPro-Bold.ttf') format('truetype'),
  url('../fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
  font-weight: 900;
  font-style: normal;
}

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

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Avenir Next', 'sans-serif';
  color: #223344;
}

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
  font-family: 'Avenir Next', sans-serif;
}

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

@import url('https://fonts.googleapis.com/css?family=Oswald:700');


body {
  font-family: 'Avenir Next', 'sans-serif';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.logo {
  position: absolute;
  z-index: 9;
  top: 35px;
  left: 35px;
  width: 150px;
}

.right {
  float:right;
}

.left {
  float:left;
}

.center-vertically {
  margin-top:100px;
}

@media print, screen and (min-width: 100em) {

  .center-vertically {
    margin-top:0;
    top: 40%;
    transform: translateY(-40%);
    position: relative;
  }
}

.row.expanded {
  max-width: none;
}


h1 {
  font-family: Oswald, sans-serif;
  text-transform:uppercase;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  line-height: 1.15;
}

h4 {
  font-size: 1.2rem;
  font-family: "Avenir Next", sans-serif;
  font-weight: bold;
}

h5{
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 2.5rem;}

@media print, screen and (min-width: 100em) {
  h1 {
    font-size: 4rem;
  }

  h4 {
    font-size: 1.5rem;
  }
}

.contact-info {
  opacity:0;
}

.move-up {
  -webkit-animation: move-text-up .5s ease; /* Safari 4.0 - 8.0 */
  animation: move-text-up .5s ease;
  animation-fill-mode: forwards;
}

.move-up-1 {
  -webkit-animation: move-text-up 1s ease; /* Safari 4.0 - 8.0 */
  animation: move-text-up 1s ease;
  animation-fill-mode: forwards;
}

.move-up-2  {
  -webkit-animation: move-text-up 2s ease; /* Safari 4.0 - 8.0 */
  animation: move-text-up 2s ease;
  animation-fill-mode: forwards;
}

.move-up-3  {
  -webkit-animation: move-text-up 3s ease; /* Safari 4.0 - 8.0 */
  animation: move-text-up 3s ease;
  animation-fill-mode: forwards;
}

.move-up-4  {
  -webkit-animation: move-text-up 3s ease; /* Safari 4.0 - 8.0 */
  animation: move-text-up 3s ease;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}


h3 {
  font-size: 1.9375rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  color: #7E848F;
}

label {
  letter-spacing: 1px;
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #223344;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px;
  overflow: hidden;
}
.input-group > :first-child {
  border-radius: 0 0 0 0; }
.input-group > :last-child > * {
  border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 2rem;
  border: none;
  background: #edeef3;
  color: #d1d5de;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
  font-size: 2rem;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .input-group-label {
    display: table-cell;
  }
}
.input-group-label:first-child {
  border-right: 0; }
.input-group-label:last-child {
  border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
  margin-bottom: 0 !important;
}

.input-group-field:focus {
  border:none;
}


.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 5rem;
  font-size: 1.25rem;
  padding: 0 1rem
}

.input-group .input-group-button {
  display: table-cell; }

@media print, screen and (min-width: 40em) {
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    padding: 0 2rem
  }

}


[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  margin: 0 0 1rem;
  padding: 1.75rem;
  border: none;
  border-radius: none;
  background-color: #fefefe;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #223344;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media print, screen and (min-width: 40em) {
  [type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"],
  [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
    font-size: 1.5rem;

  }
}



.input-group {
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

div.wpcf7 .ajax-loader {
  position:absolute;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #94C384;
  clear: both;
  background: #effeef;
  border-radius: 3px;
  padding: 2rem;
  font-weight: bold;
}

a {
  line-height: inherit;
  color: #ff3f47;
  text-decoration: none;
  cursor: pointer;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  cursor: pointer;
  background-color: #ff3f47;
  color: #fefefe;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Avenir Next', 'sans-serif';
}


/* ============================================================================
   Padding Options
   ============================================================================ */

.padding-top {
  padding-top:3.75rem;
}

@media print, screen and (min-width: 100em) {
  .padding-top {
    padding-top:5.5rem;
  }

}


/* ============================================================================
   Text Helpers
   ============================================================================ */

.text-xlarge {
  font-size: 4rem
}

@media print, screen and (min-width: 100em) {
  .text-xlarge {
    font-size: 5.25rem
  }
}

@media print, screen and (min-width: 100em) {
  .width-overlap {
    -webkit-animation: expand-width 3s ease; /* Safari 4.0 - 8.0 */
    animation: expand-width 3s ease;
  }
}

.profile-image {
  -webkit-animation: move-text-up .5s ease; /* Safari 4.0 - 8.0 */
  animation: move-text-up .5s ease;
  animation-fill-mode: forwards;
}

.shadow-raised {
  box-shadow: 2px 10px 22px rgba(0,33,50,0.1);
}



@media print, screen and (min-width: 60em) {

  .raise-effect {
    -webkit-animation: raise-element 1.5s ease; /* Safari 4.0 - 8.0 */
    animation: raise-element 1.5s ease;
    animation-fill-mode: forwards;
  }
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes raise-element {
  0%   {
    box-shadow: 15px 17px 4px rgba(0,33,50,0.2), 2px 3px 2px rgba(0,33,50,0.1);
    width:100%;
  }
  100% {
    box-shadow: 15px 57px 32px rgba(0,33,50,0.2), 2px 10px 22px rgba(0,33,50,0.1);
    width:120%;
  }
}

/* Standard syntax */
@keyframes raise-element {
  0%   {
    box-shadow: 15px 17px 4px rgba(0,33,50,0.2), 2px 3px 2px rgba(0,33,50,0.1);
    width:100%;
  }
  100% {
    box-shadow: 15px 57px 32px rgba(0,33,50,0.2), 2px 10px 22px rgba(0,33,50,0.1);
    width:120%;
  }
}


/* ============================================================================
   Text Animation
   ============================================================================ */

/* Safari 4.0 - 8.0 */
@-webkit-keyframes move-text-up {
  0%   {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Standard syntax */
@keyframes move-text-up {
  0%   {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media print, screen and (min-width: 90em) {

  .full {
    height: 100vh;
  }
}

.left-content {
  position:relative;
  z-index:9;
}

.right-image {
  position:fixed;
  right:0;
}


