<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* View readme file for instructions for edit  */
/*---------- Video Content ----------*/
/* This content is used in pages entries to add video content. 
Started with Travel Pages */
.video-content-box {
  border: solid 1px lightgrey;
  margin-top: 1rem;
  padding: 2rem;
  border-radius: 1rem;
  display: grid;
}
.video-content-box .vid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
.video-content-box .vid-box .vid-thumb {
  border: solid 2px #29478D;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 150px;
  min-height: 150px;
  max-width: 250px;
  min-width: 250px;
  margin-top: 0.35rem;
}
.video-content-box .vid-box .vid-desc {
  padding: 0;
  margin: 0;
}

/*---------- 404 pages ----------*/
ul.a404grid {
  padding: unset;
  margin: unset;
  list-style: none;
  margin-top: 1.4rem;
  display: grid;
  padding: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  ul.a404grid {
    padding: 1rem;
    row-gap: 2rem;
  }
  ul.a404grid.grid-1 {
    grid-template-columns: repeat(1, auto);
  }
  ul.a404grid.grid-2 {
    grid-template-columns: repeat(2, 40%);
  }
  ul.a404grid.grid-3 {
    grid-template-columns: repeat(3, 30%);
  }
  ul.a404grid.grid-4 {
    grid-template-columns: repeat(4, 20%);
  }
}
ul.a404grid li {
  padding: unset;
  margin: unset;
}

/*---------- HR ----------*/
/*---------- SASTF ----------*/
/*---------- Card Carousel ----------*/
.centerbox {
  padding: 100px;
}

.sastf-card {
  border: solid 1px #29478D;
  padding: 35px;
  -webkit-transition: all 2ms;
  transition: all 2ms;
  margin: 10px;
}
.sastf-card a {
  color: rgb(52, 92, 177);
}
.sastf-card &gt; h4 {
  position: relative;
  color: #29478D;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding-right: 2rem;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: solid 2px #29478D;
}
.sastf-card &gt; h4 &gt; .expand {
  position: absolute;
  color: #29478D;
  font-weight: bold;
  font-size: 1.5rem;
  right: 0;
  top: 0;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
.sastf-card &gt; h4 &gt; .expand:hover {
  cursor: pointer;
}
.sastf-card &gt; h4 &gt; .fa-minus {
  display: block;
}
.sastf-card &gt; h4 &gt; .fa-plus {
  display: none;
}
.sastf-card &gt; .card-text {
  font-size: 17px;
  font-weight: 500;
  max-height: auto;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.sastf-closecard &gt; h4 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: solid 0px #29478D;
}
.sastf-closecard &gt; h4 &gt; .expand {
  position: absolute;
  color: #29478D;
  font-weight: bold;
  font-size: 1.5rem;
  right: 0;
  top: 0;
  -webkit-transform: translate(0px, 0rem);
          transform: translate(0px, 0rem);
}
.sastf-closecard &gt; h4 &gt; .expand:hover {
  cursor: pointer;
}
.sastf-closecard &gt; h4 &gt; .fa-minus {
  display: none;
}
.sastf-closecard &gt; h4 &gt; .fa-plus {
  display: block;
}
.sastf-closecard &gt; .card-text {
  display: block;
  max-height: 0px;
  overflow: hidden;
}

/*---------- Space Commission ----------*/ /*---------- Travel ----------*/ /*---------- TREO ----------*/
.treo-form-container {
  display: grid;
  overflow: hidden;
}
.treo-form-container .treo-img {
  max-width: 200px;
  margin: auto;
}
.treo-form-container .title {
  font-weight: 500;
}
.treo-form-container textarea {
  min-height: 10rem;
  max-width: 736px;
}
.treo-form-container .button_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.treo-form-container .button_box button {
  width: 35%;
}
@media (min-width: 1024px) {
  .treo-form-container .button_box button {
    width: 50%;
  }
}

/*---------- NUCLEAR ----------*/
/*---------- Style for Intern Application Form ----------*/
.input-text {
  border: 1px #29478D solid;
  border-radius: 7px;
  width: 100%;
  resize: vertical;
  margin: 1px;
  padding: 4px 25px;
}

.form-submit-text {
  margin-top: 20px;
  padding: 15px;
}

input[type=submit] {
  font-weight: 600;
  color: #022E92;
  font-size: 1.1rem;
  text-decoration: none;
  cursor: pointer;
  border: 4px solid #022E92;
  border-radius: 7px;
  background-color: #D7FED0;
  padding: 7px 50px;
  margin: 25px auto;
  width: 100%;
}
input[type=submit]:disabled {
  opacity: 15%;
  font-weight: 600;
  color: #022E92;
  font-size: 1.1rem;
  text-decoration: none;
  cursor: pointer;
  border: 4px solid #022E92;
  border-radius: 7px;
  background-color: #D7FED0;
  padding: 7px 50px;
  margin: 25px auto;
  width: 100%;
}

input[type=radio] {
  border: 4px solid #022E92;
  background-color: #D7FED0;
}

.intern-application-section {
  padding: 7px 30px;
}

.intern-app-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  background: #F9F9F9;
  border: 1px solid #29478D;
  border-radius: 7px;
  padding: 25px;
  margin-bottom: 50px;
  gap: 50px;
}

.form-box-left {
  width: 90%;
  max-width: 500px;
  margin: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px;
}
@media (min-width: 1024px) {
  .form-box-left {
    width: 30vw;
  }
}
.form-box-right {
  width: 90%;
  max-width: 500px;
  margin: auto;
  padding: 25px;
}
@media (min-width: 1024px) {
  .form-box-right {
    width: 30vw;
  }
}
.form-box-center {
  padding: 25px;
  width: 100%;
  margin: auto;
}

.form-box-test {
  width: 200px;
  max-width: 200px;
  margin: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (min-width: 768px) {
  .form-box-test {
    width: 30vw;
  }
}
.internapp-intro {
  padding: 10px 50px;
}
.internapp-intro h3 {
  padding: 10px;
}
.internapp-intro .internapp-intro-text {
  padding: 10px 5px;
}
.criminal-history-bottomtext {
  width: 100%;
}

.skill-set-right {
  padding-top: 25px;
}
@media (min-width: 1024px) {
  .skill-set-right {
    padding-top: 0px;
  }
}</pre></body></html>