/*
Theme Name: wp-azclimate
Description: wptemplate-gios-v1 Child Theme
Theme URI: https://sustainaibility.asu.edu/
Author: Justin Holloway
Author URI: https://sustainability.asu.edu/
Template: wptemplate-gios-v1
Version: 1.0
*/
 





/*
 
Additional Stylesheet - loads last

*/

/* =TYPOGRAPHY
----------------------------------------------- */

h1, h2, h3, h4, h5 {
    font-family: arial, sans-serif;
	letter-spacing: -1;
	font-weight: normal;
}

h1 {
	color: #990033;
	font-size:25px;
	line-height: 34px;
}

h2 {
	color: #990033;
	font-size: 20px;
	letter-spacing: normal;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}

h3 {
	color: #990033;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 21px;
}

h4 {
	color: #990033;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 5px;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px; 
	margin-bottom: 9px;
}

.entry-title {
	display: none;
}

.site-title {
	font-size: 25px;
}

.page-header {
	padding-bottom: 9px;
	margin: 0px 0 10px;
	border-bottom: 1px solid #eee;
}

a:link {
	color: #990033;
}

a:visited {
	color: #990033;
}

a:hover {
	color: #405d96;
	text-decoration: none;
}

@media (max-width: 768px) {

	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin-right:0px;
		margin-left: 0px;
		}

	
	.navbar-nav>li>a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	
	button.navbar-toggle {
		box-shadow: none;
		background-color: #990033;
	}
	
	button:hover {
		box-shadow: none;
		background-color: #990033;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		color: white;
		background-color: white;
	}
	
	.navbar-default .navbar-toggle {
		border-bottom-color: white;
		background-color: #990033;
		float: left;
		margin-left: 18px;
		border: 1px solid #FFFFFF;
	}
	
	.navbar-default .navbar-toggle:hover {
		
		background-color: #990033;
		
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: white;
		line-height: 30px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: white;
	}
	
	

}

.navbar-toggle {
	float: left;
	margin-left: 18px;
	border-width: 3px;
	border: 1px solid #398439;
		
}



.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.request-info-toggle p {
	color: #fff;
	padding: 15px 0px 0px 0px;
	font-weight: bold;
	font-size: 16px;
}

.request-info-toggle {
	margin-right: 18px;
	
}

.toggle-menu {
	float: left;
}


.btn-success {
	float: right;
	background-image: linear-gradient(to bottom,#990033 0,#6F3535 100%);
	border-color: white;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-position: 0 0;
	border-color: white;
	background-color: rgba(255,255,255,0);
}



/* =Structure
----------------------------------------------- */

@media (min-width: 1200px) {
  .container {
	width: 970px; 
  }
}

.site-title {
	display:none;
}

#primary{
	float: left;
}

#secondary {
	float: right;
	
}

.page-content, .entry-content, .entry-summary {
	margin: 0 0 0;
}

.row {
	  margin-bottom: 25px;
}

.full {
	width:100%;
}

ul {
	list-style: none;
}

.icons{
	color:#7ab3e2;
}

.icons:hover{
	color:#608fb4;
}


.resources {
	margin-bottom: 30px;
}

/* =Aside
----------------------------------------------- */


/* =Global
----------------------------------------------- */

ul, ol {
	margin: 0px;
}


/* =Header
----------------------------------------------- */
.navbar-brand {
	text-indent: -9999px;
}
.site-branding{
	margin-top: 0px;
	margin-bottom: 0px;
}


/* =Menu
-------------------------------------------------------------- */

.navbar {
	border-radius: 0px;
	background-color: #990033;
}

.navbar-default {
	border-radius: 0px;
}


/* =Content
----------------------------------------------- */

.panel-default>.panel-heading {
	background-image: -webkit-linear-gradient(top,#990033 0, #990033 100%);
	background-image: linear-gradient(to bottom,#A52E2E 0,#6F3535 100%) ;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.panel-default>.panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #bb3a65;
} 

.panel-body.hp {
	background-color: white; 
	border: 1px solid #e3e3e3; 
	padding: 7px; 
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

.panel-default {
	border-color: rgba(186,58,101,0.46);
}

.panel-title {
	font-weight: bold;
}

/* =Gallery
----------------------------------------------- */





/* =Image
----------------------------------------------- */

#content a img {
	border: 1px solid #e3e3e3;
	padding: 2px;
	margin-bottom: 10px;
}

.size-thumbnail {
	border-radius: 3px;	
}

.border-radius {
	border-radius: 4px;
}

a .header_img{
	border: none;
	padding: 0px;
}

.int-header {
	margin-bottom: 13px;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: none; 
	box-shadow: none; 
}

:focus {
	outline: none;
}

.hp-precip {
	float: left;
	border: none;
	width: 100%;
	height: 138px;
	border-radius: 3px;
	box-shadow: none;
	color: rgba(0, 0, 0, .8);
	cursor: pointer;
	-webkit-appearance: none;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	text-shadow:none;
	background: none;
}

.precipitation {
	background-image: url(https://azclimate.asu.edu/files/2014/10/precipitation.jpg);
	max-width: 300px;
}

.precipitation:hover {
	background-image: url(https://azclimate.asu.edu/files/2014/10/precipitation-hover.jpg);
}

.hp-precip:hover {
 	background: none;	
	box-shadow: none;
 }

.hp-evap {
	background: none;
	background-image: url(https://azclimate.wp.prod.gios.asu.edu/files/2014/06/evap.png);
	box-shadow: none;
}

.hp-evap:hover {
	background: none;
	background-image: url(https://azclimate.wp.prod.gios.asu.edu/files/2014/06/hp-evap-hover2.png);
	box-shadow: none;
	
}

.hp-rain {
	background: none;
	background-image: url(https://azclimate.wp.prod.gios.asu.edu/files/2014/06/hp-rain.png);
	box-shadow: none;
}

.hp-rain:hover {
	background: none;
	background-image: url(https://azclimate.wp.prod.gios.asu.edu/files/2014/06/hp-rain-hover.png);
	box-shadow: none;
}

.hp-calendar {
	background: none;
	background-image: url(https://azclimate.wp.prod.gios.asu.edu/files/2014/07/calendar.png);
	box-shadow: none;
}

.hp-calendar:hover {
 	background: none;
	background-image: url(https://azclimate.wp.prod.gios.asu.edu/files/2014/07/calender-hover.png);
	box-shadow: none;
}

.wp-caption .wp-caption-text {
	margin-top: 3px;
	font-size: 12px;
	color: gray;
	text-align: left;
}


/* =Navigation
-------------------------------------------------------------- */

.navbar  {
	margin-bottom: 24px;
}

.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-default .navbar-brand {
	display: none;	
}

.navbar-default {
	background-image:  linear-gradient(to bottom,#990033 0,#6F3535 100%);
	border: none;	
		background-color: #990033;
}

.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	font-weight: bold;
	border-right: 1px solid rgba(100, 0, 33, 0.45);
	background-image: linear-gradient(to bottom,#990033 0,#6F3535 100%);
	background-color: #990033;
}

.navbar-default .navbar-nav>li>a:hover {
	color: white;
	background-image: linear-gradient(to bottom, #660022 0%, #6f3535 100%);
	background-color: #990033;
}

.last-menu-item a{
	border-right: none !important;
}

.navbar-nav>li>a {
	padding-left: 47px;
	padding-right: 47px;
	background-image: linear-gradient(to bottom,#990033 0,#6F3535 100%);
	background-color: #990033;
}

.navbar-default .navbar-nav>li>a {
	color: white;
	background-image: linear-gradient(to bottom,#990033 0,#6F3535 100%);
	background-color: #990033;
}


.navbar-default .navbar-nav>.active>a {
	color: white;
	background-image: linear-gradient(to bottom, #660022 0%, #6f3535 100%);
	background-color: #990033;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: white;
	background-color: #990033;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	border-color: #6F3535 ;
	background-color: #990033;
}

.navbar-default .navbar-nav>.active>a:hover {
	color: white;
	background-color: rgba(153,0,51,0.59);	
}

.dropdown-menu>li>a	{
	line-height: 40px;
	font-weight: bold;
	border-bottom: 1px solid rgba(100, 0, 33, 0.45);
	background-repeat: no-repeat;
	background-color: linear-gradient(to bottom,#990033 0,#6F3535 100%);
	color: white;
	background-color: #990033;
}

.dropdown-menu>li>a:hover {
	background-image: linear-gradient(to bottom,#990033 0,#6F3535 100%);
	color: white;
	border-bottom: 1px solid rgba(100, 0, 33, 0.45);
	background-color: #990033;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
	background-image: linear-gradient(to bottom,#990033 0,#6F3535 100%);
	border-bottom: 1px solid rgba(100, 0, 33, 0.45);
	background-color: #990033;
	color: white;
}

.dropdown-menu {
	background-image: linear-gradient(to bottom, #660022 0%, #6f3535 100%);
	background-color: #990033;
}

.container-fluid {
	padding: 0px;
	
}

.container {
	padding: 0px;
}


@media ( max-width: 991px ) {

   .navbar-nav>li>a {
	font-size: 16px;
	padding-left: 28px;
	padding-right: 28px;	
	}
}

@media ( max-width: 767px ) {

	sticky-nav.affix {
	top: 0px !important; 
	}
	


}

/* =Widgets
----------------------------------------------- */

.widget-title {
	font-size: 18px;
	line-height: 25px;
}

#rss-3 a img{
	padding: 0px;
}

#rss-3 ul {
	list-style: none;
}

.widget.right {
	color: white;
	text-align: right;
}

.widget_search {
	display: none;
}
/* =Footer
----------------------------------------------- */
.site-footer{
	background-image: linear-gradient(to bottom, #676767 0%, #272727 100%);
	
}

#text-2 {
	margin-top: 35px;
	color: white;
}

#text-2 a {
	color: white;
}

#text-3 {
	
	margin-top: 35px;
}

#text-4 {
	margin-top: 37px;
}





/*
#footer-left-logo {
	width: 310px;
	height: 76px;
	float: left;
	display: inline-block;
	margin: 0px;
	padding: 0 0 0 0;
	background: url(https://azclimate.wp.prod.gios.asu.edu/files/2014/07/JAW-GIOS_REV.png) left no-repeat;

}

#footer-left-center {
	width: 310px;
	height: 76px;
	float: left;
	display: inline-block;
	margin-left: 30px;
	padding: 0 0 0 0;
	background: url(https://azclimate.wp.prod.gios.asu.edu/files/2014/07/SGSUP_Horiz_REV.png) left no-repeat;

}



.footer-right-contact {
	text-align: right;
	font-size: 12px;
}

*/
@media ( max-width: 991px ) {
	
	.footer-right-contact {
	float: 
	}

}

@media (max-width: 767px) {

	.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
	-webkit-overflow-scrolling: touch;
	}
	
	#footer-left-center {
		margin-left: 0px;
		clear: right;
	}
	
	.footer-right-contact {
	width: 100%;
	}
	
	#secondary {
	display: none;
	}
}

.row-padding-cancel {
	margin-left: 0px;
	margin-right: 0px;
}

/* =============================================================================
   ASU Navigation
   ========================================================================== */

/*
 *  ASU Header  https://www.asu.edu/asuthemes/4.0/css/asu_header.css
 */

/* =Header Styles
--------------------------------------------------------- */
#asu_hdr {
	position: relative;
	display: block;
	overflow: visible !important;
	font-family: Arial, Helvetica, sans-serif;
 	color: #000;
	z-index: 500;
}

/*
#asu_hdr img {
	border: 0;
}
#asu_logo {
	margin: 0;
	display: block;
	float: left;
	min-width:203px
}
#asu_print_logo {
	display: none;
}

*/
/* ----{ Sign-In Links }---- */
#asu_login_module {
	border-left: 1px solid #CCC;
	margin: 5px 0;
	padding: 0 0 0 5px;
	float: right;
	display: inline-block;
}
#asu_login_module li {
	color: white;
	font-weight: bold;
 	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 .41em;
}
#asu_login_module li.end {
	text-transform: uppercase;
	padding-right: 0;
}
#asu_login_module li a {
	text-decoration: none;
	line-height: 1em;
	color:white;

}
#asu_login_module li a:hover {
	text-decoration: underline;
	color: white;
}
#asu_search_module {
	clear: right;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
}
#asu_search_module input.asu_search_box {
	background-color: #f3f2e6;
	border-top: 1px solid #999;
	border-right: 1px solid #6c6c6c;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 230px;
	height: 20px;
	padding: 0 0 0 3px;
	vertical-align: middle;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #333;
}
#asu_search_module input.asu_search_button {
	background: #000;
	border: 0 none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-khtml-border-radius: 0px;
	color: #FFF;
	font-size: 11px;
	width: 48px;
	height: 22px;
	margin-left: 0;
	padding: 0;
	text-shadow: none;
	vertical-align: middle;
	cursor: pointer;
}
.asu-nav {
	display: block;
	text-align: right;
	margin: 0;
	padding: 5px 0;
	float: right;
} 
.asu-nav li.first {
	display: inline;
	margin-right: 1em;
}
.asu-nav li {
	margin-right: .7em;
	display: inline-block;
	font-size:  ;
	line-height:  ;
}
.asu-nav li.last {
	border-left: 1px solid #CCC;
	display: inline;
	padding-left: 1.2em;
	margin-right: 0;
}
.asu-nav ul li.last {
	border-left: none;
	padding-left: 0;
}
.asu-nav li.last a {
	text-transform:  ;
	font-weight: bold;
}
.asu-nav ul a {
	color:#545454 !important;
	display:block;
	padding: 0;
	margin: 5px 10px;
	line-height: 20px;
	white-space: nowrap;
}
.asu-nav ul a:hover {
	text-decoration:underline;
}
.asu-nav > li {
	position:relative;
}
.asu-nav > li.parent {
	margin-right: 0;
}
.asu-nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin-left:0;
	padding:5px;
	text-align:left;
	background-color: #fff;
	padding-top: 10px;
	-moz-box-shadow: 0px 3px 3px 0px #999;
	-webkit-box-shadow: 0px 3px 3px 0px #999;
	box-shadow: 0px 3px 3px 0px #999;
	zoom: 1;
 filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=135, strength=5), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=225, strength=5);
}
.asu-nav ul li, .asu-nav ul li:first-child, .asu-nav ul li:last-child {
	color: #545454 !important;
	display:block;
}
/**
ul.asu-nav > li.parent > a {
	background: transparent url(img/asu_arrow_closed.gif) 100% 55% no-repeat;
	padding-right: 10px;
}
ul.asu-nav > li.parent > a:hover {
	background: transparent url(img/asu_arrow_open.gif) 100% 55% no-repeat;
	padding-right: 10px;
}
*/
.asu-nav li.parent ul li a.border {
	border-bottom: 1px dotted #a6a6a6;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.asu-nav li:hover > ul {
	display:block;
	z-index: 1;
	margin: 0;
	padding: 5px;
}

.asu-search {
	width: 30%;
	float: right;
	margin:0;
}
.asu-search p {
	margin: 0;
}
.asu-search p:last-child {
	display: none;
}
.asu-search input[type=search] {
	float: right;
	width: 100%;
	background-color: #eee;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #333;
	padding: 0px 5px;
	margin: 0 0 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
}
.asu-search input[type=submit] {
	display: none;
}
.main-menu ul.menu > li.cat-active {
	border-top: 5px solid #ffb310;
}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.hidden, 
#webform-component-program-code,
#webform-component-plan-code,
.field-name-field-grad-program,
.field-name-field-program,
.field-name-field-plan {
	visibility: visible;
	display: none;
}
.navHidden {
	display:none;
}

@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}

.asu-nav a {
	color:white;
	text-decoration: none;
}
.asu-nav li {
	font-size: .8em;
}
#asu_login_module {
		font-size: .8em;
}

@media  ( max-width: 1199px ) {

	.asu-nav li {
		font-size: .7em;
	}
	
	#asu_login_module {
			font-size: .7em;
	}
}

@media  ( max-width: 991px ) {
 
	#asu_nav_wrapper .asu-sign-in {
		display:none;
	}
	
	#asu_login_module {
		display:none;
    }	
}

@media  ( max-width: 767px ) {	

	.asu-nav {
	display: none;
	}
	
	.navbar-toggle {
	 float: left;	
	}
	
	

}

@media(min-width:768px) {

	.request-info-toggle {
	  display: none; 
	}
}

.region-asu-nav a{
	color: #FFFFFF !important;
}

#asu_login_module li{
	color: #FFFFFF !important;
}

@media (max-width: 767px) {

	.region.region-asu-nav {
		display: none;
	}
}

















