/* 
CSS file for Great River Energy
Author: Nate Eggert
*/


/* Reset Styles ----------------------------------------------------------------- */

html * {
	font-family: futura-pt, sans-serif;
	font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, button:hover {
	border-style: none;
	border-width: 0px;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	text-align: left;
	display: inline-block;
	padding: none;
	font-size: inherit;
	background-color: transparent;
	border-color: inherit;
	color: inherit;
}

/* /Reset Styles ----------------------------------------------------------------- */

body {
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	min-height: 100%;
	color: rgb(35,31,32); 
	line-height: 1.4;
}
h1 {
    letter-spacing: 1;
   	font-weight: 300;
	line-height: 1;
	font-size: 48px; 
	position: relative;
	vertical-align:bottom;
	margin-bottom: 6px;
	line-height: 1.0;
	color:rgb(103,174,192);
}
h2 {
    letter-spacing: 1;
   	font-weight: normal;
	line-height: 1;
	font-size: 28px; 
	position: relative;
	vertical-align:bottom;
	color: #5e5e5e;
/* 	margin:40px 0 5px 0; */
	margin:20px 0 5px 0;
}
h3, h4 {
	font-weight: normal;
	text-transform:uppercase;
	display: block;
	font-size: 20px;
	color:rgb(25,80,105);
	margin: 30px 0 5px;
}
h4 {
	font-size: 16px;
	margin: 0;
}
a {
	text-decoration: none;
	color:rgb(144,211,214);
}
a:link, a:visited {
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
	text-decoration: none;
	outline: none;
	color:rgb(25,80,105);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a img { border: none; }
p {
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	margin-bottom:10px;
	color: #5e5e5e;
}
sup {
    vertical-align: super;
    font-size: smaller;
} 
sub {
    vertical-align: sub;
    font-size: smaller;
} 
#wrapper {
	width: 100%;
	overflow: hidden;
	
}
.inner {
	max-width: 960px;
	margin: 0 auto;
}
.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 1160px; 
}
.row.fullscreen {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none; 
}
div {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */	
}

/*----------------   Sections   ------------------------------------------------------------------------------------------------------- */

.section {
	display: block;
	margin: 0 auto;
	font-weight: 400;
}
.grey-btn-wrapper{
	position: relative;
	background-color: transparent!important;
	padding: 1px 0;
}
.grey-btn-wrapper .grey-bkg{
	position: absolute;
	background-color: #e5e5e5;
	height: 100%;
	left: -50%;
	right: -50%;
	z-index: -1;
}
.region-map{
	text-align: center;
	margin-bottom: 20px;
}
.default-page-section .region-map img, .page-id-643 .default-page-section img, .page-template-default-page-no-shadow .default-page-section .featured-img img{
	box-shadow: none;
	margin: 0;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/

/* styles for the alert bar added 012916 */
.alert-bar {
	display: block;
	width:100%;
	background:rgb(56,46,47);	
	min-height:50px;
	position: relative;
}
.alert-bar span{
	position: absolute;
	color:white;
	padding-top:10px;
	display: inline-block;
	white-space: nowrap;
	z-index: 99999;
	font-size:18px;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
#top-nav {
	min-height: 38px;
    background-color:rgb(235,233,233);
    background:-webkit-gradient(linear, left top, right bottom, color-stop(0.05, rgb(251,251,251)), color-stop(1, rgb(235,233,233)));
    background:-moz-linear-gradient(left, rgb(251,251,251) 5%, rgb(235,233,233) 100%);
    background:-webkit-linear-gradient(left, rgb(251,251,251) 5%, rgb(235,233,233) 100%);
    background:-o-linear-gradient(left, rgb(251,251,251) 5%, rgb(235,233,233) 100%);
    background:-ms-linear-gradient(left, rgb(251,251,251) 5%, rgb(235,233,233) 100%);
    background:linear-gradient(to right, rgb(251,251,251) 5%, rgb(235,233,233) 100%);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(251,251,251)', endColorstr='rgb(235,233,233)',GradientType=0);	
}
#top-nav .top-nav{
	padding-left:80px;
	padding-right:80px;
	height:38px;
}
#top-nav .top-nav ul.nav {
	height: 38px;
	white-space: nowrap;
	float:right;
}
#top-nav .top-nav ul.nav li {
    float:left;
    font-weight: 400;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
    height: 38px;
}
#top-nav .top-nav ul.nav li a {
	color: rgb(0,0,0);
    height: 38px;
	border-top:solid 1px transparent;
}
#top-nav .top-nav ul.nav li a:after {
	content:" »";
}
#top-nav .top-nav ul.nav li:hover a {
	color: rgb(135,136,136);
	border-top:solid 1px rgb(135,136,136);
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#top-nav .top-nav ul.nav li a:active {
	color: rgb(135,136,136);
}
.top-nav-buttons {
	display:none;
	padding-top:5px;
	float:right;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
#main-nav {
	min-height:122px;
	z-index: 9;
}
#main-nav .columns{
	min-height: 122px;
	z-index: 9;
}
#main-nav .logo2 {
	padding-top:28px;
}
#main-nav.fixing .main-nav.fix .logo2 {
	padding-top: 5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;    
}
#main-nav .logo2 img, #main-nav .main-nav .logo2 img {
	max-width:150px;
}
#main-nav .logo2 img, #main-nav .main-nav.fix .logo2 img {
	max-width:100px;
}
#main-nav .main-nav {
	min-height: 122px;
	background:rgb(255,255,255);
	padding-left:80px;
	padding-right:80px;
}
#main-nav .main-nav ul.nav {
	height: 122px;
	white-space: nowrap;
}
#main-nav .main-nav ul.nav li {
    width: 33%;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: normal;
    height: 122px;
    text-align: center;
    position: relative;
}
/* ------------------------------ dropdowns ------------------------------ */
#main-nav .main-nav ul.nav li ul.sub-menu{
	display: none;
	width:300%;
	min-width: 480px;
	position: absolute;
	top:100%;
	left:-50%;
	background:rgb(103,174,192);
	padding:20px;
	-moz-box-shadow:0px 7px 10px -6px rgb(51,51,51);
	-webkit-box-shadow:0px 7px 10px -6px rgb(51,51,51);
	box-shadow:0px 7px 10px -6px rgb(51,51,51);	
}
#main-nav .main-nav ul.nav li:hover ul.sub-menu{
	display: block;
}
#main-nav .main-nav ul.nav li ul.sub-menu li{
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
	display: block;
	float: left;
	height: 100%;  
	padding-left:0;  
	width:45%;
	margin-right:10px;
}
#main-nav .main-nav ul.nav li ul.sub-menu li a{
    color: rgb(0,40,87);
    height:auto;
    padding-top:20px;
    line-height:180%;
}
#main-nav .main-nav ul.nav li ul.sub-menu li a:hover {
    color: rgb(255,255,255);
}

/* divider */
#main-nav .main-nav ul.nav li ul.sub-menu li ul.sub-menu {
	width:100%;
	margin-left:0;
	margin-top:10px;
	padding-top:10px;
	border-top:solid 1px rgb(78,146,166);
	min-width: 0px;
	display: block;
	min-width:none;
	position: static;
	background:inherit;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;	
	padding-left:0;

}
#main-nav .main-nav ul.nav li ul.sub-menu li ul.sub-menu li {
	width:50%;
	display: block;
	margin-left:0px;
	height:auto;
	padding-top:0px;
	display: block;
	float: none;
	height: auto;    
	white-space: nowrap;

}
#main-nav .main-nav ul.nav li ul.sub-menu li ul.sub-menu li a{
	text-transform: none;
	padding-top:0px;
	font-weight: 400;
	font-size: 14px;
}


/* divider */

/* ------------------------------ dropdowns ------------------------------ */
#main-nav .main-nav ul.nav li a {
    color: rgb(0,40,87);
    height: 122px;
    text-transform: uppercase;
    padding-top:32px;
    display: block;
    /* Added MN Nov 13th 2015 */
	line-height: 1.15;
	padding-top: 45px;
}

#main-nav .main-nav ul.nav li:hover a {
	color: rgb(255,255,255);
	background:rgb(103,174,192);
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#main-nav .main-nav ul.nav li a:active {
	color: rgb(35,36,36);
}
#main-nav .main-nav .main-nav-buttons {
	height: 122px;
	padding-top: 42px;
	text-align: right;
	white-space: nowrap;
}

/*-------------------------------------------------- Divider --------------------------------------------------*/

/* NEW 011015 */
#main-nav.fixing .main-nav{
	position: fixed;
	top:-122px;
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	-ms-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;	
}

#main-nav.fixing .main-nav.fix {
	position: fixed;
	top:0;
	width:100%;
	z-index: 999;
	min-height: 70px;
	height: 70px;
	box-shadow: 0px 0px 10px rgb(51,51,51);

	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	-ms-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;
	
}
#main-nav.fixing .main-nav.fix .columns{
	min-height: 70px;
}

#main-nav.fixing .main-nav.fix ul.nav, #main-nav.fixing .main-nav.fix ul.nav li {
    height: 70px;
    padding-top:0px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#main-nav.fixing .main-nav.fix ul.nav li a {
    height: 70px;
    padding-top:14px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#main-nav.fixing .main-nav.fix .main-nav-buttons {
    height: 70px;
    padding-top: 20px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#main-nav.fixing .main-nav.fix ul.nav li ul.sub-menu li,#main-nav.fixing .main-nav.fix ul.nav li ul.sub-menu li a{
	height:auto;

}
/* END OF NEW 011015 */

/*-------------------------------------------------- Divider --------------------------------------------------*/

.nav-button {
	background:rgb(56,46,47);
	padding: 5px 10px;
    font-weight: 400;
    font-size: 9px;
    color:rgb(255,255,255);	
    border-bottom:solid 1px rgb(56,46,47);
	-webkit-border-radius: 4px 4px 4px 4px; 
	-moz-border-radius: 4px 4px 4px 4px; 
	border-radius:  4px 4px 4px 4px; 
}
.nav-button:hover {
	background:rgb(150,150,150);
    color:rgb(255,255,255);	
}
#search-button {
	display: inline;
	padding:5px 19px 5px 6px;
	width: 25px;
	height: 25px;
	margin:4px;	
}

#content input[type="text"], #content input[type="password"], #content input[type="date"], #content input[type="datetime"], #content input[type="datetime-local"], #content input[type="month"], #content input[type="week"], #content input[type="email"], #content input[type="number"], #content input[type="search"], #content input[type="tel"], #content input[type="time"], #content input[type="url"], #content input[type="color"], #content textarea {
    background-color: #FFF;
    display: block;
    font-size: 12px;
    margin: 0px auto;
    padding: 10px;
    height: 50px;
    width: 100%;
	color:rgb(150,150,150);
	font-size:20px;
}
input[type="submit"] {
	background:rgb(103,174,192);
	border:none;
	padding:20px;
	margin:20px 0;
	color:rgb(255,255,255);
	font-size:20px;
	text-transform:uppercase;
}
input[type="submit"]:hover {
	background:rgb(100,100,100);
	cursor:pointer;
}

/* --- Updated Search Form 100615 --- */
#search_form {
	display: none;
	margin-top:5px;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#search_form.open {
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;	
}
#search_overlay.open{
	position: fixed;
	top:122px;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.8);
	z-index: 8;
	text-align: center;
	display: table;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;	
}
#search_overlay.open #search_form {
	display: block;
	margin: 250px 0%;
	
    padding-bottom: 5%;
}
#search_form input[type="text"]{
	width: 90%;
	display: block;
	min-height:100px;
	font-size: 36px;
	border:none;
	background:rgba(255,255,255,0.9);
	text-align: center;
	text-transform:uppercase;
	font-size:30px;
	text-align:left;
	padding:30px;
	font-weight:bold;
	color:rgb(150,150,150)
}
#search_form input[type="text"]:focus{
	border:none;
	box-shadow:none;
}
#search_form input[type="submit"]{
	width:25px;
	height:25px;
	border:none;
	background:url('../img/icon-search.png') no-repeat;
	display: inline;
}
.search-term {
	font-weight: 700;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
#mobile-nav-icon {
    display: none;
    right:0px;
    top:0px;
    z-index: 999;
}

#mobile-nav-wrap {
    display: none;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 14px;
    background: none repeat scroll 0% 0% transparent;
    width: 100%;
    position: absolute;
    top: 80px;
    left:0px;
    z-index: 10;
}
#mobile-nav-wrap div{
	display: flex;
	height: 92vh;
	background: rgb(88,144,186);
}
#main-nav.fixing .main-nav.fix #mobile-nav-wrap {
    top: 69px;
}
#mobile-nav-wrap.open {
    display: block;
}
#mobile_search_form_input {
	height:35px;
	padding-left:30px;
	text-transform: uppercase;
	font-size:12px;
	font-weight: 600;
}
#mobile-nav {
	display: grid;
	height: 60%;
	margin: auto;
}
#mobile-nav li {
	padding: 20px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#mobile-nav li:hover a{
	color: black;
}

#mobile-nav li a {
	color: white;
	text-decoration: none;
	font-size:2.5rem;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
	height: 37px;
}
#mobile-nav li.menu-item-has-children {
	position: relative;
}
#mobile-nav li.menu-item-has-children:after {
   	content:'';
    position: absolute;
    top:20px;
    right:2%;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid rgba(45,45,45,0.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
#mobile-nav li.menu-item-has-children.open{
	background: rgb(35,36,36);
	color: rgba(245,245,245,0.9);
}
#mobile-nav li.menu-item-has-children.open a{
	color: rgba(245,245,245,0.9);
}
#mobile-nav li.menu-item-has-children:hover:after {
    border-top: 4px solid rgba(245,245,245,0.9);
}
#mobile-nav li.menu-item-has-children.open:after {
    border-bottom: 4px solid rgba(245,245,245,0.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
}
#mobile-nav li.open .sub-menu {
    position: static;
    display: block;
    float: none;
    width: auto;
    margin-top: 0px;
	background: rgb(35,36,36);
    border: 0px none;
    box-shadow: none;
}
#mobile-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: outside none none;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
}
#mobile-nav .sub-menu li {
	border-bottom:none !important;
	background: rgb(35,36,36);
	color:rgba(245,245,245,0.9);
}

/*-------------------------------------------------- Divider --------------------------------------------------*/

.navicon {
	padding:4px;
	display: inline-block;
	height: 32px;
	z-index: 9;
	background:none;
}
button.navicon, button.navicon:hover {
	background:none;
}
.lines {
	display: inline-block;
	width: 32px;
	height: 3px;
	background: rgb(35,36,36) none repeat scroll 0% 0%;
	border-radius: 2px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.lines:before, .lines:after {
	content:'';
	display: inline-block;
	width: 32px;
	height: 3px;
	background: rgb(35,36,36) none repeat scroll 0% 0%;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	left: 0;
	-webkit-transform-origin: 2px center;
	transform-origin: 2px center;
}
.lines:before {
	top: 10px;
}
.lines:after {
	top: -10px;
}
.navicon.close {
	-webkit-transform: scale3d(0.8,0.8,0.8);
	transform: scale3d(0.8,0.8,0.8);
}
.navicon.close .lines {
	background: transparent;
}
.navicon.close .lines:before, .navicon.close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 38px;
}
.navicon.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.navicon.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
.red-gradient,.red-gradient:link,.red-gradient:visited  {
    background-color:rgb(0,97,179);   
    background:-webkit-gradient(linear, left top, right bottom, color-stop(0.05, rgb(195,14,46)), color-stop(1, rgb(227,29,26)));
    background:-moz-linear-gradient(left, rgb(195,14,46) 5%, rgb(227,29,26) 100%);
    background:-webkit-linear-gradient(left, rgb(195,14,46) 5%, rgb(227,29,26) 100%);
    background:-o-linear-gradient(left, rgb(195,14,46) 5%, rgb(227,29,26) 100%);
    background:-ms-linear-gradient(left, rgb(195,14,46) 5%, rgb(227,29,26) 100%);
    background:linear-gradient(to right, rgb(195,14,46) 5%, rgb(227,29,26) 100%);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(195,14,46)', endColorstr='rgb(227,29,26)',GradientType=0);
    display:inline-block;
    color: rgb(255,255,255);
}
.red-gradient.box-button, .red-gradient.box-button:link, .red-gradient.box-button:visited {
	padding:13px;
}
.a-button, .a-button:link, .a-button:visited {
    background-color:rgb(0,97,179);   
    background:-webkit-gradient(linear, left top, right bottom, color-stop(0.05, rgb(0,73,155)), color-stop(1, rgb(0,97,179)));
    background:-moz-linear-gradient(left, rgb(0,73,155) 5%, rgb(0,97,179) 100%);
    background:-webkit-linear-gradient(left, rgb(0,73,155) 5%, rgb(0,97,179) 100%);
    background:-o-linear-gradient(left, rgb(0,73,155) 5%, rgb(0,97,179) 100%);
    background:-ms-linear-gradient(left, rgb(0,73,155) 5%, rgb(0,97,179) 100%);
    background:linear-gradient(to right, rgb(0,73,155) 5%, rgb(0,97,179) 100%);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(0,73,155)', endColorstr='rgb(0,97,179)',GradientType=0);
    border: 1px solid rgb(0,73,155);
    display:inline-block;
    color: rgb(252,177,62);
    font-size: inherit;
    padding: 3px 9px;
    text-decoration:none;
	text-transform: uppercase;
}
.a-button:hover {
    background-color:rgb(0,73,155);  
    background:-webkit-gradient(linear, left top, right bottom, color-stop(0.05, rgb(0,97,179)), color-stop(1, rgb(0,73,155)));
    background:-moz-linear-gradient(left, rgb(0,97,179) 5%, rgb(0,73,155) 100%);
    background:-webkit-linear-gradient(left, rgb(0,97,179) 5%, rgb(0,73,155) 100%);
    background:-o-linear-gradient(left, rgb(0,97,179) 5%, rgb(0,73,155) 100%);
    background:-ms-linear-gradient(left, rgb(0,97,179) 5%, rgb(0,73,155) 100%);
    background:linear-gradient(to right, rgb(0,97,179) 5%, rgb(0,73,155) 100%);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(0,97,179)', endColorstr='rgb(0,73,155)',GradientType=0);
    color: rgb(252,177,62);
}
.a-button:active {
    position:relative;
    text-decoration: none;
}
.box-button, .box-button:link, .box-button:visited {
	padding: 4px 13px;
	border: solid 1px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 4px;
	margin-top: 2px;
	display: inline-block;
}
.box-button:hover {
	color:inherit;
	background-color: inherit;
}
.box-button.fill {
	border-color:inherit;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/

#slider-top-border {
	height: 13px;
    background-color:rgb(0,106,166);
    background:-webkit-gradient(linear, left top, right bottom, color-stop(0.05, rgb(143,195,217)), color-stop(1, rgb(0,106,166)));
    background:-moz-linear-gradient(left, rgb(143,195,217) 5%, rgb(0,106,166) 100%);
    background:-webkit-linear-gradient(left, rgb(143,195,217) 5%, rgb(0,106,166) 100%);
    background:-o-linear-gradient(left, rgb(143,195,217) 5%, rgb(0,106,166) 100%);
    background:-ms-linear-gradient(left, rgb(143,195,217) 5%, rgb(0,106,166) 100%);
    background:linear-gradient(to right, rgb(143,195,217) 5%, rgb(0,106,166) 100%);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(143,195,217)', endColorstr='rgb(0,106,166)',GradientType=0);
}
.slider-wrap {
	min-height: 500px;
	height: 550px;
}
#slider-bottom-border {
	height: 13px;
    background-color:rgb(0,106,166);
    background:-webkit-gradient(linear, left top, right bottom, color-stop(0.05, rgb(182,221,227)), color-stop(1, rgb(0,106,166)));
    background:-moz-linear-gradient(left, rgb(182,221,227) 5%, rgb(0,106,166) 100%);
    background:-webkit-linear-gradient(left, rgb(182,221,227) 5%, rgb(0,106,166) 100%);
    background:-o-linear-gradient(left, rgb(182,221,227) 5%, rgb(0,106,166) 100%);
    background:-ms-linear-gradient(left, rgb(182,221,227) 5%, rgb(0,106,166) 100%);
    background:linear-gradient(to right, rgb(182,221,227) 5%, rgb(0,106,166) 100%);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(182,221,227)', endColorstr='rgb(0,106,166)',GradientType=0);
}

.slider {
	height: 550px;
}
.slide-text {
	height: 550px;
	display: table-cell;
	vertical-align: middle;
}

.slide-text h1, .slide-text h2 {
	font-size: 80px;
}
.slide-text h1 {
	font-weight: 300;
}
.slide-text h2 {
	font-weight: 100;
	font-style: italic;
	margin:10px 0;
}
.slide-text p {
	font-size: 18px;
	line-height: 2;
	width: 62%;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
#header-top-border {
	height: 13px;
    background-color:rgb(0,106,166);
    background:-webkit-gradient(linear, left top, right bottom, color-stop(0.05, rgb(143,195,217)), color-stop(1, rgb(0,106,166)));
    background:-moz-linear-gradient(left, rgb(143,195,217) 5%, rgb(0,106,166) 100%);
    background:-webkit-linear-gradient(left, rgb(143,195,217) 5%, rgb(0,106,166) 100%);
    background:-o-linear-gradient(left, rgb(143,195,217) 5%, rgb(0,106,166) 100%);
    background:-ms-linear-gradient(left, rgb(143,195,217) 5%, rgb(0,106,166) 100%);
    background:linear-gradient(to right, rgb(143,195,217) 5%, rgb(0,106,166) 100%);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(143,195,217)', endColorstr='rgb(0,106,166)',GradientType=0);
}
.header-wrap {
	min-height: 300px;
	height:auto;
	max-height:450px;
}
#header-bottom-border {
	height: 13px;
    background-color:rgb(0,106,166);
    background:-webkit-gradient(linear, left top, right bottom, color-stop(0.05, rgb(182,221,227)), color-stop(1, rgb(0,106,166)));
    background:-moz-linear-gradient(left, rgb(182,221,227) 5%, rgb(0,106,166) 100%);
    background:-webkit-linear-gradient(left, rgb(182,221,227) 5%, rgb(0,106,166) 100%);
    background:-o-linear-gradient(left, rgb(182,221,227) 5%, rgb(0,106,166) 100%);
    background:-ms-linear-gradient(left, rgb(182,221,227) 5%, rgb(0,106,166) 100%);
    background:linear-gradient(to right, rgb(182,221,227) 5%, rgb(0,106,166) 100%);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(182,221,227)', endColorstr='rgb(0,106,166)',GradientType=0);
}

.header {
	height:auto;
}
.header-text {
	padding: 90px 0;
	display: table-cell;
	vertical-align: middle;
}
.header-text h1, .header-text h2 {
	font-size: 80px;
}
.header-text h1 {
	font-weight: 300;
	color:#02376b;
}
.header-text h2 {
	font-weight: 100;
	font-style: italic;
	margin: 0;
}
.header-text p {
	font-size: 34px;
	font-weight: 300;
	line-height: 42px;
	width: 90%;
}
#main-nav.main-nav-section .main-nav{
	background-color: #002e5f;
	position: fixed;
	box-shadow: 0 0 45px 10px black;
	-moz-box-shadow: 0 0 45px 10px black;
	-webkit-box-shadow: 0 0 45px 10px black;
	z-index: 3;
}
#main-nav.main-nav-section.open .main-nav{
	background-color: rgb(88,144,186);
}
#main-nav.open .search-icon{
	display: none;
}
#main-nav.open .logo img{
	max-width: 100px;
}
#main-nav.fixing div.logo{
	width: 13%;
}
div.logo{
	display: flex;
	align-items: center;
	padding: unset;
}
#main-nav #mobile-nav-icon{
	display: flex;
	float: right;
	min-height: 122px;
	align-items: center;
	padding: 42px 0;
  }
  #main-nav .fix #mobile-nav-icon{
	  padding: 16px 0;
  }
  #top-nav.mobile-hide{
	  display:none
  }
  .navicon .lines,.navicon .lines:before,.navicon .lines:after{
	  background: white none repeat scroll 0 0;
	  height: 5px;
	  width: 36px;
  }
  #main-nav a.logo2{
	  padding: unset;
  }
  #mobile-nav-icon a{
	  display: inline-block;
	  width: 28px;
	  height: 28px;
	  margin-right: 20px;
  }	  
  #main-nav.fixing #mobile-nav-icon{
	min-height: 70px;
  }
/*-------------------------------------------------- Divider --------------------------------------------------*/

.fader, .fader2, .fader3 {
	opacity: 0;
}

/*-------------------------------------------------- Divider --------------------------------------------------*/
.news-section{
	min-height: 550px;
	color: rgb(255,255,255);
	position: relative;
	background-color:rgb(0,106,166);
    background:-webkit-gradient(linear, 45deg, right bottom, color-stop(0.05, rgb(182,221,227)), color-stop(.9, rgb(0,106,166)));
    background:-moz-linear-gradient(45deg, rgb(182,221,227) -25%, rgb(0,106,166) 90%);
    background:-webkit-linear-gradient(45deg, rgb(182,221,227) -25%, rgb(0,106,166) 90%);
    background:-o-linear-gradient(45deg, rgb(182,221,227) -25%, rgb(0,106,166) 90%);
    background:-ms-linear-gradient(45deg, rgb(182,221,227) -25%, rgb(0,106,166) 90%);
    background:linear-gradient(45deg, rgb(182,221,227) -25%, rgb(0,106,166) 90%);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(182,221,227)', endColorstr='rgb(0,106,166)',GradientType=0);
    padding-bottom:40px;
}
.news-section .date-tab {
	width: 68px;
	height: 68px;
	position: absolute;
	top:0px;
	background:rgb(216,24,33);
	text-align: center;
	text-transform: uppercase;
	color: rgb(255,255,255);
	line-height: 1;
} 
.news-section .date-tab:before { 
	content: ""; 
	position: absolute; 
	left: 0; 
	bottom: -16px; 
	width: 0; 
	height: 0; 
	border-top: 17px solid rgb(216,24,33); 
	border-left: 0px solid transparent; 
	border-right: 68px solid transparent; 
}
.news-section .date-tab:after { 
	content: ""; 
	position: absolute; 
	right: 0; 
	bottom: -16px; 
	width: 0; 
	height: 0; 
	border-top: 17px solid rgb(216,24,33);
	border-left: 68px solid transparent; 
	border-right: 0px solid transparent; 
}
.news-section .date-tab .day {
	display: block;
	font-size:38px;
	font-weight: 400;
	line-height: 0.5;
	margin-bottom: 10px;
	padding-top:20px;
}
.news-section .date-tab .month {
	display: block;
	font-size:14px;
	font-weight: 300;
}
.news-section h1 {
	font-style: normal;
	font-size: 48px;
	font-weight: 700;
	color: rgb(255,255,255);
	margin-bottom: 10px;
	margin-top: 10px;
	letter-spacing: -2px;
}
.news-section p {
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	color: #FFF;
	line-height: 24px;
	margin-bottom: 14px;
}
.news-section .box-button.white {
	color:#006ba6;
	font-weight: bold;
	border-color:rgb(255,255,255);
}
.news-section .box-button.white:hover {
	background-color: rgb(100,100,100);
	color:rgb(255,255,255);
    border-color: rgb(100,100,100)
}

.news-section .news-row {
	position: relative;
}
.news-section .news-row .news-column {
	position: relative;
}
.news-section .news-slider {
	margin-bottom:0px;
}
.news-section .slick-list {
	width:100%;
}
.news-section .news-slide {
	width:100%;
	max-width:1160px;
	margin:auto;
	padding-top:20px;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
.three-blocks-section h2{
	margin:0 !important;
	font-size:20px;
}

.three-blocks-section {
	background-color: rgb(245,245,245);
}
.three-blocks-section .first-row {
	max-width:100%;
	height:514px;
}
.seasonal {
	padding:30px;
	height:100%;
	position: relative;
	background:url('../img/background-falcon.jpg') no-repeat;
	background-color: rgb(245,245,245);
	background-position: 50% 50%;
	background-size: 466px 514px;
}
.seasonal-link {
	height: 100%;
	width: 100%;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.seasonal-link:hover {
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.seasonal a {
	width:100%;
	height:100%;
}
.members {
	height:100%;
	background:url('../img/background-members.jpg') no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding:30px;
}
.members header h1 {
	font-size:90px;
	font-weight: 300;
	color: rgb(227,29,27);
	margin-left:10px;
	white-space: nowrap;
}
.members header h1:before {
	content:url('../img/icon-members.png');
	position: relative;
	left:-10px;
}
.members p {
	font-size:20px;
	font-weight: 400;
	color: rgb(220,221,222);
	line-height: 1.5;
	margin-bottom: 20px;
}
.members .red-gradient {
	border:none;
}
.projects {
	height:100%;
	background:url('../img/background-projects3.jpg') no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
	padding:30px;
}
.projects header {
	margin-bottom: 30px;
}
.projects header h1{
	font-size:90px;
	font-weight: 300;
	color: rgb(0,0,0);
}
/*-------------------------------------------------- Divider --------------------------------------------------*/

.career-section {
	min-height:410px;
	background:url('../img/background-careers.jpg') no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-align: right;
	color: rgb(116,116,116);
	line-height: 1.4;
}
.career-section h1 {
	font-weight: 300;
	color: rgb(236,64,36);
	font-size: 61px;
	margin-bottom:20px;
}
.career-section h2 {
	font-weight: 400;
	color: rgb(116,116,116);
	font-size: 26px;
	margin-bottom:10px;
}
.career-section p {
	line-height: 1.6;
	font-size: 16px;
	margin-bottom:10px;
}
.career-section .columns{
	padding-top:50px;
	padding-bottom:50px;
}
.career-section-text-wrap {
	float:right;
	max-width: 380px;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/

.primary-header-section {
	min-height:240px;
	color: rgb(255,255,255);
	position: relative;
    padding-bottom:0px;
    padding-top:0px;
}
.primary-header-section .first-row {
	position: relative;
}
.primary-header-section .page-icon-wrap {
    width: 110px;
    height: 250px;
    background: rgb(190,33,38);
    position: absolute;
    left: -110px;
    top:-10px;
    display:table;
}
.primary-header-section .page-icon {
	display:table-cell;
	vertical-align: middle;
	height:250px;
	text-align: center;
}
.primary-header-section .title-wrap {
	height: 240px;
}
.primary-header-section h1, .section.bread-crumb-section2 h1{
	color: #fff;
	font-weight:900;
	font-size:78px;
	margin-bottom:0px;
	display: table-cell;
	vertical-align: middle;
	height: 240px;
	text-shadow: 4px 14px 85px rgba(0,0,0,0.5);
	letter-spacing: -2px;
}
.section.bread-crumb-section2 h1{
	text-transform: none;
	height: 140px;
	padding: 40px 0;
	font-weight: 700;
	font-size: 58px;
	line-height: 50px;
}
.primary-header-section p {
	font-weight: 300;
	font-size: 18px;	
	display: table-cell;
	vertical-align: middle;
	height: 240px;
}
.primary-focus-section .first-row {
	max-width:100%;
	min-height: 465px;
}
.primary-focus-section .power-plant-content, .primary-focus-section .power-lines-content {
	display: block;
	vertical-align: middle;
	height: 465px;
	
	padding-top:100px;
}
.first-block{
	padding: 40px;
	min-height: 500px;
}
.first-block p{
	color: white;
}
.first-block h2 {
	text-transform: none!important;
}
.second-block p{
	color: black;
}
.second-block h2 {
	font-weight: bold;
}
.first-block .first-row, .second-block .first-row{
	padding: 50px 0;
}
.header-wrap{
	position: relative;
}
.header-wrap p span{
	color: #3496d5;
	font-weight: bold;
}
.light-backgound{
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.2;
}
.power-plant{
	height:100%;
	background:rgb(255,255,255);
	background-position: 0% 50%;
	background-size: 350px 100%;
	padding:30px;
}
.power-lines{
	height:100%;
	background-color:rgb(255,255,255);
    background:-webkit-gradient(linear, left top, right bottom, color-stop(0.05, rgb(250,250,250)), color-stop(1, rgb(255,255,255)));
    background:-moz-linear-gradient(left, rgb(250,250,250) 5%, rgb(255,255,255) 100%);
    background:-webkit-linear-gradient(left, rgb(250,250,250) 5%, rgb(255,255,255) 90%);
    background:-o-linear-gradient(left, rgb(250,250,250) 5%, rgb(255,255,255) 100%);
    background:-ms-linear-gradient(left, rgb(250,250,250) 5%, rgb(255,255,255) 100%);
    background:linear-gradient(to right, rgb(250,250,250) 5%, rgb(255,255,255) 100%);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(250,250,250)',endColorstr='rgb(255,255,255)',GradientType=0);
	background-repeat:no-repeat;
	background-size: 350px 100%;
	padding:30px;
}
.primary-other-section .first-row {
	max-width:100%;
	height:189px;
	background-image: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.primary-other-section h1 {
	color: rgb(255,255,255);
	font-weight:300;
	font-size:62px;
}
.primary-other-section .other-left {
	height:100%;
	background:rgb(255,255,255) url('../img/background-primary-1.jpg') no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
	padding:60px;
	text-align: center;
}
.primary-other-section .other-right {
	height:100%;
	background:rgb(255,255,255) url('../img/background-primary-2.jpg') no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
	padding:60px;
	text-align: center;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/

.secondary-top-section {
	padding-top:40px;
	padding-bottom: 40px;
}
.secondary-top-section .header-icon {
	position: absolute;
	left: -46px;
	top: 3px;
}
.secondary-top-section a {	
	color:rgb(103,174,192);
}
.secondary-top-section a.box-button {	
	padding:2px 10px 4px;
	font-size:inherit;
}
.secondary-top-section .the_content figure img{
	max-height: 500px;
	width: auto;
}
.secondary-top-section .the_content h2{
	font-size: 45px;
	font-weight: bold;
	color: #1773a0;
	padding-bottom: 50px;
}
.secondary-top-section .the_content h3{
	color: #5e5e5e;
	font-size: 28px;
	text-transform: none;
	width: 70%;
}
.secondary-links-section-v2 .info-block h3{
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
}
.secondary-top-section .the_content p{
	font-size: 26px;
	line-height: 38px;
	font-weight: 300;
	width: 85%;
}
.secondary-top-section .wp-block-media-text .wp-block-media-text__content{
	padding-left: 0;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
iframe{
	max-width: 100%;
}
.tab-nav {
	background:rgb(11,57,101);
	min-height: 95px;
}
.tab-nav .tab-nav-slider {
	margin-bottom: 0px;
}
.tab-nav .tab-nav-slider .tab-slide {
	display: inline-block;
	max-width:135px; 
	min-height: 95px;
	font-weight:400;
	font-size:21px;
	text-transform: uppercase;
	color:rgb(0,106,166);
	padding: 30px 10px;
}
.tab-nav .tab-nav-slider .tab-slide:hover {
	background-color:rgb(232,232,232);
	color:rgb(74,153,186);	
}
.tab-nav .tab-nav-slider .tab-slide.slick-center {
	background-color:rgb(232,232,232);
	color:rgb(74,153,186);	
	font-weight:600;
}

/* crazyness */
.tabs-section-wrap .slick-dots {
    position: absolute;
	top: -62px;
	left: 0;
   	min-height: 95px;
   	height:115px;
    list-style:none;
    display: block;
    text-align: center;
    padding: 0px 19px;
    width: 100%;
}
.tabs-section-wrap .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0px;
    cursor: pointer;
	margin: 0;
    width: 197px;
    height: 100%;
	font-weight:700;
	font-size:21px;
	color:rgb(74,153,186);	
}
.tabs-section-wrap .slick-dots li button {
    border: 0px none;
    display: block;
    outline: medium none;
    line-height: 1;
    font-size: 17px;
	font-weight: 600;
    cursor: pointer;
    min-height: 36px;
	width: 100%;
	padding: 0 14px;
	color: white;
	text-align: center;
	text-transform: capitalize;
	border-radius: 20px;
}
.tabs-section-wrap .slick-dots li.slick-active button {
	background-color: white;
	color: #1773a0;
	font-weight:600;
}
.tabs-section-wrap .slick-dots li button:hover {
	font-weight:600;
}

.tabs-section-wrap .slick-dots li button:before {
    content: "";
	display:none;
}

.tabs-section-wrap .slick-prev:before,[dir="rtl"] .tabs-section-wrap .slick-prev:before {content:none;}
.tabs-section-wrap .slick-next:before,[dir="rtl"] .tabs-section-wrap .slick-next:before {content:none;}

.tab-slider .slick-prev, .tab-slider .slick-next {
	height: 100%;
	width: 50px;
	min-height: 250px;
	position: absolute;	
	top: 0px;
	font-size: 0px;
}
/* crazyness */



.tabs-section-wrap {
	min-height: 390px;
	background-color: rgb(11,57,101);

}
.tab-slider.slick-slider{
	margin-bottom: 0px;
}
.tab-slider .tab-slide {
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 300px;	
}
.tab-slider .tab-text {
	padding:40px 0px 0px 0px;
	color:rgb(255,255,255);
	text-align: center;
}
.tab-slider .slick-slide .columns{
	padding: 8px 26px;
}
.tab-slider .tab-text h1{
	font-size: 86px;
	line-height: 83px;
	text-align: left;
	color: rgb(23,115,160);
	font-weight: 700;
	display: inline-block;
	margin-bottom: 30px;
	text-transform: none;
	letter-spacing: -4px;
}
.tab-slider .tab-text img {
	display: inline-block;
	margin-left:30px;
	margin-bottom: 30px;
}
.tab-slider .tab-text h2 {
	color:rgb(59,59,59);
	font-weight: 400;
	font-size: 25px;
	text-transform: uppercase;
}
.tab-slider p {
	font-weight: 300;
	font-size: 22px;
	line-height: 27px;
	color: #fff;
	text-align: left;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/

.secondary-links-section {
	background-color:rgb(23,115,160);
	min-height:400px;
}
.secondary-links-section .slick-slide h2{
	font-weight: 700;
	color: white;
	font-size: 40px;
	padding-bottom: 30px;
	padding-left: 27px;
}
.secondary-links-section .first-row{
	display: inline;
}
.secondary-links-section .first-row .columns{
	padding: 0;
}
.secondary-links-section .first-row .info-slide .columns{
	display: none;
}
.secondary-links-section .first-row .slick-active .columns{
	display: block;
}
.secondary-links-section .first-row .info-slide .columns .row, .secondary-links-section .first-row .info-slide .columns h1{
	margin: 0 200px;
}
.secondary-links-section h1 {
	font-size: 48px;
	color:rgb(236,64,36);	
	font-weight: 300;
	margin-bottom: 20px;
	margin-top:10px;
}

.secondary-links-section .info-block {
	margin: 0 40px 25px 30px;
}
.secondary-links-section .info-block h2{
	color:rgb(255,255,255);
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
}
.secondary-links-section .info-block p, .secondary-links-section-v2 .info-block p{
	color: #fff;
	font-size: 19px;
	line-height: 24px;
	font-weight: 300;
	width: 80%;
	margin-top: 8px;
	margin-bottom: 15px;
}
.secondary-links-section .info-block .box-button,.secondary-links-section-v2 .info-block .box-button{
	font-size: 16px;
	padding: 13px 3px;
	line-height: 0;
}
.dark-blue-background{
	background-color: rgb(23,115,160);
}
.blue-background{
	background-color: rgb(69,143,179);
}
.light-blue-background{
	background-color: #dee9f1;
}
.lighter-blue-background{
	background-color: #f8fefe;
}
.dark-blue-background .row, .blue-background .row{
	padding: 5px 0;
}
.secondary-links-section .tab-arrow{
	background-color: rgb(23,115,160);
	padding: 0 22% 20px;
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid rgb(11,57,101);
}
.secondary-tabs-section button.slick-prev, button.slick-next{
	display: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	background: inherit;
}
.news-slider .slick-next{
	right: 0;
}
.news-slider .slick-prev{
	left: -30px;
	padding-right: 1rem;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/

.bread-crumb-section {
	min-height:47px;
	color: rgb(255,255,255);
	position: relative;
	background-color:rgb(59,145,181);
    background:-webkit-gradient(linear, left top, right bottom, color-stop(0.05, rgb(137,194,207)), color-stop(1, rgb(59,145,181)));
    background:-moz-linear-gradient(left, rgb(137,194,207) 5%, rgb(59,145,181) 100%);
    background:-webkit-linear-gradient(left, rgb(137,194,207) 5%, rgb(59,145,181) 90%);
    background:-o-linear-gradient(left, rgb(137,194,207) 5%, rgb(59,145,181) 100%);
    background:-ms-linear-gradient(left, rgb(137,194,207) 5%, rgb(59,145,181) 100%);
    background:linear-gradient(to right, rgb(137,194,207) 5%, rgb(59,145,181) 100%);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(137,194,207)',endColorstr='rgb(59,145,181)',GradientType=0);
    padding-bottom:0px;
    padding-top:12px;
	font-weight:300;
	font-size:16px;
}
.bread-crumb-section a {
	color: rgb(255,255,255);
}

.bread-crumb-section2 {
	min-height:47px;
	color: rgb(150,150,150);
	background:rgb(255,255,255);
	position: relative;
    padding-bottom:0px;
    padding-top:12px;
	font-weight:300;
	font-size:16px;
}
.bread-crumb-section2 .bottom-border {
	min-height:4px;
	background-color:rgb(59,145,181);
    background:-webkit-gradient(linear, left top, right bottom, color-stop(0.05, rgb(137,194,207)), color-stop(1, rgb(59,145,181)));
    background:-moz-linear-gradient(left, rgb(137,194,207) 5%, rgb(59,145,181) 100%);
    background:-webkit-linear-gradient(left, rgb(137,194,207) 5%, rgb(59,145,181) 90%);
    background:-o-linear-gradient(left, rgb(137,194,207) 5%, rgb(59,145,181) 100%);
    background:-ms-linear-gradient(left, rgb(137,194,207) 5%, rgb(59,145,181) 100%);
    background:linear-gradient(to right, rgb(137,194,207) 5%, rgb(59,145,181) 100%);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(137,194,207)',endColorstr='rgb(59,145,181)',GradientType=0);
	margin-top:10px;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
.default-page-section .expandable-content .zone-name h2 {
	font-weight: bold;
	text-transform:uppercase;
	display: block;
	font-size: 20px;
	color: #5890ba;
	margin: 10px 0;
	cursor: pointer;
}
.default-page-section .expandable-content .zone-name h2:hover {
	color:rgb(150,150,150);
}
.default-page-section .expandable-content .zone-name h2.open {
	color: black;
}
.default-page-section .expandable-content .zone-name h2:before {
	content: "+ ";
}
.default-page-section .expandable-content .zone-name h2.open:before {
	content:"- ";
}
.expandable-content-wrap{
	margin-top: 20px;
}
.expandable-content .content div{
	margin-left: 10px;
	padding-right: 60px;
	float: left;
	max-width: 48%;
}
.expandable-content span{
	font-style: italic;
}
.default-page-section .expandable-content p{
	margin-bottom: 35px;
}
.default-page-section .expandable-content label{
	font-weight: 300;
	margin: 10px 0;
}
#northwest-anchor,#northeast-anchor,#west-central-anchor,#southwest-anchor,#southeast-anchor,#twin-cities-anchor{
	position: relative;
	top: -65px;
}
#main-projects-wrap ul.zone-project-list {
	list-style: none;	
	display: none;
	position: relative;
	margin: 10px 0;
	max-width: 45%;
/*	left:-9999px;	
	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-ms-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;	*/
}
#main-projects-wrap ul.zone-project-list.show {
	display: inline-table;
/*  left:0px;
	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-ms-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;	*/
}
#main-projects-wrap ul.zone-project-list li {
	margin: 15px 35px 0 10px;
}
#main-projects-wrap ul.zone-project-list li:before {
	content:"";
}
#main-projects-wrap ul.zone-project-list li a {
	color: #5890ba;
	font-size: 20px;
	line-height: 19px;
	margin-bottom: 20px;
	font-weight: 700;
}
#main-projects-wrap ul.zone-project-list li a:hover {
    color:rgb(0,40,87);
    border-bottom:1px solid rgb(0,40,87);
}
#main-projects-wrap ul.zone-project-list span{
	text-transform: uppercase;
	margin-left: 10px;
	padding: 3px 6px;
	color: white;
	font-weight: bold;
	font-size: 1rem;
}
#main-projects-wrap ul.zone-project-list span.gray{
	background-color: rgb(150,150,150);
}
#main-projects-wrap ul.zone-project-list span.blue{
	background-color: #5890ba;
}
#main-projects-wrap .zone-name {
	cursor:pointer;
	padding-top: 15px;
	padding-bottom: 15px;
}
.single-project-section a {
	color:rgb(103,174,192);
}
.single-project-section a:hover {
	color:inherit;
}
.single-project-section p {
	font-size:14px;
	color:rgb(99,100,102);
}
.single-project-section .quick-facts-box {
	background:rgba(225,225,225,0.9);
}
.single-project-section .gray-box {
	background:rgb(207,207,207);
	right: 0;
}
.single-project-section .quick-facts-box, .single-project-section .gray-box {
	position: absolute;
	height: 100%;
}
.single-project-section .project-status-row h3, .single-project-section h4 {
	color:rgb(99,100,102);
	font-weight: bold;
}
.single-project-section h2 {
	font-weight: 700;
}
.single-project-section .last-project-row{
	margin-top: 20px;
}
.single-project-section .last-project-row h3 {
	text-transform: uppercase;
	color:rgb(99,100,102);
	font-size:20px;
}
.single-project-section.default-page-section{
	padding: 0 0 45px 0;
}
.single-project-section .first-row .content{
	padding-top: 40px;
	padding-bottom: 60px;
}
.single-project-section .billboard{
	position: relative;
}
.single-project-section .billboard .right-block,.single-project-section .billboard .left-block{
	padding-top: 40px;
	padding-bottom: 40px;
}
.single-project-section .billboard .right-block{
	padding-left: 40px;
}
.single-project-section .billboard br{
	display: block;
	margin-top: 15px;
	content: " ";
}
.single-project-section .project-featured-img{
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
}
.single-project-section .project-featured-img-wrapper{
	position: relative;
	height: 425px;
	float:right;
}
.single-project-section .disclaimer{
	color: #9E9E9E;
	text-align: right;
}
.single-project-section .first-row{
	position: relative;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
.default-page-section h2:first-child{
	margin-top: 0;
}
.default-page-section .type-post h2{
	margin-top: 35px;
}
.default-page-section h2, .default-page-section h3{
	font-weight: 700;
	font-size: 23px;
	line-height: 26px;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: none;
}
.default-page-section h2{
	letter-spacing: -0.5px;
}

.default-page-section h1 {
	color:rgb(103,174,192);
}
.default-page-section h3{
	color: #5e5e5e;
}
.default-page-section p{
	font-weight: 300;
	font-size: 19px;
	margin-bottom: 16px;
	line-height: 25px;
}
.default-page-section .the_content br{
	display: block;
	margin-top: 25px;
	content: " ";
}
.default-page-section {
	padding: 45px 0px;
}
.default-page-section ul{
	list-style: none;
	margin-bottom:10px;

}
.default-page-section ul li {
	position: relative;
	font-size: 14px;
	color: rgb(99, 100, 102);
	font-size: 18px;
}
.default-page-section ul li:before{
	content:url('../img/bullet.png');
	position: relative;
	left:-10px;
	top:-3px;
}
.default-page-section a{
	color: #22668f;
}
.default-page-section .alignright {
    float: right;
}
.default-page-section .alignleft {
    float: left;
}
.default-page-section .wp-caption-text {
    background: rgb(220, 220, 220) none repeat scroll 0% 0%;
    font-size: 12px;
    width: 100%;
    padding:15px;
}
.default-page-section img{
	padding-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 30px;
	box-shadow: 10px 35px 30px -28px rgb(51,51,51);
}
.featured-img{
	max-width:45%;
	float:right;
	padding:0px 10px;
	margin-left: 50px;
	margin-bottom: 20px;
}
.page-id-643 .default-page-section .featured-img{
	margin: 0;
	max-width: 400px;
}
.page-id-643 .default-page-section .first-row .columns{
	display: flex;
	align-items: center;
}
.page-id-643 .default-page-section .first-row p{
	max-width: 500px;
	font-size: 24px;
	line-height: 30px;
}
.page-id-643 .default-page-section{
	padding-bottom: 0;
}
.vcard{
	border:none;
	margin:0px;
	padding:0px;
}
.nav-next {
	float:right;
}
.nav-previous {
	float:left;
}
/*-------------------------------------------------- Divider --------------------------------------------------*/
#footer {
	min-height: 357px;
	background:rgb(255,255,255);
}
#footer .columns {
	margin-bottom:20px;
}
#footer p {
	font-size: 15px;
}
#footer address {
	font-weight: 300;
	font-size: 15px;
	font-style:normal;
	margin-top:20px;
}
#footer address .address-link {
	color: rgb(35,31,32); 
}
#footer address a {
	color:rgb(226,29,26);
}
#footer span.copy {
	font-size: 12px;
}
#newsletter_input {
	max-width:320px;
	width: 80%;
	min-width: 220px;
	height:100%;
	padding:20px;
	border:none;
	float:left;
	font-size:15px;
	box-shadow: none;
	background: none;
}
#emailAddr {
	min-width:220px;
	height: 100%;
	border:none;
	float:left;
	font-size:20px;
	box-shadow: 5px 6px 35px -10px rgb(51,51,51);
}
#newsletter_submit {
	color:#297dae;
	font-size:35px;
	margin:0;
}
#newsletter_submit:hover {
	color:rgb(103,174,192);
	cursor: pointer;
}
#footer ul.nav {
	margin-top:40px;
	margin-bottom:20px;
}
#footer ul.nav li {
	display: inline;
	margin-left:6px;
	margin-right:6px;
	color:rgb(180,180,180);
}
#footer ul.nav li a{
	color:rgb(180,180,180);
}
#footer ul.nav li a:hover{
	color:rgb(180,180,180);
	border-bottom: 1px solid;
}
#footer .social a {
	margin-left:2px;
	margin-right:2px;
}

/*-------------------------------------------------- Divider --------------------------------------------------*/
.secondary-links-section-v2 {
	background-position:50% 50%;
	background-color:rgb(0,105,164);
	background-size:cover;
	min-height:400px;
	padding-top:75px;
	padding-bottom:200px;
}
.secondary-links-section-v2 .info-block {
	margin-bottom: 60px;
}
.secondary-links-section-v2 .info-block img{
	float:right;
}

/** ROYAL SLIDER **/
.royalSlider, .royalSlider .rsDefaultInv, .rsGCaption {
	background:none;
}
.default-page-section .first-row .columns .royalSlider .rsGCaption {
	background:none;
}

/*-------------------------------------------------- SIDEBAR --------------------------------------------------*/

#sidebar h3 {
	font-size:20px;
	text-transform:uppercase;
	margin-left:10px;
	padding-bottom:20px;
	border-bottom:1px solid #dddddd;
	margin-bottom:20px;
}
#sidebar ul {
	list-style: none;
	margin: 0px;
}
#sidebar ul li::before {
    content: '';
}
#sidebar ul li {
    margin:10px;
    list-style:none;
}
/*-------------------------------------------------- ADDITIONAL STYLING MN 01-18-2016 --------------------------------------------------*/

.default-page-section ul li:before {
    content: '-';
}
.default-page-section ul li {
    list-style: none;
    line-height:1.45;
    margin:3px 0;
}
.default-page-section ol,
.default-page-section ul {
	list-style:decimal;
	margin: 0 0 20px 20px;
	font-size:90%;
}
.default-page-section ul {
	list-style:disc;
}
.default-page-section ol li
.default-page-section ul li {
	margin-bottom:10px;
	line-height:1 !important;
}
.default-page-section ul.sub-one li:before,
.default-page-section ul.sub-two li:before,
.default-page-section ul.sub-three li:before {
	background:none;
}
.default-page-section ul.sub-one li,
.default-page-section ul.sub-two li,
.default-page-section ul.sub-three li {
	list-style-image:none; 
	list-style:none;
}
.default-page-section ul.sub-one li {
	list-style:lower-latin;
}
.default-page-section ul.sub-two li {
	list-style:lower-roman;
}
.default-page-section ul.sub-three li {
	list-style:decimal;
}
.default-page-section ul.news-posts {
	margin-left:0;
}
ul.newsroom {
	margin-left:0;
}
article.post img {
	margin: 5px;
	padding:10px;
	background:#eee;
	border: 0px solid #fff;
}
.default-page-section .wp-caption-text {
    background: rgb(220, 220, 220) none repeat scroll 0% 0%;
    font-size: 12px;
    width: 100%;
    padding: 15px;
    border:10px solid #fff;
    border-top:5px;
}

h2.newsletter {
	color:rgb(103,174,192);
	font-size:30px;
}
div.bigblue {
	height:4px;
	background-color:rgb(59,145,181);
    background:-webkit-gradient(linear, left top, right bottom, color-stop(0.05, rgb(137,194,207)), color-stop(1, rgb(59,145,181)));
    background:-moz-linear-gradient(left, rgb(137,194,207) 5%, rgb(59,145,181) 100%);
    background:-webkit-linear-gradient(left, rgb(137,194,207) 5%, rgb(59,145,181) 90%);
    background:-o-linear-gradient(left, rgb(137,194,207) 5%, rgb(59,145,181) 100%);
    background:-ms-linear-gradient(left, rgb(137,194,207) 5%, rgb(59,145,181) 100%);
    background:linear-gradient(to right, rgb(137,194,207) 5%, rgb(59,145,181) 100%);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(137,194,207)',endColorstr='rgb(59,145,181)',GradientType=0);
    margin:40px 0;
}
.energy-sources {
	margin:30px 0;
	border:1px solid #eee;
	padding:30px;
	width:50%;
	position:relative;
}
div.energy-sources:after {
	content:"";
	display:block;
	background:#fff;
	border:1px solid #eee;
	width:20px;
	height:20px;
	position:absolute;
	top:50%;
	margin-top:-20px;;
	right:-19px;
	z-index:9999;
	border-left:none;
}
.energy-sources h1 {
	font-size:30px;
}
.energy-sources h2 {
	font-size:16px;
	margin:5px 0 5px 0;
}
.energy-sources p {
	font-size:12px;
	font-style:italic;
}
.shadow {
	box-shadow: 30px 35px 30px -28px rgb(51,51,51);
}

.noShadow {
	box-shadow: none!important;
}
.column1 {
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-size: 18px;
	float: left;
	border: 0px red solid;
	padding-right: 75px;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 2px!important;
	color: #5e5e5e;
}

.column2 {
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-size: 18px;
	border: 0px red solid;
	padding-right: 55px;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 2px;
	color: #5e5e5e;
}
/*-------------------------------------------------- Custom Responsive Styles --------------------------------------------------*/
@media only screen and (max-height: 900px) {
 #mobile-nav {
	display: grid;
	height: 90%;
	margin: auto;
	line-height: 12px;
	margin-top: 0px;
	 
  }
	
	#mobile-nav li a {
		font-size: 23px!important;
		line-height: 20px;
		margin: auto;
		border: 0px solid black;
		padding: 0px;
		height: 20px;
		padding-top: 12px;
	}
}
@media only screen and (max-height: 768px) {
	#mobile-nav {
		margin-top: 30px;
		height: unset;
	}
}
@media only screen and (max-height: 500px) {
 #mobile-nav {
	display: grid;
	height: 22%;
	line-height: 1px;
	font-size: 1px;
	margin: auto;
	margin-top: 2px;
  }
	
	#mobile-nav li a {
		font-size: 14px!important;
		line-height: 5px;
		margin-bottom: -21px;
		margin-top: -21px;
		border: 0px solid red;
}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1420px) {
	.members header h1,.projects header h1{
		font-size:75px;
	}
}
@media only screen and (max-width: 1240px) {
	.three-blocks-section .first-row {
		height:400px;
	}
	.members header h1,.projects header h1{
		font-size:55px;
	}
	.members p {
  		font-size: 16px;
	}
	.seasonal {
		background:url('../img/background-falcon.jpg') no-repeat;
		background-position: 50% 50%;
		background-size: 349.5px 385.5px;
	}

}
@media only screen and (max-width: 1252px) {
	.secondary-top-section .header-icon {
	    position: static;
	    left: 0px;
	    top: 0px;
	    float:left;
	    padding-right:8px;
	}	
}

@media only screen and (max-width: 1024px) {
	#main-nav .main-nav {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	#main-nav .main-nav ul.nav li {font-size:16px;}
	#main-nav.fixing .main-nav.fix ul.nav li a {padding-top:12px;}

	.slide-text h1, .slide-text h2 {
    	font-size: 60px;
	}
	.slide-text p {font-size: 14px;}
	.three-blocks-section .first-row {
		height:auto;
	}
	.members, .seasonal, .projects{
		height:459px;
	}
	.members {
		background:url('../img/background-members2.jpg') no-repeat;
		background-position: 50% 50%;	
	}
	.projects {
		background:url('../img/background-projects2.jpg') no-repeat;
		background-position: 0% 50%;	
		background-size: 590px 100%;
	}
	.seasonal {
		background-size: 100%;
	}
	.tab-slider .tab-slide {
	    background-repeat: no-repeat;
	    background-position: left bottom;
		background-size:30%;
	}	
	.tab-slider .tab-text {
		padding: 20px 0px 0px;
	}
	.tab-slider .tab-text h1 {
	    font-size: 60px;
	    font-weight: 900;
	    margin-bottom: 0px;
	}
	.tab-slider .tab-text h2 {
	    font-size: 23px;
		margin:10px 0px;
	}	
	.tab-slider .tab-text p {
		line-height: 1.5;
	}	
	.primary-other-section .first-row {
	    background-position: 50% 50%;
	    background-size: 1400px 100%;
	}
	.secondary-links-section .info-block .box-button{
		font-size: 13px;
	}
}
@media only screen and (max-width: 940px) {
	.primary-header-section h1 {
	    font-size: 54px;
	    height: 240px;
	}
	.tabs-section-wrap .slick-dots li{
		width: 140px;
	}
	.secondary-links-section .info-block {
		margin: 0 15px 25px 15px;
	}
	.secondary-links-section .slick-slide h2{
		padding-left: 12px;
	}
	#mobile-nav li a{
		font-size: 2.8rem;
	}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#mobile-nav li a{
		font-size: 1.2rem;
	}
	#main-nav .main-nav ul.nav li {
		font-size:13px;
		white-space: nowrap;
	}
	#top-nav .top-nav {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	#top-nav .top-nav ul.nav li {font-size:12px;}
	#main-nav .main-nav ul.nav, #main-nav .main-nav .main-nav-buttons,#main-nav .main-nav ul.nav li{height: 80px;}
	#main-nav .main-nav ul.nav li a {
	    height: 80px;
	    padding-top: 22px;
	}
	#main-nav .logo2 {padding-top: 33px;}
	#main-nav .main-nav ul.nav li ul.sub-menu {left: -150%;}
	#main-nav .main-nav .main-nav-buttons {padding-top:32px;}
	.header-section .header-text h1, .header-section .header-text h2{
	    font-size: 50px;				
	}
	.header-section .header-text p {
		font-size: 20px;
	}
	#search_overlay.open{
		top:80px;
	}
	.tab-slider .tab-slide {
		background-size:0;
	}	
	.tabs-section-wrap .slick-dots li {
	    margin: 0px 8px;
	    width: 90px;
	}	
	.tabs-section-wrap .slick-dots li button {
	    font-size: 14px;
	    padding: 5px;
	    cursor: pointer;
	}
	.section.bread-crumb-section2 h1{
		font-size: 50px;
	}
	.secondary-top-section .the_content figure img{
		width: 100%;
	}
	.secondary-top-section .the_content h2{
		font-size: 39px;
		padding-bottom: 0;
	}
	.secondary-top-section .the_content h3{
		font-size: 20px;
	}
	.secondary-top-section .the_content p{
		font-size: 14px;
	}
}
@media only screen and (min-width: 641px) {
	.desktop-hide {display:none;}
}
@media only screen and (max-width: 640px) {
	#mobile-nav{
		padding-bottom: 50px;
	}
	#mobile-nav li{
		padding: 8px;
	}
	.mobile-hide {display:none;}
	#mobile-nav-icon {
		display:block;
		float: right;
		padding-top: 20px;	
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;	
	}
	.main-nav.fix #mobile-nav-icon {
		padding-top: 15px;	
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;	
	}
	.news-section h1 {
	    font-size: 32px;
	}	
	.top-nav-buttons {
		display:block;
	}
	.tab-slider .tab-text h1 {
	    font-size:40px;
	}
	.tab-slider .tab-text h2 {
	    font-size:20px;
	}	
	.tabs-section-wrap .tab-slider .tab-slide {
	    min-height: 1px;
	}
	.seasonal {
		background-size: auto 100%;
	}
	.secondary-top-section{
		background-size: cover;
	}
	.tab-slider .slick-next{
		background: url('../img/arrow-right2.png') 50% 50% no-repeat;
		margin-top: 17px;
	}
	.tab-slider .slick-prev{
		background: url('../img/arrow-left2.png') 50% 50% no-repeat;	
		margin-top: 17px;
	}
	#main-projects-wrap ul.zone-project-list {
		max-width: 100%;
	}
	#main-projects-wrap ul.zone-project-list li a {
		font-size: 1.5rem;
	}
	.expandable-content .content div{
		max-width: 100%;
	}
	.page-id-643 .default-page-section .first-row .columns{
		display: block;
	}
	.page-id-643 .default-page-section .featured-img{
		float: none;
	}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#main-nav .logo2 img, #main-nav .main-nav.fix .logo2 img{
		max-width: 110px;
	}
	.slide-text h1, .slide-text h2 {font-size: 30px;}
	.header-section .header-text h1, .header-section .header-text h2{
	    font-size: 30px;				
	}
	.header-section .header-text p {
		font-size: 16px;
	}
	.primary-other-section h1 {font-size: 32px;}	
	.primary-focus-section .power-plant-content, .primary-focus-section .power-lines-content {
	    height: 265px;
	    padding-top: 0px;
	}
	.primary-focus-section h1 {font-size: 38px;}
	.featured-img, .default-page-section img.alignleft,.default-page-section img.alignright{
		max-width:90%;
		float:none;
		margin: 0;
		padding: 0;
	}
	.tabs-section-wrap .slick-dots li {
		display:none;
	}
	.tabs-section-wrap .tab-slider .tab-slide {
	    min-height: 1px;
	}
 	.tabs-section-wrap .slick-prev, .tabs-section-wrap .slick-next, .tabs-section-wrap .slick-prev:hover, .tabs-section-wrap .slick-next:hover {
		top:-95px;
	    height:95px;
	    min-height: 95px;
	    width:46px;
		z-index: 20;
	}	
	.tabs-section-wrap .slick-next,.tabs-section-wrap .slick-next:hover {
	    right: 30px;
	}
	.tabs-section-wrap .slick-prev,.tabs-section-wrap .slick-prev:hover {
	    left: 30px;
	}
	.secondary-links-section .info-block .box-button{
		font-size: 12px;
	}
	.secondary-links-section .info-block p{
		font-size: 14px;
	}
	#newsletter_input {min-width: 0;}
}
@media only screen and (max-width: 400px) {
	.seasonal {
		background-size: 100% auto;
	}
	.secondary-links-section .info-block{
		margin: 0 30px 25px 30px;
	}
	.secondary-links-section .info-block .box-button{
		font-size: 11px;
	}
	.secondary-links-section .info-block p{
		font-size: 12px;
	}
	.secondary-links-section .slick-slide h2{
		padding-left: 27px;
	}
}
/*-------------------------------------------------- /Custom Responsive Styles --------------------------------------------------*/
@media only print {
	.top-nav-section, .main-nav-section, .bread-crumb-section2, #footer {
		display: none;
	}	
}
/* self-clear floats and other styles
---------------------------------------------------------------------------------------------------  */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clear {clear:both;}
.left {float: left;}
.right {float: right;}
.vertical {
	display: table-cell;
    vertical-align: middle;
}
.bottom {
	display: table-cell;
    vertical-align: bottom;
}
.table {
	display: table;
}
.box-model {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */	
}
.text-centered {text-align: center;}
.text-right {text-align: right;}
.underline {text-decoration: underline;}
.italic {font-style: italic;}
.tiny-text {font-size: 12px;}
.bold {font-weight: 600;}
.white {color: rgb(255,255,255); border-color:rgb(255,255,255);}
.skyblue {color: rgb(130,201,209); border-color: rgb(130,201,209);}
.white.fill {background-color: rgb(255,255,255);}
.skyblue.fill {background-color: rgb(130,201,209);}
.red.fill {background-color: rgb(236,64,36);}
/* Red button styling change - Nov 13th, 2015 - MN */
.red {color: rgb(240,240,240); background:rgb(236,64,36); border-color: rgb(236,64,36) !important;}
.box-button.red:hover {
	color:rgb(255,255,255);
	background-color: rgb(100,100,100);
	border-color:rgb(100,100,100) !important;
}
.uppercase {text-transform: uppercase;}
.bullets {
	list-style: inside;
	list-style-image: url('../img/bullet.png');
	margin-bottom: 30px;
}
.bullets li {padding-top: 3px; padding-bottom: 3px;}
.inline {display: inline;}
.padding10 {padding:10px;}
.width-960 {
	margin: auto;
	width: 960px;
}
.relative {position: relative;}
.small-text {font-size:10px;}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid rgb(255,255,255);
}
.news-section .news-slider .slick-dots {
	position: relative;
	text-align: left;
	bottom:-20px;
}
.news-section .news-slider .slick-dots li label{
	background-color: white;
	border-radius: 100%;
	text-align: center;
    height: 24px;
    width: 24px;
	color: #006ba6;
}
.news-section .news-slider .slick-dots li.slick-active label{
	background-color: #006ba6 ;
	color: white;
}
#birdcam-video {
    margin:30px 0;
}
#birdcam-video iframe {
    width:100%;
    height:635px;
}

/*Sub-header*/
.bottom-border{
	display: none;
}
.section.bread-crumb-section2{
	text-transform: uppercase;
	background: rgb(139,193,214);
	background: linear-gradient(90deg, rgba(139,193,214,1) 0%, rgba(33,102,143,1) 100%);
	color: white;
}
.bread-crumb-section2 a{
	color: white;
}
.bread-crumb-section2 .columns p:last-child{
	text-transform: capitalize;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 30px;
}
.breadcrumb-path{
	width: fit-content;
	width: -moz-fit-content;
	position: relative;
	font-weight: 300;
	margin: 30px 0 20px;
	font-size: 14px;
}
.section.bread-crumb-section2 hr{
	position: absolute;
	width: 100vw;
	right: 0;
	border: transparent;
	border-bottom: 1px solid white;
	top: 22px;
}
/*Footer*/
body #footer{
	position: relative;
}
body #footer .row{
	padding-top: 20px;
}
body #footer .footer-wrap{
	background-image: linear-gradient(90deg, rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url('/wp-content/themes/greatriver/img/background-footer.jpg');
	background-size: cover;
	background-position: center;
}
#footer ul.nav{
	margin: auto;
	text-align: center;
	padding: 20px 0;
}
#footer ul.nav li a{
	font-weight: bold;
	text-transform: uppercase;
}
#footer ul.nav.top-nav li a{
	color: white;
}
#footer ul.nav.bottom-nav li a{
	color: #5890ba;
}
#footer ul.nav.top-nav{
	background-color: #5890ba;
	font-weight: 300;
}
#footer ul.nav.bottom-nav{
	background-color: #dee9f1;
	font-weight: 300;
}
#footer .address, #footer .address a.address-link{
	color: black;
	font-weight: 500;
	font-size: 23px;
	padding-top: 20px;
}
#footer .address{
	padding-top: 34px;
}
#footer .row ul.nav{
	margin-top: 0;
}
#footer .row ul.nav a{
	color: #297dae;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.footer-row a img{
	max-width: 250px;
}
.footer-row .columns{
	min-height: 303px;
}
#footer .social{
	margin-bottom: 80px;
}
#footer .social a img {
	width: 35px;
	margin: 0 3px;
}
#footer .newsletter{
	color: black;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 4px;
}
#footer .cooperative-logo{
	max-width: 200px;
	position: absolute;
	right: 18px;
	bottom: 0;
}
input#emailAddr::placeholder{
	color:#297dae;
	opacity: 0.6;
}
.newsletter-wrapper{
	position: relative;
}
#newsletter_submit{
	padding: 0;
	position: absolute;
	height: 56px;
	background-color: transparent;
	right: 19px;
	top: -7px;
	
}
.section.news-section{
	background: linear-gradient(90deg, rgba(139,193,214,1) 0%, rgba(33,102,143,0.7) 50%), url('/wp-content/themes/greatriver/img/background-home-news.jpg') no-repeat right;
	background-size: contain;
}
.columns.news-description{
	display: inline-block;
	width: 60%;
}
.news-image{
	display: inline-block;
	float: right;
	width: 35%;
	margin-top: 10px;
}
.news-slide .columns.fader{
	padding: 0;
}
.box-button.lightblue.fill{
	color: #fff;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	border-color: #006ba6;
	background-color: #006ba6;
}
.box-button.lightblue.fill::after {
    content: ">";
    padding-left: 9px;
}
.internal::after {
    content: url("/wp-content/uploads/2019/08/btn_int.png");
    padding-left: 5px;
}
.box-button.white.fill{
	font-family: futura-pt, sans-serif;
	color: #006ba6;
	padding-left: 14px;
	padding-right: 14px;
	border: 1px solid #fff;
	font-weight: 700;
	margin-right: 8px;
	line-height: 16px;
}
.box-button.white.fill::after {
    content: ">";
    padding-left: 9px;
}
.four-blocks-section{
	background: linear-gradient(90deg, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('/wp-content/themes/greatriver/img/background-home-section.jpg') no-repeat;
	background-size: cover;
	color: white;
}
.four-blocks-section h2, .news-title h2, .first-block h2{
	color: white;
	font-weight: bold;
}
.news-title h2{
	text-transform: uppercase;
	font-size: 20px;
}
.news-title .columns{
	padding-top: 24px;
}
.four-blocks-section p{
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
	color: #fff;
}
.four-blocks-section .first-row{
	padding-top: 50px;
	padding-bottom: 40px;
}
.four-blocks-section .second-row{
	padding-bottom: 50px;
}
#mobile_search_form_input{
	margin-bottom: 0;
}
.home-billboard{
	height: 350px;
	position: relative;
}
.home-billboard .row, .home-billboard .columns{
	height: 100%;
}
.home-billboard h1{
	position: absolute;
	bottom: 0;
	margin: 0;
	font-weight: 800;
	font-size: 200px;
	color: #fff;
	letter-spacing: -16px;
	line-height: 0.67;
	margin: 0;
}
.news-date{
	color: white;
}
a.external-link{
	color: #5890ba;
	border: 1px solid #5890ba!important;
	font-weight: bold!important;
	background: white;
	margin-right: 5px;
}
a.external-link:after{
	content: "";
	background: url('../img/external-link-alt-solid.svg') no-repeat bottom;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
}
a.external-link:hover{
	background-color: #dee9f1;
	color: #5890ba;
}
@media screen and (min-width: 1200px) {
	#footer .footer-row .columns.text-right{
		padding-left: 128px;
	}
	.tabs-section-wrap .slick-dots li {
		width: 224px;
	}
	.tabs-section-wrap .slick-dots li button{
		font-size: 18px;
	}
}
/** Smaller monitors & In-Between **/
@media screen and (max-width: 1200px) {
  #birdcam-video iframe {
    height:600px;
  }
	.secondary-links-section .info-block .box-button{
		font-size: 11px;
	}
}

/* iPad - LANDSCAPE */
@media screen and (max-width: 1024px) {
	.secondary-links-section .first-row .info-slide .columns .row, .secondary-links-section .first-row .info-slide .columns h1{
		margin: 0;
	}
	#birdcam-video iframe {
	  height:500px;
	}
	#wrapper div.container{
		padding: 0 80px;
	}
	#footer .social{
		margin-bottom: 60px;
	}
	.first-block .first-row .columns, .second-block .first-row .columns{
		padding-left: 0;
	}
	.news-section h1{
		font-size: 45px;
	}
}


/** iPad - PORTRAIT **/
@media screen and (max-width: 768px) {
	.home-billboard h1{
		font-size: 9em;
	}
	.footer-row a img{
		max-width: 215px;
	}
	#footer .social a img{
		width: 30px;
	}
	#footer .address, #footer .address a.address-link{
		font-size: 18px;
	}
	#footer .newsletter{
		padding-top: 30px;
	}
	#birdcam-video iframe {
	  height:415px;
	}
	/*Sub-header*/
	.section.bread-crumb-section2 h1{
		font-size: 60px;
	}
	.bread-crumb-section2 .columns p:last-child{
		font-size: 48px;
		margin-bottom: 30px;
	}
	.breadcrumb-path{
		margin: 40px 0 20px;
		font-size: 16px;
	}
	.section.bread-crumb-section2 hr{
		top: 25px;
	}
	.columns.news-description{
		width: 100%;
	}
	.default-page-section p.no-margin{
		margin: 0;
	}
	.default-page-section img{
		margin-bottom: 30px;
	}
	.news-image{
		float: left;
		width: 80%;
	}
}

@media screen and (max-width: 640px) {
	.home-billboard h1{
		font-size: 6em;
		letter-spacing: -7px;
	}
	#footer ul.nav li{
		display: block;
		padding: 5px 0;
	}
	.footer-row .columns{
		min-height: 200px;
	}
	/*Sub-header*/
	.bread-crumb-section2 .columns p:last-child{
		font-size: 38px;
	}
	.breadcrumb-path{
		font-size: 14px;
	}
	.section.bread-crumb-section2 h1{
		font-size: 35px;
	}
	/*Mobile Header*/
	#main-nav #mobile-nav-icon{
		min-height: 80px;
	}
	.navicon .lines,.navicon .lines:before,.navicon .lines:after{
		background: white none repeat scroll 0 0;
		height: 4px;
		width: 32px;
	}
	#footer .social{
		margin-bottom: 30px;
	}
	.columns.news-description h1{
		font-size: 26px;
	}
	.section.news-section .news-slide{
		padding-top: 50px;
	}
	.default-page-section img{
		max-width: 200px;
	}
	.single-project-section .billboard .right-block{
		padding-left: 0.9375rem;
	}
	.single-project-section .disclaimer{
		text-align: left;
	}
}

/** iPhone - LANDSCAPE **/
@media screen and (max-width: 480px) {
	#birdcam-video iframe {
	  height:245px;
	}
	#wrapper div.container{
		padding: 0 19px;
	}
}

/** iPhone  - PORTRAIT **/
@media screen and (max-width: 320px) {
   #birdcam-video iframe {
    height:200px;
  }
}
