/* 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: 7vw;
}

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

@media (min-width: 640px) {
  .site-padding {
    padding-top: 1.5vw;
    padding-bottom: 1.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;
}

/* Rich Text Custom Styles */
.ty-pdf-rich-text-wrapper h2 {
  font-family: "Titillium Web",sans-serif;
  font-size: calc(24px + 0.75vw);
  font-weight: 700;
  font-style: italic;
  line-height: 1.1;
}

.ty-pdf-rich-text-wrapper ul {
  margin-left: 50px;
}

/* 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;
  }
}

/* File Downloads */

.files {
  
  display: flex;
  flex-wrap: wrap;
  
}

.files .audio {
  
  display: flex;
  
  flex-direction: column;
  
  justify-content: space-between;
  
  align-items: center;
  
  width: 100%;
  
  max-width: 387px;
  
  margin-bottom: 1rem;
  
  background-color: #fff;
  
}

.files .audio .player {
  
  display: flex;
  
  align-items: center;
  
  justify-content: center;
  
  height: 100%;
  
  padding: 2rem 0;
  
}

.files .audio a {
  
  position: relative;
  
  width: 100%;
  
  padding: 18px 0;
  
  text-align: center;
  
  text-decoration: none;
  
  background-color: #82c341;
  
}

.files > a {
  
  width: 100%;
  
  max-width: 387px;
  
  margin-bottom: 1rem;
  
  text-decoration: none;

}

.files > a > figure {

  display: flex;
  
  flex-direction: column;
  
  justify-content: space-between;
  
  align-items: center;
  
  width: 100%;
  
  height: 100%;
  
  background-color: #fff;
  
}

.files > a > figure > img {

  padding: 2rem 0 0.5rem 0;
  
  width: 50px;
  
}

.files > a > figure > h3 {

  text-align: center;
  
  font-size: 28px;
  
  margin-bottom: 0.5em;

}

.files > a > figure > figcaption {

  position: relative;
  
  padding: 18px 0;
  
  width: 100%;
  
  text-align: center;
  
  background-color: #82c341;
  
}

.files .audio a span,

.files > a > figure > figcaption > span {

  font-size: 20px;
  
  font-weight: 600;
  
}

.files .audio a img,

.files > a > figure > figcaption > img {

  position: absolute;
  
  width: 20px;
  
  right: 20px;
  
} 

@media ( min-width: 900px ) {

  .files > a:nth-of-type(odd) {
    
    margin-right: 1rem;
    
  }
  
}

/* Details Disclosures */

.details {
  
  color: #fff;
  margin-bottom: 1rem;
  padding: 0.75em 10px;
  border: 1px solid #fff;
  max-width: 792px;
  
}

.full-background.theme-light-gray .details {

  color: #231f20;
  border: 1px solid #033572;
  
}

.details > summary {
  
  position: relative;
  padding-right: 2em;
  
}

.details > summary::after {
  
  content: "";
  display: block;
  position: absolute;
  right: 0.5em;
  top: 50%;
  width: 1em;
  height: 1em;
  background-image: url(https://grow.exim.gov/hubfs/EXIM%20Templates%202019/icon-plus.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  
}

.details[open] > summary::after {
  
  background-image: url(https://grow.exim.gov/hubfs/EXIM%20Templates%202019/icon-minus.svg);
  
}

.details > .content {
  
  padding: 1em 0;
  
}
