@import 'https://fonts.googleapis.com/css?family=Raleway';

html,
body {
	margin: 0;
	padding: 0;
}

.section {
	width: 100%;
}

.container {
	position: relative;
	width: 1170px;
	margin: 0 auto;
	color: #444;
	font-size: 14px;
	font-weight: 300;
	font-family: Roboto, 'Open Sans', Arial, sans-serif;
	overflow: initial;
}

.section .container {
	padding: 30px 0 50px 0;
}

.section.bg {
	background: #f7f7f7;
}

/*Slider*/

.section .slider,
.section .footer {
	background: #333;
}

.slidercontent {
	text-align: center;
}

.hero {
	font-family: 'Roboto Slab', sans-serif;
	color: white;
	font-weight: normal;
	letter-spacing: 1px;
}

h1.hero {
	font-size: 54px;
}

h2.hero {
	font-size: 30px;
	margin-bottom: 60px;
}

h1.hero:after {
	content: "";
	width: 300px;
	position: relative;
	border-bottom: 1px solid #aaa;
	text-align: center;
	margin: auto;
	margin-top: 15px;
}

.call {
	color: white;
	display: block;
	margin-bottom: 20px;
}

	.call span {
		display: inline;
		border: 1px solid white;
		padding: 8px 13px;
		font-size: 20px;
		transition: background 0.15s linear;
	}

		.call span:hover {
			background: rgba(255, 255, 255, 0.1);
			cursor: pointer;
		}

/* Columns */

.col {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}

	.col.four {
		width: 23%;
		margin: 0 1%;
	}

	.col.three {
		width: 31.3%;
		margin: 0 1%;
	}

	.col.two {
		width: 40%;
		margin: 0 2.5%;
		padding: 0 2.5%;
	}

	.col.extrapad {
		padding-top: 20px;
		padding-bottom: 20px;
	}

		.col.extrapad:hover {
			color: #0088BF;
			box-shadow: 0 4px 10px 0 rgba(0, 136, 191, 0.5), 0 4px 20px 0 rgba(0, 136, 191, 0.59);
		}

	.col .service,
	.col .feature {
		font-size: 21px;
		font-weight: 300;
		font-family: 'Roboto Slab', sans-serif;
	}

		.col .service:after {
			content: "";
			width: 50px;
			position: relative;
			border-bottom: 1px solid #eee;
			display: block;
			text-align: center;
			margin: auto;
			margin-top: 15px;
		}

	.col .feature {
		font-size: 19px;
	}

	.col h1.side,
	.col p.side,
	.col span.side:first-of-type {
		margin-left: 50px;
		text-align: left;
	}

	.col .icon {
		border-radius: 50%;
		height: 85px;
		width: 85px;
		line-height: 85px;
		text-align: center;
		margin: 0 auto;
		transition: background 0.25s linear, color 0.25s linear;
	}

		.col .icon.side {
			position: absolute;
			padding: 0;
			margin: 0;
			top: -15px;
			height: 50px;
			width: 50px;
		}

	.col:hover > .icon {
		background: #0088BF;
		color: white;
	}

		.col:hover > .icon.side {
			background: initial;
			color: initial;
		}

.responsivegroup {
	display: none;
}

/*Column specifics*/

.col p,
.col h1 {
	padding: 0 1%;
	text-align: center;
}

.group.margin {
	margin-bottom: 20px;
}

.col .imgholder {
	height: 300px;
	width: 100%;
}

.col.bg {
	background: #FFF;
}

.col.pointer {
	cursor: pointer;
}

.col.bg:hover .imgholder {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 4px 20px 0 rgba(0, 0, 0, 0.09);
}

.col span.feature {
	font-size: 20px;
}

/*Text*/

.container > h1:not(.hero) {
	margin-bottom: 30px;
	text-align: center;
}

.container > h1:after {
	content: "";
	width: 30px;
	position: relative;
	border-bottom: 1px solid #aaa;
	display: block;
	text-align: center;
	margin: auto;
	margin-top: 15px;
}

h2.hero2 {
	font-family: 'Roboto Slab', sans-serif;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
}

.left,
.left > h1,
.left > p {
	text-align: left;
}

.reset {
	text-align: left !important;
}

	.reset:after {
		display: none !important;
	}

/* Slider with Content*/

.white h1,
.white h2,
.white p,
.white div,
.white a {
	color: #fff;
}

/*Responsive*/

.group:after {
	content: "";
	display: table;
	clear: both;
}

@media all and (max-width: 768px) {
	.container {
		width: 95%;
	}

	.col.four {
		width: 48%;
		margin: 1%;
	}

	.col.three {
		display: block;
		width: 95%;
		padding: 0;
		margin: 0 auto;
		float: none;
	}

	.header {
		height: auto;
		background: #eee;
	}

	#logo {
		position: initial;
		float: none;
		display: block;
		transform: none;
		margin: 10px auto 0 auto;
	}

	ul.nav {
		float: none;
		display: block;
		text-align: center;
		margin: 0 auto;
	}

		ul.nav li {
			float: initial;
			display: inline-block;
		}

	.responsivegroup {
		display: block;
	}

		.responsivegroup:after {
			content: "";
			display: table;
			clear: both;
		}
}

@media all and (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media all and (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media all and (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media all and (max-width:450px) {

	.col,
	.col.four,
	.col.three,
	.col.two {
		display: block;
		width: 95%;
		padding: 0;
		margin: 0 auto;
		float: none;
	}

		.col.extrapad {
			padding: 1%;
			margin-bottom: 10px;
		}

	.group {
		display: none;
	}
}

h1 {
	color: #101D42;
}

.wave-container {
	position: relative;
	background: #f4f4f4;
	color: #FFF;
	text-align: center;
	overflow: hidden;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.5, 1.5);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.5, 1.5);
	}
}

.carousel-inner .carousel-item > img {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}

/* Controls Background Transition*/
.slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	/* 36s for 6 seconds, intervals, 12 seconds intervals 72 etc..*/
	-webkit-animation: imageAnimation 72s linear infinite -5s;
	-moz-animation: imageAnimation 72s linear infinite -5s;
	-o-animation: imageAnimation 72s linear infinite -5s;
	-ms-animation: imageAnimation 72s linear infinite -5s;
	animation: imageAnimation 72s linear infinite -5s;
}

.slideshow li div h3 {
	font-family: "helvetica neue", helvetica;
	text-transform: uppercase;
	font-size: 80px;
	padding: 0;
	line-height: 200px;
	color: rgba(255, 255, 255, 0.8);
}

.slideshow li:nth-child(1) span {
	background-image: url('assets/img/la/iStock-601019126.jpg');
}

.slideshow li:nth-child(2) span {
	background-image: url('assets/img/la/48040005007_1fc3992b3b_o.jpg');
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
	-ms-animation-delay: 5s;
	animation-delay: 5s;
}

.slideshow li:nth-child(3) span {
	background-image: url('assets/img/la/wetland.jpg');
	-webkit-animation-delay: 17s;
	-moz-animation-delay: 17s;
	-o-animation-delay: 17s;
	-ms-animation-delay: 17s;
	animation-delay: 17s;
}

.slideshow li:nth-child(4) span {
	background-image: url('assets/img/la/20120731_HahnEchoPark_1_a_0079.jpg');
	-webkit-animation-delay: 29s;
	-moz-animation-delay: 29s;
	-o-animation-delay: 29s;
	-ms-animation-delay: 29s;
	animation-delay: 29s;
}

.slideshow li:nth-child(5) span {
	background-image: url('assets/img/la/26228199088_f8efb20676_o.jpg');
	-webkit-animation-delay: 41s;
	-moz-animation-delay: 41s;
	-o-animation-delay: 41s;
	-ms-animation-delay: 41s;
	animation-delay: 41s;
}

.slideshow li:nth-child(6) span {
	background-image: url('assets/img/la/20181024-PW-Dewall-140.jpg');
	-webkit-animation-delay: 53s;
	-moz-animation-delay: 53s;
	-o-animation-delay: 53s;
	-ms-animation-delay: 53s;
	animation-delay: 53s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}

	8% {
		opacity: 1;
		-webkit-transform: scale(1.025);
		-webkit-animation-timing-function: ease-out;
	}

	17% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}

	25% {
		opacity: 0;
		-webkit-transform: scale(1.05);
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes imageAnimation {
	0% {
		opacity: 0;
		-moz-animation-timing-function: ease-in;
	}

	8% {
		opacity: 1;
		-moz-transform: scale(1.025);
		-moz-animation-timing-function: ease-out;
	}

	17% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}

	25% {
		opacity: 0;
		-moz-transform: scale(1.05);
	}

	100% {
		opacity: 0
	}
}

@-o-keyframes imageAnimation {
	0% {
		opacity: 0;
		-o-animation-timing-function: ease-in;
	}

	8% {
		opacity: 1;
		-o-transform: scale(1.025);
		-o-animation-timing-function: ease-out;
	}

	17% {
		opacity: 1;
		-o-transform: scale(1.05);
	}

	25% {
		opacity: 0;
		-o-transform: scale(1.05);
	}

	100% {
		opacity: 0
	}
}

@-ms-keyframes imageAnimation {
	0% {
		opacity: 0;
		-ms-animation-timing-function: ease-in;
	}

	8% {
		opacity: 1;
		-ms-transform: scale(1.025);
		-ms-animation-timing-function: ease-out;
	}

	17% {
		opacity: 1;
		-ms-transform: scale(1.05);
	}

	25% {
		opacity: 0;
		-ms-transform: scale(1.05);
	}

	100% {
		opacity: 0
	}
}

@keyframes imageAnimation {
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}

	8% {
		opacity: 1;
		transform: scale(1.025);
		animation-timing-function: ease-out;
	}

	17% {
		opacity: 1;
		transform: scale(1.05);
	}

	25% {
		opacity: 0;
		transform: scale(1.05);
	}

	100% {
		opacity: 0
	}
}

/* Animation for the title */
@-webkit-keyframes titleAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
	}

	8% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}

	17% {
		opacity: 1;
		-webkit-transform: scale(1);
	}

	19% {
		opacity: 0
	}

	25% {
		opacity: 0;
		-webkit-transform: scale(10);
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes titleAnimation {
	0% {
		opacity: 0;
		-moz-transform: translateY(200px);
	}

	8% {
		opacity: 1;
		-moz-transform: translateY(0px);
	}

	17% {
		opacity: 1;
		-moz-transform: scale(1);
	}

	19% {
		opacity: 0
	}

	25% {
		opacity: 0;
		-moz-transform: scale(10);
	}

	100% {
		opacity: 0
	}
}

@-o-keyframes titleAnimation {
	0% {
		opacity: 0;
		-o-transform: translateY(200px);
	}

	8% {
		opacity: 1;
		-o-transform: translateY(0px);
	}

	17% {
		opacity: 1;
		-o-transform: scale(1);
	}

	19% {
		opacity: 0
	}

	25% {
		opacity: 0;
		-o-transform: scale(10);
	}

	100% {
		opacity: 0
	}
}

@-ms-keyframes titleAnimation {
	0% {
		opacity: 0;
		-ms-transform: translateY(200px);
	}

	8% {
		opacity: 1;
		-ms-transform: translateY(0px);
	}

	17% {
		opacity: 1;
		-ms-transform: scale(1);
	}

	19% {
		opacity: 0
	}

	25% {
		opacity: 0;
		-webkit-transform: scale(10);
	}

	100% {
		opacity: 0
	}
}

@keyframes titleAnimation {
	0% {
		opacity: 0;
		transform: translateY(200px);
	}

	8% {
		opacity: 1;
		transform: translateY(0px);
	}

	17% {
		opacity: 1;
		transform: scale(1);
	}

	19% {
		opacity: 0
	}

	25% {
		opacity: 0;
		transform: scale(10);
	}

	100% {
		opacity: 0
	}
}

/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span {
	opacity: 1;
}

@media screen and (max-width: 1140px) {
	.slideshow li div h3 {
		font-size: 100px
	}
}

@media screen and (max-width: 600px) {
	.slideshow li div h3 {
		font-size: 50px
	}
}

/*Modal*/
#main-modal .modal-nav li.menu-item > a {
	font-weight: 600;
	color: #fff;
	display: block;
	line-height: 1.5rem;
	font-size: 1.25rem;
}

.modal-open {
	overflow: hidden;
	overflow-y: scroll;
	padding-right: 0 !important;
}

/*tooltip*/
.tooltip-inner {
	background-color: #ff9a02 !important;
	color: #101d42;
	white-space: pre;
	max-width: 100% !important;
	font-size: 20px;
	text-align: left;
	font-family: 'Open Sans', 'Segoe UI', 'San Francisco', 'Roboto', sans-serif;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-top: 15px solid #ff9a02;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	border-right-color: #ff9a02 !important;
}


.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom: 15px solid #ff9a0200;
}


.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	border-left-color: #ff9a02 !important;
}

.tooltip {
	text-decoration: none;
	position: relative;
	pointer-events: none;
}

	.tooltip span {
		display: none;
	}

	.tooltip:hover span {
		display: block;
		position: fixed;
		overflow: hidden;
	}

.orange-tooltip {
	transform: translate3d(-335px, -370px, 0px);
}

.yellow-tooltip {
	transform: translate3d(-110px, -370px, 0px);
}

.green-tooltip {
	transform: translate3d(115px, -370px, 0px);
}

.blue-tooltip {
	transform: translate3d(335px, -370px, 0px);
}

.g1-tooltip {
	transform: translate3d(750px, -275px, 0px);
}

.g2-tooltip {
	transform: translate3d(380px, -175px, 0px);
}

.g3-tooltip {
	transform: translate3d(700px, -85px, 0px);
}

.g4-tooltip {
	transform: translate3d(375px, -100px, 0px);
}

.i1-tooltip {
	transform: translate3d(362px, -537px, 0px);
}

.i2-tooltip {
	transform: translate3d(254px, -435px, 0px);
}

.i3-tooltip {
	transform: translate3d(152px, -322px, 0px);
}

.i4-tooltip {
	transform: translate3d(579px, -322px, 0px);
}

.i5-tooltip {
	transform: translate3d(141px, -215px, 0px);
}

.i6-tooltip {
	transform: translate3d(587px, -215px, 0px);
}

.headerModule {
	color: #101d42;
}

	.headerModule:hover {
		color: #007eaf !important;
	}

.iwhite {
	color: white !important;
}


@media screen and (min-width: 100px) {
	.scaleLogo {
		width: 225px;
	}
}

@media screen and (min-width: 700px) {
	.scaleLogo {
		width: 274px;
	}
}

@media screen and (min-width: 100px) {
	.scaleText {
		font-size: 1.62rem;
	}
}

@media screen and (min-width: 500px) {
	.scaleText {
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 700px) {
	.scaleText {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1200px) {
	.scaleText {
		font-size: 2.55rem;
	}
}

@media screen and (min-width: 100px) {
	.lead {
		font-size: 1rem;
	}
}

@media screen and (min-width: 700px) {
	.lead {
		font-size: 1.15rem;
	}
}

@media screen and (min-width: 100px) {
	.mdlImgScale {
		width: 247px;
		margin-top: 10px;
	}
}

@media screen and (min-width: 700px) {
	.mdlImgScale {
		width: 325px;
		margin-top: 0px;
	}
}

.imgHide {
	display: none;
}

@media only screen and (min-width: 1200px) {
	.lg {
		display: block;
	}
}

.tbHide {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.tg {
		display: block;
	}
}

/*Dropdown*/
* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}



header > .container > div#logo {
	line-height: 70px;
	position: relative;
}

header > .container > .menuDown {
	box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
}

header > .container > .menuUp {
	box-shadow: none;
}

header > .container > div#logo > h1 {
	color: white;
	font-weight: 300;
	text-transform: lowercase;
}

header > div#logo > div#navToggle {
	background-color: rgba(0, 0, 0, .15);
	position: absolute;
	right: 0;
	top: 0;
	transition: 300ms all ease;
}

header > .container > div#logo > div#navToggle:hover {
	background-color: rgba(0, 0, 0, .1);
}

header > .container > div#logo > div#navToggle > a {
	color: rgba(255, 255, 255, .85);
	display: block;
	font-size: 0.85em;
	font-weight: 600;
	padding: 0 2.5rem;
	text-decoration: none;
	transition: 300ms all ease;
}

header > .container > div#logo > div#navToggle:hover > a {
	color: rgba(255, 255, 255, 1);
}

header > nav > .container > #navbarNav > ul {
	list-style-type: none;
}

	header > nav > .container > #navbarNav > ul > li {
		position: relative;		
	}

		header > nav > .container > #navbarNav > ul > li:last-of-type {
			border-bottom: none;
		}

		header > nav > .container > #navbarNav > ul > li > a {
			display: block;
			color: rgba(0, 0, 0, .85);
			font-weight: 700;
			padding: 1.5rem 0;
			text-decoration: none;
			transition: 250ms all ease;			
		}

			header > nav > .container > #navbarNav > ul > li > a span.caret {
				display: none;
			}

		header > nav > .container > #navbarNav > ul > li:hover > a {
			color: rgb(140, 193, 193);
		}

		header > nav > .container > #navbarNav > ul > li > nav {
			background-color: rgb(51, 51, 51);
			border-radius: 1.5em;
			box-shadow: 0 2px 8px rgba(0, 0, 0, .6);
			display: none;
			overflow: hidden;
			position: absolute;
			width: 90%;
			z-index: 100;
			/*right: 5%;*/
			left: 1%;
			margin-top: -0.5rem;
		}

			header > nav > .container > #navbarNav > ul > li > nav > ul > li > a,
			header > nav > .container > #navbarNav > ul > li > nav > ul > a {
				color: rgba(255, 255, 255, .85);
				transition: 300ms all ease;
			}

		header > nav > .container > #navbarNav > ul > li:hover > a {
		}

/* Medium screens */

@media all {

	header > div > div#logo {
		background-color: transparent;
		line-height: 90px;
	}

		header > div > div#logo > h1 {
			color: rgb(140, 193, 193);
		}

	header > nav > .container > #navbarNav > ul > li > a span.caret {
		border-bottom: 4px solid transparent;
		border-top: 4px solid rgba(0, 0, 0, .65);
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		border-radius: 1px;
		content: "";
		display: inline-block;
		height: 0;
		margin: 0 0 0 .25rem;
		transition: 250ms all ease;
		width: 0;
		vertical-align: middle;
	}

	header > nav > .container > #navbarNav > ul > li:hover > a span.caret {
		border-top-color: rgb(140, 193, 193);
		transform: rotate(270deg);
	}

	header > nav > .container > #navbarNav > ul > li:hover > nav {
		background-color: rgb(51, 51, 51);
		border-radius: .25em;
		box-shadow: 0 2px 8px rgba(0, 0, 0, .6);
		display: block;
		line-height: 3em;
		right: -50%;
		width: 196px;
	}
}

@media screen and (max-width: 700px) {
	header > nav > .container > #navbarNav > ul > li:hover > nav {
		background-color: rgb(51, 51, 51);
		border-radius: .25em;
		box-shadow: 0 2px 8px rgba(0, 0, 0, .6);
		display: block;
		line-height: 3em;
		right: 10%;
		/*top: 20%;*/
		width: 196px;
		/*AV test*/
		/*right: auto;*/		
		left: 0;
		right: 0;
		margin: 0 auto;
		margin-top: -1rem;
	}

	header > nav > .container > #navbarNav > ul > li {
		position: relative;
		/*AV test*/
		border: 1px solid #000000;
		margin: 0 !important;
	}

	header > nav > .container > #navbarNav > ul > li > a {
		display: block;
		color: rgba(0, 0, 0, .85);
		font-weight: 700;
		padding: 1.5rem 0;
		text-decoration: none;
		transition: 250ms all ease;
		/*AV test*/
		text-align: center;

	}
}



#planSection {
	scroll-margin-top: 20px;
}

#planPurposeSection {
	scroll-margin-top: 20px;
}

#participationSection {
	scroll-margin-top: 20px;
}

.containerOverlay {
	position: relative;
	width: 50%;
}

.imageOverlay {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.middleOverlay {
	transition: .5s ease;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	cursor: default;
}



.containerOverlay:hover .imageOverlay {
	opacity: 1;
}

.containerOverlay:hover .middleOverlay {
	opacity: 0;
}

.textOverlay {
	background-color: #acacacf2;
	color: white;
	font-size: 16px;
	padding: 10px 10px;
}

.gtbl {
	font-family: open sans;
	font-size: 14px;
}

.gtbl:hover {
	background-color: rgba(236, 240, 241, 1.0);
}

.gtbl-hdr {
	font-family: open sans;
	font-size: 14px;
	background-color: rgba(52, 73, 94, 1.0);
	color: white;
	padding: 20px;
	line-height: 25px;
	align-content: center;
	text-align: center;
}
.btn-wide {
	width: 100%;
}

.fc-time {
	color: white !important;
}

.fc-title {
	color: white !important;
}
