.mm-menu {
  z-index: 9999;
}

html.mm-basic nav.mm-basic,
html.mm-basic nav.mm-basic > .mm-header {
  background: #003368;
}

#content-area td {
  padding: 5px;
}

@media screen {
  body {
    font-size: 14px;
  }

  h1 {
    margin-top: 0;
    color: #003368;
    font-weight: bold;
  }

  h2 {
    color: #699ac5;
    font-weight: normal;
  }

  p {
    line-height: 1.1em;
  }

  a {
    color: #3b6991;
  }

  h3 {
    margin-bottom: 20px;
    color: #001d3e;
    font-size: 1.5em;
  }

  .sidebartitle a {
    color: #a9ce67 !important;
  }

  h4 {
    color: #fff;
  }

  h5 {
    color: #a9ce67;
    font-size: 1.3em;
  }

  hr {
    margin: 25px 0 20px 0;
  }

  tbody {
    border-top: 0;
  }

  #toprow {
    overflow: hidden;
    height: 245px;
  }

  @media (max-width: 1000px){
    #toprow{
      height: auto;
    }
  }

  .modal-dialog.modal-lg {
    z-index: 1045;
  }

  .breadcrumb {
    margin-bottom: 10px;
    text-align: right;
    color: #699ac5;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .breadcrumb li a {
    color: #699ac5;
  }

  .breadcrumb li a:hover {
    color: #699ac5;
  }

  #topnav {
    margin-top: 15px;
    margin-bottom: 55px;
  }

  #topnav li {
    display: inline;
    margin-left: 3px;
    list-style: none;
  }

  #topnav li a {
    text-decoration: none;
    color: #003368;
  }

  td.gsc-search-button {
    border-radius: 0 !important;
  }

  .gsc-input,
  #gsc-i-id1 {
    background-color: transparent !important;
  }

  .gsib_a {
    padding: 0 !important;
  }

  .gsc-control-cse {
    padding: 0 !important;
  }

  input.gsc-search-button {
    border-radius: 0 !important;
  }

  /* Drupal Search Styling */
  .search-menu-form {
    padding-bottom: 10px;
  }

  #desktop-search {
    width: 33%;
    height: 25px;
    border: 1px solid #ccc;
  }

  #searchButton {
    display: inline-block;
    width: 70px;
    height: 25px;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    color: #fff;
    background-color: #84af39;
  }

  .search-menu-form label {
    display: inline-block;
  }

  .search-info {
    display: none;
  }

  .page-search .region-content h2,
  .page-search .region-content a {
    color: #001d3e;
  }

  #mainnav {
    width: 100%;
    margin: 0 auto 20px;
    padding: 5px 0 5px 0;
    border-top: 3px solid #84af39 !important;
    background-color: #003368;
  }

  #mainnav ul {
    margin: 10px 0;
    padding: 0;
  }

  #mainnav li {
    display: inline;
    margin-right: 4%;
    list-style: none;
    font-size: 16px;
  }

  #mainnav li a {
    padding-bottom: 10px;
    text-decoration: none;
    color: #fff;
  }

  .dropdown-menu {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .dropdown-menu.last {
    right: 0;
    left: auto;
    text-align: left;
  }

  .dropdown-menu li {
    display: block !important;
    width: 100%;
    height: 40px;
  }

  .dropdown-menu li:hover {
    background-color: #f0f0f0;
  }

  button a:hover {
    text-decoration: none !important;
  }

  .dropdown-menu li  a {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    padding-bottom: 0 !important;
    color: #332268 !important;
    border-bottom: #777 solid 1px;
    line-height: 40px;
  }

  .dropdown-menu  li  a:hover {
    background-color: transparent !important;
  }

  .dropdown-menu > .active > a {
    background-color: transparent;
  }

  .dropdown-menu {
    width: 300px;
    margin: 0;
  }

  .active > a:hover {
    background-color: transparent !important;
  }

  #olblogin {
    height: 350px;
    padding: 15px;
  }

  #olbtop {
    height: 70%;
    padding: 20px;
    border: 1px solid #003368;
  }

  #olbtop h2 {
    display: inline-block;
    margin: 0 10px 40px 0;
    color: #003368;
    font-size: 1.5em;
  }

  #olbtop .form-group {
    position: relative;
  }

  .form-inline .form-control {
    width: 67%;
    border-radius: 0;
  }

  #olbtop p {
    color: #69727d;
    font-size: 14px;
  }

  #olbtop p a {
    color: #3d4c4b;
    font-size: 14px;
  }

  #olbusername {
    display: inline-block;
    width: 69%;
    border-radius: 0;
  }

  #user_id + label {
    display: none;
  }

  #user_id:valid + label {
    position: absolute;
    top: -25px;
    display: block;
    color: #003368;
    font-weight: 400;
  }

  .form-inline .form-control {
    float: left;
  }

  #olbsubmit {
    float: left;
    width: 33%;
    height: 34px;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    color: #001d3e;
    background-color: #84af39;
    font-weight: 700;
  }

  #olbsubmit:hover {
    color: #84af39;
    background-color: #fff;
  }

  #enrolldemo {
    margin: 15px 0 0 0;
  }

  .form-group {
    width: 100%;
  }

  #olbbottom {
    height: 30%;
    padding: 0 20px 20px 20px;
    border: 1px solid #003368;
    background-color: #003368;
  }

  #olbbottom h4 {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
  }

  #textbankingtext {
    display: inline-block;
    margin-top: 12px;
  }

  #textbankingtext a {
    color: #fff;
  }

  .btn-default {
    border-radius: 0;
  }

  #gettheapp {
    display: flex;
    float: left;
    justify-content: space-around;
    align-items: center;
    width: 47%;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    color: #001d3e;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #6799c6;
    font-weight: 700;
  }

  #gettheapp:hover {
    background-color: #78b4ea;
  }

  #gettheapp img {
    margin-left: 7px;
  }

  #textbanking {
    display: flex;
    float: left;
    justify-content: space-around;
    align-items: center;
    width: 47%;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    color: #001d3e;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #6799c6;
    font-weight: 700;
  }

  #textbanking img {
    margin-left: 7px;
  }

  #textbanking:hover {
    background-color: #78b4ea;
  }

  #rotatingbanner {
    height: 350px;
    padding: 10px;
  }

  #rotatingbanner div {
    height: 100%;
  }

  .alertsbox {
    height: 211px;
    padding: 10px;
  }

  .alertsbox > div {
    height: 100%;
    padding: 20px;
    background-color: #84af39;
  }

  .alertsbox h3 {
    margin: 0 0 10px 0;
    color: #001d3e;
    font-size: 1.5em;
    font-weight: normal;
  }

  .alertsbox p {
    color: #001d3e;
  }

  .alertsbox a {
    text-decoration: none;
    color: #001d3e;
    font-weight: bold;
  }

  .alertsbox a:hover {
    text-decoration: underline;
  }

  .alertsbox span {
    color: #001d3e;
  }

  #red > div {
    background-image: url("/sites/www.uvacreditunion.org/files/images/alerts/redalert.png");
    background-repeat: no-repeat;
    background-position: right top;
  }

  #yellow > div {
    background-image: url("/sites/www.uvacreditunion.org/files/images/alerts/yellowalert.png");
    background-repeat: no-repeat;
    background-position: right top;
  }

  #green > div {
    background-image: url("/sites/www.uvacreditunion.org/files/images/alerts/greenalert.png");
    background-repeat: no-repeat;
    background-position: right top;
  }

  #applybox {
    height: 211px;
    padding: 10px;
  }

  #applybox ul {
    width: 100%;
    padding-left: 0;
  }

  #ratescalcs {
    display: inline-block;
    color: #001d3e;
  }

  #ratescalcs a {
    color: #001d3e;
    font-weight: 700;
  }

  #applybox ul li {
    list-style: none;
  }

  #applybox ul li a {
    text-decoration: none;
    color: #001d3e;
    font-weight: 500;
  }

  #applyboxtop {
    height: 50%;
    padding: 20px;
    background-color: #f0873c;
  }

  .selectoption {
    height: 30px;
    padding: 7px;
    color: #001d3e;
    background-color: #fff;
    font-size: 15px;
  }

  .downarrow {
    float: right;
  }

  #applyboxbottom {
    height: 50%;
    padding: 20px;
    background-color: #e37222;
  }

  #applybox h3 {
    display: inline-block;
    margin: 0 0 7px 0;
    color: #001d3e;
    font-size: 1.5em;
    font-weight: 500;
  }

  #applyboxbottom {
    width: 100%;
    background-color: #e37222;
  }

  #educationbox {
    height: 211px;
    padding: 10px;
  }

  #educationbox ul {
    width: 100%;
  }

  #educationbox > div {
    height: 100%;
    padding: 20px;
    background-color: #699ac5;
  }

  #educationbox h3 {
    margin: 0 0 10px 0;
    color: #001d3e;
    font-size: 1.5em;
    font-weight: 500;
  }

  #educationbox p {
    display: inline-block;;
    color: #001d3e;
  }

  #educationbox p a {
    text-decoration: none;
    color: #001d3e;
    font-weight: bold;
  }

  #educationbox a:hover {
    text-decoration: underline;
  }

  #educationbox span {
    color: #fff;
  }

  .LPMlabel {
    color: #001d3e !important;
  }

  .LPMcontainer {
    background-color: #f28730 !important;
  }

  #greensense {
    width: 100%;
    height: 70px;
    margin-top: 20px;
    background-color: #84af39;
  }

  #greensense img {
    float: left;
    margin-top: 8px;
  }

  footer {
    padding-bottom: 30px;
  }

  footer h3 {
    margin-bottom: 8px;
    color: #84af2d;
    font-size: 1.25em;
    font-weight: 700;
  }

  #footerlinks {
    width: 100%;
    height: auto;
    padding: 25px 0;
    background-color: #024;
  }

  #footerlinks p {
    color: #84af39;
    font-weight: bold;
  }

  #footerlinks ul {
    padding-left: 0;
  }

  #footerlinks ul li {
    margin: 7px 0 7px 0;
    list-style: none;
    color: #ccd8e5;
  }

  #footerlinks ul li a {
    text-decoration: none;
    color: #ccd8e5;
  }

  #footerlinks h4 {
    color: #f47a28;
    font-size: 16px;
  }

  #footerlinks p {
    margin: 5px 0;
    font-size: 18px;
  }

  footer h4 {
    color: #e37222;
    font-size: 1em;
  }

  footer h4 a {
    color: #e37222 !important;
    font-size: 1em !important;
  }

  footer a {
    color: #333;
  }

  .internalbanner {
    height: 225px;
    border: 0;
  }

  .internalbanner p img {
    margin-top: 10px;
  }

  .olblogininternal {
    height: auto !important;
  }

  .olbinternal {
    height: 200px !important;
  }

  .olbtopinternal {
    height: 225px !important;
  }

  .olbtopinternal h2 {
    margin: 0 0 25px 0 !important;
  }

  .sidebar {
    width: 100%;
    margin-top: 0;
    padding: 20px;
    background-color: #124982;
  }

  .sidebartitle {
    margin: 5px 0;
    color: #a9ce67;
    font-size: 1.5em;
  }

  .sidebarlinks {
    margin-bottom: 35px;
    color: #fff;
  }

  .sidebarlinks a {
    color: #fff;
  }

  .sidebar-img {
    margin-top: 10px;
  }

  .sidebar img {
    margin-right: 10px;
  }

  #content-area p {
    margin: 10px 0;
    line-height: 1.5;
  }

  .gsc-control-wrapper-cse {
    float: right;
    width: 40% !important;
  }

  .cse .gsc-search-button input.gsc-search-button-v2,
  input.gsc-search-button-v2 {
    width: auto !important;
    height: auto !important;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }

  /*MEDIA QUERIES */


  @media (max-width:1200px) {
    td.gsc-search-button {
      width: 29% !important;
    }

    #olbbottom h4 {
      margin-right: 85px;
    }

    #gettheapp {
      width: 90px;
      font-size: 12px;
    }

    #textbanking {
      font-size: 12px;
    }

    #olblogin {
      height: auto;
    }

    #mainnav li {
      margin-right: 25px;
    }

    .carousel-inner .item img,
    .carousel-inner .item a img {
      width: 100%;
    }

    #gettheapp {
      width: 50%;
    }

    #green-sense-image {
      width: 70%;
    }

    #sidebarheader {
      font-size: 16px!important;
    }
  }

  @media (max-width:992px) {
    td.gsc-search-button,
    #desktop-search {
      width: 37% !important;
    }

    .internalbanner {
      height: auto;
    }

    #mainnav li {
      margin-right: 30px;
    }

    .navmenu-nav li {
      margin: 0 !important;
    }

    .navmenu-nav li.last {
      border-bottom: none;
    }

    #mainnav li a {
      font-size: 15px;
    }

    #olbtop p a {
      font-size: 12px !important;
    }

    #educationbox.col-xs-1 {
      display: none!important;
    }

    .fa.fa-angle-right {
      display: none!important;
    }
  }

  @media (max-width:768px) {
    td.gsc-search-button,
    #desktop-search {
      width: 37% !important;
    }

    #olbtop p a {
      font-size: 12px;
    }

    li.dropdown ul {
      display: none;
    }

    #topnav {
      margin-bottom: 0;
    }

    #educationbox.col-xs-1 {
      display: none!important;
    }

    .fa.fa-angle-right {
      display: none!important;
    }

    .dropdown.open > .dropdown-menu ul {
      display: block!important;
    }
  }

  #top-logo {
    padding: 20px 0;
  }

  @media (max-width: 767px) {
    td.gsc-search-button,
    #desktop-search {
      width: 49% !important;
    }

    #topnav {
      margin-bottom: 0;
    }

    #top-logo {
      text-align: center;
      padding: 0px;
    }

    footer img {
      width: 25%;
    }
  }

  .tablecontent1 {
    vertical-align: bottom;
    color: rgb(94, 94, 94);
    border-bottom: 1px solid #fff;
    background-color: #fff;
  }

  .tablecontent2 {
    vertical-align: bottom;
    color: rgb(94, 94, 94);
    border-bottom: 1px solid #fff;
    background-color: #efefef;
  }

  th {
    text-align: center;
    vertical-align: bottom;
    color: #3b6b96;
    border-bottom: 1px solid #fff;
    background-color: #dae8fb;
  }

  .rates-table {
    width: 100%;
  }

  .disclaimer {
    color: #7e7e7e;
    font-size: 9pt;
    font-weight: bold;
    font-style: italic;
  }

  .th-first {
    text-align: left;
  }

  #educationbox h3 {
    display: inline-block;
  }

  #educationbox #educationloginbox {
    position: absolute;
    top: 22px;
    right: 24px;
    display: inline-block;
    float: right;
    width: 105px;
    height: 32px;
    padding: 7px;
    padding-left: 32px;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    color: #fff;
    background-color: #003368;
    font-size: 1.2em;
  }

  #educationloginbox:hover {
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    text-decoration: none !important;
    background-color: #699ac5 !important;
  }

  .carousel-indicators {
    bottom: 0 !important;
    left: 92%!important;
  }

  hr {
    border: 1px solid;
    border-top: #69727d;
  }

  #chatinfo {
    border-left: 1px solid #bac3cc;
  }

  #chatinfo a {
    color: #333;
  }

  #whatsnew {
    color: #465260;
  }

  #whatsnew span {
    display: inline-block;
    margin-right: 10px;
  }

  footer a {
    font-size: 12px;
  }

  span.ext {
    padding-right: 0 !important;
  }

  #twitter-icon {
    margin-top: 5px !important;
  }

  #bottom-footer a:hover {
    color: #333;
  }

  .region-content a {
    color: #699ac5;
  }

  #footer-bottom-links {
    margin-top: 10px;
  }

  #footer-bottom-links a {
    font-size: 14px;
  }

  #footer-bottom-links a:hover {
    color: #333;
  }

  .modal-content a:hover {
    color: #699ac5 !important;
  }

  span.mailto {
    padding-right: 0 !important;
  }

  .breadcrumb li a {
    text-transform: capitalize;
  }

  #phone-number span,
  #phone-number li {
    margin-left: 10px;
    color: #00693c;
  }

  button {
    border: 0 !important;
  }

  button a,
  button a:hover {
    color: #fff;
  }

  .gsc-input {
    padding: 0 !important;
  }

  input.gsc-search-button {
    margin-left: 0 !important;
  }

  .gsc-input-box {
    height: 27px !important;
  }

  input.gsc-search-button-v2 {
    margin-top: 0 !important;
  }

  table.gsc-search-box td,
  td.gsc-search-button {
    vertical-align: top !important;
  }

  #gsc-i-id1 {
    height: 27px !important;
  }

  #sidebarheader {
    display: inline-block;
  }

  #sidebarbuttons {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
  }

  .whitearrows {
    position: relative;
    top: -7px;
    right: -7px;
    width: 40px;
    height: 30px;
    padding: 7px 12px;
    color: #fff;
    background-color: #003368;
  }

  .modal-content a {
    text-transform: none !important;
    color: #699ac5 !important;
  }

  #footerlinks p a {
    margin: 5px 0 !important;
    color: #84af39 !important;
    font-size: 18px !important;
    font-weight: bold !important;
  }

  @font-face {
    font-family: "NeutraText-Bold";
    src: url("NeutraText-Bold.otf"),
    url("NeutraText-Bold.eot"); /* IE */
  }

  .special-font {
    font-family: "Arial" ;
    font-weight: bold;
  }

  #sidebar-top {
    width: 100%;
    padding: 5px 15px;
    background-color: #003368;
    transform: translateY(-7px);
    margin-bottom: -7px;
  }

  #littlenav {
    background-color: #003368;
  }

  #littlenav li {
    display: block;
  }

  .navbar-default {
    border: 0!important;
  }

  .navbar {
    margin-bottom: 0;
    border-radius: 0;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .breadcrumb > li + li:before {
    padding: 0 5px;
    content: ">";
    color: #ccc;
  }

  .panel-heading h5 {
    margin: 5px;
  }
}

@media print {
  header nav,
  footer {
    display: none !important;
  }

  #toprow {
    display: none!important;
  }

  #mainnav {
    display: none!important;
  }

  #navbar-bar {
    display: none!important;
  }

  #navbar-item--2-tray {
    display: none!important;
  }

  #headersection {
    display: none!important;
  }

  .breadcrumb {
    display: none !important;
  }

  .nav-tabs {
    display: none !important;
  }

  img {
    display: none!important;
  }

  #mmenu_left {
    display: none!important;
  }

  body a:link:after,
  body a:visited:after {
    content: "" !important;
  }
}

.mobile-nav-header {
  margin-top: 0 !important;
  color: #c4ccd5 !important;
}

.mobile-nav-link {
  margin: 0 !important;
  color: #c4ccd5;
  background-color: #003368;
}

.mobile-nav-link li {
  margin: 0 !important;
}

.mobile-nav-link li a {
  padding-left: 1em;
  color: #c4ccd5 !important;
}

.mobile-nav-link li.last a {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.mobile-nav-link li a:hover {
  background-color: #003368 !important;
}

.mobile-nav-link li:hover {
  background-color: #003368 !important;
}

.navmenu-nav {
  margin: 0 !important;
  background-color: #003368;
}

#navmenu .open .mobile-nav-header {
  background-color: #1b1e25;
}

@media screen and (min-width: 1000px) {
  #navmenu {
    display: none !important;
  }
}
@media screen and (max-width: 999px){
  #bignav {
    display: none;
  }
}

/**** Accessibility Changes ****/
.dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

#skip a {
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

#skip a:focus {
  position: static;
  width: auto;
  height: auto;
}

.sr-only {
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.phone-links {
  margin-bottom: 10px;
}

.phone-links,
.phone-links a {
  color: #001d3e;
  font-size: 14px;
  font-weight: 500;
}

.green-sense {
  display: inline-block;
  float: left;
  margin-left: 10px;
  font-weight: bold;
  line-height: 79px;
}

@media screen and (max-width: 768px) {
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 100%;
  }

  td.gsc-search-button {
    width: 1%;
  }

  .gsc-control-wrapper-cse {
    width: 100% !important;
  }
}

.slide {
  position: relative;
  display: none;
}

.slide img {
  width: 100%;
}

.slide-caption {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  padding: 0 40px;
  text-align: center;
}

.slide-caption .headline {
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #c96508;
  font-family: "Josefin Sans";
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
}

.slide-caption .description {
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #2b5c8a;
  font-family: "Josefin Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.slide-caption .button {
  padding: 10px 12px;
  text-align: center;
  text-transform: uppercase;
  color: #2b5c8a;
  border: 2px solid #2b5c8a;
  font-family: "Josefin Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.mobile-nav-header:focus {
  background-color: #1b1e25 !important;
}

.region-sidebarsecondary img {
  width: 100% !important;
  height: auto !important;
}

#navmenu {
  background-color: #003368;
}

@media screen and (max-width: 1199px) {
  #rotatingbanner {
    clear: both;
    height: auto;
  }

  #textbanking,
  #gettheapp {
    display: inline-flex;
    float: none;
    justify-content: center;
  }

  #textbanking .fa,
  #gettheapp .fa {
    margin-right: 10px;
  }
}

@media screen and (min-width: 640px) and  (max-width: 720px) {
  .slide-caption .button {
    color: #fff;
    background-color: #2b5c8a;
  }
}

@media screen and (max-width: 640px) {
  .slide img {
    display: none;
  }

  .slide-caption {
    position: relative;
    width: 100%;
    padding: 20px;
    padding-bottom: 40px;
    border: 1px solid #003368;
    background-repeat: no-repeat;
    background-position: bottom right;
  }

  #ratescalcs {
    display: block;
    float: none !important;
    clear: both;
  }

  #applyboxtop,
  #applyboxbottom,
  #applybox,
  #educationbox {
    clear: both;
    height: auto;
  }
}

/* 01839977 - Mobile first stylesheet - start */
#topnav {
    margin-bottom: 10px;
}

.social-icons {
    float: right;
    clear: both;
}

@media (max-width: 1000px) {
  .search-menu-form, .region-topnav + p, #olblogin {
    display: none;
  }

  .navbar .container-fluid {
    float: left;
    padding-left: 20px;
    width: 100%;
  }

  .navbar-header{
      float: left;
  }

  footer img {
    width: auto;
  }
}

.login-toggle {
    color: #001d3e;
    background-color: #84af39;
    font-size: 18px;
    padding: 4px 20px;
    border-radius: 6px;
}

.login-toggle:hover {
  text-decoration: underline;
  color: #fff;
}

.location-icon {
  height:  33px;
  transform: translateY(-4px);
  width: auto;
  margin-right: 10px;
}
.navbar-btns {
    float: right;
    padding-top: 10px;
}

.mobile-search {
  padding: 0px 15px;
}

.mobile-search .form-group {
  display: flex;
}

#mobile-desktop-search {
  display: inline-block;
  border: none;
  flex-grow: 1;
}

.mobile-search label {
  margin-bottom: 0px;
  margin-top: 16px;
  color: #fff;
}

#mobile-search-btn {
  margin-left: 0px;
  display: inline-block;
  width: 70px;
  height: 25px;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  color: #fff;
  background-color: #84af39;
  display: inline-block;
}
.contact-us a {
  font-weight: 400;
}

/* CCPA message */
.ccpa-message {
  padding: 0;
}

.cookie-message {
  width: 100%;
  margin: 0;
  padding: 10px;
  color: black;
  background-color: #729ABC;
  position: fixed;
  bottom: 0;
  z-index: 2;
}

.cookie-message .close-button {
  margin-top: 0 !important;
  padding: 7px 15px;
  color: white;
  background: #002F5F;
  border-radius: 3px;
}

.cookie-message .close-button:hover {
  background: #bbb;
  color: #002F5F;
}

.cookie-message a:not(.button) {
  text-decoration: underline;
  color: black;
  font-weight: bold;
}
