/* ===== I M P O R T S ===== */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #f5f5f5;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #f5f5f5;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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;
    *zoom: 1;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #f5f5f5;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #f5f5f5;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  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 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.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 tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #555555;
}
.form-control::-moz-placeholder {
  color: #555555;
}
.form-control:-ms-input-placeholder {
  color: #555555;
}
.form-control::-webkit-input-placeholder {
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.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 {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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 .form-group {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #f5f5f5;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #428bca;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #f5f5f5;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #f5f5f5;
}
.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 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  *zoom: 1;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group {
  *zoom: 1;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  *zoom: 1;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #f5f5f5;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #f5f5f5;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.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: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  *zoom: 1;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header {
  *zoom: 1;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  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);
  *zoom: 1;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .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;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.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: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.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;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .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-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #f5f5f5;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #f5f5f5;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f5f5f5;
}
.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: #080808;
}
.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: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #f5f5f5;
  border-bottom-color: #f5f5f5;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #f5f5f5;
  }
  .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: #080808;
  }
  .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: #f5f5f5;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #f5f5f5;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #f5f5f5;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: #eeeeee;
}
.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: #f5f5f5;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #f5f5f5;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #dcdcdc;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
  *zoom: 1;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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;
  font-weight: normal;
  line-height: 18px;
  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: #999;
  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: #999;
  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: #999;
  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: #999;
  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;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@media screen and (max-width: 400px) {
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* ===== G L O B A L - V A R I A B L E S — M I X I N S ===== */
.border {
  border-style: solid;
  border-width: 1px;
}
.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 4px;
}
.border-left {
  border-left-style: solid;
  border-left-width: 4px;
}
.no-border {
  border: none;
}
/* ===== G L O B A L - T A G S ===== */
a,
a:active,
a:link,
a:visited {
  color: #0081bc;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ff8400;
}
body {
  color: #333;
  font-family: "museo sans", sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "museo sans", sans-serif;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}
label {
  font-weight: normal;
}
ol,
ul {
  list-style-type: none;
}
/* ===== G L O B A L - C L A S S E S ===== */
/* bootstrap overrides */
body.modal-open {
  margin-right: 0 !important;
  overflow-y: hidden;
}
.modal-open .modal {
  z-index: 10000;
}
b,
strong {
  font-weight: 500 !important;
}
.btn {
  border-radius: 0;
}
.form-control {
  background-color: #f5f5f5;
  color: #333;
  font-family: "museo sans", sans-serif;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.modal-dialog.workflow-dialog {
  width: 1200px !important;
}
.modal-dialog.workflow-dialog .close {
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 5px;
}
.modal-footer {
  text-align: left !important;
}
.submit {
  background-color: #ff8400;
  color: #fff;
  font-family: "museo sans", sans-serif;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.submit:focus,
.submit:hover {
  background-color: #d77001;
  color: #fff;
}
/* misc */
.alert-box {
  background: #fffae1 url(../../images/alert-icon.png) 26px center no-repeat;
  margin: 40px;
  padding: 20px 20px 20px 100px;
}
.green-text {
  color: #36a400;
}
.blue {
  background-color: #48a6c5;
}
.blue-light {
  background-color: #e6f9ff;
}
.blue-light-medium {
  background-color: #75c0d9;
}
.blue-dark {
  background-color: #32839e;
}
a.blue-link {
  color: #48a6c5;
}
a.blue-link:focus,
a.blue-link:hover {
  color: #32839e;
}
.help-icon {
  display: inline-block;
  height: 13px;
  width: 13px;
  position: relative;
  top: 3px;
  background: transparent url(../../images/help.png) 0 0 no-repeat;
}
.clear {
  clear: both;
}
.entry {
  margin-bottom: 40px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top {
  padding-top: 20px;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.width-30 {
  width: 30%;
}
.width-50 {
  width: 50%;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.green {
  background-color: #7ba131;
}
.orange {
  background-color: #ff8400;
}
.social-btn {
  margin-right: 20px;
}
.vcard span {
  display: block;
}
.vcard .locality,
.vcard abbr,
.vcard .postal-code {
  display: inline-block;
}
.simple-shadow {
  box-shadow: 0 10px 6px -6px #d1d1d1;
}
.rounded-shadow:before,
.rounded-shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  width: 82%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.rounded-shadow:after {
  transform: rotate(3deg);
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
.col-xs-4-5ths {
  width: 80%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .col-sm-4-5ths {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .col-md-4-5ths {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  .col-lg-4-5ths {
    width: 80%;
    float: left;
  }
}
/* call-to-action buttons */
.cta-btn {
  background-color: #ff8400;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
.cta-btn:focus,
.cta-btn:hover {
  background-color: #d77001;
  cursor: pointer;
  text-decoration: none;
}
/* container */
.container {
  max-width: none !important;
  width: 940px !important;
}
/* masthead */
.masthead {
  margin-bottom: 20px;
}
.masthead a {
  display: block;
}
.masthead .user-nav {
  background-color: #333;
  color: #ff8400;
  font-size: 0.85em;
  margin-bottom: 10px;
  margin-right: 15px;
  height: 30px;
}
.masthead .user-nav li {
  margin-right: 10px;
  padding-bottom: 0.5em;
}
.masthead .user-nav li:first-child {
  margin-left: 10px;
}
.masthead .user-nav a {
  color: #fff;
  display: inline;
}
.masthead .user-nav a:focus,
.masthead .user-nav a:hover {
  text-decoration: underline;
}
.masthead .user-nav div#search-engine {
  display: inline-block;
  vertical-align: bottom;
  width: 14px !important;
  background-color: white;
  position: relative;
  right: -5px;
  height: 23px;
  border-top: 1px #a9a9a9 solid;
  border-bottom: 1px #a9a9a9 solid;
  border-left: 1px #a9a9a9 solid;
}
.masthead .user-nav div#search-engine div.dd-select {
  height: 23px;
  width: auto !important;
  background: transparent !important;
  border: none;
}
.masthead .user-nav div#search-engine .dd-selected {
  display: none;
}
.masthead .user-nav div#search-engine .dd-pointer {
  right: 0;
  left: 2px;
}
.masthead .user-nav div#search-engine .dd-pointer-down {
  border: solid 4px transparent !important;
  border-top: solid 4px #a9a9a9 !important;
}
.masthead .user-nav div#search-engine .dd-pointer-up {
  border: solid 4px transparent !important;
  border-bottom: solid 4px #a9a9a9 !important;
}
.masthead .user-nav div#search-engine .dd-options {
  width: 160px !important;
  border: 0;
  padding: 5px 0 0 0;
}
.masthead .user-nav div#search-engine .dd-options .dd-option {
  text-decoration: none;
  font-size: 1.07em;
}
.masthead .user-nav div#search-engine .dd-options .dd-option:focus,
.masthead .user-nav div#search-engine .dd-options .dd-option:hover {
  background: #fff;
}
.masthead .user-nav div#search-engine .dd-options .dd-option-text {
  cursor: pointer;
}
.masthead .user-nav div#search-engine .dd-options .dd-option-selected {
  background: #fff;
}
.masthead .user-nav div#search-engine a,
.masthead .user-nav div#search-engine li {
  color: #666;
  margin: 0;
  padding: 0 0 0 6px;
  border: 0;
  font-size: 1.06em;
}
.masthead .home-btn {
  height: 58px;
  width: 198px;
}
.masthead .global-nav li {
  margin: 0 10px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.masthead .global-nav li:first-child {
  margin-left: 0;
}
.masthead .global-nav li:last-child {
  margin-right: 0;
}
.masthead .global-nav a {
  color: #333;
  font-weight: 500;
}
.masthead .global-nav a:focus,
.masthead .global-nav a:hover {
  color: #ff8400;
}
.masthead .global-nav ul.dropdown-menu {
  border-top: 4px solid #ff8400;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 10px;
}
.masthead .global-nav ul.dropdown-menu.streaming-dropdown {
  left: -140px;
}
.masthead .global-nav ul.dropdown-menu.products-dropdown {
  left: -85px;
}
.masthead .global-nav ul.dropdown-menu.products-dropdown li.column {
  width: 49%;
}
.masthead .global-nav ul.dropdown-menu.products-dropdown li.column-last h4.single-line {
  padding-top: 0;
  margin-top: 5px;
  padding-bottom: 0;
  margin-bottom: 2px;
}
.masthead .global-nav ul.dropdown-menu.pricing-dropdown {
  left: -163px;
}
.masthead .global-nav ul.dropdown-menu.support-dropdown {
  left: 408px;
}
.masthead .global-nav ul.dropdown-menu .header-tagline {
  margin-bottom: 0;
  padding-bottom: 0;
}
.masthead .global-nav ul.dropdown-menu .tagline {
  font-size: 0.9em;
  font-style: italic;
  padding: 2px 20px;
}
.masthead .global-nav ul.dropdown-menu .align-right {
  text-align: right;
}
.masthead .global-nav ul.dropdown-menu .overview-link {
  padding-top: 10px;
}
.masthead .global-nav ul.dropdown-menu a.orange-link {
  color: #ff8400;
}
.masthead .global-nav ul.dropdown-menu a.orange-link:focus,
.masthead .global-nav ul.dropdown-menu a.orange-link:hover {
  color: #d77001;
}
.masthead .global-nav ul.dropdown-menu .orange-button,
.masthead .global-nav ul.dropdown-menu .blue-button {
  font-size: inherit;
  font-weight: 300;
  padding: 0 0.5em;
}
.masthead .global-nav ul.dropdown-menu li {
  margin: 0;
  padding: 0;
}
.masthead .global-nav ul.dropdown-menu li.column {
  display: inline-block;
  vertical-align: top;
  border-right: 1px dotted #d1d1d1;
}
.masthead .global-nav ul.dropdown-menu li.column-last {
  border-right: 0;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud {
  padding-right: 15px;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine li,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud li {
  margin-left: 20px;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine li.tagline,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud li.tagline {
  margin-left: 0;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine a,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud a {
  display: inline-block;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine h4,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud h4 {
  padding-left: 0;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine h5,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud h5 {
  margin: 0.5em 0;
  padding-bottom: 5px 0;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine h5.perpetual,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud h5.perpetual {
  padding-top: 5px;
  padding-bottom: 0;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine .price,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud .price,
.masthead .global-nav ul.dropdown-menu li.streaming-engine .unit,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud .unit {
  display: inline-block;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine .price,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud .price {
  font-size: 2.5em;
  text-align: center;
  display: inline-block;
  line-height: 1em;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine .unit,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud .unit {
  font-size: 1em;
  padding: 0 20px 0 0;
  display: block;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine .btn,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud .btn {
  display: inline-block;
  margin-top: -12px;
  text-align: left;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine .details,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud .details {
  display: inline-block;
  margin-left: 7px;
  position: relative;
  top: -5px;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine .details a,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud .details a {
  padding: 0;
  color: #ff8400;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine .details a:hover,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud .details a:hover {
  color: #d77001;
}
.masthead .global-nav ul.dropdown-menu li.streaming-engine .orange-link,
.masthead .global-nav ul.dropdown-menu li.streaming-cloud .orange-link {
  padding-left: 0;
}
.masthead .global-nav ul.dropdown-menu a {
  font-size: 1em;
  padding: 3px 20px;
}
.masthead .global-nav ul.dropdown-menu a:hover {
  background: white;
}
.masthead .global-nav ul.dropdown-menu h4 {
  color: #48a6c5;
  margin: 0.5em 0;
  padding: 3px 20px;
}
.masthead .global-nav ul.dropdown-menu h4 a {
  padding: 0;
  font-weight: 300;
  color: #48a6c5;
}
.masthead .global-nav ul.dropdown-menu h4 a:hover {
  color: #32839e;
}
.masthead .global-nav ul.dropdown-menu h5 {
  font-weight: bold;
}
.masthead .global-nav ul.dropdown-menu ul {
  padding-left: 0;
}
.masthead .secondary-nav-shell {
  padding-left: 0;
}
.masthead .secondary-nav {
  padding-top: 13px;
}
.masthead .secondary-nav .free-trial-btn a {
  color: #fff;
}
.masthead .product-nav li {
  margin-top: 0.875em;
}
.masthead .product-nav a {
  color: #fff;
  padding: 0.5em 1em;
}
.masthead .product-nav .trial-btn {
  margin-right: 10px;
}
.masthead .product-nav .trial-btn a {
  background-color: #48a6c5;
}
.masthead .product-nav .trial-btn a:focus,
.masthead .product-nav .trial-btn a:hover {
  background-color: #32839e;
}
.masthead .product-nav .purchase-btn a {
  background-color: #ff8400;
}
.masthead .product-nav .purchase-btn a:focus,
.masthead .product-nav .purchase-btn a:hover {
  background-color: #d77001;
}
/* masthead */
#wowza2015header {
  min-width: 970px;
}
#wowza2015header .navbar-fixed-top {
  position: relative;
}
#wowza2015header .navbar-collapse.collapse {
  display: block !important;
}
#wowza2015header .navbar-toggle.collapsed {
  display: none !important;
}
#wowza2015header .navbar-nav > li,
#wowza2015header .navbar-nav {
  float: left !important;
}
#wowza2015header .navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}
#wowza2015header .navbar-right {
  float: right!important;
}
#wowza2015header .navbar-header {
  float: left !important;
}
#wowza2015header .navbar-nav .open .dropdown-menu {
  position: absolute !important;
  background: #FFF;
}
#wowza2015header #navbar {
  border-top: 0;
  box-shadow: none;
}
#wowza2015header #navbar .visible-xs {
  display: none !important;
}
#wowza2015header #navbar .nav {
  padding: 0;
  margin: 0;
}
#wowza2015header .button {
  display: inline-block;
  font-weight: 500;
  padding: 15px 5px;
  text-align: center;
  font-size: 1.3em;
  margin-top: 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  transition: background-color 0.5s ease;
  line-height: 19px;
}
#wowza2015header .pricing-plans .button {
  margin-top: 0;
}
#wowza2015header .masthead {
  background: #fff;
  z-index: 9999;
  transition: height 0.5s;
  height: 110px;
  border-bottom: 1px solid #f0f0f0;
}
#wowza2015header .masthead .user-nav {
  background-color: transparent;
  font-size: 1em;
  margin-bottom: 0;
  margin-right: 0;
  height: 30px;
}
#wowza2015header .masthead.tiny .navbar-brand {
  padding: 6px 0 0 0;
  margin: 0;
  height: auto;
}
#wowza2015header .masthead.tiny .navbar-brand img {
  width: 120px;
  height: auto;
}
#wowza2015header .masthead #stripe-shell {
  position: relative;
}
#wowza2015header .masthead #stripe-shell .stripe {
  position: absolute;
  z-index: 99;
  left: -45px;
  display: block;
  overflow: hidden;
  height: 136px;
  transition: height 0.5s;
}
#wowza2015header .masthead #masthead-topshell {
  position: relative;
  background: #fff;
}
#wowza2015header .masthead #masthead-topshell .masthead-topcell {
  position: relative;
}
#wowza2015header .masthead #masthead-topshell.hidden-xs {
  display: block !important;
}
#wowza2015header .masthead #masthead-bottomcell {
  z-index: 99;
  position: relative;
}
#wowza2015header .masthead #masthead-top {
  height: 30px;
  transition: height 0.5s;
  font-size: 0.85em;
}
#wowza2015header .masthead #masthead-top nav li {
  padding: 5px 0;
  margin: 0 0 0 15px;
  transition: opacity 0.2s;
}
#wowza2015header .masthead #masthead-top nav li .fa {
  padding-right: 5px;
}
#wowza2015header .masthead #masthead-top nav li a {
  font-weight: 500;
  text-decoration: none;
}
#wowza2015header .masthead #masthead-top .free-trial-btn {
  padding: 0;
}
#wowza2015header .masthead #masthead-top .free-trial-btn a {
  padding: 0 11px;
  line-height: 30px;
  border-radius: 0;
  font-size: 1em;
  margin-top: 0;
  display: block;
  transition: background-color 0.5s ease;
  text-transform: uppercase;
  color: #fff;
}
#wowza2015header .masthead #masthead-top .free-trial-btn a:focus,
#wowza2015header .masthead #masthead-top .free-trial-btn a:hover {
  color: #fff;
}
#wowza2015header .masthead #masthead-top .search-menu {
  margin-right: 0;
  white-space: nowrap;
  position: relative;
  text-align: right;
}
#wowza2015header .masthead #masthead-top .search-menu #search-menu-cell {
  float: right;
}
#wowza2015header .masthead #masthead-top .search-menu #search-container {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -190px;
  right: 0;
  border: 0;
  outline: 0;
  transition: width 1s;
  width: 0;
  overflow-x: hidden;
  height: 150px;
}
#wowza2015header .masthead #masthead-top .search-menu #search-container .dropdown-menu li {
  padding: 0;
  margin: 0;
  text-align: left;
}
#wowza2015header .masthead #masthead-top .search-menu #search-container .dropdown-menu li a {
  color: #333;
  padding: 3px 18px;
}
#wowza2015header .masthead #masthead-top .search-menu #search-container .dropdown-menu li a:hover,
#wowza2015header .masthead #masthead-top .search-menu #search-container .dropdown-menu li a:active {
  background: transparent;
}
#wowza2015header .masthead #masthead-top .search-menu #search-container .dropdown-menu li:hover,
#wowza2015header .masthead #masthead-top .search-menu #search-container .dropdown-menu li:active {
  background: transparent;
}
#wowza2015header .masthead #masthead-top .search-menu #search-container .dropdown-toggle {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 0;
  height: 30px;
  padding: 0 5px;
  color: #555555;
}
#wowza2015header .masthead #masthead-top .search-menu #search-container #search-query {
  border: 1px solid #f0f0f0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  outline: 0;
  padding: 5px 5px 5px 15px;
  margin: 0;
  height: 28px;
  width: 167px;
}
#wowza2015header .masthead #masthead-top .search-menu #search-container #search-submit {
  background: #ff8400;
  color: #fff;
  border: 0;
  height: 28px;
  margin: 0;
  padding: 5px;
  position: relative;
  left: -1px;
  width: 23px;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  vertical-align: top;
}
#wowza2015header .masthead #masthead-top .search-menu.search-open #search-container {
  width: 188px;
}
#wowza2015header .masthead .navbar-brand {
  height: 71px;
  position: relative;
  z-index: 999;
}
#wowza2015header .masthead .navbar-brand img {
  transition: all 0.5s;
  width: 170px;
  height: auto;
}
#wowza2015header .masthead .navbar {
  border: 0;
  margin-bottom: 0;
}
#wowza2015header .masthead .navbar .icon-bar {
  background: #fff;
}
#wowza2015header .masthead #navbar {
  padding-top: 15px;
  position: relative;
  transition: all 0.5s;
  right: 0;
}
#wowza2015header .masthead #navbar > ul > li a {
  padding: 15px 10px;
  font-size: 16px;
}
#wowza2015header .masthead #navbar #product-sub-menu {
  width: 480px;
  left: 0;
}
#wowza2015header .masthead #navbar #product-sub-menu .column {
  width: 240px;
}
#wowza2015header .masthead #navbar #product-sub-menu .column-last {
  width: 205px;
}
#wowza2015header .masthead #navbar #product-sub-menu2 {
  width: 265px;
  left: 0;
}
#wowza2015header .masthead #navbar #product-sub-menu2 .column {
  width: 240px;
}
#wowza2015header .masthead #navbar #product-sub-menu2 .column-last {
  width: 205px;
}
#wowza2015header .masthead #navbar #solutions-sub-menu {
  width: 440px;
  left: -150px;
}
#wowza2015header .masthead #navbar #solutions-sub-menu .column-first {
  padding-left: 0;
  width: 190px;
}
#wowza2015header .masthead #navbar #solutions-sub-menu .column-second {
  width: 195px;
  padding-left: 20px;
}
#wowza2015header .masthead #navbar #solutions-sub-menu .column-last {
  width: 215px;
  padding-left: 20px;
}
#wowza2015header .masthead #navbar #solutions-sub-menu2 {
  width: 640px;
  left: -150px;
}
#wowza2015header .masthead #navbar #solutions-sub-menu2 .column-first {
  padding-left: 0;
  width: 300px;
}
#wowza2015header .masthead #navbar #solutions-sub-menu2 .column-second {
  width: 300px;
  padding-left: 15px;
}
#wowza2015header .masthead #navbar #solutions-sub-menu2 .column-last {
  width: 245px;
  padding-left: 20px;
}
#wowza2015header .masthead #navbar #pricing-sub-menu {
  width: 600px;
  left: -350px;
}
#wowza2015header .masthead #navbar #pricing-sub-menu .price {
  font-size: 2.5em;
  text-align: center;
  display: inline-block;
  line-height: 1em;
}
#wowza2015header .masthead #navbar #pricing-sub-menu .price-details {
  display: inline-block;
  margin-top: -12px;
  text-align: left;
}
#wowza2015header .masthead #navbar #pricing-sub-menu .column {
  width: 280px;
}
#wowza2015header .masthead #navbar #pricing-sub-menu .column-last {
  width: 280px;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 {
  width: 780px;
  right: -224px;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 li {
  color: #65686a;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .button {
  display: block;
  padding: 10px 0;
  background: #0081bc !important;
  font-size: 1.2em;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .price {
  font-size: 2.5em;
  text-align: center;
  display: inline-block;
  line-height: 1em;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .price-details {
  display: inline-block;
  margin-top: -12px;
  text-align: left;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .column-last {
  width: 235px;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .sub-expert {
  font-size: 1em;
  font-weight: 700;
  line-height: 22px;
  margin-top: 35px;
  padding-bottom: 8px;
  tex-transform: uppercase;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .sub-pl {
  font-size: 3em;
  line-height: 1em;
  display: inline-block;
  float: left;
  font-weight: 700;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .sub-pr {
  float: left;
  padding-left: 5px;
  font-weight: 700;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .sub-price-start {
  font-weight: 700;
  text-transform: uppercase;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .sub-dollar {
  font-size: 0.5em;
  position: relative;
  top: -14px;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .sub-first {
  width: 230px;
  padding-top: 0;
  margin-top: 0;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .sub-second {
  width: 250px;
  padding-top: 0;
  margin-top: 0;
  padding-right: 0;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .first {
  width: 235px;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .first .sub-pr {
  margin-top: 10px;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .second {
  width: 285px;
  padding-left: 20px;
}
#wowza2015header .masthead #navbar #pricing-sub-menu2 .third {
  padding-left: 20px;
  width: 225px;
  padding-right: 0;
}
#wowza2015header .masthead #navbar #developer-sub-menu {
  width: 260px;
  left: 0;
}
#wowza2015header .masthead #navbar #resources-sub-menu {
  width: 200px;
  right: 0;
}
#wowza2015header .masthead #navbar #company-sub-menu {
  width: 110px;
  left: -30px;
}
#wowza2015header .masthead #navbar #support-sub-menu {
  width: 180px;
  right: 0;
}
#wowza2015header .masthead #navbar #support-sub-menu .column-first {
  width: 35%;
}
#wowza2015header .masthead #navbar #support-sub-menu .column-last {
  width: 60%;
}
#wowza2015header .masthead #navbar #support-sub-menu2 {
  width: 460px;
  right: 0;
}
#wowza2015header .masthead #navbar #support-sub-menu2 .column {
  width: 215px;
}
#wowza2015header .masthead #navbar #support-sub-menu2 .column-first {
  width: 35%;
}
#wowza2015header .masthead #navbar #support-sub-menu2 .column-second {
  width: 175px;
  padding-right: 0;
}
#wowza2015header .masthead #navbar #support-sub-menu2 .column-last {
  width: 60%;
}
#wowza2015header .masthead #navbar .dropdown-menu {
  padding: 20px 15px;
  border-top: 4px solid #ff8400;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
#wowza2015header .masthead #navbar .dropdown-menu .border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px dotted #d1d1d1;
}
#wowza2015header .masthead #navbar .dropdown-menu li {
  padding: 0 5px;
}
#wowza2015header .masthead #navbar .dropdown-menu li.see-all a {
  font-style: italic;
  font-weight: 500;
}
#wowza2015header .masthead #navbar .dropdown-menu .tagline {
  color: #fff;
}
#wowza2015header .masthead #navbar .dropdown-menu .column {
  color: #fff;
}
#wowza2015header .masthead #navbar .dropdown-menu h5 {
  color: #fff;
}
#wowza2015header .masthead #navbar .dropdown-menu h4 {
  color: #65686a;
  font-weight: 500;
}
#wowza2015header .masthead #navbar .dropdown-menu h4 a {
  color: #65686a;
  font-size: 18px;
  padding: 0;
}
#wowza2015header .masthead #navbar .dropdown-menu h4 a:hover {
  color: #ff8400;
}
#wowza2015header .masthead #navbar .dropdown-menu h5 {
  color: #000;
  font-weight: 500;
  padding-top: 10px;
}
#wowza2015header .masthead #navbar .dropdown-menu li {
  color: #000;
  margin-top: 10px;
  padding: 0;
}
#wowza2015header .masthead #navbar .dropdown-menu li.tagline {
  margin-top: 0;
  color: #a5a7aa;
  padding: 0;
}
#wowza2015header .masthead #navbar .dropdown-menu li.details {
  padding: 0;
  margin-top: 0;
}
#wowza2015header .masthead #navbar .dropdown-menu li a {
  padding: 0;
  color: #000;
  font-size: 14px;
}
#wowza2015header .masthead #navbar .dropdown-menu li a:hover {
  color: #ff8400;
}
#wowza2015header .masthead #navbar .dropdown-menu li a.button:hover {
  color: #fff;
}
#wowza2015header .masthead #navbar .dropdown-menu li a.white-button {
  background: #fff;
  color: #333;
  border: 1px solid #666;
}
#wowza2015header .masthead #navbar .dropdown-menu li a.white-button:hover,
#wowza2015header .masthead #navbar .dropdown-menu li a.white-button:focus {
  color: #333;
  text-decoration: none !important;
  background: #f5f5f5 !important;
}
#wowza2015header .masthead #navbar .dropdown-menu li h4 a {
  font-size: 18px;
  color: #333;
}
#wowza2015header .masthead #navbar .dropdown-menu li.overview-link {
  text-align: right;
}
#wowza2015header .masthead #navbar .dropdown-menu .column {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
#wowza2015header .masthead #navbar .dropdown-menu .column.border-left {
  border-left: 1px dotted #d3d5d7;
}
#wowza2015header .masthead #navbar .dropdown-menu .column.border-right {
  border-right: 1px dotted #d3d5d7;
}
#wowza2015header .masthead #navbar .dropdown-menu .column-last {
  border-right: 0;
  padding-right: 0;
  padding-left: 20px;
}
#wowza2015header .masthead #navbar .dropdown-menu .column-last h4.single-line {
  padding-top: 0;
  margin-top: 5px;
  padding-bottom: 0;
  margin-bottom: 2px;
}
#wowza2015header .masthead #navbar li a,
#wowza2015header .masthead #navbar .open a {
  background: transparent;
}
#wowza2015header .masthead #navbar li a:focus,
#wowza2015header .masthead #navbar .open a:focus,
#wowza2015header .masthead #navbar li a:hover,
#wowza2015header .masthead #navbar .open a:hover {
  background: transparent;
}
#wowza2015header .masthead #navbar li a.button,
#wowza2015header .masthead #navbar .open a.button {
  padding: 5px;
  background: #ff8400;
  color: #fff;
}
#wowza2015header .masthead a {
  color: #333;
  transition: color 0.5s ease;
}
#wowza2015header .masthead a:focus,
#wowza2015header .masthead a:hover {
  color: #ff8400;
}
#wowza2015header .masthead a.active {
  color: #ff8400;
}
/* breadcrumbs */
.breadcrumb-nav {
  color: #ff8400;
  font-size: 0.85em;
  margin-top: 10px;
}
.breadcrumb-nav a {
  color: #333;
}
.breadcrumb-nav a:focus,
.breadcrumb-nav a:hover {
  text-decoration: underline;
}
.breadcrumb-nav .separator {
  color: #333;
}
/* heading */
.heading {
  /*margin-bottom: @space-lg;*/
}
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
  color: #ff8400;
  margin: 20px 0 20px 0;
}
.heading p,
.heading ol,
.heading ul {
  margin-bottom: 10px;
}
/* brand logo */
.brand-logo {
  margin: 0;
}
.brand-logo img {
  display: block;
  margin: 0 auto;
}
/* content */
.content {
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #f5f5f5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* primary-content */
.primary-content {
  padding-right: 40px;
}
.primary-content a:focus,
.primary-content a:hover {
  text-decoration: underline;
}
.primary-content h1 {
  color: #ff8400;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 20px;
}
.primary-content h2 {
  color: #333;
  font-size: 2.1em;
  margin-bottom: 10px;
}
.primary-content h3 {
  color: #333;
  font-size: 1.3em;
  font-weight: 400;
}
.primary-content h3,
.primary-content h4,
.primary-content h5,
.primary-content h6 {
  margin: 20px 0 10px 0;
}
.primary-content li {
  margin-bottom: 5px;
}
.primary-content p,
.primary-content ol,
.primary-content ul {
  margin-bottom: 10px;
}
.primary-content ol,
.primary-content ul {
  margin-left: 40px;
}
.primary-content ol {
  list-style-type: decimal;
}
.primary-content ul {
  list-style-type: disc;
}
.primary-content form ol,
.primary-content form ul {
  list-style-type: none;
}
.standard-body ol,
.standard-body ul {
  margin-left: 40px !important;
}
.standard-body ol {
  list-style-type: decimal !important;
}
.standard-body ul {
  list-style-type: disc !important;
}
.standard-body .hbspt-form ol,
.standard-body .hbspt-form ul {
  list-style-type: none !important;
  margin-left: 0 !important;
}
/* secondary-content */
.secondary-content h1,
.secondary-content h2,
.secondary-content h3,
.secondary-content h4,
.secondary-content h5,
.secondary-content h6 {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.secondary-content img {
  display: block;
  margin: 20px auto;
}
.secondary-content p {
  margin-bottom: 10px;
}
.secondary-content ul {
  margin-bottom: 20px;
}
.secondary-content .social-btn {
  margin-right: 5px;
}
.secondary-content .news-category-nav {
  margin-bottom: 0;
}
.products-secondarynav nav {
  margin-top: 20px;
}
.products-secondarynav nav li {
  width: 12.5%;
  display: inline-block;
  text-align: center;
}
.products-secondarynav nav li a {
  display: block;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 5px;
  color: #000;
}
.products-secondarynav nav li a:focus,
.products-secondarynav nav li a:hover {
  background: #d1d1d1;
}
.products-secondarynav nav li:first-child a {
  border-left: 1px solid #d1d1d1;
}
.products-cloud-secondarynav nav {
  margin-top: 20px;
}
.products-cloud-secondarynav nav li {
  width: 16.5%;
  display: inline-block;
  text-align: center;
}
.products-cloud-secondarynav nav li a {
  display: block;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 5px;
  color: #000;
}
.products-cloud-secondarynav nav li a:focus,
.products-cloud-secondarynav nav li a:hover {
  background: #d1d1d1;
}
.products-cloud-secondarynav nav li:first-child a {
  border-left: 1px solid #d1d1d1;
}
/* sidebar */
.sidebar nav a {
  background-color: #f5f5f5;
  border-left-style: solid;
  border-left-width: 4px;
  border-left-color: #ff8400;
  color: #333;
  display: block;
  margin-bottom: 5px;
  padding: 10px 20px;
}
.sidebar nav a:focus,
.sidebar nav a:hover {
  border-left-color: #d77001;
  color: #d77001;
  text-decoration: none;
}
.sidebar nav li.active {
  margin: 0;
  padding: 0;
}
.sidebar nav li.active a {
  color: #ff8400;
}
.sidebar nav li.active a:focus,
.sidebar nav li.active a:hover {
  border-left-color: #ff8400;
  color: #ff8400;
  cursor: default;
}
.sidebar .subscribe-form {
  margin-top: 40px;
}
/* addendum */
.addendum {
  margin-bottom: 10px;
}
.addendum h1,
.addendum h2,
.addendum h3,
.addendum h4,
.addendum h5,
.addendum h6 {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 10px;
}
.addendum a {
  color: #48a6c5;
}
.addendum a:focus,
.addendum a:hover {
  text-decoration: underline;
}
.addendum .footer-global-nav li {
  margin: 0 10px;
}
.addendum .footer-global-nav li:first-child {
  margin-left: 0;
}
.addendum .footer-global-nav li:last-child {
  margin-right: 0;
}
.addendum .footer-global-nav a {
  color: #333;
}
.addendum .footer-product-nav a {
  padding-left: 20px;
}
.addendum .copy-row {
  border-top: 1px solid #f5f5f5;
  padding-top: 10px;
}
.addendum .international-nav {
  position: relative;
}
.addendum .international-nav.us-flag {
  background: url("../../uploads/images/United_States_Sm.gif") 0 50% no-repeat;
}
.addendum .international-nav .dropdown-menu {
  right: 0;
  left: auto;
}
.addendum .international-nav li {
  margin: 0 0 2px 0 !important;
  padding: 0 0 0 10px !important;
}
.addendum .international-nav a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 50px;
  text-align: left;
}
.addendum .international-nav a:focus,
.addendum .international-nav a:hover {
  color: #333;
  text-decoration: underline;
}
.addendum .international-nav a.dropdown-toggle {
  height: 20px;
  line-height: 20px;
  padding-left: 35px;
}
.addendum .international-nav a.jp {
  background: url("../../uploads/images/Japan_v2.gif") 0 50% no-repeat;
}
.addendum .international-nav a.kr {
  background: url("../../uploads/images/South_Korea.gif") 0 50% no-repeat;
}
.addendum .international-nav a.us {
  background: url("../../uploads/images/United_States_v2.gif") 0 50% no-repeat;
}
.addendum .international-nav a.in {
  background: url("../../uploads/images/India.gif") 0 50% no-repeat;
}
.addendum .international-nav a.cn {
  background: url("../../uploads/images/China.gif") 0 50% no-repeat;
}
.addendum .international-nav a.ru {
  background: url("../../uploads/images/Russian_Federation.gif") 0 50% no-repeat;
}
.addendum .international-nav .caret {
  border-bottom: 4px solid #48a6c5 !important;
}
.addendum .trial-btn {
  margin-right: 20px;
}
.addendum .purchase-btn a,
.addendum .free-trial-btn a {
  color: #ff8400;
}
.addendum .news,
.addendum .about,
.addendum .partners,
.addendum .inquiries {
  margin-top: 40px;
}
.addendum .news,
.addendum .blog {
  margin-bottom: 20px;
}
.addendum .news li,
.addendum .blog li {
  margin-bottom: 20px;
}
.addendum .news .entry .entry-date,
.addendum .blog .entry .entry-date {
  width: 35%;
}
.addendum .news .entry .entry-title,
.addendum .blog .entry .entry-title {
  width: 65%;
}
.addendum .about,
.addendum .partners {
  margin-bottom: 20px;
}
.addendum .about li,
.addendum .partners li,
.addendum .inquiries p {
  margin-bottom: 5px;
}
.addendum .resellers {
  margin: 0 0 20px 0;
}
.addendum .disclaimer {
  color: #666;
  font-size: 0.7em;
  line-height: 1.3em;
  margin-bottom: 5px;
}
.addendum .hbspt-form,
.addendum .hs-form-field {
  overflow: auto !important;
}
.addendum .hs-form .clearfix,
.addendum .hs-form .field,
.addendum .hs-form .hs-form-field .hs-form.stacked .field {
  margin-bottom: 0 !important;
}
.addendum .hs-form-field {
  float: left !important;
  width: 60% !important;
}
.addendum .hs_submit {
  float: left !important;
  width: 30% !important;
}
.addendum .hs-form.stacked .actions {
  margin: 23px 0 0 0 !important;
  padding: 0 !important;
}
.addendum .subscription-form {
  margin: 0 0 20px 0;
  padding: 0 15px;
}
.addendum .subscription-form .form-control {
  width: 70%;
}
.addendum .subscription-form .submit {
  width: 25%;
}
.addendum .social-links {
  margin-bottom: 40px;
  padding: 20px 15px 0 15px;
  clear: both;
}
.addendum .social-links li {
  margin-right: 10px;
}
.addendum .social-links li:last-child {
  margin-right: 0;
}
.addendum .copyright-legal {
  background: url(../../images/wowza4/wowza-icon@2x.png) left 50% no-repeat;
  background-size: 26px 26px;
  height: 26px;
  line-height: 26px;
  padding-left: 40px;
}
.addendum .copyright-legal a {
  display: inline-block;
}
.addendum .legal {
  height: 26px;
  line-height: 26px;
}
.addendum .legal a {
  display: inline-block;
  margin-left: 10px;
}
.addendum .legal a:first-child {
  margin-left: 0;
}
#wowza2015footer .addendum {
  background: #65686a;
  color: #fff;
  padding: 50px 0 20px 0;
  box-shadow: inset 0 15px 20px -20px rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
}
#wowza2015footer .addendum > .container {
  padding: 0;
}
#wowza2015footer .addendum .news {
  margin-top: 0;
}
#wowza2015footer .addendum .border-right {
  border-right: 1px solid #a5a7aa;
  min-height: 325px;
}
#wowza2015footer .addendum .border-left {
  border-left: 1px solid #a5a7aa;
  min-height: 325px;
}
#wowza2015footer .addendum h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px 0 10px 0;
  margin-bottom: 0;
  font-size: 15px;
}
#wowza2015footer .addendum .entry {
  padding: 0 0 5px 0;
  margin-bottom: 0;
}
#wowza2015footer .addendum .entry .entry-date {
  font-style: italic;
  text-transform: uppercase;
}
#wowza2015footer .addendum .entry .view-all {
  font-style: italic;
}
#wowza2015footer .addendum .legal-row {
  padding-top: 30px;
}
#wowza2015footer .addendum .social-shell li .social {
  max-width: 30px;
  margin-right: 10px;
}
#wowza2015footer .addendum .social-shell li:last-child .social {
  margin-right: 0;
}
#wowza2015footer .addendum .subscription-form {
  padding: 40px 0 0 0;
  margin: 0;
}
#wowza2015footer .addendum .subscription-form .hs-form.stacked label {
  display: none;
}
#wowza2015footer .addendum .subscription-form .hs-form.stacked .actions {
  margin: 0 0 0 0 !important;
  padding: 0 !important;
}
#wowza2015footer .addendum .subscription-form .hs-form-field {
  float: left !important;
  width: 60% !important;
}
#wowza2015footer .addendum .subscription-form .hs_submit {
  float: left !important;
  width: 30% !important;
}
#wowza2015footer .addendum .country-select {
  padding-top: 50px;
}
#wowza2015footer .addendum .country-select .international-nav {
  position: relative;
}
#wowza2015footer .addendum .country-select .international-nav .dropdown-menu a {
  color: #000;
}
#wowza2015footer .addendum .country-select .international-nav.us-flag {
  background: url("../../../uploads/images/United_States_Sm.gif") 0 50% no-repeat;
}
#wowza2015footer .addendum .country-select .international-nav li {
  margin: 0 0 2px 0 !important;
  padding: 0 0 0 10px !important;
}
#wowza2015footer .addendum .country-select .international-nav a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 50px;
  text-align: left;
}
#wowza2015footer .addendum .country-select .international-nav a:focus,
#wowza2015footer .addendum .country-select .international-nav a:hover {
  text-decoration: underline;
}
#wowza2015footer .addendum .country-select .international-nav a.dropdown-toggle {
  height: 20px;
  line-height: 20px;
  padding-left: 35px;
}
#wowza2015footer .addendum .country-select .international-nav a.jp {
  background: url("../../uploads/images/Japan_v2.gif") 0 50% no-repeat;
}
#wowza2015footer .addendum .country-select .international-nav a.ko {
  background: url("../../uploads/images/Korea.gif") 0 50% no-repeat;
}
#wowza2015footer .addendum .country-select .international-nav a.us {
  background: url("../../uploads/images/United_States_v2.gif") 0 50% no-repeat;
}
#wowza2015footer .addendum a {
  color: #fff;
}
#wowza2015footer .addendum a:hover,
#wowza2015footer .addendum a:active {
  color: #ff8400;
}
#wowza2015footer .addendum .dropdown,
#wowza2015footer .addendum .dropup {
  position: relative;
}
#wowza2015footer .addendum .dropdown .dropdown-menu li,
#wowza2015footer .addendum .dropup .dropdown-menu li {
  margin-left: 10px;
}
#wowza2015footer .addendum .dropdown .dropdown-menu a,
#wowza2015footer .addendum .dropup .dropdown-menu a {
  color: #333;
}
#wowza2015footer .addendum .dropdown .caret,
#wowza2015footer .addendum .dropup .caret {
  border-bottom: 4px solid #fff;
}
#wowza2015footer .copyright {
  background: #2E2F34;
  padding: 10px 0;
  color: #fff;
}
#wowza2015footer .copyright .copyright-legal {
  background: url(../../images/wowza4/wowza-icon@2x.png) left 50% no-repeat;
  background-size: 26px 26px;
  min-height: 26px;
  line-height: 26px;
  padding-left: 40px;
}
#wowza2015footer .copyright .copyright-legal a {
  display: inline-block;
  color: #fff;
}
#wowza2015footer .copyright .copyright-legal a:hover {
  color: #ff8400;
}
#wowza2015footer .copyright .copyright-legal .hidden-xs,
#wowza2015footer .copyright .copyright-legal .hidden-sm {
  display: inline !important;
}
#gtag {
  display: none;
}
/* slider callouts */
.slider-container {
  background: #047c9d url(../../images/wowza4/slider-bg.gif) 0 0 no-repeat;
  box-shadow: 0px 1px 10px black;
  color: #fff;
  height: 268px;
  right: -400px;
  position: fixed;
  bottom: 20px;
  width: 368px;
  z-index: 5000;
}
.slider-container .slider-wrap {
  position: relative;
}
.slider-container .slider-close {
  color: #fff;
  display: block;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 10px;
}
.slider-container .slider-close:hover {
  color: #ff8400;
  cursor: pointer;
  text-decoration: none;
}
.slider-container .slider-message {
  padding: 15px 30px 0 30px;
}
.slider-container .slider-message p {
  font-size: 1.5em;
  text-align: center;
}
.slider-container .slider-message .slider-heading {
  margin-bottom: 0.375em;
}
.slider-container .slider-message .slider-subheading {
  margin-bottom: 1em;
  text-transform: uppercase;
}
.slider-container .slider-message .slider-notices {
  font-size: 0.9em;
}
.slider-container .slider-message .slider-notices a {
  color: #ff8400;
}
.slider-container .slider-message .slider-notices a:hover {
  color: #ff8400;
  text-decoration: underline;
}
.slider-container .slider-message label,
.slider-container .slider-message input {
  display: block;
  width: 99%;
}
.slider-container .slider-message input[type=text] {
  border: none;
  outline: none;
  padding: 0.5em;
}
.slider-container .slider-message .slider-confirmation {
  display: block;
  margin: 1em 0;
}
.slider-container .slider-message .slider-confirmation a:hover {
  color: #d77001;
}
.slider-container .slider-message .slider-confirmation label,
.slider-container .slider-message .slider-confirmation input {
  display: inline-block;
  float: left;
}
.slider-container .slider-message .slider-confirmation input {
  width: auto;
}
.slider-container .slider-message .slider-confirmation label {
  font-size: 0.75em;
  line-height: 1.3em;
  padding-left: 10px;
  width: 90%;
}
.slider-container .slider-message input[type=submit] {
  background-color: #ff8400;
  border: none;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 0.25em 1em;
  outline: none;
  width: auto;
}
.slider-container .slider-message input[type=submit]:focus,
.slider-container .slider-message input[type=submit]:hover {
  background-color: #d77001;
}
.slider-container .hs-form label {
  color: #fff;
}
.slider-container .hs-form input.hs-input[type=checkbox] {
  display: inline-block;
}
.slider-container .hs-form .hs-form.stacked .inputs-list > li label {
  line-height: 12px;
}
.slider-container .hs-form .actions {
  margin-top: 0;
  padding-top: 0;
}
.slider-container .hs-form.stacked .field {
  margin-bottom: 5px;
}
.slider-container .hs-form.stacked .actions {
  margin: 10px 0 0 0;
  padding: 0;
}
/* ===== N A V - A C T I V E - S T A T E S ===== */
/* global-nav, footer-global-nav */
.partners .masthead .global-nav li.partners-btn > a,
.products .masthead .global-nav li.products-btn > a,
.pricing .masthead .global-nav li.pricing-btn a,
.streaming .masthead .global-nav li.streaming-btn > a,
.pricing.installer .masthead .global-nav li.downloads-btn a,
.wowza-customers .masthead .global-nav li.customers-btn > a,
.support .masthead .global-nav li.support-btn > a,
.partners .addendum .footer-global-nav li.partners-btn a,
.products .addendum .footer-global-nav li.products-btn a,
.pricing .addendum .footer-global-nav li.pricing-btn a,
.streaming .addendum .footer-global-nav li.streaming-btn a,
.pricing.installer .addendum .footer-global-nav li.downloads-btn a,
.wowza-customers .addendum .footer-global-nav li.customers-btn a,
.support .addendum .footer-global-nav li.support-btn a {
  color: #ff8400;
}
/* pricing links fixes */
.pricing.installer .masthead .global-nav li.pricing-btn a,
.pricing.installer .addendum .footer-global-nav li.pricing-btn a {
  color: #333;
}
/* products nav, about us nav, partners nav */
.overview a.overview,
.features a.features,
.manager a.features,
.addons a.addons,
.specifications a.specifications,
.deployment-options a.deployment-options,
.documentation a.documentation,
.maintenance-support a.maintenance-support,
.upgrade a.upgrade,
.faq a.faq,
.about-us a.about-us,
.management-team a.management-team,
.wowza-history a.wowza-history,
.partners a.partners,
.works-with-wowza a.works-with-wowza,
.cloud-hosting-partners a.cloud-hosting-partners,
.solution-partners a.solution-partners,
.technology-alliance a.technology-alliance,
.partner-portal a.current {
  color: #ff8400;
}
.overview a.overview:focus,
.features a.features:focus,
.manager a.features:focus,
.addons a.addons:focus,
.specifications a.specifications:focus,
.deployment-options a.deployment-options:focus,
.documentation a.documentation:focus,
.maintenance-support a.maintenance-support:focus,
.upgrade a.upgrade:focus,
.faq a.faq:focus,
.about-us a.about-us:focus,
.management-team a.management-team:focus,
.wowza-history a.wowza-history:focus,
.partners a.partners:focus,
.works-with-wowza a.works-with-wowza:focus,
.cloud-hosting-partners a.cloud-hosting-partners:focus,
.solution-partners a.solution-partners:focus,
.technology-alliance a.technology-alliance:focus,
.partner-portal a.current:focus,
.overview a.overview:hover,
.features a.features:hover,
.manager a.features:hover,
.addons a.addons:hover,
.specifications a.specifications:hover,
.deployment-options a.deployment-options:hover,
.documentation a.documentation:hover,
.maintenance-support a.maintenance-support:hover,
.upgrade a.upgrade:hover,
.faq a.faq:hover,
.about-us a.about-us:hover,
.management-team a.management-team:hover,
.wowza-history a.wowza-history:hover,
.partners a.partners:hover,
.works-with-wowza a.works-with-wowza:hover,
.cloud-hosting-partners a.cloud-hosting-partners:hover,
.solution-partners a.solution-partners:hover,
.technology-alliance a.technology-alliance:hover,
.partner-portal a.current:hover {
  border-left-color: #ff8400;
  color: #ff8400;
  cursor: default;
}
/* partners, about us links fixes */
.partners.works-with-wowza a.partners,
.partners.cloud-hosting-partners a.partners,
.partners.solution-partners a.partners,
.partners.technology-alliance a.partners,
.about-us.management-team a.about-us,
.about-us.wowza-history a.about-us {
  color: #333;
}
.partners.works-with-wowza a.partners:focus,
.partners.cloud-hosting-partners a.partners:focus,
.partners.solution-partners a.partners:focus,
.partners.technology-alliance a.partners:focus,
.about-us.management-team a.about-us:focus,
.about-us.wowza-history a.about-us:focus,
.partners.works-with-wowza a.partners:hover,
.partners.cloud-hosting-partners a.partners:hover,
.partners.solution-partners a.partners:hover,
.partners.technology-alliance a.partners:hover,
.about-us.management-team a.about-us:hover,
.about-us.wowza-history a.about-us:hover {
  color: #ff8400 !important;
  cursor: pointer !important;
}
.partners.wowza-customers .masthead .global-nav li.customers-btn a,
.partners.wowza-customers .addendum .footer-global-nav li.customers-btn a {
  color: #333;
}
/* ===== H O M E ===== */
.home .home-primary-callouts,
.about-us .home-primary-callouts,
.pricing .home-primary-callouts {
  margin-bottom: 40px;
}
.home .home-primary-callouts .home-p-slides,
.about-us .home-primary-callouts .home-p-slides,
.pricing .home-primary-callouts .home-p-slides {
  height: 390px;
  overflow: hidden;
  position: relative;
  width: 911px;
}
.home .home-primary-callouts .home-p-slides .slide,
.about-us .home-primary-callouts .home-p-slides .slide,
.pricing .home-primary-callouts .home-p-slides .slide {
  display: none;
  left: 0;
  height: 390px;
  position: absolute;
  top: 0;
  width: 911px;
}
.home .home-primary-callouts .home-p-slides .slide:first-child,
.about-us .home-primary-callouts .home-p-slides .slide:first-child,
.pricing .home-primary-callouts .home-p-slides .slide:first-child {
  display: block;
}
.home .home-primary-callouts .home-p-slides .slide .text,
.about-us .home-primary-callouts .home-p-slides .slide .text,
.pricing .home-primary-callouts .home-p-slides .slide .text {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  display: block;
  padding: 20px;
  position: absolute;
  top: 20%;
  left: 60%;
  width: 320px;
  z-index: 500;
}
.home .home-primary-callouts .home-p-slides .slide .text h1,
.about-us .home-primary-callouts .home-p-slides .slide .text h1,
.pricing .home-primary-callouts .home-p-slides .slide .text h1,
.home .home-primary-callouts .home-p-slides .slide .text h2,
.about-us .home-primary-callouts .home-p-slides .slide .text h2,
.pricing .home-primary-callouts .home-p-slides .slide .text h2,
.home .home-primary-callouts .home-p-slides .slide .text h3,
.about-us .home-primary-callouts .home-p-slides .slide .text h3,
.pricing .home-primary-callouts .home-p-slides .slide .text h3,
.home .home-primary-callouts .home-p-slides .slide .text h4,
.about-us .home-primary-callouts .home-p-slides .slide .text h4,
.pricing .home-primary-callouts .home-p-slides .slide .text h4,
.home .home-primary-callouts .home-p-slides .slide .text h5,
.about-us .home-primary-callouts .home-p-slides .slide .text h5,
.pricing .home-primary-callouts .home-p-slides .slide .text h5,
.home .home-primary-callouts .home-p-slides .slide .text h6,
.about-us .home-primary-callouts .home-p-slides .slide .text h6,
.pricing .home-primary-callouts .home-p-slides .slide .text h6 {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.home .home-primary-callouts .home-p-slides .slide .text p,
.about-us .home-primary-callouts .home-p-slides .slide .text p,
.pricing .home-primary-callouts .home-p-slides .slide .text p {
  margin-bottom: 10px;
}
.home .home-primary-callouts .home-p-slides .slide .text a:focus,
.about-us .home-primary-callouts .home-p-slides .slide .text a:focus,
.pricing .home-primary-callouts .home-p-slides .slide .text a:focus,
.home .home-primary-callouts .home-p-slides .slide .text a:hover,
.about-us .home-primary-callouts .home-p-slides .slide .text a:hover,
.pricing .home-primary-callouts .home-p-slides .slide .text a:hover {
  color: #d77001;
}
.home .home-primary-callouts .home-p-slides .home-p-tabs,
.about-us .home-primary-callouts .home-p-slides .home-p-tabs,
.pricing .home-primary-callouts .home-p-slides .home-p-tabs {
  bottom: 20px;
  position: absolute;
  text-align: center;
  width: 911px;
}
.home .home-primary-callouts .home-p-slides .home-p-tabs a,
.about-us .home-primary-callouts .home-p-slides .home-p-tabs a,
.pricing .home-primary-callouts .home-p-slides .home-p-tabs a {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #fff;
  display: inline-block;
  height: 12px;
  margin-right: 6px;
  width: 12px;
}
.home .home-primary-callouts .home-p-slides .home-p-tabs a:focus,
.about-us .home-primary-callouts .home-p-slides .home-p-tabs a:focus,
.pricing .home-primary-callouts .home-p-slides .home-p-tabs a:focus,
.home .home-primary-callouts .home-p-slides .home-p-tabs a:hover,
.about-us .home-primary-callouts .home-p-slides .home-p-tabs a:hover,
.pricing .home-primary-callouts .home-p-slides .home-p-tabs a:hover {
  background-color: #fff;
}
.home .home-primary-callouts .home-p-slides .home-p-tabs a:last-child,
.about-us .home-primary-callouts .home-p-slides .home-p-tabs a:last-child,
.pricing .home-primary-callouts .home-p-slides .home-p-tabs a:last-child {
  margin-right: 0;
}
.home .home-primary-callouts .home-p-slides .home-p-tabs a.current,
.about-us .home-primary-callouts .home-p-slides .home-p-tabs a.current,
.pricing .home-primary-callouts .home-p-slides .home-p-tabs a.current {
  background-color: #fff;
}
.home .home-primary-callouts .home-p-slides .control-btn,
.about-us .home-primary-callouts .home-p-slides .control-btn,
.pricing .home-primary-callouts .home-p-slides .control-btn {
  top: 50%;
  cursor: pointer;
  display: block;
  height: 43px;
  margin-top: -15px;
  position: absolute;
  text-indent: -999em;
  width: 30px;
  z-index: 500;
}
.home .home-primary-callouts .home-p-slides .forward,
.about-us .home-primary-callouts .home-p-slides .forward,
.pricing .home-primary-callouts .home-p-slides .forward {
  background: url(../../images/wowza4/control-next.png) 0 0 no-repeat;
  right: 5px;
}
.home .home-primary-callouts .home-p-slides .backward,
.about-us .home-primary-callouts .home-p-slides .backward,
.pricing .home-primary-callouts .home-p-slides .backward {
  background: url(../../images/wowza4/control-previous.png) 0 0 no-repeat;
  left: 5px;
}
.home .home-text-cta,
.about-us .home-text-cta,
.pricing .home-text-cta {
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.home .home-text-cta .home-text,
.about-us .home-text-cta .home-text,
.pricing .home-text-cta .home-text {
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 20px 40px;
}
.home .home-text-cta .home-text h1,
.about-us .home-text-cta .home-text h1,
.pricing .home-text-cta .home-text h1,
.home .home-text-cta .home-text h2,
.about-us .home-text-cta .home-text h2,
.pricing .home-text-cta .home-text h2,
.home .home-text-cta .home-text h3,
.about-us .home-text-cta .home-text h3,
.pricing .home-text-cta .home-text h3,
.home .home-text-cta .home-text h4,
.about-us .home-text-cta .home-text h4,
.pricing .home-text-cta .home-text h4,
.home .home-text-cta .home-text h5,
.about-us .home-text-cta .home-text h5,
.pricing .home-text-cta .home-text h5,
.home .home-text-cta .home-text h6,
.about-us .home-text-cta .home-text h6,
.pricing .home-text-cta .home-text h6 {
  font-size: 2.2em;
  margin-bottom: 10px;
}
.home .home-text-cta .home-cta,
.about-us .home-text-cta .home-cta,
.pricing .home-text-cta .home-cta {
  padding: 20px;
}
.home .home-text-cta .home-cta li,
.about-us .home-text-cta .home-cta li,
.pricing .home-text-cta .home-cta li {
  margin-top: 20px;
}
.home .home-text-cta .home-cta li:first-child,
.about-us .home-text-cta .home-cta li:first-child,
.pricing .home-text-cta .home-cta li:first-child {
  margin-top: 0;
}
.home .home-text-cta .home-cta a,
.about-us .home-text-cta .home-cta a,
.pricing .home-text-cta .home-cta a {
  background-color: #ff8400;
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}
.home .home-text-cta .home-cta a:focus,
.about-us .home-text-cta .home-cta a:focus,
.pricing .home-text-cta .home-cta a:focus,
.home .home-text-cta .home-cta a:hover,
.about-us .home-text-cta .home-cta a:hover,
.pricing .home-text-cta .home-cta a:hover {
  background-color: #d77001;
}
.home .home-secondary-callouts,
.about-us .home-secondary-callouts,
.pricing .home-secondary-callouts {
  margin-bottom: 20px;
}
.home .home-secondary-callouts .img,
.about-us .home-secondary-callouts .img,
.pricing .home-secondary-callouts .img {
  border: 1px solid #666;
}
.home .home-secondary-callouts .text,
.about-us .home-secondary-callouts .text,
.pricing .home-secondary-callouts .text {
  background-color: #f5f5f5;
  border-bottom-color: #ff8400;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  min-height: 170px;
  padding: 20px;
}
.home .home-secondary-callouts .text h1,
.about-us .home-secondary-callouts .text h1,
.pricing .home-secondary-callouts .text h1,
.home .home-secondary-callouts .text h2,
.about-us .home-secondary-callouts .text h2,
.pricing .home-secondary-callouts .text h2,
.home .home-secondary-callouts .text h3,
.about-us .home-secondary-callouts .text h3,
.pricing .home-secondary-callouts .text h3,
.home .home-secondary-callouts .text h4,
.about-us .home-secondary-callouts .text h4,
.pricing .home-secondary-callouts .text h4,
.home .home-secondary-callouts .text h5,
.about-us .home-secondary-callouts .text h5,
.pricing .home-secondary-callouts .text h5,
.home .home-secondary-callouts .text h6,
.about-us .home-secondary-callouts .text h6,
.pricing .home-secondary-callouts .text h6 {
  font-size: 1.6em;
  margin-bottom: 10px;
}
.home .home-secondary-callouts .text p,
.about-us .home-secondary-callouts .text p,
.pricing .home-secondary-callouts .text p {
  margin-bottom: 10px;
}
.home .home-secondary-callouts .text p:last-child,
.about-us .home-secondary-callouts .text p:last-child,
.pricing .home-secondary-callouts .text p:last-child {
  margin-bottom: 0;
}
.home .home-customer-quotes,
.about-us .home-customer-quotes,
.pricing .home-customer-quotes {
  margin-bottom: 40px;
}
.home .home-customer-quotes h3,
.about-us .home-customer-quotes h3,
.pricing .home-customer-quotes h3 {
  color: #48a6c5;
  margin-top: 0;
}
.home .home-customer-quotes blockquote,
.about-us .home-customer-quotes blockquote,
.pricing .home-customer-quotes blockquote {
  border-left: none;
  font-style: italic;
  padding: 0;
  margin: 20px 0 10px 0;
}
.home .home-customers,
.about-us .home-customers,
.pricing .home-customers,
.home .home-awards,
.about-us .home-awards,
.pricing .home-awards {
  margin: 40px 0;
}
.home .home-customers h1,
.about-us .home-customers h1,
.pricing .home-customers h1,
.home .home-awards h1,
.about-us .home-awards h1,
.pricing .home-awards h1,
.home .home-customers h2,
.about-us .home-customers h2,
.pricing .home-customers h2,
.home .home-awards h2,
.about-us .home-awards h2,
.pricing .home-awards h2,
.home .home-customers h3,
.about-us .home-customers h3,
.pricing .home-customers h3,
.home .home-awards h3,
.about-us .home-awards h3,
.pricing .home-awards h3,
.home .home-customers h4,
.about-us .home-customers h4,
.pricing .home-customers h4,
.home .home-awards h4,
.about-us .home-awards h4,
.pricing .home-awards h4,
.home .home-customers h5,
.about-us .home-customers h5,
.pricing .home-customers h5,
.home .home-awards h5,
.about-us .home-awards h5,
.pricing .home-awards h5,
.home .home-customers h6,
.about-us .home-customers h6,
.pricing .home-customers h6,
.home .home-awards h6,
.about-us .home-awards h6,
.pricing .home-awards h6 {
  color: #48a6c5;
  font-size: 1.6em;
  margin-bottom: 10px;
}
.home .home-customers .view-more-btn,
.about-us .home-customers .view-more-btn,
.pricing .home-customers .view-more-btn,
.home .home-awards .view-more-btn,
.about-us .home-awards .view-more-btn,
.pricing .home-awards .view-more-btn {
  display: inline-block;
}
.home .home-customers .home-customer,
.about-us .home-customers .home-customer,
.pricing .home-customers .home-customer {
  display: inline-block;
  margin: 0 20px 10px 0;
  width: 12%;
}
.home .home-customers .home-customer a,
.about-us .home-customers .home-customer a,
.pricing .home-customers .home-customer a {
  display: inline-block;
  margin: 0 auto;
}
.home .home-customers .home-c-slides,
.about-us .home-customers .home-c-slides,
.pricing .home-customers .home-c-slides {
  height: 135px;
  margin-bottom: 20px;
  position: relative;
}
.home .home-customers .home-c-slides .slide,
.about-us .home-customers .home-c-slides .slide,
.pricing .home-customers .home-c-slides .slide {
  display: none;
  left: 20px;
  height: 135px;
  position: absolute;
  top: 20px;
}
.home .home-customers .home-c-slides .slide:first-child,
.about-us .home-customers .home-c-slides .slide:first-child,
.pricing .home-customers .home-c-slides .slide:first-child {
  display: block;
}
.home .home-customers .home-c-slides .slide a,
.about-us .home-customers .home-c-slides .slide a,
.pricing .home-customers .home-c-slides .slide a {
  display: block;
  margin-right: 20px;
}
.home .home-customers .home-c-slides .slide a:last-child,
.about-us .home-customers .home-c-slides .slide a:last-child,
.pricing .home-customers .home-c-slides .slide a:last-child {
  margin-right: 0;
}
.home .home-customers .home-c-slides .home-c-tabs,
.about-us .home-customers .home-c-slides .home-c-tabs,
.pricing .home-customers .home-c-slides .home-c-tabs {
  display: none;
}
.home .home-customers .home-c-slides .control-btn,
.about-us .home-customers .home-c-slides .control-btn,
.pricing .home-customers .home-c-slides .control-btn {
  background-color: #666;
  bottom: -20px;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 33px;
  line-height: 33px;
  position: absolute;
  text-align: center;
  width: 33px;
  z-index: 500;
}
.home .home-customers .home-c-slides .forward,
.about-us .home-customers .home-c-slides .forward,
.pricing .home-customers .home-c-slides .forward {
  right: 0;
}
.home .home-customers .home-c-slides .forward:focus,
.about-us .home-customers .home-c-slides .forward:focus,
.pricing .home-customers .home-c-slides .forward:focus,
.home .home-customers .home-c-slides .forward:hover,
.about-us .home-customers .home-c-slides .forward:hover,
.pricing .home-customers .home-c-slides .forward:hover {
  background-color: #ff8400;
  text-decoration: none;
}
.home .home-customers .home-c-slides .backward,
.about-us .home-customers .home-c-slides .backward,
.pricing .home-customers .home-c-slides .backward {
  right: 34px;
}
.home .home-customers .home-c-slides .backward:focus,
.about-us .home-customers .home-c-slides .backward:focus,
.pricing .home-customers .home-c-slides .backward:focus,
.home .home-customers .home-c-slides .backward:hover,
.about-us .home-customers .home-c-slides .backward:hover,
.pricing .home-customers .home-c-slides .backward:hover {
  background-color: #ff8400;
  text-decoration: none;
}
.home .home-awards .home-award,
.about-us .home-awards .home-award,
.pricing .home-awards .home-award {
  display: inline-block;
  margin: 0 10px 20px 0;
  width: 42%;
}
.home .home-awards .view-more-btn,
.about-us .home-awards .view-more-btn,
.pricing .home-awards .view-more-btn {
  display: block;
}
.home .home-awards .home-a-slides,
.about-us .home-awards .home-a-slides,
.pricing .home-awards .home-a-slides {
  height: 135px;
  padding-top: 35px;
  margin-bottom: 20px;
}
/* ===== P R O D U C T S ===== */
.products .wse-heading.products-callout {
  background-color: #fff;
  padding: 0;
}
.products .products-secondary-logo {
  height: 100px;
  width: 100px;
  border: 0;
  margin: 0 10px 20px 0;
  float: left;
}
.products .primary-content.wse-content {
  padding-right: 0;
}
.products .products-with-logo {
  padding-top: 30px;
}
.products .products-header-twoline {
  padding-top: 12px;
}
.products .wse-content {
  margin-top: 20px;
}
.products .wse-content .features-heading {
  height: 40px;
  line-height: 40px;
}
.products .wse-content h3,
.products .wse-content h4 {
  margin-top: 0;
}
.products .wse-content h3 {
  color: #333;
  margin-bottom: 20px;
}
.products .wse-content h4 a {
  color: #48a6c5;
}
.products .wse-content .wse-deployment-options {
  background-color: #f5f5f5;
  padding: 10px;
}
.products .wse-content .wse-deployment-options .entry {
  margin-bottom: 20px;
}
.products .wse-callouts ul {
  margin-left: 15px;
}
.products .wse-customer-quotes .cta-link {
  margin-top: 20px;
}
.products .wse-callouts,
.products .wse-addons,
.products .wse-customer-quotes {
  margin-top: 20px;
}
.products .wse-addons.products-addons,
.products .wse-customer-quotes.products-customer-quotes {
  padding: 0;
}
.products .data-table {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
  background: #fcfcfc;
  background: linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eeeeee', GradientType=0);
}
.products .data-table th {
  border-bottom: 0;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.2em;
}
.products .data-table td {
  vertical-align: top;
  padding: 10px 20px;
  border-top: 0;
  border-bottom: 0;
}
.products .support-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.products .support-links li a {
  display: inline-block;
  height: 38px;
  padding: 0 0 0 50px;
  line-height: 38px;
  color: #333;
}
.products .support-links li a.standard {
  background: transparent url('../../images/standard-support-plus-icon.png') 0 0 no-repeat;
}
.products .support-links li a.premium {
  background: transparent url('../../images/premium-support-plus-icon.png') 0 0 no-repeat;
}
.products .support-links li a.event {
  background: transparent url('../../images/event-support-plus-icon.png') 0 0 no-repeat;
}
.products .aws-callout {
  background-color: #f5f5f5;
  padding: 10px;
}
.products .aws-video {
  margin-top: 20px;
}
.products .aws-content .aws-help {
  margin: 20px 0;
}
.products .aws-content .aws-deploy {
  margin-top: 20px;
}
.products .aws-content h4 {
  color: #333;
}
.products .aws-content .user-guide-btn {
  background: url(../../images/wowza4/icon-pdf.png) 0 50% no-repeat;
  display: inline-block;
  height: 31px;
  line-height: 31px;
  padding-left: 40px;
}
.products .products-pricing .text a,
.products .products-pricing .links a {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
.products .products-pricing .text a:focus,
.products .products-pricing .links a:focus,
.products .products-pricing .text a:hover,
.products .products-pricing .links a:hover {
  color: #fff;
  text-decoration: none;
}
.products .products-pricing .price-head,
.products .products-pricing .price,
.products .products-pricing .unit {
  display: block;
  color: #ff8400;
}
.products .products-pricing .price {
  font-size: 4em;
  line-height: 1em;
}
.products .products-pricing .unit {
  font-size: 0.8em;
}
.products .products-pricing .links ul {
  list-style-type: none;
  margin: 20px 0 0 0;
}
.products .products-pricing .links li:nth-child(2) a {
  background-color: #48a6c5;
  margin-top: 34px;
  margin-left: 20px;
}
.products .products-pricing .links li:nth-child(2) a:focus,
.products .products-pricing .links li:nth-child(2) a:hover {
  background-color: #32839e;
}
.products .products-pricing .links li:nth-child(3) a {
  background-color: #ff8400;
  margin-left: 10px;
  margin-top: 34px;
}
.products .products-pricing .links li:nth-child(3) a:focus,
.products .products-pricing .links li:nth-child(3) a:hover {
  background-color: #d77001;
}
.products .products-pricing .links a {
  font-weight: inherit !important;
}
.products .products-callout {
  background-color: #f5f5f5;
  padding: 20px;
}
.products .products-callout .text a,
.products .products-callout .links a {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
.products .products-callout .text a:focus,
.products .products-callout .links a:focus,
.products .products-callout .text a:hover,
.products .products-callout .links a:hover {
  color: #fff;
  text-decoration: none;
}
.products .products-callout .text {
  clear: both;
}
.products .products-callout .text .cta-btn {
  background-color: #ff8400;
  display: inline-block;
  margin-top: 20px;
}
.products .products-callout .text .cta-btn:focus,
.products .products-callout .text .cta-btn:hover {
  background-color: #d77001;
}
.products .products-callout .text h2 {
  height: 100px;
  font-size: 1.6em;
  line-height: 100px;
}
.products .products-callout .text h2 a {
  color: #333;
  padding: 0;
}
.products .products-callout .text h2 a:focus,
.products .products-callout .text h2 a:hover {
  color: #d77001;
  text-decoration: none;
}
.products .products-callout .text ul {
  padding-right: 20px;
}
.products .products-callout .links ul {
  list-style-type: none;
  margin: 20px 0 0 0;
}
.products .products-callout .links ul li {
  line-height: 76px;
  margin: 0 10px 0 0;
}
.products .products-callout .links a {
  font-weight: inherit !important;
  padding: 0 10px;
}
.products .products-callout .links .pricing {
  line-height: 1em;
}
.products .products-callout .links .pricing .price {
  display: block;
  color: #ff8400;
  font-size: 76px;
  line-height: 76px;
}
.products .products-callout .links .pricing .pricing-details {
  display: block;
  text-align: left;
  padding: 0;
}
.products .products-callout a.orange-link {
  color: #ff8400;
  padding: 0;
}
.products .products-callout a.orange-link:focus,
.products .products-callout a.orange-link:hover {
  color: #d77001;
}
.products .products-callout .cta-links ul {
  list-style-type: none;
  margin: 20px 0 0 0;
}
.products .products-callout .cta-links li {
  line-height: 33px;
}
.products .products-callout .cta-links a {
  font-weight: inherit !important;
  margin-right: 10px;
}
.products .products-callout .links-a-b-test ul li:last-child {
  margin-top: -12px;
  text-align: center;
}
.products .products-callout .links-a-b-test ul li:last-child .price,
.products .products-callout .links-a-b-test ul li:last-child .unit {
  display: block;
}
.products .products-callout .links-a-b-test ul li:last-child .price {
  color: #ff8400;
  font-size: 2.5em;
  font-weight: 500;
}
.products .products-callout .links-a-b-test ul li:last-child .unit {
  line-height: 1em;
  padding-top: 10px;
}
.products .products-callout .links-a-b-test ul li:last-child a {
  color: #ff8400;
  padding-top: 0;
}
.products .products-callout .links-a-b-test ul li:last-child a:hover {
  text-decoration: underline;
}
.products .products-callout .products-cta .image {
  margin: 20px 0;
}
.products .products-callout .products-cta .links li:nth-child(2) a {
  background-color: #48a6c5;
  margin-left: 10px;
}
.products .products-callout .products-cta .links li:nth-child(2) a:focus,
.products .products-callout .products-cta .links li:nth-child(2) a:hover {
  background-color: #32839e;
}
.products .products-callout .products-cta .links li:nth-child(3) a {
  background-color: #ff8400;
  margin-left: 10px;
}
.products .products-callout .products-cta .links li:nth-child(3) a:focus,
.products .products-callout .products-cta .links li:nth-child(3) a:hover {
  background-color: #d77001;
}
.products .products-callout .addon.text a {
  background-color: #fff;
  color: #ff8400;
  margin-right: 20px;
  padding: 0;
}
.products .products-callout .addon.text a:focus,
.products .products-callout .addon.text a:hover {
  color: #d77001;
  text-decoration: none;
}
.products .products-callout .addon.text h2 a {
  color: #333;
  margin-right: 0;
}
.products .products-callout .addon.icon img {
  margin: 20px auto;
}
.products .products-callout .drm {
  border-top: 2px solid #f5f5f5;
  margin: 20px 10px;
  padding-top: 20px;
}
.products .products-callout .cta-link {
  margin-top: 20px;
}
.products .products-feature {
  text-align: center;
  padding-top: 20px;
}
.products .products-addons {
  background-color: #fff;
  margin: 20px 0 0 0;
  padding: 0 20px 20px 20px;
}
.products .products-addons .benefits-heading h3 {
  float: left;
}
.products .products-addons .benefits-heading .view-all {
  float: right;
  margin-top: 27px;
}
.products .products-addons .benefits-cell {
  padding-bottom: 20px;
}
.products .products-addons h3 {
  margin-bottom: 20px;
}
.products .products-addons h4 {
  color: #333;
  margin-top: 0;
}
.products .products-addons h4 a {
  color: #333;
}
.products .products-addons .entry {
  margin-bottom: 20px;
}
.products .products-addons .deployment {
  border-left: 1px dotted #d1d1d1;
}
.products .products-addons .deployment h3,
.products .products-addons .deployment .entry {
  padding-left: 10px;
}
.products .products-customer-quotes {
  margin-bottom: 40px;
  padding: 0 20px;
}
.products .products-customer-quotes h3 {
  margin-top: 0;
}
.products .products-customer-quotes blockquote {
  border-left: none;
  font-style: italic;
  padding: 0;
  margin: 20px 0 10px 0;
}
.products .products-featured-heading {
  margin-bottom: 20px;
}
.products .products-featured-addon {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 20px;
}
.products .products-featured-addon h2 a {
  color: #333;
  margin-right: 0;
}
.products .products-featured-addon h2 a:focus,
.products .products-featured-addon h2 a:hover {
  color: #d77001;
  text-decoration: none;
}
.products .products-featured-addon p {
  padding-top: 10px;
}
.products .content-callouts {
  list-style-type: none;
  margin: 40px 0 0 0;
}
.products .content-callouts li {
  margin: 0 10% 20px 0;
  width: 40%;
}
.products .content-callouts li:nth-child(odd) {
  clear: both;
}
.products .sidebar-callouts li {
  margin-bottom: 20px;
}
.products .sidebar-callouts li ul {
  margin-left: 20px;
}
.products .sidebar-callouts li ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.products .specs-table {
  margin-top: 40px;
}
.products .specs-table .specs {
  margin-bottom: 40px;
  width: 100%;
}
.products .specs-table .specs tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.products .specs-table .specs tr:nth-child(even) {
  background-color: #fbfbfb;
}
.products .specs-table .specs td {
  border-color: #fff;
  border-style: solid;
  border-width: 4px;
  padding: 20px;
  width: 50%;
}
.products .testimonials {
  background-color: #e6f9ff;
  margin: 40px 0 10px 0;
  padding: 20px;
}
.products .testimonials .testimonials-slides {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.products .testimonials .slide {
  display: none;
  left: 0;
  height: 390px;
  position: absolute;
  top: 0;
}
.products .testimonials .slide:first-child {
  display: block;
}
.products .testimonials .testimonials-tabs {
  display: none;
}
.products .testimonials .control-btn {
  background-color: #48a6c5;
  bottom: -20px;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 33px;
  line-height: 33px;
  position: absolute;
  text-align: center;
  width: 33px;
}
.products .testimonials .forward {
  right: -20px;
}
.products .testimonials .forward:focus,
.products .testimonials .forward:hover {
  background-color: #32839e;
  text-decoration: none;
}
.products .testimonials .backward {
  right: 14px;
}
.products .testimonials .backward:focus,
.products .testimonials .backward:hover {
  background-color: #32839e;
  text-decoration: none;
}
.products .testimonials blockquote {
  background-color: #fff;
  border-left: none;
  color: #48a6c5;
  font-size: 1em;
  font-style: italic;
  line-height: 1.5em;
  margin: 20px 0 0 0;
}
.products .testimonials cite {
  background: url(../../images/wowza4/testimonials-cite-bg.gif) -80px 0 no-repeat;
  display: block;
  padding: 10px 0 0 140px;
}
.products .testimonials cite span {
  display: block;
}
.products .testimonials cite .name {
  font-weight: 500;
}
.products .home-awards a:focus,
.products .home-awards a:hover {
  text-decoration: underline;
}
.products .home-awards img {
  display: block;
  margin: 0 auto 10px auto;
}
.products .demo .tabs {
  list-style-type: none;
  margin-top: 20px;
}
.products .demo .tabs li {
  margin-right: 5px;
}
.products .demo .tabs li a {
  background-color: #48a6c5;
  color: #fff;
  display: block;
  font-size: 1.2em;
  padding: 10px 20px;
}
.products .demo .tabs li a.current {
  background-color: #f5f5f5;
  color: #333;
}
.products .demo .panes {
  background-color: #f5f5f5;
}
.products .demo .panes .pane {
  display: none;
  padding: 10px;
}
.products .demo .panes .pane:first-child {
  display: block;
}
.products .demo .panes .pane h3 {
  font-size: 1.2em;
  margin: 20px 0;
}
.products .demo .panes .pane li a {
  background-color: #ff8400;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}
.products .demo .panes .pane li a:focus,
.products .demo .panes .pane li a:hover {
  background-color: #d77001;
}
.products .demo .panes .pane li .view-link {
  margin-top: 10px;
  width: auto;
}
.products .demo .video-tabs li a.current {
  background-color: #d77001;
}
.products .demo .video-panes .video-pane {
  display: none;
}
.products .demo .video-panes .video-pane:first-child {
  display: block;
}
.products .gocoder-content-callouts {
  background-color: #fff;
}
.products .gocoder-content-callouts .gocoder-slides {
  height: 300px;
  position: relative;
}
.products .gocoder-content-callouts .gocoder-slides .slide {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.products .gocoder-content-callouts .gocoder-slides .slide img {
  display: block;
  margin: 20px auto 0 auto;
}
.products .gocoder-content-callouts .gocoder-slides:first-child {
  display: block;
}
.products .gocoder-content-callouts .gocoder-slides .gocoder-tabs {
  bottom: -25px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.products .gocoder-content-callouts .gocoder-slides .gocoder-tabs a {
  background-color: #fff;
  border: 1px solid #ff8400;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}
.products .gocoder-content-callouts .gocoder-slides .gocoder-tabs a:last-child {
  margin-right: 0;
}
.products .gocoder-content-callouts .gocoder-slides .gocoder-tabs a.current {
  background-color: #ff8400;
}
.products .gocoder-content-callouts .gocoder-slides .control-btn {
  display: none;
  height: 39px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 22px;
}
.products .gocoder-content-callouts .gocoder-slides .control-btn:focus,
.products .gocoder-content-callouts .gocoder-slides .control-btn:hover {
  cursor: pointer;
}
.products .gocoder-content-callouts .gocoder-slides .forward {
  background: url(../../images/wowza4/arrow-right.gif) 0 0 no-repeat;
  right: -10px;
}
.products .gocoder-content-callouts .gocoder-slides .backward {
  background: url(../../images/wowza4/arrow-left.gif) 0 0 no-repeat;
  left: -10px;
}
.products .gocoder-features {
  margin-top: 40px;
}
.products .gocoder-features .gocoder-feature {
  margin: 0 3% 20px 0;
  width: 30%;
}
.products .gocoder-features .gocoder-feature ul {
  list-style-type: disc;
  margin-left: 20px;
}
.products .gocoder-sidebar-callout {
  margin-bottom: 40px;
}
.products .app-store-link {
  background-color: #f9f9f9;
  margin-bottom: 10px;
  padding: 10px;
}
.products .app-store-link a {
  background-position: 0 50%;
  background-repeat: no-repeat;
  color: #333;
  display: block;
  font-size: 11px;
  line-height: 13px;
  padding-left: 150px;
}
.products .android {
  display: none;
}
.products .android a {
  background-image: url(../../images/wowza4/google-play-logo.png);
}
.products .ios a {
  background-image: url(../../images/wowza4/app-store-logo.png);
}
.products .addons-content ul {
  list-style-type: none;
  margin: 0;
}
.products .addons-content ul li {
  margin-right: 3%;
  width: 30%;
}
.products .addons-content ul li:nth-child(4) {
  clear: both;
}
.products .addons-content .plan {
  margin-right: 3%;
  width: 47%;
}
.products .addons-content .plan li {
  margin-right: 0;
  width: 100%;
}
.products .addons-single-content ul,
.products .addons-single-content ol {
  margin-left: 40px;
}
.products .addons-single-content ul {
  list-style-type: disc;
}
.products .addons-single-content ol {
  list-style-type: decimal;
}
.products .addons-license-grid {
  margin-top: 40px;
}
.products .addons-license-grid .plan h3 {
  color: #333;
  font-size: 1.8em;
  text-align: center;
}
.products .addons-license-grid .plan h4 {
  background-color: #333;
  color: #fff;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.products .addons-license-grid .plan .value {
  color: #ff8400;
  display: inline-block;
  font-size: 0.6em;
  margin-left: 10px;
}
.products .addons-license-grid .plan .info {
  background-color: #e6f9ff;
  padding: 20px;
}
.products .addons-license-grid .plan .info ul {
  list-style-type: disc;
  margin-left: 10px;
}
.products .addons-license-grid .plan .info .btn {
  color: #fff;
}
.products .addons-license-grid .plan .info .btn:focus,
.products .addons-license-grid .plan .info .btn:hover {
  text-decoration: none;
}
.products .addons-license-grid .plan .info .pricing-btn {
  background-color: #48a6c5;
}
.products .addons-license-grid .plan .info .pricing-btn:focus,
.products .addons-license-grid .plan .info .pricing-btn:hover {
  background-color: #32839e;
}
.products .addons-license-grid .plan .info .purchase-btn {
  background-color: #ff8400;
}
.products .addons-license-grid .plan .info .purchase-btn:focus,
.products .addons-license-grid .plan .info .purchase-btn:hover {
  background-color: #d77001;
}
.products .addons-license-grid .plan .btns {
  text-align: center;
}
.products .addons-sidebar .add-on-applications li {
  background-position: 6px center;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #000;
  padding: 10px 0 10px 40px;
}
.products .addons-sidebar .add-on-applications .live {
  background-image: url("../../images/media-server-feature-live.png");
}
.products .addons-sidebar .add-on-applications .on-demand {
  background-image: url("../../images/media-server-feature-on-demand.png");
}
.products .addons-sidebar .add-on-applications .chat {
  background: url("../../images/media-server-feature-chat.png") 8px 50% no-repeat;
}
.products .addons-sidebar .add-on-applications .recording {
  background: url("../../images/media-server-feature-recording.png") 10px 50% no-repeat;
}
.products .faq-content ul {
  list-style-type: none;
  margin: 0;
}
.products .faq-content .faq-block {
  margin-bottom: 40px;
}
.products .faq-content .faq-group {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.products .faq-content .faq-answer {
  display: none;
  margin-top: 10px;
}
.products .faq-content dt {
  color: #ff8400;
  cursor: pointer;
  font-weight: normal;
}
.products .faq-content dt:focus,
.products .faq-content dt:hover {
  text-decoration: underline;
}
.products .faq-content dt.current {
  color: #333;
  cursor: default;
  font-weight: 500;
}
.products .faq-content dt.current:focus,
.products .faq-content dt.current:hover {
  text-decoration: none;
}
.products .faq-nav a {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/* ===== CONTACT ===== */
.contact-form-wrapper ul {
  margin-left: 0;
}
.contact-form-wrapper label,
.contact-form-wrapper input,
.contact-form-wrapper textarea,
.contact-form-wrapper ul.choice-list {
  display: inline-block;
}
.contact-form-wrapper label {
  width: 140px;
}
.contact-form-wrapper label.check-label {
  width: 370px !important;
}
.contact-form-wrapper input[type=text],
.contact-form-wrapper input[type=email],
.contact-form-wrapper input[type=tel],
.contact-form-wrapper textarea,
.contact-form-wrapper ul.choice-list {
  width: 400px;
}
.contact-form-wrapper input[type=checkbox] {
  margin: 0 10px 0 140px;
  width: auto;
}
.contact-form-wrapper textarea {
  height: 200px;
}
.contact-form-wrapper button.submit {
  margin-left: 140px;
}
.contact-form-wrapper ul.choice-list input[type=checkbox] {
  margin-left: 0 !important;
}
.contact-form-wrapper li.text-line p {
  margin-top: 10px;
}
.contact-form-wrapper ul.choice-list input[type=checkbox] {
  margin-left: 0 !important;
}
.contact-form-wrapper li.text-line p {
  margin-top: 10px;
}
.contact-sidebar .name {
  color: #4a9fb8;
  margin-top: 22px;
}
.contact-sidebar .address {
  color: #9f9f9f;
  font-size: 14px;
  margin-bottom: 18px;
}
.contact-form-wrapper input.error {
  background: #fff url('../images/form-error-icon.png') 335px center no-repeat;
  border-color: #f44e4e;
  color: #f44e4e;
}
.contact-form-wrapper .required {
  color: #f44e4e;
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.contact-form-wrapper .required-hidden {
  display: none;
}
.contact-form-wrapper textarea.error {
  background: #fff url('../images/form-error-icon.png') 510px 5px no-repeat;
  border-color: #f44e4e;
  color: #f44e4e;
}
.contact-form-wrapper li.error-li div.chzn-container a,
.contact-container .contact-content .contact-form-wrapper span.error-li div.chzn-container a {
  background-color: #fff url('/images/form-error-icon.png') 335px center no-repeat;
  border-color: #f44e4e;
  color: #f44e4e;
}
/* ===== A B O U T - U S ===== */
.about-us .management-team h3,
.about-us .management-team h4,
.about-us .management-team h5,
.about-us .management-team h6 {
  margin-top: 0;
}
.about-us .wowza-way {
  margin: 40px 0;
}
.about-us .wowza-way .tabs {
  list-style-type: none;
  margin-top: 20px;
}
.about-us .wowza-way .tabs li {
  margin-right: 5px;
}
.about-us .wowza-way .tabs li a {
  background-color: #48a6c5;
  color: #fff;
  display: block;
  font-size: 1.2em;
  padding: 10px 20px;
}
.about-us .wowza-way .tabs li a.current {
  background-color: #f5f5f5;
  color: #333;
}
.about-us .wowza-way .panes {
  background-color: #f5f5f5;
}
.about-us .wowza-way .panes div {
  display: none;
  padding: 20px;
}
.about-us .wowza-way .panes div:first-child {
  display: block;
}
.about-us-sidebar .name {
  color: #4a9fb8;
  margin-top: 22px;
}
.about-us-sidebar .address {
  color: #9f9f9f;
  font-size: 14px;
  margin-bottom: 18px;
}
/* ===== C U S T O M E R S ===== */
.customers li {
  display: inline-block;
  height: 164px;
  margin: 10px;
  width: 164px;
}
.customers li a {
  display: block;
}
.customers li a img {
  margin: 0 auto;
}
/* ===== P A R T N E R S ===== */
.partners .partners-info {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 40px;
}
.partners .partners-info:last-child {
  border: none;
  padding-bottom: 0;
}
.partners .featured-partner {
  display: inline-block;
  margin: 0 40px 10px 0;
}
.partners .www {
  background-color: #f5f5f5;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 20px;
}
.partners .www h2 {
  color: #ff8400;
  font-size: 1.8em;
  margin-bottom: 20px;
}
.partners .www p {
  margin-bottom: 10px;
}
.partners .www p:first-child {
  padding-top: 20px;
}
.partners .works-with-wowza-wrap {
  padding-top: 40px;
}
.partners .portal-content ol,
.partners .portal-content ul {
  margin: 0 0 10px 40px;
  padding: 0;
}
.partners .portal-content ol {
  list-style-type: decimal;
}
.partners .portal-content ul {
  list-style-type: disc;
}
.partners .portal-content .entries {
  list-style-type: none;
  margin: 0;
}
.partners .portal-content .entries li {
  margin-bottom: 3em;
}
.partners .portal-content h2 a {
  color: #333;
}
.partners .portal-content h2 a:focus,
.partners .portal-content h2 a:hover {
  color: #ff8400;
  text-decoration: none;
}
.partners .customer-logo .large-logo {
  display: block;
}
.partners .customer-logo .large-logo a {
  display: block;
}
.partners .customer-logo .large-logo img {
  margin: 0 auto;
}
.partners #options {
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.partners #options h4 {
  margin-top: 0;
}
.partners #options input,
.partners #options label {
  display: block;
  float: left;
}
.partners #options input {
  clear: both;
  margin: 0 5px 5px 0;
  width: auto;
}
.partners #options label {
  width: 80%;
}
.partners .isotope-item {
  z-index: 2;
}
.partners .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.partners .isotope,
.partners .isotope .isotope-item {
  transition-duration: 0.8s;
}
.partners .isotope {
  transition-property: height, width;
}
.partners .isotope .isotope-item {
  transition-property: transform, opacity;
}
.partners .isotope.no-transition,
.partners .isotope.no-transition .isotope-item,
.partners .isotope .isotope-item.no-transition {
  transition-duration: 0s;
}
/* ===== N E W S ===== */
.news .primary-content ol,
.news .primary-content ul {
  list-style-type: none;
  margin-left: 0;
}
.news .article-image,
.news .article-text {
  margin-top: 10px;
}
.news .article-image {
  margin: 0 20px 20px 0;
}
.news .news-article-content ul,
.news .news-article-content ol {
  margin-left: 40px;
}
.news .news-article-content ul {
  list-style-type: disc;
}
.news .news-article-content ol {
  list-style-type: decimal;
}
/* ===== B L O G ===== */
.blogBlock ul,
.blogBlock ol {
  margin-left: 40px;
}
.blogBlock li {
  margin-bottom: 5px;
}
.blogBlock ul li:last-child,
.blogBlock ol li:last-child {
  margin-bottom: 0;
}
.blogBlock .author-container {
  padding: 40px 0;
}
.blogBlock .author-bio {
  padding: 0 0 0 20px;
}
.blogBlock .author-bio p {
  font-style: italic;
}
.blogBlock p:last-child,
.blogBlock .blog-comment-count,
.blogBlock .blog-comment-links {
  margin-bottom: 0;
}
.blogBlock .blog-comment-count {
  color: #fff;
}
.blogBlock .blog-comment-links a {
  color: #4a9fb8;
}
.blog-social-share-wrap span {
  height: 22px !important;
}
.blog-comment-form-wrap {
  padding: 40px 0;
}
.blog-comment-form-wrap label,
.blog-comment-form-wrap input,
.blog-comment-form-wrap textarea {
  display: block;
  width: 680px;
}
.blog-comment-form-wrap input,
.blog-comment-form-wrap textarea {
  margin-bottom: 10px;
  padding: 5px;
}
.blog-comment-form-wrap input[type="checkbox"],
.blog-comment-form-wrap input[type="submit"],
.blog-comment-form-wrap .checkbox-radio-label {
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: auto;
}
.blog-comment-form-wrap br {
  clear: both;
}
.blog-comment-form-wrap .captcha {
  width: 140px;
}
.blog-comment-wrap .login_box {
  overflow: hidden;
}
.blog-comment-wrap .login_box h3 {
  color: #585c5d !important;
}
.blog-comment-wrap .login_box ul {
  color: #676767 !important;
}
.blog-comment-wrap .login_box ul li:before {
  content: "";
}
.blog-comment-container {
  background: #ececec url("../../images/comment-quote-lg.png") 500px top no-repeat;
  margin-top: 20px;
}
.blog-comment {
  background: url("../../images/comment-quote-sm.png") 40px bottom no-repeat;
  font-style: italic;
  padding: 20px;
}
.blog-comment-info {
  font-style: normal;
}
.blog-comment-author {
  font-size: 1.25em;
  font-weight: 500;
}
.blog-summary-title {
  font-size: 1.5em;
}
.blog-date,
.blog-author {
  font-weight: 500 !important;
}
.blog-author a {
  color: #676767 !important;
}
.blog-social-share-wrap,
.blog-comment-wrap {
  margin-bottom: 40px;
}
.blog-comment-count,
.blog-comment-links {
  padding: 0.5em 0;
}
.blog-comment-count {
  background: #4a9fb8 url("../../images/comment-icon.png") 10px 50% no-repeat;
  float: left;
  font-weight: 500;
  padding-left: 45px;
  width: 155px;
}
.blog-comment-links {
  background: #ececec;
  float: right;
  padding-left: 10px;
  width: 430px;
}
.blog-comment-count.wide,
.blog-comment-links.wide {
  float: none;
  width: 100%;
}
.blog-page-btn {
  clear: both;
  padding: 40px 0;
}
.blog-sidebar p {
  margin-left: 6px;
}
.blog-sidebar .social-nav {
  margin: 0 0 40px 6px;
}
.blog-sidebar .social-nav li {
  float: left;
  margin-right: 10px;
}
.blog-sidebar .social-nav li:last-child {
  margin-right: 0;
}
.blog-sidebar .hs-form.stacked {
  margin: 10px 0 40px 6px;
}
.blog-sidebar .hs-form.stacked .actions {
  margin: 0 0 20px 0;
  padding: 0;
}
.blog-sidebar .hs-form.stacked .hs-input {
  height: 32px !important;
  width: 100% !important;
}
.blog-sidebar .blog-comment-author,
.blog-sidebar .blog-comment-date {
  color: #999;
  font-size: 0.85em;
  font-weight: normal;
}
.blog-sidebar .hbspt-form {
  margin-bottom: 40px;
}
.recent-comments {
  line-height: 1em;
}
.rss-link a {
  background: url("../../images/rss-icon.png") left 50% no-repeat;
  color: #f28333;
  display: block;
  height: 48px;
  line-height: 48px;
  margin-bottom: 20px;
  padding-left: 40px;
}
.rss-link a:hover {
  text-decoration: none;
}
.blog-subscribe-form label,
.blog-subscribe-form input {
  display: block;
  width: 99%;
}
.blog-subscribe-form label {
  margin-bottom: 10px;
}
.blog-subscribe-form button {
  background-color: #fe862a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 33px;
  line-height: 33px;
  margin: 10px 0 40px 0;
  text-align: center;
  width: 118px;
}
/* ===== G L O S S A R Y ===== */
.glossary-index {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.glossary-index ol {
  overflow: auto;
}
.glossary-index li {
  border-right: 1px solid #999;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}
.glossary-index li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.glossary-group {
  overflow: auto;
}
.glossary-group h3 {
  clear: both;
  font-size: 30px !important;
}
.glossary-entry {
  display: inline-block;
  float: left;
  padding: 10px 0;
  width: 325px;
}
/* ===== S T R E A M I N G ===== */
.streaming .hr {
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
  border-bottom: 1px dashed #d1d1d1;
}
.streaming .diagram {
  margin: 10px 0;
}
.streaming .diagram img {
  margin: 0 auto;
}
.streaming .primary-content ol,
.streaming .primary-content ul {
  list-style-type: none;
  margin: 0;
}
.streaming .primary-content .ind-content ol,
.streaming .primary-content .ind-content ul {
  margin-left: 40px;
}
.streaming .primary-content .ind-content ol {
  list-style-type: decimal;
}
.streaming .primary-content .ind-content ul {
  list-style-type: disc;
}
.streaming .diagram-instructions {
  padding: 10px 0;
  text-align: center;
}
.streaming .video {
  float: left;
  margin-right: 5%;
  width: 30%;
}
.streaming .video:nth-child(3n+3) {
  margin-right: 0;
}
.streaming .btn {
  color: #fff;
  background-color: #ff8400;
  margin-top: 20px;
}
.streaming .pricing-dropdown .btn {
  background-color: #fff;
}
.streaming .live-header h2 {
  margin: 20px 0;
}
.streaming .keypts h2 {
  margin-bottom: 5px;
}
.streaming .streaming-heading .entry {
  margin-bottom: 10px;
}
.streaming .streaming-heading .entry p {
  margin-bottom: 5px;
}
.streaming .streaming-heading .cta-link {
  margin-top: 20px;
}
.streaming .streaming-content .workflow-step {
  background-color: #f5f5f5;
  padding: 10px;
}
.streaming .streaming-content .workflow-step p {
  margin-bottom: 0;
}
.streaming .streaming-content .workflow-step .step-number {
  color: #d1d1d1;
  float: left;
  font-size: 6em;
  font-weight: bold;
  margin-top: 30px;
  width: 30%;
}
.streaming .streaming-content .workflow-step .step-text {
  float: right;
  width: 70%;
}
.streaming .streaming-use-cases {
  margin: 40px 0;
}
.streaming .streaming-use-cases h2 {
  margin-bottom: 1em;
}
.streaming .streaming-use-cases li {
  margin-bottom: 40px;
}
.streaming .streaming-use-cases p {
  margin-bottom: 0;
}
.streaming .streaming-cta {
  margin-bottom: 40px;
}
.streaming.developers .developer-license-btn {
  background-color: #48a6c5;
  color: #fff;
  padding: 5px 10px;
}
.streaming.developers .primary-content {
  padding-right: 0;
}
.streaming.developers .entry {
  margin-bottom: 20px;
}
.streaming.developers .entry h3 {
  margin-top: 0;
}
.streaming .streaming-tab-content {
  height: 389px;
  position: relative;
}
.streaming .streaming-tab-content .streaming-tabs {
  bottom: 20px;
  left: 50%;
  position: absolute;
  width: 680px;
  margin-left: -340px;
  z-index: 1000;
}
.streaming .streaming-tab-content .streaming-tabs a {
  background-color: rgba(72, 166, 197, 0.7);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  display: block;
  float: left;
  height: 50px;
  margin-right: 20px;
  padding: 5px 10px;
  text-align: center;
  width: 120px;
}
.streaming .streaming-tab-content .streaming-tabs a.current {
  background-color: rgba(255, 132, 0, 0.7);
}
.streaming .streaming-tab-content .streaming-tabs a:last-child {
  margin-right: 0;
}
.streaming .streaming-tab-content .streaming-slides {
  height: 389px;
  position: relative;
}
.streaming .streaming-tab-content .streaming-slides .slide {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 909px;
}
.streaming .streaming-tab-content .streaming-slides .slide:first-child {
  display: block;
}
.streaming .streaming-tab-content .streaming-slides .slide .pane-text {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  padding: 20px;
  position: absolute;
  right: 80px;
  top: 60px;
  z-index: 500;
  width: 300px;
}
.streaming .streaming-tab-content .streaming-slides .slide .pane-text h1,
.streaming .streaming-tab-content .streaming-slides .slide .pane-text h2,
.streaming .streaming-tab-content .streaming-slides .slide .pane-text h3,
.streaming .streaming-tab-content .streaming-slides .slide .pane-text h4,
.streaming .streaming-tab-content .streaming-slides .slide .pane-text h5,
.streaming .streaming-tab-content .streaming-slides .slide .pane-text h6 {
  color: #fff;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.streaming .streaming-tab-content .streaming-slides .slide .pane-text p {
  margin-bottom: 0.75em;
}
.streaming .streaming-tab-content .streaming-slides .slide .pane-text a:hover {
  text-decoration: underline;
}
.streaming .streaming-tab-content .control-btn {
  top: 50%;
  cursor: pointer;
  display: block;
  height: 43px;
  margin-top: -15px;
  position: absolute;
  text-indent: -999em;
  width: 30px;
  z-index: 500;
}
.streaming .streaming-tab-content .forward {
  background: url(../../images/wowza4/control-next.png) 0 0 no-repeat;
  right: 5px;
}
.streaming .streaming-tab-content .backward {
  background: url(../../images/wowza4/control-previous.png) 0 0 no-repeat;
  left: 5px;
}
.streaming .streaming-content-2015 h2 {
  color: #48a6c5;
  font-size: 1.75em;
  margin-top: 40px;
}
.streaming .streaming-content-2015 h3 {
  color: #333;
  font-size: 1.25em;
}
.streaming .streaming-content-2015 img,
.streaming .streaming-content-2015 iframe,
.streaming .streaming-content-2015 embed object {
  max-width: 100%;
}
.streaming .streaming-content-2015 ul,
.streaming .streaming-content-2015 ol {
  margin-left: 20px;
}
.streaming .streaming-content-2015 ul {
  list-style-type: disc;
}
.streaming .streaming-content-2015 ol {
  list-style-type: decimal;
}
.streaming .streaming-content-2015 .heading-modules h2 {
  margin-top: 0;
}
.streaming .streaming-content-2015 .heading-modules .btn {
  background-color: #48a6c5;
  margin-top: 5px;
  text-decoration: none;
}
.streaming .streaming-content-2015 .heading-modules .btn:focus,
.streaming .streaming-content-2015 .heading-modules .btn:hover {
  background-color: #32839e;
}
.streaming .streaming-content-2015 .workflow img {
  display: inline-block;
  margin: 20px auto;
}
.streaming .streaming-content-2015 .workflow .step {
  background-color: #f5f5f5;
  padding: 10px;
}
.streaming .streaming-content-2015 .workflow .step h2,
.streaming .streaming-content-2015 .workflow .step h3,
.streaming .streaming-content-2015 .workflow .step h4,
.streaming .streaming-content-2015 .workflow .step h5,
.streaming .streaming-content-2015 .workflow .step h6 {
  color: #333;
  font-size: 1.25em;
  margin-top: 0;
}
.streaming .streaming-content-2015 .suc-entry {
  margin: 20px 0;
}
.streaming .streaming-content-2015 .suc-entry h2,
.streaming .streaming-content-2015 .suc-entry h3,
.streaming .streaming-content-2015 .suc-entry h4,
.streaming .streaming-content-2015 .suc-entry h5,
.streaming .streaming-content-2015 .suc-entry h6 {
  color: #333;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0;
}
.streaming .streaming-content-2015 .suc-entry .icon {
  width: 15%;
}
.streaming .streaming-content-2015 .suc-entry .icon-text {
  width: 80%;
}
.streaming .streaming-content-2015 .suc-entry .thumb {
  width: 40%;
}
.streaming .streaming-content-2015 .suc-entry .thumb-text {
  width: 50%;
}
.streaming .streaming-content-2015 .common-uses img {
  display: inline-block;
  margin: 10px auto;
}
.streaming .streaming-content-2015 .testimonials blockquote {
  border-left: none;
  font-style: italic;
  padding: 0;
  margin: 20px 0 10px 0;
}
.streaming .streaming-content-2015 .streaming-industry-entry,
.streaming .streaming-content-2015 .streaming-partner-entry {
  display: inline-block;
}
.streaming .streaming-content-2015 .streaming-industry-entry {
  margin-top: 10px;
  margin-right: 2%;
  margin-bottom: 10px;
  width: 30%;
}
.streaming .streaming-content-2015 .streaming-partner-entry {
  margin-right: 20px;
  width: 17%;
}
.streaming .streaming-content-2015 .suc-recommended-step {
  background-color: #d1d1d1;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: bold;
  height: 40px;
  margin: 0 auto 1em auto;
  padding-top: 0.375em;
  text-align: center;
  width: 40px;
}
.streaming .streaming-content-2015 .suc-steps-media {
  padding-top: 4em;
}
/* ===== F R E E     T R I A L ===== */
.free-trial .free-trial-table .free-trial-row .col-xs-10 {
  border-bottom: 1px solid #f5f5f5;
}
.free-trial .free-trial-table .free-trial-row .blue-button,
.free-trial .free-trial-table .free-trial-row .orange-button {
  margin-top: -5px;
  width: 280px;
}
.free-trial .free-trial-table .free-trial-row:first-child {
  border-top: 0;
}
.free-trial .free-trial-table .free-trial-row > div > div {
  display: inline-block;
  padding: 20px 20px 10px 20px;
  border-left: 1px solid #f5f5f5;
}
.free-trial .free-trial-table .free-trial-row > div > div:first-child {
  border-left: 0;
  padding-left: 0;
}
.free-trial .free-trial-table .heading,
.free-trial .free-trial-table .pricing {
  font-weight: bold;
}
.free-trial .free-trial-table .free-trial-two-line {
  line-height: 17px;
  padding-right: 0;
  height: 20px;
  margin-top: -5px;
}
/* ===== P R I C I N G ===== */
.pricing .wrap {
  background-color: #f5f5f5;
}
.pricing .nav-wrap {
  padding: 0;
}
.pricing .nav-wrap .nav-tabs {
  border-bottom: none;
}
.pricing .nav-wrap .nav-tabs li {
  margin-bottom: -2px;
}
.pricing .nav-wrap .nav-tabs li a {
  background-color: #d1d1d1;
  border-radius: 0;
  color: #666;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pricing .nav-wrap .nav-tabs li.active a {
  border: none;
  background-color: #f5f5f5;
  color: #48a6c5;
}
.pricing .scenario-content h2 {
  color: #48a6c5;
}
.pricing .scenario-content ul.nav_categories {
  list-style-type: none;
  margin: 0;
}
.pricing .scenario-content .scenario-block {
  font-family: "museo sans", sans-serif;
  font-size: 0.9em;
}
.pricing .scenario-content .scenario-group {
  margin: 0 0 10px 0;
}
.pricing .scenario-content .scenario-title-shell {
  cursor: pointer;
  height: 54px;
  line-height: 54px;
  background: #057d9d;
  border: none;
}
.pricing .scenario-content .scenario-title-shell.ui-state-active .arrow-right {
  transform: rotate(90deg);
}
.pricing .scenario-content .scenario-title-shell.ui-corner-top,
.pricing .scenario-content .scenario-title-shell.ui-corner-all {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.pricing .scenario-content .scenario-title-shell .scenario-icon {
  width: 155px;
  height: 54px;
  float: left;
  text-align: center;
  background: #036081;
}
.pricing .scenario-content .scenario-title-shell .scenario-title {
  float: left;
  color: #FFF;
  margin: 0 0 0 10px;
}
.pricing .scenario-content .scenario-title-shell .arrow-right {
  float: right;
  margin: 17px 20px 0 0;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 15px solid #FFFFFF;
  transition: transform 0.5s ease-in-out;
}
.pricing .scenario-content .scenario-title-shell:hover {
  background: #ff8400;
}
.pricing .scenario-content .scenario-title-shell:hover .scenario-icon {
  background: #ff6700;
}
.pricing .scenario-content #cat-cloud-deployment-scenarios-container,
.pricing .scenario-content #cat-cloud-scenarios-container {
  padding-top: 20px;
}
.pricing .scenario-content #cat-cloud-deployment-scenarios-container .scenario-title-shell,
.pricing .scenario-content #cat-cloud-scenarios-container .scenario-title-shell {
  background: #5facdf;
}
.pricing .scenario-content #cat-cloud-deployment-scenarios-container .scenario-title-shell .scenario-icon,
.pricing .scenario-content #cat-cloud-scenarios-container .scenario-title-shell .scenario-icon {
  background: #4692d2;
}
.pricing .scenario-content #cat-cloud-deployment-scenarios-container .scenario-title-shell:hover,
.pricing .scenario-content #cat-cloud-scenarios-container .scenario-title-shell:hover {
  background: #ff8400;
}
.pricing .scenario-content #cat-cloud-deployment-scenarios-container .scenario-title-shell:hover .scenario-icon,
.pricing .scenario-content #cat-cloud-scenarios-container .scenario-title-shell:hover .scenario-icon {
  background: #ff6700;
}
.pricing .scenario-content .scenario-answer {
  border: 0;
  background: transparent;
  color: #000;
  padding: 0;
  clear: both;
  top: 0px;
}
.pricing .scenario-content .scenario-answer.ui-corner-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.pricing .scenario-content .scenario-answer .scenario-table {
  border: 1px solid #aaaaaa;
  border-top: 0;
  font-size: 0.9em;
  width: 100%;
}
.pricing .scenario-content .scenario-answer .scenario-table ul {
  margin-left: 15px;
}
.pricing .scenario-content .scenario-answer .scenario-content-title {
  background: #aaaaaa;
  color: #FFFFFF;
  width: 125px;
  font-weight: bold;
}
.pricing .scenario-content .scenario-answer .scenario-content-title.full-title {
  width: 155px;
}
.pricing .scenario-content .scenario-answer .scenario-content-details {
  width: 312px;
}
.pricing .scenario-content .scenario-answer .scenario-content-details.full-details {
  width: 714px;
}
.pricing .scenario-content .scenario-answer tr {
  border-bottom: 1px solid #FFF;
}
.pricing .scenario-content .scenario-answer tr:nth-child(even) {
  background: #f8f8f8;
}
.pricing .scenario-content .scenario-answer tr:last-child {
  border-bottom: 0;
}
.pricing .scenario-content .scenario-answer td {
  padding: 10px;
}
.pricing .scenario-content .scenario-answer .scenario-header {
  font-size: 1em;
  padding: 20px 0;
  background: #f8f8f8;
  border: 1px solid #aaaaaa;
  border-bottom: 1px solid #fff;
}
.pricing .scenario-content .scenario-answer .scenario-header .row {
  padding: 0;
}
.pricing .scenario-content .scenario-answer .scenario-header .scenario-header-text {
  padding-left: 30px;
}
.pricing .scenario-content .scenario-answer .scenario-header .scenario-header-text strong {
  font-size: 1.3em;
}
.pricing .scenario-content .scenario-answer .scenario-header .scenario-header-text .note {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  font-style: italic;
}
.pricing .scenario-content .scenario-answer .scenario-header .scenario-header-buttons {
  padding: 0;
}
.pricing .scenario-content .scenario-answer .scenario-header .scenario-header-spacer {
  padding: 26px 0 0 0;
  text-align: center;
  color: #808080;
  width: 12%;
}
.pricing .scenario-content .scenario-answer .scenario-header .blue-button,
.pricing .scenario-content .scenario-answer .scenario-header .orange-button {
  display: block;
}
.pricing .scenario-content .scenario-answer .scenario-footer {
  padding: 20px;
  background: #f8f8f8;
  border: 1px solid #aaaaaa;
  border-top: 0;
  font-size: 1.1em;
  font-weight: bold;
}
.pricing .scenario-content .scenario-answer .scenario-footer .orange-button {
  font-weight: normal;
  font-size: 1em;
}
.pricing #pricingVideo .close {
  position: absolute;
  z-index: 1200;
  top: 3px;
  right: 7px;
}
.pricing #pricingVideo .modal-content {
  box-shadow: none;
  background: transparent;
  border: 0;
}
.pricing .tab-content .tab-pane {
  height: 300px;
}
.pricing .tab-content .tab-pane h2,
.pricing .tab-content .tab-pane h3 {
  color: #333;
  font-size: 1.4em;
}
.pricing .tab-content .tab-pane .faqs-content {
  height: 280px;
  overflow-y: scroll;
}
.pricing .tab-content .tab-pane .details-note {
  font-style: italic;
}
.pricing .tab-content .tab-pane .question {
  margin-right: 0;
  width: 100%;
}
.pricing .pricing-content,
.pricing .pricing-details {
  padding: 20px;
}
.pricing .pricing-details {
  color: #555555;
  text-align: center;
}
.pricing .pricing-details h3 {
  color: #ff8400;
  font-size: 6em;
  font-weight: 500;
  margin-bottom: 0;
}
.pricing .pricing-details .pricing-btn {
  background-color: #ff8400;
  color: #fff;
  margin-top: 20px;
  width: 135px;
}
.pricing .pricing-details .pricing-note {
  font-style: italic;
  padding: 20px 40px;
}
.pricing .pricing-details .pricing-note a {
  background-color: none;
  color: #ff8400;
}
.pricing .pricing-callout {
  background-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #ff8400;
  height: 220px;
  margin: 20px 0;
  padding: 20px;
}
.pricing .pricing-callout h2,
.pricing .pricing-callout h3 {
  color: #333;
  font-size: 1.4em;
}
.pricing .pricing-callout img {
  margin: 0 auto 20px auto;
}
.pricing .pricing-callout p {
  margin-bottom: 10px;
}
.pricing .chart-wrap h2,
.pricing .chart-wrap h3 {
  color: #333;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.pricing .chart-wrap .chart {
  margin: 40px 0;
}
.pricing .chart-wrap .chart .desc-table-wrap {
  background: #f5f5f5;
  margin-top: 20px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.pricing .chart-wrap .chart .desc-table-wrap table {
  margin-top: 10px;
}
.pricing .chart-wrap .chart .desc-table-wrap table tr:nth-child(odd) {
  color: #ff8400;
}
.pricing .chart-wrap .chart .desc-table-wrap table tr:nth-child(even) {
  color: #48a6c5;
}
.pricing .chart-wrap .chart .desc-table-wrap table tr td {
  border-top: none;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.pricing .chart-wrap .chart .desc-table-wrap table tr td:last-child {
  text-align: right;
}
.pricing .chart-wrap .chart .desc-table-wrap table tr.total td {
  border-top: 1px solid #333;
  color: #333;
  font-weight: 700;
  text-align: right;
}
.pricing .installer-os h2 {
  font-size: 1.1em;
}
.pricing .installer-os li {
  border-right: 1px dotted #666;
  height: 400px;
  padding: 0 20px;
  width: 225px;
}
.pricing .installer-os .installer-os-logo {
  height: 90px;
  margin: 20px 0;
}
.pricing .install-link a {
  background: url("../../images/wowza4/download-btn.gif") no-repeat;
  display: block;
  height: 33px;
  text-indent: -9999px;
  width: 142px;
}
.pricing .installer-instructions {
  font-size: 0.75em;
  line-height: 1.35em;
  word-break: normal;
  word-wrap: break-word;
}
.pricing .installer-instructions h3 {
  font-size: 1em;
  font-weight: 500;
  margin-top: 20px;
}
.pricing .installer-instructions li {
  border: none;
  height: auto;
  padding: 0;
  width: 100%;
}
.pricing .installer-info {
  margin: 20px 0 40px 0;
}
.pricing .pricing-table .pricing-row {
  border-top: 1px solid #f5f5f5;
}
.pricing .pricing-table .pricing-row .blue-button,
.pricing .pricing-table .pricing-row .orange-button {
  margin-top: -5px;
  width: 100px;
}
.pricing .pricing-table .pricing-row:first-child {
  border-top: 0;
}
.pricing .pricing-table .pricing-row > div > div {
  display: inline-block;
  padding: 20px 20px 10px 20px;
  border-left: 1px solid #f5f5f5;
}
.pricing .pricing-table .pricing-row > div > div:first-child {
  border-left: 0;
  padding-left: 0;
}
.pricing .pricing-table .heading,
.pricing .pricing-table .pricing {
  font-weight: bold;
}
.pricing .pricing-table .pricing-two-line {
  line-height: 17px;
  padding-right: 0;
  height: 20px;
  margin-top: -5px;
}
.pricing .pricing-table-data table {
  width: 100%;
}
.pricing .pricing-table-data tbody tr:first-child {
  font-weight: 500;
}
.pricing .pricing-table-data tbody tr td:first-child {
  text-align: left;
}
.pricing .pricing-table-data tbody td {
  padding-bottom: 5px;
  text-align: right;
  vertical-align: top;
}
.pricing .pricing-table-data thead {
  display: none;
}
.pricing .deployment-options h4 {
  color: #222;
}
.pricing.pricing-cloud h2 {
  margin: 40px 0 10px 0;
}
.pricing.pricing-cloud .hr {
  height: 1px;
  width: 100%;
  background: #dbdbdb;
  margin-bottom: 10px;
}
.pricing.pricing-cloud .primary-content ul li {
  list-style: disc;
}
.pricing.pricing-cloud .streaming-cloud-pricing-table {
  border: 0;
}
.pricing.pricing-cloud .streaming-cloud-pricing-table th,
.pricing.pricing-cloud .streaming-cloud-pricing-table td {
  padding: 15px 30px;
  border: 0;
}
.pricing.pricing-cloud .streaming-cloud-pricing-table th p,
.pricing.pricing-cloud .streaming-cloud-pricing-table td p {
  margin: 0;
}
.pricing.pricing-cloud .streaming-cloud-pricing-table td {
  border-right: 1px solid #fff;
}
.pricing.pricing-cloud .streaming-cloud-pricing-table .header {
  background: #48a6c5;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
}
.pricing.pricing-cloud .streaming-cloud-pricing-table .subheader {
  text-align: right;
  background: none;
  padding: 0 10px 0 0;
  font-weight: normal;
  font-size: 0.8em;
}
.pricing.pricing-cloud .streaming-cloud-pricing-table .large-font {
  font-size: 20px;
}
.pricing.pricing-cloud .streaming-cloud-pricing-table .large-font .subheader {
  font-size: 1em;
}
.pricing.pricing-cloud .streaming-cloud-pricing-table .twenty-four-seven {
  text-align: center;
  padding: 0 15px 0 15px;
  line-height: 20px;
  font-size: 14px;
}
.pricing.pricing-cloud .streaming-cloud-pricing-table .twenty-four-seven strong {
  font-size: 20px;
  font-weight: 300 !important;
  line-height: 27px;
}
.pricing.pricing-cloud .streaming-cloud-pricing-table .table-footer {
  text-align: center;
  background: #f2f2f2;
}
.pricing.pricing-cloud .streaming-cloud-pricing-table .buttons td {
  padding: 0;
}
.pricing.pricing-cloud .streaming-cloud-pricing-table .even td {
  background: #fafafa;
}
.pricing.pricing-cloud .streaming-cloud-pricing-table .odd td {
  background: #f2f2f2;
}
.pricing.pricing-cloud .volume-discounts-table {
  border: 0;
  margin: 0 0 20px 0;
}
.pricing.pricing-cloud .volume-discounts-table td,
.pricing.pricing-cloud .volume-discounts-table th {
  border: 0;
  padding: 10px 0 10px 30px;
  border-right: 1px solid #FFF;
}
.pricing.pricing-cloud .volume-discounts-table th {
  background: #48a6c5;
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
}
.pricing.pricing-cloud .volume-discounts-table tr:nth-child(even) {
  background: #fafafa;
}
.pricing.pricing-cloud .volume-discounts-table tr:nth-child(odd) {
  background: #f2f2f2;
}
.pricing.pricing-cloud .pro-grade-table {
  border: 0;
  border-collapse: separate;
}
.pricing.pricing-cloud .pro-grade-table td,
.pricing.pricing-cloud .pro-grade-table th {
  border: 0;
}
.pricing.pricing-cloud .pro-grade-table th {
  text-align: center;
  padding: 10px 0;
}
.pricing.pricing-cloud .pro-grade-table td {
  text-align: center;
  background: #e9f6ff;
  border: 1px solid #5facdf;
  padding: 10px;
}
.pricing.pricing-cloud .pro-grade-table .table-spacer {
  background: 0;
  border: 0;
}
.pricing.pricing-cloud .fee-table {
  border: 0;
}
.pricing.pricing-cloud .fee-table td,
.pricing.pricing-cloud .fee-table th {
  border: 0;
}
.pricing.pricing-cloud .pricing-cloud-header-table {
  border: 0;
}
.pricing.pricing-cloud .pricing-cloud-header-table td,
.pricing.pricing-cloud .pricing-cloud-header-table th {
  border: 0;
}
.pricing.pricing-cloud .pricing-cloud-header-table th {
  background: #48a6c5;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: 500;
}
.pricing.pricing-cloud .pricing-cloud-header-table td {
  padding: 10px 20px;
}
.pricing.pricing-cloud .pricing-cloud-header-table td .large-font {
  font-size: 20px;
  font-weight: 500;
}
.pricing.pricing-cloud .pricing-cloud-header-table tr:nth-child(even) {
  background: #f2f2f2;
}
.pricing .pricing-cloud {
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
.pricing .pricing-cloud .even div {
  background: #fafafa;
}
.pricing .pricing-cloud .even .pricing-cloud-label {
  background: transparent;
}
.pricing .pricing-cloud .odd div {
  background: #f2f2f2;
}
.pricing .pricing-cloud .odd .pricing-cloud-label {
  background: transparent;
}
.pricing .pricing-cloud div {
  border-right: 1px solid #fff;
}
.pricing .pricing-cloud div p {
  padding: 10px 20px;
  margin: 0;
}
.pricing .pricing-cloud .pricing-cloud-header div {
  background: #48a6c5;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
  padding: 10px 0;
}
.pricing .pricing-cloud .pricing-cloud-header p {
  text-align: center;
  padding: 0;
}
.pricing .pricing-cloud .pricing-cloud-label p {
  text-align: right;
  padding: 10px 0;
}
.pricing .pricing-cloud .pricing-cloud-col {
  border-left: 1px solid #d1d1d1;
  padding: 0;
  background: #fcfcfc;
  background: linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eeeeee', GradientType=0);
}
.pricing .pricing-cloud .pricing-cloud-col:first-child {
  border-left: 0;
}
.pricing .pricing-cloud .pricing-cloud-col .pricing-cloud-header {
  background: #48a6c5;
  text-align: center;
  padding: 10px;
}
.pricing .pricing-cloud .pricing-cloud-col .pricing-cloud-header h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.pricing .pricing-cloud .pricing-cloud-col .pricing-cloud-header h4 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.pricing .pricing-cloud .pricing-cloud-col .pricing-cloud-content {
  padding: 20px;
}
.pricing .pricing-cloud .pricing-cloud-col .pricing-cloud-content em {
  font-size: 0.8em;
}
.pricing .pricing-cloud p,
.pricing .pricing-cloud ul {
  text-align: left;
}
.pricing .pricing-cloud .center {
  text-align: center;
}
.pricing .pricing-cloud .price {
  font-size: 45px;
  line-height: 1em;
  margin-top: 10px;
}
.pricing .pricing-cloud .unit {
  font-size: 12px;
  margin-top: 10px;
}
.pricing .pricing-cloud .btn {
  margin: 20px auto;
  color: #fff;
}
.pricing .pricing-cloud .btn:focus,
.pricing .pricing-cloud .btn:hover {
  text-decoration: none;
}
.pricing .pricing-cloud-discounts h2,
.pricing .pricing-cloud-examples h2,
.pricing .pricing-cloud-footer h2,
.pricing .pricing-cloud-discounts h3,
.pricing .pricing-cloud-examples h3,
.pricing .pricing-cloud-footer h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.pricing .pricing-cloud-footer {
  margin-top: 20px;
  font-size: 1em;
}
.pricing .pricing-cloud-examples-content {
  background: #f0f0f0;
  padding: 20px;
}
.pricing .pricing-contact h5 {
  color: #000;
  margin: 0 0 10px 0;
}
.pricing .cloud-free-trial .cloud-free-trial-heading {
  width: 910px;
  height: 169px;
  margin: 0 0 20px 0;
}
.pricing .cloud-free-trial .cloud-free-trial-heading .heading {
  position: relative;
  top: 44px;
  left: 320px;
  width: 575px;
}
.pricing .cloud-free-trial .cloud-free-trial-heading .heading h1 {
  color: #32839e;
  font-weight: 500;
  font-size: 30px;
}
.pricing .cloud-free-trial h2 {
  font-size: 1.6em;
  font-weight: 400;
  color: #32839e;
  padding: 0 0 10px 0;
}
.pricing .cloud-free-trial h3 {
  font-size: 1.6em;
  font-weight: 400;
  color: #32839e;
  padding: 0 0 10px 0;
}
.pricing .cloud-free-trial .cloud-free-trial-content ul {
  padding: 0 0 0 17px;
}
.pricing .cloud-free-trial .cloud-free-trial-content ul li {
  list-style-type: disc;
}
.pricing .cloud-free-trial .cloud-free-trial-customers {
  margin: 40px 0;
}
.pricing .cloud-free-trial .cloud-free-trial-customers .view-more-btn {
  display: inline-block;
}
.pricing .cloud-free-trial .cloud-free-trial-customers .cloud-free-trial-customer {
  display: inline-block;
  margin: 0 20px 10px 0;
  width: 12%;
}
.pricing .cloud-free-trial .cloud-free-trial-customers .cloud-free-trial-customer a {
  display: inline-block;
  margin: 0 auto;
}
.pricing .cloud-free-trial .cloud-free-trial-customers .cloud-free-trial-customer:nth-child(7n) {
  margin-right: 0;
}
/* ===== S T O R E & C U S T O M E R  P O R T A L ===== */
nav ul.tabs {
  border-bottom: 2px solid #f28333;
  color: gray;
  font-weight: bold;
  list-style-type: none;
}
nav ul.tabs a,
nav ul.tabs a:hover {
  text-decoration: none;
  color: gray;
}
nav ul.tabs li {
  display: inline-block;
  margin-top: 5px;
  padding: 10px 10px 5px 10px;
}
nav ul.tabs li.current {
  border-bottom: 3px solid #f28333;
  color: #f28333;
  font-weight: bold;
}
ul.form {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.form li {
  clear: both;
  margin-bottom: 1em;
}
ul.form li .error {
  border: 1px solid #f44e4e;
  color: #f44e4e;
}
ul.form .form-control {
  display: inline-block;
  margin-right: 1em;
  width: 250px;
}
ul.form label {
  width: 120px;
}
ul.form input:disabled,
ul.form input:disabled:hover,
ul.form select:disabled {
  background-color: white;
}
ul.form input[type="radio"],
ul.form input[type="checkbox"] {
  background-color: transparent;
  height: 15px;
  margin-top: -5px;
  width: 15px;
}
ul.form .warning-stack {
  display: inline-block;
  vertical-align: middle;
}
div.store_widget {
  float: right;
  margin-bottom: 1em;
}
div.store_widget .subtotal {
  font-size: 18px;
  font-weight: bold;
}
div.store_widget .subtotal_label {
  color: silver;
  margin-right: 30px;
  text-align: right;
}
div.store_widget .total {
  font-size: 30px;
  font-weight: bold;
}
div.store_widget .total_label {
  color: silver;
  margin-right: 30px;
  text-align: right;
}
div.cart_cart div.store_widget {
  margin-right: 70px;
}
.orange-button,
.grey-red-button,
.blue-button,
.grey-blue-button,
.grey-button {
  line-height: 33px;
  border: none;
  text-align: center;
  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
  vertical-align: middle;
}
.orange-button:hover,
.grey-red-button:hover,
.blue-button:hover,
.grey-blue-button:hover,
.grey-button:hover,
.orange-button:focus,
.grey-red-button:focus,
.blue-button:focus,
.grey-blue-button:focus,
.grey-button:focus {
  text-decoration: none !important;
}
.blue-button {
  background: #48a6c5 !important;
}
.blue-button:hover {
  background: #32839e !important;
}
.grey-button {
  background: #d1d1d1;
}
.grey-red-button {
  background: #d1d1d1;
}
.grey-red-button:hover {
  background: #d40000;
}
.grey-blue-button {
  background: #d1d1d1;
}
.grey-blue-button:hover {
  background: #48a6c5;
}
.orange-button {
  background: #ff8400 !important;
}
.orange-button:hover {
  background: #d77001 !important;
}
input.white-button,
button.white-button,
a.white-button {
  background: #fff;
  color: #333;
  border: 1px solid #666;
  transition: color 0.5s ease;
}
input.white-button:hover,
button.white-button:hover,
a.white-button:hover,
input.white-button:focus,
button.white-button:focus,
a.white-button:focus {
  text-decoration: none !important;
  background: #f5f5f5 !important;
}
a.blue-link {
  color: #0081bc;
}
a.blue-link:active,
a.blue-link:hover {
  color: #ff8400;
}
a.blue-light-link {
  color: #7dc8fe;
}
a.blue-light-link:active,
a.blue-light-link:hover {
  color: #ff8400;
}
a.gold-link {
  color: #ffbc2b;
}
a.gold-link:active,
a.gold-link:hover {
  color: #d77001;
}
a.orange-link {
  color: #ff8400;
}
a.orange-link:active,
a.orange-link:hover {
  color: #d77001;
}
a.orange-light-link {
  color: #fffae1;
}
a.orange-light-link:active,
a.orange-light-link:hover {
  color: #d77001;
}
a.gray-link {
  color: #333;
}
a.gray-link:active,
a.gray-link:hover {
  color: #ff8400;
}
a.white-link {
  color: #fff;
}
a.white-link:active,
a.white-link:hover {
  color: #ff8400;
}
div.shade_parent {
  position: relative;
}
div.shade {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: silver;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 100;
}
div.shade_image {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('../../images/wowza4/loader.gif');
  background-position: center;
  background-repeat: no-repeat;
  z-index: 101;
}
p.error,
div.error,
span.error {
  border: 1px solid #e24545;
  background-color: #fdeded;
  color: #b30000;
  padding: 10px;
}
p.error a,
div.error a,
span.error a {
  color: black;
}
div.error + div.error {
  margin-top: 10px;
}
p.success,
div.success {
  border: 2px solid limegreen;
  padding: 10px;
}
p.warning,
div.warning {
  border: 2px solid #8A2BE2;
  padding: 10px;
}
p.promo {
  color: #13911c;
  font-style: italic;
  font-weight: 500;
}
div.login_box input[type="text"],
div.login_box input[type="password"] {
  margin-right: 1em;
  width: 85%;
}
div.login_box label {
  margin-top: 0;
  width: 250px;
}
.text-bold {
  font-weight: 500;
}
div.store,
div.portal {
  padding-right: 0;
}
div.store h4,
div.portal h4 {
  color: black;
}
div.store .smaller,
div.portal .smaller {
  font-size: smaller;
}
div.store input:disabled,
div.portal input:disabled,
div.store input:disabled:hover,
div.portal input:disabled:hover,
div.store select:disabled,
div.portal select:disabled {
  background-color: white;
}
div.store p.note,
div.portal p.note {
  color: gray;
  font-size: smaller;
}
div.store table,
div.portal table {
  border-collapse: collapse;
  color: #4F4F4F;
  margin-bottom: 2em;
  width: 100%;
}
div.store table th,
div.portal table th {
  border-bottom: 2px solid silver;
  color: #75c0d9;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}
div.store table td,
div.portal table td {
  padding: 10px;
  vertical-align: top;
}
div.store table td.name,
div.portal table td.name,
div.store table td.contract,
div.portal table td.contract {
  padding-top: 17px;
}
div.store table td.renewupgrade.renewupgrade-placeholder,
div.portal table td.renewupgrade.renewupgrade-placeholder {
  padding-top: 17px;
}
div.store table td.renewupgrade select,
div.portal table td.renewupgrade select {
  margin-bottom: 5px;
}
div.store table.horizontal th,
div.portal table.horizontal th {
  border-bottom: 1px solid silver;
}
div.store table.horizontal td,
div.portal table.horizontal td {
  border-bottom: 1px solid silver;
  border-top: 0;
}
div.store table.cart,
div.portal table.cart {
  margin-bottom: 0;
}
div.store table.cart td,
div.portal table.cart td {
  border-top: 1px solid silver;
}
div.store table#recommended-additions,
div.portal table#recommended-additions {
  border-collapse: separate;
  border-spacing: 0 0.5em;
  border-top: 0;
}
div.store table#recommended-additions td,
div.portal table#recommended-additions td {
  background-color: #f5f5f5;
  padding: 15px;
}
div.store table .product_name,
div.portal table .product_name {
  width: 400px;
}
div.store table .product_name ul,
div.portal table .product_name ul {
  margin-left: 0;
}
div.store table .product_quantity,
div.portal table .product_quantity {
  text-align: center;
  width: 130px;
}
div.store table .product_subtotal,
div.portal table .product_subtotal {
  text-align: right;
  width: 132px;
}
div.store table .product_remove,
div.portal table .product_remove {
  width: 70px;
}
div.store table .product_remove a,
div.portal table .product_remove a {
  background: transparent url('/images/store_images/icon-grey-circle-x-20.png') center top no-repeat;
  display: block;
  float: right;
  font-size: 20px;
  height: 20px;
  text-decoration: none !important;
  width: 20px;
}
div.store table .product_remove a:hover,
div.portal table .product_remove a:hover {
  background-image: url('/images/store_images/icon-grey-circle-x-hover-20.png');
}
div.store table .product_order_number,
div.portal table .product_order_number {
  border-top: 0;
}
div.store table .support_renew,
div.portal table .support_renew,
div.store table .support_upgrade,
div.portal table .support_upgrade {
  width: 22em;
}
div.store table .moreinfo,
div.portal table .moreinfo {
  display: none;
}
div.store table a,
div.portal table a {
  color: #F28333;
}
div.store table .cart-item-warning,
div.portal table .cart-item-warning {
  padding-top: 6px;
  color: #d40000;
  line-height: 1.3em;
}
div.store td.stream-247,
div.portal td.stream-247 {
  padding-left: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
}
div.store div.alert,
div.portal div.alert {
  color: #2E2F34;
  border: none;
}
div.store div.alert div.col-sm-1,
div.portal div.alert div.col-sm-1 {
  width: auto;
}
div.store div.alert div.col-sm-11,
div.portal div.alert div.col-sm-11 {
  padding: 0;
}
div.store div.alert h5,
div.portal div.alert h5,
div.store div.alert p,
div.portal div.alert p,
div.store div.alert ul,
div.portal div.alert ul,
div.store div.alert li,
div.portal div.alert li {
  margin: 0;
}
div.store div.alert h5,
div.portal div.alert h5 {
  margin: 0;
  font-weight: bold;
}
div.store div.alert ul,
div.portal div.alert ul {
  list-style-type: disc;
  margin-left: 25px;
}
div.store div.alert-warning,
div.portal div.alert-warning {
  background-color: #fffae1;
}
div.store #invoice_history_content a.external:hover:after,
div.portal #invoice_history_content a.external:hover:after {
  font-family: 'FontAwesome';
  content: " \f08e";
}
div.store #invoice_history_content .order-detail-label,
div.portal #invoice_history_content .order-detail-label {
  display: inline-block;
  width: 115px;
  color: #75c0d9;
}
div.store #address_info_wrapper,
div.portal #address_info_wrapper {
  margin-left: 15px;
}
div.store #address_info_wrapper form label.required:after,
div.portal #address_info_wrapper form label.required:after {
  content: "*";
  color: #d40000;
}
div.store #address_info_wrapper form .form-group .alert,
div.portal #address_info_wrapper form .form-group .alert {
  margin-bottom: 0;
}
div.store #subscriptions_content p.legal-note,
div.portal #subscriptions_content p.legal-note {
  font-size: 0.8em;
}
div.store #apply_gc_renewals th:first-child,
div.portal #apply_gc_renewals th:first-child,
div.store #apply_gc_renewals td:first-child,
div.portal #apply_gc_renewals td:first-child {
  width: 430px;
}
div.store #apply_gc_renewals .btn-primary,
div.portal #apply_gc_renewals .btn-primary {
  background-color: #ff8400;
  border-color: #d77001;
}
div.store #subscr_resale_appl_steps,
div.portal #subscr_resale_appl_steps {
  margin-top: 10px;
}
div.store #subscr_resale_appl_steps div.subscr-resale-appl-step,
div.portal #subscr_resale_appl_steps div.subscr-resale-appl-step {
  margin-bottom: 10px;
}
div.store #subscr_resale_appl_steps div.subscr-resale-appl-step span.subscr-resale-appl-step-text,
div.portal #subscr_resale_appl_steps div.subscr-resale-appl-step span.subscr-resale-appl-step-text {
  float: left;
  margin-top: 12px;
}
div.store #subscr_resale_appl_steps div.subscr-resale-appl-step span.subscr-resale-appl-step-text.multi-line,
div.portal #subscr_resale_appl_steps div.subscr-resale-appl-step span.subscr-resale-appl-step-text.multi-line {
  display: inline-block;
  width: 440px;
  margin-top: 0;
}
div.store #subscr_resale_appl_steps div.subscr-resale-appl-step i.subscr-resale-appl-step-check,
div.portal #subscr_resale_appl_steps div.subscr-resale-appl-step i.subscr-resale-appl-step-check {
  float: left;
  margin-top: 8px;
  margin-left: 5px;
  color: #a5a7aa;
}
div.store #subscr_resale_appl_steps div.subscr-resale-appl-step-complete i.subscr-resale-appl-step-check,
div.portal #subscr_resale_appl_steps div.subscr-resale-appl-step-complete i.subscr-resale-appl-step-check {
  color: #36a400;
}
div.store #subscription_resale_nav_tabs,
div.portal #subscription_resale_nav_tabs {
  margin: 0;
  border-bottom-color: #75c0d9;
}
div.store #subscription_resale_nav_tabs li,
div.portal #subscription_resale_nav_tabs li {
  margin-right: 7px;
  margin-bottom: -1px;
}
div.store #subscription_resale_nav_tabs li > a,
div.portal #subscription_resale_nav_tabs li > a,
div.store #subscription_resale_nav_tabs li > a:hover,
div.portal #subscription_resale_nav_tabs li > a:hover,
div.store #subscription_resale_nav_tabs li > a:focus,
div.portal #subscription_resale_nav_tabs li > a:focus {
  background-color: #d3d5d7;
  border-color: #a5a7aa;
  border-bottom-color: transparent;
  float: left;
}
div.store #subscription_resale_nav_tabs li > a .tab-logo,
div.portal #subscription_resale_nav_tabs li > a .tab-logo,
div.store #subscription_resale_nav_tabs li > a:hover .tab-logo,
div.portal #subscription_resale_nav_tabs li > a:hover .tab-logo,
div.store #subscription_resale_nav_tabs li > a:focus .tab-logo,
div.portal #subscription_resale_nav_tabs li > a:focus .tab-logo {
  float: left;
  height: 50px;
  margin: 0 10px 0 0;
  filter: grayscale(100%);
}
div.store #subscription_resale_nav_tabs li > a .tab-text,
div.portal #subscription_resale_nav_tabs li > a .tab-text,
div.store #subscription_resale_nav_tabs li > a:hover .tab-text,
div.portal #subscription_resale_nav_tabs li > a:hover .tab-text,
div.store #subscription_resale_nav_tabs li > a:focus .tab-text,
div.portal #subscription_resale_nav_tabs li > a:focus .tab-text {
  display: block;
  float: left;
  text-align: left;
  padding-top: 7px;
  color: #a5a7aa;
}
div.store #subscription_resale_nav_tabs li > a .tab-text .tab-title,
div.portal #subscription_resale_nav_tabs li > a .tab-text .tab-title,
div.store #subscription_resale_nav_tabs li > a:hover .tab-text .tab-title,
div.portal #subscription_resale_nav_tabs li > a:hover .tab-text .tab-title,
div.store #subscription_resale_nav_tabs li > a:focus .tab-text .tab-title,
div.portal #subscription_resale_nav_tabs li > a:focus .tab-text .tab-title {
  color: #a5a7aa;
  font-weight: bold;
  text-transform: uppercase;
}
div.store #subscription_resale_nav_tabs li > a .tab-text .tab-subtitle,
div.portal #subscription_resale_nav_tabs li > a .tab-text .tab-subtitle,
div.store #subscription_resale_nav_tabs li > a:hover .tab-text .tab-subtitle,
div.portal #subscription_resale_nav_tabs li > a:hover .tab-text .tab-subtitle,
div.store #subscription_resale_nav_tabs li > a:focus .tab-text .tab-subtitle,
div.portal #subscription_resale_nav_tabs li > a:focus .tab-text .tab-subtitle {
  color: #a5a7aa;
}
div.store #subscription_resale_nav_tabs li > a:hover,
div.portal #subscription_resale_nav_tabs li > a:hover {
  background-color: #f0f0f0;
}
div.store #subscription_resale_nav_tabs li.active > a,
div.portal #subscription_resale_nav_tabs li.active > a,
div.store #subscription_resale_nav_tabs li.active > a:hover,
div.portal #subscription_resale_nav_tabs li.active > a:hover,
div.store #subscription_resale_nav_tabs li.active > a:focus,
div.portal #subscription_resale_nav_tabs li.active > a:focus {
  background-color: #fff;
  border-color: #75c0d9;
  border-bottom-color: transparent;
}
div.store #subscription_resale_nav_tabs li.active > a .tab-title,
div.portal #subscription_resale_nav_tabs li.active > a .tab-title,
div.store #subscription_resale_nav_tabs li.active > a:hover .tab-title,
div.portal #subscription_resale_nav_tabs li.active > a:hover .tab-title,
div.store #subscription_resale_nav_tabs li.active > a:focus .tab-title,
div.portal #subscription_resale_nav_tabs li.active > a:focus .tab-title {
  color: #0081bc;
}
div.store #subscription_resale_nav_tabs li.active > a .tab-logo,
div.portal #subscription_resale_nav_tabs li.active > a .tab-logo,
div.store #subscription_resale_nav_tabs li.active > a:hover .tab-logo,
div.portal #subscription_resale_nav_tabs li.active > a:hover .tab-logo,
div.store #subscription_resale_nav_tabs li.active > a:focus .tab-logo,
div.portal #subscription_resale_nav_tabs li.active > a:focus .tab-logo {
  filter: grayscale(0);
}
div.store #subscription_resale_tab_panels,
div.portal #subscription_resale_tab_panels {
  padding: 0 10px;
  margin-top: -1px;
  margin-bottom: 10px;
  border: 1px solid #75c0d9;
  border-top-color: transparent;
}
div.store #subscription_resale_tab_panels table.active_codes div.alert-warning,
div.portal #subscription_resale_tab_panels table.active_codes div.alert-warning {
  margin-bottom: 0px;
}
div.store #subscription_resale_tab_panels tr.redemption_data td,
div.portal #subscription_resale_tab_panels tr.redemption_data td {
  padding-bottom: 0px;
}
div.store #subscription_resale_tab_panels tr.redemption_data td p.code,
div.portal #subscription_resale_tab_panels tr.redemption_data td p.code {
  margin-bottom: 0px;
}
div.store #subscription_resale_tab_panels tr.redemption_data .show_subscriptions,
div.portal #subscription_resale_tab_panels tr.redemption_data .show_subscriptions {
  display: none;
}
div.store #subscription_resale_tab_panels td.subscription_list,
div.portal #subscription_resale_tab_panels td.subscription_list {
  display: none;
  padding-top: 0;
  padding-left: 50px;
  font-size: 0.9em;
}
div.store #subscription_resale_tab_panels .btn-primary,
div.portal #subscription_resale_tab_panels .btn-primary {
  background-color: #ff8400;
  border-color: #d77001;
}
div.store #subscription_resale_tab_panels .btn-info,
div.portal #subscription_resale_tab_panels .btn-info {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #75c0d9;
  font-size: 1em;
}
div.store #subscription_resale_tab_panels .btn-warning,
div.portal #subscription_resale_tab_panels .btn-warning {
  padding: 0;
  padding-right: 15px;
  background-color: transparent;
  border: none;
  color: #ff8400;
}
div.store #subscription_resale_tab_panels .btn-warning.disabled,
div.portal #subscription_resale_tab_panels .btn-warning.disabled {
  padding-right: 0;
}
div.store #select_plan_descriptions,
div.portal #select_plan_descriptions {
  color: #65686a;
}
div.store #select_plan_descriptions .well,
div.portal #select_plan_descriptions .well {
  height: 170px;
  border: none;
  border-top: 3px solid #7dc8fe;
  border-radius: 0;
}
div.store #select_plan_descriptions .well h4,
div.portal #select_plan_descriptions .well h4 {
  text-align: center;
  font-weight: 400;
  color: #65686a;
}
div.store #select_plan_descriptions .well p,
div.portal #select_plan_descriptions .well p {
  margin: 0;
}
div.store #select_plan_descriptions .well.plan-addon,
div.portal #select_plan_descriptions .well.plan-addon {
  border-top: 3px solid #ff8400;
}
div.store #select_plan_descriptions .well.plan-addon p,
div.portal #select_plan_descriptions .well.plan-addon p {
  margin-left: 20px;
}
div.store #redemption_select_plan #quantities_247,
div.portal #redemption_select_plan #quantities_247 {
  margin-top: 20px;
}
div.store #redemption_select_plan .note-required,
div.portal #redemption_select_plan .note-required {
  color: #d40000;
}
div.store #cloud_plan_change #account_information,
div.portal #cloud_plan_change #account_information,
div.store #engine_plan_change #account_information,
div.portal #engine_plan_change #account_information,
div.store #subscription_cancel #account_information,
div.portal #subscription_cancel #account_information {
  width: auto;
  color: #333;
}
div.store #cloud_plan_change #account_information td,
div.portal #cloud_plan_change #account_information td,
div.store #engine_plan_change #account_information td,
div.portal #engine_plan_change #account_information td,
div.store #subscription_cancel #account_information td,
div.portal #subscription_cancel #account_information td,
div.store #cloud_plan_change #account_information th,
div.portal #cloud_plan_change #account_information th,
div.store #engine_plan_change #account_information th,
div.portal #engine_plan_change #account_information th,
div.store #subscription_cancel #account_information th,
div.portal #subscription_cancel #account_information th {
  color: #333;
  border: none;
}
div.store #cloud_plan_change .form-group,
div.portal #cloud_plan_change .form-group,
div.store #engine_plan_change .form-group,
div.portal #engine_plan_change .form-group,
div.store #subscription_cancel .form-group,
div.portal #subscription_cancel .form-group {
  width: 450px;
}
div.store #cloud_plan_change a.cancel-action,
div.portal #cloud_plan_change a.cancel-action,
div.store #engine_plan_change a.cancel-action,
div.portal #engine_plan_change a.cancel-action,
div.store #subscription_cancel a.cancel-action,
div.portal #subscription_cancel a.cancel-action {
  font-size: 0.8em;
}
div.store #cloud_plan_change .footnote-flag:after,
div.portal #cloud_plan_change .footnote-flag:after,
div.store #engine_plan_change .footnote-flag:after,
div.portal #engine_plan_change .footnote-flag:after,
div.store #subscription_cancel .footnote-flag:after,
div.portal #subscription_cancel .footnote-flag:after {
  content: "*";
  color: #d40000;
}
div.store #cloud_plan_change .input-group.bs-number-incrementer,
div.portal #cloud_plan_change .input-group.bs-number-incrementer,
div.store #engine_plan_change .input-group.bs-number-incrementer,
div.portal #engine_plan_change .input-group.bs-number-incrementer,
div.store #subscription_cancel .input-group.bs-number-incrementer,
div.portal #subscription_cancel .input-group.bs-number-incrementer {
  border-collapse: collapse;
  display: inline-table;
  vertical-align: middle;
}
div.store #cloud_plan_change .input-group.bs-number-incrementer .btn,
div.portal #cloud_plan_change .input-group.bs-number-incrementer .btn,
div.store #engine_plan_change .input-group.bs-number-incrementer .btn,
div.portal #engine_plan_change .input-group.bs-number-incrementer .btn,
div.store #subscription_cancel .input-group.bs-number-incrementer .btn,
div.portal #subscription_cancel .input-group.bs-number-incrementer .btn {
  border-radius: 4px;
}
div.store #cloud_plan_change .input-group.bs-number-incrementer .input-group-btn:first-child > .btn,
div.portal #cloud_plan_change .input-group.bs-number-incrementer .input-group-btn:first-child > .btn,
div.store #engine_plan_change .input-group.bs-number-incrementer .input-group-btn:first-child > .btn,
div.portal #engine_plan_change .input-group.bs-number-incrementer .input-group-btn:first-child > .btn,
div.store #subscription_cancel .input-group.bs-number-incrementer .input-group-btn:first-child > .btn,
div.portal #subscription_cancel .input-group.bs-number-incrementer .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
div.store #cloud_plan_change .input-group.bs-number-incrementer .input-group-btn:last-child > .btn,
div.portal #cloud_plan_change .input-group.bs-number-incrementer .input-group-btn:last-child > .btn,
div.store #engine_plan_change .input-group.bs-number-incrementer .input-group-btn:last-child > .btn,
div.portal #engine_plan_change .input-group.bs-number-incrementer .input-group-btn:last-child > .btn,
div.store #subscription_cancel .input-group.bs-number-incrementer .input-group-btn:last-child > .btn,
div.portal #subscription_cancel .input-group.bs-number-incrementer .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
div.store #cloud_plan_change .info-icon-container,
div.portal #cloud_plan_change .info-icon-container,
div.store #engine_plan_change .info-icon-container,
div.portal #engine_plan_change .info-icon-container,
div.store #subscription_cancel .info-icon-container,
div.portal #subscription_cancel .info-icon-container {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  color: #a5a7aa;
}
div.store #subscription_cancel #satisfaction_ui #satisfaction_ui_labels,
div.portal #subscription_cancel #satisfaction_ui #satisfaction_ui_labels {
  font-size: 0.8em;
  color: #a5a7aa;
}
div.store #subscription_cancel #satisfaction_ui #satisfaction_ui_labels .high,
div.portal #subscription_cancel #satisfaction_ui #satisfaction_ui_labels .high {
  float: right;
  margin-right: 9px;
}
div.store #subscription_cancel #satisfaction_ui button,
div.portal #subscription_cancel #satisfaction_ui button {
  width: 45px;
}
div.store #cloud_plan_change .plan_choice_tables,
div.portal #cloud_plan_change .plan_choice_tables {
  border-collapse: separate;
  border-spacing: 7px 0;
  color: #65686a;
  padding-left: 0;
  margin-left: 0;
}
div.store #cloud_plan_change .plan_choice_tables tr .tiny-header-col,
div.portal #cloud_plan_change .plan_choice_tables tr .tiny-header-col {
  width: 80px;
  padding-left: 0;
}
div.store #cloud_plan_change .plan_choice_tables th,
div.portal #cloud_plan_change .plan_choice_tables th,
div.store #cloud_plan_change .plan_choice_tables td,
div.portal #cloud_plan_change .plan_choice_tables td {
  color: #65686a;
  text-align: center;
  border: none;
}
div.store #cloud_plan_change .plan_choice_tables th h1,
div.portal #cloud_plan_change .plan_choice_tables th h1,
div.store #cloud_plan_change .plan_choice_tables td h1,
div.portal #cloud_plan_change .plan_choice_tables td h1,
div.store #cloud_plan_change .plan_choice_tables th h2,
div.portal #cloud_plan_change .plan_choice_tables th h2,
div.store #cloud_plan_change .plan_choice_tables td h2,
div.portal #cloud_plan_change .plan_choice_tables td h2,
div.store #cloud_plan_change .plan_choice_tables th h3,
div.portal #cloud_plan_change .plan_choice_tables th h3,
div.store #cloud_plan_change .plan_choice_tables td h3,
div.portal #cloud_plan_change .plan_choice_tables td h3,
div.store #cloud_plan_change .plan_choice_tables th h4,
div.portal #cloud_plan_change .plan_choice_tables th h4,
div.store #cloud_plan_change .plan_choice_tables td h4,
div.portal #cloud_plan_change .plan_choice_tables td h4,
div.store #cloud_plan_change .plan_choice_tables th h5,
div.portal #cloud_plan_change .plan_choice_tables th h5,
div.store #cloud_plan_change .plan_choice_tables td h5,
div.portal #cloud_plan_change .plan_choice_tables td h5 {
  color: #65686a;
}
div.store #cloud_plan_change .plan_choice_tables .price,
div.portal #cloud_plan_change .plan_choice_tables .price {
  padding-right: 5px;
}
div.store #cloud_plan_change .plan_choice_tables .price h4,
div.portal #cloud_plan_change .plan_choice_tables .price h4 {
  font-size: 1.5em;
  font-weight: 500;
  margin: 0;
}
div.store #cloud_plan_change .plan_choice_tables .term,
div.portal #cloud_plan_change .plan_choice_tables .term {
  padding-left: 5px;
}
div.store #cloud_plan_change .plan_choice_tables .term p,
div.portal #cloud_plan_change .plan_choice_tables .term p {
  line-height: 1em;
}
div.store #cloud_plan_change .plan_choice_tables thead th.plan-choice-event h4,
div.portal #cloud_plan_change .plan_choice_tables thead th.plan-choice-event h4 {
  font-size: 1.5em;
  font-weight: 500;
}
div.store #cloud_plan_change .plan_choice_tables thead th.plan-choice-event p,
div.portal #cloud_plan_change .plan_choice_tables thead th.plan-choice-event p {
  margin-top: -10px;
  font-size: 0.7em;
}
div.store #cloud_plan_change .plan_choice_tables thead th,
div.portal #cloud_plan_change .plan_choice_tables thead th,
div.store #cloud_plan_change .plan_choice_tables tbody td,
div.portal #cloud_plan_change .plan_choice_tables tbody td {
  background-color: #f5f5f5;
}
div.store #cloud_plan_change .plan_choice_tables thead th.change-to-this-plan,
div.portal #cloud_plan_change .plan_choice_tables thead th.change-to-this-plan,
div.store #cloud_plan_change .plan_choice_tables tbody td.change-to-this-plan,
div.portal #cloud_plan_change .plan_choice_tables tbody td.change-to-this-plan {
  background-color: #d3d5d7;
}
div.store #cloud_plan_change .plan_choice_tables tbody th,
div.portal #cloud_plan_change .plan_choice_tables tbody th {
  text-align: right;
  font-weight: 200;
}
div.store #cloud_plan_change .plan_choice_tables thead td,
div.portal #cloud_plan_change .plan_choice_tables thead td {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0px;
}
div.store #cloud_plan_change .plan_choice_tables tbody td h5,
div.portal #cloud_plan_change .plan_choice_tables tbody td h5 {
  font-size: 1.1em;
  font-weight: 400;
  margin: 5px 0 2px 0;
}
div.store #cloud_plan_change .plan_choice_tables tbody td p,
div.portal #cloud_plan_change .plan_choice_tables tbody td p {
  font-size: 0.8em;
  margin: 0;
}
div.store #cloud_plan_change .plan_choice_tables tbody td label,
div.portal #cloud_plan_change .plan_choice_tables tbody td label {
  font-size: 0.9em;
}
div.store #cloud_plan_change .plan_choice_tables thead td.plan-status,
div.portal #cloud_plan_change .plan_choice_tables thead td.plan-status {
  border-bottom: solid 3px #a5a7aa;
}
div.store #cloud_plan_change .plan_choice_tables thead td.plan-status.new-plan,
div.portal #cloud_plan_change .plan_choice_tables thead td.plan-status.new-plan {
  color: #7dc8fe;
  border-bottom: solid 3px #7dc8fe;
}
div.store #cloud_plan_change .plan_choice_tables thead td.current-plan,
div.portal #cloud_plan_change .plan_choice_tables thead td.current-plan {
  color: #ff8400;
  border-bottom: 3px solid #ff8400;
}
div.store #cloud_plan_change .plan_choice_tables thead th.new-plan,
div.portal #cloud_plan_change .plan_choice_tables thead th.new-plan,
div.store #cloud_plan_change .plan_choice_tables tbody td.new-plan,
div.portal #cloud_plan_change .plan_choice_tables tbody td.new-plan {
  color: #fff;
  background-color: #7dc8fe;
}
div.store #cloud_plan_change .plan_choice_tables thead th.new-plan h1,
div.portal #cloud_plan_change .plan_choice_tables thead th.new-plan h1,
div.store #cloud_plan_change .plan_choice_tables tbody td.new-plan h1,
div.portal #cloud_plan_change .plan_choice_tables tbody td.new-plan h1,
div.store #cloud_plan_change .plan_choice_tables thead th.new-plan h2,
div.portal #cloud_plan_change .plan_choice_tables thead th.new-plan h2,
div.store #cloud_plan_change .plan_choice_tables tbody td.new-plan h2,
div.portal #cloud_plan_change .plan_choice_tables tbody td.new-plan h2,
div.store #cloud_plan_change .plan_choice_tables thead th.new-plan h3,
div.portal #cloud_plan_change .plan_choice_tables thead th.new-plan h3,
div.store #cloud_plan_change .plan_choice_tables tbody td.new-plan h3,
div.portal #cloud_plan_change .plan_choice_tables tbody td.new-plan h3,
div.store #cloud_plan_change .plan_choice_tables thead th.new-plan h4,
div.portal #cloud_plan_change .plan_choice_tables thead th.new-plan h4,
div.store #cloud_plan_change .plan_choice_tables tbody td.new-plan h4,
div.portal #cloud_plan_change .plan_choice_tables tbody td.new-plan h4,
div.store #cloud_plan_change .plan_choice_tables thead th.new-plan h5,
div.portal #cloud_plan_change .plan_choice_tables thead th.new-plan h5,
div.store #cloud_plan_change .plan_choice_tables tbody td.new-plan h5,
div.portal #cloud_plan_change .plan_choice_tables tbody td.new-plan h5 {
  color: #fff;
}
ul.icon-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.icon-items li {
  clear: both;
  margin-bottom: 0.5em;
}
ul.icon-items li div.image {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 15%;
}
ul.icon-items li div.image img {
  width: 100%;
}
ul.icon-items li div.text {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
ul.icon-items li div.text p {
  margin-bottom: 0;
}
.note {
  background-color: WhiteSmoke;
  clear: both;
  font-size: smaller;
  margin-bottom: 1em;
  overflow: auto;
  padding: 15px;
}
div.two-column {
  width: 50%;
}
div.left {
  float: left;
}
div.right {
  float: right;
}
/* ===== C U S T O M E R S ===== */
.wowza-customers .customer-type-list {
  list-style-type: none;
  margin: 40px 0 0 0;
}
.wowza-customers .customer-type-list .entry {
  margin-bottom: 60px !important;
}
.wowza-customers .customer-type-list #broadcasters {
  margin-top: 0;
}
.wowza-customers .customers {
  list-style-type: none;
  margin: 0;
}
.wowza-customers .customers li {
  height: 70px;
  margin: 0 0 20px 0;
  width: 20%;
}
.wowza-customers .customers-sm li {
  width: 50%;
}
.wowza-customers .cat-link {
  margin-top: 20px;
}
.wowza-customers .customer-single-content {
  margin-top: 40px;
}
.wowza-customers .customer-single-content .customer-quote {
  background-color: #e6f9ff;
  margin: 20px 0;
  padding: 20px;
}
.wowza-customers .customer-single-content .customer-quote blockquote {
  background-color: #fff;
  border-left: none;
  color: #48a6c5;
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5em;
  margin: 0;
}
.wowza-customers .customer-single-content .customer-quote cite {
  background: url(../../images/wowza4/testimonials-cite-bg.gif) -80px 0 no-repeat;
  display: block;
  padding: 10px 0 0 140px;
}
.wowza-customers .customer-single-content .customer-quote cite span {
  display: block;
}
.wowza-customers .customer-single-content .customer-quote cite .name {
  font-weight: 500;
}
.wowza-customers .customer-single-content .site-btn {
  background-color: #ff8400;
  color: #fff;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.wowza-customers .customer-single-content .site-btn:focus,
.wowza-customers .customer-single-content .site-btn:hover {
  background-color: #d77001;
  color: #fff;
  text-decoration: none;
}
.wowza-customers .primary-content ol,
.wowza-customers .primary-content ul {
  list-style-type: none;
  margin: 0;
}
.wowza-customers .primary-content .ind-content ol,
.wowza-customers .primary-content .ind-content ul {
  margin-left: 40px;
}
.wowza-customers .primary-content .ind-content ol {
  list-style-type: decimal;
}
.wowza-customers .primary-content .ind-content ul {
  list-style-type: disc;
}
#ck_pu {
  position: fixed;
  z-index: 1999;
  left: 50%;
  bottom: 50px;
  width: 800px;
  background: #fff3cd;
  border: 1px solid #e7d394;
  padding: 20px;
  font-size: 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  margin-left: -400px;
  border-radius: 6px;
  display: none;
}
#ck_pu .ui-button {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  outline: 0;
}
/* ===== O L D - W O W Z A - S T Y L E S ===== */
/* Callouts */
.free-upgrade-callout {
  display: block;
  width: 220px;
  height: 92px;
  text-indent: -9999px;
  background-image: url("../../images/callout-freeupgrade.jpg");
  background-position: 0 0;
  margin-top: 40px;
}
.free-upgrade-callout:hover {
  background-position: 0 -92px;
}
.seeitinaction-callout {
  display: block;
  width: 220px;
  height: 124px;
  text-indent: -9999px;
  background-image: url("../../images/seeitinaction.jpg");
  background-position: 0 0;
  margin-top: 40px;
}
.seeitinaction-callout:hover {
  background-position: 0 -124px;
}
.addons-callout {
  display: block;
  width: 220px;
  height: 124px;
  text-indent: -9999px;
  background-image: url("../../images/addons-callout.jpg");
  background-position: 0 0;
  margin-top: 40px;
}
.addons-callout:hover {
  background-position: 0 -124px;
}
.become-partner-callout {
  display: block;
  width: 220px;
  height: 137px;
  text-indent: -9999px;
  background-image: url("../../images/callout-becomeapartner.png");
  background-position: 0 0;
  margin-top: 40px;
}
.become-partner-callout:hover {
  background-position: 0 -137px;
}
.media-server-callout {
  display: block;
  width: 220px;
  height: 280px;
  margin-top: 40px;
  background: url("../../uploads/images/wse-try-buy-no-text.png");
}
.media-server-callout a {
  display: inline-block;
  padding: 8px 0 5px;
  margin-top: 242px;
}
.media-server-callout a:focus,
.media-server-callout a:hover {
  text-decoration: underline;
}
.media-server-callout a:first-child {
  margin-left: 25px;
}
.media-server-callout a:last-child {
  margin-left: 50px;
}
/* ===== L P ===== */
.lp .heading {
  margin-bottom: 0;
}
.lp .home-btn {
  margin-top: 20px;
}
.lp .contact-form-wrapper {
  margin-top: 20px;
}
.lp .contact-form-wrapper input[type="text"],
.lp .contact-form-wrapper input[type="email"],
.lp .contact-form-wrapper input[type="tel"],
.lp .contact-form-wrapper textarea,
.lp .contact-form-wrapper ul.choice-list,
.lp .contact-form-wrapper label.check-label {
  width: 250px !important;
}
.lp .contact-form-wrapper .btn {
  margin-top: 20px;
}
.lp .contact-form-wrapper .disclaimer {
  font-style: italic;
  margin-left: 140px;
}
.lp .contact-form-wrapper input[type="checkbox"] {
  margin-left: 0;
}
/* ===== S E A R C H ===== */
div#search-results table {
  border-collapse: separate;
}
/* ===== P R E F E R R E D - R E S E L L E R S ===== */
.preferred-international-resellers .primary-content {
  padding-right: 0;
}
.preferred-international-resellers .flags img {
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.preferred-international-resellers .languages span {
  display: block;
}
.preferred-international-resellers .company {
  font-size: 1.4em;
}
.preferred-international-resellers table {
  font-size: 0.9em;
}
.preferred-international-resellers table tr th:first-child,
.preferred-international-resellers table tr td:first-child {
  width: 20%;
}
.preferred-international-resellers table tr th:nth-child(2),
.preferred-international-resellers table tr td:nth-child(2) {
  padding-right: 20px;
  width: 30%;
}
/* ===== O V E R R I D E = C K E D I T O R - B U G ===== */
span[style] {
  font-size: inherit !important;
  line-height: inherit !important;
}
/* ===== I N T E R N A T I O N A L - M I C R O S I T E S ===== */
.international .dropdown-menu {
  background: #333;
}
.international .dropdown-menu li {
  margin: 0 0 2px 0 !important;
  padding: 0 0 0 10px !important;
}
.international .dropdown-menu a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 50px;
  text-align: left;
}
.international .dropdown-menu a:focus,
.international .dropdown-menu a:hover {
  background: #333;
}
.international .dropdown-menu a.jp {
  background: url("../../uploads/images/Japan.gif") 0 50% no-repeat;
}
.international .dropdown-menu a.us {
  background: url("../../uploads/images/United_States.gif") 0 50% no-repeat;
}
.international .user-nav .caret {
  border-top: 4px solid #fff !important;
}
.international .addendum .dropdown-menu a {
  color: #fff;
}
.international .addendum .dropdown-menu a:focus,
.international .addendum .dropdown-menu a:hover {
  text-decoration: underline;
}
.international .callout {
  background-color: #f5f5f5;
  padding: 20px;
}
.international .callout h3 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
.international .callout p {
  margin-bottom: 1em;
}
.international .callout .cta-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.international .home-customer {
  width: 8% !important;
}
.international .home-partner {
  margin-right: 45px !important;
  width: 18% !important;
}
.international .www-logo {
  display: block;
  margin: 2em auto;
}
.international .cta-btn {
  background-color: #ff8400;
  color: #fff;
  margin-top: 0.5em;
  margin-bottom: 0.5rem;
  padding: 0.5em 0;
  text-align: center;
  width: 140px;
}
.international .cta-btn:hover {
  background-color: #d77001;
  text-decoration: none;
}
.international .home-primary-callouts .cta-btn {
  display: inline-block;
  margin-right: 10px !important;
  width: 110px;
}
.international .home-primary-callouts .cta-btn:hover {
  color: #fff !important;
}
.international .wse-contact {
  margin-top: 2em;
}
.international .wse-contact h3 {
  margin-bottom: 0.5em;
}
.international .wse-products .features-heading {
  margin-bottom: 1em;
}
.international .wse-products p {
  margin-bottom: 2em;
}
.international .wse-callout {
  background-color: #f5f5f5;
  height: 60px;
  line-height: 50px;
  padding: 0.25em 1em;
}
.international .wse-callout p {
  font-size: 1.1em;
}
.international .footer-global-nav {
  margin-bottom: 2em;
}
.international.buy h3 {
  margin-top: 1em;
}
.international.buy .buy-btn a {
  color: #ff8400;
}
.international.products .products-btn a {
  color: #ff8400;
}
.international.jp .home-primary-callouts .cta-btn {
  margin-right: 2px !important;
  width: 130px;
}
.international.jp .wse-callout p {
  font-size: 1em;
}
/* ===== C A L L O U T S ===== */
.industry-callout {
  display: block;
  height: 176px;
  margin-top: 40px;
  text-indent: -9999px;
  width: 220px;
}
.education-callout {
  background: url("../../uploads/images/edu-ad.png");
}
.best-practices-callout {
  background: url("../../uploads/images/best-practices-ad.png");
}
.sports-survey-callout {
  background: url("../../uploads/images/sports-survey-2.png");
}
.streaming-cloud-callout {
  height: 280px;
  background: url("../../uploads/images/wsc-try-buy-no-text.png");
  text-indent: 0;
}
.streaming-cloud-callout a {
  display: inline-block;
  padding: 8px 0 5px;
  margin-top: 242px;
}
.streaming-cloud-callout a:focus,
.streaming-cloud-callout a:hover {
  text-decoration: underline;
}
.streaming-cloud-callout a:first-child {
  margin-left: 25px;
}
.streaming-cloud-callout a:last-child {
  margin-left: 50px;
}
/* ===== M E D I A - Q U E R I E S ===== */
/*
	The overrides are needed to remove the default Bootstrap responsive layouts.
	Bootstrap offers recommendations for disabling responsiveness here: http://getbootstrap.com/getting-started/#disable-responsive
	We kept the responsive classes in the code to make it easier to initiate responsiveness in the future, so these overrides are necessary.
	Remove these styles when we are ready to use a responsive layout.
	Change "pull-left" class on nav elements to "navbar-left" when moving to the responsive layout.
*/
@media (min-width: 768px) {
  .container {
    max-width: 940px !important;
    width: 940px !important;
  }
  .col-xs-12.col-md-1,
  .col-xs-12.col-md-2,
  .col-xs-12.col-md-3,
  .col-xs-12.col-md-4,
  .col-xs-12.col-md-5,
  .col-xs-12.col-md-6,
  .col-xs-12.col-md-7,
  .col-xs-12.col-md-8,
  .col-xs-12.col-md-9,
  .col-xs-12.col-md-10,
  .col-xs-12.col-md-11 {
    float: left;
  }
  .col-xs-12.col-md-1 {
    width: 8.33333333%;
  }
  .col-xs-12.col-md-2 {
    width: 16.66666667%;
  }
  .col-xs-12.col-md-3 {
    width: 25%;
  }
  .col-xs-12.col-md-4 {
    width: 33.33333333%;
  }
  .col-xs-12.col-md-5 {
    width: 41.66666667%;
  }
  .col-xs-12.col-md-6 {
    width: 50%;
  }
  .col-xs-12.col-md-7 {
    width: 58.33333333%;
  }
  .col-xs-12.col-md-8 {
    width: 66.66666667%;
  }
  .col-xs-12.col-md-9 {
    width: 75%;
  }
  .col-xs-12.col-md-10 {
    width: 83.33333333%;
  }
  .col-xs-12.col-md-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px !important;
    width: 940px !important;
  }
  .col-xs-12.col-md-1,
  .col-xs-12.col-md-2,
  .col-xs-12.col-md-3,
  .col-xs-12.col-md-4,
  .col-xs-12.col-md-5,
  .col-xs-12.col-md-6,
  .col-xs-12.col-md-7,
  .col-xs-12.col-md-8,
  .col-xs-12.col-md-9,
  .col-xs-12.col-md-10,
  .col-xs-12.col-md-11 {
    float: left;
  }
  .col-xs-12.col-md-1 {
    width: 8.33333333%;
  }
  .col-xs-12.col-md-2 {
    width: 16.66666667%;
  }
  .col-xs-12.col-md-3 {
    width: 25%;
  }
  .col-xs-12.col-md-4 {
    width: 33.33333333%;
  }
  .col-xs-12.col-md-5 {
    width: 41.66666667%;
  }
  .col-xs-12.col-md-6 {
    width: 50%;
  }
  .col-xs-12.col-md-7 {
    width: 58.33333333%;
  }
  .col-xs-12.col-md-8 {
    width: 66.66666667%;
  }
  .col-xs-12.col-md-9 {
    width: 75%;
  }
  .col-xs-12.col-md-10 {
    width: 83.33333333%;
  }
  .col-xs-12.col-md-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 940px !important;
    width: 940px !important;
  }
  .col-xs-12.col-md-1,
  .col-xs-12.col-md-2,
  .col-xs-12.col-md-3,
  .col-xs-12.col-md-4,
  .col-xs-12.col-md-5,
  .col-xs-12.col-md-6,
  .col-xs-12.col-md-7,
  .col-xs-12.col-md-8,
  .col-xs-12.col-md-9,
  .col-xs-12.col-md-10,
  .col-xs-12.col-md-11 {
    float: left;
  }
  .col-xs-12.col-md-1 {
    width: 8.33333333%;
  }
  .col-xs-12.col-md-2 {
    width: 16.66666667%;
  }
  .col-xs-12.col-md-3 {
    width: 25%;
  }
  .col-xs-12.col-md-4 {
    width: 33.33333333%;
  }
  .col-xs-12.col-md-5 {
    width: 41.66666667%;
  }
  .col-xs-12.col-md-6 {
    width: 50%;
  }
  .col-xs-12.col-md-7 {
    width: 58.33333333%;
  }
  .col-xs-12.col-md-8 {
    width: 66.66666667%;
  }
  .col-xs-12.col-md-9 {
    width: 75%;
  }
  .col-xs-12.col-md-10 {
    width: 83.33333333%;
  }
  .col-xs-12.col-md-11 {
    width: 91.66666667%;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 940px !important;
    width: 940px !important;
  }
  .col-xs-12.col-md-1,
  .col-xs-12.col-md-2,
  .col-xs-12.col-md-3,
  .col-xs-12.col-md-4,
  .col-xs-12.col-md-5,
  .col-xs-12.col-md-6,
  .col-xs-12.col-md-7,
  .col-xs-12.col-md-8,
  .col-xs-12.col-md-9,
  .col-xs-12.col-md-10,
  .col-xs-12.col-md-11 {
    float: left;
  }
  .col-xs-12.col-md-1 {
    width: 8.33333333%;
  }
  .col-xs-12.col-md-2 {
    width: 16.66666667%;
  }
  .col-xs-12.col-md-3 {
    width: 25%;
  }
  .col-xs-12.col-md-4 {
    width: 33.33333333%;
  }
  .col-xs-12.col-md-5 {
    width: 41.66666667%;
  }
  .col-xs-12.col-md-6 {
    width: 50%;
  }
  .col-xs-12.col-md-7 {
    width: 58.33333333%;
  }
  .col-xs-12.col-md-8 {
    width: 66.66666667%;
  }
  .col-xs-12.col-md-9 {
    width: 75%;
  }
  .col-xs-12.col-md-10 {
    width: 83.33333333%;
  }
  .col-xs-12.col-md-11 {
    width: 91.66666667%;
  }
}
/* ===== H E L P E R S ===== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ===== P R I N T ===== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ===== P A I D   L P ===== */
.ppc {
  border-top: 0;
  padding-top: 8px;
}
.ppc #ck_pu {
  display: none !important;
}
.ppc .content {
  border-bottom: 0;
}
.ppc .addendum .copy-row {
  border-top: 0;
}
.ppc .plp-mantle {
  height: 169px;
  margin: 0 0 20px 0;
}
.ppc .plp-mantle h1 {
  margin: 20px 0 20px 0;
  padding: 70px 20px 0 415px;
  font-weight: bold;
  color: #32839e;
  font-size: 30px;
}
.ppc h2 {
  font-size: 1.6em;
  font-weight: 400;
  color: #32839e;
  padding: 0 0 10px 0;
}
.ppc h3 {
  font-size: 1.6em;
  font-weight: 400;
  color: #32839e;
  padding: 0 0 10px 0;
}
.ppc .plp-content ul.bullets {
  padding: 0 0 0 17px;
}
.ppc .plp-content ul.bullets li {
  list-style-type: disc;
}
@media (min-width: 768px) {
  .ppc .container {
    max-width: 1140px !important;
    width: 1140px !important;
  }
}
@media (min-width: 992px) {
  .ppc .container {
    max-width: 1140px !important;
    width: 1140px !important;
  }
}
@media (min-width: 1200px) {
  .ppc .container {
    max-width: 1140px !important;
    width: 1140px !important;
  }
}
@media (max-width: 768px) {
  .ppc .container {
    max-width: 1140px !important;
    width: 1140px !important;
  }
}
.wowza-placeholder {
  border: 1px solid #ff8400;
  padding: 10px;
}
.wowza-placeholder:before {
  content: "Placeholder: ";
}
.cloud-trial-module {
  margin: 0px 0px 20px;
  border: 1px solid #d1d1d1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 20px 18px 17px 18px;
}
.cloud-trial-module input.form-control,
.cloud-trial-module select.form-control {
  height: 29px;
}
.cloud-trial-module .error {
  border: 1px solid #f44e4e;
  color: #f44e4e;
}
.cloud-trial-module .cloud-trial-module-header,
.cloud-trial-module .cloud-trial-module-message,
.cloud-trial-module .cloud-trial-module-footer {
  text-align: center;
}
.cloud-trial-module .cloud-trial-module-header h4,
.cloud-trial-module .cloud-trial-module-message h4,
.cloud-trial-module .cloud-trial-module-footer h4,
.cloud-trial-module .cloud-trial-module-header h3,
.cloud-trial-module .cloud-trial-module-message h3,
.cloud-trial-module .cloud-trial-module-footer h3 {
  font-weight: bold;
  margin: 0px 0px 10px;
}
.cloud-trial-module .cloud-trial-module-header p,
.cloud-trial-module .cloud-trial-module-message p,
.cloud-trial-module .cloud-trial-module-footer p {
  font-size: 11px;
  line-height: 14px;
  margin: 13px 0px 0px;
}
.cloud-trial-module .cloud-trial-module-header a.btn,
.cloud-trial-module .cloud-trial-module-message a.btn,
.cloud-trial-module .cloud-trial-module-footer a.btn {
  padding: 0px 30px;
}
.cloud-trial-module .cloud-trial-module-buttons {
  margin: 20px 0px 0px;
  text-align: center;
}
.cloud-trial-module .cloud-trial-module-buttons button {
  padding: 0px 30px;
}
.cloud-trial-module .cloud-trial-module-under-button-text {
  text-align: center;
  margin-top: 13px;
}
.cloud-trial-module label {
  margin-bottom: 3px;
}
.cloud-trial-module li {
  margin: 0px 0px 10px;
}
.cloud-trial-module p.error {
  margin-bottom: 20px;
}
.cloud-trial-module p.field-help {
  margin-top: 8px;
  color: gray;
  font-size: smaller;
  line-height: 15px;
}
.cloud-trial-module.cloud-trial-module-style-2 {
  background-color: #ededed;
}
.cloud-trial-module.cloud-trial-module-style-3 {
  background-color: #434343;
  color: #fff;
}
.cloud-trial-module.cloud-trial-module-style-3 h4,
.cloud-trial-module.cloud-trial-module-style-3 h3 {
  color: #fff;
}
