@font-face {
  font-family: Gotham-Light;
  src: url(../fonts/Gotham-Light.woff);
  src: url(../fonts/Gotham-Light.woff2);
}
@font-face {
  font-family: Gotham-Book;
  src: url(../fonts/Gotham-Book.woff);
  src: url(../fonts/Gotham-Book.woff2);
}
@font-face {
  font-family: Gotham-BookItalic;
  src: url(../fonts/Gotham-BookItalic.woff);
  src: url(../fonts/Gotham-BookItalic.woff2);
}
.inner-container {
  padding-top:1px;
}

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

.hiddenLogin a:focus {
  position: static;
  width: auto;
  height: auto;
}

.hiddenLogin {
  position: absolute;
  max-width: 300px;
  height: 14px;
  margin-left: 190px;
  margin-top: 60px;
}

#rootLink {
  color: #fff;
}

#rootLink a:link {
  color: #fff;
  text-decoration: none;
}

#rootLink a:visited {
  color: #fff;
  text-decoration: none;
}

#rootLink a:hover {
  color: #fff;
  text-decoration: none;
}

#rootLink a:active {
  color: #fff;
  text-decoration: none;
}

.btnSiteSearch2,
.btnZipSearch,
.btnContinue {
  padding: 2px 0 2px 35px;
  font-family: Gotham-Bold;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  background: url(/assets/imgs/circle.png) left 0 no-repeat;
  border: none;
  background-position: 0 4px;
}

.btnSiteSearch2:hover,
.btnZipSearch:hover,
.btnContinue:hover {
  background-position: 0 -54px;
  color: #981130;
  text-decoration: underline;
  border: none;
}

.btnSiteSearch2:active,
.btnZipSearch:active,
.btnContinue:active {
  border: none;
}

.TempBody {
  margin-top: 150px;
}
.FooterLogo {
    width: 155px;
}

.fraudAlert .card-text {
  text-align:center;
  color: #FFFFFF;
}
.fraudAlert .card-text a {
  color: #FFFFFF;
  font-size: 1.4em;
  font-family: 'Gotham-Bold';
  text-decoration: underline;
}
.fraudAlert .card-text a:hover {
  color: #000000;
}
.fraudAlert {
  border-radius: .5em;
  background-color: #c21e3e;
}

.nav-item a {
  color: #656565;			
  font-size: 1em;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 24px;
  margin-right: 15px;
  display: inline-block;
  -webkit-transition: border-color 1s ease;
  -moz-transition: border-color 1s ease;
  -o-transition: border-color 1s ease;
  -ms-transition: border-color 1s ease;
  transition: border-color 1s ease;  
}			
.nav-item.active a {
  color: #004b82;
  border-bottom: 4px solid #00aeef;
}
.nav-item a:hover {
  text-decoration: none;
  border-bottom: 4px solid #c21e3e;
}		
.nav-row {
  margin-top: 18px !important;
    margin-bottom: 16px !important;
}

@media (max-width: 371px){
  .nav-item a {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .TempBody {
    margin-top: 0px;
  }
  .FooterLogo {
    width: 155px;
  }

}

@media (max-width: 991px) {
  .FooterLogo {
    margin-left: 0px;
    height: 58px;
    width: 155px;
    margin-bottom: 20px;
  }
  .FooterLogoDiv {
    border-left: 1px solid #fff;
  }
}

.form-control {
  font-size: 1.5rem;
}

.btn {
  font-size: 1.6rem;
  color: #004b83;
}
.btn-link:hover {
  color: #004b83;
  text-decoration: none;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  color: #c21e3e;
}

.newSearch {
  float: left;
  height: 50px;
}

.newSearch > .element {
  width: 56px;
  height: 50px;
  float: left;
  font-family: robotocondensed_bold;
  font-size: 0;
  color: #fff;
  position: relative;
  z-index: 9999;
  line-height: 50px;
  display: inline-block;
}

.newSearch img {
  width: 41px;
  height: 36px;
  padding-left: 17px;
  padding-top: 13px;
  cursor: pointer;
}
