@charset "UTF-8";
/* CSS Document */
/* GENERAL STYLING */
main h2 {
  color: #F3F3F3;
  font-size: 28px;
  font-family: Lora;
}
main p {
  color: #3A405A;
  font-size: 18px;
  font-family: "Lato";
}
/******************* 
Modal Edits
*********************/
.modal-dialog {
  width: auto;
  max-width: 900px !important;
}
.modal-header {
  background: rgb(59, 65, 91);
}
.close {
  float: right;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .6;
}
.close:focus, .close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 1;
}
.modal-title {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-family: Lora;
}
.modal-footer {
  background: rgb(59, 65, 91);
}
.correct {
  background: green;
  width: 200px;
  font-size: 35px;
  color: white;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.wrong {
  background: red;
  width: 200px;
  font-size: 35px;
  color: white;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
/******************* 
BANNER 
*********************/
#banner {
  position: relative;
  
  background: url('/Portals/1/Interactive/2023/02-heraldry/heraldry-bg-final.jpg'), #333;
  width: 100%;
  background-position: center;
  background-size: 75%;
  background-repeat: repeat;
  overflow: hidden;
  z-index: 1;
  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 100s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  position: relative;
}
@-webkit-keyframes MOVE-BG {
  from {
    background-position: 0% 0%
  }
  to {
    background-position: 187% 0%
  }
}
#banner .overlay {
  background: rgb(59, 65, 91);
  background: linear-gradient(90deg, rgba(59, 65, 91, 1) 40%, rgba(59, 65, 91, 0.46122198879551823) 80%, rgba(59, 65, 91, 0.2) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
    padding-top: 80px;
}
#banner .inner {
  max-width: 1600px;
  margin: auto;
    padding-top: 80px
}
#banner .titlecard {
  display: block;
  text-align: center;
  margin: 20px 0px 60px 0px;
}
#banner.titlecard img {
  max-width: 450px;
  width: 90%;
  position: relative;
}
#banner .box {
  padding: 20px;
  background: #3a405ae6;
  margin-top: 20px;
  position: relative;
}
#banner p {
  color: #fff;
  font-size: 18px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
/* Heraldry Section */
#heraldry {
  text-align: center;
  margin-bottom: 50px;
}
#heraldry h2 {
  color: #ffe8a2;
  font-size: 2rem;
}
#heraldry .quote {
  color: #fff;
  font-size: 45px;
  font-family: 'Oswald';
  line-height: 50px;
}
#heraldry .quote span {
  position: absolute;
  font-size: 6rem;
  top: -60px;
  left: 20px;
  opacity: 0.1;
}
#heraldry .source {
  font-style: italic;
  color: #A8ADBD;
}
#heraldry .box a:nth-child(1) {
   color:#f5f5f5;
    text-decoration: underline;
}
#heraldry .box:nth-child(2) {
  background: none;
}
#heraldry video {
  width: 100%;
  object-fit: cover;
  position: relative;
}
#heraldry .box img {
  object-fit: cover;
}
#heraldry h3 {
  font-size: 1.2rem;
  color: white;
  display: none;
}
#heraldry .box p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}


/******************* 
How its made
*********************/
/******************* 
Medal Title 
*********************/
.medal-wrap {
  position: relative;
  background: #F3F3F3;
  width: 100%;
  padding: 0px;
  text-align: center;
}
/*look in module header for hover and flex box controls*/
/******************* 
Space Title Strip w/ Video
*********************/
.spacevideo-wrap {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
#spacevideo .video-wrapper { /* Telling our absolute positioned video to be relative to this element */
  position: relative;
  width: 400px;
  height: 200px; /* Will not allow the video to overflow the container */
  overflow: hidden; /* Centering the container's content vertically and horizontally */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%
}
#spacevideo .overlay {
  background: #000;
  background: linear-gradient(270deg, rgba(59, 65, 91, 1) 50%, rgba(59, 65, 91, 0.46122198879551823) 80%, rgba(59, 65, 91, 0.2) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
}
#spacevideo h2 {
  font-size: 50px;
  text-align: center;
  padding: 40px 20px 20px 20px;
}
.spacevideo a.playvideo {
  font-size: 100px;
  text-align: center;
  color: #f3f3f3;
  display: flex;
  justify-content: center;
  padding-bottom: 40px
}
.spacevideomodal {
  height: 500px;
}
.spacevideomodal video {
  width: 100%;
}
/******************* 
Space Quiz
*********************/
.spaceforce-wrap {
  position: relative;
  background: #F3F3F3;
  width: 100%;
  padding: 50px 0px;
  text-align: center;
}
.spaceforce-wrap .dgov-grid {
  width: 90%;
}
.spaceforce-wrap p {
  text-align: center;
  font-size: 16px;
  max-width: 500px;
  margin: auto;
  padding-bottom: 40px;
  color: #fff
}
#spaceforce ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: space-around;
}
#spaceforce li {
  margin: 0.5em 2em;
}
#spaceforce .box {
  padding: 20px;
  background: #3a405ae6;
  position: relative;
}

#spaceforce h2{
    color: #3a405ae6;
  font-size: 2rem;
}

#spaceforce .big-box {
  
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#spaceforce .container {
  position: relative;
  bottom: 10px;
  width: 100%;
}
#spaceforce .row {
  display: flex;
  flex-direction: row;
}
#spaceforce .column {
  display: flex;
  flex-direction: column;
}
#spaceforce .flex-1 {
  flex: 1;
  width: 100%;
}
#spaceforce .row {
  margin-left: 0px;
  margin-right: 0px;
}
/******************* 
Military Insignia & Quiz Section
*********************/
.salutes-wrap {
  position: relative;
  background: #F3F3F3;
  width: 100%;
  padding: 0px 0px 30px;
}
.salutes {
  position: relative;
  background: linear-gradient(rgba(58, 64, 90, 0.8), rgba(58, 64, 90, 0.8)), url('/Portals/1/SANDBOXES/ANielsen/Heraldry/seals.jpeg');
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  padding: 30px;
  text-align: center;
}
.salutes p {
  color: #f3f3f3;
  font-size: 22px;
}
.salutes h4 {
  color: white;
  font-style: italic;
  font-size: 18px;
}

#salutes .dgov-col-md-6:nth-child(1){
    padding-right:40px;
}
#salutes .dgov-col-md-6:nth-child(2){
    padding-left:40px;
}

@media screen and (max-width: 500px) {
    #salutes .dgov-col-md-6:nth-child(1){
    padding:10px;
}
#salutes .dgov-col-md-6:nth-child(2){
    padding:10px;
}
}

/******************* 
MOH Section
*********************/
#moh .process {
  cursor: pointer;
}
#moh .medaltitle h2 {
  color: #000000;
}
#moh .medaltitle {
  max-width: 1000px;
  margin: auto;
}
#moh .content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
}
#moh .content .content-overlay {
  background: rgba(58, 64, 90, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
#moh .content:hover .content-overlay {
  opacity: 0;
}
#moh .content-image {
  width: 100%;
    background: #000;
}
#moh .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#moh .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 0;
}
#moh .content-details h3 {
  color: #fff;
}
#moh .fadeIn-top {
  top: 20%;
}
/******************* 
MOH Quiz
*********************/
#mohquiz {
  background: url(https://media.defense.gov/2023/Jan/10/2003142809/-1/-1/0/220921-N-LM581-1033.JPG);
  background-size: cover;
  background-position-y: center;
}
.transition {
  background: rgb(37, 37, 40);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(243, 243, 243, 1) 100%);
  text-align: center;
}
.transition p {
  color: #000;
}
.transition h2 {
  color: #000;
}
.quizcta {
  background: rgba(0, 0, 0, 0.6);
}
.quizcontent {
  max-width: 1000px;
  margin: auto;
  padding: 90px 0px;
}
/**#mohquiz .btn-default-ghost {
  background-color: rgba(58, 64, 90, 0.6);
  color: #fff;
  border: 1px solid #fff;
}
#mohquiz .btn-default-ghost:hover, #mohquiz .btn-default-ghost:focus, #mohquiz .btn-default-ghost:active {
  background-color: white;
  color: #333;
  border: 1px solid #fff;
}  
**/
/******************* 
Responsive
*********************/
@media screen and (min-width: 1284px) {
  video {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  #heraldry h3 {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  #banner .overlay{
    padding-top: 70px;
  }
  .heraldryseal video {
    position: relative;
  }
  #banner .box {
    margin-top: 0px;
  }
  #heraldry .quote {
    font-size: 35px;
  }
  #spacevideo .videowrapper video {
    position: absolute;
  }
  #spacevideo .overlay {
    background: linear-gradient(360deg, rgba(59, 65, 91, 1) 50%, rgba(59, 65, 91, 0.46122198879551823) 80%, rgba(59, 65, 91, 0.2) 100%);
  }
  #spaceforce .btn, .btn:visited {
    height: 75px;
  }
  .spaceforce-wrap {
    padding: 40px 0px 0px 0px;
  }
  #spacevideo video {
    width: 100%;
    height: auto;
  }
  #spacevideo h2 {
    font-size: 40px;
  }
  .spacevideo a.playvideo {
    font-size: 80px;
  }
  #heraldry h3 {
    display: block;
  }
}