* {
  box-sizing: border-box; }

body {
  background: #25282a;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif; }

.wrap {
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%; }

a {
  color: white;
  transition: 0.2s; }
  a:hover {
    color: #6bc04b;
    text-decoration: none; }

.border-angle {
  position: absolute;
  left: 0;
  right: 0;
  height: 40px; }
  .border-angle svg {
    width: 100%;
    height: 100%; }
  .border-angle polygon {
    fill: white; }
  .border-angle--top {
    top: 0; }
  .border-angle--bottom {
    bottom: 0; }
  .border-angle--green polygon {
    fill: #6bc04b; }
  .border-angle--grey polygon {
    fill: #eee; }

a.btn-green {
  background: #6bc04b;
  color: white;
  font-size: 1.2em;
  padding: 10px 38px;
  display: inline-block;
  margin: 25px 0;
  font-weight: bold;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  curser: pointer; }

a.btn-green:after {
  font-family: FontAwesome;
  content: "\f054";
  margin-left: 20px;
  font-size: 0.8em;
  font-weight: normal; }

a.btn-green:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4a8d31;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

a.btn-green:hover,
a.btn-green:focus,
a.btn-green:active {
  color: white;
  background: #6bc04b; }

a.btn-green:hover:before,
a.btn-green:focus:before,
a.btn-green:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

a.btn-white {
  background: none;
  border: 3px solid white;
  padding: 10px;
  margin: 25px;
  cursor: pointer; }

a.btn-white:before {
  background: white; }

a.btn-white:hover,
a.btn-white:focus,
a.btn-white:active {
  color: #6bc04b;
  background: none; }

a.btn-grey {
  background: #898b8e;
  margin: 25px; }

a.btn-grey:before {
  background: #6bc04b; }

a.btn-grey:hover,
a.btn-grey:focus,
a.btn-grey:active {
  color: white;
  background: #898b8e; }

a.smaller-button {
  font-size: 14px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  header section {
    background: #25282a;
    color: white;
    padding: 10px 0px;
    border-bottom: 3px solid #6bc04b; }
    header section a.margin-icons {
      padding: 0 9px;
      font-size: 16px;
      color: #d3d3d3; }
      header section a.margin-icons:first-child {
        border-right: 2px solid #d3d3d3; }
      header section a.margin-icons:hover {
        color: #6bc04b; }
    header section a .fa {
      font-size: 14px;
      margin-right: 4px; }
  header nav {
    background: #333; }
    header nav ul {
      margin-bottom: 0;
      padding: 0; }
      header nav ul li {
        display: inline-block; }
        header nav ul li a {
          padding: 18px;
          text-transform: uppercase;
          display: block;
          font-size: 0.9em; }
          header nav ul li a:hover {
            background: rgba(255, 255, 255, 0.2); }
          header nav ul li a.selected {
            background: rgba(255, 255, 255, 0.2);
            color: #6bc04b;
            text-decoration: none; }
        header nav ul li:first-child a {
          background: #6bc04b;
          color: white; }
          header nav ul li:first-child a:hover {
            background: #54a038; }
  header .language-wrap {
    display: none;
    border: 1px solid white;
    border-radius: 2px;
    font-size: 14px;
    margin: 0 15px;
    position: relative; }
    header .language-wrap .active-language {
      background: #6bc04b;
      box-shadow: none; }
    header .language-wrap a {
      color: white;
      background: #9e9e9e;
      display: inline-block;
      transition: 0.2s;
      display: inline-block;
      margin: 0;
      text-align: center;
      padding: 3px 6px;
      box-shadow: 0px 0px 15px #6f6f6f inset;
      font-weight: bold; }
      header .language-wrap a:hover {
        background: #6bc04b;
        color: white; }
  header .language-wrap-french span {
    border-radius: 0 3px 3px 0; }
  header .language-wrap-french a {
    border-radius: 3px 0 0 3px; }

.hero {
  width: 100%;
  padding: 280px 0 200px;
  background: url("../images/homeimage.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero img {
    height: 56px;
    filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.9)); }
  .hero .plus-header {
    font-size: 50px;
    line-height: 1;
    position: relative;
    margin: 0 10px;
    bottom: -11px; }
  .hero .title-section {
    text-align: center;
    color: white; }
    .hero .title-section h1 {
      font-size: 3em;
      font-weight: bold;
      text-transform: uppercase; }
    .hero .title-section a {
      padding: 15px 40px; }

.contact-bar {
  padding: 15px;
  background: #6bc04b;
  color: white;
  text-align: center;
  font-size: 1.1em; }
  .contact-bar p {
    display: inline-block;
    margin-bottom: 0; }
  .contact-bar a {
    margin-left: 30px;
    font-weight: bold;
    font-size: 1.2em; }
    .contact-bar a:hover {
      color: #e6e6e6; }

.first-section {
  background: url(../images/first-section.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0 350px;
  text-align: center;
  border-bottom: 3px solid #d3d3d3; }
  .first-section .image-wrapper {
    margin-bottom: 50px; }
  .first-section img {
    margin: 0 10px;
    height: 50px; }
  .first-section h2 {
    font-weight: bold;
    font-size: 2.4em;
    margin-bottom: 20px; }
  .first-section p {
    margin-bottom: 25px;
    font-size: 2rem; }
    .first-section p span {
      color: #6bc04b;
      font-weight: 700; }
  .first-section a {
    color: #6bc04b;
    font-weight: bold; }
    .first-section a:hover {
      color: #54a038; }

.services {
  background: white;
  color: #333;
  padding: 0; }
  .services .tiles-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -340px; }
    .services .tiles-row > div {
      margin: 15px 0; }
  .services .info-tile {
    background: white;
    border: 2px solid #d3d3d3;
    border-bottom: 5px solid #6bc04b;
    padding: 45px;
    font-size: 1em;
    width: 100%;
    margin: 15px 0; }
    .services .info-tile img {
      height: 120px; }
    .services .info-tile p {
      height: 125px; }
    .services .info-tile h3 {
      padding: 15px 0;
      font-weight: bold;
      font-size: 2em; }
    .services .info-tile a {
      width: 200px;
      padding: 10px;
      margin: 25px 10px; }

.testimonial-section {
  background: #6bc04b;
  color: white;
  font-size: 1.1em;
  padding: 30px 0; }
  .testimonial-section p {
    line-height: 1.3; }
  .testimonial-section .fa-quote-left {
    font-size: 2em; }
  .testimonial-section .testimonial-logo-wrap img {
    width: 100%; }

.organic-search {
  position: relative;
  background-color: white;
  background-image: url(../images/organic-image.jpg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #333;
  padding: 80px 0; }
  .organic-search h2 {
    color: #333;
    font-weight: bold;
    font-size: 2.3em; }
  .organic-search p {
    margin-bottom: 15px; }
  .organic-search a {
    margin: 6px 0;
    width: 200px;
    padding: 10px;
    text-align: center; }
  .organic-search.french-image {
    background-image: url(../images/french-organic-image.jpg); }

.why-organic-search {
  position: relative;
  background-color: #eee;
  background-image: url(../images/why-organic-image.jpg);
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: 30%;
  padding: 80px 0;
  color: #333; }
  .why-organic-search.french-image {
    background-image: url(../images/french-why-organic-image.jpg); }

.what-organic-search {
  background-color: white;
  background-image: url(../images/what-organic-image.jpg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 80px 0; }
  .what-organic-search.french-image {
    background-image: url(../images/french-what-organic-image.jpg); }

.paid-search {
  position: relative;
  background-color: white;
  background-image: url(../images/paid-image.jpg);
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #333;
  padding: 80px 0; }
  .paid-search h2 {
    color: #333;
    font-weight: bold;
    font-size: 2.3em; }
  .paid-search p {
    margin-bottom: 15px; }
  .paid-search a {
    margin: 6px 0;
    width: 200px;
    padding: 10px;
    text-align: center; }
  .paid-search.french-image {
    background-image: url(../images/french-paid-image.jpg); }

.why-paid-search {
  position: relative;
  background-color: #eee;
  background-image: url(../images/why-paid-image.jpg);
  background-position: left top;
  background-size: 50%; }
  .why-paid-search .row > div {
    margin-left: 50%; }

.big-footer {
  padding: 100px 0;
  background: url(../images/footer.jpg) no-repeat center center;
  background-size: cover;
  text-align: center; }
  .big-footer h3 {
    color: #6bc04b;
    font-weight: bold;
    font-size: 2.4em; }
  .big-footer a {
    padding: 10px 35px;
    font-size: 1.4em; }
  .big-footer .big-footer-logo {
    margin-bottom: 40px;
    width: 320px; }
  .big-footer .image-wrapper img {
    height: 50px;
    margin: 0 10px; }

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 0;
  color: white;
  align-items: center; }
  footer .convertus-link {
    color: #6bc04b; }
    footer .convertus-link:hover {
      color: #54a038; }
  footer span {
    margin-right: 30px; }
  footer .social-link {
    font-size: 1.8em;
    margin: 0 5px; }
  footer .footer-info-wrap {
    text-align: center;
    width: auto; }

#nav-icon {
  width: 30px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #e1e1e1;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 8px; }

#nav-icon span:nth-child(4) {
  top: 16px; }

#nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%; }

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%; }

#ticket-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 60%;
  transform: translate(-50%, -500%);
  transition: transform 0.3s; }
  #ticket-popup.clicked {
    transform: translate(-50%, -50%); }
  #ticket-popup .fa-close {
    position: absolute;
    top: -15px;
    right: -12px;
    font-size: 30px;
    transition: 0.2s; }
    #ticket-popup .fa-close:hover {
      color: #6bc04b;
      cursor: pointer; }

.darken-background {
  position: fixed;
  z-index: 88888;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s; }
  .darken-background.active {
    visibility: visible;
    opacity: 1; }

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #6bc04b;
  height: 5px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-overline-reveal:hover:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@media all and (max-width: 1200px) {
  .services .info-tile p {
    height: 150px; }
  .services .info-tile a {
    margin: 10px auto; } }
@media all and (max-width: 992px) {
  .services .info-tile p {
    height: 200px; }

  .organic-search {
    padding: 40px 0 260px;
    background-size: 500px; }

  .why-organic-search {
    padding: 330px 0 40px;
    background-position: center 10%; }

  .what-organic-search {
    padding: 280px 0 40px;
    background-position: right top;
    background-size: 550px; }

  .paid-search {
    padding: 40px 0 300px;
    background-size: 550px; }

  .what-paid-search {
    padding: 40px 0; }
    .what-paid-search p {
      margin-bottom: 50px; }

  .why-paid-search {
    padding: 315px 0 40px;
    background-size: 70%; }

  footer img {
    width: 150px; } }
@media all and (max-width: 767px) {
  header nav {
    background: #333;
    width: 50%;
    position: absolute;
    top: 62px;
    left: -50%;
    transition: 0.3s;
    height: 100vh;
    box-shadow: 6px 0px 15px rgba(0, 0, 0, 0.4); }
    header nav ul {
      width: 100%;
      padding: 0; }
      header nav ul li {
        display: block; }
        header nav ul li a {
          padding: 18px;
          text-transform: uppercase;
          display: block;
          font-size: 1.1em; }
          header nav ul li a:hover {
            background: rgba(255, 255, 255, 0.2); }
    header nav.menu-open {
      left: 0; }

  .hero {
    border-bottom: 0;
    padding: 120px 0; }
    .hero .plus-header {
      display: block;
      top: 0; }
    .hero .title-section h1 {
      font-size: 2.5em; }
    .hero .title-section a {
      width: 90%;
      padding: 10px;
      margin: 5px; }

  header section {
    padding: 10px 15px; }
    header section img {
      width: 200px; }

  .first-section img {
    margin: 0;
    height: 40px; }
  .first-section h2 {
    font-size: 1.7em; }

  .services .info-tile {
    padding: 15px; }
    .services .info-tile a {
      margin: 10px auto;
      width: 100%; }

  .big-footer .image-wrapper img {
    margin: 0;
    height: 40px; }

  .services .info-tile p {
    height: auto; }

  .organic-search {
    padding: 40px 0 260px;
    background-size: 450px; }

  .why-organic-search {
    padding: 335px 0 40px;
    background-position: center 10%; }

  .what-organic-search {
    padding: 240px 0 40px;
    background-position: right top;
    background-size: 480px; }

  .paid-search {
    padding: 40px 0 240px;
    background-size: 450px; }

  .why-paid-search {
    padding: 280px 0 40px;
    background-size: 80%; }
    .why-paid-search .row > div {
      margin-left: 0; }

  .what-paid-search img {
    height: 100px; }

  footer .footer-info-wrap {
    display: block;
    width: 100%; }
    footer .footer-info-wrap span {
      display: block;
      margin: 0 auto; } }
@media all and (max-width: 479px) {
  .first-section img {
    height: 30px; }

  .big-footer .image-wrapper img {
    height: 30px; }

  .contact-bar a {
    margin-left: 0; }

  .organic-search {
    padding: 40px 0 180px;
    background-size: 300px; }
    .organic-search h2 {
      font-size: 2em; }
    .organic-search a {
      width: 100%; }

  .why-organic-search {
    padding: 260px 0 40px;
    background-position: center 7%;
    background-size: 85%; }

  .what-organic-search {
    padding: 150px 0 40px;
    background-position: right top;
    background-size: 300px; }

  .paid-search {
    padding: 40px 0 170px;
    background-size: 290px; }
    .paid-search h2 {
      font-size: 2em; }
    .paid-search a {
      width: 100%; }

  .why-paid-search {
    padding: 210px 0 40px;
    background-size: 100%; } }

/*# sourceMappingURL=style.css.map */
