/*
Theme Name: MI Water Stewardship
Author: Ciesa Design
Version: 1.0
*/
/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"]
{
	width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
	img[src$=".svg"]
	{
		width: 100%;
	}
}
img
{
	max-width: 100%;
	height: auto;
}
.alignleft
{
	float: left;
	padding: 0 10px 10px 0;
	max-width: 100%;
	height: auto;
}
.alignright
{
	float: right;
	padding: 0 0px 10px 10px;
	max-width: 100%;
	height: auto;
}
.wp-caption
{
  max-width: 100%;
}
.modal-full
{
	min-width: 100%;
	margin: 0;
}
.modal-full .modal-content
{
	min-height: 100vh;
}

/* =============================================================
---------------------------------------------------------------- ##type 
============================================================= */
html, body
{
	height: 100%;
}
body
{
	font-family: "Montserrat", sans-serif;
	background-color: rgb(255,255,255);
	background-repeat: no-repeat;
	background-position: top center;
	line-height: 1.2;
}
#content
{
	padding-top: 50px;
}
p,
li
{
	/* font-weight: 300; */
	line-height: 1.5em;
	margin-bottom: 1.2em;
}
strong
{
	font-weight: 700;
}
em
{
	font-style: italic !important;
}
a
{
  /* color: rgb(0,167,155); */
  color: rgb(0, 126, 170);
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
  /* color: rgb(0,126,170); */
  color: rgb(0,167,155);
}
ul
{
	padding-left: 0;
}
h1, h2, h3, h4, h5
{
	clear: both;
}
h1
{
	color: rgb(255,255,255);
	font-size: 2.1em;
	margin: 1.5em 0;
	line-height: 1em;
	text-align: center;
}
h1.page-header-title
{
	font-size: 3.0em;
	margin: 1.5em 0;
	text-shadow: rgba();
}
h2
{
	font-weight: 700;
	font-size: 1.5em;
	margin: 2em 0 0.5em 0;
	line-height: 1em;
}
h3
{
	font-weight: 700;
	font-size: 1.3em;
	margin: 2em 0 0.5em 0;
	line-height: 1em;
}
h4
{
	font-weight: 700;
	font-size: 1.1em;
	margin: 2em 0 0.5em 0;
	line-height: 1em;
}

h5
{
	font-weight: 700;
	font-size: 1em;
	margin: 2em 0 0.5em 0;
	line-height: 1em;
}



.intro h2
{
	font-weight: 400;
	font-size: 1.7em;
	margin: 0em 0 0.5em 0;
	line-height: 1.2em;
	text-transform: uppercase;
}
.callout h2
{
	font-weight: 400;
	font-size: 1.7em;
	margin: 0em 0 0 0;
	line-height: 1.2em;
	text-transform: uppercase;
}
h3
{
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 0.7em;
	margin-top: 1.5em;
}
h4
{
	margin: 0.5em 0 0.3em 0;
}
h5
{
}
h6
{
}
#content ul, #content ol
{
  overflow: hidden;
  padding-left: 2em;
}

#content li
{
	margin-bottom: 10px;
}

.wp-caption
{
	font-size: 0.8em;
}


/* =============================================================
---------------------------------------------------------------- ##news
============================================================= */
.news h2
{
	margin-top: 10px;
}

.news-container
{
	margin: 0 0 2em 0;
}

.entry-meta
{
	margin-bottom: 1em;
}

/* =============================================================
---------------------------------------------------------------- ##events
============================================================= */
.events-archive .entry-content, .events-archive .entry-header
{
	width: 100%;
}

.entry-content
{
	margin-bottom: 3em;
}

#tribe-events-bar, .tribe-events-title-bar
{
	display: none;
}

.tribe-events-schedule h2
{
	margin-top: 0;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-image
{
	margin-bottom: 10px;
}

/* =============================================================
---------------------------------------------------------------- ##footer
============================================================= */

#footer
{
	background-color: rgb(12,156,200);
	padding: 1em;
	font-size: 0.8em;
	text-align: center;
	color: rgb(255,255,255);
}

#footer a
{
	text-decoration: underline;
	color: rgb(255,255,255);
}

.bg-blue-white
{
	height: 84px;
	background-image: url("images/bckgrnd-white.png");
}




/* =============================================================
---------------------------------------------------------------- ##header
============================================================= */


.logo
{
	text-align: center;
	margin: 0 0 1em 0;
	padding-top: 1em;
}
.logo img
{
	max-width: 170px;
	height: auto;
	text-align: center;
	position: absolute;
	top: 13px;
	right: 0px;
	left: 0;
	margin: auto;
}
@media (min-width: 992px)
{
	.logo img
	{
		max-width: 300px;
		top: 10px;
	}
}
/* =============================================================
---------------------------------------------------------------- ##home page
============================================================= */

/* .highlight-1 img
{
	height: 140px;
	padding: 1em;
	width: auto;
}
.highlight-2 img
{
	height: 140px;
	padding: 2.5em 1.5em 0.5em 1.5em;
	width: auto;
}
.highlight-3 img
{
	height: 140px;
	padding: 2.5em;
	width: auto;
} */
@media (min-width: 992px)
{
	.highlight-2
	{
		border-left: 2px solid rgb(107,202,244);
		border-right: 2px solid rgb(107,202,244);
	}
}
.highlight-container h2
{
	margin-top: 0.5em;
}
.highlight
{
	padding: 0.5em 2em 2em 2em;
}

.highlight-container a
{
	/* color: #212529; */
}

.highlight-container a:hover,
.highlight-container a:focus {
  color: #000;
}

/* ============================================================ Home Page Graphics
============================================================ */

connection
{
	border: 2px solid #ffffff;
	border-radius: 20px;
	box-sizing: content-box;
}
.connections
{
	color: rgb(255,255,255);
	font-size: 1.5em;
	background-color: rgb(12,156,200);
	line-height: 1.2em;
}
.connections h1
{
	font-size: 1.9em;
}
.child, .child-2
{
	position: relative;
	width: 0px;
	height: 0px;
	margin: auto;
}
.connection-1
{
	width: 0px;
	height: 0px;
	margin: auto;
	margin-top: 30px;
}
.connection-2
{
	width: 1px;
	height: 1px;
	margin: auto;
	margin-top: 130px;
}

/* ---------------------------- All Items
---------------------------- */

.water, .toilet, .boat, .shower, .apple, .door, .cloud, .drain, .ground
{
	height: auto;
	margin: auto;
	position: relative;
	max-width: 100%;
}

/* ---------------------------- Water Glass
---------------------------- */

@media only screen and (min-width: 992px)
{
	.water
	{
		width: 70px;
	}
}

.water img
{
	width: 70px;
	height: auto;
	margin: 2em 0 1em 0;
	padding: 10px;
}

.water-text
{
	background-color: rgb(12,156,200);
	position: relative;
	padding: 0.5em 0 0.5em 0;
	z-index: 5;
}

@media only screen and (min-width: 992px)
{
	.water-text
	{
		background-color: transparent;
		position: absolute;
		left: 110px;
		top: 80px;
		width: 200px;
		padding: 0;
	}
}

@media only screen and (min-width: 992px)
{
	.white-dot-water
	{
		left: 105px !important;
		top: 60px !important;
	}
}


/* ---------------------------- Toilet
---------------------------- */

@media only screen and (min-width: 992px)
{
	.toilet
	{
		width: 300px;
	}
}
.toilet img
{
	width: 300px;
	height: auto;
	margin: 5em 0 1em 0;
	position: relative;
	padding: 10px;
}

@media only screen and (min-width: 992px)
{
	.toilet
	{
		width: 300px;
	}
}
.toilet-text
{
	background-color: rgb(12,156,200);
	position: relative;
	padding: 0.5em 0 0.5em 0;
	z-index: 5;
}

@media only screen and (min-width: 992px)
{
	.toilet-text
	{
		position: absolute;
		left: 250px;
		top: 160px;
		width: 180px;
		text-align: left;
	}
} 

@media only screen and (min-width: 992px)
{
	.white-dot-toilet
	{
		left: 220px !important;
		top: 150px !important;
	}
}


/* ---------------------------- Washing Machine
---------------------------- */

/* @media only screen and (min-width: 992px)
{
	.washer
	{
		width: 100px;
	}
}
.washer img
{
	width: 100px;
	height: auto;
	margin: 5em 0 1em 0;
	position: relative;
	padding: 10px;
}

@media only screen and (min-width: 992px)
{
	.washer
	{
		width: 100px;
	}
}
.washer-text
{
	background-color: rgb(12,156,200);
	position: relative;
	padding: 0.5em 0 0.5em 0;
	z-index: 5;
}

@media only screen and (min-width: 992px)
{
	.washer-text
	{
		position: absolute;
		right: 120px;
		top: 160px;
		width: 150px;
		text-align: right;
	}
} 

@media only screen and (min-width: 992px)
{
	.white-dot-washer
	{
		left: -170px !important;
		top: 156px !important;
	}
}


*/


/* ---------------------------- Kids Playing
---------------------------- */

/* .kids-playing
{
	width:350px;
} */

@media only screen and (min-width: 992px)
{
	.kids-playing
	{
		width: 350px;
	}
}
.kids-playing img
{
	width: 350px;
	height: auto;
	margin: 3em 0em 3em 0em;
	position: relative;
	padding: 10px;
}

.kids-playing-text
{
	background-color: rgb(12,156,200);
	position: relative;
	padding: 0.5em 0 0.5em 0;
	z-index: 5;
}

@media only screen and (min-width: 992px)
{
	.kids-playing-text
	{
    position: absolute;
    left: 100px;
    top: 264px;
    width: 160px;
    text-align: center;
	}
}


@media only screen and (min-width: 1200px)
{
	.white-dot-kids-playing
	{
		left: 290px !important;
		top: 255px !important;
	}
}




/* .kids-playing img
{
	width: 500px;
	height: auto;
	margin: 8em 0 1em 0;
	padding: 10px;
}

@media only screen and (min-width: 992px)
{
	.kids-playing
	{
		width: 500px;
	}
}
.kids-playing-text
{
	background-color: rgb(12,156,200);
	position: relative;
	padding: 0.5em 0 0.5em 0;
	z-index: 5;
}

@media only screen and (min-width: 992px)
{
	.kids-playing-text
	{
		position: absolute;
		right: 25px;
		top: 130px;
		width: 200px;
	}
} */

/* ---------------------------- Shower
---------------------------- */

.shower img {
  width: 170px;
  height: auto;
  margin: 6em 2em 2em 2em;
}

@media only screen and (min-width: 992px) {
  .shower img
  {
    width: 170px;
    height: auto;
    margin: 6em 2em 2em 1em;
  }
}

@media only screen and (min-width: 992px)
{
	.shower
	{
		width: 170px;
	}
}
.shower-text
{
	background-color: rgb(12,156,200);
	position: relative;
	padding: 0.5em 0 0.5em 0;
	z-index: 5;
}

@media only screen and (min-width: 992px)
{
	.shower-text
	{
    position: absolute;
    right: 220px;
    top: 305px;
    width: 200px;
    text-align: right;
	}
}

@media only screen and (min-width: 992px)
{
	.white-dot-shower
	{
		left: -15px !important;
		top: 295px !important;
	}
}

/* ---------------------------- Food
---------------------------- */

.apple img
{
	width: 110px;
	height: auto;
	margin: 2em 0 1em 0;
	padding: 10px;
}

@media only screen and (min-width: 992px)
{
	.apple
	{
    width: 110px;
    margin: 2em 0 1em 1em;
    padding: 10px;
	}
}
.apple-text
{
	background-color: rgb(12,156,200);
	position: relative;
	padding: 0.5em 0 0.5em 0;
	z-index: 5;
}

@media only screen and (min-width: 992px)
{
	.apple-text
	{
    position: absolute;
    left: -226px;
    top: 114px;
    width: 190px;
    text-align: right;
	}
}

@media only screen and (min-width: 992px)
{
	.white-dot-apple
	{
		left: 0px !important;
		top: 105px !important;
	}
}

/* ---------------------------- House Door
---------------------------- */
#door
{
	width: 150px;
	height: auto;
	margin: 6em 0 1em 0;
	padding: 10px;
}

.door
{
	width: 250px;
}

.door-lights
{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 250px !important;
}

@media only screen and (min-width: 992px)
{
	.door
	{
		width: 250px;
	}
}

.door-text
{
	background-color: rgb(12,156,200);
	position: relative;
	padding: 0.5em 0 0.5em 0;
	z-index: 5;
}

@media only screen and (min-width: 992px)
{
	.door-text
	{
    position: absolute;
    left: 280px;
    top: 270px;
    width: 210px;
    text-align: left;
	}
}

@media only screen and (min-width: 992px)
{
	.white-dot-door
	{
		left: 235px !important;
		top: 261px !important;
	}
}


/* ---------------------------- Cloud
---------------------------- */

.cloud img
{
	width: 260px;
	height: auto;
	margin: 3em 0 2em 0em;
	padding: 10px;
}

@media only screen and (min-width: 992px)
{
	.cloud
	{
		width: 260px;
	}
}

.cloud-text
{
	background-color: rgb(12,156,200);
	position: relative;
	padding: 0.5em 0 0.5em 0;
	z-index: 5;
}

@media only screen and (min-width: 992px)
{
	.cloud-text
	{
    position: absolute;
    left: -245px;
    top: 147px;
    width: 170px;
    text-align: right;
	}
}

@media only screen and (min-width: 992px)
{
	.white-dot-cloud
	{
		left: -40px !important;
		top: 138px !important;
	}
}


/* ---------------------------- Storm Drain
---------------------------- */
.drain
{
	width: 400px;
}

.drain img
{
	width: 400px;
	height: auto;
	margin: 4em 0 1em 0;
	padding: 10px;
}

.drain-text
{
	background-color: rgb(12,156,200);
	position: relative;
	padding: 0.5em 0 0.5em 0;
	z-index: 5;
}

@media only screen and (min-width: 992px)
{
	.drain-text
	{
    position: absolute;
    left: 460px;
    top: 160px;
    width: 280px;
    text-align: left;
	}
}

@media only screen and (min-width: 992px)
{
	.white-dot-drain
	{
		left: 425px !important;
		top: 150px !important;
	}
}

/* ---------------------------- Ground
---------------------------- */


.ground img
{
	width: 200px;
	height: auto;
	margin: 6em 0 1em 0;
	padding: 10px;
}

.ground
{
	margin-bottom: 5em;
}

@media only screen and (min-width: 992px)
{
	.ground
	{
		width: 200px;
	}
}

@media only screen and (min-width: 992px)
{
	.ground-text
	{
    position: absolute;
    right: 255px;
    top: 222px;
    width: 220px;
    text-align: right;
	}
}

@media only screen and (min-width: 992px)
{
	.white-dot-ground
	{
		left: -20px !important;
		top: 201px !important;
	}
}

/* =============================================================
---------------------------------------------------------------- ##songs
============================================================= */

.wp-playlist-current-item
{
	height: auto !important;
	text-align: center !important;
}

.wp-playlist .wp-playlist-current-item img
{
	max-width: none !important;
	width: 250px !important;
	height: auto !important;
	float: none !important;
	max-height: 250px !important;
}

/* .wp-playlist-current-item .wp-playlist-item-artist, .wp-playlist-current-item .wp-playlist-item-title {
	display: none !important;
} */

/* Song Playlist */

.wp-playlist-light .wp-playlist-item
{
	padding: 1em!important;
}

.wp-playlist-light .wp-playlist-playing
{
	background: rgba(14,156,200,1) !important;
	color: #ffffff!important;
}

.wp-playlist-light .wp-playlist-playing .wp-playlist-caption
{
	color: #ffffff!important;
}

.wp-playlist-light .wp-playlist-playing .wp-playlist-caption:before
{
	content: "NOW PLAYING: ";
}

.wp-playlist-current-item .wp-playlist-caption
{
	width: 100%!important;
	max-width: 100%!important;
	color: #000000;
	display: block;
	margin: 0px!important;
	padding: 0px!important;
}

.wp-playlist-current-item .wp-playlist-item-artist, .wp-playlist-current-item .wp-playlist-item-title
{
	display: initial !important;
}

/* =============================================================
---------------------------------------------------------------- ##animations
============================================================= */

.popover-header
{
	margin: 0;
}



.white-dot
{
	background-color: #ffffff !important;
	height: 20px;
	width: 20px;
	position: absolute;
	left: 50%;
	text-align: center;
	margin: 25px 0 0 -10px;
	border-radius: 100px;
	z-index: 6;
	outline: none;
	cursor: pointer;
}
.white-dot .ripple
{
	cursor: pointer;
	outline: none;
	position: absolute;
	width: 160px;
	height: 160px;
	z-index: -1;
	left: 50%;
	top: 50%;
	opacity: 0;
	margin: -80px 0 0 -80px;
	border-radius: 100px;
	-webkit-animation: ripple 3.2s infinite;
	        animation: ripple 3.2s infinite;
}
@-webkit-keyframes ripple
{
	0%
	{
		opacity: 1;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100%
	{
		opacity: 0;
		-webkit-transform: scale(0.5);
		        transform: scale(0.5);
	}
}
@keyframes ripple
{
	0%
	{
		opacity: 1;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100%
	{
		opacity: 0;
		-webkit-transform: scale(0.5);
		        transform: scale(0.5);
	}
}
.white-dot .ripple:nth-child(2)
{
	        animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.white-dot .ripple:nth-child(3)
{
	        animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

/* =============================================================
---------------------------------------------------------------- ##story
============================================================= */

.page-template-template-water-story
{
	background-color: #0084AF
}

.page-template-template-water-story .menu-container
{
	position: relative;
}

.water-story-animation-container
{
	/* margin-top: 100px; */
	/* position: relative; */
	/* display: block; */


}


#thewaterstory_hype_container
{
}

.water-story-animation-container + #footer
{
	/* background-color: red; */
}

/* .HYPE_document
{
	padding-top: 90px;
} */

/* #hype-scene-E16BYBUHS8JKVANU3CHU
{
	padding-top: 82px;
	margin-top: 82px;
} */

/* =============================================================
---------------------------------------------------------------- ##about page
============================================================= */

.bottom-image
{
	/* background-size: cover; */
	/* height: 600px; */
	height: 78px;
	background-position: top center;
}
.banner
{
	height: 280px;
	background-size: cover;
	background-color: rgb(107,201,242);
	background-image: url("images/banner-2.jpg");
	background-position: center;
	padding: 2em;
	background-repeat: no-repeat;
}

.no-banner
{
	padding: 2em;
	color: rgb(12,156,200);
}
.no-banner h1.page-header-title
{
	color: rgb(12,156,200);
	margin-bottom: 1em!important;
}
.intro
{
	text-align: center;
	padding: 2em 0 1.5em 0;
}
.intro p
{
	font-size: 1.2em;
}
.callout
{
	text-align: center;
	padding: 2em 0;
}
.section-line
{
	height: 2px;
	width: 100%;
	background-color: rgb(107,202,244);
}
.resource-links
{
	border-top: 2px solid rgb(0,0,0);
	border-bottom: 2px solid rgb(0,0,0);
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px)
{
	.about-section img
	{
		width: 100%;
		height: auto;
	}
}

section
{
	padding: 0em 0;
}

/* =============================================================
---------------------------------------------------------------- ##Menu
============================================================= */

#responsive-menu-pro-container
{
	margin-top: 61px !important;
}

.admin-bar #responsive-menu-pro-container
{
	margin-top: 107px !important;
}

.responsive-menu-pro-desktop-menu-col-auto a
{
	font-size: 1.4em !important;
	font-weight: bold !important;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a
{
	padding: 10px 5% !important;
}
.menu-container ul > li > ul > li > a
{
	font-size: 1.1em !important;
	font-weight: normal !important;
}
.responsive-menu-pro-desktop-menu-col-auto .responsive-menu-pro-current-item a
{
	font-weight: bold !important;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu-depth-1 a.responsive-menu-pro-item-link
{
	padding-left: 5% !important;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu-depth-2 li.responsive-menu-pro-item-link a
{
	padding-left: 8% !important;
}
.menu-container
{
	background-color: rgb(255,255,255);
	height: 61px;
	width: 100%;
	position: fixed;
	z-index: 9;
	border-bottom: 1px solid rgb(12,156,200);
}


@media only screen and (min-width: 992px)
{
	.menu-container
	{
		height: 82px;
	}
	button#responsive-menu-pro-button
	{
		height: 81px!important;
	}
	.sanpop-link
	{
		padding-top: 25px!important;
	}
}

@media only screen and (min-width: 768px)
{
	#responsive-menu-pro-container
	{
		margin-top: 82px !important;
	}
	.admin-bar #responsive-menu-pro-container
	{
		margin-top: 114px !important;
	}
}

@media screen and (max-width: 80000px){ 
  button#responsive-menu-pro-button:focus {
    outline-color: rgba(0, 103, 244, 0.247)!important;
    outline-style: auto!important;  
    outline-width: 5px!important;
  }
}

.menu-container a
{
	font-weight: normal;
}
.menu-close
{
	display: none;
	color: rgb(81,201,243)!important;
}
#responsive-menu-pro-container #responsive-menu-pro-search-box, #responsive-menu-pro-container #responsive-menu-pro-additional-content, #responsive-menu-pro-container #responsive-menu-pro-title
{
	padding: 0 !important;
}
.responsive-menu-pro-open .menu-close
{
	display: none;
	position: absolute;
	top: 50px;
	left: 20px;
	z-index: 10;
}
.menu-triangle
{
	display: none;
}
.menu-button:hover, .menu-button:active, .menu-button:focus
{
	background-color: rgb(245,245,245);
}
.menu-button img
{
	width: 30px;
	height: auto;
}
#responsive-menu-pro-button
{
	z-index: 0 !important;
	border-right: 1px solid rgb(107,201,242) !important;
	border-left: 1px solid rgb(107,201,242) !important;
	margin-left: -15px !important;
}
.collapse
{
	visibility: hidden;
}
.collapse.show
{
	visibility: visible;
	display: block;
}
.collapsing
{
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	        transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	        transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
}
.collapsing.width
{
	-webkit-transition-property: width, visibility;
	        transition-property: width, visibility;
	width: 0;
	height: auto;
}
.menu-main-container
{
	width: 470px;
	margin: auto;
	text-align: left;
	position: relative;
}
#menu-main
{
	width: 200px;
}
.sub-sub-menu-item
{
	margin-left: 15px;
}
.menu-container ul > li > a
{
}
.main-menu-link
{
	font-size: 1.4em;
	color: rgb(12,156,200);
	font-weight: bold !important;
	margin-bottom: 0.5em;
	display: block;
}
.main-menu-link:hover, .main-menu-link:active, .main-menu-link:focus
{
	color: rgb(13,52,92);
	text-decoration: none;
	cursor: default;
}
.menu li, .menu ul
{
	list-style: none;
	line-height: 18px;
	margin-top: 20px;
}
.modal.fade .modal-dialog
{
	-webkit-transform: translate(0);
	   -moz-transform: translate(0);
	        transform: translate(0);
}
.menu-home a
{
	font-weight: 100 !important;
	margin: 15px 0 !important;
	font-size: 1.1em !important;
	text-transform: uppercase !important;
}

@media only screen and (min-width: 768px)
{
	.menu-home a
	{
		margin: 0 !important;
	}
}

.responsive-menu-pro-submenu
{
	margin-left: 20px !important;
}

#responsive-menu-pro-container li.responsive-menu-pro-item a .responsive-menu-pro-subarrow
{
	display: inline !important;
	position: relative !important;
	margin-left: 10px !important;
	line-height: 20px !important;
}


@media only screen and (min-width: 768px)
{
	#responsive-menu-pro-button
	{
		margin-left: 0 !important;
	}

	.responsive-menu-pro-open .menu-triangle
	{
		position: absolute;
		top: 50%;
		left: 0%;
		right: 0%;
		        transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		margin: auto !important;
		width: 10px;
		display: block;
		z-index: 99999999;
		color: #ffffff;
	}

	#responsive-menu-pro-wrapper
	{
		position: absolute;
		top: 50%;
		left: 0%;
		right: 0%;
		        transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
	}
	#responsive-menu-pro-container
	{
		background: linear-gradient(to left, rgb(12,156,200) 50%, rgb(255,255,255) 0%) !important;
	}
	#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a
	{
		color: rgb(255,255,255) !important;
	}
	#responsive-menu-pro
	{
		width: 324px !important;
		margin: auto !important;
		position: relative !important;
  }
  .responsive-menu-pro-item a:hover,
  .responsive-menu-pro-item a:focus {
    font-weight:700!important;
    letter-spacing: -0.45px;
  }

	.responsive-menu-pro-submenu-depth-1
	{
		position: absolute !important;
		left: 190px !important;
		top: 50px !important;
	}
	.responsive-menu-pro-desktop-menu-col-auto
	{
		margin-left: -135px !important;
	}

	.responsive-menu-pro-desktop-menu-col-auto a
	{
		font-weight: normal !important;
	}

	#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a .responsive-menu-pro-subarrow
	{
		color: rgb(255,255,255) !important;
	}
	#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a .responsive-menu-pro-subarrow
	{
		line-height: 20px !important;
	}
	.responsive-menu-pro-desktop-menu-col-auto a:active, .responsive-menu-pro-desktop-menu-col-auto a:focus
	{
		font-weight: bold !important;
		font-style: italic !important;
	}
	#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a
	{
		padding: 10px 5px !important;
	}
	.current-menu-ancestor > a
	{
		/* font-weight: bold !important; */
	}
	/* #responsive-menu-pro-container {
  margin-top: 61px !important;
}

.admin-bar #responsive-menu-pro-container {
  margin-top: 93px !important;
} */
}





/* =============================================================
---------------------------------------------------------------- ##Document Gallery
============================================================= */

.document-gallery .document-icon img
{
	width: 190px;
	height: auto;
	border: 1px solid #999999;
}
.document-icon-row
{
	margin-bottom: 0em;
}
.document-gallery .document-icon .title
{
	font-size: 1.6em;
	margin-top: 15px;
	line-height: 1.2em;
}
.document-gallery .document-icon a
{
	line-height: inherit;
}
.document-icon
{
	width: 100% !important;
	margin-top: 2em !important;
}

@media (min-width: 768px)
{
	.document-icon
	{
		width: 24% !important;
		padding: 1em;
	}
}


/* =============================================================
---------------------------------------------------------------- ##photo-gallery
============================================================= */

.gallery-image-wrap
{
	position: relative;
}

.gallery-item:before
{
	position: absolute;
	top: 8px;
	right: 8px;
	left: auto;
	bottom: auto;
	content: "\f31e";
	font-family: "Font Awesome 5 Free";
	color: rgba(255,255,255,0.15);
	z-index: 2;
	display: block;
	padding: 3px 6px;
	background: rgba(12,156,200,0.05);
	border-radius: 3px;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
	        transition: all 0.5s;
}

.gallery-item:hover::before, .gallery-item:focus::before
{
	color: rgba(255,255,255,1);
	background: rgba(12,156,200,1);
}



/* =============================================================
---------------------------------------------------------------- ##buttons
============================================================= */

.btn .wpel-icon
{
	display: none;
}
.btn
{
  /* border-radius: 0; */
  border-radius: 99px;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	position: relative;
	z-index: 2;
}

.btn-xs
{
	padding: 0.25rem 0.75rem;
	font-size: 0.75rem;
	line-height: 1.2;
	border-radius: 99px;
}

.btn-sm
{
	padding: 0.35rem 1rem;
	border-radius: 99px;
}

.btn-md
{
	padding: 0.5rem 1.25rem;
	border-radius: 99px;
}

.btn-lg
{
	padding: 0.65rem 1.25rem;
	border-radius: 99px;
}

.btn-xl
{
	padding: 0.75rem 1.25rem;
	border-radius: 99px;
	font-size: 1.4em;
	font-weight: bold;
}

.btn-wave
{
}

.btn-default, .sanpop-search-box .search-btn
{
	background-color: rgb(107,202,244);
	color: rgb(0,0,0);
	/* border-radius: 0; */
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	cursor: pointer;
	display: inline-block;
	/* padding: 10px 25px 10px 25px !important; */
	text-transform: uppercase;
}

.search-btn
{
	padding: 0.5rem 1.25rem;
	border-radius: 99px;
}

.btn-white
{
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	/* border-radius: 0; */
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	cursor: pointer;
	display: inline-block;
	/* padding: 10px 25px 10px 25px !important; */
	text-transform: uppercase;
	width: 220px;
}
.frm_button_submit
{
	background-color: rgb(42,195,242) !important;
	color: rgb(0,0,0) !important;
	/* padding: 10px 25px 10px 25px !important; */
	text-decoration: none !important;
	position: relative !important;
	border: none;
	border-radius: 3px;
	border-color: transparent !important;
	-webkit-box-shadow: 0 0px 0px #eeeeee !important;
	        box-shadow: 0 0px 0px #eeeeee !important;
	text-transform: uppercase !important;
}
#searchsubmit
{
	background-color: rgb(42,195,242) !important;
	color: rgb(0,0,0) !important;
	padding: 4px 25px 4px 25px !important;
	text-decoration: none !important;
	position: relative !important;
	border: none;
	border-radius: 3px;
	margin-top: 10px;
}
.sanpop-search-box .search-btn:focus, .sanpop-search-box .search-btn:active, .sanpop-search-box .search-btn:hover, .submit:focus, .submit:active, .submit:hover, .btn-default:focus, .btn-default:active, .btn-default:hover, .btn-white:focus, .btn-white:active, .btn-white:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover, .frm_button_submit:focus, .frm_button_submit:active, .frm_button_submit:hover
{
	background-color: rgb(14,50,92) !important;
	color: rgb(255,255,255) !important;
	text-decoration: none !important;
}
.btn-resource
{
	/* padding: 2em; */
	font-weight: bold !important;
}
.btn-resource:hover, .btn-resource:active, .btn-resource:focus
{
	/* background-color: rgb(0,69,33) !important; */
	background-color: rgb(0,167,155) !important;
	color: rgb(255,255,255) !important;
	text-decoration: none !important;
}
/* =============================================================
---------------------------------------------------------------- ##Forms
============================================================= */

textarea
{
	width: 100%;
}
.with_frm_style input[type="text"], .with_frm_style input[type="password"], .with_frm_style input[type="email"], .with_frm_style input[type="number"], .with_frm_style input[type="url"], .with_frm_style input[type="tel"], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single
{
	box-shadow: none !important;
}
.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=phone], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single
{
	border-radius: 0;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]
{
	height: auto;
	line-height: normal;
	text-align: center;
	background: transparent;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	color: #000000;
	cursor: pointer;
	font-weight: normal;
	   -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	text-shadow: none;
	padding: 10px 20px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	 -ms-box-sizing: border-box;
	   -moz-box-shadow: 0 1px 1px #eeeeee;
	-webkit-box-shadow: 0 1px 1px #eeeeee;
	        box-shadow: 0 1px 1px #eeeeee;
	margin: 10px;
	margin-left: 0;
	margin-right: 0;
	vertical-align: middle;
}
.frm_button_submit:hover
{
	background-color: #000000 !important;
}

@media (min-width: 601px) and (max-width: 800px)
{
	.frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container
	{
		grid-template-columns: repeat(6, 15%);
	}
}
/* =============================================================
---------------------------------------------------------------- ##collapse
============================================================= */

#menu-main .collapsing
{
	-webkit-transition: none;
	        transition: none;
	display: none;
}
/* =============================================================
---------------------------------------------------------------- ##audio player
============================================================= */
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body
{
	background: rgb(12,156,200) !important;
}
.wp-playlist
{
	border: none !important;
}
.wp-playlist-item
{
	padding: 10px 0 !important;
}
/* =============================================================
---------------------------------------------------------------- ##search
============================================================= */


.search-link
{
	float: right;
	padding-top: 15px;
}

.search-link {
  float: right;
  display: block;
  height: 100%;
  padding-top: 1.0em;
  color: rgb(0, 126, 170);
}

@media only screen and (min-width: 992px) {
  .search-link {
    padding-top: 1.4em;
  }
}

.search-link:hover,
.search-link:focus {
  color: rgb(107,201,242);
}
.search-link img
{
	width: 30px;
	height: auto;
}

.close-search-link{
  position:absolute;
  top:25px;
  right:25px;
  color:#fff;
}

.close-search-ling:hover,
.close-search-link:focus {
  color:#000;
  text-decoration:none;
}

.search-block
{
  background: rgba(14,156,200,1) !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  /* transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); */
}

.search-box
{
  border: none !important;
  text-align: center;
}

.search-box input[type="search"]
{
  display:table-cell;
  text-align: center;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  margin: 0px auto 10px auto;
  background: rgba(0, 0, 0, 0);
  width: 95%;
  display: block;
  font-size: 40px;
  outline: none;
  height: auto;
  text-align: center;
  border: none;
  border-bottom: 1px solid #999;
}

.search-box input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(200, 200, 200);
  opacity: 1; /* Firefox */
}

.search-box input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(200, 200, 200);
}

.search-box input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(200, 200, 200);
}

.sanpop-link
{
	float: right;
	padding-top: 15px;
}
.sanpop-link img
{
	width: 30px;
	height: auto;
}

#content ul.pagination
{
	padding-left: o;
	margin-left: 0;
}

.pagination .page-link
{
	color: rgb(0,167,155) !important;
}

.white-dot p
{
	color: #ff0000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* Search Modal */

.sanpop-modal
{
	background: rgba(14,156,200,1) !important;
}

/* WP styles */

.aligncenter
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter
{
	display: block;
}

/* Automatic two column page */

.auto-2-columns
{
	-webkit-columns: 280px 2;
	   -moz-columns: 280px 2;
	        columns: 280px 2;
	padding-top: 2.4em;
	padding-bottom: 1.4em;
}

/* the Water Story Intro */

.sm-gutter {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.sm-gutter>* {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media only screen and (min-width: 768px){
  .lg-gutter {
    margin-left: -35px;
    margin-right: -35px;
  }
  .lg-gutter>* {
    padding-left: 35px;
    padding-right: 35px;
  }
}

/* @media only screen and (min-width: 992px){
  .lg-gutter {
    margin-left: -60px;
    margin-right: -60px;
  }
  .lg-gutter>* {
    padding-left: 60px;
    padding-right: 60px;
  }
} */

.water-story-intro-wrap {
  min-height: calc(100vh - 94px);
  position:relative;
  overflow:hidden;
  background: #0084AF;
}

.water-story-title {
  font-size: 2em;
}

@media only screen and (min-width: 992px){
  .water-story-title {
    font-size: 3em;
    font-weight: 100;
    margin: 2.25em 0 0.25em 0;
  }
}

@media only screen and (min-width: 1200px){
  .water-story-title {
    font-size: 4em;
    font-weight: 100;
    margin: 2em 0 0.25em 0;
  }
}



.water-story-container {
  /* background: url('/wp-content/themes/miwater/the-water-story-intro/mwsp-basic-cloud-b.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
  border: 3px solid #ffffff;
  background: #0084AF;
  box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}

@media only screen and (min-width: 992px){
  .water-story-container {
    padding-bottom: 10em;
  }
}

@media only screen and (min-width: 1200px){
  .water-story-container {
    padding-top: 6em;
  }
}

.cloud-bg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.top-spacer {}
.water-story-title {}
.choose-a-character-text {
  position: relative;
  z-index: 2;
  margin: 0 0 1.5em 0;
  color: #004057;
  font-size: 2em;
}

a.drop {
  position: relative;
  z-index: 3;
  display: block;
  color: #004057;
  text-align: center;
  transition: all 0.5s ease;
}

a.drop:hover,
a.drop:focus {
  color: #002c3c;
  text-decoration: none;
}

a.drop img {
  width: 140px;
  max-width: 100%;
  height: auto;
}


a.drop:hover .drop-name, 
a.drop:focus .drop-name {
  border: 4px solid;
  text-decoration: none!important;
}

.drop-a {
  display: inline;
}

a.drop:hover .drop-a, 
a.drop:focus .drop-a {
  display: none;
}

a.drop .drop-b {
  height: 0;
  opacity: 0;
  transition: transform 0.5s ease;
}

a.drop:hover .drop-b, 
a.drop:focus .drop-b {
  height: initial;
  opacity: 1;
  transform: scale(1.1) translateY(-24px);
  margin-bottom: 19px;
}

.drop-name {
  border-radius: 25px;
  padding: 16px 0;
  display: block;
  width: 100%;
  font-size: 11px;
  background-color: #fff;
  border: 4px solid #fff;
}

@media only screen and (min-width: 768px){
  .drop-name {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px){
  .drop-name {
    font-size: 18px;
    background-color: transparent;
    border: 4px solid transparent;
  }
}

@media only screen and (min-width: 1200px){
  .drop-name {
    font-size: 24px;
    /* background-color: transparent; */
  }
}

ul.pagination {
  padding-left: 0!important;
}

.pagination .page-link {
  color: rgb(0, 126, 170)!important;
}

.btn-wstory {
  color: #ffffff;
  background: #0084AF;
  border: 2px solid #125480;
  border-radius: 50px;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-weight: bold;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5)!important;
}

.btn-wstory:hover, .btn-wstory:focus {
  color: #ffffff;
  background: #125480;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.5)!important;
}