/* LESS Document */
/*-----------------------------------------------

Name:     "Improving Workforce Navigation" master styles
Designer: Bohnsack Design
Date:     02-2022 v1.0

----------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- 
/////////////////////////////////////////////////////// Fonts //////////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// LESS Variables //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
/* white */
/* dark blue */
/* light gray */
/* violet */
/* light violet */
/* black */
/* very light violet */
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// HTML5 Rules //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
article,
aside,
button,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// Site-Wide Styles //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
body {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 100;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
  background-color: #000000;
}
/* headers */
h1 {
  font-size: 300%;
  text-shadow: #22102f 0px 0px 50px, #22102f 0px 0px 75px;
  font-family: 'Unica One', sans-serif;
}
h2 {
  font-family: 'Baloo 2', sans-serif;
  text-transform: uppercase;
  font-size: 175%;
  padding: 0;
  margin: 0;
}
h3 {
  font-size: 200%;
  color: #9966cc;
  font-weight: bold;
  padding: 0;
  line-height: 100%;
}
h4 {
  text-shadow: #22102f 0px 0px 50px, #22102f 0px 0px 75px;
}
h6 {
  font-style: italic;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
a,
button {
  text-decoration: underline;
  color: #d3ace2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: 0;
}
a:hover,
button:hover {
  color: #9966cc;
  cursor: pointer;
}
a,
button:focus,
a:active {
  outline: none;
  color: #d3ace2;
  border: none;
}
a img,
button {
  border: none;
}
b,
strong {
  font-weight: bold;
  font-weight: 700;
}
hr {
  height: 4px;
  border-top: 2px dotted #ffffff;
  margin: 30px 0;
}
ul {
  padding: 5px 0 5px 0;
  margin: 0;
  text-align: left;
}
ul li {
  list-style: none;
  background: url(../images/bullet.png) no-repeat 7px 10px;
  background-size: 5px;
  margin: 0 0 0 10px;
  padding: 2px 0 2px 20px;
}
p {
  padding: 5px 0 10px 0;
  margin: 0;
}
.pull-right {
  margin: 0 0 30px 15px;
  float: right;
  max-width: 50%;
}
.pull-left {
  margin: 0 15px 15px 0;
  float: left;
  max-width: 50%;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
File Download buttons 
//////////////////////////////////////////////////
----------------------------------------------- */
a.file {
  font-family: 'Baloo 2', sans-serif;
  padding: 10px 15px 10px 50px;
  margin: 0 0 10px 0;
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  line-height: 130%;
}
a.file:hover {
  background-color: #9966cc;
}
a.pdf {
  background: url(../images/bullet-pdf.png) no-repeat 12px 50% #92278f;
  background-size: 30px;
}
a.csv {
  background: url(../images/bullet-csv.png) no-repeat 12px 50% #92278f;
  background-size: 20px;
}
a.doc {
  background: url(../images/bullet-doc.png) no-repeat 12px 50% #92278f;
  background-size: 20px;
}
a.xls {
  background: url(../images/bullet-xls.png) no-repeat 12px 50% #92278f;
  background-size: 20px;
}
a.link {
  background: url(../images/bullet-link.png) no-repeat 12px 50% #92278f;
  background-size: 20px;
}
a.download {
  background: url(../images/bullet-download.png) no-repeat 12px 50% #92278f;
  background-size: 20px;
}
a.video {
  background: url(../images/bullet-video.png) no-repeat 12px 50% #92278f;
  background-size: 20px;
}
.one-sheet {
  position: fixed;
  bottom: 20px;
  left: 25px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Home 
//////////////////////////////////////////////////
----------------------------------------------- */
.panel {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
#panel0 {
  background: url("/images/panel0.png") no-repeat 50% 50%;
  background-size: contain;
  display: flex;
  align-items: center;
}
#panel1 {
  background: url("/images/panel1.svg") no-repeat 50% 50%;
  background-size: contain;
  display: flex;
  align-items: center;
}
#panel1 img {
  max-width: 90%;
  margin: auto;
}
#warp {
  background: url("/images/space-warp.png") no-repeat 50% 50%;
  background-size: contain;
  animation: warpAnim 7s ease-in-out 0s infinite alternate forwards;
}
@keyframes warpAnim {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 150%;
  }
}
.sun-container {
  width: 150px;
  height: 150px;
  margin: auto;
  position: relative;
}
.sun {
  width: 150px;
  margin: -75px 0 0 -75px;
}
#panel2 {
  background: url("/images/panel2.png") no-repeat 50% 50%;
  background-size: contain;
  display: flex;
  align-items: center;
}
#panel2 img {
  margin: auto;
}
.universe {
  width: 90%;
}
.callout {
  font-size: 400%;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 50%;
}
.callout img {
  max-height: 50px;
  padding: 0 5px;
}
.pie-chart-anim img {
  padding: 0 50px;
}
.black-hole {
  background: url("/images/black-hole-new.svg") no-repeat 50% 50%;
  background-size: contain;
  padding: 50px 0;
}
.references ul li {
  font-size: 90%;
  line-height: 115%;
  padding: 0 0 10px 20px;
  background: url(../images/bullet.png) no-repeat 7px 7px;
  background-size: 5px;
}
#panel8 img {
  padding: 0 70px 10px 70px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Info Tab
//////////////////////////////////////////////////
----------------------------------------------- */
.info-wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 100px;
  font-family: 'Baloo 2', sans-serif;
}
.info-wrapper .close-box {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -50px;
  top: 0;
  background: url("/images/icon-info.png") #92278f 50% no-repeat;
  background-size: 70%;
  text-indent: -9999px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.info-wrapper .close-box:hover {
  background-color: #000000;
  cursor: pointer;
}
.info {
  padding: 15px;
  margin: 0;
  border-radius: 0;
  background-color: #92278f;
  color: #ffffff;
  position: absolute;
  text-align: left;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  left: 100px;
  right: 0px;
  min-height: 50px;
}
.info a {
  color: #d3ace2;
}
.info a:hover {
  color: #ffffff;
}
.info-wrapper.closed {
  overflow: hidden;
  height: 50px;
}
.info-wrapper.closed .close-box {
  left: -50px;
}
.info-wrapper.closed .info {
  left: 100%;
  right: -100%;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Buttons
//////////////////////////////////////////////////
----------------------------------------------- */
button.up-btn {
  display: block;
  width: 120px;
  height: 180px;
  margin-left: -60px;
  position: fixed;
  top: -180px;
  left: 50%;
  background: url(../images/arrow-up.png) 0% 0% no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  z-index: 100;
  border: none;
}
button.up-btn:hover {
  opacity: 1;
  background-position: 0% -50%;
}
button.up-btn.visible {
  top: -10px;
}
button.down-btn {
  width: 60px;
  height: 90px;
  margin-left: -30px;
  position: fixed;
  bottom: -180px;
  left: 50%;
  background: url(../images/arrow-down.png) 0% 100% no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  z-index: 100;
  border: none;
  opacity: .4;
}
button.down-btn:hover,
button.down-btn:hover {
  background-position: 0% 50%;
  opacity: 1;
}
button.down-btn.visible {
  bottom: 0px;
}
.reset-btn {
  display: none;
  width: 40px;
  height: 40px;
  padding: 5px 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: url("../images/icon-reset.png") 0% 100% no-repeat;
  background-size: 100%;
  z-index: 100;
  border: none;
  opacity: .2;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 0%;
}
.reset-btn.visible {
  display: block;
}
.reset-btn:hover {
  opacity: 1;
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  text-decoration: none;
  text-indent: -135px;
  font-size: 100%;
}
.full-screen {
  display: none;
  width: 30px;
  height: 30px;
  text-indent: -200px;
  padding: 5px 0;
  position: fixed;
  top: 10px;
  left: 10px;
  background: url("../images/icon-full-screen.png") 0% 100% no-repeat;
  background-size: 100%;
  z-index: 100;
  border: none;
  opacity: .2;
  text-decoration: none;
}
.full-screen.visible {
  display: block;
}
.full-screen:hover {
  opacity: 1;
  text-decoration: none;
  text-indent: 40px;
  font-size: 100%;
}
.exit-full-screen {
  display: none;
  width: 30px;
  height: 30px;
  text-indent: -200px;
  padding: 5px 0;
  position: fixed;
  top: 10px;
  left: 10px;
  background: url("../images/icon-exit.png") 0% 100% no-repeat;
  background-size: 100%;
  z-index: 100;
  border: none;
  opacity: .2;
  text-decoration: none;
}
.exit-full-screen.visible {
  display: block;
}
.exit-full-screen:hover {
  opacity: 1;
  text-decoration: none;
  text-indent: 40px;
  font-size: 100%;
}
a.btn {
  border: none;
  display: inline-block;
  background-color: #9966cc;
  padding: 8px 16px;
  margin: 20px 0;
  text-decoration: none;
  font-size: 100%;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-family: 'Baloo 2', sans-serif;
  color: #ffffff;
}
a.btn:hover {
  background-color: #92278f;
  color: #ffffff !important;
}
a.btn:focus,
a.btn:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  -moz-outline-style: none !important;
  background-color: #92278f !important;
}
a.btn-block {
  display: block;
  text-transform: uppercase;
}
/* ---------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// Media Queries //////////////////////////////////////////////////
---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Desktop (xl)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 1200px) {
  /*header:before {content:"Desktop (xl)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Laptop (lg)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 992px) {
  /*header:before {content:"Laptop (lg)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  .callout {
    font-size: 200%;
  }
  .callout img {
    max-height: 25px;
    padding: 0 5px;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Tablet (md)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 768px) {
  /*header:before {content:"Tablet(md)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  body {
    font-size: 16px;
    line-height: 18px;
    overflow: auto;
  }
  .full-screen.visible {
    display: none;
  }
  .exit-full-screen.visible {
    display: none;
  }
  h1 {
    font-size: 200%;
  }
  h2 {
    font-size: 150%;
  }
  h3 {
    font-size: 125%;
  }
  button.up-btn {
    display: block;
    width: 60px;
    height: 90px;
    margin-left: -30px;
    position: fixed;
    top: -90px;
    left: 50%;
    background: url(../images/arrow-up.png) 0% 0% no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    z-index: 100;
    border: none;
  }
  button.up-btn:hover {
    opacity: 1;
    background-position: 0% -50%;
  }
  button.up-btn.visible {
    top: 0px;
  }
  .panel {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
  #panel8 img {
    padding: 10px 0;
    max-width: 100px;
  }
  .pie-chart-anim img {
    padding: 0 10px;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Phone (sm)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 576px) {
  /*header:before {content:"Phone(sm)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  body {
    font-size: 14px;
    line-height: 16px;
    overflow: auto;
  }
  h1 {
    font-size: 175%;
  }
  h2 {
    font-size: 130%;
  }
  h3 {
    font-size: 130%;
    padding-top: 15px;
  }
  button.down-btn {
    left: auto;
    right: 50px;
  }
  #warp {
    background: none;
  }
  #panel3 h3 {
    border-top: 1px dotted #ffffff;
  }
  #panel5 img {
    max-width: 75px;
  }
  #panel9 img {
    max-width: 50px;
    padding: 0;
  }
}
