:root {
  --evo-brand-secondary: #2e5262;
  --evo-brand-accent: #d3d3d3;
  --evo-header-background: #fff;
}
{
  color:white;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: #025939;
  margin-top: 30px;
  margin-bottom: 30px;
}



.creditappform h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: #009bde;
  margin-top: 30px;
  margin-bottom: 30px;
}

.shoppingtools_container .shopping-tools-wrapper .dropdown .account-dropdown .pointer.simulated-hover {
  color: #ffffff;
  background-color: #d3d3d3 !important;
}

.bg-primary {
  background-color: #454545 !important;
}



/* start of video */
.tagline {
  z-index: 20;
}
.tagline:first-child {
  height: 54vh;
  min-width: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section#section-top {
  height: 54vh;
  overflow:hidden;
}
.video-filter {
  z-index: 0;
  background-color: #2d364157;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
}
.bgvid-c {
  height: 54vh;
  width: 100vw;
  overflow: hidden;
  position: absolute;
}
#bgvid {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100vw;
  position: relative;
}
#section-top h1 {
  color: #fff;
}
.img-icon {
  width: 10px;
  margin-top: -3px;
  margin-left: 5px;
}
.btn-white {
  background: transparent;
  border: 1px white solid;
  color: white;
}
.btn-white:hover {
  background: rgba(255, 255, 255, 0.37);
  color: white;
}
#section-top .btn-primary {
  border: 1px solid;
  border-color: white;
}
@media only screen and (min-width: 1501px) {
  #bgvid {
    bottom: 50%;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1220px) {
  #bgvid {
    bottom: 32%;
  }
}
@media only screen and (max-width: 992px) {
  #section-top h1 {
    font-size: 1.5em;
  }
  #section-top .btn {
    font-size: 23px;
    padding: 12px 30px;
  }
}
@media only screen and (max-width: 600px) {
  h1 #section-top  {
    font-size: 1.5em;
  }
  #section-top .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
/* end of video */