.main-container .row{
  display: none;
}
.main-container .row.a_b{
  display: flex;
  flex-direction: row-reverse;
}
.compare-filter {
  display: flex;
  align-items: end;
}
.compare-filter .form-item{
  margin-right: 10px;
}
.flex-wrap{
  display: flex;
  flex-direction: column;
}
.path-orgupdate .col-sm-9{
  width: 100%;
}
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  position: absolute !important;
}
#triage-act-edit-form .filter-guidelines{
  display: none;
}
.filter-guidelines {
  display: none;
}
.path-admin #blocks tr.block-enabled{
  display: none;
}
.statecode-map-2020-form {
  display: flex;
  box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.35);
  padding: 0 10px;
  margin-bottom: 10px;
  flex-direction: column;
}
.statecode-map2020-form .form-item{
  margin-right: 10px;
}
.statecode-map-2020-form label {
  font-size: 18px;
}
.statecode-map-2020-form input,
.statecode-map-2020-form select{
  background-color: #F7F7F7;
  border: none;
  border-bottom: 3px solid #022862;
}
.statecode-map-2020-form .select-wrapper::after {
  color: #383838;
}
.sl-map-buttons {
  margin-top: 33px;

}
.statecode-map-2020-form button {
  font-size: 18px;
  padding: 5px 10px 1px;
  color: #fff;
  background-color: #7d7d7d;
}
.map-2020 .attachment {
  margin-top: 20px;
}
.map-org-table .table > tbody > tr{
  border: 1px solid #ddd;
}
.map-org-table .table-responsive > .table > tbody > tr > td {
  vertical-align: middle;
  font-size: 18px;
  padding: 5px 1%;
  line-height: 22px;
  float: left;
  text-align: center;
  width: 100%;
  white-space: normal;
  border: none;
}
.map-org-table .table > tbody > tr > td.views-field-title {
  text-transform: uppercase;
  background-color: #ddd;
  padding: 12px 5px 5px;
}
.map-org-table .red-outline-button a:link {
  font-size: 18px;
}
.org-entries img.icon {
  margin-right: 10px;
}
.map-org-table .table > tbody > tr > td.views-field-field-telephone a:link,
.map-org-table .table > tbody > tr > td.views-field-field-fax a:link{
  color: #383838;
}
.map-org-table .table > tbody > tr > td.views-field-field-telephone:hover,
.map-org-table .table > tbody > tr > td.views-field-field-fax:hover{
  background-color: #bf0a30;
}
.map-org-table .table > tbody > tr > td.views-field-field-telephone:hover a:link,
.map-org-table .table > tbody > tr > td.views-field-field-fax:hover a:link{
  color: #fff;
}
.path-stateside-map .geofield-google-map {
  height: 350px !important;
}
@media screen and (min-width: 768px) {
  .path-stateside-map .geofield-google-map {
    height: 550px !important;
  }
  .statecode-map-2020-form {
    flex-direction: row;
  }
  .map-org-table .table > tbody > tr{
    border: none;
  }
  .map-org-table .table-responsive > .table > tbody > tr > td {
    width: auto;
    float: unset;
    text-align: left;
    border-top: 1px solid #ddd;
  }
  .map-org-table .table > tbody > tr > td.views-field-title {
    text-transform: uppercase;
    width: 300px;
    background-color: inherit;
    padding: unset;
  }
  .map-org-table .table > tbody > tr > td.views-field-field-address1 {
    width: auto;
  }
  .map-org-table .table > tbody > tr > td.views-field-field-telephone,
  .map-org-table .table > tbody > tr > td.views-field-field-fax {
    width: 200px;
  }
  .map-org-table .table > tbody > tr > td.views-field-field-url {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .path-orgupdate .flex-wrap{
    flex-direction: row;
  }
  .path-orgupdate .col-sm-9{
    width: initial;
    max-width: 960px;
  }
}
