/* Thank You Page Content */

.full-background {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.full-background.theme-dark-blue {
  background-color: #1A4071;
  background-image: url(https://grow.exim.gov/hubfs/EXIM%20Templates%202019/gradient-navy.jpg);
}

.full-background.theme-light-gray {
  background-color: #D1D2D3;
  background-image: url(https://grow.exim.gov/hubfs/EXIM%20Templates%202019/gradient-gray.jpg);
}

.full-background.theme-light-blue {
  background-color: #3FBFDE;
  background-image: url(https://grow.exim.gov/hubfs/EXIM%20Templates%202019/gradient-light-blue.jpg);
}

.header-basic .logo {
  display: inline-block;
  margin-top: 30px;
  margin-left: 30px;
}

@media (min-width: 960px) {
  .header-basic .logo {
    margin-top: 50px;
    margin-left: 50px;
  }
}

.header-basic .logo > img {
  display: block;
  width: 60px;
  height: 36px;
}

@media (min-width: 960px) {
  .header-basic .logo > img {
    width: 90px;
    height: 54px;
  }
}

.site-padding {
  padding: 9vw;
}

@supports(padding: max(0px)) {
  .site-padding {
    padding-left: max(9vw, env(safe-area-inset-left));
    padding-right: max(9vw, env(safe-area-inset-right));
  }
}

@media (min-width: 640px) {
  .site-padding {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
  }
}

.full-background.theme-dark-blue .header-basic-content,
.full-background.theme-dark-blue .header-basic-content a {
  color: #FFF;
}

.full-background.theme-light-gray .header-basic-content {
  color: #033572;
}

.full-background.theme-light-blue .header-basic-content {
  color: #033572;
}

/* Table */

.full-background.theme-dark-blue .tables {
  color: #FFF;
}

.full-background.theme-light-gray .tables,
.full-background.theme-light-blue .tables {
  color: #000;
}

.full-background.theme-dark-blue .horizontal-scroll-warning::before {
  content: url(https://grow.exim.gov/hubfs/EXIM%20Templates%202019/arrowleftwhite.svg);
}

.full-background.theme-dark-blue .horizontal-scroll-warning::after {
  content: url(https://grow.exim.gov/hubfs/EXIM%20Templates%202019/arrowrightwhite.svg);
}

.full-background.theme-light-gray .horizontal-scroll-warning::before,
.full-background.theme-light-blue .horizontal-scroll-warning::before {
  content: url(https://grow.exim.gov/hubfs/EXIM%20Templates%202019/arrowleftblue.svg);
}

.full-background.theme-light-gray .horizontal-scroll-warning::after,
.full-background.theme-light-blue .horizontal-scroll-warning::after {
  content: url(https://grow.exim.gov/hubfs/EXIM%20Templates%202019/arrowrightblue.svg);
}

.full-background.theme-dark-blue th[scope="col"],
.full-background.theme-light-gray th[scope="col"],
.full-background.theme-dark-blue th[scope="rowgroup"],
.full-background.theme-light-gray th[scope="rowgroup"] {
  color: #043572;
  background-color: #82C341;
}

.full-background.theme-light-blue th[scope="col"],
.full-background.theme-light-blue th[scope="rowgroup"] {
  color: #FFF;
  background-color: #043572;
}

.full-background.theme-dark-blue tbody > tr + tr,
.full-background.theme-light-gray tbody > tr + tr {
  border-color: #BCBCBC;
}

.full-background.theme-light-blue tbody > tr + tr {
  border-color: #FFF;
}

/* More Info */

.full-background.theme-dark-blue .more-info-links h2 {
  color: #FFF;
}

.full-background.theme-light-gray .more-info-links h2 {
  color: #033572;
}
.full-background.theme-light-blue .more-info-links h2 {
  color: #033572;
}

.more-info-link {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}

@media (min-width: 960px) {
  .more-info-link {
    flex-direction: row;
  }
}

.more-info-link + .more-info-link {
  margin-top: 0.75em;
}

.more-info-link .image {
  width: 100%;
  height: 8.25em;
  border-bottom: 2px solid #F5F5F5;
  background-color: #d8d8d8;
  background-repeat: no-repeat;
}

.more-info-link .image.background-cover {
  background-size: cover;
  background-position: center top;  
}

.more-info-link .image,
.more-info-link .image.background-contain {
  background-size: auto 90%;
  background-position: center bottom;
}

@media (min-width: 960px) {
  .more-info-link .image {
    flex: 0 0 auto;
    width: 33.33%;
    height: auto;
    border-bottom: none;
    border-right: 2px solid #F5F5F5;
  }
  
  .more-info-link .image,
  .more-info-link .image.background-contain {
    background-size: 90% auto;
  }
  
  .more-info-link .image.background-cover {
    background-size: cover;
    background-position: center top;  
  }
}

.more-info-link .text {
  padding: 1.5em;
}

@media (min-width: 960px) {
  .more-info-link .text {
    flex: 1 1 auto;
  }
}

.more-info-link h3 a {
  text-decoration: none;
}

.more-info-link .arrow {
  width: 100%;
  height: 2.5em;
  background-image: url(https://grow.exim.gov/hubfs/EXIM%20Templates%202019/icon-arrow-right.svg);
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 960px) {
  .more-info-link .arrow {
    flex: 0 0 auto;
    width: 4em;
    height: auto;
    background-size: 2em;
  }
}
