.google-maps {
        position: relative;
        padding-bottom: 100%;
        height: 0;
        overflow: hidden;
    }
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

div.flex {display:flex;flex-wrap:wrap;}
div.wrap {flex-wrap:wrap;}
div.column {flex-direction:column;}
div.padding {padding:1rem;}
div.thirds {flex:1 1 30%;min-width:300px;padding:1rem 1rem 0rem 1rem;}
div.fifths {flex:1 1 18%;min-width:160px;padding:.5rem .5rem 0rem .5rem;}
div.half {flex:1 1 48%;min-width:450px;padding:1% 1% 0 1%;}
div.separators>div {
	padding-bottom:1rem;
}

svg.pdfIcon {
	height:1.2rem;
	width:1.2rem;
}

div.separators>div:not(:first-child) {
	border-top:1px solid #BBB;
}
div.center {text-align:center;}
img.logo {width:150px;margin-right:1rem;}

div.logos>a>img
{
	margin:1rem;
	text-align:center;
}

a#giving>img {
	border-radius:20px;
	box-shadow:-5px 5px 8px #AAA;
}
a#giving>img:hover {
	box-shadow:none;
}

.border {border:1px solid #BBB;}

div#turbine {
	background: url('_images/turbine.jpg') no-repeat;
	background-size: cover;
}
div#turbine_text {
	padding:1rem;
	color:white;
	flex:1 1 55%;
	background: #274e9666;
}
div#turbine_text h4 {
	color:white !important;
}
div#turbine_text>p>a {
	color:white !important;
	text-decoration:underline;
}
div#turbine>div:not(#turbine_text)
{
	flex:1 1 40%;
}

div#panels>a
{
	padding:1rem;
	background:#274e96;
	color:white;
	font-size:1.5rem;
	flex:1 1 auto;
	text-align:center;
}
div#panels>a:hover
{
	background:lightsteelblue;
	color:darkblue;
}
div#panels>a:not(:first-child)
{
	border-left:1px solid lightsteelblue;
}

p.bigtext {font-size:1.5em !important;}

p.button>a {
background-color: #090;
border: none;
color: white !important;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.2rem;
letter-spacing: .1rem;
transition:all .2s ease;
transform: rotate(10deg);
}
p.button>a:hover
{
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	transform: rotate(0deg);
}

div.flex>img {
align-self:flex-start;
}
	
div.nivoSlider {
	width:240px;
	margin:0 auto;
}
div.nivo-caption {
	line-height:1.5rem;
}

/* Stuff for the top menu bar */
nav.topNav {
	display:flex;
	width:100%;
	margin:0 !important;
	font-family: 'Open Sans', sans-serif;
	font-size:1.2em;
	background:#333;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	flex-wrap:wrap;}
nav.topNav > a {padding:1em;color:#EEE !important;transition: all 0.3s ease;}  
nav.topNav > a.title {font-weight:bold;}  
nav.topNav > a:hover {background:#639;}
nav.topNav > a.icon { display:none; }
 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 550px) {
  nav.topNav a:not(:first-child) {display: none;}
  nav.topNav a.icon {
    order:2;
    display: block;
  }
  nav.topNav {
	justify-content:space-between;
	flex-wrap:nowrap;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  nav.topNav.responsive {position: relative;flex-direction:column;}
  
  
  nav.topNav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  nav.topNav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 