/* Breakpoints */
/* Layout */
/* Theme colors */
/* Button colors */
/* Text link colors */
/* Text colors */
/* Helper colors */
/* Typography */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
  Dependency-free breakpoint mixin
  http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
*/
.cft-grid {
  display: grid;
  grid-gap: 30px;
}

.cft-inline-grid {
  margin-left: -30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cft-inline-grid > .cft-gi {
  width: 100%;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"], button {
  -webkit-appearance: none;
  border-radius: 0;
}

input, textarea, select, a {
  outline: none;
}

sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}

.alignnone {
  margin: 0 auto 1em;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter, div.aligncenter {
  display: block;
  clear: both;
  margin: 0em auto 1em !important;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100% !important;
  height: auto;
  width: auto;
  display: block;
}

article img.wp-post-image {
  margin-bottom: 1em;
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignright {
  margin-left: 0 0 1em 1em;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

img#wpstats {
  display: block;
  margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}

.gallery a img {
  border: none;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body,
input,
textarea,
button,
select {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Open Sans", sans-serif;
  color: #3a3a3a;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: inherit;
}

h1, .h1 {
  font-size: 30px;
  line-height: 38px;
  font-size: 3rem;
  line-height: 3.8rem;
}

@media screen and (min-width: 800px) {
  h1, .h1 {
    font-size: 46px;
    line-height: 55px;
    font-size: 4.6rem;
    line-height: 5.5rem;
  }
}
h2, .h2 {
  font-size: 26px;
  line-height: 34px;
  font-size: 2.6rem;
  line-height: 3.4rem;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h4, .h4 {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

p {
  margin: 0 0 1em 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

blockquote {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #777;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #ebebeb;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 15px;
}
blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #777;
}
blockquote cite:before {
  content: "\2014 \0020";
}

hr {
  clear: both;
  border-top: solid #ebebeb;
  border-width: 1px 0 0;
  margin: 60px 0;
}
hr.hr-small {
  margin: 30px 0;
}
hr.hr-clear {
  border-top: 0 none;
}

.btn, .btn-secondary,
a.btn-secondary, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit],
a.btn,
a.btn-secondary {
  display: inline-block;
  padding: 6px 12px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-family: "Open Sans", sans-serif;
  -moz-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  border: 2px solid #c20606;
  background-color: #c20606;
}
@media screen and (min-width: 660px) {
  .btn, .btn-secondary,
  a.btn-secondary, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit],
  a.btn,
  a.btn-secondary {
    padding: 12px 18px;
  }
}
.btn.small, .small.btn-secondary, .nf-form-content button.small, .nf-form-content input.small[type=button], .nf-form-content input.small[type=submit],
a.btn.small,
a.small.btn-secondary {
  padding: 4px 5px;
  font-size: 13px;
  line-height: 24px;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.btn.full, .full.btn-secondary, .nf-form-content button.full, .nf-form-content input.full[type=button], .nf-form-content input.full[type=submit],
a.btn.full,
a.full.btn-secondary {
  width: 100%;
}
.btn:hover, .btn-secondary:hover, .nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover,
a.btn:hover,
a.btn-secondary:hover {
  background-color: #910404;
  border: 2px solid #910404;
  color: #fff;
}
.btn:active, .btn-secondary:active, .nf-form-content button:active, .nf-form-content input[type=button]:active, .nf-form-content input[type=submit]:active,
a.btn:active,
a.btn-secondary:active {
  background-color: #5f0303;
  color: #fff;
}
.btn[disabled], [disabled].btn-secondary, .nf-form-content button[disabled], .nf-form-content input[disabled][type=button], .nf-form-content input[disabled][type=submit], .btn.disabled, .disabled.btn-secondary, .nf-form-content button.disabled, .nf-form-content input.disabled[type=button], .nf-form-content input.disabled[type=submit],
a.btn[disabled],
a[disabled].btn-secondary,
a.btn.disabled,
a.disabled.btn-secondary {
  cursor: default;
  color: #ababab;
  background-color: #dfdfdf;
}

a.btn.ghost, a.ghost.btn-secondary {
  border: 2px solid #141414;
  background: transparent;
  color: #141414;
}
a.btn.ghost:hover, a.ghost.btn-secondary:hover {
  background: #141414;
  color: #fff;
}

.btn-secondary,
a.btn-secondary {
  background-color: #424242;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  background-color: #292929;
  color: #fff;
}
.btn-secondary:active,
a.btn-secondary:active {
  background-color: #0f0f0f;
  color: #fff;
}

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../images/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
  background-size: 115px;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.visual-link {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 62.5%;
}
.visual-link.long {
  padding-bottom: 56.25%;
}
.visual-link.square {
  padding-bottom: 100%;
}
.visual-link .visual-link-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.visual-link .visual-link-caption {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  padding: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.visual-link .visual-link-caption > *:last-child {
  margin-bottom: 0;
}
.visual-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.visual-link:hover .visual-link-image {
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.single-slide {
  height: 300px;
  position: relative;
}
.single-slide .background-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
@media screen and (min-width: 798px) {
  .single-slide {
    height: 600px;
  }
}

.hero {
  position: relative;
}
.hero .banner-caption-wrap {
  position: absolute;
  right: auto;
  bottom: 50px;
  border: solid 1px #000;
}
.hero .banner-caption-wrap h3:last-of-type {
  margin-bottom: 0;
}

.expander-title {
  position: relative;
}
.expander-title i, .expander-title svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.expander-title.open i, .expander-title.open svg {
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.expander-content {
  display: none;
}

a {
  color: #3a3a3a;
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
a:hover {
  color: #c20606;
}

header.banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.2);
}
header.banner .container {
  padding: 0;
}
header.banner .brand-wrap {
  width: 150px;
  margin: 10px auto;
}
header.banner .brand-wrap .brand {
  display: block;
  width: 100%;
}
body.home header.banner {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
body.home header.banner .brand-wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
body.home header.banner .get-started {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
body.home header.banner:before {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  height: 100px;
}
body.home header.banner.scrolled {
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.2);
}
body.home header.banner.scrolled .brand-wrap {
  opacity: 1;
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
}
body.home header.banner.scrolled .get-started {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
body.home header.banner.scrolled:before {
  opacity: 0;
}
@media screen and (min-width: 900px) {
  header.banner {
    padding: 0 30px;
  }
  header.banner .brand-wrap {
    margin: 10px 0;
    width: 180px;
  }
}

nav.nav-primary {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  background: #e7eff7;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}
nav.nav-primary ul {
  padding: 10px 0;
}
nav.nav-primary ul li a {
  color: #3a3a3a;
  padding: 10px 20px;
  display: block;
}
nav.nav-primary ul li a:hover {
  color: #c20606;
}
@media screen and (min-width: 900px) {
  nav.nav-primary {
    position: absolute;
    background: transparent;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: auto;
    width: auto;
  }
  nav.nav-primary ul {
    padding: 0;
  }
  nav.nav-primary ul li {
    display: inline-block;
  }
  nav.nav-primary ul li:not(:last-child) {
    margin-right: 50px;
  }
  nav.nav-primary ul li a {
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
  }
  .scrolled nav.nav-primary ul li a {
    color: #3a3a3a;
  }
}

body .wrap {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
body.menu-open nav.nav-primary {
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-box-shadow: 4px 0px 15px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 4px 0px 15px 2px rgba(0, 0, 0, 0.24);
}
body.menu-open .wrap, body.menu-open header.banner .header-items, body.menu-open footer.site-footer {
  -moz-transform: translateX(250px);
  -o-transform: translateX(250px);
  -ms-transform: translateX(250px);
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

a.menu-toggle {
  display: block;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (min-width: 900px) {
  a.menu-toggle {
    display: none;
  }
}
a.menu-toggle span.bars {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.scrolled a.menu-toggle span.bars {
  background: #738da6;
}
a.menu-toggle span.bars:before, a.menu-toggle span.bars:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  top: -8px;
  position: absolute;
}
.scrolled a.menu-toggle span.bars:before, .scrolled a.menu-toggle span.bars:after {
  background: #738da6;
}
a.menu-toggle span.bars:after {
  top: 8px;
}
a.menu-toggle.closer {
  z-index: 12;
}
a.menu-toggle.closer span.bars {
  background: transparent;
}
a.menu-toggle.closer span.bars:before {
  top: 0;
  transform: rotate(-45deg);
}
a.menu-toggle.closer span.bars:after {
  top: 0;
  transform: rotate(45deg);
}

#wpadminbar {
  opacity: .3;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transform: translateZ(0);
  position: absolute;
  pointer-events: none;
}
#wpadminbar ul li {
  pointer-events: all;
}

#wp-admin-bar-top-secondary {
  display: none;
}

html[lang="en-us"] {
  margin-top: 0 !important;
}

#wpadminbar:focus, #wpadminbar:hover {
  opacity: 1 !important;
}

@media screen and (min-width: 50.125em) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}
.wrap, header.banner .header-items, footer.site-footer {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

body.menu-open {
  /*
  overflow: hidden;
  overflow: hidden!important;
  width: 100vw;
  display: block;
  position: relative;
  .wrap, header.banner .header-items, footer.site-footer{
  	@include transform(translate($navWidth));
  }
  */
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1240px;
}
.container.thin {
  max-width: 900px;
}
.container .container {
  padding: 0;
}

.site-section {
  padding: 30px 0;
}
.site-section .section-text {
  margin-bottom: 30px;
}
.site-section .section-text.centered {
  text-align: center;
}
@media screen and (min-width: 800px) {
  .site-section {
    padding: 100px 0;
  }
  .site-section .section-text {
    margin-bottom: 60px;
  }
}
.site-section.collapse-top {
  padding-top: 0;
}
.site-section.collapse-bottom {
  padding-bottom: 0;
}
.site-section.collapse {
  padding: 0;
}
.site-section.grey {
  background: #efefef;
}
.site-section[animate-on-scroll] .section-text h2, .site-section[animate-on-scroll] .section-text p {
  opacity: 0;
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.site-section[animate-on-scroll] .section-text p {
  transition-delay: 300ms;
}
.site-section[animate-on-scroll].animated .section-text h2, .site-section[animate-on-scroll].animated .section-text p {
  opacity: 1;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.content-text > *:last-child {
  margin-bottom: 0;
}
.content-text ul, .content-text ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.content-text ul li:not(:last-child), .content-text ol li:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (min-width: 700px) {
  .services-grid {
    -ms-grid-columns: repeat(2, 0.5fr);
    grid-template-columns: repeat(2, 0.5fr);
  }
}
@media screen and (min-width: 1000px) {
  .services-grid {
    grid-gap: 60px;
    -ms-grid-columns: repeat(2, 0.5fr);
    grid-template-columns: repeat(2, 0.5fr);
  }
}
.services-grid .service-item {
  opacity: 0;
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
  transition-delay: 600ms;
}
.services-grid .service-item h2 {
  margin-top: 10px;
  border-bottom: 3px solid #c20606;
  margin-bottom: 15px;
  padding-bottom: 7px;
}
.services-grid .grid-item:nth-child(2) .service-item {
  transition-delay: 800ms;
}
.services-grid .grid-item:nth-child(3) .service-item {
  transition-delay: 1000ms;
}
.services-grid .grid-item:nth-child(4) .service-item {
  transition-delay: 1200ms;
}
.animated .services-grid .service-item {
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.more-services {
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
  transition-delay: 1600ms;
  opacity: 0;
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  display: block;
  margin-top: 60px;
}
.more-services ul {
  columns: 2;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .more-services ul {
    columns: 3;
  }
}
@media screen and (min-width: 900px) {
  .more-services ul {
    columns: 4;
  }
}
.animated .more-services {
  opacity: 1;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.gallery-grid {
  -ms-grid-columns: repeat(2, 0.5fr);
  grid-template-columns: repeat(2, 0.5fr);
}
@media screen and (min-width: 660px) {
  .gallery-grid {
    -ms-grid-columns: repeat(4, 0.25fr);
    grid-template-columns: repeat(4, 0.25fr);
  }
}
.gallery-grid .gallery-item {
  opacity: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.gallery-grid .gallery-item .gallery-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.animated .gallery-grid .gallery-item {
  opacity: 1;
}
.gallery-grid .grid-item:nth-child(1) .gallery-item {
  transition-delay: 150ms;
}
.gallery-grid .grid-item:nth-child(2) .gallery-item {
  transition-delay: 300ms;
}
.gallery-grid .grid-item:nth-child(3) .gallery-item {
  transition-delay: 450ms;
}
.gallery-grid .grid-item:nth-child(4) .gallery-item {
  transition-delay: 600ms;
}
.gallery-grid .grid-item:nth-child(5) .gallery-item {
  transition-delay: 750ms;
}
.gallery-grid .grid-item:nth-child(6) .gallery-item {
  transition-delay: 900ms;
}
.gallery-grid .grid-item:nth-child(7) .gallery-item {
  transition-delay: 1050ms;
}
.gallery-grid .grid-item:nth-child(8) .gallery-item {
  transition-delay: 1200ms;
}
.gallery-grid .grid-item:nth-child(9) .gallery-item {
  transition-delay: 1350ms;
}
.gallery-grid .grid-item:nth-child(10) .gallery-item {
  transition-delay: 1500ms;
}
.gallery-grid .grid-item:nth-child(11) .gallery-item {
  transition-delay: 1650ms;
}
.gallery-grid .grid-item:nth-child(12) .gallery-item {
  transition-delay: 1800ms;
}
.gallery-grid .grid-item:nth-child(13) .gallery-item {
  transition-delay: 1950ms;
}
.gallery-grid .grid-item:nth-child(14) .gallery-item {
  transition-delay: 2100ms;
}
.gallery-grid .grid-item:nth-child(15) .gallery-item {
  transition-delay: 2250ms;
}
.gallery-grid .grid-item:nth-child(16) .gallery-item {
  transition-delay: 2400ms;
}
.gallery-grid .grid-item:nth-child(17) .gallery-item {
  transition-delay: 2550ms;
}
.gallery-grid .grid-item:nth-child(18) .gallery-item {
  transition-delay: 2700ms;
}
.gallery-grid .grid-item:nth-child(19) .gallery-item {
  transition-delay: 2850ms;
}
.gallery-grid .grid-item:nth-child(20) .gallery-item {
  transition-delay: 3000ms;
}
.gallery-grid .grid-item:nth-child(21) .gallery-item {
  transition-delay: 3150ms;
}
.gallery-grid .grid-item:nth-child(22) .gallery-item {
  transition-delay: 3300ms;
}
.gallery-grid .grid-item:nth-child(23) .gallery-item {
  transition-delay: 3450ms;
}
.gallery-grid .grid-item:nth-child(24) .gallery-item {
  transition-delay: 3600ms;
}
.gallery-grid .grid-item:nth-child(25) .gallery-item {
  transition-delay: 3750ms;
}
.gallery-grid .grid-item:nth-child(26) .gallery-item {
  transition-delay: 3900ms;
}
.gallery-grid .grid-item:nth-child(27) .gallery-item {
  transition-delay: 4050ms;
}
.gallery-grid .grid-item:nth-child(28) .gallery-item {
  transition-delay: 4200ms;
}
.gallery-grid .grid-item:nth-child(29) .gallery-item {
  transition-delay: 4350ms;
}
.gallery-grid .grid-item:nth-child(30) .gallery-item {
  transition-delay: 4500ms;
}
.gallery-grid .grid-item:nth-child(31) .gallery-item {
  transition-delay: 4650ms;
}
.gallery-grid .grid-item:nth-child(32) .gallery-item {
  transition-delay: 4800ms;
}
.gallery-grid .grid-item:nth-child(33) .gallery-item {
  transition-delay: 4950ms;
}
.gallery-grid .grid-item:nth-child(34) .gallery-item {
  transition-delay: 5100ms;
}
.gallery-grid .grid-item:nth-child(35) .gallery-item {
  transition-delay: 5250ms;
}
.gallery-grid .grid-item:nth-child(36) .gallery-item {
  transition-delay: 5400ms;
}
.gallery-grid .grid-item:nth-child(37) .gallery-item {
  transition-delay: 5550ms;
}
.gallery-grid .grid-item:nth-child(38) .gallery-item {
  transition-delay: 5700ms;
}
.gallery-grid .grid-item:nth-child(39) .gallery-item {
  transition-delay: 5850ms;
}
.gallery-grid .grid-item:nth-child(40) .gallery-item {
  transition-delay: 6000ms;
}
.gallery-grid .grid-item:nth-child(41) .gallery-item {
  transition-delay: 6150ms;
}
.gallery-grid .grid-item:nth-child(42) .gallery-item {
  transition-delay: 6300ms;
}
.gallery-grid .grid-item:nth-child(43) .gallery-item {
  transition-delay: 6450ms;
}
.gallery-grid .grid-item:nth-child(44) .gallery-item {
  transition-delay: 6600ms;
}
.gallery-grid .grid-item:nth-child(45) .gallery-item {
  transition-delay: 6750ms;
}
.gallery-grid .grid-item:nth-child(46) .gallery-item {
  transition-delay: 6900ms;
}
.gallery-grid .grid-item:nth-child(47) .gallery-item {
  transition-delay: 7050ms;
}
.gallery-grid .grid-item:nth-child(48) .gallery-item {
  transition-delay: 7200ms;
}
.gallery-grid .grid-item:nth-child(49) .gallery-item {
  transition-delay: 7350ms;
}
.gallery-grid .grid-item:nth-child(50) .gallery-item {
  transition-delay: 7500ms;
}
.gallery-grid .grid-item:nth-child(51) .gallery-item {
  transition-delay: 7650ms;
}
.gallery-grid .grid-item:nth-child(52) .gallery-item {
  transition-delay: 7800ms;
}
.gallery-grid .grid-item:nth-child(53) .gallery-item {
  transition-delay: 7950ms;
}
.gallery-grid .grid-item:nth-child(54) .gallery-item {
  transition-delay: 8100ms;
}
.gallery-grid .grid-item:nth-child(55) .gallery-item {
  transition-delay: 8250ms;
}
.gallery-grid .grid-item:nth-child(56) .gallery-item {
  transition-delay: 8400ms;
}
.gallery-grid .grid-item:nth-child(57) .gallery-item {
  transition-delay: 8550ms;
}
.gallery-grid .grid-item:nth-child(58) .gallery-item {
  transition-delay: 8700ms;
}
.gallery-grid .grid-item:nth-child(59) .gallery-item {
  transition-delay: 8850ms;
}
.gallery-grid .grid-item:nth-child(60) .gallery-item {
  transition-delay: 9000ms;
}
.gallery-grid .grid-item:nth-child(61) .gallery-item {
  transition-delay: 9150ms;
}
.gallery-grid .grid-item:nth-child(62) .gallery-item {
  transition-delay: 9300ms;
}
.gallery-grid .grid-item:nth-child(63) .gallery-item {
  transition-delay: 9450ms;
}
.gallery-grid .grid-item:nth-child(64) .gallery-item {
  transition-delay: 9600ms;
}
.gallery-grid .grid-item:nth-child(65) .gallery-item {
  transition-delay: 9750ms;
}
.gallery-grid .grid-item:nth-child(66) .gallery-item {
  transition-delay: 9900ms;
}
.gallery-grid .grid-item:nth-child(67) .gallery-item {
  transition-delay: 10050ms;
}
.gallery-grid .grid-item:nth-child(68) .gallery-item {
  transition-delay: 10200ms;
}
.gallery-grid .grid-item:nth-child(69) .gallery-item {
  transition-delay: 10350ms;
}
.gallery-grid .grid-item:nth-child(70) .gallery-item {
  transition-delay: 10500ms;
}
.gallery-grid .grid-item:nth-child(71) .gallery-item {
  transition-delay: 10650ms;
}
.gallery-grid .grid-item:nth-child(72) .gallery-item {
  transition-delay: 10800ms;
}
.gallery-grid .grid-item:nth-child(73) .gallery-item {
  transition-delay: 10950ms;
}
.gallery-grid .grid-item:nth-child(74) .gallery-item {
  transition-delay: 11100ms;
}
.gallery-grid .grid-item:nth-child(75) .gallery-item {
  transition-delay: 11250ms;
}
.gallery-grid .grid-item:nth-child(76) .gallery-item {
  transition-delay: 11400ms;
}
.gallery-grid .grid-item:nth-child(77) .gallery-item {
  transition-delay: 11550ms;
}
.gallery-grid .grid-item:nth-child(78) .gallery-item {
  transition-delay: 11700ms;
}
.gallery-grid .grid-item:nth-child(79) .gallery-item {
  transition-delay: 11850ms;
}
.gallery-grid .grid-item:nth-child(80) .gallery-item {
  transition-delay: 12000ms;
}
.gallery-grid .grid-item:nth-child(81) .gallery-item {
  transition-delay: 12150ms;
}
.gallery-grid .grid-item:nth-child(82) .gallery-item {
  transition-delay: 12300ms;
}
.gallery-grid .grid-item:nth-child(83) .gallery-item {
  transition-delay: 12450ms;
}
.gallery-grid .grid-item:nth-child(84) .gallery-item {
  transition-delay: 12600ms;
}
.gallery-grid .grid-item:nth-child(85) .gallery-item {
  transition-delay: 12750ms;
}
.gallery-grid .grid-item:nth-child(86) .gallery-item {
  transition-delay: 12900ms;
}
.gallery-grid .grid-item:nth-child(87) .gallery-item {
  transition-delay: 13050ms;
}
.gallery-grid .grid-item:nth-child(88) .gallery-item {
  transition-delay: 13200ms;
}
.gallery-grid .grid-item:nth-child(89) .gallery-item {
  transition-delay: 13350ms;
}
.gallery-grid .grid-item:nth-child(90) .gallery-item {
  transition-delay: 13500ms;
}
.gallery-grid .grid-item:nth-child(91) .gallery-item {
  transition-delay: 13650ms;
}
.gallery-grid .grid-item:nth-child(92) .gallery-item {
  transition-delay: 13800ms;
}
.gallery-grid .grid-item:nth-child(93) .gallery-item {
  transition-delay: 13950ms;
}
.gallery-grid .grid-item:nth-child(94) .gallery-item {
  transition-delay: 14100ms;
}
.gallery-grid .grid-item:nth-child(95) .gallery-item {
  transition-delay: 14250ms;
}
.gallery-grid .grid-item:nth-child(96) .gallery-item {
  transition-delay: 14400ms;
}
.gallery-grid .grid-item:nth-child(97) .gallery-item {
  transition-delay: 14550ms;
}
.gallery-grid .grid-item:nth-child(98) .gallery-item {
  transition-delay: 14700ms;
}
.gallery-grid .grid-item:nth-child(99) .gallery-item {
  transition-delay: 14850ms;
}

.video-background {
  position: relative;
  overflow: hidden;
}
.video-background:after {
  content: "";
  background: rgba(67, 71, 128, 0.3);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.video-background video#bgvid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  width: 100%;
  height: 100%;
  margin-bottom: -7px;
  object-fit: cover;
}

.hero-banner {
  padding: 80px 0;
  width: 100%;
  position: relative;
  min-height: 400px;
}
@media screen and (min-width: 800px) {
  .hero-banner {
    min-height: 650px;
  }
}
.hero-banner:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
.hero-banner .hero-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.hero-banner .hero-caption {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
}
.hero-banner .hero-caption .logo-wrap {
  max-width: 320px;
  width: 100%;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  -moz-transform: scale(0.9) translateY(-30px);
  -o-transform: scale(0.9) translateY(-30px);
  -ms-transform: scale(0.9) translateY(-30px);
  -webkit-transform: scale(0.9) translateY(-30px);
  transform: scale(0.9) translateY(-30px);
}
@media screen and (min-width: 800px) {
  .hero-banner .hero-caption .logo-wrap {
    max-width: 400px;
  }
}
.hero-banner .hero-caption .caption-text {
  opacity: 0;
  margin-bottom: 40px;
  visibility: hidden;
  -moz-transform: translate(0, 60px);
  -o-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  transition-delay: 600ms;
}
.hero-banner .hero-caption .caption-buttons {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -moz-transform: translate(0, 60px);
  -o-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
  transition-delay: 1200ms;
}
.hero-banner .hero-caption .caption-buttons a:not(:last-child) {
  margin-right: 25px;
}
.hero-banner.loaded .logo-wrap {
  opacity: 1;
  visibility: visible;
  -moz-transform: scale(1) translate(0);
  -o-transform: scale(1) translate(0);
  -ms-transform: scale(1) translate(0);
  -webkit-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
}
.hero-banner.loaded .caption-text {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.hero-banner.loaded .caption-buttons {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}

.contact-list {
  list-style: none;
}

.contact-grid {
  opacity: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  transition-delay: 600ms;
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
.animated .contact-grid {
  opacity: 1;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
@media screen and (min-width: 750px) {
  .contact-grid {
    -ms-grid-columns: 400px 1fr;
    grid-template-columns: 400px 1fr;
    grid-gap: 60px;
  }
}

.headshot {
  max-width: 350px !important;
  width: 80%;
  margin: 0 auto 20px;
  display: block;
  border-radius: 50%;
}

form {
  margin: 0;
}

.nf-form-content {
  padding: 0 !important;
}

.nf-field-container.submit-container {
  margin-bottom: 0;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  background: #c20606 !important;
  padding: 6px 12px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
  height: auto !important;
  border: 2px solid #c20606 !important;
}
@media screen and (min-width: 660px) {
  .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    padding: 12px 18px !important;
  }
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
  color: #fff !important;
  background: #910404 !important;
  border: 2px solid #910404 !important;
}

footer.site-footer {
  padding: 40px 0;
  color: #fff;
  background: #141414;
  display: block;
}
footer.site-footer .social-links {
  list-style: none;
}
footer.site-footer .social-links li {
  display: inline-block;
}
footer.site-footer .social-links li:not(:last-child) {
  margin-right: 15px;
}
footer.site-footer .social-links li a {
  color: #fff;
}
footer.site-footer .social-links li a:hover {
  color: #c20606;
}

.footer-items {
  text-align: center;
}
.footer-items .footer-logo {
  width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .footer-items {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

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