/*
Theme Name: Save Our Water 2017
Theme URI: http://underscores.me/
Author: Lunia Blue
Author URI: http://luniablue.com
Description: New 2017 Save Our Water WP theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sow_twentyseventeen
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Save Our Water 2017 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

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

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

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

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

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

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

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

select {
  border: 1px solid #ccc; }

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

textarea {
  width: 100%; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

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

.hentry {
  margin: 0 0 1.5em; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

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

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

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

.bypostauthor {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/* =========================== 
	- Colors -
 =========================== */
/* =========================== 
	- Fonts -
 =========================== */
@font-face {
  font-family: 'fs_albertbold';
  src: url("./fonts/fsalbert_bold-webfont.eot");
  src: url("./fonts/fsalbert_bold-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/fsalbert_bold-webfont.woff2") format("woff2"), url("./fonts/fsalbert_bold-webfont.woff") format("woff"), url("./fonts/fsalbert_bold-webfont.ttf") format("truetype"), url("./fonts/fsalbert_bold-webfont.svg#fs_albertbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fs_albertlight';
  src: url("./fonts/fsalbert_light-webfont.eot");
  src: url("./fonts/fsalbert_light-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/fsalbert_light-webfont.woff2") format("woff2"), url("./fonts/fsalbert_light-webfont.woff") format("woff"), url("./fonts/fsalbert_light-webfont.ttf") format("truetype"), url("./fonts/fsalbert_light-webfont.svg#fs_albertlight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fs_albertregular';
  src: url("./fonts/fsalbert-webfont.eot");
  src: url("./fonts/fsalbert-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/fsalbert-webfont.woff2") format("woff2"), url("./fonts/fsalbert-webfont.woff") format("woff"), url("./fonts/fsalbert-webfont.ttf") format("truetype"), url("./fonts/fsalbert-webfont.svg#fs_albertregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FS Albert Thin';
  src: url("./fonts/FSAlbert Thin.eot");
  /* IE9 Compat Modes */
  src: url("./fonts/FSAlbert Thin.eot?#iefix") format("embedded-opentype"), url("./fonts/FSAlbert Thin.woff") format("woff"), url("./fonts/FSAlbert Thin.ttf") format("truetype"), url("./fonts/FSAlbert Thin.svg#56eb25cb585c3ce42bfbbfed8908c8be") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'Helvetica LT Std Cond';
  src: url("./fonts/HelveticaLTStd BoldCond.eot");
  /* IE9 Compat Modes */
  src: url("./fonts/HelveticaLTStd BoldCond.eot?#iefix") format("embedded-opentype"), url("./fonts/HelveticaLTStd BoldCond.woff") format("woff"), url("./fonts/HelveticaLTStd BoldCond.ttf") format("truetype"), url("./fonts/HelveticaLTStd BoldCond.svg#4a70dab761981380d30235ea008af193") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

.futura-family, .futuraLite, h2.widget-title, .breadcrumb span, .pin_one h4, .pin_one a, .pin_two h4, .pin_two a, .pin_three h4, .pin_three a, .main_footer .nav li a, .jumbotron h1, .blog-tips .post .wrap .entry_wrap span, .drought_post .entry_excerpt span, .drought_post .entry_footer span, .entry_content h1, .post_wrap .entry-header .entry-meta time, .w3eden .panel .panel-body .media .media-heading, .w3eden .panel .panel-body .media p a, .toolkit_temp .desc_wrap h1, .futuraBook, body, .btn, .main_footer .nav li a:hover, .widget-area .widget_search form .search-submit, .widget-area .widget_agency .btn, .whats_next .story_txt p, .gall_post .content_wrap .entry h1, .turf h3, .toilet h3, .save_blocks .main .entry h2, .save_blocks .main .entry p, .futuraMed, h1.main_title small, h2.sub, p a, .wht-cta, .nav > li > a, .blog-tips .post .wrap .entry_wrap h1, .blog-tips .post .wrap .entry_wrap h2, .blog-tips .next a, .drought_post .wrap .entry_header h1 a, .drought_post .wrap .entry_header h2 a, .tip_nav ul li a, .tips .block h3, .futuraBold, .jumbotron h1 span, .time_wrap .timeline #slider .yr {
  font-family: "futura-pt",sans-serif;
  font-style: normal; }

.futuraLite, h2.widget-title, .breadcrumb span, .pin_one h4, .pin_one a, .pin_two h4, .pin_two a, .pin_three h4, .pin_three a, .main_footer .nav li a, .jumbotron h1, .blog-tips .post .wrap .entry_wrap span, .drought_post .entry_excerpt span, .drought_post .entry_footer span, .entry_content h1, .post_wrap .entry-header .entry-meta time, .w3eden .panel .panel-body .media .media-heading, .w3eden .panel .panel-body .media p a, .toolkit_temp .desc_wrap h1 {
  font-weight: 300; }

.futuraBook, body, .btn, .main_footer .nav li a:hover, .widget-area .widget_search form .search-submit, .widget-area .widget_agency .btn, .whats_next .story_txt p, .gall_post .content_wrap .entry h1, .turf h3, .toilet h3, .save_blocks .main .entry h2, .save_blocks .main .entry p {
  font-weight: 400; }

.futuraMed, h1.main_title small, h2.sub, p a, .wht-cta, .nav > li > a, .blog-tips .post .wrap .entry_wrap h1, .blog-tips .post .wrap .entry_wrap h2, .blog-tips .next a, .drought_post .wrap .entry_header h1 a, .drought_post .wrap .entry_header h2 a, .tip_nav ul li a, .tips .block h3 {
  font-weight: 500; }

.futuraBold, .jumbotron h1 span, .time_wrap .timeline #slider .yr {
  font-weight: 700; }

.albertThin, h1.main_title, .time_wrap .data .data_text h3, .action_post .wrap .entry_wrap .entry_header h1 {
  font-family: 'FS Albert Thin';
  font-style: normal;
  font-weight: 200; }

.albertReg {
  font-family: 'fs_albertregular';
  font-style: normal;
  font-weight: normal; }

.albertBold {
  font-family: 'fs_albertbold';
  font-style: normal;
  font-weight: normal; }

.flex, .main_footer .social, .jumbotron, .time_wrap .row, .time_wrap .timeline, .save_blocks .main .entry, .save_blocks .sub .entry, .tip_nav ul, .tips .block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flexrow, .main_footer .social, .jumbotron, .time_wrap .row, .tip_nav ul {
  -webkit-flex-direction: row;
  -mox-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flexcol, .time_wrap .timeline, .save_blocks .main .entry, .save_blocks .sub .entry, .tips .block {
  -webkit-flex-direction: column;
  -mox-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/* =========================== 
  - Typography -
 =========================== */
html {
  font-size: 62.5%; }

body {
  font-size: 1.8rem;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

h1, h2, h3, h4, h5, h6, p, li, a, ol, span, blockquote {
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

h1 {
  color: #37bec3;
  font-size: 6.4rem; }
  h1.main_title {
    margin-bottom: 1.2rem;
    text-align: center; }
    h1.main_title::after {
      content: '';
      display: block;
      width: 6rem;
      height: 1px;
      background-color: #37bec3;
      margin: 0 auto;
      margin-top: 1.2rem; }
    h1.main_title small {
      font-size: 3rem;
      color: black; }

h2 {
  margin-bottom: 2rem;
  font-size: 3.6rem;
  color: #e9674f; }
  h2.sub {
    color: #2b2b2b; }
  h2.widget-title {
    color: #37bec3; }

h3 {
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
  margin-top: 2rem; }
  h3 a {
    color: #37bec3; }
    h3 a:hover, h3 a:visited {
      color: #2c979b; }

ul,
ol {
  margin: 0; }

a {
  transition: all 0.3s ease;
  cursor: pointer; }
  a:hover, a:focus {
    text-decoration: none; }

p a {
  color: #e9674f; }
  p a:visited {
    color: #e9674f; }
  p a:hover {
    color: #e34022; }

/* =========================== 
  - Global -
 =========================== */
html, body {
  height: 100%; }

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

.clearfix:after {
  clear: both; }

.blue_BG, .main_footer {
  background-color: #37bec3; }

.yellow_BG {
  background-color: #f3bb4a; }

.green_BG {
  background-color: #53b648; }

.lite_BG {
  background-color: #515151; }

.transition, .btn, .wht-cta, .breadcrumb span, .nav > li > a, .widget-area .widget_search form .search-submit, .blog-tips .next a {
  transition: all 0.3s ease; }

.cd-fixed-bg {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }

.btn {
  background-color: #37bec3;
  border-radius: 0;
  color: white;
  text-transform: uppercase; }
  .btn:visited {
    color: white; }
  .btn:hover {
    background-color: #2c979b;
    color: white; }

.wht-cta {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: white;
  border: solid 2px #FFFFFF;
  font-size: 2.6rem;
  line-height: 1.3;
  padding: 1.5rem 2rem; }
  .wht-cta:visited {
    color: white; }
  .wht-cta:hover, .wht-cta:focus {
    background-color: rgba(0, 0, 0, 0.2);
    color: white; }

.breadcrumb {
  background-color: transparent;
  border-radius: none;
  margin: 3rem 0 0;
  padding: 0 2rem; }
  .breadcrumb span {
    color: #2b2b2b;
    font-size: 1.6rem; }
    .breadcrumb span a {
      color: #37bec3; }
      .breadcrumb span a span {
        color: #37bec3; }
        .breadcrumb span a span:hover {
          color: #2c979b; }
      .breadcrumb span a:hover {
        color: #2c979b; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 30px; }

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

.alignright {
  float: right;
  margin: 30px 0 30px 30px; }

.alignleft {
  float: left;
  margin: 30px 30px 30px 0; }

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

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

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

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

/* ----- Pagination ----- */
.pagination {
  clear: both;
  position: relative;
  font-size: 11px;
  /* Pagination text size */
  line-height: 13px;
  float: right;
  /* Pagination float direction */ }

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  /* Pagination text color */
  background: #555;
  /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out; }

.pagination a:hover {
  color: #fff;
  background: #6AAC70;
  /* Pagination background on hover */ }

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #6AAC70;
  /* Current page background */
  color: #fff; }

/* ----- Addtoany ----- */
.addtoany_list.a2a_kit_size_32 a > span {
  border-radius: 20px !important; }

/* ----- Modal ----- */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

/* ---- Large Pin Drop -----*/
.pin_one, .pin_two, .pin_three {
  text-align: center; }
  @media (max-width: 767px) {
    .pin_one, .pin_two, .pin_three {
      margin-bottom: 4rem; } }
  .pin_one .drop, .pin_two .drop, .pin_three .drop {
    background: url(./images/around_sprite_new.png) no-repeat;
    width: 270px;
    height: 410px;
    margin: 0 auto 2rem auto;
    position: relative;
    display: inline-block; }
    .pin_one .drop span, .pin_two .drop span, .pin_three .drop span {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: url(./images/around_sprite_new.png) no-repeat;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -o-transition: opacity 0.5s; }
      .pin_one .drop span:hover, .pin_two .drop span:hover, .pin_three .drop span:hover {
        opacity: 1; }
  .pin_one .es, .pin_two .es, .pin_three .es {
    background: url(./images/around_sprite_new-esp.png) no-repeat; }
    .pin_one .es span, .pin_two .es span, .pin_three .es span {
      background: url(./images/around_sprite_new-esp.png) no-repeat; }
  .pin_one h4, .pin_two h4, .pin_three h4 {
    font-size: 2.6rem; }
  .pin_one h4, .pin_one a, .pin_two h4, .pin_two a, .pin_three h4, .pin_three a {
    text-transform: uppercase; }
  .pin_one p, .pin_two p, .pin_three p {
    font-size: 1.6rem; }

.pin_one h4, .pin_one a {
  color: #53b648; }

.pin_one a:hover {
  color: #42913a; }

.pin_one .drop {
  background-position: -5px 0; }
  .pin_one .drop span {
    background-position: -3px -412px; }

.pin_two h4, .pin_two a {
  color: #37bec3; }

.pin_two a:hover {
  color: #2c979b; }

.pin_two .drop {
  background-position: -310px -4px; }
  .pin_two .drop span {
    background-position: -310px -414px; }

.pin_three h4, .pin_three a {
  color: #e9674f; }

.pin_three a:hover {
  color: #e34022; }

.pin_three .drop {
  background-position: -616px -5px; }
  .pin_three .drop span {
    background-position: -616px -415px; }

header[role=banner] {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

@media screen and (min-width: 768px) and (max-width: 996px) {
  .navbar-header {
    width: 100%; } }

@media (max-width: 767px) {
  .navbar-header {
    margin-top: 1rem;
    margin-bottom: 1rem; } }

.navbar-header .logo {
  display: block;
  max-width: 17rem; }
  @media screen and (min-width: 768px) and (max-width: 996px) {
    .navbar-header .logo {
      margin: 0 auto; } }
  .navbar-header .logo img {
    width: 100%; }

.navbar-header .navbar-toggle {
  padding: 0;
  border: 0;
  margin: 1.5rem 0 0; }
  .navbar-header .navbar-toggle .icon-bar {
    width: 3.5rem;
    height: 5px; }
    .navbar-header .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 7px; }

@media screen and (min-width: 768px) and (max-width: 1380px) {
  .navbar-header.esp {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1380px) {
  .navbar-header.esp .logo {
    margin: 0 auto; } }

.main_footer {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .main_footer .logo_footer {
    margin-bottom: 2.5rem; }
    .main_footer .logo_footer img {
      display: block;
      margin: 0 auto; }
  .main_footer ul {
    margin: 0; }
  .main_footer .nav li a {
    color: white; }
    .main_footer .nav li a:hover {
      color: #e9674f; }
  .main_footer .social {
    justify-content: center;
    margin-bottom: 3rem; }
    .main_footer .social li {
      display: inline-block;
      margin: 0 .5rem; }
      .main_footer .social li a {
        background: url(./images/social_sprite.png) no-repeat;
        text-indent: -9999px;
        position: relative;
        display: inline-block;
        width: 38px;
        height: 38px; }
        .main_footer .social li a span {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background: url(./images/social_sprite.png) no-repeat;
          opacity: 0;
          -webkit-transition: opacity 0.5s;
          -moz-transition: opacity 0.5s;
          -o-transition: opacity 0.5s; }
          .main_footer .social li a span:hover {
            opacity: 1; }
        .main_footer .social li a.fb {
          background-position: 0 0; }
          .main_footer .social li a.fb span {
            background-position: -189px 0; }
        .main_footer .social li a.twt {
          background-position: -49px 0; }
          .main_footer .social li a.twt span {
            background-position: -238px 0; }
        .main_footer .social li a.insta {
          background-position: -100px 0; }
          .main_footer .social li a.insta span {
            background-position: -289px 0; }
        .main_footer .social li a.pin {
          background-position: -151px 0; }
          .main_footer .social li a.pin span {
            background-position: -340px 0; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent; }

.navbar-toggle {
  border-color: #37bec3; }
  .navbar-toggle .icon-bar {
    background-color: #37bec3; }

nav[role="lang_nav"] {
  margin-top: 1rem;
  overflow: hidden;
  padding: 0; }
  @media screen and (max-width: 996px) {
    nav[role="lang_nav"] #lang_sel_list {
      width: 100%;
      text-align: center;
      margin-bottom: 2rem; } }
  nav[role="lang_nav"] ul li a {
    font-size: 1.4rem;
    padding: 0;
    text-transform: uppercase;
    color: #787777; }
    nav[role="lang_nav"] ul li a:hover, nav[role="lang_nav"] ul li a:focus {
      color: #2b2b2b; }
  nav[role="lang_nav"] ul li:first-child {
    padding-right: 1.5rem; }

#lang_sel_list {
  border: none !important;
  padding: 0; }
  #lang_sel_list li:hover {
    background: transparent !important; }
  #lang_sel_list li a:hover {
    background: transparent !important; }

nav[role="main_nav"] .main_collapse {
  padding: 0; }
  @media screen and (min-width: 998px) and (max-width1229px) {
    nav[role="main_nav"] .main_collapse {
      clear: left; } }
  @media screen and (max-width: 767px) {
    nav[role="main_nav"] .main_collapse {
      overflow: hidden; } }

nav[role="main_nav"] ul[role="left_nav"] {
  margin-left: 2rem; }
  nav[role="main_nav"] ul[role="left_nav"] li a {
    color: #37bec3;
    font-size: 2.4rem; }
    nav[role="main_nav"] ul[role="left_nav"] li a:hover, nav[role="main_nav"] ul[role="left_nav"] li a:focus {
      color: #2c979b; }
    @media screen and (min-width: 1400px) {
      nav[role="main_nav"] ul[role="left_nav"] li a {
        font-size: 2.6rem; } }
    @media screen and (min-width: 1265px) and (max-width: 1399px) {
      nav[role="main_nav"] ul[role="left_nav"] li a {
        font-size: 2.2rem; } }
  nav[role="main_nav"] ul[role="left_nav"] li.active a {
    color: #268487; }
  @media screen and (max-width: 767px) {
    nav[role="main_nav"] ul[role="left_nav"] {
      margin-left: 0; } }
  @media screen and (min-width: 997px) and (max-width: 1265px) {
    nav[role="main_nav"] ul[role="left_nav"] {
      clear: left;
      margin-left: 0; }
      nav[role="main_nav"] ul[role="left_nav"] li a {
        font-size: 2rem; } }

nav[role="main_nav"] ul[role="right_nav"] li a {
  font-size: 2rem;
  color: #e9674f; }
  nav[role="main_nav"] ul[role="right_nav"] li a:hover, nav[role="main_nav"] ul[role="right_nav"] li a:focus {
    color: #e34022; }
  @media screen and (min-width: 1400px) {
    nav[role="main_nav"] ul[role="right_nav"] li a {
      font-size: 2.4rem; } }
  @media screen and (min-width: 1265px) and (max-width: 1399px) {
    nav[role="main_nav"] ul[role="right_nav"] li a {
      font-size: 2.2rem; } }

nav[role="main_nav"] ul[role="right_nav"] li.active a {
  color: #e34022; }

@media screen and (min-width: 997px) {
  nav[role="main_nav"] ul[role="right_nav"] {
    float: right;
    clear: right; } }

@media screen and (max-width: 767px) {
  nav[role="main_nav"] ul[role="right_nav"] li a {
    font-size: 2.4rem; } }

nav[role="main_nav"] ul {
  margin-top: 1.5rem; }
  @media screen and (min-width: 768px) and (max-width: 996px) {
    nav[role="main_nav"] ul {
      width: 100%;
      text-align: center;
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    nav[role="main_nav"] ul {
      margin-bottom: 0;
      margin-top: 0;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    nav[role="main_nav"] ul li {
      margin-bottom: 1rem; } }
  nav[role="main_nav"] ul li a {
    text-transform: capitalize;
    padding: 1rem 1.5rem; }
    @media screen and (max-width: 767px) {
      nav[role="main_nav"] ul li a {
        font-size: 3rem;
        padding-left: 0; } }
  nav[role="main_nav"] ul li:first-child a {
    padding-left: 0; }
  nav[role="main_nav"] ul li:last-child a {
    padding-right: 0; }
  @media screen and (min-width: 768px) and (max-width: 996px) {
    nav[role="main_nav"] ul li {
      float: none;
      display: inline-block; }
      nav[role="main_nav"] ul li a {
        font-size: 2.4rem; } }

@media screen and (min-width: 768px) and (max-width: 1380px) {
  #menu-primary-left-spanish, #menu-primary-right-spanish {
    width: 100%;
    text-align: center;
    margin-top: 0; } }

@media screen and (min-width: 1381px) {
  #menu-primary-left-spanish li a, #menu-primary-right-spanish li a {
    font-size: 2rem; } }

@media screen and (min-width: 768px) and (max-width: 1380px) {
  #menu-primary-left-spanish li, #menu-primary-right-spanish li {
    float: none;
    display: inline-block; }
    #menu-primary-left-spanish li a, #menu-primary-right-spanish li a {
      font-size: 2rem; } }

.jumbotron {
  position: relative;
  z-index: 101;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: white;
  min-width: 98vw;
  min-height: calc(100rem * .5);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .jumbotron.default {
    background-image: url(./images/default_bg.png); }
  .jumbotron.cat_art {
    background-image: url(./images/drought_water_bg.png); }
  @media (max-width: 767px) {
    .jumbotron {
      background-attachment: scroll; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .jumbotron {
      min-height: calc(100rem * .4); } }
  @media (min-width: 521px) and (max-width: 767px) {
    .jumbotron {
      min-height: calc(100rem * .3); } }
  @media (max-width: 520px) {
    .jumbotron {
      min-height: calc(100rem * .25); } }
  @media screen and (max-device-width: 1024px) {
    .jumbotron {
      background-attachment: scroll; } }
  .jumbotron h1 {
    font-size: 7rem; }
    .jumbotron h1.new_title {
      font-family: 'Helvetica LT Std Cond';
      font-style: normal;
      font-weight: 700;
      font-size: 8.5rem;
      letter-spacing: -6px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .jumbotron h1.new_title {
          font-size: 6.5rem; } }
      @media screen and (max-width: 767px) {
        .jumbotron h1.new_title {
          font-size: 6rem; } }
    @media (max-width: 520px) {
      .jumbotron h1 {
        font-size: 5rem; } }
    .jumbotron h1 span {
      text-transform: uppercase; }
  .jumbotron video {
    top: -10% !important; }

.home--vid {
  width: 100%;
  max-height: 60rem;
  overflow: hidden;
  display: block; }
  .home--vid video {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto; }

.widget-area {
  /* ---- Social Media Icons ---- */ }
  .widget-area .widget {
    background-color: white;
    padding: 2rem;
    margin-bottom: 3rem;
    border: solid 1px #DDDDDD; }
  .widget-area .about {
    background-color: white;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .widget-area .about img {
      width: 80%;
      height: auto;
      margin: 0 auto; }
    .widget-area .about h2 {
      margin-bottom: 1rem;
      margin-top: 1rem;
      font-size: 3rem; }
    .widget-area .about p {
      font-size: 1.6rem;
      margin-bottom: 1.5rem; }
  .widget-area .widget_archive h2 {
    border-bottom: solid 1px #c7c8ca;
    padding-bottom: 2rem; }
  .widget-area .widget_archive ul {
    list-style: none;
    padding-left: 0; }
    .widget-area .widget_archive ul li a {
      color: #828487; }
      .widget-area .widget_archive ul li a:hover {
        color: #37bec3; }
  .widget-area .widget_search h2 {
    display: none; }
  .widget-area .widget_search form label {
    width: 100%;
    clear: left; }
    .widget-area .widget_search form label .screen-reader-text {
      display: none; }
    .widget-area .widget_search form label .search-field {
      width: 100%;
      height: 3.6rem;
      padding-left: 1rem;
      padding-right: 1rem; }
  .widget-area .widget_search form .search-submit {
    width: 100%;
    border: 0;
    background-image: none;
    background-color: #37bec3;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 1rem;
    padding: 0.6rem; }
    .widget-area .widget_search form .search-submit:hover {
      background-color: #2c979b; }
  .widget-area .social_hub h2 {
    border-bottom: solid 1px #c7c8ca;
    padding-bottom: 2rem; }
  @media (min-width: 767px) {
    .widget-area .social-count-plus .custom li {
      margin-right: 2rem; }
      .widget-area .social-count-plus .custom li:last-child {
        margin-right: 0; } }
  .widget-area .social-count-plus .custom li a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(./images/social_media_icons.png) no-repeat; }
  .widget-area .social-count-plus .custom .count-facebook a {
    background-position: 0 0; }
  .widget-area .social-count-plus .custom .count-instagram a {
    background-position: -100px 0; }
  .widget-area .social-count-plus .custom .count-pinterest a {
    background-position: -150px 0; }
  .widget-area .social-count-plus .custom .count-twitter a {
    background-position: -50px 0; }
  .widget-area .widget_agency .btn {
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0.8rem; }
  .widget-area .tips h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    text-align: center; }
  .widget-area .tips .neighbor {
    margin-bottom: 3rem;
    text-align: center; }
    .widget-area .tips .neighbor p {
      font-size: 1.6rem; }
  .widget-area .tips .btn {
    width: 100%; }

/* =========================== 
	- Homepage -
 =========================== */
main[role="home"] {
  min-height: 100%;
  overflow: hidden; }
  main[role="home"] .container-fluid, main[role="home"] .container {
    padding-top: 8rem;
    padding-bottom: 8rem; }
    @media (max-width: 767px) {
      main[role="home"] .container-fluid, main[role="home"] .container {
        padding-top: 4rem;
        padding-bottom: 4rem; } }

/* ---- Where We Are ---- */
.where {
  position: relative;
  height: auto; }

.time_wrap .row {
  justify-content: center;
  align-items: center; }

.time_wrap .timeline {
  margin-top: 4rem;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative; }

@-moz-document url-prefix() {
  .time_wrap .timeline {
    display: block; } }
  .time_wrap .timeline #player {
    width: 100%;
    height: auto;
    -webkit-flex: auto;
    -mox-flex: auto;
    -ms-flex: auto;
    flex: auto; }
  .time_wrap .timeline .key {
    position: absolute;
    right: 5rem;
    top: 0; }
    @media (max-width: 1199px) {
      .time_wrap .timeline .key {
        right: 3rem;
        top: -1rem; } }
  .time_wrap .timeline .instructions {
    clear: left;
    width: 100%;
    position: relative;
    text-align: center;
    top: 5rem; }
    .time_wrap .timeline .instructions p {
      font-size: 1.4rem;
      color: #5e5e5e;
      font-style: italic; }
  .time_wrap .timeline #slider {
    width: 100%;
    background: #37bec3;
    height: 5px;
    border: 0;
    margin-top: 4rem;
    position: relative;
    border-radius: 0; }
    .time_wrap .timeline #slider .yr {
      display: block;
      font-size: 1.4rem;
      position: absolute;
      margin-top: 2rem; }
      .time_wrap .timeline #slider .yr.two {
        left: -5.6%; }
      .time_wrap .timeline #slider .yr.three {
        left: 14.4%; }
      .time_wrap .timeline #slider .yr.four {
        left: 34.4%; }
      .time_wrap .timeline #slider .yr.five {
        left: 54.4%; }
      .time_wrap .timeline #slider .yr.six {
        left: 74.4%; }
      .time_wrap .timeline #slider .yr.seven {
        left: 94.4%; }
      .time_wrap .timeline #slider .yr span {
        display: block;
        content: '';
        height: 14px;
        width: 2px;
        background-color: #828487;
        position: absolute;
        left: 55%;
        right: -50%;
        top: -24px; }
  .time_wrap .timeline #player img {
    max-width: 100%;
    display: block;
    height: auto; }
  .time_wrap .timeline .ui-state-default,
  .time_wrap .timeline .ui-widget-content .ui-state-default,
  .time_wrap .timeline .ui-widget-header .ui-state-default {
    border-radius: 20px;
    background: #919191;
    border: 0;
    top: -0.4em;
    width: 2rem;
    height: 2rem;
    -webkit-drop-shadow: 2px 2px 2px black;
    -moz-drop-shadow: 2px 2px 2px black;
    -ms-drop-shadow: 2px 2px 2px black;
    -o-drop-shadow: 2px 2px 2px black;
    drop-shadow: 2px 2px 2px black; }
  .time_wrap .timeline .ui-state-focus {
    outline: none; }
  .time_wrap .timeline .ui-state-active {
    background: #e9674f !important;
    outline: none; }

.time_wrap .data {
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
  border-right: solid 1px #DDD; }
  .time_wrap .data:last-child {
    border-right: 0;
    border-left: solid 1px #DDD; }
  .time_wrap .data .data_text {
    overflow: hidden;
    margin-bottom: 2rem; }
    .time_wrap .data .data_text h3 {
      color: #37bec3;
      font-size: 7.6rem;
      margin-bottom: 0;
      margin-top: 0;
      line-height: 1; }
    .time_wrap .data .data_text p {
      color: #2b2b2b;
      font-size: 2rem; }

/* ---- What We've Learned ---- */
.drop_sec .drop_intro {
  margin-bottom: 4rem; }

.drop_sec .pin_one .drop, .drop_sec .pin_two .drop, .drop_sec .pin_three .drop {
  background: url(./images/around_sprite_new.png) no-repeat;
  width: 270px;
  height: 410px; }
  .drop_sec .pin_one .drop span, .drop_sec .pin_two .drop span, .drop_sec .pin_three .drop span {
    background: url(./images/around_sprite_new.png) no-repeat; }

.drop_sec .pin_one .es, .drop_sec .pin_two .es, .drop_sec .pin_three .es {
  background: url(./images/around_sprite_new-esp.png) no-repeat; }
  .drop_sec .pin_one .es span, .drop_sec .pin_two .es span, .drop_sec .pin_three .es span {
    background: url(./images/around_sprite_new-esp.png) no-repeat; }

.drop_sec .pin_one .drop {
  background-position: -5px 0; }
  .drop_sec .pin_one .drop span {
    background-position: -3px -412px; }

.drop_sec .pin_two .drop {
  background-position: -310px -4px; }
  .drop_sec .pin_two .drop span {
    background-position: -310px -414px; }

.drop_sec .pin_three .drop {
  background-position: -616px -5px; }
  .drop_sec .pin_three .drop span {
    background-position: -616px -415px; }

/* ---- What's Next ---- */
.wn_wrap {
  background-image: url(./images/LandscapeBG_2.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-device-width: 1024px) {
    .wn_wrap {
      background-attachment: scroll; } }

.whats_next .intro {
  margin-bottom: 3rem; }
  .whats_next .intro h1.main_title {
    font-family: 'FS Albert Thin';
    color: white; }
    .whats_next .intro h1.main_title::after {
      content: '';
      display: block;
      width: 6rem;
      height: 1px;
      background-color: white;
      margin: 0 auto;
      margin-top: 1.2rem; }
  .whats_next .intro h2 {
    color: white;
    text-transform: capitalize; }

.whats_next .story_vid .embed-responsive-4by3 {
  padding-bottom: 57%; }

.whats_next .story_vid iframe {
  max-height: 37.5rem; }
  @media (max-width: 991px) {
    .whats_next .story_vid iframe {
      max-height: initial; } }

.whats_next .story_txt {
  padding-top: 3rem; }
  .whats_next .story_txt p {
    color: white;
    font-size: 2.6rem; }

/* ---- 101/tips Section ---- */
.blog-tips .intro {
  margin-bottom: 4rem; }

.blog-tips .post {
  margin-bottom: 3rem;
  overflow: hidden; }
  .blog-tips .post .wrap {
    position: relative;
    min-height: 53rem;
    border: solid 1px #DDDDDD;
    background-size: cover;
    background-repeat: no-repeat; }
    .blog-tips .post .wrap .entry_wrap {
      position: absolute;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 2rem 3rem;
      bottom: 0;
      left: 0; }
      .blog-tips .post .wrap .entry_wrap:hover {
        background-color: rgba(0, 0, 0, 0.6); }
      .blog-tips .post .wrap .entry_wrap h1 {
        color: white;
        font-size: 3.6rem;
        line-height: 1.3;
        margin-bottom: 0.6rem; }
      .blog-tips .post .wrap .entry_wrap h2 {
        color: white;
        font-size: 2.4rem;
        line-height: 1.3;
        margin-bottom: 0; }
      .blog-tips .post .wrap .entry_wrap p {
        color: white;
        font-size: 2.4rem;
        line-height: 1.25;
        margin-bottom: 0; }
      .blog-tips .post .wrap .entry_wrap span {
        float: right;
        text-transform: uppercase;
        font-size: 1.6rem;
        color: white; }

.blog-tips .main .wrap {
  background: url(./images/small_blog_BG3.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.blog-tips .main_sub .wrap {
  background: url(./images/small_blog_BG3.jpg) no-repeat;
  background-size: cover;
  min-height: 25rem; }
  .blog-tips .main_sub .wrap .entry_wrap {
    padding: 2rem; }

.blog-tips .next {
  text-align: center;
  margin-top: 4rem; }
  .blog-tips .next a {
    display: inline-block;
    text-align: center;
    background-color: transparent;
    color: #37bec3;
    border: solid 2px #37bec3;
    font-size: 2.6rem;
    padding: 0.5rem 2rem;
    cursor: pointer; }
    .blog-tips .next a:hover, .blog-tips .next a:focus {
      background-color: #2c979b;
      border-color: #2c979b;
      color: white; }

.posts-navigation {
  clear: left; }
  .posts-navigation h2 {
    font-size: 2.4rem;
    text-align: center; }

.pag_nav, .nav-links {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 3rem; }
  .pag_nav .next, .pag_nav .nav-previous a, .nav-links .next, .nav-links .nav-previous a {
    background: #37bec3;
    color: white;
    padding: 1rem 2.5rem;
    display: inline-block;
    text-transform: uppercase; }
    .pag_nav .next:hover, .pag_nav .nav-previous a:hover, .nav-links .next:hover, .nav-links .nav-previous a:hover {
      background-color: #2c979b;
      color: white; }
  .pag_nav .back, .pag_nav .nav-next a, .nav-links .back, .nav-links .nav-next a {
    display: block;
    color: #828487;
    margin-top: 1.2rem; }
    .pag_nav .back:hover, .pag_nav .nav-next a:hover, .nav-links .back:hover, .nav-links .nav-next a:hover {
      color: #2b2b2b; }

.nav-links {
  margin-top: 1.5rem; }

.sec-wht .wrap {
  background: none; }
  .sec-wht .wrap .entry_wrap {
    background-color: white; }
    .sec-wht .wrap .entry_wrap .entry_header h1, .sec-wht .wrap .entry_wrap .entry_header h1 a {
      color: #2b2b2b; }
    .sec-wht .wrap .entry_wrap .entry_excerpt p, .sec-wht .wrap .entry_wrap .entry_excerpt span {
      color: #2b2b2b; }

.drought_post {
  margin-bottom: 3rem; }
  .drought_post .img_wrap {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 36rem; }
  .drought_post .vid_wrap iframe {
    width: 100%;
    height: 450px; }
  .drought_post .entry_vid_wrap {
    background: white;
    position: relative; }
    .drought_post .entry_vid_wrap .wrap {
      background-color: white;
      margin-bottom: 1rem;
      margin: 0 auto;
      padding: 3rem; }
  .drought_post .entry_wrap {
    background: white;
    position: relative; }
    .drought_post .entry_wrap .wrap {
      position: relative;
      width: 95%;
      background-color: white;
      margin-bottom: 1rem;
      top: -56px;
      margin: 0 auto;
      padding: 2rem 2rem 0; }
  .drought_post .wrap .entry_header h1, .drought_post .wrap .entry_header h2 {
    text-transform: capitalize; }
    .drought_post .wrap .entry_header h1 a, .drought_post .wrap .entry_header h2 a {
      color: #37bec3; }
      .drought_post .wrap .entry_header h1 a:hover, .drought_post .wrap .entry_header h2 a:hover {
        color: #2c979b; }
  .drought_post .wrap .entry_header h1 {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 1.2rem; }
  .drought_post .wrap .entry_header h2 {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 1rem; }
  .drought_post .entry_excerpt span {
    float: right;
    text-transform: uppercase;
    font-size: 1.6rem; }
  .drought_post .entry_footer {
    overflow: hidden;
    background-color: transparent;
    border-top: solid 1px #c7c8ca;
    padding-top: 2rem;
    padding-bottom: 0;
    margin-top: 2rem; }
    .drought_post .entry_footer p {
      float: left; }
    .drought_post .entry_footer span {
      float: right;
      text-transform: uppercase;
      font-size: 1.6rem;
      color: #2b2b2b; }
  .drought_post .sans-img .wrap {
    top: 0;
    width: 100%;
    padding: 3rem; }
  .drought_post .brdr_wrap {
    border: solid 1px #DDDDDD;
    background: white; }

button.alm-load-more-btn {
  background-color: #e9674f; }
  button.alm-load-more-btn:hover {
    background-color: #ef8e7c; }

.action_post .wrap {
  height: 60rem; }
  .action_post .wrap .entry_wrap {
    padding: 4rem 2rem 6rem; }
    .action_post .wrap .entry_wrap .entry_header h1 {
      color: #37bec3;
      margin-bottom: 1.2rem;
      text-align: center; }
    .action_post .wrap .entry_wrap .entry_excerpt {
      margin: 0 auto;
      width: 60%;
      text-align: center; }

.gall_post {
  border: solid 1px #DDDDDD;
  /* .gall_wrap {
		.fancybox {
			padding: 0;
			@extend .flex;
			justify-content: center;
			height: 30rem;
			overflow: hidden;

			@media (max-width: 767px) {
				display: block;
				height: auto;
			}
			img {
				height: auto;
				display: block;
				width: 100%;

				@media (max-width: 767px) {
					height: 100%;
				}
			}
		}
	} */ }
  .gall_post .gall_wrap ul {
    padding: 0;
    margin: 0 -15px; }
    .gall_post .gall_wrap ul li {
      list-style: none;
      position: relative;
      height: 25%;
      margin-bottom: 0;
      padding: 0; }
      .gall_post .gall_wrap ul li a {
        height: 100%;
        width: 100%;
        background-color: transparent;
        text-align: center;
        overflow: hidden;
        display: block; }
        .gall_post .gall_wrap ul li a img {
          max-width: 100%; }
  .gall_post .rebate a {
    height: 100%; }
    .gall_post .rebate a img {
      max-width: 100%;
      height: auto; }
  .gall_post .content_wrap {
    background-color: white; }
    .gall_post .content_wrap .entry {
      width: 90%;
      position: relative;
      background-color: white;
      top: -60px;
      margin: 0 auto;
      padding: 3rem 1rem;
      text-align: center;
      z-index: 100; }
      .gall_post .content_wrap .entry h1 {
        font-size: 5rem;
        margin-bottom: 1.2rem;
        color: #37bec3; }
      @media (max-width: 767px) {
        .gall_post .content_wrap .entry {
          top: -40px; } }

.turf, .toilet {
  /* padding: 0;
	height: 315px;
	overflow: hidden;
	
	@extend .flex;
	@extend .flexrow;
	align-items: center;
	justify-content: center;
	position: relative; */
  height: 100%;
  width: 100%;
  background-color: transparent;
  text-align: center;
  overflow: hidden;
  display: block; }
  .turf img, .toilet img {
    display: block;
    max-width: 100%;
    height: 100%; }
  .turf h3, .toilet h3 {
    position: absolute;
    padding: 1rem;
    width: 100%;
    top: 20%;
    left: 0;
    right: 15%;
    z-index: 10;
    color: white;
    font-size: 4.6rem;
    text-align: center;
    margin: 0 auto;
    text-shadow: 0 0 5px black; }
    .turf h3 small, .toilet h3 small {
      color: white; }
  @media (max-width: 767px) and (min-width: 469px) {
    .turf, .toilet {
      height: auto; }
      .turf h3, .toilet h3 {
        left: 0;
        top: 25%; } }
  @media (max-width: 467px) {
    .turf, .toilet {
      height: auto; }
      .turf h3, .toilet h3 {
        width: 100%;
        left: 0;
        top: 1rem; } }
  .turf:hover::before, .toilet:hover::before {
    content: '';
    background-color: rgba(233, 103, 79, 0.8);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .turf:hover h3, .toilet:hover h3 {
    z-index: 150; }

main[role="home"] .post .wrap {
  border: 0; }

.padtop {
  margin-top: 6rem; }

.margbtm {
  margin-bottom: 6rem; }

#inner {
  background: #f1f2f2;
  padding-bottom: 10rem;
  position: relative;
  z-index: 0; }
  #inner .block_links {
    margin-top: 0; }
    #inner .block_links .prep, #inner .block_links .reb {
      margin-bottom: 4rem; }

.page_title {
  margin-bottom: 3rem;
  margin-top: 6rem; }
  .page_title p {
    text-align: center;
    font-size: 2rem; }

.entry_content h1 {
  font-size: 4.6rem;
  color: #e9674f;
  margin-bottom: 2rem; }

.entry_content p {
  text-align: justify; }

/* ---- 2col Layout ---- */
.post_wrap {
  background-color: white;
  border: solid 1px #DDDDDD;
  padding: 3rem; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .post_wrap {
      padding: 2rem; } }
  @media (max-width: 767px) {
    .post_wrap {
      padding: 2rem;
      margin-bottom: 4rem; } }
  .post_wrap .post_img {
    overflow: hidden;
    max-height: 35rem;
    margin-bottom: 3rem; }
    .post_wrap .post_img img {
      width: 100%;
      height: auto; }
  .post_wrap h1 {
    font-size: 4.6rem; }
  .post_wrap .entry-header {
    margin-bottom: 2rem; }
    .post_wrap .entry-header .entry-title {
      font-size: 3.6rem;
      line-height: 1.3;
      margin-bottom: 1.2rem; }
    .post_wrap .entry-header span {
      color: #828487; }
    .post_wrap .entry-header .entry-meta {
      margin-top: 0.5rem;
      overflow: hidden; }
      .post_wrap .entry-header .entry-meta p {
        float: left;
        color: #828487; }
      .post_wrap .entry-header .entry-meta .addtoany_list {
        float: right; }
      .post_wrap .entry-header .entry-meta time {
        text-transform: uppercase;
        color: #515151; }
  .post_wrap .vid_wrap iframe {
    max-width: 100%; }
  .post_wrap .entry-content h2 {
    color: #2b2b2b;
    font-size: 175%;
    margin: 2rem 0; }
  .post_wrap .entry-content h3 {
    font-size: 150%;
    margin: 2rem 0; }

/* ---- Take Action ---- */
.save_blocks {
  margin-bottom: 6rem; }
  .save_blocks .main, .save_blocks .sub {
    margin-bottom: 3rem; }
    .save_blocks .main .entry, .save_blocks .sub .entry {
      padding: 3rem;
      align-items: center;
      justify-content: center;
      background-color: #919191;
      color: white; }
  .save_blocks .main .entry {
    min-height: 50rem; }
    .save_blocks .main .entry h2 {
      color: white;
      font-size: 4rem;
      text-align: center; }
    .save_blocks .main .entry p {
      font-size: 2rem;
      text-align: center;
      width: 50%; }
  .save_blocks .sub .entry {
    background-color: #abaaaa;
    min-height: 23.5rem; }

/* ---- Tips ---- */
.tip_nav {
  margin-bottom: 6rem; }
  .tip_nav.reverse {
    margin-top: 6rem;
    margin-bottom: 0; }
  .tip_nav ul {
    padding: 0;
    justify-content: center;
    list-style: none; }
    .tip_nav ul li {
      display: inline-block;
      border: solid 1px #ccc; }
      .tip_nav ul li a {
        text-transform: uppercase;
        color: #37bec3;
        font-size: 1.4rem;
        padding: 1rem 3rem;
        display: block; }
        .tip_nav ul li a:hover {
          color: #e9674f; }
      .tip_nav ul li:hover {
        border-bottom-color: #e9674f; }
      .tip_nav ul li.active {
        border-bottom-color: #e9674f; }
        .tip_nav ul li.active a {
          color: #e9674f; }
    @media (max-width: 767px) {
      .tip_nav ul {
        display: inline-block;
        width: 100%; }
        .tip_nav ul li {
          padding-top: 1rem;
          padding-bottom: 1rem;
          margin-bottom: 0.5rem;
          width: 100%; }
          .tip_nav ul li a {
            font-size: 1.8rem; } }

.tips .block {
  display: block;
  margin: 0 auto;
  align-items: center;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .tips .block {
      min-height: 450px; } }
  .tips .block img {
    display: block;
    margin: 0 auto; }
  .tips .block h3, .tips .block p {
    text-align: center; }
  .tips .block h3 {
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #37bec3;
    margin-bottom: 1rem;
    margin-top: 2rem; }
  .tips .block p {
    font-size: 1.6rem;
    width: 100%; }

.tips .neighbor h3 {
  margin-bottom: 0; }

.tips .neighbor h4 {
  margin-bottom: 1.2rem;
  text-align: center; }

/* ---- Kids Page ---- */
.kids {
  margin-bottom: 12rem; }
  .kids .pin_one .drop, .kids .pin_two .drop, .kids .pin_three .drop {
    width: 270px;
    height: 410px; }
  .kids .pin_one .drop {
    background: url(./images/ColoringBookDrop.png) no-repeat; }
    .kids .pin_one .drop span {
      background: url(./images/ColoringBookDrop.png) no-repeat; }
  .kids .pin_two .drop {
    background: url(./images/CuriosityQuestDrop.png) no-repeat; }
    .kids .pin_two .drop span {
      background: url(./images/CuriosityQuestDrop.png) no-repeat; }
  .kids .pin_three .drop {
    background: url(./images/VirtualTourDrop.png) no-repeat; }
    .kids .pin_three .drop span {
      background: url(./images/VirtualTourDrop.png) no-repeat; }

.cp_download {
  text-align: center;
  margin-bottom: 40px; }
  .cp_download .wpdm-download-link {
    margin-top: 10px;
    background-color: #37bec3; }
    .cp_download .wpdm-download-link a {
      color: #37bec3; }
      .cp_download .wpdm-download-link a:hover {
        color: #2c979b; }
  .cp_download .w3eden .kids_temp img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.kids_vid img {
  margin-bottom: 20px; }

.kids_vid h3 {
  margin-bottom: 20px; }

/* ---- Toolkit Page ---- */
nav[role="cat_nav"] button {
  width: 100%;
  margin: 0;
  padding: 1.2rem 1rem;
  background-color: #37bec3;
  color: white;
  text-transform: uppercase;
  border: 0;
  font-size: 2.4rem; }
  nav[role="cat_nav"] button:hover, nav[role="cat_nav"] button:active {
    background-color: #268487; }

.filter_menu {
  overflow: hidden; }
  .filter_menu .cat_nav {
    padding: 0;
    overflow: hidden;
    clear: right; }
  .filter_menu ul#menu-toolkit-new-2017 {
    list-style: none;
    padding: 0; }
    .filter_menu ul#menu-toolkit-new-2017 li {
      margin-bottom: 0.3rem; }
      .filter_menu ul#menu-toolkit-new-2017 li a {
        padding: 0.8rem;
        background-color: #37bec3;
        display: block;
        color: white;
        text-transform: uppercase;
        font-size: 1.4rem; }
        .filter_menu ul#menu-toolkit-new-2017 li a:hover {
          background-color: #2c979b; }
      .filter_menu ul#menu-toolkit-new-2017 li.active a {
        background-color: #31abaf; }
      .filter_menu ul#menu-toolkit-new-2017 li.download a {
        background-color: #3498db; }
        .filter_menu ul#menu-toolkit-new-2017 li.download a:hover {
          background-color: #2489cc; }
  @media (max-width: 767px) {
    .filter_menu {
      margin-bottom: 4rem; }
      .filter_menu ul li a {
        padding: 1rem;
        text-align: center;
        font-size: 1.8rem; } }

@media (min-width: 768px) {
  .affix-top {
    position: static; }
  .affix {
    position: fixed;
    top: 70px; } }

@media (min-width: 1400px) {
  .affix-top {
    width: 26.6rem; }
  .affix {
    width: 26.6rem; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .affix-top {
    width: 22rem; }
  .affix {
    width: 22rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .affix-top {
    width: 18rem; }
  .affix {
    width: 18rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .affix-top {
    width: 16rem; }
  .affix {
    width: 16rem; } }

@media (max-width: 767px) {
  .affix {
    position: static; } }

.w3eden .row {
  /* .col-md-6:nth-child(2n+1) {
			clear: left;
		} */ }

.w3eden .panel .panel-body .media .media-heading {
  font-size: 2.4rem;
  height: auto !important; }

.w3eden .panel .panel-body .media p {
  margin-top: 0.5rem;
  margin-bottom: 1.2rem; }
  .w3eden .panel .panel-body .media p a {
    display: none;
    border: solid 1px #e9674f;
    border-radius: 10px;
    font-style: italic;
    color: #e9674f;
    font-size: 1.4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem; }

.w3eden .panel .panel-body .media img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem; }

.w3eden .panel .panel-body .panel-footer {
  background-color: transparent;
  border-top: 0;
  font-size: 1.6rem;
  padding: 0;
  margin-bottom: 2rem; }
  .w3eden .panel .panel-body .panel-footer .pull-left {
    width: 100%; }
    .w3eden .panel .panel-body .panel-footer .pull-left .icon-download-alt {
      margin: 0 !important; }
    .w3eden .panel .panel-body .panel-footer .pull-left .wpdm-filelist {
      width: 100%; }
      .w3eden .panel .panel-body .panel-footer .pull-left .wpdm-filelist td {
        background-color: #e7f6fd !important;
        margin-bottom: 0.5rem; }
        .w3eden .panel .panel-body .panel-footer .pull-left .wpdm-filelist td a {
          background-color: #37bec3;
          border-color: #37bec3; }
  .w3eden .panel .panel-body .panel-footer .pull-right {
    width: 100%; }
    .w3eden .panel .panel-body .panel-footer .pull-right .wpdm-download-link {
      color: white;
      background-color: #37bec3;
      display: block;
      text-align: center;
      width: 170px;
      margin: 0 auto;
      text-transform: uppercase;
      font-size: 1.6rem; }
      .w3eden .panel .panel-body .panel-footer .pull-right .wpdm-download-link:hover {
        background-color: #2c979b; }
      .w3eden .panel .panel-body .panel-footer .pull-right .wpdm-download-link img {
        max-width: 100%;
        height: auto;
        display: block; }

.toolkit_temp .metro-block img {
  max-width: 100%;
  display: block;
  height: auto; }

.toolkit_temp .desc_wrap h1 {
  font-size: 4rem;
  margin-bottom: 1.2rem; }

.toolkit_temp .wpdm-filelist {
  width: 100%;
  margin-top: 2rem; }
  .toolkit_temp .wpdm-filelist td {
    background-color: #e7f6fd !important;
    margin-bottom: 0.5rem; }
    .toolkit_temp .wpdm-filelist td a {
      background-color: #37bec3;
      border-color: #37bec3; }
    .toolkit_temp .wpdm-filelist td button {
      background-color: #3498db;
      border-color: #3498db; }

.wpdm-download-link {
  color: white;
  background-color: #e9674f;
  display: block;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0.5rem 0;
  width: 20rem; }
  .wpdm-download-link:hover {
    background-color: #2c979b; }
  .wpdm-download-link img {
    max-width: 100%;
    height: auto;
    display: block; }

.cart {
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #3498db;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100; }
  .cart:hover {
    background-color: #217dbb; }
  .cart .fa {
    color: white;
    font-size: 3rem;
    text-align: center;
    display: block;
    padding-top: 9px; }
  .cart.story {
    background: url(../images/story-grass.png) no-repeat bottom center;
    background-color: #e9674f;
    width: 12rem;
    height: auto;
    padding: 20px;
    color: white;
    overflow: hidden; }
    .cart.story:hover {
      background-color: #d15b45; }

.filter_menu nav .cat_nav #menu-toolkit-new-2017 li .dropdown-menu {
  width: 100%;
  position: relative;
  padding: 0 0 0 7px;
  box-shadow: none;
  border: none;
  float: none;
  background: none; }

* {
  -webkit-font-smoothing: antialiased; }

.fall {
  overflow: hidden; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .fall h1 {
      font-size: 5.5rem; } }
  @media screen and (max-width: 767px) {
    .fall h1 {
      font-size: 4.6rem; } }
  .fall .home--vid {
    max-height: 45rem;
    position: relative; }
    .fall .home--vid .content {
      position: absolute;
      left: 50%;
      top: 42%; }
      @media screen and (max-width: 767px) {
        .fall .home--vid .content {
          width: 100%;
          text-align: center; } }
      .fall .home--vid .content h1 {
        position: relative;
        left: -50%;
        color: white;
        font-family: "futura-pt",sans-serif;
        font-weight: 300;
        font-size: 5rem; }
      @media screen and (min-width: 1200px) {
        .fall .home--vid .content h1 {
          font-size: 7rem; } }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        .fall .home--vid .content h1 {
          font-size: 6rem; } }
    .fall .home--vid video {
      bottom: 0; }
  .fall .fall--tips,
  .fall .fall--house,
  .fall .fall--blog {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .fall .fall--house,
  .fall .fall--blog {
    background: #FFF; }
  .fall .fall--tips {
    background: #f1f2f2; }
  .fall .cblock {
    margin-bottom: 6rem;
    width: 100%;
    display: block; }
  .fall .fall--tips {
    padding-top: 10rem;
    padding-bottom: 6rem; }
  .fall .fall--house {
    padding-bottom: 12rem; }
    .fall .fall--house .house-wrap {
      position: relative;
      width: 100%; }
      .fall .fall--house .house-wrap .house {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto; }
  .fall .fall--blog {
    padding-bottom: 12rem; }
    .fall .fall--blog .main_title {
      margin-bottom: 4rem; }

.twrap {
  position: absolute;
  width: 2.2em;
  height: 2.2em;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .twrap {
      display: none; } }

/* Trigger item */
.tooltip-item {
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.4);
  background-origin: border-box;
  background-color: #FFF;
  -webkit-animation: pulse 0.6s infinite alternate;
  animation: pulse 0.6s infinite alternate; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.twrap {
  /* Tooltip */ }
  .twrap:hover .tooltip-item {
    border-color: #37bec3; }
  .twrap:first-child {
    top: 32%;
    left: 30%; }
  .twrap:nth-child(2) {
    top: 27%;
    left: 44%; }
  .twrap:nth-child(3) {
    top: 30%;
    left: 59%; }
  .twrap:nth-child(4) {
    top: 38%;
    left: 73%; }
  .twrap:nth-child(5) {
    top: 55%;
    left: 67%; }
  .twrap:nth-child(6) {
    top: 56%;
    left: 44%; }
  .twrap:nth-child(7) {
    top: 79%;
    left: 47%; }
  .twrap .tooltip-content {
    position: absolute;
    background: #37bec3;
    z-index: 9999;
    width: 300px;
    bottom: 50%;
    margin-bottom: -1em;
    padding: 2rem;
    border-radius: 0;
    font-size: 1.6rem;
    text-align: left;
    color: #fff;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s; }
    .twrap .tooltip-content span {
      color: white;
      font-size: 1.6rem; }
    .twrap .tooltip-content .title {
      font-weight: bold;
      font-size: 2rem; }

.tooltip-west .tooltip-content {
  left: 4em;
  -webkit-transform-origin: -2em 50%;
  transform-origin: -2em 50%;
  -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
  transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg); }

.tooltip-east .tooltip-content {
  right: 4em;
  -webkit-transform-origin: calc(100% + 2em) 50%;
  transform-origin: calc(100% + 2em) 50%;
  -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
  transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg); }

.twrap:hover .tooltip-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
  pointer-events: auto; }

/* Gap "bridge" and arrow */
.tooltip-content::before,
.tooltip-content::after {
  content: '';
  position: absolute; }

.tooltip-content::before {
  height: 100%;
  width: 3em; }

.tooltip-content::after {
  width: 2em;
  height: 2em;
  top: 50%;
  margin: -1em 0 0;
  background: url(./images/fall/tooltip2.svg) no-repeat center center;
  background-size: 100%; }

.tooltip-west .tooltip-content::before,
.tooltip-west .tooltip-content::after {
  right: 99%;
  /* because of FF, otherwise we have a gap */ }

.tooltip-east .tooltip-content::before,
.tooltip-east .tooltip-content::after {
  left: 99%;
  /* because of FF, otherwise we have a gap */ }

.tooltip-east .tooltip-content::after {
  -webkit-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1); }

/* Mobile Tips */
.mobile-tips {
  margin-top: 4rem; }
  .mobile-tips .blockwrap {
    margin-bottom: 1rem; }
    .mobile-tips .blockwrap .block {
      text-align: left;
      background-color: #37bec3;
      padding: 1rem; }
      .mobile-tips .blockwrap .block h4 {
        font-weight: bold;
        font-size: 2rem;
        margin-bottom: 1rem; }
      .mobile-tips .blockwrap .block h4, .mobile-tips .blockwrap .block p {
        color: #FFF; }
    .mobile-tips .blockwrap .btn {
      width: 100%;
      text-align: left;
      text-transform: none;
      font-size: 2rem;
      border: none; }
    .mobile-tips .blockwrap .content {
      padding: 1.5rem;
      color: #FFF;
      font-size: 1.6rem; }

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