/*!
Theme Name: Semplice Child
Template: semplice
Theme URI: https://www.semplicecms.com/wordpress/themes/semplice
Author: Sean Tierney
Author URI: https://www.seantierney.com
Description: Built as a set of content blocks to allow users to build out pages and sites quickly and easily.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: semplice
*/
/**
 * modules/mixins
 * ---
 */
/**
 * Vertical Alignment
 * allows for changing the vertical alignment of content in a container
 *
 * vA    = the alignment to use: flex-start (default), center, flex-end
 *
 */
/* **/
/**
 * Gradient Layer
 * quickly adds a gradient layer to any container
 *
 * p       = position: (top,right,bottom,left - defaults to right, to go from left to right)
 * sC      = start color as brand variable (defaults to black at 100%)
 * eC      = end color as brand variable (defaults to black at 0%)
 * z       = the z-index to use if we need to adjust the layering (defaults to 0)
 * w       = width (optional: defaults to 100%)
 * h       = height (optional: defaults to 100%)
 *
 */
/* **/
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/*
  $s = the font size, which can be ANY whole rem value (will scale based on screen size)
  $w = the font weight (light, normal, medium, semi, bold)
  $l = letter spacing in px (will scale based on screen size)
  $a = alignment of text
  $f = font family (we assume san serif)
*/
/**
 * modules/variables
 * ---
 */
/*------------------------------------*\
    FONTS
 \*------------------------------------*/
/*------------------------------------*\
   COLORS
\*------------------------------------*/
/*------------------------------------*\
    DIMENSIONS
\*------------------------------------*/
/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0;
  text-decoration: none; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  height: 100%;
  background: white; }

body {
  font-family: 'Roboto',sans-serif,'Material Icons';
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: black; }

body:not(.kbn) div:focus
, body:not(.kbn) div:hover
, body:not(.kbn) div:active
, body:not(.kbn) a:focus
, body:not(.kbn) a:hover
, body:not(.kbn) a:active
, body:not(.kbn) section:focus
, body:not(.kbn) section:hover
, body:not(.kbn) section:active {
  outline: none; }

body.kbn *:focus {
  outline: 2px solid #7AACFE !important;
  /* for non-webkit browsers */
  outline: 5px auto -webkit-focus-ring-color !important; }

img {
  vertical-align: middle; }

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.reset-box {
  padding: 0;
  margin: 0; }

/**
 * partials/wrapper
 * ---
 */
.wrapper {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%; }

img {
  height: auto;
  vertical-align: bottom; }

.bgimage {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

figure.wp-block-image .components-resizable-box__container,
figure.aligncenter .components-resizable-box__container {
  width: 100% !important;
  height: auto !important; }

figure.wp-block-image img,
figure.aligncenter img {
  width: 100% !important;
  height: auto !important; }

.caption {
  margin: 5px 0 0 0;
  font-style: italic;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "Roboto",sans-serif,"Material Icons";
  height: auto;
  color: black; }

a {
  text-decoration: none;
  color: #01949a; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }

button,
a.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Roboto",sans-serif,"Material Icons";
  padding: 10px 30px;
  border: 2px solid #01949a;
  background-color: #01949a;
  color: white; }
  @media screen and (max-width: 640px) {
    button,
    a.button {
      font-size: 1.4rem;
      letter-spacing: 0px; } }
  button.outline,
  a.button.outline {
    background-color: transparent;
    color: #01949a; }
  button:hover, button:focus, button:active,
  a.button:hover,
  a.button:focus,
  a.button:active {
    background-color: transparent;
    color: #01949a;
    border-bottom: 2px solid #01949a; }
    button:hover.solid, button:focus.solid, button:active.solid,
    a.button:hover.solid,
    a.button:focus.solid,
    a.button:active.solid {
      background-color: transparent !important; }
    button:hover.outline, button:focus.outline, button:active.outline,
    a.button:hover.outline,
    a.button:focus.outline,
    a.button:active.outline {
      color: white;
      background-color: #01949a; }
  @media screen and (max-width: 960px) {
    button,
    a.button {
      font-weight: 700;
      font-style: normal;
      letter-spacing: 1px;
      font-size: 1.2rem;
      line-height: 1.5;
      font-family: "Roboto",sans-serif,"Material Icons"; } }
main h1, main h2, main h3, main h4, main h5, main h6 {
  margin: 30px 0 0 0; }

main h1 {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 16px;
  font-size: 8.8rem;
  line-height: 1.5;
  font-family: "Roboto",sans-serif,"Material Icons";
  text-transform: uppercase; }
  @media screen and (max-width: 1280px) {
    main h1 {
      font-size: 7.2rem; } }
  @media screen and (max-width: 960px) {
    main h1 {
      font-size: 6rem; } }
  @media screen and (max-width: 640px) {
    main h1 {
      font-size: 3rem; } }
main h2 {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 5rem;
  line-height: 1.5;
  font-family: "Roboto",sans-serif,"Material Icons"; }
  @media screen and (max-width: 1280px) {
    main h2 {
      font-size: 3rem; } }
  @media screen and (max-width: 960px) {
    main h2 {
      font-size: 2rem;
      letter-spacing: 0px; } }
main h3 {
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Roboto",sans-serif,"Material Icons"; }
  @media screen and (max-width: 960px) {
    main h3 {
      font-size: 1.8rem;
      letter-spacing: 0px; } }
main h4 {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Roboto",sans-serif,"Material Icons"; }
  @media screen and (max-width: 960px) {
    main h4 {
      font-size: 1.8rem;
      letter-spacing: 0px; } }
main h5 {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Roboto",sans-serif,"Material Icons"; }
  @media screen and (max-width: 640px) {
    main h5 {
      font-size: 1.2rem;
      letter-spacing: 0px; } }
main h6 {
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Roboto",sans-serif,"Material Icons";
  text-transform: uppercase; }
  @media screen and (max-width: 640px) {
    main h6 {
      font-size: 1.4rem;
      letter-spacing: 0px; } }
main p {
  margin: 0 0 30px 0;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Roboto",sans-serif,"Material Icons"; }
  @media screen and (max-width: 640px) {
    main p {
      font-size: 1.4rem;
      letter-spacing: 0px; } }
  main p:last-of-type, main p:last-child {
    margin: 0 0 0 0; }
  main p.nomarginbottom {
    margin: 0 0 15px 0; }

main blockquote {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 3rem;
  line-height: 1.5;
  font-family: "Roboto",sans-serif,"Material Icons";
  border-left: 5px solid #cc0000;
  padding: 0 0 0 15px;
  margin: 30px 0; }
  @media screen and (max-width: 1280px) {
    main blockquote {
      font-size: 2rem; } }
  @media screen and (max-width: 960px) {
    main blockquote {
      font-size: 1.8rem; } }
  @media screen and (max-width: 640px) {
    main blockquote {
      font-size: 1.6rem;
      letter-spacing: 0px; } }
ul, ol {
  list-style: none;
  list-style-type: none; }

div.entry-content ul {
  list-style-type: disc;
  margin: 0 0 30px 15px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Roboto",sans-serif,"Material Icons"; }
  @media screen and (max-width: 640px) {
    div.entry-content ul {
      font-size: 1.4rem;
      letter-spacing: 0px; } }
/*------------------------------------*\
    REUSABLE COMPONENTS
\*------------------------------------*/
div#nu__relateditems {
  height: auto;
  background: white;
  width: 100%;
  margin: 0 auto 0 auto;
  overflow: hidden; }
  div#nu__relateditems > p {
    margin: 0 auto 30px auto; }
  div#nu__relateditems > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin: 0 0 2vw 0; }
    div#nu__relateditems > ul > li {
      flex: 0 0 30vw;
      background: white;
      margin: 0 0 2vw 0;
      -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15); }
      div#nu__relateditems > ul > li > a {
        color: black;
        display: block;
        border: none; }
        div#nu__relateditems > ul > li > a:hover > h4 > span, div#nu__relateditems > ul > li > a:focus > h4 > span, div#nu__relateditems > ul > li > a:active > h4 > span {
          border-bottom: solid #cc0000; }
        div#nu__relateditems > ul > li > a:hover > p > span, div#nu__relateditems > ul > li > a:focus > p > span, div#nu__relateditems > ul > li > a:active > p > span {
          border-bottom: solid #cc0000; }
        div#nu__relateditems > ul > li > a:hover > .linkcopy > span, div#nu__relateditems > ul > li > a:focus > .linkcopy > span, div#nu__relateditems > ul > li > a:active > .linkcopy > span {
          border-bottom: solid 2px #cc0000; }
        div#nu__relateditems > ul > li > a:hover > div.image, div#nu__relateditems > ul > li > a:focus > div.image, div#nu__relateditems > ul > li > a:active > div.image {
          overflow: hidden; }
          div#nu__relateditems > ul > li > a:hover > div.image > div, div#nu__relateditems > ul > li > a:focus > div.image > div, div#nu__relateditems > ul > li > a:active > div.image > div {
            transform: scale(1.2);
            transition: all .5s; }
        div#nu__relateditems > ul > li > a > h4 {
          text-transform: uppercase;
          margin: 15px 15px 15px 15px;
          display: block; }
          div#nu__relateditems > ul > li > a > h4 > span {
            padding: 0 0 5px 0; }
        div#nu__relateditems > ul > li > a > p {
          margin: 5px 15px 30px 15px; }
          div#nu__relateditems > ul > li > a > p > span {
            display: inline;
            border-bottom: solid rgba(204, 0, 0, 0); }
        div#nu__relateditems > ul > li > a > .linkcopy {
          margin: 0 15px 30px 15px;
          display: block; }
          div#nu__relateditems > ul > li > a > .linkcopy:before {
            content: '\e5c8';
            color: #cc0000;
            display: inline-block;
            margin: 2px 15px 0 0;
            vertical-align: middle; }
        div#nu__relateditems > ul > li > a > div.image {
          height: 250px;
          overflow: hidden; }
          div#nu__relateditems > ul > li > a > div.image > div {
            height: 100%;
            background-position: center center !important;
            background-repeat: no-repeat !important;
            background-size: cover !important;
            transform: scale(1);
            transition: all .5s; }
      div#nu__relateditems > ul > li:not(:first-of-type) {
        margin: 0 0 2vw 2vw; }
  @media only screen and (max-width: 960px) {
    div#nu__relateditems > ul {
      display: block;
      margin: 0 auto 2vw auto;
      width: 96vw; }
      div#nu__relateditems > ul > li {
        flex: none;
        display: block;
        margin: 0 2vw 5vw 2vw;
        height: auto; }
        div#nu__relateditems > ul > li > a {
          display: block; }
          div#nu__relateditems > ul > li > a > p {
            padding: 0 0 30px 0; }
          div#nu__relateditems > ul > li > a > div.image {
            height: 40vw; }
        div#nu__relateditems > ul > li:not(:first-of-type) {
          margin: 0 2vw 2vw 2vw; } }
/**
 * partials/header
 * ---
 */
header.header {
  width: 100%;
  margin: 0 auto 0 auto;
  position: fixed;
  background: black;
  flex: none;
  z-index: 1000;
  height: 100px; }
  header.header.utilitynav {
    margin: 55px auto 0 auto; }
  header.header > div {
    width: 80vw;
    margin: 0 auto 0 auto;
    display: block;
    height: 100%;
    position: relative; }
    header.header > div > a.skiptomain {
      position: absolute;
      opacity: 0.0;
      z-index: -9999;
      width: 0;
      height: 0;
      overflow: hidden;
      background: white;
      color: black;
      padding: 0 0 0 0;
      border: solid black 1px;
      margin: 20px 0 0 0; }
      header.header > div > a.skiptomain:focus {
        opacity: 1.0;
        z-index: 9999;
        width: auto;
        height: auto;
        padding: 5px 15px 5px 15px; }
    header.header > div > div.logo {
      margin: 20px 0 0 0;
      width: 300px;
      max-width: 100%;
      height: auto; }
      header.header > div > div.logo > a {
        border: none;
        display: block;
        height: auto; }
        header.header > div > div.logo > a > img {
          max-width: 100%; }
  @media only screen and (max-width: 1280px) {
    header.header > div div.logo {
      width: 250px; } }
  @media only screen and (max-width: 960px) {
    header.header {
      -webkit-box-shadow: 0px 10px 10px 10px #ffffff;
      box-shadow: 0px 10px 10px 10px #ffffff; }
      header.header > div div.logo {
        width: 150px; } }
  @media only screen and (max-width: 640px) {
    header.header > div {
      width: 100%;
      padding: 0 0 0 5vw;
      margin: 0 0 0 0; } }
section.hero {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: white;
  margin: 100px 0 30px 0;
  height: 45vw; }
  section.hero.noinset {
    height: 45vw; }
    section.hero.noinset > div.content {
      height: inherit; }
    section.hero.noinset.bgimage > div.image, section.hero.noinset.video > div.image {
      height: inherit; }
  section.hero > div.content {
    height: 100%;
    overflow: hidden;
    display: flex;
    color: white;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 10vw;
    width: 80vw; }
    section.hero > div.content > div.primary-title {
      order: 2;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 5px;
      font-size: 8.8rem;
      line-height: 1.5;
      font-family: "Roboto",sans-serif,"Material Icons"; }
      @media screen and (max-width: 1280px) {
        section.hero > div.content > div.primary-title {
          font-size: 7.2rem; } }
      @media screen and (max-width: 960px) {
        section.hero > div.content > div.primary-title {
          font-size: 6rem; } }
      @media screen and (max-width: 640px) {
        section.hero > div.content > div.primary-title {
          font-size: 3rem; } }
      section.hero > div.content > div.primary-title > span.quote {
        font-family: 'Noto Serif', serif; }
      section.hero > div.content > div.primary-title > span.reg {
        font-size: 14px; }
      section.hero > div.content > div.primary-title > h1 {
        font-weight: 700;
        font-style: normal;
        letter-spacing: 5px;
        font-size: 8.8rem;
        line-height: 1.5;
        font-family: "Roboto",sans-serif,"Material Icons";
        font-weight: 300;
        text-transform: none;
        margin: 0 0 0 0; }
        @media screen and (max-width: 1280px) {
          section.hero > div.content > div.primary-title > h1 {
            font-size: 7.2rem; } }
        @media screen and (max-width: 960px) {
          section.hero > div.content > div.primary-title > h1 {
            font-size: 6rem; } }
        @media screen and (max-width: 640px) {
          section.hero > div.content > div.primary-title > h1 {
            font-size: 3rem; } }
    section.hero > div.content > div.secondary-title {
      order: 1;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 2px;
      font-size: 3rem;
      line-height: 1.5;
      font-family: "Roboto",sans-serif,"Material Icons"; }
      @media screen and (max-width: 1280px) {
        section.hero > div.content > div.secondary-title {
          font-size: 2rem; } }
      @media screen and (max-width: 960px) {
        section.hero > div.content > div.secondary-title {
          font-size: 1.8rem; } }
      @media screen and (max-width: 640px) {
        section.hero > div.content > div.secondary-title {
          font-size: 1.6rem;
          letter-spacing: 0px; } }
  section.hero.gradient, section.hero.bgimagesmall, section.hero.video, section.hero.bgimage {
    width: 100%; }
  section.hero.bgimage, section.hero.video {
    position: relative; }
    section.hero.bgimage:before, section.hero.video:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 45vw;
      background: none;
      background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$sC, endColorstr=$eC,GradientType=1 );
      /* IE6-9 */ }
    section.hero.bgimage > div.image, section.hero.bgimage > div.videobg, section.hero.video > div.image, section.hero.video > div.videobg {
      height: 45vw; }
    section.hero.bgimage > div.content, section.hero.video > div.content {
      min-height: 27vw; }
    section.hero.bgimage > div.inset, section.hero.video > div.inset {
      min-height: 50px;
      width: 80%;
      margin: -25vw 0 0 0; }
      section.hero.bgimage > div.inset > div, section.hero.video > div.inset > div {
        padding: 60px 60px 0 10vw; }
        section.hero.bgimage > div.inset > div > h2, section.hero.video > div.inset > div > h2 {
          text-align: left; }
        section.hero.bgimage > div.inset > div > a.button, section.hero.video > div.inset > div > a.button {
          color: #ffffff;
          border: solid #ffffff 1px;
          background: none;
          font-size: 2rem; }
          section.hero.bgimage > div.inset > div > a.button:hover, section.hero.bgimage > div.inset > div > a.button:focus, section.hero.bgimage > div.inset > div > a.button:active, section.hero.video > div.inset > div > a.button:hover, section.hero.video > div.inset > div > a.button:focus, section.hero.video > div.inset > div > a.button:active {
            background: #00adf0; }
  section.hero.gradient {
    height: 20vw;
    min-height: 150px; }
    section.hero.gradient div.content {
      justify-content: flex-end; }
  section.hero.bgimagesmall {
    height: 25vw;
    min-height: 150px;
    position: relative; }
    section.hero.bgimagesmall:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: none;
      background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$sC, endColorstr=$eC,GradientType=1 );
      /* IE6-9 */ }
    section.hero.bgimagesmall div.content {
      justify-content: flex-end; }
  section.hero div.image,
  section.hero div.videobg {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  section.hero div.image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }
  @media screen and (max-width: 960px) {
    section.hero > div.content > p {
      font-weight: 700;
      font-size: 1.6rem;
      letter-spacing: 1px; }
    section.hero > div.content > h1 {
      letter-spacing: 8px; }
    section.hero.bgimage, section.hero.video {
      position: relative;
      min-height: 400px;
      height: auto; }
      section.hero.bgimage:before, section.hero.video:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 400px;
        background: none;
        background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$sC, endColorstr=$eC,GradientType=1 );
        /* IE6-9 */ }
      section.hero.bgimage > div.image, section.hero.bgimage > div.videobg, section.hero.video > div.image, section.hero.video > div.videobg {
        min-height: 400px;
        height: 400px; }
      section.hero.bgimage > div.content, section.hero.video > div.content {
        min-height: 400px;
        height: 400px; }
      section.hero.bgimage > div.inset, section.hero.video > div.inset {
        margin: -220px 0 0 0; } }
  @media screen and (max-width: 640px) {
    section.hero > div.content {
      width: 90vw;
      margin: 0 auto 0 auto; }
      section.hero > div.content > p {
        width: 90vw;
        padding: 0 0 15px 0;
        font-size: 1.4rem; }
      section.hero > div.content > h1 {
        letter-spacing: 6px;
        font-size: 12vw;
        width: 90vw; }
    section.hero.gradient > div.content > div.primary-title {
      font-size: 12vw; }
      section.hero.gradient > div.content > div.primary-title > h1 {
        font-size: 12vw; }
    section.hero.bgimagesmall {
      position: relative; }
      section.hero.bgimagesmall:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: none;
        background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$sC, endColorstr=$eC,GradientType=1 );
        /* IE6-9 */ }
      section.hero.bgimagesmall > div.content > div.primary-title {
        font-size: 12vw; }
        section.hero.bgimagesmall > div.content > div.primary-title > h1 {
          font-size: 12vw; }
    section.hero.bgimage, section.hero.video {
      position: relative;
      min-height: 300px; }
      section.hero.bgimage:before, section.hero.video:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 300px;
        background: none;
        background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$sC, endColorstr=$eC,GradientType=1 );
        /* IE6-9 */ }
      section.hero.bgimage > div.image, section.hero.bgimage > div.videobg, section.hero.video > div.image, section.hero.video > div.videobg {
        min-height: 300px;
        height: 300px; }
      section.hero.bgimage > div.content, section.hero.video > div.content {
        min-height: 300px;
        height: 300px; }
      section.hero.bgimage > div.inset, section.hero.video > div.inset {
        width: 90vw;
        margin: -180px 0 0 0; }
        section.hero.bgimage > div.inset > div > a.button, section.hero.video > div.inset > div > a.button {
          font-size: 1.5rem; } }
/**
 * partials/nav
 * ---
 * Menus
 */
@media only screen {
  header ul {
    list-style: none;
    list-style-type: none; }
  header ul {
    list-style: none;
    list-style-type: none; }
  div.js-hideshowmobilenav {
    display: none; }
  div.smplc__navicon {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%); }
    div.smplc__navicon > a {
      display: block;
      color: white;
      border-bottom: none;
      width: 100%;
      height: 100%;
      position: relative; }
      div.smplc__navicon > a:focus, div.smplc__navicon > a:hover, div.smplc__navicon > a:active {
        border-bottom: none; }
      div.smplc__navicon > a > i.material-icons {
        position: absolute;
        font-style: normal;
        font-size: 2.5rem; }
      div.smplc__navicon > a > .smplc__times {
        display: none; }
    div.smplc__navicon.smplc__navicon--active > a > .smplc__times {
      display: block; }
    div.smplc__navicon.smplc__navicon--active > a > .smplc__bars {
      display: none; }
  nav.mainnav {
    position: absolute;
    right: 0; }
    nav.mainnav.showsearch {
      margin-right: 40px; }
    nav.mainnav > ul {
      height: 100%; }
      nav.mainnav > ul > li {
        display: inline-block;
        height: 30px;
        position: relative;
        margin: 0;
        margin-left: 0;
        text-align: center;
        border-right: solid white 1px;
        padding: 0 20px 0 20px; }
        nav.mainnav > ul > li:last-of-type {
          border-right: none;
          padding: 0 0 0 20px; }
        nav.mainnav > ul > li:hover > a, nav.mainnav > ul > li:focus > a, nav.mainnav > ul > li:active > a, nav.mainnav > ul > li.current-menu-item > a, nav.mainnav > ul > li.menu-item-is-open > a, nav.mainnav > ul > li.smplc__dropdown--active > a, nav.mainnav > ul > li.current-menu-parent > a, nav.mainnav > ul > li.current-page-ancestor > a {
          color: #01949a;
          text-decoration: none;
          border-bottom: solid #01949a 2px; }
        nav.mainnav > ul > li > a {
          font-weight: 400;
          font-style: normal;
          letter-spacing: 1px;
          font-size: 1.6rem;
          line-height: 1.5;
          font-family: "Roboto",sans-serif,"Material Icons";
          display: block;
          border: none;
          white-space: nowrap;
          color: white;
          font-size: 2.2rem;
          height: 30px;
          line-height: 30px; } }
        @media only screen and (max-width: 640px) {
          nav.mainnav > ul > li > a {
            font-size: 1.4rem;
            letter-spacing: 0px; } }
@media only screen {
          nav.mainnav > ul > li > a:hover, nav.mainnav > ul > li > a:focus, nav.mainnav > ul > li > a:active {
            text-decoration: none;
            border-bottom: solid #01949a 2px; }
        nav.mainnav > ul > li.menu-item-has-children > a {
          display: block;
          padding: 0 10px 0 20px; }
          nav.mainnav > ul > li.menu-item-has-children > a:after {
            display: inline-block;
            vertical-align: middle;
            content: '\e313';
            height: 5px;
            line-height: 5px;
            margin: 0 0 0 7px; }
        nav.mainnav > ul > li.menu-item-has-children.menu-item-is-open > a, nav.mainnav > ul > li.menu-item-has-children.smplc__dropdown--active > a {
          height: 50px; }
          nav.mainnav > ul > li.menu-item-has-children.menu-item-is-open > a:after, nav.mainnav > ul > li.menu-item-has-children.smplc__dropdown--active > a:after {
            transform: rotate(180deg);
            margin: -7px 0 0 7px; }
        nav.mainnav > ul > li.menu-item-has-children.menu-item-is-open > ul.sub-menu, nav.mainnav > ul > li.menu-item-has-children.smplc__dropdown--active > ul.sub-menu {
          display: block; }
        nav.mainnav > ul > li.menu-item-has-children ul {
          display: none;
          position: absolute;
          right: -2px;
          top: 42px;
          background-color: #f2e9da;
          width: auto;
          min-width: 200px;
          border-right: 2px solid #1b2537;
          border-bottom: 2px solid #1b2537;
          border-left: 2px solid #1b2537;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
          padding: 0 0 0 0; }
          nav.mainnav > ul > li.menu-item-has-children ul.sub-menu {
            display: none; }
            nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li {
              border-bottom: 1px solid #1b2537;
              position: relative; }
              nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li:last-of-type {
                border-bottom: none; }
              nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children > a:after {
                display: inline-block;
                vertical-align: middle;
                content: '\e314';
                margin: 0 0 0 7px;
                height: 8px;
                line-height: 8px; }
              nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children.menu-item-is-open > a:after, nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children.smplc__dropdown--active > a:after {
                transform: rotate(180deg);
                margin: -7px 0 0 7px; }
              nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children.menu-item-is-open > ul.sub-menu, nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children.smplc__dropdown--active > ul.sub-menu {
                display: block; }
              nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li a {
                display: block;
                font-weight: 400;
                font-style: normal;
                letter-spacing: 1px;
                font-size: 1.4rem;
                line-height: 1.5;
                font-family: "Roboto",sans-serif,"Material Icons";
                border: none;
                white-space: nowrap;
                color: black;
                padding: 15px 15px 15px 15px; }
                nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li a:hover, nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li a:focus, nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li a:active {
                  background: white; }
              nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li > ul.sub-menu {
                position: absolute;
                padding: 0 0 0 0;
                left: 0;
                top: -2px;
                transform: translateX(-100%);
                border: none;
                border: 2px solid #1b2537;
                border-bottom-right-radius: 5px;
                border-bottom-left-radius: 5px;
                border-top-left-radius: 5px; }
  a#sitesearch-toggle {
    position: absolute;
    height: 50px;
    text-align: center;
    width: 30px;
    bottom: 0;
    right: 0;
    color: white;
    border: none; }
    a#sitesearch-toggle:before {
      font-weight: 300;
      font-style: normal;
      letter-spacing: 0px;
      font-size: 2rem;
      line-height: 1.5;
      font-family: "Roboto",sans-serif,"Material Icons";
      height: 50px;
      line-height: 60px;
      content: '\e8b6'; } }
    @media only screen and (max-width: 960px) {
      a#sitesearch-toggle:before {
        font-size: 1.8rem;
        letter-spacing: 0px; } }
@media only screen {
    a#sitesearch-toggle:hover, a#sitesearch-toggle:focus, a#sitesearch-toggle:active {
      border: none; }
  form#sitesearch-form {
    text-align: right;
    position: absolute;
    right: 0;
    top: -1px;
    line-height: 100px;
    height: 100px;
    width: 0;
    overflow: hidden;
    background: white;
    border-top: 5px solid #1b2537;
    border-bottom: 5px solid #1b2537;
    display: flex;
    flex-direction: row; }
    form#sitesearch-form > button {
      font-weight: 300;
      font-style: normal;
      letter-spacing: 0px;
      font-size: 2rem;
      line-height: 1.5;
      font-family: "Roboto",sans-serif,"Material Icons";
      height: 100px;
      line-height: 100px;
      background: none;
      border: none;
      color: rgba(0, 0, 0, 0.6);
      padding: 0 10px 0 0; } }
    @media only screen and (max-width: 960px) {
      form#sitesearch-form > button {
        font-size: 1.8rem;
        letter-spacing: 0px; } }
@media only screen {
      form#sitesearch-form > button:hover, form#sitesearch-form > button:focus, form#sitesearch-form > button:active {
        color: black;
        cursor: pointer; }
    form#sitesearch-form > button[type=submit] {
      margin: 0 30px 0 15px; }
    form#sitesearch-form > label {
      width: 0;
      height: 0;
      overflow: hidden; }
    form#sitesearch-form > input {
      font-weight: 300;
      font-style: normal;
      letter-spacing: 0px;
      font-size: 2rem;
      line-height: 1.5;
      font-family: "Roboto",sans-serif,"Material Icons";
      line-height: 80px;
      border: none;
      background: none;
      color: black;
      padding: 0 0 0 0;
      flex: 1 0 auto; } }
    @media only screen and (max-width: 960px) {
      form#sitesearch-form > input {
        font-size: 1.8rem;
        letter-spacing: 0px; } }
@media only screen {
    form#sitesearch-form > button[type=button] {
      margin-left: 30px; } }

@media only screen and (max-width: 1600px) {
  nav.mainnav > ul > li:last-of-type {
    border: none; }
    nav.mainnav > ul > li:last-of-type > a {
      padding: 0 0 0 10px; }
  nav.mainnav > ul > li > a {
    padding: 0 10px 0 10px;
    font-size: 1.5rem; } }

@media only screen and (max-width: 1280px) {
  nav.mainnav.smplc__mainnav--active > ul {
    height: auto;
    opacity: 1.0;
    transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    -webkit-transition: opacity .1s ease-in; }
  a#sitesearch-toggle {
    position: absolute;
    height: 100px;
    line-height: 100px;
    top: 0; }
    a#sitesearch-toggle:before {
      font-weight: 300;
      font-style: normal;
      letter-spacing: 0px;
      font-size: 2rem;
      line-height: 1.5;
      font-family: "Roboto",sans-serif,"Material Icons";
      height: 100px;
      line-height: 100px; } }
    @media only screen and (max-width: 1280px) and (max-width: 960px) {
      a#sitesearch-toggle:before {
        font-size: 1.8rem;
        letter-spacing: 0px; } }
@media only screen and (max-width: 1280px) {
  nav.mainnav {
    top: 130px;
    right: -10vw;
    height: auto;
    width: 100vw;
    z-index: 500; }
    nav.mainnav.showsearch {
      right: -10vw;
      margin-right: 0; }
    nav.mainnav > ul {
      height: 0;
      opacity: 0;
      width: inherit;
      overflow: hidden;
      background: white; }
      nav.mainnav > ul > li, nav.mainnav > ul > li:last-of-type {
        display: block;
        height: auto;
        width: 100%;
        margin-left: 30px;
        margin-left: 0;
        text-align: left;
        border-bottom: solid #99a3b0 1px; }
        nav.mainnav > ul > li:hover > a, nav.mainnav > ul > li:focus > a, nav.mainnav > ul > li:active > a, nav.mainnav > ul > li.current-menu-item > a, nav.mainnav > ul > li.menu-item-is-open > a, nav.mainnav > ul > li.smplc__dropdown--active > a, nav.mainnav > ul > li.current-menu-parent > a, nav.mainnav > ul > li.current_page_ancestor > a, nav.mainnav > ul > li:last-of-type:hover > a, nav.mainnav > ul > li:last-of-type:focus > a, nav.mainnav > ul > li:last-of-type:active > a, nav.mainnav > ul > li:last-of-type.current-menu-item > a, nav.mainnav > ul > li:last-of-type.menu-item-is-open > a, nav.mainnav > ul > li:last-of-type.smplc__dropdown--active > a, nav.mainnav > ul > li:last-of-type.current-menu-parent > a, nav.mainnav > ul > li:last-of-type.current_page_ancestor > a {
          background: #99a3b0; }
        nav.mainnav > ul > li > a, nav.mainnav > ul > li:last-of-type > a {
          height: auto;
          line-height: 1;
          padding: 15px 11vw 15px 11vw;
          color: black;
          border-top-right-radius: 0;
          border-top-left-radius: 0; }
        nav.mainnav > ul > li.menu-item-has-children > a, nav.mainnav > ul > li:last-of-type.menu-item-has-children > a {
          padding: 15px 11vw 15px 11vw; }
        nav.mainnav > ul > li.menu-item-has-children ul, nav.mainnav > ul > li:last-of-type.menu-item-has-children ul {
          top: 0;
          display: block;
          position: relative;
          border: none;
          padding: 0 0 0 0;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0; }
          nav.mainnav > ul > li.menu-item-has-children ul.sub-menu, nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu {
            display: none;
            padding: 0 0 0 0; }
            nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li, nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu > li {
              position: relative; }
              nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li.current_page_parent, nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu > li.current_page_parent {
                background: rgba(153, 163, 176, 0.5); }
              nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children > a:after, nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu > li.menu-item-has-children > a:after {
                content: '\e313'; }
              nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li a, nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu > li a {
                font-weight: 400;
                font-style: normal;
                letter-spacing: 1px;
                font-size: 1.2rem;
                line-height: 1.5;
                font-family: "Roboto",sans-serif,"Material Icons";
                padding: 15px 13vw 15px 13vw;
                line-height: 1; }
                nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li a:hover, nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li a:focus, nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li a:active nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li a.current-menu-item, nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu > li a:hover, nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu > li a:focus, nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li a:active nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu > li a.current-menu-item, nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu > li a:active nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li a.current-menu-item, nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu > li a:active nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu > li a.current-menu-item {
                  background: rgba(153, 163, 176, 0.25); }
              nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li > ul.sub-menu, nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu > li > ul.sub-menu {
                position: relative;
                top: 0;
                transform: translateX(0);
                border: none;
                border-top: 1px solid #99a3b0;
                border-bottom: none;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
                border-top-left-radius: 0; }
                nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li > ul.sub-menu > li, nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu > li > ul.sub-menu > li {
                  display: block; }
                  nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li > ul.sub-menu > li.current-menu-item > a, nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu > li > ul.sub-menu > li.current-menu-item > a {
                    background: rgba(153, 163, 176, 0.25); }
                  nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li > ul.sub-menu > li > a, nav.mainnav > ul > li:last-of-type.menu-item-has-children ul.sub-menu > li > ul.sub-menu > li > a {
                    padding: 15px 15vw 15px 15vw; }
  div.smplc__navicon {
    display: block;
    right: 50px; } }

@media only screen and (max-width: 960px) {
  nav.mainnav {
    top: 90px; } }

@media only screen and (max-width: 640px) {
  div.smplc__navicon {
    right: 15vw; }
  a#sitesearch-toggle {
    right: 5vw; }
  nav.mainnav {
    left: 0;
    overflow: visible; }
    nav.mainnav > ul {
      width: 100vw; }
      nav.mainnav > ul > li > a {
        height: auto;
        line-height: 1;
        padding: 15px 5vw 15px 5vw; }
      nav.mainnav > ul > li.menu-item-has-children > a {
        padding: 15px 0 15px 5vw; }
      nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li a {
        padding: 15px 7vw 15px 7vw; }
      nav.mainnav > ul > li.menu-item-has-children ul.sub-menu > li > ul.sub-menu > li > a {
        padding: 15px 9vw 15px 9vw; } }

@media only screen {
  div#utilitymenu {
    width: 100%;
    position: fixed;
    z-index: 1001;
    height: 55px;
    background: #01949a; }
    div#utilitymenu > div {
      width: 80vw;
      height: 54px;
      margin: 0 auto 0 auto;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-end; }
      div#utilitymenu > div > ul {
        width: auto;
        height: 54px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end; }
        div#utilitymenu > div > ul > li {
          height: 54px;
          line-height: 54px;
          margin: 0 20px 0 15px; } }
        @media only screen and (max-width: 640px) {
          div#utilitymenu > div > ul > li {
            margin-right: 10px; } }
@media only screen {
          div#utilitymenu > div > ul > li.nolink > a {
            pointer-events: none; }
          div#utilitymenu > div > ul > li:last-child {
            margin-right: 0; }
          div#utilitymenu > div > ul > li > a {
            font-weight: 700;
            font-style: normal;
            letter-spacing: 2px;
            font-size: 1.2rem;
            line-height: 1.5;
            font-family: "Roboto",sans-serif,"Material Icons";
            font-size: 1.5rem;
            color: #1b2537; }
            div#utilitymenu > div > ul > li > a:hover {
              text-decoration: none;
              border-bottom: solid #1b2537 2px; }
          div#utilitymenu > div > ul > li:hover > a, div#utilitymenu > div > ul > li:focus > a, div#utilitymenu > div > ul > li:active > a, div#utilitymenu > div > ul > li.current-menu-item > a, div#utilitymenu > div > ul > li.menu-item-is-open > a, div#utilitymenu > div > ul > li.smplc__dropdown--active > a, div#utilitymenu > div > ul > li.current-menu-parent > a, div#utilitymenu > div > ul > li.current-page-ancestor > a {
            text-decoration: none;
            border-bottom: solid #1b2537 2px; }
      div#utilitymenu > div > a {
        display: block;
        width: 44px;
        overflow: hidden;
        text-align: center; }
        div#utilitymenu > div > a:before {
          display: block;
          color: black;
          text-align: center;
          width: 44px;
          height: 44px;
          font-weight: 300;
          font-style: normal;
          letter-spacing: 0px;
          font-size: 2rem;
          line-height: 1.5;
          font-family: "Roboto",sans-serif,"Material Icons";
          line-height: 44px;
          content: '\e8b6'; } }
        @media only screen and (max-width: 960px) {
          div#utilitymenu > div > a:before {
            font-size: 1.8rem;
            letter-spacing: 0px; } }
@media only screen {
        div#utilitymenu > div > a:hover {
          border: none; } }
  @media only screen and (max-width: 960px) {
    div#utilitymenu {
      width: 100%; }
      div#utilitymenu > div > ul {
        height: 30px;
        margin: 10px 0 0 0; }
        div#utilitymenu > div > ul > li {
          height: 30px;
          line-height: 30px;
          border-right: solid #1b2537 1px;
          margin: 0 5px 0 0px;
          padding: 0 2px 0 0; }
          div#utilitymenu > div > ul > li:last-child {
            padding-right: 0;
            border: none; }
          div#utilitymenu > div > ul > li > a {
            font-size: 0.9rem; } }
/**
 * partials/page
 * ---
 */
main {
  width: 100%;
  margin: 0 0 0 0;
  flex: 1 0 auto;
  width: 100%; }
  main.utilitynav {
    margin: 55px 0 0 0; }
  main > div.sections {
    position: relative;
    margin-top: 220px; }
    main > div.sections.fixed {
      margin: 45vw auto 0 auto; }
  main .hero + div.sections {
    margin-top: 60px; }
  main section {
    width: 100%; }
    main section.has-semplice-sidebar > .wrapper-content {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      order: 0; }
      main section.has-semplice-sidebar > .wrapper-content #semplice-sidebar {
        margin: 0 30px 0 0; }
      main section.has-semplice-sidebar > .wrapper-content > .wrapper-articles {
        flex: 1 0 calc(100% - 280px); }
    main section > .wrapper-content {
      width: 65vw;
      max-width: 100%;
      margin: 0 auto 90px auto;
      min-height: 10px;
      display: relative; }
    @media only screen and (max-width: 960px) {
      main section > article div.wp-block-columns {
        width: 80vw;
        margin: 0 auto 30px auto; } }
    main section > article > table tr td:first-child {
      padding: 0 0 0;
      margin: 0 0 0 0; }
    main section > #semplice-sidebar {
      flex: 0 0 250px;
      order: 1; }

.semplice-post-navigation {
  margin: 0 0 0 0; }
  .semplice-post-navigation.bottom {
    margin: 60px 0 0 0; }

ul.archive-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden; }
  ul.archive-listing > li {
    flex: 1 1 45%;
    margin: 0 30px 30px 0;
    max-height: 350px;
    overflow: hidden; }
    ul.archive-listing > li:nth-of-type(2) {
      margin: 0 0 30px 0; }
    ul.archive-listing > li:last-of-type {
      flex: 0 1 48.5%; }
    ul.archive-listing > li p {
      margin: 0 0 15px 0; }
    ul.archive-listing > li div.post-featured-image > img {
      width: 100%; }

/**
 * partials/sidebar
 * ---
 */
#semplice-sidebar a.active {
  text-decoration: underline; }

/**
* partials/footer
* ---
*/
footer {
  background: black;
  width: 100%;
  min-height: 300px;
  padding: 30px 0; }
  footer > div {
    display: flex;
    flex-flow: row nowrap;
    width: 80vw;
    margin: 0 auto 0 auto; }
    footer > div > div.social {
      border-right: 1px solid #1b2537;
      margin: 0 30px 0 0;
      padding: 0 30px 0 0;
      flex: 0 1 auto; }
      footer > div > div.social a {
        color: black; }
        footer > div > div.social a:hover, footer > div > div.social a:focus, footer > div > div.social a:active {
          color: black; }
      footer > div > div.social p:last-child > span {
        margin-right: 5px;
        padding-right: 5px;
        border-right: 1px solid black; }
        footer > div > div.social p:last-child > span:last-of-type {
          border-right: none; }
      footer > div > div.social a.social {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 30px 0;
        border: none; }
        footer > div > div.social a.social > svg {
          display: inline-block;
          vertical-align: middle;
          width: 40px;
          height: 40px;
          fill: #99a3b0; }
        footer > div > div.social a.social:last-of-type {
          margin: 0 0 30px 0; }
        footer > div > div.social a.social:hover, footer > div > div.social a.social:focus, footer > div > div.social a.social:active {
          border: none; }
          footer > div > div.social a.social:hover > svg > #Oval, footer > div > div.social a.social:focus > svg > #Oval, footer > div > div.social a.social:active > svg > #Oval {
            fill: #00adf0; }
      footer > div > div.social > ul {
        margin: 0 auto 30px auto; }
        footer > div > div.social > ul p {
          display: inline-block; }
      footer > div > div.social > div.logo {
        margin: 0 auto 10px auto; }
        footer > div > div.social > div.logo img {
          height: 80px;
          width: auto !important;
          max-width: auto !important; }
    footer > div > div.contact {
      margin: 0 auto 30px auto;
      flex: 1 1 auto; }
      footer > div > div.contact > a.semplicelink {
        display: block;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 1px;
        font-size: 1rem;
        line-height: 1.5;
        font-family: "Roboto",sans-serif,"Material Icons";
        margin: 30px 0 0 0; }
      footer > div > div.contact a {
        color: #00adf0; }
      footer > div > div.contact a:hover {
        text-decoration: underline; }
        footer > div > div.contact a:hover li {
          text-decoration: underline; }
      footer > div > div.contact ul.phone li {
        margin: 0 30px 0 0; }
      footer > div > div.contact ul li {
        display: inline-block;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 1px;
        font-size: 1.4rem;
        line-height: 1.5;
        font-family: "Roboto",sans-serif,"Material Icons";
        color: black; }
    footer > div > div.affiliates > ul {
      display: flex;
      flex-direction: row; }
      footer > div > div.affiliates > ul > li {
        margin: 0 20px 30px 0; }
        footer > div > div.affiliates > ul > li > img {
          width: 100px; }
          footer > div > div.affiliates > ul > li > img.homeadvisor {
            width: 110px;
            margin: -5px 0 0 0; }

@media only screen and (max-width: 960px) {
  footer > div > div.contact ul.phone li {
    display: block; } }

@media only screen and (max-width: 640px) {
  footer > div {
    display: block;
    width: 90vw; }
    footer > div > div.social {
      border: none; } }

div.cookiewarning {
  display: none;
  position: fixed;
  z-index: 5000;
  width: 100%;
  height: auto;
  background: black;
  color: white;
  bottom: -1px;
  left: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-top: solid #99a3b0 1px;
  border-right: solid #99a3b0 1px;
  border-left: solid #99a3b0 1px; }
  div.cookiewarning > div {
    position: absolute;
    color: white;
    right: 30px;
    top: 20px; }
    div.cookiewarning > div:hover {
      cursor: pointer; }
  div.cookiewarning > h3 {
    color: white;
    margin: 20px 30px 0 30px; }
  div.cookiewarning > p {
    color: white;
    margin: 10px 30px 20px 30px; }
    div.cookiewarning > p a {
      color: white;
      border-bottom: solid white 2px; }
  div.cookiewarning > button {
    height: 44px;
    border: solid white 1px;
    background: none;
    margin: 0 30px 20px 30px;
    padding: 0 15px 0 15px;
    text-transform: uppercase;
    color: white; }
    div.cookiewarning > button:hover {
      background: #cfc7bf;
      cursor: pointer; }

.wpforms-field-container > .wpforms-field:last-of-type {
  padding: 10px 0 0 0 !important; }

.wpforms-submit-container {
  padding: 0 0 0 0 !important; }

table.wpforms-views-table > tbody > tr > td {
  padding: 0 0 0 0; }

.wpforms-view-field-value {
  padding: 0 20px 0 20px; }

.wpforms-view-field-type-editEntry-value,
.wpforms-view-field-type-deleteEntry-value,
.wpforms-view-field-type-html-value {
  padding: 0 0 0 0; }
  .wpforms-view-field-type-editEntry-value > a,
  .wpforms-view-field-type-deleteEntry-value > a,
  .wpforms-view-field-type-html-value > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px 10px 20px;
    font-weight: 400; }
    .wpforms-view-field-type-editEntry-value > a:after,
    .wpforms-view-field-type-deleteEntry-value > a:after,
    .wpforms-view-field-type-html-value > a:after {
      height: 100%;
      padding: 0 0 0 10px;
      vertical-align: -2px;
      font-size: 2rem; }
    .wpforms-view-field-type-editEntry-value > a:hover, .wpforms-view-field-type-editEntry-value > a:focus, .wpforms-view-field-type-editEntry-value > a:active,
    .wpforms-view-field-type-deleteEntry-value > a:hover,
    .wpforms-view-field-type-deleteEntry-value > a:focus,
    .wpforms-view-field-type-deleteEntry-value > a:active,
    .wpforms-view-field-type-html-value > a:hover,
    .wpforms-view-field-type-html-value > a:focus,
    .wpforms-view-field-type-html-value > a:active {
      background: #01949a;
      color: white;
      text-decoration: none; }

.wpforms-views-table {
  width: 100%; }

.wpforms-view-field-type-editEntry-value > a:after {
  content: "\e3c9"; }

.wpforms-view-field-type-deleteEntry-value > a:after {
  content: "\e872"; }

div.wpforms-view-field-cont.field-html.marksafe > .wpforms-view-field-type-html-value > a:after {
  content: "\e2e6"; }

div.wpforms-view-field-cont.field-html.reopen > .wpforms-view-field-type-html-value > a:after {
  content: "\e166"; }

div#fp_floatplans_sneezeguard {
  position: fixed;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  text-align: center;
  flex-direction: column;
  justify-content: center; }
  div#fp_floatplans_sneezeguard > div > svg {
    width: 100px;
    height: 100px; }
  div#fp_floatplans_sneezeguard > div > p {
    display: block; }

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/nudev-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

#fp_user-wrapper {
  margin: 0 0 60px 0;
  font-size: 1.6rem;
  font-weight: 400; }

.fp_user-greeting {
  margin: 0 0 15px 0; }

.fp_user-overviewlink,
.fp_user-editlink-profile,
.fp_user-floatplanslink,
.fp_user-editlink-contact,
.fp_user-settingslink-profile {
  margin: 0 0 5px 0; }
  .fp_user-overviewlink:before,
  .fp_user-editlink-profile:before,
  .fp_user-floatplanslink:before,
  .fp_user-editlink-contact:before,
  .fp_user-settingslink-profile:before {
    margin: 0 5px 0 0;
    font-size: 2rem;
    display: none; }

.fp_user-overviewlink:before {
  content: "\e0e0"; }

.fp_user-editlink-profile:before {
  content: "\e7fd"; }

.fp_user-editlink-contact:before {
  content: "\e0d0"; }

.fp_user-floatplanslink:before {
  content: "\f009"; }

.fp_user-getting-started > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 2vw 0 0 0; }
  .fp_user-getting-started > ul > li {
    flex: 1 1 40%;
    min-height: 200px;
    border: solid 1px #cbcbcb;
    margin: 0 1vw 1vw 0; }
    .fp_user-getting-started > ul > li > div {
      text-align: center;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .fp_user-getting-started > ul > li > div > .checkmark {
        font-size: 3rem; }
      .fp_user-getting-started > ul > li > div > p:not(.done) {
        display: block;
        width: 100%;
        height: 100%; }
      .fp_user-getting-started > ul > li > div > p > a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%; }
        .fp_user-getting-started > ul > li > div > p > a:hover, .fp_user-getting-started > ul > li > div > p > a:focus, .fp_user-getting-started > ul > li > div > p > a:active {
          background: #e0e0e0; }

.semplice_advertisement {
  margin: 0 0 60px 0; }
  .semplice_advertisement:not(:first-child) {
    margin: 60px 0 60px 0; }
  .semplice_advertisement > figure {
    margin: 0 0 0 0;
    padding: 0 0 0 0; }
    .semplice_advertisement > figure > a {
      color: black; }
      .semplice_advertisement > figure > a.external::before {
        position: absolute;
        content: "\e89e";
        background: white;
        padding: 5px; }
      .semplice_advertisement > figure > a:hover, .semplice_advertisement > figure > a:focus, .semplice_advertisement > figure > a:active, .semplice_advertisement > figure > a.current-menu-item, .semplice_advertisement > figure > a.menu-item-is-open, .semplice_advertisement > figure > a.smplc__dropdown--active, .semplice_advertisement > figure > a.current-menu-parent, .semplice_advertisement > figure > a.current-page-ancestor {
        text-decoration: none; }
  .semplice_advertisement > .semplice_advertisement-notice {
    font-size: 1.2rem; }

/**
 * gutenberg.scss
 * ---
 * Alterations made spcifically for gutenberg use
 */
.gb-button,
.wp-block-button,
button.wpforms-submit {
  background-color: #1b2537 !important;
  font-weight: 400 !important;
  font-size: 1.8rem !important;
  line-height: 45px !important;
  margin: 15px 0 15px 0 !important;
  color: white !important;
  border-radius: 5px !important;
  padding: 0 20px 0 20px !important;
  gap: 0; }
  .gb-button:hover, .gb-button:focus, .gb-button:active,
  .wp-block-button:hover,
  .wp-block-button:focus,
  .wp-block-button:active,
  button.wpforms-submit:hover,
  button.wpforms-submit:focus,
  button.wpforms-submit:active {
    background-color: #01949a !important;
    text-decoration: underline; }

.wp-block-button__link {
  background-color: transparent !important;
  padding: 0 0 0 0 !important;
  font-weight: 400 !important;
  font-size: 1.8rem !important;
  line-height: 45px !important; }

.fp-close-account .gb-button {
  background-color: #c91515 !important; }

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 100%; }

body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 100%;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Roboto",sans-serif,"Material Icons"; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

body.homepage {
  background: black !important; }
  body.homepage * {
    color: white !important; }
  body.homepage header {
    display: none; }
  body.homepage footer {
    display: none; }
  body.homepage div.sections {
    margin-top: 0; }
    body.homepage div.sections > section {
      position: relative;
      display: flex;
      flex-direction: column;
      flex: 1 1 50%;
      background: black !important; }
      body.homepage div.sections > section > div.background-layers {
        position: absolute;
        top: 0;
        z-index: 0;
        width: 100%;
        margin: 0 0 0 0; }
        body.homepage div.sections > section > div.background-layers video.backgroundvideo-white {
          position: absolute;
          width: 100%;
          height: auto; }
        body.homepage div.sections > section > div.background-layers video.backgroundvideo-red {
          position: absolute;
          width: 100%;
          height: auto; }
        body.homepage div.sections > section > div.background-layers figure.bloodsplatter {
          position: absolute;
          display: none;
          width: 100%; }
          body.homepage div.sections > section > div.background-layers figure.bloodsplatter > img {
            width: 100%; }
          body.homepage div.sections > section > div.background-layers figure.bloodsplatter#blood {
            z-index: 100; }
        body.homepage div.sections > section > div.background-layers figure.glasses {
          position: absolute;
          width: 100%; }
          body.homepage div.sections > section > div.background-layers figure.glasses > img {
            width: 100%; }
          body.homepage div.sections > section > div.background-layers figure.glasses#blood {
            z-index: 100; }
      body.homepage div.sections > section div.wrapper-content {
        width: 65vw;
        margin: 37vw 17.5vw 0 17.5vw !important; }
        body.homepage div.sections > section div.wrapper-content > div.wrapper-articles {
          position: relative;
          opacity: 0; }
          body.homepage div.sections > section div.wrapper-content > div.wrapper-articles h1 {
            text-align: center;
            text-transform: lowercase;
            font-size: 26rem;
            line-height: 0.75;
            font-family: "EB Garamond", serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
            text-shadow: 2px 2px #000000; }
          body.homepage div.sections > section div.wrapper-content > div.wrapper-articles h2 {
            text-align: center;
            text-transform: lowercase;
            font-size: 4rem;
            font-family: "EB Garamond", serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
            text-shadow: 2px 2px #000000; }
            body.homepage div.sections > section div.wrapper-content > div.wrapper-articles h2.author-credit {
              margin: 0 0 0 0; }
          body.homepage div.sections > section div.wrapper-content > div.wrapper-articles p.introduction {
            text-align: center !important; }
