@charset "UTF-8";
/*
 Theme Name:   NGOWG
 Theme URI:
 Description:
 Author:       Kristina Mader
 Author URI:
 Template:     genesis
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/
@font-face {
  font-family: 'Proxima Nova Regular';
  src: url("/fonts/proxima-nova/proximanova-regular-webfont.eot");
  src: local("Γÿ║"), url("/fonts/proxima-nova/proximanova-regular-webfont.woff") format("woff"), url("/fonts/proxima-nova/proximanova-regular-webfont.ttf") format("truetype"), url("/fonts/proxima-nova/proximanova-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url("/fonts/proxima-nova/ProximaNova-Sbold-webfont.eot");
  src: local("Γÿ║"), url("/fonts/proxima-nova/ProximaNova-Sbold-webfont.woff") format("woff"), url("/fonts/proxima-nova/ProximaNova-Sbold-webfont.ttf") format("truetype"), url("/fonts/proxima-nova/ProximaNova-Sbold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: bold;
}
@font-face {
  font-family: 'Proxima Nova Black';
  src: url("/fonts/proxima-nova/ProximaNova-Black-webfont.eot");
  src: local("Γÿ║"), url("/fonts/proxima-nova/ProximaNova-Black-webfont.woff") format("woff"), url("/fonts/proxima-nova/ProximaNova-Black-webfont.ttf") format("truetype"), url("/fonts/proxima-nova/ProximaNova-Black-webfont.svg") format("svg");
  font-weight: normal;
  font-style: bold;
}
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("/fonts/proxima-nova/ProximaNova-Bold-webfont.eot");
  src: local("Γÿ║"), url("/fonts/proxima-nova/ProximaNova-Bold-webfont.woff") format("woff"), url("/fonts/proxima-nova/ProximaNova-Bold-webfont.ttf") format("truetype"), url("/fonts/proxima-nova/ProximaNova-Bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: bold;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

@media screen and (min-width: 3005em) {
  .floatLeft {
    float: left;
  }
}

@media screen and (min-width: 3005em) {
  .floatCenter {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 3005em) {
  .floatRight {
    float: right;
  }
}

/*! Reflex v1.0.9 - https://github.com/leejordan/reflex */
/*
 *
 * Reflex is a flexbox grid which provides a way to take advantage of emerging
 * flexbox support while providing a fall back to inline-block on older browsers
 *
 * Built by Lee Jordan G.C.S.E.
 * email: ldjordan@gmail.com
 * github: https://github.com/leejordan
 *
 * Structure and calculations are inspired by twitter bootstrap
 *
 */
.grid {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  letter-spacing: -0.31em !important;
  *letter-spacing: normal !important;
  word-spacing: -0.43em !important;
  list-style-type: none;
}
.grid:before, .grid:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  max-width: 100%;
}
.grid *:before,
.grid *:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
.grid .grid {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto auto;
  -ms-flex: 1 1 auto auto;
      flex: 1 1 auto auto;
  flex: 1 1 auto;
}
.grid * {
  box-sizing: border-box;
}
.grid *:before,
.grid *:after {
  box-sizing: border-box;
}

[class*="grid__col-"] {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 1.6667em;
}

.grid__cell {
  position: relative;
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto auto;
  -ms-flex: 1 1 auto auto;
      flex: 1 1 auto auto;
  flex: 1 1 auto;
}

_:-ms-fullscreen, :root .grid__cell {
  width: 100%;
}

.grid__col-12 {
  width: 100%;
  *width: 99.9%;
}

.grid__col-11 {
  width: 91.66667%;
  *width: 91.56667%;
}

.grid__col-10 {
  width: 83.33333%;
  *width: 83.23333%;
}

.grid__col-9 {
  width: 75%;
  *width: 74.9%;
}

.grid__col-8 {
  width: 66.66667%;
  *width: 66.56667%;
}

.grid__col-7 {
  width: 58.33333%;
  *width: 58.23333%;
}

.grid__col-6 {
  width: 50%;
  *width: 49.9%;
}

.grid__col-5 {
  width: 41.66667%;
  *width: 41.56667%;
}

.grid__col-4 {
  width: 33.33333%;
  *width: 33.23333%;
}

.grid__col-3 {
  width: 25%;
  *width: 24.9%;
}

.grid__col-2 {
  width: 16.66667%;
  *width: 16.56667%;
}

.grid__col-1 {
  width: 8.33333%;
  *width: 8.23333%;
}

@media (min-width: 30em) {
  .grid__col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }

  .grid__col-sm-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }

  .grid__col-sm-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }

  .grid__col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }

  .grid__col-sm-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }

  .grid__col-sm-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }

  .grid__col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }

  .grid__col-sm-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }

  .grid__col-sm-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }

  .grid__col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }

  .grid__col-sm-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }

  .grid__col-sm-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}
@media (min-width: 49em) {
  .grid__col-md-12 {
    width: 100%;
    *width: 99.9%;
  }

  .grid__col-md-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }

  .grid__col-md-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }

  .grid__col-md-9 {
    width: 75%;
    *width: 74.9%;
  }

  .grid__col-md-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }

  .grid__col-md-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }

  .grid__col-md-6 {
    width: 50%;
    *width: 49.9%;
  }

  .grid__col-md-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }

  .grid__col-md-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }

  .grid__col-md-3 {
    width: 25%;
    *width: 24.9%;
  }

  .grid__col-md-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }

  .grid__col-md-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}
@media (min-width: 60.5em) {
  .grid__col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }

  .grid__col-lg-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }

  .grid__col-lg-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }

  .grid__col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }

  .grid__col-lg-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }

  .grid__col-lg-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }

  .grid__col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }

  .grid__col-lg-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }

  .grid__col-lg-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }

  .grid__col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }

  .grid__col-lg-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }

  .grid__col-lg-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}
@media (min-width: 75em) {
  .grid__col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }

  .grid__col-xlg-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }

  .grid__col-xlg-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }

  .grid__col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }

  .grid__col-xlg-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }

  .grid__col-xlg-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }

  .grid__col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }

  .grid__col-xlg-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }

  .grid__col-xlg-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }

  .grid__col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }

  .grid__col-xlg-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }

  .grid__col-xlg-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}
@media (min-width: 87.5em) {
  .grid__col-xwide-12 {
    width: 100%;
    *width: 99.9%;
  }

  .grid__col-xwide-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }

  .grid__col-xwide-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }

  .grid__col-xwide-9 {
    width: 75%;
    *width: 74.9%;
  }

  .grid__col-xwide-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }

  .grid__col-xwide-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }

  .grid__col-xwide-6 {
    width: 50%;
    *width: 49.9%;
  }

  .grid__col-xwide-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }

  .grid__col-xwide-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }

  .grid__col-xwide-3 {
    width: 25%;
    *width: 24.9%;
  }

  .grid__col-xwide-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }

  .grid__col-xwide-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}
.grid__col-auto {
  -ms-flex: 1 0 0px;
  -webkit-box-flex: 1;
          flex: 1 0 0px auto;
  -ms-flex: 1 0 0px auto;
      flex: 1 0 0px auto;
  flex: 1 0 0px;
  width: auto !important;
  max-width: 100%;
}

@media (min-width: 30em) {
  .grid__col-sm-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px auto;
    -ms-flex: 1 0 0px auto;
        flex: 1 0 0px auto;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 49em) {
  .grid__col-md-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px auto;
    -ms-flex: 1 0 0px auto;
        flex: 1 0 0px auto;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 60.5em) {
  .grid__col-lg-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px auto;
    -ms-flex: 1 0 0px auto;
        flex: 1 0 0px auto;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 75em) {
  .grid__col-xlg-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px auto;
    -ms-flex: 1 0 0px auto;
        flex: 1 0 0px auto;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 87.5em) {
  .grid__col-xwide-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px auto;
    -ms-flex: 1 0 0px auto;
        flex: 1 0 0px auto;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

svg {
  width: 100%;
  height: 100%;
}

video {
  display: inline-block;
  vertical-align: baseline;
}

audio {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

body,
html,
ul {
  margin: 0;
  padding: 0;
}

.block:not(:last-child),
.box:not(:last-child),
.content:not(:last-child),
.highlight:not(:last-child),
.level:not(:last-child),
.message:not(:last-child),
.notification:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child),
.tabs:not(:last-child),
.title:not(:last-child) {
  margin-bottom: 20px;
}

/* # Screen reader text
---------------------------------------------------------------------------------------------------- */
.more-link {
  position: relative;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text {
  position: absolute !important;
  left: -999em;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

:focus {
  color: #323232;
  outline: #f4f4f4 solid 1px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 500ms;
          animation: fadeIn 500ms;
}

.fadeInUp {
  -webkit-animation: fadeInUpHalf cubic-bezier(0.55, 0.085, 0, 0.99);
  animation: fadeInUpHalf cubic-bezier(0.55, 0.085, 0, 0.99);
  animation: fadeInUpHalf cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-backface-visibility: hidden;
}

*:hover {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.b-lazy.b-loaded, .b-lazy.loaded {
  opacity: 1;
}

.b-lazy,
.w-img {
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.b-lazy,
.w-img {
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.h-effect .e-scale {
  position: relative;
  overflow: hidden;
}

.h-effect {
  display: block;
}

.b-lazy.b-error,
.b-lazy.b-loaded {
  opacity: 1;
}

pre {
  background: #f9f9f9;
  border-left: 0.2rem solid #2eac97;
  line-height: 1.8rem;
  margin-bottom: 1em;
  margin-top: 1em;
  overflow: auto;
  padding: 1.5rem;
}
pre code {
  background: transparent;
  border-left: 0;
  line-height: 1.8rem;
  margin-bottom: 0;
  margin-top: 0;
}

code {
  background: #dbdbdb;
  border-radius: .2rem;
  display: inline;
  font-size: 1em;
  padding: .1em .3em;
  vertical-align: baseline;
  white-space: nowrap;
}

figure {
  position: relative;
  margin: 0 0;
}

.figure {
  margin: 0;
  padding: 1rem;
  display: block;
  border: 1px solid #dddddd;
}
.figure .figcaption {
  font-style: italic;
  color: #323232;
  display: block;
  font-size: 0.8125rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 3005em) {
  .figure .figcaption {
    line-height: 31px;
    line-height: 1.72222rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 3005em) {
  figure.floatLeft,
  figure.floatRight {
    max-width: 27000px;
    max-width: 1500rem;
    padding: 0px 31px;
    padding: 0rem 1.72222rem;
  }
}

/* scss/elements/_heading.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #323232;
  font-family: "Open Sans Condensed", sans-serif;
  text-decoration: none;
}

h1,
.h1 {
  line-height: 1.1em;
  font-size: 1.8em;
}
@media screen and (min-width: 60.5em) {
  h1,
  .h1 {
    line-height: calc(1.1em + -0.05 * (100vw - 60.5em) / 14.5);
  }
}
@media screen and (min-width: 75em) {
  h1,
  .h1 {
    line-height: 1.05em;
  }
}
@media screen and (min-width: 60.5em) {
  h1,
  .h1 {
    font-size: calc(1.8em + 0.7 * (100vw - 60.5em) / 14.5);
  }
}
@media screen and (min-width: 75em) {
  h1,
  .h1 {
    font-size: 2.5em;
  }
}

h2,
.h2 {
  line-height: 1.15em;
  font-size: 2.5em;
  color: #41ccb5;
}
@media screen and (min-width: 49em) {
  h2,
  .h2 {
    line-height: calc(1.15em + 0.1 * (100vw - 49em) / 26);
  }
}
@media screen and (min-width: 75em) {
  h2,
  .h2 {
    line-height: 1.25em;
  }
}
@media screen and (min-width: 60.5em) {
  h2,
  .h2 {
    font-size: calc(2.5em + -0.25 * (100vw - 60.5em) / 14.5);
  }
}
@media screen and (min-width: 75em) {
  h2,
  .h2 {
    font-size: 2.25em;
  }
}

h3,
.h3 {
  line-height: 1.36364em;
  font-size: 1.77689em;
}
@media screen and (min-width: 49em) {
  h3,
  .h3 {
    line-height: calc(1.36364em + -0.11364 * (100vw - 49em) / 26);
  }
}
@media screen and (min-width: 75em) {
  h3,
  .h3 {
    line-height: 1.25em;
  }
}
@media screen and (min-width: 60.5em) {
  h3,
  .h3 {
    font-size: calc(1.77689em + 0.5917 * (100vw - 60.5em) / 14.5);
  }
}
@media screen and (min-width: 75em) {
  h3,
  .h3 {
    font-size: 2.36859em;
  }
}

h4,
.h4 {
  line-height: 1.222em;
  font-size: 1.333em;
}
@media screen and (min-width: 49em) {
  h4,
  .h4 {
    line-height: calc(1.222em + -0.111 * (100vw - 49em) / 26);
  }
}
@media screen and (min-width: 75em) {
  h4,
  .h4 {
    line-height: 1.111em;
  }
}
@media screen and (min-width: 60.5em) {
  h4,
  .h4 {
    font-size: calc(1.333em + 0.44389 * (100vw - 60.5em) / 14.5);
  }
}
@media screen and (min-width: 75em) {
  h4,
  .h4 {
    font-size: 1.77689em;
  }
}

h5,
.h5 {
  line-height: 1.222em;
  font-size: 1.333em;
}
@media screen and (min-width: 49em) {
  h5,
  .h5 {
    line-height: calc(1.222em + -0.111 * (100vw - 49em) / 26);
  }
}
@media screen and (min-width: 75em) {
  h5,
  .h5 {
    line-height: 1.111em;
  }
}
@media screen and (min-width: 60.5em) {
  h5,
  .h5 {
    font-size: calc(1.333em + 0.222 * (100vw - 60.5em) / 14.5);
  }
}
@media screen and (min-width: 75em) {
  h5,
  .h5 {
    font-size: 1.555em;
  }
}

h6,
.h6 {
  line-height: 1.222em;
  font-size: 1.333em;
  font-weight: normal;
}
@media screen and (min-width: 49em) {
  h6,
  .h6 {
    line-height: calc(1.222em + -0.111 * (100vw - 49em) / 26);
  }
}
@media screen and (min-width: 75em) {
  h6,
  .h6 {
    line-height: 1.111em;
  }
}
@media screen and (min-width: 60.5em) {
  h6,
  .h6 {
    font-size: calc(1.333em + 0.222 * (100vw - 60.5em) / 14.5);
  }
}
@media screen and (min-width: 75em) {
  h6,
  .h6 {
    font-size: 1.555em;
  }
}

h1 + h2 {
  margin-top: 39px;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 3005em) {
  h1 + h2 {
    margin-top: 46.5px;
    margin-top: 2.58333rem;
  }
}

h2 + h3,
h3 + h4,
h4 + h5 {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 3005em) {
  h2 + h3,
  h3 + h4,
  h4 + h5 {
    margin-top: 31px;
    margin-top: 1.72222rem;
  }
}

h5 + h6 {
  margin-top: -13px;
  margin-top: -0.8125rem;
}
@media screen and (min-width: 3005em) {
  h5 + h6 {
    margin-top: -15.5px;
    margin-top: -0.86111rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans Condensed", sans-serif;
}

hgroup {
  display: block;
}

a {
  text-decoration: none;
  color: #2eac97;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: transparent;
}

ul li,
ol li {
  margin-bottom: .563em;
}

ol > li {
  list-style-type: decimal;
}

ul > li {
  list-style-type: disc;
}

ol.signatories {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  list-style: decimal;
  list-style-type: decimal;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  -webkit-column-width: 250px;
     -moz-column-width: 250px;
          column-width: 250px;
}
ol.signatories li {
  margin: 0 0 10px 0;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  list-style: decimal;
}

.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 1.75rem;
  margin-left: 2.5rem;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

ul.address {
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  padding: .85em;
  margin: 0;
  font-weight: bold;
  font-size: 1em;
  list-style-type: none;
  text-align: center;
}
ul.address li {
  list-style-type: none;
}

p.entry-meta,
.tile__desc,
.entry-categories a {
  font-size: 12px;
  text-transform: uppercase;
  color: #989898;
  letter-spacing: 1px;
  margin-bottom: ms(0);
  padding-bottom: .5em;
  padding-top: .5em;
}

.member-author:before {
  content: "By: ";
  display: inline;
}

.entry-time,
.entry-terms,
.entry-author {
  font-family: "Proxima Nova Bold", sans-serif;
}

.member-resource .entry-categories {
  content: "";
}

.entry-tags a,
.tagcloud a {
  border: 2px solid #323232;
  padding: 0.25rem 0.45rem;
  color: #323232;
  display: inline-block;
  margin: 0.2em;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 60.5em) {
  table {
    margin: 50px auto;
  }
}
table.table-striped tbody tr:nth-of-type(odd) {
  background: #f4f4f4;
}
table.table-hover tbody tr.selected {
  background: #dbdbdb;
}

tr:nth-of-type(2n+1) {
  background: #eee;
}

th {
  background: #238474;
  color: white;
  font-weight: bold;
}

td,
th {
  padding: 10px;
  border: 1px solid palette(wild-sand, dark);
  text-align: left;
  font-size: 100;
}

@media only screen and (max-width: 60.5em) {
  td, th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 18px;
  }

  table, thead, tbody, th, td, tr {
    display: block;
  }

  tr {
    border: 1px solid #ccc;
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr:nth-of-type(2n+1) {
    background: #eee;
  }

  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td::before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: ms(-1);
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    font-weight: bold;
  }
}
body,
p {
  font-family: "Proxima Nova Regular", sans-serif;
}

body {
  background-color: #f4f4f4;
}

body .home {
  background-color: #fff;
}

@media screen and (min-width: 60.5em) {
  .page p {
    font-size: 1.111em;
  }
}

b,
strong
.bold {
  font-weight: bold;
}

em,
i {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.lead {
  font-size: 120%;
}

mark, .highlight {
  background: #ffe5a3;
  border-radius: .2rem;
  display: inline;
  font-size: 1em;
  padding: .1em .3em;
  vertical-align: baseline;
}

small {
  line-height: 13px;
  line-height: 0.8125rem;
  font-size: 70%;
}
@media screen and (min-width: 3005em) {
  small {
    line-height: 15.5px;
    line-height: 0.86111rem;
  }
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr {
  letter-spacing: 0.1em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

.attention-grabber {
  font-family: "Open Sans Condensed", sans-serif;
  color: #323232;
  line-height: 1.222em;
  font-size: 1.333em;
}
@media screen and (min-width: 49em) {
  .attention-grabber {
    line-height: calc(1.222em + -0.111 * (100vw - 49em) / 26);
  }
}
@media screen and (min-width: 75em) {
  .attention-grabber {
    line-height: 1.111em;
  }
}
@media screen and (min-width: 60.5em) {
  .attention-grabber {
    font-size: calc(1.333em + 0.222 * (100vw - 60.5em) / 14.5);
  }
}
@media screen and (min-width: 75em) {
  .attention-grabber {
    font-size: 1.555em;
  }
}

.important-point,
blockquote {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.333em;
}

span.intro {
  font-weight: bold;
  font-size: 1.1em;
}

.intro p {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.333em;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.entry-title {
  margin-top: 0;
  margin-bottom: 0;
}

.row {
  max-width: 3000;
  margin-left: auto;
  margin-right: auto;
  margin-right: 0;
  margin: ms(0);
  padding: ms(0);
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.col-1 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-1:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 4.09137%;
  }
  .col-1:last-child {
    margin-right: 0;
  }
}

.col-2 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-2:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-2 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 10.48527%;
  }
  .col-2:last-child {
    margin-right: 0;
  }
}

.col-3 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-3:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-3 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 16.87918%;
  }
  .col-3:last-child {
    margin-right: 0;
  }
}

.col-4 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-4:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-4 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 23.27309%;
  }
  .col-4:last-child {
    margin-right: 0;
  }
}

.col-5 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-5:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-5 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 29.667%;
  }
  .col-5:last-child {
    margin-right: 0;
  }
}

.col-6 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-6:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-6 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 36.06091%;
  }
  .col-6:last-child {
    margin-right: 0;
  }
}

.col-7 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-7:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-7 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 42.45482%;
  }
  .col-7:last-child {
    margin-right: 0;
  }
}

.col-8 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-8:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-8 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 48.84873%;
  }
  .col-8:last-child {
    margin-right: 0;
  }
}

.col-9 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-9:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-9 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 55.24264%;
  }
  .col-9:last-child {
    margin-right: 0;
  }
}

.col-10 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-10:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-10 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 61.63655%;
  }
  .col-10:last-child {
    margin-right: 0;
  }
}

.col-11 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-11:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-11 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 68.03046%;
  }
  .col-11:last-child {
    margin-right: 0;
  }
}

.col-12 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-12:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-12 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 74.42436%;
  }
  .col-12:last-child {
    margin-right: 0;
  }
}

.col-13 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-13:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-13 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 80.81827%;
  }
  .col-13:last-child {
    margin-right: 0;
  }
}

.col-14 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-14:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-14 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 87.21218%;
  }
  .col-14:last-child {
    margin-right: 0;
  }
}

.col-15 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-15:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-15 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 93.60609%;
  }
  .col-15:last-child {
    margin-right: 0;
  }
}

.col-16 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.col-16:last-child {
  margin-right: 0;
}
@media screen and (min-width: 49em) {
  .col-16 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 100%;
  }
  .col-16:last-child {
    margin-right: 0;
  }
}

col-1:nth-child(16n) {
  margin-right: 0;
}
col-1:nth-child(16n+1) {
  clear: left;
}

.col-2:nth-child(8n) {
  margin-right: 0;
}
.col-2:nth-child(8n+1) {
  clear: left;
}

.col-4:nth-child(4n) {
  margin-right: 0;
}
.col-4:nth-child(4n+1) {
  clear: left;
}

.col-8:nth-child(2n) {
  margin-right: 0;
}
.col-8:nth-child(2n+1) {
  clear: left;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  width: 100%;
}

@media screen and (min-width 49em 16) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
    width: 100%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }

  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }
}
.site-container {
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.content-sidebar-wrap {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 87.21218%;
  margin-left: 6.39391%;
}
.content-sidebar-wrap:last-child {
  margin-right: 0;
}

.site-inner,
.wrap {
  margin: 0;
  max-width: 3000;
}

.home .site-inner {
  padding: 0;
}
.home .site-container {
  background-color: #fff;
}
.home .content-sidebar-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}

footer.site-footer {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
  text-align: center;
}
footer.site-footer:last-child {
  margin-right: 0;
}

.footer-widgets {
  background-color: #fff;
  clear: both;
  padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

.ngowg-logo {
  display: block;
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
  padding-bottom: 1.333em;
}
.ngowg-logo:last-child {
  margin-right: 0;
}
.ngowg-logo img {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 48.84873%;
  margin-left: 25.57564%;
}
.ngowg-logo img:last-child {
  margin-right: 0;
}

.site-footer {
  background-color: #fff;
  padding: 60px 0;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
}

.site-header * {
  font-family: "Proxima Nova Bold", sans-serif;
}
.site-header .site-title {
  margin: 0;
  padding: 0;
  color: transparent;
}
.site-header .site-title a {
  color: transparent;
}
.site-header .site-title a:active, .site-header .site-title a:hover, .site-header .site-title a:visited {
  color: transparent;
}
.site-header .title-area {
  width: 100%;
}
@media screen and (min-width: 60.5em) {
  .site-header .title-area {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 10.48527%;
  }
  .site-header .title-area:last-child {
    margin-right: 0;
  }
}
.site-header .title-area {
  display: none;
  float: left;
  text-align: center;
}
.site-header .title-area img {
  width: 80%;
}
.site-header .widget-area {
  background-color: #323232;
  display: block;
  width: 100%;
}
@media screen and (min-width: 60.5em) {
  .site-header .widget-area {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 87.21218%;
  }
  .site-header .widget-area:last-child {
    margin-right: 0;
  }
}

.site-header,
.wrap {
  padding: 0;
}

.site-header {
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

ul.ubermenu-nav-main-718-primary {
  vertical-align: middle;
}

ul#ubermenu-nav-main-718-primary.ubermenu-nav {
  display: none;
}
@media screen and (min-width: 67.5em) {
  ul#ubermenu-nav-main-718-primary.ubermenu-nav {
    display: block;
  }
}

.ubermenu-skin-white {
  border-top: 0;
}

#ubermenu-main-718-primary {
  vertical-align: middle;
}

@media screen and (min-width: 75em) {
  .sidebar {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 16.87918%;
  }
  .sidebar:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 75em) {
  .blog .sidebar {
    margin-top: 12em;
  }
}

.sidebar p:last-child {
  margin-bottom: 0;
}

.entry {
  display: block;
  margin-bottom: ms(1);
}

.entry-content {
  width: 100%;
}

.page .entry-content {
  text-align: justify;
}

.member-resource .entry,
.resource .entry {
  margin-bottom: 20px;
  position: relative;
}
.member-resource .entry-content:before,
.resource .entry-content:before {
  clear: both;
}
.member-resource article .entry-header,
.resource article .entry-header {
  position: absolute;
  top: 10px;
  width: 100%;
  background: rgba(236, 240, 239, 0.75) !important;
  text-align: center;
}
.member-resource .featured-image.no-image,
.resource .featured-image.no-image {
  height: 220px;
  background-color: #323232;
}

.widget {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
  display: block;
}
.widget:last-child {
  margin-right: 0;
}

.sidebar .widget {
  margin-bottom: 40px;
  margin-bottom: ms(0);
  padding: ms(0);
}
@media screen and (min-width: 49em) {
  .sidebar .widget {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 48.84873%;
    display: inline-block;
    padding: 2.5rem;
  }
  .sidebar .widget:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 60.5em) {
  .sidebar .widget {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 100%;
    display: block;
  }
  .sidebar .widget:last-child {
    margin-right: 0;
  }
}

.f-widget--social ul {
  text-align: center;
}

.widget__quote {
  padding: 6.5%;
}

.content {
  background-color: #fff;
  padding: 1.777em;
  margin-bottom: 1.777em;
}
@media screen and (min-width: 75em) {
  .content {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 74.42436%;
    float: left;
  }
  .content:last-child {
    margin-right: 0;
  }
}

.full-width-content .content {
  width: 100%;
  padding-top: ms(1);
}
@media screen and (min-width: 75em) {
  .full-width-content .content {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 68.03046%;
    margin-left: 12.78782%;
  }
  .full-width-content .content:last-child {
    margin-right: 0;
  }
}

.archive .content {
  background-color: #f4f4f4;
}
.archive .no-featured {
  width: 50%;
}

.home #genesis-content {
  display: none;
}

/* scss/component/_c-author.scss */
/* ### Author Box
---------------------------------------------------*/
.archive-description,
.author-box {
  border-bottom: 1px solid palette(wild-sand);
  border-top: 1px solid palette(wild-sand);
  margin-bottom: ms(2);
  padding: ms(2) 0;
}

.author-box-title {
  font-size: 1em;
  margin-bottom: 1.333;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* scss/component/_c-box.scss */
.box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1);
  display: block;
  padding: 20px;
}

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #1fc8db;
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #1fc8db;
}

.breadcrumb {
  display: none;
}
@media screen and (min-width: 60.5em) {
  .breadcrumb {
    display: block;
    margin-top: 1.333em;
  }
}

/* scss/component/_c-buttons.scss */
#mc_embed_signup .button {
  max-width: 100px;
  padding: 1.333em;
}

#mc_embed_signup {
  margin-left: 0;
}

#mc_embed_signup .clear {
  margin-left: 0 !important;
  float: none;
  clear: both;
  margin: 0;
}

a.btn-download:hover,
a.btn-link:hover,
a.btn-primary:hover {
  color: #2eac97;
}

.btn-download,
.btn-link,
.btn-primary {
  color: #fff;
  border: 2px solid #2eac97;
  border-radius: 0;
  background-color: #2eac97;
  text-transform: uppercase;
  font-size: 14px;
}
.btn-download:hover,
.btn-link:hover,
.btn-primary:hover {
  background-color: #fff;
  color: #2eac97;
  border-radius: 0;
}
.btn-download:visited,
.btn-link:visited,
.btn-primary:visited {
  color: #fff;
}

#mc_embed_signup label,
#mc_embed_signup .button,
#mc_embed_signup form {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  padding: .85em;
  margin: 0;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}
#mc_embed_signup .button {
  background-color: #323232;
  border-radius: 0;
  text-transform: uppercase;
}
#mc_embed_signup .button:hover {
  background-color: #4c4c4c;
}

button, .btn,
input[type=submit] {
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
  color: #fff;
  text-align: center;
  line-height: 1;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  padding: 1rem;
}
button:active, .btn:active,
input[type=submit]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.btn-large {
  padding: 1.5rem;
}

.btn-secondary {
  background: #777;
}

.btn-outline {
  background-color: transparent;
  border-color: currentColor;
  -webkit-transition: background 200ms, color 200ms;
  transition: background 200ms, color 200ms;
}
.btn-outline:hover {
  box-shadow: none;
  border-color: transparent;
}

.btn-small {
  padding: 0.5rem;
}

.btn-tiny {
  font-size: 80%;
  padding: 0.25rem;
}

.btn-draw {
  font-family: "Proxima Nova Semibold", sans-serif;
  position: relative;
  display: inline-block;
  color: #2eac97;
  border-bottom: 2px solid #2eac97;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  font-size: 0.75019em;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn-draw:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 2px;
  background: #2eac97;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.btn-draw > span {
  position: relative;
  display: block;
  padding: 0.5em;
  color: inherit;
}
.btn-draw > span:after, .btn-draw > span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #2eac97;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.btn-draw > span:before {
  height: 2px;
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.btn-draw > span:after {
  height: 100%;
  width: 2px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn-draw:hover > span:after, .btn-draw:hover > span:before, .btn-draw:hover:after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.btn-draw:hover:after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.btn-draw:hover > span:before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn-draw:hover > span:after {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.btn-draw:hover {
  color: #fff;
  background-color: #2eac97;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border: 1px solid #d3d6db;
  color: #222324;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  flex-pack: start;
  justify-content: flex-start;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  vertical-align: top;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  white-space: nowrap;
}
.button:hover {
  border-color: #aeb1b5;
}
.button:active, .button:focus, .button.is-active {
  border-color: #1fc8db;
  outline: none;
}
.button[disabled], .button.is-disabled {
  background-color: #f5f7fa;
  border-color: #d3d6db;
  cursor: not-allowed;
  pointer-events: none;
}
.button[disabled]::-moz-placeholder, .button.is-disabled::-moz-placeholder, .button[disabled]::-webkit-input-placeholder, .button.is-disabled::-webkit-input-placeholder, .button[disabled]:-moz-placeholder, .button.is-disabled:-moz-placeholder, .button[disabled]:-ms-input-placeholder, .button.is-disabled:-ms-input-placeholder {
  color: rgba(34, 35, 36, 0.3);
}
.button strong {
  color: inherit;
}
.button small {
  display: block;
  font-size: 11px;
  line-height: 1;
  margin-top: 5px;
}
.button .icon:first-child, .button .tag:first-child {
  margin-left: -2px;
  margin-right: 4px;
}
.button .icon:last-child, .button .tag:last-child {
  margin-left: 4px;
  margin-right: -2px;
}
.button:hover, .button:focus, .button.is-active {
  color: #222324;
}
.button:active {
  box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2);
}
.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: #111;
}
.button.is-white:hover, .button.is-white:focus, .button.is-white.is-active {
  background-color: #e6e6e6;
  border-color: transparent;
  color: #111;
}
.button.is-white:active {
  border-color: transparent;
}
.button.is-white.is-inverted {
  background-color: #111;
  color: #fff;
}
.button.is-white.is-inverted:hover {
  background-color: #040404;
}
.button.is-white.is-loading:after {
  border-color: transparent transparent #111 #111 !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
  background-color: #fff;
  border-color: #fff;
  color: #111;
}
.button.is-black {
  background-color: #111;
  border-color: transparent;
  color: #fff;
}
.button.is-black:hover, .button.is-black:focus, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: #fff;
}
.button.is-black:active {
  border-color: transparent;
}
.button.is-black.is-inverted {
  background-color: #fff;
  color: #111;
}
.button.is-black.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-black.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #111;
  color: #111;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.button.is-light {
  background-color: #f5f7fa;
  border-color: transparent;
  color: #69707a;
}
.button.is-light:hover, .button.is-light:focus, .button.is-light.is-active {
  background-color: #d3dce9;
  border-color: transparent;
  color: #69707a;
}
.button.is-light:active {
  border-color: transparent;
}
.button.is-light.is-inverted {
  background-color: #69707a;
  color: #f5f7fa;
}
.button.is-light.is-inverted:hover {
  background-color: #5d636c;
}
.button.is-light.is-loading:after {
  border-color: transparent transparent #69707a #69707a !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: #f5f7fa;
  color: #f5f7fa;
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
  background-color: #f5f7fa;
  border-color: #f5f7fa;
  color: #69707a;
}
.button.is-dark {
  background-color: #69707a;
  border-color: transparent;
  color: #f5f7fa;
}
.button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active {
  background-color: #51575f;
  border-color: transparent;
  color: #f5f7fa;
}
.button.is-dark:active {
  border-color: transparent;
}
.button.is-dark.is-inverted {
  background-color: #f5f7fa;
  color: #69707a;
}
.button.is-dark.is-inverted:hover {
  background-color: #e4e9f2;
}
.button.is-dark.is-loading:after {
  border-color: transparent transparent #f5f7fa #f5f7fa !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #69707a;
  color: #69707a;
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
  background-color: #69707a;
  border-color: #69707a;
  color: #f5f7fa;
}
.button.is-primary {
  background-color: #1fc8db;
  border-color: transparent;
  color: white;
}
.button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active {
  background-color: #199fae;
  border-color: transparent;
  color: white;
}
.button.is-primary:active {
  border-color: transparent;
}
.button.is-primary.is-inverted {
  background-color: white;
  color: #1fc8db;
}
.button.is-primary.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-primary.is-loading:after {
  border-color: transparent transparent white white !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #1fc8db;
  color: #1fc8db;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
  background-color: #1fc8db;
  border-color: #1fc8db;
  color: white;
}
.button.is-info {
  background-color: #42afe3;
  border-color: transparent;
  color: white;
}
.button.is-info:hover, .button.is-info:focus, .button.is-info.is-active {
  background-color: #1f99d3;
  border-color: transparent;
  color: white;
}
.button.is-info:active {
  border-color: transparent;
}
.button.is-info.is-inverted {
  background-color: white;
  color: #42afe3;
}
.button.is-info.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-info.is-loading:after {
  border-color: transparent transparent white white !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #42afe3;
  color: #42afe3;
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
  background-color: #42afe3;
  border-color: #42afe3;
  color: white;
}
.button.is-success {
  background-color: #97cd76;
  border-color: transparent;
  color: white;
}
.button.is-success:hover, .button.is-success:focus, .button.is-success.is-active {
  background-color: #7bbf51;
  border-color: transparent;
  color: white;
}
.button.is-success:active {
  border-color: transparent;
}
.button.is-success.is-inverted {
  background-color: white;
  color: #97cd76;
}
.button.is-success.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-success.is-loading:after {
  border-color: transparent transparent white white !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #97cd76;
  color: #97cd76;
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
  background-color: #97cd76;
  border-color: #97cd76;
  color: white;
}
.button.is-warning {
  background-color: #fce473;
  border-color: transparent;
  color: rgba(17, 17, 17, 0.5);
}
.button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active {
  background-color: #fbda41;
  border-color: transparent;
  color: rgba(17, 17, 17, 0.5);
}
.button.is-warning:active {
  border-color: transparent;
}
.button.is-warning.is-inverted {
  background-color: rgba(17, 17, 17, 0.5);
  color: #fce473;
}
.button.is-warning.is-inverted:hover {
  background-color: rgba(4, 4, 4, 0.5);
}
.button.is-warning.is-loading:after {
  border-color: transparent transparent rgba(17, 17, 17, 0.5) rgba(17, 17, 17, 0.5) !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #fce473;
  color: #fce473;
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
  background-color: #fce473;
  border-color: #fce473;
  color: rgba(17, 17, 17, 0.5);
}
.button.is-danger {
  background-color: #ed6c63;
  border-color: transparent;
  color: white;
}
.button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active {
  background-color: #e84135;
  border-color: transparent;
  color: white;
}
.button.is-danger:active {
  border-color: transparent;
}
.button.is-danger.is-inverted {
  background-color: white;
  color: #ed6c63;
}
.button.is-danger.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-danger.is-loading:after {
  border-color: transparent transparent white white !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ed6c63;
  color: #ed6c63;
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
  background-color: #ed6c63;
  border-color: #ed6c63;
  color: white;
}
.button.is-link {
  background-color: transparent;
  border-color: transparent;
  color: #69707a;
  text-decoration: underline;
}
.button.is-link:hover, .button.is-link:focus {
  background-color: #d3d6db;
  color: #222324;
}
.button.is-small {
  font-size: 11px;
  height: 24px;
  line-height: 16px;
  padding-left: 6px;
  padding-right: 6px;
}
.button.is-medium {
  font-size: 18px;
  height: 40px;
  padding-left: 14px;
  padding-right: 14px;
}
.button.is-large {
  font-size: 22px;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}
.button[disabled], .button.is-disabled {
  opacity: 0.5;
}
.button.is-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading:after {
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  position: absolute !important;
}

/* scss/component/_c-featured.scss */
.featured-section {
  display: block;
  margin-top: 1.6667em;
}
.featured-section .widget {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.featured-section .widget:last-child {
  margin-right: 0;
}
.featured-section .featured-1-section,
.featured-section .featured-2-section,
.featured-section .featured-3-section,
.featured-section .featured-4-section,
.featured-section .featured-5-section {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
  display: block;
  padding-top: 3em;
  padding-bottom: 3em;
}
.featured-section .featured-1-section:last-child,
.featured-section .featured-2-section:last-child,
.featured-section .featured-3-section:last-child,
.featured-section .featured-4-section:last-child,
.featured-section .featured-5-section:last-child {
  margin-right: 0;
}
.featured-section p.entry-meta {
  vertical-align: middle;
}
.featured-section p.entry-meta time.entry-time {
  font-size: 12px;
  float: left;
  margin-top: 1.333em;
}
.featured-section p.entry-meta span.entry-categories a {
  font-size: 11px;
  padding: .6em .85em;
  float: right;
  background-color: #323232;
  color: #fff;
}
.featured-section p.entry-meta span.entry-author {
  font-size: 12px;
}

.featured-2-section {
  background-color: #f4f4f4;
  text-align: center;
  width: 100%;
}
.featured-2-section #text-67 {
  text-align: center;
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 60.5em) {
  .featured-2-section #text-67 {
    width: 57%;
    margin: 0;
  }
}
.featured-2-section #text-67 object {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.featured-2-section #twitter_timeline-3 {
  width: 100%;
  display: inline-block;
  padding-left: 1.777em;
  padding-right: 1.777em;
  font-size: 20px;
}
@media screen and (min-width: 60.5em) {
  .featured-2-section #twitter_timeline-3 {
    width: 38%;
    margin: 0;
  }
}

.featured-1-section {
  background-color: #fff;
  text-align: center;
}

.featured-4-section {
  text-align: center;
  background-color: #323232;
  color: #fff;
}
.featured-4-section #mc4wp_form_widget-5 {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 61.63655%;
  margin-left: 19.18173%;
}
.featured-4-section #mc4wp_form_widget-5:last-child {
  margin-right: 0;
}

.mlab-modal-content {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.featured-5-section {
  background-color: #f4f4f4;
  text-align: center;
}
.featured-5-section .widget {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 74.42436%;
  margin-left: 12.78782%;
}
.featured-5-section .widget:last-child {
  margin-right: 0;
}
.featured-5-section .tagcloud a:hover {
  color: #2eac97;
  border: 2px solid #2eac97;
}

.hero__overlay-content .hero__label {
  text-transform: uppercase;
}

/* scss/component/_c-gallery.scss */
/* scss/component/_c-grid.scss */


.grid__recent {
  -webkit-box-pack: start;
  justify-content: flex-start;
  justify-content: flex-start;
  box-pack: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -o-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  text-align: center;
  clear: both;
  margin: 0;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  z-index: 5;
}

.grid__archive img {
  display: block;
}
.grid__archive h5 {
  line-height: 1.222em;
  font-size: 1.25em;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 49em) {
  .grid__archive h5 {
    line-height: calc(1.222em + -0.111 * (100vw - 49em) / 26);
  }
}
@media screen and (min-width: 75em) {
  .grid__archive h5 {
    line-height: 1.111em;
  }
}
@media screen and (min-width: 60.5em) {
  .grid__archive h5 {
    font-size: calc(1.25em + 0.25 * (100vw - 60.5em) / 14.5);
  }
}
@media screen and (min-width: 75em) {
  .grid__archive h5 {
    font-size: 1.5em;
  }
}
.grid__archive .grid__content {
  background-color: #fff;
  padding: 1.333em;
}

/* scss/component/_c-hero.scss */
/* scss/components/_c-hero.scss */
.hero-section {
  display: block;
  margin: 0;
  padding: 0;
}
.hero-section .widget {
  margin: 0;
  padding: 0;
  width: 100%;
}

.hero {
  display: block;
}
.hero figure {
  position: relative;
  background-color: #323232;
}
.hero figure figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.hero figure figcaption h1 {
  width: 100%;
  position: relative;
  z-index: 5;
  color: #fff;
}
.hero .hero__block-image {
  min-height: 450px;
  position: relative;
  color: #fff;
  background-color: #323232;
  overflow: hidden;
  z-index: 0;
}
.hero .hero__block-image a {
  color: #fff;
}
.hero .hero__block-image .hero__background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #232228;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.hero .hero__block-image .hero__background:before {
  left: 0px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 75em) {
  .hero .hero__block-image .hero__parallax {
    background-attachment: fixed;
  }
}
.hero .hero__block-image .hero__overlay {
  position: absolute;
}
.hero .hero__block-image .hero__overlay:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.vertical-align {
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-centered {
  display: table-cell;
  vertical-align: middle;
}

.hero__inner {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  -webkit-animation: fadeInUp 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
          animation: fadeInUp 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
@media screen and (min-width: 75em) {
  .hero__inner {
    width: 65%;
    display: block;
  }
}

.hero__overlay-content {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6%;
}
@media screen and (min-width: 75em) {
  .hero__overlay-content {
    display: block;
  }
}
.hero__overlay-content .hero__label {
  color: #fff;
  font-family: "Proxima Nova Semibold", sans-serif;
}
.hero__overlay-content .hero__title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hero__overlay-content .hero__desc {
  font-size: 1.5em;
}

/* scss/component/_c-pagination.scss */
.pagination {
  clear: both;
  margin: 2.5rem 0;
}
.pagination ol, .pagination ul {
  margin: 0;
  padding: 0;
}
.pagination li {
  list-style-type: none;
}
.pagination a {
  color: #323232;
  text-decoration: underline;
}
.pagination a:hover, .pagination a:focus {
  color: #333;
  text-decoration: none;
}

.archive-pagination .active a {
  color: #323232;
}

.archive-pagination ul {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
  list-style: none;
  display: block;
  clear: both;
  float: none;
  text-align: left;
  list-style: none;
  text-align: left;
}
.archive-pagination ul:last-child {
  margin-right: 0;
}
.archive-pagination a {
  background-color: #fff;
  color: #323232;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
}
.archive-pagination a:active, .archive-pagination a:hover {
  color: #323232;
  outline-width: 0px;
}
.archive-pagination li .active a {
  color: #323232;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #323232;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
}
.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #fff;
  border: 2px solid #323232;
}

.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

/* scss/component/_c-panel.scss */
.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
  color: #aeb1b5;
  float: left;
  margin: 0 4px 0 -2px;
}
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.panel-heading {
  background-color: #f5f7fa;
  border-bottom: 1px solid #d3d6db;
  border-radius: 4px 4px 0 0;
  color: #222324;
  font-size: 18px;
  font-weight: 300;
  padding: 10px;
}

.panel-list a {
  color: #69707a;
}
.panel-list a:hover {
  color: #1fc8db;
}

.panel-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  padding: 5px 10px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.panel-tabs a {
  border-bottom: 1px solid #d3d6db;
  margin-bottom: -1px;
  padding: 5px;
}
.panel-tabs a.is-active {
  border-bottom-color: #222324;
  color: #222324;
}
.panel-tabs:not(:last-child) {
  border-bottom: 1px solid #d3d6db;
}

.panel-block {
  color: #222324;
  display: block;
  line-height: 16px;
  padding: 10px;
}
.panel-block:not(:last-child) {
  border-bottom: 1px solid #d3d6db;
}

a.panel-block:hover {
  background-color: #f5f7fa;
}

.panel {
  border: 1px solid #d3d6db;
  border-radius: 5px;
}
.panel:not(:last-child) {
  margin-bottom: 20px;
}

/* scss/component/_c-plugin.scss */
/* scss/component/_c-quotes.scss */
/* scss/component/_c-social.scss */
/* scss/component/_c-tabs.scss */
.tabs {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 24px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d3d6db;
  color: #69707a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -1px;
  padding: 6px 12px;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #222324;
  color: #222324;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #1fc8db;
  color: #1fc8db;
}
.tabs ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d3d6db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
      flex: 1 auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 10px;
}
.tabs ul.is-center {
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
      flex: 0 auto;
  flex: none auto;
  -ms-flex: none;
  flex: none auto;
  flex: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
.tabs ul.is-right {
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 10px;
}
.tabs .icon:first-child {
  margin-right: 8px;
}
.tabs .icon:last-child {
  margin-left: 8px;
}
.tabs.is-centered ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs.is-right ul {
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
.tabs.is-boxed a:hover {
  background-color: #f5f7fa;
  border-bottom-color: #d3d6db;
}
.tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #d3d6db;
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
      flex: 1 auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.tabs.is-toggle a {
  border: 1px solid #d3d6db;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: #f5f7fa;
  border-color: #aeb1b5;
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-radius: 3px 0 0 3px;
}
.tabs.is-toggle li:last-child a {
  border-radius: 0 3px 3px 0;
}
.tabs.is-toggle li.is-active a {
  background-color: #1fc8db;
  border-color: #1fc8db;
  color: white;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-small {
  font-size: 11px;
}
.tabs.is-small a {
  padding: 2px 8px;
}
.tabs.is-small.is-boxed a, .tabs.is-small.is-toggle a {
  padding-bottom: 1px;
  padding-top: 1px;
}
.tabs.is-medium {
  font-size: 18px;
}
.tabs.is-medium a {
  padding: 10px 16px;
}
.tabs.is-medium.is-boxed a, .tabs.is-medium.is-toggle a {
  padding-bottom: 9px;
  padding-top: 9px;
}
.tabs.is-large {
  font-size: 28px;
}
.tabs.is-large a {
  padding: 14px 20px;
}
.tabs.is-large.is-boxed a, .tabs.is-large.is-toggle a {
  padding-bottom: 13px;
  padding-top: 13px;
}

/* scss/component/_c-tile.scss */
.tile {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
      flex: 1 auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}
.tile.is-ancestor:last-child {
  margin-bottom: -10px;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 10px;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 10px;
}
.tile.is-vertical {
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 769px) {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tile.is-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
        flex: 0 auto;
    flex: none auto;
    -ms-flex: none;
    flex: none auto;
    flex: none;
    width: 8.33333%;
  }
  .tile.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
        flex: 0 auto;
    flex: none auto;
    -ms-flex: none;
    flex: none auto;
    flex: none;
    width: 16.66667%;
  }
  .tile.is-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
        flex: 0 auto;
    flex: none auto;
    -ms-flex: none;
    flex: none auto;
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
        flex: 0 auto;
    flex: none auto;
    -ms-flex: none;
    flex: none auto;
    flex: none;
    width: 33.33333%;
  }
  .tile.is-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
        flex: 0 auto;
    flex: none auto;
    -ms-flex: none;
    flex: none auto;
    flex: none;
    width: 41.66667%;
  }
  .tile.is-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
        flex: 0 auto;
    flex: none auto;
    -ms-flex: none;
    flex: none auto;
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
        flex: 0 auto;
    flex: none auto;
    -ms-flex: none;
    flex: none auto;
    flex: none;
    width: 58.33333%;
  }
  .tile.is-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
        flex: 0 auto;
    flex: none auto;
    -ms-flex: none;
    flex: none auto;
    flex: none;
    width: 66.66667%;
  }
  .tile.is-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
        flex: 0 auto;
    flex: none auto;
    -ms-flex: none;
    flex: none auto;
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
        flex: 0 auto;
    flex: none auto;
    -ms-flex: none;
    flex: none auto;
    flex: none;
    width: 83.33333%;
  }
  .tile.is-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
        flex: 0 auto;
    flex: none auto;
    -ms-flex: none;
    flex: none auto;
    flex: none;
    width: 91.66667%;
  }
  .tile.is-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
        flex: 0 auto;
    flex: none auto;
    -ms-flex: none;
    flex: none auto;
    flex: none;
    width: 100%;
  }
}
.tile__recent {
  background-color: #323232 !important;
  background-image: none;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 400px;
}
.tile__recent * {
  color: #fff;
}
.tile__recent:before {
  content: none;
}
.tile__recent:after {
  content: '';
}
.tile__recent .tile__title {
  font-size: 1.77689em;
}
.tile__recent .btn {
  margin-top: 25px;
  vertical-align: middle;
}
.tile__recent a {
  font-family: "Proxima Nova Bold", sans-serif;
  background-color: transparent;
  text-decoration: none;
}
.tile__recent a:active, .tile__recent a:hover {
  outline: 0;
}

.tile__content {
  height: 100%;
  width: 100%;
  display: table;
}
.tile__content .tile__middle {
  vertical-align: middle;
  display: table-cell;
}
.tile__content .tile__middle .tile__desc,
.tile__content .tile__middle .tile__title {
  position: relative;
}

.tile__background {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.tile__overlay:before {
  left: 0px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}

.click-whole-area {
  border: none !important;
  height: 100%;
  left: 0px;
  position: absolute;
  text-indent: -999em;
  top: 0px;
  width: 100%;
  z-index: 777;
}

#progress {
  opacity: 1;
}

.h-effect.e-scale:hover .tile__overlay:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.h-effect.e-scale:hover .tile__title {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}
.h-effect.e-scale:hover .tile__info {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}
.h-effect.e-scale:hover .tile__info:before {
  width: 100px;
  margin-left: -50px;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0, 0.99) 0.2s;
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0, 0.99) 0.2s;
}
.h-effect.e-scale:hover .btn.border span {
  left: -12px;
}
.h-effect.e-scale:hover .btn.border i:after {
  margin-left: -5px;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media screen and (min-width: 67.5em) {
  .h-effect.e-scale:hover .tile__background {
    -webkit-transition: opacity .5s ease-in,-webkit-transform 4s linear;
    transition: opacity .5s ease-in,-webkit-transform 4s linear;
    transition: opacity .5s ease-in,transform 4s linear;
    transition: opacity .5s ease-in,transform 4s linear,-webkit-transform 4s linear;
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
.h-effect.e-scale .tile__background {
  -webkit-transition: opacity .5s ease-in, -webkit-transform .6s linear;
  transition: opacity .5s ease-in, -webkit-transform .6s linear;
  transition: opacity .5s ease-in, transform .6s linear;
  transition: opacity .5s ease-in, transform .6s linear, -webkit-transform .6s linear;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.h-effect.e-scale .tile__overlay::before {
  -webkit-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out;
}
.h-effect.e-scale .tile__info,
.h-effect.e-scale .tile__title {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.h-effect.e-scale .tile__info::before {
  content: "";
  opacity: 0;
  position: absolute;
  width: 0px;
  height: 1px;
  top: -20px;
  left: 50%;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.65);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.h-effect.e-scale .tile__overlay:before {
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.h-effect.e-scale .tile__background {
  -webkit-transition: opacity .5s ease-in,-webkit-transform .6s linear;
  transition: opacity .5s ease-in,-webkit-transform .6s linear;
  transition: opacity .5s ease-in,transform .6s linear;
  transition: opacity .5s ease-in,transform .6s linear,-webkit-transform .6s linear;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* scss/component/_c-widget.scss */
.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 1.333em;
}
@media screen and (min-width: 49em) {
  .sidebar .widget {
    padding: 1.777em;
  }
}

.widgettitle {
  display: none;
}

#wp_views-65 {
  text-align: center;
}

#text-70 {
  text-align: center;
}

@media screen and (min-width: 60.5em) {
  #text-67 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 61.63655%;
    margin-left: 19.18173%;
  }
  #text-67:last-child {
    margin-right: 0;
  }
}

#text-72 {
  font-size: 1.333em;
}
@media screen and (min-width: 60.5em) {
  #text-72 {
    float: left;
    display: block;
    margin-right: 2.30254%;
    width: 61.63655%;
    margin-left: 19.18173%;
  }
  #text-72:last-child {
    margin-right: 0;
  }
}

#text-67 {
  padding: 1.333em;
}

.f-widget--social ul {
  text-align: center;
}

/* 3-column Footer Widgets
--------------------------------------------- */
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 30%;
  /* 360px / 1200px */
  float: left;
}

@media only screen and (max-width: 768px) {
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 100%;
  }

  .footer-widgets-1,
  .footer-widgets-2 {
    margin-right: 0;
  }
}
.footer-widgets {
  background-color: #fff;
  text-align: center;
  display: block;
  width: 100%;
}
.footer-widgets .wrap {
  background-color: #fff;
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer-widgets .wrap:last-child {
  margin-right: 0;
}

#mc-embedded-subscribe button, #mc-embedded-subscribe .btn {
  background-color: #323232;
  margin-top: .3em;
}
#mc-embedded-subscribe button:hover, #mc-embedded-subscribe .btn:hover {
  background-color: #4c4c4c;
}

#mc_embed_signup .clear {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 74.42436%;
  margin-left: 12.78782%;
}
#mc_embed_signup .clear:last-child {
  margin-right: 0;
}

#wpcom_social_media_icons_widget-10 {
  padding-bottom: 1.333em;
}

.sitemap a:hover {
  color: #2eac97;
}
.sitemap a h6 {
  font-style: normal;
  padding: .85em;
  margin: 0;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}

/* scss/page/_p-blog.scss */
.blog .content {
  background-color: #f4f4f4;
}

.content .before-blog {
  display: block;
  margin-bottom: 3em;
  padding-bottom: 2em;
}
.content .before-blog p {
  padding-left: 1em;
  font-size: 1.2em;
}

.blog .grid {
  vertical-align: middle;
}

.grid__blog:first-child {
  margin: 0;
}

.grid__blog {
  max-width: 3000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.grid__blog:before, .grid__blog:after {
  content: "";
  display: table;
}
.grid__blog:after {
  clear: both;
}
.grid__blog .blog-img {
  padding: 0;
}
.grid__blog .entry {
  background-color: #fff;
  vertical-align: top;
  margin-bottom: 1.6667em;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 49em) {
  .grid__blog .entry {
    min-height: 300px;
    width: 42%;
    margin-left: 1.2em;
    margin-right: 1.2em;
    display: inline-block;
  }
}
.grid__blog .blog-head,
.grid__blog .blog-content {
  display: inline-block;
  vertical-align: top;
}
.grid__blog .blog-content {
  padding: 1.333em;
}
.grid__blog .blog-img {
  vertical-align: middle;
  white-space: nowrap;
  padding: 0;
}
.grid__blog .blog-img:before {
  background-color: #323232;
  opacity: .5;
}
.grid__blog .blog-img .size-featured-square {
  display: none;
}
.grid__blog .blog-img .size-full,
.grid__blog .blog-img .size-featured-wide {
  display: block;
}
.grid__blog .blog-img img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 87.5em) {
  .grid__blog .blog-content {
    float: right;
  }
}
.grid__blog .blog-content .entry-title,
.grid__blog .blog-content .entry-bottom {
  margin-bottom: 0.75em;
}
.grid__blog .blog-content .entry-top {
  margin-right: 0;
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
  margin-top: 0;
}
.grid__blog .blog-content .entry-top:last-child {
  margin-right: 0;
}
.grid__blog .blog-content .entry-top time.entry-time,
.grid__blog .blog-content .entry-top span.entry-categories {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.grid__blog .blog-content .entry-top time.entry-time:last-child,
.grid__blog .blog-content .entry-top span.entry-categories:last-child {
  margin-right: 0;
}
.grid__blog .blog-content .entry-title,
.grid__blog .blog-content .entry-bottom {
  float: left;
  display: block;
  margin-right: 2.30254%;
  width: 100%;
}
.grid__blog .blog-content .entry-title:last-child,
.grid__blog .blog-content .entry-bottom:last-child {
  margin-right: 0;
}
.grid__blog .blog-content p.author {
  display: block;
}

.blog p.entry-meta,
.archive p.entry-meta,
.home p.entry-meta {
  vertical-align: middle;
}
.blog p.entry-meta time.entry-time,
.archive p.entry-meta time.entry-time,
.home p.entry-meta time.entry-time {
  font-size: 12px;
  float: left;
  margin-top: 1.333em;
}
.blog p.entry-meta span.entry-categories a,
.archive p.entry-meta span.entry-categories a,
.home p.entry-meta span.entry-categories a {
  font-size: 11px;
  padding: .6em .85em;
  float: right;
  background-color: #323232;
  color: #fff;
}
.blog p.entry-meta span.entry-author,
.archive p.entry-meta span.entry-author,
.home p.entry-meta span.entry-author {
  font-size: 12px;
}

/* scss/page/_p-archive.scss */
.archive .entry-img {
  display: inline-block;
}
@media screen and (min-width: 87.5em) {
  .archive .entry-img {
    width: 100%;
  }
}
.archive .grid-content {
  background-color: #fff;
  display: inline-block;
  padding: 0.563em;
  border-left: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}

.z-tabs.mobile,
.z-tabs.desktop {
  background-color: #fff;
}

.archive-content {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  min-width: 200px;
  background-color: #323232;
}
.select2-container .select2-selection--multiple {
  height: 50px;
}

.page-id-20743 .full-width-content .content {
  width: 100%;
  vertical-align: top;
}

.filter {
  vertical-align: top;
  background-color: #fff;
  padding: 1em;
  display: block;
}


@media screen and (min-width: 75em) {
  .full-width-content .content {
    clear: both;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.filter__col-2 {
  height: 250px;
}

.filter__col-3,
.filter__col-4 {
  display: inline;
  float: right;
}

.filter__col-1,
.filter__col-2 {
  font-size: 12px;
  display: inline-block;
}

.filter__col-1 ul,
.filter__col-2 ul {
  list-style-type: none;
  column-count: 3;
}

.filter__col-2 input,
.filter__col-2 label {
  display: inline;
}

.filter__col-2 .form-radio {
  width: 15px;
}

.filter__col-2 .wpcf-form-label {
  width: 100px;
  display: inline;
}

#post_tag-370,
#post_tag-369,
#post_tag-319,
#post_tag-28,
#post_tag-361,
#post_tag-49,
#post_tag-357,
#post_tag-368,
#post_tag-367,
#post_tag-354,
#post_tag-358,
#post_tag-317,
#post_tag-351,
#post_tag-233,
#post_tag-495 {
  display: none;
}






p.important-point {
	font-size: 1.333em;
	font-weight: 700;
}

.grid .grid__archive-item .grid__content {
	background-color: #ffffff;
}

.page-id-231 .content {
	background-color: #f4f4f4;
}

#mc_embed_signup .clear {
	float: none;
	margin-right: 0;
	width: auto;
	margin-left: 0;
}

#mc_embed_signup,
#mc_embed_signup_scroll {
	text-align: center;
}

.footer-widgets .wrap .footer-widgets-1 {
	width: 100%;
	
	.sitemap {
		display: inline-block;
	}

	.widget {
		display: inline;
		width: 100%;
	}
}

#mc_embed_signup input.email {
	margin: 0 0 10px 0;
	min-width: 90px;
}

.footer-widgets .wrap .footer-widgets-1, .footer-widgets .wrap .footer-widgets-2, .footer-widgets .wrap .footer-widgets-3 {
	width: 100%;
	text-align: center;
	padding: 1em;
}

@media screen and (min-width: 27em) {
	.footer-widgets {
		.wrap .footer-widgets-1 {
			.widget {
				display: inline;
				width: 46%;
			}
		}

		#text-15 {
			width: 18%;
			margin-left: 5%;
			margin-right: 5%;
		}

		#text-6,
		#text-11,
		#text-12,
		#text-13 {
			padding: .2em;
			text-align: center;
			width: 12%;
			
			a {
				color: #323232;
			}
		}
	
		#text-6 {
			margin-left: 5%;
	
				a {
				color: #323232;
			}
		}
	}
}


@media screen and (min-width: 47em) {
	
	.footer-widgets .wrap .footer-widgets-2, .footer-widgets .wrap .footer-widgets-3 {
	width: 70%;
	text-align: center;
	}

	.footer-widgets .wrap .footer-widgets-3 {
	width: 30%;
	text-align: center;
	}

	.footer-widgets-2 {
		float: left;
	}
	
	.footer-widgets-3 {
		float: right;
	}
	.footer-widgets .wrap .footer-widgets-1 {
	padding: 1.67em;
	
	.widget {
		display: inline;
		width: 16.6666%;
		margin-right: 0;
		padding: .3em;
		
		a {
			color: #323232;
		}
		
	}
}

}


.footer-widgets .wrap .footer-widgets-3 {
	padding-top: 25px;
}

#text-15 {
	background: #DF252A;
	min-height: 5em;
	text-align: center;
	color: #fff;
	}

#text-15 .textwidget {
		padding:.2em;
	}
	
#text-15 h5, #text-15 a {
		color: #fff;
}


#text-6,
#text-11,
#text-12,
#text-13,
#text-14 {
	
	h5 {
		font-size: 1.1em;
		margin-bottom: .5em;
		text-decoration: underline;
	}
	p { 
		font-size:.90em;
	}
}

#text-14 {
	margin-bottom: 1.5em;
}

strong {
    display:inline !important;
}

#text-9 {
	background-color: #ffffff;
	padding: 2em;
}


@media screen and (min-width: 60.5em) {
#text-9 {
	width: 58%;
}
}

.primary-below-content .content-sidebar-wrap {
	float: none;
	clear: both;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

.primary-below-content #genesis-content,
.primary-above-content #genesis-content {
	clear: both;
	width: 98%;
}

.primary-below-content .sidebar,
.primary-above-content .sidebar {
	display: block;
	width: 100%;
}

.primary-below-content #genesis-content,
.primary-above-content #genesis-content,
.primary-below-content .sidebar,
.primary-above-content .sidebar {
	float: none;
}



@media screen and (min-width: 50.5em) {
	.featured-2-section
	#twitter_timeline-3 {
    width: 50%;
    display: inline-block;
    padding-left: 1.333em;
    padding-right: 1.333em;
    font-size: 20px;
	}
}



@media screen and (min-width: 50.5em) {
	.featured-2-section
	#text-16 {
    width: 50%;
    display: inline-block;
    padding-left: 1.333em;
    padding-right: 1.333em;
    font-size: 20px;
	}
}

@media screen and (min-width: 60.5em) {
	.featured-2-section
	#text-16 {
    width: 50%;
    margin: 0;
  }
}

@media screen and (min-width: 20.5em) {
	.featured-2-section
	#text-16 {
    width: 50%;
    margin: 0;
  }
}




/* Below added 11 June 2018 */
#advanced_text-5 {
	background-color: #fff;
	width:86%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 3em 3em 3em 3em;
	float: none;
}

#advanced_text-5 h6 {
	font-family: "Proxima Nova Semibold", sans-serif;
	font-size: 1.111em;
}

/* Below needs to be organized within this file */



p.important-point {
	font-size: 1.333em;
	font-weight: 700;
}

.grid .grid__archive-item .grid__content {
	background-color: #ffffff;
}

.page-id-231 .content {
	background-color: #f4f4f4;
}

.page-id-22853 .content {
margin: 0;
width: 100%;
}

#mapsvg-22860 .mapsvg-buttons.right {
position: absolute;
right: 7%;
top: 28%;
}

div.mapsvg-tooltip {
z-index: 9999999 !important;		
}

/*

#mc_embed_signup .clear {
	float: none;
	margin-right: 0;
	width: auto;
	margin-left: 0;
}

#mc_embed_signup,
#mc_embed_signup_scroll {
	text-align: center;
}

.footer-widgets .wrap .footer-widgets-1 {
	width: 100%;
}	

.sitemap {
		display: inline-block;
	}

.widget {
		display: inline;
		width: 100%;
	}


#mc_embed_signup input.email {
	margin: 0 0 10px 0;
	min-width: 90px;
}

.footer-widgets .wrap .footer-widgets-1, .footer-widgets .wrap .footer-widgets-2, .footer-widgets .wrap .footer-widgets-3 {
	width: 100%;
	text-align: center;
	padding: 1em;
}







.footer-widgets .wrap .footer-widgets-3 {
	padding-top: 25px;
}

#text-15 {
	background: #DF252A;
	min-height: 5em;
	text-align: center;
	color: #fff;
	}
	#text-15 h5,
	#text-15 a {
		color: #fff;
	}



#text-6,
#text-11,
#text-12,
#text-13,
#text-14 {
	
	h5 {
		font-size: 1.1em;
		margin-bottom: .5em;
		text-decoration: underline;
	}
	p { 
		font-size:.90em;
	}
}

#text-14 {
	margin-bottom: 1.5em;
}

strong {
    display:inline !important;
}

#text-9 {
	background-color: #ffffff;
	padding: 2em;
}

.primary-below-content .content-sidebar-wrap {
	float: none;
	clear: both;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

.primary-below-content #genesis-content,
.primary-above-content #genesis-content {
	clear: both;
	width: 98%;
}

.primary-below-content .sidebar,
.primary-above-content .sidebar {
	display: block;
	width: 100%;
}

.primary-below-content #genesis-content,
.primary-above-content #genesis-content,
.primary-below-content .sidebar,
.primary-above-content .sidebar {
	float: none;
}

#page-id-21643 ul > li,
#page-id-21643 ul li,
#page-id-21643 li {
	font-family: "Proxima Nova Regular", sans-serif;
	font-size: 1.111em;
}
 */
 
 
 
@media screen and (min-width: 27em) {
.footer-widgets .widget {
display: inline;
width: 46%;
}

#text-15 {
width: 18%;
margin-left: 5%;
margin-right: 5%;
}

#text-6,
#text-11,
#text-12,
#text-13 {
padding: .2em;
text-align: center;
width: 12%;
color: #323232;
}
	
#text-6 {
margin-left: 5%;
}
	
#text-6 a, #text-11 a, #text-12 a, #text-13 a {
color: #323232;	
}

}

@media screen and (min-width: 60.5em) {
#text-9 {
width: 58%;
}
}

@media screen and (min-width: 47em) {
	
.footer-widgets .wrap .footer-widgets-2, .footer-widgets .wrap .footer-widgets-3 {
width: 60%;
text-align: center;
}

.footer-widgets .wrap .footer-widgets-3 {
width: 40%;
text-align: center;
}

.footer-widgets-2 {
float: left;
}
	
.footer-widgets-3 {
float: right;
}
	
.footer-widgets .wrap .footer-widgets-1 {
padding: 1.67em;
}
	  
.footer-widgets .widget {
display: inline-block;
width: 100%;
margin-right: 0;
padding: .3em;
}

.footer-widgets .widget a {
color: #323232;
}

}

.footer-widgets-1 {
position: relative;
display: inline-flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: space-around !important;
width: 100% !important;
margin: 0 !important;
height: auto !important;
flex-wrap: nowrap !important;	
}

.footer-widgets-1 section {
width: 	14% !important;
display: inline-block !important;
margin: 0 !important;
}

.footer-widgets-1 section#text-15 {
width: 16% !important;
margin-left: 2% !important;
}

.footer-widgets-2, .footer-widgets-3 {
position: relative;
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: center !important;
width: 50% !important;
height: auto !important;
}
