html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, input, article, aside, footer, header, nav, section {
  margin: 0;
  padding: 0; }

iframe, img {
  border: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, footer, header, hgroup, nav, section {
  display: block; }

.clear {
  clear: both; }

.skip-link {
  position: absolute;
  left: -9999px; }

a,
a span,
input[type="submit"] {
  text-decoration: none;
  -webkit-appearance: none;
  transition-property: color background-color;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: color background-color;
  -webkit-transition-duration: 100ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: color background-color;
  -moz-transition-duration: 100ms;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: color background-color;
  -ms-transition-duration: 100ms;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: color background-color;
  -o-transition-duration: 100ms;
  -o-transition-timing-function: ease-in-out; }

a img {
  transition: opacity 100ms ease-in-out;
  -webkit-transition: opacity 100ms ease-in-out;
  -moz-transition: opacity 100ms ease-in-out;
  -ms-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden; }

svg.hide {
  display: none; }

.textwrap {
  overflow: hidden; }

.screen-reader-response {
  position: absolute;
  left: -9999px; }

svg {
  max-height: 100%;
  max-width: 100%; }

ol {
  font-weight: 300;
  margin-left: 50px;
  font-size: 18px; }

body {
  font-family: "Lato", sans-serif;
  color: #6e6e6e;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  overflow-x: hidden; }

a {
  color: #69C9C8; }
  a:hover {
    color: #373737; }

::selection {
  background: #69C9C8;
  color: #FFF; }

::-moz-selection {
  background: #69C9C8;
  color: #FFF; }

h2, h3, h4, h5 {
  margin-bottom: 0.5em; }

p {
  margin-bottom: 0.7em; }

.top-nav {
  background: #2d2d2d; }
  .top-nav .top-right {
    float: right; }
  .top-nav #top-nav {
    float: left;
    padding-right: 20px; }
    .top-nav #top-nav li {
      float: left;
      display: block; }
      .top-nav #top-nav li a {
        display: block;
        color: #b9b9b9;
        padding: 0 10px;
        line-height: 30px;
        font-size: 13px; }
        .top-nav #top-nav li a:hover {
          color: #69C9C8; }
  .top-nav .header-cart {
    float: right; }
    .top-nav .header-cart a {
      line-height: 30px;
      display: block;
      color: #b9b9b9;
      font-size: 13px;
      padding-left: 30px;
      background: url(../images/icon-cart.png) left center no-repeat;
      background-size: 22px auto; }
      .top-nav .header-cart a span {
        transition: opacity 0ms ease-in-out;
        -webkit-transition: opacity 0ms ease-in-out;
        -moz-transition: opacity 0ms ease-in-out;
        -ms-transition: opacity 0ms ease-in-out;
        -o-transition: opacity 0ms ease-in-out; }
      .top-nav .header-cart a:hover {
        color: #69C9C8; }
  @media screen and (max-width: 940px) {
    .top-nav {
      display: none; } }

.header {
  position: relative;
  width: 100%;
  z-index: 999; }
  .header #desktopHeader {
    height: 120px;
    background: #1A1A1A; }
    .header #desktopHeader .logo img {
      display: block;
      height: 100px;
      float: left;
      margin: 10px 0 0; }
    .header #desktopHeader #navholder {
      float: right;
      margin-top: 50px; }
      .header #desktopHeader #navholder ul li {
        float: left;
        list-style: none;
        text-align: center; }
        .header #desktopHeader #navholder ul li a {
          color: #FFF;
          font-weight: 300;
          font-size: 16px;
          padding: 15px 20px;
          position: relative; }
          .header #desktopHeader #navholder ul li a:after {
            position: absolute;
            top: 100%;
            left: 10%;
            width: 80%;
            height: 1px;
            background: #69C9C8;
            content: "";
            opacity: 0;
            transition: height 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
            transform: translateY(-14px); }
          .header #desktopHeader #navholder ul li a:hover:after, .header #desktopHeader #navholder ul li a:focus:after {
            height: 3px;
            opacity: 1;
            transform: translateY(-4px); }
        .header #desktopHeader #navholder ul li.current-menu-item a:after {
          height: 3px;
          opacity: 1;
          transform: translateY(-4px); }
        .header #desktopHeader #navholder ul li:last-of-type a {
          border: 2px solid #69C9C8;
          border-radius: 16px;
          font-weight: bold;
          color: #69C9C8;
          margin-left: 20px; }
          .header #desktopHeader #navholder ul li:last-of-type a:after {
            height: 0; }
          .header #desktopHeader #navholder ul li:last-of-type a:hover {
            background: #69C9C8;
            color: #1A1A1A; }
            .header #desktopHeader #navholder ul li:last-of-type a:hover:after {
              height: 0; }
  .header #mobileHeader {
    display: none;
    height: 60px;
    width: 100%;
    background: #000;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 1000; }
    .header #mobileHeader .mobileLogo {
      width: 210px;
      position: absolute;
      left: 50%;
      margin-left: -105px;
      top: 5px;
      z-index: 600; }
      .header #mobileHeader .mobileLogo svg {
        width: 210px;
        height: 49px; }
    .header #mobileHeader .mobileMenu {
      float: left;
      width: 62px;
      height: 60px;
      position: relative; }
      .header #mobileHeader .mobileMenu svg {
        width: 30px;
        margin: 12px 16px -1px; }
        .header #mobileHeader .mobileMenu svg path {
          fill: #69C9C8; }
      .header #mobileHeader .mobileMenu span {
        font-size: 10px;
        display: block;
        text-align: center;
        color: #69C9C8; }
    .header #mobileHeader .mobilePhone {
      float: right;
      width: 60px;
      height: 60px;
      position: relative; }
      .header #mobileHeader .mobilePhone a {
        background: url(../images/icon-cart-mobile.png) center 8px no-repeat;
        background-size: 32px 30px;
        display: block;
        width: 60px;
        height: 60px; }
        .header #mobileHeader .mobilePhone a span {
          font-size: 10px;
          display: block;
          text-align: center;
          color: #FFF;
          position: absolute;
          bottom: 9px;
          left: 0;
          right: 0; }
  @media screen and (max-width: 940px) {
    .header {
      position: fixed !important;
      width: 100%;
      background: #FFF; }
      .header #desktopHeader {
        display: none; }
      .header #mobileHeader {
        display: block; }
      .header #navholder {
        display: none; } }

#mobileNav #navholder {
  display: none;
  position: absolute;
  top: 0;
  z-index: 999;
  background: #69C9C8;
  height: 100%;
  width: 280px;
  left: -280px;
  box-shadow: inset -10px 0 10px -5px rgba(0, 0, 0, 0.2); }
  #mobileNav #navholder #nav {
    margin: 0;
    background: #69C9C8;
    line-height: 1; }
    #mobileNav #navholder #nav li {
      list-style: none; }
      #mobileNav #navholder #nav li a {
        border-bottom: 1px solid #56c2c1;
        width: 100%;
        padding: 12px;
        display: block;
        color: #FFF;
        font-size: 18px;
        font-weight: bold;
        box-shadow: -15px 0 10px -10px rgba(0, 0, 0, 0.2) inset; }
        #mobileNav #navholder #nav li a:hover {
          background: #62c6c5; }
      #mobileNav #navholder #nav li ul.sub-menu li a {
        padding-left: 30px;
        font-weight: normal;
        font-size: 16px; }
      #mobileNav #navholder #nav li ul.sub-menu li ul.sub-menu li a {
        padding-left: 40px; }

@media screen and (max-width: 1023px) {
  .header #desktopHeader #navholder ul li a {
    padding: 15px; }

  #mobileNav #navholder {
    display: block; }

  body .header, body .pagewrap {
    position: relative;
    left: 0;
    transition: all 200ms ease-in-out;
    transform: translateZ(0); }
  body #mobileNav #navholder {
    left: -280px;
    transition: all 200ms ease-in-out;
    transform: translateZ(0); } }
main.home .banner {
  background: url("../images/banner.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 8% 4%;
  box-sizing: border-box; }
  main.home .banner img {
    max-width: 90%; }
  @media screen and (max-width: 640px) {
    main.home .banner {
      padding: 10%; } }
main.home .current-campaign {
  padding: 3%;
  text-align: center; }
  main.home .current-campaign h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 1em;
    color: #69C9C8;
    font-weight: 900; }
    main.home .current-campaign h2 a, main.home .current-campaign h2 span {
      font-weight: 400;
      text-transform: capitalize;
      font-size: 16px;
      margin-left: 3px;
      vertical-align: top;
      display: inline-block;
      font-family: "Lato", sans-serif; }
    main.home .current-campaign h2.products {
      margin: 0 0 2em;
      line-height: 25px; }
  main.home .current-campaign .campaign-logo {
    display: block;
    margin: 0 auto 2em; }
  main.home .current-campaign p {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 300;
    margin: 0 0 1em;
    color: #515151; }
  main.home .current-campaign hr {
    padding: 2em 0 0;
    margin: 0 0 2em;
    border: 1px solid #ccc;
    border-width: 0 0 1px;
    background: none;
    display: block; }
  main.home .current-campaign ul.products li.product {
    margin: 0 1% 2em;
    width: 23%; }
    main.home .current-campaign ul.products li.product h3 {
      padding: 0;
      margin: 0 0 8px;
      font-size: 16px;
      line-height: 1.3em;
      color: #69C9C8;
      font-weight: 400; }
    main.home .current-campaign ul.products li.product span.price {
      font-size: 20px;
      color: #7f7f7f;
      line-height: 1em; }
    @media screen and (max-width: 768px) {
      main.home .current-campaign ul.products li.product {
        margin: 0 0 2em;
        width: 48%; } }
  @media screen and (max-width: 640px) {
    main.home .current-campaign {
      padding: 6% 4%; } }
main.home .campaign-progress {
  padding: 1% 4%;
  background: #f5f5f5;
  border: 1px solid #d5d5d5;
  border-width: 1px 0;
  text-align: center; }
  main.home .campaign-progress .row {
    max-width: 600px; }
  main.home .campaign-progress .campaign-timer {
    margin-top: 26px;
    float: none;
    width: 200px; }
    main.home .campaign-progress .campaign-timer h5 {
      font-size: 20px;
      font-weight: 900; }
    main.home .campaign-progress .campaign-timer .clock {
      float: left;
      width: 25%;
      text-align: center;
      color: #373737; }
      main.home .campaign-progress .campaign-timer .clock em {
        display: block;
        font-style: normal;
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 5px;
        position: relative; }
        main.home .campaign-progress .campaign-timer .clock em::after {
          content: ':';
          position: absolute;
          top: 0;
          bottom: 0;
          right: -1px; }
      main.home .campaign-progress .campaign-timer .clock span {
        display: block;
        font-size: 11px;
        text-transform: uppercase; }
      main.home .campaign-progress .campaign-timer .clock.second em::after {
        display: none; }
  main.home .campaign-progress img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  @media screen and (max-width: 640px) {
    main.home .campaign-progress {
      padding: 3%; }
      main.home .campaign-progress .campaign-timer {
        margin: 2em auto 0; } }
main.home .concept {
  padding: 4%; }
  main.home .concept h2 {
    font-size: 45px;
    color: #69C9C8;
    margin-bottom: 0.7em;
    line-height: 1.3em;
    font-weight: 300;
    font-family: "Manhatten-Darling", sans-serif; }
  main.home .concept p {
    color: #6e6e6e;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em; }
    main.home .concept p a {
      margin: 2em 0 0;
      background: #41b4b3;
      color: #fff;
      font-weight: 900;
      padding: 12px 32px;
      display: inline-block;
      border-radius: 14px;
      text-transform: uppercase;
      font-size: 16px; }
      main.home .concept p a:hover {
        background: #44bcba; }
  main.home .concept ul {
    margin-left: 2em;
    margin-bottom: 1em; }
    main.home .concept ul li {
      color: #373737;
      font-size: 20px;
      font-weight: 300;
      line-height: 1.5em; }
  @media screen and (max-width: 640px) {
    main.home .concept h2 {
      font-size: 24px; } }
main.home .subscribe {
  padding: 4% 4% 3%;
  background: #5ec1c0;
  text-align: center; }
  main.home .subscribe h4 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 1.5em;
    font-weight: 400;
    text-transform: uppercase; }
  main.home .subscribe p {
    margin: 0; }
  main.home .subscribe .mc4wp-checkbox-contact_form_7 {
    display: none; }
  main.home .subscribe .wpcf7 {
    max-width: 430px;
    margin: 0 auto; }
    main.home .subscribe .wpcf7 .wpcf7-text {
      float: left;
      width: 67%;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      padding: 10px 20px; }
    main.home .subscribe .wpcf7 .wpcf7-submit {
      background: #2a2a2a;
      border-radius: 8px;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 900;
      float: right;
      width: 30%;
      font-family: "Lato", sans-serif;
      padding: 10px; }
main.home .instagram {
  padding: 5%; }
  main.home .instagram h3 {
    font-size: 22px;
    color: #69C9C8;
    margin: 0 0 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700; }

.globalfooter {
  background: #2a2a2a;
  padding: 4% 4% 2%; }
  .globalfooter .logo {
    max-width: 250px;
    width: 100%;
    display: block; }
  .globalfooter p {
    color: #fff;
    line-height: 1.4em; }
    .globalfooter p.heading {
      font-size: 16px;
      font-weight: 700;
      color: #69C9C8;
      text-transform: uppercase;
      margin: 0 0 1.5em; }
  .globalfooter ul li {
    display: block;
    line-height: 1.4em; }
    .globalfooter ul li a {
      color: #ebebeb; }
      .globalfooter ul li a:hover {
        color: #69C9C8; }
  .globalfooter a {
    color: #69C9C8; }
    .globalfooter a:hover {
      color: #fff; }
  .globalfooter .footer-column {
    padding-bottom: 2em; }
  .globalfooter .social-box a {
    display: inline-block;
    color: #fff;
    margin: 0 0 14px; }
    .globalfooter .social-box a::before {
      color: #69C9C8;
      margin: 0 10px 0 0;
      font-size: 26px;
      vertical-align: middle; }
  .globalfooter .copyright {
    margin-top: 4em; }
  .globalfooter .site-by {
    text-align: right; }
  @media (max-width: 1024px) {
    .globalfooter {
      font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 1000px) {
    .globalfooter .footer-column {
      width: 33%; }
      .globalfooter .footer-column:first-of-type {
        display: none; } }
  @media (max-width: 767px) {
    .globalfooter .footer-column:first-of-type {
      display: none; } }

.content.woocommerce {
  padding: 3%; }
  @media screen and (max-width: 640px) {
    .content.woocommerce {
      padding: 5%; } }
  .content.woocommerce .shop-header {
    text-align: center; }
  .content.woocommerce .shop-sidebar ul {
    margin: 0 0 1em;
    padding: 0 0 1em;
    border-bottom: 1px solid #e0e0e0; }
    .content.woocommerce .shop-sidebar ul li {
      display: block;
      font-size: 16px;
      font-weight: 400; }
      .content.woocommerce .shop-sidebar ul li a {
        color: #6d6d6d;
        padding: 3px 0;
        display: block; }
      .content.woocommerce .shop-sidebar ul li.current a, .content.woocommerce .shop-sidebar ul li:hover a {
        color: #69C9C8; }
  .content.woocommerce ul.products {
    width: 100%; }
    .content.woocommerce ul.products li.product {
      margin: 0;
      padding: 15px;
      width: 25%;
      text-align: center;
      font-size: 22px;
      line-height: 1;
      			/*
      
      			h3 { padding: 0; margin: 0 0 8px; font-size: 16px; line-height: 1.3em; color: $blue; font-weight: 400; }
      			span.price { font-size: 20px; color: #7f7f7f; line-height: 1em; }
      
      			.single-product & { margin: 0 2% 2em 0; width: 23%;
      
      				h3 { padding: 0; margin: 0 0 8px; font-size: 16px; line-height: 1.3em; color: $blue; font-weight: 400; }
      				span.price { font-size: 20px; color: #7f7f7f; line-height: 1em; }
      
      			}
      			*/ }
      .content.woocommerce ul.products li.product a img {
        margin: 0; }
      .content.woocommerce ul.products li.product h3 {
        margin: 0.5em 0 0.1em 0;
        padding: 0;
        font-size: 1.3em;
        line-height: 1; }
    @media screen and (max-width: 768px) {
      .content.woocommerce ul.products li.product {
        width: 50%;
        font-size: 18px;
        				/*
        				h3 { font-size: 14px; }
        				span.price { font-size: 17px; }
        
        				.single-product & { margin: 0 0 2em; width: 48%;
        
        					h3 { font-size: 14px; }
        					span.price { font-size: 17px; }
        
        				}
        				*/ } }
    @media screen and (max-width: 480px) {
      .content.woocommerce ul.products li.product {
        width: 100%;
        font-size: 22px; } }
  .content.woocommerce .related {
    clear: both; }
    .content.woocommerce .related ul.products li.product {
      width: 20%;
      text-align: center;
      font-size: 16px;
      line-height: 1; }
    @media screen and (max-width: 768px) {
      .content.woocommerce .related ul.products li.product {
        width: 50%;
        font-size: 18px; } }
    @media screen and (max-width: 480px) {
      .content.woocommerce .related ul.products li.product {
        width: 100%;
        font-size: 22px; } }
  @media screen and (max-width: 768px) {
    .content.woocommerce div.product .woocommerce-main-image {
      display: block;
      margin: 0 auto;
      max-width: 70%; } }
  .content.woocommerce div.product h1.product_title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 80px;
    line-height: 1;
    color: #69C9C8;
    font-weight: 400; }
  .content.woocommerce div.product p.price {
    margin: 0;
    color: #373737;
    font-size: 40px;
    font-weight: 400; }
  .content.woocommerce div.product .product-description p, .content.woocommerce div.product .product-description ul li {
    font-size: 17px;
    color: #373737;
    font-weight: 300; }
    .content.woocommerce div.product .product-description p strong, .content.woocommerce div.product .product-description ul li strong {
      font-weight: 400;
      color: #373737; }
  .content.woocommerce div.product form.cart .variations {
    margin: 0; }
    .content.woocommerce div.product form.cart .variations li {
      display: block;
      margin: 0 0 .7em; }
    .content.woocommerce div.product form.cart .variations label {
      padding: 0 0 .3em;
      font-size: 16px;
      display: block; }
    .content.woocommerce div.product form.cart .variations select {
      padding: 10px;
      font-family: "Lato", sans-serif;
      width: 100%;
      max-width: 250px;
      border: 2px solid #e0e0e0;
      color: #373737;
      font-size: 16px;
      border-radius: 4px;
      background: #f9f9f9;
      float: none; }
    .content.woocommerce div.product form.cart .variations .reset_variations {
      font-size: 14px;
      display: none !important; }
  .content.woocommerce div.product form.cart .button {
    vertical-align: middle;
    background: #69C9C8;
    font-size: 22px;
    padding: 19px 32px;
    border-radius: 4px;
    width: 78%;
    float: right;
    text-transform: uppercase;
    font-weight: 300; }
  .content.woocommerce div.product .product-addon p.form-row {
    padding: 0; }
  .content.woocommerce div.product .product-addon h3 {
    padding: 0 0 .3em;
    color: #373737;
    line-height: 1.5em;
    font-size: 16px;
    display: block;
    margin: 0;
    font-weight: 700; }
  .content.woocommerce div.product .product-addon label {
    font-size: 14px; }
  .content.woocommerce div.product .product-addon .chars_remaining {
    display: block;
    font-size: 14px; }
  .content.woocommerce div.product .product-addon select {
    padding: 10px;
    font-family: "Lato", sans-serif;
    width: 100%;
    max-width: 250px;
    border: 2px solid #e0e0e0;
    color: #373737;
    font-size: 16px;
    border-radius: 4px;
    background: #f9f9f9;
    float: none; }
  .content.woocommerce div.product .product-addon .input-text {
    padding: 10px;
    font-family: "Lato", sans-serif;
    width: 100%;
    max-width: 250px;
    border: 2px solid #e0e0e0;
    color: #373737;
    font-size: 16px;
    border-radius: 4px;
    background: #f9f9f9;
    float: none; }
  .content.woocommerce div.product p.stock {
    color: #373737; }
  .content.woocommerce div.product .quantity {
    margin: 0;
    width: 20%; }
    .content.woocommerce div.product .quantity .qty {
      padding: 17px;
      font-family: "Lato", sans-serif;
      width: 100%;
      border: 2px solid #e0e0e0;
      color: #373737;
      font-size: 18px;
      margin: 0 0 0;
      border-radius: 4px;
      background: #f9f9f9;
      float: none; }
  .content.woocommerce div.product .sku, .content.woocommerce div.product .posted_in, .content.woocommerce div.product .tagged_as, .content.woocommerce div.product .product_meta {
    display: none !important; }
  .content.woocommerce div.product .thumbnails a {
    border: 5px solid #f0f0f0; }
    .content.woocommerce div.product .thumbnails a:hover {
      border-color: #e5e5e5; }
  .content.woocommerce div.product .product-addon label {
    cursor: pointer; }
  .content.woocommerce h4 {
    text-transform: uppercase;
    font-weight: 400;
    color: #6d6d6d; }
  .content.woocommerce ul.layered-nav {
    margin: 0 0 1em;
    padding: 0 0 1em;
    border: none; }
    .content.woocommerce ul.layered-nav li.widget_layered_nav,
    .content.woocommerce ul.layered-nav li.widget_price_filter {
      display: block; }
      .content.woocommerce ul.layered-nav li.widget_layered_nav h5,
      .content.woocommerce ul.layered-nav li.widget_price_filter h5 {
        margin: 0;
        display: block;
        line-height: 34px;
        padding: 0;
        border-bottom: 1px solid #e7e7e7;
        font-size: 16px;
        cursor: pointer;
        color: #6d6d6d;
        font-weight: 400; }
        .content.woocommerce ul.layered-nav li.widget_layered_nav h5 span,
        .content.woocommerce ul.layered-nav li.widget_price_filter h5 span {
          float: right;
          width: 11px;
          height: 11px;
          margin: 12px 0 0;
          position: relative; }
          .content.woocommerce ul.layered-nav li.widget_layered_nav h5 span::before,
          .content.woocommerce ul.layered-nav li.widget_price_filter h5 span::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            top: 5px;
            background: #999;
            left: 0;
            opacity: 1;
            transition: opacity 200ms ease-in-out; }
          .content.woocommerce ul.layered-nav li.widget_layered_nav h5 span::after,
          .content.woocommerce ul.layered-nav li.widget_price_filter h5 span::after {
            content: '';
            position: absolute;
            width: 1px;
            height: 100%;
            left: 5px;
            background: #999;
            top: 0;
            opacity: 1;
            transition: opacity 200ms ease-in-out; }
        .content.woocommerce ul.layered-nav li.widget_layered_nav h5.active span::after,
        .content.woocommerce ul.layered-nav li.widget_price_filter h5.active span::after {
          opacity: 0; }
      .content.woocommerce ul.layered-nav li.widget_layered_nav .widget-inner,
      .content.woocommerce ul.layered-nav li.widget_price_filter .widget-inner {
        display: none; }
      .content.woocommerce ul.layered-nav li.widget_layered_nav .price_slider_wrapper,
      .content.woocommerce ul.layered-nav li.widget_price_filter .price_slider_wrapper {
        padding: 20px 0; }
      .content.woocommerce ul.layered-nav li.widget_layered_nav ul,
      .content.woocommerce ul.layered-nav li.widget_price_filter ul {
        margin: 10px 0;
        padding: 0;
        border: none; }
        .content.woocommerce ul.layered-nav li.widget_layered_nav ul li,
        .content.woocommerce ul.layered-nav li.widget_price_filter ul li {
          display: block; }
          .content.woocommerce ul.layered-nav li.widget_layered_nav ul li a,
          .content.woocommerce ul.layered-nav li.widget_price_filter ul li a {
            color: #6d6d6d;
            padding: 3px 0;
            line-height: 1em;
            display: block; }
            .content.woocommerce ul.layered-nav li.widget_layered_nav ul li a:hover,
            .content.woocommerce ul.layered-nav li.widget_price_filter ul li a:hover {
              color: #69C9C8; }
          .content.woocommerce ul.layered-nav li.widget_layered_nav ul li span,
          .content.woocommerce ul.layered-nav li.widget_price_filter ul li span {
            display: none; }

.campaign-description {
  background: #f8f8f8;
  padding: 3%;
  text-align: center; }
  .campaign-description h4 {
    color: #69C9C8;
    font-weight: 700;
    margin: 0 0 1em;
    font-size: 18px; }
  .campaign-description h5 {
    color: #69C9C8;
    font-weight: 700;
    margin: 0 0 1em;
    font-size: 17px;
    padding: 1em 0 0;
    text-transform: uppercase; }
  .campaign-description img {
    display: block;
    margin: 0 auto 2em; }
  .campaign-description p {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5em; }

.woocommerce-cart h1 {
  color: #69C9C8;
  font-weight: 300;
  font-size: 40px; }
.woocommerce-cart .shop_table.cart {
  width: 100%;
  border: none; }
  .woocommerce-cart .shop_table.cart th, .woocommerce-cart .shop_table.cart td {
    border: none;
    color: #373737;
    font-size: 16px; }
  .woocommerce-cart .shop_table.cart th {
    border: 1px solid #ccc;
    border-width: 0 0 1px;
    font-weight: 400; }
    .woocommerce-cart .shop_table.cart th.product-remove {
      width: 1em; }
  .woocommerce-cart .shop_table.cart .cart_item td {
    padding: 24px 12px;
    border-bottom: 1px solid #eee; }
    .woocommerce-cart .shop_table.cart .cart_item td.product-thumbnail img {
      width: 100%;
      max-width: 80px; }
    .woocommerce-cart .shop_table.cart .cart_item td.product-quantity input {
      padding: 6px;
      font-family: "Lato", sans-serif;
      border: 2px solid #e0e0e0;
      color: #373737;
      font-size: 16px;
      border-radius: 4px;
      background: #f9f9f9; }
    .woocommerce-cart .shop_table.cart .cart_item td .variation-Size {
      margin: 0 0 0 5px; }
      .woocommerce-cart .shop_table.cart .cart_item td .variation-Size p {
        font-weight: 400; }
    .woocommerce-cart .shop_table.cart .cart_item td.product-name {
      font-size: 20px; }
      .woocommerce-cart .shop_table.cart .cart_item td.product-name dl.variation {
        font-size: 14px; }
        .woocommerce-cart .shop_table.cart .cart_item td.product-name dl.variation dt {
          font-weight: 400;
          padding: 0;
          margin: 0 0 3px;
          clear: both;
          float: none;
          display: block; }
        .woocommerce-cart .shop_table.cart .cart_item td.product-name dl.variation dd {
          padding: 0;
          margin: 0 0 8px;
          font-weight: 400;
          float: none;
          display: block; }
          .woocommerce-cart .shop_table.cart .cart_item td.product-name dl.variation dd p {
            color: #6e6e6e;
            font-weight: 400;
            line-height: 1em; }
  .woocommerce-cart .shop_table.cart td.actions {
    border: 1px solid #ccc;
    border-width: 1px 0;
    padding: 16px 12px; }
    .woocommerce-cart .shop_table.cart td.actions .coupon {
      width: 48%;
      max-width: 350px; }
      .woocommerce-cart .shop_table.cart td.actions .coupon .input-text {
        width: 48%;
        float: left;
        padding: 6px;
        font-family: "Lato", sans-serif;
        border: 2px solid #e0e0e0;
        color: #373737;
        border-radius: 4px;
        background: #f9f9f9; }
      .woocommerce-cart .shop_table.cart td.actions .coupon .button {
        width: 48%;
        float: right;
        background: #69C9C8;
        text-transform: uppercase;
        font-weight: 300;
        color: #fff; }
        .woocommerce-cart .shop_table.cart td.actions .coupon .button:hover {
          background: #7cd0cf; }
      @media screen and (max-width: 768px) {
        .woocommerce-cart .shop_table.cart td.actions .coupon {
          width: 100%;
          max-width: none; } }
    @media screen and (max-width: 768px) {
      .woocommerce-cart .shop_table.cart td.actions .button {
        width: 100%; } }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #69C9C8;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 12px; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #7cd0cf; }
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%; }
.woocommerce-cart #wc-giftwrap {
  border-bottom: 1px solid #ccc; }
  .woocommerce-cart #wc-giftwrap button {
    background: #69C9C8;
    text-transform: uppercase; }
    .woocommerce-cart #wc-giftwrap button:hover {
      background: #7cd0cf; }

@media (max-width: 767px) {
  .woocommerce-cart .shop_table.cart th,
  .woocommerce-cart .shop_table.cart td {
    font-size: 14px; } }
.woocommerce-checkout h1 {
  color: #69C9C8;
  font-weight: 300;
  font-size: 40px;
  margin: 0 0 1em; }
.woocommerce-checkout h3 {
  color: #69C9C8;
  font-weight: 400;
  font-size: 20px; }
.woocommerce-checkout form.checkout .form-row label {
  font-size: 14px;
  font-weight: 400; }
.woocommerce-checkout form.checkout .form-row .input-text,
.woocommerce-checkout form.checkout .form-row .select2-container .select2-choice {
  width: 100%;
  padding: 8px 14px;
  font-family: "Lato", sans-serif;
  border: 2px solid #e0e0e0;
  color: #373737;
  font-size: 16px;
  border-radius: 4px;
  background: #f9f9f9;
  line-height: 20px;
  height: auto;
  display: block; }
.woocommerce-checkout #customer_details {
  margin: 0 0 2em; }
.woocommerce-checkout #payment #place_order {
  background: #69C9C8;
  font-weight: 300;
  text-transform: uppercase; }
  .woocommerce-checkout #payment #place_order:hover {
    background: #7cd0cf; }

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: 'Flaticon';
  font-size: 20px;
  font-style: normal;
  margin-left: 20px; }

.flaticon-facebook:before {
  content: "\e000"; }

.flaticon-google:before {
  content: "\e001"; }

.flaticon-instagram:before {
  content: "\e002"; }

.flaticon-pinterest:before {
  content: "\e003"; }

.flaticon-twitter:before {
  content: "\e004"; }

@font-face {
  font-family: 'Manhatten-Darling';
  src: url("../fonts/manhattandarling-regular-webfont.eot");
  src: url("../fonts/manhattandarling-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/manhattandarling-regular-webfont.woff2") format("woff2"), url("../fonts/manhattandarling-regular-webfont.woff") format("woff"), url("../fonts/manhattandarling-regular-webfont.ttf") format("truetype"), url("../fonts/manhattandarling-regular-webfont.svg#manhattan_darlingregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.content.fullBG {
  background: url("../images/feature.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box; }
  .content.fullBG #socialBox {
    margin-bottom: 40px; }
  .content.fullBG p {
    color: #FFF; }
  .content.fullBG .logo {
    max-width: 100%;
    width: 381px;
    margin: 100px auto 50px;
    display: block; }

.light25 {
  font-weight: 300;
  color: #FFF;
  font-size: 25px;
  text-align: center; }

.light20 {
  font-weight: 300;
  color: #FFF;
  font-size: 20px;
  text-align: center; }

.learnMore {
  display: block;
  max-width: 100%;
  margin: 20px auto; }

#contact-page .wpcf7-form {
  text-align: center;
  margin: 50px auto;
  max-width: 540px; }

.fullBG .wpcf7-form {
  text-align: center;
  margin: 10px auto 50px;
  max-width: 540px; }

input[type=email], input[type=text] {
  padding: 8px 15px;
  border: none;
  font-size: 20px;
  width: 60%;
  float: left;
  box-sizing: border-box; }

input[type=submit] {
  padding: 7px 15px;
  border: none;
  font-size: 20px;
  width: 37%;
  float: right;
  box-sizing: border-box;
  background: #69c8c7;
  color: #FFF;
  cursor: pointer; }

input[type=submit]:hover {
  background: #5cafae; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #87b680;
  background: #87B680;
  color: #FFF; }

div.wpcf7-response-output {
  margin: 0em 0.5em 0em; }

div.wpcf7-validation-errors {
  border: 2px solid #D4954B;
  background: #D4954B;
  color: #FFF; }

span.wpcf7-not-valid-tip {
  color: #F00;
  font-size: 1em;
  display: block;
  position: absolute;
  width: 210px;
  top: -10px; }

#socialBox {
  text-align: center; }

.content {
  padding: 50px 0 150px; }
  .content h1, .content h2 {
    font-size: 48px;
    color: #36a9a8;
    margin: 0.5em 0 0.1em 0;
    line-height: 1em;
    font-weight: 400;
    font-family: "Manhatten-Darling", sans-serif; }
  .content ul {
    margin-left: 2em;
    margin-bottom: 1em; }
    .content ul li {
      color: #373737;
      font-size: 20px;
      font-weight: 300;
      line-height: 1.5em; }
  .content.video {
    padding: 75px 0 20px; }
  .content.concept {
    padding: 3%; }
    .content.concept > .row > .small-12 {
      margin: 25px 0; }
    .content.concept h1 {
      font-size: 50px;
      font-weight: 400;
      color: #69C9C8;
      margin-bottom: 0.7em;
      line-height: 1.3em;
      font-family: "Manhatten-Darling", sans-serif; }
    .content.concept h2 {
      font-size: 40px;
      font-weight: 400;
      color: #69C9C8;
      font-family: "Manhatten-Darling", sans-serif; }
    .content.concept img {
      max-width: 47%; }
      .content.concept img.image_left {
        float: left;
        margin-right: 6%; }
      .content.concept img.image_right {
        float: right;
        margin-left: 6%; }
    .content.concept .conceptText {
      overflow: hidden; }
  .content.help {
    padding: 50px 0 70px;
    background: #f1f1f1;
    text-align: center; }
    .content.help h2 {
      color: #69C9C8;
      font-weight: 300; }
    .content.help .btn {
      display: inline-block;
      background: #69C9C8;
      color: #FFF;
      font-size: 20px;
      font-weight: bold;
      padding: 12px 80px;
      margin-top: 20px; }
      .content.help .btn:hover {
        background: #44bcba; }
  @media screen and (max-width: 940px) {
    .content.concept > .row > .small-12 {
      margin: 15px 0;
      text-align: center; }
    .content.concept img {
      max-width: 100%;
      display: block; }
      .content.concept img.image_left {
        float: none;
        margin: 0 auto 20px; }
      .content.concept img.image_right {
        float: none;
        margin: 0 auto 20px; } }
  @media screen and (max-width: 640px) {
    .content.concept h1 {
      font-size: 32px; }
    .content.concept h2 {
      font-size: 30px; }
    .content.help h2 {
      font-size: 30px; }
    .content.help .btn {
      padding: 12px 50px; } }

#about-us h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 300; }
#about-us p {
  font-size: 16px; }
#about-us .staff-member {
  padding: 0 3em;
  text-align: center; }

.content.part2 .medium-9 {
  padding-top: 50px; }

.content.part2 img {
  margin: 0 auto;
  display: block; }

.content.part3 {
  background: url("../images/pattern1.png"); }

.content.part4 {
  background: url("../images/pattern2.png"); }

.content.blog {
  background: url("../images/pattern2.png");
  padding: 80px 2% 50px; }
  .content.blog .pageContent {
    overflow: hidden;
    padding: 0px 10px; }
  .content.blog h1 {
    color: #F9F1EC;
    font-weight: 300;
    font-size: 60px;
    margin-bottom: 10px; }
  .content.blog p.blogDesc {
    color: #F9F1EC;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    margin-bottom: 40px; }
  .content.blog article {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 30px 40px;
    margin: 20px auto;
    border-radius: 5px; }
    .content.blog article.content-left {
      overflow: hidden;
      margin: 0 10px; }
    .content.blog article h1 {
      font-weight: 400;
      font-size: 36px;
      margin-bottom: 0px;
      margin-bottom: 5px;
      color: #69C9C8; }
    .content.blog article h2 {
      font-weight: 400;
      font-size: 36px;
      margin-bottom: 0px;
      margin-bottom: 5px; }
    .content.blog article p {
      color: #373737; }
    .content.blog article .post-meta {
      font-size: 16px;
      border-top: 1px dashed #ccc;
      color: #999;
      margin-bottom: 10px;
      padding-top: 5px; }
    .content.blog article .rm {
      margin-top: 20px;
      display: inline-block;
      background: #1A1A1A;
      padding: 5px 10px;
      border-radius: 2px;
      color: #F9F1EC; }
      .content.blog article .rm:hover {
        background: #333;
        color: #F9F1EC; }
    .content.blog article .wp-post-image {
      margin-bottom: 20px; }
  .content.blog .content-right {
    float: right;
    width: 340px;
    margin: 0 20px 30px 30px; }
    .content.blog .content-right .blog-right .categoriesBox {
      background: rgba(255, 255, 255, 0.15); }
    .content.blog .content-right .blog-right > div {
      margin-bottom: 20px;
      border-radius: 3px;
      overflow: hidden; }
      .content.blog .content-right .blog-right > div h4 {
        margin: 0;
        font-weight: 300;
        font-size: 25px;
        color: #FFF;
        padding: 12px 20px;
        background: rgba(255, 255, 255, 0.2); }
      .content.blog .content-right .blog-right > div.blogSubscribe {
        padding: 12px 20px 0;
        background: url("../images/pattern3.png");
        border-radius: 3px; }
        .content.blog .content-right .blog-right > div.blogSubscribe h4 {
          background: none;
          text-align: center;
          padding: 12px 0px 25px; }
        .content.blog .content-right .blog-right > div.blogSubscribe p {
          color: #FFF;
          font-size: 18px;
          margin-bottom: 0.8em;
          line-height: 1.3em; }
    .content.blog .content-right .blog-right .socialBox {
      text-align: left; }
      .content.blog .content-right .blog-right .socialBox a.soc img {
        opacity: 0; }
      .content.blog .content-right .blog-right .socialBox a.soc {
        opacity: 0.6;
        margin: 0 10px;
        display: inline-block; }
      .content.blog .content-right .blog-right .socialBox a.soc:hover {
        opacity: 1; }
      .content.blog .content-right .blog-right .socialBox a.soc.fb {
        background: url("../images/icon-facebook-inactive.png") no-repeat center top; }
      .content.blog .content-right .blog-right .socialBox a.soc.ig {
        background: url("../images/icon-instagram-inactive.png") no-repeat center top; }
      .content.blog .content-right .blog-right .socialBox a.soc.pi {
        background: url("../images/icon-pinterest-inactive.png") no-repeat center top; }
      .content.blog .content-right .blog-right .socialBox a.soc.gp {
        background: url("../images/icon-googleplus-inactive.png") no-repeat center top; }
      .content.blog .content-right .blog-right .socialBox a.soc.tw {
        background: url("../images/icon-twitter-inactive.png") no-repeat center top; }
    .content.blog .content-right h4 {
      margin: 0 auto 10px;
      font-weight: 400;
      font-size: 20px;
      color: #FFF; }
    .content.blog .content-right input[type="text"], .content.blog .content-right input[type="email"] {
      width: 100%;
      margin: 0px 0px 12px;
      padding: 10px;
      border: none;
      border-radius: 0px;
      color: #373737;
      font-size: 15px; }
    .content.blog .content-right input[type="submit"] {
      width: 100%;
      display: inline-block;
      padding: 12px;
      border: medium none;
      background: #69C9C8;
      color: #FFF;
      text-transform: uppercase;
      cursor: pointer;
      font-size: 16px;
      text-align: center;
      margin: 0px 0px 12px; }
      .content.blog .content-right input[type="submit"]:hover {
        background: #74cdcc; }
    .content.blog .content-right ul.categories {
      margin: 0px; }
      .content.blog .content-right ul.categories li {
        list-style: none;
        display: block;
        padding: 0px;
        margin: 0;
        font-size: 18px; }
        .content.blog .content-right ul.categories li a {
          display: block;
          font-size: 18px;
          padding: 14px 20px;
          color: #FFF;
          border: none; }
          .content.blog .content-right ul.categories li a:before {
            content: "> "; }
          .content.blog .content-right ul.categories li a:hover {
            background: rgba(255, 255, 255, 0.05); }
    @media screen and (max-width: 1023px) {
      .content.blog .content-right {
        width: 260px; } }
    @media screen and (max-width: 940px) {
      .content.blog .content-right {
        display: none; } }
  .content.blog .authorship {
    margin-top: 40px; }
    .content.blog .authorship h3 {
      color: #69C9C8; }
    .content.blog .authorship .entry_author_image {
      max-width: 120px;
      width: 100%;
      float: left;
      margin: 5px 15px 10px 5px; }
    .content.blog .authorship .authCont {
      padding: 10px; }
      .content.blog .authorship .authCont h4 {
        font-size: 26px;
        color: #69C9C8;
        margin-bottom: 0.5em;
        margin-top: 0;
        font-weight: 400; }
      .content.blog .authorship .authCont p {
        margin: 0 0 10px; }
    .content.blog .authorship .authWrap {
      background: #ddd;
      border-radius: 5px; }
  @media screen and (max-width: 767px) {
    .content.blog h1 {
      font-size: 50px; }
    .content.blog p.blogDesc {
      font-size: 17px;
      margin-bottom: 30px; }
    .content.blog article {
      padding: 20px 15px 25px; }
      .content.blog article h1, .content.blog article h2 {
        font-size: 28px; }
      .content.blog article .post-meta {
        font-size: 14px; }
      .content.blog article p, .content.blog article li {
        font-size: 17px; } }

.btn {
  background-color: #69C9C8;
  padding: 10px 20px;
  margin: 40px auto 0;
  display: inline-block;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold; }
  .btn:hover {
    background: #44bcba;
    color: #FFF; }

.give-form-wrap {
  background-color: #f1f1f1;
  border: 1px solid #DDD;
  max-width: 600px;
  margin: 10px auto;
  padding: 20px; }
  .give-form-wrap h2 {
    text-align: center; }
  .give-form-wrap p {
    font-size: 16px; }
  .give-form-wrap button {
    padding: 7px 15px;
    border: none;
    font-size: 20px;
    box-sizing: border-box;
    background: #69C9C8;
    color: #FFF;
    cursor: pointer; }
    .give-form-wrap button:hover {
      background: #56c2c1; }
  .give-form-wrap .give-total-wrap {
    float: left;
    width: 31%;
    padding: 22px 10px 22px 0;
    border-right: 1px solid #CCC;
    position: relative; }
    .give-form-wrap .give-total-wrap .give-loading-text {
      position: absolute;
      display: block;
      top: 60px;
      left: 8px;
      margin: 0 !important;
      font-size: 16px;
      font-weight: bold; }
    .give-form-wrap .give-total-wrap .give-donation-amount {
      margin: 0; }
  .give-form-wrap #give-donation-level-button-wrap {
    float: left;
    width: 69%;
    padding-left: 10px;
    clear: none;
    margin-bottom: 50px; }
    .give-form-wrap #give-donation-level-button-wrap li {
      width: 32.33%;
      margin: 0 1% 5px 0; }
      .give-form-wrap #give-donation-level-button-wrap li .give-donation-level-btn {
        margin: 0 !important;
        width: 100% !important; }
  .give-form-wrap #give-payment-mode-select {
    display: none !important; }
  .give-form-wrap input[type=text], .give-form-wrap input[type=email] {
    border: 1px solid #DDD; }
    .give-form-wrap input[type=text]:focus, .give-form-wrap input[type=email]:focus {
      border-color: #69C9C8; }
  .give-form-wrap .give-btn {
    display: block;
    width: 50%;
    margin: 0 auto !important;
    float: none !important; }
  .give-form-wrap #give-final-total-wrap {
    text-align: center;
    margin: 0px 0 25px; }
    .give-form-wrap #give-final-total-wrap .give-donation-total-label, .give-form-wrap #give-final-total-wrap .give-final-total-amount {
      float: none !important;
      display: inline-block; }
    .give-form-wrap #give-final-total-wrap .give-final-total-amount {
      margin-left: -5px; }
  @media screen and (max-width: 650px) {
    .give-form-wrap .give-total-wrap {
      float: none;
      width: 185px;
      border: 0;
      margin: 0 auto;
      padding: 10px 10px 40px; }
      .give-form-wrap .give-total-wrap .give-loading-text {
        top: 50px; }
    .give-form-wrap #give-donation-level-button-wrap {
      float: none;
      width: 100%;
      padding: 0; }
    .give-form-wrap button {
      font-size: 16px;
      padding: 12px; } }

.content.contact-page {
  background: url("../images/pattern3.png");
  padding: 100px 0; }

/*
.content.part3 p, .content.part4 p {color:#FFF; text-align: center;}
.content.part3 h3, .content.part4 h3 {font-size: 30px; color:#FFF; text-align: center; font-weight:300;}
*/
#socialBox a.soc {
  margin: 0 10px;
  display: inline-block; }

#socialBox a.soc img {
  opacity: 0; }

#socialBox a.soc:hover img {
  opacity: 1; }

#socialBox a.soc.fb {
  background: url("../images/icon-facebook-hover.png") no-repeat center top; }

#socialBox a.soc.ig {
  background: url("../images/icon-instagram-hover.png") no-repeat center top; }

#socialBox a.soc.pi {
  background: url("../images/icon-pinterest-hover.png") no-repeat center top; }

#socialBox a.soc.gp {
  background: url("../images/icon-googleplus-hover.png") no-repeat center top; }

#socialBox a.soc.tw {
  background: url("../images/icon-twitter-hover.png") no-repeat center top; }

.contact-page #socialBox {
  margin-top: 50px; }

.contact-page #socialBox a.soc.fb {
  background: url("../images/icon-facebook-inactive.png") no-repeat center top; }

.contact-page #socialBox a.soc.ig {
  background: url("../images/icon-instagram-inactive.png") no-repeat center top; }

.contact-page #socialBox a.soc.pi {
  background: url("../images/icon-pinterest-inactive.png") no-repeat center top; }

.contact-page #socialBox a.soc.gp {
  background: url("../images/icon-googleplus-inactive.png") no-repeat center top; }

.contact-page #socialBox a.soc.tw {
  background: url("../images/icon-twitter-inactive.png") no-repeat center top; }

#wpcf7-f15-p534-o1 {
  max-width: 500px;
  margin: 0 auto; }

.page-id-534 input[type=email],
.page-id-534 input[type=text],
.page-id-534 textarea,
.contact-page input[type=email],
.contact-page input[type=text],
.contact-page textarea {
  padding: 8px 15px;
  width: 100%;
  float: none;
  margin-bottom: 10px;
  border: none;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  box-sizing: border-box; }

.page-id-534 input[type=email],
.page-id-534 input[type=text],
.page-id-534 textarea {
  border: 1px solid #000; }

.page-id-534 textarea,
.contact-page textarea {
  height: 200px; }

.page-id-534 input[type=submit],
.contact-page input[type=submit] {
  padding: 7px 15px;
  border: none;
  font-size: 20px;
  width: 50%;
  float: none;
  box-sizing: border-box;
  background: #69c8c7;
  color: #FFF;
  cursor: pointer;
  float: left; }

.founder {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.footerCont {
  text-align: center;
  max-width: 380px;
  margin: 0 auto; }

@media screen and (max-width: 1023px) {
  .content.part2 .medium-9 {
    padding-top: 0px; }

  .content h2 {
    font-size: 30px; } }
@media screen and (max-width: 940px) {
  .pagewrap {
    padding-top: 60px; } }
@media screen and (max-width: 480px) {
  .logo {
    margin: 50px auto 50px; }

  .content h2 {
    font-size: 26px; }

  .content {
    padding: 20px 0px 150px; }

  .content.part4 {
    padding-bottom: 50px; }

  .content.part2 {
    text-align: center; }

  .content.contact-page {
    padding-bottom: 30px; }

  .wpcf7-form {
    margin: 40px auto 0px; }

  .footerCont img {
    max-width: 200px;
    margin-bottom: 20px; } }
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  z-index: 50; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50; }

meta.foundation-version {
  font-family: "/5.3.0/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 76em; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column, .columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; } }
.push-0 {
  position: relative;
  left: 0%;
  right: auto; }

.pull-0 {
  position: relative;
  right: 0%;
  left: auto; }

.push-1 {
  position: relative;
  left: 8.33333%;
  right: auto; }

.pull-1 {
  position: relative;
  right: 8.33333%;
  left: auto; }

.push-2 {
  position: relative;
  left: 16.66667%;
  right: auto; }

.pull-2 {
  position: relative;
  right: 16.66667%;
  left: auto; }

.push-3 {
  position: relative;
  left: 25%;
  right: auto; }

.pull-3 {
  position: relative;
  right: 25%;
  left: auto; }

.push-4 {
  position: relative;
  left: 33.33333%;
  right: auto; }

.pull-4 {
  position: relative;
  right: 33.33333%;
  left: auto; }

.push-5 {
  position: relative;
  left: 41.66667%;
  right: auto; }

.pull-5 {
  position: relative;
  right: 41.66667%;
  left: auto; }

.push-6 {
  position: relative;
  left: 50%;
  right: auto; }

.pull-6 {
  position: relative;
  right: 50%;
  left: auto; }

.push-7 {
  position: relative;
  left: 58.33333%;
  right: auto; }

.pull-7 {
  position: relative;
  right: 58.33333%;
  left: auto; }

.push-8 {
  position: relative;
  left: 66.66667%;
  right: auto; }

.pull-8 {
  position: relative;
  right: 66.66667%;
  left: auto; }

.push-9 {
  position: relative;
  left: 75%;
  right: auto; }

.pull-9 {
  position: relative;
  right: 75%;
  left: auto; }

.push-10 {
  position: relative;
  left: 83.33333%;
  right: auto; }

.pull-10 {
  position: relative;
  right: 83.33333%;
  left: auto; }

.push-11 {
  position: relative;
  left: 91.66667%;
  right: auto; }

.pull-11 {
  position: relative;
  right: 91.66667%;
  left: auto; }

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; } }
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important; } }
.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape, .show-for-portrait {
    display: none !important; }

  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait, .show-for-landscape {
    display: none !important; }

  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important; } }
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; } }
.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }

@media only screen and (max-width: 40em) {
  .reveal-modal, dialog {
    min-height: 100vh; } }
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0; }

.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0; }

.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 40.063em) {
  .reveal-modal, dialog {
    width: 80%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal, dialog {
    top: 6.25rem; } }
.reveal-modal.radius, dialog.radius {
  border-radius: 3px; }

.reveal-modal.round, dialog.round {
  border-radius: 1000px; }

.reveal-modal.collapse, dialog.collapse {
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important; }

@media only screen and (min-width: 40.063em) {
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer; }

dialog {
  display: none; }

dialog::backdrop, dialog + .backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  left: 0; }

dialog[open] {
  display: block; }

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: white !important; } }
/** OFF Canvas **/
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }

.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }

.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table; }

.inner-wrap:after {
  clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }

.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: white;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0; }

.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }

@media only screen and (min-width: 40.063em) {
  .tab-bar-section.left, .tab-bar-section.right {
    text-align: left; } }
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem; }

.tab-bar-section.right {
  left: 2.8125rem;
  right: 0; }

.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: white;
  position: relative;
  transform: translate3d(0, 0, 0); }

.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  width: 1rem; }

.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100.5%, 0);
  -webkit-transform: translate3d(-100.5%, 0, 0);
  -moz-transform: translate3d(-100.5%, 0, 0);
  -ms-transform: translate3d(-100.5%, 0, 0);
  -o-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0; }

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(250px, 0);
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
  right: 0; }

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0; }

ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease; }

ul.off-canvas-list li a:hover {
  background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }

@media only screen and (min-width: 40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }
.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }

@media only screen and (min-width: 40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.2); } }
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }

@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }

@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }

@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }

.left-submenu * {
  -webkit-backface-visibility: hidden; }

.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0; }

.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none; }

.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

.left-submenu.move-right {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }

.right-submenu * {
  -webkit-backface-visibility: hidden; }

.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0; }

.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none; }

.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-submenu.move-left {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

.nopad {
  padding: 0px; }

.campaign-timer {
  width: 170px;
  float: right; }
  .campaign-timer::after {
    content: '';
    display: table;
    clear: both; }
  .campaign-timer h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #69C9C8;
    font-weight: 700;
    text-align: center;
    margin: 0 0 12px;
    padding: 0; }
  .campaign-timer .clock {
    float: left;
    width: 25%;
    text-align: center;
    color: #373737; }
    .campaign-timer .clock em {
      display: block;
      font-style: normal;
      font-size: 15px;
      font-weight: 700;
      margin: 0 0 5px;
      position: relative; }
      .campaign-timer .clock em::after {
        content: ':';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -1px; }
    .campaign-timer .clock span {
      display: block;
      font-size: 9px;
      text-transform: uppercase; }
    .campaign-timer .clock.second em::after {
      display: none; }

/*# sourceMappingURL=main.css.map */
