/* =========================================================================-
   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: 250px;
  background-color: #ffffff;
  overflow: hidden;
}
#loader {
  position: absolute;
  text-align: center;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 66px;
  width: 970px;
  height: 66px;
  color: #000000;
  border: 1px solid #000000;
}
.show {
  display: block;
}
.hide {
  display: none;
}
/*--- COLLAPSED SECTION ---*/
#collapsed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 970px;
  height: 66px;
  border: 1px solid #000000;
  overflow: hidden;
  z-index: 10;
  display: block;
}
#text0 {
  position: absolute;
  left: 18px;
  top: 24px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#expand_cta {
  position: absolute;
  left: 683px;
  top: 26px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#collapsedLogo {
  position: absolute;
  left: 832px;
  top: 19px;
  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: 20;
}
/*--- EXPANDED SECTION ---*/
#expanded {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 970px;
  height: 250px;
  border: 1px solid #000000;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 30;
  display: none;
}
#landingstrip {
  position: absolute;
  left: -90px;
  top: 90px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#letterq {
  position: absolute;
  left: 35px;
  top: 45px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#lettera {
  position: absolute;
  left: 50px;
  top: 46px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#text1 {
  position: absolute;
  left: 190px;
  top: 114px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#text2 {
  position: absolute;
  left: 226px;
  top: 64px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#text3 {
  position: absolute;
  left: 226px;
  top: 171px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#cta {
  position: absolute;
  left: 670px;
  top: 195px;
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
  opacity: 0;
}
#expandedLogo {
  position: absolute;
  left: 730px;
  top: 140px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#exit {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  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;
}
