@charset "UTF-8";
.clearfix {
  clear: both; }

.z-depth-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-1-half {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.animate-all {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }

.animate-shadow {
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'coresansc';
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

h3, h4, h5, h6 {
  font-weight: 800;
  color: #020202; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Unna', serif; }

h2 a,
h2 a:visited,
h2 a:active, h3 a,
h3 a:visited,
h3 a:active, h4 a,
h4 a:visited,
h4 a:active, h5 a,
h5 a:visited,
h5 a:active, h6 a,
h6 a:visited,
h6 a:active {
  text-decoration: none;
  color: #020202; }
  h2 a:hover,
  h2 a:visited:hover,
  h2 a:active:hover, h3 a:hover,
  h3 a:visited:hover,
  h3 a:active:hover, h4 a:hover,
  h4 a:visited:hover,
  h4 a:active:hover, h5 a:hover,
  h5 a:visited:hover,
  h5 a:active:hover, h6 a:hover,
  h6 a:visited:hover,
  h6 a:active:hover {
    color: #020202; }

ul, ol {
  padding-left: 20px; }

body a:active,
body a:visited {
  color: inherit; }

.main-content h2,
.main-content .gform_wrapper h2 {
  font-size: 36px;
  line-height: 44px; }
  @media (max-width: 991px) {
    .main-content h2,
    .main-content .gform_wrapper h2 {
      font-size: 30px;
      line-height: 38px; } }
  @media (max-width: 767px) {
    .main-content h2,
    .main-content .gform_wrapper h2 {
      font-size: 26px;
      line-height: 34px; } }
.main-content h3,
.main-content .gform_wrapper h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .main-content h3,
    .main-content .gform_wrapper h3 {
      font-size: 22px;
      line-height: 30px; } }
.main-content h4 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .main-content h4 {
      font-size: 19px;
      line-height: 19px; } }
.main-content h5 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .main-content h5 {
      font-size: 16px;
      line-height: 16px; } }
.main-content h6 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .main-content h6 {
      font-size: 16px;
      line-height: 16px; } }

.section.post-content h2,
.section.post-content .gform_wrapper h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif; }
  @media (max-width: 767px) {
    .section.post-content h2,
    .section.post-content .gform_wrapper h2 {
      font-size: 22px;
      line-height: 30px; } }
.section.post-content h3,
.section.post-content .gform_wrapper h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .section.post-content h3,
    .section.post-content .gform_wrapper h3 {
      font-size: 19px;
      line-height: 19px; } }
.section.post-content h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .section.post-content h4 {
      font-size: 16px;
      line-height: 16px; } }
.section.post-content h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .section.post-content h5 {
      font-size: 16px;
      line-height: 16px; } }
.section.post-content h6 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .section.post-content h6 {
      font-size: 16px;
      line-height: 16px; } }

.section h2, .section h3, .section h4, .section h5, .section h6 {
  margin-bottom: 15px;
  margin-top: 30px; }
.section p, .section ul, .section ol {
  margin-bottom: 20px; }

.section .w-container > h2:first-child {
  margin-top: 0; }

p {
  font-size: 16px;
  line-height: 26px;
  color: #0f2f3a; }
  @media (max-width: 767px) {
    p {
      font-size: 14px;
      line-height: 24px; } }

.p-subheader {
  font-size: 16px;
  line-height: 24px;
  color: #426e6e;
  font-weight: 800; }

a.button,
a.button:visited,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gf_browser_ie .gform_footer input.button,
input[type=submit].button,
.comment-form input.submit,
body .skip-link.screen-reader-text,
input.hs-button,
body .hbspt-form form .actions input {
  display: inline-block;
  padding: 17px 35px;
  background: #e12f22;
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  -ms-transition: 0.3s background;
  transition: 0.3s background;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  outline: none !important;
  border: none;
  border-radius: 0; }
  a.button:hover, a.button:focus,
  a.button:visited:hover,
  a.button:visited:focus,
  .gform_wrapper .gform_footer input.button:hover,
  .gform_wrapper .gform_footer input.button:focus,
  .gform_wrapper .gform_footer input[type=submit]:hover,
  .gform_wrapper .gform_footer input[type=submit]:focus,
  .gform_wrapper.gf_browser_ie .gform_footer input.button:hover,
  .gform_wrapper.gf_browser_ie .gform_footer input.button:focus,
  input[type=submit].button:hover,
  input[type=submit].button:focus,
  .comment-form input.submit:hover,
  .comment-form input.submit:focus,
  body .skip-link.screen-reader-text:hover,
  body .skip-link.screen-reader-text:focus,
  input.hs-button:hover,
  input.hs-button:focus,
  body .hbspt-form form .actions input:hover,
  body .hbspt-form form .actions input:focus {
    -webkit-transition: 0.3s background;
    -moz-transition: 0.3s background;
    -ms-transition: 0.3s background;
    transition: 0.3s background;
    background: #bf281d;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important; }

body .skip-link.screen-reader-text {
  border-radius: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important; }

a.button.outline,
a.button.outline:visited {
  background: #fff;
  border: 1px solid #000;
  color: #000 !important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all; }
  a.button.outline:hover, a.button.outline:focus,
  a.button.outline:visited:hover,
  a.button.outline:visited:focus {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
    color: #fff !important;
    background: #000;
    text-decoration: none !important; }

.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 17px 25px !important; }

input.gform_button,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gf_browser_ie .gform_footer input.button {
  border-radius: 0; }

a.button.secondary {
  background: transparent;
  border: 1px solid #0F2F3A;
  color: #0F2F3A;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all; }
  a.button.secondary:hover, a.button.secondary:focus {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
    background: #0F2F3A;
    color: #fff; }

p a.button {
  display: inline-block;
  margin-top: 20px; }

p,
li {
  font-weight: 300; }

p > a,
p > a:visited,
p > a:active {
  color: #3d7eaf;
  text-decoration: underline;
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  transition: 0.3s color; }
  p > a:hover,
  p > a:visited:hover,
  p > a:active:hover {
    color: #32668e;
    -webkit-transition: 0.3s color;
    -moz-transition: 0.3s color;
    -ms-transition: 0.3s color;
    transition: 0.3s color; }

p span.p-callout {
  font-size: 25px;
  line-height: 38px;
  font-weight: 300; }
  @media (max-width: 991px) {
    p span.p-callout {
      font-size: 19px;
      line-height: 30px; } }
  @media (max-width: 767px) {
    p span.p-callout {
      font-size: 17px;
      line-height: 27px; } }

ul,
ol {
  margin-left: 0;
  padding-left: 20px;
  margin-bottom: 10px;
  padding-top: 5px; }

li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #000; }
  li:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    li {
      font-size: 14px;
      line-height: 24px; } }

hr {
  background-color: #cccccc;
  margin: 50px 0 60px 0; }

.section.horizontal-rule hr {
  margin: 60px 0 100px; }

p > img {
  margin: 30px 0; }

@media (max-width: 991px) {
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none; } }

ul.checklist {
  list-style: none;
  padding-left: 0;
  padding-top: 15px; }
  ul.checklist > li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 25px; }
    ul.checklist > li:before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 29px;
      height: 24px;
      background: url(/wp-content/themes/mindscape-child/images/list-check.png);
      background-size: 100%;
      top: 2px;
      left: 0; }

.video-embed-container {
  float: left;
  width: 100%;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
  margin-top: 10px;
  margin-bottom: 20px; }

.video-embed-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 80%;
  position: absolute;
  margin-left: 10%;
  margin-right: 10%; }

iframe {
  width: 100%; }

.banner .banner-content h1 {
  text-align: left; }

.post-info,
.post-info.post-single {
  text-align: left;
  line-height: 11px;
  line-height: 20px; }
  .post-info > *,
  .post-info.post-single > * {
    display: inline-block;
    vertical-align: top; }
  .post-info .cat-comma:last-child,
  .post-info.post-single .cat-comma:last-child {
    display: none; }
  .post-info .post-date,
  .post-info.post-single .post-date {
    color: #696969;
    text-decoration: none;
    font-size: 12px;
    line-height: 11px;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 20px; }
    .post-info .post-date:after,
    .post-info.post-single .post-date:after {
      content: '';
      display: inline-block;
      height: 15px;
      width: 1.1px;
      background: #696969;
      margin-left: 10px;
      margin-right: 10px;
      vertical-align: top;
      margin-top: -1px;
      margin-top: 2px; }
  .post-info.banner .post-date,
  .post-info.post-single.banner .post-date {
    color: #fff; }
    .post-info.banner .post-date:after,
    .post-info.post-single.banner .post-date:after {
      background: #fff; }
  .post-info.banner a,
  .post-info.banner a:visited,
  .post-info.post-single.banner a,
  .post-info.post-single.banner a:visited {
    color: #fff; }
    .post-info.banner a:hover,
    .post-info.banner a:visited:hover,
    .post-info.post-single.banner a:hover,
    .post-info.post-single.banner a:visited:hover {
      color: #fff; }
  .post-info a,
  .post-info a:visited,
  .post-info a:focus,
  .post-info.post-single a,
  .post-info.post-single a:visited,
  .post-info.post-single a:focus {
    color: #696969;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 20px; }
    .post-info a:hover, .post-info a:focus,
    .post-info a:visited:hover,
    .post-info a:visited:focus,
    .post-info a:focus:hover,
    .post-info a:focus:focus,
    .post-info.post-single a:hover,
    .post-info.post-single a:focus,
    .post-info.post-single a:visited:hover,
    .post-info.post-single a:visited:focus,
    .post-info.post-single a:focus:hover,
    .post-info.post-single a:focus:focus {
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      transition: 0.3s all;
      color: #e12f22;
      text-decoration: underline; }

.post-list .post-item {
  display: inline-block;
  vertical-align: top; }
  .post-list .post-item a {
    cursor: pointer; }
  .post-list .post-item .post-img {
    position: relative; }
    .post-list .post-item .post-img .content-type-icon {
      background-size: 32px !important;
      width: 32px;
      height: 32px;
      position: absolute;
      left: 10px;
      bottom: 10px; }
      .post-list .post-item .post-img .content-type-icon.audio {
        background: url(/wp-content/themes/mindscape-child/images/icon-content-type-audio.png); }
      .post-list .post-item .post-img .content-type-icon.video {
        background: url(/wp-content/themes/mindscape-child/images/icon-content-type-video.png); }
      .post-list .post-item .post-img .content-type-icon.photo {
        background: url(/wp-content/themes/mindscape-child/images/icon-content-type-photo.png); }
  .post-list .post-item .post-info {
    margin-bottom: 10px;
    color: #696969;
    font-weight: 500;
    font-size: 12px; }
    .post-list .post-item .post-info .cat-comma {
      font-weight: 500;
      font-size: 12px; }
  .post-list .post-item h3.post-title {
    margin: 0;
    line-height: 30px; }
    .post-list .post-item h3.post-title a {
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      transition: 0.3s all;
      font-size: 24px;
      line-height: 24px; }
      .post-list .post-item h3.post-title a:hover, .post-list .post-item h3.post-title a:focus {
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        transition: 0.3s all;
        color: #e12f22;
        text-decoration: underline; }
    @media (max-width: 991px) {
      .post-list .post-item h3.post-title {
        line-height: 24px; }
        .post-list .post-item h3.post-title a {
          font-size: 18px;
          line-height: 24px; } }
  .post-list .post-item .post-exceprt p:last-child {
    margin-bottom: 0; }
.post-list .post-item.sponsored-content-item .sponsor-content-container {
  background: #efefef;
  height: 100%;
  padding: 20px 20px; }
.post-list .post-item.sponsored-content-item .post-info {
  color: #696969;
  text-decoration: none;
  font-size: 12px;
  line-height: 11px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: top; }

.post-list.listing .post-item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d3d3d3; }
  .post-list.listing .post-item .post-img {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 2%; }
    @media (max-width: 650px) {
      .post-list.listing .post-item .post-img {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px; } }
  .post-list.listing .post-item .post-content {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    float: right;
    padding-left: 3%; }
    @media (max-width: 650px) {
      .post-list.listing .post-item .post-content {
        width: 100%;
        padding-left: 0; } }
    .post-list.listing .post-item .post-content .post-info {
      margin-bottom: 10px; }
    .post-list.listing .post-item .post-content h3 {
      margin-bottom: 10px; }

.posts-container .view-more-posts {
  display: inline-block;
  width: 100%;
  text-align: center; }

.post-list.recent .post-img-bg {
  width: 100%;
  height: 14.560546875vw; }
  @media (max-width: 991px) {
    .post-list.recent .post-img-bg {
      height: 22vw; } }
  @media (max-width: 650px) {
    .post-list.recent .post-img-bg {
      height: 49vw; } }

.section.featured-posts {
  margin-bottom: 80px; }
  .section.featured-posts .post-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.featured-posts .post-list .post-item:nth-child(1),
    .section.featured-posts .post-list .post-item:nth-child(2) {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .section.featured-posts .post-list .post-item:nth-child(1),
        .section.featured-posts .post-list .post-item:nth-child(2) {
          /* IE10+ CSS */
          flex: 1 auto;
          width: 50%; } }
      .section.featured-posts .post-list .post-item:nth-child(1) .post-img-bg,
      .section.featured-posts .post-list .post-item:nth-child(2) .post-img-bg {
        width: 100%;
        height: 22.8782552083vw; }
    .section.featured-posts .post-list .post-item:nth-child(1) {
      padding-right: 2%; }
    .section.featured-posts .post-list .post-item:nth-child(2) {
      padding-left: 2%; }
    .section.featured-posts .post-list .post-item:nth-child(3),
    .section.featured-posts .post-list .post-item:nth-child(4),
    .section.featured-posts .post-list .post-item:nth-child(5) {
      -webkit-flex-basis: 33.33%;
      -moz-flex-basis: 33.33%;
      -ms-flex-basis: 33.33%;
      flex-basis: 33.33%;
      margin-top: 60px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .section.featured-posts .post-list .post-item:nth-child(3),
        .section.featured-posts .post-list .post-item:nth-child(4),
        .section.featured-posts .post-list .post-item:nth-child(5) {
          /* IE10+ CSS */
          flex: 1 auto;
          width: 33.33%; } }
      .section.featured-posts .post-list .post-item:nth-child(3) .post-img-bg,
      .section.featured-posts .post-list .post-item:nth-child(4) .post-img-bg,
      .section.featured-posts .post-list .post-item:nth-child(5) .post-img-bg {
        width: 100%;
        height: 14.9322916vw; }
    .section.featured-posts .post-list .post-item:nth-child(3) {
      padding-right: 2%; }
    .section.featured-posts .post-list .post-item:nth-child(4) {
      padding-left: 1%;
      padding-right: 1%; }
    .section.featured-posts .post-list .post-item:nth-child(5) {
      padding-left: 2%; }
    .section.featured-posts .post-list .post-img {
      margin-bottom: 25px; }
    @media (max-width: 767px) {
      .section.featured-posts .post-list {
        display: inline-block; }
        .section.featured-posts .post-list .post-item:nth-child(1),
        .section.featured-posts .post-list .post-item:nth-child(2),
        .section.featured-posts .post-list .post-item:nth-child(3),
        .section.featured-posts .post-list .post-item:nth-child(4),
        .section.featured-posts .post-list .post-item:nth-child(5) {
          display: inline-block;
          width: 100%;
          padding: 0;
          margin-top: 40px; }
          .section.featured-posts .post-list .post-item:nth-child(1) .post-img-bg,
          .section.featured-posts .post-list .post-item:nth-child(2) .post-img-bg,
          .section.featured-posts .post-list .post-item:nth-child(3) .post-img-bg,
          .section.featured-posts .post-list .post-item:nth-child(4) .post-img-bg,
          .section.featured-posts .post-list .post-item:nth-child(5) .post-img-bg {
            height: 49vw; }
        .section.featured-posts .post-list .post-item:nth-child(1) {
          margin-top: 0; } }

.top-content {
  text-align: center;
  margin: 60px 0; }
  .top-content .top-page-info .page-info {
    font-size: 16px;
    line-height: 16px;
    color: #525252;
    font-weight: 300; }
    .top-content .top-page-info .page-info .info-1 {
      display: inline-block;
      vertical-align: top;
      padding-right: 10px;
      margin-right: 5px;
      border-right: 1px solid #525252; }
    .top-content .top-page-info .page-info .info-2 {
      display: inline-block;
      vertical-align: top; }
  .top-content .top-active-categories {
    margin-top: 20px; }
    .top-content .top-active-categories h1 {
      margin: 0;
      font-size: 53px;
      line-height: 53px;
      font-weight: 600;
      color: #1a1a1a; }
      .top-content .top-active-categories h1 .cat-plus {
        margin: 0 10px; }
      .top-content .top-active-categories h1 .cat-plus:last-child {
        display: none; }

.section.recent-posts-and-events.results {
  padding-bottom: 0;
  margin-bottom: 0; }
  .section.recent-posts-and-events.results .recent-posts {
    width: 100%;
    border: none; }

.pagination {
  text-align: center; }

.wp-pagenavi .pages {
  display: none; }
.wp-pagenavi .page,
.wp-pagenavi .current {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  border: 1px solid;
  padding: 10px 14px;
  margin: 0 5px; }
.wp-pagenavi .page {
  color: #000;
  border-color: #000; }
.wp-pagenavi .current {
  color: #fff;
  background: #e12f22;
  border-color: #e12f22 !important; }
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  border: none;
  padding: 0; }
.wp-pagenavi .previouspostslink {
  color: #e12f22;
  margin-right: 10px; }
  .wp-pagenavi .previouspostslink:before {
    display: inline-block;
    content: '';
    background: url(/wp-content/themes/mindscape-child/images/icon-listing-prev.png);
    background-size: 14px;
    width: 14px;
    height: 9px;
    margin-right: 5px; }
.wp-pagenavi .nextpostslink {
  color: #e12f22;
  margin-left: 10px; }
  .wp-pagenavi .nextpostslink:after {
    display: inline-block;
    content: '';
    background: url(/wp-content/themes/mindscape-child/images/icon-listing-next.png);
    background-size: 14px;
    width: 14px;
    height: 9px;
    margin-left: 5px; }
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none !important; }

.search-filter-results .page-info {
  display: none; }

.search-filter-reset {
  color: #e12f22;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  transition: 0.3s color;
  text-decoration: none; }
  .search-filter-reset:hover, .search-filter-reset:focus {
    text-decoration: underline;
    -webkit-transition: 0.3s color;
    -moz-transition: 0.3s color;
    -ms-transition: 0.3s color;
    transition: 0.3s color; }

.main-content .post-single-content h2, .main-content .post-single-content h3, .main-content .post-single-content h4, .main-content .post-single-content h5, .main-content .post-single-content h6 {
  margin-bottom: 10px; }
.main-content .post-single-content h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px; }
.main-content .post-single-content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px; }
.main-content .post-single-content h4,
.main-content .post-single-content h5,
.main-content .post-single-content h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: 'coresansc';
  margin-top: 30px; }
.main-content .post-single-content p {
  font-weight: 300;
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px; }
.main-content .post-single-content ul,
.main-content .post-single-content ol {
  padding-left: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  color: #525252; }
.main-content .post-single-content ol {
  padding-left: 20px; }
.main-content .post-single-content li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #525252; }
  .main-content .post-single-content li:last-child {
    margin-bottom: 0; }
.main-content .post-single-content li > ul,
.main-content .post-single-content li > ol {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 20px !important; }
.main-content .post-single-content p > a,
.main-content .post-single-content li > a,
.main-content .post-single-content p > strong > a,
.main-content .post-single-content li > strong > a {
  color: #e12f22;
  text-decoration: none; }
  .main-content .post-single-content p > a:hover, .main-content .post-single-content p > a:focus,
  .main-content .post-single-content li > a:hover,
  .main-content .post-single-content li > a:focus,
  .main-content .post-single-content p > strong > a:hover,
  .main-content .post-single-content p > strong > a:focus,
  .main-content .post-single-content li > strong > a:hover,
  .main-content .post-single-content li > strong > a:focus {
    text-decoration: underline; }

strong {
  font-weight: 600; }

.rgg-imagegrid {
  font-size: 0;
  width: 102%;
  margin-left: -1% !important;
  height: auto !important;
  margin: 40px 0; }

.rgg-imagegrid > .rgg-img {
  display: inline-block !important;
  width: 23% !important;
  left: auto !important;
  top: auto !important;
  background-color: #fff;
  position: relative;
  margin: 0 1%;
  vertical-align: top;
  margin-bottom: 2%;
  height: 13vw !important; }
  .rgg-imagegrid > .rgg-img:hover, .rgg-imagegrid > .rgg-img:focus {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; }

.flexslider .flex-nav-next a,
.flexslider .flex-nav-prev a {
  opacity: 1 !important;
  background: #d83325 !important;
  border: none !important;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  -ms-transition: 0.3s background;
  transition: 0.3s background; }
  .flexslider .flex-nav-next a:hover, .flexslider .flex-nav-next a:focus,
  .flexslider .flex-nav-prev a:hover,
  .flexslider .flex-nav-prev a:focus {
    background: #bf281d !important;
    -webkit-transition: 0.3s background;
    -moz-transition: 0.3s background;
    -ms-transition: 0.3s background;
    transition: 0.3s background; }
.flexslider .flex-nav-prev a {
  left: 0 !important; }
.flexslider .flex-nav-next a {
  right: 0 !important; }

span.a-related-content {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  position: relative;
  padding-left: 72px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 10px; }
  span.a-related-content:before {
    content: 'Related:';
    display: inline-block;
    color: #000;
    font-weight: 600;
    position: absolute;
    left: 0;
    font-size: 16px;
    line-height: 16px; }
  span.a-related-content a {
    color: #e12f22;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    position: relative; }
    span.a-related-content a:hover, span.a-related-content a:focus {
      text-decoration: underline; }
    span.a-related-content a:after {
      content: '';
      display: inline-block;
      margin-left: 10px;
      background: url(/wp-content/themes/mindscape-child/images/icon-all-topics-arrow.png);
      background-size: 100%;
      background-repeat: no-repeat;
      width: 14px;
      height: 9px;
      position: relative;
      top: 0.5px; }

body .addtoany_list a:focus img,
body .addtoany_list a:focus span {
  opacity: 0.7; }

body .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  margin-bottom: 0; }

body .gform_wrapper .validation_message ul {
  margin-bottom: 0 !important; }

a.more-link {
  text-decoration: none; }

span.red-text {
  color: #e12f22 !important; }

a.more-link,
a.more-link:visited,
a.more-link:active {
  color: #0f2f3a; }
  a.more-link:hover, a.more-link:focus,
  a.more-link:visited:hover,
  a.more-link:visited:focus,
  a.more-link:active:hover,
  a.more-link:active:focus {
    color: #e12f22; }

span.dropcap {
  font-family: 'Unna', serif;
  color: #e12f22;
  display: inline-block;
  position: relative;
  line-height: 22px;
  font-weight: 600;
  display: block;
  font-size: 90px;
  line-height: 70px;
  float: left;
  margin: 0 10px 0 0; }

body #tribe-events-content a {
  color: #e12f22;
  text-decoration: none; }
  body #tribe-events-content a:hover, body #tribe-events-content a:focus {
    text-decoration: underline; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

form:not(.bottom-subscribe-form) .gform_body ul.gform_fields {
  padding-left: 0;
  margin-right: -3vw !important; }
  form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield,
  form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required {
    width: 50%;
    display: inline-block;
    padding: 0;
    padding-right: 3vw;
    vertical-align: top; }
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield input,
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield textarea,
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield select,
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required input,
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required textarea,
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required select,
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      width: 100%;
      padding: 12px 15px;
      font-size: 16px;
      border-radius: 0;
      border: 0.75px solid #CACACA;
      -webkit-appearance: none;
      background: #fff;
      color: #222222;
      margin-top: 12px !important;
      margin-top: 5px !important;
      padding: 10px 10px; }
      form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield input::placeholder,
      form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield textarea::placeholder,
      form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield select::placeholder,
      form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
      form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required input::placeholder,
      form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required textarea::placeholder,
      form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required select::placeholder,
      form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
        color: #222222; }
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield input[type=radio],
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required input[type=radio] {
      -webkit-appearance: radio; }
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield .ginput_container_select,
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield .ginput_complex .address_country,
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container_select,
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_complex .address_country {
      position: relative; }
      form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield .ginput_container_select:after,
      form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield .ginput_complex .address_country:after,
      form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container_select:after,
      form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_complex .address_country:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        content: '\f107';
        font-size: 20px;
        right: 15px;
        top: 28px;
        top: 18px; }
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield .ginput_complex .address_country:after,
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_complex .address_country:after {
      top: 59px;
      top: 50px; }
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield select::-ms-expand,
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required select::-ms-expand {
      display: none; }
    @media screen and (max-width: 767px) {
      form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield,
      form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required {
        width: 100%; } }
  form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.fullwidth {
    width: 100%;
    display: inline-block; }
  form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.hidden {
    display: none; }
  form:not(.bottom-subscribe-form) .gform_body ul.gform_fields li.gfield.three-col {
    width: 33.33%; }
  form:not(.bottom-subscribe-form) .gform_body ul.gform_fields .gfield_label {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 0;
    margin-bottom: 5px;
    color: #0f2f3a;
    color: #e12f22;
    margin-bottom: 0; }
  form:not(.bottom-subscribe-form) .gform_body ul.gform_fields .gfield_required {
    color: #0f2f3a;
    color: #e12f22;
    vertical-align: top;
    line-height: 0px;
    font-size: 12px;
    margin-left: 1px; }
  form:not(.bottom-subscribe-form) .gform_body ul.gform_fields div.ginput_container {
    margin-top: 0; }
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields div.ginput_container.ginput_container_fileupload {
      margin-top: 5px; }
  form:not(.bottom-subscribe-form) .gform_body ul.gform_fields ul.gfield_checkbox > li,
  form:not(.bottom-subscribe-form) .gform_body ul.gform_fields ul.gfield_radio > li {
    position: relative; }
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields ul.gfield_checkbox > li input[type=checkbox],
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields ul.gfield_radio > li input[type=checkbox] {
      padding: 5px;
      width: 25px !important;
      height: 25px !important;
      cursor: pointer;
      outline: none !important; }
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields ul.gfield_checkbox > li label,
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields ul.gfield_radio > li label {
      padding-top: 6px;
      padding-left: 5px; }
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields ul.gfield_checkbox > li:before,
    form:not(.bottom-subscribe-form) .gform_body ul.gform_fields ul.gfield_radio > li:before {
      content: "";
      position: absolute;
      left: 11px;
      top: 12px;
      top: 42%;
      top: calc(50% - 2.5px);
      width: 5px;
      height: 10px;
      border: solid #fff;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      cursor: pointer;
      visibility: hidden; }
  form:not(.bottom-subscribe-form) .gform_body ul.gform_fields ul.gfield_checkbox > li.checked input[type=checkbox],
  form:not(.bottom-subscribe-form) .gform_body ul.gform_fields ul.gfield_radio > li.checked input[type=checkbox] {
    background: #0f2f3a; }
  form:not(.bottom-subscribe-form) .gform_body ul.gform_fields ul.gfield_checkbox > li.checked:before,
  form:not(.bottom-subscribe-form) .gform_body ul.gform_fields ul.gfield_radio > li.checked:before {
    visibility: visible; }
form:not(.bottom-subscribe-form) .gform_footer input {
  border: none; }

.gform_confirmation_wrapper {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding: 40px 0; }

footer.site-footer .gform_confirmation_wrapper {
  text-align: left;
  font-size: 14px;
  line-height: 14px; }

.side-col form .gform_body ul.gform_fields .gfield_label {
  color: #fff; }
.side-col .gform_footer input {
  width: 100% !important; }
.side-col .gform_wrapper .validation_message,
.side-col .gform_wrapper div.validation_error {
  color: #fff; }
.side-col form .gform_body ul.gform_fields .gfield_required {
  color: #fff; }

body .gform_wrapper .ginput_complex.ginput_container_address .ginput_left,
body .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
  margin-right: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 1.5vw !important; }

body .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 1.5vw !important; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html:not(:first-child) {
  margin-top: 40px; }

.hbspt-form form {
  text-align: left;
  margin-right: -1.5vw !important; }
  .hbspt-form form > fieldset {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    max-width: 100%;
    background: none;
    background: transparent; }
    .hbspt-form form > fieldset:first-child .field {
      margin-top: 0 !important; }
      @media screen and (max-width: 767px) {
        .hbspt-form form > fieldset:first-child .field {
          margin-top: 25px !important; } }
    .hbspt-form form > fieldset.form-columns-3 .field {
      width: 33.33%; }
    @media screen and (max-width: 767px) {
      .hbspt-form form > fieldset {
        margin-top: 0px !important; } }
  .hbspt-form form .field {
    padding-right: 1.5vw;
    margin-top: 25px !important; }
    @media screen and (max-width: 767px) {
      .hbspt-form form .field {
        padding-right: 0;
        width: 100% !important; } }
    .hbspt-form form .field label {
      font-size: 14px;
      line-height: 14px;
      font-weight: 700;
      margin-bottom: 0;
      margin-bottom: 5px;
      color: #0f2f3a;
      color: #e12f22; }
    .hbspt-form form .field .input {
      margin-right: 0 !important; }
    .hbspt-form form .field input,
    .hbspt-form form .field textarea,
    .hbspt-form form .field select,
    .hbspt-form form .field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      width: 100%;
      padding: 12px 15px;
      font-size: 16px;
      border-radius: 0;
      border: 0.75px solid #CACACA;
      -webkit-appearance: none;
      background: #fff;
      color: #222222;
      margin-top: 12px !important;
      margin-top: 5px !important;
      padding: 10px 10px; }
      .hbspt-form form .field input::placeholder,
      .hbspt-form form .field textarea::placeholder,
      .hbspt-form form .field select::placeholder,
      .hbspt-form form .field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
        color: #222222; }
    .hbspt-form form .field input[type=radio] {
      -webkit-appearance: radio !important; }
    .hbspt-form form .field input[type=checkbox] {
      -webkit-appearance: checkbox !important; }
    .hbspt-form form .field textarea {
      width: 100% !important; }
    .hbspt-form form .field.hs-fieldtype-checkbox ul, .hbspt-form form .field.hs-fieldtype-radio ul {
      display: inline-block;
      width: 100%;
      list-style: none;
      padding: 0;
      margin-top: 5px; }
      .hbspt-form form .field.hs-fieldtype-checkbox ul li label input, .hbspt-form form .field.hs-fieldtype-radio ul li label input {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        vertical-align: top;
        float: left;
        width: auto;
        margin-right: 10px; }
      .hbspt-form form .field.hs-fieldtype-checkbox ul li label span, .hbspt-form form .field.hs-fieldtype-radio ul li label span {
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin-top: 10px; }
    .hbspt-form form .field.hs-fieldtype-radio ul {
      margin-top: 10px; }
      .hbspt-form form .field.hs-fieldtype-radio ul li label span {
        margin-top: 5px; }
    .hbspt-form form .field.hs-fieldtype-checkbox ul > li {
      position: relative; }
      .hbspt-form form .field.hs-fieldtype-checkbox ul > li input[type=checkbox] {
        padding: 5px;
        width: 25px !important;
        height: 25px !important;
        cursor: pointer;
        outline: none !important; }
      .hbspt-form form .field.hs-fieldtype-checkbox ul > li label {
        padding-top: 6px;
        padding-left: 5px; }
      .hbspt-form form .field.hs-fieldtype-checkbox ul > li:before {
        content: "";
        position: absolute;
        left: 11px;
        top: 12px;
        top: 42%;
        top: calc(50% - 2.5px);
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        cursor: pointer;
        visibility: hidden; }
    .hbspt-form form .field.hs-fieldtype-checkbox ul > li.checked input[type=checkbox] {
      background: #0f2f3a; }
    .hbspt-form form .field.hs-fieldtype-checkbox ul > li.checked:before {
      visibility: visible; }
  .hbspt-form form .field.hs-fieldtype-select .input {
    position: relative; }
    .hbspt-form form .field.hs-fieldtype-select .input:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      content: '\f107';
      font-size: 20px;
      right: 15px;
      top: 28px;
      top: 18px;
      pointer-events: none; }
  .hbspt-form form .actions {
    margin-top: 35px; }
    .hbspt-form form .actions input {
      border: none;
      margin: 0 !important; }
  .hbspt-form form .hs-error-msgs {
    list-style: none;
    margin: 0;
    padding-left: 5px; }
    .hbspt-form form .hs-error-msgs li .hs-error-msg {
      color: #e12f22;
      font-style: italic;
      font-size: 13px; }
.hbspt-form form.single-field-form .field {
  display: inline-block;
  vertical-align: top;
  margin-top: 0 !important;
  width: 300px;
  max-width: 50%; }
  .hbspt-form form.single-field-form .field > label {
    display: none; }
  .hbspt-form form.single-field-form .field input {
    margin-top: 0 !important; }
  @media screen and (max-width: 767px) {
    .hbspt-form form.single-field-form .field {
      padding-right: 0;
      width: 100% !important;
      max-width: 100%;
      margin-bottom: 15px; } }
.hbspt-form form.single-field-form .hs-error-msg {
  margin-top: 10px; }
.hbspt-form form.single-field-form .hs_submit {
  width: auto;
  display: inline-block;
  vertical-align: top; }
  .hbspt-form form.single-field-form .hs_submit .actions {
    margin-top: 0; }
    .hbspt-form form.single-field-form .hs_submit .actions input.hs-button {
      top: 4px;
      position: relative;
      padding: 16px 45px; }
      @media screen and (max-width: 767px) {
        .hbspt-form form.single-field-form .hs_submit .actions input.hs-button {
          padding: 20px 45px;
          top: 0; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover, a:focus, a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-weight: normal;
  font-style: normal; }
[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.w-icon-slider-right:before {
  content: "\e600"; }

.w-icon-slider-left:before {
  content: "\e601"; }

.w-icon-nav-menu:before {
  content: "\e602"; }

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333; }

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

html.w-mod-touch * {
  background-attachment: scroll !important; }

.w-block {
  display: block; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table; }

.w-clearfix:after {
  clear: both; }

.w-hidden {
  display: none; }

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0; }

input.w-button {
  -webkit-appearance: button; }

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important; }

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal; }

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px; }

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px; }

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px; }

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px; }

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px; }

figure {
  margin: 0;
  margin-bottom: 10px; }

figcaption {
  margin-top: 5px;
  text-align: center; }

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px; }

.w-list-unstyled {
  padding-left: 0;
  list-style: none; }

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table; }

.w-embed:after {
  clear: both; }

.w-video {
  width: 100%;
  position: relative;
  padding: 0; }

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

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button; }

.w-form {
  margin: 0 0 15px; }

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd; }

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999; }

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1; }

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999; }

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999; }

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0; }

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.w-input,
textarea.w-select {
  height: auto; }

.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%); }

.w-select[multiple] {
  height: auto; }

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px; }

.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table; }

.w-checkbox:after,
.w-radio:after {
  clear: both; }

.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px; }

.w-radio-input {
  margin-top: 3px; }

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

.w-container:before,
.w-container:after {
  content: " ";
  display: table; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before,
.w-row:after {
  content: " ";
  display: table; }

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: 0;
  margin-right: 0; }

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.w-col .w-col {
  padding-left: 0;
  padding-right: 0; }

.w-col-1 {
  width: 8.33333333%; }

.w-col-2 {
  width: 16.66666667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.33333333%; }

.w-col-5 {
  width: 41.66666667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.33333333%; }

.w-col-8 {
  width: 66.66666667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.33333333%; }

.w-col-11 {
  width: 91.66666667%; }

.w-col-12 {
  width: 100%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: none !important; }

  .w-col-medium-1 {
    width: 8.33333333%; }

  .w-col-medium-2 {
    width: 16.66666667%; }

  .w-col-medium-3 {
    width: 25%; }

  .w-col-medium-4 {
    width: 33.33333333%; }

  .w-col-medium-5 {
    width: 41.66666667%; }

  .w-col-medium-6 {
    width: 50%; }

  .w-col-medium-7 {
    width: 58.33333333%; }

  .w-col-medium-8 {
    width: 66.66666667%; }

  .w-col-medium-9 {
    width: 75%; }

  .w-col-medium-10 {
    width: 83.33333333%; }

  .w-col-medium-11 {
    width: 91.66666667%; }

  .w-col-medium-12 {
    width: 100%; }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: none !important; }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }

  .w-col {
    width: 100%;
    left: auto;
    right: auto; }

  .w-col-small-1 {
    width: 8.33333333%; }

  .w-col-small-2 {
    width: 16.66666667%; }

  .w-col-small-3 {
    width: 25%; }

  .w-col-small-4 {
    width: 33.33333333%; }

  .w-col-small-5 {
    width: 41.66666667%; }

  .w-col-small-6 {
    width: 50%; }

  .w-col-small-7 {
    width: 58.33333333%; }

  .w-col-small-8 {
    width: 66.66666667%; }

  .w-col-small-9 {
    width: 75%; }

  .w-col-small-10 {
    width: 83.33333333%; }

  .w-col-small-11 {
    width: 91.66666667%; }

  .w-col-small-12 {
    width: 100%; } }
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: inherit !important; }

  .w-hidden-tiny {
    display: none !important; }

  .w-col {
    width: 100%; }

  .w-col-tiny-1 {
    width: 8.33333333%; }

  .w-col-tiny-2 {
    width: 16.66666667%; }

  .w-col-tiny-3 {
    width: 25%; }

  .w-col-tiny-4 {
    width: 33.33333333%; }

  .w-col-tiny-5 {
    width: 41.66666667%; }

  .w-col-tiny-6 {
    width: 50%; }

  .w-col-tiny-7 {
    width: 58.33333333%; }

  .w-col-tiny-8 {
    width: 66.66666667%; }

  .w-col-tiny-9 {
    width: 75%; }

  .w-col-tiny-10 {
    width: 83.33333333%; }

  .w-col-tiny-11 {
    width: 91.66666667%; }

  .w-col-tiny-12 {
    width: 100%; } }
.w-widget {
  position: relative; }

.w-widget-map {
  width: 100%;
  height: 400px; }

.w-widget-map label {
  width: auto;
  display: inline; }

.w-widget-map img {
  max-width: inherit; }

.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden; }

.w-widget-map .gm-style-iw + div {
  display: none; }

.w-widget-twitter {
  overflow: hidden; }

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px; }

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif; }

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block; }

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px; }

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px; }

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px; }

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px; }

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px; }

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px; }

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px; }

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px; }

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px; }

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px; }

.w-widget-gplus {
  overflow: hidden; }

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white; }

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100; }

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap; }

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left; }

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.w-slider-nav.w-round > div {
  border-radius: 100%; }

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit; }

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4); }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em; }

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900; }

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap; }

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px; }

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em; }

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222; }

.w-dropdown-link.w--current {
  color: #0082f3; }

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block; }

.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static; } }
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static; }

  .w-nav-brand {
    padding-left: 10px; } }
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static; } }
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesnΓÇÖt handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */ }

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0; }

.w-lightbox-view:before {
  content: "";
  height: 100vh; }

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh; }

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle; }

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */ }

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer; }

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none; }

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh; }

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh; }

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px; }

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesnΓÇÖt work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */ }

.w-lightbox-active {
  opacity: .3; }

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden; }

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0; }

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear; }

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%; }

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none; }

.w-lightbox-noscroll {
  overflow: hidden; }

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh; }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh; }

  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh; }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh; }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh; }

  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5; }

  .w-lightbox-close {
    opacity: .8; }

  .w-lightbox-control:hover {
    opacity: 1; } }
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0; }

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table; }

.w-richtext:after {
  clear: both; }

.w-richtext ol,
.w-richtext ul {
  overflow: hidden; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7; }

.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.w-richtext figure {
  position: relative;
  max-width: 60%; }

.w-richtext figure > div:before {
  cursor: default !important; }

.w-richtext figure img {
  width: 100%; }

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6; }

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent; }

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table; }

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block; }

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom; }

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0; }

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%; }

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both; }

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%; }

.w-richtext figure.w-richtext-align-normal {
  clear: both; }

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit; }

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block; }

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none; }

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none; }

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000; }

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table; }

.w-nav:after {
  clear: both; }

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333; }

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.w-nav-link.w--current {
  color: #0082f3; }

.w-nav-menu {
  position: relative;
  float: right; }

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px; }

.w--nav-link-open {
  display: block;
  position: relative; }

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%; }

.w-nav-overlay .w--nav-menu-open {
  top: 0; }

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0; }

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0; }

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white; }

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none; }

.w-nav[data-collapse="all"] .w-nav-button {
  display: block; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block; } }
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block; }

  .w-nav-brand {
    padding-left: 10px; } }
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block; } }
.w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd; }

.w-tab-link.w--current {
  background-color: #C8C8C8; }

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.w-tab-pane {
  position: relative;
  display: none; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }
.w-ix-emptyfix:after {
  content: ""; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd; }

.w-dyn-bind-empty {
  display: none !important; }

.w-condition-invisible {
  display: none !important; }

@font-face {
  font-family: 'coresansc';
  src: url("../fonts/Webfonts/coresansc_25extralight_macroman/coresansc25-webfont.woff2") format("woff2"), url("../fonts/Webfonts/coresansc_25extralight_macroman/coresansc25-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'coresansc';
  src: url("../fonts/Webfonts/coresansc_25extralightitalic_macroman/coresansc25it-webfont.woff2") format("woff2"), url("../fonts/Webfonts/coresansc_25extralightitalic_macroman/coresansc25it-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'coresansc';
  src: url("../fonts/Webfonts/coresansc_35light_macroman/coresansc35-webfont.woff2") format("woff2"), url("../fonts/Webfonts/coresansc_35light_macroman/coresansc35-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'coresansc';
  src: url("../fonts/Webfonts/coresansc_35lightitalic_macroman/coresansc35it-webfont.woff2") format("woff2"), url("../fonts/Webfonts/coresansc_35lightitalic_macroman/coresansc35it-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'coresansc';
  src: url("../fonts/Webfonts/coresansc_45regular_macroman/coresansc45-webfont.woff2") format("woff2"), url("../fonts/Webfonts/coresansc_45regular_macroman/coresansc45-webfont.woff") format("woff");
  font-weight: normal;
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'coresansc';
  src: url("../fonts/Webfonts/coresansc_55medium_macroman/coresansc55-webfont.woff2") format("woff2"), url("../fonts/Webfonts/coresansc_55medium_macroman/coresansc55-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'coresansc';
  src: url("../fonts/Webfonts/coresansc_55mediumitalic_macroman/coresansc55it-webfont.woff2") format("woff2"), url("../fonts/Webfonts/coresansc_55mediumitalic_macroman/coresansc55it-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'coresansc';
  src: url("../fonts/Webfonts/coresansc_65bold_macroman/coresansc65-webfont.woff2") format("woff2"), url("../fonts/Webfonts/coresansc_65bold_macroman/coresansc65-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'coresansc';
  src: url("../fonts/Webfonts/coresansc_65bolditalic_macroman/coresansc65it-webfont.woff2") format("woff2"), url("../fonts/Webfonts/coresansc_65bolditalic_macroman/coresansc65it-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'coresansc';
  src: url("../fonts/Webfonts/coresansc_85heavy_macroman/coresansc85-webfont.woff2") format("woff2"), url("../fonts/Webfonts/coresansc_85heavy_macroman/coresansc85-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'coresansc';
  src: url("../fonts/Webfonts/coresansc_85heavyialic_macroman/coresansc85it-webfont.woff2") format("woff2"), url("../fonts/Webfonts/coresansc_85heavyialic_macroman/coresansc85it-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic; }
@font-face {
  font-family: 'coresansc';
  src: url("../fonts/Webfonts/coresansc_95black_macroman/coresansc95-webfont.woff2") format("woff2"), url("../fonts/Webfonts/coresansc_95black_macroman/coresansc95-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'coresansc';
  src: url("../fonts/Webfonts/coresansc_95blackitalic_macroman/coresansc95it-webfont.woff2") format("woff2"), url("../fonts/Webfonts/coresansc_95blackitalic_macroman/coresansc95it-webfont.woff") format("woff");
  font-weight: 900;
  font-style: italic; }
body {
  font-family: 'Unna', serif;
  font-family: 'coresansc';
  color: #000; }

.w-container {
  max-width: 86%; }

body {
  position: relative; }

#ScrollTopButton {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  right: 1.3em;
  bottom: 50%;
  bottom: 1.3em;
  width: 37px;
  height: 58px;
  background: url(/wp-content/themes/mindscape-child/images/back-to-top-img.png);
  background-size: 37px !important;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  transition: 0.3s opacity; }
  #ScrollTopButton:hover {
    -webkit-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    -ms-transition: 0.3s opacity;
    transition: 0.3s opacity; }
  #ScrollTopButton.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    -ms-transition: 0.3s opacity;
    transition: 0.3s opacity; }
  @media (max-width: 991px) {
    #ScrollTopButton {
      width: 30px;
      height: 47px;
      background-size: 30px !important;
      right: 3px;
      bottom: 3px; } }

header.site-header {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 50px; }
  @media (max-width: 991px) {
    header.site-header {
      border-bottom: 1px solid #c6c6c6; } }
  @media (max-width: 650px) {
    header.site-header {
      height: 100px;
      padding-top: 10px; } }
  header.site-header .header-top {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 35px;
    text-align: center; }
    @media (max-width: 991px) {
      header.site-header .header-top {
        padding-bottom: 0;
        border: none; } }
    header.site-header .header-top .w-container {
      position: relative; }
    header.site-header .header-top .site-branding {
      display: inline-block;
      width: 400px; }
      header.site-header .header-top .site-branding img {
        width: 100%; }
      @media (max-width: 991px) {
        header.site-header .header-top .site-branding {
          width: 300px;
          top: 8px;
          position: relative; } }
      @media (max-width: 767px) {
        header.site-header .header-top .site-branding {
          width: 225px; } }
      @media (max-width: 650px) {
        header.site-header .header-top .site-branding {
          margin-left: 0;
          float: left;
          top: 27px; } }
    header.site-header .header-top .header-button {
      position: absolute;
      top: 10px;
      right: 0; }
      @media (max-width: 991px) {
        header.site-header .header-top .header-button {
          top: 82px;
          right: 50%;
          left: 0;
          right: auto;
          top: 12px; } }
      @media (max-width: 767px) {
        header.site-header .header-top .header-button {
          top: 10px; } }
      @media (max-width: 650px) {
        header.site-header .header-top .header-button {
          left: auto;
          right: 0px;
          top: 0px; } }
      @media (max-width: 991px) {
        header.site-header .header-top .header-button .button {
          padding: 14px 15px; } }
      @media (max-width: 767px) {
        header.site-header .header-top .header-button .button {
          padding: 10px 15px; } }
      header.site-header .header-top .header-button .button i {
        margin-right: 8px;
        display: inline-block; }
        header.site-header .header-top .header-button .button i img {
          width: 16px;
          display: block; }
      header.site-header .header-top .header-button .button span {
        font-size: 14px;
        line-height: 14px; }
        @media (max-width: 991px) {
          header.site-header .header-top .header-button .button span {
            font-size: 12px;
            line-height: 12px; } }
  header.site-header .header-bottom {
    text-align: center;
    border-bottom: 1px solid #c6c6c6;
    margin-top: 20px;
    padding-bottom: 15px; }
    @media (max-width: 991px) {
      header.site-header .header-bottom {
        border-bottom: none;
        height: 0;
        padding: 0; } }
  header.site-header nav.main-navigation {
    display: inline-block;
    width: auto;
    float: none;
    position: relative; }
    header.site-header nav.main-navigation .menu-main-navigation-container {
      display: inline-block; }
    @media (max-width: 991px) {
      header.site-header nav.main-navigation {
        float: right;
        right: 80px;
        top: -49px; } }
    @media (max-width: 767px) {
      header.site-header nav.main-navigation {
        right: 90px; } }
    @media (max-width: 650px) {
      header.site-header nav.main-navigation {
        top: -15px; } }
  header.site-header .mobile-nav-button {
    display: none;
    text-align: right;
    margin-top: 0px;
    float: right;
    margin-left: 50px;
    position: absolute;
    right: 0;
    top: 60px;
    right: 7%; }
    @media (max-width: 991px) {
      header.site-header .mobile-nav-button {
        display: inline-block; } }
    @media (max-width: 650px) {
      header.site-header .mobile-nav-button {
        top: 54px; } }
    header.site-header .mobile-nav-button .menu-button {
      padding: 12px 12px 10px;
      background: #A6A6A6; }
      @media (max-width: 991px) {
        header.site-header .mobile-nav-button .menu-button {
          display: block; } }
      @media (max-width: 650px) {
        header.site-header .mobile-nav-button .menu-button {
          padding: 7px 7px 6px; } }

.mm-navbar__title {
  color: #fff !important; }

.mm-navbars_top > .mm-navbar {
  border-bottom: 1px solid #fff; }

.mm-menu a {
  color: #fff !important; }

.mm-listitem:after {
  left: 0;
  border-color: #fff; }

.mm-listitem .mm-btn_next {
  border-left: 0.5px solid #fff; }

.header-search-button {
  position: relative;
  height: 100%;
  width: auto;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  -ms-transition: 0.3s background;
  transition: 0.3s background;
  padding: 0;
  display: inline-block;
  vertical-align: top; }
  .header-search-button a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f002";
    width: 100%;
    height: 100%;
    color: #70b347;
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 17px;
    content: '';
    background: url(/wp-content/themes/mindscape-child/images/header-search-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    -ms-transition: 0.3s opacity;
    transition: 0.3s opacity; }
    @media (max-width: 767px) {
      .header-search-button a:after {
        right: calc(50% - 10px); } }
    @media (max-width: 500px) {
      .header-search-button a:after {
        font-size: 14px; } }
  .header-search-button a:before {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background: red;
    opacity: 0.2;
    position: absolute;
    left: -29px;
    bottom: calc(-100% - 5.5px);
    opacity: 0;
    visibility: hidden;
    left: -29px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
    width: 30px;
    bottom: -38px; }

.header-search-slideout {
  background: #F7F7F7;
  position: absolute;
  width: 100%;
  z-index: 1;
  display: none;
  top: 100%; }
  .header-search-slideout .w-container {
    width: 1140px;
    max-width: 80%; }
    .header-search-slideout .w-container form {
      position: relative;
      height: 100%;
      border-bottom: 1px solid #cbcbcb;
      position: relative;
      margin: 0;
      margin-top: 40px;
      margin-bottom: 40px; }
      .header-search-slideout .w-container form .search-icon {
        position: absolute;
        left: 0;
        top: calc(50%);
        transform: translateY(-50%);
        margin-top: 2px; }
        .header-search-slideout .w-container form .search-icon:before {
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          line-height: inherit;
          vertical-align: baseline;
          content: "\f002";
          width: 100%;
          height: 100%;
          color: #40AC08;
          font-size: 24px;
          content: '';
          display: inline-block;
          background: url(/wp-content/themes/mindscape-child/images/icon-search-large.png);
          background-repeat: no-repeat;
          background-size: 100%;
          width: 34px;
          height: 34px; }
        @media (max-width: 767px) {
          .header-search-slideout .w-container form .search-icon {
            top: calc(50% - 8px); }
            .header-search-slideout .w-container form .search-icon:before {
              width: 20px;
              height: 20px; } }
      .header-search-slideout .w-container form input[type=search] {
        box-shadow: none;
        padding: 0;
        height: 100%;
        background: #fff;
        border: none;
        border-radius: 0;
        color: #000;
        width: 100%;
        padding: 15px 150px 15px 65px;
        font-size: 36px;
        line-height: 36px;
        color: #2f2020;
        font-weight: 200;
        background: #F7F7F7;
        -webkit-appearance: none; }
        @media (max-width: 767px) {
          .header-search-slideout .w-container form input[type=search] {
            padding: 15px 130px 10px 40px;
            font-size: 15px;
            line-height: 15px; }
            .header-search-slideout .w-container form input[type=search]::placeholder {
              font-size: 15px;
              line-height: 15px; } }
      .header-search-slideout .w-container form input[type=search]::placeholder,
      .header-search-slideout .w-container form input[type=search]::-webkit-input-placeholder,
      .header-search-slideout .w-container form input[type=search]::-moz-placeholder {
        font-size: 36px;
        line-height: 36px;
        color: #2f2020;
        font-weight: 200; }
        @media (max-width: 767px) {
          .header-search-slideout .w-container form input[type=search]::placeholder,
          .header-search-slideout .w-container form input[type=search]::-webkit-input-placeholder,
          .header-search-slideout .w-container form input[type=search]::-moz-placeholder {
            font-size: 15px;
            line-height: 15px; } }
      .header-search-slideout .w-container form .search-button {
        position: absolute;
        right: 0;
        top: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #222222;
        border-radius: 0;
        outline: none;
        border: none; }
        .header-search-slideout .w-container form .search-button:hover, .header-search-slideout .w-container form .search-button:focus {
          background: #4d4c4c; }
        @media (max-width: 767px) {
          .header-search-slideout .w-container form .search-button {
            font-size: 11px;
            line-height: 11px;
            padding: 15px 25px; } }
  .header-search-slideout .search-slideout-close {
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 5%;
    padding: 5px; }
    .header-search-slideout .search-slideout-close img {
      width: 20px;
      display: inline-block;
      -webkit-transition: -webkit-transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out; }
    .header-search-slideout .search-slideout-close:hover img {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    @media (max-width: 767px) {
      .header-search-slideout .search-slideout-close {
        top: 10px; } }

.search-results-search-field {
  display: none; }
  .search-results-search-field.active {
    display: inline-block;
    width: 100%; }
  .search-results-search-field form {
    position: relative;
    height: 100%;
    border-bottom: 1px solid #cbcbcb;
    position: relative;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px; }
    .search-results-search-field form .search-icon {
      position: absolute;
      left: 0;
      top: calc(50%);
      transform: translateY(-50%);
      margin-top: 2px; }
      .search-results-search-field form .search-icon:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        line-height: inherit;
        vertical-align: baseline;
        content: "\f002";
        width: 100%;
        height: 100%;
        color: #40AC08;
        font-size: 24px;
        content: '';
        display: inline-block;
        background: url(/wp-content/themes/mindscape-child/images/icon-search-large.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 34px;
        height: 34px; }
      @media (max-width: 767px) {
        .search-results-search-field form .search-icon {
          top: calc(50% - 8px); }
          .search-results-search-field form .search-icon:before {
            width: 20px;
            height: 20px; } }
    .search-results-search-field form input[type=search] {
      box-shadow: none;
      padding: 0;
      height: 100%;
      background: #fff;
      border: none;
      border-radius: 0;
      color: #000;
      width: 100%;
      padding: 15px 150px 15px 65px;
      font-size: 36px;
      line-height: 36px;
      color: #2f2020;
      font-weight: 200;
      background: #fff;
      outline: none !important; }
      .search-results-search-field form input[type=search]::placeholder {
        font-size: 36px;
        line-height: 36px;
        color: #2f2020;
        font-weight: 200; }
      @media (max-width: 767px) {
        .search-results-search-field form input[type=search] {
          padding: 15px 130px 10px 40px;
          font-size: 15px;
          line-height: 15px; }
          .search-results-search-field form input[type=search]::placeholder {
            font-size: 15px;
            line-height: 15px; } }
    .search-results-search-field form .search-button {
      position: absolute;
      right: 0;
      top: 0;
      top: 50%;
      transform: translateY(-50%);
      background: #222222;
      border-radius: 0;
      outline: none;
      border: none; }
      .search-results-search-field form .search-button:hover, .search-results-search-field form .search-button:focus {
        background: #4d4c4c; }
      @media (max-width: 767px) {
        .search-results-search-field form .search-button {
          font-size: 11px;
          line-height: 11px;
          padding: 15px 25px; } }

.sf-field-search {
  display: none !important; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation.toggled ul {
    display: block; }
  .main-navigation .menu-toggle {
    display: none; }
    @media (max-width: 991px) {
      .main-navigation .menu-toggle {
        display: block; } }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media (max-width: 991px) {
      .main-navigation ul {
        display: none; } }
    .main-navigation ul li {
      float: left;
      position: relative;
      left: auto; }
      .main-navigation ul li:hover:before, .main-navigation ul li:focus:before {
        content: '';
        width: 100%;
        height: 26px;
        position: absolute;
        top: 100%;
        margin-top: -2px; }
      .main-navigation ul li a {
        display: block;
        text-decoration: none; }
      .main-navigation ul li ul.sub-menu {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        float: left;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99999;
        visibility: hidden;
        opacity: 0;
        left: -10px !important;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        transition: 0.3s all;
        padding: 20px 20px;
        background: #fff;
        top: 36px;
        width: 200px;
        width: 250px; }
        .main-navigation ul li ul.sub-menu li {
          margin-bottom: 15px;
          display: inline-block;
          width: 100%;
          text-align: left;
          border-bottom: 1px solid #d3d3d3;
          padding-bottom: 10px; }
          .main-navigation ul li ul.sub-menu li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none; }
          .main-navigation ul li ul.sub-menu li a,
          .main-navigation ul li ul.sub-menu li a:visited {
            width: 100%;
            color: #525252;
            font-size: 15px;
            line-height: 15px;
            font-weight: 400;
            -webkit-transition: 0.3s color;
            -moz-transition: 0.3s color;
            -ms-transition: 0.3s color;
            transition: 0.3s color; }
            .main-navigation ul li ul.sub-menu li a:hover, .main-navigation ul li ul.sub-menu li a:active, .main-navigation ul li ul.sub-menu li a:focus,
            .main-navigation ul li ul.sub-menu li a:visited:hover,
            .main-navigation ul li ul.sub-menu li a:visited:active,
            .main-navigation ul li ul.sub-menu li a:visited:focus {
              color: #e12f22;
              -webkit-transition: 0.3s color;
              -moz-transition: 0.3s color;
              -ms-transition: 0.3s color;
              transition: 0.3s color; }
          .main-navigation ul li ul.sub-menu li ul {
            left: 100%;
            top: 0;
            visibility: none; }
          .main-navigation ul li ul.sub-menu li:hover > ul, .main-navigation ul li ul.sub-menu li.focus > ul {
            visibility: visible;
            left: 0; }
  .main-navigation ul#main-nav {
    padding-top: 0; }
    .main-navigation ul#main-nav > li {
      margin-right: 3.52vw;
      margin-bottom: 0; }
      @media (max-width: 1350px) {
        .main-navigation ul#main-nav > li {
          margin-right: 3.25vw; } }
      @media (max-width: 1080px) {
        .main-navigation ul#main-nav > li {
          margin-right: 2.75vw; } }
      .main-navigation ul#main-nav > li > a:after {
        content: '';
        display: block;
        width: 100%;
        height: 7px;
        background: red;
        opacity: 0.2;
        position: absolute;
        left: 0;
        bottom: calc(-100% - 5.5px);
        opacity: 0;
        visibility: hidden;
        left: -10px;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        transition: 0.3s all; }
      .main-navigation ul#main-nav > li:hover a:after, .main-navigation ul#main-nav > li:focus a:after {
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.3s opacity;
        -moz-transition: 0.3s opacity;
        -ms-transition: 0.3s opacity;
        transition: 0.3s opacity;
        left: 0;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        transition: 0.3s all; }
      .main-navigation ul#main-nav > li:hover ul.sub-menu, .main-navigation ul#main-nav > li:focus ul.sub-menu {
        visibility: visible !important;
        opacity: 1 !important;
        left: 0 !important; }
      .main-navigation ul#main-nav > li > a {
        color: #000;
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        -webkit-transition: 0.3s color;
        -moz-transition: 0.3s color;
        -ms-transition: 0.3s color;
        transition: 0.3s color; }
        .main-navigation ul#main-nav > li > a:focus {
          color: #e12f22;
          -webkit-transition: 0.3s color;
          -moz-transition: 0.3s color;
          -ms-transition: 0.3s color;
          transition: 0.3s color; }
          .main-navigation ul#main-nav > li > a:focus:after {
            visibility: visible;
            opacity: 1;
            -webkit-transition: 0.3s opacity;
            -moz-transition: 0.3s opacity;
            -ms-transition: 0.3s opacity;
            transition: 0.3s opacity;
            left: 0;
            -webkit-transition: 0.3s all;
            -moz-transition: 0.3s all;
            -ms-transition: 0.3s all;
            transition: 0.3s all; }
      .main-navigation ul#main-nav > li > a:focus + ul.sub-menu {
        visibility: visible !important;
        opacity: 1 !important;
        left: 0 !important; }

.banner.home-banner {
  height: 625px; }
  @media (max-width: 1520px) {
    .banner.home-banner {
      height: 40.8vw; } }
  @media (max-width: 500px) {
    .banner.home-banner {
      height: 50vw; } }

.section-header {
  font-family: 'coresansc';
  font-size: 36px;
  line-height: 36px;
  margin: 0;
  margin: 25px 0 30px 0 !important; }

.section.featured-posts.home {
  margin-top: 80px; }
  .section.featured-posts.home .w-container {
    border-top: 5px solid #e12f22; }

.section.recent-posts-and-events {
  margin-bottom: 120px; }
  .section.recent-posts-and-events .w-container {
    position: relative; }
  .section.recent-posts-and-events .recent-posts {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    border-top: 5px solid #e12f22; }
    @media (max-width: 991px) {
      .section.recent-posts-and-events .recent-posts {
        width: 100%; } }
    .section.recent-posts-and-events .recent-posts .post-list.recent.home .post-item:nth-child(11),
    .section.recent-posts-and-events .recent-posts .post-list.recent.home .post-item:nth-child(12),
    .section.recent-posts-and-events .recent-posts .post-list.recent.home .post-item:nth-child(13),
    .section.recent-posts-and-events .recent-posts .post-list.recent.home .post-item:nth-child(14),
    .section.recent-posts-and-events .recent-posts .post-list.recent.home .post-item:nth-child(15) {
      display: none;
      opacity: 0;
      -webkit-transition: 0.3s opacity;
      -moz-transition: 0.3s opacity;
      -ms-transition: 0.3s opacity;
      transition: 0.3s opacity; }
    .section.recent-posts-and-events .recent-posts .post-list.recent.home.display-all .post-item:nth-child(11),
    .section.recent-posts-and-events .recent-posts .post-list.recent.home.display-all .post-item:nth-child(12),
    .section.recent-posts-and-events .recent-posts .post-list.recent.home.display-all .post-item:nth-child(13),
    .section.recent-posts-and-events .recent-posts .post-list.recent.home.display-all .post-item:nth-child(14),
    .section.recent-posts-and-events .recent-posts .post-list.recent.home.display-all .post-item:nth-child(15) {
      display: inline-block;
      opacity: 1;
      -webkit-transition: 0.3s opacity;
      -moz-transition: 0.3s opacity;
      -ms-transition: 0.3s opacity;
      transition: 0.3s opacity; }
    .section.recent-posts-and-events .recent-posts .view-more-posts {
      z-index: 1000; }
  .section.recent-posts-and-events .recent-events {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    float: right;
    border-top: 5px solid #e12f22; }
    .section.recent-posts-and-events .recent-events.fixed {
      position: fixed;
      top: 0;
      right: 7%;
      width: 25.8%; }
    .section.recent-posts-and-events .recent-events.bottom-fixed {
      position: absolute;
      bottom: 0;
      right: 0;
      top: auto;
      width: 30%; }
    @media (max-width: 991px) {
      .section.recent-posts-and-events .recent-events {
        width: 100%;
        margin-top: 80px; }
        .section.recent-posts-and-events .recent-events.fixed, .section.recent-posts-and-events .recent-events.bottom-fixed {
          position: relative !important;
          bottom: auto !important;
          right: auto !important;
          width: 100% !important; } }

.banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative; }
  .banner .w-container {
    position: relative;
    height: 100%;
    z-index: 2; }
  .banner .banner-content {
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 2vw;
    left: 0; }
    @media (max-width: 767px) {
      .banner .banner-content {
        width: 100%;
        max-width: 100%; } }
    .banner .banner-content .post-info {
      text-align: left; }
      @media (max-width: 600px) {
        .banner .banner-content .post-info {
          font-size: 10px; } }
      @media (max-width: 600px) {
        .banner .banner-content .post-info .post-date {
          font-size: 10px; } }
      @media (max-width: 600px) {
        .banner .banner-content .post-info a,
        .banner .banner-content .post-info a:visited {
          font-size: 10px; } }
      .banner .banner-content .post-info .cat-comma {
        font-weight: 500; }
        @media (max-width: 600px) {
          .banner .banner-content .post-info .cat-comma {
            font-size: 10px; } }
    .banner .banner-content h1,
    .banner .banner-content h2.cat-banner-post-title {
      font-family: 'Unna', serif;
      font-weight: bold;
      font-size: 53px;
      line-height: 60px;
      margin: 0;
      text-align: left; }
      .banner .banner-content h1 a,
      .banner .banner-content h2.cat-banner-post-title a {
        color: #fff;
        text-decoration: none; }
        .banner .banner-content h1 a:hover, .banner .banner-content h1 a:focus,
        .banner .banner-content h2.cat-banner-post-title a:hover,
        .banner .banner-content h2.cat-banner-post-title a:focus {
          text-decoration: underline; }
      @media (max-width: 991px) {
        .banner .banner-content h1,
        .banner .banner-content h2.cat-banner-post-title {
          font-size: 40px;
          line-height: 47px; } }
      @media (max-width: 767px) {
        .banner .banner-content h1,
        .banner .banner-content h2.cat-banner-post-title {
          font-size: 30px;
          line-height: 37px; } }
      @media (max-width: 600px) {
        .banner .banner-content h1,
        .banner .banner-content h2.cat-banner-post-title {
          font-size: 25px;
          line-height: 32px;
          margin-top: 5px; } }

.banner.interior-banner {
  height: 625px;
  margin-left: 7%;
  margin-right: 7%;
  width: 86%; }
  @media (max-width: 1520px) {
    .banner.interior-banner {
      height: 40.8vw; } }
  @media (max-width: 767px) {
    .banner.interior-banner {
      margin-left: 5%;
      margin-right: 5%;
      width: 90%; } }
  @media (max-width: 767px) {
    .banner.interior-banner {
      height: 50vw; } }

.banner.post-single-banner {
  margin-bottom: 60px; }

.banner-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/mindscape-child/images/banner-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: bottom left; }

.main-content.interior .content-area.with-side {
  padding-top: 0;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .main-content.interior .content-area.with-side .content-col-container {
      display: inline-block;
      width: 100%; } }
  .main-content.interior .content-area.with-side .content-col-container .main-col {
    display: inline-block;
    vertical-align: top;
    padding-left: 5%;
    width: 69%; }
    @media (max-width: 991px) {
      .main-content.interior .content-area.with-side .content-col-container .main-col {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0px; }
        .main-content.interior .content-area.with-side .content-col-container .main-col .post-list .post-item:last-child {
          margin-bottom: 0 !important; } }
    .main-content.interior .content-area.with-side .content-col-container .main-col .main-col-content > :first-child {
      margin-top: 0; }
  .main-content.interior .content-area.with-side .content-col-container .side-col {
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    color: #fff;
    width: 30%;
    float: left; }
    @media (max-width: 991px) {
      .main-content.interior .content-area.with-side .content-col-container .side-col {
        width: 100%;
        float: none;
        margin-top: 40px; } }
    .main-content.interior .content-area.with-side .content-col-container .side-col .side-col-container {
      background: #f7f7f7;
      padding: 40px 40px; }
      @media (max-width: 991px) {
        .main-content.interior .content-area.with-side .content-col-container .side-col .side-col-container {
          width: 300px;
          max-width: 100%;
          margin: 0 auto; } }
      @media (max-width: 600px) {
        .main-content.interior .content-area.with-side .content-col-container .side-col .side-col-container {
          width: 100%; } }
    .main-content.interior .content-area.with-side .content-col-container .side-col > :first-child {
      margin-top: 0; }
    .main-content.interior .content-area.with-side .content-col-container .side-col h2 {
      color: #fff; }
    .main-content.interior .content-area.with-side .content-col-container .side-col ul {
      padding: 0; }
    .main-content.interior .content-area.with-side .content-col-container .side-col h4 {
      font-family: 'coresansc';
      font-weight: 800;
      font-size: 15px;
      line-height: 15px; }
    .main-content.interior .content-area.with-side .content-col-container .side-col li.sf-level-0 .sf-label-checkbox,
    .main-content.interior .content-area.with-side .content-col-container .side-col li.sf-level-1 .sf-label-checkbox {
      cursor: pointer;
      font-family: 'coresansc';
      font-weight: 400;
      font-size: 14px;
      line-height: 14px;
      padding-left: 0; }
      .main-content.interior .content-area.with-side .content-col-container .side-col li.sf-level-0 .sf-label-checkbox:before,
      .main-content.interior .content-area.with-side .content-col-container .side-col li.sf-level-1 .sf-label-checkbox:before {
        content: '';
        opacity: 1;
        color: transparent;
        border: 1px solid #cacaca;
        width: 18px;
        height: 18px;
        top: 4px;
        position: relative;
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
        background: #fff;
        top: -2.25px; }
    .main-content.interior .content-area.with-side .content-col-container .side-col li.sf-level-0 .sf-input-checkbox,
    .main-content.interior .content-area.with-side .content-col-container .side-col li.sf-level-1 .sf-input-checkbox {
      cursor: pointer;
      display: none !important; }
    .main-content.interior .content-area.with-side .content-col-container .side-col li.sf-level-0.sf-option-active > .sf-label-checkbox:before,
    .main-content.interior .content-area.with-side .content-col-container .side-col li.sf-level-1.sf-option-active > .sf-label-checkbox:before {
      background-color: #e03f34;
      background-image: url(/wp-content/themes/mindscape-child/images/icon-filter-active.png);
      background-size: 9px;
      background-repeat: no-repeat;
      background-position: 3px 4px; }
    .main-content.interior .content-area.with-side .content-col-container .side-col .chosen-container {
      width: 94% !important;
      width: 100% !important;
      max-width: 100% !important;
      position: relative; }
      .main-content.interior .content-area.with-side .content-col-container .side-col .chosen-container:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        content: '\f107';
        font-size: 17px;
        right: 15px;
        top: 7px;
        color: #e12f22; }
      .main-content.interior .content-area.with-side .content-col-container .side-col .chosen-container ul.chosen-choices {
        padding-right: 35px; }
    .main-content.interior .content-area.with-side .content-col-container .side-col select.sf-input-select {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0px !important; }

.section.listing {
  margin-top: 30px; }
  .section.listing .child-page {
    float: left;
    width: 100%;
    margin-bottom: 40px; }
    .section.listing .child-page:last-child {
      margin-bottom: 0; }
    .section.listing .child-page .w-col:first-child {
      padding-left: 0;
      width: 49%;
      padding-right: 2%; }
      @media (max-width: 991px) {
        .section.listing .child-page .w-col:first-child {
          padding-right: 0;
          width: 100%; } }
    .section.listing .child-page .w-col:last-child {
      width: 49%;
      float: right;
      padding-left: 3%;
      padding-right: 0; }
      @media (max-width: 991px) {
        .section.listing .child-page .w-col:last-child {
          padding-left: 0;
          width: 100%; } }
    .section.listing .child-page .child-featured-image {
      display: inline-block;
      width: 100%; }
      @media (max-width: 991px) {
        .section.listing .child-page .child-featured-image {
          margin-bottom: 20px; } }
    .section.listing .child-page .child-page-title {
      margin: 0;
      line-height: 30px;
      margin-bottom: 10px; }
      .section.listing .child-page .child-page-title a {
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        transition: 0.3s all;
        font-size: 24px;
        line-height: 24px; }
        .section.listing .child-page .child-page-title a:hover, .section.listing .child-page .child-page-title a:focus {
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          transition: 0.3s all;
          color: #e12f22;
          text-decoration: underline; }
    .section.listing .child-page .listing-pre-header {
      display: inline-block;
      width: 100%;
      color: #696969;
      text-decoration: none;
      font-size: 12px;
      line-height: 11px;
      font-weight: 500;
      text-transform: uppercase;
      vertical-align: top;
      line-height: 20px;
      margin-bottom: 10px; }
    .section.listing .child-page .listing-sub-heading {
      display: inline-block;
      width: 100%;
      color: #696969;
      text-decoration: none;
      font-size: 12px;
      line-height: 11px;
      font-weight: 500;
      text-transform: uppercase;
      vertical-align: top;
      line-height: 20px;
      margin-bottom: 10px; }
    .section.listing .child-page p.child-page-short-description {
      margin-bottom: 0; }
    .section.listing .child-page ul.grand-child-pages {
      margin-left: 0;
      padding-left: 0;
      margin-top: 20px;
      margin-bottom: 0;
      list-style: none; }
      .section.listing .child-page ul.grand-child-pages > li {
        text-indent: 0; }
        .section.listing .child-page ul.grand-child-pages > li > a {
          font-size: 14px;
          line-height: 14px; }
    .section.listing .child-page .button,
    .section.listing .child-page .button:active,
    .section.listing .child-page .button:visited {
      margin-top: 30px; }

.section.listing.no-image .child-page .child-page-title {
  margin-top: 10px; }

.sf-level-0.sf-item-1 {
  display: none !important; }

.post-categories ul li {
  margin-bottom: 15px; }
  .post-categories ul li a {
    color: #0f2f3a !important;
    text-decoration: none; }
    .post-categories ul li a.active {
      font-weight: 600; }

.post-intro-content {
  margin-bottom: 40px; }
  .post-intro-content p {
    font-size: 20px;
    line-height: 30px; }

.category-top {
  margin-top: 50px;
  margin-bottom: 55px; }
  .category-top h1.category-header {
    text-align: center;
    color: #1a1a1a;
    font-size: 53px;
    line-height: 53px;
    font-weight: bold;
    margin: 0; }
  .category-top .post-topics {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    line-height: 40px; }
    .category-top .post-topics label {
      display: inline-block;
      vertical-align: top;
      font-size: 15px;
      line-height: 15px;
      font-weight: 800;
      margin-right: 5px;
      margin-top: 9px; }
      @media (max-width: 991px) {
        .category-top .post-topics label {
          width: 100%;
          margin-right: 0;
          margin-top: 0;
          margin-bottom: 20px; } }
    .category-top .post-topics .topic-box {
      display: inline-block;
      vertical-align: top;
      margin-top: -4px;
      margin-right: 5px; }
      .category-top .post-topics .topic-box a {
        text-decoration: none;
        font-size: 12px;
        line-height: 12px;
        font-weight: 500;
        color: #696969;
        padding: 5px 10px;
        border: 1px solid #696969;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        transition: 0.3s all; }
        .category-top .post-topics .topic-box a:hover, .category-top .post-topics .topic-box a:focus {
          background: #696969;
          color: #fff;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          transition: 0.3s all; }
      .category-top .post-topics .topic-box:nth-last-child(2) {
        margin-right: 10px; }
    .category-top .post-topics .topics-list-view-all {
      text-decoration: none;
      color: #e12f22;
      font-size: 14px;
      line-height: 14px;
      font-weight: 600;
      -webkit-transition: 0.3s color;
      -moz-transition: 0.3s color;
      -ms-transition: 0.3s color;
      transition: 0.3s color;
      position: relative;
      top: -3px;
      display: inline-block; }
      .category-top .post-topics .topics-list-view-all img {
        width: 14px;
        margin-left: 2px;
        margin-top: -3px; }
      .category-top .post-topics .topics-list-view-all:hover, .category-top .post-topics .topics-list-view-all:focus {
        -webkit-transition: 0.3s color;
        -moz-transition: 0.3s color;
        -ms-transition: 0.3s color;
        transition: 0.3s color;
        text-decoration: underline; }
      @media (max-width: 991px) {
        .category-top .post-topics .topics-list-view-all {
          display: block;
          margin-top: 20px; } }

.section.recent-posts.category {
  margin-bottom: 60px; }
  .section.recent-posts.category .w-container {
    border-top: 5px solid #e12f22; }
  .section.recent-posts.category .post-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .section.recent-posts.category .post-list {
        width: 100%;
        display: inline-block; } }
    .section.recent-posts.category .post-list .post-item {
      border-bottom: none;
      padding-bottom: 0; }
    .section.recent-posts.category .post-list .post-item:nth-child(1),
    .section.recent-posts.category .post-list .post-item:nth-child(2),
    .section.recent-posts.category .post-list .post-item:nth-child(3) {
      -webkit-flex-basis: 33.33%;
      -moz-flex-basis: 33.33%;
      -ms-flex-basis: 33.33%;
      flex-basis: 33.33%;
      margin-bottom: 60px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .section.recent-posts.category .post-list .post-item:nth-child(1),
        .section.recent-posts.category .post-list .post-item:nth-child(2),
        .section.recent-posts.category .post-list .post-item:nth-child(3) {
          /* IE10+ CSS */
          flex: 1 auto;
          width: 33.33%; } }
      @media (max-width: 767px) {
        .section.recent-posts.category .post-list .post-item:nth-child(1),
        .section.recent-posts.category .post-list .post-item:nth-child(2),
        .section.recent-posts.category .post-list .post-item:nth-child(3) {
          width: 100%;
          margin-bottom: 40px; } }
    .section.recent-posts.category .post-list .post-item:nth-child(1) {
      padding-right: 2%; }
    .section.recent-posts.category .post-list .post-item:nth-child(2) {
      padding-left: 1%;
      padding-right: 1%; }
    .section.recent-posts.category .post-list .post-item:nth-child(3) {
      padding-left: 2%; }
    .section.recent-posts.category .post-list .post-img {
      margin-bottom: 25px; }
      @media (max-width: 991px) {
        .section.recent-posts.category .post-list .post-img .post-img-bg {
          height: 14.560546875vw; } }
      @media (max-width: 767px) {
        .section.recent-posts.category .post-list .post-img .post-img-bg {
          height: 49vw; } }

.section.recent-posts.category.popular-posts {
  margin-bottom: 100px; }

body.post-type-archive-tribe_events .banner,
body.single-tribe_events .banner {
  display: none; }
body.post-type-archive-tribe_events h1.page-title,
body.single-tribe_events h1.page-title {
  display: none; }

body.post-type-archive-tribe_events .main-content.post-detail.page-detail .content-area .w-container {
  width: 86%;
  max-width: 86%; }

h1.tribe-events-page-title,
body.single-tribe_events h1.tribe-events-single-event-title {
  font-family: 'Unna', serif;
  font-weight: bold;
  font-size: 53px;
  line-height: 60px;
  margin: 40px 0; }
  @media (max-width: 991px) {
    h1.tribe-events-page-title,
    body.single-tribe_events h1.tribe-events-single-event-title {
      font-size: 43px;
      line-height: 50px; } }
  @media (max-width: 767px) {
    h1.tribe-events-page-title,
    body.single-tribe_events h1.tribe-events-single-event-title {
      font-size: 33px;
      line-height: 40px; } }
  h1.tribe-events-page-title a,
  body.single-tribe_events h1.tribe-events-single-event-title a {
    text-decoration: none; }

.main-content .post-single-content .tribe-events-schedule h2 {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  font-family: 'coresansc';
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #696969; }

.tribe-events-notices {
  background: #e12f22;
  border: none;
  text-shadow: none; }
  .tribe-events-notices li {
    color: #fff; }

.tribe-events-schedule {
  margin: 0;
  margin-bottom: 40px; }

.tribe-events-notices ul {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

p.tribe-events-back,
.tribe-events-nav-next,
.tribe-events-nav-previous {
  margin-top: 40px;
  margin-bottom: 0; }
  p.tribe-events-back a,
  .tribe-events-nav-next a,
  .tribe-events-nav-previous a {
    text-decoration: none;
    color: #e12f22;
    font-weight: 500;
    line-height: 20px; }
    p.tribe-events-back a:hover, p.tribe-events-back a:focus,
    .tribe-events-nav-next a:hover,
    .tribe-events-nav-next a:focus,
    .tribe-events-nav-previous a:hover,
    .tribe-events-nav-previous a:focus {
      text-decoration: underline !important;
      color: #e12f22 !important; }

a.tribe-events-read-more {
  text-decoration: none;
  color: #e12f22;
  font-weight: 500;
  display: inline-block;
  margin-top: 15px; }
  a.tribe-events-read-more:hover, a.tribe-events-read-more:focus {
    text-decoration: underline !important;
    color: #e12f22 !important; }

.tribe-events-tooltip {
  padding: 25px 25px; }
  .tribe-events-tooltip .tribe-events-event-body {
    padding: 0; }
  .tribe-events-tooltip h3 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0; }
  .tribe-events-tooltip .tribe-event-duration {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 12px;
    line-height: 12px; }
  .tribe-events-tooltip .tribe-events-event-thumb {
    width: 100%; }
    .tribe-events-tooltip .tribe-events-event-thumb img {
      width: 100% !important;
      max-width: 100% !important;
      max-height: 100% !important; }
  .tribe-events-tooltip .tribe-event-description {
    display: inline-block;
    width: 100%;
    margin-top: 5px; }
    .tribe-events-tooltip .tribe-event-description p {
      font-size: 14px;
      line-height: 19px;
      font-weight: 400;
      margin-bottom: 0; }
  .tribe-events-tooltip a.tribe-events-button {
    margin-top: 20px; }

body.single-tribe_events .tribe-events-event-image {
  text-align: left;
  width: 500px;
  max-width: 100%; }

.tribe-events-list .tribe-events-loop .tribe-events-list-event-title {
  width: 69%;
  font-size: 28px;
  line-height: 38px; }

.tribe-events-list .tribe-events-loop .tribe-events-event-meta {
  width: 69%;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px; }
  .tribe-events-list .tribe-events-loop .tribe-events-event-meta .tribe-event-schedule-details {
    font-family: 'coresansc';
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #696969; }
  .tribe-events-list .tribe-events-loop .tribe-events-event-meta .tribe-events-venue-details {
    color: #696969;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    padding-left: 16px;
    position: relative; }
    .tribe-events-list .tribe-events-loop .tribe-events-event-meta .tribe-events-venue-details:before {
      content: '';
      display: inline-block;
      width: 8px;
      height: 12px;
      background: url(/wp-content/themes/mindscape-child/images/icon-event-location.png);
      background-size: 8px;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 1px; }

.tribe-events-list .tribe-events-loop .tribe-events-event-image {
  float: right;
  padding: 0;
  margin: 0;
  width: 30%;
  margin-top: -9%; }

body .tribe-events-list .tribe-events-event-image + div.tribe-events-content.tribe-events-list-event-description {
  position: relative;
  width: 50%;
  padding: 0;
  margin-top: 0; }

body.single.single-tribe_events .tribe-events-sub-nav {
  display: none; }

body .tribe-events-list .tribe-events-loop .tribe-events-content {
  margin-top: 0; }

#tribe-events {
  margin-bottom: 40px; }

.events-listing .event {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #afafaf; }
  .events-listing .event .event-date {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center; }
    .events-listing .event .event-date .month {
      display: inline-block;
      width: 100%;
      color: #525252;
      font-weight: 500;
      font-size: 16px;
      line-height: 16px; }
    .events-listing .event .event-date .date {
      display: inline-block;
      width: 100%;
      color: #e12f22;
      font-weight: 900;
      font-size: 55px;
      line-height: 55px; }
  .events-listing .event .event-info {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    float: right; }
    .events-listing .event .event-info .event-title {
      display: inline-block;
      width: 100%; }
      .events-listing .event .event-info .event-title a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
        color: #000; }
        .events-listing .event .event-info .event-title a:hover, .events-listing .event .event-info .event-title a:focus {
          text-decoration: underline;
          color: #e12f22; }
    .events-listing .event .event-info .event-location {
      display: inline-block;
      width: 100%;
      color: #696969;
      font-weight: 300;
      font-size: 14px;
      line-height: 14px;
      margin-top: 10px;
      position: relative;
      padding-left: 16px; }
      .events-listing .event .event-info .event-location img {
        width: 8px;
        position: absolute;
        left: 0;
        top: 0px; }

.all-events.button {
  width: 100%;
  text-align: center; }

body #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-family: 'coresansc'; }

body #tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #e12f22;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  -ms-transition: 0.3s background;
  transition: 0.3s background; }
  body #tribe-bar-form .tribe-bar-submit input[type=submit]:hover, body #tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
    background: #bf281d;
    -webkit-transition: 0.3s background;
    -moz-transition: 0.3s background;
    -ms-transition: 0.3s background;
    transition: 0.3s background; }

body #tribe-events .tribe-events-button,
body .tribe-events-button {
  border-radius: 0; }

.main-content.post-detail h1.blog-post-title,
.main-content.post-detail h1.page-title {
  font-size: 53px;
  line-height: 60px;
  margin-top: 0;
  font-weight: 600;
  color: #000;
  text-align: center;
  width: 100%;
  padding: 40px 12% 40px 12%;
  margin: 0; }
  @media (max-width: 991px) {
    .main-content.post-detail h1.blog-post-title,
    .main-content.post-detail h1.page-title {
      font-size: 43px;
      line-height: 50px; } }
  @media (max-width: 767px) {
    .main-content.post-detail h1.blog-post-title,
    .main-content.post-detail h1.page-title {
      font-size: 33px;
      line-height: 40px; } }
.main-content.post-detail h1.blog-post-title {
  text-align: left;
  padding: 50px 7% 50px 7%; }
.main-content.post-detail .post-content-sections {
  padding-bottom: 60px; }
.main-content.post-detail .content-col-container .main-col {
  float: right;
  width: calc(100% - 150px);
  padding-left: 6%;
  padding-right: calc(150px + 5%); }
  .main-content.post-detail .content-col-container .main-col .post-single-content > :first-child {
    margin-top: 0; }
  @media (max-width: 1080px) {
    .main-content.post-detail .content-col-container .main-col {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
.main-content.post-detail .content-col-container .side-col {
  width: 15%;
  width: 175px;
  width: 150px;
  float: left; }
  @media (max-width: 1080px) {
    .main-content.post-detail .content-col-container .side-col {
      width: 100%; } }
  .main-content.post-detail .content-col-container .side-col .side-container.post-info {
    border-top: 4px solid #e12f22;
    top: 10px;
    position: relative; }
    @media (max-width: 1080px) {
      .main-content.post-detail .content-col-container .side-col .side-container.post-info {
        margin-bottom: 40px;
        border-bottom: 4px solid #e12f22; } }
    .main-content.post-detail .content-col-container .side-col .side-container.post-info .post-single-side-logo {
      width: 60px;
      float: right;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media (max-width: 1080px) {
        .main-content.post-detail .content-col-container .side-col .side-container.post-info .post-single-side-logo {
          float: none; } }
    .main-content.post-detail .content-col-container .side-col .side-container.post-info .post-author {
      display: inline-block;
      width: 100%;
      font-size: 12px;
      line-height: 12px;
      color: #696969;
      font-weight: 500;
      text-align: right;
      text-transform: uppercase; }
      .main-content.post-detail .content-col-container .side-col .side-container.post-info .post-author label {
        display: inline-block;
        vertical-align: top;
        font-weight: 500; }
      @media (max-width: 1080px) {
        .main-content.post-detail .content-col-container .side-col .side-container.post-info .post-author {
          width: auto;
          top: 35px;
          left: 10px;
          position: relative; } }
    .main-content.post-detail .content-col-container .side-col .side-container.post-info .post-date {
      display: inline-block;
      width: 100%;
      font-size: 12px;
      line-height: 12px;
      color: #696969;
      font-weight: 500;
      text-align: right;
      margin-bottom: 40px; }
      .main-content.post-detail .content-col-container .side-col .side-container.post-info .post-date:after {
        display: none; }
      @media (max-width: 1080px) {
        .main-content.post-detail .content-col-container .side-col .side-container.post-info .post-date {
          width: auto;
          text-align: left;
          top: 55px;
          left: 75px;
          position: relative;
          position: absolute; } }
    .main-content.post-detail .content-col-container .side-col .side-container.post-info .share-post {
      display: inline-block;
      width: 100%; }
      .main-content.post-detail .content-col-container .side-col .side-container.post-info .share-post label {
        font-size: 15px;
        line-height: 15px;
        color: #000;
        font-weight: 800;
        float: right; }
      .main-content.post-detail .content-col-container .side-col .side-container.post-info .share-post .share-icons {
        display: inline-block;
        width: 100%;
        text-align: right;
        margin-top: 7px; }
        .main-content.post-detail .content-col-container .side-col .side-container.post-info .share-post .share-icons .addtoany_shortcode > div a {
          padding: 0 10px; }
          @media (max-width: 1080px) {
            .main-content.post-detail .content-col-container .side-col .side-container.post-info .share-post .share-icons .addtoany_shortcode > div a {
              padding: 0 5px; }
              .main-content.post-detail .content-col-container .side-col .side-container.post-info .share-post .share-icons .addtoany_shortcode > div a:first-child {
                padding-left: 0; } }
          .main-content.post-detail .content-col-container .side-col .side-container.post-info .share-post .share-icons .addtoany_shortcode > div a:last-child {
            padding-right: 0; }
      @media (max-width: 1080px) {
        .main-content.post-detail .content-col-container .side-col .side-container.post-info .share-post {
          float: right;
          position: relative;
          width: auto;
          top: 25px;
          width: 125px; } }
.main-content.post-detail .addtoany_content_bottom {
  margin-top: 60px !important;
  margin-bottom: 0 !important; }
  .main-content.post-detail .addtoany_content_bottom .addtoany_header {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    margin-right: 20px; }
  .main-content.post-detail .addtoany_content_bottom .addtoany_list {
    display: inline-block; }

.cat-header {
  margin-bottom: 30px; }

.post-int-w-container {
  padding-left: 6%;
  width: calc(100% - 150px);
  padding-right: calc(150px + 5%);
  float: right; }
  @media (max-width: 1080px) {
    .post-int-w-container {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.post-sect-width.full-container {
  padding-left: 7%;
  padding-right: 7%; }
.post-sect-width.small-container {
  padding-left: 12%;
  width: calc(100% - 150px);
  padding-right: calc(150px + 12%);
  float: right; }
  @media (max-width: 1080px) {
    .post-sect-width.small-container {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.content-area.interior-page .post-sect-width.small-container {
  padding-left: 0;
  width: 100%;
  padding-right: 0;
  float: right; }
  @media (max-width: 1080px) {
    .content-area.interior-page .post-sect-width.small-container {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
.content-area.interior-page .post-int-w-container {
  padding-left: 0;
  width: 100%;
  padding-right: 0;
  float: right; }
  @media (max-width: 1080px) {
    .content-area.interior-page .post-int-w-container {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.section.image-section {
  margin-top: 60px;
  margin-bottom: 40px; }
  .section.image-section .image-container img {
    width: 100%; }
  .section.image-section .image-caption {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 30px; }
    .section.image-section .image-caption .caption-text {
      color: #525252;
      font-size: 16px;
      line-height: 24px;
      margin: 0;
      font-family: 'Unna', serif;
      font-style: italic;
      margin-bottom: 15px; }
    .section.image-section .image-caption .caption-credit {
      font-weight: 300;
      color: #696969;
      font-size: 12px;
      line-height: 12px; }
    .section.image-section .image-caption .post-int-w-container {
      position: relative; }
      .section.image-section .image-caption .post-int-w-container > :last-child {
        margin-bottom: 0; }
      .section.image-section .image-caption .post-int-w-container:after {
        content: '';
        width: 50px;
        height: 4px;
        background: #e12f22;
        display: block;
        margin-top: 20px; }

.section.image-section.two-col .image-container {
  font-size: 0; }
  .section.image-section.two-col .image-container img {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
  .section.image-section.two-col .image-container img:first-child {
    padding-right: 1%; }
  .section.image-section.two-col .image-container img:last-child {
    padding-left: 1%; }

.section.sponsored-content .spons-content-block {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding: 25px 0;
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px; }
  .section.sponsored-content .spons-content-block .block-top {
    background: #fff;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    color: #c2c2c2;
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    text-align: center; }
  .section.sponsored-content .spons-content-block .block-img {
    padding: 0 5%; }
    @media (max-width: 767px) {
      .section.sponsored-content .spons-content-block .block-img {
        padding: 0; } }

.section.testimonial {
  margin-top: 20px;
  margin-bottom: 30px; }
  .section.testimonial.red {
    color: #e12f22; }
  .section.testimonial .post-int-w-container {
    padding-left: 3%;
    padding-right: calc(150px + 1%); }
    @media (max-width: 1080px) {
      .section.testimonial .post-int-w-container {
        padding-left: 0;
        padding-right: 0; } }
  .section.testimonial .testimonial-block {
    padding: 30px 0 35px 0;
    border-top: 8px solid #f7f7f7;
    border-bottom: 8px solid #f7f7f7; }
    .section.testimonial .testimonial-block .testimonial-content {
      font-weight: 300;
      font-size: 26px;
      line-height: 40px; }
      .section.testimonial .testimonial-block .testimonial-content .quote {
        font-size: 22px;
        line-height: 22px;
        position: absolute; }
        .section.testimonial .testimonial-block .testimonial-content .quote.open {
          margin-left: -10px;
          margin-top: 5px; }
        .section.testimonial .testimonial-block .testimonial-content .quote.close {
          margin-top: 5px; }
    .section.testimonial .testimonial-block .testimonial-name {
      font-weight: 500;
      font-size: 14px;
      line-height: 14px;
      margin-top: 20px; }
    .section.testimonial .testimonial-block .testimonial-info {
      font-weight: 300;
      font-size: 14px;
      line-height: 14px;
      margin-top: 10px; }

.bottom-post-info {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px; }
  @media (max-width: 1080px) {
    .bottom-post-info .post-sect-width.small-container {
      padding-left: 7%;
      padding-right: 7%; } }
  .bottom-post-info .post-info-container {
    padding-top: 40px; }
  .bottom-post-info .info-item {
    margin-bottom: 20px;
    line-height: 15px;
    display: inline-block; }
    .bottom-post-info .info-item.tags {
      display: none; }
    .bottom-post-info .info-item label {
      font-weight: 800;
      font-size: 15px;
      line-height: 15px;
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      display: none; }
    .bottom-post-info .info-item a {
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase;
      font-weight: 500;
      color: #696969;
      text-decoration: none;
      font-size: 12px;
      line-height: 15px;
      -webkit-transition: 0.3s color;
      -moz-transition: 0.3s color;
      -ms-transition: 0.3s color;
      transition: 0.3s color;
      color: #e12f22; }
      .bottom-post-info .info-item a:hover, .bottom-post-info .info-item a:focus {
        text-decoration: underline;
        -webkit-transition: 0.3s color;
        -moz-transition: 0.3s color;
        -ms-transition: 0.3s color;
        transition: 0.3s color;
        color: #bf281d; }

.section.comments .w-container {
  border-top: 5px solid #e12f22; }
  .section.comments .w-container .comment-list {
    padding-left: 0;
    list-style: none;
    padding-top: 0; }
  .section.comments .w-container li.comment {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc; }
    .section.comments .w-container li.comment:first-child {
      border-top: none; }
  .section.comments .w-container li.comment:last-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc; }
  .section.comments .w-container .logged-in-as a {
    color: #e12f22;
    text-decoration: none; }
    .section.comments .w-container .logged-in-as a:hover, .section.comments .w-container .logged-in-as a:focus {
      text-decoration: underline; }
  .section.comments .w-container .comments-title {
    font-size: 24px;
    display: none !important; }
  .section.comments .w-container .comment-metadata {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px; }
    .section.comments .w-container .comment-metadata a {
      color: #000;
      text-decoration: none; }
      .section.comments .w-container .comment-metadata a:hover, .section.comments .w-container .comment-metadata a:focus {
        text-decoration: underline; }
  .section.comments .w-container .edit-link {
    margin-left: 20px;
    font-weight: 500;
    font-size: 13px; }
  .section.comments .w-container .comment-reply-link {
    color: #e12f22;
    text-decoration: none; }
    .section.comments .w-container .comment-reply-link:hover, .section.comments .w-container .comment-reply-link:focus {
      text-decoration: underline; }

body.single .section.recent-posts.category.related-posts {
  margin-top: 40px;
  margin-bottom: 40px; }

.main-content.post-detail.page-detail .content-area {
  margin-bottom: 120px;
  margin-bottom: 60px; }
  .main-content.post-detail.page-detail .content-area .w-container {
    width: 55%;
    max-width: 55%; }
    @media (max-width: 1080px) {
      .main-content.post-detail.page-detail .content-area .w-container {
        width: 86%;
        max-width: 86%; } }

body.error404 section.error-404 ul, body.error404 section.error-404 ol {
  padding-left: 20px; }
body.error404 section.error-404 a {
  color: #e12f22;
  text-decoration: none; }
  body.error404 section.error-404 a:hover, body.error404 section.error-404 a:focus {
    text-decoration: underline; }
body.error404 section.error-404 .widget_recent_entries {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #d0d0d0; }
body.error404 section.error-404 .widget_categories {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #d0d0d0; }

body .metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a {
  border: 2px solid rgba(255, 255, 255, 0.8); }

@media (max-width: 991px) {
  body .metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
    bottom: 5%; } }

.a2a_kit.a2a_floating_style {
  background: rgba(255, 255, 255, 0.9) !important; }
  @media (max-width: 767px) {
    .a2a_kit.a2a_floating_style {
      padding-right: 0; }
      .a2a_kit.a2a_floating_style a {
        padding: 2px; }
      .a2a_kit.a2a_floating_style .a2a_svg svg {
        width: 20px; } }

body:not(.single-post) .a2a_kit.a2a_floating_style {
  display: none !important; }

@media (max-width: 767px) {
  body .metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a {
    width: 40px;
    height: 45px;
    margin-top: -15px; } }

@media (max-width: 767px) {
  body .metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a::before, .metaslider.ms-theme-outline a.rslides_nav::before, .metaslider.ms-theme-outline div.nivoSlider div.nivo-directionNav a::before, .metaslider.ms-theme-outline .coin-slider .coin-slider div a::before {
    width: 15px;
    margin-left: -8px; } }

@media (max-width: 767px) {
  body .flex-control-nav.flex-control-paging {
    display: none !important; } }

.featured-post-img {
  margin-bottom: 40px; }
  .featured-post-img img {
    width: 100%; }

.section.wysiwyg .column-container {
  font-size: 0; }
  .section.wysiwyg .column-container .column {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 991px) {
      .section.wysiwyg .column-container .column {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 20px; }
        .section.wysiwyg .column-container .column:last-child {
          margin-bottom: 0; } }

.section.wysiwyg.two-col .column {
  width: 50%; }
  .section.wysiwyg.two-col .column:nth-child(1) {
    padding-right: 2.80%; }
  .section.wysiwyg.two-col .column:nth-child(2) {
    padding-left: 2.80%; }

.section.wysiwyg.three-col .column {
  width: 33.33%; }
  .section.wysiwyg.three-col .column:nth-child(1) {
    padding-right: 2.5%; }
  .section.wysiwyg.three-col .column:nth-child(2) {
    padding-left: 1.25%;
    padding-right: 1.25%; }
  .section.wysiwyg.three-col .column:nth-child(3) {
    padding-left: 2.5%; }
  .section.wysiwyg.three-col .column p {
    font-size: 15px;
    line-height: 21px; }

.section.wysiwyg.four-col .column-container {
  width: calc(100% + 3%); }
  @media (max-width: 991px) {
    .section.wysiwyg.four-col .column-container {
      width: 100%; } }
.section.wysiwyg.four-col .column {
  width: 22%;
  margin-right: 3%; }
  .section.wysiwyg.four-col .column:nth-child(4) {
    margin-right: 0; }
  .section.wysiwyg.four-col .column p {
    font-size: 15px;
    line-height: 21px; }

.sf-field-taxonomy-topic {
  margin-bottom: 10px !important; }
  .sf-field-taxonomy-topic > ul {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll; }

body.category #content > .section:first-child {
  margin-top: 80px; }

.post-listing-page .top-content {
  display: none; }
.post-listing-page .content-col-container {
  padding-top: 100px; }

body.page .section.recent-posts.category.more-posts {
  margin-top: 100px; }

.section-cta-block {
  margin-bottom: 40px; }
  .section-cta-block .cta-block {
    background: #e6e6e6;
    padding: 45px 40px;
    text-align: center; }
    .section-cta-block .cta-block .cta-block-container {
      position: relative;
      display: inline-block;
      width: auto; }
    .section-cta-block .cta-block span {
      display: inline-block;
      font-weight: 800;
      font-size: 28px;
      line-height: 28px;
      vertical-align: middle;
      width: 100%; }
      @media (max-width: 650px) {
        .section-cta-block .cta-block span {
          width: 100%;
          padding-right: 0; } }
    .section-cta-block .cta-block a.button {
      min-width: 200px;
      vertical-align: middle;
      margin-top: 30px; }
      @media (max-width: 650px) {
        .section-cta-block .cta-block a.button {
          position: relative;
          right: auto;
          top: auto;
          transform: none;
          margin-top: 30px; } }

.section-form-block {
  background: #e12f22;
  text-align: center;
  padding: 80px 0; }
  .section-form-block .form-block-content h2 {
    color: #fff;
    font-family: 'coresansc';
    font-weight: 800;
    margin: 0;
    margin-bottom: 40px; }
  .section-form-block .form-block-content .block-form-container .gform_wrapper {
    width: 500px;
    margin: 0 auto; }
  .section-form-block .form-block-content .block-form-container .gform_body {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0;
    padding: 0;
    width: 300px;
    margin-right: 10px;
    max-width: 100%; }
    @media (max-width: 767px) {
      .section-form-block .form-block-content .block-form-container .gform_body {
        width: 100%;
        margin: 0;
        margin-bottom: 15px; } }
    .section-form-block .form-block-content .block-form-container .gform_body li.gfield {
      padding: 0;
      margin: 0; }
      .section-form-block .form-block-content .block-form-container .gform_body li.gfield .ginput_container {
        margin: 0 !important; }
      .section-form-block .form-block-content .block-form-container .gform_body li.gfield > .gfield_label {
        display: none; }
      .section-form-block .form-block-content .block-form-container .gform_body li.gfield input {
        width: 100%;
        border-radius: 0;
        padding: 14px 25px !important;
        font-weight: 300;
        color: #525252;
        font-size: 16px;
        line-height: 16px;
        border: none;
        outline: none; }
        .section-form-block .form-block-content .block-form-container .gform_body li.gfield input::placeholder {
          font-weight: 300;
          color: #525252;
          font-size: 16px;
          line-height: 16px; }
  .section-form-block .form-block-content .block-form-container .gform_footer {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0;
    padding: 0;
    position: relative; }
    @media (max-width: 767px) {
      .section-form-block .form-block-content .block-form-container .gform_footer {
        width: 100%;
        margin: 0;
        text-align: center; } }
    .section-form-block .form-block-content .block-form-container .gform_footer .gform_button.button {
      margin: 0;
      background-color: #222222 !important;
      background: url(/wp-content/themes/mindscape-child/images/header-button-icon.png);
      background-size: 16px;
      background-repeat: no-repeat;
      background-position: left 40px center;
      padding: 17px 45px 17px 65px;
      width: auto !important; }
      .section-form-block .form-block-content .block-form-container .gform_footer .gform_button.button:hover, .section-form-block .form-block-content .block-form-container .gform_footer .gform_button.button:focus {
        background-color: #000 !important; }
  .section-form-block .form-block-content .block-form-container .hbspt-form {
    width: 500px;
    margin: 0 auto;
    max-width: 100%; }
    .section-form-block .form-block-content .block-form-container .hbspt-form form .field {
      display: inline-block;
      vertical-align: top;
      width: auto;
      margin: 0;
      padding: 0;
      width: 300px;
      margin-right: 10px;
      max-width: 100%;
      margin-top: 0 !important; }
      @media (max-width: 767px) {
        .section-form-block .form-block-content .block-form-container .hbspt-form form .field {
          width: 100%;
          margin: 0;
          margin-bottom: 15px; } }
      .section-form-block .form-block-content .block-form-container .hbspt-form form .field label {
        display: none; }
      .section-form-block .form-block-content .block-form-container .hbspt-form form .field input {
        width: 100%;
        border-radius: 0;
        padding: 14px 25px !important;
        font-weight: 300;
        color: #525252;
        font-size: 16px;
        line-height: 16px;
        border: none;
        outline: none; }
        .section-form-block .form-block-content .block-form-container .hbspt-form form .field input::placeholder {
          font-weight: 300;
          color: #525252;
          font-size: 16px;
          line-height: 16px; }
    .section-form-block .form-block-content .block-form-container .hbspt-form form .hs-submit {
      display: inline-block;
      vertical-align: top;
      width: auto;
      margin: 0;
      padding: 0;
      position: relative;
      margin-top: 5px; }
      @media (max-width: 767px) {
        .section-form-block .form-block-content .block-form-container .hbspt-form form .hs-submit {
          width: 100%;
          margin: 0;
          text-align: center; } }
      .section-form-block .form-block-content .block-form-container .hbspt-form form .hs-submit .actions {
        margin-top: 0; }
        .section-form-block .form-block-content .block-form-container .hbspt-form form .hs-submit .actions .hs-button {
          margin: 0;
          background-color: #222222 !important;
          background: url(/wp-content/themes/mindscape-child/images/header-button-icon.png);
          background-size: 16px;
          background-repeat: no-repeat;
          background-position: left 40px center;
          padding: 17px 45px 17px 65px;
          width: auto !important; }
          .section-form-block .form-block-content .block-form-container .hbspt-form form .hs-submit .actions .hs-button:hover, .section-form-block .form-block-content .block-form-container .hbspt-form form .hs-submit .actions .hs-button:focus {
            background-color: #000 !important; }

footer.site-footer {
  background: #222222;
  padding: 80px 0 40px 0; }
  @media (max-width: 767px) {
    footer.site-footer {
      text-align: center; } }
  footer.site-footer .footer-top {
    font-size: 0; }
    footer.site-footer .footer-top a:not(.button) {
      text-decoration: none;
      color: #a7a7a7;
      font-weight: 300;
      font-size: 14px;
      line-height: 14px; }
    footer.site-footer .footer-top .footer-col {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      padding-left: 2%; }
      @media (max-width: 767px) {
        footer.site-footer .footer-top .footer-col {
          width: 100%;
          padding-left: 0 !important;
          margin-top: 40px;
          padding-top: 40px;
          border-top: 1px solid #404040; }
          footer.site-footer .footer-top .footer-col:first-child {
            padding-top: 0;
            margin-top: 0;
            border-top: 0; } }
      footer.site-footer .footer-top .footer-col:first-child {
        padding-left: 0; }
    footer.site-footer .footer-top .footer-header {
      display: inline-block;
      width: 100%;
      margin-bottom: 25px;
      color: #fff;
      font-size: 17px;
      list-height: 17px;
      font-weight: 500; }
    footer.site-footer .footer-top .contact-info {
      margin-bottom: 20px;
      padding-left: 25px;
      position: relative; }
      footer.site-footer .footer-top .contact-info:last-child {
        margin-bottom: 0; }
      footer.site-footer .footer-top .contact-info a:hover, footer.site-footer .footer-top .contact-info a:focus {
        text-decoration: underline !important; }
      footer.site-footer .footer-top .contact-info img {
        position: absolute;
        top: 0;
        left: 0; }
      footer.site-footer .footer-top .contact-info.phone img {
        width: 11px;
        left: 4px;
        top: -2px; }
        @media (max-width: 767px) {
          footer.site-footer .footer-top .contact-info.phone img {
            left: auto;
            margin-left: -20px; } }
      footer.site-footer .footer-top .contact-info.email img {
        width: 16px;
        top: 2px; }
        @media (max-width: 767px) {
          footer.site-footer .footer-top .contact-info.email img {
            left: auto;
            margin-left: -25px; } }
      footer.site-footer .footer-top .contact-info.address img {
        width: 12px;
        left: 3px;
        top: -2px; }
        @media (max-width: 767px) {
          footer.site-footer .footer-top .contact-info.address img {
            left: auto;
            margin-left: -20px; } }
    footer.site-footer .footer-top .footer-link {
      margin-bottom: 10px; }
      footer.site-footer .footer-top .footer-link a:hover, footer.site-footer .footer-top .footer-link a:focus {
        text-decoration: underline !important; }
      footer.site-footer .footer-top .footer-link:last-child {
        margin-bottom: 0; }
    footer.site-footer .footer-top .footer-button {
      margin-top: 20px;
      width: 175px;
      text-align: center;
      max-width: 100%; }
  footer.site-footer .footer-bottom {
    border-top: 1px solid #404040;
    padding-top: 40px;
    margin-top: 60px; }
    @media (max-width: 991px) {
      footer.site-footer .footer-bottom {
        text-align: center; } }
    footer.site-footer .footer-bottom .footer-logo {
      display: inline-block;
      vertical-align: top;
      margin-right: 40px; }
      footer.site-footer .footer-bottom .footer-logo img {
        width: 228px; }
        @media (max-width: 991px) {
          footer.site-footer .footer-bottom .footer-logo img {
            width: 175px; } }
      @media (max-width: 767px) {
        footer.site-footer .footer-bottom .footer-logo {
          width: 100%;
          margin-right: 0; }
          footer.site-footer .footer-bottom .footer-logo img {
            margin-bottom: 30px; } }
    footer.site-footer .footer-bottom .copyright {
      display: inline-block;
      vertical-align: top;
      margin-top: 6px; }
    footer.site-footer .footer-bottom .copyright,
    footer.site-footer .footer-bottom .copyright a {
      font-size: 13px;
      line-height: 13px;
      font-weight: 300;
      color: #a7a7a7; }

.footer-fixed-trigger {
  display: inline-block;
  width: 100%;
  height: 1px; }

.social-links {
  float: right;
  display: inline-block;
  width: 272px; }
  @media (max-width: 991px) {
    .social-links {
      width: 100%;
      margin-bottom: 40px; } }

a.social-icon-link,
a.social-icon-link:visited {
  font-size: 20px;
  margin-right: 5%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
  color: #a7a7a7; }
  a.social-icon-link:last-child,
  a.social-icon-link:visited:last-child {
    margin-right: 0; }
  @media (max-width: 991px) {
    a.social-icon-link,
    a.social-icon-link:visited {
      margin-right: 40px; } }
  a.social-icon-link i,
  a.social-icon-link:visited i {
    padding: 8px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 9px; }
  a.social-icon-link:hover, a.social-icon-link:focus,
  a.social-icon-link:visited:hover,
  a.social-icon-link:visited:focus {
    color: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all; }
    a.social-icon-link:hover i, a.social-icon-link:focus i,
    a.social-icon-link:visited:hover i,
    a.social-icon-link:visited:focus i {
      background: #e12f22; }
  a.social-icon-link.flickr i.fa-flickr-custom,
  a.social-icon-link:visited.flickr i.fa-flickr-custom {
    background-image: url(/wp-content/themes/mindscape-child/images/flickr-social-icon.png);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 13px;
    position: relative; }
  a.social-icon-link.flickr:hover i.fa-flickr-custom, a.social-icon-link.flickr:focus i.fa-flickr-custom,
  a.social-icon-link:visited.flickr:hover i.fa-flickr-custom,
  a.social-icon-link:visited.flickr:focus i.fa-flickr-custom {
    background-image: url(/wp-content/themes/mindscape-child/images/flickr--white-social-icon.png); }

/*--------------------------------------------------------------
# WP Admin Bar
--------------------------------------------------------------*/
#wpadminbar #wp-admin-bar-current-template > .ab-item:before {
  content: "\f499";
  top: 2px; }

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