/* Third Party */
/* Responsive */
/* Modules */
@import url("https://fonts.googleapis.com/css?family=Lato:700|Lora");
.wow {
  visibility: hidden; }

/* Base */
/* Helpers */
/* Buttons */
/* Animations */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

/* Breakpoints */
/* Typography */
/* Modular Typography */
/* Colours */
/* Font Colours */
/* Button Variables */
/* Spacers */
/* Globals */
* {
  outline: none; }

html, body {
  height: 100%;
  box-sizing: border-box; }

html {
  overflow-x: hidden; }

body {
  padding: 0;
  background: white;
  margin: 0;
  position: relative; }

/*
 * Modifiers
 */
.float-left {
  float: left;
  margin-right: 1em; }

.float-right {
  float: right;
  margin-left: 1em; }

.text-left {
  text-align: left   !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right  !important; }

.noMargin {
  margin-bottom: 0 !important; }

/* HR */
hr {
  border-top: 1px solid #9b9ba4;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin-top: 150px;
  margin-bottom: 50px; }

/*
 * Base Typography
 */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }
  h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, p::selection {
    background: #005d85;
    color: white;
    opacity: 1; }

h1 {
  font-family: "Lora", Times, "Times New Roman", serif;
  color: white;
  font-size: 2.875rem;
  display: block;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
  margin-bottom: 60px; }

h2 {
  font-size: 1rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #005d85;
  line-height: 1.4;
  position: relative;
  margin-bottom: 20px; }

p {
  font-size: 1rem;
  color: #9b9ba4;
  line-height: 1.5;
  font-family: "Lora", Times, "Times New Roman", serif;
  margin-bottom: 10px; }
  p.error {
    color: #e66c6c;
    font-style: italic; }

a {
  color: white;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none; }
  a:hover {
    color: #005d85; }

/*
 * Buttons
 */
.btn-primary {
  background: transparent;
  border: 2px solid #005d85;
  color: #005d85;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  outline: none;
  border-radius: 0px;
  font-size: 14px;
  font-weight: normal; }
  .btn-primary:hover {
    transition: all 0.3s ease; }
  .btn-primary:hover {
    background: #005d85;
    border-color: #005d85;
    color: white; }

/* Layout */
/* Header */
/* Main */
/* Footer */
/* Modules */
/* [Wrapper] */
.wrapper {
  width: auto;
  max-width: 615px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin-top: 150px; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 600px) {
    .wrapper {
      margin-top: 50px; } }

.wrapper p {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #f6f5f5;
  border-bottom: 1px solid #f6f5f5;
  margin-bottom: 50px; }

/* [Logos] */
.logos {
  width: 100%; }
  .logos::after {
    clear: both;
    content: "";
    display: table; }

.logos--half {
  float: left;
  clear: none;
  text-align: inherit;
  width: 47%;
  margin-left: 0%;
  margin-right: 6%;
  margin-bottom: 50px; }
  .logos--half::after {
    clear: both;
    content: "";
    display: table; }
  .logos--half:last-child {
    margin-right: 0%; }
  .logos--half img {
    width: 100%;
    height: auto; }
  @media (max-width: 600px) {
    .logos--half {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .logos--half:first-child {
        margin-left: auto; }
      .logos--half:last-child {
        margin-right: auto; } }

/* Vendors */
