/*
	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, body, body div, 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;
}

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;
}

.accentColor1 {
  fill: #20587B;
  color: #20587B;
}

.accentColor2 {
  fill: #38A3A5;
  color: #38A3A5;
}

.accentColor3 {
  fill: #57CC98;
  color: #57CC98;
}

.accentColor4 {
  fill: #C7FBCC;
  color: #C7FBCC;
}

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

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

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

.greybg {
  background-color: #f2f2f2;
}

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

.blackbg {
  background-color: #000;
}

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

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

body {
  font-size: 14px;
}

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

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

.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: 1300px;
  margin: 0 auto;
}

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

.pad {
  padding: 2.5em 1.75em;
}
@media (min-width: 768px) {
  .pad {
    padding: 5em 2.5em;
  }
}
@media (min-width: 1200px) {
  .pad {
    padding: 7em 2.5em;
  }
}

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

.pad.pad--nopadtop {
  padding-top: 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: "Open Sans", 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: #4D4D4D;
  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: #4D4D4D;
  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: 0;
}

.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 #38A3A5;
  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: #38A3A5;
  border-width: 5px;
  margin-left: -5px;
}

.tooltip__box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #38A3A5;
  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: #20587B;
}

.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 #4D4D4D;
  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: #fff;
  opacity: 0.95;
  z-index: 1000;
  display: none;
}

.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: #4D4D4D;
  stroke-width: 9;
}

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

.inline-icon--fill {
  fill: #4D4D4D;
  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;
}

/* 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: 600px) {
  .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-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;
}

body, button, textarea {
  font-family: "Open Sans", sans-serif;
  color: #4D4D4D;
  color: #4D4D4D;
  line-height: 1.7;
}

a {
  color: #38A3A5;
}
a:hover, a:focus, a:active {
  color: #4D4D4D;
}

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: #4D4D4D;
}
a.font-colour:hover, a.font-colour:focus, a.font-colour:active {
  color: #20587B;
}

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

.accentColour1 {
  color: #20587B;
}

a.accentColour1 {
  color: #20587B;
}
a.accentColour1:hover, a.accentColour1:focus, a.accentColour1:active {
  color: #38A3A5;
}

.accentColour2 {
  color: #38A3A5;
}

a.accentColour2 {
  color: #38A3A5;
}
a.accentColour2:hover, a.accentColour2:focus, a.accentColour2:active {
  color: #38A3A5;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 1.9em;
  line-height: 1.4;
  font-weight: bold;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: bold;
}

h3 {
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  font-family: "Poppins", sans-serif;
  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-weight: 600;
}

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

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

.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;
}

.font-weight-bold {
  font-weight: 700;
}

.header {
  padding: 0.5em;
  padding-right: 0;
  display: flex;
  align-items: center;
}

.logo_link {
  width: 10em;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  font-size: 0.8em;
}

.logo_link__powered_by {
  position: absolute;
  top: 3em;
  left: 4.4em;
  width: 5.5em;
}

.nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-top: 0.5em;
}

a.nav__item, a.nav__item:visited {
  padding: 0.5em;
  display: block;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  font-size: 0.8em;
  text-decoration: none;
  color: #4D4D4D;
}
a.nav__item:hover, a.nav__item:focus, a.nav__item:active, a.nav__item:visited:hover, a.nav__item:visited:focus, a.nav__item:visited:active {
  text-decoration: underline;
}

a.nav__item.selected {
  color: #20587B;
}

@media (min-width: 374px) {
  .logo_link {
    font-size: 1em;
  }
  a.nav__item {
    padding: 0.75em;
  }
}
@media (min-width: 768px) {
  .header {
    padding-right: 0.5em;
  }
  .logo_link {
    width: 15em;
  }
  .logo_link__powered_by {
    border-top: 1px solid #7f7f7f;
    padding-top: 0.25em;
    position: absolute;
    top: 4.5em;
    left: 6.5em;
    width: 8.5em;
  }
  a.nav__item {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .logo_link {
    font-size: 1.2em;
  }
}
.header--dashboard {
  background-color: #fff;
}

@media (min-width: 374px) {
  .header--dashboard .logo_link {
    font-size: 0.8em;
  }
}
@media (min-width: 768px) {
  .header--dashboard .logo_link {
    font-size: 0.6em;
  }
}
h1.banner__heading {
  line-height: 1.2;
}

@media (max-width: 768px) {
  h3.banner__subheading {
    font-size: 1em;
  }
}
@media (min-width: 1024px) {
  h1.banner__heading {
    font-size: 3.5em;
  }
}
@media (min-width: 1200px) {
  h1.banner__heading {
    font-size: 4.5em;
  }
}
a.btn, .btn, button.btn {
  text-decoration: none;
  color: #4D4D4D;
  padding: 0.8em 1em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
  border: 0;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  border-radius: 0.75em;
}

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

.btn--flexwrap, a.btn--flexwrap {
  flex-wrap: wrap;
}

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

a.btn--accentColour1, .btn--accentColour1, button.btn--accentColour1 {
  background-color: #20587B;
  color: #fff;
}
a.btn--accentColour1:hover, a.btn--accentColour1:focus, a.btn--accentColour1:active, .btn--accentColour1:hover, .btn--accentColour1:focus, .btn--accentColour1:active, button.btn--accentColour1:hover, button.btn--accentColour1:focus, button.btn--accentColour1:active {
  background-color: #1b4a67;
}

a.btn--accentColour2, .btn--accentColour2, button.btn--accentColour2, a.wp-block-button__link {
  background-color: #38A3A5;
  color: #fff;
}
a.btn--accentColour2:hover, a.btn--accentColour2:focus, a.btn--accentColour2:active, .btn--accentColour2:hover, .btn--accentColour2:focus, .btn--accentColour2:active, button.btn--accentColour2:hover, button.btn--accentColour2:focus, button.btn--accentColour2:active, a.wp-block-button__link:hover, a.wp-block-button__link:focus, a.wp-block-button__link:active {
  background-color: #329092;
}

a.btn--ghost, button.btn--ghost, .btn--ghost {
  border: 2px solid #4D4D4D;
}

a.btn--grey, .btn--grey, button.btn--grey {
  background-color: #f2f2f2;
}
a.btn--grey:hover, a.btn--grey:focus, a.btn--grey:active, .btn--grey:hover, .btn--grey:focus, .btn--grey:active, button.btn--grey:hover, button.btn--grey:focus, button.btn--grey:active {
  background-color: #e5e5e5;
}

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: 0.8em 1.2em;
  align-items: center;
  justify-content: center;
}

button.btn.btn--thinner, a.btn.btn--thinner {
  padding: 0.25em 0.5em;
}

.btn__text {
  margin-right: 0.75em;
}

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

.btn__icon {
  width: 0.7em;
  height: 0.7em;
  fill: #4D4D4D;
}

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

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

.seed-code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
}

.copy-btn {
  background-color: #38A3A5;
  color: white;
  border: none;
  padding: 0.4em 0.8em;
  border-radius: 4px;
  font-size: 0.8em;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.copy-btn:hover {
  background-color: #2d8a8c;
}
.copy-btn:active {
  background-color: #247577;
}

#seedCode {
  width: 100%;
  min-height: 4em;
  font-family: "Courier New", Courier, monospace;
  padding: 0.5em;
  font-size: 0.9em;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.content-after-generation {
  display: none;
}
.content-after-generation.visible {
  display: block;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.trait-filters {
  margin-top: 20px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.trait-filters.visible {
  display: block;
  opacity: 1;
}

.btn {
  position: relative;
}
.btn.loading {
  cursor: not-allowed;
  pointer-events: none;
}
.btn.loading .btn-text {
  display: none;
}
.btn.loading .btn-spinner {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.btn .btn-spinner .spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button-group {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn--secondary {
  background-color: #38A3A5;
  color: white;
  border: none;
}
.btn--secondary:hover {
  background-color: #2d8a8c;
}
.btn--secondary:active {
  background-color: #247577;
}

button.btn.btn--traits {
  font-weight: 400;
  color: #fff;
  display: inline-block;
}

.trait-filters {
  display: none;
}
.trait-filters.visible {
  display: block;
}
.trait-filters h4 {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333;
}
.trait-filters .trait-checkboxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}
.trait-filters .trait-checkboxes .trait-group {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  .trait-filters .trait-checkboxes .trait-group {
    justify-content: center;
  }
}
.trait-filters .trait-checkboxes .trait-group label {
  display: flex;
  align-items: center;
  font-size: 0.85em;
  cursor: pointer;
  white-space: nowrap;
  padding: 10px;
}
.trait-filters .trait-checkboxes .trait-group label input[type=checkbox] {
  margin-right: 6px;
  transform: scale(1);
}
.trait-filters .validation-message {
  margin-top: 15px;
  padding: 10px;
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 4px;
  color: #856404;
  font-size: 0.9em;
}
.trait-filters .validation-message.error {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.footer {
  border-top: 1px solid #4D4D4D;
}

a.logo {
  position: relative;
  display: inline-block;
  width: 15em;
  height: 3.75em;
  font-size: 1.2em;
}

.logo__lens {
  position: absolute;
  background: #F2F2F2;
  top: 0.6em;
  left: 0.6em;
  width: 2.75em;
  height: 2.75em;
  clip-path: circle(50%);
}

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

.logo__lens__inner__item {
  width: 0.6875em;
  height: 0.6875em;
}

.logo__svg__text {
  fill: #4D4D4D;
}

.logo__svg__dotbetweentext {
  fill: #57CC98;
}

.logo__svg__cameradot {
  fill: #57CC98;
}

@media (min-width: 600px) {
  a.logo {
    font-size: 1.5em;
  }
}
@media (min-width: 1024px) {
  a.logo {
    font-size: 2em;
  }
}
.holding__inner {
  max-width: 50em;
  margin: 4em auto;
}

.holding__inner__heading {
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}

.canvas-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -20em;
}
@media (min-width: 500px) {
  .canvas-container {
    margin-bottom: -18em;
  }
}
@media (min-width: 650px) {
  .canvas-container {
    margin-bottom: -16em;
  }
}
@media (min-width: 768px) {
  .canvas-container {
    margin-bottom: -12em;
  }
}
@media (min-width: 850px) {
  .canvas-container {
    margin-bottom: -8em;
  }
}
@media (min-width: 1000px) {
  .canvas-container {
    margin-bottom: -4em;
  }
}
@media (min-width: 1200px) {
  .canvas-container {
    margin-bottom: 2em;
  }
}
@media (min-width: 1300px) {
  .canvas-container {
    margin-bottom: 3em;
  }
}

canvas {
  display: none;
}

.canvas_lr, .canvas_lr-1225, .canvas_lr-2450 {
  transform: scale(0.25);
  margin-top: -300px;
}

.filters {
  text-align: center;
}

.very_tall_to_accommodate_content_after_generation {
  min-height: 250vh;
}

@media (min-width: 500px) {
  .canvas_lr, .canvas_lr-1225, .canvas_lr-2450 {
    transform: scale(0.35);
    margin-top: -269px;
  }
}
@media (min-width: 650px) {
  .canvas_lr, .canvas_lr-1225, .canvas_lr-2450 {
    transform: scale(0.45);
    margin-top: -220px;
  }
}
@media (min-width: 850px) {
  .canvas_lr, .canvas_lr-1225, .canvas_lr-2450 {
    transform: scale(0.6);
    margin-top: -160px;
  }
}
@media (min-width: 1000px) {
  .canvas_lr, .canvas_lr-1225, .canvas_lr-2450 {
    transform: scale(0.75);
    margin-top: -65px;
  }
}
@media (min-width: 1150px) {
  .canvas_lr, .canvas_lr-1225, .canvas_lr-2450 {
    transform: scale(0.85);
    margin-top: -20px;
  }
}
@media (min-width: 1300px) {
  .canvas_lr, .canvas_lr-1225, .canvas_lr-2450 {
    transform: scale(1);
    margin-top: 20px;
  }
}

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