/* Green */
/* Grey */
@font-face {
  font-family: 'Helvetica';
  src: url("fonts/HelveticaNeue-Roman.eot");
  src: url("fonts/HelveticaNeue-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("fonts/HelveticaNeue-Roman.woff") format("woff"), url("fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'MontHeavyDEMO';
  src: url("fonts/MontHeavyDEMO.eot");
  src: url("fonts/MontHeavyDEMO.eot") format("embedded-opentype"), url("fonts/MontHeavyDEMO.woff2") format("woff2"), url("fonts/MontHeavyDEMO.woff") format("woff"), url("fonts/MontHeavyDEMO.ttf") format("truetype"), url("fonts/MontHeavyDEMO.svg#MontHeavyDEMO") format("svg"); }
@font-face {
  font-family: 'MontExtraLightDEMO';
  src: url("fonts/MontExtraLightDEMO.eot");
  src: url("fonts/MontExtraLightDEMO.eot") format("embedded-opentype"), url("fonts/MontExtraLightDEMO.woff2") format("woff2"), url("fonts/MontExtraLightDEMO.woff") format("woff"), url("fonts/MontExtraLightDEMO.ttf") format("truetype"), url("fonts/MontExtraLightDEMO.svg#MontExtraLightDEMO") format("svg"); }
body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 18px; }

html {
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

main {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100%; }
  @media (min-width: 768px) {
    main {
      flex-direction: row;
      flex-wrap: wrap; } }

img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

p:not(.small-print) {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    p:not(.small-print) {
      max-width: 60%;
      margin: 0 auto 40px auto; } }
  @media (min-width: 992px) {
    p:not(.small-print) {
      max-width: 80%; } }
  @media (min-width: 1200px) {
    p:not(.small-print) {
      max-width: 60%; } }
  p:not(.small-print) strong {
    color: #43AE53; }
  p:not(.small-print) span {
    color: #43AE53; }

a {
  text-decoration: none;
  color: inherit; }
  a:visited {
    text-decoration: none;
    color: inherit; }
  a:hover {
    text-decoration: underline; }

.site-logo {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .site-logo {
      margin-bottom: 60px; } }
  .site-logo img {
    max-width: 250px; }

.holding-l {
  width: 100%;
  order: 1;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .holding-l {
      text-align: center;
      padding-top: 100px; } }
  @media (min-width: 992px) {
    .holding-l {
      order: 1;
      width: 50%;
      padding-bottom: 40px;
      padding-left: 0;
      padding-right: 0; } }

.holding-r {
  position: relative;
  order: 2;
  width: 100%; }
  @media (min-width: 992px) {
    .holding-r {
      order: 2;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 50%; } }
  .holding-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .holding-r p {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'MontHeavyDEMO';
    text-transform: uppercase;
    color: #fff;
    z-index: 5; }
    @media (min-width: 768px) {
      .holding-r p {
        font-size: 28px;
        line-height: 38px; } }
    @media (min-width: 992px) {
      .holding-r p {
        font-size: 24px;
        line-height: 34px; } }
    @media (min-width: 1366px) {
      .holding-r p {
        font-size: 28px;
        line-height: 38px; } }

form {
  width: 100%;
  margin-top: 20px;
  background: #43ae53;
  background: linear-gradient(0deg, #43ae53 0%, #22a9ce 100%);
  padding: 1px; }
  @media (min-width: 768px) {
    form {
      max-width: 60%;
      margin: 0 auto 30px auto; } }
  @media (min-width: 992px) {
    form {
      max-width: 80%; } }
  @media (min-width: 1200px) {
    form {
      max-width: 50%; } }

input[type="email"] {
  width: 60%;
  background-color: #fff;
  border: 0;
  height: 50px;
  font-size: 18px;
  line-height: 18px;
  padding-left: 20px;
  float: left; }
  @media (min-width: 1152px) {
    input[type="email"] {
      width: 55%; } }
  @media (min-width: 1366px) {
    input[type="email"] {
      width: 65%; } }
  input[type="email"]:focus {
    outline: 1px dotted #43AE53; }

button[type="submit"] {
  width: 40%;
  background: #43ae53;
  background: linear-gradient(90deg, #43ae53 0%, #22a9ce 100%);
  height: 50px;
  border: 1px solid #22A9CE;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer; }
  @media (min-width: 1152px) {
    button[type="submit"] {
      width: 45%;
      font-size: 16px;
      line-height: 16px; } }
  @media (min-width: 1366px) {
    button[type="submit"] {
      width: 35%; } }
  button[type="submit"]:hover {
    background-color: #4fbb5f; }

.socials {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 50px; }
  .socials li {
    display: inline-block; }
    .socials li:not(:last-of-type) {
      margin-right: 10px; }
  .socials img {
    max-width: 40px; }

.our-offices {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .our-offices {
      max-width: 90%;
      margin: 200px 5% 0 5%; } }
  .our-offices:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #43ae53;
    background: linear-gradient(90deg, #43ae53 0%, #22a9ce 100%); }
  .our-offices h2 {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
    color: #000;
    font-family: MontHeavyDEMO;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px; }
  .our-offices h5 {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-family: MontHeavyDEMO;
    text-transform: uppercase; }
  .our-offices ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0; }
    @media (min-width: 768px) {
      .our-offices ul {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto; } }
  .our-offices li {
    list-style: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: left; }
    @media (min-width: 768px) {
      .our-offices li {
        width: 33%; } }
    .our-offices li a {
      display: inline-flex;
      align-items: center;
      font-family: MontExtraLightDEMO, "Helvetica", "Arial", sans-serif;
      font-style: normal;
      color: #1D1D1B;
      font-size: 12px; }
      .our-offices li a:before {
        content: "T";
        color: #43AE53;
        display: inline-block;
        position: relative;
        width: 12px;
        height: auto; }

address {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  font-family: MontExtraLightDEMO, "Helvetica", "Arial", sans-serif;
  font-style: normal;
  color: #1D1D1B;
  text-transform: uppercase;
  font-size: 12px; }

.bottom-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .bottom-list {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 90%;
      margin: 0 5%; } }
  .bottom-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .bottom-list li:not(:last-of-type) {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      .bottom-list li {
        width: 19%;
        margin: 0 3%; }
        .bottom-list li:nth-of-type(2) img {
          max-width: 95px; }
        .bottom-list li:not(:last-of-type) {
          margin-bottom: 0; } }
  .bottom-list:before {
    content: "";
    display: block;
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    height: 1px;
    background: #43ae53;
    background: linear-gradient(90deg, #43ae53 0%, #22a9ce 100%); }

p.small-print {
  padding: 0 30px;
  color: #9D9D9C;
  text-align: center;
  font-size: 14px;
  line-height: 24px; }
  @media (min-width: 768px) {
    p.small-print {
      padding: 0 40px; } }
  p.small-print:before {
    content: "";
    display: block;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    height: 1px;
    background: #43ae53;
    background: linear-gradient(90deg, #43ae53 0%, #22a9ce 100%); }

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