@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: Geoff Muskett
Author: Geoff Muskett
Version: 1
*/
.serif {
  font-family: "Georgia", serif;
}

.accentColor1 {
  fill: #1f9cd7;
  color: #1f9cd7;
}

.accentColorTwitter {
  fill: #1D9BF0;
  color: #1D9BF0;
}

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

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

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

.bodyfont {
  font-family: "Source Sans 3", sans-serif;
}

.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.75em;
}
@media (min-width: 768px) {
  .pad {
    padding: 5em 3.5em;
  }
}
@media (min-width: 1200px) {
  .pad {
    padding: 7em 3.5em;
  }
}

.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: "Source Sans 3", 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: #1f9cd7;
}

.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, .sub-menu:before {
  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: 6em;
}

@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: "Source Sans 3", sans-serif;
  color: #4F4F4F;
  line-height: 1.7;
}

a, a:visited {
  color: #1f9cd7;
}
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: #1f9cd7;
}

a.accentColour1 {
  color: #1f9cd7;
}
a.accentColour1:hover, a.accentColour1:focus, a.accentColour1:active {
  color: #1588b5;
}

a.accentColorTwitter {
  color: #1D9BF0;
}
a.accentColorTwitter:hover, a.accentColorTwitter:focus, a.accentColorTwitter:active {
  color: rgb(15.1556016598, 142.4626556017, 228.3443983402);
}

.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: 2.5em;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 1.76em;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

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

h4 {
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-size: 1.1em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

h6 {
  font-size: 1.1em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.page-content p, .page-content ul, .page-content ol {
  font-size: 1.2em;
  font-family: "Source Sans 3", sans-serif;
}

p {
  font-family: "Source Sans 3", sans-serif;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.5em;
  }
  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;
}

.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 #1f9cd7, -12px 0 0 #1f9cd7;
  background-color: #1f9cd7;
  color: #4F4F4F;
}

.blackbg a {
  color: #fff;
}
.blackbg a:hover, .blackbg a:focus, .blackbg a:active {
  color: rgb(216.75, 216.75, 216.75);
}
.blackbg a:hover svg, .blackbg a:focus svg, .blackbg a:active svg {
  fill: rgb(216.75, 216.75, 216.75);
}

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

.page-content table.nf-table-display td {
  padding: 0 !important;
}

.ninja-forms-req-symbol {
  display: none;
}

.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: 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-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;
  border-radius: 0.5em;
  font-family: "Source Sans 3", sans-serif;
}

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

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

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

a.btn.forum-btn {
  margin: 0.25em;
  width: auto;
  display: inline-block;
}

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

a.btn--accentColour1, .btn--accentColour1, button.btn--accentColour1, 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: #1f9cd7;
  color: #fff;
  align-items: center;
}
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, 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: rgb(27.7865853659, 139.8292682927, 192.7134146341);
  cursor: pointer;
  color: #fff;
}

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

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

a.btn--ghostwhite, button.btn--ghostwhite, .btn--ghostwhite {
  border: 4px solid #fff;
  color: #fff;
  background-color: #2e2d2c;
}
a.btn--ghostwhite:before, button.btn--ghostwhite:before, .btn--ghostwhite:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background-image: url(/wp-content/themes/smithandjones/_/images/btn-bg4.png);
  background-position: center;
  background-size: cover;
}
a.btn--ghostwhite:hover, a.btn--ghostwhite:focus, a.btn--ghostwhite:active, button.btn--ghostwhite:hover, button.btn--ghostwhite:focus, button.btn--ghostwhite:active, .btn--ghostwhite:hover, .btn--ghostwhite:focus, .btn--ghostwhite:active {
  border-color: #cccccc;
  background-color: #000;
  background-color: #000;
}

a.btn--accentColour2, .btn--accentColour2, button.btn--accentColour2 {
  background-color: #1588b5;
}
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 {
  background-color: rgb(18.349009901, 118.8316831683, 158.150990099);
}

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: rgb(229.25, 229.25, 229.25);
}

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.4em 0.9em;
}

.btn.btn--twitter {
  background-color: #1D9BF0;
  color: #fff;
}
.btn.btn--twitter:hover, .btn.btn--twitter:focus, .btn.btn--twitter:active {
  color: #fff;
  background-color: rgb(14.362033195, 135.0031120332, 216.387966805);
}

.btn--twitter__icon {
  fill: #fff;
  width: 4em;
  height: 3em;
}

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

.btn.btn--mega {
  padding: 1.5rem 2.5rem;
  font-size: 1.3em;
}

.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: #1f9cd7;
}

.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: "Source Sans 3", sans-serif;
  width: 100%;
  border-radius: 1.5em;
  border: 2px solid #7f7f7f;
}

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

@media (min-width: 768px) {
  .nav.nav--home {
    padding: 3em;
  }
  .nav.nav--home .nav__logo {
    font-size: 1.3em;
    position: relative;
    top: 3em;
  }
}
@media (min-width: 1200px) {
  .nav.nav--home .nav__logo {
    font-size: 2em;
    top: 6em;
  }
}

.work-slider {
  max-width: 50em;
}

@media (min-width: 600px) {
  .work-slider__item {
    padding-right: 3em;
  }
}
.wall-of-creativity__row {
  display: flex;
  flex-wrap: wrap;
}

.wall-of-creativity__row__item {
  margin: 4px;
}

.btn.rebuild-wall-button {
  position: absolute;
  bottom: -7.5em;
  right: 1em;
}

@media (max-width: 768px) {
  .wall-of-creativity__row {
    margin-left: -25%;
    width: 150%;
  }
  .wall-of-creativity__row__item {
    width: calc(33.33% - 12px);
  }
  .wall-of-creativity__row__item:nth-child(5n+4) {
    margin-left: calc(16.665% + 8px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wall-of-creativity__row {
    margin-left: -16.66%;
    width: 132.5%;
  }
  .wall-of-creativity__row__item {
    width: calc(25% - 8px);
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .wall-of-creativity__row {
    margin-left: -12.5%;
    width: calc(125% - 8px);
  }
  .wall-of-creativity__row__item {
    width: calc(20% - 8px);
  }
  .wall-of-creativity__row__item:nth-child(9n+6) {
    margin-left: calc(10% + 8px);
  }
}
@media (min-width: 1200px) {
  .wall-of-creativity__row {
    margin-left: calc(-10% + 1px);
    width: calc(120% - 4px);
  }
  .wall-of-creativity__row__item {
    width: calc(16.667% - 9px);
  }
  .wall-of-creativity__row__item:nth-child(11n+7) {
    margin-left: calc(8.3% + 8px);
  }
}
.btn.rebuild-wall-button {
  bottom: -7.5em;
  right: 1em;
}

@media (min-width: 768px) {
  .btn.rebuild-wall-button {
    bottom: -7.5em;
    right: 1.5em;
  }
}
@media (min-width: 1024px) {
  .btn.rebuild-wall-button {
    bottom: -9.5em;
    right: 1.5em;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  padding: 1em;
  height: 3em;
  font-size: 0.9em;
}
.nav .menu-item a {
  text-decoration: none;
  padding: 0.3em 0.8em;
  display: block;
  font-weight: 600;
  color: #4F4F4F;
  text-align: left;
}
.nav .menu-item a:hover, .nav .menu-item a:focus, .nav .menu-item a:active {
  text-decoration: underline;
}
.nav .menu-item a .downarrow {
  position: absolute;
  top: 0.4em;
  right: 0.75em;
}

.nav__logo {
  width: 6em;
  flex-shrink: 0;
  position: relative;
  font-size: 0.9em;
}

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

.nav__right {
  flex-grow: 1;
  width: 100%;
}
.nav__right ul {
  margin-left: auto;
  display: flex;
  justify-content: right;
}
.nav__right ul.sub-menu {
  display: none;
}
.nav__hamburger {
  position: absolute;
  top: 1em;
  right: 1em;
  transition: 0.3s ease;
  padding: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
}
.nav__hamburger:hover, .nav__hamburger:focus, .nav__hamburger:active {
  background-color: #f2f2f2;
}

.nav__right {
  display: none;
  width: 50%;
  text-align: center;
  position: absolute;
  top: 3em;
  right: 1em;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  padding: 1em;
  width: 66.66%;
}
.nav__right ul {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.nav__right ul li.menu-item {
  width: 50%;
}
.nav__right ul.sub-menu li.menu-item {
  width: 100%;
}

#menu-main-menu-right {
  margin: 0;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a:hover {
  cursor: pointer;
}

.nav .menu-item a.sub-menu-toggle-btn {
  position: relative;
  padding-right: 2em;
}
.nav .menu-item a.sub-menu-toggle-btn:hover, .nav .menu-item a.sub-menu-toggle-btn:focus, .nav .menu-item a.sub-menu-toggle-btn:active {
  text-decoration: none;
}

.sub-menu {
  position: absolute;
  z-index: 1;
  top: calc(100% + 1em);
  background-color: #fff;
  border: 1px solid #dbdbdb;
  padding: 0.8em;
  width: calc(200% + 2.1em);
  left: -1.05em;
}
.sub-menu .menu-item a {
  padding: 0.8em;
  line-height: 1.2;
}
.sub-menu .menu-item svg {
  position: relative;
  left: -0.5em;
}

.sub-menu:before {
  content: "";
  border-bottom-color: #dbdbdb;
  position: absolute;
  top: 8px;
  left: calc(25% - 8px);
  display: none;
}

@media (min-width: 600px) {
  .nav__logo {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .nav {
    flex-wrap: nowrap;
  }
  .nav__logo {
    font-size: 1em;
  }
  .header__menu__hamburger {
    display: none;
  }
  .nav__right {
    display: flex !important;
    margin-top: 0;
    text-align: left;
    width: auto;
    border: none;
  }
  .nav__right ul {
    flex-wrap: nowrap;
  }
  .sub-menu {
    width: 15em;
    left: -50%;
    top: 100%;
  }
  .sub-menu:before {
    display: block;
    top: -8px;
    left: 6.75em;
  }
  .nav .menu-item a {
    padding: 0.8em;
  }
  .nav .menu-item a .downarrow {
    position: absolute;
    top: 0.4em;
    right: 0.75em;
    top: 1em;
    right: 0.5em;
  }
}
@media (min-width: 1200px) {
  .nav__logo {
    font-size: 1.1em;
  }
}
.nav--page {
  height: auto;
}

@media (min-width: 768px) {
  .nav__right {
    top: auto;
  }
}
.nav__logo--page {
  width: 4em;
  height: 4em;
}
.nav__logo--page .nav__logo__secondimage {
  width: 2em;
  height: 2em;
}

.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;
  }
}
.page-intro__icon {
  border-radius: 50%;
  margin: 0 0 2em 0;
  max-width: 12em;
}

@media (min-width: 768px) {
  .page-intro__icon {
    margin: 0;
  }
}
.progress-bar__quantity {
  display: flex;
}

.progress-bar__quantity__left,
.progress-bar__quantity__right {
  font-size: 0.8em;
}

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

.progress-bar__barcontainer {
  height: 1.5em;
  width: 100%;
  position: relative;
  background-color: rgb(222.875, 222.875, 222.875);
  border-radius: 1em;
  overflow: hidden;
}

.progress-bar__barcontainer__bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #1f9cd7;
}

.faq_btn {
  text-align: left;
  border-bottom: 2px solid #4F4F4F;
  padding: 1.5em 0;
}
.faq_btn .arrow {
  transform: scale(1.5);
}

.faq_btn:first-of-type {
  padding-top: 0;
}

@media (min-width: 768px) {
  .progress-bar__quantity__left,
  .progress-bar__quantity__right {
    font-size: 1em;
  }
}
.shots {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.shots__item {
  position: relative;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  padding: 8px;
  margin: 4px;
  position: relative;
  transition: 0.3s;
}
.shots__item:hover, .shots__item:focus, .shots__item:active {
  margin: 2px 4px 6px 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.shots__item__imagebtn {
  width: 100%;
  height: 100%;
}

.shots__item__overlay {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  padding: 28% 1em 6em 1em;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.shots__item__overlay--no-bonus-shots {
  padding-top: 35%;
}

.active.shots__item {
  margin: 2px 4px 6px 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.active.shots__item .shots__item__overlay {
  opacity: 1;
  pointer-events: auto;
}

a.shots__item__overlay__secret {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  font-size: 0.6em;
  color: #fff;
  text-decoration: none;
}
a.shots__item__overlay__secret:hover, a.shots__item__overlay__secret:focus, a.shots__item__overlay__secret:active {
  text-decoration: underline;
}

.btn.shots__item__overlay__link {
  padding: 0.5em 1em;
  background-color: rgba(31, 156, 215, 0.3);
  color: #fff;
}
.btn.shots__item__overlay__link:hover, .btn.shots__item__overlay__link:focus, .btn.shots__item__overlay__link:active {
  background-color: rgba(31, 156, 215, 0.8);
  color: #fff;
}

.shots__item__bonusimages {
  position: absolute;
  bottom: 2.1em;
  right: 1em;
  width: 90%;
  justify-content: right;
  display: none;
}

.active .shots__item__bonusimages {
  display: flex;
}

.shots__item__bonusimages__item {
  margin: 4px;
  width: calc(20% - 8px);
  height: calc(20% - 8px);
  display: block;
  border: 2px solid transparent;
}
.shots__item__bonusimages__item:hover, .shots__item__bonusimages__item:focus, .shots__item__bonusimages__item:active {
  border: 2px solid #fff;
}

.shots__item__bonusdots {
  position: absolute;
  bottom: 2.5px;
  right: 1.4em;
  display: flex;
  pointer-events: none;
}

.shots__item__bonusdots__text {
  opacity: 0;
  position: absolute;
  top: -1.75em;
  right: 0em;
  width: 100px;
  color: #fff;
}

.active .shots__item__bonusdots__text {
  opacity: 1;
}

.shots__item__bonusdots__item {
  border: 2px solid #fff;
  background-color: #1f9cd7;
  margin: 0 0 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

@media (min-width: 450px) {
  .shots__item {
    width: calc(50% - 8px);
    height: calc(50% - 8px);
  }
  .shots__item:hover, .shots__item:focus, .shots__item:active {
    margin: 2px 4px 6px 4px;
  }
  .active.shots__item {
    margin: 2px 4px 6px 4px;
  }
}
@media (min-width: 900px) {
  .shots {
    margin-left: -16px;
    margin-right: -16px;
  }
  .shots__item {
    margin: 8px;
    width: calc(33.33% - 16px);
    height: calc(33.33% - 16px);
  }
  .shots__item:hover, .shots__item:focus, .shots__item:active {
    margin: 4px 8px 12px 8px;
  }
  .active.shots__item {
    margin: 4px 8px 12px 8px;
  }
}
@media (min-width: 1200px) {
  .shots__item {
    margin: 8px;
    width: calc(25% - 16px);
    height: calc(25% - 16px);
  }
  .shots__item:hover, .shots__item:focus, .shots__item:active {
    margin: 4px 8px 12px 8px;
  }
  .active.shots__item {
    margin: 4px 8px 12px 8px;
  }
}
.cornwall_map {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 10em;
  height: 10em;
  padding: 1em;
  transition: 0.5s;
}
.cornwall_map .cornwall_map__inner {
  margin: 6em 0 0 6em;
  transition: 0.3s;
}

.cornwall_map.active .cornwall_map__inner {
  margin: 0;
}

.cornwall_map__inner {
  background-color: rgba(79, 79, 79, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
}

.cornwall_map__inner__svg {
  width: 70%;
  fill: rgba(255, 255, 255, 0.5);
  stroke-width: 0;
}

.cornwall_map__inner__marker {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #4F4F4F;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.cornwall_map__inner__marker.active {
  display: flex;
}

.cornwall_map__inner__marker__num {
  transform: rotate(45deg);
  font-size: 0.4em;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 600px) {
  .cornwall_map {
    width: 15em;
    height: 15em;
  }
  .cornwall_map .cornwall_map__inner {
    margin: 10em 0 0 10em;
    transition: 0.3s;
  }
}
.cornwall_map__inner__marker#chapelporth {
  left: 29%;
  bottom: 42%;
}
@media (min-width: 600px) {
  .cornwall_map__inner__marker#chapelporth {
    left: 33%;
    bottom: 42%;
  }
}
@media (min-width: 1200px) {
  .cornwall_map__inner__marker#chapelporth {
    left: 33%;
    bottom: 41%;
  }
}

.cornwall_map__inner__marker#fistral {
  left: 34%;
  bottom: 50%;
}
@media (min-width: 600px) {
  .cornwall_map__inner__marker#fistral {
    left: 36.5%;
    bottom: 48%;
  }
}
@media (min-width: 1200px) {
  .cornwall_map__inner__marker#fistral {
    left: 37.5%;
    bottom: 48%;
  }
}

.cornwall_map__inner__marker#godrevey {
  left: 21%;
  bottom: 36%;
}
@media (min-width: 600px) {
  .cornwall_map__inner__marker#godrevey {
    left: 25%;
    bottom: 35%;
  }
}
@media (min-width: 1200px) {
  .cornwall_map__inner__marker#godrevey {
    left: 26%;
    bottom: 35%;
  }
}

.cornwall_map__inner__marker#greatwestern {
  left: 34.5%;
  bottom: 50%;
}
@media (min-width: 600px) {
  .cornwall_map__inner__marker#greatwestern {
    left: 37%;
    bottom: 48%;
  }
}
@media (min-width: 1200px) {
  .cornwall_map__inner__marker#greatwestern {
    left: 38%;
    bottom: 48%;
  }
}

.cornwall_map__inner__marker#holywell {
  left: 32.5%;
  bottom: 46%;
}
@media (min-width: 600px) {
  .cornwall_map__inner__marker#holywell {
    left: 36%;
    bottom: 45%;
  }
}
@media (min-width: 1200px) {
  .cornwall_map__inner__marker#holywell {
    left: 36%;
    bottom: 45%;
  }
}

.cornwall_map__inner__marker#lusty {
  left: 34.75%;
  bottom: 50%;
}
@media (min-width: 600px) {
  .cornwall_map__inner__marker#lusty {
    left: 37.25%;
    bottom: 48%;
  }
}
@media (min-width: 1200px) {
  .cornwall_map__inner__marker#lusty {
    left: 38.25%;
    bottom: 48%;
  }
}

.cornwall_map__inner__marker#mawganporth {
  left: 36%;
  bottom: 54%;
}
@media (min-width: 600px) {
  .cornwall_map__inner__marker#mawganporth {
    left: 41.5%;
    bottom: 52%;
  }
}
@media (min-width: 1200px) {
  .cornwall_map__inner__marker#mawganporth {
    left: 41.5%;
    bottom: 52%;
  }
}

.cornwall_map__inner__marker#nansidwell {
  left: 36%;
  bottom: 29%;
}
@media (min-width: 600px) {
  .cornwall_map__inner__marker#nansidwell {
    left: 39.5%;
    bottom: 28%;
  }
}
@media (min-width: 1200px) {
  .cornwall_map__inner__marker#nansidwell {
    left: 39.5%;
    bottom: 27.5%;
  }
}

.cornwall_map__inner__marker#pollyjoke {
  left: 32.5%;
  bottom: 47%;
}
@media (min-width: 600px) {
  .cornwall_map__inner__marker#pollyjoke {
    left: 36.5%;
    bottom: 46%;
  }
}
@media (min-width: 1200px) {
  .cornwall_map__inner__marker#pollyjoke {
    left: 37%;
    bottom: 46%;
  }
}

.cornwall_map__inner__marker#porth {
  left: 35%;
  bottom: 50.25%;
}
@media (min-width: 600px) {
  .cornwall_map__inner__marker#porth {
    left: 37.5%;
    bottom: 48.25%;
  }
}
@media (min-width: 1200px) {
  .cornwall_map__inner__marker#porth {
    left: 38.5%;
    bottom: 48.25%;
  }
}

/* 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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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 */
