/** Shopify CDN: Minification failed

Line 33:2 Expected identifier but found "*"
Line 34:2 Expected identifier but found "*"
Line 227:2 Expected identifier but found "*"
Line 236:2 Expected identifier but found "*"
Line 246:2 Expected identifier but found "*"
Line 256:2 Expected identifier but found "*"
Line 257:2 Expected identifier but found "*"
Line 1494:2 Expected identifier but found "*"
Line 1496:2 Expected identifier but found "*"
Line 1679:2 Expected identifier but found "*"
... and 28 more hidden warnings

**/
/* New Theme Styles */

/* Normalizing with the help of HTML5 Boilerplate */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom:2px;
  list-style-type: none; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: "univers-cn", sans-serif;
  color: #222222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: rgba(255, 255, 0, 0.3);
  color: #333;
  text-shadow: none;
}

::selection {
  background: rgba(255, 255, 0, 0.3);
  color: #333;
  text-shadow: none;
}

a {
  color: #0000ee;
}

a:hover {
  color: #0066ee;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

i {
  font-style: normal;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

blockquote {
  margin: 0px 0px 28px 56px;
  margin: 0rem 0rem 2.8rem 5.6rem;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b4b4b4;
  margin: 1em 0;
  padding: 0;
  margin-top: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

pre, code, kbd, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 15.75px;
  font-size: 1.575rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 1.35;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0px 0px 0px 56px;
  margin: 0rem 0rem 0rem 5.6rem;
}

dd {
  margin: 0px 0px 0px 56px;
  margin: 0rem 0rem 0rem 5.6rem;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 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-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

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

input:invalid, textarea:invalid {
  border-color: blue;
}

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

table {
  background: white;
  width: 100%;
  border: 1px solid #e0e0e0;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  text-align: left;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.cta {
  display: block;
  clear: both;
  width: 100%;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  margin-top: 15px;
  margin-top: 1.5rem;
}

.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #3aa2e3;
  display: inline-block;
  padding: 7px 14px 7px 14px;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
}
/* line 335, ../sass/_mixins.scss */
  .btn:hover, .btn:focus {
  background-color: #1f92da;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  color: white;
}
/* line 341, ../sass/_mixins.scss */
.btn:active {
  background-color: #0068b5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  color: white;
}
/* line 8, ../sass/_classes.scss */
.btn.btn-orange {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f39633;
  background-image: none;
  text-transform: none;
  letter-spacing: 0;
  width: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px 14px 7px 14px;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
}
/* line 335, ../sass/_mixins.scss */
.btn.btn-orange:hover, .btn.btn-orange:focus {
  background-color: #f18511;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  color: white;
}
/* line 341, ../sass/_mixins.scss */
.btn.btn-orange:active {
  background-color: #d2720c;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  color: white;
}
/* line 12, ../sass/_classes.scss */
.btn.btn-green {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #97b329;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px 14px 7px 14px;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
}
/* line 335, ../sass/_mixins.scss */
.btn.btn-green:hover, .btn.btn-green:focus {
  background-color: #7e9622;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  color: white;
}
/* line 341, ../sass/_mixins.scss */
.btn.btn-green:active {
  background-color: #66791c;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  color: white;
}
/* line 16, ../sass/_classes.scss */
.btn.btn-dark {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #022a3c;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px 14px 7px 14px;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
}
/* line 335, ../sass/_mixins.scss */
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background-color: #03425f;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  color: white;
}
/* line 341, ../sass/_mixins.scss */
.btn.btn-dark:active {
  background-color: #011219;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  color: white;
}
/* line 20, ../sass/_classes.scss */
.btn.btn-gray {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #666666;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px 14px 7px 14px;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
}
/* line 335, ../sass/_mixins.scss */
.btn.btn-gray:hover, .btn.btn-gray:focus {
  background-color: #787878;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  color: white;
}
/* line 341, ../sass/_mixins.scss */
.btn.btn-gray:active {
  background-color: #545454;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  color: white;
}
/* line 24, ../sass/_classes.scss */
.btn.btn-android {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #a4c639;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px 14px 7px 14px;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
}
/* line 335, ../sass/_mixins.scss */
.btn.btn-android:hover, .btn.btn-android:focus {
  background-color: #b1ce55;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  color: white;
}
/* line 341, ../sass/_mixins.scss */
.btn.btn-android:active {
  background-color: #8daa31;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  color: white;
}
/* line 28, ../sass/_classes.scss */
.btn.btn-small {
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 3px 14px 3px 14px;
  padding: 0.3rem 1.4rem 0.3rem 1.4rem;
}
/* line 34, ../sass/_classes.scss */
.btn.btn-large {
  font-size: 20.25px;
  font-size: 2.025rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 21.0px 30px 21.0px 30px;
  padding: 2.1rem 3rem 2.1rem 3rem;
}
/* line 40, ../sass/_classes.scss */
.btn.btn-social {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 3px 8px 3px 8px;
  padding: 0.3rem 0.8rem 0.3rem 0.8rem;
  text-align: center;
}
/* line 47, ../sass/_classes.scss */
.btn i {
  line-height: normal;
  margin-right: 4px;
  margin-right: 0.4rem;
}

.underline, #archives nav ul li a, .blog-feed h2,
.events-feed h2 {
  border-bottom: 1px solid #eaf0f4;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.overline, .list-view .list-item, #archives nav ul li:first-child a, .recent-posts h2 {
  border-top: 1px solid #eaf0f4;
  padding-top: 0.5em;
  margin-top: 0.5em;
}

.box, #comments ol li, #comments ul li {
  background-color: white;
  border: 1px solid #eaf0f4;
  padding: 14px 14px 14px 14px;
  padding: 1.4rem 1.4rem 1.4rem 1.4rem;
}
.box form, #comments ol li form, #comments ul li form {
  margin-bottom: 0;
}
.box p:last-child, #comments ol li p:last-child, #comments ul li p:last-child {
  margin-bottom: 0;
}
.box + .subnav, #comments ol li + .subnav, #comments ul li + .subnav {
  margin-top: 28px;
  margin-top: 2.8rem;
}

.box .app-icon {
  border: 1px solid #EEE;
  border-radius:20px;
  width:90px !important;
  height:90px !important;
}

.share {
  text-align: center;
}
.share p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 7px;
  margin-right: 0.7rem;
}
.share a {
  text-decoration: none;
  padding: 0px 7px 0px 7px;
  padding: 0rem 0.7rem 0rem 0.7rem;
}

.message {
  padding: 6px 14px 6px 14px;
  padding: 0.6rem 1.4rem 0.6rem 1.4rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 15.75px;
  font-size: 1.575rem;
  background-color: #eaf0f4;
  border: 1px solid #9b9b9b;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}

.sub-features {
  margin-bottom: 56px;
  margin-bottom: 5.6rem;
  overflow: hidden;
}

.sub-feature img {
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  width: 100%;
  height: auto;
}
.sub-feature p:last-of-type {
  margin-bottom: 0;
}

.list-view {
  margin: 0;
  padding: 0;
}
.list-view .list-item {
  overflow: hidden;
  clear: both;
}
.list-view .list-item:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.list-view .list-item h2 {
  padding-bottom: 0;
}
.list-view .list-item h3 {
  padding-bottom: 0;
}
.list-view .list-item h3 a {
  display: block;
}
.list-view .list-item small {
  display: block;
  padding-bottom: 14px;
  padding-bottom: 1.4rem;
}

.grid-view {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid-view .grid-item {
  border: none;
  padding: 0;
}

/* contact */
.map {
  position: relative;
  overflow: hidden;
}
.map iframe {
  width: 100%;
  height: 400px;
  float: left;
}
.map .grip {
  display: none;
  width: 10%;
  height: 100%;
  position: absolute;
  right: 0;
  background: radial-gradient(#9b9b9b 15%, transparent 16%) 0 0, radial-gradient(#9b9b9b 15%, transparent 16%) 4px 4px;
  background-color: transparent;
  background-size: 8px 8px;
}
@media handheld, only screen and (max-width: 48em) {
  .map iframe {
    width: 90%;
  }
  .map .grip {
    display: block;
  }
}

@font-face {
  font-family: "univers-cn-bold";
  src: url("universltstd-cn-bold.eot");
  /* IE9 Compat Modes */
  src: url("universltstd-cn-bold.eot?#iefix") format("embedded-opentype"), url("universltstd-cn-bold.woff") format("woff"), url("universltstd-cn-bold.ttf") format("truetype"), url("universltstd-cn-bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "univers-cn";
  src: url("universltstd-cn-webfont.eot");
  /* IE9 Compat Modes */
  src: url("universltstd-cn-webfont.eot?#iefix") format("embedded-opentype"), url("universltstd-cn-webfont.woff") format("woff"), url("universltstd-cn.ttf") format("truetype"), url("universltstd-cn.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "univers-cn-light";
  src: url("universltstd-cn-light.eot");
  /* IE9 Compat Modes */
  src: url("universltstd-cn-light.eot?#iefix") format("embedded-opentype"), url("universltstd-cn-light.woff") format("woff"), url("universltstd-cn-light.ttf") format("truetype"), url("universltstd-cn-light.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

html {
  font-size: 62.5%;
}

a {
  color: #3aa2e3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0d97ff;
  text-decoration: none;
}
a:active {
  color: #005fa6;
}
a.more-link {
  white-space: nowrap;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
  margin: 0;
}
/* line 64, ../sass/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

/* line 69, ../sass/_typography.scss */
h1 {
  font-size: 63px;
  font-size: 6.3rem;
  line-height: 70px;
  line-height: 7rem;
  padding-bottom: 14px;
  padding-bottom: 1.4rem;
}

/* line 75, ../sass/_typography.scss */
h2 {
  font-size: 40.5px;
  font-size: 4.05rem;
  line-height: 42.0px;
  line-height: 4.2rem;
  padding: 0px 0px 14px 0px;
  padding: 0rem 0rem 1.4rem 0rem;
}
@media handheld, only screen and (max-width: 48em) {
  /* line 75, ../sass/_typography.scss */
  h2 {
    font-size: 25.2px;
    font-size: 2.52rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
/* line 85, ../sass/_typography.scss */
h2 a {
  color: #5c6d7b;
}
/* line 89, ../sass/_typography.scss */
h2 a:hover, h2 a:focus {
  color: #3aa2e3;
}
/* line 93, ../sass/_typography.scss */
h2 a:active {
  color: #022a3c;
}

/* line 99, ../sass/_typography.scss */
h3 {
  font-size: 25.2px;
  font-size: 2.52rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 0px 0px 14px 0px;
  padding: 0rem 0rem 1.4rem 0rem;
}
/* line 104, ../sass/_typography.scss */
h3 a {
  color: #5c6d7b;
}
/* line 108, ../sass/_typography.scss */
h3 a:hover, h3 a:focus {
  color: #3aa2e3;
}
/* line 112, ../sass/_typography.scss */
h3 a:active {
  color: #022a3c;
}

/* line 118, ../sass/_typography.scss */
h4 {
  font-family: "univers-cn-bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-transform: uppercase;
  padding: 0px 0px 14px 0px;
  padding: 0rem 0rem 1.4rem 0rem;
}

/* line 126, ../sass/_typography.scss */
h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

/* line 131, ../sass/_typography.scss */
h6 {
  font-size: 13.5px;
  font-size: 1.35rem;
  line-height: 28px;
  line-height: 2.8rem;
}

/* line 136, ../sass/_typography.scss */
p, ul, ol {
  margin: 0px 0px 28px 0px;
  margin: 0rem 0rem 2.8rem 0rem;
}

/* line 141, ../sass/_typography.scss */
p.post-date {
  color: #818181;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
}
/* line 147, ../sass/_typography.scss */
p a:not(.btn) {
  border-bottom: 1px solid rgba(0, 124, 217, 0.4);
}
/* line 151, ../sass/_typography.scss */
p a:not(.btn):hover, p a:not(.btn):focus {
  border-bottom-color: #0d97ff;
}
/* line 155, ../sass/_typography.scss */
p a:not(.btn):active {
  border-bottom-color: #005fa6;
}

/* line 163, ../sass/_typography.scss */
ul,
ol {
  padding: 0px 42.0px 0px 42.0px;
  padding: 0rem 4.2rem 0rem 4.2rem;
}

/* line 168, ../sass/_typography.scss */
#main-content article ul {
  list-style: none;
}
/* line 171, ../sass/_typography.scss */
#main-content article ul li {
  position: relative;
}
/* line 174, ../sass/_typography.scss */
#main-content article ul li:before {
  content: '\00B7';
  position: absolute;
  top: 0;
  left: -42.0px;
  left: -4.2rem;
  width: 28px;
  width: 2.8rem;
  text-align: right;
  color: #c9ced1;
}

/* line 188, ../sass/_typography.scss */
#main-content article ol {
  list-style: none;
  counter-reset: ol_counter;
}
/* line 192, ../sass/_typography.scss */
#main-content article ol li {
  position: relative;
}
/* line 195, ../sass/_typography.scss */
#main-content article ol li:before {
  content: counter(ol_counter);
  counter-increment: ol_counter;
  position: absolute;
  top: 0;
  left: -42.0px;
  left: -4.2rem;
  width: 28px;
  width: 2.8rem;
  text-align: right;
  color: #c9ced1;
}

/* line 210, ../sass/_typography.scss */
em {
  font-style: italic;
}

/* line 214, ../sass/_typography.scss */
blockquote {
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
  font-size: 25.2px;
  font-size: 2.52rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-style: italic;
  border-left: 2px solid #eaf0f4;
  margin-left: 0;
  padding: 0px 42.0px 0px 42.0px;
  padding: 0rem 4.2rem 0rem 4.2rem;
}
/* line 223, ../sass/_typography.scss */
blockquote .cite-source {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

/* line 229, ../sass/_typography.scss */
img, object, embed, iframe {
  max-width: 100%;
}

/* line 233, ../sass/_typography.scss */
img {
  height: auto;
}

/* line 237, ../sass/_typography.scss */
b {
  display: inline;
  font-weight: normal;
  font-family: "univers-cn-bold", Helvetica, Arial, sans-serif;
}

/* line 243, ../sass/_typography.scss */
strong {
  font-weight: normal;
  font-family: "univers-cn-bold", Helvetica, Arial, sans-serif;
}

/* line 248, ../sass/_typography.scss */
.alignleft {
  float: left;
  margin-right: 28px;
  margin-right: 2.8rem;
}

/* line 253, ../sass/_typography.scss */
.alignright {
  float: right;
  margin-left: 28px;
  margin-left: 2.8rem;
}

/* line 258, ../sass/_typography.scss */
.aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}

/* line 264, ../sass/_typography.scss */
.wp-caption {
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
/* line 267, ../sass/_typography.scss */
.wp-caption img {
  display: block;
  width: 100%;
}
/* line 272, ../sass/_typography.scss */
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  background-color: #eaf0f4;
  border-bottom: 2px solid #dadfe3;
  font-size: 15.75px;
  font-size: 1.575rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 7px 7px 7px 7px;
  padding: 0.7rem 0.7rem 0.7rem 0.7rem;
  text-align: left;
}

@media handheld, only screen and (max-width: 58em) {
  /* line 285, ../sass/_typography.scss */
  .alignleft,
  .alignright {
    max-width: 50%;
  }
}
@media handheld, only screen and (max-width: 36em) {
  /* line 292, ../sass/_typography.scss */
  .alignleft,
  .alignright {
    max-width: inherit;
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 305, ../sass/_typography.scss */
time {
  padding-bottom: 14px;
  padding-bottom: 1.4rem;
}

/* line 309, ../sass/_typography.scss */
table {
  width: 100%;
  border: 1px solid #eaf0f4;
  border-style: none solid solid none;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
/* line 316, ../sass/_typography.scss */
table td,
table th {
  border: 1px solid #eaf0f4;
  padding: 6px 6px 6px 6px;
  padding: 0.6rem 0.6rem 0.6rem 0.6rem;
  border-style: solid none none solid;
}
/* line 322, ../sass/_typography.scss */
table th {
  background-color: #818181;
  color: white;
  font-weight: 700;
}
/* line 328, ../sass/_typography.scss */
table td {
  text-align: center;
}
/* line 334, ../sass/_typography.scss */
table tr td:first-child {
  text-align: left;
}

/* Typekit */
/* line 345, ../sass/_typography.scss */
.wf-active body {
  font-family: "univers-cn", Helvetica, Arial, sans-serif;
}
/* line 349, ../sass/_typography.scss */
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6 {
  font-family: "univers-cn", Helvetica, Arial, sans-serif;
}

.container {
  padding-left: 56px;
  padding-left: 5.6rem;
  padding-right: 56px;
  padding-right: 5.6rem;
}

.row {
  margin: 0 auto;
}

@media handheld, only screen and (max-width: 48em) {
  .container {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 2%;
    padding-right: 2%;
  }
}

.onecol, #comments ol .comment-avatar {
  width: 4.85%;
}

.twocol, #comments ol .comment-avatar {
  width: 13.45%;
}

.threecol {
  width: 22.05%;
}

.fourcol, .grid-view .grid-item {
  width: 30.75%;
}

.fivecol {
  width: 39.45%;
}

.sixcol {
  width: 48%;
}

.sevencol {
  width: 56.75%;
}

.eightcol {
  width: 65.4%;
}

.ninecol {
  width: 74.05%;
}

.tencol, #comments ol .comment-body {
  width: 82.7%;
}

.elevencol {
  width: 91.35%;
}

.twelvecol {
  width: 100%;
  float: left;
}

.onecol, #comments ol .comment-avatar,
.twocol,
#comments ol .comment-avatar,
.threecol,
.fourcol,
.grid-view .grid-item,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
#comments ol .comment-body,
.elevencol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
}
@media handheld, only screen and (max-width: 48em) {
  .onecol, #comments ol .comment-avatar,
  .twocol,
  #comments ol .comment-avatar,
  .threecol,
  .fourcol,
  .grid-view .grid-item,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  #comments ol .comment-body,
  .elevencol {
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 30em) {
  .onecol, #comments ol .comment-avatar,
  .twocol,
  #comments ol .comment-avatar,
  .threecol,
  .fourcol,
  .grid-view .grid-item,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  #comments ol .comment-body,
  .elevencol {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.last, #comments ol .comment-body {
  margin-right: 0px;
}

/* menu */
.menu-toggle,
.search-toggle {
  text-decoration: none;
  padding: 7px 14px 4px 14px;
  padding: 0.7rem 1.4rem 0.4rem 1.4rem;
  border: 1px solid #eaf0f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  margin-top: -7px;
  margin-top: -.7rem;
}

.cart-toggle {
  text-decoration: none;
  padding: 7px 14px 4px 14px;
  padding: 0.7rem 1.4rem 0.4rem 1.4rem;
  border: 1px solid #eaf0f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  margin-right: 7px;
  margin-right: .7rem;
  margin-top: -7px;
  margin-top: -.7rem;
}

.menu-toggle:hover, 
.menu-toggle:focus,
.search-toggle:hover,
.search-toggle:focus,
.cart-toggle:hover, 
.cart-toggle:focus {
  background-color: #eaf0f4;
}
.menu-toggle.open,
.search-toggle.open,
.cart-toggle.open {
  background-color: #eaf0f4;
}
.menu-toggle.open i:before,
.search-toggle.open i:before,
.cart-toggle.open i:before {
  content: '\e010';
}

.search-toggle ul {
  margin-right: 14px;
  margin-right: 1.4rem;
}


/* Table */

#shopping-cart-table span.sku {
  float: left;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-size: 16px;
}

#shopping-cart-table h5 {
  font-family: "univers-cn", Helvetica, Arial, sans-serif;
  font-size: 2.0rem;
  font-size: 20px;
}

#shopping-cart-table .icon-close:before {
  vertical-align: middle;
}

#shopping-cart-table input#updates_997538057 {
  margin-bottom: 0px;
}

.order-final input[type="button"] {
  background-image: none;
  text-transform: none;
  letter-spacing: 0.05em;
  width: 100%;
  font-size: 1.8rem;
  font-size: 18px;
}

nav {
  display: block;
}
nav ul {
  display: block;
}
nav ul li {
  display: inline;
}
nav ul li a {
  color: #495c69;
  text-decoration: none;
}
nav ul li a:hover, nav ul li a:focus {
  color: #3aa2e3;
}
nav ul li a:active {
  color: #002540;
  border-bottom: none;
}

nav ul li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  background: white;
  min-width: 100%;
  width: 260px;
  border: 1px solid #eaf0f4;
  border-style: none solid solid;
}
nav ul li .sub-menu:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #3aa2e3;
  position: absolute;
  top: 0;
  left: 0;
}
nav ul li .sub-menu li {
  background: none;
  display: block;
  text-align: left;
}
nav ul li .sub-menu li:first-child {
  border: none;
}
nav ul li .sub-menu li a {
  display: block;
  font-size: 15.75px;
  font-size: 1.575rem;
  padding: 7px 14px 7px 14px;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
}
nav ul li .sub-menu li a:hover, nav ul li .sub-menu li a:focus {
  background-color: #495c69;
  color: white;
}
nav ul li .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
nav ul li:hover > .sub-menu, nav ul li:focus > .sub-menu {
  display: block;
}
nav .sub-menu-toggle {
  border-left: 1px solid #eaf0f4;
  font-size: 20px;
  font-size: 2rem;
  color: #495c69;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  width: 4.4rem;
  height: 44px;
  height: 4.4rem;
  text-align: center;
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav .sub-menu-toggle:hover, nav .sub-menu-toggle:focus {
  color: #3aa2e3;
  cursor: pointer;
  outline: 0;
}
nav .sub-menu-toggle i {
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-top: -1rem;
  margin-left: -10px;
  margin-left: -1rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav .sub-menu-toggle i:before {
  vertical-align: 0px;
}
nav .sub-menu-toggle.open i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
nav.language-nav {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: top;
}
nav.language-nav ul {
  font-size: 0;
  height: 28px;
  height: 2.8rem;
}

nav.language-nav ul li {
	position: relative;
}

nav.language-nav ul li select {
    display: inline;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    padding: 0;
    color: white;
    color: rgba(255, 255, 255, 0.8);
  margin-bottom: .8rem;
  margin-bottom: 8px;
    font-size: 15.75px;
    font-size: 1.575rem;
    font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

nav.language-nav ul li a {
  color: white;
  color: rgba(255, 255, 255, 0.8);
  padding: 7px 7px 5px 7px;
  padding: 0.7rem 0.7rem 0.5rem 0.7rem;
  font-size: 15.75px;
  font-size: 1.575rem;
  height: 28px;
  height: 2.8rem;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
font-weight: normal;
}


.language-nav ul li:first-child a {
  background-color: #1f92da;
}

nav.language-nav ul li a:hover, nav.language-nav ul li a:focus {
  background-color: #eaf0f4;
  color: #495c69;
}
nav.faq a:hover {
  background-color: #eaf0f4;
  color: #495c69;
}
nav.language-nav ul li.current a {
  background-color: #1f92da;
}
nav.language-nav ul li.current a:hover, nav.language-nav ul li.current a:focus {
  background-color: #eaf0f4;
}



nav.language-nav .dropdown {
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  height: auto;
  margin-top: 14px;
  border: 1px solid #eaf0f4;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
  z-index: 5;
  text-align: center;
  white-space: nowrap;
  display: none;
}

nav.language-nav .dropdown:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #495c69;
}

nav.language-nav .dropdown:after {
  content: '';
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  height: 10px;
  border-bottom: 2px solid #495c69;
}

.no-touch nav.language-nav ul li:hover > .dropdown,
nav.language-nav .dropdown.show {
  display: block;
}

nav.language-nav .dropdown li {
  display: inline-block;
}

nav.language-nav .dropdown li a {
  color: #495c69;
  height: auto;
  padding: 5px 7px;
  padding: 0.5rem 0.7rem;
  display: block;
}

nav.language-nav .dropdown li a:hover,
nav.language-nav .dropdown li a:focus {
  background: #495c69;
  color: white;
}

nav.language-nav .dropdown li:first-child a {
  background: none;
}

nav.language-nav .dropdown li:first-child a:hover,
nav.language-nav .dropdown li:first-child a:focus {
  background: #495c69;
}


@media handheld, only screen and (max-width: 48em) {

  div#summary {
    margin-top: 0;
  }
  ul.social-nav-ul {
    display: none;
  }
  nav.language-nav {
    display: block;
  }
  nav.language-nav ul {
    height: auto;
    text-align: center;
  }
  nav.language-nav ul li a {
    font-size: 12.5px;
    font-size: 1.25rem;
    height: auto;
    padding: 7px;
    padding: 0.7rem;
  }
  nav.language-nav ul.social-nav-ul {
    float: right;
  }
  nav.language-nav ul.social-nav-ul li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 4px 4px 4px 4px;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
  }
}
@media handheld, only screen and (max-width: 30em) {
  nav.language-nav {
    text-align: center;
  }
  nav.language-nav ul {
    float: none;
  }
  nav.language-nav ul.social-nav-ul {
    display: none;
  }
}
nav.social-nav {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: top;
}
nav.social-nav > a {
  font-size: 13.5px;
  font-size: 1.35rem;
  line-height: 1;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
  color: white;
  padding: 0.4rem 0.7rem 0.7rem 0.7rem;
  padding: 4px 7px 7px 7px;
  height: 28px;
  height: 2.8rem;
}
nav.social-nav p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: white;
  font-size: 15.75px;
  font-size: 1.575rem;
  display: inline;
}
nav.social-nav ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align:top;
}
nav.social-nav ul li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
nav.social-nav ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  color: white;
  color: rgba(255, 255, 255, 0.8);
  height: 26px;
  height: 2.6rem;
  padding: 4px 7px 4px 7px;
  padding: 0.4rem 0.7rem 0.4rem 0.7rem;
}
nav.social-nav ul li a.icon {
  font-size: 18px;
  font-size: 1.8rem;
}

nav.social-nav ul.top-nav-links li a {
    font-size: 13.325px;
    font-size: 1.325rem;
    line-height: 1;
    color: white;
    margin-right: 7px;
    margin-right: .7rem;
    padding-top: 7px;
    padding-top: .7rem;
    font-family: "univers-cn-light", sans-serif;
}

nav.social-nav ul li a:hover, nav.social-nav ul li a:focus,
nav.social-nav > a:hover, nav.social-nav > a:focus {
  background-color: #eaf0f4;
  color: #495c69;
}
nav.social-nav ul li a i:before {
  vertical-align: -3px;
}
footer nav.social-nav {
  text-align: right;
}
footer nav.social-nav ul li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 28px;
  width: 2.8rem;
  height: 28px;
  height: 2.8rem;
  text-align: center;
}
footer nav.social-nav ul li a i:before {
  position: relative;
  left: -2px;
  left: -0.2rem;
}
@media handheld, only screen and (max-width: 64em) {
  nav.social-nav p {
    display: none;
  }
}
@media handheld, only screen and (max-width: 48em) {
  nav.social-nav {
    display: none;
  }
  .no-js nav.social-nav {
    display: block;
  }
}
@media handheld, only screen and (max-width: 30em) {
  nav.social-nav {
    display: none;
  }
  footer nav.social-nav {
    display: block;
  }
}
nav.primary-nav {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 28px;
  margin-top: 2.8rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
nav.primary-nav ul {
  width: 100%;
  text-align: right;
  padding: 0;
  font-size: 0;
}
nav.primary-nav ul li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
nav.primary-nav ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding: 3px 0px 0px 28px;
  padding: 0.3rem 0rem 0rem 2.8rem;
  color: #495c69;
}
nav.primary-nav ul li a:hover, nav.primary-nav ul li a:focus {
  color: #3aa2e3;
}
nav.primary-nav ul li:hover a, nav.primary-nav ul li:focus a {
  color: #3aa2e3;
}
nav.primary-nav ul li.current-menu-item a, nav.primary-nav ul li.current-page-parent a, nav.primary-nav ul li.current-page-ancestor a {
  color: #3aa2e3;
}
nav.primary-nav ul.secondary-nav-ul li:first-child a {
  border-top: none;
}
@media handheld, only screen and (max-width: 64em) {
  nav.primary-nav ul li a {
    font-size: 15.75px;
    font-size: 1.575rem;
    padding-left: 14px;
    padding-left: 1.4rem;
  }
}
@media handheld, only screen and (max-width: 48em) {
  nav.primary-nav {
    float: none;
    width: 100%;
  }
  nav.primary-nav ul li {
    float: left;
    width: 100%;
    text-align: left;
  }
  nav.primary-nav ul li:first-child {
    border: none;
  }
  nav.primary-nav ul li:first-child a {
    border-style: solid;
  }
  nav.primary-nav ul li a {
    border: 1px solid #eaf0f4;
    border-style: none solid solid solid;
    padding: 7px 14px 7px 14px;
    padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  }
  nav.primary-nav ul li .sub-menu {
    position: relative;
    width: 100%;
    top: auto;
    overflow: hidden;
  }
  nav.primary-nav ul li .sub-menu:before {
    display: none;
  }
  nav.primary-nav ul li .sub-menu li a {
    border: none;
    padding: 7px 14px 7px 28px;
    padding: 0.7rem 1.4rem 0.7rem 2.8rem;
  }
  nav.primary-nav ul li:hover > .sub-menu {
    display: none;
  }
  nav.primary-nav .sub-menu-toggle {
    display: block;
  }
}
nav.secondary-nav > ul {
  float: right;
}
nav.secondary-nav > ul li {
  position: relative;
}
nav.secondary-nav > ul li a {
  font-size: 15.75px;
  font-size: 1.575rem;
  padding: 14px 0px 0px 14px;
  padding: 1.4rem 0rem 0rem 1.4rem;
  color: #9facb7;
}
@media handheld, only screen and (max-width: 48em) {
  nav.secondary-nav {
    display: none;
  }
  .no-js nav.secondary-nav {
    display: block;
  }
}
nav#breadcrumbs {
  margin: 16px 0px 16px 0px;
  margin: 1.6rem 0rem 1.6rem 0rem;
}
nav#breadcrumbs ul li {
  border: none;
  margin: 0;
}
nav#breadcrumbs ul li a {
  border: none;
}
nav.subnav {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
nav.subnav span.active {
  color: #3aa2e3;
  border-color: #3aa2e3;
}
nav.subnav li {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
nav.subnav li a {
  display: block;
  padding: 7px 14px 7px 14px;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  background-color: white;
  border: 2px solid #eaf0f4;
  border-style: none none none solid;
}
nav.subnav li a:hover, nav.subnav li a:focus {
  color: #3aa2e3;
  border-color: #3aa2e3;

}
nav.subnav li a:active {
  background-color: rgba(234, 240, 244, 0.5);
}
nav.subnav li.current_page_item a {
  background-color: rgba(234, 240, 244, 0.5);
}
nav.subnav li.current_page_item a:hover, nav.subnav li.current_page_item a:focus {
  background-color: rgba(234, 240, 244, 0.5);
}
nav.subnav li.current_page_item a:active {
  background-color: rgba(234, 240, 244, 0.75);
}
nav.subnav li.current_page_item li a {
  background-color: rgba(234, 240, 244, 0.25);
}
nav.subnav li.current_page_ancestor a {
  background-color: rgba(234, 240, 244, 0.25);
}
nav.subnav li.current_page_ancestor li.current_page_item a {
  background-color: rgba(234, 240, 244, 0.5);
}
nav.subnav li ul {
  border-top: none;
}
a.sub-link {
  padding-left: 32px!important;
  padding-left: 3.2rem!important;
}
nav.subnav li li a {
  padding-left: 32px;
  padding-left: 3.2rem;
}

nav.subnav li.current a {
  color: #3aa2e3;
  border-color: #3aa2e3;
}


nav#small-links {
  float: right;
  font-size: 13.5px;
  font-size: 1.35rem;
}
nav.footer-nav {
  margin-top: 28px;
  margin-top: 2.8rem;
  overflow: hidden;
}
nav.footer-nav ul {
  float: left;
  width: 33%;
}
nav.footer-nav ul li {
  display: block;
  padding-right: 28px;
  padding-right: 2.8rem;
  text-align: left;
}
nav.footer-nav ul li a {
  display: block;
  padding: 3.5px 0px 3.5px 0px;
  padding: 0.35rem 0rem 0.35rem 0rem;
  border-left: 2px solid #586e7e;
  padding-left: 14px;
  padding-left: 1.4rem;
  color: white;
}
nav.footer-nav ul li a:hover {
  border-color: white;
}

@media handheld, only screen and (max-width: 58em)
  header#banner .ns-logo {
    width: 130px;
    width: 13rem;
  }
}

@media handheld, only screen and (max-width: 48em) {
  nav.footer-nav ul {
    float: none;
    width: 100%;
  }
  nav.footer-nav ul li {
    padding: 0;
  }
}

form {
  margin: 0px 0px 14px 0px;
  margin: 0rem 0rem 1.4rem 0rem;
}

fieldset {
  padding: 0;
  margin: 0;
}

legend {
  padding: 5px 0px 5px 0px;
  padding: 0.5rem 0rem 0.5rem 0rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  font-size: 20.25px;
  font-size: 2.025rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: bold;
  color: #495c69;
  border: 0;
}
legend small {
  font-size: 2.1;
  color: #9b9b9b;
}

label {
  display: block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
label em {
  font-style: normal;
  text-decoration: underline;
}
label .req {
  color: #9d261d;
}

.error-message {
  clear: both;
  width: 100%;
  /*
  position: absolute;
  top: 40px;
  top: 4rem;
  z-index: 9;
  */
}
.error-message .error {
  background: #9d261d;
  font-size: 13.5px;
  font-size: 1.35rem;
  font-style: normal;
  color: white;
  position: relative;
  padding: 7px 10px 7px 10px;
  padding: 0.7rem 1rem 0.7rem 1rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.error-message.popup {
  text-align: right;
  z-index: 20;
}
.error-message.popup .error {
  display: inline-block;
}
.error-message.popup .error:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  margin-left: -1rem;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #9d261d;
}
.error-message.default {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.error-message.default .error {
  padding: 5px 10px 5px 10px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  display: block !important;
}
.error-message.default .error:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #9d261d;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: "univers-cn", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 7px 7px 7px 7px;
  padding: 0.7rem 0.7rem 0.7rem 0.7rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #818181;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  width: 100%;
  height: 28px;
  height: 2.8rem;
}
select.error, select.error:focus,
textarea.error,
textarea.error:focus,
input[type="text"].error,
input[type="text"].error:focus,
input[type="password"].error,
input[type="password"].error:focus,
input[type="datetime"].error,
input[type="datetime"].error:focus,
input[type="datetime-local"].error,
input[type="datetime-local"].error:focus,
input[type="date"].error,
input[type="date"].error:focus,
input[type="month"].error,
input[type="month"].error:focus,
input[type="time"].error,
input[type="time"].error:focus,
input[type="week"].error,
input[type="week"].error:focus,
input[type="number"].error,
input[type="number"].error:focus,
input[type="email"].error,
input[type="email"].error:focus,
input[type="url"].error,
input[type="url"].error:focus,
input[type="search"].error,
input[type="search"].error:focus,
input[type="tel"].error,
input[type="tel"].error:focus,
input[type="color"].error,
input[type="color"].error:focus,
.uneditable-input.error,
.uneditable-input.error:focus {
  border-color: #9d261d;
}
select.valid, select.valid:focus,
textarea.valid,
textarea.valid:focus,
input[type="text"].valid,
input[type="text"].valid:focus,
input[type="password"].valid,
input[type="password"].valid:focus,
input[type="datetime"].valid,
input[type="datetime"].valid:focus,
input[type="datetime-local"].valid,
input[type="datetime-local"].valid:focus,
input[type="date"].valid,
input[type="date"].valid:focus,
input[type="month"].valid,
input[type="month"].valid:focus,
input[type="time"].valid,
input[type="time"].valid:focus,
input[type="week"].valid,
input[type="week"].valid:focus,
input[type="number"].valid,
input[type="number"].valid:focus,
input[type="email"].valid,
input[type="email"].valid:focus,
input[type="url"].valid,
input[type="url"].valid:focus,
input[type="search"].valid,
input[type="search"].valid:focus,
input[type="tel"].valid,
input[type="tel"].valid:focus,
input[type="color"].valid,
input[type="color"].valid:focus,
.uneditable-input.valid,
.uneditable-input.valid:focus {
  border-color: #97b329;
}

input,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
  overflow: auto;
  /* Hide silly auto scrollbar in IE */
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: white;
  border: 1px solid #eaf0f4;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #666666;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(73, 92, 105, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(73, 92, 105, 0);
  box-shadow: inset 0 1px 1px rgba(73, 92, 105, 0);
}

input[type="text"]:required,
input[type="password"]:required,
input[type="datetime"]:required,
input[type="datetime-local"]:required,
input[type="date"]:required,
input[type="month"]:required,
input[type="time"]:required,
input[type="week"]:required,
input[type="number"]:required,
input[type="email"]:required,
input[type="url"]:required,
input[type="search"]:required,
input[type="tel"]:required,
input[type="color"]:required {
  background-repeat: no-repeat;
  background-position: 110% 6px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  input[type="text"]:required,
  input[type="password"]:required,
  input[type="datetime"]:required,
  input[type="datetime-local"]:required,
  input[type="date"]:required,
  input[type="month"]:required,
  input[type="time"]:required,
  input[type="week"]:required,
  input[type="number"]:required,
  input[type="email"]:required,
  input[type="url"]:required,
  input[type="search"]:required,
  input[type="tel"]:required,
  input[type="color"]:required {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/icons/check.png");
    background-size: 24px 24px;
  }
}
input[type="text"]:required.valid, input[type="text"]:required.error,
input[type="password"]:required.valid,
input[type="password"]:required.error,
input[type="datetime"]:required.valid,
input[type="datetime"]:required.error,
input[type="datetime-local"]:required.valid,
input[type="datetime-local"]:required.error,
input[type="date"]:required.valid,
input[type="date"]:required.error,
input[type="month"]:required.valid,
input[type="month"]:required.error,
input[type="time"]:required.valid,
input[type="time"]:required.error,
input[type="week"]:required.valid,
input[type="week"]:required.error,
input[type="number"]:required.valid,
input[type="number"]:required.error,
input[type="email"]:required.valid,
input[type="email"]:required.error,
input[type="url"]:required.valid,
input[type="url"]:required.error,
input[type="search"]:required.valid,
input[type="search"]:required.error,
input[type="tel"]:required.valid,
input[type="tel"]:required.error,
input[type="color"]:required.valid,
input[type="color"]:required.error {
  padding-right: 40px;
  padding-right: 4rem;
}
input[type="text"]:required.valid,
input[type="password"]:required.valid,
input[type="datetime"]:required.valid,
input[type="datetime-local"]:required.valid,
input[type="date"]:required.valid,
input[type="month"]:required.valid,
input[type="time"]:required.valid,
input[type="week"]:required.valid,
input[type="number"]:required.valid,
input[type="email"]:required.valid,
input[type="url"]:required.valid,
input[type="search"]:required.valid,
input[type="tel"]:required.valid,
input[type="color"]:required.valid {
  background-position: 98% 6px;
}
input[type="text"]:required.error,
input[type="password"]:required.error,
input[type="datetime"]:required.error,
input[type="datetime-local"]:required.error,
input[type="date"]:required.error,
input[type="month"]:required.error,
input[type="time"]:required.error,
input[type="week"]:required.error,
input[type="number"]:required.error,
input[type="email"]:required.error,
input[type="url"]:required.error,
input[type="search"]:required.error,
input[type="tel"]:required.error,
input[type="color"]:required.error {
  background-position: 98% 6px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  input[type="text"]:required.error,
  input[type="password"]:required.error,
  input[type="datetime"]:required.error,
  input[type="datetime-local"]:required.error,
  input[type="date"]:required.error,
  input[type="month"]:required.error,
  input[type="time"]:required.error,
  input[type="week"]:required.error,
  input[type="number"]:required.error,
  input[type="email"]:required.error,
  input[type="url"]:required.error,
  input[type="search"]:required.error,
  input[type="tel"]:required.error,
  input[type="color"]:required.error {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/icons/cross.png");
    background-size: 24px 24px;
  }
}

input[type="submit"], input[type="button"],
button[type="submit"],
button[type="button"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #3aa2e3;
  display: inline-block;
  padding: 7px 14px 7px 14px;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
  position: relative;
  top: 1px;
  float: right;
  clear: both;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
button[type="button"]:hover,
button[type="button"]:focus {
  background-color: #59b1e7;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  color: white;
}
input[type="submit"]:active, input[type="button"]:active,
button[type="submit"]:active,
button[type="button"]:active {
  background-color: #d3dfe8;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
}
input[type="submit"]:focus, input[type="button"]:focus,
button[type="submit"]:focus,
button[type="button"]:focus {
  outline: none;
}

button[type="submit"] {
  padding: 7px 14px 7px 14px;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  height: 40px;
  height: 4rem;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0 1px;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
}

input[type="file"] {
  padding: 10.5px 10.5px 10.5px 10.5px;
  padding: 1.05rem 1.05rem 1.05rem 1.05rem;
  border: 1px solid #eaf0f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none !important;
  font-size: 15.75px;
  font-size: 1.575rem;
}
input[type="file"]:focus {
  border-color: #495c69;
  outline: none !important;
  cursor: pointer;
}

select {
  border: 1px solid #eaf0f4;
  background-color: white;
  height: 38px;
  height: 3.8rem;
  padding: 7px 7px 7px 7px;
  padding: 0.7rem 0.7rem 0.7rem 0.7rem;
}
select:focus {
  outline: none !important;
  border-color: #495c69;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #9b9b9b;
  background-color: #fcfcfc;
  border-color: #eaf0f4;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9b9b9b;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}

.radio,
.checkbox {
  min-height: 2.8;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #b4b4b4;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

.form-actions {
  padding: 1.8 20px 2.8;
  margin-top: 2.8;
  margin-bottom: 2.8;
  background-color: whitesmoke;
  border-top: 1px solid #e5e5e5;
}

.help-block,
.help-inline {
  color: #688496;
}

.help-block {
  display: block;
  margin-bottom: 1.4;
}

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  position: relative;
  clear: both;
}
.control-group label {
  float: left;
  width: 30%;
  margin-right: 3.8%;
  margin-bottom: 0;
  margin-top: 7px;
  margin-top: 0.7rem;
}
.control-group input,
.control-group select,
.control-group textarea,
.control-group .option-group {
  float: right;
  width: 66%;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
.control-group input + input,
.control-group input + select,
.control-group input + textarea,
.control-group select + input,
.control-group select + select,
.control-group select + textarea,
.control-group textarea + input,
.control-group textarea + select,
.control-group textarea + textarea,
.control-group .option-group + input,
.control-group .option-group + select,
.control-group .option-group + textarea {
  margin-top: 14px;
  margin-top: 1.4rem;
}
.control-group ul {
  list-style: none;
  margin: 7px 0px 0px 0px;
  margin: 0.7rem 0rem 0rem 0rem;
  padding: 0;
  display: block;
  overflow: hidden;
}
.control-group ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
.control-group ul li label,
.control-group ul li input {
  float: none;
  display: inline;
  width: auto;
  margin-top: 0;
}
.control-group.full label,
.control-group.full input,
.control-group.full select,
.control-group.full textarea {
  float: none;
  width: 100%;
}

legend + .control-group {
  margin-top: 2.8;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 2.8;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 1.4;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

.option-group label {
  float: none;
  width: auto;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-weight: normal;
}
.option-group input[type="radio"], .option-group input[type="checkbox"] {
  width: auto;
  float: none;
}

.search-form {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: top;
}
@media handheld, only screen and (max-width: 48em) {
  .search-form {
    display: none;
    clear: both;
  }
}

#search {
  margin-bottom: 0;
}
#search input {
  margin-bottom: 0;
  height: 28px;
  height: 2.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #26a2ff;
  background-color: rgba(234, 240, 244, 0.4);
  border-color: transparent;
  color: white;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0px 7px 0px 7px;
  padding: 0rem 0.7rem 0rem 0.7rem;
  border-top: 0;
  border-bottom: 0;
  font-size: 15.75px;
  font-size: 1.575rem;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
}
#search input:-moz-placeholder {
  color: white;
}
#search input:-ms-input-placeholder {
  color: white;
}
#search input::-webkit-input-placeholder {
  color: white;
}
#search input:focus {
  background-color: #5ab8ff;
  background-color: rgba(234, 240, 244, 0.8);
}
#search button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #495c69;
  border: transparent;
  height: 28px;
  height: 2.8rem;
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}
#search button:hover, #search button:focus {
  background-color: #495c69;
  color: white;
}

.search-bar {
  background-color: #eaf0f4;
  padding: 2rem;
  padding: 20px;
}

.search input {
width: 65.4%;
  height: 42px;
  height: 4.2rem; 
  margin: 0; 
}

.search input[type="text"]:focus {
  border-color: #3aa2e3!important;
}

.search form {
  margin: 0;
}



@media handheld, only screen and (max-width: 48em) {
  #search {
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
    width: 100%;
    padding-top: 7px;
    padding-top: 0.7rem;
    padding-right: 35px;
    padding-right: 3.5rem;
    position: relative;
    clear: both;
  }
  #search input {
    width: 100%;
  }
  #search button {
    position: absolute;
    right: 0;
    top: 8px;
    top: 0.8rem;
  }
}

.top-nav {
  background-color: #3aa2e3;
  color: white;
  height: 28px;
  overflow:hidden;
}

.top-nav .fivecol {
/*   text-align: right; */
}
.top-nav .sevencol.last, .top-nav #comments ol .sevencol.comment-body, #comments ol .top-nav .sevencol.comment-body {
  text-align: right;
}
@media handheld, only screen and (max-width: 48em) {
  .top-nav .sevencol.last, .top-nav #comments ol .sevencol.comment-body, #comments ol .top-nav .sevencol.comment-body {
    width: 100%;
  }
}

header {
  display:none;
  padding-top: 14px;
  padding-top: 1.4rem;
}

header#banner {
  padding-top: 28px;
  padding-top: 2.8rem;
}

@media handheld, only screen and (max-width: 72em) {
 
  header#banner,
  .top-nav {
    padding-left: 28px;
    padding-left: 2.8rem;
    padding-right: 28px;
    padding-right: 2.8rem;
  }
  
}

@media handheld, only screen and (max-width: 48em) {
  
  header {
    display:block;
  }
  header#banner,
  .top-nav,
  nav.shop-nav {
    padding-left: 2%;
    padding-right: 2%;
  }
  
  header#banner {
    padding-bottom: 20px;
    padding-bottom: 2.0rem;
  }

  header#banner .ninecol {
    width: auto;
    float: none;
  }

  header#banner .threecol {
    float: left;
    width: auto;
  }
  
  header#banner img {
    width: 50%;
    height: auto!important;
  }

}

@media handheld, only screen and (max-width: 30em) {

}

header a.logo {
  position: relative;
  display: block;
  width: 210px;
  width: 21rem;
  height: 56px;
  height: 5.6rem;
}

header#banner a.logo .tagline {
  font-size: 16.002px;
  font-size: 1.6002rem;
  color: #3aa2e3;
  position: absolute;
  top: 5px;
  top: 0.5rem;
  left: 100%;
  margin-left: 4.66667px;
  margin-left: 0.46667rem;
  white-space: nowrap;
  margin-bottom: 7px;
}

@media handheld, only screen and (max-width: 48em) {
  header#banner a.logo .tagline {
    font-size: 12.006px;
    font-size: 1.2006rem;
    top: 100%;
    left: 0;
    width: 100%;
    margin-left: 0;
    display: block;
    text-align: center;
  }

  header#banner a.logo {
    height: 30px;
    height: 3rem;
    width: 113px;
    width: 11.3rem;
    margin-top: -5px;
    margin-top: -0.5rem;
  }
}

header#banner img {
  height: 56px;
  height: 5.6rem;
  width: 210px;
  width: 21rem;
}

.logo-wrapper a.logo:hover .ns-logo .neuro,
.logo-wrapper a.logo:hover .ns-logo .sky,
.logo-wrapper a.logo:hover .ns-logo .tagline, header a.logo:focus .ns-logo .neuro,
.logo-wrapper a.logo:focus .ns-logo .sky,
.logo-wrapper a.logo:focus .ns-logo .tagline {
  fill: #3aa2e3;
}

header#banner .logo-wrapper {
  margin-right: 0.8%;
}

@media handheld, only screen and (max-width: 48em) {
  header .ns-logo {
    height: 30px;
    height: 3rem;
    width: 113px;
    width: 11.3rem;
  }
  header .threecol {
    float: left;
    width: auto;
  }
  header#banner .logo-wrapper {
    margin-bottom: 30px;
  }
}

.bottom {
  background-color: #495c69;
  padding-top: 28px;
  padding-top: 2.8rem;
  padding-bottom: 28px;
  padding-bottom: 2.8rem;
  color: white;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
}

.bottom nav.social-nav ul li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  width: 3.5rem;
  height: 35px;
  height: 3.5rem;
  text-align: center;
  background: url("../img/white_60.png");
  background: rgba(255, 255, 255, 0.6);
  color: #495c69;
  font-size: 27px;
  font-size: 2.7rem;
  margin-right: 14px;
  margin-right: 1.4rem;
}

.bottom nav.social-nav {
  margin-top: 28px;
  margin-top: 2.8rem;
}

.bottom nav.social-nav ul li a i:before {
  position: relative;
  left: -2px;
  left: -0.2rem;
}

.bottom nav.social-nav ul li a:hover, 
.bottom nav.social-nav ul li a:focus {
  background: white;
}

footer {
  background-color: #022a3b;
  overflow: hidden;
  color: white;
  padding-top: 14px;
  padding-top: 1.4rem;
  padding-bottom: 14px;
  padding-bottom: 1.4rem;
}
@media handheld, only screen and (max-width: 48em) {
  footer .eightcol,
  footer .fourcol,
  footer .grid-view .grid-item,
  .grid-view footer .grid-item {
    width: auto;
    clear: none;
  }
  footer .eightcol {
    float: left;
  }
  footer .fourcol, footer .grid-view .grid-item, .grid-view footer .grid-item {
    float: right;
  }
  .bottom nav.social-nav {
    display: block;
    text-align: none;
  }
}
footer small a {
  color: white;
  margin-left: 4px;
  margin-left: 0.4rem;
  padding-left: 7px;
  padding-left: 0.7rem;
  border-left: 1px solid #7790a1;
}

footer small {
  float: left;
}

.about h3 {
  padding-bottom: 0;
  text-align: left;
  font-family: 'univers-cn-light';
}

.about p {
  font-size: 15.75px;
  font-size: 1.575rem;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  line-height: 2.8rem;
  line-height: 28px;
}

.about .btn-external {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #495c69;
  display: inline-block;
  padding: 7px 14px 7px 14px;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
  background: transparent;
  border: 1px solid #586e7e;
  width: 100%;
  color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
}
.about .btn-external:hover, .about .btn-external:focus {
  background-color: #3a4a54;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  color: white;
}
.about .btn-external:active {
  background-color: #3a4a54;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
}
.about .btn-external em {
  display: block;
  font-family: univers-cn-light, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  padding: 0;
  background: #fff;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li:first-child {
  display: block;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.inner {
  padding: 16px;
  margin: 16px;
  position: absolute;
  bottom: 0;
  background-color: white;
}
.inner p {
  margin-bottom: 0;
}

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

* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  width: 44px;
  width: 4.4rem;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  background-color: white;
}

.flex-direction-nav .flex-next {
  right: -36px;
}

.flex-direction-nav .flex-prev {
  left: -36px;
}

.flexslider:hover .flex-next {
  opacity: .8;
  right: 5px;
}

.flexslider:hover .flex-prev {
  opacity: .8;
  left: 5px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
  .featured-app .products-grid .inner-1 .image {
    width: 50%;
  }
}
#slideshow {
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
  background-color: white;
}
@media handheld, only screen and (max-width: 48em) {
  #slideshow h2 {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  .featured-app.products-grid .image.sixcol.last {
    padding-bottom: 0;
  }
}

article h1 {
  padding-bottom: 14px;
  padding-bottom: 1.4rem;
}
article time {
  display: block;
}
article footer p.left, article footer .older-newer p.older, .older-newer article footer p.older, article footer p.right, article footer .older-newer p.newer, .older-newer article footer p.newer {
  margin-bottom: 0;
}

.pagination {
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination li.current {
  padding: 14px 14px 14px 14px;
  padding: 1.4rem 1.4rem 1.4rem 1.4rem;
}

#archives nav {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
#archives nav ul li {
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
#archives nav ul li a {
  display: block;
  padding: 14px 0px 14px 0px;
  padding: 1.4rem 0rem 1.4rem 0rem;
  margin: 0;
}
#archives nav ul li:first-child a {
  padding: 14px 0px 14px 0px;
  padding: 1.4rem 0rem 1.4rem 0rem;
  margin: 0;
}
#archives h2 {
  font-size: 24.75px;
  font-size: 2.475rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.featured-post {
  overflow: hidden;
}
.featured-post article h3 {
  padding-bottom: 0;
}

.recent-posts {
  display: block;
  clear: both;
  margin-top: 15px;
  margin-top: 1.5rem;
}
.recent-posts h2 {
  font-size: 31.5px;
  font-size: 3.15rem;
  border: none;
  padding: 0;
  margin: 0;
}
.recent-posts article h3 {
  margin-bottom: 0;
}

.older-newer a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #eaf0f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 240, 244, 0)), to(rgba(167, 192, 209, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(234, 240, 244, 0), rgba(167, 192, 209, 0.5));
  background-image: -moz-linear-gradient(top, rgba(234, 240, 244, 0), rgba(167, 192, 209, 0.5));
  background-image: -ms-linear-gradient(top, rgba(234, 240, 244, 0), rgba(167, 192, 209, 0.5));
  background-image: -o-linear-gradient(top, rgba(234, 240, 244, 0), rgba(167, 192, 209, 0.5));
  background-image: linear-gradient(top, rgba(234, 240, 244, 0), rgba(167, 192, 209, 0.5));
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px 14px 7px 14px;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.older-newer a:hover, .older-newer a:focus {
  background-color: white;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.older-newer a:active {
  background-color: #d3dfe8;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
}

#comments ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
#comments ol li {
  padding: 16px 0px 16px 0px;
  padding: 1.6rem 0rem 1.6rem 0rem;
  padding-left: 16px;
  padding-left: 1.6rem;
  display: block;
  width: 100%;
  float: left;
  margin: 14px 0px 14px 0px;
  margin: 1.4rem 0rem 1.4rem 0rem;
  position: relative;
}
#comments ol li:hover .reply, #comments ol li:focus .reply {
  opacity: 1;
}
#comments ol li:hover li .reply, #comments ol li:focus li .reply {
  opacity: 0;
}
#comments ol li:hover li:hover .reply, #comments ol li:hover li:focus .reply, #comments ol li:focus li:hover .reply, #comments ol li:focus li:focus .reply {
  opacity: 1;
}
#comments ol .message {
  margin-right: 16px;
  margin-right: 1.6rem;
}
#comments ol .comment-avatar {
  float: left;
}
#comments ol .comment-avatar img {
  width: 100%;
  height: auto;
}
#comments ol .comment-body {
  float: left;
}
#comments ol .reply {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
}
#comments ol .reply a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 230, 230, 0)), to(rgba(179, 179, 179, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(230, 230, 230, 0), rgba(179, 179, 179, 0.5));
  background-image: -moz-linear-gradient(top, rgba(230, 230, 230, 0), rgba(179, 179, 179, 0.5));
  background-image: -ms-linear-gradient(top, rgba(230, 230, 230, 0), rgba(179, 179, 179, 0.5));
  background-image: -o-linear-gradient(top, rgba(230, 230, 230, 0), rgba(179, 179, 179, 0.5));
  background-image: linear-gradient(top, rgba(230, 230, 230, 0), rgba(179, 179, 179, 0.5));
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px 14px 7px 14px;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #495c69;
}
#comments ol .reply a:hover, #comments ol .reply a:focus {
  background-color: #f8f8f8;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
#comments ol .reply a:active {
  background-color: #d4d4d4;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.35);
}
#comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#comments ul li {
  padding: 16px 0px 16px 16px;
  padding: 1.6rem 0rem 1.6rem 1.6rem;
  border-style: solid none solid solid;
  margin: 14px 0px 14px 0px;
  margin: 1.4rem 0rem 1.4rem 0rem;
}
#comments ul li:last-of-type {
  margin-bottom: 0;
}

.comment-right textarea {
  height: 196px;
  height: 19.6rem;
}

/* sitemap */
#sitemap {
  list-style: none;
  padding-left: 0;
}
#sitemap ul {
  list-style: none;
  padding-left: 14px;
  padding-left: 1.4rem;
  margin-bottom: 0;
}
#sitemap li {
  font-size: 18px;
  font-size: 1.8rem;
}
#sitemap > li {
  padding-left: 14px;
  padding-left: 1.4rem;
  border-left: 2px solid #eaf0f4;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  float: left;
  width: 25%;
}
#sitemap > li:nth-child(5n) {
  clear: both;
}
#sitemap ul li {
  font-size: 15.75px;
  font-size: 1.575rem;
}
@media handheld, only screen and (max-width: 48em) {
  #sitemap > li {
    float: none;
    width: auto;
  }
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

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

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

.invisible {
  visibility: hidden;
}

.clearfix, .container, .row, .form-actions, .form-horizontal .control-group {
  zoom: 1;
}
.clearfix:after, .container:after, .row:after, .form-actions:after, .form-horizontal .control-group:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

.right, .older-newer .newer {
  float: right;
}

.left, .older-newer .older {
  float: left;
}

.overflow {
  overflow: visible;
}

.relative {
  position: relative;
}

.resetter {
  margin: 0;
  padding: 0;
}

.break {
  clear: both;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

nav.inline ul li {
  display: inline-block;
}

.no-svg svg,
.no-inlinesvg svg {
  display: none;
}
.no-svg .svg-fallback,
.no-inlinesvg .svg-fallback {
  display: block;
}

.svg-fallback {
  display: none;
}

/* Mobile/Desktop classes */
.mobile {
  display: none;
}

@media (max-width: 768px) {

  nav.faq {
    display: none!important;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  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: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  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;
  }
}
#wireframe-header {
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid black;
}
#wireframe-header img {
  border: none;
}
#wireframe-header .row {
  position: relative;
  overflow: visible;
  zoom: 1;
}
#wireframe-header .row:before, #wireframe-header .row:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#wireframe-header .row:after {
  clear: both;
}
#wireframe-header #wireframe-logo {
  width: 60px;
}
#wireframe-header #wireframe-info {
  position: absolute;
  bottom: -3px;
  left: 90px;
}
#wireframe-header #wireframe-site-title {
  font-size: 15.75px;
  font-size: 1.575rem;
  line-height: 22px;
  line-height: 2.2rem;
  padding: 0;
}
#wireframe-header #wireframe-site-info {
  font-size: 15.75px;
  font-size: 1.575rem;
  font-weight: normal;
  line-height: 16px;
  line-height: 1.6rem;
  text-transform: none;
  padding: 0;
}

#logo {
  font-size: 33.75px;
  font-size: 3.375rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 20px 30px 20px 30px;
  padding: 2rem 3rem 2rem 3rem;
  border: 1px solid #eaf0f4;
  text-align: center;
  display: inline-block;
}


/* New Styles */

.faq {
  display: inline-block;
  vertical-align: middle;
}

.faq .top-link {
  background-color: #1f92da;
}

.faq ul {
  display: inline-block;
}

.faq ul li {
  display: inline-block;
}

.faq a {
  color: white;
  padding: 7px 7px 4px;
  padding: 0.7rem 0.7rem .4rem;
  font-size: 13.325px;
  font-size: 1.325rem;
  height: 28px;
  height: 2.8rem;
  font-family: "univers-cn-light", sans-serif;
}

nav.faq i {
  font-size: 15px;
  padding-right: 3px;
}

@media handheld, only screen and (max-width: 48em) {
  nav.faq {
    background-color: #3aa2e3;
    text-align: center;
    width: 100%;
    padding: 20px;
    padding: 2.0rem;
  }

  nav.faq a {
    padding: 15px;
    padding: 1.5rem;
  }
  .top-nav {
    height: auto;
  }
}


/* Designed and hand-coded by http://www.pixellent.com. Copyright (c) Pixellent, LLC. All rights reserved. */

body {
	color: #251f1e;
	font-family: Trebuchet MS, sans-serif;
	background-color: #ffffff;
}

div.content {
	background-color: #ffffff;
	
}

div#bg {
	background-color: #ffffff;
	
	border-right: 1px solid #2999cf;
	border-bottom: 1px solid #2999cf;
	border-left: 1px solid #2999cf;
}

a {
	
}

a:hover {
	color: #58595b;
}

div#header {
	background-image: none;
	background-color: #ffffff;
	
}

div#title h2 a, div#title h2 a:hover {
	color: #000000;
}

div#gocart p {
	color: #cacaca;
}

div#gocart p a {
	color: #7fd1f1;
}

div#gocart p a:hover {
	color: #00a4e4;
}

div#gocart {

	background:  url() no-repeat;
}

div#gocart p#button {
	background: url(button-default.png) no-repeat 14px 0;
}

div#gocart p#button a, div#gocart p#button a:hover {
	background: url(button-default.png) no-repeat;
}

/*
 * STORE
 */
div#logo, div#logo img {

	float: left;
margin-top: 0px;
}

#cart-contents {
  float: right;
  z-index: 10;
  margin: -57px 50px 60px 0;
}

#cart-contents a {
  background: url('footer-arrow.png') no-repeat center right;
  display: block;
  padding-right: 20px;
}

#cart-contents a span {
  color: white;
}

#splash {
  height: 550px;
}

#splash img.background {
  margin: 0px 0px 0 50px;
  padding-left: 50px;
  z-index: 1;
  float: left;
}

#splash form input.addtocart {
  float: right;
  margin: -80px 90px 0 0;
  z-index: 10;
}

#splash form input.addtocart:hover {
  margin: -78px 88px 2px 2px;
}

/*
 * STORE PRODUCT PAGE
 */

div.product-block {
  background: url('store-content-background.png') no-repeat 102% 0;
  margin-bottom: -30px;
}


div.visual-column {
  margin-top: 30px;
  width: 60%;
  float: left;
}

div.visual-column img.main-image {
  max-width: 450px;
}

div.visual-column ul {
  margin: 20px 0;
  padding: 0;
}

div.visual-column ul li {
  display: inline;
  margin-right: 10px;
}

div.visual-column ul li a img {
  border: 2px solid #00a5e4;
  opacity: 0.7;
}

div.visual-column ul li a:hover img {
  opacity: 1.0;
}

div.user-column {
  width: 35%;
  float: left;
  line-height: 1.4em;
  padding: 0 10px 0 20px;
  margin: 0;
  height: 100%;
}

div.user-column h1 {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  font-weight: normal;
  letter-spacing: -1px;
  font-size: 2.3em;
  text-shadow: #111 2px 2px 2px;
}

div.user-column select {
  margin: 10px 0 20px 0;
  padding: 0;
  width: 100%;
}

#price-field {
  text-align: center;
  margin: 12px 0 0 -25px;
  width: 180px;
  height: 100px;
  float: left;
  font-size: 3.9em;
  color: #00a5e4;
  font-weight: normal;
  letter-spacing: -2px;
  text-shadow: #111 1px 1px 2px;
}

#price.no-padding-price {
  padding-bottom: 0;
}

div.user-column img.big-free-badge {
  margin: 0 20px 40px 0;
  float: left;
}

#price-field sup {
  font-size: 0.5em;
  letter-spacing: -1px;
}

#purchase-button input {
  margin: 0 -20px 0 5px;
}

/*
 * STORE SHOPPING CART
 */
h1.cart-header {

}

#cart-content p {
  margin-left: 0px;
}

ul#line-items {
  margin: 0 0 20px 0;
  padding: 15px;
  list-style: none;
  color: black;
  border: 1px solid #eaf0f4;
  margin-right: 3.8%;
}

ul#line-items li {
  margin: 10px 0;
  color: #5c6d7b;
}

div.item-block {
  height: 90px;
}

div.item-display, div.item-info, div.order-info, div.order-subtotal {
  float: left;
  margin-left: 5px;
}

div.item-block div.item-image {
  text-align: left;
  width: 100px;
  float: left;
}

div.item-info {
  padding: 0px 20px 0px 20px;
}

div.item-info h2 {
  margin: 0;
  padding: 0;
  clear: none;
  letter-spacing: -1px;
}

a div.item-info {
  cursor: pointer;
}

a.item-info:hover {
  text-decoration: none;
}

a div.item-info h2 {
  color: #5c6d7b;
}

a:hover div.item-info h2 {
  text-decoration: underline !important;
  color: #fff !important;
}

div.item-info span.sku {
  font-size: 0.8em;
  color: #777;
}

div.order-info {
  padding: 30px 0 0 0;
  width: 200px;
}

div.order-info div.order-quantity span.money {
  color: #00a5e4;
}

div.order-info div.order-quantity input {
  margin-top: 0px;
  float: right;
}

div.order-info div.order-remove {
  margin-top: 5px;
}

a.remove {
  font-size: 0.8em;
  color: #3aa2e3;
  float: left;
  clear: both;
}

a.remove img {
  vertical-align: -3px;
  margin-right: 5px;
  height: 19px;
}

a.remove:hover {
  text-decoration: none;
  color: #58595b;
}

div.order-subtotal {
  color: #00a5e4;
  font-size: 1.5em;
  padding: 30px 0 0 0;
  float: right;
  padding-right: 30px;
}

div.update-cart {
  float: right;
}

div.update-cart a:hover {
  text-decoration: none;
}

div.update-cart a img {
  vertical-align: -2px;
  margin-right: 5px;
}

div.order-total {
  font-size: 1.5em;
  font-weight: bold;
}

div.order-total span.label {
  color: #000;
  margin-right: 35px;
}

div.order-total span.amount {
  color: #00a5e4;
}

div.legal-agreement {
  clear: both;
  margin-top: 90px;
}

div.legal-agreement p {
  margin-left: 20px;
}

div.legal-agreement div.legal-content {
  background: url('license-background.png') repeat-x top center;
  padding: 30px 5px 30px 20px;
  height: 240px;
  margin-top: -20px;
}

div.legal-agreement div.legal-content div.scrollbox {
  overflow-y: auto;
  height: 230px;
}

div.legal-agreement div.legal-content div.scrollbox p {
  margin: 0 0 20px 0;
  padding: 0;
}

div.order-final {
}

div.order-final div.confirmation {
  margin-top: 13px;
  float: right;
}

div.order-final div.confirmation label {
  font-size: 1em;
  font-weight: normal;
  text-align: left;
}

div.order-final input[type="checkbox"] {
  font-size: 1.5em;
  padding: 10px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

div.order-final input[type="image"] {
  width: 100%;
}


div#nav {
	background-image: none;
	background-color: #00a4e4;
	
}

/*
 * NAVIGATION
 */

#ruleline {
  position: absolute;
  margin-top: 40px;
  float: center;
  opacity: 1.0;
}

#navigation {
  position: absolute;
  top: 0;
  margin: 0 0 10px 810px;
}

#navigation p a{
  display: inline;
  font color: 47a7e5;
  background color: eaf0f4;
}
<!--
div#navigation ul {
  margin: 0;
  padding: 0;
}

div#navigation ul li {
  display: inline;
}

div#navigation ul li a {
  text-indent: -9999px;
  height: 30px;
  float:  left;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-image: url(register.png);
}

div#navigation ul li a:hover {
  margin-top: 0;
  opacity:0.85;
}

div#navigation ul li.register a {
  background-position: 0px 0px;
  width: 81px;
}

div#navigation ul li.support a {
  background-position: -81px 0px;
  width: 75px;
}
-->  

#menu {
  float: right;
  padding-top: 0px;
  padding-left:0px;

  font-weight: 400;
  font-size:20px;
  color: #7c7c7c;
}

#menu h2 {
  padding: 0;
  margin: 0 5px 0px 0;
  font-size: 0.8em;  
  opacity: 0.8;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li {
  display: inline;
  padding: 5px;
}

#menu ul li a {
    color: #7c7c7c;
  font-size:20px !important;
  font-weight:400;

}

#menu ul li a:hover {
  color: #333333;
  text-decoration: none;
}




#splash {
  height: 400px;
}

#splash img.background {
  margin: 0px 0 0 0;
  z-index: 1;
  float: left;
}

#splash form input.addtocart {
  float: right;
  margin: -280px 90px 0 0;
  z-index: 10;
}

#splash form input.addtocart:hover {
  margin: -278px 88px 2px 2px;
}



div#nav ul {
	
	border-left: none;
}

div#nav li a {
	color: #d0d0d0;
}

div#nav li a:hover {
	color: #4e94dd;
	background-color: #000000;
}

div#nav li a.active, div#nav li a.active:hover {
	color: #ffffff;
}

div#finder {
	background-image: none;
	background-color: #5a6772;
	
}

div#promo p {
	color: #00e2ff;
}

div#go input.field {
	color: #ffffff;
	font: 13px Trebuchet MS, sans-serif;
	background: #ffffff url(field-default.png) repeat-x 0 0;
	border: 1px solid #93908f;
}

div#intro, div#heading, div#collections-listing h2 {
	background-image: none;
	border-bottom: 1px solid #e3e3e3;
        width: 100%;
        clear: both;
  margin-bottom:30px;
}

div#productheading h2{width: 48%;color: #495c69; text-align:left;}
div#productheading h2 span{width: 100%; color: #495c69; text-align:left;}

div#productheading h1{color: #495c69;
font-family: univers-cn;
font-size: 38px;
line-height: 1.32em;
padding: 30px 0 20px 0px;
}

div#heading h2 {
  padding-top: 35px;
}

ul#products li {
	
}

ul#products li, ul#results li, div#images li {
	border-bottom: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
}


ul#products li h4 del, ul#results li h4 del {
  border: 20px solid #e3e3e3;
	color: #c4c4c4;
}

ul#products h5 {
    padding-left: 10px;
	border-bottom: 1px solid #e3e3e3;
}

ul#products li h5, ul#results li h5 {
	background: url(view-default.png) no-repeat 10px 0;
}

ul#products li h5 a, ul#results li h5 a {
	background: url(view-default.png) no-repeat;
}

ul#results div.desc, div#images h6, div#total h3, div.entry, div#comments h3, div.filter p {
	border-bottom: 1px solid #e3e3e3;
}

div#paginate a, div#paginate-footer a, div#product div#heading h2 del, div.entry div.title h2 a {
	color: #251f1e;
}

div#paginate, div#paginate-footer {
  float: right;
  margin-bottom: 20px;
  margin-top: 20px;
}

div#paginate span.current, div#paginate span.current, div#product div#heading h2, div.entry div.title h5 span, div#comments p#posted, div#comments p#error {
	color: #3aa2e3; text-align:left;
}

div#options form {
	background-color: #e2e6ed;
}

div#variants label, div#options h6 {
	color: #251f1e;
}


div#notes textarea, div#cart td input.field {
	color: #251f1e;
	font: 13px Trebuchet MS, sans-serif;
}

div.comment div.bg, div#unfound {
	background-color: #ededed;
}



/*div.filter ul, div.filter div {
	background: url(filter.png) no-repeat;
}*/

div.filter li a {
	color: #251f1e;
	border-bottom: 1px solid #e3e3e3;
}

div.filter li a:hover {
	color: #c4c4c4;
	
        
}

div.filter li a.active, div.filter li a.active:hover {
	color: #58595b;
}

div#sidebar div.bg {
	background-color: #ffffff;
}

div#sidebar h3 {
	color: #251f1e;
	border-bottom: 1px solid #00405d;
}

div#sidebar p {
	color: #251f1e;
}

div#sidebar a {
	color: #251f1e;
}

div#sidebar a:hover {
	color: #251f1e;
}

div#posts div.post, div#featured div.product {
	border-bottom: 1px solid #00405d;
}

div#featured div.end {
	border-bottom: none;
}

div#featured div.image, div#featured div.image img {
	background-color: #00405d;
}

div#overview {
	background-image: none;
	background-color: #ffffff;
	
}

ul#sections {
	background-color: #5a6772;
	border: 1px solid #404339;
}

ul#sections h3 {
	color: #00a4e4;
}

ul#sections h5, ul#sections h5 a, ul#sections p a {
	color: #ffffff;
}

ul#sections h5 a:hover, ul#sections p a:hover {
	color: #ffffff;
}

ul#sections h6 {
	color: #ffffff;
}


/*
 * FOOTER
 */

#footer {
  clear: both;
  width:  100%;
  height: 150px;
}

#footer-follow, #legal {
  width:    960px;
  margin:   0 auto;
}

#footer-follow {
  padding:  45px 0;
}

#legal {
  padding: 20px 0;
}

#footer-follow h1 {
  margin:  -10px 20px 0 0;
  padding: 0;
  text-indent: -9999px;
  float: left;

  width: 143px;
  height: 32px;

}

#store-links {
  float: left;
}

#store-links h2 {
  padding: 0;
  margin: 0 0 -5px 0;
  font-size: 1.2em;  
 color: #58595b;
  opacity: 1;
}

#store-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#store-links ul li {
  display: inline;
  margin-right: 20px;
}

#store-links ul li a {
  opacity: 1;
}

#store-links ul li a:hover {
color: #58595b;
  text-decoration: strong;
}

#footer-follow ul.follow {
  padding: 0;
  margin 0;
  list-style: none;
}

#footer-follow ul.follow li {
height: 32px;
display: inline;
}

#footer-follow ul.follow li a span {
  color: #FFF;
}

#footer-follow ul.follow li a h2 {
  color: #00a2e0;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  font-weight: normal;
}

#footer-follow ul.follow li a {
  padding: 0 0 0 35px;
  margin: 10px 5px 0 0px;
  float: left;
  font-size: 0.9em;
  line-height: 1.4em;
  background-repeat: no-repeat;
  opacity: 0.8;
  image-size: 80%;
  background-image: url(social-network-icons.png);
}

#footer-follow ul.follow li a.youtube {
  background-position: 0px -64px;
}

#footer-follow ul.follow li a.facebook {
  background-position: 0px -32px;
}

#footer-follow ul.follow li a.twitter {
  background-position: 0 0;
}

#footer-follow ul.follow li a:hover {
  opacity: 0.75;
  text-decoration: none !important;
}

#legal {
  font-size: 0.9em;
}

#legal span.copyright {
  opacity: 0.5;
  color: #757f8e;
}

#legal ul {
  padding: 0;
  margin: -1px 0 0px 0;
  float: left;
  list-style: none;
}

#legal ul li {
  float: left;
}

#legal ul li a {
  padding: 6px 10px 0px 10px;
  height: 0px;
  margin: 0 0px 0 0px;
  opacity: 1.0;
   vertical-align: left;
}

#legal ul li a:hover {
  text-decoration: none;
  opacity: 1.0;
}

#legal div.footer-separator {
  background: url('wave-separator.png') no-repeat center center;
  width: 140px;
  float: right;
  opacity: 1.0;
  margin-right: -18px;
}

#spectrum {
  margin-top: -40px;
  float: center;
  opacity: 1.0;
}

.disabled {
	-moz-opacity: 0.50;
	opacity:.50;
	filter: alpha(opacity=50);
	cursor: default;
}

/* End of Stylesheet */