/* RI.gov - Agency Specific Stylesheet */

/* Change site background image */
body {
	background: transparent url(/assets/img/background/state-wind-farm-ri.jpg) top no-repeat fixed;
	background-size: cover;
}

/* Change A11y to show skip to content / navigation */
#skiptocontent a {
    background: transparent none repeat scroll 0 0;
	font-size: 0.75em;
	font-weight: 200;
    border-bottom: 1px solid #eee;
    border-bottom-right-radius: 6px;
    border-right: 1px solid #eee;
	border-bottom-left-radius: 6px;
    border-left: 1px solid #eee;
    color: white;
    left: 45%;
	padding: 6px;
    position: absolute;
    top: -50px;
    transition: top 1s ease-out 0s, background 1s linear 0s;
    z-index: 100;
}

#skiptocontent a:focus {
    background: #18416d none repeat scroll 0 0;
    left: 45%;
	outline: 0 none;
    position: absolute;
    top: 0;
    transition: top 0.1s ease-in 0s, background 0.5s linear 0s;
}

/* Change link hover transition */
a {
    cursor: pointer !important;
    transition: all 0.2s linear 0s !important;
}

a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}


/* Extra padding for content */
.content-padding {
	padding: 5px 5px 5px 5px
}
/* adjustments to owl slider */
.owl-theme .owl-controls {
margin-top: 5px;
padding-bottom: 5px;
}
.owl-carousel .owl-item {
margin-top: 0px;
}
#owl-example .item{
padding: 0px 0px;
margin: 10px;
text-align: center;
}
#owl-example .item img {
width: auto;
margin: 0;
display: block;
}
#owl-example .item a:hover img {
opacity: .8;
}
#owl-example p {
padding: 5px 0px 0px 0px;
margin-top: 0px;
margin-bottom: 0px;
}
.owl-carousel a[href$=".pdf"], .owl-carousel a[href$=".PDF"] {
padding: 0;
background: transparent; 
}
/* adjustments to pagination */
.pagination {
padding-top: .2em;
/*padding-bottom: 1.4em;*/
font-size: 0.875em;
}
ul.pagination {
margin-left: 0em;
padding-left: 0em;
}
ul.pagination li {
line-height: inherit;
color: #222;
border-radius: 3px;
}
ul.pagination li:hover a, ul.pagination li a:focus {
font-weight: bold;
}
/* Various paragraph styles */
p.description {
margin-bottom: .25em;
font-size: 0.875em; 
}
p.cap {
text-align:center;
padding-top: .5em;
font-size: .85em;
}
p.header {
margin-bottom: 0em;
font-weight:bold; 
}
p.moreinfo {
margin-top:.5em; 
border-bottom: solid 1px #ccc; 
padding-bottom: 1em;
}
/* adjustments to ul ol */
.panel ul li, .panel ol li {
font-size: 0.9em;
line-height: 1.6em;
margin-left: 15px;
}
/* adjustments to form elements */
fieldset {
border: solid 1px #cccccc;
padding: 1.25em;
margin: 1.125em 0; 
}
fieldset legend {
font-weight: bold;
background: transparent;
padding: 0 0.1875em;
margin: 0;
margin-left: -0.1875em; 
}
label.dark {
font-size: 0.875em;
color: #333333;
cursor: pointer;
display: block;
font-weight: normal;
margin-bottom: 0.2em;
text-shadow:none;
}
select {
margin: 0px 0px 1em;
font-family: inherit;
font-size: 100%;
}
/* adjustments Table */
table {
border-collapse: collapse;
border-spacing: 0px;
}
table caption {
background-color: #fff;
color: #222;
font-size: 1rem;
font-weight: bold;
}
/* adjustments ordered list */
.panel ol {
margin-left: 1.4rem;
}
/* image hover */
a:hover img {
opacity: .8;
}
/* darkpanel hover */
.darkpanel a:hover {
text-decoration: none;
color: #F0730E;
}
/* H4 with underline */
.underline h4 {
border-bottom: 1px solid #CCC; 
padding-bottom: 0.2em;
}
/* Adjustment to right nav */
.right-nav {
background-image: url('../../assets/img/contact.jpg');
width: 30px;
height: 100px;
position: absolute !important;
right: 0px;
top: 175px;
z-index: 999999;
}
@media only screen and (min-width: 320px) and (max-width: 680px) {
.right-nav {
background-image: url('../../assets/img/contact-r.jpg');
width: 38px;
height: 29px;
right: 57px;
top: 65px;
z-index: 999999;
}
}
/* Adjustment to map canvas for infowindow */
#map_canvas *, #map_canvas *:before, #map_canvas *:after {
-moz-box-sizing: content-box!important;
-webkit-box-sizing: content-box!important;
box-sizing: content-box!important; 
}
#map_canvas img {
max-width: none;
}
#map_canvas label {
width: auto;
display: inline; 
}
#map *, #map *:before, #map *:after {
-moz-box-sizing: content-box!important;
-webkit-box-sizing: content-box!important;
box-sizing: content-box!important; 
}
#map img {
max-width: none; 
}
#map label {
width: auto;
display: inline; 
}
input[type="text"] {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #CCC;
    display: inline;
    height: 2.5em;
    margin-bottom: 0.5em;
    padding-right: 45px;
    width: 100%;
}
.bullets{
list-style:disc;
}

.bullets > li {
list-style: disc;
margin-left: 1.5em;
font-size: 0.75em;
font-weight: normal;
line-height: 1.5;
}

.bullets-content > li {
list-style: disc;
margin-left: 1.5em;
font-size: 0.75em;
font-weight: normal;
line-height: 1.5;
}

.bullets-number{
list-style: decimal;
}

.bullets-number > li {
list-style: decimal;
margin-left: 1.5em;
font-size: 0.75em;
font-weight: normal;
line-height: 1.5;
}

.bullets-sub{
list-style: circle;
}

.bullets-sub > li {
list-style: circle;
margin-left: 2em;
font-size: 0.75em;
font-weight: normal;
line-height: 1.5;
}

.bullets-sub-alpha > li {
list-style: lower-alpha;
margin-left: 2em;
font-size: 0.75em;
font-weight: normal;
line-height: 1.5;
}

.white-panel {
    background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 2px #667183;
    border-color: #d7d7d7;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    margin-bottom: 1.25em;
    padding: 0.4em;
}

.dark-h {
    background-color: #1d4671 !important;
    border-radius: 0px;
    border-width: 0;
    color: #ffffff !important;
    
    padding: 8px;
}

.viz {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-radius: 5px;
    margin-bottom: 1.5em;
    padding: 8px;
}

.image-frame {
    background: #fff none repeat scroll 0 0;
    border: 7px solid #e6ebea !important;
    box-shadow: 6px 6px 5px 0 rgba(0, 0, 0, 0.45);
}

.thumbnail {
    border: 4px solid #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    display: inline-block;
    line-height: 0;
    margin-bottom: 1rem;
    max-width: 100%;
    transition: box-shadow 0.2s ease-out 0s;
}

.thumbnail:focus, .thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}
a.imgtopdf {
	background-image: none; 
	padding: 0;
	}


#solar a:hover {
    background: #e6a126;
    background: rgba(230, 161, 38,.9);
    background: -moz-linear-gradient(bottom,rgba(207,144,34,.9),rgba(232,170,59,.9));
    background: -webkit-linear-gradient(bottom,rgba(207,144,34,.9),rgba(232,170,59,.9));
    background: -o-linear-gradient(bottom,rgba(207,144,34,.9),rgba(232,170,59,.9));
}


#solar a:focus {
    background: #e6a126;
    background: rgba(230, 161, 38,.9);
    background: -moz-linear-gradient(bottom,rgba(207,144,34,.9),rgba(232,170,59,.9));
    background: -webkit-linear-gradient(bottom,rgba(207,144,34,.9),rgba(232,170,59,.9));
    background: -o-linear-gradient(bottom,rgba(207,144,34,.9),rgba(232,170,59,.9));
}


#solar a {
    background: #e4970f;
    background: rgba(228, 151, 15,.8);
    background: -moz-linear-gradient(bottom,rgba(205,135,13,.8),rgba(230,161,38,.8));
    background: -webkit-linear-gradient(bottom,rgba(205,135,13,.8),rgba(230,161,38,.8));
    background: -o-linear-gradient(bottom,rgba(205,135,13,.8),rgba(230,161,38,.8));
}

#biomass a:hover {
    background: #1e7421;
    background: rgba(42, 137, 45, .9);
    background: -moz-linear-gradient(bottom,rgba(17,103,20,.9),rgba(86,211,48,.9));
    background: -webkit-linear-gradient(bottom,rgba(17,103,20,.9),rgba(86,211,48,.9));
    background: -o-linear-gradient(bottom,rgba(17,103,20,.9),rgba(86,211,48,.9));
}

#biomass a:focus {
    background: #1e7421;
    background: rgba(42, 137, 45, .9);
    background: -moz-linear-gradient(bottom,rgba(17,103,20,.9),rgba(86,211,48,.9));
    background: -webkit-linear-gradient(bottom,rgba(17,103,20,.9),rgba(86,211,48,.9));
    background: -o-linear-gradient(bottom,rgba(17,103,20,.9),rgba(86,211,48,.9));
}

#biomass a {
    background: #2a892d;
    background: rgba(42, 137, 45, .8);
    background: -moz-linear-gradient(bottom,rgba(17,103,20,.8),rgba(86,211,48,.8));
    background: -webkit-linear-gradient(bottom,rgba(17,103,20,.8),rgba(86,211,48,.8));
    background: -o-linear-gradient(bottom,rgba(17,103,20,.8),rgba(86,211,48,.8));
}

#wind a:hover {
     background: #cccccc;
    background: rgba(204, 204, 204, .9);
    background: -moz-linear-gradient(bottom, rgba(127, 127, 127, .9), rgba(153, 153, 153, .9));
    background: -webkit-linear-gradient(bottom,rgba(127, 127, 127,.9),rgba(153, 153, 153,.9));
    background: -o-linear-gradient(bottom,rgba(127, 127, 127,.9),rgba(153, 153, 153,.9));
}

#wind a:focus {
    background: #cccccc;
    background: rgba(204, 204, 204, .9);
    background: -moz-linear-gradient(bottom, rgba(127, 127, 127, .9), rgba(153, 153, 153, .9));
    background: -webkit-linear-gradient(bottom,rgba(127, 127, 127,.9),rgba(153, 153, 153,.9));
    background: -o-linear-gradient(bottom,rgba(127, 127, 127,.9),rgba(153, 153, 153,.9));
}

#wind a {
    background: #cccccc;
    background: rgba(204, 204, 204, .9);
    background: -moz-linear-gradient(bottom, rgba(127, 127, 127, .8), rgba(153, 153, 153, .8));
    background: -webkit-linear-gradient(bottom,rgba(127, 127, 127,.8),rgba(153, 153, 153,.8));
    background: -o-linear-gradient(bottom,rgba(127, 127, 127,.8),rgba(153, 153, 153,.8));
}


#wind ul li a, #biomass ul li a, #hydro ul li a, #solar ul li a, #news ul li a,#storage ul li a {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    min-height: 5px;
    padding: 5px 10px 5px 20px;
    text-align: left;
	font-size: 0.9em;
}

#biomass ul li a:hover, #wind ul li a:hover, #solar ul li a:hover, #hydro ul li a:hover, #news ul li a:hover, #biomass ul li a:focus, #hydro ul li a:focus, #wind ul li a:focus, #solar ul li a:focus, #news ul li a:focus, #storage ul li a:hover,#storage ul li a:focus {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    text-decoration:underline;
	border-radius: 0;
    box-shadow: none;
    min-height: 5px;
    text-align: left;
	font-size: 0.9em;
}

#hydro a:hover {
    background-color: #2668ad;
    background: rgba(54, 119, 188,.9);
    background: -moz-linear-gradient(bottom,rgba(35,94,156,.9),rgba(170,209,248,.9));
    background: -webkit-linear-gradient(bottom,rgba(35,94,156,.9),rgba(170,209,248,.9));
    background: -o-linear-gradient(bottom,rgba(35,94,156,.9),rgba(170,209,248,.9));
}

#hydro a:focus {
    background-color: #2668ad;
    background: rgba(54, 119, 188,.9);
    background: -moz-linear-gradient(bottom,rgba(35,94,156,.9),rgba(170,209,248,.9));
    background: -webkit-linear-gradient(bottom,rgba(35,94,156,.9),rgba(170,209,248,.9));
    background: -o-linear-gradient(bottom,rgba(35,94,156,.9),rgba(170,209,248,.9));
}


#hydro a {
    background-color: #3677bc;
    background: rgba(54, 119, 188,.8);
    background: -moz-linear-gradient(bottom,rgba(35,94,156,.8),rgba(170,209,248,.8));
    background: -webkit-linear-gradient(bottom,rgba(35,94,156,.8),rgba(170,209,248,.8));
    background: -o-linear-gradient(bottom,rgba(35,94,156,.8),rgba(170,209,248,.8));
}

#solar a:hover {
    background: #e6a126;
    background: rgba(230, 161, 38,.9);
    background: -moz-linear-gradient(bottom,rgba(207,144,34,.9),rgba(232,170,59,.9));
    background: -webkit-linear-gradient(bottom,rgba(207,144,34,.9),rgba(232,170,59,.9));
    background: -o-linear-gradient(bottom,rgba(207,144,34,.9),rgba(232,170,59,.9));
}

#storage a:hover {
    background-color: #CCCC00;
    background: rgba(196, 204, 25,.9);
    background: -moz-linear-gradient(bottom,rgba(196, 204, 25,.9),rgba(247, 255, 76,.9));
    background: -webkit-linear-gradient(bottom,rgba(196, 204, 25,.9),rgba(247, 255, 76,.9));
    background: -o-linear-gradient(bottom,rgba(196, 204, 25,.9),rgba(247, 255, 76,.9));
}

#storage a:focus {
    background-color: #CCCC00;
    background: rgba(196, 204, 25,.9);
    background: -moz-linear-gradient(bottom,rgba(196, 204, 25,.9),rgba(247, 255, 76,.9));
    background: -webkit-linear-gradient(bottom,rgba(196, 204, 25,.9),rgba(247, 255, 76,.9));
    background: -o-linear-gradient(bottom,rgba(196, 204, 25,.9),rgba(247, 255, 76,.9));
}



#storage a {
    background-color: #CCCC00;
    background: rgba(196, 204, 25,.9);
   background: -moz-linear-gradient(bottom,rgba(170, 178, 0,.8),rgba(247, 255, 76,.8));
    background: -webkit-linear-gradient(bottom,rgba(170, 178, 0,.8),rgba(247, 255, 76,.8));
    background: -o-linear-gradient(bottom,rgba(170, 178, 0,.8),rgba(247, 255, 76,.8));
}


#solar a:hover {
    background: #e6a126;
    background: rgba(255,255,0,.9);
    background: -moz-linear-gradient(bottom,rgba(207,144,34,.9),rgba(232,170,59,.9));
    background: -webkit-linear-gradient(bottom,rgba(207,144,34,.9),rgba(232,170,59,.9));
    background: -o-linear-gradient(bottom,rgba(207,144,34,.9),rgba(232,170,59,.9));
}



.callouts {
    margin-bottom: 1em;
}

.callouts a {
    border-radius: 1em;
    box-shadow: 0 0 2px 1px rgba(79, 79, 79, 0.6);
    color: #fff;
    display: block;
    font-size: 1em;
    min-height: 150px;
    padding-bottom: 0.5em;
    text-align: center;
}

.callouts ul {
    
	width: 90%;
	list-style-type: none;
	color: #fff;
	font-size: 1.0em;
	margin: 0 12px !important;
	margin-bottom: 20px;
	background: #193a5c;
	background: rgba(25, 58, 92, .8);
	box-shadow: 0 0 2px 1px rgba(79, 79, 79, 0.6);
}

.callouts ul li {
    list-style-type: none;
}

.rcorners {
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 25px;
  border: 2px solid #2a528f;
  padding: 8px; 
  
 

}

