/* 
	STOP! Do not customize app.css!
	This is compiled from SCSS files. Changes will be lost in the future.
	Either modify SCSS files and recompile (using gulp or another tool) OR
	add and enqueue a custom CSS file.
*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, input[type="submit"] > .caret, .btn-inverse > .caret,
  .dropup > .btn > .caret,
  .dropup > input[type="submit"] > .caret,
  .dropup > .btn-inverse > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #191919;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0068a6;
  text-decoration: none; }
  a:hover, a:focus {
    color: #00385a;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #edeeee; }

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #dcddde; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 40px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 10.5px; }

.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #dcddde; }

.text-primary {
  color: #0068a6; }

a.text-primary:hover,
a.text-primary:focus {
  color: #004873; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0068a6; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004873; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #edeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 21px; }

dt,
dd {
  line-height: 1.5; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dcddde; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #edeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #dcddde; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #edeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #8c8c8c;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2, .productspecblocks .col:nth-child(even) {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #dcddde;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #8c8c8c;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

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

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #bdbdbd; }

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #bdbdbd;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #edeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 35px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

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

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 35px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 39px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 43.75px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 26px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #595959; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, input[type="submit"], .btn-inverse {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, input[type="submit"]:focus, .btn-inverse:focus, .btn.focus, input.focus[type="submit"], .focus.btn-inverse, .btn:active:focus, input[type="submit"]:active:focus, .btn-inverse:active:focus, .btn:active.focus, input[type="submit"]:active.focus, .btn-inverse:active.focus, .btn.active:focus, input.active[type="submit"]:focus, .active.btn-inverse:focus, .btn.active.focus, input.active.focus[type="submit"], .active.focus.btn-inverse {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, input[type="submit"]:hover, .btn-inverse:hover, .btn:focus, input[type="submit"]:focus, .btn-inverse:focus, .btn.focus, input.focus[type="submit"], .focus.btn-inverse {
    color: #fff;
    text-decoration: none; }
  .btn:active, input[type="submit"]:active, .btn-inverse:active, .btn.active, input.active[type="submit"], .active.btn-inverse {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, input.disabled[type="submit"], .disabled.btn-inverse, .btn[disabled], input[disabled][type="submit"], [disabled].btn-inverse,
  fieldset[disabled] .btn,
  fieldset[disabled] input[type="submit"],
  fieldset[disabled] .btn-inverse {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, a.disabled.btn-inverse,
fieldset[disabled] a.btn,
fieldset[disabled] a.btn-inverse {
  pointer-events: none; }

.btn-default {
  color: #fff;
  background-color: #0068a6;
  border-color: #0068a6; }
  .btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #004873;
    border-color: #001827; }
  .btn-default:hover {
    color: #fff;
    background-color: #004873;
    border-color: #004269; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #004873;
    border-color: #004269; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #fff;
      background-color: #00324f;
      border-color: #001827; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #0068a6;
    border-color: #0068a6; }
  .btn-default .badge {
    color: #0068a6;
    background-color: #fff; }

.btn-primary, input[type="submit"] {
  color: #fff;
  background-color: #0068a6;
  border-color: #0068a6; }
  .btn-primary:focus, input[type="submit"]:focus, .btn-primary.focus, input.focus[type="submit"] {
    color: #fff;
    background-color: #004873;
    border-color: #001827; }
  .btn-primary:hover, input[type="submit"]:hover {
    color: #fff;
    background-color: #004873;
    border-color: #004269; }
  .btn-primary:active, input[type="submit"]:active, .btn-primary.active, input.active[type="submit"],
  .open > .btn-primary.dropdown-toggle,
  .open > input.dropdown-toggle[type="submit"] {
    color: #fff;
    background-color: #004873;
    border-color: #004269; }
    .btn-primary:active:hover, input[type="submit"]:active:hover, .btn-primary:active:focus, input[type="submit"]:active:focus, .btn-primary:active.focus, input[type="submit"]:active.focus, .btn-primary.active:hover, input.active[type="submit"]:hover, .btn-primary.active:focus, input.active[type="submit"]:focus, .btn-primary.active.focus, input.active.focus[type="submit"],
    .open > .btn-primary.dropdown-toggle:hover,
    .open > input.dropdown-toggle[type="submit"]:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > input.dropdown-toggle[type="submit"]:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > input.dropdown-toggle.focus[type="submit"] {
      color: #fff;
      background-color: #00324f;
      border-color: #001827; }
  .btn-primary:active, input[type="submit"]:active, .btn-primary.active, input.active[type="submit"],
  .open > .btn-primary.dropdown-toggle,
  .open > input.dropdown-toggle[type="submit"] {
    background-image: none; }
  .btn-primary.disabled:hover, input.disabled[type="submit"]:hover, .btn-primary.disabled:focus, input.disabled[type="submit"]:focus, .btn-primary.disabled.focus, input.disabled.focus[type="submit"], .btn-primary[disabled]:hover, input[disabled][type="submit"]:hover, .btn-primary[disabled]:focus, input[disabled][type="submit"]:focus, .btn-primary[disabled].focus, input[disabled].focus[type="submit"],
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] input[type="submit"]:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] input[type="submit"]:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] input.focus[type="submit"] {
    background-color: #0068a6;
    border-color: #0068a6; }
  .btn-primary .badge, input[type="submit"] .badge {
    color: #0068a6;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #2ccfed;
  border-color: #15caeb; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #12b6d4;
    border-color: #0a6576; }
  .btn-success:hover {
    color: #fff;
    background-color: #12b6d4;
    border-color: #0f9ab3; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #12b6d4;
    border-color: #0f9ab3; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #0f9ab3;
      border-color: #0a6576; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #2ccfed;
    border-color: #15caeb; }
  .btn-success .badge {
    color: #2ccfed;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #01456f;
  border-color: #013556; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #01263c;
    border-color: black; }
  .btn-info:hover {
    color: #fff;
    background-color: #01263c;
    border-color: #001019; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #01263c;
    border-color: #001019; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #001019;
      border-color: black; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #01456f;
    border-color: #013556; }
  .btn-info .badge {
    color: #01456f;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #89d4e3;
  border-color: #74ccde; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #60c5d9;
    border-color: #2895ab; }
  .btn-warning:hover {
    color: #fff;
    background-color: #60c5d9;
    border-color: #43bad2; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #60c5d9;
    border-color: #43bad2; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #43bad2;
      border-color: #2895ab; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #89d4e3;
    border-color: #74ccde; }
  .btn-warning .badge {
    color: #89d4e3;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #0068a6;
  border-color: #00588d; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #004873;
    border-color: #00080d; }
  .btn-danger:hover {
    color: #fff;
    background-color: #004873;
    border-color: #00324f; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #004873;
    border-color: #00324f; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #00324f;
      border-color: #00080d; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #0068a6;
    border-color: #00588d; }
  .btn-danger .badge {
    color: #0068a6;
    background-color: #fff; }

.btn-link {
  color: #0068a6;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #00385a;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #dcddde;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #8c8c8c;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #7f7f7f;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0068a6; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #dcddde; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #dcddde;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #edeeee; }
    .nav > li.disabled > a {
      color: #dcddde; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #dcddde;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #edeeee;
    border-color: #0068a6; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.5;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #edeeee #edeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #bdbdbd;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0068a6; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 3px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 18px;
  line-height: 21px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.25px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 21px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14.5px;
          padding-bottom: 14.5px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #edeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #dcddde;
    background-color: #fff;
    cursor: not-allowed; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.clearfix:before, .browsehead:before, .single-product .images .thumbnails:before, .social-widget > li:before, .edev-meta .bar:before, .clearfix:after, .browsehead:after, .single-product .images .thumbnails:after, .social-widget > li:after, .edev-meta .bar:after {
  content: " ";
  display: table; }

.clearfix:after, .browsehead:after, .single-product .images .thumbnails:after, .social-widget > li:after, .edev-meta .bar:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide, ul.social li > a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

html {
  font-size: 100%; }

h1 {
  font-size: 40px;
  font-size: 2.5rem; }

h2 {
  font-size: 30px;
  font-size: 1.875rem; }

h3 {
  font-size: 24px;
  font-size: 1.5rem; }

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #0068a6; }

h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.75em; }
  h1.larger, h2.larger, h3.larger, h4.larger, h5.larger, h6.larger {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.25; }
  h1.large, h2.large, h3.large, h4.large, h5.large, h6.large {
    font-size: 30px;
    font-size: 1.875rem; }
    @media (min-width: 992px) {
      h1.large, h2.large, h3.large, h4.large, h5.large, h6.large {
        font-size: 40px;
        font-size: 2.5rem; } }
  h1.medium, h2.medium, h3.medium, h4.medium, h5.medium, h6.medium {
    font-size: 34px;
    font-size: 2.125rem; }
  h1.small, h2.small, h3.small, h4.small, h5.small, h6.small {
    font-size: 18px;
    font-size: 1.125rem; }
  h1.smaller, h2.smaller, h3.smaller, h4.smaller, h5.smaller, h6.smaller {
    font-size: 12px;
    font-size: 0.75rem; }
  h1.font-alt, h2.font-alt, h3.font-alt, h4.font-alt, h5.font-alt, h6.font-alt {
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif; }
  h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup {
    font-size: 65%;
    top: -0.6em; }

p {
  margin-top: 0;
  margin-bottom: 1.5em; }

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0; }
  .wp-caption .wp-caption-text {
    color: #dcddde;
    font-style: italic; }

.sticky {
  display: block; }

.screen-reader-text, .search-form .search-submit, #header .search-form .search-submit {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important; }

.gallery-caption {
  color: #dcddde;
  display: block; }

.bypostauthor {
  display: block; }

@media (min-width: 992px) {
  .alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0; }
  .alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em; }
  .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em; } }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #dcddde;
  border-top: 0;
  background: #fff; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 30px;
  border: 1px solid #dcddde;
  border-radius: 1px;
  background-color: #fff;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 29px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 14px;
  background: url("../img/chosen-sprite.png") -42px 4px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/chosen-sprite.png") no-repeat 0px 5px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../img/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 1px 1px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #dcddde;
  max-width: 100%;
  border-radius: 1px;
  background-color: #eeeeee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #dcddde;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 5px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../img/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
/*! Tablesaw - v3.0.0-beta.4 - 2016-10-12
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2016 Filament Group; Licensed MIT */
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0; }

.tablesaw * {
  box-sizing: border-box; }

.tablesaw th,
.tablesaw td {
  padding: .5em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

.tablesaw-bar .btn, .tablesaw-bar input[type="submit"], .tablesaw-bar .btn-inverse {
  border: 1px solid #ccc;
  border-radius: .25em;
  background: none;
  box-shadow: 0 1px 0 white;
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.tablesaw-bar a.btn, .tablesaw-bar a.btn-inverse {
  color: #1c95d4; }

.tablesaw-bar .btn:hover, .tablesaw-bar input[type="submit"]:hover, .tablesaw-bar .btn-inverse:hover {
  text-decoration: none; }

/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-bar .btn:active, .tablesaw-bar input[type="submit"]:active, .tablesaw-bar .btn-inverse:active {
  background-color: #ddd; }

@supports (box-shadow: none) {
  .tablesaw-bar .btn:focus, .tablesaw-bar input[type="submit"]:focus, .tablesaw-bar .btn-inverse:focus {
    background-color: #fff;
    outline: none; }
  .tablesaw-bar .btn:focus, .tablesaw-bar input[type="submit"]:focus, .tablesaw-bar .btn-inverse:focus {
    box-shadow: 0 0 .35em #4faeef !important; } }

.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
  opacity: 0;
  color: transparent; }

.tablesaw-bar .btn select option, .tablesaw-bar input[type="submit"] select option, .tablesaw-bar .btn-inverse select option {
  background: #fff;
  color: #000;
  font-family: sans-serif; }

.tablesaw-bar .btn, .tablesaw-bar input[type="submit"], .tablesaw-bar .btn-inverse {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0; }

.tablesaw-bar .btn.btn-small, .tablesaw-bar input.btn-small[type="submit"], .tablesaw-bar .btn-small.btn-inverse {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em; }

.tablesaw-bar .btn.btn-micro, .tablesaw-bar input.btn-micro[type="submit"], .tablesaw-bar .btn-micro.btn-inverse {
  font-size: .8125em;
  padding: .4em .7em .25em .7em; }

.tablesaw-bar .btn-select {
  padding-right: 1.5em;
  text-align: left;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left; }

.tablesaw-bar .btn-select:after {
  content: " ";
  position: absolute;
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em; }

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0; }

/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .btn, .tablesaw-advance input[type="submit"], .tablesaw-advance .btn-inverse {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em; }

.tablesaw-advance .btn.btn-micro, .tablesaw-advance input.btn-micro[type="submit"], .tablesaw-advance .btn-micro.btn-inverse {
  font-size: .8125em;
  padding: .3em .7em .25em .7em; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .5em;
  position: relative; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  cursor: default;
  pointer-events: none; }

/* Table Toolbar */
.tablesaw-bar {
  clear: both;
  font-family: sans-serif; }

.tablesaw-toolbar {
  float: left; }

.tablesaw-toolbar label {
  font-size: .875em;
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase; }

.tablesaw-bar .btn, .tablesaw-bar input[type="submit"], .tablesaw-bar .btn-inverse,
.tablesaw-enhanced .tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar input[type="submit"],
.tablesaw-enhanced .tablesaw-bar .btn-inverse {
  margin-top: .5em;
  margin-bottom: .5em; }

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0; }

.tablesaw-bar .tablesaw-toolbar .btn, .tablesaw-bar .tablesaw-toolbar input[type="submit"], .tablesaw-bar .tablesaw-toolbar .btn-inverse {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-family: sans-serif;
  font-size: 1em;
  padding-left: .3em; }

.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0; }

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: .9em; }

.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent; }

.tablesaw-toolbar ~ table {
  clear: both; }

.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

@media (min-width: 24em) {
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible; } }

.tablesaw th,
.tablesaw td {
  text-align: left;
  vertical-align: middle; }

.tablesaw thead th {
  text-align: left; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf; }

/* Zebra striping */
.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8; }

.tablesaw caption {
  text-align: left;
  margin: .59375em 0; }

.tablesaw-swipe .tablesaw-cell-persist {
  border-right: 2px solid #e4e1de; }

.tablesaw-swipe-shadow .tablesaw-cell-persist {
  border-right-width: 1px; }

.tablesaw-swipe-shadow .tablesaw-cell-persist {
  box-shadow: 3px 0 4px -1px #e4e1de; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  /* Table rows have a gray bottom stroke by default */
  .tablesaw-stack tbody tr {
    border-bottom: 1px solid #dfdfdf; }
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

.tablesaw-fix-persist {
  table-layout: fixed; }

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden {
    display: none; } }

.btn.tablesaw-columntoggle-btn span, input.tablesaw-columntoggle-btn[type="submit"] span, .tablesaw-columntoggle-btn.btn-inverse span {
  text-indent: -9999px;
  display: inline-block; }

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */ }

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em; }

.tablesaw-columntoggle tbody td {
  line-height: 1.5; }

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none; }

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1; }

.tablesaw-columntoggle-popup fieldset {
  margin: 0; }

/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none; } }

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0; }

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none; }

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell; } }

/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell; } }

/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell; }
  .tablesaw-columntoggle tbody td {
    line-height: 2; } }

/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell; } }

/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell; } }

/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell; } }

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none; }
  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell; } }

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap; }

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em; }

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative; }

.tablesaw-sortable thead tr th {
  vertical-align: top; }

.tablesaw-sortable th.tablesaw-sortable-head.tablesaw-sortable-head {
  padding: 0; }

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: .6em; }

.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit; }

.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: .3125em; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\0020"; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "\2191"; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\2193"; }

.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block; }

.tablesaw-sortable .not-applicable span {
  display: none; }

.tablesaw-advance {
  float: right; }

.tablesaw-advance.minimap {
  margin-right: .4em; }

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em; }

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block; }

.tablesaw-advance-dots-hide {
  opacity: .25;
  cursor: default;
  pointer-events: none; }

#wrapper {
  overflow: hidden; }

a.skipnav {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  padding: 5px 20px;
  color: #8c8c8c; }

.sec1 {
  margin-top: 66px; }
  @media (min-width: 768px) {
    .sec1 {
      margin-top: 38px; } }

.row.no-gutter {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col {
  margin-bottom: 1em; }
  .col > img {
    height: auto;
    max-width: 100%; }
  @media (min-width: 768px) {
    .col {
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .col-md-neg-1 {
    margin-left: -8.33333%; } }

@media (min-width: 992px) {
  .col-md-neg-2 {
    margin-left: -16.66667%; } }

@media (min-width: 768px) {
  .col-sm-neg-1 {
    margin-left: -8.33333%; } }

@media (min-width: 768px) {
  .col-sm-neg-2 {
    margin-left: -16.66667%; } }

.bluecircle {
  background: #0068a6;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px; }

@media (min-width: 768px) {
  .flexbox .flexgrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* fix for safari. 33.3333% wraps early for some reason */ }
    .flexbox .flexgrid .col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      float: none; }
      .flexbox .flexgrid .col .in {
        width: 100%; }
    .flexbox .flexgrid .col-sm-4 {
      width: 33.2%; } }

.tolower {
  text-transform: lowercase; }

.b2t {
  display: none; }
  .b2t svg {
    fill: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 20px;
    width: 20px; }
  @media (min-width: 992px) {
    .b2t {
      font-size: 12px;
      font-size: 0.75rem;
      -webkit-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      opacity: 0;
      filter: alpha(opacity=0);
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      background: rgba(0, 0, 0, 0.36);
      font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
      color: #fff;
      bottom: 61px;
      display: block;
      line-height: 1;
      overflow: hidden;
      position: fixed;
      text-decoration: none;
      text-align: center;
      right: 0;
      width: 0;
      z-index: 99; }
      .b2t.b2t-show {
        opacity: 1;
        filter: alpha(opacity=100);
        padding: 8px 10px;
        width: auto; }
        .b2t.b2t-show:hover {
          background: rgba(0, 0, 0, 0.6);
          color: #fff;
          text-decoration: none; }
      .no-rgba .b2t {
        background: #191919; }
      .no-csstransforms .b2t {
        display: none; }
        .no-csstransforms .b2t.b2t-show {
          display: none; } }
  @media (min-width: 1406px) {
    .b2t {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px;
      bottom: 0;
      right: 2%; }
      .b2t:before {
        font-size: 30px;
        font-size: 1.875rem; } }

.gutterpad {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (min-width: 768px) {
  .bordered {
    margin-left: 1%;
    margin-right: 1%; } }

@media (min-width: 992px) {
  .bordered {
    margin-left: 20px;
    margin-right: 20px; } }

img.full {
  display: block;
  height: auto;
  width: 100%; }

.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.fullscreen-bg_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.fullscreen-bg_video-contain {
  background-size: cover; }
  .fullscreen-bg_video-contain.bg-contain, .single-product .fullscreen-bg_video-contain.product-primary {
    background-size: cover; }
  .fullscreen-bg_video-contain > * {
    position: relative;
    z-index: 1; }
  .fullscreen-bg_video-contain > .fullscreen-bg_video {
    position: absolute;
    z-index: 0; }

.search-form {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif; }
  .search-form input[type="text"],
  .search-form input[type="search"] {
    font-size: 13px;
    font-size: 0.8125rem;
    border: 1px solid #dcddde;
    background-color: rgba(255, 255, 255, 0.85);
    color: #414042;
    font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
    padding: 6px 15px; }
    .search-form input[type="text"]:focus,
    .search-form input[type="search"]:focus {
      border-color: #bdbdbd;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  .search-form .search-submit {
    border: none;
    padding: 0; }

.pghead {
  background: #0068a6;
  color: #fff;
  padding: 44px 0; }
  @media (min-width: 768px) {
    .pghead {
      padding: 88px 0; } }
  .pghead .crumbs a {
    color: #dcddde;
    text-decoration: underline; }
  .pghead .txt {
    max-width: 548px; }
  .pghead h1 {
    color: #dcddde;
    margin-bottom: 1em; }
  .page-default .pghead h2 {
    max-width: 580px; }
  .pghead .title-1 a,
  .pghead .title-2 a {
    color: inherit; }
  .pghead.has-filter {
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 20px; }
    .pghead.has-filter h2 {
      margin-bottom: 40px; }
  .pghead.has-post-thumbnail {
    padding-top: 0; }
    .pghead.has-post-thumbnail img.full {
      margin-bottom: 44px; }
      @media (min-width: 768px) {
        .pghead.has-post-thumbnail img.full {
          margin-bottom: 88px; } }
  .pghead .mfy-in {
    background: #191919;
    color: #fff;
    padding: 20px; }
    .pghead .mfy-in img {
      display: block;
      height: auto;
      width: 100%; }
    .pghead .mfy-in .sig-box {
      background: none;
      float: right;
      padding-top: 36px; }
      .pghead .mfy-in .sig-box img {
        top: -16px; }
        @media (min-width: 992px) {
          .pghead .mfy-in .sig-box img {
            left: -80%; } }
  @media (min-width: 992px) {
    .blog .pghead {
      padding-bottom: 240px; } }

.bg-overlay {
  position: relative; }
  .bg-overlay:before {
    background: rgba(0, 104, 166, 0.8);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0; }
  .bg-overlay > * {
    position: relative;
    z-index: 1; }

.bg-grad-dark,
.bg-grad-light {
  position: relative; }
  .bg-grad-dark:before,
  .bg-grad-light:before {
    opacity: 0.75;
    filter: alpha(opacity=75);
    background-image: -webkit-linear-gradient(left, #191919 0%, transparent 100%);
    background-image: -o-linear-gradient(left, #191919 0%, transparent 100%);
    background-image: linear-gradient(to right, #191919 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF191919', endColorstr='#00000000', GradientType=1);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 25%;
    left: 0;
    bottom: 0;
    z-index: 0; }
  .bg-grad-dark > *,
  .bg-grad-light > * {
    position: relative;
    z-index: 1; }

.bg-grad-light:before {
  background-image: -webkit-linear-gradient(left, #fff 0%, transparent 100%);
  background-image: -o-linear-gradient(left, #fff 0%, transparent 100%);
  background-image: linear-gradient(to right, #fff 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00000000', GradientType=1); }

.bg-base {
  background-color: #191919; }
  .bg-base h1,
  .bg-base h2,
  .bg-base h3,
  .bg-base h4,
  .bg-base h5,
  .bg-base h6 {
    color: #bdbdbd; }
  .bg-base h2 {
    color: #fff; }
  .bg-base h5 {
    color: #8c8c8c; }

.bg-gray-lighter {
  background-color: #edeeee; }
  .bg-gray-lighter hr {
    border-top-color: #dcddde; }

.bg-no-repeat, .bg-cover, .bg-contain, .single-product .product-primary {
  background-repeat: no-repeat; }

.bg-cover {
  background-size: cover; }

.bg-contain, .single-product .product-primary {
  background-size: contain; }

.bg-center-center, .bg-cover, .fabrics .swatch {
  background-position: center center; }

.bg-left-top {
  background-position: 0 0; }

.bg-left-bottom {
  background-position: 0 bottom; }

.bg-left-center {
  background-position: 0 center; }

.bg-right-top {
  background-position: right 0; }

.bg-right-center {
  background-position: right center; }

.bg-right-bottom {
  background-position: right bottom; }

.bg-center-bottom {
  background-position: center bottom; }

.bg-center-top {
  background-position: center 0; }

.logoed .logo {
  display: block;
  height: 45.3px;
  width: 140px; }
  .logoed .logo.tilite {
    height: 45.3px;
    width: 140px; }
  .logoed .logo.roho {
    height: 45.3px;
    width: 140px; }

.logoed img,
.logoed svg {
  display: block;
  margin: 0 0 8px;
  height: 100%;
  width: 100%; }

.logoed.inverse circle,
.logoed.inverse path,
.logoed.inverse rect {
  fill: #fff; }

img.svg-fallback {
  display: none !important; }
  .no-svg img.svg-fallback {
    display: block !important; }

.logo {
  display: inline-block; }
  .logo img,
  .logo svg {
    height: 100%;
    width: 100%; }
  .logo.inverse path,
  .logo.inverse circle {
    fill: #fff; }
  .logo.permobil.no-tagline .st1 {
    display: none; }

.logo-wrap {
  display: inline-block;
  margin-right: 20px; }
  .logo-wrap .logo {
    height: 100%;
    width: 100%; }
    .logo-wrap .logo svg {
      width: 100%;
      height: 100%; }

.blocklist {
  list-style: none;
  margin: 0;
  padding: 0;
  transform: translate3d(0, 0, 0);
  max-width: 500px; }
  .blocklist li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 7px; }
    .blocklist li:first-child {
      margin-top: 0; }
  .blocklist .blockitem {
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    transform-style: preserve-3d;
    font-size: 12px;
    font-size: 0.75rem;
    background: #fff;
    border: 1px solid #fff;
    color: #191919;
    display: block;
    outline: none;
    text-align: center;
    text-decoration: none; }
    @media (min-width: 768px) {
      .blocklist .blockitem {
        font-size: 16px;
        font-size: 1rem;
        text-align: left; } }
    .blocklist .blockitem .in {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      min-height: 108px;
      padding: 12px; }
      @media (min-width: 768px) {
        .blocklist .blockitem .in {
          padding: 10px 16px 10px 40px; } }
    .blocklist .blockitem:hover {
      background-color: #edeeee;
      -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
      -o-transform: scale(1.01);
      transform: scale(1.01); }
  .blocklist .col-td {
    vertical-align: middle; }
  .blocklist .col-thumb {
    text-align: center; }
    .blocklist .col-thumb img,
    .blocklist .col-thumb svg {
      height: auto;
      margin: 0 auto;
      max-width: 140px; }
      @media (min-width: 768px) {
        .blocklist .col-thumb img,
        .blocklist .col-thumb svg {
          max-width: 100%; }
          .no-flexbox .blocklist .col-thumb img, .no-flexbox
          .blocklist .col-thumb svg {
            max-width: 98px; } }
  .blocklist .logo {
    margin-left: 6px;
    position: relative;
    top: 0; }
  .blocklist .logo.permobil {
    height: 41px;
    width: 110px; }
  .blocklist .logo.tilite {
    height: 41px;
    width: 110px; }
  .blocklist .logo.roho {
    height: 41px;
    width: 110px; }

.sig-box {
  font-size: 11px;
  font-size: 0.6875rem;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 20px 10px;
  width: 154px; }
  @media (min-width: 992px) {
    .sig-box {
      padding: 56px 10px 25px; } }
  .sig-box img {
    left: -15px;
    top: -62px;
    position: absolute; }
  .sig-box p:last-child {
    margin-bottom: 0; }

.sec-edev-news,
.sec-edev {
  color: #bdbdbd;
  padding: 30px 0; }

.ev-news img {
  display: block;
  height: auto;
  margin-bottom: 10px;
  width: 100%; }

.ev-news h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 0 0 2px; }
  .ev-news h6 a {
    color: #fff; }

.ev-news .ev-news-item {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 12px; }
  .ev-news .ev-news-item p {
    margin-bottom: 0; }
    .ev-news .ev-news-item p:last-child {
      margin-bottom: 1.5em; }

.sec-edev {
  background-repeat: no-repeat;
  background-size: auto 100%; }
  .sec-edev .sectitle {
    margin-bottom: 1.5em; }
  .sec-edev img {
    height: auto;
    width: auto;
    max-width: 100%; }
  .sec-edev .ed a,
  .sec-edev .ev-news a {
    color: #2ccfed;
    text-decoration: underline; }
    .sec-edev .ed a:hover,
    .sec-edev .ev-news a:hover {
      color: #0068a6; }
  .sec-edev .ev-news h6 {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0 0 2px; }
    .sec-edev .ev-news h6 a {
      color: #fff; }
  .sec-edev .ev {
    padding-bottom: 50px;
    padding-top: 30px; }
    .sec-edev .ev .row {
      margin-bottom: 7px; }
  .sec-edev .ev-ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: #0068a6;
    text-align: center; }
    .sec-edev .ev-ico a {
      margin: 0 auto; }
    .sec-edev .ev-ico svg {
      margin: 0 auto;
      fill: #fff; }
  .sec-edev .ev-item {
    font-size: 12px;
    font-size: 0.75rem;
    background: #fff;
    font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
    padding: 14px;
    width: 100%; }
    .sec-edev .ev-item h6 {
      font-size: 11px;
      font-size: 0.6875rem;
      color: #191919;
      font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif; }
      .sec-edev .ev-item h6 a {
        color: #191919;
        text-decoration: none; }
        .sec-edev .ev-item h6 a:hover {
          color: #00385a;
          text-decoration: underline; }
    .sec-edev .ev-item h5 {
      font-size: 14px;
      font-size: 0.875rem;
      color: #191919;
      font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif; }
      .sec-edev .ev-item h5 a {
        color: #191919;
        text-decoration: none; }
        .sec-edev .ev-item h5 a:hover {
          color: #00385a;
          text-decoration: underline; }
    .sec-edev .ev-item a {
      text-decoration: underline; }

.sec-edev-news .ev {
  margin: 1.5em 0;
  padding-top: 0;
  padding-bottom: 0; }

.sec-edev-tilite {
  background-image: url("../img/sketch-tilite.png");
  background-position: 40% 0; }

.sec-edev-permobil {
  background-image: url("../img/sketch-permobil.jpg");
  background-position: 40% 0; }

.sec-edev-roho {
  background-image: url("../img/sketch-roho.jpg");
  background-position: 40% 0; }

.box-ol {
  border: 1px solid #191919;
  padding: 22px; }

.border-top-none {
  border-top: none; }

.hasicon {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
  padding-left: 22px;
  position: relative;
  text-decoration: underline; }
  .hasicon svg {
    fill: #0068a6;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 13px; }
  .hasicon:hover svg {
    fill: #00385a; }
  .no-svg .hasicon {
    padding-left: 0; }

.drawer {
  border: 1px solid #191919;
  border-top: none; }
  .drawer .trigger {
    font-size: 12px;
    font-size: 0.75rem;
    cursor: pointer;
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 14px 30px 10px 14px;
    position: relative; }
    .drawer .trigger:after {
      font-size: 14px;
      font-size: 0.875rem;
      display: inline-block;
      content: "+";
      font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
      position: absolute;
      right: 12px;
      top: 10px;
      width: 16px;
      text-align: center; }
    .drawer .trigger:hover {
      background-color: #191919;
      color: #fff; }
  .drawer .content {
    overflow: hidden;
    height: 0; }
    .drawer .content .in {
      padding: 10px 30px 14px 14px; }
      .drawer .content .in > p:last-child {
        margin-bottom: 0; }
  .drawer:first-child {
    border-top: 1px solid #191919; }
  .drawer.open .trigger:after {
    content: "-"; }
  .drawer.open .content {
    height: auto; }

.page-default-wrap,
.secondary-content {
  padding: 60px 0;
  position: relative;
  z-index: 1; }

.page-default-wrap {
  z-index: 2; }

.barlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 20px 0 1.5em; }
  .barlist ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 5px; }
  .barlist ul a {
    background: #0068a6;
    color: #fff;
    display: block;
    line-height: 1.1;
    padding: 12px 35px; }
    .barlist ul a:hover {
      background-color: #01456f;
      text-decoration: none; }

#main .gform_wrapper label.gfield_label {
  font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 1px; }

#main .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal; }

input[type="submit"] {
  font-weight: normal; }

.btn-inverse {
  background: #fff;
  color: #0068a6; }
  .btn-inverse:hover {
    background-color: #edeeee;
    color: #0068a6; }

ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1; }
  ul.social li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 10px;
    line-height: 1; }
    ul.social li:first-child {
      margin-left: 0; }
    ul.social li > a {
      background: transparent no-repeat center 0;
      background-size: 100% auto;
      display: inline-block;
      height: 14px;
      outline: none;
      width: 7px; }
      ul.social li > a:focus, ul.social li > a:active {
        outline: none; }
    ul.social li.facebook > a {
      background-image: url("../img/icons/facebook.svg"); }
    ul.social li.twitter > a {
      background-image: url("../img/icons/twitter.svg");
      height: 14px;
      width: 17px; }
    ul.social li.linkedin > a {
      background-image: url("../img/icons/linkedin.svg");
      height: 14px;
      width: 15px; }
    ul.social li.youtube > a {
      background-image: url("../img/icons/youtube.svg");
      height: 14px;
      width: 18px; }
    ul.social li.instagram > a {
      background-image: url("../img/icons/instagram.svg");
      height: 14px;
      width: 14px; }
    ul.social li.pinterest > a {
      background-image: url("../img/icons/pinterest.svg");
      height: 16px;
      width: 16px; }

.pop-social {
  border-top: 1px solid #dcddde;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 5px; }
  .pop-social:first-child {
    border-top: none; }

.callout-ad {
  background: #0068a6;
  color: #bdbdbd;
  font-weight: 300; }
  .callout-ad img {
    height: auto;
    width: 100%; }
  .callout-ad h6 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 0.5em; }
  .callout-ad .in {
    padding: 18px 14px; }
  .callout-ad p {
    margin: 0 0 5px; }
  .callout-ad .gform_wrapper,
  .callout-ad .hbspt-form {
    margin: 0;
    padding: 0; }
    .callout-ad .gform_wrapper form .gform_body,
    .callout-ad .gform_wrapper form > div,
    .callout-ad .hbspt-form form .gform_body,
    .callout-ad .hbspt-form form > div {
      display: inline-block;
      line-height: 1.1;
      margin: 0;
      padding: 0;
      width: 72%; }
      .callout-ad .gform_wrapper form .gform_body label,
      .callout-ad .gform_wrapper form > div label,
      .callout-ad .hbspt-form form .gform_body label,
      .callout-ad .hbspt-form form > div label {
        display: none; }
      .callout-ad .gform_wrapper form .gform_body input,
      .callout-ad .gform_wrapper form > div input,
      .callout-ad .hbspt-form form .gform_body input,
      .callout-ad .hbspt-form form > div input {
        font-size: 14px;
        font-size: 0.875rem;
        border: none;
        padding: 6px; }
      .callout-ad .gform_wrapper form .gform_body ul.gform_fields,
      .callout-ad .gform_wrapper form > div ul.gform_fields,
      .callout-ad .hbspt-form form .gform_body ul.gform_fields,
      .callout-ad .hbspt-form form > div ul.gform_fields {
        padding: 0 5px 0 0;
        margin: 0; }
        .callout-ad .gform_wrapper form .gform_body ul.gform_fields li.gfield,
        .callout-ad .gform_wrapper form > div ul.gform_fields li.gfield,
        .callout-ad .hbspt-form form .gform_body ul.gform_fields li.gfield,
        .callout-ad .hbspt-form form > div ul.gform_fields li.gfield {
          padding: 0;
          margin: 0; }
      .callout-ad .gform_wrapper form .gform_body .field,
      .callout-ad .gform_wrapper form > div .field,
      .callout-ad .hbspt-form form .gform_body .field,
      .callout-ad .hbspt-form form > div .field {
        margin: 0 0 5px;
        padding: 0; }
        .callout-ad .gform_wrapper form .gform_body .field label,
        .callout-ad .gform_wrapper form > div .field label,
        .callout-ad .hbspt-form form .gform_body .field label,
        .callout-ad .hbspt-form form > div .field label {
          color: #fff;
          font-weight: normal;
          display: block; }
    .callout-ad .gform_wrapper form > div,
    .callout-ad .hbspt-form form > div {
      margin-top: 8px; }
    .callout-ad .gform_wrapper form .gform_footer,
    .callout-ad .gform_wrapper form .actions,
    .callout-ad .hbspt-form form .gform_footer,
    .callout-ad .hbspt-form form .actions {
      display: inline-block;
      width: 23%;
      margin: 0;
      padding: 0; }
      .callout-ad .gform_wrapper form .gform_footer input[type="submit"],
      .callout-ad .gform_wrapper form .actions input[type="submit"],
      .callout-ad .hbspt-form form .gform_footer input[type="submit"],
      .callout-ad .hbspt-form form .actions input[type="submit"] {
        font-size: 14px;
        font-size: 0.875rem;
        background: #bdbdbd;
        border-radius: 3px;
        border: none;
        box-shadow: none;
        font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: normal;
        line-height: 1.1;
        margin: 0;
        padding: 6px 12px;
        text-shadow: none; }
        .callout-ad .gform_wrapper form .gform_footer input[type="submit"]:hover,
        .callout-ad .gform_wrapper form .actions input[type="submit"]:hover,
        .callout-ad .hbspt-form form .gform_footer input[type="submit"]:hover,
        .callout-ad .hbspt-form form .actions input[type="submit"]:hover {
          border: none; }
    .callout-ad .gform_wrapper form .actions,
    .callout-ad .hbspt-form form .actions {
      width: auto; }

#site-footer {
  padding: 30px 0; }
  @media (min-width: 768px) {
    #site-footer ul.social {
      float: right; } }

#footer-widget-area .widget-container {
  border: none;
  margin-bottom: 1em;
  padding: 0; }
  @media (min-width: 768px) {
    #footer-widget-area .widget-container {
      float: left;
      width: 20%; } }

#footer-widget-area .menu {
  font-size: 13px;
  font-size: 0.8125rem;
  max-width: 80%; }
  #footer-widget-area .menu li {
    margin-bottom: 10px; }
  #footer-widget-area .menu a {
    color: #191919; }
    #footer-widget-area .menu a:hover {
      text-decoration: underline; }
  #footer-widget-area .menu .sub-menu {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
    margin-top: 10px; }
    #footer-widget-area .menu .sub-menu li {
      margin-bottom: 5px; }
    #footer-widget-area .menu .sub-menu a {
      color: #8c8c8c; }

.ft-txt {
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 1px solid #edeeee;
  color: #8c8c8c;
  line-height: 1.1;
  padding: 8px 0; }
  .ft-txt p {
    margin: 0; }
  .ft-txt a:hover {
    text-decoration: underline; }

.ft-txt-b {
  border-bottom: none; }
  .ft-txt-b a {
    color: #8c8c8c; }
  @media (min-width: 768px) {
    .ft-txt-b {
      float: left; } }

.sec-story {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .sec-story {
      padding: 150px 0 300px; } }
  .sec-story h5 {
    color: #8c8c8c; }
  .sec-story .rmore {
    text-decoration: underline;
    font-size: 16px;
    font-size: 1rem; }
    .sec-story .rmore.rmore-w {
      color: #fff; }
      .sec-story .rmore.rmore-w:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
  .sec-story.bg-grad-dark {
    color: #fff; }
    .sec-story.bg-grad-dark h1,
    .sec-story.bg-grad-dark h2,
    .sec-story.bg-grad-dark h3,
    .sec-story.bg-grad-dark h4 {
      color: #fff; }
    .sec-story.bg-grad-dark h5 {
      color: #dcddde; }
    .sec-story.bg-grad-dark:before {
      background-image: -webkit-linear-gradient(left, transparent 0%, #191919 100%);
      background-image: -o-linear-gradient(left, transparent 0%, #191919 100%);
      background-image: linear-gradient(to right, transparent 0%, #191919 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF191919', GradientType=1);
      right: 0;
      left: 25%; }
  .sec-story.bg-grad-light:before {
    background-image: -webkit-linear-gradient(left, transparent 0%, #fff 100%);
    background-image: -o-linear-gradient(left, transparent 0%, #fff 100%);
    background-image: linear-gradient(to right, transparent 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FFFFFFFF', GradientType=1);
    right: 0;
    left: 25%; }

.block-row {
  margin-bottom: 30px;
  position: relative;
  z-index: 1; }
  .block-row .entry {
    background: rgba(237, 238, 238, 0.9);
    padding: 30px; }
    @media (min-width: 992px) {
      .block-row .entry {
        padding: 30px 60px; } }
    @media (min-width: 992px) {
      .block-row .entry .in {
        max-width: 380px;
        width: 70%; } }
    .block-row .entry h5 {
      font-weight: normal;
      margin-bottom: 30px; }
    .block-row .entry p {
      margin-bottom: 30px; }
    .block-row .entry .logoed {
      display: block;
      margin-bottom: 45px; }
  .block-row .secondary-entry {
    margin-bottom: 60px; }
  @media (min-width: 768px) {
    .block-row {
      margin-bottom: 0; }
      .block-row.block-permobil {
        margin-top: -88px;
        padding: 88px 0 114px; }
      .block-row.block-tilite {
        margin-top: -70px;
        padding-bottom: 88px; }
      .block-row.block-roho {
        margin-top: -44px;
        padding-bottom: 328px; } }

.col-equalize-xs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 107%; }
  .col-equalize-xs .col-td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

.no-flexbox .col-equalize-xs {
  display: table;
  min-width: 0;
  max-width: none;
  width: 100%; }
  .no-flexbox .col-equalize-xs .col-td {
    float: none;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle; }

@media (min-width: 768px) {
  .col-equalize {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    max-width: 107%; }
    .col-equalize .col-td {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
  .no-flexbox .col-equalize {
    display: table;
    min-width: 0;
    max-width: none;
    width: 100%; }
    .no-flexbox .col-equalize .col-td {
      float: none;
      display: table-cell;
      overflow: hidden;
      vertical-align: middle; } }

@media (min-width: 992px) {
  .vcenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .no-flexbox .vcenter {
      display: block; } }

/* ==========================================================================
   Hubspot Forms
   ========================================================================== */
/* All Global Forms
   ========================================================================== */
body .hs-form fieldset {
  margin-bottom: 1em; }

.hs_recaptcha {
  margin-bottom: 1em; }

/* Form Field */
/* Descriptions */
/* Labels */
body label {
  font-weight: normal; }

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif; }

/* Separate Styles for Multiple Line Inputs */
/* Separate Styles for Drop Downs */
/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0; }

/* Required */
/* Placeholder Text */
::-webkit-input-placeholder {
  /* Webkit Browsers */
  /* color: #555;
   opacity: 1; */ }

:-moz-placeholder {
  /* Firefox 18- */
  /* color: #555;
   opacity: 1; */ }

::-moz-placeholder {
  /* Firefox 19+ */
  /* color: #555;
   opacity: 1; */ }

:-ms-input-placeholder {
  /* IE10 */
  /* color: #555;
   opacity: 1; */ }

/* Form Module
   ========================================================================== */
/* Form Field */
/* Descriptions */
/* Labels */
/* One Line Inputs */
/* Separate Styles for Multiple Line Inputs */
/* Separate Styles for Drop Downs */
/* Multiple Selection Inputs */
/* Blog Comment Form
   ========================================================================== */
/* Label */
/* Inputs */
/* Error */
body .hs-common-error-message,
.hs-error-msgs {
  color: red;
  font-size: 12px;
  font-size: 0.75rem; }

/* Blog Subscription Form
   ========================================================================== */
/* Label */
/* Inputs */
#hs_form_target_blog_subscription input[type="radio"],
#hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px; }

/* Google Search Form
   ========================================================================== */
/* Label */
/* Input */
/* Multi Column Form
   ========================================================================== */
/* Multiple Selection Inputs */
body form.hs-form fieldset {
  max-width: none; }

body form.hs-form fieldset .hs-form-field {
  padding: 0 10px 0 0; }

body form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0; }

body form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%; }

body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto; }

body form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field {
    padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input,
  body form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
    width: auto; } }

#header {
  -webkit-transition: background 250ms ease-in-out;
  -o-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
  background: #fff;
  left: 0;
  line-height: 1;
  padding: 8px 1%;
  position: fixed;
  right: 0;
  z-index: 1000; }
  @media (min-width: 992px) {
    #header {
      padding-left: 25px;
      padding-right: 25px; } }
  #header .main-logo .logo {
    display: block;
    height: 23px;
    left: 15px;
    position: absolute;
    top: 22px;
    width: 94px;
    z-index: 2; }
    #header .main-logo .logo svg,
    #header .main-logo .logo img {
      height: 100%;
      width: 100%; }
    @media (min-width: 992px) {
      #header .main-logo .logo {
        float: left;
        position: static;
        margin: 0; } }
  #header .search-form {
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(65, 64, 66, 0.9);
    padding: 10px 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    right: 0;
    text-align: center;
    top: auto;
    bottom: 0;
    width: 100%;
    margin-top: 66px;
    z-index: 100; }
    @media (min-width: 992px) {
      #header .search-form {
        background: rgba(255, 255, 255, 0.5);
        bottom: auto;
        text-align: right;
        top: 0; } }
    @media (min-width: 768px) {
      #header .search-form {
        margin-top: 38px; } }
    #header .search-form label {
      margin: 0 1%; }
      @media (min-width: 992px) {
        #header .search-form label {
          margin: 0 25px; } }
    #header .search-form input[type="text"],
    #header .search-form input[type="search"] {
      -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
      -o-transform: translate(100%, 0);
      transform: translate(100%, 0);
      -webkit-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
      margin-left: 5%;
      min-width: 240px; }
      @media (min-width: 992px) {
        #header .search-form input[type="text"],
        #header .search-form input[type="search"] {
          margin-right: 25px; } }
    #header .search-form .search-submit {
      border: none;
      padding: 0; }
    #header .search-form.open {
      opacity: 1;
      filter: alpha(opacity=100);
      height: auto; }
      #header .search-form.open input[type="text"],
      #header .search-form.open input[type="search"] {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
  #header.scrolled {
    background: rgba(255, 255, 255, 0.75); }

#header .navbar {
  background: none;
  border: none;
  margin-bottom: 0;
  min-height: 0; }
  @media (min-width: 992px) {
    #header .navbar {
      float: right;
      position: static; } }

#header .navbar-collapse {
  padding: 0; }

#header .chev-ph {
  display: none; }

#main-nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  #main-nav .chev svg {
    fill: #8c8c8c; }
  #main-nav li {
    background: #191919;
    border-bottom: 1px solid #edeeee;
    list-style: none;
    margin: 0;
    padding: 0; }
  #main-nav a {
    background: #191919;
    color: #fff;
    display: block;
    padding: 10px 5%; }
    #main-nav a[href="#search"] svg {
      fill: #8c8c8c;
      height: 10px;
      width: 10px; }
      @media (min-width: 992px) {
        #main-nav a[href="#search"] svg {
          fill: #191919; } }
  #main-nav .dropdown-toggle svg {
    margin-left: 6px;
    height: 9px;
    width: 9px; }
  #main-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    float: none;
    padding: 0;
    position: relative;
    min-width: 0;
    top: 0;
    left: auto;
    right: 0;
    /*width: 9999em;*/
    min-width: 200px;
    width: auto; }
    #main-nav .dropdown-menu li {
      display: block; }
    #main-nav .dropdown-menu a {
      background: #8c8c8c; }
    #main-nav .dropdown-menu .chev {
      display: none;
      margin-left: 6px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      #main-nav .dropdown-menu .chev svg {
        fill: #dcddde; }
    #main-nav .dropdown-menu .back .chev {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-left: 0;
      margin-right: 4px; }
      #main-nav .dropdown-menu .back .chev svg {
        fill: #8c8c8c; }
    #main-nav .dropdown-menu .logo {
      float: none;
      display: inline-block;
      margin-right: 8px;
      position: relative; }
      #main-nav .dropdown-menu .logo.permobil {
        height: auto;
        width: 45px;
        top: 1px; }
        .no-flexbox #main-nav .dropdown-menu .logo.permobil {
          top: auto; }
      #main-nav .dropdown-menu .logo.tilite {
        height: auto;
        width: 23px; }
      #main-nav .dropdown-menu .logo.roho {
        height: auto;
        width: 32px;
        top: 0; }
        .no-flexbox #main-nav .dropdown-menu .logo.roho {
          top: auto; }
  @media (min-width: 992px) {
    #main-nav {
      margin-top: 4px; }
      #main-nav .dropdown {
        position: static; }
      #main-nav > .dropdown {
        position: relative; }
      #main-nav li {
        font-size: 13px;
        font-size: 0.8125rem;
        background: none;
        border-bottom: none;
        display: inline-block;
        margin-left: 30px; }
        #main-nav li:first-child {
          margin-left: 0; }
      #main-nav a {
        background: none;
        color: #191919;
        display: inline-block;
        padding: 0; }
        #main-nav a:hover {
          text-decoration: underline; }
      #main-nav .dropdown-menu {
        -webkit-transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
        -o-transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
        transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
        overflow: hidden;
        overflow-y: scroll;
        height: calc(100vh - 25px);
        margin-right: -100vw;
        padding-right: 100vw;
        position: absolute;
        top: 25px; }
        #main-nav .dropdown-menu .chev {
          display: inline; }
          #main-nav .dropdown-menu .chev svg {
            fill: #bdbdbd; }
        #main-nav .dropdown-menu li {
          font-size: 16px;
          font-size: 1rem;
          display: block;
          margin-left: 0; }
        #main-nav .dropdown-menu a {
          background: none;
          border-bottom: 1px solid #edeeee;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          margin-left: 1px;
          margin-right: -50vw;
          padding: 25px 50vw 25px 15px; }
          .no-flexbox #main-nav .dropdown-menu a {
            display: block; }
          #main-nav .dropdown-menu a:hover {
            text-decoration: none;
            background-color: #edeeee; }
          #main-nav .dropdown-menu a .logo.permobil {
            height: 25px;
            width: 90px;
            top: 1px; }
            .no-flexbox #main-nav .dropdown-menu a .logo.permobil {
              top: auto; }
          #main-nav .dropdown-menu a .logo.tilite {
            height: 60px;
            width: 45px; }
          #main-nav .dropdown-menu a .logo.roho {
            height: 47px;
            width: 64px;
            top: -6px; }
            .no-flexbox #main-nav .dropdown-menu a .logo.roho {
              top: auto; }
        #main-nav .dropdown-menu .dropdown-menu {
          -webkit-transform: translate(50%, 0);
          -ms-transform: translate(50%, 0);
          -o-transform: translate(50%, 0);
          transform: translate(50%, 0);
          opacity: 0;
          filter: alpha(opacity=0);
          transform-style: preserve-3d;
          display: block;
          margin-left: 0;
          height: 0;
          left: 0;
          top: 0; }
          #main-nav .dropdown-menu .dropdown-menu.active {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
            filter: alpha(opacity=100);
            overflow-y: scroll;
            height: calc(100vh - 50px); }
          #main-nav .dropdown-menu .dropdown-menu li {
            font-size: 12px;
            font-size: 0.75rem; }
          #main-nav .dropdown-menu .dropdown-menu a {
            padding: 14px 15px; }
          #main-nav .dropdown-menu .dropdown-menu .back {
            border-bottom: none; }
            #main-nav .dropdown-menu .dropdown-menu .back a {
              font-size: 12px;
              font-size: 0.75rem;
              color: #8c8c8c;
              font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif; }
          #main-nav .dropdown-menu .dropdown-menu .overview {
            font-size: 16px;
            font-size: 1rem;
            position: relative; }
            #main-nav .dropdown-menu .dropdown-menu .overview .all {
              font-size: 12px;
              font-size: 0.75rem;
              color: #bdbdbd;
              margin-left: 8px;
              text-decoration: underline; } }

.posted-on .updated {
  display: none; }

.posted-on .published.updated {
  display: inline; }

.postlist {
  padding-bottom: 60px;
  padding-top: 30px; }
  .postlist .hentry {
    border-bottom: 1px solid #dcddde;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .single-post .postlist .hentry,
    .single-real_life .postlist .hentry {
      border-bottom: none;
      padding-bottom: 0; }
    .postlist .hentry img {
      height: auto;
      max-width: 100%;
      width: auto; }
      @media (min-width: 992px) {
        .search-results .postlist .hentry img {
          max-width: 50%; } }
    .postlist .hentry .entry-date {
      font-size: 12px;
      font-size: 0.75rem;
      display: block;
      font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
      margin-bottom: 5px; }
    .postlist .hentry p:last-child {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .postlist .hentry:first-child.has-post-thumbnail {
        margin-top: -180px; }
        .single-post .postlist .hentry:first-child.has-post-thumbnail,
        .single-real_life .postlist .hentry:first-child.has-post-thumbnail,
        .single-education_evidence .postlist .hentry:first-child.has-post-thumbnail,
        .single-instructors .postlist .hentry:first-child.has-post-thumbnail {
          margin-top: -90px; }
        .postlist .hentry:first-child.has-post-thumbnail .entry-date {
          color: #fff; }
        .postlist .hentry:first-child.has-post-thumbnail .entry-title a {
          color: #fff; }
        .search-results .postlist .hentry:first-child.has-post-thumbnail,
        .archive .postlist .hentry:first-child.has-post-thumbnail {
          margin-top: 0; }
          .search-results .postlist .hentry:first-child.has-post-thumbnail .entry-date,
          .archive .postlist .hentry:first-child.has-post-thumbnail .entry-date {
            color: #191919; }
          .search-results .postlist .hentry:first-child.has-post-thumbnail .entry-title a,
          .archive .postlist .hentry:first-child.has-post-thumbnail .entry-title a {
            color: #0068a6; } }

.ft-img {
  margin-bottom: 30px; }
  .ft-img img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto; }

.pagination .page-numbers {
  font-size: 12px;
  font-size: 0.75rem;
  border: 1px solid #dcddde;
  display: inline-block;
  font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1;
  padding: 7px 8px; }
  .pagination .page-numbers:hover {
    background: #edeeee;
    text-decoration: none; }
  .pagination .page-numbers.current {
    background: #0068a6;
    border-color: #0068a6;
    color: #fff; }

.pghead-blog .txt {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 30px; }

.pghead-blog .title-2 {
  max-width: 600px; }

.blogfilter {
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .blogfilter {
      float: left;
      margin-bottom: 0; } }
  .blogfilter .chosen-container-single .chosen-single {
    background-color: #0068a6;
    border-color: #fff;
    border-radius: 0;
    color: #fff; }
  .blogfilter .chosen-container {
    margin-left: -1px;
    max-width: 200px;
    min-width: 200px; }
    .blogfilter .chosen-container .chosen-drop {
      background-color: #0068a6;
      border-color: #fff; }
    .blogfilter .chosen-container .chosen-results {
      color: #fff; }
  .blogfilter .chosen-container-single .chosen-search input[type="text"] {
    border-color: #edeeee; }
  .blogfilter:first-child .chosen-container {
    margin-left: 0; }
  .blogfilter .chosen-rtl .chosen-search input[type="text"],
  .blogfilter .chosen-container-single .chosen-single abbr,
  .blogfilter .chosen-container-single .chosen-single div b,
  .blogfilter .chosen-container-single .chosen-search input[type="text"],
  .blogfilter .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .blogfilter .chosen-container .chosen-results-scroll-down span,
  .blogfilter .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/chosen-sprite-b.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .blogfilter .chosen-rtl .chosen-search input[type="text"],
    .blogfilter .chosen-container-single .chosen-single abbr,
    .blogfilter .chosen-container-single .chosen-single div b,
    .blogfilter .chosen-container-single .chosen-search input[type="text"],
    .blogfilter .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .blogfilter .chosen-container .chosen-results-scroll-down span,
    .blogfilter .chosen-container .chosen-results-scroll-up span {
      background-image: url("../img/chosen-sprite-b@2x.png") !important;
      background-size: 52px 37px !important;
      background-repeat: no-repeat !important; } }

.single-post .hentry .meta,
.single-real_life .hentry .meta,
.single-education_evidence .hentry .meta,
.single-instructors .hentry .meta {
  font-size: 12px;
  font-size: 0.75rem;
  border-top: 1px solid #dcddde;
  color: #bdbdbd;
  margin-top: 30px;
  font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
  padding-top: 15px; }

.widgets,
.widget-container {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget-container {
  margin-bottom: 50px; }
  .widget-container ul, .widget-container li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .widget-container li {
    margin-bottom: 8px; }
  .widget-container .widget-title {
    color: #8c8c8c;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 10px; }

#primary-sidebar-widget-area {
  padding-top: 30px; }

#support-sidebar-widget-area {
  margin-top: 60px; }
  #support-sidebar-widget-area .widget-container {
    font-size: 12px;
    font-size: 0.75rem;
    color: #8c8c8c;
    border: none;
    padding: 0; }
    #support-sidebar-widget-area .widget-container h6 {
      font-weight: normal;
      color: #191919; }

.widget-container .text-widget-contact {
  font-size: 12px;
  font-size: 0.75rem;
  color: #8c8c8c;
  border: none;
  padding: 0; }
  .widget-container .text-widget-contact h6 {
    font-weight: normal;
    color: #191919; }

.titlelink-widget {
  font-size: 14px;
  font-size: 0.875rem;
  background: #2ccfed;
  color: #fff;
  padding: 18px 52px 18px 18px; }
  .titlelink-widget h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.28; }
  .titlelink-widget p:last-child {
    margin-bottom: 0; }
  .titlelink-widget a {
    color: #fff;
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    text-decoration: underline; }
    .titlelink-widget a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.titlelink-widget-b {
  background-color: #0068a6; }

.phototext-widget {
  background: #191919;
  color: #fff; }
  .phototext-widget > img {
    height: auto;
    width: 100%; }
  .phototext-widget h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4375; }
  .phototext-widget a {
    color: #2ccfed;
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    text-decoration: underline; }
    .phototext-widget a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .phototext-widget .in {
    padding: 22px 18px; }
  .phototext-widget p:last-child {
    margin-bottom: 0; }

.logotextlink-widget {
  font-size: 14px;
  font-size: 0.875rem;
  background: #dcddde;
  color: #191919;
  line-height: 1.42857; }
  .logotextlink-widget .in {
    padding: 18px; }
  .logotextlink-widget img {
    margin-bottom: 18px; }
  .logotextlink-widget .ablk {
    background: #191919;
    display: block;
    color: #fff;
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    padding: 18px;
    text-decoration: underline; }
    .logotextlink-widget .ablk:hover {
      background-color: #000; }

.hmhead {
  background-color: #edeeee;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .hmhead {
      padding-bottom: 0; } }
  .hmhead > .container {
    position: relative; }
  .hmhead .blocklist {
    bottom: 0px;
    left: 15px;
    max-width: 467px;
    position: absolute;
    right: 15px;
    z-index: 101; }
    @media (min-width: 768px) {
      .hmhead .blocklist {
        bottom: 0; } }
    @media (min-width: 992px) {
      .hmhead .blocklist {
        left: 0;
        margin-bottom: -30px;
        max-width: 500px; } }
  .hmhead h1 {
    font-size: 36px;
    font-size: 2.25rem;
    color: #fff;
    line-height: 1.16471;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .hmhead h1 {
        font-size: 56px;
        font-size: 3.5rem; } }
  .hmhead .txt {
    background: rgba(0, 104, 166, 0.75);
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    max-width: 467px;
    margin-bottom: 40px; }
  .hmhead .cycle-slideshow .slide {
    background-repeat: no-repeat;
    min-height: 100%;
    width: 100%; }
    .hmhead .cycle-slideshow .slide .txt {
      padding: 55px 5% 650px; }
      @media (min-width: 768px) {
        .hmhead .cycle-slideshow .slide .txt {
          padding: 110px 5% 350px; } }
      @media (min-width: 992px) {
        .hmhead .cycle-slideshow .slide .txt {
          padding: 110px 0 350px;
          background: none; } }
  .hmhead .cycle-slideshow .cycle-pager {
    display: none;
    bottom: 12px;
    right: 2.5%;
    position: absolute;
    z-index: 102; }
    .hmhead .cycle-slideshow .cycle-pager span {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      margin-left: 12px;
      height: 12px;
      width: 12px; }
      .hmhead .cycle-slideshow .cycle-pager span.cycle-pager-active {
        background: white; }

.sec-triphotos .col {
  margin-bottom: 0; }

.sec-triphotos .home-ph {
  overflow: hidden;
  position: relative; }

.sec-personal {
  position: relative; }
  @media (min-width: 768px) {
    .sec-personal .cph-contain {
      overflow: hidden;
      left: 0;
      position: absolute;
      right: 0;
      top: 90px;
      z-index: 2; } }
  .sec-personal .slideshow {
    z-index: 1; }
  .sec-personal .cycle-pagination {
    display: none; }
    @media (min-width: 768px) {
      .sec-personal .cycle-pagination {
        display: block;
        width: 133%; }
        .sec-personal .cycle-pagination div {
          -webkit-transition: all 500ms ease-in-out;
          -o-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out;
          cursor: pointer;
          display: inline-block;
          margin-left: 1%;
          overflow: hidden;
          position: relative;
          width: 32%;
          z-index: 1; }
        .sec-personal .cycle-pagination .cycle-pager-active {
          opacity: 0;
          filter: alpha(opacity=0);
          z-index: 2;
          width: 0; }
        .sec-personal .cycle-pagination img {
          -webkit-transition: all 100ms ease-in-out;
          -o-transition: all 100ms ease-in-out;
          transition: all 100ms ease-in-out;
          display: block;
          height: auto;
          width: 100%; }
          .sec-personal .cycle-pagination img:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); } }
  .sec-personal .slide {
    width: 100%; }
    .sec-personal .slide img {
      display: block;
      height: auto;
      width: 100%; }
    .sec-personal .slide .sig-box {
      -webkit-transition: all 500ms ease-in-out 250ms;
      -o-transition: all 500ms ease-in-out 250ms;
      transition: all 500ms ease-in-out 250ms;
      left: 0;
      bottom: 0;
      position: absolute; }
      @media (min-width: 768px) {
        .sec-personal .slide .sig-box {
          opacity: 0;
          filter: alpha(opacity=0);
          bottom: auto;
          left: auto;
          margin-top: 0;
          right: 15%;
          top: 58%;
          z-index: 3; }
          .sec-personal .slide .sig-box img {
            display: block; } }
      @media (min-width: 1200px) {
        .sec-personal .slide .sig-box {
          left: 15%;
          margin-top: -30px;
          right: auto; } }
      .sec-personal .slide .sig-box img {
        display: none;
        width: auto; }
        @media (min-width: 768px) {
          .sec-personal .slide .sig-box img {
            display: block;
            top: -40px;
            max-width: 190%; } }
    @media (min-width: 768px) {
      .sec-personal .slide.cycle-slide-active .sig-box {
        opacity: 1;
        filter: alpha(opacity=100);
        top: 60%; } }
  .sec-personal .txt {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 0; }
    @media (min-width: 768px) {
      .sec-personal .txt {
        padding: 30px; } }
    .sec-personal .txt h3 {
      color: #0068a6;
      margin-bottom: 20px;
      line-height: 1.35417; }
    .sec-personal .txt p {
      margin-bottom: 20px; }
      .sec-personal .txt p:last-child {
        margin-bottom: 0; }

.sec-united {
  background: #edeeee;
  padding-bottom: 30px;
  position: relative;
  z-index: 3; }
  @media (min-width: 768px) {
    .sec-united {
      padding-bottom: 60px; } }

.entry-united {
  background: #fff;
  margin-bottom: 30px;
  padding: 5%; }
  @media (min-width: 768px) {
    .entry-united {
      margin-top: -30px;
      margin-bottom: 0;
      padding: 30px 90px 130px 30px; } }
  .entry-united .col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
    .entry-united .col a {
      margin: 0 auto; }
  .entry-united .logo {
    display: block;
    margin: 0 auto;
    height: 27.61px;
    width: 155px; }
    .entry-united .logo.tilite {
      height: 93.89px;
      width: 70px; }
    .entry-united .logo.roho {
      position: relative;
      top: -10px;
      height: 81.33px;
      width: 155px; }
  .entry-united h3 {
    color: #0068a6;
    margin-bottom: 1em; }

.product-united img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  height: auto;
  max-width: 240px;
  width: auto; }

@media (min-width: 768px) {
  .product-united {
    margin-top: -100px; }
    .product-united:first-child {
      margin-top: -230px; }
    .product-united:last-child {
      margin-top: -100px; }
    .product-united img {
      max-width: 100%; } }

.product-united .txt {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 auto;
  max-width: 240px;
  text-align: center; }
  @media (min-width: 768px) {
    .product-united .txt {
      margin: 0 5%;
      text-align: left; } }

.product-united h5 {
  font-weight: normal; }
  .product-united h5 a {
    color: #191919; }

.prodcathead {
  color: #fff;
  padding: 55px 0;
  z-index: 0; }
  @media (min-width: 768px) {
    .prodcathead {
      padding: 110px 0 0; } }
  .prodcathead h1 {
    font-size: 14px;
    font-size: 0.875rem;
    color: #bdbdbd;
    margin-bottom: 12px; }
    .prodcathead h1 .logo {
      margin-bottom: 12px; }
    @media (min-width: 768px) {
      .prodcathead h1 {
        margin-left: 60px; } }
  .prodcathead h2 {
    margin-bottom: 60px;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .prodcathead h2 {
        margin-left: 60px; } }
  .prodcathead .term-description {
    background: #0068a6;
    margin-top: 30px;
    padding: 5%; }
    @media (min-width: 768px) {
      .prodcathead .term-description {
        margin-bottom: -60px;
        padding: 60px 90px 60px 60px; } }
    .prodcathead .term-description p {
      max-width: 316px; }
      .prodcathead .term-description p:first-child {
        font-size: 16px;
        font-size: 1rem; }

.subprodcathead {
  background-color: #edeeee;
  color: #414042; }
  @media (min-width: 768px) {
    .subprodcathead {
      padding-bottom: 260px; }
      .subprodcathead.no-img {
        padding-bottom: 120px; } }
  .subprodcathead .in {
    background: rgba(237, 238, 238, 0.8);
    padding: 30px; }
  .subprodcathead .logoed {
    margin-bottom: 30px; }
  .subprodcathead h1 {
    color: #0068a6;
    margin-bottom: 0.5em; }
  .subprodcathead .term-description {
    font-size: 18px;
    font-size: 1.125rem; }
  .subprodcathead.no-img {
    background-color: #0068a6; }
    .subprodcathead.no-img .in {
      background: none;
      padding: 0; }
    .subprodcathead.no-img h1 {
      color: #fff; }
    .subprodcathead.no-img .term-description {
      color: #fff; }

.browsehead {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .browsehead h3 {
      float: left; }
    .browsehead .btn, .browsehead input[type="submit"], .browsehead .btn-inverse {
      float: right; } }

.product-goto {
  border-top: 1px solid #dcddde;
  padding-top: 18px; }
  .product-goto select {
    min-width: 80%; }
  .product-goto h5 {
    font-weight: normal;
    margin-bottom: 14px; }

.product .count {
  display: none; }

.p-grid {
  background: #edeeee; }
  .p-grid .in {
    padding: 30px 0; }
    @media (min-width: 768px) {
      .p-grid .in {
        padding: 30px 20px 30px 60px; } }
  .p-grid li.product a {
    color: #191919; }
  .p-grid li.product h3 {
    font-weight: normal; }
  .woocommerce .p-grid ul.products li.product {
    text-align: center; }
    .woocommerce .p-grid ul.products li.product h3 {
      padding-top: 0; }
    .woocommerce .p-grid ul.products li.product a img {
      margin-bottom: 0.5em; }

.sec-subcatbrowse > .container {
  position: relative;
  padding-bottom: 312px; }

@media (min-width: 768px) {
  .sec-subcatbrowse .p-grid {
    margin-top: -60px; } }

table.specs {
  margin-bottom: 1em;
  width: 100%; }
  table.specs td {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 10px; }
    table.specs td:first-child {
      font-weight: bold; }
    table.specs td.spec-red {
      color: red; }
    table.specs td.spec-green {
      color: green; }
  table.specs tr:nth-child(odd) td {
    background: #dcddde; }

.spec-dislcaimer {
  font-size: 10px;
  font-size: 0.625rem;
  color: #8c8c8c; }
  .spec-dislcaimer .spec-red {
    color: red; }
  .spec-dislcaimer .spec-green {
    color: green; }

.sec-productmfy {
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 50px 0;
  position: relative; }
  @media (min-width: 768px) {
    .sec-productmfy {
      padding: 145px 0 190px; } }
  .sec-productmfy .txt {
    font-size: 12px;
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 30px; }
  .sec-productmfy h5 {
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif; }
  .sec-productmfy .sig-box {
    width: 100%;
    padding-top: 0; }
    .sec-productmfy .sig-box .in {
      float: right;
      max-width: 36%; }
    .sec-productmfy .sig-box img {
      /*left: -100%;*/
      top: -10px;
      left: 15px;
      max-width: 55%; }
  .single-product .sec-productmfy .mfy-in {
    background: #191919;
    color: #fff;
    padding: 20px 0; }
  .single-product .sec-productmfy .txt {
    background: none;
    color: #fff; }
    .single-product .sec-productmfy .txt > p {
      max-width: 82%; }
    .single-product .sec-productmfy .txt h1,
    .single-product .sec-productmfy .txt h2,
    .single-product .sec-productmfy .txt h3,
    .single-product .sec-productmfy .txt h4,
    .single-product .sec-productmfy .txt h5 {
      color: #fff; }
    .single-product .sec-productmfy .txt img {
      width: 100%; }
  .single-product .sec-productmfy .sig-box {
    background: none;
    padding-top: 16px; }

.sec-product-grid .term-description {
  display: none; }

.sec-product-grid .subcategory-term_description {
  display: block; }

.onpagenav {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif; }
  .onpagenav ul {
    list-style: none;
    margin-bottom: 0; }
  .onpagenav li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
    margin-left: 20px; }
    .onpagenav li:first-child {
      margin-left: 0; }
  .onpagenav a {
    color: #fff; }
    .onpagenav a:hover {
      color: #bdbdbd; }

.block-bullets {
  list-style: none;
  margin: 0;
  padding: 0; }
  .block-bullets li {
    font-size: 12px;
    font-size: 0.75rem;
    background: rgba(237, 238, 238, 0.9);
    list-style: none;
    margin-bottom: 8px;
    padding: 14px; }
  .block-bullets h5 {
    font-weight: normal;
    margin-top: 2px; }
  .block-bullets p:last-child {
    margin-bottom: 0; }
  .block-bullets .bullet-icon img {
    display: block;
    margin: 10px auto 0; }

.block-photo-content {
  background: #0068a6;
  color: #fff; }
  .block-photo-content a {
    color: #fff;
    text-decoration: underline; }
  @media (min-width: 768px) {
    .block-photo-content.block-has-photo {
      margin-top: -175px; } }
  .block-photo-content img {
    display: block;
    height: auto;
    width: 100%; }
  .block-photo-content h5 {
    color: #2ccfed; }
    .block-photo-content h5 a {
      color: #2ccfed;
      text-decoration: none; }
      .block-photo-content h5 a:hover {
        text-decoration: underline; }
  .block-photo-content .in {
    padding: 18px; }
    .block-photo-content .in p:last-child {
      margin-bottom: 0; }
      .block-photo-content .in p:last-child strong {
        font-size: 11px;
        font-size: 0.6875rem; }

.prodhead {
  background-color: #0068a6;
  color: #fff;
  padding: 88px 0;
  position: relative; }
  @media (min-width: 768px) {
    .prodhead {
      padding: 170px 0 300px; }
      .prodhead.no-img {
        padding: 88px 0 120px; } }
  .prodhead .onpagenav {
    border-top: 1px solid #bdbdbd;
    bottom: 30px;
    left: 0;
    padding-top: 30px;
    position: absolute;
    width: 100%; }
  .prodhead .logo {
    margin-bottom: 20px; }
    .prodhead .logo.roho {
      height: 30.42px;
      width: 94px; }
    .prodhead .logo.tilite {
      height: 30.42px;
      width: 94px; }
    .prodhead .logo.permobil {
      height: 30.42px;
      width: 94px; }

.single-product .type-product {
  position: relative;
  z-index: 2; }

.single-product .images {
  text-align: center; }
  .single-product .images > a > img {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    transform: translate(50px, 0);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    display: block;
    height: 0;
    margin: 0 auto; }
    .single-product .images > a > img.active {
      height: auto;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
      filter: alpha(opacity=100); }

.single-product .product-primary {
  background-size: 0 0;
  line-height: 1.57143;
  padding: 30px 0 0; }
  @media (min-width: 768px) {
    .single-product .product-primary {
      background-size: contain;
      padding-bottom: 100px; } }
  .single-product .product-primary .entry {
    background: rgba(255, 255, 255, 0.8);
    max-width: 486px;
    margin-left: -5%;
    margin-bottom: 15px;
    padding: 30px 5%; }
    .single-product .product-primary .entry p:last-child {
      margin-bottom: 0; }
  .single-product .product-primary h2 {
    color: #0068a6;
    margin-bottom: 0.75em; }

@media (min-width: 768px) {
  .single-product .product_cat-power-wheelchairs-by-permobil .product-primary {
    padding-bottom: 500px; } }

.single-product .product-secondary {
  line-height: 1.57143;
  padding: 60px 0; }
  .single-product .product-secondary h5 {
    font-weight: normal;
    margin-bottom: 1em; }
  .single-product .product-secondary .entry ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2em; }
  .single-product .product-secondary .entry li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -16px;
    padding: 8px 16px; }
    .single-product .product-secondary .entry li:nth-child(odd) {
      background: #edeeee; }
  .single-product .product-secondary .entry ol {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2em;
    counter-reset: ol-counter; }
    .single-product .product-secondary .entry ol li {
      counter-increment: ol-counter;
      padding-left: 46px;
      position: relative; }
      .single-product .product-secondary .entry ol li::before {
        content: counter(ol-counter);
        background: #0068a6;
        color: #fff;
        display: block;
        border-radius: 50%;
        left: 16px;
        width: 20px;
        height: 20px;
        text-align: center;
        top: 10px;
        position: absolute;
        line-height: 20px; }
    .single-product .product-secondary .entry ol .bluecircle {
      display: none; }
  @media (min-width: 768px) {
    .single-product .product-secondary.no-primary .col-gallery {
      margin-top: -200px; } }
  .single-product .product-secondary.no-primary .col-gallery .images {
    background: #fff;
    padding: 30px; }

.single-product .images .thumbnails {
  margin-top: 20px; }
  .single-product .images .thumbnails a:active,
  .single-product .images .thumbnails a:focus {
    outline: none;
    position: relative; }
  .single-product .images .thumbnails img {
    display: block;
    float: left;
    position: relative;
    width: 50%;
    z-index: 1; }
    @media (min-width: 768px) {
      .single-product .images .thumbnails img {
        margin-left: 1%;
        width: 24%; }
        .single-product .images .thumbnails img a:first-child img {
          margin-left: 0; } }

.single-product .ppt {
  display: none !important; }

.single-product .pp_gallery {
  bottom: 10px !important;
  margin-top: 0 !important;
  top: auto !important; }
  .single-product .pp_gallery ul {
    height: auto; }
    .single-product .pp_gallery ul a {
      height: auto !important; }

.single-product div.pp_woocommerce .pp_gallery ul li a {
  height: auto !important;
  border-color: #edeeee;
  border-radius: 0;
  box-shadow: none; }

.single-product div.pp_woocommerce .pp_gallery ul li a:hover,
.single-product div.pp_woocommerce .pp_gallery ul li.selected a {
  border-color: #dcddde; }

.single-product div.pp_woocommerce .pp_arrow_next,
.single-product div.pp_woocommerce .pp_arrow_previous,
.single-product div.pp_woocommerce .pp_close,
.single-product div.pp_woocommerce .pp_next:before,
.single-product div.pp_woocommerce .pp_previous:before,
.single-product div.pp_woocommerce a.pp_contract,
.single-product div.pp_woocommerce a.pp_expand {
  text-shadow: none; }

.single-product div.pp_woocommerce .pp_close:before,
.single-product div.pp_woocommerce a.pp_expand:before {
  background: url("../img/icons/lb-close.png") no-repeat center center;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  width: 100%; }

.single-product div.pp_woocommerce a.pp_expand:before {
  background-image: url("../img/icons/lb-expand.png"); }

.single-product a.pp_next:hover:before,
.single-product a.pp_previous:hover:before,
.single-product div.pp_woocommerce .pp_arrow_previous:before,
.single-product div.pp_woocommerce .pp_arrow_next:before {
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url("../img/icons/lb-left.png");
  background-size: 100% 100%;
  background-position: center center;
  content: ""; }

.single-product a.pp_next:hover:before,
.single-product div.pp_woocommerce .pp_arrow_next:before {
  background-image: url("../img/icons/lb-right.png"); }

.productspecs {
  padding: 30px 0 90px; }
  .productspecs h5 {
    font-weight: normal; }

.specstxt .size-full {
  height: auto;
  width: 100%; }

.productspecblocks {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 60px 0 30px; }
  .productspecblocks h5 {
    color: #0068a6; }
  .productspecblocks .col {
    margin-bottom: 2em; }
    .productspecblocks .col:nth-child(odd) {
      clear: both; }

.swatch {
  background-repeat: repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  width: 32px; }

.fabrics .swatch {
  background-repeat: repeat; }

.swatch-leatherette {
  background-image: url("../img/fabrics/leatherette.png"); }

.swatch-mesh {
  background-image: url("../img/fabrics/mesh.png"); }

.swatch-name {
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
  overflow: hidden;
  position: relative;
  top: -10px;
  white-space: nowrap;
  width: 0; }

.key-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .key-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 14px;
    white-space: nowrap; }
    .key-list li:last-child {
      margin-right: 0; }
  .key-list .active .swatch-name {
    opacity: 1;
    filter: alpha(opacity=100);
    width: auto; }

.colorgroup {
  margin-top: 1.5em; }
  .colorgroup h6 {
    font-size: 12px;
    font-size: 0.75rem;
    color: #bdbdbd;
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal; }

.trim-colors .disclaimer {
  color: #8c8c8c;
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 10px; }

.trim-colors-photos img {
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  height: auto;
  margin: 0 auto 10px;
  width: 100%; }
  .trim-colors-photos img.active {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100); }

.crosssell {
  font-size: 16px;
  font-size: 1rem;
  background: #0068a6;
  color: #fff;
  padding: 30px 0; }
  .crosssell a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #2ccfed;
    margin-left: 10px;
    text-decoration: underline; }
  .crosssell p {
    margin: 0; }

.called-out-contain {
  bottom: -30px;
  left: 0;
  position: absolute;
  width: 100%; }

.called-out-content-box {
  background: #fff;
  padding: 22px; }

.sec-support {
  background: #edeeee;
  padding: 30px 0; }
  .sec-support h2 {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .sec-support .drawer-supportvideos .col {
      margin-bottom: 30px; }
      .sec-support .drawer-supportvideos .col:nth-child(3n + 1) {
        clear: both; } }

.nested-row {
  margin-bottom: 60px; }
  .nested-row .nested-row-title {
    background: #0068a6;
    color: #fff;
    padding: 60px 0; }
  .nested-row .wc-nested-category-layout-category-title {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal; }
    .nested-row .wc-nested-category-layout-category-title a {
      color: #fff; }
  .nested-row .subcategory-term_description {
    font-size: 13px;
    font-size: 0.8125rem; }
    .nested-row .subcategory-term_description p:last-child {
      margin-bottom: 0; }

.woocommerce .pghead .woocommerce-breadcrumb,
.woocommerce .prodhead .woocommerce-breadcrumb {
  font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
  color: #bdbdbd; }
  .woocommerce .pghead .woocommerce-breadcrumb a,
  .woocommerce .prodhead .woocommerce-breadcrumb a {
    color: #fff; }

.woocommerce .subprodcathead .woocommerce-breadcrumb {
  color: #414042; }
  .woocommerce .subprodcathead .woocommerce-breadcrumb a {
    color: #414042; }

.woocommerce .subprodcathead.no-img .woocommerce-breadcrumb {
  color: #fff; }
  .woocommerce .subprodcathead.no-img .woocommerce-breadcrumb a {
    color: #fff; }

.woocommerce ul.nested-subcategory-products li.product,
.woocommerce .no-nested ul.products li.product {
  clear: none !important;
  margin: 0;
  padding: 45px 0; }
  @media (min-width: 768px) {
    .woocommerce ul.nested-subcategory-products li.product,
    .woocommerce .no-nested ul.products li.product {
      width: 33%; }
      .woocommerce ul.nested-subcategory-products li.product:nth-child(3n + 1),
      .woocommerce .no-nested ul.products li.product:nth-child(3n + 1) {
        float: left;
        clear: both !important; } }
  .woocommerce ul.nested-subcategory-products li.product h3,
  .woocommerce .no-nested ul.products li.product h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #414042;
    font-weight: normal;
    max-width: 90%; }

.woocommerce ul.nested-subcategory-products a img,
.woocommerce .no-nested ul.products a img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 90%;
  width: auto; }

.sec-support-products {
  background: #edeeee;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .sec-support-products {
      padding: 70px 0; }
      .sec-support-products .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
      .sec-support-products .col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 18px;
        font-size: 1.125rem; } }
  .sec-support-products .logolnk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 30px;
    text-align: center; }
    .sec-support-products .logolnk .logo {
      margin: 0 auto; }
      .sec-support-products .logolnk .logo svg,
      .sec-support-products .logolnk .logo img {
        height: 45.3px;
        width: 140px; }

.support-sec-a {
  margin-bottom: 60px; }
  .support-sec-a .onpagenav {
    border: 1px solid #bdbdbd;
    margin-left: 0;
    margin-bottom: 2em;
    padding: 10px;
    max-width: 370px; }
    .support-sec-a .onpagenav li {
      display: block; }
      .support-sec-a .onpagenav li:first-child {
        margin-bottom: 10px; }
    .support-sec-a .onpagenav a {
      color: #0068a6; }
  .support-sec-a h3 {
    margin-bottom: 30px; }
  .support-sec-a h5 {
    font-weight: normal;
    margin-bottom: 15px; }

.support-sec-b {
  margin-bottom: 60px; }
  .support-sec-b .col {
    margin-bottom: 5px; }
  @media (min-width: 768px) {
    .support-sec-b .col-sm-6:nth-child(odd) {
      clear: both; }
    .support-sec-b .col-sm-4:nth-child(3n + 1) {
      clear: both; } }
  .support-sec-b.support-sec-b-supportvideos img {
    display: block;
    margin-top: 3px; }

.pfilter ul,
.pfilter li {
  list-style: none;
  margin: 0;
  padding: 0; }

.pfilter li {
  opacity: 0.75;
  filter: alpha(opacity=75);
  display: inline;
  font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
  margin-right: 15px; }
  .pfilter li.lbl {
    opacity: 1;
    filter: alpha(opacity=100);
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    margin-right: 30px; }
  .pfilter li:last-child {
    margin-right: 0; }
  .pfilter li:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .pfilter li.active {
    opacity: 1;
    filter: alpha(opacity=100);
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif; }

.pfilter a {
  color: #fff;
  text-decoration: none; }

.upstracking_form_contain,
.ordernumber_form_contain {
  margin-bottom: 30px; }
  .upstracking_form_contain form div,
  .ordernumber_form_contain form div {
    display: inline-block;
    margin: 0 0 1em; }
    .upstracking_form_contain form div.description p,
    .ordernumber_form_contain form div.description p {
      margin: 0; }
  .upstracking_form_contain form label,
  .ordernumber_form_contain form label {
    display: block; }
  .upstracking_form_contain form input[type="text"],
  .ordernumber_form_contain form input[type="text"] {
    padding: 4px;
    max-width: 400px;
    min-width: 300px; }

.chairwidthcalc_results {
  border-bottom: 1px solid #dcddde;
  margin-bottom: 2em; }

.chairwidthcalc_results table,
.chairwidthcalc table,
.ordernumber_results table {
  margin-bottom: 2em;
  width: 100%; }
  .chairwidthcalc_results table td,
  .chairwidthcalc_results table th,
  .chairwidthcalc table td,
  .chairwidthcalc table th,
  .ordernumber_results table td,
  .ordernumber_results table th {
    border: 3px solid white;
    padding: 6px 10px; }
  .chairwidthcalc_results table td:first-child,
  .chairwidthcalc table td:first-child,
  .ordernumber_results table td:first-child {
    width: 40%;
    text-align: right; }
  .chairwidthcalc_results table th,
  .chairwidthcalc table th,
  .ordernumber_results table th {
    font-weight: bold; }
  .chairwidthcalc_results table tr:nth-child(even) td,
  .chairwidthcalc table tr:nth-child(even) td,
  .ordernumber_results table tr:nth-child(even) td {
    background: #edeeee; }

.chairwidthcalc_results form,
.chairwidthcalc form,
.ordernumber_results form {
  margin-bottom: 2em; }

.chairwidthcalc_results .note,
.chairwidthcalc .note,
.ordernumber_results .note {
  font-size: 12px;
  font-size: 0.75rem; }

.chairwidthcalc_results .warn span,
.chairwidthcalc .warn span,
.ordernumber_results .warn span {
  color: red; }

.chairwidthcalc_results .error,
.chairwidthcalc .error,
.ordernumber_results .error {
  font-size: 14px;
  font-size: 0.875rem; }

.ordernumber_results table {
  margin-bottom: 1em; }
  .ordernumber_results table td:first-child {
    text-align: left;
    width: auto; }
  .ordernumber_results table:last-of-type {
    margin-bottom: 3em; }

.sec-diagnoses .diagnosis {
  margin-bottom: 15px; }

.post-type-archive-real_life .pghead,
.tax-real_life_category .pghead {
  padding-bottom: 0; }

.rl-cats {
  background: #fff;
  color: #bdbdbd;
  font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
  padding: 30px 0;
  margin-top: 30px; }
  .rl-cats ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .rl-cats li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block; }
    .rl-cats li ul {
      display: inline-block; }
      .rl-cats li ul li {
        margin-left: 20px; }
  .rl-cats a {
    color: #191919;
    text-decoration: underline; }
    .rl-cats a:hover {
      color: #00385a; }
  .rl-cats .current-cat a {
    color: #0068a6; }
  .post-type-archive-real_life .rl-cats .cat-item-all a {
    color: #0068a6; }

.type-real_life.no-thumbnail .entry {
  background: #edeeee;
  padding: 5%; }

.type-real_life .ft-img {
  margin-bottom: 15px; }

.type-real_life.firstpost {
  background: #dcddde;
  color: #191919; }
  @media (min-width: 768px) {
    .type-real_life.firstpost {
      margin-bottom: -120px; } }
  .type-real_life.firstpost .entry {
    padding: 8%; }

.rl-postlist {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .rl-postlist {
      padding-top: 30px; } }
  .rl-postlist .col {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .rl-postlist .col {
        margin-bottom: 60px; }
        .rl-postlist .col:nth-child(3n+1) {
          clear: both; } }
  .rl-postlist .connect,
  .rl-postlist .sharestory {
    color: #fff; }
    .rl-postlist .connect h5,
    .rl-postlist .sharestory h5 {
      font-size: 30px;
      font-size: 1.875rem;
      margin-bottom: 1em; }
    .rl-postlist .connect .entry,
    .rl-postlist .sharestory .entry {
      background: #191919;
      padding: 10% 5%; }
  .rl-postlist .sharestory .entry {
    background: #0068a6; }

.social-widget {
  list-style: none;
  margin: 0;
  padding: 0; }
  .social-widget > li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #444;
    display: block;
    margin-bottom: 14px;
    padding-bottom: 14px; }
    .social-widget > li:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  .social-widget .social {
    display: block;
    float: left; }
    .social-widget .social li {
      display: block;
      float: left; }
      .social-widget .social li a {
        display: block; }
  .social-widget .brand {
    font-size: 12px;
    font-size: 0.75rem;
    color: #bdbdbd;
    display: block;
    float: left;
    line-height: 1.2;
    margin-right: 10px; }

@media (min-width: 992px) {
  .post-type-archive-education_evidence #primary-sidebar-widget-area {
    border-left: 1px solid #dcddde;
    margin-top: 60px;
    padding-left: 24px;
    padding-top: 0; } }

.pghead-edev {
  padding-top: 0;
  padding-bottom: 30px; }
  .pghead-edev .blog-filters {
    margin: 40px 0 0; }
    @media (min-width: 768px) {
      .pghead-edev .blog-filters {
        margin: 40px 0; } }

@media (min-width: 768px) {
  .archive-edev-intro {
    margin-top: -207px;
    position: relative; } }

.archive-intro {
  background: #edeeee;
  color: #414042;
  padding: 30px; }
  @media (min-width: 992px) {
    .archive-intro {
      padding: 30px 30px 60px; } }
  .archive-intro h1, .archive-intro h2 {
    color: #191919; }
  .archive-intro .title-1 {
    font-size: 14px;
    font-size: 0.875rem; }
  .archive-intro .title-2 {
    line-height: 1.375; }
  .archive-intro .thumb {
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 145px; }
    @media (min-width: 768px) {
      .archive-intro .thumb {
        margin-top: -60px; } }
    @media (min-width: 992px) {
      .archive-intro .thumb {
        float: left;
        margin-left: -50px;
        margin-top: 0; } }
    .archive-intro .thumb img {
      display: block;
      height: auto;
      max-width: 100%;
      width: auto; }
  .archive-intro .txt {
    clear: both;
    max-width: 394px; }
    @media (min-width: 768px) {
      .archive-intro .txt {
        margin-top: 30px; } }

.edev-meta {
  margin-bottom: 60px; }
  .edev-meta .bar {
    background: #414042;
    color: #fff;
    display: block;
    padding: 10px 15px; }
    .edev-meta .bar:hover {
      background-color: #0068a6; }
  .edev-meta span {
    float: right;
    text-decoration: underline; }
  .edev-meta svg {
    float: left;
    height: 29.33px;
    width: 22px; }
  .edev-meta.edev-meta-aside svg {
    fill: #fff; }
  .edev-meta.edev-meta-link svg {
    height: 21px;
    width: 32px; }
  .edev-meta.edev-meta-video svg {
    fill: none;
    stroke: #fff;
    height: 31px;
    width: 51px; }

.ev-ico svg {
  height: 29.33px;
  width: 22px; }

.ev-ico.ev-ico-aside svg {
  fill: #fff; }

.ev-ico.ev-ico-link svg {
  height: 21px;
  width: 32px; }

.ev-ico.ev-ico-video svg {
  fill: none;
  height: 31px;
  stroke: #fff;
  width: 51px; }

.edev-postlist {
  padding-bottom: 30px;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .edev-postlist {
      padding-bottom: 60px;
      padding-top: 60px; } }
  .edev-postlist .cats {
    font-family: "Helvetica Neue LT W01_71488914", "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 5px; }
    .edev-postlist .cats a {
      color: #191919; }
  .edev-postlist .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.35; }
    .edev-postlist .entry-title a {
      color: #414042; }
  @media (min-width: 768px) {
    .edev-postlist .type-education_evidence {
      margin-bottom: 30px; } }
  .edev-postlist .type-education_evidence .in {
    border: 1px solid #8c8c8c;
    padding: 15px 5% 55px;
    position: relative; }
    @media (min-width: 768px) {
      .edev-postlist .type-education_evidence .in {
        padding: 15px 15px 40px; }
        .edev-postlist .type-education_evidence .in p:last-child {
          margin-bottom: 0; } }
  @media (min-width: 768px) {
    .edev-postlist .type-education_evidence.no-thumbnail .in {
      padding-top: 40px; } }
  .edev-postlist .type-education_evidence:nth-child(4), .edev-postlist .type-education_evidence:nth-child(6), .edev-postlist .type-education_evidence:nth-child(9) {
    clear: both; }
  .edev-postlist .type-education_evidence .edev-meta {
    margin-bottom: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0; }
  @media (min-width: 768px) {
    .edev-postlist .col-signup {
      float: right;
      margin-bottom: 30px; } }
  .edev-postlist .col-signup .callout-ad {
    background: #0068a6;
    width: 100%; }
    @media (min-width: 768px) {
      .edev-postlist .col-signup .callout-ad {
        min-height: 400px; }
        .edev-postlist .col-signup .callout-ad h6 {
          font-size: 40px;
          font-size: 2.5rem;
          max-width: 240px; }
        .edev-postlist .col-signup .callout-ad p {
          font-size: 25px;
          font-size: 1.5625rem;
          margin-bottom: 25px;
          max-width: 240px; } }
  @media (min-width: 768px) {
    .edev-postlist .col-signup .in {
      padding: 30px 30px 50px; } }

.education-team {
  padding: 30px 0; }
  .education-team .person img {
    display: block;
    margin-bottom: 15px; }
  .education-team .person h5 {
    font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 5px; }
    .education-team .person h5 a {
      color: #414042; }
  .education-team .person h6 {
    margin-bottom: 0;
    font-family: "Helvetica Neue LT W01_55 Roman", "Open Sans", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .education-team {
      padding: 60px 0; }
      .education-team .col {
        margin-bottom: 1.5em; }
        .education-team .col:nth-child(5n+1) {
          clear: both; } }

.tablesaw-wrap {
  background: #dcddde; }

table.events {
  margin-bottom: 3em;
  width: 100%; }
  table.events thead {
    padding: 0; }
  table.events td,
  table.events th {
    background: #fff;
    border: 1px solid white;
    padding: 10px; }
  table.events th {
    background: transparent;
    font-weight: bold;
    vertical-align: top; }
  table.events tr:nth-child(even) td {
    background: #edeeee; }

.coursegroup-courses {
  margin-bottom: 2em; }

.intloc-controls {
  margin-bottom: 1.5em; }
  .intloc-controls > div {
    font-weight: bold;
    margin-right: 20px;
    max-width: 300px; }
    @media (min-width: 768px) {
      .intloc-controls > div {
        float: left; } }

/*
	Permobil Blue: #0068a6;
	Permobil Light Gray: #edeeee;
*/
/* Overwrite Permobil Theme Styles */
.btn:hover, input[type="submit"]:hover, .btn-inverse:hover,
input[type="submit"]:hover,
.btn-inverse:hover,
.btn:focus,
input[type="submit"]:focus,
.btn-inverse:focus,
input[type="submit"]:focus,
.btn-inverse:focus,
.btn.focus,
input.focus[type="submit"],
.focus.btn-inverse,
input.focus[type="submit"],
.focus.btn-inverse {
  color: #0068a6; }

/* Reusable Classes */
.img-shadow {
  box-shadow: 0 3px 34px rgba(0, 0, 0, 0.15); }

.pos-rel {
  position: relative; }

/* Tyopgraphy Updates */
.sec-advocacy-sections {
  padding-top: 90px;
  padding-bottom: 0; }
  .sec-advocacy-sections .sec-padded {
    padding-top: 105px;
    padding-bottom: 105px; }
  .sec-advocacy-sections h2,
  .sec-advocacy-sections .adv-h2 {
    font-size: 50px;
    font-size: 3.125rem;
    color: #0068a6;
    font-weight: 300;
    margin-bottom: 30px; }
  .sec-advocacy-sections h3,
  .sec-advocacy-sections .adv-h3 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: bold;
    color: #0068a6; }
  .sec-advocacy-sections h4,
  .sec-advocacy-sections .adv-h4 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 300;
    color: #000; }
  .sec-advocacy-sections p,
  .sec-advocacy-sections .adv-p {
    font-size: 20px;
    font-size: 1.25rem; }
  .sec-advocacy-sections .sec-section-lead {
    font-weight: 300; }

/* Priorities Section */
.innovative-list li {
  margin-bottom: 45px; }
  @media (min-width: 1200px) {
    .innovative-list li {
      padding-left: 2em; } }

.innovative-list h4 {
  margin-top: 0;
  margin-bottom: .5em; }
  .innovative-list h4 img {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 15px; }

/* Coverage Section */
.sec-adv-coverage {
  background-color: #0068a6; }
  .sec-adv-coverage h2,
  .sec-adv-coverage .sec-adv-coverage-content {
    color: #fff; }
  .sec-adv-coverage .sec-adv-coverage-content {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .sec-adv-coverage .sec-adv-coverage-content:last-child {
        margin-bottom: 0; } }
  .sec-adv-coverage .pos-rel img {
    margin-top: 30px; }
    @media (min-width: 1200px) {
      .sec-adv-coverage .pos-rel img {
        position: absolute;
        right: 0;
        top: 5em;
        margin-top: 0; } }
  @media (min-width: 1200px) {
    .sec-adv-coverage {
      padding-top: 120px;
      padding-bottom: 120px; } }

/* Proudly Support Section */
.sec-adv-proudly-support {
  padding-top: 60px;
  padding-bottom: 60px; }
  .sec-adv-proudly-support ul {
    max-width: 90%;
    margin: 3em auto; }
    @media (min-width: 1200px) {
      .sec-adv-proudly-support ul {
        margin-top: 105px;
        margin-bottom: 105px; } }
    .sec-adv-proudly-support ul li {
      padding-right: 30px;
      margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .sec-adv-proudly-support {
      padding-top: 360px;
      padding-bottom: 240px; } }

/* Blue Tick Bullets */
.blue-bullets {
  list-style: none;
  margin: 0;
  margin-bottom: 60px;
  padding: 0; }
  .blue-bullets li {
    font-size: 20px;
    font-size: 1.25rem;
    background: url("http://permobilus.com/wp-content/uploads/2017/09/icn-link-arrow.png") left 8px no-repeat;
    padding-left: 35px;
    margin-bottom: 15px; }
    .blue-bullets li a {
      color: #000;
      border-bottom: 1px solid #0068a6;
      text-decoration: none !important; }
      .blue-bullets li a:hover {
        text-decoration: none;
        border-color: #edeeee; }

/* Team Section */
.sec-adv-team {
  padding-top: 60px;
  padding-bottom: 60px; }
  .sec-adv-team .s-section-lead {
    margin-bottom: 90px; }
  @media (min-width: 1200px) {
    .sec-adv-team {
      padding-bottom: 240px; } }

.sec-adv-team-row img {
  max-width: 90%; }

.sec-adv-team-row > .col {
  margin-bottom: 90px; }
  @media (min-width: 1200px) {
    .sec-adv-team-row > .col {
      margin-bottom: 0; } }

.sec-adv-team-row .s-team-name,
.sec-adv-team-row .s-team-position {
  margin-bottom: 0; }

.sec-adv-team-row .s-team-name {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 15px;
  color: #0068a6; }

.sec-adv-team-row .s-team-position {
  color: #000;
  font-weight: 300; }

/* Stay Informed Section */
.sec-adv-informed {
  background-color: #f1f6fa; }
  .sec-adv-informed h3 {
    font-weight: 300;
    color: #000; }
  .sec-adv-informed li {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .sec-adv-informed li:nth-last-child(2) {
        margin-bottom: 0; } }
    .sec-adv-informed li:last-child {
      margin-bottom: 0; }
    .sec-adv-informed li a {
      display: block;
      color: #0068a6;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
      padding: 1.5em; }
  .sec-adv-informed span {
    display: block; }
  .sec-adv-informed .link-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: normal; }
  .sec-adv-informed .link-desc {
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    font-weight: 300; }
  @media (min-width: 1200px) {
    .sec-adv-informed .row > .col:first-child {
      margin-top: 90px; } }

/*
	Permobil Blue: #0068a6;
	Permobil Light Gray: #edeeee;
*/
/* Overwrite Permobil Theme Styles */
.btn:hover, input[type="submit"]:hover, .btn-inverse:hover,
input[type="submit"]:hover,
.btn-inverse:hover,
.btn:focus,
input[type="submit"]:focus,
.btn-inverse:focus,
input[type="submit"]:focus,
.btn-inverse:focus,
.btn.focus,
input.focus[type="submit"],
.focus.btn-inverse,
input.focus[type="submit"],
.focus.btn-inverse {
  color: #0068a6; }

/* Reusable Classes */
.img-shadow {
  box-shadow: 0 3px 34px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  display: block; }

.pos-rel {
  position: relative; }

/* Tyopgraphy Updates */
.sec-partnering-sections .sec-padded {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (min-width: 1200px) {
    .sec-partnering-sections .sec-padded {
      padding-top: 105px;
      padding-bottom: 105px; } }

.sec-partnering-sections h2 {
  font-size: 50px;
  font-size: 3.125rem;
  color: #0068a6;
  font-weight: 300;
  margin-bottom: 30px; }

.sec-partnering-sections h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #0068a6; }

.sec-partnering-sections h4 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  color: #000; }

.sec-partnering-sections p {
  font-size: 16px;
  font-size: 1rem; }

.sec-partnering-sections .sec-section-lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300; }

/* Introduction Section */
.sec-partner-introduction .sec-partner-interest {
  background-color: #edeeee; }
  .sec-partner-introduction .sec-partner-interest ul {
    margin-top: 60px; }
  .sec-partner-introduction .sec-partner-interest li {
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .sec-partner-introduction .sec-partner-interest li {
        margin-bottom: 0; } }
    .sec-partner-introduction .sec-partner-interest li img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-height: 150px; }
    .sec-partner-introduction .sec-partner-interest li h3 {
      font-size: 24px;
      font-size: 1.5rem; }

/* Submit Idea Section */
.sec-partner-ideas {
  background-color: #0068a6; }
  .sec-partner-ideas h2,
  .sec-partner-ideas h3,
  .sec-partner-ideas p,
  .sec-partner-ideas .gform_fields label {
    color: #fff; }
  .sec-partner-ideas .gform_wrapper {
    margin-top: 60px; }
    .sec-partner-ideas .gform_wrapper div.validation_error,
    .sec-partner-ideas .gform_wrapper div.validation_message {
      background-color: #790000;
      color: #fff; }
    .sec-partner-ideas .gform_wrapper div.validation_message {
      padding: .5em 1em;
      margin-top: .5em;
      border-radius: .5em; }
      .sec-partner-ideas .gform_wrapper div.validation_message:empty {
        display: none; }
    .sec-partner-ideas .gform_wrapper li.gfield.gfield_error {
      background-color: transparent;
      border: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .sec-partner-ideas .gform_wrapper li.gfield.gfield_error label {
        color: #fff; }
  .sec-partner-ideas .gform_fields input,
  .sec-partner-ideas .gform_fields select,
  .sec-partner-ideas .gform_fields textarea {
    color: #000; }
  .sec-partner-ideas .gform_fields input[type=file] {
    background-color: #fff;
    padding: .5em; }
  .sec-partner-ideas .gform_fields {
    font-size: 16px;
    font-size: 1rem;
    color: #fff; }
    .sec-partner-ideas .gform_fields h3 {
      margin-top: 30px;
      margin-bottom: 15px; }
    .sec-partner-ideas .gform_fields input:not([type=checkbox]) + label {
      opacity: .5; }
    .sec-partner-ideas .gform_fields input[type=checkbox] + label {
      vertical-align: sub;
      margin-left: 3px; }
    @media (min-width: 992px) {
      .sec-partner-ideas .gform_fields .gfield_checkbox li {
        display: inline-block;
        margin-right: 1.5em; } }
    @media (min-width: 1200px) {
      .sec-partner-ideas .gform_fields .gfield_checkbox li label {
        white-space: nowrap; } }
    .sec-partner-ideas .gform_fields #field_3_16 li,
    .sec-partner-ideas .gform_fields #field_3_19 li {
      width: 100%; }
    .sec-partner-ideas .gform_fields > li:last-child {
      margin-top: 30px; }
  .sec-partner-ideas .scrollable-div {
    background-color: #fff;
    max-height: 200px;
    overflow: auto;
    padding: 0 1em; }
    .sec-partner-ideas .scrollable-div > h4 {
      margin-top: .5em; }
    .sec-partner-ideas .scrollable-div > p {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #000; }
  .sec-partner-ideas input[type=submit],
  .sec-partner-ideas .gform_wrapper .gform_page_footer .button.gform_previous_button,
  .sec-partner-ideas .gform_wrapper .gform_page_footer .button.gform_next_button {
    background-color: #fff;
    color: #0068a6;
    padding: 10px 16px;
    font-weight: bold;
    border-radius: 6px;
    float: right;
    font-size: 18px !important;
    line-height: 1.3333;
    border: 0; }
    .sec-partner-ideas input[type=submit]:hover,
    .sec-partner-ideas .gform_wrapper .gform_page_footer .button.gform_previous_button:hover,
    .sec-partner-ideas .gform_wrapper .gform_page_footer .button.gform_next_button:hover {
      background-color: #fff;
      color: #000; }
  .sec-partner-ideas .gform_wrapper .gform_page_footer .button.gform_previous_button {
    float: left; }
  .sec-partner-ideas .gform_confirmation_message {
    font-size: 18px;
    font-size: 1.125rem;
    background-color: #dff0d8;
    border: 1px solid #d0e9c6;
    color: #3c763d;
    padding: .75em 1.25em;
    margin-bottom: 1em;
    border-radius: .25em;
    font-weight: bold;
    text-align: center; }

/* FAQ Section */
.sec-partner-process {
  margin-bottom: 60px; }

.sec-partner-faq h4 {
  font-weight: normal;
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #edeeee;
  margin-top: 0; }
  .sec-partner-faq h4:first-of-type {
    padding-top: 0; }

.background-content-blocks .block-row {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .background-content-blocks.cb-sm-6 .block-row:nth-child(odd) {
    clear: both; } }

@media (min-width: 768px) {
  .background-content-blocks.cb-sm-4 .block-row:nth-child(odd) {
    clear: none; }
  .background-content-blocks.cb-sm-4 .block-row:nth-child(3n+1) {
    clear: both; } }

@media (min-width: 992px) {
  .background-content-blocks.cb-md-6 .block-row:nth-child(odd) {
    clear: both; } }

@media (min-width: 992px) {
  .background-content-blocks.cb-md-4 .block-row:nth-child(odd) {
    clear: none; }
  .background-content-blocks.cb-md-4 .block-row:nth-child(3n+1) {
    clear: both; }
  .background-content-blocks.cb-md-4 .block-row .entry .in {
    max-width: none;
    width: auto; } }

@media (min-width: 992px) {
  .background-content-blocks.cb-sm-4.cb-md-6 .block-row:nth-child(3n+1) {
    clear: none; }
  .background-content-blocks.cb-sm-4.cb-md-6 .block-row:nth-child(odd) {
    clear: both; } }

/*# sourceMappingURL=app.css.map */
