@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

span {
  font-weight: inherit;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}

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

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
  width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

img {
  height: auto;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

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

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

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

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/*!
Theme Name: Precise Minds
Author: Geoff Muskett
Version: 1
*/
body {
  background-color: #f2f2f2;
}

.accentColor1 {
  fill: #00A38A;
  color: #00A38A;
}

.white {
  fill: #fff;
  color: #fff;
}

.bodyFontColor {
  fill: #4F4F4F;
  color: #4F4F4F;
}

.bodyFontbg {
  background-color: #4F4F4F;
  color: #fff;
}

.bodyfont {
  font-family: "Montserrat", sans-serif;
}

.subheadingfont {
  font-family: "Source Code Pro", monospace;
}

.greybg {
  background-color: #f2f2f2;
}

.grey-darker {
  color: #7f7f7f;
}

.blackbg {
  background-color: #000;
}

.headingfont, p.headingfont {
  font-family: "Montserrat", sans-serif;
}

.border-radius {
  border-radius: 0.4em;
}

body {
  font-size: 14px;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 17px;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

.hide {
  display: none !important;
}

.hide-soft {
  display: none;
}

.element-invisible, .screen-reader-text {
  position: absolute !important;
  margin-left: -10000px !important;
  overflow: hidden;
}

.fullwidth {
  width: 100%;
}

.lineheight1, h3.lineheight1, h2.lineheight1 {
  line-height: 1;
}

.lineheight13, h3.lineheight13, h2.lineheight13 {
  line-height: 1.3;
}

.content-max-width {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.content-max-width--teenbear {
  max-width: 768px;
}

.pad {
  padding: 2.5em 1.8em;
}
@media (min-width: 550px) {
  .pad {
    padding: 2.75em;
  }
}
@media (min-width: 768px) {
  .pad {
    padding: 4em;
  }
}
@media (min-width: 1024px) {
  .pad {
    padding: 5.4em;
  }
}
@media (min-width: 1200px) {
  .pad {
    padding: 7.3em;
  }
}

.pad.pad--leftright {
  padding-top: 0;
  padding-bottom: 0;
}

.pad.pad--nopadtop {
  padding-top: 0;
}

.pad.pad--nopadbottom {
  padding-bottom: 0;
}

.pad05 {
  padding: 0.5em;
}

.pad1 {
  padding: 1em;
}

.pad15 {
  padding: 1.5em;
}

.pad2 {
  padding: 2em;
}

.pad4px {
  padding: 4px;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

button {
  -webkit-appearance: none;
  border: none;
  background: none;
  outline: 0;
  transition: all 0.3s ease;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  font-size: 1em;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}

.clear {
  clear: both;
}

.cf:before,
.cf:after {
  content: "";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.rotator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.6s ease;
}

.rotate180 {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.rotate90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rotate270 {
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.downarrow {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
}

.downarrow__line {
  position: absolute;
  width: 8px;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: #4F4F4F;
  transition: 0.3s;
}

.downarrow__line:first-of-type {
  transform: rotate(45deg);
  margin-left: -6px;
}

.downarrow__line:last-of-type {
  transform: rotate(-45deg);
  margin-left: -1px;
}

.active .downarrow__line:first-of-type {
  transform: rotate(-45deg);
}
.active .downarrow__line:last-of-type {
  transform: rotate(45deg);
}

.downarrow--topmenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  height: 1.7em;
}
.downarrow--topmenu .downarrow__line {
  background: #fff;
}

.downarrow--menu {
  vertical-align: middle;
  margin: -3px 0 0 0;
}
.arrow {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  pointer-events: none;
}

.arrow__line {
  position: absolute;
  width: 8px;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: #4F4F4F;
  transition: 0.3s;
}

.arrow--down .arrow__line:first-of-type {
  transform: rotate(45deg);
  margin-left: -6.25px;
}

.arrow--down .arrow__line:last-of-type {
  transform: rotate(-45deg);
  margin-left: -1.5px;
}

.arrow--up .arrow__line:first-of-type {
  transform: rotate(-45deg);
  margin-left: -6.25px;
}

.arrow--up .arrow__line:last-of-type {
  transform: rotate(45deg);
  margin-left: -1.5px;
}

.active .arrow--down .arrow__line:first-of-type {
  transform: rotate(-45deg);
}
.active .arrow--down .arrow__line:last-of-type {
  transform: rotate(45deg);
}

.pointer-events-none {
  pointer-events: none;
}

.margin-bottom {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .margin-bottom {
    margin-bottom: 3rem;
  }
}

.margin-top {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .margin-top {
    margin-top: 3rem;
  }
}

.margin-bottom-double {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .margin-bottom-double {
    margin-bottom: 6rem;
  }
}

.margin-bottom015 {
  margin-bottom: 0.15em;
}

.margin-bottom03, label.margin-bottom03 {
  margin-bottom: 0.3em;
}

.margin-bottom05,
.label-radio-or-checkbox--lozenge.margin-bottom05,
.message_box .margin-bottom05 {
  margin-bottom: 0.5rem;
}

.margin-bottom-05 {
  margin-bottom: -0.5em;
}

.margin-bottom075 {
  margin-bottom: 0.75rem;
}

.margin-bottom025 {
  margin-bottom: 0.25rem;
}

.margin-bottom1 {
  margin-bottom: 1rem;
}

.margin-bottom15 {
  margin-bottom: 1.5rem;
}

.margin-top25 {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.margin-top05 {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.margin-top075 {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.margin-top1 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.margin-top15 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.no-margin-bottom,
p.no-margin-bottom,
h1.no-margin-bottom,
h2.no-margin-bottom,
h3.no-margin-bottom,
h4.no-margin-bottom,
h5.no-margin-bottom,
h6.no-margin-bottom,
ul.no-margin-bottom,
li.no-margin-bottom {
  margin-bottom: 0;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
  width: auto;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-no-shrink {
  flex-shrink: no-shrink;
}

.margin-left-auto {
  margin-left: auto;
}

.position-relative {
  position: relative;
}

.word-break {
  overflow-wrap: break-word;
}

.tooltip {
  position: relative;
  width: auto;
  display: inline-block;
}

.tooltip.active {
  z-index: 1003;
}

button.tooltip__btn {
  display: inline-block;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.tooltip__box {
  position: relative;
  background: #fff;
  padding: 0.75em 0.75em 1em 0.75em;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 12em;
  margin: 0 0 0 0;
  line-height: 1.3;
  border: 2px solid #1588b5;
  border-radius: 1em;
  display: none;
}
.tooltip__box h3 {
  margin-bottom: 0.25em;
}
.tooltip__box p:last-of-type {
  margin-bottom: 0;
}

.tooltip__box.active {
  z-index: 1002;
}

.tooltip__box:after, .tooltip__box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip__box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #1588b5;
  border-width: 5px;
  margin-left: -5px;
}

.tooltip__box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #1588b5;
  border-width: 7px;
  margin-left: -7px;
}

.tooltip__box__close {
  position: absolute;
  top: -1em;
  right: 0;
  opacity: 0;
}
.tooltip__box__close:focus {
  opacity: 1;
}

button.tooltip__box__btn {
  width: 100%;
  padding: 0.25em 0.5em;
}
button.tooltip__box__btn:hover, button.tooltip__box__btn:focus, button.tooltip__box__btn:active {
  background-color: #00A38A;
}

.tooltip__box--arrowtopleft {
  margin: 5px 0 0 0;
  right: auto;
  left: 0;
}

.tooltip__box--arrowtopleft:before {
  left: 20px;
  margin-right: 0;
  right: auto;
}

.tooltip__box--arrowtopleft:after {
  left: 22px;
  margin-right: 0;
  right: auto;
}

.tooltip__box--arrowtopright {
  margin: 0;
  left: auto;
  right: 0;
}

.tooltip__box--arrowtopright:before {
  right: 20px;
  margin-right: 0;
  left: auto;
}

.tooltip__box--arrowtopright:after {
  right: 22px;
  margin-right: 0;
  left: auto;
}

.flex-central {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-middle {
  justify-content: center;
}

.message_box {
  border: 2px solid #4F4F4F;
  border-radius: 0.4em;
}
.message_box p {
  margin-bottom: 0;
}
.message_box p:last-of-type {
  margin-bottom: 0;
}

.overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1000;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

.overlay__inner {
  padding: 2em;
  width: 90%;
  height: 90%;
  overflow: auto;
  background-color: #fff;
}

.external-link {
  margin-left: 0.2em;
  position: relative;
  bottom: -0.05em;
  width: 0.85em;
  height: 0.85em;
  display: inline-block;
}
.external-link .st0 {
  fill: #FFFFFF;
  stroke: #333333;
  stroke-width: 8.6309;
  stroke-miterlimit: 10;
}
.external-link .st1 {
  fill: #FFFFFF;
  stroke: #333333;
  stroke-width: 6;
  stroke-miterlimit: 10;
}

.inline-icon {
  width: 1.5em;
  height: 1.5em;
  stroke: #4F4F4F;
  stroke-width: 9;
}

.inline-icon--medium {
  width: 2em;
  height: 2em;
}

.inline-icon--fill {
  fill: #4F4F4F;
  stroke-width: 0;
}

.inline-icon--white {
  stroke: #fff;
}

.inline-icon--fill--white {
  fill: #fff;
}

.inline-icon-container-black {
  background-color: #000;
  width: 1.5em;
  height: 1.5em;
  border-radius: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inline-icon-container-black .inline-icon {
  width: 0.75em;
  height: 0.75em;
  stroke-width: 11;
}

.inline-icon-container-black--size2 {
  width: 2.5em;
  height: 2.5em;
}
.inline-icon-container-black--size2 .inline-icon {
  width: 1.5em;
  height: 1.5em;
  stroke-width: 7;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid black;
}

.category-card {
  width: 2.75em;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.thick-hr {
  border-top: 5px solid #000;
}

.inline-exerpt-content p {
  display: inline;
}
.inline-exerpt-content br {
  display: none;
}
.inline-exerpt-content img {
  display: none;
}

@media (min-width: 768px) {
  .hide-on-small-screens {
    display: none;
  }
}

.main-pad-left--home {
  padding-top: 5em;
}

@media (min-width: 768px) {
  .main-pad-left--home {
    padding-top: 7em;
  }
}
@media (min-width: 1200px) {
  .main-pad-left {
    padding-left: 17.5em;
  }

  .main-pad-left--home {
    padding-top: 3em;
  }
}
body, button, textarea {
  font-family: "Montserrat", sans-serif;
  color: #4F4F4F;
  line-height: 1.7;
}

a, a:visited {
  color: #00A38A;
}
a:hover, a:focus, a:active, a:visited:hover, a:visited:focus, a:visited:active {
  color: #4F4F4F;
}

a.no-underline {
  text-decoration: none;
}
a.no-underline:hover, a.no-underline:focus, a.no-underline:active {
  text-decoration: underline;
}

a.font-colour {
  color: #4F4F4F;
}

a.white-link {
  color: #fff;
}
a.white-link:hover, a.white-link:focus, a.white-link:active {
  color: white;
}

.accentColour1 {
  color: #00A38A;
}

a.accentColour1 {
  color: #00A38A;
}
a.accentColour1:hover, a.accentColour1:focus, a.accentColour1:active {
  color: #1588b5;
}

.accentColour2 {
  color: #1588b5;
}

a.accentColour2 {
  color: #1588b5;
}
a.accentColour2:hover, a.accentColour2:focus, a.accentColour2:active {
  color: #1588b5;
}

.uppercase {
  text-transform: uppercase;
}

h3.uppercase {
  font-size: 1em;
}

h1 {
  font-size: 2em;
  line-height: 1.2;
  font-weight: bold;
}

h2 {
  font-size: 1.76em;
  line-height: 1.2;
  font-weight: bold;
}

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

h3 {
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: bold;
}

h5 {
  font-size: 1.1em;
  font-weight: bold;
}

h6 {
  font-size: 1.1em;
  font-weight: bold;
}

p {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.3em;
  }

  h4 {
    font-size: 1.2em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: 1.1em;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3.5em;
  }
}
p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote {
  margin-bottom: 1.5rem;
}

.smaller-text {
  font-size: 0.85em;
}

.text-with-bg {
  line-height: 1.1;
}
.text-with-bg span {
  box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
  background-color: #fff;
  box-decoration-break: clone;
  padding: 0.15em;
}

.text-with-bg--alignwithleft {
  margin-left: 12px;
}

.text-with-bg {
  line-height: 1.62;
}
.text-with-bg span {
  box-shadow: 12px 0 0 #4F4F4F, -12px 0 0 #4F4F4F;
  background-color: #4F4F4F;
  box-decoration-break: clone;
  padding: 0.15em 0 0.25em 0;
  color: #fff;
}

.text-with-bg--yellowbg span {
  box-shadow: 12px 0 0 #00A38A, -12px 0 0 #00A38A;
  background-color: #00A38A;
  color: #4F4F4F;
}

.blackbg a {
  color: #fff;
}
.blackbg a:hover, .blackbg a:focus, .blackbg a:active {
  color: #d9d9d9;
}
.blackbg a:hover svg, .blackbg a:focus svg, .blackbg a:active svg {
  fill: #d9d9d9;
}

.page-content ul:not(.child_pages) {
  list-style: disc;
  margin-left: 1em;
}
.page-content ol {
  margin-left: 1em;
}
.page-content ul.child_pages {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.page-content table {
  width: 100%;
  border: 1px solid #f2f2f2;
}
.page-content table tr {
  border-bottom: 1px solid #f2f2f2;
}
.page-content table td {
  padding: 0.5em;
  border-right: 1px solid #f2f2f2;
  vertical-align: middle;
}
.page-content table td:last-of-type {
  border-radius: 0;
}

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

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 550px) {
  .container {
    width: 46rem;
  }

  .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 61rem;
  }

  .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 71rem;
  }

  .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    width: 71rem;
  }

  .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .col-lg2,
.col-lg2-1,
.col-lg2-2,
.col-lg2-3,
.col-lg2-4,
.col-lg2-5,
.col-lg2-6,
.col-lg2-7,
.col-lg2-8,
.col-lg2-9,
.col-lg2-10,
.col-lg2-11,
.col-lg2-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .col-lg2 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg2-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg2-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg2-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg2-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg2-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg2-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg2-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg2-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg2-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg2-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg2-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg2-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg2-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg2-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg2-offset-3 {
    margin-left: 25%;
  }

  .col-lg2-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg2-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg2-offset-6 {
    margin-left: 50%;
  }

  .col-lg2-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg2-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg2-offset-9 {
    margin-left: 75%;
  }

  .col-lg2-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg2-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg2 {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg2 {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg2 {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg2 {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg2 {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg2 {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg2 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg2 {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg2 {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg2 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.row--smallmargins {
  margin-left: -2px;
  margin-right: -2px;
}
.row--smallmargins .col--smallmargins {
  padding-right: 2px;
  padding-left: 2px;
}

.row--smallmargins075 {
  margin-left: -0.75em;
  margin-right: -0.75em;
}
.row--smallmargins075 .col--smallmargins075 {
  padding-right: 0.75em;
  padding-left: 0.75em;
}

a.btn, .btn, button.btn, input[type=submit] {
  text-decoration: none;
  color: #4F4F4F;
  padding: 0.8rem 1.6rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
  border: 0;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  font-family: "Source Code Pro", monospace;
}

.nf-form-content input[type=submit] {
  color: #f2f2f2 !important;
  background-color: #00A38A !important;
  border-radius: 5em !important;
  padding: 0.8rem 1.6rem;
}

a.btn.alignleft, .btn.alignleft, .button.btn.alignleft {
  text-align: left;
}

.btn--inline-flex {
  display: inline-flex;
}

a.btn--withbg, .btn--withbg, button.btn--withbg, a.wp-block-button__link, .page_content .nf-form-content button, .page_content .nf-form-content input[type=button], .page_content .nf-form-content input[type=submit], input[type=submit] {
  background-color: #4F4F4F;
  color: #f2f2f2;
  align-items: center;
}
a.btn--withbg:hover, a.btn--withbg:focus, a.btn--withbg:active, .btn--withbg:hover, .btn--withbg:focus, .btn--withbg:active, button.btn--withbg:hover, button.btn--withbg:focus, button.btn--withbg:active, a.wp-block-button__link:hover, a.wp-block-button__link:focus, a.wp-block-button__link:active, .page_content .nf-form-content button:hover, .page_content .nf-form-content button:focus, .page_content .nf-form-content button:active, .page_content .nf-form-content input[type=button]:hover, .page_content .nf-form-content input[type=button]:focus, .page_content .nf-form-content input[type=button]:active, .page_content .nf-form-content input[type=submit]:hover, .page_content .nf-form-content input[type=submit]:focus, .page_content .nf-form-content input[type=submit]:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
  background-color: #5c5c5c;
  cursor: pointer;
}

a.btn--ghost, button.btn--ghost, .btn--ghost {
  border: 4px solid #4F4F4F;
}
a.btn--ghost:before, button.btn--ghost:before, .btn--ghost:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background-image: url(/wp-content/themes/smithandjones/_/images/btn-bg1.png);
  background-position: center;
  background-size: cover;
}
a.btn--ghost:hover, a.btn--ghost:focus, a.btn--ghost:active, button.btn--ghost:hover, button.btn--ghost:focus, button.btn--ghost:active, .btn--ghost:hover, .btn--ghost:focus, .btn--ghost:active {
  border-color: #828282;
  background-color: #f2f2f2;
}

button.btn.btn--autowidth, a.btn.btn--autowidth, .btn.btn--autowidth, .btn--autowidth {
  width: auto;
  display: inline-flex;
}

button.btn.btn--large, a.btn.btn--large {
  padding: 1.2em 1.5em;
  align-items: center;
  justify-content: center;
}

button.btn.btn--thinner, a.btn.btn--thinner {
  padding: 0.3em 0.6em;
}

.btn__text {
  margin-right: 0.75em;
}

svg.btn__icon {
  width: 1.3em;
  height: 1.3em;
  stroke: #fff;
  stroke-width: 8;
  fill: transparent;
  position: relative;
  top: 0.05em;
}

.btn__arrow {
  width: 1.1em;
  height: 0.6em;
  display: inline-block;
  font-size: 1em;
  fill: #fff;
  margin-left: auto;
}

.button-no-style {
  -webkit-appearance: none;
  border: none;
  background: none;
}

.spinner.active .loader--btn {
  display: inline-block;
}

.close-btn {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.close-btn:hover .close-btn__inner, .close-btn:focus .close-btn__inner, .close-btn:active .close-btn__inner {
  background-color: #00A38A;
}

.close-btn__inner {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-btn__inner:before {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background-color: #fff;
  transform: rotate(45deg);
  margin-right: -1.5px;
}

.close-btn__inner:after {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background-color: #fff;
  transform: rotate(-45deg);
  margin-left: -1.5px;
}

.close-btn--shots {
  top: 4px;
  right: -6px;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: 16px;
}

input[type=text], input[type=email], input[type=number], textarea, select {
  border: 0;
  box-shadow: none;
  color: #4F4F4F;
  transition: all 0.5s;
  display: block;
  padding: 0.8em;
  margin-bottom: 1em;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  border-radius: 1.5em;
}

label {
  display: block;
}

label.checkbox_or_radio, .checkbox_or_radio_cf7 .wpcf7-list-item label {
  display: flex;
  align-items: center;
  padding: 0.25em 0.25em 0.25em 0;
  width: 100%;
  line-height: 1.3;
}
label.checkbox_or_radio input, .checkbox_or_radio_cf7 .wpcf7-list-item label input {
  margin-right: 0.5em;
  width: 0.9em;
  height: 0.9em;
  border-radius: 0;
  border: 2px solid #4F4F4F;
  flex-shrink: 0;
}

span.wpcf7-list-item {
  display: block;
  width: 100%;
  margin-left: 0;
}

span.wpcf7-list-item.first {
  margin-top: 1em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 0;
  padding-right: 3em;
}

.select-label {
  position: relative;
}
.select-label br {
  display: none;
}
.select-label .downarrow {
  position: absolute;
  bottom: 0.8em;
  right: 1em;
  z-index: 1;
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}

textarea.textarea--thinner {
  height: 8em;
}

.error input[type=text], .error input[type=email], .error input[type=number], .error textarea, .error select {
  border: 2px solid red;
}

.nf-form-content {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.nf-form-fields-required {
  display: none !important;
}

.header {
  position: relative;
  padding: 1em;
}

.header_corner_bg {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 175px;
  stroke: #7f7f7f;
  stroke-width: 1;
}

@media (min-width: 550px) {
  .header_corner_bg {
    top: -14px;
    left: -14px;
    width: 250px;
  }
}
@media (min-width: 768px) {
  .header_corner_bg {
    top: -17px;
    left: -17px;
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .header_corner_bg {
    top: -19px;
    left: -19px;
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .header_corner_bg {
    top: 0;
    left: 0;
    width: 400px;
  }
}
.logo {
  width: 66px;
  display: block;
  text-decoration: none;
}

.logo__svg {
  width: 100%;
}

.logo__name {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  margin: -0.3rem 0 0 0;
}

.logo__strapline {
  font-family: "Source Code Pro", monospace;
  white-space: nowrap;
  font-size: 0.6em;
  margin: -0.4rem 0 0 0;
}

@media (min-width: 550px) {
  .logo {
    width: 94px;
  }

  .logo__name {
    font-size: 1.3em;
    margin: 0 0 0 0;
  }

  .logo__strapline {
    font-size: 0.7em;
    margin: -0.5rem 0 0 0;
  }
}
@media (min-width: 768px) {
  .logo {
    width: 114px;
  }

  .logo__name {
    font-size: 1.5em;
    margin: -0.8rem 0 0 0;
  }

  .logo__strapline {
    font-size: 0.8em;
    margin: -0.6rem 0 0 0;
  }
}
@media (min-width: 1024px) {
  .logo {
    width: 131px;
  }

  .logo__name {
    font-size: 1.8em;
    margin: -0.8rem 0 0 0;
  }

  .logo__strapline {
    font-size: 0.9em;
    margin: -0.6rem 0 0 0;
  }
}
@media (min-width: 1200px) {
  .logo {
    width: 151px;
  }

  .logo__name {
    font-size: 2em;
    margin: -0.8rem 0 0 0;
  }

  .logo__strapline {
    font-size: 1em;
    margin: -0.6rem 0 0 0;
  }
}
.header__menu__hamburger {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 1em;
  right: 1em;
  padding: 0;
  outline: 0;
}
.header__menu__hamburger:hover .header__menu__hamburger__line, .header__menu__hamburger:focus .header__menu__hamburger__line, .header__menu__hamburger:active .header__menu__hamburger__line {
  background-color: black;
}

.header__menu__hamburger__line {
  position: absolute;
  left: 4px;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #666666;
  transition: 0.3s;
}

.header__menu__hamburger__line:nth-child(1) {
  top: 8px;
}

.header__menu__hamburger__line:nth-child(2) {
  top: 13px;
}

.header__menu__hamburger__line:nth-child(3) {
  top: 18px;
}

.active .header__menu__hamburger__line:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
.active .header__menu__hamburger__line:nth-child(2) {
  opacity: 0;
}
.active .header__menu__hamburger__line:nth-child(3) {
  top: 12px;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .header__menu__hamburger {
    display: none;
  }
}
.footer-logo {
  margin: 0 auto 2em auto;
  width: 6em;
  display: block;
}

.footer {
  background-color: #3c3c3b;
  position: relative;
  color: #fff;
}

.footer__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

a.footer__nav__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 1em;
}

.footer__nav__item__icon {
  margin-right: 0.8em;
}

@media (min-width: 768px) {
  .footer-logo {
    width: 8em;
  }
}
@media (min-width: 1200px) {
  .footer-logo {
    width: 8em;
  }
}
.full-header-spacer {
  margin-top: 5em;
}

@media (min-width: 550px) {
  .full-header-spacer {
    margin-top: 8em;
  }
}
@media (min-width: 1200px) {
  .full-header-spacer {
    margin-top: 10em;
  }
}
.sub-heading {
  max-width: 27em;
}

.audience-type-section {
  position: relative;
  margin-bottom: 2em;
}

.audience-type-section:before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 100%;
  background-color: #f2f2f2;
  z-index: -2;
}

button.audience-type-section__button {
  position: relative;
  top: -0.75rem;
  display: inline-block;
}

.audience-type-section__button__heading {
  margin: 0 2.5rem 0 2rem;
  padding: 0 2.5rem 0 0;
  display: inline-block;
}
.audience-type-section__button__heading span {
  display: inline-block;
  width: calc(100% + 2.5rem);
  position: relative;
  left: -0.5em;
  padding-left: 0.5em;
  background-color: #f2f2f2;
}

.audience-type-section__bordertop {
  height: 2px;
  background-color: #7f7f7f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 4rem;
}

.audience-type-section__borderright {
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 2px;
  background-color: #7f7f7f;
}

.audience-type-section__borderbottom {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #7f7f7f;
}

.audience-type-section__borderleft {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 2px;
  background-color: #7f7f7f;
}

.in .audience-type-section__bordertop {
  transition: width 0.3s ease 0s;
}
.in .audience-type-section__borderright {
  transition: height 0.3s ease 0.3s;
}
.in .audience-type-section__borderbottom {
  transition: width 0.3s ease 0.6s;
}
.in .audience-type-section__borderleft {
  transition: height 0.3s ease 0.9s;
}
.in .audience-type-section__content {
  transition: height 0.3s ease 0s;
}
.in .audience-type-section__content__inner {
  transition: margin-left 0.3s ease 1.2s;
}

.out .audience-type-section__bordertop {
  transition: width 0.3s ease 0.9s;
}
.out .audience-type-section__borderright {
  transition: height 0.3s ease 0.6s;
}
.out .audience-type-section__borderbottom {
  transition: width 0.3s ease 0.3s;
}
.out .audience-type-section__borderleft {
  transition: height 0.3s ease 0s;
}
.out .audience-type-section__content {
  transition: height 0.3s ease 1.5s;
}
.out .audience-type-section__content__inner {
  transition: margin-left 0.3s ease 1.2s;
}

.audience-type-section__content.offscreen {
  position: absolute;
  top: 0;
}

.audience-type-section__content:not(.offscreen) {
  position: relative;
  left: auto;
  height: 0;
  overflow: hidden;
  z-index: -3;
}

.audience-type-section__content__inner {
  position: relative;
  overflow: hidden;
  margin-left: -100%;
  background-color: #7f7f7f;
  color: #fff;
  width: calc(100% - 3em);
  height: calc(100% - 1.5em);
  padding-bottom: 2em;
}

.active .audience-type-section__bordertop, .active .audience-type-section__borderbottom {
  width: 100%;
}
.active .audience-type-section__borderright, .active .audience-type-section__borderleft {
  height: 100%;
}
.active .audience-type-section__content__inner {
  margin: 0 1.5em 0 1.5em;
}

@media (min-width: 768px) {
  .audience-type-section {
    margin-left: -2rem;
    width: calc(100% + 2rem);
  }

  button.audience-type-section__button {
    top: -0.9rem;
  }
}
@media (min-width: 1024px) {
  .audience-type-section {
    margin-left: -3rem;
    width: calc(100% + 3rem);
  }

  .audience-type-section__button__heading {
    margin-left: 3rem;
  }
}
@media (min-width: 1200px) {
  .audience-type-section {
    margin-left: -4rem;
    width: calc(100% + 4rem);
  }

  .audience-type-section__button__heading {
    margin-left: 4rem;
  }
}
.slides {
  width: 100%;
  overflow: hidden;
  display: flex;
  padding-bottom: 2em;
}

.slides__item {
  width: 100%;
  flex-shrink: 0;
}

.slides__item__buttons {
  display: flex;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.slides__item__buttons__item {
  width: 2em;
  height: 4px;
  background-color: #b2b2b2;
  margin-left: 4px;
}

.slides__item__buttons__item.selected {
  background-color: #e5e5e5;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
/* Dots */
.slick-dotted.slick-slider {
  position: relative;
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.dots-ontop .slick-dots {
  bottom: 20px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

button.slick-next, button.slick-prev {
  width: 2.25em;
  height: 2.25em;
  display: block;
  position: absolute;
  top: 50%;
  font-size: 1em;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-next {
  right: -1.25em;
}
@media (min-width: 600px) {
  .slick-next {
    right: 1.75em;
  }
}
@media (min-width: 768px) {
  .slick-next {
    right: 0em;
  }
}
@media (min-width: 1200px) {
  .slick-next {
    right: -2.25em;
  }
}

.slick-prev {
  left: -1.25em;
}
@media (min-width: 768px) {
  .slick-prev {
    left: -3em;
  }
}
@media (min-width: 1200px) {
  .slick-prev {
    left: -5em;
  }
}

.slick-arrow:before {
  content: "";
}

.slick-arrow:after {
  content: "";
}

.slick-arrow.slick-disabled {
  opacity: 0;
}

@media (min-wdith: 768px) {
  .slick-next {
    right: -1.5em;
  }

  .slick-prev {
    left: -1.5em;
  }
}
.slick-dots li {
  width: 14px;
  width: 14px;
  line-height: 0;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f2f2f2;
  border: 2px solid #4F4F4F;
  line-height: 0;
}

.slick-dots li.slick-active button {
  background-color: #000;
}

.slick-dots li button:before {
  content: "";
}

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