/*Bootstrap 2 Selectors for quick reference
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}*/

body {
  padding: 0;
  margin: 0;
}
html, body, #leaflet-map-view-companies-page-1 {
  height: 100vh !important;
  width: 100vw !important;
}

body#bodyEditCompany {
    overflow-y: scroll;
}

.node--type-company {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 75px;
}

a {
  color: #c8112e;
  text-decoration: none;
}

a:hover {
  color: #960C22;
  text-decoration: none;
}

a.anchorHome:hover {
  color: #fff9d9;
  text-decoration: none;
}


/*Marker Cluster Colors*/
.marker-cluster-small div {
  background-color: rgba(0, 179, 136, 0.6); //green
}

.marker-cluster-medium div {
  background-color: rgba(246, 190, 0, 0.6); //gold
}

.marker-cluster-large div {
  background-color: rgba(200, 16, 40, 0.6); //red
}


#block-sendusamessage a.anchorHome {
  color: #000;
  text-decoration: none;
}
#block-sendusamessage a.anchorHome:hover {
  color: #000;
  text-decoration: none;
}
/*Button*/
button#joinTheMap, button#submitEditRequest {
  background: #fff;
  width: 100%;
  height: 40px;
  max-width: 150px;
  border-radius: 6px;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 14%);
}
button#joinTheMap:hover, button#submitEditRequest:hover {
  background: #fff;
}
legend {
  margin-bottom: 0;
  border-bottom: none;
}
.form-control::placeholder {
  color: #000;
  opacity: 1;
}
input {
  border: 1px solid #eee;
  background: #f9f9f9;
}
.form-inline .select-wrapper {
  width: 100%;
}
.form-control {
  width: 100%;
  min-height: 50px;
  margin-bottom: 20px;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/*.leaflet-container {
    height: 100vh !important;
	width: 100vw !important;
	overflow: visible;
}*/

.view-taxonomy-term i {
  font-size: 25px;
  color: black;
}
#mapWrapper {
  top: 0;
  z-index: -1;
  width: 100%;
}
.pager li > a, .pager li > span {
  background-color: #00866c;
  color: #fff;
  font-size: 30px;
  padding: 17px 15px;
  position: relative;
  border-radius: 20px;
  font-weight: 700;
  min-width: 225px;
  display: inline-block;
  margin: 0 0 15px 10px;
}
.pager li > a:hover, .pager li > span:hover {
  background-color: #075747;
  color: #fff;
}
/* Minimal Header */
.minimal-header {
  background: #00866c;
  padding-left: 10px;
}
.minimal-header h1 {
  margin: 0;
  padding: 20px;
}
.minimal-header span {
  color: #fff;
}
.minimal-header h1 a {
  color: #fff;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#mySidebar::-webkit-scrollbar, .attachment.attachment-after::-webkit-scrollbar, body#company-details::-webkit-scrollbar, body#taxonomy-list::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
#mySidebar, .attachment.attachment-after, body#company-details, body#taxonomy-list {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
/* Hide Drupal Leaflet built in Attribution - Pull in custom attribution usering L attribution control */
.leaflet-touch .leaflet-right .leaflet-control-pan {
  margin-left: 0;
  margin-right: 11px;
}
.leaflet-control-attribution.leaflet-control:nth-child(2) {
  display: none;
}
/*Toggle Sidebar Begin*/
.sidebar {
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fafaf8;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidebar a {
  text-decoration: none;
  font-size: 18px;
  color: #ddedcf;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #fff;
}
.sidebar .closebtn {
  position: absolute;
  top: -5px;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
}

.sidebar .view-company-count ul{
  padding-left: 0;	
}

.sidebar .view-sectors-with-count-aggregation {
  background: #f9f9f9;
  padding: 5px 20px 15px 20px;
  padding-left: 30px;
  margin-top: 30px;
  border-radius: 6px;
  border: 1px solid #eee;
}

.sidebar .view-sectors-with-count-aggregation a {
    text-decoration: none;
    font-size: 16px;
    color: #c8112e;
    display: inherit;
}

.sidebar .view-sectors-with-count-aggregation a:hover {
    color: #960C22;
}


.openbtn {
  background: #00866b;
  height: 50px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-top: 10px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 0px 4px rgb(0 134 108 / 20%);
}

.openbtn:hover {
  background: #005950;
}

#main {
  transition: margin-left .5s;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  margin-top: 30px;
  padding-left: 30px;
}
#main h3 {
  max-width: 350px;
  color: #000;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
/* Toggle Sidebar End */

/* Sidebar Opened */
#mySidebar {
  /*max-height: 1150px;*/
  max-height: 100%;	
  overflow: scroll;
  overflow-x: hidden;
  background: #ddd;
  border-bottom: 2px solid #dcdcdc;
}
.sidebarWrapper {
  padding: 50px 35px 30px 35px;
  background: #fff;
}
.sidebar-bg {
  background: #f2efe9;
  padding: 0 20px 20px 20px;
  min-width: 375px;
}
.sidebarHeader {
  /* background: #000 url(../images/radio-btn-bg.png); */
  background: #005950;
  padding: 15px;
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid #005950;
}
.sidebarHeader h3 {
  font-family: "League Gothic", Milo, san-serif;
  font-size: 36px;
  color: #fff;
  text-align: center;
}

#block-addressblockuhtechnologybridge {
    background: #f9f9f9;
    padding: 20px 20px 5px 20px;
    margin-top: 30px;
	margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
}

#block-addressblockuhtechnologybridge a{
  color: #c8102e;
  font-size: 16px;
}

#block-addressblockuhtechnologybridge a:hover{
  color: #960C22;
  font-size: 16px;
}

.sidebarFooter {
  background: #005950;
  padding: 10px;
  position: relative;
  width: 100%;
  bottom: -1px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebarFooter p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/* Views Exposed Form Technology Bridge*/
#views-exposed-form-tech-map-technology-bridge-page-1 {
    background: #f9f9f9;
    padding: 20px 20px 5px 20px;
    border: 1px solid #eee;
    border-radius: 6px;
}

/* Checkboxes */
.views-exposed-form.bef-exposed-form .fieldset-wrapper {
  /*background: #ecf5e4;*/
  background: #f9f9f9;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 20px 15px 20px;
  border: 1px solid #eee;
  border-radius: 6px;
}

#views-exposed-form-tech-map-technology-bridge-page-1 .fieldset-wrapper {
  background: #fff;
  margin-bottom: 0;
}

.views-exposed-form.bef-exposed-form input[type="checkbox"] {
  display: inline-block;
}

.form-checkboxes.bef-select-all-none.bef-processed {
  display: grid;
  grid-template-columns: 1fr auto;
}

.block-views-exposed-filter-blocktech-map-technology-bridge-page-1 .form-checkboxes.bef-select-all-none.bef-processed {
  display: grid;
  grid-template-columns: 1fr;
}

#edit-tid--3 label, #edit-tid-usa--3 label{
    display: flex;
    align-items: center;
}

#edit-tid--3 label input, #edit-tid-usa--3 label input {
    margin-right: 3px;
}


@media only screen and (max-width: 767px) {
  .form-checkboxes.bef-select-all-none.bef-processed {
    display: grid;
    grid-template-columns: 1fr;
  }
}


.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper .control-label {
  color: #000;
  padding: 5px;
  padding-left: 5px;
  line-height: .1em;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}
.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper a {
  color: #000;
}
.views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper a:hover, a:focus {
  color: #000;
  text-decoration: underline;
}
/* Drop Down List */
.views-exposed-form.bef-exposed-form .select-wrapper select {
  background-color: #f9f9f9;
  border: none;
  border-radius: 6px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  min-height: 50px;
  margin-bottom: 15px;
  padding: 15px 20px 15px 20px;
}
.views-exposed-form.bef-exposed-form .select-wrapper::after {
  color: #718224;
  top: 40%;
}
.views-exposed-form.bef-exposed-form .form-inline .form-item {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin: 0;
}
.views-exposed-form.bef-exposed-form form .form-type-select .select-wrapper select option {
  background: #eee;
  color: #5a5a5a;
  font-size: 14px;
}
/* Button */
.views-exposed-form.bef-exposed-form .form-wrapper {
  display: block;
}
.views-exposed-form.bef-exposed-form button {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
  box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #00866c;
  color: #eee;
  border-radius: unset;
  font-size: 18px;
  min-height: 45px;
}

.views-exposed-form.bef-exposed-form button:hover {
  background-color: #005950;
}

.views-exposed-form.bef-exposed-form .btn-primary {
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 45px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
/* Results List */
.attachment.attachment-after {
  position: absolute;
  z-index: 1000;
  background: #fafaf8;
  width: 250px;
  height: 500px;
  bottom: 65px;
  right: 50px;
  overflow-x: hidden;
  overflow-y: hidden;
  border: 2px dashed #000;
  border-radius: 20px;
}
.attachment.attachment-after .view {
  padding: 30px 30px 30px 25px;
  cursor: grab;
  overflow-y: scroll;
  height: 500px;
  margin-right: -15px;
}
.attachment.attachment-after .view:hover {
  cursor: grab;
}
.attachment.attachment-after .view li:hover {
  cursor: default;
}
.attachment.attachment-after .view .view-header {
  text-align: center;
  margin-bottom: 15px;
}
.attachment.attachment-after .view .view-content .item-list ul {
  list-style-type: none;
  padding-left: 0;
}
.attachment.attachment-after .view .view-content .item-list ul li {
  background: #ecf5e4;
  margin-bottom: 15px;
  padding: 15px;
}
.attachment.attachment-after .view .view-content .item-list ul li .views-field-title span {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.attachment.attachment-after .view .view-footer {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .attachment.attachment-after {
    display: none;
  }
}
/* Company Details Page */
/*#block-exposedformtaxonomy-termpage-1 {
    max-width: 500px;
    padding: 50px;
}*/

#views-exposed-form-taxonomy-term-page-1 {
  max-width: 400px;
  padding: 50px 20px 30px 20px;
}
#views-exposed-form-taxonomy-term-page-1 input {
  border-radius: 6px;
}
#views-exposed-form-taxonomy-term-page-1 button {
  max-width: 200px;
  border-radius: 15px;
  margin-left: 5px;
  font-size: 20px;
}
body#company-details, body#taxonomy-list {
  overflow-y: scroll;
  /*background: #fafaf8;*/
  background: #fff;
}
/*body#company-details .field--name-description {*/
  /*padding: 10px;*/
/*}*/

.field.field--name-node-title.field--type-ds.field--label-hidden.field--item {
  margin-top: 70px;
}

body#taxonomy-list .feed-icons {
  display: none;
}
body#taxonomy-list .view-taxonomy-term .view-content .item-list ul {
  list-style-type: none;
  /*min-height: 375px;*/
}
body#taxonomy-list .view-taxonomy-term .view-content .item-list ul li {
  margin-bottom: 15px;
}
body#taxonomy-list .view-taxonomy-term h2 {
  margin: 0;
}

.field.field--name-geofield.field--type-geofield.field--label-hidden.field--item {
  margin-bottom: 30px;
}

/* Headers */
#details-header, #taxonomy-header {
  background: url(images/Add-Marker-BG-Getty-482924939-Compressed.svg);
  background-size: cover;
  padding: 50px;
  text-align: left;
  border-bottom: dashed #000 3px;
}
#details-header h1, #taxonomy-header h1 {
  font-size: 60px;
  text-shadow: 2px 2px #fff;
}
#details-header p, #taxonomy-header p {
  font-size: 35px;
}
body#company-details .bs-region--top, body#taxonomy-list .bs-region--top {
  /*background: #eff7d0;*/
  background: #fff;
  color: #000;
  /*padding: 20px;*/
  margin: 0 0 30px 0;
  font-size: 18px;
  border-radius: 10px;
}
body#company-details .bs-region--top h3, body#taxonomy-list .bs-region--top h3 {
  color: #000;
}
/*body#company-details .bs-region--left, body#taxonomy-list .bs-region--left {*/
  /*padding: 20px;*/
/*}*/

body#company-details .bs-region--right, body#taxonomy-list .bs-region--right {
  /*background: #eff7d0;
border-radius: 15px;*/
  padding: 20px;
}
body#company-details .bs-region--right .field, body#taxonomy-list .bs-region--right .field {
  margin-bottom: 15px;
}
body#company-details .field--name-node-title h2, body#taxonomy-list .field--name-node-title h2 {
  margin-top: 0;
}
body#company-details .main-container.container.js-quickedit-main-content, body#taxonomy-list .main-container.container.js-quickedit-main-content {
  min-height: 600px;
}
/* Company Details Header Views Block */
.view-company-details-page-header ul {
  list-style-type: none;
}
.view-company-details-page-header h1 a {
  color: #000;
}
section#block-views-block-company-details-page-header-block-1 {
  margin-left: -22px;
}
/*Taxonomy Header Views Block */
.view-taxonomy-page-header ul {
  list-style-type: none;
}
.view-taxonomy-page-header h1, .view-taxonomy-page-header h1 a {
  color: #000;
}
/* Map Categories Page View Header */
#block-views-block-map-categories-block-1 {
  margin-left: -22px;
}
#block-views-block-map-categories-block-1 ul {
  list-style-type: none;
}

/*Ad Slider*/
.sliderWrapper {
  position: relative;
  width: 100%;
  height: 220px;
  white-space: nowrap;
  margin: 10px auto 10px auto;
  overflow: hidden;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  /*margin-top: 50px;*/
  background: #000;
  overflow: hidden;
  z-index: 999;
}

.footer a {
  color: #FFF9D9;
}

.footer p {
  font-size: 30px;
}


#block-poweredbyuniversityofhouston {
  color: #728224;
}

#block-poweredbyuniversityofhouston span {
  color: #728224;
}

#block-poweredbyuniversityofhouston span a {
  color: #fff;
}


/* Taxonomy Page */
body#taxonomy-list .view-taxonomy-term .view-content .item-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 992px) {
  body#taxonomy-list .view-taxonomy-term .view-content .item-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
/*@media only screen and (max-width: 767px) {
  body#taxonomy-list .view-taxonomy-term .view-content .item-list ul {
    display: grid;
    grid-template-columns: 1fr;
	padding-left: 0;
  }
}*/

body#taxonomy-list .view-taxonomy-term .view-content .item-list ul li {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 20px;
  border-bottom: dashed #000 2px;
}

.views-field.views-field-title a {
  color: #c8112e;
}

body#taxonomy-list .view-taxonomy-term .view-content .item-list a {
  font-size: 20px;
  text-decoration: none;
}
/*Replace the default ajax progress with a fullscreen overlay CSS spinner.*/
.ajax-progress,
.ajax-progress-throbber,
.ajax-progress-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  text-indent: -99999em;
}
.ajax-progress-throbber:before,
.ajax-progress-fullscreen:before {
  content: " ";
  display: block;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
  border-radius: 120px;
  border-width: 10px;
  border-style: solid;
  border-color: #515e12 transparent #515e12 transparent;
  overflow: hidden;
  text-indent: -99999em;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*Easy Button*/
.leaflet-bar.easy-button-container.leaflet-control {
  margin-right: 40px;
}
/*Zoom Control*/
.leaflet-control-zoom.leaflet-bar.leaflet-control {
  margin-right: 63px;
}

/*about*/
.about-wrapper {
  padding: 0;
  margin: 20px;
  border-radius: 15px;
  background: #eff7d0;;
}

.about-content-wrapper {
  color: #000;
}

.about-wrapper h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

.about-wrapper h3 {
  color: #718224;
}

.about-wrapper a {
  color: #718224;
}

.about-header-wrapper {
  padding: 30px 30px 0 30px;
  border-radius: 15px;
  background: #eff7d0;;
}

.about-content-wrapper {
  padding: 0 30px 30px 30px
}

#embed-bg {
  background: #ebebb7;
  padding: 20px;
  max-width: 700px;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*Leaflet Reset Map Button*/
div#leaflet-map--leaflet-map-view-tech-map-houston-page-1--reset-control {
  margin-top: -90px !important;
  margin-left: 30px !important;
}

/* @Media Queries */
@media only screen and (max-width: 767px) {

  body#taxonomy-list .view-taxonomy-term .view-content .item-list ul {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebarWrapper {
    padding: 15px 15px 15px 15px;
  }
  /*#mySidebar {
	max-height: 567px;
  }*/
  #mySidebar {
    max-height: 90vh;
  }
  .sidebarHeader {
    padding: 50px 20px 50px 20px;
  }
  .sidebarHeader h3 {
    font-size: 28px;
  }
  button#joinTheMap {
    height: 50px;
    max-width: 200px;
    font-size: 20px;
  }
  .form-inline .control-label {
    font-size: 14px;
  }
  .views-exposed-form.bef-exposed-form .fieldset-wrapper {
    padding-bottom: 25px;
  }
  .views-exposed-form.bef-exposed-form fieldset .fieldset-wrapper .control- label {
    padding: 0;
  }
  .views-exposed-form.bef-exposed-form .form-inline .form-item {
    margin: 0;
  }
  .views-exposed-form.bef-exposed-form .select-wrapper select {
    font-size: 14px;
  }
  .sidebarFooter p {
    font-size: 13px;
  }

}
