﻿/* Colors
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Layout
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Flex Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Animations
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Other Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Color Themes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CAT Form
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content #CATform {
  padding-bottom: 2em;
}

#CATform .business {
  position: relative;
  width: 50%;
  max-width: inherit;
}
#CATform #BusinessType {
  height: 3em;
  width: 100%;
  border: 1px solid #0077B3;
  border-radius: 5px;
  font-family: "96 Sans", Arial, sans-serif;
}
#CATform .secondary .h3-style {
  margin: 0.25em 0.5em 0.25em 0;
}
#CATform .secondary #submit {
  border-radius: 2px;
  font-size: 1.6em;
  padding: 0.8em;
  margin-left: 1em;
  border-radius: 5px;
}
#CATform #btulist {
  top: 4.1em;
  background: #fff;
  border: 1px solid #0077b3;
  display: none;
  left: 0;
  margin: 0;
  max-height: 150px;
  min-height: 50px;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 43px;
  width: 100%;
  z-index: 100;
}
#CATform #btulist li {
  margin: 1em 0;
  font-size: 1.6em;
}
#CATform #btulist li .hover {
  background: red;
}

/* CAT Results
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#CAT {
  display: none;
  min-height: 10px;
}
#CAT .hide {
  display: none;
}

#CatHeading {
  display: none;
}

#secondary {
  display: none;
}

#secondary.show, #CAT.show {
  display: block;
  margin-top: 0px;
}

#SecondaryHeading {
  display: none;
}

#SecondaryHeading.show, #CatHeading.show {
  display: inline-block;
  margin-top: 1.5em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 790px) {
  #CATform .secondary #submit {
    margin-left: 0;
    margin-top: 1em;
  }
  #CATform .business {
    width: 100%;
    margin-top: 1em;
  }
  #CATform .secondary .h3-style {
    width: 100%;
  }
}
