@charset "UTF-8";
/* ************************** *
 * * CSS                      *
/* ************************** */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
}

h1.Title {
  padding: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin-left: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/**************************************
    T Y P O G R A P H Y
 **************************************/
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  color: #111;
}

@media (min-width: 600px) and (max-width: 1200px) {
  body {
    font-size: calc( 14px + (16 - 14) * ( (100vw - 600px) / ( 1200 - 600) ));
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.eot");
  src: url("../fonts/Montserrat.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat.woff") format("woff"), url("../fonts/Montserrat.ttf") format("truetype"), url("../fonts/Montserrat.svg#svgFontName") format("svg");
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.eot");
  src: url("../fonts/Montserrat.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat.woff") format("woff"), url("../fonts/Montserrat.ttf") format("truetype"), url("../fonts/Montserrat.svg#svgFontName") format("svg");
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.eot");
  src: url("../fonts/Montserrat.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat.woff") format("woff"), url("../fonts/Montserrat.ttf") format("truetype"), url("../fonts/Montserrat.svg#svgFontName") format("svg");
}

/* -------------------------------------------- *
      Text Highlight
/* -------------------------------------------- */
::-webkit-selection {
  background-color: #163039;
  color: #fff;
}

::-moz-selection {
  background-color: #163039;
  color: #fff;
}

::selection {
  background-color: #163039;
  color: #fff;
}

/* ==================================================== *
    Headings
======================================================= */
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0 0 0.2em;
  font-family: "Montserrat", serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  word-break: break-word;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1, .h1 {
  font-size: 26.31579px;
  font-size: 2.63158rem;
}

@media (min-width: 600px) and (max-width: 1200px) {
  h1, .h1 {
    font-size: calc( 26.31579px + (50 - 26.31579) * ( (100vw - 600px) / ( 1200 - 600) ));
  }
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}

h2, .h2 {
  font-size: 22.35294px;
  font-size: 2.23529rem;
}

@media (min-width: 600px) and (max-width: 1200px) {
  h2, .h2 {
    font-size: calc( 22.35294px + (38 - 22.35294) * ( (100vw - 600px) / ( 1200 - 600) ));
  }
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

h3, .h3 {
  font-size: 20px;
  font-size: 2rem;
}

@media (min-width: 600px) and (max-width: 1200px) {
  h3, .h3 {
    font-size: calc( 20px + (30 - 20) * ( (100vw - 600px) / ( 1200 - 600) ));
  }
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}

h4, .h4 {
  font-size: 16.92308px;
  font-size: 1.69231rem;
}

@media (min-width: 600px) and (max-width: 1200px) {
  h4, .h4 {
    font-size: calc( 16.92308px + (22 - 16.92308) * ( (100vw - 600px) / ( 1200 - 600) ));
  }
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

h5, .h5 {
  font-size: 16.36364px;
  font-size: 1.63636rem;
}

@media (min-width: 600px) and (max-width: 1200px) {
  h5, .h5 {
    font-size: calc( 16.36364px + (18 - 16.36364) * ( (100vw - 600px) / ( 1200 - 600) ));
  }
}

@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h6, .h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 600px) and (max-width: 1200px) {
  h6, .h6 {
    font-size: calc( 16px + (16 - 16) * ( (100vw - 600px) / ( 1200 - 600) ));
  }
}

@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ==================================================== *
    Content
======================================================= */
p, a, li, dl, details, summary, small, blockquote, cite, address, legend, label, input, textarea, button, time {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* --------------------------------------------- *
    Paragraph
 * --------------------------------------------- */
p, .p {
  margin-bottom: 1.5em;
  text-transform: none;
  text-decoration: none;
  line-height: 1.475;
  letter-spacing: 0;
  word-spacing: 0;
  -epub-word-break: break-all;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  word-break: keep-all;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

p:first-child {
  margin-top: 0;
}

small, .small {
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 600px) and (max-width: 1200px) {
  small, .small {
    font-size: calc( 12px + (14 - 12) * ( (100vw - 600px) / ( 1200 - 600) ));
  }
}

@media (min-width: 1200px) {
  small, .small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------- *
     Anchors & Text Links
/* -------------------------------------------- */
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333;
}

p a:link {
  color: #333;
}

p a:visited {
  color: #555;
}

a:hover,
a:focus {
  color: #163039;
}

a:active {
  color: #e6e6e6;
}

/* -------------------------------------------- *
      Blockquote
/* -------------------------------------------- */
blockquote {
  min-height: 50px;
  font-family: "Montserrat", serif;
}

blockquote p {
  margin-bottom: 0;
}

cite {
  display: inline-block;
  padding-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #aaa;
}

cite:before {
  content: "— ";
}

/* -------------------------------------------- *
      Lists
/* -------------------------------------------- */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-position: inside;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

li {
  list-style-type: circle;
  line-height: 1;
  margin-bottom: 1em;
}

li li {
  line-height: 1.2;
}

ol li {
  list-style-type: decimal;
}

ol li li {
  list-style-type: lower-roman;
}

ol li li li {
  list-style-type: lower-alpha;
}

dl, dt {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  line-height: 1.42857143;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt {
  padding-left: 10px;
  padding-left: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

dd {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

/* -------------------------------------------- *
      Code
/* -------------------------------------------- */
pre, code, var, samp, kbd {
  font-family: "Menlo", Consolas, "Lucida Console", Courier, monospace;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 40em) {
  pre, code, var, samp, kbd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

code {
  padding: 2px 4px;
  border: 1px dashed #aaa;
  line-height: 1.375;
}

pre {
  display: block;
  margin: 0;
  padding: 1em;
  background-color: transparent;
  color: inherit;
  line-height: 1.42857143;
}

pre code {
  padding: 0;
  white-space: pre;
  white-space: pre-line;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  word-wrap: break-word;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* -------------------------------------------- *
      Miscellaneous
/* -------------------------------------------- */
abbr, acronym {
  padding-bottom: 2px;
  padding-bottom: 0.2rem;
  border-bottom: 1px dotted #eee;
  font-variant: small-caps;
  cursor: help;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

figcaption {
  padding: 5px 0;
  padding: 0.5rem 0;
  font-style: italic;
  color: #aaa;
}

hr {
  clear: both;
  height: 0;
  margin: 20px 0;
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #eee;
}

mark {
  display: inline-block;
  padding: 0 5px;
  padding: 0 0.5rem;
  background: #e6e6e6;
}

/* ==================================================== *
    Utilities
======================================================= */
.text-caps {
  text-transform: capitalize;
}

.text-lower {
  text-transform: lowercase;
}

.text-upper {
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.text-light {
  letter-spacing: 0.5px;
}

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

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

.text-centre {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-bolder {
  font-weight: 900;
  letter-spacing: -0.025em;
}

.text-bold {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.text-normal {
  font-weight: 300;
  letter-spacing: 0.075em;
}

.text-thin {
  font-weight: 300;
  letter-spacing: 0.075em;
}

.text-thinner {
  font-weight: 200;
  letter-spacing: 0.1125em;
}

.text-skinny {
  font-weight: 100;
  letter-spacing: 0.1125em;
}

.text-blue {
  color: #4A90E2;
}

.text-dark {
  color: #163039;
}

.text-light {
  color: #FAFAFA;
}

/* ---------------------------------
   ------- U T I L I T I E S -------
   --------------------------------- */
.clear {
  *zoom: 1;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

hr {
  clear: both;
  height: 0;
  margin: 20px 0;
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #eee;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* Hack: ie8 */
}

.media-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.media-wrap embed,
.media-wrap iframe,
.media-wrap object,
.media-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.hidden {
  visibility: hidden;
  display: none;
}

.invisible {
  visibility: hidden;
}

.show {
  visibility: visible;
  display: block;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.grid {
  width: 100%;
  min-height: 10px;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*='col-'] {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  [class*='col-'] {
    float: left;
    margin-right: 6%;
  }
  .grid [class*='col-']:last-child,
  .grid-stack [class*='col-']:nth-child(even) {
    margin-right: 0;
  }
  .col-1 {
    width: 100%;
  }
  .col-12 {
    width: 47%;
  }
  .col-13 {
    width: 28.66667%;
  }
  .col-14 {
    width: 20.5%;
  }
  .col-15 {
    width: 15.2%;
  }
  .col-16 {
    width: 11.66667%;
  }
  .col-23 {
    width: 65.33333%;
  }
  .col-34 {
    width: 73.5%;
  }
  .col-56 {
    width: 78.2%;
  }
}

.last-col {
  margin-right: 0;
}

.dyno-grid {
  background-color: transparent;
}

.dyno-grid .col-x {
  float: left;
  width: 100%;
  min-height: 50px;
  margin-bottom: 5%;
  overflow-y: hidden;
}

.dyno-grid .col-x:last-child {
  margin-right: 0 !important;
}

@media only screen and (min-width: 40em) {
  .dyno-grid .col-x {
    width: 47%;
    margin-right: 6%;
  }
  .dyno-grid .col-x:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 65em) {
  .dyno-grid .col-x {
    width: 29.3333%;
    margin-right: 6%;
  }
  .dyno-grid .col-x:nth-child(2n) {
    margin-right: 6%;
  }
  .dyno-grid .col-x:nth-child(3n) {
    margin-right: 0;
  }
}

/* ---------------------------------
   --------- B U T T O N S ---------
   --------------------------------- */
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.429;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* -------------------------------------------- *
     Shapes & Sizes
/* -------------------------------------------- */
.btn-xs {
  padding: 3px 8px;
  padding: 0.3rem 0.8rem;
  font-size: 10px;
  font-size: 1rem;
}

.btn-sm {
  padding: 5px 10px;
  padding: 0.5rem 1rem;
}

.btn-md {
  padding: 8px 20px;
  padding: 0.8rem 2rem;
}

.btn-lg {
  padding: 12px 40px;
  padding: 1.2rem 4rem;
}

@media only screen and (min-width: 65em) {
  .btn-lg {
    padding: 12px 50px;
    padding: 1.2rem 5rem;
  }
}

.btn-xl {
  padding: 16px 40px;
  padding: 1.6rem 4rem;
}

@media only screen and (min-width: 65em) {
  .btn-xl {
    padding: 16px 80px;
    padding: 1.6rem 8rem;
  }
}

/* -------------------------------------------- *
     Styles
/* -------------------------------------------- */
.btn-main {
  border-color: transparent;
  background-color: #4A90E2;
  color: #fff;
  text-transform: uppercase;
}

.btn-main:hover,
.btn-main:focus {
  background-color: #163039;
}

/* -------------------------------------------- *
    WRAP
/* -------------------------------------------- */
.centred-btn-wrap {
  max-width: inherit;
  margin: 3% auto;
}

.centred-btn-wrap:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 50em) {
  .centred-btn-wrap {
    text-align: center;
  }
}

/* ---------------------------------
   ----------- F O R M S -----------
   --------------------------------- */
form {
  margin: 0;
  padding: 0;
}

fieldset,
input,
textarea,
select,
checkbox {
  padding: 5px;
  padding: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

label {
  width: 100%;
  margin-bottom: 5px;
  font-weight: normal !important;
  font-size: 14px;
  font-size: 1.4rem;
  /* ~~~~~  Responsive  ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
}

label.error {
  display: inline-block;
  margin-bottom: 1em;
  color: #fff;
  text-align: left;
}

input,
textarea {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.ie6 input {
  vertical-align: text-bottom;
}

input[type="email"].valid,
input[type="email"].error,
input[type="number"].valid,
input[type="number"].error,
input[type="password"].valid,
input[type="password"].error,
input[type="search"].valid,
input[type="search"].error,
input[type="text"].valid,
input[type="text"].error,
input[type="tel"].valid,
input[type="tel"].error,
input[type="url"].valid,
input[type="url"].error,
textarea.valid, textarea.error {
  border-bottom-width: 2px;
}

input[type="email"].valid,
input[type="number"].valid,
input[type="password"].valid,
input[type="search"].valid,
input[type="text"].valid,
input[type="tel"].valid,
input[type="url"].valid,
textarea.valid {
  background-color: rgba(92, 184, 111, 0.3);
  border-color: #5cb86f;
  color: #5cb86f;
}

input[type="email"].error,
input[type="number"].error,
input[type="password"].error,
input[type="search"].error,
input[type="text"].error,
input[type="tel"].error,
input[type="url"].error,
textarea.error {
  clear: both;
  background-color: rgba(219, 54, 67, 0.3);
  border-color: #db3643;
  color: #db3643;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4A90E2;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A90E2;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #4A90E2;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #4A90E2;
  font-weight: 400;
}

textarea {
  width: 100%;
}

@media only screen and (min-width: 40em) {
  textarea {
    max-width: 1400px;
  }
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
  margin-right: .3em;
}

.checkbox-wrap {
  width: 100%;
  padding: 1em 0;
  margin-bottom: 1em;
}

.checkbox-wrap .checkbox-13 {
  width: 100%;
  text-align: left;
}

@media only screen and (min-width: 40em) {
  .checkbox-wrap .checkbox-13 {
    float: left;
    width: 33.33334%;
  }
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
textarea {
  padding: 20px 12px;
  padding: 2rem 1.2rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  background: transparent;
  border: none;
  border-radius: 1px;
  border-bottom: 1px solid #4A90E2;
  color: #163039;
  font-size: 14px;
  font-size: 1.4rem;
}

input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
textarea:hover {
  border-bottom-color: #163039;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-bottom-color: #163039;
}

#success, #error {
  display: none;
}

#success span, #erro span {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}

#success span p, #error span p {
  margin-top: 6em;
}

#success span p {
  color: #9bd32d;
}

#error span p {
  color: #c0392b;
}

.submit-msg {
  display: none;
  padding: 1em 2em;
  border-radius: 1px;
  text-align: center;
  margin-bottom: 2em;
}

.success {
  display: block;
  background-color: rgba(139, 195, 74, 0.25);
  border: 1px solid rgba(76, 175, 80, 0.41);
  color: #4CAF50;
}

.error {
  display: block !important;
  background-color: rgba(219, 54, 98, 0.15);
  border: 1px solid rgba(219, 54, 67, 0.49);
  color: #EC3F3B;
}

.forms {
  margin: 0 auto;
  margin-top: 3em;
}

@media only screen and (min-width: 40em) {
  .forms {
    max-width: 1000px;
  }
}

.forms .btn {
  display: block;
  max-width: 400px;
  margin: auto;
}

@media only screen and (min-width: 30em) {
  .g2 {
    float: left;
    width: 50%;
  }
}

.wrap {
  position: inherit;
  width: 94%;
  min-width: 240px;
  max-width: 1200px;
  height: auto;
  min-height: 50%;
  padding: 0 3%;
  margin: 0 auto;
}

.banner {
  position: relative;
  height: 100vh;
  max-height: 550px;
  padding-top: 25px;
  background-color: #163039;
  background-image: url("../img/banner-img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 40em) {
  .banner {
    background-position: 50% center;
  }
}

.banner .intro {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 5%;
  padding: 0 2%;
  text-align: center;
}

.banner .intro .logo, .banner .intro .text {
  text-align: center;
}

.banner .intro .logo {
  width: 50%;
  min-width: 250px;
  max-width: 450px;
  margin-bottom: 1em;
}

.banner .intro .text {
  color: #fff;
}

.banner .nav-wrap {
  width: 96%;
  padding: 0 2%;
}

.banner .nav-menu .links {
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 48em) {
  .banner .nav-menu .links {
    text-align: right;
  }
}

.banner .nav-menu .links li {
  display: inline;
  text-decoration: none;
  list-style-type: none;
  margin-left: 2em;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}

.banner .nav-menu .links li a {
  color: white;
  padding-bottom: .5em;
  border-bottom: 2px solid transparent;
}

.banner .nav-menu .links li a:hover {
  border-bottom-color: #4A90E2;
}

.page {
  min-height: 500px;
  padding: 3em 0 1em;
}

.page .title {
  font-weight: 400;
  text-align: center;
  color: #4A90E2;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2em;
}

.grid .box {
  width: 100%;
  border: 1px solid #DCE4EA;
  margin-bottom: 2em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid .box .left, .grid .box .right {
  float: left;
  width: 30%;
}

.grid .box .left {
  padding: 2%;
}

.grid .box .left img {
  display: block;
  margin: 0 auto;
  padding: 10%;
}

.grid .box .right {
  background-color: #EAF0F5;
  width: 70%;
  padding: 3%;
}

.grid .box .right .h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

.grid .box .right p {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 50em) {
  .grid .box {
    float: left;
    width: 47.5%;
    margin-right: 5%;
  }
  .grid .box:last-child,
  .grid .box:nth-child(even) {
    margin-right: 0%;
  }
}

.lead {
  margin: 0 auto;
  text-align: center;
}

.lead .stuart {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: darkgray;
  margin-bottom: 1em;
}

.lead .h3 {
  font-weight: 400;
}

.footer {
  background-color: #163039;
  color: #fff;
  min-height: 200px;
  margin-top: 3em;
  padding: 3em 0;
}

.footer .f3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1% 3%;
  text-align: center;
}

@media only screen and (min-width: 40em) {
  .footer .f3 {
    float: left;
    width: 33.3334%;
  }
}

.footer .f3 .logo {
  max-width: 200px;
  margin-bottom: 1em;
}

.footer ul {
  margin-top: 2em;
}

.footer ul li {
  list-style-type: none;
}

.footer ul li a {
  color: white;
  padding-bottom: .3em;
  border-bottom: 1px solid transparent;
}

.footer ul li a:hover {
  border-bottom-color: #4A90E2;
}

@media only screen and (min-width: 30em) {
  .footer {
    padding: 2% 0;
  }
}
