/* VARIABLES */
/* blue*/
/* red*/
/* grey water*/
/* MIXINS */
/* to usemixins: .mystyle { @include border-radius(10px); }   */
/* CSS GLOBALS */
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #073e6c;
  text-align: center;
  width: 100%; }

h1 {
  font-size: 2.8em;
  line-height: 1; }

h2 {
  font-size: 1.6em;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #073e6c; }

h3 {
  font-size: 1.3em;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 3px; }

h4 {
  font-size: 1.1em;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 4px;
  text-align: left; }

h6 {
  margin-top: 20px;
  margin-bottom: 6px;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: solid 1px #073e6c; }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #073e6c;
  font-size: 1.3em; }

p {
  margin-top: 0.5rem; }

/*a {
	color: $primary-color;
}
a:hover {
background-color: $primary-color;
color: white;
} */
img {
  width: 100%; }

.rowpadding {
  padding-top: 50px;
  padding-bottom: 50px; }

/* Medium Screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.4em;
    line-height: 1.3; }

  h3 {
    font-size: 1.2em;
    line-height: 1em; }

  body {
    font-size: 1.2em; }

  .rowpadding {
    padding-top: 30px;
    padding-bottom: 30px; } }
/* small */
@media only screen and (max-width: 40em) {
  h1 {
    font-size: 2.2em;
    margin-top: 5px; }

  h2 {
    font-size: 1.2em; }

  h3 {
    font-size: 1.1em;
    line-height: 1em; }

  body {
    font-size: 1.1em; }

  p {
    line-height: 1.3em; }

  .rowpadding {
    padding-top: 30px;
    padding-bottom: 30px; } }
.hero-full-screen {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: url("/images/HeroPlett.jpg") center center no-repeat;
  background-size: cover; }
  .hero-full-screen .middle-content-section {
    text-align: center;
    color: white;
    padding-top: 90px;
    position: relative;
    top: -100px; }
    .hero-full-screen .middle-content-section h1 {
      padding-bottom: 20px; }
  .hero-full-screen .top-content-section {
    width: 100%; }
  .hero-full-screen .bottom-content-section {
    padding: 1rem; }
    .hero-full-screen .bottom-content-section svg {
      height: rem-calc(60);
      width: rem-calc(60);
      fill: white; }
  .hero-full-screen .top-bar {
    background: transparent; }
    .hero-full-screen .top-bar .menu {
      background: transparent; }
    .hero-full-screen .top-bar .menu-text {
      color: white; }
    .hero-full-screen .top-bar .menu li {
      display: flex;
      align-items: center; }
    .hero-full-screen .top-bar .menu a {
      color: white;
      font-weight: bold; }

.hero2 .hero-full-screen {
  background: url("/images/HeroPlett2.jpg") center center no-repeat;
  background-size: cover;
  min-height: 100vh;
  height: fit-content; }
  .hero2 .hero-full-screen h1 {
    color: #e71114;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.83);
    font-size: 2.2em; }
  .hero2 .hero-full-screen h2 {
    color: #fbc712;
    font-size: 2em;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.83); }
  .hero2 .hero-full-screen h3 {
    color: white;
    font-size: 1.6em;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.83); }
  .hero2 .hero-full-screen h4 {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 40px; }
  .hero2 .hero-full-screen .intro {
    padding: 0px 150px 0px 150px; }
  .hero2 .hero-full-screen .contactform h4 {
    margin-bottom: 3px; }
  .hero2 .hero-full-screen .middle-content-section {
    top: -50px; }

.logo img {
  max-width: 550px !important;
  padding-left: 20px;
  padding-right: 20px; }

.logo span {
  white-space: nowrap; }

/* Medium Screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .hero-full-screen .middle-content-section {
    padding-top: 10px;
    top: 0px; }
    .hero-full-screen .middle-content-section h1 {
      padding-bottom: 5px; }

  .hero2 .hero-full-screen h1 {
    color: #e71114;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.83);
    font-size: 1.6em; }
  .hero2 .hero-full-screen h2 {
    color: #fbc712;
    font-size: 1.4em;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.83); }
  .hero2 .hero-full-screen h3 {
    color: white;
    font-size: 1.4em;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.83); }
  .hero2 .hero-full-screen h4 {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 40px; }
  .hero2 .hero-full-screen .intro {
    padding: 50px 20px 0px 20px; }

  .logo img {
    max-width: 350px !important; }

  .logo {
    font-size: 1em !important; } }
@media only screen and (max-width: 40em) {
  .hero-full-screen .middle-content-section {
    padding-top: 5px;
    top: 0px; }
    .hero-full-screen .middle-content-section h1 {
      padding-bottom: 5px; }

  .hero-full-screen {
    min-height: 347px; }

  .hero2 .hero-full-screen h1 {
    font-size: 1.2em; }
  .hero2 .hero-full-screen h2 {
    font-size: 1em; }
  .hero2 .hero-full-screen h3 {
    font-size: 1em; }
  .hero2 .hero-full-screen h4 {
    font-size: 0.8em;
    margin-bottom: 20px; }
  .hero2 .hero-full-screen .intro {
    padding: 60px 10px 0px 10px; }

  .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

  .logo img {
    max-width: 350px !important; } }
/* Scss Document */
.poweredby {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #073e6c;
  font-size: 0.8em;
  font-style: italic;
  color: #073e6c;
  padding: 10px;
  text-align: center; }

.poweredby img {
  max-width: 250px; }

.contactform.callout {
  background-color: rgba(255, 255, 255, 0.64);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }

.intro h2 {
  padding-bottom: 20px; }

.intro {
  min-width: 500px; }

.intro-container {
  min-width: 1000px; }

.meerkatlogo {
  padding: 15px; }

.logo {
  color: white;
  font-size: 1em;
  padding-top: 10px; }

.andrewscontainer {
  position: relative; }

.bottom {
  bottom: 40px;
  position: absolute; }

.logo img.meerkatlogo {
  max-width: 600px !important; }

.logo img.andrewslogo {
  max-width: 250px !important; }

/* Medium Screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .intro {
    min-width: 300px; }

  .intro-container {
    min-width: 680px; } }
/* small */
@media only screen and (max-width: 40em) {
  .intro {
    min-width: 350px; }

  .intro-container {
    min-width: 300px; }

  .poweredby {
    margin-top: 30px;
    margin-bottom: 200px; }

  .contactform.callout {
    margin-top: 20px; }

  .bottom {
    text-align: center;
    position: inherit;
    bottom: inherit; } }
.floated-label-wrapper {
  position: relative; }
  .floated-label-wrapper label {
    background: white;
    color: #073e6c;
    font-size: 0.75rem;
    font-weight: 600;
    left: 0.75rem;
    opacity: 0;
    padding: 0 0.25rem;
    position: absolute;
    top: 2rem;
    transition: all 0.15s ease-in;
    z-index: -1; }
    .floated-label-wrapper label input[type=text],
    .floated-label-wrapper label input[type=email],
    .floated-label-wrapper label input[type=password],
    .floated-label-wrapper label textarea {
      border-radius: 4px;
      font-size: 1.75em;
      padding: 0.5em; }
    .floated-label-wrapper label.show {
      opacity: 1;
      top: -0.85rem;
      z-index: 1;
      transition: all 0.15s ease-in; }

.grecaptcha-badge {
  margin-bottom: 10px;
  position: absolute;
  bottom: 10px; }

.contactform {
  padding-bottom: 80px; }

.homecontact {
  display: none; }

/* small */
@media only screen and (max-width: 40em) {
  .homecontact {
    padding-bottom: 130px;
    position: absolute;
    bottom: -2185px;
    display: block;
    left: 0px; } }
/* Scss Document */
