/* Global shared utilities */
/* Vendor styles */
/* Base styles */
:root {
  font-family: "Helvetica Neue", "Helvetica", "Lucida Sans", "Lucida Sans Unicode", "DejaVu Sans", Arial, sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Lucida Sans", "Lucida Sans Unicode", "DejaVu Sans", Arial, sans-serif;
  font-size: 12px;
}

dl {
  margin: 1em 0;
  border: solid 1px #dddddd;
  padding: 0;
  width: 100%;
  line-height: 19px;
  font-size: 12px;
}

dt {
  border-bottom: 1px solid #dddddd;
  background: #ffffff url("/themes/custom/acvo/images/bg-shade-light.png") repeat-x 0 100%;
  padding: 3px 9px;
  text-shadow: #ffffff 1px 1px 1px;
  color: #555555;
  font-size: 12px;
  font-weight: bold;
}

dd {
  margin: 0;
  border-bottom: 1px solid #dddddd;
  padding: 6px 18px;
  color: #888888;
}

fieldset {
  margin: 1.3em 0;
  border: solid 1px #cdcdcd;
  border-radius: 0.5em;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  background: #ffffff url("/themes/custom/acvo/images/bg-shade-white-lrg.png") repeat-x bottom left;
}
fieldset label {
  display: inline-block;
  font-weight: bold;
}
fieldset label + div {
  display: inline-block;
  vertical-align: top;
}
fieldset label + div p {
  margin-top: 0;
}
fieldset.fieldgroup {
  padding: 7px;
}

legend {
  font-weight: bold;
}

h1 {
  font-size: 24px;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #314c74;
}

a:hover {
  color: #000000;
}

form label {
  display: block;
  font-size: 13px;
  font-weight: bold;
}

.views-exposed-form:not(.csearch) {
  margin-bottom: 20px;
}
.views-exposed-form:not(.csearch) label {
  display: inline;
  margin-right: 10px;
  padding-left: 0;
  font-weight: normal;
}
.views-exposed-form:not(.csearch) .form-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}
.views-exposed-form:not(.csearch) .form-submit {
  margin-bottom: 20px;
}

.views-exposed-form:not(.csearch) .form-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}

.form-type-radio,
.js-form-type-radio {
  display: inline-block;
  margin-right: 20px;
  width: auto;
}

.vertical-tabs details {
  padding: 20px;
}
.vertical-tabs .form-item {
  margin-bottom: 20px;
}
.vertical-tabs label.option {
  display: inline;
}

.vertical-tabs__menu-item {
  background: #ffffff url("/themes/custom/acvo/images/bg-shade-light.png") repeat-x 0 100%;
  text-shadow: #ffffff 1px 1px 1px;
  color: #111111;
  font-size: 12px;
}
.vertical-tabs__menu-item.is-selected {
  background: #858585 url("/themes/custom/acvo/images/bg-shade-dark.png") repeat-x 0 100%;
}
.vertical-tabs__menu-item.is-selected .vertical-tabs__menu-item-title {
  text-shadow: #000000 1px 1px 1px;
  color: #eeeeee;
}

.form-item {
  margin-bottom: 20px;
}
.form-item label {
  margin-bottom: 5px;
}
.form-item label.option {
  display: inline;
}
.form-item label.form-required:after {
  color: #ff0000;
  content: " *";
}
.form-item input,
.form-item select {
  margin-bottom: 7px;
}
.form-item input:invalid,
.form-item select:invalid {
  border: 2px solid #ff0000;
}

.link-edit-summary {
  border: 0;
  background: none;
  color: #314c74;
  font-size: 12px;
}
.link-edit-summary:hover {
  cursor: pointer;
  color: #000000;
}

table {
  margin: 12px 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  width: 100%;
  border-spacing: 0;
}

th {
  border: 0;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  background-image: url("/themes/custom/acvo/images/bg-shade-light.png");
  background-repeat: repeat-x;
  background-position: 0 100%;
  padding: 4px;
  vertical-align: baseline;
  text-align: left;
  text-shadow: #ffffff 1px 1px 1px;
  line-height: 1.6;
  color: #555555;
  font-size: 11px;
  font-weight: bold;
}

tbody tr {
  background-color: #ffffff;
}
tbody tr:nth-child(2n) {
  background-color: #f8f8f8;
}

td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 3px 6px;
  vertical-align: top;
  line-height: 19px;
  font-size: 12px;
}

/* Layout */
.page {
  color: #000000;
}

.page__header {
  margin-bottom: 20px;
}

.page__container {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .page__container {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .page__sidebar {
    order: 1;
    margin-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .page__sidebar {
    width: 25%;
  }
}

@media screen and (min-width: 769px) {
  .page__content {
    order: 2;
  }
}
@media screen and (min-width: 960px) {
  .page__content {
    width: 75%;
  }
}

/* Components */
.admin-tabs {
  display: flex;
  position: relative;
  flex-flow: flex-start;
  flex-wrap: wrap;
  margin: 0 0 0.5em;
  padding: 0.5em 1em 0 0.5em;
}
.admin-tabs:before {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -1;
  border-bottom: 1px solid #b3b3b3;
  width: 100%;
  height: 0;
  content: "";
}

.admin-tabs--secondary:before {
  border-bottom: 0;
}

.admin-tabs__tab {
  margin: 0;
  padding: 0;
  list-style: none;
}

.admin-tabs__link {
  display: block;
  border: 1px solid #b3b3b3;
  border-right-width: 0;
  background: #efefef;
  padding: 0.5em 0.8em;
  font-weight: bold;
}
.admin-tabs__link.is-active {
  border-bottom-width: 0;
}
.admin-tabs__link.is-active, .admin-tabs__link.is-active:hover {
  background: #ffffff;
}
.admin-tabs__tab:last-child .admin-tabs__link {
  border-right-width: 1px;
}
.admin-tabs__link:hover {
  background: #eeeeee;
}

.form-name-label {
  position: relative;
  top: -10px;
}

.views-exposed-form.csearch .form-item {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.views-exposed-form.csearch .form-item input.form-control {
  width: calc(100% - 20px);
  display: block;
  margin-right: 20px;
}

.views-exposed-form.csearch .d-flex.align-items-center > div:first-child {
  min-width: 180px;
  flex: 0 0 180px;
  padding-left: 20px;
}
.views-exposed-form.csearch .d-flex.align-items-center .form-name-label {
  white-space: nowrap;
  padding-left: 0;
}
.views-exposed-form.csearch .d-flex.align-items-center .flex-grow-1 {
  padding-right: 20px;
}
.views-exposed-form.csearch .d-flex.align-items-center .flex-grow-1 .form-control {
  width: 100%;
  display: block;
  border-color: #cccccc;
  height: 38px;
}
.views-exposed-form.csearch .option1 .form-actions {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  margin-bottom: 20px;
}
.views-exposed-form.csearch label[for=edit-field-location-coords-proximity-center-geocoder-geolocation-geocoder-address] {
  display: none;
}
.views-exposed-form.csearch .geolocation-geocoder-address {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.views-exposed-form.csearch #edit-field-location-coords-proximity-center-geocoder-geolocation-geocoder-address--description {
  font-size: 0.875em;
  color: #6c757d;
  margin-top: 0.25rem;
}
.views-exposed-form.csearch .form-name-label2 {
  position: relative;
  top: -16px;
}
.views-exposed-form.csearch #edit-field-location-coords-proximity-center-geocoder .description {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
  margin-top: 0.25rem;
  content: "Enter your address to use for finding locations near you. Use Full address or city, state";
}

/* Hide the original label inside the geocoder widget */
.js-form-item-field-location-coords-proximity-center-geocoder-geolocation-geocoder-address > label {
  display: none;
}

/* Add form-control class styles to the geocoder input */
.geolocation-geocoder-address {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Add right margin to match other fields */
.js-form-item-field-location-coords-proximity-center-geocoder-geolocation-geocoder-address {
  margin-right: 20px;
}

/* Adjust description text */
#edit-field-location-coords-proximity-center-geocoder-geolocation-geocoder-address--description {
  margin-left: 0;
  font-size: 0.875em;
  color: #6c757d;
}

.views-exposed-form.csearch {
  /* Hide the geocoder address label */
}
.views-exposed-form.csearch label[for^=edit-field-location-coords-proximity-center-geocoder-geolocation-geocoder-address] {
  display: none;
}

.views-view-grid.acvo-private-members-view .views-row {
  float: none;
}
.views-view-grid.acvo-private-members-view .views-col {
  float: none;
}
.views-view-grid.acvo-private-members-view .views-field {
  line-height: 20px;
}
.views-view-grid.acvo-private-members-view .views-field-field-last-name,
.views-view-grid.acvo-private-members-view .views-field-field-first-name,
.views-view-grid.acvo-private-members-view .views-field-field-year-joined {
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
}
.pdf-page .views-view-grid {
  font-size: 11px;
}

.feed-icon {
  background-repeat: no-repeat;
  text-indent: -100%;
  color: transparent;
}
.feed-icon:hover {
  text-indent: -100%;
  color: transparent;
}

.dropbutton-wrapper.open .dropbutton-widget .dropbutton {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  background: #ffffff;
  padding: 5px;
}

.main-navigation__list {
  margin: 0;
  padding: 0;
  height: 34px;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.main-navigation__item {
  display: inline-block;
  position: relative;
  border-right: 1px solid #dddddd;
  font-size: 12px;
}
.main-navigation__item:last-child {
  border-right: 0;
}
.main-navigation__item.js-expanded, .main-navigation__item.js-grandchild-expanded {
  position: relative;
  background: transparent url("/themes/custom/acvo/images/icn-arrow-down-light.png") no-repeat 96% 51%;
}
.main-navigation__item.js-expanded > a,
.main-navigation__item.js-expanded > span, .main-navigation__item.js-grandchild-expanded > a,
.main-navigation__item.js-grandchild-expanded > span {
  padding: 0 20px 0 14px;
}
.main-navigation__item.js-expanded > a:hover,
.main-navigation__item.js-expanded > span:hover, .main-navigation__item.js-grandchild-expanded > a:hover,
.main-navigation__item.js-grandchild-expanded > span:hover {
  background-image: url("/themes/custom/acvo/images/bg-shade-light-flip.png");
  color: #777777;
}
.main-navigation__item.js-grandchild-expanded {
  background: transparent url("/themes/custom/acvo/images/icn-arrow-right-light.png") no-repeat 96.5% 50%;
}
.main-navigation__item.js-active a, .main-navigation__item.js-grandchild-active a {
  background-image: url("/themes/custom/acvo/images/bg-shade-light-flip.png");
  color: #777777;
}
.main-navigation__item > a,
.main-navigation__item > span {
  display: inline-block;
  cursor: pointer;
  padding: 0 14px;
  text-decoration: none;
  text-shadow: #ffffff 1px 1px 1px;
  line-height: 34px;
  color: #555555;
  font-size: 12px;
  font-weight: bold;
}
.main-navigation__item a:hover,
.main-navigation__item span:hover {
  background-image: url("/themes/custom/acvo/images/bg-shade-medium.png");
  background-repeat: repeat-x;
  text-shadow: none;
  color: #ffffff;
}
.main-navigation__item ul {
  display: none;
  position: absolute;
  top: 2.75em;
  left: 0;
  z-index: 999;
  margin: 0 0 0 -1px;
  border: solid 1px #dddddd;
  border-top: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  background: #ffffff url("/themes/custom/acvo/images/bg-shade-white-lrg.png") repeat-x 0 100%;
  padding: 0;
  width: 15em;
  line-height: 1.25em;
  color: #555555;
}
.main-navigation__item ul.js-open {
  display: block;
}
.main-navigation__item ul.js-grandchild-open {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
.main-navigation__item .main-navigation__item {
  display: block;
  position: relative;
  margin: 0;
  border-right: 0;
  padding: 0;
  width: 15em;
  text-align: left;
  line-height: normal;
}
.main-navigation__item .main-navigation__item a,
.main-navigation__item .main-navigation__item span {
  display: block;
  border-bottom: 1px solid #eeeeee;
  background: none;
  padding: 0.5em 1.25em 0.5em 0.75em;
  overflow: hidden;
  text-decoration: none;
  text-shadow: #ffffff 1px 1px 1px;
  line-height: 1.25;
  color: #555555;
  font-size: 0.9em;
  font-weight: normal;
}
.main-navigation__item .main-navigation__item a:hover,
.main-navigation__item .main-navigation__item span:hover {
  background-image: url("/themes/custom/acvo/images/bg-shade-medium.png");
  text-shadow: none;
  color: #ffffff;
}

[role=alert] {
  border: 1px solid #555555;
  background-color: #f5bbbb;
  padding: 10px;
  line-height: 1.5em;
}

.pager {
  border: solid 1px #dddddd;
  border-radius: 0.333em;
  background: #ffffff url("/themes/custom/acvo/images/bg-shade-light.png") repeat-x 0 100%;
  padding: 0.25em 0.75em;
  text-align: center;
}

.pager__items {
  margin: 0.25em 1.25em;
  padding: 0;
}

.pager__item {
  display: inline-block;
  margin: 0 0.25em 0.25em 0;
  list-style: none;
  font-weight: bold;
}
.pager__item.is-active {
  background: #858585 url("/themes/custom/acvo/images/bg-shade-dark.png") repeat-x 0 100%;
}
.pager__item.is-active a {
  color: #ffffff;
}
.pager__item a {
  display: inline-block;
  padding: 0.25em 0.75em;
  line-height: 20px;
  color: #555555;
  font-weight: normal;
}
.pager__item a:hover, .pager__item a:focus {
  background: #b3b3b3 url("/themes/custom/acvo/images/bg-shade-medium.png") repeat-x 0 100%;
  color: #ffffff;
}

h3.search {
  font-size: 1.3rem;
}

.search-card {
  margin-bottom: 2%;
  border: 1px solid #777777;
  border-radius: 4px;
  background-color: #efefef;
  padding: 20px;
}

.search-card__name {
  font-size: 18px;
}

.search-card__profile-image {
  text-align: center;
}
.search-card__profile-image a {
  display: block;
}
.search-card__profile-image img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  height: auto;
}

.search-card__member-message {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ff0000;
  font-size: 11px;
}

.sidebar-block {
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  font-size: 13px;
}
.sidebar-block ul {
  padding-left: 15px;
}

.sidebar-block__header {
  margin: 0;
  background-image: url("/themes/custom/acvo/images/bg-shade-light.png");
  background-repeat: repeat-x;
  padding: 5px 10px;
  text-shadow: #ffffff 1px 1px 1px;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
}

.sidebar-block__content {
  padding: 1em;
}

.site-footer {
  position: relative;
  bottom: 0;
  padding: 20px;
  width: 100%;
  min-height: 2em;
  text-align: center;
}

.site-footer__wrap {
  border: 1px solid #eeeeee;
  padding-top: 6px;
  padding-bottom: 6px;
}

.site-footer__copyright {
  font-size: 11px;
}

.site-header__upper {
  position: relative;
  background-repeat: repeat-x;
  padding-top: 25px;
  padding-bottom: 30px;
  height: 180px;
}
@media screen and (min-width: 960px) {
  .site-header__upper {
    padding-top: 45px;
    padding-bottom: 50px;
    height: 245px;
  }
}

.site-header__lower {
  background-image: url("/themes/custom/acvo/images/bg-shade-light.png");
  background-repeat: repeat-x;
  height: 34px;
}

.site-header__logo {
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  max-width: 960px;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .site-header__logo {
    width: auto;
  }
}
.acvo .site-header__logo, .acvo-prod .site-header__logo, .acvo-dev .site-header__logo {
  background-image: url("/themes/custom/acvo/images/acvo-portal-header.jpg");
}
.abvo .site-header__logo, .abvo-prod .site-header__logo, .abvo-dev .site-header__logo {
  background-image: url("/themes/custom/acvo/images/abvo-portal-header.jpg");
}
.acvo-vendor .site-header__logo, .acvo-vendor-prod .site-header__logo, .acvo-vendor-dev .site-header__logo {
  background-image: url("/themes/custom/acvo/images/vendor-portal-header.jpg");
}

.site-header__gradient {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}

.user-location {
  width: 100%;
  max-width: 950px;
}

@media screen and (min-width: 960px) {
  .user-location__content {
    float: left;
    padding-right: 45px;
    width: 70%;
  }
}
.user-location__content b {
  display: inline-block;
  margin-bottom: 7px;
}

@media screen and (min-width: 960px) {
  .user-location__image {
    float: right;
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .user-location__image img {
    float: right;
    max-width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .user-location__map {
    width: 100%;
  }
}

.user-login-form__wrapper {
  border: 1px solid #eeeeee;
  font-size: 13px;
}
.user-login-form__wrapper ul {
  margin: 0;
  padding: 0 20px 10px;
  list-style: none;
}
.user-login-form__wrapper li {
  margin: 0;
  padding: 0;
}

.user-login-form__header {
  margin: 0;
  border-radius: 0.333em;
  background-image: url("/themes/custom/acvo/images/bg-shade-light.png");
  background-repeat: repeat-x;
  padding: 5px 10px;
  text-shadow: #ffffff 1px 1px 1px;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
}

.user-login-form {
  padding: 1em;
}
.user-login-form .form-text {
  display: block;
  margin-bottom: 10px;
}
.user-login-form .form-submit {
  margin-top: 10px;
}
/*# sourceMappingURL=style.css.map */
