/*!
Theme Name: Investor Agenda
Theme URI: https://www.
Author: Highscore
Author URI: http://www.highscore.co.uk
Description: Investor Agenda
Version: 1.0.0
*/
/* COMPASS IMPORTS */
/* BASE - Base styles, Normalize, Colours, Typography */
/* green */
/* grey */
/* BASIC STYLES
 * ------------------------------------------------ */
html {
  font-size: 62.5%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 57.5%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 57.5%;
  }
}

body {
  height: 100%;
  position: relative;
  color: #444;
  background: white;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

p, ul, ol {
  margin: 0;
  padding: 0;
}

strong, b {
  font-family: 700;
}

em {
  font-style: normal;
}

blockquote {
  border: none;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

img {
  border: none;
  display: block;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.visible {
  display: block !important;
}

/* EXTRAS
 * ------------------------------------------------ */
/* Mozilla based browsers */
::-moz-selection {
  background-color: #648900;
  color: white;
}

/* Works in Safari */
::-moz-selection {
  background-color: #648900;
  color: white;
}
::selection {
  background-color: #648900;
  color: white;
}

/* LINKS
 * ------------------------------------------------ */
a {
  color: #648900;
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #444;
  outline: none;
  text-decoration: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.top {
  top: 0;
}

.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bottom {
  bottom: 0;
  position: absolute;
}

.center {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/* HEADINGS
 * ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #648900;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

/* TRANSITIONS
 * ------------------------------------------------ */
a, .text-caption-widget h2, .news-article h2, .partner-info h2 {
  transition: color 0.3s ease;
}

.main-nav a, .navbar-toggle, .featured-article a {
  transition: background 0.3s ease, border 0.3s ease;
}

ul.page-numbers a, .btn, .text-cta-widget .block-cta {
  transition: background 0.3s ease, color 0.3s ease;
}

.text-caption-widget a, .partner-info img {
  transition: border 0.3s ease;
}

.social-nav a, .sub-menu li a, #mobileNav a, #footer a:not(.btn), .categories-widget a, .img-overlay, .twitter-widget a, .news-article img, .logos-widget .block-cta, .slider-nav a:before {
  transition: opacity 0.3s ease;
}

.divider:after, .block .caption, .see-more, .sub-menu {
  transition: all 0.3s ease;
}

/* COMPONENTS - Individual site components */
/* ADD THIS
--------------------------------------------*/
.add-this {
  overflow: hidden;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .add-this {
    margin: 15px 0;
  }
}

.add-this-title {
  float: left;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1;
}

.addthis_sharing_toolbox {
  height: 32px;
  float: left;
  top: -6px;
  position: relative;
}

/* BG COLORS
--------------------------------------------*/
.bg-white {
  background: white;
}

.bg-green-light {
  background: #ebf6ee;
}

.bg-green-dark {
  background: #005f02;
}

/* GRADIENT OVERLAYS
--------------------------------------------*/
.gradient-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}

/* gradient overlay colours */
.gradient-overlay-black-left {
  background: rgba(0, 0, 0, 0.7) 0%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.gradient-overlay-black-top {
  background: rgba(0, 0, 0, 0.5) 0%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.gradient-overlay-black-bottom {
  background: rgba(0, 0, 0, 0) 0%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.gradient-overlay-alt-black-bottom {
  background: rgba(0, 0, 0, 0) 80%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.2) 100%);
}

/* IMG OVERLAYS
--------------------------------------------*/
.img-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}

/* block overlay colours */
.img-overlay-black {
  background-color: black;
}

.img-overlay-green-dark {
  background: #005f02;
}

/* BG COVER IMAGE
--------------------------------------------*/
.bg-img-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: black;
}

.bg-img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* CTA BLOCK
--------------------------------------------*/
.block-cta {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

/* BUTTONS
--------------------------------------------*/
.btn {
  margin: 0;
  padding: 13px 20px;
  cursor: pointer;
  font-weight: normal;
  outline: none !important;
  border-radius: 0;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .btn {
    padding: 11px 15px;
  }
}
.btn:hover, .btn:focus {
  outline: none !important;
}
.btn:active, .btn.active {
  box-shadow: none;
}

/* dark green button */
.btn-green-dark {
  color: white;
  background: #005f02;
}
.btn-green-dark:hover, .btn-green-dark:focus {
  color: white;
  background: #648900;
}

a:hover .btn-green-dark,
a:focus .btn-green-dark {
  color: white;
  background: #648900;
}

/* base green button */
.btn-green-base {
  color: white;
  background: #648900;
}
.btn-green-base:hover, .btn-green-base:focus {
  color: white;
  background: #005f02;
}

a:hover .btn-green-base,
a:focus .btn-green-base {
  color: white;
  background: #005f02;
}

/* white button */
.btn-white {
  background: white;
  color: #648900;
}
.btn-white:hover, .btn-white:focus {
  color: white;
  background: #648900;
}

a:hover .btn-white,
a:focus .btn-white {
  color: white;
  background: #648900;
}

/* btn group */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0;
}

.btn-group .btn {
  margin: 0 5px 5px 0 !important;
}

/* DIVIDER
--------------------------------------------*/
.divider {
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  border-bottom: 2px solid #cccccc;
}
.divider:after {
  content: "";
  z-index: 2;
  width: 100%;
  height: 2px;
  background: #005f02;
  bottom: -2px;
  left: -1000px;
  position: absolute;
}

a:hover .divider:after {
  left: 0px;
}

/* FORMS
--------------------------------------------*/
/* contact form 7 */
form p {
  margin: 0;
}
form br {
  display: none;
}

/* resets */
input, textarea, button {
  outline: medium none;
}

label {
  font-weight: normal;
}

::-ms-clear {
  display: none;
}

/* horizontal form */
.form-horizontal .form-group,
.form-group {
  margin: 0 0 10px;
}

.form-control {
  height: 35px;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 5px 10px;
  color: #648900;
  border: 1px solid white;
  box-shadow: none;
  border-radius: 0;
  background: white;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #648900;
}

textarea.form-control {
  resize: none;
}

/* checkboxes */
.checkbox {
  margin-top: 13px !important;
}
.checkbox input {
  opacity: 0;
  display: none;
  margin: 0;
  padding: 0;
}
.checkbox input:checked + label:after {
  opacity: 1;
}
.checkbox label {
  padding-left: 25px;
}
.checkbox label:after, .checkbox label:before {
  position: absolute;
  content: "";
  border-radius: 0;
}
.checkbox label:before {
  left: 0;
  top: 9px;
  width: 15px;
  height: 15px;
  border: 1px solid white;
}
.checkbox label:after {
  left: 0;
  top: 5px;
  opacity: 0;
  content: "\ea10";
  font-size: 20px;
  font-family: "icomoon";
  color: white;
}

/* placeholder text */
.form-control:-moz-placeholder {
  color: #648900;
}

.form-control::-moz-placeholder {
  color: #648900;
}

.form-control:-ms-input-placeholder {
  color: #648900;
}

.form-control::-webkit-input-placeholder {
  color: #648900;
}

.placeholder {
  color: #648900;
}

/* recaptcha */
.grecaptcha-badge {
  z-index: 998;
}

/* gravity forms */
form p {
  margin: 0;
}
form br {
  display: none;
}
form label,
form legend {
  font-size: 2rem;
  color: #444;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 767px) {
  form label,
form legend {
    margin-bottom: 7px;
  }
}
form label {
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  form label {
    font-size: 1.7rem;
  }
}
form legend {
  border: none;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.1rem;
}
@media (max-width: 767px) {
  form legend {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

/* resets */
input, textarea, button {
  outline: medium none;
}

select {
  cursor: pointer;
}

::-ms-clear {
  display: none;
}

/* horizontal form */
.form-horizontal .form-group,
.form-group {
  margin: 0 0 15px;
}

.form-group-btn {
  margin: 0;
}

/* base form input */
/* base form checkbox */
/* base form textarea */
/* gravity forms */
body .gform_wrapper {
  margin: 0;
  /* top label */
  /* inner labels */
  /* hidden labels */
  /* form heading */
  /* form input/dropdown */
  /* complex fields */
  /* address fields */
  /* name field */
  /* validation */
  /* form section */
  /* form title & description */
  /* checkboxes/radio buttons */
  /* select dropdowns */
  /* multi select */
  /* time fields */
  /* date picker */
  /* file upload */
  /* recaptcha */
  /* footer */
  /* submit button */
  /* validation */
}
body .gform_wrapper .top_label {
  font-size: 2rem;
}
@media (max-width: 767px) {
  body .gform_wrapper .top_label {
    fot-size: 1.7rem;
  }
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium {
  width: 100% !important;
}
body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
body .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 0;
  display: none;
}
body .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
body .gform_wrapper .gform_heading {
  margin-bottom: 25px;
}
body .gform_wrapper .gfield {
  list-style: none;
  margin: 25px 0 0 !important;
  padding-right: 0 !important;
  /* half width fields */
  /* validation */
}
@media (max-width: 767px) {
  body .gform_wrapper .gfield {
    margin: 15px 0 0 !important;
  }
}
body .gform_wrapper .gfield label {
  font-weight: 400;
  margin: 0 0 10px !important;
}
@media (max-width: 767px) {
  body .gform_wrapper .gfield label {
    margin-bottom: 7px !important;
  }
}
body .gform_wrapper .gfield input[type=text] {
  width: 100% !important;
  padding: 10px 15px !important;
  color: #444;
  border-radius: 0;
  position: relative;
  border: none;
  box-shadow: none;
  background: #f2f2f2;
  margin-bottom: 0;
  width: 100%;
  height: 45px;
  font-size: 1.7rem !important;
  line-height: 1.5;
  /* focus */
  /* placeholder text */
}
@media (max-width: 991px) {
  body .gform_wrapper .gfield input[type=text] {
    height: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px !important;
  }
}
body .gform_wrapper .gfield input[type=text]:focus {
  outline: 0;
  box-shadow: none;
  background: #d9d9d9;
  transition: background 0.3s ease;
}
body .gform_wrapper .gfield input[type=text]:-moz-placeholder {
  opacity: 1;
  color: #444;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #444;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield input[type=text]:-ms-input-placeholder {
  opacity: 1;
  color: #444;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield input[type=text]::-webkit-input-placeholder {
  opacity: 1;
  color: #444;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield input[type=text]:focus:-moz-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield input[type=text]:focus::-moz-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield input[type=text]:focus:-ms-input-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield input[type=text]:focus::-webkit-input-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield textarea {
  width: 100% !important;
  padding: 10px 15px !important;
  color: #444;
  border-radius: 0;
  position: relative;
  border: none;
  box-shadow: none;
  background: #f2f2f2;
  margin-bottom: 0;
  width: 100%;
  height: 45px;
  font-size: 1.7rem !important;
  line-height: 1.5;
  /* focus */
  /* placeholder text */
}
@media (max-width: 991px) {
  body .gform_wrapper .gfield textarea {
    height: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px !important;
  }
}
body .gform_wrapper .gfield textarea:focus {
  outline: 0;
  box-shadow: none;
  background: #d9d9d9;
  transition: background 0.3s ease;
}
body .gform_wrapper .gfield textarea:-moz-placeholder {
  opacity: 1;
  color: #444;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield textarea::-moz-placeholder {
  opacity: 1;
  color: #444;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield textarea:-ms-input-placeholder {
  opacity: 1;
  color: #444;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #444;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield textarea:focus:-moz-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield textarea:focus::-moz-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield textarea.small, body .gform_wrapper .gfield textarea.medium, body .gform_wrapper .gfield textarea.large {
  height: 130px;
}
body .gform_wrapper .gfield select {
  width: 100% !important;
  padding: 10px 15px !important;
  color: #444;
  border-radius: 0;
  position: relative;
  border: none;
  box-shadow: none;
  background: #f2f2f2;
  margin-bottom: 0;
  width: 100%;
  height: 45px;
  font-size: 1.7rem !important;
  line-height: 1.5;
  /* focus */
  /* placeholder text */
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  z-index: 1;
}
@media (max-width: 991px) {
  body .gform_wrapper .gfield select {
    height: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px !important;
  }
}
body .gform_wrapper .gfield select:focus {
  outline: 0;
  box-shadow: none;
  background: #d9d9d9;
  transition: background 0.3s ease;
}
body .gform_wrapper .gfield select:-moz-placeholder {
  opacity: 1;
  color: #444;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield select::-moz-placeholder {
  opacity: 1;
  color: #444;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield select:-ms-input-placeholder {
  opacity: 1;
  color: #444;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield select::-webkit-input-placeholder {
  opacity: 1;
  color: #444;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .gform_wrapper .gfield select:focus:-moz-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield select:focus::-moz-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield select:focus:-ms-input-placeholder {
  opacity: 0;
}
body .gform_wrapper .gfield select:focus::-webkit-input-placeholder {
  opacity: 0;
}
@media (max-width: 991px) {
  body .gform_wrapper .gfield select {
    height: 42px;
    padding: 8px !important;
  }
}
body .gform_wrapper .gfield h5 {
  margin: 10px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
body .gform_wrapper .gfield.column-2 {
  width: 47%;
  display: inline-block;
  margin-right: 15px !important;
}
@media (max-width: 567px) {
  body .gform_wrapper .gfield.column-2 {
    width: 100%;
  }
}
body .gform_wrapper .gfield.column-2.gfield_error {
  margin-right: 15px !important;
}
body .gform_wrapper .gfield.column-3 {
  width: 30%;
  display: inline-block;
  margin-right: 15px !important;
}
@media (max-width: 567px) {
  body .gform_wrapper .gfield.column-3 {
    width: 100%;
  }
}
body .gform_wrapper .gfield.column-3.gfield_error {
  margin-right: 15px !important;
}
body .gform_wrapper .gfield.gfield_error {
  margin: 20px 0 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
@media (max-width: 767px) {
  body .gform_wrapper .gfield.gfield_error {
    margin-top: 15px !important;
  }
}
body .gform_wrapper .ginput_complex .ginput_full,
body .gform_wrapper .ginput_complex .ginput_left,
body .gform_wrapper .ginput_complex .ginput_right {
  min-height: auto;
}
body .gform_wrapper .ginput_container_address span {
  display: block;
  margin-bottom: 15px !important;
}
@media (max-width: 767px) {
  body .gform_wrapper .ginput_container_address span {
    margin-bottom: 10px !important;
  }
}
body .gform_wrapper .ginput_container_name span {
  padding-right: 14px !important;
}
@media (max-width: 567px) {
  body .gform_wrapper .ginput_container_name span {
    padding-right: 0 !important;
  }
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 0px) !important;
}
body .gform_wrapper .validation_message {
  display: none;
}
body .gform_wrapper .gsection {
  margin: 25px 0 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
body .gform_wrapper .gsection:first-of-type {
  margin-top: 0 !important;
}
body .gform_wrapper .gsection .gfield_label,
body .gform_wrapper h2.gsection_title,
body .gform_wrapper h3.gform_title {
  font-size: 2rem;
  color: #444;
  font-weight: 400;
}
@media (max-width: 767px) {
  body .gform_wrapper .gsection .gfield_label,
body .gform_wrapper h2.gsection_title,
body .gform_wrapper h3.gform_title {
    font-size: 1.7rem;
  }
}
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description {
  padding: 0;
  margin-bottom: 15px;
  font-size: 1.7rem;
}
body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 10px;
}
@media (max-width: 767px) {
  body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px !important;
  }
}
body .gform_wrapper .description_above .gfield_description {
  padding: 0;
}
body .gform_wrapper .ginput_container_checkbox,
body .gform_wrapper .ginput_container_radio {
  margin-bottom: 25px;
}
body .gform_wrapper .ginput_container_checkbox label,
body .gform_wrapper .ginput_container_radio label {
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 1rem;
  margin: 4px 0 0 0 !important;
  display: inline-block !important;
  padding-left: 30px !important;
}
body .gform_wrapper .ginput_container_checkbox label:after, body .gform_wrapper .ginput_container_checkbox label:before,
body .gform_wrapper .ginput_container_radio label:after,
body .gform_wrapper .ginput_container_radio label:before {
  content: "";
  border-radius: 0;
  position: absolute;
}
body .gform_wrapper .ginput_container_checkbox label:before,
body .gform_wrapper .ginput_container_radio label:before {
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #444;
}
@media (min-width: 1920px) {
  body .gform_wrapper .ginput_container_checkbox label:before,
body .gform_wrapper .ginput_container_radio label:before {
    top: 6px;
  }
}
body .gform_wrapper .ginput_container_checkbox label:after,
body .gform_wrapper .ginput_container_radio label:after {
  opacity: 0;
}
body .gform_wrapper .ginput_container_checkbox input,
body .gform_wrapper .ginput_container_radio input {
  display: none !important;
  opacity: 0;
  margin: 0 !important;
  padding: 0 !important;
}
body .gform_wrapper .ginput_container_checkbox input:checked + label, body .gform_wrapper .ginput_container_checkbox input:checked + label,
body .gform_wrapper .ginput_container_radio input:checked + label,
body .gform_wrapper .ginput_container_radio input:checked + label {
  font-weight: 700 !important;
}
body .gform_wrapper .ginput_container_checkbox input:checked + label:after, body .gform_wrapper .ginput_container_checkbox input:checked + label:after,
body .gform_wrapper .ginput_container_radio input:checked + label:after,
body .gform_wrapper .ginput_container_radio input:checked + label:after {
  left: 3px;
  top: 2px;
  opacity: 1;
  color: #444;
  content: "\ea10";
  font-size: 1.4rem;
  font-family: "icomoon";
}
@media (max-width: 767px) {
  body .gform_wrapper .ginput_container_checkbox,
body .gform_wrapper .ginput_container_radio {
    margin-bottom: 15px !important;
  }
}
body .gform_wrapper .ginput_container_checkbox li,
body .gform_wrapper .ginput_container_radio li {
  display: inline;
  margin: 0 15px 5px 0 !important;
}
body .gform_wrapper .ginput_container_checkbox label:before,
body .gform_wrapper .ginput_container_radio label:before {
  top: 2px;
}
@media (max-width: 1199px) {
  body .gform_wrapper .ginput_container_checkbox label:before,
body .gform_wrapper .ginput_container_radio label:before {
    top: 1px;
  }
}
body .gform_wrapper .ginput_container_select,
body .gform_wrapper .gfield_time_ampm,
body .gform_wrapper .ginput_container_address .address_country {
  position: relative;
}
body .gform_wrapper .ginput_container_select:after,
body .gform_wrapper .gfield_time_ampm:after,
body .gform_wrapper .ginput_container_address .address_country:after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 14px;
  display: block;
  color: #444;
  pointer-events: none;
  z-index: 2;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 15px;
}
@media (max-width: 991px) {
  body .gform_wrapper .ginput_container_select:after,
body .gform_wrapper .gfield_time_ampm:after,
body .gform_wrapper .ginput_container_address .address_country:after {
    right: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .gform_wrapper .ginput_container_select:after,
body .gform_wrapper .gfield_time_ampm:after,
body .gform_wrapper .ginput_container_address .address_country:after {
    display: none;
  }
}
body .gform_wrapper .ginput_container_select select.not_chosen,
body .gform_wrapper .gfield_time_ampm select.not_chosen,
body .gform_wrapper .ginput_container_address .address_country select.not_chosen {
  color: #444;
}
body .gform_wrapper .ginput_container_select select option,
body .gform_wrapper .gfield_time_ampm select option,
body .gform_wrapper .ginput_container_address .address_country select option {
  color: #444;
}
body .gform_wrapper .ginput_container_select select option:first-child,
body .gform_wrapper .gfield_time_ampm select option:first-child,
body .gform_wrapper .ginput_container_address .address_country select option:first-child {
  color: #444;
}
body .gform_wrapper .ginput_container_multiselect .gfield_select {
  height: 150px !important;
}
body .gform_wrapper.gf_browser_safari .gfield_time_ampm select, body .gform_wrapper.gf_browser_chrome .gfield_time_ampm select, body .gform_wrapper.gf_browser_gecko .gfield_time_ampm select, body .gform_wrapper.gf_browser_ie .gfield_time_ampm select, body .gform_wrapper.gf_browser_iphone .gfield_time_ampm select, body .gform_wrapper.gf_browser_unknown .gfield_time_ampm select {
  width: 100% !important;
  max-width: 100% !important;
}
body .gform_wrapper .gfield_time_ampm,
body .gform_wrapper .gfield_time_hour,
body .gform_wrapper .gfield_time_minute {
  width: 127px;
  max-width: 127px;
}
body .gform_wrapper .gfield_time_hour {
  margin-right: 5px;
}
body .gform_wrapper .gfield_time_hour i {
  display: none;
}
body .gform_wrapper input.medium.datepicker {
  width: 333px !important;
}
@media (min-width: 1920px) {
  body .gform_wrapper input.medium.datepicker {
    width: 423px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .gform_wrapper input.medium.datepicker {
    width: 243px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .gform_wrapper input.medium.datepicker {
    width: 305px !important;
  }
}
@media (max-width: 767px) {
  body .gform_wrapper input.medium.datepicker {
    width: 100% !important;
  }
}
body .gform_wrapper .ginput_container_fileupload + .validation_message {
  display: block !important;
}
body .gform_wrapper .grecaptcha-badge {
  z-index: 998;
}
body .gform_wrapper .gform_page_footer {
  border: none;
}
body .gform_wrapper .gform_footer {
  padding: 0 !important;
  margin-top: 20px !important;
}
body .gform_wrapper .gform_button,
body .gform_wrapper .gform_next_button,
body .gform_wrapper .gform_previous_button {
  margin: 0 !important;
  cursor: pointer;
  border: 2px solid #648900;
  color: white;
  background: #648900;
  border-radius: 0;
  position: relative;
  display: inline-block;
  outline: none !important;
  padding: 11px 17px 13px !important;
  font-size: 1.9rem !important;
  line-height: 1 !important;
}
@media (max-width: 767px) {
  body .gform_wrapper .gform_button,
body .gform_wrapper .gform_next_button,
body .gform_wrapper .gform_previous_button {
    width: auto !important;
    padding: 10px 15px 12px;
    line-height: 1 !important;
    font-size: 1.7rem !important;
  }
}
body .gform_wrapper .gform_button:hover, body .gform_wrapper .gform_button:focus,
body .gform_wrapper .gform_next_button:hover,
body .gform_wrapper .gform_next_button:focus,
body .gform_wrapper .gform_previous_button:hover,
body .gform_wrapper .gform_previous_button:focus {
  width: auto;
  color: white;
  outline: none !important;
  background: #444;
  border-color: #444;
}
body .gform_wrapper span.gfield_required {
  display: none;
}
body .gform_wrapper .gfield_required,
body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .validation_message {
  color: red;
}
body .gform_wrapper div.validation_error {
  color: red;
  text-align: left;
  border-color: red;
  margin-top: 20px;
}
body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea,
body .gform_wrapper li.gfield_error select {
  width: 100%;
  border: 2px solid red;
}

.gform_confirmation_message {
  color: white;
  margin-top: 20px;
}

/* ui datepicker */
.ui-datepicker {
  margin-top: 0 !important;
}

.ui-datepicker-header {
  color: #444 !important;
}

/* BOOTSTRAP MODAL
--------------------------------------------*/
/* bootstrap overwrites */
.modal-backdrop {
  background: none;
}

.modal-backdrop.in {
  opacity: 1;
}

/* PAGINATION
--------------------------------------------*/
/* page numbers */
ul.page-numbers {
  margin: 10px -3px -5px;
  list-style: none;
  overflow: hidden;
  display: inline-block;
}
ul.page-numbers li {
  padding: 0 3px;
  float: left;
}
ul.page-numbers li span,
ul.page-numbers li a {
  color: #648900;
  float: left;
  padding: 6px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  background: #ebf6ee;
  border: 1px solid #ebf6ee;
  font-size: 1.8rem;
  line-height: 1;
}
ul.page-numbers li:last-child a {
  margin: 0;
}
ul.page-numbers li a:hover {
  color: white;
  background: #648900;
}
ul.page-numbers li span {
  color: white;
  padding: 6px 10px;
  background: #648900;
  font-family: 700;
  border: 1px solid #648900;
}

/* page nav */
.page-nav {
  overflow: hidden;
  padding-top: 35px;
  margin-top: 40px;
  border-top: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .page-nav {
    padding-top: 25px;
    margin-top: 25px;
  }
}
.page-nav a {
  margin: 0 -15px;
  font-size: 2.1rem;
  line-height: 1;
  color: #648900;
  font-family: 700;
}
@media (max-width: 767px) {
  .page-nav a {
    font-size: 1.7rem;
    margin: 0 -8px;
  }
}
.page-nav a:hover {
  color: #005f02;
}
.page-nav a:last-of-type {
  float: right;
}
.page-nav i {
  font-size: 2.1rem;
  margin: 0 12px;
  top: 3px;
  position: relative;
}
@media (max-width: 767px) {
  .page-nav i {
    font-size: 1.7rem;
    margin: 0 5px;
  }
}

/* BX SLIDER
--------------------------------------------*/
.bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  box-shadow: none;
  background: none;
}

.bx-wrapper img {
  display: inline-block;
  height: auto;
}

.bx-viewport ul {
  list-style: none;
  text-align: center;
}
.bx-viewport li {
  min-height: 1px;
  min-width: 1px;
  list-style: none !important;
}

.bx-wrapper .bx-loading {
  display: none !important;
}

/* slider nav buttons */
.slider-nav {
  position: relative;
  z-index: 997;
}
.slider-nav a {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.slider-nav a:hover:before {
  opacity: 0.7;
}
.slider-nav a:before {
  color: white;
  font-size: 3rem;
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slider-nav a:before {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  .slider-nav a:before {
    font-size: 2.6rem;
  }
}
.slider-nav .slider-prev a:before {
  content: "\e903";
}
.slider-nav .slider-next a:before {
  content: "\e900";
}

/* TEXT COLOURS
--------------------------------------------*/
/* white */
.white-text h1, .white-text h2, .white-text h3,
.white-text h4, .white-text h5, .white-text h6,
.white-text div, .white-text p, .white-text li, .white-text span:not(.btn), .white-text blockquote {
  color: white;
}

/* STANDARD TEXT WIDGET
--------------------------------------------*/
/* standard text content */
.standard-text {
  overflow: hidden;
  /* element margins */
  /* list items */
  /* headings */
  /* img */
  /* links */
  /* italic */
  /* buttons */
  /* tables */
}
.standard-text * + ul,
.standard-text * + ol,
.standard-text * + dl,
.standard-text * + p,
.standard-text * + blockquote,
.standard-text * + table {
  margin: 17px 0 0;
}
@media (max-width: 767px) {
  .standard-text * + ul,
.standard-text * + ol,
.standard-text * + dl,
.standard-text * + p,
.standard-text * + blockquote,
.standard-text * + table {
    margin: 12px 0 0;
  }
}
.standard-text * + p + p,
.standard-text * + ul + p,
.standard-text * + ol + p {
  margin: 17px 0 0;
}
@media (max-width: 767px) {
  .standard-text * + p + p,
.standard-text * + ul + p,
.standard-text * + ol + p {
    margin: 12px 0 0;
  }
}
.standard-text * + h1 {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .standard-text * + h1 {
    margin: 15px 0 0;
  }
}
.standard-text * + h2,
.standard-text * + h3,
.standard-text * + h4,
.standard-text * + h5,
.standard-text * + h6 {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .standard-text * + h2,
.standard-text * + h3,
.standard-text * + h4,
.standard-text * + h5,
.standard-text * + h6 {
    margin: 20px 0 0;
  }
}
.standard-text h1 + h1,
.standard-text h1 + h2,
.standard-text h1 + h3,
.standard-text h1 + h4,
.standard-text h1 + h5,
.standard-text h1 + h6, .standard-text h2 + h1,
.standard-text h2 + h2,
.standard-text h2 + h3,
.standard-text h2 + h4,
.standard-text h2 + h5,
.standard-text h2 + h6, .standard-text h3 + h1,
.standard-text h3 + h2,
.standard-text h3 + h3,
.standard-text h3 + h4,
.standard-text h3 + h5,
.standard-text h3 + h6, .standard-text h4 + h1,
.standard-text h4 + h2,
.standard-text h4 + h3,
.standard-text h4 + h4,
.standard-text h4 + h5,
.standard-text h4 + h6, .standard-text h5 + h1,
.standard-text h5 + h2,
.standard-text h5 + h3,
.standard-text h5 + h4,
.standard-text h5 + h5,
.standard-text h5 + h6, .standard-text h6 + h1,
.standard-text h6 + h2,
.standard-text h6 + h3,
.standard-text h6 + h4,
.standard-text h6 + h5,
.standard-text h6 + h6 {
  margin: 12px 0 0;
}
@media (max-width: 767px) {
  .standard-text h1 + h1,
.standard-text h1 + h2,
.standard-text h1 + h3,
.standard-text h1 + h4,
.standard-text h1 + h5,
.standard-text h1 + h6, .standard-text h2 + h1,
.standard-text h2 + h2,
.standard-text h2 + h3,
.standard-text h2 + h4,
.standard-text h2 + h5,
.standard-text h2 + h6, .standard-text h3 + h1,
.standard-text h3 + h2,
.standard-text h3 + h3,
.standard-text h3 + h4,
.standard-text h3 + h5,
.standard-text h3 + h6, .standard-text h4 + h1,
.standard-text h4 + h2,
.standard-text h4 + h3,
.standard-text h4 + h4,
.standard-text h4 + h5,
.standard-text h4 + h6, .standard-text h5 + h1,
.standard-text h5 + h2,
.standard-text h5 + h3,
.standard-text h5 + h4,
.standard-text h5 + h5,
.standard-text h5 + h6, .standard-text h6 + h1,
.standard-text h6 + h2,
.standard-text h6 + h3,
.standard-text h6 + h4,
.standard-text h6 + h5,
.standard-text h6 + h6 {
    margin: 7px 0 0;
  }
}
.standard-text * + img,
.standard-text * + .wp-caption {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .standard-text * + img,
.standard-text * + .wp-caption {
    margin: 15px 0 0;
  }
}
.standard-text .no-margin {
  margin-bottom: -15px;
}
.standard-text ul, .standard-text ol {
  margin-left: 20px;
}
.standard-text li {
  margin-bottom: 7px;
}
.standard-text li:last-of-type {
  margin-bottom: 0;
}
.standard-text h1,
.standard-text h2 {
  font-size: 3.5rem;
  line-height: 4.1rem;
}
@media (max-width: 767px) {
  .standard-text h1,
.standard-text h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.standard-text h3 {
  font-size: 2.5rem;
  line-height: 3.1rem;
}
@media (max-width: 767px) {
  .standard-text h3 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.standard-text h4 {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .standard-text h4 {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
}
.standard-text h5, .standard-text h6 {
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 300;
}
.standard-text img {
  height: auto;
  max-width: 100%;
}
.standard-text .wp-caption {
  max-width: 100%;
}
.standard-text a {
  font-family: 700;
}
.standard-text em {
  font-style: italic;
}
.standard-text a.btn {
  margin: 25px 0 0;
}
@media (max-width: 767px) {
  .standard-text a.btn {
    margin: 15px 0 0;
  }
}
.standard-text table {
  margin-top: 25px;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
}
.standard-text tr:first-of-type th, .standard-text tr:first-of-type td {
  color: #648900;
  font-stack: 700;
  background: white;
}
.standard-text th,
.standard-text td {
  padding: 12px 15px;
  border: 1px solid #cccccc;
}

/* LAYOUTS - Core page layout elements */
/* CONTENT
--------------------------------------------*/
#content {
  min-height: 500px;
  padding-right: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  #content {
    min-height: inherit;
    padding-right: 0;
  }
}

/* FOOTER
--------------------------------------------*/
#footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-top: 1px solid #e5e5e5;
  z-index: 1;
}
#footer .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
#footer .img-overlay {
  opacity: 0.3;
}

.footer-top {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .footer-top {
    padding: 40px 0;
  }
}
.footer-top h3 {
  color: #648900;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-top h3 {
    padding: 0 200px;
  }
}
@media (max-width: 767px) {
  .footer-top h3 {
    padding: 0 7%;
    margin-bottom: 20px;
  }
}
.footer-top ul {
  list-style: none;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: relative;
}
@media (min-width: 568px) and (max-width: 767px) {
  .footer-top ul {
    padding: 0 5%;
  }
}
.footer-top li {
  margin: 0 20px 10px;
  display: inline-block;
}
.footer-top li:first-of-type {
  margin-left: 0;
}
.footer-top li:last-of-type {
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-top li {
    margin: 0 15px 10px;
  }
}
@media (max-width: 767px) {
  .footer-top li {
    width: 35%;
    margin: 0 15px;
  }
}
.footer-top .footer-logo:hover {
  opacity: 0.7;
}
.footer-top .footer-logo img {
  height: 70px;
}
@media (max-width: 767px) {
  .footer-top .footer-logo img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: relative;
  }
}
.footer-top .btn {
  margin-top: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: relative;
}

.footer-bottom {
  height: 64px;
  padding: 25px 0;
  position: relative;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .footer-bottom {
    height: auto;
  }
}
.footer-bottom span {
  color: #444;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.3;
  top: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .footer-bottom span {
    display: block;
    text-align: center;
    padding: 5px 0;
    position: relative;
    top: inherit;
  }
}
.footer-bottom span:first-of-type {
  left: 0;
}
@media (max-width: 767px) {
  .footer-bottom span:first-of-type {
    left: inherit;
  }
}
.footer-bottom span:nth-of-type(2) {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .footer-bottom span:nth-of-type(2) {
    left: inherit;
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
}
.footer-bottom span:last-of-type {
  right: 0;
}
@media (max-width: 767px) {
  .footer-bottom span:last-of-type {
    right: inherit;
  }
}
.footer-bottom a {
  color: #444;
}
.footer-bottom a:hover {
  opacity: 0.5;
}
.footer-bottom em {
  margin: 0 10px;
  display: inline-block;
}

/* HEADER
--------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header {
    height: 270px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header {
    height: 320px;
  }
}
@media (max-width: 767px) {
  #header {
    height: auto;
  }
}
#header .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
#header .caption {
  bottom: 35px;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #header .caption {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  #header .caption {
    width: 95%;
    bottom: auto;
    position: relative;
    padding: 50px 0 20px;
  }
}
#header h1 {
  color: white;
  font-size: 6rem;
  line-height: 1.1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #header h1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 767px) {
  #header h1 {
    font-size: 3.2rem;
  }
}
#header p {
  color: white;
  margin-top: 10px;
}

/* GLOBAL NAVIGATION
--------------------------------------------*/
/* logo and strapline */
a.logo {
  float: left;
  display: block;
  text-indent: -9999px;
  margin: 20px 0 0 -15px;
  background: url(../img/logo.svg) no-repeat left top;
  background-size: contain;
  width: 164px;
  height: 121px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  a.logo {
    width: 137px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  a.logo {
    margin: 15px 0 0 0;
    width: 110px;
    height: 80px;
  }
}

/* main navigation wrapper */
.main-nav-wrapper {
  float: right;
}
.main-nav-wrapper ul {
  list-style: none;
}
.main-nav-wrapper li {
  float: left;
  position: relative;
}
.main-nav-wrapper a {
  color: white;
}

/* main navigation */
.main-nav {
  float: right;
  margin-top: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav {
    margin-top: 17px;
  }
}
@media (max-width: 991px) {
  .main-nav {
    float: none;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-nav {
    margin: 30px 0 50px;
  }
}
@media (max-width: 767px) {
  .main-nav {
    margin: 20px 0;
  }
}
.main-nav .main-navigation {
  list-style: none;
}
.main-nav .main-navigation > li:hover > a {
  background: #005f02;
}
@media (max-width: 991px) {
  .main-nav .main-navigation > li:hover > a {
    background: none;
  }
}
.main-nav .main-navigation > li.active > a, .main-nav .main-navigation > li.current-menu-item > a, .main-nav .main-navigation > li.current-menu-ancestor > a, .main-nav .main-navigation > li.current-page-ancestor > a {
  opacity: 1 !important;
  font-weight: 700;
}
.main-nav .main-navigation > li > a {
  cursor: pointer;
  padding: 15px 20px;
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav .main-navigation > li > a {
    padding: 13px 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-nav .main-navigation > li > a {
    padding: 10px 0;
    font-size: 4.6rem;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .main-nav .main-navigation > li > a {
    padding: 5px 0;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .main-nav .main-navigation > li > a:hover {
    opacity: 0.7;
  }
}
.main-nav .main-navigation > li.menu-item-has-children.sub-menu-open > a:after {
  content: "\e903";
}
.main-nav .main-navigation > li.menu-item-has-children > a {
  padding-right: 40px;
}
@media (max-width: 991px) {
  .main-nav .main-navigation > li.menu-item-has-children > a {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-nav .main-navigation > li.menu-item-has-children > a {
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .main-nav .main-navigation > li.menu-item-has-children > a {
    margin-right: -10px;
  }
}
.main-nav .main-navigation > li.menu-item-has-children > a:after {
  content: "\e900";
  font-size: 1.5rem;
  font-family: "icomoon";
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 15px;
}
@media (max-width: 991px) {
  .main-nav .main-navigation > li.menu-item-has-children > a:after {
    top: 0;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-nav .main-navigation > li.menu-item-has-children > a:after {
    right: -20px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .main-nav .main-navigation > li.menu-item-has-children > a:after {
    right: -10px;
    font-size: 1.8rem;
  }
}

/* social nav */
.social-nav {
  float: right;
  margin: 30px 0 0 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-nav {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .social-nav {
    float: none;
    margin-left: 0;
    text-align: center;
  }
}
.social-nav li {
  margin-right: 25px;
}
.social-nav li:last-of-type {
  margin: 0 0 0 -5px;
}
@media (max-width: 991px) {
  .social-nav li {
    margin: 0 25px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .social-nav li {
    margin: 0 13px;
  }
}
.social-nav a {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-nav a {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .social-nav a {
    font-size: 3rem;
  }
}
.social-nav a:hover {
  opacity: 0.7;
}
.social-nav i {
  top: -2px;
  position: relative;
}
.social-nav span {
  width: 0;
  display: inline-block;
  text-indent: -9999px;
}

/* dropdown menu */
.sub-menu {
  opacity: 0;
  visibility: hidden;
  padding: 20px 100px 20px 20px;
  z-index: 999;
  background: rgba(0, 95, 2, 0.85);
  overflow: hidden;
  left: 0;
  position: absolute;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub-menu {
    padding: 17px 80px 20px 17px;
  }
}
@media (max-width: 991px) {
  .sub-menu {
    opacity: 1;
    display: none;
    position: relative;
    visibility: visible;
    background: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-menu {
    padding: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .sub-menu {
    padding: 0 0 10px;
  }
}
.sub-menu.menu-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .sub-menu.menu-active {
    display: block;
  }
}
.sub-menu li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sub-menu li {
    margin-bottom: 5px;
  }
}
.sub-menu li:last-of-type {
  margin-bottom: 0 !important;
}
.sub-menu li.active > a, .sub-menu li.current-menu-item > a, .sub-menu li.current-menu-ancestor > a, .sub-menu li.current-page-ancestor > a {
  opacity: 0.7;
}
.sub-menu li a {
  color: white;
  display: inline-block;
  white-space: nowrap;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-menu li a {
    padding: 3px 0;
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .sub-menu li a {
    padding: 2px 0;
    font-size: 1.9rem;
    line-height: 1.2;
  }
}
.sub-menu li a:hover {
  opacity: 0.7;
}

/* mobile/tablet toggle button */
.navbar-toggle {
  margin: 0;
  border: none;
  border-radius: 0;
  background: #005f02;
}
@media (max-width: 991px) {
  .navbar-toggle {
    float: none;
    display: block;
    z-index: 999;
    right: 15px;
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle {
    top: 35px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .navbar-toggle {
    top: 25px;
    padding: 10px;
  }
}
.navbar-toggle:hover, .navbar-toggle:focus {
  background: #004601;
}
.navbar-toggle .icon-bar {
  width: 25px;
  border-radius: 0;
  background: white;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle .icon-bar {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .navbar-toggle .icon-bar {
    height: 3px;
  }
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

/* mobile nav */
.modal-mobile-nav-open .modal-backdrop {
  background: none;
}

.mobile-nav-inactive {
  overflow: auto;
}

#mobileNav {
  background: #648900;
  /* close menu button */
}
#mobileNav .mobile-nav-wrapper {
  padding: 90px 40px;
}
@media (max-width: 767px) {
  #mobileNav .mobile-nav-wrapper {
    padding: 50px 15px;
  }
}
#mobileNav p, #mobileNav a {
  color: white;
  display: block;
}
#mobileNav a:hover {
  opacity: 0.7;
}
#mobileNav .close-nav-btn {
  display: block;
  color: white;
  cursor: pointer;
  position: absolute;
  z-index: 999;
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .close-nav-btn {
    top: 40px;
    right: 50px;
  }
}
@media (max-width: 767px) {
  #mobileNav .close-nav-btn {
    top: 25px;
    right: 25px;
  }
}
#mobileNav .close-nav-btn:after {
  content: "\e90a";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .close-nav-btn:after {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  #mobileNav .close-nav-btn:after {
    font-size: 2rem;
  }
}
#mobileNav .close-nav-btn:hover {
  opacity: 0.7;
}

/* SIDEBAR
--------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  #sidebar {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #sidebar {
    margin-top: 25px;
  }
}

/* sidebar widget */
.sidebar-widget {
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-widget {
    margin-bottom: 40px;
  }
}
.sidebar-widget:last-of-type {
  margin-bottom: 0;
}
.sidebar-widget .caption {
  padding: 75px 30px 30px;
  position: relative;
  z-index: 4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .caption {
    padding: 65px 25px 25px;
  }
}
@media (max-width: 767px) {
  .sidebar-widget .caption {
    padding: 30px 25px;
  }
}
.sidebar-widget .btn {
  margin-top: 15px;
}

/* STRUCTURE
--------------------------------------------*/
/* main site wrapper */
#mainWrapper {
  position: relative;
  z-index: 2;
}

/* main content */
#main {
  outline: none;
  position: relative;
  padding: 45px 0 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #main {
    padding: 40px 0 50px;
  }
}
@media (max-width: 767px) {
  #main {
    padding: 25px 0 30px;
  }
}

/* content wrapper */
.content-wrapper {
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
}

/* SIDEBAR WIDGETS - Individual Sidebar Widgets */
/* BG IMG & TEXT WIDGET
--------------------------------------------*/
.bg-img-text-widget h1, .bg-img-text-widget h2, .bg-img-text-widget h3,
.bg-img-text-widget h4, .bg-img-text-widget h5, .bg-img-text-widget h6,
.bg-img-text-widget div, .bg-img-text-widget p, .bg-img-text-widget li, .bg-img-text-widget span:not(.btn), .bg-img-text-widget blockquote {
  color: white;
}
.bg-img-text-widget .block-cta:hover .img-overlay {
  opacity: 0.3;
}
.bg-img-text-widget .caption {
  padding-top: 125px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bg-img-text-widget .caption {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .bg-img-text-widget .caption {
    padding-top: 100px;
  }
}
.bg-img-text-widget h3 {
  margin-bottom: 10px;
  font-size: 3.8rem;
  line-height: 1.1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bg-img-text-widget h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .bg-img-text-widget h3 {
    font-size: 2.8rem;
  }
}
.bg-img-text-widget .img-overlay {
  opacity: 0;
}

/* CATEGORIES WIDGET
--------------------------------------------*/
.categories-widget {
  background: #648900;
}
.categories-widget h2 {
  color: white;
  margin-bottom: 5px;
  font-size: 2.4rem;
  line-height: 1.3;
}
.categories-widget ul {
  list-style: none;
}
.categories-widget li {
  margin: 7px 15px 0 0;
  display: inline-block;
}
.categories-widget a {
  color: white;
  font-size: 1.8rem;
  line-height: 1.3;
}
.categories-widget a:hover {
  opacity: 0.7;
}

/* EVENT WIDGET
--------------------------------------------*/
.event-widget h1, .event-widget h2, .event-widget h3,
.event-widget h4, .event-widget h5, .event-widget h6,
.event-widget div, .event-widget p, .event-widget li, .event-widget span:not(.btn), .event-widget blockquote {
  color: white;
}
.event-widget .block-cta:hover .img-overlay {
  opacity: 0.3;
}
.event-widget h3 {
  margin-bottom: 10px;
  font-size: 3.8rem;
  line-height: 1.1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event-widget h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .event-widget h3 {
    font-size: 2.8rem;
  }
}
.event-widget .date,
.event-widget .location {
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event-widget .date,
.event-widget .location {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .event-widget .date,
.event-widget .location {
    font-size: 1.8rem;
  }
}
.event-widget .date {
  margin-bottom: 10px;
}
.event-widget .img-overlay {
  opacity: 0;
}

/* FACTS & FIGURES SIDEBAR WIDGET
--------------------------------------------*/
.facts-figures-widget {
  background: #648900;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.facts-figures-widget .caption {
  padding-top: 30px;
  padding-bottom: 60px;
}
.facts-figures-widget h3 {
  color: white;
  margin-bottom: 10px;
  font-size: 3.5rem;
  line-height: 1.1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .facts-figures-widget h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .facts-figures-widget h3 {
    font-size: 2.8rem;
  }
}
.facts-figures-widget h3 strong {
  color: #e4ff00;
}
.facts-figures-widget p {
  color: white;
}

/* FEATURED ARTICLE WIDGET
--------------------------------------------*/
.featured-article-widget a:hover .img-overlay {
  opacity: 0.3;
}
.featured-article-widget .caption {
  padding-top: 85px;
}
.featured-article-widget h2 {
  color: white;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.3;
}
.featured-article-widget h3 {
  color: white;
  margin-top: 7px;
  font-size: 2.5rem;
  line-height: 1.3;
}
.featured-article-widget .img-overlay {
  opacity: 0;
}

/* LOGO CTA SIDEBAR WIDGET
--------------------------------------------*/
.logo-cta-widget {
  background: white;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.logo-cta-widget .img-responsive {
  width: 75%;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-cta-widget .img-responsive {
    width: 30%;
  }
}
.logo-cta-widget .caption {
  padding-top: 30px;
}
.logo-cta-widget h3 {
  font-size: 2.5rem;
  line-height: 3rem;
}
.logo-cta-widget p {
  margin-top: 5px;
}

/* NEWS AUTHOR WIDGET
--------------------------------------------*/
.news-author-widget {
  min-height: 220px;
  position: relative;
  border: 1px solid #648900;
}
.news-author-widget .caption {
  width: 50%;
  padding: 107px 0 33px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-author-widget .caption {
    padding-top: 88px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-author-widget .caption {
    padding-top: 112px;
  }
}
@media (max-width: 767px) {
  .news-author-widget .caption {
    padding: 93px 0 28px 25px;
  }
}
.news-author-widget .written-by {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
}
.news-author-widget h2 {
  font-size: 2rem;
  line-height: 1.3;
}
.news-author-widget .job-title {
  margin-top: 5px;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4;
}
.news-author-widget img {
  width: 170px;
  height: 218px;
  right: 0;
  bottom: 0;
  position: absolute;
}

/* PARTICIPANTS SIDEBAR WIDGET
--------------------------------------------*/
.participants-widget {
  overflow: hidden;
  background: #005f02;
}
.participants-widget .caption {
  padding-top: 30px;
  padding-bottom: 20px;
}
.participants-widget h3 {
  color: white;
  margin-bottom: 15px;
  font-size: 3.5rem;
  line-height: 1.1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .participants-widget h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .participants-widget h3 {
    font-size: 2.8rem;
  }
}
.participants-widget p {
  color: white;
}
.participants-widget .participants {
  padding: 10px 0 5px;
}
@media (max-width: 767px) {
  .participants-widget .participants {
    padding: 5px 0 15px;
  }
}
.participants-widget .participants-slider {
  list-style: none;
}
.participants-widget .participants-slider li {
  text-align: left;
  font-size: 1.9rem;
  color: #e4ff00;
}
@media (max-width: 767px) {
  .participants-widget .participants-slider li {
    font-size: 1.7rem;
  }
}

/* QUOTE WIDGET
--------------------------------------------*/
.quote-widget h1, .quote-widget h2, .quote-widget h3,
.quote-widget h4, .quote-widget h5, .quote-widget h6,
.quote-widget div, .quote-widget p, .quote-widget li, .quote-widget span:not(.btn), .quote-widget blockquote {
  color: white;
}
.quote-widget p {
  font-size: 1.7rem;
  line-height: 1.4;
}
.quote-widget p + p {
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .quote-widget p + p {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .quote-widget p + p {
    margin-top: 15px;
  }
}
.quote-widget span {
  display: block;
}
.quote-widget .author {
  margin-top: 40px;
  font-size: 2.2rem;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .quote-widget .author {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .quote-widget .author {
    margin-top: 25px;
  }
}
.quote-widget .company {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1;
}
.quote-widget .img-overlay {
  opacity: 0.7;
}

/* TEXT CTA SIDEBAR WIDGET
--------------------------------------------*/
.text-cta-widget h1, .text-cta-widget h2, .text-cta-widget h3,
.text-cta-widget h4, .text-cta-widget h5, .text-cta-widget h6,
.text-cta-widget div, .text-cta-widget p, .text-cta-widget li, .text-cta-widget span:not(.btn), .text-cta-widget blockquote {
  color: white;
}
.text-cta-widget a {
  background: #648900;
}
.text-cta-widget a:hover {
  background: #005f02;
}
.text-cta-widget h3 {
  font-size: 2.5rem;
  line-height: 3rem;
}
.text-cta-widget p {
  margin-top: 5px;
}

/* TWITTER SIDEBAR WIDGET
--------------------------------------------*/
.twitter-widget {
  overflow: hidden;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.twitter-widget ul {
  width: 70%;
  list-style: none;
}
.twitter-widget li {
  color: white;
}
.twitter-widget li:not(:first-of-type) {
  margin-top: 25px;
}
.twitter-widget a {
  color: white;
  word-wrap: break-word;
}
.twitter-widget a:hover {
  opacity: 0.7;
}
.twitter-widget .caption:after {
  content: "\e909";
  opacity: 0.3;
  color: white;
  font-size: 9rem;
  font-family: "icomoon";
  right: 30px;
  bottom: 0;
  position: absolute;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .twitter-widget .caption:after {
    right: 20px;
    font-size: 7rem;
  }
}
@media (max-width: 767px) {
  .twitter-widget .caption:after {
    right: 20px;
    font-size: 7rem;
  }
}
.twitter-widget .follow-link {
  color: white;
  margin-top: 25px;
}
.twitter-widget .follow-link a {
  display: inline-block;
}

/* WIDGETS - Standard Widgets */
/* WIDGET
--------------------------------------------*/
.widget {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .widget {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .widget {
    margin-bottom: 25px;
  }
}
.widget:last-of-type {
  margin-bottom: 0;
}

/* DIVIDER WIDGET
--------------------------------------------*/
.divider-widget {
  overflow: hidden;
  clear: both;
  border-top: 1px solid #cccccc;
}

/* IMG WIDGET
--------------------------------------------*/
.img-widget img {
  width: 100%;
}

/* LOGOS WIDGET
--------------------------------------------*/
.logos-widget .logos {
  margin: 20px -50px 20px 0;
  overflow: hidden;
}
@media (max-width: 567px) {
  .logos-widget .logos {
    margin: 10px 0;
  }
}
.logos-widget .block-cta {
  width: auto;
  float: left;
  margin: 20px 50px 0 0;
  display: inline-block;
}
@media (max-width: 567px) {
  .logos-widget .block-cta {
    width: 50%;
    margin: 10px 0 0;
  }
}
.logos-widget .block-cta:hover {
  opacity: 0.6;
}
.logos-widget img {
  height: 80px;
}
@media (max-width: 567px) {
  .logos-widget img {
    height: 60px;
  }
}

/* TEXT WIDGET
--------------------------------------------*/
.text-widget.bg-colour {
  padding: 40px;
}
@media (max-width: 767px) {
  .text-widget.bg-colour {
    padding: 30px 25px;
  }
}
.text-widget.bg-colour li {
  color: #648900;
  font-size: 2.3rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .text-widget.bg-colour li {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .text-widget.bg-colour li {
    font-size: 1.8rem;
  }
}
.text-widget.bg-colour li a:hover {
  color: #648900;
  text-decoration: underline;
}

/* SECTIONS - Individual Page layouts */
/* NEWS
--------------------------------------------*/
/* news archive/detail */
.single .news-menu-item a,
.archive .news-menu-item a {
  font-weight: 700;
}

/* news article */
.news-article {
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-article:last-of-type a {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-article:last-of-type a {
    margin-bottom: 10px;
  }
}
.news-article .img {
  width: 30%;
  float: left;
  margin-right: 40px;
  background: black;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-article .img {
    margin-right: 30px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .news-article .img {
    margin-right: 25px;
  }
}
@media (max-width: 567px) {
  .news-article .img {
    width: 100%;
    float: none;
    margin: 0 0 25px;
  }
}
.news-article img {
  width: 100%;
}
.news-article .caption {
  width: 64%;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-article .caption {
    margin-top: 10px;
  }
}
@media (max-width: 567px) {
  .news-article .caption {
    width: 100%;
    float: none;
  }
}
.news-article h2 {
  font-size: 2.5rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .news-article h2 {
    font-size: 2.1rem;
  }
}
.news-article .article-date {
  margin-top: 7px;
  display: inline-block;
  color: #005f02;
  font-size: 1.9rem;
  line-height: 1.5;
}
.news-article p {
  margin-top: 7px;
  color: #444;
}
.news-article .btn {
  margin-top: 15px;
}
.news-article a {
  margin-bottom: 35px;
  padding-bottom: 35px;
  position: relative;
}
@media (max-width: 567px) {
  .news-article a {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.news-article a:hover:after {
  left: 0;
}
.news-article a:hover img {
  opacity: 0.8;
}
.news-article a:hover h2 {
  color: #005f02;
}

/* no img */
.no-img .caption {
  width: 100%;
}

/* featured article */
.featured-article {
  margin-bottom: 0;
  border: none;
}
.featured-article a {
  padding: 30px;
  color: #648900;
  background: #ebf6ee;
  border: 2px solid #ebf6ee;
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-article a {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .featured-article a {
    padding: 25px;
  }
}
.featured-article a:hover {
  border: 2px solid #005f02;
}
.featured-article .caption {
  width: 60%;
}
@media (max-width: 567px) {
  .featured-article .caption {
    width: 100%;
  }
}
.featured-article h2 {
  font-size: 2.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .featured-article h2 {
    font-size: 2.1rem;
  }
}
.featured-article .article-sub-title {
  font-size: 1.9rem;
  line-height: 1.3;
  margin-bottom: 7px;
  display: inline-block;
  color: #005f02;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .featured-article .article-sub-title {
    font-size: 1.7rem;
  }
}

/* blog header */
.news-header h2 {
  font-size: 4.6rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .news-header h2 {
    font-size: 3rem;
  }
}
.news-header .article-date {
  margin-top: 7px;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .news-header .article-date {
    font-size: 1.7rem;
  }
}

/* HOMEPAGE
--------------------------------------------*/
/* body class */
.home #header {
  height: 600px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home #header {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home #header {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .home #header {
    height: 300px;
  }
}
.home #header .caption {
  bottom: 130px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home #header .caption {
    bottom: 110px;
  }
}
@media (max-width: 767px) {
  .home #header .caption {
    width: 95%;
    padding: 0;
    bottom: 75px;
    position: absolute;
  }
}
.home #header h1 {
  font-size: 9rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home #header h1 {
    font-size: 7.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home #header h1 {
    font-size: 6.4rem;
  }
}
@media (max-width: 767px) {
  .home #header h1 {
    width: 80%;
    font-size: 3.8rem;
  }
}
.home #header p {
  margin-top: 25px;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home #header p {
    font-size: 2.6rem;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home #header p {
    font-size: 2.2rem;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .home #header p {
    font-size: 1.7rem;
    margin-top: 10px;
  }
}
.home #header .see-more {
  color: white;
  font-size: 1.7rem;
  line-height: 1;
  padding: 25px 100px 25px 25px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 15px;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home #header .see-more {
    padding: 20px 80px 20px 20px;
  }
}
@media (max-width: 767px) {
  .home #header .see-more {
    font-size: 1.6rem;
    padding: 15px 60px 15px 20px;
  }
}
.home #header .see-more:hover {
  background: rgba(255, 255, 255, 0.4);
}
.home #header .see-more:after {
  content: "\e900";
  font-size: 2rem;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 25px;
}
@media (max-width: 767px) {
  .home #header .see-more:after {
    right: 20px;
    font-size: 1.8rem;
  }
}

/* TERMS
--------------------------------------------*/
.terms .col-md-8 {
  width: 100% !important;
}
