
/**********************************
00. GENERAL STYLES
	00.1 GO TO TOP BUTON
	00.2 UTILITIES FIXES
	00.3 WRAP
	00.4 TITLES
	00.5 PARRAGRAPH
	00.6 ACTION BUTTONS
01. ALERTS
01. HEADER
02. NAV
	02.01 STATIC NAV
		02.01.01 SEARCH OPEN
		02.01.02 CAREER COUNTER
	02.02 SIDENAV
		02.02.01 ANIMATION KEYFRAMES
	02.03 BLOGNAV
		02.03.01 PARK LIST
03. POSTER
	03.01 LOGO
	03.02 OPEN MENU
04. BLOG WIDGET
	04.1 BLOG WIDGET POST STYLE
	04.2 BLOG WIDGET ROW STYLE
	04.3 BLOG SLIDER
05. SOCIAL WIDGET
	05.1 SOCIAL BOTTOM
	05.2 SHARE TOOLTIP
06. FOOTER
	06.1 FOOTER GEN STYLES
	06.2 FOOTER FOLLOW NEWS
	06.3 FOOTER BOTTOM NAV TOP
	06.4 FOOTER BOTTOM NAV BOTTOM
	06.5 FOOTER COPY
07. POST GRID
	07.1 MAIN CONTENT COLUMN
		07.1.1 MEDIA CONTAINER
		07.1.2 PREVIOUS BLOG ENTRIES
	07.2 MENU COLUMN
	07.3 PARK ACTIONS
		07.3.1 PARK ACTIVITIES
	07.4 PARK CONTENT
	07.5 PARK CONTACT INFO
	07.6 BLOG CONTENT
08. WEATHER FORECAST
09. AGENDA
10. TABLE TEMPLATE
11. LCRA CONTENT
12. LCRA TABLE
13. FORMSTACK
14. BLOG ENTRIES
15. SEARCH PAGE
16. PARK FEES
17. CUSTOM SLIDER
18. FONS FORM
19. FIND EVENTS
RESPONSIVE 1170-1920.DESKTOP
RESPONSIVE 725-940.TABLET
RESPONSIVE 481-724.TABLET
**********************************/

/*COLORS
Main LCRA pages: #27A9E1
Energy: #F9A41A
Water: #00B4D0
Parks: #C4C118
Dark charcoal gray: #2C2C2C
Dark-medium gray: #676767
Medium gray: #A3A6A9
Light warm gray: #E3E1DB
White: #FFFFFF
*/

/*******************
00. GENERAL STYLES
*******************/

/*IOS FIXES*/
#mc_embed_signup_scroll input[type="text"], #mc_embed_signup_scroll input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.table-responsive {
	overflow-x: auto;
	width: 100%;
}

.table-responsive::-webkit-scrollbar {
	-webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
	width: 11px;
}

.table-responsive::-webkit-scrollbar:horizontal {
	height: 11px;
}

.table-responsive::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid #fff;
}

.table-responsive::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}

@-ms-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-webkit-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

html, body, .gen-wrap, .wrap {
	/*height: 100%;*/
	position: relative;
}

form {
	overflow: hidden;
}

body {
	background: transparent;
	font-size: 20px;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
}

.gen-wrap {
	background-color: #fff;
}

/*.h100 {
	height: 100%;
}*/
ul {
	/*list-style: none;*/
	padding-left: 0;
}

.container, .row, .form-control, .park-events, .footer {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.post-message p {
	margin: 0;
}

/*00.1 GO TO TOP BUTON*/
.go-hide-btn {
	bottom: 40px;
	background-color: transparent;
	width: 1px;
	height: 1px;
	position: fixed;
	right: 40px;
	z-index: 11;
}

.go-top-btn {
	bottom: 40px;
	display: none;
	position: fixed;
	right: 40px;
	z-index: 10;
}

.go-down-btn {
	bottom: 40px;
	display: block;
	position: fixed;
	right: 40px;
	z-index: 9;
}

.go-top-btn a {
	background-color: #2c2c2c;
	color: #fff;
	display: block;
	opacity: .6;
	padding: 10px 15px;
	text-decoration: none;
}

.go-down-btn a {
	background-color: #e3e1db;
	color: #2c2c2c;
	display: block;
	opacity: .6;
	padding: 10px 15px;
	text-decoration: none;
}

.go-top-btn a:hover, .go-down-btn a:hover {
	opacity: .8;
}

.go-top-btn a:active, .go-top-btn a:visited, .go-down-btn a:active, .go-down-btn a:visited {
	opacity: .6;
}

.go-top-btn a span, .go-down-btn a span {
	vertical-align: text-top;
}

/*00.2 UTILITIES*/
.response {
	font-size: 12px;
}

iframe {
	border: none;
	overflow: hidden;
}

.z-index {
	position: relative;
	z-index: 8;
}

.futura-bold {
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
}

.padding-off {
	padding: 0;
}

.lcra-content1 .padding-off {
	padding: 0 !important;
}

.margin-off, .lcra-content1 .margin-off {
	margin: 0;
}

.helper-padding-left-7 {
	padding-left: 7px;
}

.helper-padding-left-14 {
	padding-left: 14px;
}

.helper-padding-left-21 {
	padding-left: 21px;
}

.helper-padding-left-14 li {
	padding-bottom: 2px;
}

.helper-padding-56 {
	padding: 56px 0 0 0;
}

.helper-padding-28 {
	padding: 28px 0 0 0;
}

.separator-cell {
	border-bottom: 1px solid #a3a6a9;
	display: block;
	margin: 14px auto 0 auto;
	width: 70%;
}

.separator-bar {
	border-bottom: 1px solid #fff;
	width: 35px;
}

.separator-bar.dark {
	border-bottom: 1px solid #2c2c2c;
	width: 35px;
}

.large-separator-bar {
	width: 100%;
}

.large-separator-bar.dark {
	border-bottom: 1px solid #2c2c2c;
}

.large-separator-bar.margin {
	margin: 7px 0;
}

.large-separator-bar.gray {
	border-bottom: 1px solid #a3a6a9;
}

.space-7 {
	display: block;
	margin-bottom: 7px;
}

.space-25 {
	display: block;
	margin-bottom: 21px;
}

.space-20 {
	display: block;
	margin-bottom: 14px;
}

.space-left {
	margin-left: 22px;
}

.space-top-35 {
	display: block;
	margin-top: 35px;
}

.space-top-25 {
	display: block;
	margin-top: 25px;
}

.paragraph-end {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
	bottom: 0;
	height: 21px;
	max-height: 100%;
	position: absolute;
	right: 0;
	width: 100px;
}

.space-bottom-30 {
	margin-bottom: 30px;
}

/*00.3 WRAP*/
.wrap {
	background-color: #fff;
	margin: 0 auto;
	min-height: 100%;
	width: 100%;
}

.park-media {
	position: relative;
}

.parkImageContainer {
	position: absolute;
	top: 17%;
}

/* 00.4 TITLES */
.main-title {
	color: #fff;
	font-size: 38px;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .03em;
}

.news-title {
	color: #2c2c2c;
	font-size: 29px;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .03em;
	line-height: 36px;
	margin: 0 0 14px 0;
}

.post-inner-title, .lcra-content1 .post-inner-title {
	font-size: 24px;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .03em;
	line-height: 24px;
	margin: 0 0 11px 0;
	padding-bottom: 0;
}

.agenda-tittle {
	color: #2c2c2c;
	font-size: 24px;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .03em;
	line-height: 24px;
	margin: 0 0 7px 0;
	padding-bottom: 0;
}

.agenda-month {
	color: #2c2c2c;
	font-size: 24px;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .26em;
	line-height: 24px;
	margin: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}

.park-ads-title {
	font-size: 22px;
	padding-bottom: 0;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .03em;
	line-height: 26px;
	margin: 0 0 11px 0;
}

.park-ads-title.is-blog-subtitle {
	margin: 0 0 7px 0;
}

.park-content-title {
	font-size: 19px;
	padding-bottom: 0;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .03em;
	margin: 0 0 11px 0;
}

.park-content-title.contact-info {
	margin: 0 0 5px 0;
}

.post-inner-title.white-text {
	color: #fff;
}

.post-inner-title.dark-text, .park-ads-title.dark-text, .park-content-title.dark-text {
	color: #2c2c2c;
}

.entrie-inner-title {
	font-size: 18px;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	height: 66px;
	letter-spacing: .01em;
	line-height: 22px;
	margin: 0 0 11px 0;
	overflow: hidden;
	padding-bottom: 0;
}

.entrie-inner-title.dark-text {
	color: #2c2c2c;
}

.foot-news-title {
	color: #2c2c2c;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .26em;
	margin-top: 0;
	margin-bottom: 0;
}

.forecast-title {
	color: #fff;
	font-size: 30px;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .03em;
	margin-top: 0;
	margin-bottom: 0;
}

.lcra-table-title {
	color: #fff;
	font-size: 26px;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .03em;
	margin-top: 0;
	margin-bottom: 0;
}

.small-table .lcra-table-title {
	color: #fff;
	font-size: 20px;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .03em;
	margin-top: 0;
	margin-bottom: 0;
}

.parkImageTitle {
	font-size: 24px;
	padding: 0px 21px;
	color: white;
	max-height: 34px;
	overflow: hidden;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .03em;
}

/* 00.5 PARRAGRAPH */
.main-parragraph {
	color: #fff;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 23px;
	line-height: 30px;
	max-width: 570px;
	padding-top: 7px;
}

.post-inner-parragraph, .lcra-content1 .post-inner-parragraph {
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 18px;
	height: 63px;
	line-height: 21px;
	max-width: 280px;
	overflow: hidden;
	position: relative;
}

.lcra-content1 .post-inner-parragraph {
	margin: 0;
}

.agenda-parragraph {
	color: #2c2c2c;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
	margin: 9px 0 0 0;
}

.social-post-inner-parragraph, .lcra-content1 .social-post-inner-parragraph p {
	color: #2c2c2c;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 0;
	max-width: 400px;
	height: 69px;
	overflow: hidden;
}

.social-post-inner-parragraph a, .lcra-content1 .social-post-inner-parragraph a {
	color: #27a9e1;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 14px;
	line-height: 17px;
}

.social-post-inner-parragraph a:hover, .lcra-content1 .social-post-inner-parragraph a:hover {
	color: #27a9e1;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-decoration: underline;
}

.post-inner-parragraph.white-text {
	color: #fff;
}

.post-inner-parragraph.dark-text {
	color: #2c2c2c;
}

.fact-inner-parragraph {
	color: #2c2c2c;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 20px;
	margin-bottom: 0;
	max-width: 960px;
	max-height: 60px;
	overflow: hidden;
	line-height: 32px;
}

.news-inner-parragraph {
	color: #2c2c2c;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 21px 0;
}

.news-inner-parragraph.contact-info {
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
}

.news-date {
	color: #676767;
	font-size: 16px;
	font-style: italic;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	letter-spacing: .03em;
	line-height: 18px;
	margin: 0 0 14px 0;
	padding-bottom: 0;
}

.news-date.forecast {
	margin: 0;
}

.entrie-date {
	font-size: 17px;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	line-height: 20px;
	margin: 0;
	max-width: 280px;
	max-height: 41px;
	overflow: hidden;
	position: relative;
}

.entrie-date .bold {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

.entrie-date.dark-text {
	color: #2c2c2c;
}

.lcra-table-subtitle {
	color: #fff;
	font-size: 18px;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-style: italic;
	line-height: 18px;
	margin: 7px 0 0 0;
	padding-bottom: 0;
}

.lcra-table-subtitle.in-footer {
	color: #2c2c2c;
	font-size: 18px;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-style: italic;
	line-height: 14px;
	margin: 7px 0 0 0;
	padding-bottom: 0;
}

.small-table .lcra-table-subtitle {
	color: #fff;
	font-size: 14px;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-style: italic;
	line-height: 16px;
	margin: 7px 0 0 0;
	padding-bottom: 0;
}

.small-table .lcra-table-subtitle.in-footer {
	color: #2c2c2c;
	font-size: 14px;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-style: italic;
	line-height: 14px;
	margin: 7px 0 0 0;
	padding-bottom: 0;
}

.parkImageDescription {
	font-size: 18px;
	padding: 0px 21px;
	color: white;
	max-height: 50px;
	overflow: hidden;
	font-family: "adobe-caslon-pro", "ACaslonPro-Regular", sans-serif;
}

/* 00.6 ACTION BUTTONS */
.action-btn, .lcra-content1 a.action-btn {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	margin: 7px 14px 7px 0;
	padding: 10px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "futura-pt", "FuturaStd-Medium", sans-serif;
	letter-spacing: .26em;
}

.action-btn.gosht, .lcra-content1 a.action-btn.gosht {
	border: 1px solid;
	background: transparent;
}

.action-btn.fill, .lcra-content1 a.action-btn.fill {
	border: 1px solid transparent;
}

.action-btn.gosht.white-btn, .lcra-content1 a.action-btn.gosht.white-btn {
	border-color: #fff;
	color: #fff;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.action-btn.gosht.white-btn:hover, .action-btn.gosht.white-btn:active, .action-btn.gosht.white-btn:focus, .lcra-content1 a.action-btn.gosht.white-btn:hover, .lcra-content1 a.action-btn.gosht.white-btn:active, .lcra-content1 a.action-btn.gosht.white-btn:focus {
	background: #fff;
	font-size: 12px;
	border: 1px solid #fff;
	color: #2c2c2c;
	text-decoration: none;
}

.action-btn.gosht.dark-btn {
	border-color: #2c2c2c;
	color: #2c2c2c;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.action-btn.gosht.dark-btn:hover, .action-btn.gosht.dark-btn:active, .action-btn.gosht.dark-btn:focus, .lcra-content1 a.action-btn.gosht.dark-btn:hover, .lcra-content1 a.action-btn.gosht.dark-btn:active, .lcra-content1 a.action-btn.gosht.dark-btn:focus {
	background: #2c2c2c;
	font-size: 12px;
	border: 1px solid #2c2c2c;
	color: #fff;
	text-decoration: none;
}

.action-btn.gosht.green-btn {
	border-color: #c4c118;
	color: #2c2c2c;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.action-btn.gosht.green-btn:hover, .action-btn.gosht.green-btn:active, .action-btn.gosht.green-btn:focus {
	background: #c4c118;
	border: 1px solid #c4c118;
	text-decoration: none;
}

.action-btn.fill.green-btn {
	background: #c4c118;
	border: 1px solid #c4c118;
	color: #2c2c2c;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.action-btn.fill.green-btn:hover, .action-btn.fill.green-btn:active, .action-btn.fill.green-btn:focus {
	background: #b3b014;
	border: 1px solid #b3b014;
	text-decoration: none;
}

.action-btn.fill.black-btn {
	background: #2c2c2c;
	border: 1px solid #2c2c2c;
	color: #fff;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.action-btn.fill.black-btn:hover, .action-btn.fill.black-btn:active, .action-btn.fill.black-btn:focus {
	background: #1f1f1f;
	border: 1px solid #1f1f1f;
	text-decoration: none;
}

/*******************
01. ALERTS
********************/

/* 01.1 ALERTS */
.alert-container {
	display: none;
	min-height: 7px;
	position: relative;
	width: 100%;
	z-index: 8;
}

.alert-container.home-alert {
	display: none;
	padding: 0 200px 0 76px;
}

.alert-container.blog-alert {
	display: none;
}

.alert-container.alert-color-notification {
	background-color: #0077c8;
}

.alert-container .alert-col {
	border-top: 1px solid rgba(255, 255, 255, .5);
	display: table;
	padding: 14px 0;
}

.alert-container .alert-col:first-of-type {
	border-top: none;
	display: table;
	padding: 14px 0;
}

.alert-col .alert-icon {
	display: table-cell;
	min-height: 50px;
	min-width: 50px;
	vertical-align: middle;
}

.alert-col img {
	height: 50px;
	width: 50px;
}

/*.alert-container.blog-alert .alert-col img {
    margin-left: 7px;
}*/
.alert-container p {
	color: #fff;
	display: table-cell;
	margin: 0;
	font-size: 18px;
	letter-spacing: .03em;
	line-height: 24px;
	padding: 0 14px 0 14px;
	vertical-align: middle;
}

/*******************
01. HEADER
********************/
.header {
	display: none;
	height: 91px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}

/*******************
02. NAV
********************/
nav.hidenav {
	display: none;
}

.nav-menu .list-item-open {
	display: none;
	vertical-align: text-top;
}

/*02.01 STATIC NAV*/
.static-nav .in-static, .static-nav .nav-menu .in-static {
	display: none;
}

.static-nav {
	min-width: 150px;
	max-width: 300px;
	position: absolute;
	right: 76px;
	top: 14px;
	z-index: 9999;
}

@media (max-width: 879px) {
	.static-nav {
		display: none;
	}
}

.static-nav .nav-menu li {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	font-family: "futura-pt", "FuturaStd-Medium", sans-serif;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 20px;
	margin-bottom: 7px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.static-nav .nav-menu > :first-child {
	border-bottom: none;
	margin-bottom: 7px;
	line-height: 10px;
}

.static-nav .nav-menu a {
	background-color: transparent;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.static-nav .nav-menu a:hover, .static-nav .nav-menu a:active, .static-nav .nav-menu a:focus {
	color: #2c2c2c;
	text-decoration: none;
}

.static-nav .nav-menu li.selected .ms-core-listMenu-selected {
	color: #2c2c2c;
}

.static-nav .nav-menu li.selected .ms-core-listMenu-selected:hover, .static-nav .nav-menu li.selected .ms-core-listMenu-selected:active, .static-nav .nav-menu li.selected .ms-core-listMenu-selected:focus {
	color: #2c2c2c;
}

.static-nav .view-all-bar {
	padding-left: 10px;
}

.static-nav #secondSearch, .static-nav #LCRA-search-box {
	display: none;
}

.static-nav .search-bar-icon a {
	color: #fff;
	font-size: 12px;
	line-height: 10px;
	vertical-align: text-top;
}

.static-nav .search-bar-icon a:hover, .static-nav .search-bar-icon a:active, .static-nav .search-bar-icon a:focus {
	color: #fff;
}

/*02.01.01 SEARCH OPEN*/
.static-nav.search-box-open {
	width: 220px;
	-webkit-transition: width .25s;
	transition: width .25s;
}

.static-nav.search-box-open #LCRA-search-box, .static-nav.search-box-open #SearchBoxGlobal {
	display: block;
	width: 200px;
	float: right;
}

.static-nav.search-box-open #secondSearch {
	display: none;
}

#firstSearch {
	margin-bottom: 4px;
}

.static-nav.search-box-open #firstSearch {
	display: block;
	position: absolute;
	top: 11px;
}

.static-nav.search-box-open .search-bar {
	display: table;
	border-bottom: none;
	margin-bottom: 7px;
	width: 100%;
}

.static-nav .nav-menu .search-bar .input-group-addon {
	border-radius: 0;
	border: none;
	background-color: transparent;
	padding: 6px 12px 6px 0;
}

.static-nav .nav-menu .form-control.search-box {
	background: transparent;
	border-color: #fff;
	border-radius: 0;
	color: #979797;
	height: 28px;
}

.static-nav .nav-menu .form-control::-webkit-input-placeholder {
	color: #979797;
	font-family: "futura-pt", "FuturaStd-Medium", sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/*02.01.02 CAREER COUNTER*/
nav .nav-menu .career-counter {
	background: #f15d22;
	border-radius: 30px;
	display: inline-block;
	height: 18px;
	margin-left: 8px;
	width: 18px;
	vertical-align: top;
}

nav .nav-menu .career-counter p {
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin: 0;
}

/*******************
02.02 SIDENAV
********************/
.sidenav .in-sidenav, .sidenav .nav-menu .in-sidenav {
	display: none;
}

.sidenav .in-sidenav-blog, .sidenav .nav-menu .in-sidenav-blog {
	display: block;
}

.sidenav-out {
	opacity: 0;
	-webkit-animation: navOut .25s ease-in-out;
	animation: navOut .25s ease-in-out;
}

.sidenav {
	background-color: #2c2c2c;
	-webkit-box-shadow: -3px 0 6px -2px rgba(0, 0, 0, .2);
	box-shadow: -3px 0 6px -2px rgba(0, 0, 0, .2);
	min-width: 280px;
	max-width: 500px;
	height: 100%;
	opacity: 1;
	overflow-y: auto;
	padding: 14px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.sidenav.sidenav-blog-theme {
	background-color: #fff;
}

.sidenav-in {
	-webkit-animation: navIn .25s ease-in-out;
	animation: navIn .25s ease-in-out;
}

.sidenav .nav-menu {
	position: relative;
}

.sidenav .side-close {
	display: block;
	color: #a3a6a9;
	font-size: 14px;
	position: absolute;
	right: 14px;
	top: 14px;
}

.sidenav .side-close:hover, .sidenav .side-close:active, .sidenav .side-close:focus {
	color: #bcc0c3;
}

.sidenav.sidenav-blog-theme .side-close {
	color: #2c2c2c;
}

.sidenav .side-close:hover {
	color: #fff;
	cursor: pointer;
}

.sidenav.sidenav-blog-theme .side-close:hover {
	color: #a3a6a9;
	cursor: pointer;
}

.sidenav .nav-menu li {
	background-color: transparent;
	color: #fff;
	display: block;
	font-family: "futura-pt", "FuturaStd-Medium", sans-serif;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 16px;
	margin-bottom: 7px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.sidenav.sidenav-blog-theme .nav-menu li {
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	color: #2c2c2c;
}

.sidenav .nav-menu a {
	color: #fff;
	display: block;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.sidenav .nav-menu ul li ul a {
	color: #a3a6a9;
}

.sidenav .nav-menu a:hover, .sidenav .nav-menu a:active, .sidenav .nav-menu a:focus {
	text-decoration: underline;
}

.sidenav .nav-menu li.selected .ms-core-listMenu-selected {
	text-decoration: underline;
}

.sidenav .nav-menu li.selected .ms-core-listMenu-selected:hover, .sidenav .nav-menu li.selected .ms-core-listMenu-selected:active, .sidenav .nav-menu li.selected .ms-core-listMenu-selected:focus {
	text-decoration: underline;
}

.sidenav.sidenav-blog-theme .nav-menu a {
	color: #2c2c2c;
}

.sidenav.sidenav-blog-theme .nav-menu a:hover, .sidenav.sidenav-blog-theme .nav-menu a:active, .sidenav.sidenav-blog-theme .nav-menu a:focus {
	text-decoration: none;
}

.sidenav.sidenav-blog-theme .nav-menu ul li ul li {
	color: #979797;
	font-family: "futura-pt", "FuturaStd-Medium", sans-serif;
}

.sidenav.sidenav-blog-theme .nav-menu ul li ul li a {
	color: #979797;
	font-family: "futura-pt", "FuturaStd-Medium", sans-serif;
}

.sidenav .nav-menu .search-bar-inner {
	position: relative;
	display: inline-block;
	width: 100%;
}

.sidenav .nav-menu .form-control {
	padding: 6px 12px 6px 12px;
}

.sidenav .nav-menu .search-bar-inner span {
	position: absolute;
	left: 7px;
	top: 9px;
	font-size: 12px;
}

.sidenav .nav-menu .search-bar-inner a {
	color: #a3a6a9;
}

.sidenav .nav-menu .form-control.search-box-inner {
	background: transparent;
	border-color: #a3a6a9;
	border-radius: 0;
	color: #a3a6a9;
	height: 35px;
}

.sidenav .nav-menu .form-control.search-box-inner::-webkit-input-placeholder {
	color: #979797;
	font-family: "futura-pt", "FuturaStd-Medium", sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.sidenav.sidenav-blog-theme .nav-menu .form-control.search-box-inner::-webkit-input-placeholder {
	color: #a3a6a9;
}

/*02.02.01 ANIMATION KEYFRAMES*/
@-webkit-keyframes navIn {
	0% {
		-webkit-transform: translateX(260px);
		transform: translateX(260px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes navIn {
	0% {
		-webkit-transform: translateX(260px);
		transform: translateX(260px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes navIn {
	0% {
		-webkit-transform: translateX(260px);
		transform: translateX(260px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes navOut {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
	}
}

@-moz-keyframes navOut {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
	}
}

@keyframes navOut {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
	}
}

/*******************
02.03 BLOGNAV
********************/
.blognav .in-blog, .blognav .nav-menu .in-blog {
	display: none;
}

.blognav {
	background-color: #fff;
	height: auto;
	opacity: 1;
	padding: 14px;
	position: absolute;
	right: 0;
	top: 0;
	width: 252px;
	z-index: 9;
}

@media (max-width: 879px) {
	.blognav {
		display: none;
	}
}

.blognav .nav-menu {
	position: relative;
}

.blognav .nav-menu li {
	background-color: transparent;
	color: #2c2c2c;
	display: block;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 16px;
	margin-bottom: 7px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.blognav .nav-menu a {
	background-color: transparent;
	display: block;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	color: #2c2c2c;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.blognav .nav-menu a:hover, .blognav .nav-menu a:active, .blognav .nav-menu a:focus {
	text-decoration: none;
}

.blognav .nav-menu ul li ul li {
	color: #979797;
	font-family: "futura-pt", "FuturaStd-Medium", sans-serif;
}

.blognav .nav-menu ul li ul li a {
	color: #979797;
	font-family: "futura-pt", "FuturaStd-Medium", sans-serif;
}

/*.blognav .nav-menu li.selected .ms-core-listMenu-selected {
}

.blognav .nav-menu li.selected .ms-core-listMenu-selected:hover,
.blognav .nav-menu li.selected .ms-core-listMenu-selected:active,
.blognav.nav-menu li.selected .ms-core-listMenu-selected:focus {
}*/
.blognav .nav-menu .search-bar-inner {
	position: relative;
	display: inline-block;
	width: 100%;
}

.blognav .nav-menu .form-control {
	padding: 6px 12px 6px 12px;
}

.blognav .nav-menu .search-bar-inner span {
	position: absolute;
	left: 7px;
	top: 9px;
	font-size: 12px;
}

.blognav .nav-menu .search-bar-inner a {
	color: #a3a6a9;
}

.blognav .nav-menu .form-control.search-box-inner {
	background: transparent;
	border-color: #a3a6a9;
	border-radius: 0;
	color: #2c2c2c;
	height: 35px;
}

.blognav .nav-menu .form-control.search-box-inner::-webkit-input-placeholder {
	color: #a3a6a9;
	font-family: "futura-pt", "FuturaStd-Medium", sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/*******************
03. POSTER
********************/
.poster {
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	min-height: 260px;
	position: relative;
}

.poster.poster-background-color {
	background-color: #dedddd;
}

.poster.poster-background-image {}

.poster.poster-background-image.poster-home {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/poster-home.jpg");
}

.poster.poster-background-image.poster-home.nitro-lazy {
	background-image: none !important;
}

/*.poster.poster-background-image.poster-park {
	background-image: url('../images/poster-parks.jpg');
}

.poster.poster-background-image.poster-energy {
	background-image: url('../images/poster-energy.jpg');
}

.poster.poster-background-image.poster-water {
	background-image: url('../images/poster-water.jpg');
}*/

/*03.01 LOGO*/
.lcra-logo {
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
	position: absolute;
	top: 14px;
	left: 76px;
	width: 138px;
	height: 51px;
}

.lcra-logo-in-blog-section {
	display: none;
}

.lcra-logo-in-blog {
	background-image: url("https://cdn-ilehdga.nitrocdn.com/XBbyWPXXGgIMMCKJGGeKWOKLDYlStjgY/assets/images/optimized/rev-12c906d/www.lcra.org/wp-content/themes/divi-child/images/lcra-logo-large.png");
	background-size: cover;
	position: absolute;
	top: 14px;
	left: 7px;
	width: 138px;
	height: 51px;
}

.lcra-logo-in-blog.nitro-lazy {
	background-image: none !important;
}

.lcra-logo.white {
	background-image: url("https://cdn-ilehdga.nitrocdn.com/XBbyWPXXGgIMMCKJGGeKWOKLDYlStjgY/assets/images/optimized/rev-12c906d/www.lcra.org/wp-content/themes/divi-child/images/LCRA-logo.png");
}

.lcra-logo.white.nitro-lazy {
	background-image: none !important;
}

.poster .poster-wrap {
	height: 100%;
	position: relative;
}

.poster-wrap .row {
	position: absolute;
	bottom: 20%;
	left: 7px;
}

/* 03.02 OPEN MENU*/
.open-menu {
	background-size: cover;
	height: 0;
	position: absolute;
	right: 21px;
	top: 21px;
	width: 0;
	z-index: 999;
}

.open-menu.open-menu-white {
	background-image: url("https://cdn-ilehdga.nitrocdn.com/XBbyWPXXGgIMMCKJGGeKWOKLDYlStjgY/assets/images/source/rev-12c906d/www.lcra.org/wp-content/themes/divi-child/images/hamburger-white.svg");
}

.open-menu.open-menu-white.nitro-lazy {
	background-image: none !important;
}

.open-menu.open-menu-black {
	background-image: url("https://cdn-ilehdga.nitrocdn.com/XBbyWPXXGgIMMCKJGGeKWOKLDYlStjgY/assets/images/optimized/rev-12c906d/www.lcra.org/wp-content/themes/divi-child/images/hamburger.svg");
}

.open-menu.open-menu-black.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 879px) {
	.open-menu.show {
		height: 30px;
		width: 30px;
	}
}

@media (max-width: 600px) {
	.open-menu {
		top: 14px;
	}
}

/*******************
04. BLOG WIDGET
********************/
.blog-widget {
	background-color: #e6e4df;
	position: relative;
}

.blog-widget .blog-widget-wrap {
	padding: 56px 0 56px 0;
}

/*These apply in all pages*/

/*04.1 BLOG WIDGET POST STYLE*/
.blog-post {
	padding-bottom: 14px;
}

.blog-post .no-image {
	background-color: #fff;
}

.blog-post .bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*.is-park .slider .bg-image{
	height: 280px;
}*/
.blog-post .bg-image.energy {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/Energy-289x240.png");
}

.blog-post .bg-image.energy.nitro-lazy {
	background-image: none !important;
}

.blog-post .bg-image.water {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/Water-290x240.png");
}

.blog-post .bg-image.water.nitro-lazy {
	background-image: none !important;
}

.blog-post .bg-image.parks {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/Parks-289x240.png");
}

.blog-post .bg-image.parks.nitro-lazy {
	background-image: none !important;
}

.blog-post .bg-image.hydro {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/Hydromet-289x240.png");
}

.blog-post .bg-image.hydro.nitro-lazy {
	background-image: none !important;
}

.blog-post .bg-image.job {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/ToughJob-593x240.png");
}

.blog-post .bg-image.job.nitro-lazy {
	background-image: none !important;
}

.blog-post .bg-image.job2 {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/ToughJob-593x240-2.jpg");
}

.blog-post .bg-image.job2.nitro-lazy {
	background-image: none !important;
}

/*PARK BG*/
.blog-post .bg-image.sunsetPaddle {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/SunsetPaddle-264x219.png");
}

.blog-post .bg-image.sunsetPaddle.nitro-lazy {
	background-image: none !important;
}

.blog-post .bg-image.sunsetRiver {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/SunsetRiverFloat-265x219.png");
}

.blog-post .bg-image.sunsetRiver.nitro-lazy {
	background-image: none !important;
}

.blog-post .bg-image.outdoorAdv {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/OutdoorAdventureDay-264x219.png");
}

.blog-post .bg-image.outdoorAdv.nitro-lazy {
	background-image: none !important;
}

/*PARK ALSO BG*/
.blog-post .bg-image.southShore {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/SouthShore-264x219.png");
}

.blog-post .bg-image.southShore.nitro-lazy {
	background-image: none !important;
}

.blog-post .bg-image.matagorda {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/Matagorda-265x219.png");
}

.blog-post .bg-image.matagorda.nitro-lazy {
	background-image: none !important;
}

.blog-post .bg-image.blackRock {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/BlackRock-264x219.png");
}

.blog-post .bg-image.blackRock.nitro-lazy {
	background-image: none !important;
}

.post-content {
	min-height: 270px;
	padding: 81px 21px 14px 21px;
	position: relative;
	width: 100%;
}

.post-content.overlay {
	background-color: rgba(0, 0, 0, .4);
}

.post-content .action-btn {
	position: absolute;
	bottom: 14px;
	left: 21px;
}

.slick-slide .post-content .action-btn {
	left: 21px;
}

/*.is-park .slider .post-content.overlay {
	height: 280px;
}*/

/*04.2 BLOG WIDGET ROW STYLE*/
.blog-row.middle {
	padding-top: 14px;
	padding-bottom: 14px;
}

.row-mobile-slider {
	padding-bottom: 14px;
}

/* 04.3 BLOG SLIDER */
.slick-prev, .slick-next {
	display: none !important;
}

.slick-dots {
	bottom: 21px;
	padding: 0;
	position: absolute;
	right: 28px;
	text-align: right;
	width: 60%;
	z-index: 999;
}

.lcra-content1 .slick-dots {
	bottom: 21px;
	padding: 0;
	position: absolute;
	right: 28px;
	text-align: right;
	width: 60%;
	z-index: 999;
	margin: 0;
}

.is-park .slick-dots {
	bottom: 35px;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 4px;
	margin: 0 7px;
	padding: 0;
	position: relative;
	width: 10px;
}

.slick-dots li button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 4px;
	padding: 2px 6px;
	line-height: 0;
	outline: none;
	width: 10px;
}

.slick-dots li button:before {
	background-color: #fff;
	content: "";
	height: 4px;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 12px;
}

.slick-dots li.slick-active button:before {
	background-color: #fff;
	opacity: 1;
}

.news-slider .slick-dots li button:before, .blog-slider .slick-dots li button:before {
	background-color: #2c2c2c;
}

.news-slider .slick-dots li.slick-active button:before, .blog-slider .slick-dots li.slick-active button:before {
	background-color: #2c2c2c;
}

.blog-slider .slider {
	background-color: #e6e4df;
}

/*******************
05. SOCIAL WIDGET
********************/
.social-widget {
	background-color: #fff;
	position: relative;
}

.social-widget .space-20 {
	margin-bottom: 17px;
}

.social-widget .social-widget-wrap {
	padding: 56px 0 49px 0;
}

.social-widget .social-row {
	margin-bottom: 14px;
}

.social-post .no-image {
	background-color: #fff;
}

.social-post .bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 1px;
	min-height: 240px;
	width: 100%;
}

.social-post-content {
	width: 100%;
}

.social-post-content-all {
	border-bottom: 1px solid #a3a6a9;
	border-left: 1px solid #a3a6a9;
	border-right: 1px solid #a3a6a9;
}

.social-post-content.top {
	border-bottom: 1px solid #a3a6a9;
	border-top: 1px solid #a3a6a9;
	padding: 21px;
}

.social-post .bg-image.job {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/social1-289x240.png");
}

.social-post .bg-image.job.nitro-lazy {
	background-image: none !important;
}

.social-post .bg-image.energy {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/social2-289x240.png");
}

.social-post .bg-image.energy.nitro-lazy {
	background-image: none !important;
}

.social-post .bg-image.water {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/social3-289x240.png");
}

.social-post .bg-image.water.nitro-lazy {
	background-image: none !important;
}

.social-post-content.bottom .social-post-inner-parragraph, .lcra-content1 .social-post-content.bottom .social-post-inner-parragraph {
	/*display: table-cell;*/
	display: inline-block;
	height: auto;
	line-height: 19px;
	padding: 5px 0 0 12px;
	vertical-align: middle;
	margin: 0;
}

/*05.1 SOCIAL BOTTOM*/
.social-post-content.bottom {
	display: table;
	table-layout: fixed;
}

.social-post-inner-content {
	display: table-cell;
	padding: 14px 21px;
	line-height: 14px;
}

.social-post-inner-content.date {
	vertical-align: middle;
	width: 75%;
}

.social-post-inner-content.share {
	border-left: 1px solid #a3a6a9;
	text-align: center;
	padding: 14px;
	vertical-align: middle;
	width: 25%;
}

.social-post-inner-content.share .share-tooltip {
	background-color: transparent;
	border: none;
	color: #676767;
	font-size: 28px;
}

.social-post-inner-content.share .share-tooltip:focus {
	outline: -webkit-focus-ring-color auto 1px;
	outline-color: #fff;
	outline-width: 1px;
}

.social-post-icon-container {
	border-radius: 30px;
	display: inline-block;
	float: left;
	height: 29px;
	list-style: none;
	margin: 0 8px;
	position: relative;
	width: 29px;
}

.social-post-icon-container .social-post-icon {
	border: 1px solid #676767;
	border-radius: 30px;
	height: 100%;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
}

.social-post-icon-container .social-post-icon span {
	color: #676767;
	margin-top: 0;
	padding: 5px;
	vertical-align: text-top;
	font-size: 18px;
}

/*05.2 SHARE TOOLTIP*/
.social-share {
	width: 34px;
	margin: 0 auto;
}

.social-share .tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}

.lcra-content1 .social-share i {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

.social-share .tooltip-inner, .lcra-content1 .social-share .tooltip-inner {
	max-width: 200px;
	min-width: 60px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #a3a7a9;
	border-radius: 0;
	height: 90px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
}

.social-share .tooltip.top .tooltip-arrow, .lcra-content1 .social-share .tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #a3a7a9;
}

.tooltip-social-list, .lcra-content1 .tooltip-social-list {
	list-style: none;
	height: 28px;
	display: table-caption;
	padding: 11px 0;
}

.tooltip-social-list > :first-child, .lcra-content1 .tooltip-social-list > :first-child {
	margin-bottom: 7px;
}

.tooltip-social-list li, .lcra-content1 .tooltip-social-list li {
	border-radius: 30px;
	float: left;
	height: 28px;
	margin: 0 7px;
	position: relative;
	width: 28px;
}

.tooltip-social-list li div, .lcra-content1 .tooltip-social-list li div {
	border: 1px solid #fff;
	border-radius: 30px;
	height: 100%;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.tooltip-social-icon .fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.tooltip-social-list li div:hover, .lcra-content1 .tooltip-social-list li div:hover {
	border: 1px solid #fff;
	background: #fff;
}

.tooltip-social-list li div a, .lcra-content1 .tooltip-social-list li div a {
	color: #fff;
	font-size: 18px;
	padding: 5px;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.tooltip-social-list li div:hover a, .lcra-content1 .tooltip-social-list li div:hover a {
	color: #a3a7a9;
}

/*******************
06. FOOTER
********************/

/*06.1 FOOTER GEN STYLES*/
.footer {
	background-color: #e6e4df;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.footer.is-park {
	background-image: url("https://www.lcra.org/wp-content/themes/divi-child/images/foot-bg.png");
}

.footer.is-park.nitro-lazy {
	background-image: none !important;
}

.footer .foot-inner-bottom {
	background-color: #2c2c2c;
	color: #a3a6a9;
}

.footer .foot-inner-top .container {
	padding: 0 14px;
}

/*06.2 FOOTER FOLLOW NEWS*/
.footer .follow-news-wrap {
	padding: 56px 0 0 0;
}

.footer .follow-news-wrap .border-bottom {
	border-bottom: 1px solid #a3a6a9;
	padding-bottom: 21px;
}

.footer .follow-news-wrap .foot-social-list {
	margin-top: 21px;
	height: 35px;
}

.footer .follow-news-wrap .foot-social-list > :first-child {
	margin: 0 7px 0 0;
}

.footer .follow-news-wrap .foot-social-list > :last-child {
	margin: 0 0 0 7px;
}

.footer .follow-news-wrap .foot-social-list li {
	border-radius: 30px;
	float: left;
	height: 35px;
	list-style: none;
	margin: 0 7px;
	position: relative;
	width: 35px;
}

.footer .follow-news-wrap .foot-social-list li div {
	border: 1px solid #676767;
	border-radius: 30px;
	height: 100%;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.footer .follow-news-wrap .foot-social-list li div:hover {
	border: 1px solid #676767;
	background: #676767;
}

.footer .follow-news-wrap .foot-social-list li div a {
	color: #676767;
	font-size: 20px;
	padding: 7px;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.footer .follow-news-wrap .foot-social-list li div:hover a {
	color: #e3e1db;
}

.newsletter-form {
	padding-top: 21px;
}

.newsletter-form .first {
	padding: 0 7px 0 0;
}

.newsletter-form .second {
	padding: 0 7px;
}

.newsletter-form .third {
	padding: 0 0 0 7px;
}

.newsletter-form .lcra-btn {
	background: #2c2c2c;
	border-color: #2c2c2c;
	color: #fff;
	height: 35px;
	padding: 0;
	width: 35px;
}

/*SP*/

/*.footer .newsletter-form .lcra-btn .glyphicon {
    top: 4px;
    vertical-align: middle;
}*/

/*06.3 FOOTER BOTTOM NAV TOP*/
.footer .bottom-nav-wrap.nav-top ul {
	margin-bottom: 0;
}

.footer .bottom-nav-wrap.nav-top ul li {
	border-right: 1px solid #676767;
	display: inline-block;
	line-height: 14px;
	padding: 0 14px;
	margin-right: -4px;
}

.footer .bottom-nav-wrap.nav-top ul > :first-child {
	padding: 0 14px 0 0;
}

.footer .bottom-nav-wrap.nav-top ul > :last-child {
	border-right: none;
	padding: 0 0 0 14px;
}

.footer .bottom-nav-wrap.nav-top ul li a {
	color: #676767;
	font-size: 15px;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
}

.footer .bottom-nav-wrap.nav-top > .container .row {
	border-top: 1px solid #a3a6a9;
	padding: 56px 0;
}

/*06.4 FOOTER BOTTOM NAV BOTTOM*/
.footer .bottom-nav-wrap {
	padding: 0;
}

.footer .bottom-nav-wrap .bottom-nav {
	margin: 21px 0;
	padding-left: 0;
}

.footer .bottom-nav-wrap .bottom-nav li {
	color: #a3a6a9;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: "futura-pt", "FuturaStd-Medium", sans-serif;
}

.footer .bottom-nav-wrap .bottom-nav.sec1 ul > :first-child {
	padding: 0 21px 0 7px;
}

.footer .bottom-nav-wrap .bottom-nav.sec1 ul > :last-child {
	padding: 0 0 0 21px;
}

.footer .bottom-nav-wrap .bottom-nav.sec1 li {
	padding: 0 21px;
}

.footer .bottom-nav-wrap .bottom-nav li a {
	color: #a3a6a9;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "futura-pt", "FuturaStd-Medium", sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
}

.footer .bottom-nav-wrap .bottom-nav li a:hover {
	color: #a3a6a9;
	text-decoration: underline;
}

/*06.5 FOOTER COPY*/
.footer .copy-wrap {
	border-top: 1px solid #a3a6a9;
	font-size: 10px;
	padding: 7px 0;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
}

.footer .copy-wrap ul li {
	border-right: 1px solid #676767;
	display: inline-block;
	line-height: 12px;
	padding: 0 7px 0 7px;
	margin-left: -4px;
}

.footer .copy-wrap ul > :first-child {
	padding: 0 7px 0 0;
}

.footer .copy-wrap ul > :last-child {
	border-right: none;
	padding: 0 0 0 7px;
}

.footer .copy-wrap ul li a {
	color: #a3a6a9;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
}

.lcra-parks-logo {
	display: none;
	width: 106px;
	height: 101px;
	margin: 14px auto;
}

/*******************
07. POST GRID
*******************/
.post-section-container {
	background-color: #fff;
	position: relative;
}

/*07.1 MAIN CONTENT COLUMN*/
.fact-wrap, .park-wrap, .content-wrap {
	margin-top: 21px;
	position: relative;
}

.park-events {
	padding-top: 35px;
}

.park-events-also-enjoy {
	padding-top: 56px;
}

/*07.1.1 MEDIA CONTAINER*/
.fact-media-container {
	width: 100%;
	position: relative;
	margin-top: 14px;
	margin-bottom: 48px;
}

.fact-media-container.is-blog {
	padding-top: 0;
	margin-bottom: 48px;
}

.fact-media-container.is-blog.middle {
	padding-bottom: 28px;
}

.fact-media-container img {
	width: 100%;
}

.play-btn {
	position: absolute;
	bottom: 21px;
	left: 21px;
	z-index: 99;
}

.park-logo-play {
	position: absolute;
	bottom: 21px;
	right: 21px;
	z-index: 99;
	width: 100px !important;
}

.media-video-preview.media-open {
	display: block;
}

.media-video-preview.media-close {
	display: none;
}

.media-video-embed, .media-video-embed-lcra {
	display: none;
}

/*07.1.2 PREVIOUS BLOG ENTRIES*/
.prev-entries {
	padding-top: 0;
	padding-bottom: 21px;
}

.prev-entries .no-image {
	background-color: #e6e4df;
}

.prev-entries .post-content.is-blog {
	padding: 42px 21px;
	min-height: 242px;
}

.return-margin {
	margin-left: -7px;
	margin-right: -7px;
}

/*07.2 MENU COLUMN*/
.tmp-column {
	/*width: 252px*/
	display: none;
}

/*@media (max-width: 768px){
	.menu-column {
		display: none;
	}
}*/

/*07.3 PARK ACTIONS*/
.park-actions {
	margin-bottom: 0;
	margin-top: -7px;
}

.park-actions li {
	border-left: 1px solid #0069ac;
	display: inline-block;
	line-height: 14px;
	padding: 0 10px;
	margin-left: -4px;
}

.park-actions > :first-child {
	padding: 0 10px 0 0;
	margin-left: 0;
	border-left: none;
}

.park-actions > :last-child {
	padding: 0 0 0 10px;
}

.park-actions li a {
	color: #0069ac;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 19px;
	letter-spacing: .04em;
}

.park-actions li a:hover, .park-actions li a:active, .park-actions li a:focus, .park-actions li a:visited {
	background: transparent;
	color: #0069ac;
	text-decoration: underline;
}

/*07.3.1 PARK ACTIVITIES*/
.park-activities {
	padding: 21px 0;
}

.park-activities .activities-list {
	margin-top: 3px;
	display: inline-block;
}

.park-activities .activities-list .trigger-activities {
	background-color: #fff;
	border: 1px solid #2c2c2c;
	border-radius: 30px;
	cursor: default;
	float: left;
	height: 35px;
	list-style: none;
	margin: 0 7px;
	position: relative;
	width: 35px;
}

.park-activities .activities-list > .trigger-activities:first-of-type {
	margin: 0 7px 0 0;
}

.park-activities .activities-list > .trigger-activities:last-of-type {
	margin: 0 0 0 7px;
}

.park-activities .activities-list .trigger-activities:hover {
	border: 1px solid #2c2c2c;
	background-color: #2c2c2c;
}

.park-activities .activities-list .trigger-activities span {
	color: #2c2c2c;
	font-size: 30px;
	line-height: 32px;
	margin-left: 0;
}

.park-activities .activities-list .trigger-activities:hover span {
	color: #fff;
}

.park-activities .view {
	padding: 14px 0 0 0;
	display: inline-block;
}

.park-activities .view a {
	color: #0069ac;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 19px;
	letter-spacing: .04em;
}

/********************
PARK MAP
********************/
.park-activities .activities-list .park-map-icon {
	display: inline-block;
	position: relative;
}

.park-activities .activities-list .park-map-icon input[type=checkbox] {
	position: absolute;
	display: none;
}

.park-activities .activities-list .park-map-icon input[type=checkbox]:checked + label {
	border: 1px solid #2c2c2c;
	background-color: #2c2c2c;
	opacity: 1;
}

.park-activities .activities-list .park-map-icon input[type=checkbox]:checked + label span {
	color: #fff;
}

.park-activities .activities-list label {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #2c2c2c;
	border-radius: 30px;
	cursor: default;
	float: left;
	height: 35px;
	margin: 0 7px;
	position: relative;
	width: 35px;
}

.park-activities .activities-list label span {
	color: #2c2c2c;
	font-size: 30px;
	line-height: 32px;
	margin-left: 2px;
}

.park-activities .activities-list label:hover {
	border: 1px solid #2c2c2c;
	opacity: .7;
	background-color: #2c2c2c;
}

.park-activities .activities-list label:hover span {
	color: #fff;
}

#map, #LCRA_RD_ParksMap {
	height: 500px;
	width: 100%;
}

#locationSelect {
	display: none;
}

#dvActivities {
	padding: 50px 0 0 0;
}

.parks-map-ctrl {
	/*display: table;*/
	
	/*width: 100%;*/
	padding: 21px 21px 21px 23px;
	background: #e3e1db;
}

.parks-map-search-form .lcra-btn1 {
	background: #2c2c2c;
	border-color: #2c2c2c;
	color: #fff;
	font-size: 12px;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	height: 35px;
	letter-spacing: .1em;
	padding: 0 14px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
}

.parks-map-search-form .lcra-btn2 {
	background: #2c2c2c;
	border-color: #2c2c2c;
	color: #fff;
	font-size: 12px;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	height: 35px;
	letter-spacing: .1em;
	padding: 0 14px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
}

.parks-map-search-form .lcra-btn2:hover, .parks-map-search-form .lcra-btn2:active, .parks-map-search-form .lcra-btn2:focus, .parks-map-search-form .lcra-btn1:hover, .parks-map-search-form .lcra-btn1:active, .parks-map-search-form .lcra-btn1:focus {
	background: #0e0e0e;
}

hr {
	margin-top: 14px;
	margin-bottom: 14px;
	border: 0;
	border-top: 1px solid #2c2c2c;
}

.border-right-map {
	border-right: 2px solid #2c2c2c;
}

.parks-map-search-form .input-text {
	background: #fff;
	border-color: #a3a6a9;
	border-radius: 0;
	border-style: solid;
	color: #2c2c2c;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	font-size: 14px;
	height: 35px;
	letter-spacing: .1em;
	margin: 0;
	text-transform: uppercase;
	padding: 0 14px;
	vertical-align: middle;
	width: 100%;
}

.parks-map-search-form .input-text::-webkit-input-placeholder {
	color: #979797;
	font-family: "futura-pt", "FuturaStd-Medium", sans-serif;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/*
@media (max-width: 992px) {
    .parks-map-search-form .lcra-btn:first-child {
        width: 44%;
    }
    .parks-map-search-form .lcra-btn:last-child {
        width: 14%;
    }
    .parks-map-search-form .input-text {
        width: 36%;
    }
}

@media (max-width: 724px) {
    .parks-map-search-form .lcra-btn:first-child {
        width: 100%;
    }
    .parks-map-search-form .lcra-btn:last-child {
        margin: 14px 0 0 16px;
        width: 21.9%;
    }
    .parks-map-search-form .input-text {
        margin: 14px 0 0 0;
        width: 75%;
    }
}

@media (max-width: 588px) {
    .parks-map-search-form .lcra-btn:last-child {
        width: 25%;
    }
    .parks-map-search-form .input-text {
        width: 70%;
    }
}*/
@media (max-width: 993px) {
	.border-right-map {
		border-right: 0px solid #2c2c2c;
	}
}

/*@media (max-width: 392px) {
    .parks-map-search-form .lcra-btn:last-child {
        width: 100%;
        margin: 14px 0 0 0;
    }
    .parks-map-search-form .input-text {
        width: 100%;
        margin: 14px 0 0 0;
    }
}*/
.parks-map-address-container {
	/*padding: 21px 21px 21px 23px;*/
	background: #f9f9f9;
}

.parks-map-address {
	position: relative;
	border-bottom: 1px solid #2c2c2c;
	padding: 21px;
}

.parks-map-address-conut {
	position: absolute;
	color: #fff;
	font-size: 14px;
	padding: 2px 6.5px;
	border-radius: 70px;
	background: #2c2c2c;
	text-align: center;
	top: 14px;
	left: 0;
	margin-left: 26px;
	margin-top: 8px;
}

.park-list-title {
	padding-left: 37px;
	margin-top: 0px;
}

.parks-map-address > h3 > a, a :visited {
	color: #26a9e0;
}

.parks-map-address > p {
	padding-left: 37px;
}

/*07.4 PARK CONTENT*/
.park-content {
	padding: 56px 0 0 0;
}

/*07.5 PARK CONTACT INFO*/
.contact-info-wrap {
	padding: 56px 0 35px 0;
}

/*07.6 BLOG CONTENT*/
.blog-content {
	padding: 28px 0 0 0;
}

/*******************
08. WEATHER FORECAST
*******************/
.weather-forecast {
	padding-bottom: 21px;
}

.forecast-header {
	background: #2c2c2c;
	padding: 10px 28px 10px 10px;
}

.weather-forecast .th-days {
	background-color: #e3e1db;
	border-right: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #e3e1db;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	font-size: 20px;
}

.weather-forecast .td-weather {
	background-color: #fff;
	border-right: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	width: 20%;
}

.weather-forecast .td-weather.weather-icon {
	border-bottom: 1px solid #fff;
	padding: 21px;
}

.weather-icon img {
	max-width: 84px;
	width: 100%;
}

.weather-forecast .td-weather.weather-grades {
	border-bottom: 1px solid #fff;
	padding: 0 8px;
	font-size: 18px;
}

.weather-forecast .td-weather.weather-humidity {
	border-bottom: 1px solid #2c2c2c;
	padding: 14px 8px 21px 8px;
}

.weather-humidity img {
	max-width: 14px;
	width: 100%;
	margin: 0 7px;
}

.weather-humidity .humidity-indicator {
	color: black;
	font-size: 18px;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
}

.humidity-indicator-chance-rain {
	margin-right: 3px;
}

.weather-chance-rain img {
	width: 8px;
}

.weather-chance-rain-tr {
	display: none;
}

.weather-days {
	display: none;
}

.weather-forecast .td-weather.th-days-mobile {
	border-bottom: 1px solid #fff;
	padding: 0 8px;
	font-size: 18px;
}

.weather-separator {
	display: none;
}

.weather-forecast .td-weather {
	border-bottom-style: solid;
	border-bottom-color: white;
}

.weather-grades-mobile-tr {
	display: none;
}

.weather-chance-rain-tr .weather-chance-rain {
	padding-bottom: 10px;
}

/*******************
09. AGENDA
*******************/
.agenda {
	padding: 14px 0 49px 0;
}

.agenda-date {
	background-color: #c4c118;
	height: 50px;
	width: 50px;
}

.agenda-date p {
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	font-size: 26px;
	margin: 0;
	padding-top: 7px;
	text-align: center;
	vertical-align: middle;
}

/*******************
10. TABLE TEMPLATE
*******************/
.lcra-table-template {
	padding-bottom: 0;
	position: relative;
}

.lcra-table-template .action-btn {
	position: absolute;
	bottom: 7px;
	right: 0;
	font-size: 14px;
	padding: 14px 28px;
}

.lcra-table-template .table-responsive {
	margin: 0;
	border: 1px solid #2c2c2c;
	border-collapse: collapse;
}

.lcra-table-template .table {
	margin: 0;
}

.lcra-table-template button.close {
	width: 100%;
	height: 100%;
	line-height: 16px;
}

.lcra-table-template button.close:active, .lcra-table-template button.close:hover, .lcra-table-template button.close:focus {
	outline: none;
}

.lcra-table-template .close {
	color: #2c2c2c;
	text-align: center;
}

.lcra-table-header {
	background: #2c2c2c;
	padding: 28px;
}

.lcra-table-template .th-days {
	background-color: #e3e1db;
	border-bottom: 1px solid #e3e1db;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	font-size: 18px;
}

.lcra-table-template .td-lcra {
	background-color: #fff;
	font-size: 16px;
	width: 20%;
}

.wlcra-table-template .td-lcra.weather-icon {
	border-bottom: 1px solid #fff;
	padding: 21px;
}

.lcra-table-template .td-lcra.weather-grades {
	border-bottom: 1px solid #fff;
	padding: 0 8px;
	font-size: 18px;
}

.lcra-table-template .td-lcra.weather-humidity {
	border-bottom: 1px solid #2c2c2c;
	padding: 14px 8px 21px 8px;
}

.lcra-table-footer {
	background: #ececec;
	padding: 28px;
	border-bottom: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
}

/*TABLE SMALLER VERSION*/
.lcra-table-template.small-table {
	padding-bottom: 0;
	position: relative;
}

.lcra-table-template.small-table .action-btn {
	position: absolute;
	bottom: 7px;
	right: 0;
	font-size: 12px;
	padding: 8px 21px;
}

.small-table .lcra-table-header {
	background: #2c2c2c;
	padding: 21px;
}

.small-table .lcra-table-footer {
	background: #ececec;
	padding: 21px;
	border-bottom: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
}

.small-table .lcra-table-template .th-days {
	background-color: #e3e1db;
	border-bottom: 1px solid #e3e1db;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	font-size: 16px;
}

.small-table .lcra-table-template .td-lcra {
	background-color: #fff;
	font-size: 14px;
	width: 20%;
}

/*******************
11. LCRA CONTENT
*******************/
.lcra-content1 img, .is-open-entry img {
	width: 100% !important;
	margin: 0 0 21px 0;
	height: auto;
}

img[usemap="#wqimap"] {
	width: 689px !important;
}

/*map[name="wqimap"] area[coords]:active,
map[name="wqimap"] area[coords]:focus {
    border: 1px solid red;
}*/
@media (max-width: 940px) {
	img[usemap="#wqimap"] {
		width: 689px !important;
	}
}

@media (max-width: 768px) {
	img[usemap="#wqimap"] {
		width: 560px !important;
	}
}

@media (max-width: 600px) {
	img[usemap="#wqimap"] {
		width: 390px !important;
	}
}

@media (max-width: 414px) {
	img[usemap="#wqimap"] {
		width: 260px !important;
	}
}

/*@media (max-width: 320px) {
    img[usemap="#wqimap"] {
        width: 296px !important;
    }
}*/

/*LCRA CONTENT1*/
.lcra-content1 {
	/*padding: 0 0 21px 0;*/
	padding: 20px 0 20px 0;
}

.lcra-content1 iframe {
	width: 100%;
}

.lcra-content1 h1, .lcra-content1 h2, .lcra-content1 h3, .lcra-content1 h4, .is-open-entry {
	color: #2c2c2c;
	padding-bottom: 0;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .03em;
	margin: 0 0 11px 0;
}

.lcra-content1 a, .is-open-entry a {
	background: transparent;
	color: #27a9e1;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 18px;
	text-decoration: none;
	line-height: 24px;
}

.lcra-content1 a:hover, .lcra-content1 a:active, .lcra-content1 a:focus, .lcra-content1 a:visited, .is-open-entry a:hover, .is-open-entry a:active, .is-open-entry a:focus, .is-open-entry a:visited {
	background: transparent;
	color: #27a9e1;
	font-size: 18px;
	text-decoration: underline;
	line-height: 24px;
}

.lcra-content1 h1 {
	font-size: 29px;
}

.lcra-content1 h2, .is-open-entry h2 {
	font-size: 22px;
}

.lcra-content1 h3, .is-open-entry h3 {
	font-size: 19px;
}

.lcra-content1 h4, .is-open-entry h4 {
	font-size: 18px;
}

.lcra-content1 h5, .is-open-entry h5 {
	font-size: 17px;
}

.lcra-content1 p, .lcra-content1 ul, .lcra-content1 ol, .is-open-entry p, .is-open-entry ul, .is-open-entry ol, .lcraWeatherBlog-Content {
	color: #2c2c2c;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 21px 0;
}

.lcra-content1 ul, .is-open-entry ul, .lcra-content1 ol, .is-open-entry ol {
	/*list-style: none;*/
	padding-left: 14px;
}

.lcra-content1 li i, .is-open-entry li i {
	color: #2c2c2c;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.lcra-content1 i, .is-open-entry i {
	color: #676767;
	font-size: 16px;
	font-style: italic;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	letter-spacing: .03em;
	line-height: 18px;
	margin: 0 0 14px 0;
}

.lcraWeatherBlog-Date, .is-open-entry .entrie-date {
	color: #676767;
	font-size: 16px;
	font-style: italic;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	letter-spacing: .03em;
	line-height: 18px;
	margin: 0 0 14px 0;
	padding-bottom: 0;
}

/*LCRA TABLE*/
.lcra-content1 th, .is-open-entry th {
	background-color: #e3e1db;
	border-right: 1px solid #e3e1db;
	border-bottom: 1px solid #e3e1db;
	border-left: 1px solid #e3e1db;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	font-size: 18px;
	border-collapse: collapse;
}

.lcra-content1 th a, .is-open-entry th a {
	background: transparent;
	color: #27a9e1;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 16px;
	text-decoration: none;
}

.lcra-content1 td {
	background-color: #fff;
	font-size: 16px;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	width: 20%;
}

.lcra-content1 td a, .is-open-entry td a {
	background: transparent;
	color: #27a9e1;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 16px;
	text-decoration: none;
}

@media (max-width: 767px) {
	.table-responsive {
		/*background-color: #2C2C2C;*/
		border-left: 1px solid #e3e1db;
		border-right: 1px solid #e3e1db;
		margin: 0;
	}
	
	/*Mobile View*/
	.weather-chance-rain-tr {
		display: table-row;
	}
	
	.weather-humidity-tr {
		display: none;
	}
	
	.weather-chance-rain {
		font-size: 13px;
	}
	
	.separator-cell {
		display: none;
	}
	
	.weather-grade-low {
		display: block;
	}
	
	.slash {
		display: none;
	}
	
	.weather-table-header-tr {
		display: none;
	}
	
	.weather-days {
		display: table-row;
	}
	
	.weather-separator {
		display: table-row;
	}
	
	.weather-grades-tr {
		display: none;
	}
	
	.weather-grades-mobile-tr {
		display: table-row;
	}
	
	.weather-forecast {
		text-align: center;
	}
}

.lcra-content1 button, .is-open-entry button {
	background: transparent;
	border: 0;
	cursor: pointer;
	height: 100%;
	line-height: 16px;
	padding: 0;
	-webkit-appearance: none;
	width: 100%;
	font-size: 35px;
	font-weight: lighter;
}

.lcra-content1 button:active, .lcra-content1 button:hover, .lcra-content1 button:focus, .is-open-entry button:active, .is-open-entry button:hover, .is-open-entry button:focus {
	outline: none;
}

/*******************
13. FORMSTACK
*******************/
.formstack-form {
	width: 100%;
}

#fsLocal {
	overflow: hidden;
}

/*******************
14. BLOG ENTRIES
*******************/
.lcraWeatherBlog h1 {
	color: #2c2c2c;
	font-size: 34px;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .03em;
	line-height: 36px;
	margin: 0 0 14px 0;
}

.lcraWeatherBlog h1:last-of-type {
	color: #2c2c2c;
	font-size: 22px;
	padding-bottom: 0;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	letter-spacing: .03em;
	line-height: 26px;
	margin: 0 0 11px 0;
}

.lcraWeatherBlog-Title h5 {
	font-size: 18px !important;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	height: auto;
	letter-spacing: .01em;
	line-height: 22px;
	margin: 0 0 11px 0;
	overflow: auto;
	padding-bottom: 0;
}

.open-entry:hover {
	cursor: pointer;
	text-decoration: underline;
}

.entry-content {
	display: none;
}

.lcraWeatherBlog-CurrentEntry {
	display: none;
}

.is-open-entry {
	margin-top: 14px;
	border-top: 1px solid #bcc0c3;
	padding-top: 14px;
}

.is-open-entry .open-entry:hover {
	cursor: text;
	text-decoration: none;
}

.is-open-entry .no-image {
	background-color: #fff;
}

.is-open-entry .post-content.is-blog {
	padding: 0;
	min-height: initial;
}

.is-open-entry .separator-bar {
	display: none;
}

.is-open-entry .entry-content {
	display: block;
	color: #2c2c2c;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 21px 0;
}

.is-open-entry .entrie-inner-title {
	font-size: 18px;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	height: auto;
	letter-spacing: .01em;
	line-height: 22px;
	margin: 0 0 11px 0;
	overflow: auto;
	padding-bottom: 0;
}

/*******************
MAIN CONTENT COLUMN
*******************/
.main-content-column {
	padding-top: 81px;
}

.main-content-column.in-blank {
	padding-top: 28px;
}

.two-column-9 {
	padding: 0 14px 0 0;
}

.two-column-3 {
	padding: 0 0 0 14px;
}

/*******************
15. SEARCH PAGE
*******************/

/*Input*/
.ms-srch-sbLarge-fullWidth {
	width: 82%;
}

.ms-srch-sbLarge > .ms-srch-sb-searchLink {
	float: right;
}

.ms-srch-sbLarge {
	width: 100%;
}

#SearchBox.ms-floatLeft {
	width: 100%;
}

.ms-srch-hover-outerContainer {
	display: none !important;
}

/*Result*/
.ms-srch-result {
	width: 100%;
}

.ms-srch-item {
	width: 100%;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	overflow: initial;
}

.ms-srch-item-body {
	overflow: initial;
	display: block;
	position: relative;
	width: 100%;
}

.ms-srch-item-icon {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 0;
	margin-top: -3px;
	display: none;
}

.ms-srch-item-title, .ms-srch-item-summary, .ms-srch-item-path {
	width: 100%;
	word-break: break-word;
}

.ms-srch-ellipsis {
	font-size: 20px;
	white-space: normal;
	overflow: initial;
	text-overflow: initial;
	-ms-text-overflow: initial;
	word-break: break-word;
	margin-right: 24px;
}

.ms-srch-item-summary {
	font-size: 16px;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
}

.ms-srch-item-path {
	font-size: 16px;
}

/*FIX PAGINATION*/
.ms-promlink-button {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-width: 1px;
	border-style: solid;
	padding: 0;
}

/*******************
16. PARK FEES
*******************/
.fee-container.lcra-content1 {
	padding: 21px 0;
}

.fee-container {}

.fee-container-toogled-in {
	display: block;
	opacity: 1;
	-webkit-animation: toggle .25s ease-in-out;
	animation: toggle .25s ease-in-out;
}

.fee-container-toogled-out {
	opacity: 0;
	-webkit-animation: destoggle .25s ease-in-out;
	animation: destoggle .25s ease-in-out;
}

.toggle-fee-container {
	/*cursor: pointer;*/
	opacity: 1;
}

.toggle-fee-container:hover {}

.fee-icon .fa {
	-ms-transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.fee-icon-rotate-in .fa {
	-ms-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}

@keyframes toggle {
	0% {
		opacity: 0;
		-ms-transform: translateY(-14px);
		-webkit-transform: translateY(-14px);
		transform: translateY(-14px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes destoggle {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	
	100% {
		transform: translateY(-14px);
		opacity: 0;
	}
}

@-moz-keyframes toggle {
	0% {
		opacity: 0;
		transform: translateY(-14px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-moz-keyframes destoggle {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	
	100% {
		transform: translateY(-14px);
		opacity: 0;
	}
}

@-webkit-keyframes toggle {
	0% {
		opacity: 0;
		transform: translateY(-14px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes destoggle {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	
	100% {
		transform: translateY(-14px);
		opacity: 0;
	}
}

/*******************
17. CUSTOM SLIDER
*******************/
.lcra-content1 #customSliderContainer img {
	margin: 0;
	min-width: 276px;
}

#customSliderContainer {
	padding: 0;
	position: relative;
	width: 100%;
}

#customSliderContainer .slider .bg-image {
	min-height: 130px;
	min-width: 265px;
	position: relative;
}

#customSliderContainer .slick-slide {
	height: auto;
}

#customSliderContainer .overlay {
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}

#customSliderContainer .slider-content {
	position: absolute;
	left: 21px;
	bottom: 21px;
	width: 90%;
	z-index: 1;
}

@media (max-width: 518px) {
	#customSliderContainer .post-inner-title, .lcra-content1 #customSliderContainer .post-inner-title {
		font-size: 18px;
		line-height: 18px;
	}
	
	#customSliderContainer .space-20 {
		margin-bottom: 5px;
	}
	
	#customSliderContainer .post-inner-parragraph, .lcra-content1 #customSliderContainer .post-inner-parragraph {
		font-size: 16px;
	}
}

@media (max-width: 424px) {
	.divCostTime, .divMoreInformation, .divDateReserve {
		width: 100% !important;
	}
	
	.filterTitle {
		letter-spacing: .15em !important;
	}
}

@media (max-width: 414px) {
	#customSliderContainer ul.slick-dots li {
		display: none;
	}
	
	#customSliderContainer .post-inner-parragraph {
		display: none;
	}
	
	.action-btn, .lcra-content1 a.action-btn {
		font-size: 10px;
		line-height: 14px;
	}
	
	.action-btn.gosht.white-btn:hover, .lcra-content1 a.action-btn.gosht.white-btn:hover, .action-btn.gosht.white-btn:active, .lcra-content1 a.action-btn.gosht.white-btn:active, .action-btn.gosht.white-btn:focus, .lcra-content1 a.action-btn.gosht.white-btn:focus {
		font-size: 10px;
		line-height: 14px;
	}
	
	action-btn.gosht.dark-btn:hover, .lcra-content1 a.action-btn.gosht.dark-btn:hover, .action-btn.gosht.dark-btn:active, .lcra-content1 a.action-btn.gosht.dark-btn:active, .action-btn.gosht.dark-btn:focus, .lcra-content1 a.action-btn.gosht.dark-btn:focus {
		font-size: 10px;
		line-height: 14px;
	}
}

@media (max-width: 320px) {
	#customSliderContainer .post-inner-title, .lcra-content1 #customSliderContainer .post-inner-title {
		font-size: 14px;
		line-height: 14px;
		margin: 0 0 6px 0;
	}
}

/*******************
18. FONS FORM /water/floods/floodgate-operations-notification-system/Pages/application.aspx
*******************/
.ms-WPBorder {
	border: 1px solid transparent;
}

.hp-input-200 {
	width: 100%;
	max-width: 200px;
}

.hp-input-250 {
	width: 100%;
	max-width: 250px;
}

.hp-input-60 {
	width: 100%;
	max-width: 60px;
}

.lcraFormLayout select {
	width: 100%;
	max-width: 200px;
}

.lcraFONS-SubscribeForm {
	color: #5e5e5e;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding: 14px 0 28px 0;
}

.lcraFONS-SubscribeForm p, .lcraFONS-SubscribeForm label {
	color: #5e5e5e;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.lcraFONS-SubscribeForm div {
	color: #5e5e5e;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 7px 0;
}

.lcraFONS-SubscribeForm input[type="text"] {
	color: #2c2c2c;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	font-size: 16px;
	height: 28px;
}

.lcraFONS-SubscribeForm input[type="submit"], .lcraFONS-SubscribeForm input[type="button"] {
	color: #fff;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 16px;
	background: #2c2c2c;
	border-color: #2c2c2c;
	padding: 7px 14px;
}

.lcraFONS-SubscribeForm input[type="button"] {
	color: #2c2c2c;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 16px;
	background: #fff;
	border-color: #2c2c2c;
	padding: 7px 14px;
}

.lcraFONS-SubscribeForm .lcraSubTitleForm {
	color: #2c2c2c;
	background-color: #e3e1db;
	border-right: 1px solid #e3e1db;
	border-bottom: 1px solid #e3e1db;
	border-left: 1px solid #e3e1db;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	font-size: 18px;
	padding: 7px 14px;
}

.lcraAlignTextForm {
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

.lcraFormErrorEnabled {
	display: block;
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	padding: 5px;
	margin-bottom: 10px;
	float: none;
}

.lcraFormErrorEnabled ul {
	list-style: none;
	font-size: 12px;
}

.lcraFormErrorEnabled ul li {
	color: #a94442 !important;
}

.lcraFormErrorEnabled p {
	color: #f00;
}

.lcraFormSuccessEnabled {
	display: block;
	color: #060;
	font-weight: bold;
	background-color: #dbffdb;
	border: 2px solid #060;
	padding: 5px;
	margin-bottom: 10px;
	float: none;
}

.lcraFormSuccessEnabled p {
	color: #060;
}

.lcraFormErrorDisabled {
	display: none;
}

.lcraFormSuccessDisabled {
	display: none;
}

.honeypotField {
	display: none;
}

.lcraFormLayout p {
	margin: 5px 0px;
}

.lcraFormLayout input[type="text"] {
	margin: 0;
	padding: 3px;
	outline: none;
	box-sizing: border-box;
	border: 1px solid #bbb;
}

.lcraFormLayout select {
	margin: 0;
	padding: 3px;
	outline: none;
	box-sizing: border-box;
	border: none;
	border: 1px solid #bbb;
}

/*******************
19. FIND EVENTS
*******************/
.locationInvalid {
	display: none;
	color: red;
	font-size: 1.4rem;
}

.lblProperty {
	width: 100%;
}

.inputProperty {
	width: 100%;
}

.imgFindPark {
	width: 100%;
	height: 100%;
}

.btnFindNow {
	float: right;
	margin-right: 0px;
}

.resultEventTop {
	float: left;
	width: 100%;
	padding-top: 28px;
}

.resultEventLeft {
	width: 30%;
	float: left;
}

.resultEventRight {
	width: 70%;
	float: right;
	padding: 15px;
}

.resultEventImage {
	width: 100%;
	max-height: 215px;
}

.resultEventBottom {
	width: 100%;
	position: relative;
	float: left;
	padding: 35px 0 0 0;
	border-bottom: 1px #ddd solid;
}

.eventDateInformation {
	width: 10%;
	float: left;
}

.eventLocation {
	width: 70%;
	float: left;
}

.eventDayStr, .eventDate {}

.rowDetails {
	border-bottom: solid .1px #ababab;
	position: relative;
	float: left;
	width: 100%;
}

.eventDayStr {
	font-size: 2rem;
}

.eventDate {
	font-size: 1.2rem;
}

/*New Css*/
.divInformationSection {
	height: 100%;
	position: relative;
}

.divCostTime {
	float: left;
	width: 50%;
}

.divMoreInformation {
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
}

.divInformationSection h4, divEventTimeValue h4 {
	margin-bottom: 0px;
}

.divInformationSection h4, .divDatesSection h4 {
	font-weight: bold;
}

.eventTime, .eventPrice {
	font-size: 1.6rem;
}

.eventPrice, .divMoreInformationContent, .eventTime {
	padding-top: 12px;
}

.divDatesSection {
	float: left;
	width: 100%;
}

.divDateReserve {
	width: 50%;
	float: left;
	padding-top: 42px;
}

.divDateReserve > h4 {
	margin-bottom: 0px;
	padding-bottom: 12px;
}

.eventTitle, .eventDescription {
	width: 100%;
}

.eventDescription, .divInformationSection {
	padding-bottom: 28px;
}

.eventTitle {
	width: 100%;
	font-size: 2.3rem;
	font-weight: bold;
}

.eventLocationPark {
	font-size: 2.1rem;
	font-style: italic;
	padding: 14px 0px 18px 0px;
}

.divfilter {
	float: left;
	width: 27%;
	border: 1px solid #ccc;
}

.divfilterbtn {
	width: 19%;
	float: left;
}

#btnFindParks {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 10px 10px 8px 10px;
}

.findParkSection {
	padding-bottom: 25px;
}

.findParkSection > h1 {
	font-size: 29px;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
	margin-bottom: 0px;
}

.findParkSection, .eventTitle {
	cursor: default;
}

.filterTitle {
	letter-spacing: .2em;
	text-transform: uppercase;
	font-family: "futura-pt-bold", "FuturaStd-Heavy", sans-serif;
}

.filterTitle.monthHeaderDiv {
	padding-bottom: 14px;
	cursor: pointer;
}

.filterTitle.titleSection {
	padding-bottom: 21px;
}

.divfilter > select, input[type=text], span {
	border: none;
}

.eventDescription, .divInformationSection {
	color: #2c2c2c;
	font-size: 1.6rem;
	font-family: "futura-pt", "FuturaStd-Medium", Arial;
	letter-spacing: .1rem;
	line-height: 1.2;
	min-height: 3.4rem;
}

.titleSeparator {
	width: 5%;
	border-top: solid .5px #ccc;
	padding-bottom: 21px;
	margin-top: 21px;
}

.findParkBy {
	width: 100%;
	float: left;
}

.findParkBy > div {
	width: 27%;
	float: left;
	padding-bottom: 10px;
}

.divMonthHeader {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.divEventTimeValue {
	padding-top: 35px;
}

.divCostTimeValue {}

.btnRegister {
	margin-top: 0px;
	margin-bottom: 0px;
}

.filterTitle.monthHeaderDiv > span {
	padding-top: 35px;
}

.filterTitle.monthHeaderDiv > i {
	padding-top: 35px;
}

.spNoResultsMessage {
	width: 100%;
	padding-top: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}

.divfilter > .form-control, .divfilter > .input-group > .form-control {
	font-size: 14px;
	letter-spacing: .2rem;
	font-family: "futura-pt", "FuturaStd-Book", sans-serif;
	text-transform: none;
}

/**********************
----------------------
SLIDER PARK
-----------------------
**********************/
.park-media .post-content {
	min-height: 400px;
	background-color: rgba(0, 0, 0, 0);
}

.park-media .park-logo-play {
	left: 21px;
}

/**********************
----------------------
CUSTOM CONTENT STYLES
----------------------
01. COLORS
01. BULLETS
01. RSS
----------------------
**********************/

/****************
01. COLORS
***************/
.alert-color {
	color: #ffd800;
}

.warning-color {
	color: #ed0033;
}

.success-color {
	color: #2cc350;
}

/****************
01. BULLLETS
***************/
ul.hide-bullets {
	list-style: none;
}

/****************
01. RSS
***************/
.rss-icon-hide {
	display: none;
}

/*******************
RESPONSIVE 1170-1920.DESKTOP
*******************/
@media (min-width: 1480px) {
	.main-title {
		font-size: 48px;
	}
	
	.main-parragraph {
		font-size: 29px;
		line-height: 38px;
		max-width: 720px;
	}
	
	.poster-wrap .row {
		bottom: 38%;
	}
	
	/*.action-btn, .lcra-content1 a.action-btn {
		font-size: 12px;
		margin: 9px 14px 9px 0;
	}
  .action-btn:hover,
  .action-btn:active,
  .action-btn:focus,
  .lcra-content1 a.action-btn:hover,
  .lcra-content1 a.action-btn:active,
  .lcra-content1 a.action-btn:focus {
		font-size: 12px;
		margin: 9px 14px 9px 0;
	}*/
	.alert-container.home-alert {
		padding: 0 400px 0 280px;
	}
	
	.lcra-logo {
		/*width: 170px;*/
		
		/*height: 63px;*/
		left: 280px;
	}
	
	.static-nav {
		right: 280px;
	}
}

@media (max-width: 1199px) {
	.entrie-inner-title {
		font-size: 16px;
	}
}

@media (max-width: 1087px) and (min-width: 993px) {
	.is-park .post-content {
		padding: 70px 21px 14px 21px;
		width: 100%;
		min-height: 256px;
	}
	
	.entrie-inner-title {
		font-size: 15px;
	}
}

@media (max-width: 1154px) and (min-width: 922px) {
	.locationProperties > .divfilter {
		width: 22%;
	}
}

@media (max-width: 1024px) {
	/* FROM POSTER */
	.is-park .poster-wrap .row {
		bottom: 34%;
	}
}

/*******************
RESPONSIVE 725-940.TABLET
*******************/
@media (min-width: 725px) and (max-width: 992px) {
	/* FROM FOOTER */
	.footer .follow-news-wrap .foot-social-list {
		margin-top: 18px;
		height: 25px;
	}
	
	.footer .follow-news-wrap .foot-social-list > :first-child {
		margin: 0 5px 0 0;
	}
	
	.footer .follow-news-wrap .foot-social-list > :last-child {
		margin: 0 0 0 5px;
	}
	
	.footer .follow-news-wrap .foot-social-list li {
		height: 25px;
		margin: 0 5px;
		width: 25px;
	}
	
	.footer .follow-news-wrap .foot-social-list li div a {
		font-size: 14px;
		padding: 3px;
		vertical-align: text-top;
	}
	
	.footer .follow-news-wrap .border-bottom {
		padding-bottom: 14px;
	}
	
	.footer .newsletter-form {
		padding-top: 18px;
	}
	
	.footer .newsletter-form .lcra-btn {
		height: 25px;
		width: 25px;
	}
	
	/* EVENTS PARKS*/
	.divfilter.form-control, .divfilterbtn {
		width: 25%;
	}
	
	.divfilter > .form-control, .divfilter > .input-group > .form-control {
		height: 35px !important;
	}
}

@media (min-width: 601px) and (max-width: 992px) {
	/*TWO COLUMN*/
	.two-column-9 {
		padding: 0 28px 0 0;
	}
	
	.two-column-3 {
		padding: 0;
	}
	
	/*FROM UTILITIES*/
	.separator-bar {
		width: 28px;
	}
	
	.separator-bar.dark {
		width: 28px;
	}
	
	/*FROM TITLES*/
	.post-inner-title {
		font-size: 20px;
	}
	
	.is-park .post-inner-title {
		font-size: 20px;
	}
	
	/*FROM PARRAGRAPH*/
	.main-parragraph {
		max-width: 420px;
	}
	
	.post-inner-parragraph {
		font-size: 16px;
		height: 57px;
		line-height: 19px;
		max-width: 230px;
	}
	
	.is-park .post-inner-parragraph {
		font-size: 18px;
		max-width: 280px;
	}
	
	.post-content {
		padding: 42px 21px 14px 21px;
		width: 100%;
		min-height: 230px;
	}
	
	.is-park .post-content {
		padding: 63px 21px 14px 21px;
		width: 100%;
		min-height: 238px;
	}
}

@media (max-width: 992px) {
	/*MAP*/
	#map, #LCRA_RD_ParksMap {
		height: 400px;
	}
	
	.alert-container.home-alert {
		padding: 0 128px 0 76px;
	}
	
	.alert-container.blog-alert p {
		font-size: 16px;
	}
	
	/* FROM POSTER */
	.poster {
		background-position: center center;
	}
	
	.poster-wrap .row {
		position: absolute;
		bottom: 28%;
		left: 7px;
	}
	
	/* FROM BLOG WIDGET */
	.blog-widget .blog-widget-wrap {
		padding: 40px 0;
	}
	
	/* FROM SOCIAL WIDGET */
	.social-widget .social-widget-wrap {
		padding: 40px 0 33px 0;
	}
	
	/* FROM FOOTER */
	.foot-news-title {
		font-size: 14px;
	}
	
	.footer .follow-news-wrap {
		padding: 40px 0;
	}
	
	.footer .follow-news-wrap .border-bottom {
		padding-bottom: 14px;
	}
	
	.footer .bottom-nav-wrap.nav-top ul {
		line-height: 20px;
	}
	
	.footer .bottom-nav-wrap.nav-top ul li {
		margin-left: -3px;
	}
	
	.footer .bottom-nav-wrap.nav-top ul li a {
		font-size: 13px;
	}
	
	.footer .bottom-nav-wrap.nav-top > .container .row {
		padding: 40px 0;
	}
	
	.footer .bottom-nav-wrap .bottom-nav.sec1 li {
		padding: 0 14px;
	}
	
	.footer .bottom-nav-wrap .bottom-nav.sec1 ul > :first-child {
		padding: 0 14px 0 0;
	}
	
	.footer .bottom-nav-wrap .bottom-nav.sec1 ul > :last-child {
		padding: 0 0 0 14px;
	}
	
	.footer .copy-wrap {
		font-size: 9px;
	}
	
	.footer .copy-wrap ul li {
		padding: 0 7px;
		margin-left: -4px;
	}
	
	.footer .copy-wrap ul > :first-child {
		padding: 0 7px 0 0;
	}
	
	.footer .copy-wrap ul > :last-child {
		border-right: none;
		padding: 0 0 0 7px;
	}
	
	.weather-forecast .td-weather.weather-grades {
		font-size: 17px;
	}
	
	.entrie-inner-title {
		font-size: 18px;
	}
}

@media (max-width: 800px) {
	/*LOGO*/
	.lcra-logo {
		left: 14px;
	}
	
	.alert-container.alert-container.home-alert {
		padding: 0 14px;
	}
}

@media (max-width: 724px) and (orientation: portrait) {
	/* FROM POSTER */
	.poster.poster-background-image {
		/*background-image: url('../images/poster-bg-tab.jpg');*/
		background-position: top right;
	}
	
	/*.poster-wrap .row {
		bottom: 10%;
	}*/
	.copy-wrap p, .copy-wrap ul {
		line-height: 16px;
	}
	
	.footer .bottom-nav-wrap.nav-top ul {
		line-height: 10px;
	}
	
	.footer .bottom-nav-wrap.nav-top ul li a {
		font-size: 12px;
	}
	
	/* EVENTS PARK */
	.divfilter {
		width: 33%;
	}
	
	.divfilterbtn {
		width: 100%;
	}
	
	.findParkBy > div {
		width: 50%;
	}
	
	.parkProperties > .divfilter {
		width: 50%;
	}
}

@media (max-width: 724px) {
	.follow-news-wrap .get-news-top {
		padding-top: 21px;
	}
}

/*******************
RESPONSIVE 481-724.TABLET
*******************/
@media (max-width: 640px), (max-width: 736px) {
	/* FROM POSTER */
	.poster.poster-background-image {
		/*background-image: url('../images/poster-bg-tab.jpg');*/
		background-position: top right;
	}
	
	.poster-wrap .row {
		bottom: 8%;
	}
	
	.main-parragraph {
		max-width: 550px;
	}
	
	/*FROM WEATHER FORECAST*/
	.forecast-title {
		font-size: 28px;
	}
	
	/*ALERT*/
	.alert-container p {
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 600px) {
	.park-media .post-content {
		/* min-height: 400px; */
		min-height: 270px;
	}
	
	.park-media .park-logo-play {
		display: none;
	}
	
	/*MAP*/
	#map, #LCRA_RD_ParksMap {
		height: 360px;
	}
	
	/*GO*/
	.go-top-btn {
		right: 14px;
		bottom: 56px;
	}
	
	.go-top-btn a {
		padding: 5px 10px;
	}
	
	.go-down-btn {
		right: 14px;
		bottom: 56px;
	}
	
	.go-down-btn a {
		padding: 5px 10px;
	}
	
	/*SIDE CLOSE*/
	.sidenav .side-close {
		font-size: 22px;
		top: 8px;
	}
	
	/* FROM POSTER */
	.poster.poster-background-image {
		/*background-image: url('../images/poster-bg-mob.jpg');*/
		background-position: top center;
	}
	
	.poster-wrap .row {
		bottom: 8%;
	}
	
	/**/
	.helper-padding-56 {
		padding: 28px 0 0 0;
	}
	
	.lcra-logo-in-blog {
		width: 92px;
		height: 30px;
		top: 14px;
	}
	
	.main-content-column {
		padding-top: 49px;
	}
	
	.main-content-column.in-blank {
		padding-top: 14px;
	}
	
	/* FROM BLOG WIDGET */
	.apply-separation-mobile {
		margin-bottom: 14px;
	}
	
	.post-content {
		padding: 70px 21px 14px 21px;
	}
	
	.blog-widget .blog-widget-wrap {
		padding: 14px 0;
	}
	
	.blog-row.middle {
		padding-top: 0;
	}
	
	/*COLUMNS*/
	.two-column-9 {
		padding: 0 7px;
	}
	
	.two-column-3 {
		padding: 0 7px;
	}
	
	/* FROM SOCIAL WIDGET */
	.social-widget .social-widget-wrap {
		padding: 14px 0 7px 0;
	}
	
	/* FROM FOOTER */
	.footer .follow-news-wrap {
		padding: 14px 0;
	}
	
	.footer .follow-news-wrap .border-bottom {
		padding-bottom: 4px;
	}
	
	.footer .bottom-nav-wrap.nav-top > .container .row {
		padding: 14px;
	}
	
	.footer .apply-align-mobile {
		text-align: center;
	}
	
	.footer .newsletter-form {
		padding: 21px 0;
	}
	
	.footer .newsletter-form .first {
		padding: 0;
	}
	
	.footer .newsletter-form .second {
		padding: 21px 21px 0 0;
	}
	
	/*.footer .newsletter-form .third{
		padding: 21px 0 0 0 ;
	}*/
	.footer .bottom-nav-wrap.nav-top ul li {
		padding: 0 7px;
	}
	
	.footer .bottom-nav-wrap.nav-top ul > :first-child {
		padding: 0 7px 0 0;
	}
	
	.footer .bottom-nav-wrap.nav-top ul > :last-child {
		padding: 0 0 0 7px;
	}
	
	.footer .bottom-nav-wrap .bottom-nav.sec1 li {
		padding: 0 7px;
	}
	
	.footer .bottom-nav-wrap .bottom-nav.sec1 ul > :first-child {
		padding: 0 7px 0 0;
	}
	
	.footer .bottom-nav-wrap .bottom-nav.sec1 ul > :last-child {
		padding: 0 0 0 7px;
	}
	
	.follow-news-wrap .get-news-top {
		padding-top: 21px;
	}
	
	/* FROM PARKS */
	.fact-wrap, .park-wrap, .content-wrap {
		padding: 14px 0 0 0;
		margin-top: 21px;
		position: relative;
	}
	
	/*PARK*/
	.park-logo-play {
		display: none;
	}
	
	.park-actions {
		margin-top: 0;
	}
	
	.park-actions li {
		border-left: none;
		display: block;
		padding: 10px 0;
		margin-left: 0px;
	}
	
	.park-actions > :last-child {
		border-right: none;
		padding: 0;
	}
	
	.fact-media-container {
		margin-bottom: 15px;
	}
	
	.park-events {
		padding-top: 5px;
	}
	
	.park-events-also-enjoy {
		padding-top: 35px;
	}
	
	.park-content {
		padding: 14px 0 0 0;
	}
	
	.contact-info-wrap {
		padding: 14px 0 0 0;
	}
	
	.is-park .lcra-parks-logo {
		display: block;
		background-image: url("https://cdn-ilehdga.nitrocdn.com/XBbyWPXXGgIMMCKJGGeKWOKLDYlStjgY/assets/images/optimized/rev-12c906d/www.lcra.org/wp-content/themes/divi-child/images/lcra-parks-logo.png");
		background-size: cover;
	}
	
	.is-park .lcra-parks-logo.nitro-lazy {
		background-image: none !important;
	}
	
	.park-activities {
		padding: 21px 0 7px 0;
	}
	
	.park-activities .activities-list > .trigger-activities:first-of-type {
		margin: 3px 7px;
	}
	
	.park-activities .activities-list > .trigger-activities:last-of-type {
		margin: 3px 7px;
	}
	
	.park-activities .activities-list .trigger-activities {
		margin: 3px 7px;
	}
	
	/*FROM WEATHER FORECAST*/
	.forecast-title {
		font-size: 24px;
	}
	
	.forecast-header {
		padding: 21px;
	}
	
	.weather-forecast .th-days {
		font-size: 18px;
	}
	
	.weather-icon img {
		max-width: 60px;
	}
	
	.weather-forecast .td-weather.weather-icon {
		padding: 14px;
	}
	
	.weather-forecast .td-weather.weather-grades {
		font-size: 16px;
		padding: 0 4px;
	}
	
	.weather-forecast .td-weather.weather-humidity {
		padding: 7px 4px 14px 4px;
	}
	
	.weather-humidity .humidity-indicator {
		font-size: 16px;
	}
	
	/*ALERT*/
	.alert-col .alert-icon {
		display: none;
	}
	
	.alert-container p, .alert-container.blog-alert p {
		font-size: 14px;
		line-height: 20px;
	}
	
	/*CUSTOM SLIDER*/
	#customSliderContainer .slider-content {
		left: 14px;
		bottom: 14px;
	}
	
	.large-separator-bar.dark {
		display: none;
	}
}

@media (max-width: 568px) {
	/* FROM POSTER */
	.poster.poster-background-image {
		/*background-image: url('../images/poster-bg-mob.jpg');*/
		background-position: top right;
	}
	
	.poster-wrap .row {
		bottom: 8%;
	}
	
	/*FROM PARKS*/
	.park-activities .activitie-list {
		height: auto;
		display: inline-block;
	}
	
	.park-activities .activitie-list > :first-child {
		margin: 0 7px 14px 7px;
	}
	
	.park-activities .activitie-list > :last-child {
		margin: 0 0 14px 7px;
	}
	
	.park-activities .activitie-list li {
		margin: 0 7px 14px 7px;
	}
	
	.park-activities .view {
		padding: 0;
	}
	
	/*FROM WEATHER FORECAST*/
	.forecast-title {
		font-size: 22px;
	}
	
	.forecast-header {
		padding: 14px;
	}
	
	/*FROM AGENDA*/
	.agenda-tittle {
		font-size: 22px;
	}
	
	.agenda-month {
		font-size: 22px;
	}
	
	.agenda-parragraph {
		font-size: 18px;
	}
	
	.helper-padding-28.is-mobile {
		padding: 14px 0 0 0;
	}
	
	.space-bottom-30 {
		margin-bottom: 10px;
	}
	
	/* EVENTS PARK */
	.divfilter {
		width: 100%;
	}
	
	.findParkBy > div {
		width: 100%;
	}
	
	.divMonthHeader {
		height: 100px;
	}
	
	.parkProperties > .divfilter {
		width: 100%;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
	.main-title {
		font-size: 30px;
	}
	
	.main-parragraph {
		font-size: 20px;
	}
	
	.poster-wrap .row {
		bottom: 0;
	}
}

@media (max-width: 380px) {
	/*MAP*/
	#map, #LCRA_RD_ParksMap {
		height: 280px;
	}
	
	/* FROM POSTER */
	.poster.poster-background-image {
		/*background-image: url('../images/poster-bg-mob.jpg');*/
		background-position: top center;
	}
	
	.poster-wrap .row {
		bottom: 10%;
	}
	
	/*LOGO*/
	.lcra-logo {
		left: 14px;
		width: 92px;
		height: 30px;
	}
	
	/* FROM TITLES*/
	.main-title {
		font-size: 34px;
	}
	
	.main-parragraph {
		font-size: 19px;
		line-height: 26px;
	}
	
	.footer .newsletter-form .second {
		padding: 21px 0 0 0;
	}
	
	/*.footer .newsletter-form .third{
		padding: 21px 0 0 0 ;
	}*/
	.footer .bottom-nav-wrap.nav-top ul li {
		display: block;
		border-right: none;
		padding: 0 2px;
	}
	
	.footer .bottom-nav-wrap.nav-top ul > :first-child {
		padding: 0 2px 0 0;
	}
	
	.footer .bottom-nav-wrap.nav-top ul > :last-child {
		border-right: none;
		padding: 0 0 0 2px;
	}
	
	.play-btn {
		bottom: 14px;
		left: 21px;
	}
	
	/*FOOTER NAV*/
	.bottom-nav.sec1 {
		padding: 0 28px 0 0;
	}
	
	.footer .foot-inner-top .col-xs-12 {
		padding-right: 21px;
	}
	
	.footer .bottom-nav-wrap .bottom-nav.sec1 li {
		padding: 0 2px;
	}
	
	.footer .bottom-nav-wrap .bottom-nav li a {
		font-size: 11px;
	}
	
	/*FROM WEATHER FORECAST*/
	.forecast-title {
		font-size: 18px;
	}
	
	/*FORMSTACK*/
	
	/*.formstack-form {
        width: 100%;
        height: 1120px;
    }*/
	.parkImageContainer {
		top: 9%;
	}
	
	.space-bottom-30 {
		margin-bottom: 1px;
	}
}

div[aria-expanded=true] .fa-angle-up {
	display: none;
}

div[aria-expanded=false] .fa-angle-down {
	display: none;
}

i.fa-angle-up, i.fa-angle-down {
	color: #c4c118;
	padding-left: 15px;
}

/* FIXES FOR DYNAMIC TEMP */
.footer .follow-news-wrap .foot-social-list {
	margin-top: 21px;
	height: 35px;
}

.footer .follow-news-wrap .foot-social-list li {
	border-radius: 30px;
	float: left;
	height: 35px;
	list-style: none;
	margin: 0 7px;
	position: relative;
	width: 35px;
}

.footer .follow-news-wrap .foot-social-list li:first-child {
	margin: 0 7px 0 0;
}

.footer .follow-news-wrap .foot-social-list li:last-child {
	margin: 0 0 0 7px;
}

.footer .follow-news-wrap .foot-social-list li div {
	border: 1px solid #676767;
	border-radius: 30px;
	height: 100%;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.footer .follow-news-wrap .foot-social-list li div:hover {
	border: 1px solid #676767;
	background: #676767;
}

.footer .follow-news-wrap .foot-social-list li div:hover a {
	color: #e3e1db;
}

.footer .follow-news-wrap .foot-social-list li div a {
	color: #676767;
	font-size: 20px;
	padding: 7px;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.footer .follow-news-wrap .foot-social-list .zoom-social-icons-list .zoom-social_icons-list-span {
	background-color: transparent !important;
	color: #676767;
	border: 1px solid #676767;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	font-size: 20px !important;
	padding: 7px !important;
}

.footer .follow-news-wrap .foot-social-list .zoom-social-icons-list .zoom-social_icons-list-span:hover {
	background: #676767 !important;
	color: #e3e1db;
}

.footer .follow-news-wrap .foot-social-list .zoom-social-icons-list li a:hover {
	color: transparent;
	opacity: 1;
}

@media (max-width: 992px) and (min-width: 725px) {
	.footer .follow-news-wrap .foot-social-list .zoom-social-icons-list .zoom-social_icons-list-span {
		font-size: 12px !important;
	}
}

@media (max-width: 992px) and (min-width: 725px) {
	.footer .follow-news-wrap {
		padding: 40px 0;
	}
	
	.footer .follow-news-wrap .foot-social-list {
		margin-top: 18px;
		height: 25px;
	}
	
	.footer .follow-news-wrap .foot-social-list li {
		height: 25px;
		margin: 0 5px;
		width: 25px;
	}
	
	.footer .follow-news-wrap .foot-social-list li div a {
		font-size: 14px;
		padding: 3px;
		vertical-align: text-top;
	}
	
	.footer .follow-news-wrap .foot-social-list > :first-child {
		margin: 0 5px 0 0;
	}
	
	.footer .follow-news-wrap .foot-social-list > :last-child {
		margin: 0 0 0 5px;
	}
	
	.foot-news-title {
		font-size: 14px;
	}
	
	.container {
		width: 680px;
	}
}

@media (min-width: 725px) and (max-width: 992px) {
	/* FROM FOOTER */
	.footer .follow-news-wrap .foot-social-list {
		margin-top: 18px;
		height: 25px;
	}
	
	.footer .follow-news-wrap .foot-social-list > :first-child {
		margin: 0 5px 0 0;
	}
	
	.footer .follow-news-wrap .foot-social-list > :last-child {
		margin: 0 0 0 5px;
	}
	
	.footer .follow-news-wrap .foot-social-list li {
		height: 25px;
		margin: 0 5px;
		width: 25px;
	}
	
	.footer .follow-news-wrap .foot-social-list li div a {
		font-size: 14px;
		padding: 3px;
		vertical-align: text-top;
	}
}

.foot-social-list .zoom-social-icons-list {
	margin-left: -7px;
}

.foot-news-title {
	text-align: center;
}

@media (max-width: 992px) and (min-width: 725px) {
	.footer .follow-news-wrap .foot-social-list {
		margin-left: 0 !important;
	}
}
