@charset "UTF-8";
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
div,
form,
input,
button,
fieldset,
textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
nav,
menu,
aside,
figure,
header,
footer,
details,
article,
section,
figcaption {
  display: block;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

body {
  font-family: "Open Sans", sans-serif;
}

p {
  line-height: 1.5em;
}

a {
  color: inherit;
}

#content {
  margin: 0 auto;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.center-overlay {
  top: 50%;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

.clear {
  clear: both;
}

.disabled {
  pointer-events: none;
}

.row {
  width: 100%;
  display: block;
  position: relative;
}

.flex {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.blur {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blur.lazyloaded {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

#top {
  z-index: 9;
  right: 10px;
  width: 40px;
  bottom: 10px;
  height: 40px;
  display: none;
  cursor: pointer;
  position: fixed;
  border-radius: 50%;
  background: #F28537;
}

#top span {
  top: 22px;
  width: 15px;
  height: 3px;
  display: block;
  background: white;
  position: absolute;
  -webkit-transition: top 1s ease-in-out;
  transition: top 1s ease-in-out;
}

#top span:nth-of-type(1) {
  left: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

#top span:nth-of-type(2) {
  right: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

#top:hover span {
  -webkit-animation: bounce 1.25s;
          animation: bounce 1.25s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0% {
    top: 23px;
  }
  30% {
    top: 20px;
  }
  50% {
    top: 23px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 23px;
  }
}

@keyframes bounce {
  0% {
    top: 23px;
  }
  30% {
    top: 20px;
  }
  50% {
    top: 23px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 23px;
  }
}

#hero {
  width: 100%;
  height: 22.6vw;
  position: relative;
  margin-bottom: 30px;
}

#hero h1 {
  color: white;
  font-size: 48px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

#home #hero {
  height: 38.38vw;
  background: url("/img/hero-homepage-xlarge.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#the-process #hero {
  background: url("/img/hero-the-process-xlarge.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#placement-options #hero {
  background: url("/img/hero-placement-options-xlarge.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.navnumber {
	float: right;

}

.navnumber a {
	color: #F28537;
    font-size: 13px;
    text-decoration: none;
}
#faqs #hero {
  background: url("/img/hero-faq-xlarge.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#getting-started #hero {
  background: url("/img/hero-getting-started-xlarge.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#contact #hero {
  background: url("/img/hero-contact-xlarge.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.orange-button {
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 40px;
  font-family: "Lato", sans-serif;
  background: #F28537;
  margin-bottom: 20px;
  text-decoration: none;
  border: solid 1px #F28537;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.orange-button:hover {
  background: #E3C34F;
  border: solid 1px #E3C34F;
}

header {
  width: 100%;
  z-index: 10;
  padding: 0 25px;
  max-width: 1100px;
  position: relative;
  margin: 20px auto 30px auto;
}

header nav {
  bottom: 0;
  right: 25px;
  position: absolute;
  display: inline-block;
}

header nav a {
  color: #8A8F7B;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

header nav a:hover {
  color: #F28537;
}

header nav > ul:hover > li {
  top: 15px;
  padding-bottom: 15px;
}

header nav li {
  margin-left: 20px;
  position: relative;
  display: inline-block;
}

header nav li.active > a {
  color: #F28537;
}

header nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
}

header nav .dropdown-menu {
  opacity: 0;
  left: -20px;
  z-index: 10;
  width: 200px;
  padding: 5px 0;
  position: absolute;
  background: #EBEBEB;
  pointer-events: none;
  top: calc(1em + 15px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

header nav .dropdown-menu li {
  display: block;
  font-size: 14px;
  margin: 10px 15px;
}

header nav .dropdown-menu li:after {
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  margin-top: 10px;
  background: white;
}

header nav .dropdown-menu li:last-of-type:after {
  content: none;
}

header nav .dropdown-menu li.active a {
  color: #F28537;
}

header nav .dropdown-menu li a {
  color: #3A3A3A;
  margin-left: 5px;
  line-height: 1.1em;
  display: inline-block;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

header nav .dropdown-menu li a:hover {
  color: #F28537;
}

footer {
  color: #8A8F7B;
  background: #3A3A3A;
  line-height: 1.5em;
  padding: 50px 0 0 0;
}

footer nav a {
  color: #8A8F7B;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

footer nav li {
  margin-bottom: 12px;
}

footer nav li.active a {
  color: #E3C34F;
}

footer h2 {
  font-size: 14px;
  color: #D4CECE;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-bottom: 18px;
  text-transform: uppercase;
}

footer h2:nth-of-type(1n+2) {
  margin-top: 35px;
}

footer h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-bottom: 2px;
}

footer li {
  font-size: 16px;
}

footer p {
  font-size: 16px;
  margin-bottom: 10px;
}

footer a {
  color: #E3C34F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer a.social {
  line-height: 1em;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
}

footer a:hover {
  color: #F28537;
}

footer svg {
  width: 25px;
}

footer .row {
  margin-bottom: 25px;
}

footer .column {
  width: 25%;
  padding-right: 15px;
}

footer .column:nth-of-type(5) {
  padding-right: 0;
}

footer .column img {
  margin-right: 10px;
  margin-bottom: 10px;
}

footer #legal {
  margin-top: 30px;
  margin-bottom: 5px;
}

footer #legal p {
  color: #807D7D;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

footer #legal a {
  color: #807D7D;
  text-decoration: none;
}

footer #legal a:hover {
  color: #E3C34F;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1100px;
}

#home #hero .container {
  top: auto;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#hero .container h1 {
  color: white;
  margin: 0 auto;
  font-size: 55px;
  max-width: 600px;
  font-weight: 500;
  line-height: 1.1em;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  text-shadow: 0.5px 0.5px 5px rgba(0, 0, 0, 0.3);
}

#hero .container h2 {
  color: white;
  font-size: 22px;
  text-transform: uppercase;
  text-shadow: 0.5px 0.5px 3px rgba(0, 0, 0, 0.3);
}

#note {
  margin-top: 40px;
  margin-bottom: 60px;
}

#note h1 {
  color: #8CC448;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  font-family: "Lato", sans-serif;
  line-height: 1.25em;
  margin-bottom: 25px;
}

#note h2 {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

#quote {
  background: #3A3A3A;
  text-align: center;
  padding: 65px 0 80px;
}

#quote p {
  color: white;
  font-weight: 300;
  position: relative;
  line-height: 1.75em;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
}

#quote p:before {
  top: 48px;
  left: -165px;
  content: '“';
  color: #F28537;
  display: block;
  font-size: 150px;
  position: absolute;
  font-family: "Lato", sans-serif;
}

#quote p:after {
  top: 48px;
  right: -165px;
  content: '”';
  color: #F28537;
  display: block;
  font-size: 150px;
  position: absolute;
  font-family: "Lato", sans-serif;
}

#quote h3 {
  color: #8A8F7B;
  font-size: 22px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#quote h3 span {
  font-weight: bold;
}

#quote .container {
  padding: 0 130px;
}

#why {
  margin-top: 75px;
}

#why.container {
  max-width: 1000px;
}

#why h1 {
  color: #8A8F7B;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  font-family: "Lato", sans-serif;
  margin-bottom: 85px;
}

#why h2 {
  color: #8A8F7B;
  font-size: 18px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-bottom: 18px;
  text-transform: uppercase;
}

#why p {
  color: #3A3A3A;
  font-size: 14px;
}

#why div {
  width: 50%;
  padding-right: 50px;
  margin-bottom: 90px;
}

#clients {
  background: #F5F5F5;
}

#clients h1 {
  color: #8A8F7B;
  font-size: 48px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-bottom: 25px;
}

#clients h2 {
  color: #3A3A3A;
  font-size: 18px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1.25em;
  margin-bottom: 20px;
}

#clients ul {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  font-size: 14px;
  line-height: 1.25em;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

#clients li {
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

#clients p {
  color: #3A3A3A;
  font-size: 14px;
  margin-bottom: 45px;
}

#clients .container {
  padding: 55px 25px 25px 25px;
}

#clients img {
  width: 100%;
  float: left;
  max-width: 440px;
  margin-right: 70px;
}

#team .text {
  margin-top: 80px;
}

#team .text h1 {
  color: #8A8F7B;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  font-family: "Lato", sans-serif;
  margin-bottom: 25px;
}

#team .text p {
  margin: 0 auto;
  font-size: 18px;
  max-width: 865px;
  font-weight: 300;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 60px;
}

.team-member {
  padding: 95px 0 60px 0;
}

.team-member:nth-of-type(even) {
  background: #F5F5F5;
}

.team-member h2 {
  color: #8CC448;
  font-size: 24px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
}

.team-member h2 span {
  font-weight: 500;
  font-style: italic;
}

.team-member h3 {
  color: #8A8F7B;
  font-size: 18px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.team-member h4 {
  color: #3A3A3A;
  font-size: 18px;
  font-style: italic;
  font-family: "Lato", sans-serif;
  line-height: 1.5em;
  margin-bottom: 35px;
}

.team-member h5 {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.team-member ul {
  list-style: disc;
  margin-left: 18px;
  margin-bottom: 27px;
  list-style-position: outside;
}

.team-member li {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
}

.team-member li span {
  left: -2px;
  position: relative;
}

.team-member .left {
  width: 25%;
  float: left;
  display: inline-block;
}

.team-member .right {
  width: 75%;
  float: right;
  padding-left: 50px;
  display: inline-block;
}

.team-member p {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 1.9em;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}

.team-member img {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
}

.team-member .orange-button {
  width: 100%;
  color: white;
  display: block;
  font-size: 15px;
  padding: 14px 5px;
  font-weight: bold;
  text-align: center;
  font-family: "Lato", sans-serif;
  background: #F28537;
  margin-bottom: 12px;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-member .orange-button:hover {
  color: white;
  background: #E3C34F;
}

#the-process #content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 25px;
}

#the-process #content p.bold {
  font-weight: bold;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

#the-process #full {
  width: 100%;
}

#the-process #full img {
  width: 100%;
  height: auto;
}

#the-process #full h2 {
  font-size: 38px;
  font-family: "Lato", sans-serif;
}

#the-process #full h2:after {
  width: 60px;
  height: 3px;
  content: '';
  display: block;
  margin: 25px auto;
  background: #E3C34F;
}

#the-process #full span {
  font-size: 16px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

#the-process #full .row {
  margin-bottom: 30px;
}

#the-process #full .text {
  top: 50%;
  left: 50%;
  width: 100%;
  color: white;
  max-width: 400px;
  padding: 50px 15px;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(39, 39, 39, 0.6);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#the-process #full .text:hover {
  background: rgba(137, 143, 123, 0.6);
}

#the-process footer {
  margin-top: 100px;
}

.menu {
  padding: 15px 0;
  margin-bottom: 10px;
  background: #F5F5F5;
}

.menu ul {
  box-sizing: border-box;
}

.menu li {
  padding: 0 35px;
  text-align: center;
}

.menu li:first-of-type {
  padding-left: 10px;
}

.menu li:last-of-type {
  padding-right: 10px;
}

.menu a {
  color: #8A8F7B;
  font-size: 13px;
  line-height: 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.menu a:hover {
  color: #F28537;
}

.menu .flex {
  flex-wrap: nowrap;
  -webkit-box-align: center;
          align-items: center;
}

.option {
  padding: 70px 0 35px 0;
}

.option:nth-of-type(even) {
  background: #F5F5F5;
}

.option h2 {
  color: #8CC448;
  font-size: 29px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1.175em;
  letter-spacing: 0.018em;
}

.option p {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 1.9em;
  margin-bottom: 15px;
}

.option .left {
  width: 29%;
  float: left;
  padding-right: 85px;
}

.option .right {
  width: 71%;
  float: right;
}

#other {
  background: #8A8F7B;
  padding: 55px 0 65px 0;
}

#other h3 {
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  font-family: "Lato", sans-serif;
  margin-bottom: 16px;
}

#other p {
  color: white;
  margin: 0 auto;
  font-size: 14px;
  max-width: 785px;
  text-align: center;
  line-height: 1.5em;
}

#questions {
  margin-bottom: 75px;
}

.question {
  padding: 35px 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.question.open {
  background: #E9E9E9;
}

.question.open .control span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.question h2 {
  color: #F28537;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.2em;
  font-family: "Lato", sans-serif;
  padding-right: 130px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.question p {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 1.9em;
}

.question .above-fold {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.question .above-fold:hover {
  cursor: pointer;
}

.question .above-fold:hover h2 {
  color: #8CC448;
}

.question .above-fold:hover .control span {
  background: #8CC448;
}

.question .below-fold {
  display: none;
}

.question .below-fold p:first-of-type {
  padding-top: 20px;
}

.question .control {
  min-width: 20px;
  min-height: 20px;
  position: relative;
}

.question .control span {
  top: 50%;
  left: 50%;
  height: 4px;
  width: 100%;
  position: absolute;
  background: #F28537;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.35s ease-in-out, -webkit-transform 0.35s ease;
  transition: background 0.35s ease-in-out, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, background 0.35s ease-in-out;
  transition: transform 0.35s ease, background 0.35s ease-in-out, -webkit-transform 0.35s ease;
}

.question .control span:last-of-type {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

hr {
  margin: 0;
  border: 0;
  height: 1px;
  background: #E9E9E9;
}

#banner {
  height: 180px;
  position: relative;
  margin-bottom: 90px;
  background: #F5F5F5;
}

#banner h1 {
  color: #8A8F7B;
  font-size: 48px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

#process {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 105px;
}

#process main {
  width: 69%;
  padding-right: 55px;
}

#process main h2 {
  color: #8CC448;
  font-size: 20px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-bottom: 11px;
}

#process main p {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 58px;
  font-family: "Open Sans", sans-serif;
}

#process aside {
  width: 31%;
  overflow: hidden;
  background: #8A8F7B;
}

#process aside .inner {
  width: 100%;
  padding: 50px 30px;
}

#process aside h2 {
  color: white;
  font-size: 20px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-bottom: 11px;
}

#process aside p {
  color: white;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 52px;
}

#process aside br {
  content: '';
  height: 1em;
  width: 100%;
  display: block;
}

#process aside a {
  color: white;
  padding: 14px;
  margin: 0 auto;
  display: block;
  max-width: 235px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  background: #F28537;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 1px #F28537;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Open Sans', sans-serif;
}

#process aside a:hover {
  background: #E3C34F;
  border: solid 1px #E3C34F;
}

#process aside img {
  width: 100%;
  height: auto;
}

#getting-started #content {
  margin-bottom: 80px;
}

#getting-started #content p {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 14px;
}

#getting-started #content h2 {
  font-size: 16px;
  margin-top: 60px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#getting-started #content h3 {
  z-index: 2;
  width: 100%;
  color: white;
  padding: 0 10px;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  line-height: 1.4em;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

#getting-started #content img {
  z-index: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#getting-started #content a {
  overflow: hidden;
  line-height: 0em;
  position: relative;
  margin-right: 25px;
  display: inline-block;
}

#getting-started #content a:hover img {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: scale(1.035);
          transform: scale(1.035);
}

#getting-started #content a:hover h3 {
  color: #E3C34F;
}

#getting-started #content a:hover:before {
  -webkit-animation: shine 0.8s;
          animation: shine 0.8s;
}

#getting-started #content a:before {
  top: 0;
  left: -75%;
  width: 50%;
  z-index: 2;
  content: '';
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transform: skewX(-28deg);
          transform: skewX(-28deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.025)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.025) 100%);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#info {
  display: -webkit-box;
  display: flex;
  margin-top: 75px;
  margin-bottom: 8px;
}

#info h2 {
  color: #8CC448;
  font-size: 24px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
}

#info h3 {
  color: #8A8F7B;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  line-height: 1.9em;
  text-transform: uppercase;
}

#info h4 {
  color: #3A3A3A;
  font-size: 14px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin: 21px 0 6px 0;
}

#info p {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 1.9em;
}

#info p b {
  color: #8A8F7B;
  font-weight: bold;
}

#info p a {
  color: #F28537;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

#info p a:hover {
  color: #E3C34F;
}

#info ul {
  margin: 21px 0 6px 0;
}

#info ul li {
  color: #3A3A3A;
  font-size: 14px;
  margin-bottom: 27px;
}



#info .screen-reader-response {
  display: none;
}

#info .wpcf7-response-output {
  color: #F28537;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
}

#info .left {
  width: 65%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-right: 60px;
}

#info .right {
  width: 35%;
}

#info .full {
  width: 100%;
  margin-bottom: 15px;
}

#info .half {
  width: 50%;
  padding-right: 15px;
  margin-bottom: 55px;
}

#info .social {
  color: #F28537;
  margin-right: 10px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

#info .social:hover {
  color: #E3C34F;
}

#info .social svg {
  width: 25px;
}

#info .button {
  width: 100%;
  color: #F28537;
  display: block;
  font-size: 15px;
  padding: 14px 5px;
  font-weight: bold;
  text-align: center;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  text-decoration: none;
  box-sizing: border-box;
  text-transform: uppercase;
  border: solid 1px #F28537;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#info .button:hover {
  color: white;
  background: #E3C34F;
  border: solid 1px #E3C34F;
}

#error {
  padding: 110px 0 110px 0;
  background: #3A3A3A;
}

#error h1 {
  color: #E3C34F;
  font-size: 295px;
  font-weight: 400;
  text-align: center;
  font-family: "Lato", sans-serif;
  line-height: 0.96em;
}

#error p {
  color: #8CC448;
  font-size: 21px;
  text-align: center;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
}

#error .container {
  text-align: center;
}

#error .orange-button {
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  #home #hero {
    background: url("/img/hero-homepage-large.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #the-process #hero {
    background: url("/img/hero-the-process-large.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #placement-options #hero {
    background: url("/img/hero-placement-options-large.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #faqs #hero {
    background: url("/img/hero-faq-large.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #getting-started #hero {
    background: url("/img/hero-getting-started-large.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #contact #hero {
    background: url("/img/hero-contact-large.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #quote p:before {
    left: -95px;
  }
  #quote p:after {
    right: -95px;
  }
  #clients .container {
    padding: 45px 25px 25px 25px;
  }
  #clients img {
    max-width: 460px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 1000px) {
  header img {
    width: 230px;
  }
  header nav li {
    margin-left: 15px;
  }
  #clients .container {
    padding: 45px 25px 25px 25px;
  }
  #clients img {
    margin-right: 45px;
    margin-left: -100px;
  }
  #placement-options .menu li {
    padding: 0 25px;
  }
  #info .half:nth-of-type(odd) {
    width: 40%;
  }
  #info .half:nth-of-type(even) {
    width: 60%;
  }
}

@media screen and (max-width: 900px) {
  header {
    margin: 0;
    padding: 20px 15px;
    text-align: center;
  }
  header #burger {
    padding: 15px;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 4px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header #burger span {
    width: 28px;
    height: 2px;
    display: block;
    margin: 7px auto 0;
    background: #F28537;
    -webkit-transition: width 0.4s ease, -webkit-transform 0.4s ease;
    transition: width 0.4s ease, -webkit-transform 0.4s ease;
    transition: width 0.4s ease, transform 0.4s ease;
    transition: width 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  header #burger.open span:first-of-type {
    -webkit-transform: rotate(45deg) translate(6.5px, 6.5px);
            transform: rotate(45deg) translate(6.5px, 6.5px);
  }
  header #burger.open span:nth-of-type(2) {
    width: 0px;
  }
  header #burger.open span:last-of-type {
    -webkit-transform: rotate(-45deg) translate(6.5px, -6.5px);
            transform: rotate(-45deg) translate(6.5px, -6.5px);
  }
  header nav {
    left: 0;
    right: 0;
    top: 80px;
    z-index: 1;
  }
  header nav > ul {
    height: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 7px 6px;
  }
  header nav ul {
    overflow: hidden;
    text-align: left;
    background: white;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
  header nav ul:hover li {
    top: 0;
    padding-bottom: 0;
  }
  header nav li {
    display: block;
    margin: 10px 15px;
  }
  header nav a {
    color: #3A3A3A;
    font-size: 16px;
  }
  header nav .dropdown-menu {
    top: 0;
    padding: 0;
    opacity: 1;
    left: 10px;
    width: 100%;
    background: none;
    position: relative;
    pointer-events: auto;
  }
  header nav .dropdown-menu li:after {
    display: none;
  }
  #hero h1 {
    font-size: 42px;
  }
  #hero .container h1 {
    font-size: 42px;
  }
  #hero .container h2 {
    font-size: 18px;
  }
  #note {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  #note h1 {
    font-size: 30px;
  }
  #note h2 {
    font-size: 16px;
  }
  #quote {
    padding: 50px 0 70px;
  }
  #quote h3 {
    font-size: 20px;
  }
  #why {
    margin-top: 60px;
  }
  #why h1 {
    margin-bottom: 70px;
  }
  #why div {
    padding-right: 40px;
    margin-bottom: 70px;
  }
  #clients img {
    max-width: 195px;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  #team .text {
    margin-top: 60px;
  }
  #team .text h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  #team .text p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .team-member {
    padding: 65px 0 40px 0;
  }
  .team-member h2 {
    font-size: 22px;
  }
  .team-member h3 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .team-member h4 {
    font-size: 16px;
  }
  .team-member .left {
    width: 26%;
  }
  .team-member .right {
    width: 74%;
    padding-left: 35px;
  }
  .team-member .orange-button {
    font-size: 14px;
  }
  #the-process #content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #the-process #content p.bold {
    font-size: 14px;
  }
  #the-process #full h2 {
    font-size: 32px;
  }
  #the-process #full h2:after {
    margin: 16px auto;
  }
  #the-process #full span {
    font-size: 14px;
  }
  #the-process #full .text {
    padding: 40px 15px;
  }
  #banner {
    height: 120px;
    margin-bottom: 60px;
  }
  #banner h1 {
    font-size: 42px;
  }
  #process main {
    width: 60%;
  }
  #process aside {
    width: 40%;
  }
  #process aside .inner {
    padding: 40px 20px;
  }
  .option {
    padding: 60px 0 35px 0;
  }
  .option h2 {
    font-size: 27px;
  }
  .option .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .option .right {
    width: 100%;
  }
  #other {
    padding: 45px 0 55px 0;
  }
  .menu a {
    position: relative;
    display: inline-block;
  }
  .menu a:after {
    left: 0;
    width: 0%;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    background: #F28537;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
  .menu a:hover:after {
    width: 100%;
  }
  .menu li {
    margin-bottom: 10px;
  }
  .menu .flex {
    display: block;
  }
  #questions {
    margin-bottom: 55px;
  }
  .question h2 {
    font-size: 25px;
    padding-right: 60px;
  }
  #info .half:nth-of-type(1n+1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  #error {
    padding: 80px 0;
  }
  #error h1 {
    font-size: 150px;
  }
  #error p {
    font-size: 16px;
  }
  footer .column {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  #home #hero {
    background: url("/img/hero-homepage-medium.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #the-process #hero {
    background: url("/img/hero-the-process-medium.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #placement-options #hero {
    background: url("/img/hero-placement-options-medium.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #faqs #hero {
    background: url("/img/hero-faq-medium.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #getting-started #hero {
    background: url("/img/hero-getting-started-medium.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #contact #hero {
    background: url("/img/hero-contact-medium.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #hero {
    margin-bottom: 25px;
  }
  #hero h1 {
    font-size: 28px;
  }
  #hero .container h1 {
    font-size: 28px;
  }
  #hero .container h2 {
    font-size: 14px;
  }
  #note {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  #note h1 {
    font-size: 20px;
  }
  #note h2 {
    font-size: 14px;
  }
  #quote {
    padding: 40px 0 60px;
  }
  #quote .container {
    padding: 0 50px;
  }
  #quote p {
    font-size: 15px;
  }
  #quote p:before {
    top: 20px;
    left: -40px;
    font-size: 75px;
  }
  #quote p:after {
    top: 20px;
    right: -40px;
    font-size: 75px;
  }
  #quote h3 {
    font-size: 17px;
  }
  #why {
    margin-top: 50px;
  }
  #why h1 {
    font-size: 38px;
    margin-bottom: 50px;
  }
  #why div {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  #clients .container {
    padding: 25px;
  }
  #clients h1 {
    font-size: 32px;
  }
  #clients p {
    margin-bottom: 25px;
  }
  #clients ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  #clients li {
    margin-right: 10px;
  }
  #clients li:nth-of-type(even) {
    margin-right: 0;
  }
  #clients img {
    max-width: 25%;
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .team-member img {
    float: left;
    max-width: 35%;
    padding-right: 15px;
    display: inline-block;
    box-sizing: border-box;
  }
  .team-member .left {
    width: 100%;
  }
  .team-member .right {
    width: 100%;
    padding-left: 0;
  }
  .team-member .orange-button {
    width: 65%;
    display: inline-block;
  }
  #the-process #full h2 {
    font-size: 26px;
  }
  #the-process #full h2:after {
    height: 2px;
    margin: 8px auto;
  }
  #the-process #full span {
    font-size: 12px;
  }
  #the-process #full .text {
    max-width: 65%;
    padding: 15px 15px;
  }
  #the-process footer {
    margin-top: 50px;
  }
  #banner {
    margin-bottom: 40px;
  }
  #banner h1 {
    font-size: 38px;
  }
  #process {
    display: block;
  }
  #process main {
    width: 100%;
    padding-right: 0;
  }
  #process main p {
    margin-bottom: 45px;
  }
  #process aside {
    width: 100%;
  }
  #process aside .inner {
    padding: 40px 20px;
  }
  .option {
    padding: 40px 0 20px 0;
  }
  #questions {
    margin-bottom: 35px;
  }
  .question h2 {
    font-size: 20px;
    padding-right: 30px;
  }
  #getting-started #content {
    text-align: center;
    margin-bottom: 25px;
  }
  #getting-started #content h2 {
    text-align: left;
  }
  #getting-started #content p {
    text-align: left;
  }
  #getting-started #content a {
    display: inline-block;
    margin: 0 auto 25px auto;
  }
  #info {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #info h2 {
    font-size: 22px;
  }

  #info .left {
    width: 100%;
    padding-right: 0;
  }
  #info .right {
    width: 100%;
  }
  #error h1 {
    font-size: 100px;
  }
  #error p {
    font-size: 15px;
  }
  footer nav {
    margin-bottom: 20px;
  }
  footer h2 {
    margin: 20px 0 5px 0;
  }
  footer h2:nth-of-type(1n+2) {
    margin: 20px 0 5px 0;
  }
  footer .column {
    width: 100%;
    margin-top: -15px;
  }
}

@media screen and (max-width: 370px) {
  #hero .center-overlay {
    bottom: 20px;
  }
  #hero .container h1 {
    font-size: 24px;
  }
  #hero .container h2 {
    font-size: 12px;
  }
  #home #hero {
    background: url("/img/hero-homepage-small.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #the-process #hero {
    background: url("/img/hero-the-process-small.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #placement-options #hero {
    background: url("/img/hero-placement-options-small.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #faqs #hero {
    background: url("/img/hero-faq-small.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #getting-started #hero {
    background: url("/img/hero-getting-started-small.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  #contact #hero {
    background: url("/img/hero-contact-small.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  .container {
    padding: 0 15px;
  }
  header img {
    width: 180px;
  }


/* Base Styles for Text, Email, and Other Input Types */
/* It's important to define these to avoid unintentional overrides */
input[type="text"], input[type="email"], input[type="tel"], text area {
    width: 100% !important;
    color: #3A3A3A !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    padding: 15px 20px !important;
    margin-bottom: 25px !important;
    box-sizing: border-box !important;
    font-family: "Open Sans", sans-serif !important;
    border: solid 1px #E9E9E9 !important;
    text-transform: none !important;
}






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