/* =========================================================================-
   MAIN
  -========================================================================= */
/* =========================================================================-
   MIXINS
  -========================================================================= */
/* =========================================================================-
   GENERAL
  -========================================================================= */
html,
body,
div {
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* =========================================================================-
   MAIN FOR ALL
  -========================================================================= */
#banner {
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
/* =========================================================================-
   VARS
  -========================================================================= */
/*==== Colors ====*/
/*==== TEXT FORMATTING ====*/
/*======= FONTS =======*/
/* =========================================================================-
   MAIN
  -========================================================================= */
#banner {
  position: relative;
  top: 0px;
  left: 0px;
  width: 970px;
  height: 415px;
  background-color: #ffffff;
  overflow: hidden;
}
#loader {
  position: absolute;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 90px;
  width: 970px;
  height: 90px;
  color: #000000;
  border: 1px solid #000000;
}
.show {
  display: block;
}
.hide {
  display: none;
}
/*--- COLLAPSED SECTION ---*/
#collapsed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 970px;
  height: 90px;
  background-color: #ffffff;
  border: 1px solid #000000;
  overflow: hidden;
  z-index: 100;
  display: block;
}
#landingStripCollapsed {
  position: absolute;
  left: 0px;
  top: 34px;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
}
#letterQCollapsed {
  position: absolute;
  left: 11px;
  top: 4px;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
}
#text0 {
  position: absolute;
  left: 93px;
  top: 40px;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
}
#collapsedLogo {
  position: absolute;
  left: 730px;
  top: 11px;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
}
#collapsedCta {
  position: absolute;
  left: 791px;
  top: 58px;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
}
#expand_btn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  z-index: 200;
}
/*--- EXPANDED SECTION ---*/
#expanded {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 970px;
  height: 415px;
  background-color: #ffffff;
  border: 1px solid #000000;
  overflow: hidden;
  z-index: 300;
  display: none;
}
#frame1_group {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
}
#frame2_group {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
}
#landingStrip {
  position: absolute;
  left: -200px;
  top: 174px;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
}
#letterQ {
  position: absolute;
  left: 35px;
  top: 125px;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
}
#letterA {
  position: absolute;
  left: 58px;
  top: 128px;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
}
#text1 {
  position: absolute;
  left: 171px;
  top: 197px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#text2 {
  position: absolute;
  left: 226px;
  top: 140px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#text3 {
  position: absolute;
  left: 226px;
  top: 210px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#expandedLogo {
  position: absolute;
  left: 732px;
  top: 274px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#expandedCta {
  position: absolute;
  left: 690px;
  top: 335px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#exit {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 968px;
  height: 413px;
  background-color: #000000;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
}
#close_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto;
  height: auto;
  background-color: transparent;
  cursor: pointer;
}
