﻿@import 'defaults.css';

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot);
    src: url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

#bgImage {
    overflow-x: hidden; /* Hides the horizontal scrollbar at the bottom of the screen */
}

/* -------------------- Header -------------------- */
header {
    padding: 25px 0px;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

#HeaderColumn1new {
	display: none;
}

.sitelogonew {
	padding: 0px 30px;
}

.newfooter {
	display: none;
}

#promoBanner {
    display:grid;
}

.promoBannerContent{
    display:grid;
}

    .promoBannerContent *{
        padding:0px;
        margin:0px;
    }

    #promoBanner .promoBannerContent {
        animation: rise;
        animation-duration: 9s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        transform: translateY(120%);
    }

@keyframes rise {
    0% {transform: translateY(120%)}
    10% {transform: translateY(120%)}
    20% {transform: translateY(0%)}
    80% {transform: translateY(0%)}
    90% {transform: translateY(-140%)}
    100% {transform: translateY(-140%)}
}

#phone {
    font-size: 24px;
}


.AccountStatus { /* for sites that enable the account login in the config */
    font-size: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* -------------------- Nav -------------------- */

nav.navbar {
    margin-bottom: 0px;
	font-family: "Work Sans", sans-serif;
}

nav.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
	color: #000;
}

	.navbar-inverse .navbar-nav > li > a:hover {
		color: #2b8ce2;
	}

nav .navbar-nav {
    float: right;
}

nav.navbar {
    border-radius: 0px;
    min-height: 100%;
	margin: 0px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar .nav > li > a {
    text-transform: uppercase;
    font-size: 18px;
	font-weight: 400;
}

nav.navbar .container {
    padding: 0px;
}

nav.navbar .selected a{
}

nav.navbar li a {
    padding: 10px 5px;
    border-top: transparent solid 6px;
}

nav.navbar li a:hover {
    border-top: #81c240 solid 6px;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #000;
}

nav.navbar li {
    padding: 0px 20px;
}

nav.navbar .last a {
    /*padding-right: 0px;*/ /* last nav item flush against right side of container */
}
			
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {		
	border-color:transparent;		
}

.navbar-toggle {
	background-color: #222;
	border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #2b8ce2;
}

.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}


.page-225 a {
	background: #3366a7;
}

.page-225 a {
	border-radius: 5px;
	color: #fff !important;
	padding: 5px 20px !important;
}

.page-225 a:hover {
	background: #000 !important;
	color: #fff !important;
}

.dropdown-menu {
	left: unset !important;
	right: 0px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #000;
    background-color: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 266px;
    padding: 14px 21px;
    margin: 2px 0 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
    margin-bottom: 10px;
	border-top: none !important;
}

.mainNav .dropdown-menu > li > a:focus, .mainNav .dropdown-menu > li > a:hover::after {
    width: 100%;
    transition: width .3s;
}

.mainNav .dropdown-menu > li > a:focus, .mainNav .dropdown-menu > li > a:after {
    content: '';
    display: block;
    width: 0;
    border-bottom: 3px solid #50b948;
    transition: width .3s;
    margin-bottom: -6px;
}

.dropdown-menu li {
    padding: 5px !important;
}

.dropdown-menu li a {
    padding: 0px !important;
}

/* -------------------- Page -------------------- */

.mainJumbotron .container-fluid, .mainJumbotron {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
}

.formTitle { /* Title element of forms */
    font-size: 27px;
    font-weight: normal;
}

body {
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

/* Use this to change the default site font size for the site so it doesn't affect titanium admin interfaces*/
.module {
    font-size: 18px;
}

h1, h2, h3 {
	margin: 0px 0px 20px;
	font-weight: 500;
}

h1 {
	font-size: 25.41pt;
}

h4 {
	margin: 10px 0px 0px;
	font-size: 12.71pt;
}

a {
    color: #347e2f;
    font-weight: 500;
}

    a:hover {
        color: #000000;
    }


.btn-primary, .bg-primary { /* Set the primary colors for specific elements such as call to action button in header */
    color: #ffffff;
    background-color: #347e2f;
	border:none;
}

    .btn-primary:hover {
        background-color: #000;
    }

.btn-default, .bg-default {
    color: #ffffff;
    background-color: #575757;
}

    .btn-default:hover {
        background-color: #000;
    }

.btn-ghost-light {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

	.btn-ghost-light:hover {
		background-color: #fff;
		color: #000;
	}

.btn-ghost-dark {
	background-color: transparent;
	border: 1px solid #347e2f;
	color: #347e2f;
}

	.btn-ghost-dark:hover {
		background-color: #347e2f;
		color: #fff;
	}
	
.btn-blue {
    color: #ffffff;
    background-color: #10acbb;
	border: none;
	border-radius: 50px;
	padding: 6px 35px;
	text-transform: uppercase;
	font-size: 18px;
}

    .btn-blue:hover {
        background-color: #000;
		color: #fff;
    }
	
.btn-green {
    color: #ffffff;
    background-color: #81c240;
	border: none;
	border-radius: 50px;
	padding: 6px 35px;
	text-transform: uppercase;
	font-size: 18px;
}

    .btn-green:hover {
        background-color: #000;
		color: #fff;
    }

/*.quickLink {
	margin: 20px;
}

.wbg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0px 0px 20px #dde7ee;
}

.qloverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background: linear-gradient(45deg, rgba(0,82,155,1) 0%, rgba(43,140,226,1) 100%);
  border-radius: 20px;
  margin: 20px;
}

.quickLink:hover .qloverlay {
  opacity: 1;
}

.qlText {
  color: #000;
  font-size: 12.71pt;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.qloverlayText {
  color: #fff;
  font-size: 12.71pt;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}*/
	
.iconLink .fa-file-pdf-o {
    color: #9dcf30!important;
}
.iconLink i {
    border: solid 1px #9dcf30!important;
}

a.iconLink:hover .fa-file-pdf-o {
    background: #9dcf30!important;
	color: #fff!important;
}	
/* ------------------ Accordion styles -----------------------------*/
.panel-heading a, .panel-default > .panel-heading {
    color: #fff;
    font-size: 14px;
}

.panel-default > .panel-heading {
	background-color: #1d1e1c;
}


.module .panel-default {
	border: solid 1px #181817;
}

.pageHeader h1 { /* this is a class used for the page header h1 */
    font-weight: 100;
    max-width: 1170px;
    margin: auto;
    font-size: 55px;
    padding-bottom: 2px;
}

.heroTxt {
    bottom: 20%!important;
}

/* --- New Projects Page CSS --- */
.projecttab {
  float: left;
  border: none;
  width: 25%;
}

.projecttab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 10px 0px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 27px;
  font-family: Oswald;
  text-transform: uppercase;
}

.projecttab button .tabtext {
	border-bottom: transparent solid 12px;
}

.projecttab button:hover .tabtext {
  border-bottom: #81c240 solid 12px;
}

.projecttab button.active .tabtext {
  border-bottom: #81c240 solid 12px;
}

.tabtext {
	margin-left: 20px;
}

.projecttabcontent {
  float: left;
  padding: 10px;
  border: none;
  width: 75%;
  border-left: none;
}

.projectinfo, .projectinfolast {
	padding-top: 20px;
}

.projectinfo {
	border-bottom: #f2f2f2 solid 5px;
}

.projectinfolast {
	border-bottom: none;
}

.projectinfo h4, .projectinfolast h4 {
	font-size: 31px;
	margin-bottom: 15px;
}

.windHeader, .hydroHeader, .solarHeader, .naturalgasHeader, .coalHeader, .nuclearHeader, .wasteheatHeader, .transmissionHeader {
	color: #fff;
	font-size: 67px;
	font-family: Oswald;
	padding: 0px 25px;
}

.windHeader {
	background: #a3b5b4;
}

.hydroHeader {
	background: #17adbb;
}

.solarHeader {
	background: #eec821;
}

.naturalgasHeader {
	background: #f47a26;
}

.coalHeader {
	background: #6a4c9f;
}

.nuclearHeader {
	background: #80c341;
}

.wasteheatHeader {
	background: #e51f25;
}

.transmissionHeader {
	background: #c5976a;
}

/* --- New Our Members Page CSS --- */
.memberstab {
  float: left;
  border: none;
  width: 30%;
}

.memberstab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 30px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 25px;
  text-transform: uppercase;
}

.memberstab button:hover {
  background: #81c240;
  color: #fff;
}

.memberstab button.active {
  background: #81c240;
  color: #fff;
}

.memberstabcontent {
  float: left;
  padding: 25px 25px 0px;
  border: none;
  width: 70%;
  border-left: none;
  background: #f6f6f6;
  overflow: scroll;
  max-height: 975px;
}

.memberinfo {
	margin-bottom: 25px;
}

.memberinfo h3 {
	margin: 0px;
	font-size: 44px;
	text-transform: none !important;
}

.citycontact {
	margin-left: 10px;
}


/* -------------------- Footer -------------------- */
footer {
    background: #222;
    color: #fff;
    padding: 35px 0px 20px;
}

    footer a {
        color: #a5a5a5;
    }

        footer a:hover {
            color: #fff;
			text-decoration: none;
        }

    footer ul li {
        list-style: none;
        padding: 2px 0px;
    }

footer {
    font-size: 12.71pt;
}

    footer h5 {
        font-weight: 600;
		margin: 0px 0px 20px;
		font-size: 12.71pt;
    }

    footer ul {
        padding: 0;
    }

    footer input.form-control, footer textarea.form-control {
        background: transparent;
        padding: 4px 4px;
        margin: 0px 0px 3px 0px;
        border-radius: 0px;
        line-height: 1.2em;
        height: unset;
        border: solid 1px rgba(255,255,255,.3);
    }

    footer button.btn {
        border-radius: 0;
        padding: 3px 15px 4px;
    }

.footerrow {
	display: flex;
    align-items: center;
    justify-content: center;
}

.footersocial {
	position: absolute;
	top: -60px;
	right: 0;
	background: url(../image/social_bg.png) center center no-repeat;
    background-size: contain;
	padding: 0px 30px;

}

.footersocial i {
	padding: 25px 8px;
	font-size: 22px;
	color: #fff;
}

.footernav {
	text-align: center;
}

.footernav li {
	display: inline-block;
	text-transform: uppercase;
}

.footernav a {
	padding: 5px 20px;
	color: #fff;
}

/* --- New Footer --- */
.oldfooter {
    display: none;
}

.newfooter {
    display: block;
}

footer, .bottomRow {
    background: #15213e;
}

.bottomRow {
    border: none;
}

.copyright {
    display: none;
}

.copyrightnew {
    display: block;
}

.bottomRow {
    padding: 0px 0px 40px;
    font-size: 12.71pt;
    color: #a5a5a5;
}
	
.social {
	margin: 0px 0px 20px;
}

.social i {
    font-size: 20px; /*sets the size of the icon itself*/
    padding: 0px; /*sets the positioning of the icon within the circle*/
    margin: 0px 10px; /*gives spacing between the icons*/
}


.bottomRow a {
	color: #9bce2e;
}

.bottomRow a:hover {
	color: #fff;
}

/* ---------------- icon styles -------------------*/
.iconLink i {
    padding: 5px 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    border: solid 1px #cccccc;
    margin-right: 2px;
    transition:all .3s;
}

.iconLink .fa-file-excel-o {
    color: #3fa024;
}
a.iconLink:hover .fa-file-excel-o {
    background: #3fa024;
}


.iconLink .fa-file-pdf-o {
    color: #c70e0e;
}

a.iconLink:hover .fa-file-pdf-o {
    background: #c70e0e;
}


.iconLink .fa-file-word-o {
    color: #159ae8;
}
a.iconLink:hover .fa-file-word-o {
    background: #159ae8;
}


.iconLink .fa-file-powerpoint-o {
    color: #D24625;
}
a.iconLink:hover .fa-file-powerpoint-o {
    background: #D24625;
}

.iconLink .fa-file-audio-o {
    color: #34495E;
}
a.iconLink:hover .fa-file-audio-o {
    background: #34495E;
}

.iconLink .fa-file-video-o {
    color: #F39C12;
}
a.iconLink:hover .fa-file-video-o {
    background: #F39C12;
}

.iconLink .fa-file-archive-o {
    color: #8E44AD;
}
a.iconLink:hover .fa-file-archive-o {
    background: #8E44AD;
}

a.iconLink:hover .fa {
    color: #fff;
    border-color: transparent;
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* -------------------- Responsive Device CSS -------------------- */

/* Desktops */

@media screen and (min-width:768px) {
    ul.dropdown-menu li:hover > ul.dropdown-menu
    {
        display: block;
        position: absolute;
        top: -8px;
        left: 159px;
    }

    #phone .phoneIcon {
        display: none;
    }
}

@media screen and (min-width:1170px) {		
	nav .mainNav {		
		/*max-width:1170px;*/
		margin:0px auto;		
	}		
}

/* 4k screens */
@media screen and (min-width:1920px) {
	.carousel-inner>.item>img, .carousel-inner>.item>a>img {
			width: 100%;
		}
}

/* Laptops */
@media screen and (max-width:1200px) {
	nav.navbar {
		margin: 0px;
	}
	
	.navbar-nav>li {
		float: none;
		text-align: right;
	}
	
	.navbar-inverse .navbar-nav>.open>a {
		color: #000 !important;
		background-color: transparent !important;
	}
	
	.page-42 a, .page-163 a {
		margin: 5px 16px;
	}
}

/* Tablets */
@media screen and (max-width:980px) {
    .container {
        width: 100%;
    }

    /*This is to fix the horizontal scroll issue caused by the AOS (animate on scroll) framework that positions items off to the side before fading in*/
    html, body {
    max-width:100%;
    overflow-x:hidden;
    }
    /*end aos horizontal scroll fix*/
	
	.footerrow {
		display: block;
	}
	
	.projecttab {
		width: 37%;
	}
	
	.projecttabcontent {
		width: 63%;
	}
	
	.tabtext {
		display: table;
        margin: 0 auto;
	}
	
	.projecttab button {
		text-align: center;
	}
}

/* Portrait Tablets */
@media screen and (max-width:768px) {
    nav .navbar-nav {
        float: none;
		text-align:center;
    }

    #phone .phoneNo{
        display: none;
    }
	
	.navbar-toggle {
		top: -70px;
	}
	
.navbar-collapse {
    background: #fff;
    box-shadow: 1px -1px 8px 0px #00000069;
}
	
	.navbar-nav>li {
		text-align: unset;
	}
	
	.footernav li {
		display: block;
		padding: 10px 0px;
	}
}

/* Smartphones */
@media screen and (max-width:620px) {
    .siteLogo img {
		margin: 0 auto;
	}
	
	.navbar-toggle {
		top: 0px;
	}
	
.navbar .nav > li > a {
    margin-bottom: 10px;
}	
}

@media screen and (max-width:1440px) {
	.bottomImage {
		padding: 50px 0px 550px !important;
	}
}

@media screen and (max-width:1200px) {
	.memberstab, .memberstabcontent {
		width: 100%;
	}
}

@media screen and (max-width:960px) {
	.bottomImage {
		background-size: contain !important;
	}
}

@media screen and (max-width:768px) {
	.bottomImage {
		padding: 50px 0px 420px !important;
	}
		
}

@media screen and (max-width:650px) {
	.windHeader, .hydroHeader, .solarHeader, .naturalgasHeader, .coalHeader, .nuclearHeader, .wasteheatHeader, .transmissionHeader {
		font-size: 10vw;
	}
}

@media screen and (max-width:550px) {
	.bottomImage {
		padding: 50px 0px 300px !important;
	}
	
.heroTxt {
    color: #fff!important;
    position: relative!important;
    bottom: 0!important;
    left: 0!important;
    background: #00529b!important;
    padding: 2%!important;
}

.heroTxt h1 {
    font-size: 6vh !important;
}	
}

@media screen and (max-width:320px) {
	.bottomImage {
		padding: 50px 0px 200px !important;
	}
}

/* -- End Device CSS -- */