/* RI.gov - Agency Specific Stylesheet */

/* Change site background image */
body {
	background: transparent url(../../assets/img/background/aerial-opt.jpg) top no-repeat fixed;
	background-size: cover;
}
/* Extra padding for content */
.content-padding {
	padding: 5px 5px 5px 5px
}
/* Orange button */
.button.orange {
    background-color: #ff9600;
    border-color: #ff9600;
    color: #FFF;
}
.button.orange:hover, .button.orange:focus {
    background-color: #F0730E;
}
/* 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;
}
p.moreinfo {
margin-top:.5em; 
border-bottom: solid 1px #ccc; 
padding-bottom: 1em;
}
/* adjustments Table */
table {
border-collapse: collapse;
border-spacing: 0px;
}
table caption {
background-color: #fff;
color: #222;
font-size: 1rem;
font-weight: bold;
}
/* image hover */
a:hover img {
opacity: 1;
}
/* Remove PDF icon */
.nopdf a[href$=".pdf"], .nopdf a[href$=".PDF"] {
padding-left: 0;
background: transparent;
} 

/* 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; 
}
#mapcontent.panel {
border-width: 0px;
border-color: #ffffff;
margin-bottom: 1.25em;
padding: 1.25em;
background: #ffffff;
box-shadow: none;
}
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%;
}
button.small, .button.small {
    font-size: 14px;
    padding: 5px;
}

#contactform input[type="text"] {
	width: inherit;
	padding: 0;
	border-radius: 0;
	border-color: #7c7c7c #c3c3c3 #ddd;
    border-style: solid;
    border-width: 1px;
	height: 1.75em;
	box-shadow: 0 1px 0 0 #CCC inset;	
}

#contactform label{
	border: medium none;
    color: #222;
    display: block;
    font-size: 70%;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px;
    white-space: normal;
    width: 100%;
	text-shadow: none;	
}

#contactform span.req{
	color: red !important;
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#cformheader {
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    letter-spacing: 0.01em;
	color: #555;
    font-size: 65%;
    line-height: 135%;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 5px;
    padding: 0 1% 1.1em;
}

#cformheader h2{
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
	font-size: 24px;
	border-bottom: none;
}

fieldset {
  display: inline-block;
  /*width: 10em;
  margin: 0 1em 0 0;*/
  border: none;
  padding:0;
}

/*fieldset > input,*/
fieldset > label {
  display: block;
  width: 8em;
  text-align: left;
  margin: 0 auto;
  font-size: 12px !important;  
}


.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {

	line-height:0!important;
	.recaptcha_input_area{
	height: 30px!important;

}
