/**
 * Theme Name: All Hands Raised
 * Theme URI: http://allhandsraised.org
 * Author: Substance Inc
 * Author URI: http://findsubstance.com
 * Description: Custom theme for All Hands Raised
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: 
 * Text Domain: allhandsraised
 */

/* BEGIN DRAWBRIDGE CREATIVE – ALL HANDS RAISED THEME CUSTOMIZATION */

img {
	height: auto;
}

@media (max-width: 929px) {
	.homepage-header {
		margin-top: 71px;
	}
}
@media (max-width: 599px) {
	.homepage-header {
		margin-top: 110px !important;
	}
}

/*     Tableau Pages     */
.tableauMessage img {
	box-shadow: none !important;
}
.tableauMessage {
    padding: 10px 2% 100px 2% !important;
}
@media (max-width: 1000px) {
.tableauMessage {
    
    margin-top: 10px !important;
}
}

@media screen and (min-width: 1001px) {
	#data_navbar {
		display: none;
	}
}

#data_navbar .nav-tabs > li.dropdown > a {
	line-height: 46px;
}

#data_navbar {
	width: 100%;
	max-width: 480px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

ul#data_navbar {
	margin-left: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

#data_navbar .dropdown,
#data_navbar .dropdown-menu {
	width: 100%;
}

#data_navbar .dropdown-menu {
	font-family: 'Helvetica Neue',Arial,Sans-serif;
	margin-top: 0px;
	border-radius: 0;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing:    border-box !important;
	box-sizing:         border-box !important;
}

#data_navbar li.dropdown>a {
	font-family: 'cabin_condensedbold',Sans-serif;
	background-color: #FFFFFF;
	padding: 5px 12px !important;
	border: 3px solid #298893 !important;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing:    border-box !important;
	box-sizing:         border-box !important;
}

#data_navbar .dropdown-menu > li > a {
	line-height: 35px;
	letter-spacing: .02em;
}

#data_navbar .caret {
	float: right;
	margin-top: 12px;
}

/* Our Staff */
#our_staff {

}
.staff_member {
	float: left;
	min-width: 100%;
	clear: both;
	margin-bottom: 24px;
}
.staff_member p {
	margin-bottom: 0;
}
.staff_image {
	max-width: 100px;
	float: left;
	margin-right: 15px;
}



/*  DONATION PAGE  */


#field_4_37, #field_4_41 {
    display: none;
}
.if_you > .gfield_label {
	font-size: 22px !important;
}


/* END DRAWBRIDGE CREATIVE – ALL HANDS RAISED THEME CUSTOMIZATION */


/* Tableau Page Dropdown Menu CSS (Bootstrap 3.3.7) */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.nav-tabs .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav-tabs .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.nav-tabs .dropdown-menu > li > a:hover,
.nav-tabs .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.nav-tabs .dropdown-menu > .active > a,
.nav-tabs .dropdown-menu > .active > a:hover,
.nav-tabs .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.nav-tabs .dropdown-menu > .disabled > a,
.nav-tabs .dropdown-menu > .disabled > a:hover,
.nav-tabs .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.nav-tabs .dropdown-menu > .disabled > a:hover,
.nav-tabs .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}