﻿#mainContent {
  outline: 0px;
}

#hsinLogo {
  height: 98px;
}

#dhsLogo {
  height: 72px;
}

#fingerprintIcon {
  margin-left: 0.7665em;
  margin-top: 0.675rem;
}

#accountBalanceIcon {
  margin-left: 0.7665em;
  margin-top: 0.675rem;
}

#lockOpenIcon {
  margin-left: 0.7665em;
  margin-top: 0.675rem;
}

@media (min-width: 40em) {
  #federalEmployeesCallout > .shim {
    height: 142.76px;
    margin: 0;
    padding: 0;
    width: 1px;
  }
}

.usa-hero__callout .text-info {
  font-size: 1.17em;
}

.usa-media-block__img > svg {
  height: 5rem;
  width: 5rem;
}

.usa-media-block__img > i {
  font-size: 4rem;
}

#identificationIconLarge {
  margin-left: 1.195rem;
  margin-top: 1.2rem;
}

#lockOpenIconLarge {
  margin-left: 1.28rem;
  margin-top: 1.2rem;
}

#groupsIconLarge {
  margin-left: 1.195rem;
  margin-top: .9rem;
}

#settingsIconLarge {
  margin-left: 1.35rem;
  margin-top: 1.3rem;
}

.allOthersCallout {
	
	color: #e6e6e6;
	font-weight: normal;
	display: inline-block;
	font-size: 1rem;
}

.allOthersCallout:hover {
	color: #e6e6e6;
	font-weight: normal;
	display: inline-block;
	
	font-size: 1rem;
}

/* USWDS class overrides */
.usa-nav__primary a,
.usa-nav__primary button {
  color: #f0f0f0 !important;
  cursor: pointer;
  font-weight: normal !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

  .usa-nav__primary a:hover,
  .usa-nav__primary button:hover {
    color: #73b3e7 !important;
    cursor: pointer;
    transition: all .25s ease-in-out;
  }

@media (min-width: 40em) {
  .usa-hero__callout {
    max-width: 24rem;
  }
}

.usa-hero {
  background-image: url(../img/dhs-seal.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}

.usa-modal--lg .usa-modal__main {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  padding-bottom: 1rem;
  padding-top: 0;
}


/* Extension of USWDS utility classes */

.flex-row-reverse {
  flex-direction: row-reverse;
}

.background-wrap:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 90%;
  opacity: .04;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}

.background-wrap2:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .14;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}