.modal-content {
    max-height: none !important;
    max-width: 100%;
}
body.modal-open .mm-slideout {
    z-index: 1;
}
.pager li > a, .pager li > span {
    border: 0;
    border-radius: 0;
}
li.pager__item.pager__item--current {
    padding: 0.7647058824em !important;
}
#main a {
    font-weight: 600;
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgba(0, 0, 0, 0.5);
}
.header_top-col_grid .header_top_right div.block__content {
  justify-content: flex-end;
}
.header_top-col_grid .header_top_left, .header_top-col_grid .header_top_right {
    padding: 0;
}
.header_top-col_grid .header_top_right {
    display: inline-block;
}
.hero-bg-image::before {
    background-image: none;
}
.hero-bg-image {
    padding: 12vw 1em 12vw;
}
.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0;
    bottom: 0 !important;
    top: auto !important;
    position: absolute;
    background: rgba(0,54,94,0.90);
    padding: 1rem 2rem;
    border-radius: 2px;
    overflow: visible;
    z-index: 9999999 !important;
    margin: 0 auto;
    text-align: left;
    width: 60%;
}
.carousel-inner {
    overflow: visible;
}
.carousel-indicators {
    bottom: 0px;
}
.carousel-caption a.button:active, .carousel-caption a.button:hover, .carousel-caption a.button:focus {
    color: #ff9700 !important;
    text-shadow: none;
}
.button:focus, .button:hover, .button:active, footer .nav > li > a:focus, footer .nav > li > a:active, footer .nav > li > a:hover {
    color: #ff9700;
}

/* Other */
header ul.social-media-links--platforms a {
    color: #444 !important;
}
.paragraph.paragraph--type--bp-columns {
    padding: 0 1rem;
}

/* Menu Changes */
div#block-responsivemenumobileicon .site-mobile__grid {
    background: #ff9700;
}
.mm-menu .mm-panels .mm-navbar:nth-child(1) {
    background-color: #ff9700;
}
.region-page-title .page-title {
    background-color: #ff9700;
}
.region-page-title .page-title::after {
    background-image: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #ff9700;
}
.navbar-inverse {
    background-color: #fff;
    border-color: #eee;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #444;
    background-color: transparent;
}
.glyphicon.glyphicon-home {
    /*color: #008457;*/
    color: #222;
    top: 1.25em;
    right: 1rem;
}
#floating-icons a {
    height: 45px;
    font-size: 22px;
}
.floating-social-icons-right {
    top: 40%;
}
.card .card__rich-media {
    min-height: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    top: 0;
    left: 0;
}
.fieldset__legend {
    left: 0;
    position: relative;
    top: 0;
}
.fieldset--checkboxes legend {
    font-size: 21px;
    font-weight: normal;
}
.paragraph.paragraph--type--bp-accordion .panel-collapse > .paragraph {
    padding: 0 1rem;
}

/* Accordion Fixes */
.card.panel {
    max-width: calc(100% - 1rem);
}

/* Capital Credits Search */
form#views-exposed-form-eck-capital-credits-search-eck-cc-search-block .form-inline {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.block--eck-cc-search .view__empty {
    text-align: center;
    margin: 1rem 0 3rem 0;
}
.block--eck-cc-search button {
    margin-left: 1rem;
}
.block--eck-cc-search {
    padding: 0 2rem 2rem 2rem;
}
.footer-back_to_top {
    background-color: #666 !important;
}

/* Footer changes */
footer .footer-col_grid.row {
    background-image: none;
}
footer .footer-legal_info .divider {
    display: none;
}

/* PDF Embeds Hide on Mobile */
@media (max-width: 767px) {
object#pdf_reader {
    display: none;
}
}

@media (max-width: 667px){
  header.header .site-logo__grid img.site-logo___image {
      max-height: 55px;
      padding: 0;
      margin-top: 0.75rem;
  }
  .glyphicon.glyphicon-menu-down {
    display: none;
  }
  .header-col_2.col-xs-12.col-sm-6 {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 740px) {
  .card {
      max-width: 290px;
  }
  .card {
      min-width: 290px;
  }
}

@media (min-width: 768px) {
  div#block-responsivemenumobileicon {
      display: none;
  }
  .form-inline .control-label {
      margin-bottom: 5px;
      vertical-align: middle;
  }
}

