#bfa-awards-wrapper {
padding-left:10px; 
padding-right:16px;
margin-top: 0px;
margin-bottom: 50px;
}

.filter-group {
  float:left;
  padding:10px;
  width:199px;
}

.list-filters {
  font-family: 'ProximaNovaSExCn-Light','Arial',sans-serif;
  font-size:18px;
  color:#AAAF9B;
}

.filter-title {
  font-size:22px;
}

#bfa_map_canvas{
  height: 500px;
  width: 700px;
  position: relative;
}

#google-map-container {
  height: 500px;
}

#bfa-awards-map-container {
  position: relative;
}

#bfa-awards-map-container .background {
  fill: none;
  pointer-events: all;
}

#bfa-awards-map-container #map-holder svg, 
#bfa-awards-map-container #map-holder rect {

  width: 100% !important;
}

#bfa-awards-list-container{
  display: none;
  margin-left: 30px;
}

.state-label, .subunit-label {
  fill: #000;
  text-transform: uppercase;
  stroke: black;
  font-size: 18px;
  text-anchor: middle;
  pointer-events: all;
  font-family: 'ProximaNovaSExCn-Light','Arial Bold',sans-serif;
}
#node-44 .state-label, #node-44 .subunit-label {
  font-size: 14px;
}

.state-label:hover {
  font-weight: normal;
  cursor : pointer;
}

.accordionAnswer {
  display:none;
  margin-bottom: 30px;
}
.accordionQuestion {
  border-bottom: 3px solid rgb(234, 235, 225);
  cursor: pointer;
  margin-right: 10px;
}
.accordionQuestion h4 {
  display: inline;
  float: left;
  width: 90%;
  font-family: 'ProximaNovaExCn-Light','Arial Narrow',sans-serif; font-size: 24px; text-transform: none; padding-top:4px;
}
.accordionAnswer ul {list-style-type: square;}
.accordionQuestion a:hover {
  color: black; 
}
.accordionQuestion .button{
  display: inline;
  float: right;
  color: #ccc;
  width: 35px;
}
.accordionQuestion .button, .accordionQuestion .expanded .button {color: rgb(234, 235, 225); font-size:18px; font-family: monospace; margin-top: 4px;}
.accordionQuestion.expanded{
  border-bottom: 3px solid #FF9E1B;
  margin-bottom: 12px;
}
.accordionQuestion.expanded .button{
  color: rgb(234, 235, 225);
}

.node-type-webform .webform-component-fieldset .form-radio{
  opacity: 0;
  margin:1px;
}

div.is-unchecked, div.grey-unchecked {
  border: 2px solid #D1D3C3;
  height: 10px;
  width: 10px;
}
div.grey-checked input, div.grey-unchecked input{
  position:relative;
  top: -7px;
  left: -7px;
}
div.grey-checked, div.grey-unchecked {
  float:left;
}
div.grey-checked {
  border: 2px solid #D1D3C3;
  background:#D1D3C3;
  height: 10px;
  width: 10px;
}
div.is-checked {
  border: 2px solid #0092BC;
  background:#0092bC;
  height: 10px;
  width: 10px;
}
label.is-checked {
  color:#0092bC;
}
  
.node-type-webform .webform-component-fieldset legend{
  color:#000;
  font-size: 22px;
  top:15px; 
  position:relative; 
  text-transform: uppercase;
  font-family: "ProximaNovaSExCn-Regular", "Arial", sans-serif;
  margin-top: 25px;
}
.node-type-webform .fieldset-wrapper {
	margin:0px 2px;
	padding:0px;
}
.node-type-webform .webform-component-fieldset{
  border: none;
  border-left: 3px solid #0092BC;
}
.node-type-webform .webform-component-fieldset .form-required{
  display: none;
}
.node-type-webform #webform-component-bar .bfaTabs { 
  margin-left: 20px; margin-right: 16px;
}
.bfaTabs{
  background: #D1DBC3;
  padding: 2px 20px;
  margin-left: 4px;
}
.bfaTabs a{
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  border-right: 2px solid #fff;
  padding: 0 5px;
  font-family: "ProximaNovaSExCn-Regular", "Ariel", sans-serif;
}
.bfaTabs a:active, .bfaTabs a:hover{
  color: #5A5F49;
}
.question-number {
display: inline;
float: left;
font-family: georgia;
font-size: 40px;
  color:#0092bC;
  width: 25px;
  margin-top: 10px; margin-left: 30px;
}

.node-type-webform .webform-component label{
  font-family: "ProximaNovaSExCn-Light","Arial Narrow", sans-serif;
  font-size: 18px;
  width: 75%;
  font-weight: normal;
  text-transform: none;
}
.node-type-webform .webform-component label.option{
  font-family: 'ProximaNova-Semibold', 'Arial Narrow', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 200px;
  display: inline;
  color: #5A5F49;
}

.page-node .form-radios {
  float: right;
}

.page-node-edit .form-radios, 
.page-node-add .form-radios {
  float: none;
}

.simplemodal-overlay{
  background: #D1DBC3;
  opacity: 0.5;
}
.simplemodal-container {
  color: #000;
  background: #fff;
  border-left: 20px solid #0092BC;
  box-shadow: 10px 10px 5px #888888;
  min-width: 500px;
  min-height: 625px;
}
.simplemodal-wrap{
  padding: 20px;

}
.simplemodal-data{
  width: 400px;
}
.simplemodal-data iframe{
  width: 480px;
  height: 600px;
  border: none;
}
.simplemodal-data h3{
  padding: 0px 10px 0px 10px;
  margin-bottom: 0px;
  width: 420px;
}
.modalGood, .modalBad{
  display: none;
}
.bfaQaInfo{
  border-right: 1px solid #D1D3C3;
  display: inline;
  float: left;
  padding: 0 10px;
  width: 110px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.bfaQaInfo .header{
 font-family:'ProximaNova-Semibold', 'Arial Narrow', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.bfaQaInfo .contact, .bfaQaInfo .contact a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.bfaQaInfo .info, .bfaQaInfo .info a {
  font-family: "ProximaNovaSExCn-Light","Arial Narrow", sans-serif;
  font-size: 24px;
  color: #d22630;
  text-transform: uppercase;
  text-decoration: none;
}
.bfaQaInfo .info{
	width: 100px;
}
.bfaQaInfo .last{
	margin-top: 0px;
}

.last {
  border-right: none;
}

.headerSortUp {
  background-image:url(/sites/all/modules/bfa/table-sort-down.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.headerSortDown {
  background-image:url(/sites/all/modules/bfa/table-sort-up.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.simplemodal-close {
  color: #AAAAAA;
  float: right;
  font-size: 14px;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "ProximaNovaSExCn-Light","Arial Narrow", sans-serif;
  position: relative;
  top: 15px;
  right: 15px;
}

.fullprofile-link{
  cursor: pointer;
  float: left;
  font-family: "ProximaNovaSExCn-Light","Arial Narrow",sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  position: relative;
  text-transform: uppercase;
}
.fullprofile-link a{
  color: #0092BC;
}

.node-type-webform .webform-content {
  margin-left: 60px;
  margin-right: 20px;
}

.node-type-webform .webform-confirmation {
  margin-top: 30px;
}

.node-type-webform .webform-client-form .webform-submit{
  background: none repeat scroll 0 0 #D22630;
  color: #FFFFFF;
  font-family: 'ProximaNova-Semibold', 'Arial Narrow', sans-serif;
  font-size: 13px;
  margin-left: 25px;
  padding: 5px 5px 5px;
  text-transform: uppercase;
  width: 200px;
  border: none;
  text-align: left;
  /*float: right;*/
  background-image: url("../../themes/lab/images/lab-connect-button.png");
      background-position: 95% 45%;
          background-repeat: no-repeat;
              background-size: 12px 12px, 1px 24px;
}

.node-type-webform .webform-content .webform-submit {
  margin-left: 0;
}

.node-type-webform .webform-component--share-your-vision legend {
  display: none;
}

.bfa-map-link.active{
  background: url("/sites/all/themes/lab/images/connect-locally/lab-icon-map-dark.png") no-repeat 0px 20px;
}
.bfa-map-link.inactive{
  background: url("/sites/all/themes/lab/images/connect-locally/lab-icon-map-light.png") no-repeat 0px 20px;
}
.bfa-list-link.active{
  background: url("/sites/all/themes/lab/images/connect-locally/lab-icon-list-dark.png") no-repeat 0px 20px;
}
.bfa-list-link.inactive{
  background: url("/sites/all/themes/lab/images/connect-locally/lab-icon-list-light.png") no-repeat 0px 20px;
}
#bfa-awards-view-toggles{
  height: 50px;
  margin-bottom: 5px; margin-left: 2px;
}
#bfa-awards-view-toggles div{
  height: 45px;
  width: 25px;
  background-size: 25px, 25px;
  display: inline;
  float: left;
  cursor: pointer;
  margin: 0px;
  font-family: 'ProximaNova-Semibold','Arial Bold',sans-serif;
  color: #AAAF9B;
  font-size: 10px;
}
#results-header span.small{
  font-family: 'ProximaNova-Semibold','Arial Bold',sans-serif;
  color: #AAAF9B;
  font-size: 10px;
}
#bfa-awards-view-toggles div.active{
  
}
div#results-header{
  width: 500px;
  margin-left: 10px;
  margin-top: 4px;
}
div#results-header h3{
  color: #5A5F49;
  margin-top: 6px;
}

.mag-circle {
 fill: rgba(254, 170, 55, 0.7);
 stroke: none;
}
.node-webform h3 {
    margin:65px 5px 15px 25px;
}

.ui-container {
  pointer-events: none;
}



path:hover, path:active {
  fill:#ffffff;
  cursor:pointer;
  stroke: #0092bc;
}

.state-infobox {
  background: #FFF;
  line-height: 16px;
  font-family: "ProximaNovaSExCn-Regular", "Arial", sans-serif;
  text-transform: uppercase;
}
.state-infobox #state-name {
  text-transform:none;
}
#state-infobox-small {
  box-shadow: 10px 10px 5px #AAA;
}
#state-infobox-small #header{
  background:#0092bC;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  padding: 2px 0 5px 8px;
}

#state-infobox-small {
 position: absolute;
 top:30px;
 left:40px;
}

#state-infobox-small #inner-container {
  border: 1px solid #AAA;
  border-top: none;
  padding: 20px 10px;
}
.state-infobox #info-container {
  border-bottom: 2px dotted #AAA;
  height: 45px;
}
.state-infobox  #info-container.last{
  border-bottom: none;
  text-transform: uppercase;
}

.state-infobox .rank {
  margin-top: 0px;
  width: 200px;
  font-size: 42px;
  line-height: 42px;
  display: inline;
  float: left;
  width: 70px;
  text-align: right;
  font-family:Georgia, "Times New Roman", Times, serif;
}
.state-infobox .title {
  margin-top 5px;
  display: inline;
  float:right;
  width: 120px;
  padding-left: 10px;
}
.state-infobox .title .bf {
  font-size: 12px;
}

.state-infobox .title .type{
  font-size: 28px;
}
#state-infobox-large #state-info{
  display:inline;
  float: left;
  height: 250px;
  padding: 50px 50px 0 15px; 
}

#state-infobox-large #state-name{
  background:#0092bC;
  font-size: 48px;
  display: inline;
  float: right;
  height: 250px;
padding: 0 35px 0 5px;
  color: #fff;
}
#state-infobox-large #state-name #name{
text-transform: uppercase;
position: absolute;
bottom: 38px;
font-size: 38px;
padding-left: 10px;
line-height: 34px;
}
#state-infobox-large #state-name .stateface{
margin-top: 95px;
font-size: 160px;
}



#state-infobox-large{
border-left: 3px solid #0092BC;
height: 250px;
float: right;
}

#hdr-special-blu{
background: #fff !important;
}

.top-10 {
  stroke: #fff;
  fill : rgb(16, 146, 188);  
}

.top-25 {
  stroke: #fff;
  fill : rgb(179, 222, 235);	
}

.bottom-25 {
  stroke: #fff;
  fill : rgb(230, 244, 248);	
}

#newSearch {
	padding: 5px 0px 12px 0px;
	text-align: center;
	font-size: 15px;
	color: #888;
	font-family: "ProximaNovaSExCn-Light","Arial Narrow", sans-serif;
}

#sbclose {
	display: 'none';
}

#sbclose  a {
	color: #FFF;
}

#filter-container{
  background: rgba(255,255,255,0.94);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  z-index: 99;
  display: none;
}

#map-search-overlay{
  background: #FFF;
  position: absolute;
  top: 175px;
  right: 300px;
  width: 300px;
  z-index: 99;
}
#map-search-overlay  input#bfa-search-box{
  background-color: #5A5F49;
  color: #ffffff;
  border: none;
  height: 24px;
  width: 224px;
  padding: 0 0 0 10px;
  font-size: 12px;
 }
 
 form#map-connect-form {
	height: 30px;
	background-color: #5A5F49;
 }
 
#map-search-overlay  input#bfa-search-submit-box.form-submit {
  height: 23px;
  width: 24px;
  border: medium none;
  background-color: #5A5F49;
  color: transparent;
  font-size: 12px;
  background-image: url('../../themes/lab/images/lab-connect-button.png'), url('../../themes/lab/images/lab-input-horizontal-bar.png');
  background-repeat: no-repeat;
  background-position: center center, center left;
  background-size: 12px 12px, 1px 24px;
  vertical-align: bottom;
}

#map-search-overlay .content {
	border: thin solid #5A5F49;
	padding: 10px 15px
}

#map-search-overlay .content  p{
	font-size: 15px;
	color: #000;
	font-family: "ProximaNovaSExCn-Light","Arial Narrow", sans-serif;
}

#map-search-overlay .header {
	background: #5A5F49;
	font-size: 11px;
	color: #FFF;
	padding: 5px 10px;
	cursor: pointer;
	text-transform: uppercase;
	font-family:'ProximaNova-Semibold', 'Arial Narrow', sans-serif;
	letter-spacing: .1em;
}

#filter-container .header, #state-list {
  background: #5A5F49;
  font-size: 11px;
  color: #FFF;
  padding: 5px 10px;
  cursor: pointer;
  text-transform: uppercase;
 font-family:'ProximaNova-Semibold', 'Arial Narrow', sans-serif;
  letter-spacing: .1em;
}
#education-map-link{
  background: rgba(255,255,255,0.94);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  z-index: 99;
}
#education-map-link .header a {
  color: #FFF;
}
#education-map-link .header {
  background: #5A5F49;
  font-size: 11px;
  color: #FFF;
  padding: 5px 10px;
  cursor: pointer;
  text-transform: uppercase;
 font-family:'ProximaNova-Semibold', 'Arial Narrow', sans-serif;
  letter-spacing: .1em;
}
#state-list{
  border: none;
  margin: -2px -5px;
}
#filter-container #st-header{
  background: #AAAF9B;
}
#state-filter{
  height: 37px;
}

.right{
  text-align: right;
  float: right;
}
#filter-container #inner{
  padding: 10px;
}
#filter-container #inner h5 {
  margin-top: 9px;
}

#filter-container #inner .numdisp {
  color: #000;
  font-weight: bold;
  text-align: center;
  width: 15px;
  margin: 0px 3px;
  display: inline-block; 
}

#filter-container #st-inner a{
  color: #888;
  padding-top: 5px;
  font-size: 15px;
}
#filter-container .inner{
  font-size: 15px;
  color: #888;
  font-family: "ProximaNovaSExCn-Light","Arial Narrow", sans-serif;
}
#filter-container .inner a {
  font-size: 15px;
  color: #888;
  font-family: "ProximaNovaSExCn-Light","Arial Narrow", sans-serif;
}
#filter-container .inner a:hover {
  font-size: 15px;
  color: #d22630;
  font-family: "ProximaNovaSExCn-Light","Arial Narrow", sans-serif;
}

#filter-container #inner div{
  width: 100%;
}
#filter-container #outer{
  box-shadow: 5px 0 5px #888888;
}
#filter-container #st-inner{
  height: 150px;
  padding: 10px;  
  overflow: scroll;
  display: none;
  text-transform: uppercase;
  color: #888;
}
#filter-container #inner img{
  height: 20px;
  width: 20px;
  position: absolute;
  right: 25px;
  
  
}
#filter-container #inner h5{
  text-transform: uppercase;
  font-family: "ProximaNovaSExCn-Light","Arial Narrow", sans-serif;
  font-size: 16px;
  color: #333;
  letter-spacing: 0em;
}
#map-outer{
  position: relative;
}

#filter-button {
  background: none repeat scroll 0 0 #576447;
  border: 1px solid #576447;
  color: #FFFFFF;
  display: none;
  float: right;
  height: 25px;
  margin-right: -19px;
  margin-top: -2px;
  width: 230px;
}
.list-filters {
  display:none;
  background:#EAEBE1; margin-left:4px; padding-left: 16px;
}
.clickable {
  cursor: pointer;
}
.infowindow{
  font-family: "ProximaNovaSExCn-Regular", "Arial", sans-serif;
  font-size: 16px;
  max-width: 220px;
}
.infowindow .g-image{
  height: 200px;
  width: 200px;
}
.infowindow #name {
  padding: 10px 0 5px 0;
  font-size: 18px;
  text-transform: uppercase;
}
.infowindow .address{
  text-decoration: none;
  padding-bottom: 10px;
}
.infowindow .bfa-info{
  color: #999;
}
.infowindow .badges{
  margin-top: 20px;
  border-top: 1px dotted #5A5F49;
  padding-top: 4px;
}
.mapwebsite img {
  margin: 0 6px 0 0;
}

.infowindow .mapphone, .infowindow .mapwebsite, .infowindow .address, .infowindow .eventdate, .infowindow .eventlink {
	margin-top: 5px;
}

#awards-list-table {
  font-family: 'ProximaNovaAExCn-Regular', 'Arial Narrow', sans-serif;  
  font-size:18px;
  margin-top:20px;
  width: 100%;
}
#awards-list-table- td, #awards-list-table td{
  width: 13%;
}
#awards-list-table- td.right, #awards-list-table td.right{
  float: none;
}

#awards-list-table tr:last-child{
  border-bottom: 0px ;
}

.list-filters input, .list-filters label {
  display:inline;
  font-weight:normal; text-transform: none;
}

#awards-total {
  float:left;
  width:350px !important;
  font-size:25px;
  color:#000 !important;
}

#bfa-paginator {
  text-align: right;
  width: 100%;
  font-family:'ProximaNova-Semibold', 'Arial Narrow', sans-serif;
  font-size: 12px;
  margin-bottom: 50px; margin-top: 20px;
  text-transform:uppercase;
  border-top:3px solid #EAEBE1;
  
}
#bfa-paginator #paginator-next, #bfa-paginator #paginator-previous  {
	color: #d22630;
}
.webform-container-inline.webform-component label {
  display: inline-block;
  text-transform: capitalize;
}
.webform-container-inline.webform-component .form-type-radio label {
  display: inline;

}
 
#awards-list-table a {
	color: #5A5F49; font-size: 16px;
}
#awards-list-table th {
	border-bottom: 3px solid #EAEBE1;
	border-top: 0px;
	color: #AAAF9B;
	font-size: 12px;
	font-weight: normal;
}
#awards-list-table tbody {
	border-top: 0px; border-bottom: 0px;
	
}
#awards-list-table tr {
	border-bottom: 1px dotted #EAEBE1;
}
#list-summary {
	margin-bottom: 60px;
}
#bfuStyle p, #bfcStyle p, #bfbStyle p{
  font-family: 'ProximaNovaAExCn-Light', 'Arial', sans-serif; font-size: 19px;
  width: 450px;
}
#bfuStyle img, #bfcStyle img, #bfbStyle img{
  width: 110px;
  height: 110px;
}
#key-holder{
  display: none;
  float: right;
  margin-top: 10px;
}
#morelink a{
  text-transform: uppercase;
  color: #f00;
  float:right;
  font-family: 'ProximaNovaAExCn-Light', 'Arial', sans-serif; font-size: 19px;
}
#morelink {
  border-top: 4px solid #EAEBE1;
  padding-top: 6px;
  display: block;
  margin: 30px 20px 0;
  width: 98%;
}
#map-text, #map-mobile-warning {
  margin: 25px;
}

/* hide this on desktop */
#map-mobile-warning { 
  display: none;
}

tr#name_of_institution p{
	font-family:'ProximaNovaExCn-Regular', 'Arial Narrow', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}
#awards-list-table- tr td:first-child {
  width: 23%;
}
#profile-container #name_of_institution p {
  font-size: 30px;
}
#profile-container .contentTitle{
  font-weight: bold;
}
#profile-container #bfc_text p, #profile-container #bfb_text p, #profile-container #bfu_text p{
  margin-top: 10px;
  font-size: 16px;
}
#profile-container p{
margin: 0
}
#profile-container tbody{
  border-top: none;
}
#awards-list-table- {
    width: 100% !important;
  }

@media all and (max-width: 960px) {

  .webform-content {
    margin-left: 0;
  }
}
  
@media all and (max-width: 767px) {

  .webform-content {
    margin-left: 0;
  }

  #map-mobile-warning { 
    display: block;
  }

  div#results-header {
    width: auto;
  }

  #bfa-awards-wrapper #filter-button {
    display: none !important;
  }

  #bfa-awards-wrapper {
    padding-left:0px; padding-right:0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0;
  }

  #bfa-awards-list-container {
    margin-left: 5px;
  }


  /* Force table to not be like tables anymore */
  #awards-list-table table,
  #awards-list-table thead,
  #awards-list-table tbody,
  #awards-list-table th,
  #awards-list-table td,
  #awards-list-table tr,
  #awards-list-table- table,
  #awards-list-table- thead,
  #awards-list-table- tbody,
  #awards-list-table- th,
  #awards-list-table- td,
  #awards-list-table- tr {
    display: block;
  }

  #awards-list-table- {
    width: 100% !important;
  }


  #awards-list-table th,
  #awards-list-table- th {
    display: none;
  }
   
  /* Hide table headers (but not display: none;, for accessibility) */
  #awards-list-table thead tr,
  #awards-list-table- thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
   
  #awards-list-table tr,
  #awards-list-table- tr {
   border: 1px solid #ccc; 
 }

  #awards-list-table td,
  #awards-list-table- td {
  /* Behave like a "row" */
    border: none;
    border-bottom: none;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align:left;
    width: 100%;
  }
   
  #awards-list-table td:before,
  #awards-list-table- td:before {
  /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align:left;
    color: #AAAF9B;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    }
   
  /*
  Label the data
  */
  #bfa-awards-wrapper td:before,
  #awards-list-table- td:before  {
   content: attr(data-title); 
  }

  #state-infobox-large {
    float: none;
  }

  #state-infobox-large #state-info {
    padding: 0 0 10px 10px;
  }
  

}

@media all and (max-width: 462px) {

  #state-infobox-large #state-info,
  #state-infobox-large #state-name {
    float:left;
  }

}