/* autoprefixer: on */
/*================================================
=                IMPORT COMPONENTS               =
================================================*/
/**
*
* @COPY: 2015 Q Digital Studio
* @NAME: Frameworq
* @DESC: Boilerplate framework for rapid prototype
*        creation.
* @VER:  v1.0
* @AUTH: Mike Wenger, Clinton Reeves, Grant Rowley
*
**/
/*================================================
=              FAMEWORQ COMPONENTS               =
================================================*/
.d-gray-bg {
  background-color: #656374; }

.m-gray-bg {
  background-color: #7e7e7e; }

.l-gray-bg {
  background-color: #eeeeee; }

.purple-bg {
  background-color: #363064; }

.d-green-bg {
  background-color: #b2bb38; }

.l-green-bg {
  background-color: #d3d891; }

.l-purple-bg {
  background-color: #b8b4d0; }

.gray3-bg {
  background-color: #949494; }

.b-green-bg {
  background-color: #a0f617; }

.l-black {
  background-color: #3c3b47; }

.purple {
  color: #363064; }

.green {
  color: #b2bb38; }

/*  Reset
--------------------------------------------------- /// */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, .fan-selector .acoustiflo-fan-container .fan-selector-section .label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  clear: both;
  float: none;
  display: block;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1170px;
  height: auto !important; }

.row {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0; }
  .row:after {
    display: table;
    content: '';
    clear: both; }

.col {
  float: left;
  padding: 0;
  width: 100%;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important; }

.rm-gut-tp,
.rm-gut-vt,
.rm-gut-all {
  padding-top: 0; }

.rm-gut-rt,
.rm-gut-hz,
.rm-gut-all {
  padding-right: 0; }

.rm-gut-btm,
.rm-gut-vt,
.rm-gut-all {
  padding-bottom: 0; }

.rm-gut-lft,
.rm-gut-hz,
.rm-gut-all {
  padding-left: 0; }

.rm-mar-tp,
.rm-mar-vt,
.rm-mar-all {
  margin-top: 0; }

.rm-mar-rt,
.rm-mar-hz,
.rm-mar-all {
  margin-right: 0; }

.rm-mar-btm,
.rm-mar-vt,
.rm-mar-all {
  margin-bottom: 0; }

.rm-mar-lft,
.rm-mar-hz,
.rm-mar-all {
  margin-left: 0; }

@media screen and (min-width: 0px) and (max-width: 480px) {
  .hide-x {
    display: none; }

  .x-1 {
    width: 8.3333333333%; }

  .x-2 {
    width: 16.6666666667%; }

  .x-3 {
    width: 25%; }

  .x-4 {
    width: 33.3333333333%; }

  .x-5 {
    width: 41.6666666667%; }

  .x-6 {
    width: 50%; }

  .x-7 {
    width: 58.3333333333%; }

  .x-8 {
    width: 66.6666666667%; }

  .x-9 {
    width: 75%; }

  .x-10 {
    width: 83.3333333333%; }

  .x-11 {
    width: 91.6666666667%; }

  .x-12 {
    width: 100%; }

  .rm-gut-tp-x,
  .rm-gut-vt-x,
  .rm-gut-all-x {
    padding-top: 0; }

  .rm-gut-rt-x,
  .rm-gut-hz-x,
  .rm-gut-all-x {
    padding-right: 0; }

  .rm-gut-btm-x,
  .rm-gut-vt-x,
  .rm-gut-all-x {
    padding-bottom: 0; }

  .rm-gut-lft-x,
  .rm-gut-hz-x,
  .rm-gut-all-x {
    padding-left: 0; }

  .rm-mar-tp-x,
  .rm-mar-vt-x,
  .rm-mar-all-x {
    margin-top: 0; }

  .rm-mar-rt-x,
  .rm-mar-hz-x,
  .rm-mar-all-x {
    margin-right: 0; }

  .rm-mar-btm-x,
  .rm-mar-vt-x,
  .rm-mar-all-x {
    margin-bottom: 0; }

  .rm-mar-lft-x,
  .rm-mar-hz-x,
  .rm-mar-all-x {
    margin-left: 0; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hide-s {
    display: none; }

  .x-1 {
    width: 8.3333333333%; }

  .x-2 {
    width: 16.6666666667%; }

  .x-3 {
    width: 25%; }

  .x-4 {
    width: 33.3333333333%; }

  .x-5 {
    width: 41.6666666667%; }

  .x-6 {
    width: 50%; }

  .x-7 {
    width: 58.3333333333%; }

  .x-8 {
    width: 66.6666666667%; }

  .x-9 {
    width: 75%; }

  .x-10 {
    width: 83.3333333333%; }

  .x-11 {
    width: 91.6666666667%; }

  .x-12 {
    width: 100%; }

  .s-1 {
    width: 8.3333333333%; }

  .s-2 {
    width: 16.6666666667%; }

  .s-3 {
    width: 25%; }

  .s-4 {
    width: 33.3333333333%; }

  .s-5 {
    width: 41.6666666667%; }

  .s-6 {
    width: 50%; }

  .s-7 {
    width: 58.3333333333%; }

  .s-8 {
    width: 66.6666666667%; }

  .s-9 {
    width: 75%; }

  .s-10 {
    width: 83.3333333333%; }

  .s-11 {
    width: 91.6666666667%; }

  .s-12 {
    width: 100%; }

  .rm-gut-tp-s,
  .rm-gut-vt-s,
  .rm-gut-all-s {
    padding-top: 0; }

  .rm-gut-rt-s,
  .rm-gut-hz-s,
  .rm-gut-all-s {
    padding-right: 0; }

  .rm-gut-btm-s,
  .rm-gut-vt-s,
  .rm-gut-all-s {
    padding-bottom: 0; }

  .rm-gut-lft-s,
  .rm-gut-hz-s,
  .rm-gut-all-s {
    padding-left: 0; }

  .rm-mar-tp-s,
  .rm-mar-vt-s,
  .rm-mar-all-s {
    margin-top: 0; }

  .rm-mar-rt-s,
  .rm-mar-hz-s,
  .rm-mar-all-s {
    margin-right: 0; }

  .rm-mar-btm-s,
  .rm-mar-vt-s,
  .rm-mar-all-s {
    margin-bottom: 0; }

  .rm-mar-lft-s,
  .rm-mar-hz-s,
  .rm-mar-all-s {
    margin-left: 0; } }
@media screen and (min-width: 769px) and (max-width: 960px) {
  .hide-m {
    display: none; }

  .x-1 {
    width: 8.3333333333%; }

  .x-2 {
    width: 16.6666666667%; }

  .x-3 {
    width: 25%; }

  .x-4 {
    width: 33.3333333333%; }

  .x-5 {
    width: 41.6666666667%; }

  .x-6 {
    width: 50%; }

  .x-7 {
    width: 58.3333333333%; }

  .x-8 {
    width: 66.6666666667%; }

  .x-9 {
    width: 75%; }

  .x-10 {
    width: 83.3333333333%; }

  .x-11 {
    width: 91.6666666667%; }

  .x-12 {
    width: 100%; }

  .s-1 {
    width: 8.3333333333%; }

  .s-2 {
    width: 16.6666666667%; }

  .s-3 {
    width: 25%; }

  .s-4 {
    width: 33.3333333333%; }

  .s-5 {
    width: 41.6666666667%; }

  .s-6 {
    width: 50%; }

  .s-7 {
    width: 58.3333333333%; }

  .s-8 {
    width: 66.6666666667%; }

  .s-9 {
    width: 75%; }

  .s-10 {
    width: 83.3333333333%; }

  .s-11 {
    width: 91.6666666667%; }

  .s-12 {
    width: 100%; }

  .m-1 {
    width: 8.3333333333%; }

  .m-2 {
    width: 16.6666666667%; }

  .m-3 {
    width: 25%; }

  .m-4 {
    width: 33.3333333333%; }

  .m-5 {
    width: 41.6666666667%; }

  .m-6 {
    width: 50%; }

  .m-7 {
    width: 58.3333333333%; }

  .m-8 {
    width: 66.6666666667%; }

  .m-9 {
    width: 75%; }

  .m-10 {
    width: 83.3333333333%; }

  .m-11 {
    width: 91.6666666667%; }

  .m-12 {
    width: 100%; }

  .rm-gut-tp-m,
  .rm-gut-vt-m,
  .rm-gut-all-m {
    padding-top: 0; }

  .rm-gut-rt-m,
  .rm-gut-hz-m,
  .rm-gut-all-m {
    padding-right: 0; }

  .rm-gut-btm-m,
  .rm-gut-vt-m,
  .rm-gut-all-m {
    padding-bottom: 0; }

  .rm-gut-lft-m,
  .rm-gut-hz-m,
  .rm-gut-all-m {
    padding-left: 0; }

  .rm-mar-tp-m,
  .rm-mar-vt-m,
  .rm-mar-all-m {
    margin-top: 0; }

  .rm-mar-rt-m,
  .rm-mar-hz-m,
  .rm-mar-all-m {
    margin-right: 0; }

  .rm-mar-btm-m,
  .rm-mar-vt-m,
  .rm-mar-all-m {
    margin-bottom: 0; }

  .rm-mar-lft-m,
  .rm-mar-hz-m,
  .rm-mar-all-m {
    margin-left: 0; } }
@media screen and (min-width: 961px) {
  .hide-l {
    display: none; }

  .x-1 {
    width: 8.3333333333%; }

  .x-2 {
    width: 16.6666666667%; }

  .x-3 {
    width: 25%; }

  .x-4 {
    width: 33.3333333333%; }

  .x-5 {
    width: 41.6666666667%; }

  .x-6 {
    width: 50%; }

  .x-7 {
    width: 58.3333333333%; }

  .x-8 {
    width: 66.6666666667%; }

  .x-9 {
    width: 75%; }

  .x-10 {
    width: 83.3333333333%; }

  .x-11 {
    width: 91.6666666667%; }

  .x-12 {
    width: 100%; }

  .s-1 {
    width: 8.3333333333%; }

  .s-2 {
    width: 16.6666666667%; }

  .s-3 {
    width: 25%; }

  .s-4 {
    width: 33.3333333333%; }

  .s-5 {
    width: 41.6666666667%; }

  .s-6 {
    width: 50%; }

  .s-7 {
    width: 58.3333333333%; }

  .s-8 {
    width: 66.6666666667%; }

  .s-9 {
    width: 75%; }

  .s-10 {
    width: 83.3333333333%; }

  .s-11 {
    width: 91.6666666667%; }

  .s-12 {
    width: 100%; }

  .m-1 {
    width: 8.3333333333%; }

  .m-2 {
    width: 16.6666666667%; }

  .m-3 {
    width: 25%; }

  .m-4 {
    width: 33.3333333333%; }

  .m-5 {
    width: 41.6666666667%; }

  .m-6 {
    width: 50%; }

  .m-7 {
    width: 58.3333333333%; }

  .m-8 {
    width: 66.6666666667%; }

  .m-9 {
    width: 75%; }

  .m-10 {
    width: 83.3333333333%; }

  .m-11 {
    width: 91.6666666667%; }

  .m-12 {
    width: 100%; }

  .l-1 {
    width: 8.3333333333%; }

  .l-2 {
    width: 16.6666666667%; }

  .l-3 {
    width: 25%; }

  .l-4 {
    width: 33.3333333333%; }

  .l-5 {
    width: 41.6666666667%; }

  .l-6 {
    width: 50%; }

  .l-7 {
    width: 58.3333333333%; }

  .l-8 {
    width: 66.6666666667%; }

  .l-9 {
    width: 75%; }

  .l-10 {
    width: 83.3333333333%; }

  .l-11 {
    width: 91.6666666667%; }

  .l-12 {
    width: 100%; }

  .rm-gut-tp-l,
  .rm-gut-vt-l,
  .rm-gut-all-l {
    padding-top: 0; }

  .rm-gut-rt-l,
  .rm-gut-hz-l,
  .rm-gut-all-l {
    padding-right: 0; }

  .rm-gut-btm-l,
  .rm-gut-vt-l,
  .rm-gut-all-l {
    padding-bottom: 0; }

  .rm-gut-lft-l,
  .rm-gut-hz-l,
  .rm-gut-all-l {
    padding-left: 0; }

  .rm-mar-tp-l,
  .rm-mar-vt-l,
  .rm-mar-all-l {
    margin-top: 0; }

  .rm-mar-rt-l,
  .rm-mar-hz-l,
  .rm-mar-all-l {
    margin-right: 0; }

  .rm-mar-btm-l,
  .rm-mar-vt-l,
  .rm-mar-all-l {
    margin-bottom: 0; }

  .rm-mar-lft-l,
  .rm-mar-hz-l,
  .rm-mar-all-l {
    margin-left: 0; } }
/*================================================
=                  TYPOGRAPHY                    =
================================================*/
body {
  color: #656374;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 25.5px; }

h1, h2, h3, h4 {
  color: #000; }

h4 {
  color: #656374; }

h1, h2 {
  font-family: "Roboto Condensed", sans-serif; }

h1 {
  font-size: 48px;
  line-height: 72px;
  padding-top: 0;
  padding-bottom: 25px;
  line-height: 72px; }
  h1 small {
    font-size: 36px; }

h2 {
  font-size: 28px;
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 25px;
  line-height: 42px; }
  h2 small {
    font-size: 21px; }

h3 {
  font-size: 21px;
  line-height: 31.5px;
  padding-top: 0;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 31.5px; }
  h3 small {
    font-size: 15.75px; }

h4 {
  font-size: 20px;
  line-height: 30px;
  line-height: 30px;
  margin-bottom: 8px; }
  h4 small {
    font-size: 15px; }

h5 {
  font-size: 17px;
  line-height: 25.5px;
  line-height: 25.5px;
  font-weight: bold;
  margin-bottom: 6px; }
  h5 small {
    font-size: 12.75px; }

h6 {
  font-size: 17px;
  line-height: 25.5px;
  line-height: 25.5px;
  margin-bottom: 10px; }
  h6 small {
    font-size: 12.75px; }

a {
  color: #363064;
  font-weight: bold;
  border-radius: 0 !important;
  text-decoration: none; }
  a:hover {
    color: #110f1f; }

p,
li {
  color: #656374;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: normal; }

p {
  margin-bottom: 21px;
  line-height: 23.5px; }

b, strong {
  font-weight: bold; }

em, i {
  font-style: italic; }

.condensed p {
  font-size: 15px;
  line-height: 21px;
  color: #363064; }
.condensed h4 {
  color: #333; }
.condensed p.p-heading {
  font-size: 18px;
  margin-bottom: 10px;
  color: #121212;
  letter-spacing: .25px;
  line-height: 22px; }
.condensed p.bar-left {
  padding-left: 12px;
  border-left: 4px solid #b2bb38; }
.condensed p.lead {
  color: #7e7e7e;
  font-size: 20px;
  line-height: 30px; }

p.font85, span.font85, a.font85 {
  font-size: 14.45px; }

p.font75, span.font75, a.font75 {
  font-size: 12.75px; }

p.font50, span.font50, a.font50 {
  font-size: 8.5px; }

.bold {
  font-weight: 600; }

/*================================================
=                     BASE                       =
================================================*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.618em; }

/*  Lists
--------------------------------------------------- /// */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0 0 0 15px; }

menu,
ol,
ul {
  padding: 0 0 0 15px; }

ol {
  list-style: decimal;
  list-style-position: outside; }

ul {
  list-style: disc;
  list-style-position: outside; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/*  Forms
--------------------------------------------------- /// */
form {
  margin: 0; }

fieldset {
  margin: 0;
  padding: 0; }

button,
input,
select,
textarea {
  display: block;
  outline: none;
  width: 100%;
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input,
textarea {
  padding: 10px; }

select {
  padding: 10px; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  box-sizing: border-box;
  padding: 0;
  margin-right: 8px;
  position: relative;
  top: -1px;
  *height: 13px;
  width: auto;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

label, .fan-selector .acoustiflo-fan-container .fan-selector-section .label {
  display: block;
  padding: 6px 0; }

/*  Embeddd Content
--------------------------------------------------- /// */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

figcaption {
  font-size: 80%;
  margin: 20px 0;
  line-height: 1.75em; }

embed,
img,
object,
video {
  max-width: 100%;
  height: auto; }

/* -- Responsive Container (wrap embedded content with .embed-container) -- 53.5 - YT - divide w/h for percentage */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*  Links
--------------------------------------------------- /// */
a {
  cursor: pointer;
  outline: none; }

a:hover,
a:focus,
a:active {
  outline: none; }

/*================================================
=                    OBJECTS                     =
================================================*/
/*  Type helpers
--------------------------------------------------- /// */
.fs10 {
  font-size: 10;
  font-size: 1rem; }

.fs11 {
  font-size: 11;
  font-size: 1.1rem; }

.fs12 {
  font-size: 12;
  font-size: 1.2rem; }

.fs13 {
  font-size: 13;
  font-size: 1.3rem; }

.fs14 {
  font-size: 14;
  font-size: 1.4rem; }

.fs16 {
  font-size: 16;
  font-size: 1.6rem; }

.fs18 {
  font-size: 18;
  font-size: 1.8rem; }

.fs20 {
  font-size: 20;
  font-size: 2rem; }

.fs21 {
  font-size: 21;
  font-size: 2.1rem; }

.fs22 {
  font-size: 22;
  font-size: 2.2rem; }

.fs24 {
  font-size: 24;
  font-size: 2.4rem; }

.fs28 {
  font-size: 28;
  font-size: 2.8rem; }

.fs30 {
  font-size: 30;
  font-size: 3rem; }

.fs32 {
  font-size: 32;
  font-size: 3.2rem; }

.fs36 {
  font-size: 36;
  font-size: 3.6rem; }

.fs46 {
  font-size: 46;
  font-size: 4.6rem; }

.fs48 {
  font-size: 48;
  font-size: 4.8rem; }

.fs60 {
  font-size: 60;
  font-size: 6rem; }

.fs72 {
  font-size: 72;
  font-size: 7.2rem; }

.fw100 {
  font-weight: 100; }

.fw200 {
  font-weight: 200; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.fw700 {
  font-weight: 700; }

.fw800 {
  font-weight: 800; }

.fw900 {
  font-weight: 900; }

.lh1-0 {
  line-height: 1em; }

.lh1-1 {
  line-height: 1.1em; }

.lh1-2 {
  line-height: 1.2em; }

.lh1-3 {
  line-height: 1.3em; }

.lh1-4 {
  line-height: 1.4em; }

.lh1-5 {
  line-height: 1.5em; }

.lh1-6 {
  line-height: 1.6em; }

.lh1-7 {
  line-height: 1.7em; }

.lh1-8 {
  line-height: 1.8em; }

.lh1-9 {
  line-height: 1.9em; }

.lh2-0 {
  line-height: 2em; }

em, .italic {
  font-style: italic; }

.normal {
  font-style: normal; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: lowercase; }

.smallcaps {
  font-variant: small-caps; }

.txt-right {
  text-align: right; }

.txt-left {
  text-align: left; }

.txt-center {
  text-align: center; }

.txt-justify {
  text-align: justify; }

/*  Alignment helpers
--------------------------------------------------- /// */
.block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.valign-top {
  vertical-align: top; }

.valign-middle {
  vertical-align: middle; }

.valign-bottom {
  vertical-align: bottom; }

.left {
  float: left; }

.right {
  float: right; }

.nowrap {
  white-space: nowrap; }

.breakword {
  word-break: break-word; }

/*  Color objects
--------------------------------------------------- /// */
/*  Visibility/display helpers
--------------------------------------------------- /// */
.hidden {
  display: none;
  visibility: hidden; }

.hidden_visually {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0); }

.hidden_visually:active,
.hidden_visually:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto; }

.invisible {
  visibility: hidden; }

/*  Clearing helpers
--------------------------------------------------- /// */
.break {
  clear: both; }

.group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  line-height: 0;
  height: 0 !important; }

.group {
  *zoom: 1; }

html[xmlns] .clearfix {
  display: block; }

/*  Spacing helpers
--------------------------------------------------- /// */
.pan {
  padding: 0; }

.pas {
  padding: 5px; }

.pam {
  padding: 10px; }

.pal {
  padding: 20px; }

.ptn {
  padding-top: 0; }

.pts {
  padding-top: 5px; }

.ptm {
  padding-top: 10px; }

.ptl {
  padding-top: 20px; }

.ptxl {
  padding-top: 67px; }

.prn {
  padding-right: 0; }

.prs {
  padding-right: 5px; }

.prm {
  padding-right: 10px; }

.prl {
  padding-right: 20px; }

.pbn {
  padding-bottom: 0; }

.pbs {
  padding-bottom: 5px; }

.pbm {
  padding-bottom: 10px; }

.pbl {
  padding-bottom: 20px; }

.pln {
  padding-left: 0; }

.pls {
  padding-left: 5px; }

.plm {
  padding-left: 10px; }

.pll {
  padding-left: 20px; }

.phn {
  padding-left: 0;
  padding-right: 0; }

.phs {
  padding-left: 5px;
  padding-right: 5px; }

.phm {
  padding-left: 10px;
  padding-right: 10px; }

.phl {
  padding-left: 20px;
  padding-right: 20px; }

.pvn {
  padding-top: 0;
  padding-bottom: 0; }

.pvs {
  padding-top: 5px;
  padding-bottom: 5px; }

.pvm {
  padding-top: 10px;
  padding-bottom: 10px; }

.pvl {
  padding-top: 20px;
  padding-bottom: 20px; }

.man {
  margin: 0; }

.mas {
  margin: 5px; }

.mam {
  margin: 10px; }

.mal {
  margin: 20px; }

.mtn {
  margin-top: 0; }

.mts {
  margin-top: 5px; }

.mtm {
  margin-top: 10px; }

.mtl {
  margin-top: 20px; }

.mrn {
  margin-right: 0; }

.mrs {
  margin-right: 5px; }

.mrm {
  margin-right: 10px; }

.mrl {
  margin-right: 20px; }

.mbn {
  margin-bottom: 0; }

.mbs {
  margin-bottom: 5px; }

.mbm {
  margin-bottom: 10px; }

.mbc {
  margin-bottom: 14px; }

.mbl {
  margin-bottom: 20px; }

.mln {
  margin-left: 0; }

.mls {
  margin-left: 5px; }

.mlm {
  margin-left: 10px; }

.mll {
  margin-left: 20px; }

.mhn {
  margin-left: 0;
  margin-right: 0; }

.mhs {
  margin-left: 5px;
  margin-right: 5px; }

.mhm {
  margin-left: 10px;
  margin-right: 10px; }

.mhl {
  margin-left: 20px;
  margin-right: 20px; }

.mvn {
  margin-top: 0;
  margin-bottom: 0; }

.mvs {
  margin-top: 5px;
  margin-bottom: 5px; }

.mvm {
  margin-top: 10px;
  margin-bottom: 10px; }

.mvl {
  margin-top: 20px;
  margin-bottom: 20px; }

.automargin {
  float: none;
  margin: 0 auto; }

.size1of2, .size2of4 {
  width: 50%; }

.size1of3 {
  width: 33.33333%; }

.size2of3 {
  width: 66.66666%; }

.size1of4 {
  width: 25%; }

.size3of4 {
  width: 75%; }

.size1of5 {
  width: 20%; }

.size2of5 {
  width: 40%; }

.size3of5 {
  width: 60%; }

.size4of5 {
  width: 80%; }

.size1of6 {
  width: 16.66666%; }

.size5of6 {
  width: 83%; }

/*  Animation/transition helpers
--------------------------------------------------- /// */
.tran, input,
textarea,
.file-wrapper .edit-btn, .ui-select {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }

/*  Helpers
--------------------------------------------------- /// */
.table-wrapper {
  overflow-x: auto; }

.v-align-helper {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1; }

.relative {
  position: relative; }

/*  Header
--------------------------------------------------- /// */
header .header-container {
  background-color: #eeeeee; }
header .logo {
  padding-left: 1%;
  padding-right: 1%; }
  @media screen and (min-width: 701px) and (max-width: 961px) {
    header .logo {
      border-bottom: 1px solid #b8b4d0; } }
  header .logo h1 {
    padding: 20px 0;
    margin: 0;
    font-size: 0;
    line-height: 0; }
    header .logo h1 img {
      width: 234px; }

@media screen and (max-width: 700px) {
  header nav ul div.col {
    width: 100%; } }
header nav ul:after {
  clear: both;
  display: table;
  content: ''; }
header nav ul li {
  display: inline-block;
  color: #b2bb38;
  margin-bottom: 0; }
  header nav ul li.active a.active {
    color: #b2bb38;
    /*.triangle {
      display: block;
      border-top-color: $d-gray;
    }*/ }
  header nav ul li a {
    line-height: 1.6em;
    padding: 9px 30px;
    position: relative;
    /*.triangle {
      content: '';
      position: relative;
      bottom: -24px;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid $d-gray;
      margin-bottom: -20px;
      margin-left: auto;
      margin-right: auto;
      display: none;
      -webkit-filter: drop-shadow(0 4px 2px rgba(0,0,0,.35));
      -moz-filter: drop-shadow(0 4px 2px rgba(0,0,0,.35));
      -ms-filter: drop-shadow(0 4px 2px rgba(0,0,0,.35));
      -o-filter: drop-shadow(0 4px 2px rgba(0,0,0,.35));
      filter: drop-shadow(0 4px 2px rgba(0,0,0,.35));
      @media screen and (max-width: 700px) {
        display: none !important;
      }
    }*/ }
    header nav ul li a:hover {
      background-color: #363064;
      /*.triangle {
        border-top-color: $m-gray;
        display: block;
        @media screen and (max-width: 700px) {
          display: none;
        }
      }*/ }
  header nav ul li.sec a {
    color: #7e7e7e; }

/*================================================
=                     Site                       =
================================================*/
/*  Forms
--------------------------------------------------- /// */
form {
  margin-top: 30px;
  margin-bottom: 30px; }

button,
input,
select,
textarea {
  font-family: 'Roboto', sans-serif; }

input,
textarea {
  padding: 10px;
  border-radius: 0;
  border: 1px solid #949494;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(111, 98, 90, 0.15);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(111, 98, 90, 0.15);
  box-shadow: inset 0px 0px 5px 0px rgba(111, 98, 90, 0.15);
  -webkit-appearance: none; }

select {
  padding: 10px; }

textarea {
  resize: none; }

/* -- Placeholder Text -- */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc; }

/* -- Styled Selects - wrapped due to FF appearance bug & MSIE -- */
.styled_select {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border: 1px solid #cccccc;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1); }

.styled_select.match-width {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.styled_select select {
  position: relative;
  display: block;
  margin: 0;
  padding: 9px 32px 9px 12px;
  white-space: nowrap;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  border: none;
  background: transparent;
  cursor: pointer;
  -moz-appearance: window;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  z-index: 2; }

.styled_select select::-ms-expand {
  display: none; }

.styled_select:hover {
  border: 1px solid #008bc9; }

.styled_select:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  speak: none;
  content: '';
  z-index: 1; }

.styled_select:before {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 4px;
  margin: -2px 0 0 -4px;
  background: url(../i/select_arrow.png) no-repeat center center;
  speak: none;
  content: ''; }

.ie8 .styled_select select,
.ie9 .styled_select select {
  padding-right: 12px; }

.ie8 .styled_select:after,
.ie9 .styled_select:after,
.ie8 .styled_select:before,
.ie9 .styled_select:before {
  display: none; }

/* Styleguide */
.styleguide form div.page-row {
  border-bottom: none; }
.styleguide ul {
  margin-bottom: 12px; }
  .styleguide ul li {
    line-height: 22px; }
  .styleguide ul ul {
    padding-left: 20px;
    margin-bottom: 0px; }
    .styleguide ul ul ul {
      padding-left: 20px;
      margin-bottom: 0px; }
.styleguide ol {
  margin-bottom: 12px; }
  .styleguide ol li {
    line-height: 22px; }
    .styleguide ol li ol {
      padding-left: 20px;
      margin-bottom: 0px; }
      .styleguide ol li ol li ol {
        padding-left: 20px;
        margin-bottom: 0px; }
.styleguide div.color div.color-block {
  width: 50px;
  height: 50px;
  margin-bottom: 12px; }
.styleguide div.color p {
  margin: 0; }
  .styleguide div.color p span {
    font-weight: bold; }

/*  General
--------------------------------------------------- /// */
ul {
  padding-left: 20px; }
  ul li {
    margin-bottom: 9px;
    line-height: 22px; }
  ul ul {
    padding-left: 22px;
    margin-top: 9px; }

.main-body {
  margin-bottom: 60px; }

a.hidden-link {
  color: #656374;
  text-decoration: none;
  border-bottom: none; }

.col-pad {
  padding: 0 2%; }
  @media screen and (max-width: 700px) {
    .col-pad {
      padding: 0 1%; } }

.center {
  text-align: center; }

/* colors */
.d-gray {
  color: #656374; }

.purple {
  color: #363064; }

.l-gray {
  color: #eeeeee; }

.d-green {
  color: #b2bb38; }

.l-green {
  color: #d3d891; }

.d-gray-bg {
  background-color: #656374; }

.purple-bg {
  background-color: #363064; }

.l-gray-bg {
  background-color: #eeeeee; }

.d-green-bg {
  background-color: #b2bb38; }

.l-green-bg {
  background-color: #d3d891; }

/* /////////////// Links and buttons \\\\\\\\ */
a.arrow span {
  font-size: 12px; }

a.btn, .logo-row .header-btns a, header div.row div.container.header-container div.row.logo-row .header-btns a, input.btn, button.btn, a.btn-white-green, footer .row-one .request a.btn, footer .row-one .request .logo-row .header-btns a, .logo-row .header-btns footer .row-one .request a, footer .row-one .request header div.row div.container.header-container div.row.logo-row .header-btns a, header div.row div.container.header-container div.row.logo-row .header-btns footer .row-one .request a {
  color: #fff;
  padding: 9px 16px;
  text-transform: uppercase;
  background-color: #363064;
  font-weight: 300;
  letter-spacing: .5px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 0px;
  -webkit-transition: color .25s, background-color .25s;
  transition: color .25s, background-color .25s; }
  a.btn span.fa, .logo-row .header-btns a span.fa, header div.row div.container.header-container div.row.logo-row .header-btns a span.fa, input.btn span.fa, button.btn span.fa, a.btn-white-green span.fa, footer .row-one .request a.btn span.fa, footer .row-one .request .logo-row .header-btns a span.fa, .logo-row .header-btns footer .row-one .request a span.fa, footer .row-one .request header div.row div.container.header-container div.row.logo-row .header-btns a span.fa, header div.row div.container.header-container div.row.logo-row .header-btns footer .row-one .request a span.fa {
    font-size: 12px; }
  a.btn:hover, .logo-row .header-btns a:hover, header div.row div.container.header-container div.row.logo-row .header-btns a:hover, input.btn:hover, button.btn:hover, a.btn-white-green:hover, footer .row-one .request a.btn:hover, footer .row-one .request .logo-row .header-btns a:hover, .logo-row .header-btns footer .row-one .request a:hover, footer .row-one .request header div.row div.container.header-container div.row.logo-row .header-btns a:hover, header div.row div.container.header-container div.row.logo-row .header-btns footer .row-one .request a:hover {
    border: 3px solid #949494;
    background-color: #949494;
    color: #fff;
    border-bottom: 3px solid #949494; }

a.btn-white-green, footer .row-one .request a.btn, footer .row-one .request .logo-row .header-btns a, .logo-row .header-btns footer .row-one .request a, footer .row-one .request header div.row div.container.header-container div.row.logo-row .header-btns a, header div.row div.container.header-container div.row.logo-row .header-btns footer .row-one .request a {
  color: #b2bb38;
  background-color: #fff;
  border: 3px solid #fff; }
  a.btn-white-green:hover, footer .row-one .request a.btn:hover, footer .row-one .request .logo-row .header-btns a:hover, .logo-row .header-btns footer .row-one .request a:hover, footer .row-one .request header div.row div.container.header-container div.row.logo-row .header-btns a:hover, header div.row div.container.header-container div.row.logo-row .header-btns footer .row-one .request a:hover {
    border: 3px solid #fff;
    background-color: #b2bb38;
    border-bottom: 3px solid #fff;
    color: #fff; }

a[href*="mailto:"] {
  text-transform: lowercase; }

.download:after {
  content: '\f019';
  font-family: 'FontAwesome';
  color: #363064;
  padding-left: 8px;
  -webkit-transition: color .25s;
  transition: color .25s; }
.download:hover:after, .download:active:after {
  color: #110f1f; }

/* /////////////// Homepage \\\\\\\\ */
.hero {
  z-index: -99; }

.hero-home {
  position: relative; }
  .hero-home .hero-image {
    margin-bottom: -6px; }
    .hero-home .hero-image img {
      max-width: 100%;
      height: auto;
      margin-bottom: -6px; }
  .hero-home div.caption {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    background-color: rgba(61, 57, 89, 0.75);
    padding: 7% 5% 5% 5%;
    max-height: 100%;
    bottom: 0; }
    @media screen and (max-width: 1060px) {
      .hero-home div.caption {
        padding-top: 5%; } }
    @media screen and (max-width: 960px) {
      .hero-home div.caption {
        padding: 4%; } }
    @media screen and (max-width: 700px) {
      .hero-home div.caption {
        position: inherit;
        background-color: #363064; } }
    .hero-home div.caption h2 {
      font-size: 45px;
      line-height: 45px;
      color: #fff;
      padding-top: 0;
      padding-bottom: 15px; }
      @media screen and (max-width: 1060px) {
        .hero-home div.caption h2 {
          font-size: 43px;
          line-height: 43px;
          padding-bottom: 9px; } }
      @media screen and (max-width: 980px) {
        .hero-home div.caption h2 {
          font-size: 41px;
          line-height: 41px;
          padding-bottom: 7px; } }
      @media screen and (max-width: 900px) {
        .hero-home div.caption h2 {
          font-size: 40px;
          line-height: 40px; } }
      @media screen and (max-width: 800px) {
        .hero-home div.caption h2 {
          font-size: 37px;
          line-height: 37px; } }
      @media screen and (max-width: 760px) {
        .hero-home div.caption h2 {
          font-size: 32px;
          line-height: 32px; } }
      @media screen and (max-width: 480px) {
        .hero-home div.caption h2 {
          font-size: 30px;
          line-height: 35px; } }
    .hero-home div.caption div.caption-p {
      color: #d3d891;
      font-size: 25px;
      line-height: 33px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300; }
      @media screen and (max-width: 1060px) {
        .hero-home div.caption div.caption-p {
          font-size: 24px;
          line-height: 32px;
          padding-bottom: 9px; } }
      @media screen and (max-width: 980px) {
        .hero-home div.caption div.caption-p {
          font-size: 23px;
          line-height: 29px;
          padding-bottom: 7px; } }
      @media screen and (max-width: 900px) {
        .hero-home div.caption div.caption-p {
          font-size: 22px;
          line-height: 26px; } }
      @media screen and (max-width: 800px) {
        .hero-home div.caption div.caption-p {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (max-width: 760px) {
        .hero-home div.caption div.caption-p {
          font-size: 18px;
          line-height: 22px; } }
      @media screen and (max-width: 480px) {
        .hero-home div.caption div.caption-p {
          font-size: 18px;
          line-height: 23px; } }
    @media screen and (max-width: 700px) {
      .hero-home div.caption {
        width: 100%;
        bottom: 0;
        top: 0;
        padding: 6% 5%; } }

@media screen and (max-width: 768px) {
  .heading-row {
    text-align: center; } }
@media screen and (min-width: 769px) {
  .heading-row.head-right .head {
    margin-right: 15%;
    float: right; } }
@media screen and (min-width: 769px) {
  .heading-row.head-left .head {
    margin-left: 15%;
    float: left; } }
.heading-row .head {
  position: relative;
  display: inline-block; }
  .heading-row .head h2 {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 23px;
    line-height: 25px;
    padding: 15px 40px; }
.heading-row.page {
  background-color: #d3d891; }
  .heading-row.page .head {
    background-color: #b2bb38; }
    .heading-row.page .head:after {
      content: '';
      position: absolute;
      bottom: -20px;
      left: 38%;
      width: 0;
      height: 0;
      border-left: 22px solid transparent;
      border-right: 22px solid transparent;
      border-top: 25px solid #b2bb38; }
.heading-row.mini-page {
  background-color: #b8b4d0;
  text-align: center; }
  .heading-row.mini-page .head {
    background: #656374; }
    .heading-row.mini-page .head p {
      margin: 0;
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      font-size: 23px;
      line-height: 25px;
      padding: 15px 40px;
      font-family: "Roboto Condensed", sans-serif; }
    .heading-row.mini-page .head:after {
      content: '';
      position: absolute;
      bottom: -20px;
      left: 41%;
      width: 0;
      height: 0;
      border-left: 22px solid transparent;
      border-right: 22px solid transparent;
      border-top: 25px solid #656374; }

.img-left img, .img-right img {
  margin-bottom: -6px;
  width: 100%; }

.page-content, #cs-detail .cs-detail-intro {
  padding: 5%; }
  .page-content.page-content-no-pad-bottom, #cs-detail .page-content-no-pad-bottom.cs-detail-intro {
    padding-bottom: 0px; }
  .page-content.page-content-no-pad-vertical, #cs-detail .page-content-no-pad-vertical.cs-detail-intro {
    padding-bottom: 0px;
    padding-top: 0px; }
  .page-content .link, #cs-detail .cs-detail-intro .link {
    text-align: center;
    margin: 12% 0 0 0; }

/* /////////////// Page \\\\\\\\ */
.center-quote {
  padding: 6%;
  text-align: center; }
  .center-quote p {
    font-size: 29px;
    line-height: 31px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0; }
    .center-quote p.citation {
      font-size: 22px;
      line-height: 25px;
      margin-top: 30px;
      font-weight: 300;
      font-style: italic; }
      .center-quote p.citation span {
        font-size: 16px;
        margin-right: 3px;
        vertical-align: top; }
  .center-quote.purple-bg p {
    color: #fff; }

span.pullquote, p.pullquote, .quote-credit {
  text-align: center;
  color: #b2bb38;
  font-size: 27px;
  line-height: 33px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 12%;
  margin-bottom: 12%;
  padding-left: 1.5%;
  padding-right: 1.5%; }

.quote-credit {
  font-size: 19px;
  font-style: italic;
  margin-top: 0; }

ul.big-list {
  list-style-position: outside;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px; }
  ul.big-list li {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 29px;
    line-height: 35px; }

.feature-hero {
  position: relative;
  border-bottom: 16px solid #363064; }
  .feature-hero .hero-image img {
    width: 100%;
    margin-bottom: -6px; }
  .feature-hero div.caption {
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: rgba(61, 57, 89, 0.75);
    text-align: center;
    height: 115px;
    max-height: 480px; }
    @media screen and (max-width: 700px) {
      .feature-hero div.caption {
        top: 0;
        height: 100%; } }
    .feature-hero div.caption h2 p {
      margin: 0;
      padding: 0; }
    .feature-hero div.caption h2, .feature-hero div.caption h2 p {
      font-size: 40px;
      line-height: 44px;
      font-weight: 300;
      color: #fff;
      padding-bottom: 0; }
      @media screen and (max-width: 800px) {
        .feature-hero div.caption h2, .feature-hero div.caption h2 p {
          font-size: 30px;
          line-height: 36px; } }
      @media screen and (max-width: 700px) {
        .feature-hero div.caption h2, .feature-hero div.caption h2 p {
          font-size: 40px;
          line-height: 45px; } }
      @media screen and (max-width: 480px) {
        .feature-hero div.caption h2, .feature-hero div.caption h2 p {
          font-size: 24px;
          line-height: 28px; } }
    .feature-hero div.caption div {
      color: #d3d891;
      font-size: 25px;
      line-height: 33px;
      font-family: 'Roboto Condensed', sans-serif; }

.page-header {
  height: 136px;
  position: relative;
  z-index: -99;
  border-bottom: 16px solid #363064;
  padding: 1.5%;
  padding-top: 20px; }
  .page-header .caption {
    text-align: center; }
    .page-header .caption h2 p {
      margin: 0;
      padding: 0; }
    .page-header .caption h2, .page-header .caption h2 p {
      color: #fff;
      padding-bottom: 0;
      font-weight: 300; }
      @media screen and (max-width: 800px) {
        .page-header .caption h2, .page-header .caption h2 p {
          font-size: 30px;
          line-height: 36px; } }
      @media screen and (max-width: 540px) {
        .page-header .caption h2, .page-header .caption h2 p {
          font-size: 24px;
          line-height: 30px; } }

.page-row {
  margin-bottom: 3%;
  margin-top: 1%;
  padding: 0 2%; }
  @media screen and (min-width: 768px) {
    .page-row .col:first-child {
      padding: 0 5% 0 0; } }
  @media screen and (min-width: 768px) {
    .page-row .col:last-child {
      padding: 0 0 0 5%; } }

/* ************* Contact page *************** */
fieldset {
  margin: 20px 0;
  width: 100%; }
  fieldset:after {
    display: table;
    content: '';
    clear: both; }

.embed-container {
  margin-bottom: 30px;
  padding-bottom: 52%; }

.contact-row {
  background-color: #d3d891;
  margin-bottom: -20px;
  padding-top: 4%;
  padding-bottom: 4%; }
  .contact-row .contact-address p:last-child {
    margin-bottom: 0px; }
  @media screen and (max-width: 580px) {
    .contact-row .contact-address {
      width: 100%; } }
  @media screen and (max-width: 580px) {
    .contact-row .contact-form {
      width: 100%; } }

.reps h3 {
  color: #b2bb38; }
.reps p {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal; }
@media screen and (max-width: 480px) {
  .reps {
    text-align: center; } }

.contact-form-submit-btn {
  margin: 4% 2%;
  text-align: right; }
  .contact-form-submit-btn a.btn, .contact-form-submit-btn .logo-row .header-btns a, .logo-row .header-btns .contact-form-submit-btn a, .contact-form-submit-btn header div.row div.container.header-container div.row.logo-row .header-btns a, header div.row div.container.header-container div.row.logo-row .header-btns .contact-form-submit-btn a, .contact-form-submit-btn input.btn {
    color: #fff;
    background-color: #363064; }
    .contact-form-submit-btn a.btn:hover, .contact-form-submit-btn .logo-row .header-btns a:hover, .logo-row .header-btns .contact-form-submit-btn a:hover, .contact-form-submit-btn header div.row div.container.header-container div.row.logo-row .header-btns a:hover, header div.row div.container.header-container div.row.logo-row .header-btns .contact-form-submit-btn a:hover, .contact-form-submit-btn input.btn:hover {
      background-color: #fff;
      color: #363064;
      border-color: #363064;
      font-weight: 600; }

/* ************* centering *************** */
div.vertical {
  margin: 0;
  width: 100%;
  position: relative;
  resize: none;
  overflow: hidden; }

div.vertical div.vertical-object {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  color: white;
  transform: translateY(-50%);
  resize: none;
  overflow: hidden; }

.pad-h {
  padding-left: 30px;
  padding-right: 30px; }

.pad-v {
  padding-top: 30px;
  padding-bottom: 30px; }

/*
.hero.hero-cs {
  img {
    width: 100%;
  }
  .caption {
    background-color: $hero-purple;
    padding: 30px 40px;
    &.position-left {
      left: 0;
    }
    &.position-right {
      right: 0;
    }
    h2 {
      text-transform: uppercase;
      font-size: 28px;
      line-height: 32px;
      padding-bottom: 8px;
    }
    h3 {
      text-transform: uppercase;
      color: #b2b938;
      border-bottom: 2px solid;
      font-family: 'Roboto Condensed', sans-serif;
    }
    p {
      color: $l-gray;
      //font-family: 'Roboto Condensed', sans-serif;
      line-height: 23px;
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 0;
      margin-top: 18px;
    }
  }
  .cs-links {
    margin: 30px 0;
    a.download {
      float: left;
      color: $l-gray;
      font-weight: normal;
      &:after {
        color: $l-gray;
      }
    }
    a.cs-more {
      float: right;
      //position: relative;
      margin-bottom: -20px;
      display: inline-block;
      //margin-top: 20px;
      top: -20px;
      margin-bottom: -30px;
      display: inline-block;
      top: -20px;
      span {
        font-size: 20px;
        color: #fff;
        background-color: $d-green;
        border-radius: 50px;
        width: 35px;
        height: 35px;
        padding-top: 8px;
        padding-left: 12px;
        &:hover {
          background-color: $d-gray;
          cursor: pointer;
        }
      }
    }
  }
}
*/
.cs-hero {
  border-bottom: 12px solid rgba(238, 238, 238, 0.65); }
  .cs-hero .caption {
    background-color: rgba(37, 33, 51, 0.82);
    padding: 30px 40px;
    width: 50%;
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
    min-height: 25%; }
    .cs-hero .caption.position-right {
      margin-left: 50%; }
    .cs-hero .caption:hover {
      background-color: rgba(23, 21, 37, 0.88) !important; }
    .cs-hero .caption h2 {
      text-transform: uppercase;
      font-size: 28px;
      line-height: 32px;
      padding-bottom: 8px;
      color: #eeeeee; }
    .cs-hero .caption h3 {
      text-transform: uppercase;
      color: #b2b938;
      border-bottom: 2px solid;
      font-family: 'Roboto Condensed', sans-serif; }
    .cs-hero .caption p {
      color: #eeeeee;
      line-height: 23px;
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 50px;
      margin-top: 18px;
      min-height: 260px; }
  .cs-hero .cs-links {
    position: relative;
    bottom: 0;
    width: 100%; }
    .cs-hero .cs-links a.download {
      color: #b7b4b4;
      font-weight: normal;
      position: absolute;
      left: 0; }
      .cs-hero .cs-links a.download:after {
        color: #b7b4b4;
        padding-left: 60px;
        margin-left: -55px; }
    .cs-hero .cs-links a.cs-more {
      display: inline-block;
      display: inline-block;
      position: absolute;
      right: 0; }
      .cs-hero .cs-links a.cs-more span {
        font-size: 20px;
        color: #fff;
        background-color: #b2bb38;
        border-radius: 50px;
        width: 35px;
        height: 35px;
        padding-top: 8px;
        padding-left: 12px;
        -webkit-transition: background-color .4s, color .4s;
        transition: background-color .4s, color .4s; }
        .cs-hero .cs-links a.cs-more span:hover {
          background-color: #7e7e7e;
          cursor: pointer; }

#cs-detail .cs-head-row {
  border-bottom: 3px solid #b2bb38;
  margin-bottom: 3%; }
#cs-detail .cs-detail-intro {
  padding-left: 0;
  padding-top: 3%;
  padding-bottom: 3%;
  width: 56%; }
  #cs-detail .cs-detail-intro h2 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 32px;
    padding-bottom: 11px;
    color: #363064; }
  #cs-detail .cs-detail-intro h3 {
    text-transform: uppercase;
    color: #b2bb38;
    font-weight: 300;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 22px; }
  #cs-detail .cs-detail-intro p {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px; }
#cs-detail .cs-detail-img {
  width: 44%; }
#cs-detail .cs-download-row {
  margin-top: 45px;
  border-top: 3px solid #b2bb38;
  padding-top: 20px; }

#page-builder-new .page-content, #page-builder-new #cs-detail .cs-detail-intro, #cs-detail #page-builder-new .cs-detail-intro {
  padding: 0 2%; }
  #page-builder-new .page-content p, #page-builder-new #cs-detail .cs-detail-intro p, #cs-detail #page-builder-new .cs-detail-intro p, #page-builder-new .page-content ul, #page-builder-new #cs-detail .cs-detail-intro ul, #cs-detail #page-builder-new .cs-detail-intro ul, #page-builder-new .page-content li, #page-builder-new #cs-detail .cs-detail-intro li, #cs-detail #page-builder-new .cs-detail-intro li {
    margin-bottom: 12px; }
#page-builder-new span.fa-chevron-up {
  vertical-align: super; }
#page-builder-new .col-1, #page-builder-new .col-2, #page-builder-new .col-3, #page-builder-new .img-left, #page-builder-new .img-right {
  padding: 1% 0; }
#page-builder-new .col-img-1 {
  padding: 3% 0; }
#page-builder-new p.green-border, #page-builder-new li.green-border {
  padding-left: 20px;
  border-left: 5px solid #b2bb38;
  padding-top: 0;
  padding-bottom: 0; }
#page-builder-new .green-border-p {
  padding-left: 20px;
  border-left: 5px solid #b2bb38;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 18px !important; }
#page-builder-new .green-border-li {
  padding-left: 20px;
  border-left: 5px solid #d3d891;
  list-style-type: none;
  margin-top: 18px;
  margin-bottom: 18px; }
#page-builder-new .green-border {
  border: 4px solid #b2bb38; }
#page-builder-new .purple-border {
  border: 4px solid #363064; }
#page-builder-new p img {
  max-width: 100%;
  height: auto !important; }
#page-builder-new ul {
  padding-left: 42px; }

.cs-nav-row {
  background-color: #eee; }
  .cs-nav-row .heading-row {
    height: 4px;
    background-color: #eee; }
  .cs-nav-row .heading-row {
    /*.head {
      &:after {
        position: relative;
        left: 44px;
        right: 0px;
        background-color: $l-gray;
        border-top: 25px solid $l-gray;
      }
    }*/ }

.cs-nav-container {
  background: #eeeeee;
  text-align: center; }
  .cs-nav-container ul {
    list-style-type: none;
    display: inline;
    padding-left: 0; }
    .cs-nav-container ul li {
      display: inline-block;
      line-height: 48px;
      margin: 0 1%;
      font-size: 16px;
      line-height: 44px; }
      .cs-nav-container ul li a {
        color: #363064;
        font-weight: normal;
        display: block;
        padding-left: 8px;
        padding-right: 8px;
        -webkit-transition: color .25s;
        transition: color .25s; }
        .cs-nav-container ul li a:hover {
          color: #b2bb38; }
        .cs-nav-container ul li a.active {
          color: #3c3b47;
          border-bottom: 4px solid #3c3b47;
          margin-bottom: 0px;
          padding-bottom: 0; }
  @media screen and (max-width: 481px) {
    .cs-nav-container .heading-row {
      text-align: center; } }
  .cs-nav-container .heading-row .head {
    position: relative;
    display: inline-block; }
  .cs-nav-container .heading-row.page {
    background-color: #d3d891; }
    .cs-nav-container .heading-row.page .head {
      background-color: #b2bb38; }
      .cs-nav-container .heading-row.page .head:after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 38%;
        width: 0;
        height: 0;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-top: 25px solid #b2bb38; }
  .cs-nav-container .heading-row.mini-page {
    background-color: #eee;
    text-align: center;
    height: 0; }
    .cs-nav-container .heading-row.mini-page .head {
      position: absolute;
      display: inline-block;
      left: 0;
      right: 0;
      height: 0; }
      .cs-nav-container .heading-row.mini-page .head:after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 41%;
        width: 0;
        height: 0;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-top: 25px solid #656374;
        content: '';
        position: relative;
        bottom: -22px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-top: 25px solid #eeeeee; }

.fs-main-container {
  margin-top: 45px; }

.fs-logo {
  text-align: center; }
  .fs-logo img {
    max-width: 360px; }

.fs-instructions p, .fs-instructions ul, .fs-instructions li {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 8px; }
.fs-instructions h3 {
  color: #363064; }

.presentation-heading .fs-logo {
  display: none; }

.print-footer {
  display: none; }

.file-search-message {
  margin: 20px 0 40px; }

.file-search-form-inputs form input[type="submit"] {
  margin-left: 20px;
  padding-bottom: 9px;
  padding-top: 9px; }

.new-search {
  margin-top: 10px; }

/*  Footer
--------------------------------------------------- /// */
footer {
  text-align: center;
  position: relative;
  height: 75px;
  z-index: 0;
  /*
  .to-top {
    text-align: center;
    .top {
      text-align: center;
      background: $l-green;
      width: 30px;
      height: 30px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      span {
        color: #fff;

      }
    }
  }
  */ }
  footer p {
    color: #fff; }
    footer p a.hidden-link {
      color: #fff; }
  footer .to-top {
    margin-bottom: -20px;
    display: inline-block;
    /* top: -20px; */
    /* margin-bottom: -30px; */
    display: inline-block;
    top: -20px; }
    footer .to-top span {
      font-size: 20px;
      color: #fff;
      background-color: #d3d891;
      border-radius: 50px;
      width: 35px;
      height: 35px;
      padding-top: 5px;
      -webkit-transition: background-color .4s, color .4s;
      transition: background-color .4s, color .4s; }
      footer .to-top span:hover {
        background-color: #656374;
        cursor: pointer;
        color: #eeeeee; }
  footer .row-one {
    background-color: #b2bb38;
    background: #b2bb38 url("/a/i/site/circles.png") no-repeat left top;
    background-position-x: -300px;
    background-position-y: 7px; }
    footer .row-one .request {
      padding-bottom: 20px;
      margin-top: -10px;
      padding-top: 20px; }
      footer .row-one .request p {
        text-transform: uppercase;
        display: inline;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        margin-right: 20px;
        vertical-align: middle; }
        @media screen and (max-width: 480px) {
          footer .row-one .request p {
            font-size: 16px;
            line-height: 18px; } }
      footer .row-one .request a.btn, footer .row-one .request .logo-row .header-btns a, .logo-row .header-btns footer .row-one .request a, footer .row-one .request header div.row div.container.header-container div.row.logo-row .header-btns a, header div.row div.container.header-container div.row.logo-row .header-btns footer .row-one .request a {
        display: inline-block;
        padding: 7px 14px;
        -webkit-transition: background-color .4s, color .4s;
        transition: background-color .4s, color .4s;
        font-weight: 400;
        letter-spacing: .35px;
        color: #b2bb38; }
        @media screen and (max-width: 480px) {
          footer .row-one .request a.btn, footer .row-one .request .logo-row .header-btns a, .logo-row .header-btns footer .row-one .request a, footer .row-one .request header div.row div.container.header-container div.row.logo-row .header-btns a, header div.row div.container.header-container div.row.logo-row .header-btns footer .row-one .request a {
            display: block;
            margin-top: 15px;
            margin-bottom: -15px; } }
        footer .row-one .request a.btn:hover, footer .row-one .request .logo-row .header-btns a:hover, .logo-row .header-btns footer .row-one .request a:hover, footer .row-one .request header div.row div.container.header-container div.row.logo-row .header-btns a:hover, header div.row div.container.header-container div.row.logo-row .header-btns footer .row-one .request a:hover {
          border-bottom: 3px solid #fff; }
        footer .row-one .request a.btn span.fa, footer .row-one .request .logo-row .header-btns a span.fa, .logo-row .header-btns footer .row-one .request a span.fa, footer .row-one .request header div.row div.container.header-container div.row.logo-row .header-btns a span.fa, header div.row div.container.header-container div.row.logo-row .header-btns footer .row-one .request a span.fa {
          margin-left: 2px; }
  footer .row-two {
    background: #7e7e7e url("/a/i/site/circles.png") no-repeat left top;
    height: 210px;
    background-position-x: -300px;
    background-position-y: -75px;
    background-color: #7e7e7e;
    /*.copyright {
      padding: 45px 2% 25px;
      @media screen and (max-width: 480px) {
        padding-top: 30px;
      }
      p {
        font-size: 15px;
        margin-bottom: 0px;
        @media screen and (max-width: 480px) {
          font-size: 12px;
          line-height: 18px;
        }
      }
    }*/ }
    footer .row-two .container {
      padding: 30px; }
      footer .row-two .container .col p {
        margin: 0; }
    footer .row-two .footer-links .col {
      padding-right: 15px; }
      footer .row-two .footer-links .col p {
        color: #393939;
        font-weight: 500;
        text-transform: uppercase; }
      footer .row-two .footer-links .col ul {
        list-style: none;
        text-align: left;
        margin-left: 0;
        padding-left: 0; }
        footer .row-two .footer-links .col ul li {
          display: block;
          text-transform: uppercase;
          font-family: 'Roboto', sans-serif;
          font-weight: bold;
          letter-spacing: .45px;
          line-height: 36px; }
          footer .row-two .footer-links .col ul li a {
            font-family: 'Roboto', sans-serif;
            letter-spacing: .45px;
            line-height: 36px; }
      footer .row-two .footer-links .col.one ul li a {
        color: #fff;
        font-family: 'Roboto', sans-serif; }
      footer .row-two .footer-links .col.four ul li a {
        color: #b2bb38;
        font-weight: normal; }
    footer .row-two .footer-links p {
      text-align: left; }
    footer .row-two ul {
      text-align: right; }
      footer .row-two ul li {
        display: inline; }
        footer .row-two ul li a {
          color: #393939;
          font-weight: 400; }
  footer .row-three {
    background-color: #393939;
    background: #393939 url("/a/i/site/circles.png") no-repeat left top;
    height: 60px;
    background-position-x: -300px;
    background-position-y: -285px; }
    @media screen and (max-width: 480px) {
      footer .row-three {
        background-color: #7e7e7e;
        background: #7e7e7e url("/a/i/site/circles.png") no-repeat left top; } }
    footer .row-three .copyright {
      padding: 20px; }
      @media screen and (max-width: 480px) {
        footer .row-three .copyright {
          padding-top: 30px;
          background-color: #393939;
          background: #393939 url("/a/i/site/circles.png") no-repeat left top;
          background-position-x: -490px;
          background-position-y: -305px; } }
      footer .row-three .copyright p {
        font-size: 14px;
        letter-spacing: .2px;
        margin-bottom: 0px;
        line-height: 1;
        font-weight: 300; }
        @media screen and (max-width: 480px) {
          footer .row-three .copyright p {
            font-size: 12px;
            line-height: 18px; } }
  footer .circles-bg {
    position: absolute;
    background: transparent url(/a/i/site/circles.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 1000px;
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: -490px;
    background-position-y: -30px;
    z-index: 1; }

/*  Forms
--------------------------------------------------- /// */
form {
  margin: 0; }

input {
  line-height: inherit; }

button,
input,
select,
textarea,
.file-wrapper .edit-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -khtml-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 0 0 #eeeeee;
  -khtml-box-shadow: inset 0 0 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 0 0 #eeeeee;
  box-shadow: inset 0 0 0 0 #eeeeee; }

.btn, .logo-row .header-btns a, header div.row div.container.header-container div.row.logo-row .header-btns a,
a.btn,
.logo-row .header-btns a,
header div.row div.container.header-container div.row.logo-row .header-btns a,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center; }
  .btn.orange-bg:hover, .logo-row .header-btns a.orange-bg:hover, header div.row div.container.header-container div.row.logo-row .header-btns a.orange-bg:hover,
  a.btn.orange-bg:hover,
  .logo-row .header-btns a.orange-bg:hover,
  header div.row div.container.header-container div.row.logo-row .header-btns a.orange-bg:hover,
  button.orange-bg:hover,
  html input[type="button"].orange-bg:hover,
  input[type="reset"].orange-bg:hover,
  input[type="submit"].orange-bg:hover {
    background-color: #b8b4d0; }
  .btn.purple-bg:hover, .logo-row .header-btns a.purple-bg:hover, header div.row div.container.header-container div.row.logo-row .header-btns a.purple-bg:hover,
  a.btn.purple-bg:hover,
  .logo-row .header-btns a.purple-bg:hover,
  header div.row div.container.header-container div.row.logo-row .header-btns a.purple-bg:hover,
  button.purple-bg:hover,
  html input[type="button"].purple-bg:hover,
  input[type="reset"].purple-bg:hover,
  input[type="submit"].purple-bg:hover {
    background-color: #363064; }

input,
textarea,
.file-wrapper .edit-btn {
  border: none;
  color: #656374;
  font-family: "Raleway", sans-serif !important; }

input,
textarea {
  padding: 10px;
  background: #eeeeee; }
  input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0; }
  input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    opacity: 0; }
  input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0; }
  input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0; }

input, textarea, select {
  border: 2px solid #eeeeee; }

select {
  padding: 10px; }

textarea {
  resize: vertical; }

label, .fan-selector .acoustiflo-fan-container .fan-selector-section .label {
  padding: 5px 0; }
  label span.fa-asterisk, .fan-selector .acoustiflo-fan-container .fan-selector-section .label span.fa-asterisk {
    font-size: 8px;
    vertical-align: text-top;
    margin-left: 4px; }

p span.fa-asterisk {
  font-size: 8px;
  vertical-align: text-top;
  margin-left: 4px; }

.error {
  color: #b2bb38; }

.field-error textarea,
.field-error input,
.field-error .ui-select {
  border: 2px solid #b2bb38; }
  .field-error textarea:checked,
  .field-error input:checked,
  .field-error .ui-select:checked {
    border-color: transparent; }
  .field-error textarea select,
  .field-error input select,
  .field-error .ui-select select {
    border: none; }
.field-error textarea::-webkit-input-placeholder, .field-error input::-webkit-input-placeholder {
  -webkit-transition: border-color 400ms;
  transition: border-color 400ms; }
.field-error textarea:-moz-placeholder, .field-error input:-moz-placeholder {
  -webkit-transition: border-color 400ms;
  transition: border-color 400ms; }
.field-error textarea::-moz-placeholder, .field-error input::-moz-placeholder {
  -webkit-transition: border-color 400ms;
  transition: border-color 400ms; }
.field-error textarea:-ms-input-placeholder, .field-error input:-ms-input-placeholder {
  -webkit-transition: border-color 400ms;
  transition: border-color 400ms; }
.field-error textarea:focus,
.field-error input:focus {
  color: #656374;
  border-color: #eeeeee; }
.field-error .error-message {
  color: #b2bb38;
  font-weight: 700; }
.field-error.ui-checkbox p, .field-error.ui-checkbox span.error-message, .field-error.ui-radio p, .field-error.ui-radio span.error-message {
  color: #b2bb38;
  font-weight: 600;
  display: block; }

.disabled {
  opacity: .5;
  cursor: default;
  pointer-events: none; }

::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #656374;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms; }
:-moz-placeholder {
  font-family: "Raleway", sans-serif;
  color: #656374;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms; }
::-moz-placeholder {
  font-family: "Raleway", sans-serif;
  color: #656374;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms; }
:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #656374;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms; }
.ui-select {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: 46px;
  line-height: 26px;
  background: #eeeeee;
  border: none;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -khtml-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .inline-form-element .ui-select select {
    display: inline; }
  .ui-select.inline {
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .ui-select.match-width {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .ui-select select {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 32px 10px 12px;
    white-space: nowrap;
    font-style: normal;
    border: none;
    background: transparent;
    cursor: pointer;
    -moz-appearance: window;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    z-index: 2;
    color: #656374;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -khtml-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .ui-select select::-ms-expand {
      display: none; }
    .ie8 .ui-select select {
      padding-right: 12px; }
      .ie8 .ui-select select:after, .ie8 .ui-select select:before {
        display: none; }
    .ie9 .ui-select select {
      padding-right: 12px; }
      .ie9 .ui-select select:after, .ie9 .ui-select select:before {
        display: none; }
    .ui-select select:disabled {
      cursor: default;
      font-style: italic;
      background-color: #7e7e7e; }
    .ui-select select option {
      color: #656374; }
  .ui-select:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    speak: none;
    z-index: 1; }
  .ui-select:before {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 4px;
    margin: -2px 0 0 -4px;
    background: url(../i/select_arrow.png) no-repeat center center;
    speak: none; }
  .ui-select.disabled:before {
    visibility: hidden; }

/* -------------------- END STYLED SELECTS ---------------------- */
.ui-checkbox, .ui-checkbox label, .ui-checkbox .fan-selector .acoustiflo-fan-container .fan-selector-section .label, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox .label, label.ui-checkbox, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox.label, .ui-radio, .ui-radio label, .ui-radio .fan-selector .acoustiflo-fan-container .fan-selector-section .label, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio .label, label.ui-radio, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio.label {
  position: relative;
  font-weight: 500; }
  .ui-checkbox.disabled, .ui-checkbox label.disabled, .ui-checkbox .fan-selector .acoustiflo-fan-container .fan-selector-section .disabled.label, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox .disabled.label, label.ui-checkbox.disabled, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox.disabled.label, .ui-radio.disabled, .ui-radio label.disabled, .ui-radio .fan-selector .acoustiflo-fan-container .fan-selector-section .disabled.label, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio .disabled.label, label.ui-radio.disabled, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio.disabled.label {
    opacity: .5; }
    .ui-checkbox.disabled:hover, .ui-checkbox label.disabled:hover, .ui-checkbox .fan-selector .acoustiflo-fan-container .fan-selector-section .disabled.label:hover, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox .disabled.label:hover, label.ui-checkbox.disabled:hover, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox.disabled.label:hover, .ui-radio.disabled:hover, .ui-radio label.disabled:hover, .ui-radio .fan-selector .acoustiflo-fan-container .fan-selector-section .disabled.label:hover, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio .disabled.label:hover, label.ui-radio.disabled:hover, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio.disabled.label:hover {
      cursor: default; }

.ui-checkbox label, .ui-checkbox .fan-selector .acoustiflo-fan-container .fan-selector-section .label, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox .label, label.ui-checkbox, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox.label {
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 30px; }
  @media screen and (max-width: 600px) {
    .ui-checkbox label, .ui-checkbox .fan-selector .acoustiflo-fan-container .fan-selector-section .label, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox .label, label.ui-checkbox, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox.label {
      padding-left: 40px; } }
  .ui-checkbox label.disabled:hover:before, .ui-checkbox .fan-selector .acoustiflo-fan-container .fan-selector-section .disabled.label:hover:before, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox .disabled.label:hover:before, label.ui-checkbox.disabled:hover:before, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox.disabled.label:hover:before {
    cursor: default; }

.ui-checkbox label:before, .ui-checkbox .fan-selector .acoustiflo-fan-container .fan-selector-section .label:before, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox .label:before, label.ui-checkbox:before, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox.label:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  background: #eeeeee;
  border: 2px solid #656374;
  cursor: pointer;
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -o-box-shadow: 0;
  -khtml-box-shadow: 0;
  -ms-box-shadow: 0;
  box-shadow: 0; }

.ui-checkbox label.option-with-input:before, .ui-checkbox .fan-selector .acoustiflo-fan-container .fan-selector-section .option-with-input.label:before, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox .option-with-input.label:before, label.ui-checkbox.option-with-input:before, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox.option-with-input.label:before {
  top: 7px; }

.ui-checkbox input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0); }

.ui-checkbox input[type="checkbox"]:checked + label:after, .ui-checkbox .fan-selector .acoustiflo-fan-container .fan-selector-section input[type="checkbox"]:checked + .label:after, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox input[type="checkbox"]:checked + .label:after {
  position: absolute;
  top: 11px;
  left: 4px;
  font-size: 10px;
  line-height: 1;
  color: #6f6f6f;
  content: '\f00c';
  font-weight: 800;
  font-family: 'FontAwesome'; }

.ui-checkbox input[type="checkbox"]:checked + label.option-with-input:after, .ui-checkbox .fan-selector .acoustiflo-fan-container .fan-selector-section input[type="checkbox"]:checked + .option-with-input.label:after, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-checkbox input[type="checkbox"]:checked + .option-with-input.label:after {
  top: 16px; }

.ui-checkbox span, .ui-radio span {
  display: block; }

.ui-checkbox span.fa, .ui-radio span.fa {
  display: inline-block; }

.ui-checkbox.inline-group span, .ui-radio.inline-group span {
  display: inline-block; }

.ui-radio.inline-group span:last-child label, .ui-radio.inline-group span:last-child .fan-selector .acoustiflo-fan-container .fan-selector-section .label, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio.inline-group span:last-child .label {
  margin-right: 0; }

.ui-radio label, .ui-radio .fan-selector .acoustiflo-fan-container .fan-selector-section .label, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio .label,
label.ui-radio,
.fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio.label {
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 30px; }

.ui-radio p, .ui-checkbox p {
  padding-bottom: 0; }

.ui-radio label:before, .ui-radio .fan-selector .acoustiflo-fan-container .fan-selector-section .label:before, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio .label:before, label.ui-radio:before, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio.label:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  vertical-align: middle;
  background: #eeeeee;
  border: 2px solid #656374;
  cursor: pointer;
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -khtml-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px; }

.ui-radio label.option-with-input:before, .ui-radio .fan-selector .acoustiflo-fan-container .fan-selector-section .option-with-input.label:before, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio .option-with-input.label:before, label.ui-radio.option-with-input:before, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio.option-with-input.label:before {
  top: 14px; }

.ui-radio input[type="radio"] {
  position: absolute;
  overflow: hidden;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0); }

.ui-radio input[type="radio"]:checked + label:before, .ui-radio .fan-selector .acoustiflo-fan-container .fan-selector-section input[type="radio"]:checked + .label:before, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio input[type="radio"]:checked + .label:before {
  border: 2px solid #656374; }

.ui-radio input[type="radio"]:checked + label:after, .ui-radio .fan-selector .acoustiflo-fan-container .fan-selector-section input[type="radio"]:checked + .label:after, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio input[type="radio"]:checked + .label:after {
  position: absolute;
  top: 12px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #6f6f6f;
  content: '';
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -khtml-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

.ui-radio input[type="radio"]:checked + label.option-with-input:after, .ui-radio .fan-selector .acoustiflo-fan-container .fan-selector-section input[type="radio"]:checked + .option-with-input.label:after, .fan-selector .acoustiflo-fan-container .fan-selector-section .ui-radio input[type="radio"]:checked + .option-with-input.label:after {
  top: 16px; }

/* ------------------------------------ END STYLED CHECKBOXES & RADIOS -------------- */
.req-stmt {
  font-weight: 600;
  font-size: 12px;
  text-align: right; }
  .req-stmt span {
    font-size: 8px;
    vertical-align: text-top;
    margin-left: 4px; }
    .req-stmt span.note {
      font-size: 12px; }

/* ---------------------- END FORM PAGES STYLES ------------- */
.add-btn span.fa-plus {
  font-size: 12px;
  margin-left: -2px; }

.alert-warning {
  padding: 20px;
  background-color: #fff;
  border: 2px solid #b2bb38;
  margin-bottom: 15px;
  display: none;
  z-index: 999;
  margin: 0 auto;
  width: 40%; }

table.web-table {
  width: 100%; }
  table.web-table th {
    border: 1px solid #000;
    font-weight: 700;
    padding: 5px 10px;
    background: #eeeeee; }
  table.web-table td {
    vertical-align: middle;
    border: 1px solid #000;
    padding: 5px 10px; }

.aligned-tables :not(:last-child) .table-wrapper {
  padding-right: 30px; }
@media screen and (max-width: 769px) {
  .aligned-tables :not(:last-child) .table-wrapper {
    padding-right: 0px; } }

/* Flo-Select Interface (web form)
--------------------------------------------------- /// */
.fan-selector .print-message {
  display: none;
  visibility: none; }
.fan-selector .acoustiflo-fan-container {
  margin-bottom: 5%;
  max-width: 1400px;
  /*-------- Fan Results --------*/
  /*-------- Refined Inputs --------*/
  /*-------- Presentation Options --------*/
  /*-------- View Presentations --------*/ }
  .fan-selector .acoustiflo-fan-container .fan-selector-section {
    margin-bottom: 5%; }
    .fan-selector .acoustiflo-fan-container .fan-selector-section .section-heading {
      font-size: 26px;
      margin-bottom: 20px; }
    .fan-selector .acoustiflo-fan-container .fan-selector-section .label {
      color: #3c3b47; }
    .fan-selector .acoustiflo-fan-container .fan-selector-section .form-section {
      padding-top: 3%; }
      .fan-selector .acoustiflo-fan-container .fan-selector-section .form-section .row {
        margin-top: 20px; }
    .fan-selector .acoustiflo-fan-container .fan-selector-section .filter-options label, .fan-selector .acoustiflo-fan-container .fan-selector-section .filter-options .label, .fan-selector .acoustiflo-fan-container .fan-selector-section .filter-options select {
      display: inline; }
    .fan-selector .acoustiflo-fan-container .fan-selector-section .filter-options select {
      width: auto; }
    .fan-selector .acoustiflo-fan-container .fan-selector-section .filter-options label, .fan-selector .acoustiflo-fan-container .fan-selector-section .filter-options .label {
      margin-right: 6px; }
    .fan-selector .acoustiflo-fan-container .fan-selector-section table {
      font-size: 13px;
      color: #3c3b47;
      overflow: scroll;
      border: 1px solid #000; }
      .fan-selector .acoustiflo-fan-container .fan-selector-section table a.toggle-row {
        color: #3c3b47; }
      .fan-selector .acoustiflo-fan-container .fan-selector-section table th {
        border: 1px solid #000;
        font-weight: 700;
        padding: 5px 10px; }
      .fan-selector .acoustiflo-fan-container .fan-selector-section table td {
        vertical-align: middle;
        border: 1px solid #000;
        padding: 5px 10px; }
        .fan-selector .acoustiflo-fan-container .fan-selector-section table td.limit-error {
          background-color: #ff7c7c;
          position: relative;
          color: #000;
          font-weight: bold;
          cursor: help; }
          .fan-selector .acoustiflo-fan-container .fan-selector-section table td.limit-error.lessone {
            background-color: #ffff7f;
            color: #000; }
          .fan-selector .acoustiflo-fan-container .fan-selector-section table td.limit-error span.error-message {
            display: none;
            position: absolute;
            top: -10%;
            left: 111%;
            width: 150px;
            padding: 5px;
            z-index: 100;
            background-color: #fff;
            color: #000;
            border: 1px solid #000; }
            .fan-selector .acoustiflo-fan-container .fan-selector-section table td.limit-error span.error-message:before {
              position: absolute;
              display: block;
              content: '';
              width: 0;
              height: 0;
              border: 8px solid transparent;
              left: -16px;
              top: 8px; }
            .fan-selector .acoustiflo-fan-container .fan-selector-section table td.limit-error span.error-message:after {
              content: '';
              display: block;
              width: 0;
              height: 0;
              position: absolute;
              border: 8px solid transparent;
              left: -15px;
              top: 8px; }
            .fan-selector .acoustiflo-fan-container .fan-selector-section table td.limit-error span.error-message:before {
              border-right-color: #000; }
            .fan-selector .acoustiflo-fan-container .fan-selector-section table td.limit-error span.error-message:after {
              border-right-color: #fff; }
          .fan-selector .acoustiflo-fan-container .fan-selector-section table td.limit-error:hover span.error-message, .fan-selector .acoustiflo-fan-container .fan-selector-section table td.limit-error:focus span.error-message {
            display: block;
            z-index: 999; }
        .fan-selector .acoustiflo-fan-container .fan-selector-section table td:nth-child(n+17).limit-error span.error-message {
          left: -159px; }
          .fan-selector .acoustiflo-fan-container .fan-selector-section table td:nth-child(n+17).limit-error span.error-message:before {
            border: 8px solid transparent;
            left: 149px;
            top: 8px; }
          .fan-selector .acoustiflo-fan-container .fan-selector-section table td:nth-child(n+17).limit-error span.error-message:after {
            border: 8px solid transparent;
            left: 148px;
            top: 8px; }
          .fan-selector .acoustiflo-fan-container .fan-selector-section table td:nth-child(n+17).limit-error span.error-message:before {
            border-right-color: transparent;
            border-left-color: #000; }
          .fan-selector .acoustiflo-fan-container .fan-selector-section table td:nth-child(n+17).limit-error span.error-message:after {
            border-right-color: transparent;
            border-left-color: #fff; }
      .fan-selector .acoustiflo-fan-container .fan-selector-section table p {
        margin: 5px 0px; }
      .fan-selector .acoustiflo-fan-container .fan-selector-section table p.no-margin {
        margin: 0; }
      .fan-selector .acoustiflo-fan-container .fan-selector-section table a.sort, .fan-selector .acoustiflo-fan-container .fan-selector-section table .sort {
        color: #b2bb38;
        display: block; }
      .fan-selector .acoustiflo-fan-container .fan-selector-section table a.sort-inline, .fan-selector .acoustiflo-fan-container .fan-selector-section table .sort-inline {
        color: #b2bb38;
        display: inline; }
    .fan-selector .acoustiflo-fan-container .fan-selector-section .printable {
      display: none; }
  .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app {
    /*-------- Project Details --------*/ }
    .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details {
      background: #eeeeee;
      margin-top: 3%;
      padding-top: 2%;
      padding-bottom: 3%; }
      .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details input {
        background: #fff; }
      .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details label, .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details .fan-selector-section .label, .fan-selector .acoustiflo-fan-container .fan-selector-section .acoustiflo-fan-app .project-details .label {
        font-weight: bold; }
      .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details .row {
        margin-top: 20px; }
      .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details .errors {
        padding-top: 2%;
        padding-bottom: 2%; }
      .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details .width-height-inputs label, .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details .width-height-inputs .fan-selector-section .label, .fan-selector .acoustiflo-fan-container .fan-selector-section .acoustiflo-fan-app .project-details .width-height-inputs .label, .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details .width-height-inputs input, .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details .width-height-inputs span, .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details .width-height-inputs .input-container {
        display: inline; }
      .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details .width-height-inputs input {
        width: 25%; }
      .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details .width-height-inputs label, .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details .width-height-inputs .fan-selector-section .label, .fan-selector .acoustiflo-fan-container .fan-selector-section .acoustiflo-fan-app .project-details .width-height-inputs .label {
        margin-right: 6px; }
      .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .project-details .width-height-inputs span.fa {
        font-size: 18px;
        padding: 0 10px; }
    .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app input, .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app select {
      padding: 5px;
      color: #3c3b47; }
    .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app label, .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .fan-selector-section .label, .fan-selector .acoustiflo-fan-container .fan-selector-section .acoustiflo-fan-app .label {
      color: #3c3b47;
      padding-bottom: 3px;
      font-weight: bold; }
    .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .btn.submit, .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .logo-row .header-btns a.submit, .logo-row .header-btns .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app a.submit, .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app header div.row div.container.header-container div.row.logo-row .header-btns a.submit, header div.row div.container.header-container div.row.logo-row .header-btns .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app a.submit {
      color: #fff;
      background-color: #b2bb38;
      border: 3px solid #b2bb38;
      -webkit-transition: color .25s, background-color .25s;
      transition: color .25s, background-color .25s;
      padding: 6px 12px; }
      .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .btn.submit:hover, .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app .logo-row .header-btns a.submit:hover, .logo-row .header-btns .fan-selector .acoustiflo-fan-container .acoustiflo-fan-app a.submit:hover {
        background-color: #363064;
        border-color: #363064;
        color: #fff; }
  .fan-selector .acoustiflo-fan-container .fan-results .results-table-container {
    overflow-x: auto; }
    .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr:hover {
      background-color: #eeeeee;
      cursor: pointer; }
    .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr:nth-child(even) {
      background: #eeeeee; }
    .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr:nth-last-child(2) td.limit-error span.error-message {
      transform: translateY(-100%);
      top: 130%;
      left: 115%; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr:nth-last-child(2) td.limit-error span.error-message:before {
        transform: translateY(-100%);
        border: 8px solid transparent;
        left: -16px;
        top: 85%; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr:nth-last-child(2) td.limit-error span.error-message:after {
        transform: translateY(-100%);
        border: 8px solid transparent;
        left: -15px;
        top: 85%; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr:nth-last-child(2) td.limit-error span.error-message:before {
        border-right-color: #000; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr:nth-last-child(2) td.limit-error span.error-message:after {
        border-right-color: #fff; }
    .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr:nth-last-child(2) td:nth-child(n+17).limit-error span.error-message {
      transform: translateY(-100%);
      left: -159px; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr:nth-last-child(2) td:nth-child(n+17).limit-error span.error-message:before {
        transform: translateY(-100%);
        border: 8px solid transparent;
        left: 149px;
        top: 85%; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr:nth-last-child(2) td:nth-child(n+17).limit-error span.error-message:after {
        transform: translateY(-100%);
        border: 8px solid transparent;
        left: 148px;
        top: 85%; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr:nth-last-child(2) td:nth-child(n+17).limit-error span.error-message:before {
        border-right-color: transparent;
        border-left-color: #000; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr:nth-last-child(2) td:nth-child(n+17).limit-error span.error-message:after {
        border-right-color: transparent;
        border-left-color: #fff; }
    .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-1 {
      background: #bed5ea; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-1 a.toggle-row {
        color: #656374; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-1 .inlet-outlet-sound {
        background: transparent; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-1 .inlet-outlet-sound th, .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-1 .inlet-outlet-sound td {
          border: 1px solid #839bb2; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-1 .inlet-outlet-sound tr:hover {
          background: transparent; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-1 .inlet-outlet-sound tr:nth-child(even) {
          background: transparent; }
    .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-2 {
      background: #e9c2a6; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-2 .inlet-outlet-sound {
        background: transparent; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-2 .inlet-outlet-sound th, .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-2 .inlet-outlet-sound td {
          border: 1px solid #c0865c; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-2 .inlet-outlet-sound tr:hover {
          background: transparent; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-2 .inlet-outlet-sound tr:nth-child(even) {
          background: transparent; }
    .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-3 {
      background: #b3bdcb; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-3 .inlet-outlet-sound {
        background: transparent; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-3 .inlet-outlet-sound th, .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-3 .inlet-outlet-sound td {
          border: 1px solid #677a95; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-3 .inlet-outlet-sound tr:hover {
          background: transparent; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-3 .inlet-outlet-sound tr:nth-child(even) {
          background: transparent; }
    .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-4 {
      background: #b9d9b6; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-4 .inlet-outlet-sound {
        background: transparent; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-4 .inlet-outlet-sound th, .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-4 .inlet-outlet-sound td {
          border: 1px solid #70846e; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-4 .inlet-outlet-sound tr:hover {
          background: transparent; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-4 .inlet-outlet-sound tr:nth-child(even) {
          background: transparent; }
    .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-5 {
      background: #d1b1a6; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-5 .inlet-outlet-sound {
        background: transparent; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-5 .inlet-outlet-sound th, .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-5 .inlet-outlet-sound td {
          border: 1px solid #997467; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-5 .inlet-outlet-sound tr:hover {
          background: transparent; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.refined-option-5 .inlet-outlet-sound tr:nth-child(even) {
          background: transparent; }
    .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.results-table tr.fan-sound td div {
      margin: 0px 5px 10px 5px;
      padding-left: 5px; }
    .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.inlet-outlet-sound {
      border: none; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.inlet-outlet-sound thead tr:first-child:hover {
        background: transparent; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.inlet-outlet-sound thead tr:first-child th {
        border: none !important; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.inlet-outlet-sound td, .fan-selector .acoustiflo-fan-container .fan-results .results-table-container table.inlet-outlet-sound th {
        padding: 2px 10px; }
    .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages {
      font-size: 11pt;
      color: #000;
      font-size: 10.5pt;
      color: #000;
      line-height: normal;
      margin-top: 20px;
      width: 100%; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages ul {
        padding-bottom: 10px; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages ul li {
          list-style: none;
          margin-left: 20px;
          margin-bottom: 0px;
          font-size: 10pt; }
          .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages ul li:before {
            content: '\02022';
            margin-right: 5px; }
      .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages .message-container {
        padding: 10px; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages .message-container.notice {
          background-color: #ffff7f;
          margin-bottom: 20px; }
          .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages .message-container.notice p.title:first-child {
            margin-bottom: 10px; }
            .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages .message-container.notice p.title:first-child:before {
              content: "\26A0";
              font-size: 12.5pt;
              margin-right: 6px;
              font-weight: bold; }
          .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages .message-container.notice p.message {
            font-size: 10pt;
            margin-bottom: 0px;
            padding-left: 21px; }
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages .message-container.error {
          background-color: #ff7c7c; }
          .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages .message-container.error p.title:first-child {
            margin-bottom: 10px; }
            .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages .message-container.error p.title:first-child:before {
              content: "\26A0";
              font-size: 12.5pt;
              margin-right: 6px;
              font-weight: bold; }
          .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages .message-container.error .fan-error p.fan-error-label {
            font-size: 10pt;
            margin-bottom: 0px;
            padding-left: 21px; }
          .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages .message-container.error .fan-error ul li.error {
            color: #3c3b47; }
          .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages .message-container.error .fan-error:last-of-type ul {
            padding-bottom: 0px; }
      @media print {
        .fan-selector .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages {
          display: none !important; } }
  .fan-selector .acoustiflo-fan-container .refined-inputs button.add-row {
    background: transparent; }
    .fan-selector .acoustiflo-fan-container .refined-inputs button.add-row span {
      font-size: 12px;
      margin-right: 3px; }
  .fan-selector .acoustiflo-fan-container .refined-inputs table {
    width: 100%;
    table-layout: fixed; }
    .fan-selector .acoustiflo-fan-container .refined-inputs table tr:nth-child(even) {
      background: #eeeeee; }
      .fan-selector .acoustiflo-fan-container .refined-inputs table tr:nth-child(even) input {
        background: #fff; }
    .fan-selector .acoustiflo-fan-container .refined-inputs table input, .fan-selector .acoustiflo-fan-container .refined-inputs table select {
      padding: 5px; }
    .fan-selector .acoustiflo-fan-container .refined-inputs table tr td .error-message {
      display: none; }
    .fan-selector .acoustiflo-fan-container .refined-inputs table tr td.field-error {
      position: relative; }
      .fan-selector .acoustiflo-fan-container .refined-inputs table tr td.field-error input[type="text"]:focus + .error-message, .fan-selector .acoustiflo-fan-container .refined-inputs table tr td.field-error input[type="text"]:hover + .error-message {
        display: block;
        z-index: 999;
        position: absolute;
        top: 110%;
        left: 20px;
        width: 150px;
        padding: 5px;
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
        text-align: center; }
        .fan-selector .acoustiflo-fan-container .refined-inputs table tr td.field-error input[type="text"]:focus + .error-message:before, .fan-selector .acoustiflo-fan-container .refined-inputs table tr td.field-error input[type="text"]:hover + .error-message:before {
          position: absolute;
          display: block;
          content: '';
          width: 0;
          height: 0;
          border: 8px solid transparent;
          left: 70px;
          top: -16px; }
        .fan-selector .acoustiflo-fan-container .refined-inputs table tr td.field-error input[type="text"]:focus + .error-message:after, .fan-selector .acoustiflo-fan-container .refined-inputs table tr td.field-error input[type="text"]:hover + .error-message:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          border: 8px solid transparent;
          left: 70px;
          top: -15px; }
        .fan-selector .acoustiflo-fan-container .refined-inputs table tr td.field-error input[type="text"]:focus + .error-message:before, .fan-selector .acoustiflo-fan-container .refined-inputs table tr td.field-error input[type="text"]:hover + .error-message:before {
          border-bottom-color: #000; }
        .fan-selector .acoustiflo-fan-container .refined-inputs table tr td.field-error input[type="text"]:focus + .error-message:after, .fan-selector .acoustiflo-fan-container .refined-inputs table tr td.field-error input[type="text"]:hover + .error-message:after {
          border-bottom-color: #fff; }
        .fan-selector .acoustiflo-fan-container .refined-inputs table tr td.field-error input[type="text"]:focus + .error-message i, .fan-selector .acoustiflo-fan-container .refined-inputs table tr td.field-error input[type="text"]:hover + .error-message i {
          font-weight: 400; }
  .fan-selector .acoustiflo-fan-container .refined-inputs .refined-inputs-btn-row {
    margin-top: 20px;
    padding-top: 3%; }
  .fan-selector .acoustiflo-fan-container .presentation-options table {
    table-layout: fixed;
    width: 100%;
    max-width: 448px;
    margin: auto; }
    .fan-selector .acoustiflo-fan-container .presentation-options table th:first-child {
      text-align: left;
      width: 111px; }
  .fan-selector .acoustiflo-fan-container .presentation-options .request-presentation {
    margin-top: 20px;
    padding-top: 3%; }
  .fan-selector .acoustiflo-fan-container .view-presentations {
    margin-bottom: 8%; }
    .fan-selector .acoustiflo-fan-container .view-presentations .printable-heading {
      display: none; }
      .fan-selector .acoustiflo-fan-container .view-presentations .printable-heading img {
        width: 260pt; }
    .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content table, .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content tr, .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content td {
      border: none; }
    .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content .presentation-project-details-head {
      width: 1in;
      font-weight: bold;
      font-size: 15px; }
    .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content .presentation-project-name {
      font-weight: 500;
      font-size: 15px; }
    .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content .presentation-table-label {
      font-weight: bold;
      border: 1px solid #363064; }
    .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content .table-aside {
      border: 1px solid #b8b4d0; }
      .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content .table-aside tr {
        border-bottom: 1px solid #ebebeb; }
    .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content .table-borders-left {
      border-left: 1px solid #363064; }
    .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content .table-borders-top {
      border-top: 1px solid #363064; }
    .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content .table-borders-bottom {
      border-bottom: 1px solid #363064; }
    .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content .table-borders-right {
      border-right: 1px solid #363064; }
    .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content .table-borders-left-none {
      border-left: 1px solid #fff; }
    .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content .table-borders-top-none {
      border-top: 1px solid #fff; }
    .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content .table-borders-bottom-none {
      border-bottom: 1px solid #fff; }
    .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content .table-borders-right-none {
      border-right: 1px solid #fff; }
    .fan-selector .acoustiflo-fan-container .view-presentations .presentation-content .table-borders-none {
      border: none; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation table.full-width {
    width: 100%; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation table td.unknown-api-attr {
    background-color: #ff9999;
    font-weight: bold; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation table td.text-top {
    vertical-align: top; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation .notice {
    margin: 20px 0;
    padding: 20px 0; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation .notice p:last-child {
      margin-bottom: 0; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation .notice ul {
      list-style-type: none; }
      .fan-selector .acoustiflo-fan-container .presentations .presentation .notice ul li {
        list-style-image: none; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation .notice.error {
      background-color: #ff9999 !important; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation .notice.warn {
      background-color: #ffff99 !important; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-bg-box {
    background: #ebebeb;
    padding: 10px;
    margin-top: 20px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-bg-box.pres-bg-box-no-top-margin {
      margin-top: 0px; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-table {
    padding: 10px;
    padding-top: 12px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-table.pres-notes {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 0; }
      .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-table.pres-notes p {
        font-weight: 500;
        padding-bottom: 5px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-table p {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 3px;
      border-bottom: 1px solid #9c9c9c;
      padding-bottom: 2px; }
      .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-table p span:first-child {
        margin-right: 8px; }
      .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-table p:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px; }
      .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-table p.pres-table-label {
        font-weight: 700;
        font-size: 15px;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        border-bottom: none; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-table-label, .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-image .title-bar h2 {
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    border-bottom: none; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation table, .fan-selector .acoustiflo-fan-container .presentations .presentation tbody, .fan-selector .acoustiflo-fan-container .presentations .presentation tr, .fan-selector .acoustiflo-fan-container .presentations .presentation td, .fan-selector .acoustiflo-fan-container .presentations .presentation thead {
    font-family: 'Roboto', sans-serif; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-table table td {
    padding: 0;
    padding: 3px 0;
    font-size: 14px;
    font-weight: 500; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-table table td.bold {
      font-weight: 600; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-table table tr {
    border-bottom: 1px solid #9c9c9c !important; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-table table tr:first-of-type {
      border: none !important; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-table table tr:last-of-type {
      border: none !important; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation .pres-table table .pres-table-label td, .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-table table .pres-container-left .pres-image .title-bar h2 td, .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-image .title-bar .pres-table table h2 td {
    padding: 0 0 8px 0;
    font-size: 15px; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation .no-margin-top {
    margin-top: 0; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.ui-tabs-panel {
    padding: 0 2%; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.presentation-content {
    color: red; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-top {
    /* border-bottom: 1px solid #363064; */
    padding-bottom: 10px;
    margin-bottom: 12px;
    margin-top: 22px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-top div p:last-child {
      margin-bottom: 0; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-title {
      margin-bottom: 8px; }
      .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-title .pres-project-name {
        font-size: 22px;
        font-weight: 500;
        text-transform: uppercase;
        color: #3c3b47; }
        .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-title .pres-project-name span {
          font-size: 24px; }
      .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-title .pres-project-desc {
        font-size: 24px; }
        .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-title .pres-project-desc span {
          font-size: 20px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-tag .pres-project-name {
      font-size: 22px;
      font-weight: 500;
      text-transform: uppercase;
      color: #3c3b47; }
      .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-tag .pres-project-name span {
        font-size: 24px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-tag .pres-project-desc {
      font-size: 24px; }
      .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-tag .pres-project-desc span {
        font-size: 20px; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-image .title-bar h2 {
    background: #ececec;
    padding: 13px 0;
    width: 80%;
    margin: 0 auto 10px; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-image .image-plot {
    margin-bottom: 0; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-notes .fepact {
    padding: 12px 10px 10px 10px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-notes .fepact p {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 2px;
      padding-bottom: 2px;
      border-bottom: 1px dashed #ccc; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-notes .fepact p:last-child {
      border-bottom: none; }
    @media print {
      .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-notes .fepact {
        padding-top: 10px; }
        .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-notes .fepact p {
          font-weight: normal !important; } }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-container-right .pres-notes {
    padding: 10px;
    padding-top: 0px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-container-right .pres-notes.single-patent-section {
      padding-top: 0px;
      text-align: right;
      font-size: 14px; }
      .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-container-right .pres-notes.single-patent-section p {
        margin-bottom: 0px;
        padding-bottom: 0px;
        line-height: 1.5em;
        font-weight: 500;
        border-bottom: none; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-container-right p {
    font-size: 14px; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-sound.pres-table table {
    border-collapse: collapse; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-sound.pres-table table tbody tr {
      border-bottom: 1px solid #9c9c9c !important; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-top .print-logo {
    display: none; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-top .pres-project-title {
    margin-bottom: 8px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-top .pres-project-title .pres-project-name {
      font-family: 'Roboto' !important;
      font-size: 22px;
      font-weight: 500;
      text-transform: uppercase;
      color: #3c3b47; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-top .pres-project-title .pres-project-desc {
      font-size: 24px;
      font-weight: 400; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-top .pres-density {
    font-size: 15px; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-image-header {
    margin-top: 20px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-image-header h2.pres-section-head {
      background: #ececec;
      padding: 13px 0;
      margin: 0 auto 10px;
      width: 80%;
      font-weight: 700;
      font-size: 15px;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      border-bottom: none; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-images .image-plot img {
    width: auto; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-images.two-wide .image-plot {
    width: 49%; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-images.three-wide .image-plot {
    width: 33%; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-images.four-wide .image-plot {
    width: 25%; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-notes {
    padding: 0 !important;
    padding-top: 10px !important; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-notes p {
      font-size: 12px !important; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table, .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two, .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-three {
    text-align: center;
    width: 100%;
    line-height: 1.15;
    border: none; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table th, .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two th, .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-three th {
      border-width: 1px;
      border-style: solid;
      border-color: #ddd;
      background-color: #ddd;
      padding-top: 13px;
      padding-bottom: 8px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table td, .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two td, .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-three td {
      border-width: 1px;
      border-style: solid;
      border-color: #dcd9d9;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 4px;
      padding-right: 4px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table tr.groups-row, .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two tr.groups-row, .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-three tr.groups-row {
      background-color: #fff; }
      .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table tr.groups-row td, .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two tr.groups-row td, .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-three tr.groups-row td {
        border-color: #fff;
        padding: 4px 4px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table .thead, .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two .thead, .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-three .thead {
      font-weight: 700; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table tr td.group {
    border-top-style: solid;
    border-top-color: #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right-style: solid;
    border-right-color: #ccc; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two {
    width: auto;
    max-width: 98%; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two tr td {
      padding-left: 12px;
      padding-right: 12px; }
      .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two tr td:first-child {
        text-align: right;
        font-weight: 700;
        background-color: #efefef;
        border-color: #efefef;
        padding: 1px 5px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two tr:nth-child(1) td, .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two tr:nth-child(2) td {
      background-color: #ddd;
      border-bottom-color: #c2c2c2;
      border-bottom-color: #bbb;
      border-top: none; }
      .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two tr:nth-child(1) td:first-child, .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two tr:nth-child(2) td:first-child {
        border-right-color: #bbb; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-three {
    width: auto;
    margin-top: 40px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-three td {
      padding-left: 12px;
      padding-right: 12px; }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-three tr:nth-child(2) td {
      background-color: #ddd;
      border-top-color: #c2c2c2;
      border-right-color: #c2c2c2; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-images h2 {
    margin-top: 20px; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-images > p {
    margin-top: 20px;
    margin-bottom: 4px;
    font-weight: 600; }
  .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-notes {
    padding: 10px;
    padding-top: 20px; }
    @media print {
      .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-notes {
        margin-top: 0; } }
    .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-notes p {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 2px;
      padding-bottom: 2px;
      border-bottom: 1px dashed #ccc; }
      .fan-selector .acoustiflo-fan-container .presentations .presentation.multi .pres-notes p.pres-patents {
        padding-top: 10px;
        line-height: 1.15;
        border-bottom: none; }
  .fan-selector .acoustiflo-fan-container .overlay, .fan-selector .acoustiflo-fan-container .error-overlay {
    opacity: 0.3; }
  .fan-selector .acoustiflo-fan-container .loader {
    position: fixed;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    width: 120px;
    height: 120px;
    background: #fff url(../../../a/i/loading.gif) no-repeat center center;
    text-indent: -9999em;
    z-index: 9999; }
    .fan-selector .acoustiflo-fan-container .loader.fan-selector-error {
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
      position: fixed;
      top: 50%;
      left: 50%;
      width: 300px;
      height: 200px;
      margin: -20px 0 0 -20px;
      z-index: 1000;
      background: #fff;
      color: #000;
      padding: 30px;
      text-align: center;
      margin-left: -150px;
      margin-top: -65px;
      text-indent: 0; }
      .fan-selector .acoustiflo-fan-container .loader.fan-selector-error p {
        margin-bottom: 0px; }
      .fan-selector .acoustiflo-fan-container .loader.fan-selector-error.custom {
        height: auto; }
        .fan-selector .acoustiflo-fan-container .loader.fan-selector-error.custom p {
          text-align: left; }
          .fan-selector .acoustiflo-fan-container .loader.fan-selector-error.custom p.close {
            text-align: center; }
        .fan-selector .acoustiflo-fan-container .loader.fan-selector-error.custom ul {
          text-align: left;
          margin: 10px 0px 10px 10px; }
.fan-selector .pres-error-message {
  font-size: 11pt;
  color: #000;
  font-size: 10.5pt;
  color: #000;
  line-height: normal;
  margin-top: -10px;
  margin-bottom: 20px;
  width: 90%;
  padding: 10px;
  background-color: #ff9999 !important; }
  .fan-selector .pres-error-message p:first-child:before {
    content: "\26A0";
    font-size: 12.5pt;
    margin-right: 6px;
    font-weight: bold; }
  .fan-selector .pres-error-message p.fan-error {
    font-size: 10pt;
    margin-bottom: 0px; }
  .fan-selector .pres-error-message ul {
    padding-bottom: 10px; }
    .fan-selector .pres-error-message ul li {
      margin-left: 20px;
      margin-bottom: 0px;
      font-size: 10pt; }

/* ---------------------- END FAN SELECTOR ------------- */
/* Flo-Select Interface - Print View
--------------------------------------------------- /// */
.fan-selector.print-view .acoustiflo-fan-container .fan-results .results-table-container .result-error-messages {
  display: none; }
.fan-selector.print-view .acoustiflo-fan-container .presentations .presentation .pres-bg-box {
  background-color: #fff;
  margin-top: 10px; }
.fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single {
  margin: 30px 15px; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-top {
    padding-top: 0px;
    padding-bottom: 1px;
    margin-top: 0;
    margin-bottom: 3px;
    border-bottom: 1px solid #000 !important; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-title {
      margin-bottom: 0;
      line-height: 1;
      color: #000; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-title .pres-project-name {
        font-family: 'Roboto-Bold' !important;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 0;
        color: #000; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-title .pres-project-desc {
        font-family: 'Roboto' !important;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 0;
        color: #000; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-tag {
      display: inline-block;
      margin-bottom: 0;
      padding-bottom: 0;
      color: #000; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-tag .pres-project-name {
        font-family: 'Roboto-Bold' !important;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 0;
        padding-bottom: 0;
        color: #000; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-top .pres-project-tag .pres-project-desc {
        font-family: 'Roboto' !important;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 0;
        padding-bottom: 0;
        color: #000; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-top .print-logo {
      visibility: visible;
      display: inline-block;
      max-height: .45in;
      margin-bottom: 0;
      float: right;
      line-height: 1; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-top .print-logo img {
        height: .25in;
        width: auto; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-table.pres-bg-box-no-top-margin {
    margin-top: 0px; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-table .pres-table-label, .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-table .pres-container-left .pres-image .title-bar h2, .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-image .title-bar .pres-table h2 {
    font-family: 'Roboto-Bold' !important;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    border-bottom: none; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-table p {
    font-family: 'Roboto' !important;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 2px;
    padding-bottom: 1px; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-table p span {
      font-family: 'Roboto' !important;
      font-weight: normal; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-table p span.bold {
        font-family: 'Roboto-Bold' !important;
        font-weight: normal; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-left {
    display: inline-block;
    vertical-align: top;
    width: 70%; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-image .title-bar h2 {
      background-color: #fff;
      margin: 0 auto; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-image .image-plot {
      text-align: left; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-notes {
      margin: 0;
      width: 95% !important;
      border: none;
      padding: 6px;
      color: #000; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-notes p {
        text-align: right;
        border-bottom: none;
        font-weight: normal;
        margin-bottom: 2px;
        padding-bottom: 2px; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-notes .pres-table.selection-density {
        display: inline-block;
        width: 33% !important;
        border: 1px solid #000;
        padding: 10px;
        margin-top: 5px; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-notes .pres-table.selection-density p {
          text-align: left;
          margin-top: 0;
          padding-top: 0;
          font-size: 12px;
          font-family: 'Roboto-Bold' !important;
          font-weight: normal;
          line-height: 1; }
          .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-notes .pres-table.selection-density p span {
            font-size: 12px;
            font-family: 'Roboto-Bold' !important;
            font-weight: normal;
            line-height: 1; }
          .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-notes .pres-table.selection-density p:first-child {
            border-bottom: 1px solid #000; }
          .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-notes .pres-table.selection-density p:last-child {
            padding-bottom: 0;
            margin-bottom: 0; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-notes .fepact {
        display: inline-block;
        width: 62%;
        margin-top: 15px;
        color: #000; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-notes .fepact p {
          color: #000;
          font-size: 11px !important;
          line-height: 1.5 !important;
          padding-left: 12px;
          border-bottom: none; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-right {
    display: inline-block;
    vertical-align: top;
    width: 29%; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-right .pres-notes.single-patent-section {
      padding: 0;
      text-align: right;
      font-size: 14px;
      color: #000; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-right .pres-notes.single-patent-section p {
        margin-bottom: 0px;
        padding-bottom: 0px;
        line-height: 1;
        border-bottom: none;
        font-size: 11px;
        color: #000; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-right .pres-notes.single-patent-section p span {
          font-family: 'Roboto' !important;
          font-weight: normal;
          font-size: 11px;
          line-height: 1;
          color: #000; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-right .pres-table {
      background: #fff;
      border: 1px solid #000;
      padding-top: 5px;
      color: #000; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-right .pres-table.pres-bg-box-no-top-margin {
        margin-top: 0px; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-right .pres-table .pres-table-label, .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-right .pres-table .pres-container-left .pres-image .title-bar h2, .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-left .pres-image .title-bar .pres-container-right .pres-table h2 {
        font-family: 'Roboto-Bold' !important;
        font-weight: normal;
        font-size: 15px;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        border-bottom: none; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-right .pres-table p {
        font-family: 'Roboto' !important;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 2px;
        padding-bottom: 1px;
        font-size: 12px;
        color: #000;
        border-bottom: 1px solid #000; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-right .pres-table p span {
          font-family: 'Roboto' !important;
          font-weight: normal;
          font-size: 12px;
          color: #000; }
          .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-right .pres-table p span.bold {
            font-family: 'Roboto-Bold' !important;
            font-weight: normal; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-container-right .pres-table p.no-bottom-border {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power {
    margin-right: 3px;
    margin-left: 7px;
    color: #000; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-sound {
      border: 1px solid #000; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-sound.pres-table table {
        border-collapse: collapse; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-sound.pres-table table tr.pres-table-label {
          font-family: 'Roboto-Bold' !important;
          font-weight: normal;
          font-size: 50px;
          line-height: 1;
          text-align: center;
          text-transform: uppercase; }
          .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-sound.pres-table table tr.pres-table-label td {
            border-bottom: none !important; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-sound.pres-table table tr td {
          border-bottom: 1px solid #000 !important; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-sound.pres-table table tr:last-of-type td {
          border-bottom: none !important; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-n-1 {
      border: 1px solid #000; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-n-1.pres-table table {
        border-collapse: collapse; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-n-1.pres-table table tr {
          border-bottom: 1px solid #000 !important; }
          .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-n-1.pres-table table tr.no-bottom-border {
            border-bottom: none !important; }
            .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-n-1.pres-table table tr.no-bottom-border td {
              border-bottom: none !important; }
          .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-n-1.pres-table table tr td {
            border-bottom: 1px solid #000 !important; }
          .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single .pres-acoustics-power .pres-n-1.pres-table table tr:last-of-type td {
            border-bottom: none !important; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.single table.full-width {
    width: 100%; }
.fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi {
  margin: 20px 30px; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-top {
    padding-top: 0;
    padding-bottom: 2px;
    margin-top: 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #000 !important; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-top .print-logo {
      display: inline-block;
      visibility: visible;
      float: right;
      max-height: .45in;
      margin-bottom: 0; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-top .print-logo img {
        height: .25in;
        width: auto;
        padding-bottom: 0px;
        margin-bottom: 0px; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-top .pres-project-title {
      font-family: 'Roboto';
      margin-bottom: 0px;
      padding-bottom: 0px;
      font-size: 12px;
      line-height: 1;
      color: #000; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-top .pres-project-title .pres-project-name {
        font-family: 'Roboto-Bold' !important;
        font-weight: normal;
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 20px;
        line-height: 1;
        color: #000; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-top .pres-project-title .pres-project-desc {
        font-family: 'Roboto' !important;
        font-weight: normal;
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 20px;
        line-height: 1;
        color: #000; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-top .pres-density {
      font-family: 'Roboto' !important;
      font-weight: normal;
      font-size: 15px;
      margin-left: 0;
      line-height: 1;
      margin-bottom: 0;
      color: #000; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table th,
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two th,
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-three th {
    font-family: 'Roboto-Bold' !important;
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 11px !important;
    line-height: 1.1 !important;
    color: #000; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table td,
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two td,
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-three td {
    font-size: 11px !important;
    line-height: 1.1 !important;
    padding: 2px 4px;
    color: #000; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table td span,
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two td span,
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-three td span {
      font-size: 11px !important;
      line-height: 1.1 !important;
      color: #000; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table td:first-child,
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-two td:first-child,
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-three td:first-child {
      font-weight: 700;
      background-color: #fff; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .table-three {
    width: 100%; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table {
    border-collapse: collapse; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table tr.thead {
      font-family: 'Roboto-Bold' !important;
      font-weight: 700;
      line-height: 1;
      background-color: #fff; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table tr.thead td, .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table tr.thead th {
        background-color: #fff;
        color: #000;
        border: 1px solid #000; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table tr.groups-row {
      border: none; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table tr.groups-row td {
        border: none; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table tr td {
      font-family: 'Roboto' !important;
      border: 1px solid #000; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table tr td.group {
        border: 1px solid #000;
        padding: 2px 4px; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .table-wrapper .main-table tr td span {
        font-family: 'Roboto' !important; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-image-header {
    width: 100%;
    margin: 15px 0 10px 0;
    padding: 0; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-image-header h2.pres-section-head {
      padding: 0;
      margin-bottom: 0;
      font-family: 'Roboto-Bold' !important;
      font-weight: normal;
      background-color: #fff !important;
      text-align: center; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-images {
    display: block;
    width: 100%; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-images .image-wrapper {
      position: relative;
      display: block; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-images .image-wrapper.two-wide .image-plot {
        position: relative;
        display: inline-block;
        width: 49%;
        text-align: center; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-images .image-wrapper.two-wide .image-plot img {
          margin-top: 70px;
          width: 400px;
          height: auto; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-images .image-wrapper.three-wide .image-plot {
        position: relative;
        display: inline-block;
        width: 33%;
        text-align: center; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-images .image-wrapper.three-wide .image-plot img {
          margin-top: 50px;
          width: 400px;
          height: auto; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-images .image-wrapper.four-wide .image-plot {
        position: relative;
        display: inline-block;
        width: 24.5%;
        text-align: center; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-image-wrapper .pres-images .image-wrapper.four-wide .image-plot img {
          margin-top: 40px;
          width: 230px;
          height: auto; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper.two-wide {
    margin-top: -80px; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper.three-wide {
    margin-top: -55px; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper.four-wide {
    margin-top: -40px; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .pres-section-head {
    font-size: 13px;
    font-family: 'Roboto-Bold' !important;
    margin-bottom: 5px;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 1;
    color: #000; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper {
    display: inline-block;
    width: 49%;
    vertical-align: top; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-two {
      max-width: 98%;
      width: auto;
      margin-top: 0; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-two tr:nth-child(1), .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-two tr:nth-child(2) {
        font-family: 'Roboto-Bold' !important;
        background-color: #fff; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-two tr:nth-child(1) td, .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-two tr:nth-child(2) td {
          background-color: #fff; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-two tr td {
        padding: 2px 4px;
        font-family: 'Roboto';
        font-size: 11px !important;
        line-height: 1.1 !important;
        border: none;
        border: 1px solid #000; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-two tr td span {
          font-size: 11px !important;
          line-height: 1.1 !important; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-two tr td:first-child {
          font-family: 'Roboto-Bold' !important;
          font-weight: normal;
          font-size: 11px !important;
          background-color: #fff;
          white-space: nowrap;
          text-align: right !important;
          width: 150px; }
          .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-two tr td:first-child span {
            font-family: 'Roboto-Bold' !important;
            font-size: 11px !important;
            text-align: right !important; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-three {
      margin-top: 0; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-three tr td {
        font-family: 'Roboto' !important;
        border: none;
        border: 1px solid #000; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-three tr td span {
          font-family: 'Roboto' !important; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-three tr td:first-child {
          font-family: 'Roboto-Bold' !important; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-three tr:first-child td {
        background-color: #fff;
        border-top-color: #000;
        border-right-color: #000; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .table-wrapper .table-three tr.bold td {
        font-family: 'Roboto-Bold' !important;
        background-color: #fff;
        border-top-color: #000;
        border-right-color: #000; }
  .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .pres-notes {
    font-family: 'Roboto' !important; }
    .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .pres-notes.fepact {
      font-family: 'Roboto-Bold' !important;
      color: #000; }
      .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .pres-notes.fepact p {
        margin-bottom: 1px;
        padding-bottom: 1px;
        font-family: 'Roboto-Bold' !important;
        font-size: 11px !important;
        line-height: 1 !important;
        border-bottom: none;
        color: #000; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .pres-notes.fepact p:first-child {
          border-bottom: none; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .pres-notes.fepact p:last-child {
          border-bottom: none;
          font-weight: 500; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .pres-notes.fepact p.pres-patents {
          padding-top: 6px;
          font-family: 'Roboto' !important;
          line-height: 1 !important;
          font-weight: normal !important;
          color: #000; }
        .fan-selector.print-view .acoustiflo-fan-container .presentations .presentation.multi .pres-tables-2-3-wrapper .pres-notes.fepact p.pres-date {
          padding-top: 6px;
          font-family: 'Roboto' !important;
          line-height: 1 !important;
          font-weight: normal !important;
          border-bottom: none;
          color: #000; }
.fan-selector.print-view .acoustiflo-fan-container .pres-error-message {
  display: none !important;
  padding: 0px;
  background-color: #fff !important; }
  .fan-selector.print-view .acoustiflo-fan-container .pres-error-message p:first-child {
    margin-bottom: 0px; }
  .fan-selector.print-view .acoustiflo-fan-container .pres-error-message p.fan-error {
    font-size: 8pt; }
  .fan-selector.print-view .acoustiflo-fan-container .pres-error-message ul {
    padding-bottom: 0px; }
    .fan-selector.print-view .acoustiflo-fan-container .pres-error-message ul li {
      font-size: 8pt; }

.ui-widget-content {
  border: 0; }

.ui-tabs .ui-tabs-nav {
  padding: 0; }

.ui-widget-header {
  background: #fff;
  border: none;
  border-bottom: 6px solid #363064;
  border-radius: 0; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff;
  color: #3c3b47;
  border: 1px solid #3c3b47; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #3c3b47; }

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
  background: #363064;
  color: #fff; }

.ui-state-default:hover a, .ui-state-default:hover a:link, .ui-state-default:hover a:visited {
  color: #fff; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #363064;
  color: #3c3b47;
  border: 1px solid #363064;
  padding-bottom: 0; }

.ui-tabs .ui-tabs-nav li {
  margin: 1px 6px 0 0; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #fff; }

.ui-state-active:hover, .ui-widget-content .ui-state-active:hover, .ui-widget-header .ui-state-active:hover {
  background: #363064; }

.ui-state-active:hover a, .ui-widget-content .ui-state-active:hover a, .ui-widget-header .ui-state-active:hover a {
  color: #fff; }

.ui-corner-top {
  border-radius: 0; }

/*
.main {
  position: static;
}
*/
body.locations header {
  border-bottom: 1px solid #4f4f4f;
  margin-bottom: 0; }

.main.locations, .main.locations .overlay, .main.locations .overlay {
  max-width: none;
  position: relative; }

/* LOCATIONS
------------------------------------ /// */
/*
.locations .heading {
  position: relative;
  padding: 40px 40px 0 0;
}
.locations .heading h2 {
  color: $d-green;
  margin: 0;
  padding: 0 0 0 30px;
  border-left: 10px solid #333;
}
.locations .heading h3 {
  color: #d8d3d0;
  font-size: 22px;
  margin: 0;
  padding: 0 0 0 30px;
  border-left: 10px solid #333;
}
*/
.locations .heading .location_select {
  width: 240px;
  position: absolute;
  top: 43px;
  right: 43px; }

.locations .content {
  padding: 20px;
  text-align: center;
  margin-bottom: 80px; }

.ui-map-locations {
  position: relative; }

.ui-map-locations img {
  width: 100%;
  height: auto; }

.locations .info-window {
  padding: 20px;
  min-height: 100%;
  background: #eeeeee;
  border-bottom: 20px solid #363064; }
  @media screen and (min-width: 768px) {
    .locations .info-window {
      position: absolute;
      right: 0;
      padding: 0; } }
  .locations .info-window div.location-data h5 {
    font-size: 20px;
    padding-bottom: 5px; }
  .locations .info-window div.location-data p span {
    display: block;
    line-height: 20px; }
    .locations .info-window div.location-data p span.name {
      font-size: 16px;
      margin-top: 24px; }
    .locations .info-window div.location-data p span.phone, .locations .info-window div.location-data p span.phone-label {
      display: inline; }
    .locations .info-window div.location-data p span.phone-label {
      font-weight: 500; }
  .locations .info-window div.location-data a {
    color: #363064;
    border-radius: 0; }

.locations .info-window > div {
  padding: 20px;
  position: static; }

.locations .info-window .location-data-wrapper {
  display: inline; }

.locations .info-window .location-data-body {
  position: absolute;
  top: 110px;
  left: 20px;
  /*width: 165px;*/
  padding-right: 15px;
  overflow: auto; }

.locations .info-window .location-data-body > div {
  padding-bottom: 20px; }

.locations .info-window .location-data-body.ui-height-adjusted {
  width: 82%;
  /*width: 180px;*/ }

.no-js .locations .info-window .location-data-body {
  width: auto;
  /*width: 180px;*/ }

.locations .info-window p {
  margin: 12px 0;
  font-size: 15px;
  line-height: 1.3em; }

.locations .info-window a.close-location-info {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 15px;
  background: url(../i/close_sm.png) no-repeat center center;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 100; }

.locations .info-window .info-window-gradint {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  z-index: 100; }

.locations .info-window .info-window-gradint img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.locations .info-window.ajax {
  width: 0; }

.locations .info-window.ajax > div {
  opacity: 0;
  filter: alpha(opacity=0); }

.locations .loader {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 30%;
  left: 45%;
  width: 80px;
  height: 80px;
  margin: -20px 0 0 -20px;
  background: #fff url(../i/loading.gif) no-repeat center center;
  text-indent: -9999em;
  z-index: 1000;
  /* right: 0; */ }

.sb-custom {
  cursor: pointer;
  position: relative; }

.sb-custom {
  border: 1px solid #666666; }
  .sb-custom:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    speak: none;
    content: '';
    z-index: 1;
    border-left: 1px solid #656374; }
  .sb-custom:before {
    position: absolute;
    top: 48%;
    right: 12px;
    width: 12px;
    height: 8px;
    margin: -2px 0 0 -4px;
    background: url(../i/select_arrow.png) no-repeat center center;
    speak: none;
    content: ''; }

.sb-custom:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 100%;
  z-index: 1;
  content: ''; }

.sb-custom:before {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 9px;
  height: 5px;
  margin: -1px 0 0 -6px;
  z-index: 2;
  content: ''; }

.sb-custom {
  background: #7e7e7e; }
  .sb-custom:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    speak: none;
    content: '';
    z-index: 1;
    border-left: 1px solid #656374; }
  .sb-custom:before {
    position: absolute;
    top: 48%;
    right: 12px;
    width: 12px;
    height: 8px;
    margin: -2px 0 0 -4px;
    background: url(../i/select_arrow.png) no-repeat center center;
    speak: none;
    content: ''; }

.sb-custom input {
  position: relative;
  display: inline-block;
  border: none;
  background: none;
  width: 100%;
  padding: 10px 32px 10px 12px;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ie7 .sb-custom input, .ie8 .sb-custom input {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%; }

.custom-select {
  display: none; }

.no-js .custom-select {
  display: block; }

.sb-select {
  z-index: 1; }

.sb-dropdown {
  display: none;
  cursor: default;
  top: 100%;
  left: 0;
  width: 100%;
  height: 400px;
  overflow-y: auto;
  background: white;
  list-style: none;
  margin: 8px 0 0 0;
  padding: 10px 0;
  position: absolute;
  z-index: 500;
  padding-top: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }

.sb-dropdown li {
  line-height: 1.1em;
  padding: 0 8px; }
  .sb-dropdown li:first-child {
    padding: 6px;
    background: #eeeeee;
    font-style: italic;
    margin-bottom: 4px; }
    .sb-dropdown li:first-child a {
      color: #a2a2a2; }
      .sb-dropdown li:first-child a:hover {
        background: #eeeeee;
        cursor: default; }
    .sb-dropdown li:first-child.selected a {
      background: #eeeeee; }

.sb-dropdown li, .sb-dropdown a {
  display: block;
  color: #363064; }

.sb-dropdown li.optgroup-label, .sb-dropdown a {
  padding: 0px 13px 6px 13px;
  color: #656374;
  font-size: 15px;
  font-weight: 400;
  padding: 4px 4px 4px 22px; }

.sb-dropdown li.optgroup-label {
  padding: 7px 4px 2px 13px;
  font-weight: 500;
  color: #3c3b47; }

.sb-dropdown a {
  color: #444;
  padding-left: 22px;
  display: block;
  text-decoration: none; }

.sb-dropdown a:hover {
  background: #b8b4d0; }

.sb-dropdown .selected a {
  background: #b8b4d0; }

.sb-custom input {
  box-shadow: none;
  color: #fff; }

.ui-grid-block, .ui-grid-x-axis, .ui-grid-y-axis, .ui-map-plotting {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-map-plotting {
  z-index: 200; }

.ui-grid-block {
  z-index: 100;
  display: none;
  border: 1px solid #fff;
  opacity: .3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }

.ui-grid-block[data-visibility=show] {
  display: block; }

.ui-grid-block span {
  display: block;
  position: absolute;
  top: 0; }

.ui-grid-x-axis span, .ui-grid-y-axis span {
  background: #fff; }

.ui-grid-x-axis span.half-step, .ui-grid-y-axis span.half-step {
  background: #fff; }

.ui-grid-x-axis span {
  width: 100%;
  height: 1px; }

.ui-grid-y-axis span {
  width: 1px;
  height: 100%; }

.ui-grid-y-axis span.p5 {
  left: 5%; }

.ui-grid-y-axis span.p10 {
  left: 10%; }

.ui-grid-y-axis span.p15 {
  left: 15%; }

.ui-grid-y-axis span.p20 {
  left: 20%; }

.ui-grid-y-axis span.p25 {
  left: 25%; }

.ui-grid-y-axis span.p30 {
  left: 30%; }

.ui-grid-y-axis span.p35 {
  left: 35%; }

.ui-grid-y-axis span.p40 {
  left: 40%; }

.ui-grid-y-axis span.p45 {
  left: 45%; }

.ui-grid-y-axis span.p50 {
  left: 50%; }

.ui-grid-y-axis span.p55 {
  left: 55%; }

.ui-grid-y-axis span.p60 {
  left: 60%; }

.ui-grid-y-axis span.p65 {
  left: 65%; }

.ui-grid-y-axis span.p70 {
  left: 70%; }

.ui-grid-y-axis span.p75 {
  left: 75%; }

.ui-grid-y-axis span.p80 {
  left: 80%; }

.ui-grid-y-axis span.p85 {
  left: 85%; }

.ui-grid-y-axis span.p90 {
  left: 90%; }

.ui-grid-y-axis span.p95 {
  left: 95%; }

.ui-grid-x-axis span.p5 {
  top: 5%; }

.ui-grid-x-axis span.p10 {
  top: 10%; }

.ui-grid-x-axis span.p15 {
  top: 15%; }

.ui-grid-x-axis span.p20 {
  top: 20%; }

.ui-grid-x-axis span.p25 {
  top: 25%; }

.ui-grid-x-axis span.p30 {
  top: 30%; }

.ui-grid-x-axis span.p35 {
  top: 35%; }

.ui-grid-x-axis span.p40 {
  top: 40%; }

.ui-grid-x-axis span.p45 {
  top: 45%; }

.ui-grid-x-axis span.p50 {
  top: 50%; }

.ui-grid-x-axis span.p55 {
  top: 55%; }

.ui-grid-x-axis span.p60 {
  top: 60%; }

.ui-grid-x-axis span.p65 {
  top: 65%; }

.ui-grid-x-axis span.p70 {
  top: 70%; }

.ui-grid-x-axis span.p75 {
  top: 75%; }

.ui-grid-x-axis span.p80 {
  top: 80%; }

.ui-grid-x-axis span.p85 {
  top: 85%; }

.ui-grid-x-axis span.p90 {
  top: 90%; }

.ui-grid-x-axis span.p95 {
  top: 95%; }

.ui-map-loc {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 50%;
  left: 50%; }

.ui-map-location .pindrop, .styled_select.themed {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.ui-map-location .pindrop:after {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out; }

.ui-map-location {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: 100; }

.ui-map-location:hover {
  z-index: 300; }

.ui-map-location.ping-active {
  z-index: 200; }

.ui-map-location .pindrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background: #a0f617;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
  -khtml-box-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.9); }
  @media screen and (min-width: 0px) and (max-width: 480px) {
    .ui-map-location .pindrop {
      display: none; } }

.ui-map-location .pindrop:after {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 -5px;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.13);
  content: '';
  z-index: -1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }

.ui-map-location .pindrop.ping, .ui-map-location .pindrop.ping-hover, .ui-map-location.ping-active .pindrop, .ui-map-locations[data-device=desktop] .ui-map-location:hover .pindrop {
  background: #fff; }

.ie8 .ui-map-location .pindrop, .ie9 .ui-map-location .pindrop {
  background: transparent url(../i/ie-pindrops.png) no-repeat 0 0 !important; }

.ie8.ui-map-location .pindrop.ping, .ie9.ui-map-location .pindrop.ping, .ie8.ui-map-location .pindrop.ping-hover, .ie9.ui-map-location .pindrop.ping-hover, .ie8.ui-map-location.ping-active .pindrop, .ie9.ui-map-location.ping-active .pindrop, .ie8.ui-map-locations[data-device=desktop] .ui-map-location:hover .pindrop, .ie9.ui-map-locations[data-device=desktop] .ui-map-location:hover .pindrop {
  background: transparent url(../i/ie-pindrops.png) no-repeat -10px 0 !important; }

.ui-map-plotting[data-grid=on] {
  cursor: cell;
  cursor: crosshair; }

.ui-map-location .pindrop.ping:after {
  background: rgba(255, 255, 255, 0.8);
  top: -5px;
  left: -5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px; }

.ui-map-location .pindrop.ping:after, .ui-map-location .pindrop.ping-hover:after {
  opacity: 0; }

.ui-map-location .tooltip, .ui-plotting-coords {
  display: none;
  position: absolute;
  top: -18px;
  left: 17px;
  width: 110px;
  padding: 11px 13px 10px 13px;
  background: #fff;
  border-bottom: 3px solid #b2bb38;
  font-size: 13px;
  line-height: 1.2em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px;
  font-weight: 500; }

.ui-map-location .tooltip:before {
  position: absolute;
  top: 8px;
  left: -10px;
  margin-top: 0;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: ''; }

.ui-map-location .tooltip.ui-tooltip-adjusted:before {
  top: 50%;
  left: -10px;
  margin-top: -10px; }

.ui-map-locations[data-device=desktop] .ui-map-location:hover .tooltip {
  display: block; }

.ui-map-location .tooltip span.title {
  padding: 0 2px; }

/*.ui-map-location .tooltip .logos {position: relative; clear: both; display: block; border-top: 1px solid #ccc; margin-top: 13px; padding-top: 15px;}*/
.ui-map-location .tooltip .logos {
  position: relative;
  clear: both;
  display: block;
  padding-top: 8px;
  text-align: center; }

.ui-map-location .tooltip img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 3px 2px; }

.ui-map-location .tooltip .tooltip-sub {
  position: absolute;
  top: -12px;
  line-height: 1.2em;
  left: 0;
  display: inline-block;
  background: #fff;
  padding: 5px 5px 5px 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #999; }

.ui-plotting-coords {
  position: absolute;
  text-align: center;
  line-height: 1.4em;
  top: auto;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 500;
  height: 42px;
  width: 80px;
  margin: 40px 0 0 -55px;
  border-bottom: none; }

.ui-plotting-coords span {
  display: block; }

.ui-plotting-coords span em {
  font-style: normal; }

.ui-plotting-coords:before {
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -3px;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: ''; }

/* -- Styled Selects - wrapped due to FF appearance bug -- */
.styled_select {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: url(../i/select_arrow.png) no-repeat 98% center #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px; }

.styled_select select {
  display: block;
  margin: 0;
  white-space: nowrap;
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  -moz-appearance: window;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none; }

.styled_select select::-ms-expand {
  display: none; }

.styled_select:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

/* -- themed Selects - extends styled selects -- */
.styled_select.themed {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  max-width: none;
  border: 1px solid #2f3031;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22);
  -o-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22);
  -khtml-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22); }

.styled_select.themed, .styled_select.themed span, .locations-switch, .ui-switch-wrapper .ui-switch {
  background-color: #b5b3b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfbdbd), to(#a8a7a7));
  background-image: -webkit-linear-gradient(top, #bfbdbd, #a8a7a7);
  background-image: -moz-linear-gradient(top, #bfbdbd, #a8a7a7);
  background-image: -o-linear-gradient(top, #bfbdbd, #a8a7a7);
  background-image: -ms-linear-gradient(top, #bfbdbd, #a8a7a7);
  background-image: linear-gradient(top, #bfbdbd, #a8a7a7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bfbdbd', EndColorStr='#a8a7a7'); }

.styled_select.themed select {
  position: relative;
  padding: 9px 45px 9px 13px;
  color: #2c2d2e;
  font-size: 13px;
  z-index: 2; }

.styled_select.themed select[disabled=disabled] {
  color: #777; }

.styled_select.themed:hover {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  -khtml-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3); }

.styled_select.themed span {
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 100%;
  border-left: 1px solid #929090;
  z-index: 1; }

.styled_select.themed span em {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 5px;
  margin: -1px 0 0 -6px;
  background: url(../i/select_arrow_themed.png) no-repeat center center; }

.styled_select.themed.full_width {
  display: block; }

.ie8 .styled_select.themed select, .ie9 .styled_select.themed select {
  padding-right: 13px; }

.ie8 .styled_select span, .ie9 .styled_select span {
  display: none; }

#add-location {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -120px;
  background: #fff;
  padding: 20px;
  width: 200px;
  z-index: 500; }

#add-location input {
  width: 90%;
  padding: 8px 5%;
  border: 1px solid #ccc;
  margin: 1px 0; }

#add-location input[type=submit] {
  background: #b2bb38;
  color: #fff;
  text-transform: uppercase;
  border: none;
  margin-top: 2px;
  width: 100%;
  padding: 8px; }

.ui-switch-wrapper {
  display: block; }

.ui-switch-wrapper .label {
  display: block;
  padding: 5px 0;
  text-align: center;
  color: #2c2d2e;
  font-size: 12px;
  line-height: 1.4em; }

.ui-switch-wrapper .ui-switch {
  width: 49px;
  margin-top: 1px;
  height: 26px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  -khtml-border-radius: 13px;
  border-radius: 13px;
  background-color: #cac9c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9c9b9b), to(#cac9c9));
  background-image: -webkit-linear-gradient(top, #9c9b9b, #cac9c9);
  background-image: -moz-linear-gradient(top, #9c9b9b, #cac9c9);
  background-image: -o-linear-gradient(top, #9c9b9b, #cac9c9);
  background-image: -ms-linear-gradient(top, #9c9b9b, #cac9c9);
  background-image: linear-gradient(top, #9c9b9b, #cac9c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9c9b9b', EndColorStr='#cac9c9');
  -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.5); }

.ui-switch-wrapper [data-area] {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 100; }

.ui-switch-wrapper [data-area=off] {
  left: auto;
  right: 0; }

.ui-switch-wrapper .ui-switch-indicator {
  position: absolute;
  left: 3px;
  top: 3px;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  z-index: 50; }

.ui-switch-wrapper .ui-switch[data-status=off] .ui-switch-indicator, .ui-switch-wrapper .ui-switch[data-default=off] .ui-switch-indicator {
  background: #000; }

.ui-switch-wrapper .ui-switch-indicator, .ui-switch-wrapper .ui-switch[data-default=off][data-status=on] .ui-switch-indicator {
  background: #fff;
  /*#376900*/ }

.no-js .ui-switch-wrapper .ui-switch[data-status=off] .ui-switch-indicator, .ui-switch-wrapper .ui-switch[data-default=off] .ui-switch-indicator {
  left: 26px; }

.locations-switch {
  padding: 1px 12px 8px 12px;
  position: absolute;
  bottom: 70px;
  left: 65px;
  z-index: 400;
  border: 1px solid #2f3031;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18);
  -o-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18);
  -khtml-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18); }

.ui-map-location .pindrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  margin: -5px 0 0 -5px;
  background: #86c91b;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  /* -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); */
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px black; }

.ui-map-location .pindrop:after {
  position: absolute;
  top: 0;
  left: 0;
  margin: -3px 0 0 -3px;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.9);
  content: '';
  z-index: -1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6); }

.ui-select {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 26px;
  background: #7e7e7e;
  border: none;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -khtml-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .inline-form-element .ui-select select {
    display: inline; }
  .ui-select.inline {
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .ui-select.match-width {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .ui-select select {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 32px 10px 12px;
    white-space: nowrap;
    font-style: normal;
    border: none;
    background: transparent;
    cursor: pointer;
    -moz-appearance: window;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    z-index: 2;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -khtml-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .ui-select select::-ms-expand {
      display: none; }
    .ie8 .ui-select select {
      padding-right: 12px; }
      .ie8 .ui-select select:after, .ie8 .ui-select select:before {
        display: none; }
    .ie9 .ui-select select {
      padding-right: 12px; }
      .ie9 .ui-select select:after, .ie9 .ui-select select:before {
        display: none; }
    .ui-select select:disabled {
      cursor: default;
      font-style: italic;
      background-color: #eeeeee; }
  .ui-select:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    speak: none;
    content: '';
    z-index: 1;
    border-left: 1px solid #656374; }
  .ui-select:before {
    position: absolute;
    top: 48%;
    right: 12px;
    width: 12px;
    height: 8px;
    margin: -2px 0 0 -4px;
    background: url(../i/select_arrow.png) no-repeat center center;
    speak: none;
    content: ''; }
  .ui-select.disabled:before {
    visibility: hidden; }

.contact-row {
  background-color: #eeeeee; }

.map {
  margin-top: 45px; }

l-black
ul.nav_access {
  position: absolute;
  top: -9999px;
  left: -9999px; }

#nav_access {
  position: absolute;
  top: -9999px;
  left: -9999px; }

nav ul {
  margin: 0;
  padding: 0; }

@media only screen and (min-width: 851px) {
  header nav {
    float: right; }
    header nav ul ul li a {
      border-bottom: 1px solid #e1e1e1; } }
header nav li,
header nav a {
  display: block;
  color: #b8b4d0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -khtml-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
header nav li {
  line-height: 1.3em; }
header nav ul ul li:last-child a {
  border-bottom: none; }
@media only screen and (max-width: 850px) {
  header nav > ul {
    display: none; }
    header nav > ul > li {
      opacity: 0;
      filter: alpha(opacity=0); } }
header nav > ul > li {
  position: relative;
  margin: 0; }
  header nav > ul > li.open > a {
    color: #b8b4d0; }
  .ie8 header nav > ul > li {
    float: left; }
  @media only screen and (min-width: 851px) {
    header nav > ul > li {
      float: left; } }
  @media only screen and (max-width: 850px) {
    header nav > ul > li {
      border-top: 1px solid #ccc; }
      header nav > ul > li:first-child {
        border-top: none; }
      header nav > ul > li .sub-nav-toggle {
        float: right;
        cursor: pointer;
        margin-top: 7px;
        line-height: 0;
        font-size: 26px;
        font-weight: normal;
        padding: 12px 7px;
        background: transparent;
        color: #fff;
        display: inline-block;
        *display: inline;
        zoom: 1;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -o-border-radius: 12px;
        -khtml-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
        header nav > ul > li .sub-nav-toggle.open {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); } }
  header nav > ul > li a {
    padding: 10px; }
    @media only screen and (max-width: 850px) {
      header nav > ul > li a {
        padding: 10px 50px 10px 0; } }
  .ie8 header nav > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    visibility: hidden;
    transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    opacity: 0;
    filter: alpha(opacity=0); }
  @media only screen and (min-width: 851px) {
    header nav > ul > li > ul {
      position: absolute;
      top: 100%;
      left: 0;
      width: 150px;
      visibility: hidden;
      transition: visibility 0s linear 0.25s, opacity 0.25s linear;
      opacity: 0;
      filter: alpha(opacity=0);
      background: #fff; } }
  @media only screen and (max-width: 850px) {
    header nav > ul > li > ul {
      padding: 2px 0 10px 10px; }
      .js header nav > ul > li > ul {
        display: none; }
        .js header nav > ul > li > ul > li {
          opacity: 0;
          filter: alpha(opacity=0); } }
  @media only screen and (max-width: 850px) {
    header nav > ul > li > ul > li a {
      padding-top: 8px;
      padding-bottom: 8px; } }
  header nav > ul > li:hover > a {
    color: #b8b4d0; }
  @media only screen and (min-width: 851px) {
    .no-touch header nav > ul > li:hover > ul {
      visibility: visible;
      transition-delay: 0s;
      opacity: 1;
      filter: alpha(opacity=100); } }
  @media only screen and (min-width: 851px) {
    .touch header nav > ul > li.open > ul {
      visibility: visible;
      transition-delay: 0s;
      opacity: 1;
      filter: alpha(opacity=100); } }
  header nav > ul > li:last-child > ul {
    left: auto;
    right: 0; }
  header nav > ul > li a:hover {
    color: #b8b4d0; }

.primary-nav-toggle {
  position: relative;
  line-height: 0;
  float: right;
  padding: 10px;
  cursor: pointer; }
  .primary-nav-toggle:hover {
    text-decoration: none; }
  .primary-nav-toggle > span {
    position: relative;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    -khtml-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px; }
  .primary-nav-toggle .top,
  .primary-nav-toggle .middle,
  .primary-nav-toggle .bottom {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff; }
  .primary-nav-toggle span.top {
    top: 2px; }
  .primary-nav-toggle span.middle {
    top: 9px; }
  .primary-nav-toggle span.bottom {
    top: 16px; }
  .primary-nav-toggle em {
    position: relative;
    top: 10px;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 15px;
    color: #fff; }
  .primary-nav-toggle.open span.top,
  .primary-nav-toggle.open span.bottom {
    top: 9px; }
  .primary-nav-toggle.open span.top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .primary-nav-toggle.open .middle {
    opacity: 0;
    filter: alpha(opacity=0); }
  .primary-nav-toggle.open span.bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.sec-nav-wrapper {
  background: #7e7e7e; }

.sec-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right; }
  @media only screen and (max-width: 850px) {
    .sec-nav ul {
      display: none; } }
  .sec-nav ul li {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    float: left;
    margin-bottom: 0; }
    .sec-nav ul li a {
      font-weight: 500;
      display: inline-block;
      padding: 9px 15px;
      color: #eeeeee; }
      .sec-nav ul li a.reps-account-links {
        color: #363064; }
        .sec-nav ul li a.reps-account-links:hover {
          color: #eeeeee; }
      .sec-nav ul li a:hover {
        background: #656374;
        color: #fff;
        border-bottom: none; }
      .sec-nav ul li a.active {
        background: #656374;
        color: #fff;
        border-bottom: none; }
      .sec-nav ul li a span {
        margin-left: 6px; }

.logo-row {
  padding: 38px 30px !important; }
  .logo-row .header-btns {
    text-align: right; }
    .logo-row .header-btns a {
      font-family: 'Roboto Condensed', sans-serif;
      padding: 6px 12px;
      letter-spacing: .5px;
      font-weight: 300;
      text-align: center;
      min-width: 127px; }
      .logo-row .header-btns a:first-child {
        background-color: #949494;
        margin-right: -4px; }
        .logo-row .header-btns a:first-child:hover {
          background-color: #656374;
          color: #fff;
          border-color: #656374; }
      .logo-row .header-btns a:last-child {
        background-color: #b2bb38; }
        .logo-row .header-btns a:last-child:hover {
          background-color: #363064;
          border-color: #363064;
          color: #fff; }
      .logo-row .header-btns a.disabled {
        background: #cac7c7;
        color: #e4e2e2;
        cursor: default; }
        .logo-row .header-btns a.disabled:hover {
          background: #cac7c7;
          color: #e4e2e2;
          cursor: default;
          border-color: #cac7c7; }
    @media only screen and (max-width: 850px) {
      .logo-row .header-btns {
        display: none; } }
  .logo-row .btns {
    text-align: right; }
    .logo-row .btns .btn, .logo-row .btns .header-btns a, .logo-row .header-btns .btns a, header div.row.logo-row .btns div.container.header-container div.row.logo-row .header-btns a, header div.row.logo-row div.container.header-container div.row.logo-row .header-btns .btns a {
      background-color: #b2bb38; }
    @media screen and (max-width: 850px) {
      .logo-row .btns {
        display: none; } }
  .logo-row img {
    float: left;
    max-height: 60px; }

.primary-nav-wrapper {
  background: #363064;
  border-bottom: 6px solid #363064;
  margin-bottom: -6px; }

.primary-nav {
  padding: 0 30px !important; }
  .primary-nav nav {
    float: none;
    display: table;
    width: 100%; }
    .primary-nav nav ul {
      width: 100%; }
      @media screen and (min-width: 851px) {
        .primary-nav nav ul {
          display: table-row; } }
      .primary-nav nav ul li {
        text-transform: uppercase;
        float: none; }
        @media screen and (min-width: 851px) {
          .primary-nav nav ul li {
            display: table-cell;
            border-left: 1px solid #363064;
            text-align: center; } }
        @media screen and (max-width: 850px) {
          .primary-nav nav ul li {
            display: block; } }
        @media screen and (min-width: 851px) {
          .primary-nav nav ul li:last-child {
            border-right: 1px solid #363064; } }
        .primary-nav nav ul li a {
          color: #fff;
          font-weight: 500;
          letter-spacing: .35px;
          font-size: 16px;
          border-bottom: 6px solid transparent;
          -webkit-transition: border-bottom 200ms;
          transition: border-bottom 200ms;
          margin-bottom: -6px;
          margin-right: -1px;
          margin-left: -1px; }
          .primary-nav nav ul li a:hover {
            color: #fff; }
            @media screen and (min-width: 851px) {
              .primary-nav nav ul li a:hover {
                border-bottom-color: #b2bb38; } }
        @media screen and (min-width: 851px) {
          .primary-nav nav ul li.active a {
            border-bottom-color: #b2bb38; } }
        .primary-nav nav ul li.parent-active a {
          border-bottom-color: #b2bb38; }
          @media screen and (max-width: 850px) {
            .primary-nav nav ul li.parent-active a {
              border-bottom: none; } }
        .primary-nav nav ul li ul {
          background-color: #363064;
          padding-bottom: 6px;
          display: table; }
          .primary-nav nav ul li ul li {
            display: table-row; }
            .primary-nav nav ul li ul li a {
              border-bottom-color: #363064 !important;
              border-bottom: none; }
              .primary-nav nav ul li ul li a:hover {
                color: #b2bb38;
                border-bottom-color: #363064; }

.row.banner {
  margin-top: -6px;
  border-top: 6px solid rgba(184, 180, 208, 0.63); }

ul.big-list.new-styles li {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 12px; }

header div.row div.container.header-container div.row.logo-row {
  padding: 30px; }
  header div.row div.container.header-container div.row.logo-row a.site-logo {
    display: block; }
    header div.row div.container.header-container div.row.logo-row a.site-logo img {
      float: left; }
      @media only screen and (max-width: 850px) {
        header div.row div.container.header-container div.row.logo-row a.site-logo img {
          float: left; } }
  header div.row div.container.header-container div.row.logo-row .header-btns {
    text-align: right; }
    header div.row div.container.header-container div.row.logo-row .header-btns a {
      font-family: 'Roboto Condensed', sans-serif;
      padding: 6px 12px;
      letter-spacing: .5px;
      font-weight: 300;
      text-align: center;
      min-width: 127px; }
      header div.row div.container.header-container div.row.logo-row .header-btns a:first-child {
        background-color: #949494;
        margin-right: -4px;
        border: 3px solid #949494; }
        header div.row div.container.header-container div.row.logo-row .header-btns a:first-child:hover {
          background-color: #656374;
          color: #fff;
          border-color: #656374; }
      header div.row div.container.header-container div.row.logo-row .header-btns a:last-child {
        background-color: #b2bb38;
        border: 3px solid #b2bb38; }
        header div.row div.container.header-container div.row.logo-row .header-btns a:last-child:hover {
          background-color: #363064;
          border-color: #363064;
          color: #fff; }
      header div.row div.container.header-container div.row.logo-row .header-btns a.disabled {
        background: #cac7c7;
        color: #e4e2e2;
        cursor: default; }
        header div.row div.container.header-container div.row.logo-row .header-btns a.disabled:hover {
          background: #cac7c7;
          color: #e4e2e2;
          cursor: default;
          border-color: #cac7c7; }
      @media only screen and (min-width: 800px) {
        header div.row div.container.header-container div.row.logo-row .header-btns a {
          margin-top: 10px; } }
    @media only screen and (max-width: 850px) {
      header div.row div.container.header-container div.row.logo-row .header-btns {
        display: none; } }
  @media only screen and (max-width: 850px) {
    header div.row div.container.header-container div.row.logo-row {
      padding: 20px; } }
header div.row div.container.header-container div.row nav#primary_nav {
  background-color: #363064; }
  header div.row div.container.header-container div.row nav#primary_nav div.container.main-nav-container ul li {
    background-color: #363064; }
    header div.row div.container.header-container div.row nav#primary_nav div.container.main-nav-container ul li.active a.active {
      color: #b2bb38; }
    header div.row div.container.header-container div.row nav#primary_nav div.container.main-nav-container ul li a {
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      color: #fff;
      font-weight: 300;
      letter-spacing: .35px;
      padding: 12px 24px; }
      header div.row div.container.header-container div.row nav#primary_nav div.container.main-nav-container ul li a:hover {
        color: #b8b4d0; }
    header div.row div.container.header-container div.row nav#primary_nav div.container.main-nav-container ul li.bold a {
      font-weight: 500;
      letter-spacing: .35px; }

@media screen and (max-width: 768px) {
  footer .to-top span {
    font-size: 20px;
    color: #fff;
    background-color: #b2bb38;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    padding-top: 5px;
    margin-bottom: 0px; }

  .to-top {
    margin-bottom: -10px;
    display: inline-block;
    /* top: -10px; */ }

  footer .row-two .container {
    padding: 20px; }

  footer .row-two {
    background: #7e7e7e url(/a/i/site/circles.png) no-repeat left top;
    height: 230px;
    background-position-x: -490px;
    background-position-y: -15px;
    background-color: #7e7e7e;
    margin-top: -10px; }

  footer .row-two .footer-links .col ul li a {
    font-family: 'Roboto', sans-serif;
    letter-spacing: .45px;
    line-height: 1.7em;
    font-size: 15px; }

  footer .row-two .footer-links .col.one ul li a {
    color: #fff; }

  footer .row-two .footer-links .col.four ul li a {
    color: #b2bb38; }

  footer .row-three .copyright {
    padding: 10px 20px 10px 20px; }

  footer .row-three {
    height: auto;
    background-position-x: -490px;
    background-position-y: -245px; } }
p, li {
  color: #3c3b47; }

ul li {
  list-style-image: url("/a/i/site/bullet_gray.gif"); }

ul.big-list {
  list-style: none;
  padding-left: 20px;
  border-left: 5px solid #b2bb38;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 400; }
  ul.big-list li {
    font-size: 27px;
    list-style: none;
    margin-bottom: 18px;
    line-height: 32px; }

span.pullquote, p.pullquote {
  line-height: 35px;
  font-weight: 300; }

.center-quote {
  padding: 6%;
  text-align: center; }
  .center-quote p {
    color: #363064; }
  .center-quote.purple-bg {
    background-color: #363064; }
    .center-quote.purple-bg p {
      color: #fff; }
  .center-quote.d-green-bg {
    background-color: #b2bb38; }
    .center-quote.d-green-bg p {
      color: #fff; }

#page-builder-new .img-left, #page-builder-new .img-right {
  padding: 0; }

.heading-row.mini-page .head:after {
  left: 36%; }

.page-hero {
  border-bottom: 16px solid #363064;
  background-color: rgba(61, 57, 89, 0.75);
  text-align: center;
  padding: 2.7%; }
  .page-hero h2, .page-hero h2 p {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 0;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      .page-hero h2, .page-hero h2 p {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (max-width: 700px) {
      .page-hero h2, .page-hero h2 p {
        font-size: 40px;
        line-height: 45px; } }
    @media screen and (max-width: 480px) {
      .page-hero h2, .page-hero h2 p {
        font-size: 24px;
        line-height: 28px; } }

.page-content, #cs-detail .cs-detail-intro {
  padding: 3% 4%; }
  .page-content p img, #cs-detail .cs-detail-intro p img {
    width: 100%;
    max-width: 100%; }

.caption-p p {
  color: #fff;
  color: #d3d891;
  font-size: 25px;
  line-height: 33px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300; }

.row.banner.h-hero {
  background-size: cover !important; }

.page-h-hero {
  position: relative;
  left: 50%;
  border-bottom: none;
  padding: 5%;
  width: 50%; }
  @media screen and (max-width: 768px) {
    .page-h-hero {
      width: 100%;
      left: 0; } }
  .page-h-hero .container {
    margin: 0;
    text-align: left;
    max-width: 70%;
    padding: 4% 2%; }
    @media screen and (max-width: 768px) {
      .page-h-hero .container {
        margin-right: 0;
        max-width: 100%; } }
  .page-h-hero h2 p {
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 15px; }
    @media screen and (max-width: 1060px) {
      .page-h-hero h2 p {
        font-size: 43px;
        line-height: 43px;
        padding-bottom: 9px; } }
    @media screen and (max-width: 980px) {
      .page-h-hero h2 p {
        font-size: 41px;
        line-height: 41px;
        padding-bottom: 7px; } }
    @media screen and (max-width: 900px) {
      .page-h-hero h2 p {
        font-size: 40px;
        line-height: 40px; } }
    @media screen and (max-width: 800px) {
      .page-h-hero h2 p {
        font-size: 37px;
        line-height: 37px; } }
    @media screen and (max-width: 760px) {
      .page-h-hero h2 p {
        font-size: 32px;
        line-height: 32px; } }
    @media screen and (max-width: 480px) {
      .page-h-hero h2 p {
        font-size: 30px;
        line-height: 35px; } }

.page-hero {
  margin-top: 12%; }

.page-h-hero {
  margin-top: 0 !important; }

.green-border-p {
  padding-left: 20px;
  border-left: 5px solid #b2bb38;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 18px !important; }

.cs-hero {
  border-bottom: 12px solid rgba(238, 238, 238, 0.65); }
  .cs-hero .caption {
    background-color: rgba(37, 33, 51, 0.82);
    padding: 30px 40px;
    width: 50%;
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
    min-height: 25%; }
    .cs-hero .caption.position-right {
      margin-left: 50%; }
    .cs-hero .caption:hover {
      background-color: rgba(23, 21, 37, 0.88) !important; }
    .cs-hero .caption h2 {
      text-transform: uppercase;
      font-size: 28px;
      line-height: 32px;
      padding-bottom: 8px;
      color: #eeeeee; }
    .cs-hero .caption h3 {
      text-transform: uppercase;
      color: #b2b938;
      border-bottom: 2px solid;
      font-family: 'Roboto Condensed', sans-serif; }
    .cs-hero .caption p {
      color: #eeeeee;
      line-height: 23px;
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 50px;
      margin-top: 18px;
      min-height: 260px; }
    @media screen and (max-width: 768px) {
      .cs-hero .caption {
        width: 100%; }
        .cs-hero .caption.position-right {
          margin-left: 0; } }
  .cs-hero .cs-links {
    position: relative;
    bottom: 0;
    width: 100%; }
    .cs-hero .cs-links a.download {
      color: #b7b4b4;
      font-weight: normal;
      position: absolute;
      left: 0; }
      .cs-hero .cs-links a.download:after {
        color: #b7b4b4;
        padding-left: 60px;
        margin-left: -55px; }
    .cs-hero .cs-links a.cs-more {
      display: inline-block;
      display: inline-block;
      position: absolute;
      right: 0; }
      .cs-hero .cs-links a.cs-more span {
        font-size: 20px;
        color: #fff;
        background-color: #b2bb38;
        border-radius: 50px;
        width: 35px;
        height: 35px;
        padding-top: 8px;
        padding-left: 12px;
        -webkit-transition: background-color .4s, color .4s;
        transition: background-color .4s, color .4s; }
        .cs-hero .cs-links a.cs-more span:hover {
          background-color: #7e7e7e;
          cursor: pointer; }

.form-req {
  font-size: 7px;
  vertical-align: super;
  margin: 0 4px;
  color: #363064; }

p.error-message {
  font-size: 14px;
  font-weight: 400;
  color: #363064;
  margin: 6px 0 0 0; }

.field-error label, .field-error .fan-selector .acoustiflo-fan-container .fan-selector-section .label, .fan-selector .acoustiflo-fan-container .fan-selector-section .field-error .label {
  color: #b2bb38; }
  .field-error label span, .field-error .fan-selector .acoustiflo-fan-container .fan-selector-section .label span, .fan-selector .acoustiflo-fan-container .fan-selector-section .field-error .label span {
    color: #b2bb38; }
.field-error input {
  border-color: #b2bb38; }

.field {
  margin-bottom: 14px; }

.contact-form input, .contact-form textarea {
  background: #fff; }

/*  Print
--------------------------------------------------- /// */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  body.fan-selector * {
    visibility: hidden;
    display: none; }

  body.fan-selector .print-message {
    display: block !important;
    visibility: visible !important; }
    body.fan-selector .print-message .row {
      display: block !important;
      visibility: visible !important; }
      body.fan-selector .print-message .row p {
        margin-top: 50px;
        display: block !important;
        visibility: visible !important; } }
/* keep all print styles inside this brace */
/*================================================
=                    VENDOR                      =
================================================*/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../i/modal/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../i/modal/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../i/modal/blank.gif);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../i/modal/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*-----    End of FAMEWORQ COMPONENTS     ------*/
/*-----      End of IMPORT COMPONENTS     ------*/
/*================================================
=                 CUSTOM STYLES                  =
================================================*/
/**
*
* You can write your custom styles below or add
* @import rules, @extend, @includes for this
* custom theme.
*
**/
.grid-demo {
  background-color: #ECF0F1;
  text-align: center;
  padding: 30px 0; }

a {
  border-radius: 4px; }

/*-----       End of CUSTOM STYLES        ------*/


