@charset "UTF-8";
/*! normalize.css v2.1.3 | 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],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
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: 600;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
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) ")";
  }
  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 .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #056ae8;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #045fcf;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  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: 10px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #fa770d;
}
.text-primary:hover {
  color: #d05f04;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.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;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  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: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.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,
blockquote .small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before,
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,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 5px;
}
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: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .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 > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* 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;
  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;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.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;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.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: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 10px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.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 select.form-control {
    width: auto;
  }
  .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 .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #fa770d;
  border-color: #fa770d;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #da6404;
  border-color: #c65b04;
}
.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: #fa770d;
  border-color: #fa770d;
}
.btn-default .badge {
  color: #fa770d;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #fa770d;
  border-color: #e96b05;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #da6404;
  border-color: #ad4f04;
}
.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: #fa770d;
  border-color: #e96b05;
}
.btn-primary .badge {
  color: #fa770d;
  background-color: #fff;
}
.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-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.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-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.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-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.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-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #056ae8;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #045fcf;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 10px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.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;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: #666;
  border: 1px solid none;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: none;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #fa770d;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  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-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: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.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: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 10px;
}
.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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,
.btn-group-vertical > .btn-group > .btn {
  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: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.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: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 5px;
  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,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[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[class*="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: 46px;
  padding: 10px 16px;
  line-height: 1.33;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: inset 0px 1px 0px 0px #999999;
  box-shadow: inset 0px 1px 0px 0px #999999;
  font-weight: 300;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
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: 2px;
}
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;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 10px;
}
.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:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.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: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  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: #056ae8;
}
.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: 5px 5px 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;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 5px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    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: #fa770d;
}
.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;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 5px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  zoom: 1;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 5px;
  }
}
.navbar-header {
  zoom: 1;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.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: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.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-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-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 {
  z-index: 1000;
  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;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 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;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
}
.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;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 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 select.form-control {
    width: auto;
  }
  .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;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 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: #333333;
  border-color: #1a1a1a;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.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: #1a1a1a;
}
.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: #212121;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #1a1a1a;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #1a1a1a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #1a1a1a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .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: #1a1a1a;
  }
  .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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.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: 5px;
  border-top-left-radius: 5px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.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;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #fa770d;
  border-color: #fa770d;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fee7d5;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  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;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  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;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  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;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  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,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  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;
  }
  table.visible-sm {
    display: table;
  }
  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;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  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;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  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,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  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;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  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;
  }
  table.visible-md {
    display: table;
  }
  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;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  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,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  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;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  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;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  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;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  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,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
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,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
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,
  tr.hidden-md.hidden-xs,
  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,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
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,
  tr.hidden-lg.hidden-xs,
  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,
  tr.hidden-lg.hidden-sm,
  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,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* All the styles that you would normally find in the style.css */
/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}
/*Text Bases*/
.fnt1,
.fnt2,
.fnt3,
.fnt4,
.fnt5,
.fnt6,
.fnt7,
.fnt8,
.fnt9 {
  font-weight: normal;
  text-transform: none;
}
.fnt1 {
  font-size: 40px;
}
.fnt2 {
  font-size: 28px;
  line-height: 34px;
}
.fnt3 {
  font-size: 22px;
}
.fnt4 {
  font-size: 18px;
}
.fnt5 {
  font-size: 14px;
}
.fnt6 {
  font-size: 12px;
}
.fnt7 {
  font-size: 12px;
  line-height: 16px;
}
.fnt8 {
  font-size: 60px;
}
.fnt9 {
  font-size: 90px;
  line-height: 102px;
}
.center {
  text-align: center;
}
.strong {
  font-weight: 600;
}
/* layout */
body {
  padding-top: 55px;
}
.one-half {
  font-size: 1em;
  line-height: 2em;
  display: block;
  float: left;
  width: 45%;
}
.one-half.first {
  margin-right: 10%;
}
.one-third {
  float: left;
  width: 26.5%;
  padding: 0 3%;
}
.one-fourth {
  float: left;
  width: 20%;
  padding: 0 2.5%;
}
.one-fifth {
  float: left;
  width: 15%;
  padding: 0 2.5%;
}
.cterd-cols {
  text-align: center;
}
.cterd-cols [class*="one-"] {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.top-bot-margin {
  margin: 3em 0;
}
/* Admin Top Navigation fixes */
body.admin-bar .navbar-fixed-top {
  top: 31px;
  -webkit-backface-visibility: hidden;
}
.nav-container {
  padding-left: 0;
  padding-right: 0;
}
/*--------------------------*/
/* Main Wrapper - Overrides */
/*--------------------------*/
#content {
  padding: 0 0 0 15px;
  float: right;
  background: #fff;
  position: relative;
  margin-top: 10px;
  margin-bottom: 50px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#content.full-width {
  padding-right: 15px !important;
}
/*fixes containers nesting*/
.container .container {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.more-link {
  white-space: nowrap;
}
/* navbar */
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
ul.nav li.dropdown > ul.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  padding-top: 0;
  margin-top: -6px;
}
/* post styling */
#main {
  padding-top: 10px;
}
#main p.meta {
  font-style: italic;
  color: #808080;
}
#main article {
  margin-bottom: 18px;
  padding: 0 0 9px;
  border-bottom: none;
}
#main article footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  min-height: 20px;
}
#main article footer a.edit-post {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
#main article img {
  height: auto;
  max-width: 100%;
}
#main .hero-unit img {
  margin-bottom: 1em;
}
img.alignleft {
  margin-right: 10px;
  float: left;
}
img.alignright {
  margin-left: 10px;
  float: right;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.archive #main .post h3 {
  line-height: 24px;
  margin-bottom: 10px;
}
/* Responsive Videos */
video {
  max-width: 100%;
  height: auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper {
  width: 630px;
  max-width: 100%;
  margin-bottom: 18px;
}
/*-------------------------*/
/* Main Navbar - Overrides */
/*-------------------------*/
.navbar {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}
.navbar-inverse {
  border-bottom: 1px solid #222;
  background: #212933;
}
.navbar-inverse .navbar-nav > li.active:hover {
  transition: background none;
}
.navbar-inverse .navbar-nav > li > a {
  line-height: 55px;
  padding: 0 20px;
  color: #FFFFFF;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  transition: background 0.25s;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.navbar-inverse .navbar-btn {
  margin-top: 10px;
}
.navbar-inverse .navbar-text {
  line-height: 55px;
  padding: 0 15px 0 0;
  margin: 0;
}
.navbar-inverse .navbar-text a {
  color: #fff;
}
.navbar-brand {
  line-height: 53px;
  padding: 0 0 0 15px;
  margin-right: 15px;
}
.navbar-inverse .navbar-nav  > li  > a:hover,
.navbar-inverse .navbar-nav  > li  > a:focus,
.navbar-inverse .navbar-nav li:hover  > a {
  border-top: none;
  background: #414d58;
}
.navbar-inverse .navbar-nav  > li.active,
.navbar-inverse .navbar-nav  > li.open,
.navbar-inverse .navbar-nav  > li.current_page_parent,
.navbar-inverse .navbar-nav  > li.active  > a:hover,
.navbar-inverse .navbar-nav  > li.open  > a:hover {
  color: #fff;
  background: #000;
}
.navbar-inverse .navbar-nav  > .active  > a,
.navbar-inverse .navbar-nav  > .open  > a {
  color: #FFFFFF;
  background: #000;
}
.navbar-collapse {
  border: none;
}
.dropdown-menu {
  border: none;
  background: #414d58;
  box-shadow: none;
  border-radius: 0;
  padding: 1px 0 0;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  margin-left: 1px;
  top: 10px;
  left: 100%;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.navbar-inverse .navbar-nav .dropdown-menu  > li  > a,
.navbar-inverse .navbar-nav .open .dropdown-menu  > li  > a {
  padding: 10px 15px;
  color: #FFFFFF;
  background: #414d58;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  transition: background 0.25s;
}
.navbar-inverse .navbar-nav .dropdown-menu  > li  > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu  > li  > a:hover,
.navbar-inverse .navbar-nav .dropdown-menu  > li  > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu  > li  > a:focus {
  color: #FFFFFF;
  background: #56626b;
  border: none;
  margin-top: 0;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  outline: none;
  background-color: #000;
  margin-top: 20px;
}
#sidebar-nav {
  padding-left: 0;
  margin: 50px 0 50px;
  max-width: 190px;
}
#sidebar-nav h3 {
  margin-top: 0;
}
#sidebar-nav h3 a {
  font-weight: 400;
  color: #333333;
  display: block;
}
#sidebar-nav #subpage-nav {
  margin: 0;
  padding: 0;
}
#sidebar-nav #subpage-nav li {
  padding: 20px 0 0;
  margin: 0;
  list-style: none;
}
#sidebar-nav #subpage-nav li a {
  color: #555555;
  display: block;
}
#sidebar-nav #subpage-nav li.active a {
  padding: 0 0 0 15px;
  display: inline-block;
  font-weight: 600;
  background: url(../../images/nav-selected-item-dot.png) no-repeat 0 5px;
}
#sidebar-nav #subpage-nav li:last-child {
  border-bottom: none;
}
#sidebar-nav-alt {
  padding-left: 0;
  margin: 50px 0 50px;
}
#sidebar-nav-alt h3 {
  margin-top: 0;
}
#sidebar-nav-alt h3 a {
  font-weight: 400;
  color: #333333;
}
#sidebar-nav-alt #subpage-nav {
  margin: 0;
  padding: 0;
}
#sidebar-nav-alt #subpage-nav li {
  padding: 20px 0 0;
  margin: 0;
  list-style: none;
  cursor: pointer;
}
#sidebar-nav-alt #subpage-nav li a {
  color: #555555;
}
#sidebar-nav-alt #subpage-nav li.active a {
  padding: 0 0 0 15px;
  display: inline-block;
  font-weight: 600;
  background: url(../../images/nav-selected-item-dot.png) no-repeat 0 5px;
}
#sidebar-nav-alt #subpage-nav li:last-child {
  border-bottom: none;
}
#sidebar-nav-alt-other {
  padding-left: 0;
  margin: 40px 0 50px;
}
#sidebar-nav-alt-other h3 {
  margin-top: 0;
}
#sidebar-nav-alt-other h3 a {
  font-weight: 400;
  color: #333333;
}
#sidebar-nav-alt-other .subpage-nav {
  margin: 0;
  padding: 0;
}
#sidebar-nav-alt-other .subpage-nav li {
  padding: 5px 0 0;
  margin: 0;
  list-style: none;
  cursor: pointer;
}
#sidebar-nav-alt-other .subpage-nav li a {
  color: #555555;
}
#sidebar-nav-alt-other .subpage-nav li.active a {
  padding: 0 0 0 15px;
  display: inline-block;
  font-weight: 600;
  background: url(../../images/nav-selected-item-dot.png) no-repeat 0 5px;
}
#sidebar-nav-alt-other .vert-menu {
  display: none;
  padding: 0;
  margin: 0 0 10px;
  position: relative;
  margin-left: 20px;
}
#sidebar-nav-alt-other .vert-menu li {
  font-size: 12px;
  padding: 10px 0;
  border-top: 0;
}
#sidebar-nav-alt-other .vert-menu-label {
  cursor: pointer;
  line-height: 35px;
  clear: both;
}
#sidebar-nav-alt-other .vert-menu-label span {
  background: url(../../images/expand-collapse-icon.png) no-repeat;
  height: 16px;
  width: 16px;
  display: block;
  float: right;
  margin-top: 10px;
}
#sidebar-nav-alt-other .vert-menu-label span.active {
  background: url(../../images/expand-collapse-icon.png) no-repeat 0 -16px;
}
#sidebar-nav-alt-other .vert-menu-label.active {
  border-top: 0;
}
.second_level_flyout {
  margin-left: 0;
  padding-left: 15px;
  font-size: 12px;
}
/*-------------------------------*/
/* Page Title Navbar - Overrides */
/*-------------------------------*/
#page-title {
  background-image: -webkit-linear-gradient(top, #197dae 0%, #61b2da 100%);
  background-image: linear-gradient(to bottom, #197dae 0%, #61b2da 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff197dae', endColorstr='#ff61b2da', GradientType=0);
  height: 20px;
}
.page-header {
  border: none;
  margin-top: 20px;
}
/*--------*/
/* Footer */
/*--------*/
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-ms-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-moz-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
#footer {
  color: #fff;
  padding: 50px 0 0;
  background: #333333;
}
#footer .footer-base {
  background: url('../../images/footer-graph-bg.png') repeat-x top #4a4a4a;
  min-height: 115px;
  animation: animatedBackground 40s linear infinite;
  -ms-animation: animatedBackground 40s linear infinite;
  -moz-animation: animatedBackground 40s linear infinite;
  -webkit-animation: animatedBackground 40s linear infinite;
  padding-bottom: 40px;
}
#footer .footer-base p {
  font-size: 12px;
  margin: 130px 0 0;
  color: #cccccc;
}
#footer .footer-base .icon-row {
  margin-top: 108px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .footer-stats {
  margin-bottom: 20px;
}
#footer .footer-stats h4 {
  font-size: 60px;
  color: #fff;
}
#footer .footer-stats p {
  font-size: 16px;
  font-weight: 300;
  color: #999999;
}
#footer .footer-nav ul {
  padding: 0;
  margin: 0 0 20px;
}
#footer .footer-nav ul li {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
#footer .footer-nav h4 {
  font-size: 22px;
  color: #999999;
}
.back-to-top-bottom {
  background: #515151;
  display: block;
  margin: 15px 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 67px;
  height: 67px;
  padding-top: 15px;
  float: right;
}
.back-to-top-bottom p a {
  background: url(../../images/back-to-top-arrow.png) no-repeat 22px 0;
  display: block;
  padding-top: 18px;
  background-size: 21px 7px;
  padding-top: 12px;
  text-align: center;
  font-size: 16px;
}
.back-to-top-bottom p a:hover {
  text-decoration: none;
}
/*--------------*/
/* Social Icons */
/*--------------*/
#social-icons {
  margin: 20px 0;
  overflow: auto;
  list-style: none;
}
#social-icons ul {
  padding: 0;
}
#social-icons ul li {
  display: inline-block;
  background: #515151;
  margin: 0 13px 0 0 ;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
#social-icons ul li a {
  padding: 12px;
  display: block;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -ms-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
#social-icons ul li a:hover {
  background-color: #656565;
}
#social-icons .social-icon img {
  width: 24px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#pricing-page-content.pricing-page-content-new {
  padding-top: 150px;
  margin-top: -150px;
}
#pricing-page-content.pricing-page-content-new #pricing {
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 0;
}
#pricing-page-content.pricing-page-content-new #pricing h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  #pricing-page-content.pricing-page-content-new #pricing h3 {
    font-size: 28px;
  }
}
#pricing-page-content.pricing-page-content-new #pricing .button-spacer {
  height: 70px;
}
.color-white {
  color: #fff;
}
.spacer10 {
  height: 10px;
}
.spacer15 {
  height: 15px;
}
.spacer20 {
  height: 20px;
}
.spacer25 {
  height: 25px;
}
.spacer30 {
  height: 30px;
}
.spacer40 {
  height: 40px;
}
.spacer50 {
  height: 50px;
}
/* Buttons */
.btn {
  -moz-box-shadow: 0px 2px 0px #c75319;
  -webkit-box-shadow: 0px 2px 0px #c75319;
  box-shadow: 0px 2px 0px #c75319;
  text-shadow: 0px 1px 0px #a7470c;
  font-weight: 600;
  border: none;
}
.btn span {
  font-size: 16px;
  margin: 0 8px 0 0;
}
.btn.btn-small,
a.btn.btn-small {
  padding: 5px 10px;
}
.btn.btn-med,
a.btn.btn-med {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
}
.btn.btn-large,
a.btn.btn-large {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
}
.btn:hover {
  background: #ee7310;
  text-shadow: 0px 1px 0px #a7470c;
  border: none;
}
.btn:active:active {
  background: #ee7310;
  position: relative;
  -webkit-box-shadow: 0px 1px 0px #c75319;
  -moz-box-shadow: 0px 1px 0px #c75319;
  box-shadow: 0px 1px 0px #c75319;
  top: 1px;
  color: #fff;
}
.btn.btn-blue {
  color: #fff;
  background: #3995c2;
  -moz-box-shadow: 0px 2px 0px #145c7f;
  -webkit-box-shadow: 0px 2px 0px #145c7f;
  box-shadow: 0px 2px 0px #145c7f;
  text-shadow: 0px 1px 0px #145c7f;
}
.btn.btn-blue:hover {
  background: #2b82ac;
  text-shadow: 0px 1px 0px #145c7f;
}
.btn.btn-blue:active:active {
  background: #2b82ac;
  position: relative;
  -moz-box-shadow: 0px 1px 0px #145c7f;
  -webkit-box-shadow: 0px 1px 0px #145c7f;
  box-shadow: 0px 1px 0px #145c7f;
  text-shadow: 0px 1px 0px #145c7f;
  top: 1px;
  color: #fff;
}
.btn.btn-grey {
  color: #fff;
  background: #999999;
  -moz-box-shadow: 0px 2px 0px #666666;
  -webkit-box-shadow: 0px 2px 0px #666666;
  box-shadow: 0px 2px 0px #666666;
  text-shadow: 0px 1px 0px #666666;
}
.btn.btn-grey:hover {
  background: #848484;
  text-shadow: 0px 1px 0px #145c7f;
}
.btn.btn-grey:active:active {
  background: #848484;
  position: relative;
  -moz-box-shadow: 0px 1px 0px #666666;
  -webkit-box-shadow: 0px 1px 0px #666666;
  box-shadow: 0px 1px 0px #666666;
  text-shadow: 0px 1px 0px #666666;
  top: 1px;
  color: #fff;
}
.btn.btn-clear {
  color: #fff;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.6);
  text-shadow: none;
  box-shadow: none;
  transition: all 0.35s ease-out;
}
.btn.btn-clear:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #fff;
  transition: all 0.35s ease-in;
}
.btn.btn-clear:active:active {
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  box-shadow: none;
  text-shadow: none;
  top: 1px;
  color: #fff;
}
.btn.btn-clear-dark {
  color: #666;
  background: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  text-shadow: none;
  box-shadow: none;
  transition: all 0.35s ease-out;
}
.btn.btn-clear-dark:hover {
  color: #666;
  background: rgba(0, 0, 0, 0.05);
  border: 2px solid solid rgba(0, 0, 0, 0.4);
  transition: all 0.35s ease-in;
}
.btn.btn-clear-dark:active:active {
  background: rgba(0, 0, 0, 0.05);
  position: relative;
  box-shadow: none;
  text-shadow: none;
  top: 1px;
  color: #666;
}
.btn-large .btn-img {
  margin: -5px 10px 0 0;
}
.form-actions {
  margin: 0;
  text-align: center;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
#sub-menu-select {
  margin: 20px 0 !important;
}
/* New Styles */
.hero.hero-skinny {
  height: 145px !important;
}
.hero.hero-skinny .hero-overlay {
  background: rgba(0, 0, 0, 0.7);
}
#container #wrapper .hero.hero-skinny h1 {
  padding-top: 40px;
  text-transform: none !important;
  font-size: 60px !important;
}
.container-full ul {
  padding: 0 0 20px 15px;
  margin: 0;
}
.container-full ul li {
  margin: 0 0 15px 0;
  line-height: 18px;
}
.container-full ul li.link-bullet {
  list-style: none;
}
.container-full ul li.link-bullet.white a {
  color: #ffffff;
}
.container-full ul.bullet-list li:before {
  padding-left: 17px;
  background: url(../../images/square-bullet-sprite.png) no-repeat 0 0;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  content: " ";
  margin: 6px 0 0 -15px;
}
.container-full h3 {
  margin: 0 0 20px;
}
.container-full .section {
  padding: 50px 30px 0;
}
.container-full .section h3 {
  margin-bottom: 20px;
}
.container-full.orange ul li:before,
.container-full.dark-grey ul li:before {
  background: url(../../images/square-bullet-sprite.png) no-repeat 0 -7px;
}
.container-full.orange {
  background: #EF8638;
  color: #ffffff;
}
.container-full.white {
  background: #ffffff;
}
.container-full.dark-grey {
  background: #333333;
  color: #ffffff;
}
.section p {
  margin: 0;
}
.section h3 strong {
  font-weight: 400;
}
.section img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section .dark-box p {
  margin-bottom: 0;
}
.container-full.orange h3,
.container-full.dark-grey h3 {
  color: #ffffff;
}
.orange .section .dark-box {
  background: #a55522;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 0px;
  color: #fff;
  margin: 0 0 30px 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  z-index: 1;
}
.logo-badge {
  border: none;
  text-align: center;
  background: none;
  margin-bottom: 20px;
}
.logo-badge span {
  display: block;
  margin-top: 15px;
}
.logo-badge .circle-badge {
  margin: 0 auto;
}
.circle-badge {
  background: #fff;
  height: 150px;
  width: 150px;
  line-height: 150px;
  -webkit-box-shadow: 0px 1px 0px 0px #999999;
  -moz-box-shadow: 0px 1px 0px 0px #999999;
  box-shadow: 0px 1px 0px 0px #999999;
}
.circle-badge a {
  display: block;
}
.circle-badge img {
  display: inline-block !important;
  vertical-align: middle !important;
}
.container-full.blue,
.call-out-box.blue,
.bottom-part.blue {
  background: #46b0e3;
  color: #ffffff;
}
.sidebar-box {
  padding: 20px 20px 30px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 1px 0px 0px #999999;
  -moz-box-shadow: 0px 1px 0px 0px #999999;
  box-shadow: 0px 1px 0px 0px #999999;
  margin: 0 20px 30px;
}
.sidebar-box .item {
  margin: 15px 0;
}
.sidebar-box.grey {
  color: #333333;
  background: #eeeeee;
}
.site-box {
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 1px 0px 0px #cccccc;
}
.site-box.grey {
  color: #333333;
  background: #fafafa;
  margin-bottom: 30px;
}
.site-box.grey h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
}
.site-box.grey h3 img {
  display: inline;
  margin-right: 10px;
}
.site-box.grey h4 {
  font-size: 18px;
  font-weight: 600;
}
.site-box.grey p {
  line-height: 28px;
  margin-bottom: 20px;
}
.site-box.grey.site-box-top.orange {
  border-top: 7px solid #fa770d;
}
.site-box.grey.site-box-top.blue {
  border-top: 7px solid #3995c2;
}
.site-box.grey.site-box-top.aqua {
  border-top: 7px solid #64d7de;
}
.site-box.grey.site-box-top.green {
  border-top: 7px solid #44ad15;
}
.site-box.grey.site-box-top.lt-grey {
  border-top: 10px solid #cccccc;
}
.site-box.other {
  padding: 20px;
  margin-top: 20px;
}
.site-box.other h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
}
.site-box.other ul {
  padding: 0 20px;
  margin: 0;
}
.site-box.other ul li {
  font-size: 16px;
  line-height: 25px;
  margin-top: 15px;
}
.site-box.other ul li:last-child {
  margin-bottom: 10px;
}
.content-sidebar {
  margin-top: 60px;
}
.content-sidebar .sidebar-box {
  margin: 0 0 30px;
  padding-bottom: 20px;
  border-top: 7px solid #cccccc;
}
.content-sidebar .sidebar-box h4 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 600;
}
.content-sidebar .sidebar-box p {
  font-size: 14px;
  line-height: 22px;
}
.content-sidebar .sidebar-box p img {
  margin-right: 5px;
}
.call-out-box {
  padding: 30px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.call-out-box .top-part {
  background: #fff;
  padding: 30px;
}
.call-out-box .bottom-part {
  padding: 30px;
}
.call-out-box .one-half,
.call-out-box h4 {
  padding: 0;
  margin: 0;
}
.marTop20 {
  margin-top: 20px;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.rounded-corners-bottom {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rounded-corners-top {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.remove-margin {
  margin: 0;
}
.bottom-part.dark-grey {
  background: #333;
}
/* Quote Row */
.quote-row {
  padding: 30px 20px 10px;
}
.quote-row h4 {
  font-size: 28px;
  color: #555555;
  font-style: italic;
  text-align: center;
  font-weight: 300;
}
.quote-row h4 i {
  width: 40px;
  height: 32px;
  margin: -5px 15px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.quote-row span {
  font-size: 14px;
  zoom: 1;
  font-style: normal;
  color: #999999;
  padding-top: 20px;
  display: block;
}
.quote-row span:before,
.quote-row span:after {
  content: " ";
  display: table;
}
.quote-row span:after {
  clear: both;
}
.quote-row span:before,
.quote-row span:after {
  content: " ";
  display: table;
}
.quote-row span:after {
  clear: both;
}
.quote-row-grey {
  padding: 10px 20px 20px;
  background: #f6f6f6;
}
.quote-row-grey h4 i {
  margin-right: 10px;
}
.quote-row-grey span {
  color: #666;
}
.quote-tall h4 {
  line-height: 48px;
}
.quote-tall h4 i {
  margin-top: -30px;
}
.inline-quote {
  border-top: 1px solid #fa770d;
  border-bottom: 1px solid #fa770d;
  font-size: 22px;
  color: #555555;
  font-style: italic;
  font-weight: 300;
  padding: 30px 0;
  margin-bottom: 20px;
}
.inline-quote img {
  margin: -5px 5px 0 0;
}
/* Colored Content BGs */
.dark-gray-row {
  background: #333333;
  margin: 0;
}
.dark-gray-row h2,
.dark-gray-row h3 {
  color: #fff;
  margin-bottom: 40px;
}
.lt-blue-row {
  background: #e1eff6;
}
.lt-gray-row {
  background: #eeeeee;
}
/* Action Bar */
.action-bar-base {
  background: #3995c2;
  color: #fff;
  height: 300px;
  text-align: center;
}
.action-bar-base h3 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 20px;
}
/* Video Bar */
.video-bar {
  padding: 40px 0;
  text-align: center;
}
.video-bar img {
  margin-left: 10px;
}
.video-bar h3 {
  margin: 0;
  font-size: 28px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-cta {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  height: 261px;
  margin: 50px 0;
}
.video-cta h3 {
  font-size: 40px;
  text-align: center;
  margin: 60px 40px 30px;
}
.video-cta .video-copy {
  height: 261px;
}
/* General Styles */
.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
.pad-bottom {
  padding-bottom: 40px;
}
.pad-top {
  padding-top: 20px;
}
.pad-sides-20 {
  padding-left: 30px;
  padding-right: 30px;
}
.standard-heading h3 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin: 40px 20px 20px;
}
.standard-heading h4 {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  margin: 0 20px 40px;
}
.gradient-header-blue {
  background-image: -webkit-linear-gradient(top, #e7f2f8 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #e7f2f8 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7f2f8', endColorstr='#ffffffff', GradientType=0);
  margin: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.footnote {
  font-size: 14px;
}
.rounded15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#get-started-action-bar {
  padding: 70px 0;
}
#get-started-action-bar h3 {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 600;
  text-shadow: 0px 1px 0px #666666;
}
#get-started-action-bar h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 15px 30px;
}
#get-started-action-bar .btn-clear {
  margin-left: 20px;
}
/* BreadCrumb */
#breadcrumb-link {
  margin: 30px 0 10px;
}
#breadcrumb-link a {
  border: 1px solid #eeeeee;
  padding: 8px 10px 8px 10px;
  font-size: 12px;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}
#breadcrumb-link a:hover {
  background: #fafafa;
}
#breadcrumb-link span {
  color: #999999;
  margin-right: 2px;
  background: url(../../images/breadcrumb-arrow.png) no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
}
/* Toggle Switch */
.toggle_switch {
  height: auto;
  border: 1px solid #eeeeee;
  padding: 5px;
  margin: 40px 0 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0px 1px 0px 0px #999999;
  box-shadow: inset 0px 1px 0px 0px #999999;
  background: #fff;
  cursor: pointer;
}
.toggle_switch > a {
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 32.7%;
  color: #333333;
}
.toggle_switch > a span.hidden-xs {
  display: inline-block !important;
}
.active_toggle {
  background: #fa770d !important;
  color: #fff !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Push-Down Banner */
#top-banner-push-down {
  background: #28b2ad;
  border-bottom: 0px ;
  padding: 12px 0 5px;
  margin-top: -10px;
  text-align: center;
  color: #fff;
  display: none;
}
#top-banner-push-down h4 {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
  line-height: 32px;
  font-weight: 600;
  font-size: 16px;
}
#top-banner-push-down a,
#top-banner-push-down a:hover,
#top-banner-push-down a:active {
  text-decoration: none;
}
#top-banner-push-down p {
  display: inline-block;
  color: #fff;
  margin: 0 10px 0 0;
  line-height: 32px;
  font-size: 14px;
}
#top-banner-push-down p.btn {
  display: inline-block;
  margin: -5px 0 0;
  padding: 3px 7px;
  font-size: 11px;
  line-height: 16px;
  background: #eeeeee;
  color: #333;
  -moz-box-shadow: 0px 2px 0px #b3b3b3;
  -webkit-box-shadow: 0px 2px 0px #b3b3b3;
  box-shadow: 0px 2px 0px #b3b3b3;
  text-shadow: 0px 1px 0px #ffffff;
  text-decoration: none;
}
#top-banner-push-down p.btn:hover {
  background: #dedede;
  text-decoration: none;
}
#top-banner-push-down p.btn:active:active {
  background: #dedede;
  position: relative;
  -webkit-box-shadow: 0px 1px 0px #aaaaaa;
  -moz-box-shadow: 0px 1px 0px #aaaaaa;
  box-shadow: 0px 1px 0px #aaaaaa;
  top: 1px;
  text-decoration: none;
}
#top-banner-push-down a#close-banner-icon {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 5px 10px;
  margin-right: 5px;
  font-weight: 700;
  cursor: pointer;
}
#top-banner-push-down a#close-banner-icon:hover {
  text-decoration: none;
}
/* Push-Up Banner */
#banner-push-up {
  background: url('../../images/pup-base-bg.png') repeat-x top #28b2ad;
  border-bottom: 0px ;
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  max-height: 150px;
  color: white;
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 0;
}
#banner-push-up .container {
  cursor: pointer;
  padding: 40px 0 50px;
}
#banner-push-up .container h3 {
  color: #fff;
  margin: 0 0 5px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}
@media (min-width: 767px) and (max-width: 1200px) {
  #banner-push-up .container h3 {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  #banner-push-up .container h3 {
    font-size: 22px;
  }
}
#banner-push-up .container p {
  display: inline-block;
  color: #fff;
  margin: 0 10px 0 0;
  line-height: 32px;
  font-size: 16px;
}
@media (min-width: 767px) and (max-width: 1200px) {
  #banner-push-up .container p {
    font-size: 13px;
  }
}
#banner-push-up .container a.btn {
  margin-top: -50px;
  margin-left: 30px;
}
#banner-push-up a#close-banner-icon {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 5px 10px;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 700;
  cursor: pointer;
  z-index: 3000;
}
#banner-push-up a#close-banner-icon:hover {
  text-decoration: none;
}
.anchor-link {
  display: block;
  height: 55px;
  /*same height as header*/
  margin-top: -55px;
  /*same height as header*/
  visibility: hidden;
}
/* Pluse Effect */
@-webkit-keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.04);
  }
  50% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.04);
  }
  80% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.04);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.04);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: 'pulse_animation';
  -webkit-animation-duration: 5000ms;
  -webkit-transform-origin: 70% 70%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: 'pulse_animation';
  animation-duration: 5000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.section-navigation-bar {
  background: #eeeeee;
  height: 50px;
  line-height: 50px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.section-navigation-bar a.view-all-link {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  text-shadow: 0px 1px 0px #ffffff;
}
.section-navigation-bar a.view-all-link img {
  margin-right: 10px;
}
.section-navigation-bar .pagination {
  border-left: 1px solid #ccc;
  border-right: 1px solid #fff;
}
.section-navigation-bar .pagination .pagination-link {
  padding: 0 20px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #fff;
}
.section-navigation-bar .pagination .pagination-link:hover {
  background: #ddd;
  transition: all 0.35s ease-in-out;
  border-right: 1px solid #bababa;
}
.section-navigation-bar .icon-nav-list,
.section-navigation-bar .nav-list {
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /* Active Tab - Orange Icons */
  /* Support for Retina Sprite */
}
.section-navigation-bar .icon-nav-list li,
.section-navigation-bar .nav-list li {
  display: inline-block;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #fafafa;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.section-navigation-bar .icon-nav-list li a,
.section-navigation-bar .nav-list li a {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-shadow: 0px 1px 0px #ffffff;
  padding: 30px 20px 30px 55px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
}
.section-navigation-bar .icon-nav-list li a:hover,
.section-navigation-bar .nav-list li a:hover {
  text-decoration: none;
  background: #ddd;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.section-navigation-bar .icon-nav-list li .icon-nav-item,
.section-navigation-bar .nav-list li .icon-nav-item {
  background-image: url(../../images/product-explorer-icons-sprite.png);
  background-repeat: no-repeat;
  background-size: 32px;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 15px 10px 0 0;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 2px;
  cursor: pointer;
}
.section-navigation-bar .icon-nav-list #live-log-view-tab .icon-nav-item,
.section-navigation-bar .nav-list #live-log-view-tab .icon-nav-item {
  background-position: 0 0;
}
.section-navigation-bar .icon-nav-list #dashboards-tab .icon-nav-item,
.section-navigation-bar .nav-list #dashboards-tab .icon-nav-item {
  background-position: 0px -16px;
}
.section-navigation-bar .icon-nav-list #search-tab .icon-nav-item,
.section-navigation-bar .nav-list #search-tab .icon-nav-item {
  background-position: 0px -32px;
}
.section-navigation-bar .icon-nav-list #real-time-alerts-tab .icon-nav-item,
.section-navigation-bar .nav-list #real-time-alerts-tab .icon-nav-item {
  background-position: 0px -48px;
}
.section-navigation-bar .icon-nav-list #live-log-view-tab.active .icon-nav-item,
.section-navigation-bar .nav-list #live-log-view-tab.active .icon-nav-item {
  background-position: -16px 0;
}
.section-navigation-bar .icon-nav-list #dashboards-tab.active .icon-nav-item,
.section-navigation-bar .nav-list #dashboards-tab.active .icon-nav-item {
  background-position: -16px -16px;
}
.section-navigation-bar .icon-nav-list #search-tab.active .icon-nav-item,
.section-navigation-bar .nav-list #search-tab.active .icon-nav-item {
  background-position: -16px -32px;
}
.section-navigation-bar .icon-nav-list #real-time-alerts-tab.active .icon-nav-item,
.section-navigation-bar .nav-list #real-time-alerts-tab.active .icon-nav-item {
  background-position: -16px -48px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5) {
  .section-navigation-bar .icon-nav-list #live-log-view-tab .icon-nav-item,
  .section-navigation-bar .nav-list #live-log-view-tab .icon-nav-item,
  .section-navigation-bar .icon-nav-list #dashboards-tab .icon-nav-item,
  .section-navigation-bar .nav-list #dashboards-tab .icon-nav-item,
  .section-navigation-bar .icon-nav-list #search-tab .icon-nav-item,
  .section-navigation-bar .nav-list #search-tab .icon-nav-item,
  .section-navigation-bar .icon-nav-list #real-time-alerts-tab .icon-nav-item,
  .section-navigation-bar .nav-list #real-time-alerts-tab .icon-nav-item,
  .section-navigation-bar .icon-nav-list #live-log-view-tab.active .icon-nav-item,
  .section-navigation-bar .nav-list #live-log-view-tab.active .icon-nav-item,
  .section-navigation-bar .icon-nav-list #dashboards-tab.active .icon-nav-item,
  .section-navigation-bar .nav-list #dashboards-tab.active .icon-nav-item,
  .section-navigation-bar .icon-nav-list #search-tab.active .icon-nav-item,
  .section-navigation-bar .nav-list #search-tab.active .icon-nav-item,
  .section-navigation-bar .icon-nav-list #real-time-alerts-tab.active .icon-nav-item,
  .section-navigation-bar .nav-list #real-time-alerts-tab.active .icon-nav-item {
    /* Reference the @2x Sprite */
    background-image: url(../../images/product-explorer-icons-sprite@2x.png);
  }
}
.section-navigation-bar .icon-nav-list li:nth-child(1),
.section-navigation-bar .nav-list li:nth-child(1) {
  border-left: 1px solid #cccccc;
}
.section-navigation-bar .icon-nav-list li.active,
.section-navigation-bar .nav-list li.active {
  background-color: #ddd;
  cursor: pointer;
  text-decoration: none;
}
.section-navigation-bar .nav-list a {
  padding: 30px 20px 30px !important;
}
.section-navigation-bar #menu-select-nav-bar .selectboxit {
  width: 100%;
  min-width: 290px;
  margin-top: 10px;
}
#get-started-panel {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  z-index: 500;
  padding: 60px 0;
}
#get-started-panel h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
#get-started-panel h3 a,
#get-started-panel h3 a:hover {
  color: #333333;
  text-decoration: none;
}
#get-started-panel h4 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 20px 0 40px;
}
#get-started-panel .get-started-box {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 50px;
  position: relative;
  /* Support for Retina Sprite */
}
#get-started-panel .get-started-box h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
#get-started-panel .get-started-box h5 a,
#get-started-panel .get-started-box h5 a:hover {
  color: #333333;
  text-decoration: none;
}
#get-started-panel .get-started-box p {
  font-size: 16px;
  line-height: 25px;
}
#get-started-panel .get-started-box .started-icon {
  background-image: url('../../images/get-started-now-icon-sprite.png');
  background-repeat: no-repeat;
  background-size: 75px;
  text-align: center;
  margin: 0 auto;
  height: 75px;
  width: 75px;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5) {
  #get-started-panel .get-started-box .started-icon {
    background-image: url('../../images/get-started-now-icon-sprite@2x.png');
    background-size: 75px;
  }
}
#get-started-panel .get-started-box .started-icon.get-started {
  background-position: 0 0;
}
#get-started-panel .get-started-box .started-icon.send-logs {
  background-position: 0 -75px;
}
#get-started-panel .get-started-box .started-icon.see-data {
  background-position: 0 -150px;
}
#get-started-panel .get-started-box .arrow-icon {
  background-image: url('../../images/get-started-arrow.png');
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 120px -20px 0 0;
  height: 30px;
  width: 30px;
  z-index: 500;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-navigation-bar .nav-list li a {
    padding: 30px 20px 30px !important;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .section-navigation-bar .nav-list li a {
    padding: 30px 10px 30px !important;
    font-size: 13px;
  }
}
#sticker.stick {
  position: fixed;
  top: 56px;
  height: 60px;
  z-index: 1001;
  width: 100%;
}
#sticker.stick-alt {
  position: fixed;
  top: 56px;
  height: 50px;
  z-index: 1001;
  width: 100%;
}
body.admin-bar #sticker.stick,
body.admin-bar #sticker.stick-alt {
  top: 87px;
}
#wpadminbar {
  background: #000000;
}
#scroll-title {
  text-align: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: -1;
  font-size: 22px;
  color: #666;
  font-weight: 600;
}
#related-content {
  margin: 20px 0;
  padding: 0;
}
.ui-tooltip {
  background: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  border: none;
  color: #fff;
  padding: 10px 12px;
  line-height: 18px;
}
/* code for animated blinking cursor */
.typed-cursor {
  opacity: 1;
  font-weight: 100;
  color: #666;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.learn-more-link a {
  font-size: 16px;
  font-weight: 600;
}
.learn-more-link a img {
  display: inline-block;
  margin: 0 0 0 7px;
}
.learn-more-link a:hover {
  text-decoration: none;
}
#platform-partners-main #platform-partners-hero {
  text-align: center;
  padding: 50px 0;
  background: url('../../images/platform-partners/platform-partners-background.png') 50px center repeat-x #fa770d;
}
#platform-partners-main #platform-partners-hero h1 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0 0;
}
#platform-partners-main #platform-partners-hero h1 img {
  margin: -10px 15px 0 0;
}
#platform-partners-main #platform-partners-hero h2 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
}
#platform-partners-main #platform-partners {
  padding: 60px 15px;
}
#platform-partners-main #platform-partners .platform-partner {
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid #eeeeee;
  border-left: none;
  border-top: none;
  /* Support for Retina Sprite */
}
#platform-partners-main #platform-partners .platform-partner .partner-logo {
  background-image: url(../../images/platform-partners/platform-partners-sprite.png);
  background-repeat: no-repeat;
  background-size: 125px;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#platform-partners-main #platform-partners .platform-partner .aws-partner-logo {
  background-position: 0 0;
}
#platform-partners-main #platform-partners .platform-partner .azure-partner-logo {
  background-position: 0px -125px;
}
#platform-partners-main #platform-partners .platform-partner .docker-partner-logo {
  background-position: 0px -250px;
}
#platform-partners-main #platform-partners .platform-partner .heroku-partner-logo {
  background-position: 0px -375px;
}
#platform-partners-main #platform-partners .platform-partner .google-cloud-partner-logo {
  background-position: 0px -500px;
}
#platform-partners-main #platform-partners .platform-partner .coreos-partner-logo {
  background-position: 0px -625px;
}
#platform-partners-main #platform-partners .platform-partner .office-365-partner-logo {
  background-position: 0px -750px;
}
#platform-partners-main #platform-partners .platform-partner .linux-partner-logo {
  background-position: 0px -875px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5) {
  #platform-partners-main #platform-partners .platform-partner .partner-logo {
    /* Reference the @2x Sprite */
    background-image: url(../../images/platform-partners/platform-partners-sprite@2x.png);
  }
}
#platform-partners-main #platform-partners .platform-partner h3 {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}
#platform-partners-main #platform-partners .platform-partner h3 a {
  color: #333333;
}
#platform-partners-main #platform-partners .platform-partner h3 span {
  font-size: 12px;
  color: #666;
}
#platform-partners-main #platform-partners .platform-partner:nth-child(4),
#platform-partners-main #platform-partners .platform-partner:nth-child(8),
#platform-partners-main #platform-partners .platform-partner:nth-last-child(1) {
  border-right: none;
}
#platform-partners-main #platform-partners .platform-partner:nth-last-child(-n+4) {
  border-bottom: none;
}
#platform-partners-main #plugins-cta-row {
  box-shadow: inset 0px 15px 10px -10px rgba(0, 0, 0, 0.1);
  padding: 50px 0;
  background-color: #eeeeee;
}
#platform-partners-main #plugins-cta-row .plugins-icon {
  display: block;
  float: left;
  margin: 5px 20px 0 40px;
}
#platform-partners-main #plugins-cta-row .plugins-content {
  float: left;
}
#platform-partners-main #plugins-cta-row .plugins-content h3 {
  margin: 0 0 5px;
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
}
#platform-partners-main #plugins-cta-row .plugins-content p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 992px) {
  #platform-partners-main #platform-partners .platform-partner h3 {
    font-size: 14px;
  }
  #platform-partners-main #plugins-cta-row .plugins-icon {
    float: none;
    text-align: center;
    margin: 5px 0 20px;
  }
  #platform-partners-main #plugins-cta-row .plugins-content {
    float: none;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #platform-partners-main #platform-partners {
    padding: 0px 15px;
  }
  #platform-partners-main #platform-partners .platform-partner {
    border-right: none;
  }
  #platform-partners-main #platform-partners .platform-partner:nth-last-child(-n+4) {
    border-bottom: 1px solid #eeeeee;
  }
  #platform-partners-main #platform-partners .platform-partner:last-child {
    border-bottom: none;
  }
  #platform-partners-main #plugins-cta-row {
    padding: 30px;
  }
  #platform-partners-main #plugins-cta-row .plugins-icon {
    float: none;
    text-align: center;
    margin: 5px 0 20px;
  }
  #platform-partners-main #plugins-cta-row .plugins-content {
    float: none;
    text-align: center;
  }
}
/* Quote Bar Styles */
.quote-bar {
  background: #eeeeee;
  padding: 0 0 30px;
}
.quote-bar .quote-item {
  margin: 10px 0;
}
.quote-bar .quote-item .quote-row h4 {
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
}
.quote-bar .quote-item .quote-row h4 i.quote-icon {
  width: 35px;
  height: 28px;
  margin: -10px 15px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.quote-bar .quote-item .quote-row span {
  color: #333333;
  line-height: 18px;
}
.quote-bar .quote-item .quote-row span a {
  color: #333333;
  text-decoration: underline;
}
.quote-bar .quote-item .case-study-logo img {
  margin-top: 60px;
}
/* Product Explorer Bar Include */
#product-explorer {
  padding: 80px 0 0;
  background: url('../../images/trees.jpg') repeat-x center bottom #fff;
  box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.4);
}
#product-explorer .header-row {
  margin-bottom: 50px;
  padding: 0 30px;
}
#product-explorer .header-row img {
  float: left;
  width: 83px;
  height: 60px;
  overflow: visible;
  margin: 30px 20px 0 0;
}
#product-explorer .header-row h3 {
  font-size: 40px;
  font-weight: 600;
}
#product-explorer .header-row h3 a,
#product-explorer .header-row h3 a:hover {
  color: #333333;
  text-decoration: none;
}
#product-explorer .header-row h4 {
  font-size: 22px;
  font-weight: 400;
}
#product-explorer .header-row .btn {
  float: right !important;
  margin: 30px 0 0 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #product-explorer .header-row h4 {
    font-size: 18px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #product-explorer .header-row .btn {
    display: block;
    margin: 40px 200px 0;
    float: left;
  }
}
@media (max-width: 767px) {
  #product-explorer {
    padding: 40px 20px 0;
  }
  #product-explorer .header-row {
    padding: 0;
    text-align: center;
  }
  #product-explorer .header-row img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
  #product-explorer .header-row .btn {
    display: block;
    margin: 0 auto;
    float: none !important;
    text-align: center;
  }
  #product-explorer .header-row h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  #product-explorer .header-row h4 {
    margin-bottom: 30px;
  }
}
#gdprAlert {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3a454b;
  padding: 16px 24px 16px 16px;
  z-index: 1000;
}
#gdprAlert p {
  padding-right: 22px;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}
#gdprAlert p a {
  color: #ffffff;
  text-decoration: underline;
}
#gdprAlert .close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 11px;
  text-align: center;
  width: 14px;
  height: 14px;
}
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font-size: 13px;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
/* Button */
.selectboxit-container .selectboxit {
  width: 200px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  position: relative;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}
/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 165px;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 5px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}
/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}
/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
}
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.selectboxit-list {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #000000;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #fff;
  background-color: #333333;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
.input-lg {
  border: 1px solid #eeeeee;
  -webkit-box-shadow: inset 0px 1px 0px 0px #999999;
  box-shadow: inset 0px 1px 0px 0px #999999;
  font-weight: 300;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#get-started-page-content {
  margin-top: 50px;
}
#get-started-page-content .heading h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 45px;
}
#get-started-page-content .heading h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 40px;
}
#get-started-page-content .heading-alt {
  margin-bottom: 10px;
}
#get-started-page-content .heading-alt h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 28px;
}
#get-started-page-content .sm-heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
}
#get-started-page-content .bottom-section {
  padding-left: 0;
  border-top: none;
}
#get-started-page-content .bottom-section .quickstart-column {
  padding: 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#get-started-page-content .bottom-section .quickstart-column h4 {
  margin: 20px 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}
#get-started-page-content .bottom-section .quickstart-column hr {
  border-color: #cccccc;
  margin: 40px 0;
}
#get-started-page-content .bottom-section .quickstart-column .terms-conditions {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  margin: 20px 0;
}
#get-started-page-content .bottom-section .quickstart-column .required-text {
  font-size: 12px;
  color: #999999;
}
#get-started-page-content .bottom-section .form-supportive-text h2 {
  line-height: 35px;
}
#get-started-page-content .bottom-section .form-supportive-text h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  margin: 40px 0 20px;
}
#get-started-page-content .bottom-section .form-supportive-text li {
  padding-bottom: 20px;
}
#get-started-page-content .bottom-section .form-supportive-text img.hero {
  margin: 20px 0 50px;
  width: 100%;
}
#get-started-page-content .bottom-section .form-supportive-text p {
  margin-top: 20px;
  line-height: 25px;
}
#get-started-page-content .bottom-section .form-supportive-text .video-box {
  margin: 40px 0;
}
#login-page-content {
  margin-top: 50px;
}
#login-page-content .bottom-section {
  padding: 40px 15px;
  margin-bottom: 50px;
}
#login-page-content .bottom-section .forgot-password {
  margin: 20px 0;
  display: block;
}
#login-page-content .bottom-section .noaccount {
  margin: 40px 0 0;
}
#login-page-content .bottom-section hr {
  border-color: #cccccc;
  margin: 40px 0;
}
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.js-video.widescreen {
  padding-bottom: 57.25%;
}
.js-video.vimeo {
  padding-top: 0;
}
.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
/* Sign Up Form Page Styles */
#form-page h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}
#form-page h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}
#form-page #form-content-column {
  margin: 30px 0 50px;
}
#form-page #form-content-column h3 {
  font-size: 28px;
  font-weight: 700;
}
#form-page #form-content-column hr {
  margin: 40px 0;
  color: #cccccc;
}
#form-page #form-content-column .intro-content h3 {
  font-size: 28px;
  font-weight: 700;
}
#form-page #form-content-column .intro-content p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}
#form-page #form-content-column ol.numbered-list {
  list-style-type: none;
  margin: 20px 0 50px 32px;
  padding: 0;
  counter-reset: li-counter;
}
#form-page #form-content-column ol.numbered-list > li {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0 0 0 10px;
  min-height: 3em;
  font-size: 18px;
  line-height: 25px;
}
#form-page #form-content-column ol.numbered-list > li strong {
  font-weight: 700;
}
#form-page #form-content-column ol.numbered-list > li:before {
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 32px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  background-color: #3995c2;
  content: counter(li-counter);
  counter-increment: li-counter;
}
#form-page #form-column,
#form-page #form-column-alt {
  margin-top: 50px;
  margin-bottom: 50px;
}
#form-page #form-column #SIGNUP_FORM,
#form-page #form-column-alt #SIGNUP_FORM {
  position: relative;
  z-index: 3;
  background: #eeeeee;
  padding: 15px 50px 40px;
  border-radius: 10px;
}
#form-page #form-column #SIGNUP_FORM input[type=text],
#form-page #form-column-alt #SIGNUP_FORM input[type=text],
#form-page #form-column #SIGNUP_FORM input[type=password],
#form-page #form-column-alt #SIGNUP_FORM input[type=password],
#form-page #form-column #SIGNUP_FORM input[type=email],
#form-page #form-column-alt #SIGNUP_FORM input[type=email],
#form-page #form-column #SIGNUP_FORM textarea,
#form-page #form-column-alt #SIGNUP_FORM textarea {
  border: 1px solid #ededed;
  margin-bottom: 20px;
}
#form-page #form-column #SIGNUP_FORM .required-text,
#form-page #form-column-alt #SIGNUP_FORM .required-text {
  font-size: 12px;
  color: #555555;
  margin: 5px 0 15px;
}
#form-page #form-column #SIGNUP_FORM .terms-conditions,
#form-page #form-column-alt #SIGNUP_FORM .terms-conditions {
  font-size: 12px;
  color: #555555;
  line-height: 22px;
  margin: 10px 0 20px 0;
}
#form-page #form-column #SIGNUP_FORM .terms-conditions a,
#form-page #form-column-alt #SIGNUP_FORM .terms-conditions a {
  color: #555555;
  text-decoration: underline;
}
#form-page #form-column #SIGNUP_FORM #quick-signup-button,
#form-page #form-column-alt #SIGNUP_FORM #quick-signup-button {
  display: block;
  width: 100%;
}
#form-page #form-column #SIGNUP_FORM hr,
#form-page #form-column-alt #SIGNUP_FORM hr {
  border-top: 1px solid #cccccc;
  margin: 30px 0;
}
#form-page #form-column #SIGNUP_FORM > p:last-child,
#form-page #form-column-alt #SIGNUP_FORM > p:last-child {
  font-size: 14px;
}
#form-page #form-column #SIGNUP_FORM > p:last-child a,
#form-page #form-column-alt #SIGNUP_FORM > p:last-child a {
  color: #555555;
  text-decoration: underline;
}
#form-page #form-column #SIGNUP_FORM footer#footer,
#form-page #form-column-alt #SIGNUP_FORM footer#footer,
#form-page #form-column #SIGNUP_FORM #wpadminbar,
#form-page #form-column-alt #SIGNUP_FORM #wpadminbar {
  display: none;
}
#form-page .form-hero {
  background: url('../../images/product-features-background-pattern.png') 50px center repeat #fa770d;
  min-height: 330px;
  color: #fff;
  padding: 50px 0 0;
}
@media (max-width: 768px) {
  #form-page .form-hero {
    padding: 30px 0 0;
  }
}
#form-page .form-hero h1 {
  text-align: center;
  margin-top: 0;
}
#form-page .form-hero h2 {
  text-align: center;
}
#form-page #form-column-alt #SIGNUP_FORM {
  margin: -190px 50px 50px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #form-page #form-column-alt #SIGNUP_FORM {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #form-page #form-column-alt #SIGNUP_FORM {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  #form-page #form-column-alt #SIGNUP_FORM {
    margin: -190px 0 0;
    float: none!important;
    z-index: 3;
    padding: 20px 20px 50px;
  }
}
@media (max-width: 768px) {
  #form-page h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
  }
  #form-page h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }
  #form-page #form-column {
    margin-top: 10px;
    margin-bottom: 10px;
    float: none!important;
  }
  #form-page #form-column #SIGNUP_FORM {
    z-index: 3;
    padding: 20px 20px 50px;
  }
}
/* Sign Up Form Page Styles */
#form-content-page .form-hero {
  background: url('../../images/product-features-background-pattern.png') 50px center repeat #fa770d;
  min-height: 315px;
  color: #fff;
  padding: 50px 0 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #form-content-page .form-hero {
    min-height: 215px;
    padding: 30px 0 0;
  }
}
@media (max-width: 768px) {
  #form-content-page .form-hero {
    padding: 30px 0 0;
  }
}
#form-content-page .form-hero h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  margin-top: 5px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  #form-content-page .form-hero h1 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
#form-content-page .form-hero h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 992px) {
  #form-content-page .form-hero h2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #form-content-page .form-hero h2 {
    margin-bottom: 20px;
  }
}
#form-content-page .form-hero .hero-img {
  margin-top: 11px;
}
@media (min-width: 768px) and (max-width: 992px) {
  #form-content-page .form-hero .hero-img {
    margin-top: 30px;
  }
}
#form-content-page .section-navigation-bar {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px -2px 4px 0px rgba(0, 0, 0, 0.2);
}
#form-content-page .section-navigation-bar span.btn {
  margin: -5px 0 0 10px;
}
#form-content-page .content-section {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  #form-content-page .content-section {
    padding: 40px 0;
  }
}
#form-content-page .post-types .post-single {
  text-align: center;
}
#form-content-page .post-types .post-single h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 30px;
}
#form-content-page .post-types .post-single h4 a {
  text-decoration: none;
  color: #333333;
}
#form-content-page .post-types .post-single p {
  line-height: 25px;
}
#form-content-page .post-types .post-single p a {
  color: #333333;
}
#form-content-page .post-types .post-single .btn {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #form-content-page .full-width-post {
    text-align: center;
  }
  #form-content-page .full-width-post img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
#form-content-page .full-width-post .section h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
#form-content-page .full-width-post .section h4 a {
  color: #333333;
  text-decoration: none;
}
#form-content-page .full-width-post .section p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
#form-content-page #overview-section {
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 768px) {
  #form-content-page #overview-section {
    padding: 50px 0;
  }
}
#form-content-page #overview-section img {
  max-width: 75px;
  max-height: 75px;
}
#form-content-page #overview-section h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
#form-content-page #overview-section p {
  font-size: 16px;
  line-height: 25px;
}
#form-content-page #popular-features {
  margin-top: -150px;
  padding-top: 150px;
  border-bottom: none;
}
#form-content-page #popular-features .section:nth-child(2) {
  margin-bottom: 60px !important;
}
@media (max-width: 1200px) {
  #form-content-page #popular-features .section:nth-child(2) {
    margin-bottom: 40px !important;
  }
}
#form-content-page #popular-features .heading h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin: 60px 0;
}
@media (max-width: 768px) {
  #form-content-page #popular-features .heading h3 {
    font-size: 28px;
  }
}
#form-content-page #popular-features .heading h3 a {
  color: #333333;
  text-decoration: none;
}
#form-content-page #popular-features .sub-text {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  margin-top: -30px;
}
#form-content-page #popular-features .button-link a {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
#form-content-page #popular-features h4 {
  font-size: 22px;
  font-weight: 600;
}
#form-content-page #popular-features p {
  font-size: 14px;
  line-height: 25px;
}
#form-content-page #popular-features img {
  margin-top: 20px;
}
#form-content-page #start-now {
  background: #f5f5f5;
  margin-top: -200px;
  padding-top: 200px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #form-content-page #start-now {
    margin-top: -175px;
    padding-top: 175px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #form-content-page #start-now {
    margin-top: -160px;
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  #form-content-page #start-now {
    margin-top: -125px;
    padding-top: 100px;
  }
}
#form-content-page #start-now .heading h3 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  #form-content-page #start-now .heading h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
#form-content-page #start-now .required-text {
  font-size: 12px;
  margin: 20px 5px -10px;
  color: #999999;
}
#form-content-page #start-now #error_messages {
  margin: 20px 0 -20px;
}
@media (max-width: 768px) {
  #form-content-page #start-now #error_messages {
    margin: 20px 15px -20px;
  }
}
#form-content-page #start-now #error_messages li {
  color: #F00;
  list-style: none;
  margin-bottom: 10px;
}
#form-content-page #start-now #SIGNUP_FORM {
  margin: 0 -15px;
  position: relative;
  z-index: 3;
  padding: 15px 0 40px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #form-content-page #start-now #SIGNUP_FORM {
    margin: 0 15px;
  }
}
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input[type=text],
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input[type=password],
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input[type=email],
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form textarea {
  border: 1px solid #ededed;
  margin: 0 15px 20px;
  padding: 5px 10px;
  font-size: 14px;
  width: 46% !important;
  float: left !important;
  height: 40px;
}
@media (max-width: 768px) {
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input[type=text],
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input[type=password],
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input[type=email],
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form textarea {
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input[type=text],
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input[type=password],
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input[type=email],
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form textarea {
    width: 100% !important;
  }
}
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input#id_first_name,
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input#id_last_name {
  width: 164px !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input#id_first_name,
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input#id_last_name {
    width: 171px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input#id_first_name,
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input#id_last_name {
    width: 157px !important;
  }
}
@media (max-width: 768px) {
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input#id_first_name,
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form input#id_last_name {
    width: 100% !important;
  }
}
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form .required-text {
  font-size: 12px;
  color: #555555;
  margin: 5px 0 20px;
}
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form .terms-conditions {
  font-size: 12px;
  color: #555555;
  line-height: 22px;
  margin: 10px 0 20px 0;
}
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form .terms-conditions a {
  color: #555555;
  text-decoration: underline;
}
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form .form-group {
  margin-bottom: 0;
}
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form .form-group label {
  margin: 0 15px 10px;
  font-size: 12px;
  width: 100%;
}
@media (max-width: 768px) {
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form .form-group label {
    margin: 0 0 10px;
  }
}
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form select#id_num_instances_estimate {
  margin: 0 15px 10px;
  width: 46% !important;
  height: 40px;
  font-size: 14px;
}
@media (max-width: 768px) {
  #form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form select#id_num_instances_estimate {
    margin: 0 0 10px;
    width: 100% !important;
  }
}
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form .terms-conditions {
  text-align: center;
  color: #999999;
}
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form #quick-signup-button {
  display: block;
  width: auto;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form hr {
  display: none;
}
#form-content-page #start-now #SIGNUP_FORM #quickstart-signup-form p:last-child {
  display: none;
}
#form-content-page #start-now #SIGNUP_FORM footer#footer,
#form-content-page #start-now #SIGNUP_FORM #wpadminbar {
  display: none;
}
/* Sign Up Form Page Styles - Alt Version */
#form-content-page-alt .form-hero {
  background: url('../../images/hp-hero-bg-16.jpg') repeat-x center top;
  position: relative;
  height: 380px;
  color: #fff;
  overflow: hidden;
  z-index: 100;
  text-align: center;
}
#form-content-page-alt .form-hero .main-hero {
  position: relative;
  font-weight: 600;
  padding-top: 40px;
}
#form-content-page-alt .form-hero .main-hero h1 {
  padding: 10px 0 0;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-style: italic;
  text-shadow: 0px 1px 0px #000000;
}
@media (min-width: 768px) and (max-width: 992px) {
  #form-content-page-alt .form-hero .main-hero h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #form-content-page-alt .form-hero .main-hero h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
#form-content-page-alt .form-hero .main-hero h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: 0px 1px 0px #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #form-content-page-alt .form-hero .main-hero h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
#form-content-page-alt .content-section {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  #form-content-page-alt .content-section {
    padding: 40px 0;
  }
}
#form-content-page-alt #overview-section {
  background: url('../../images/divided-sections-bg.png') center repeat-y;
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  #form-content-page-alt #overview-section {
    background: none;
    padding-bottom: 0;
  }
}
#form-content-page-alt #overview-section .section {
  clear: both;
}
@media (max-width: 768px) {
  #form-content-page-alt #overview-section .section .content-icon {
    margin: 0 auto;
    width: 75px;
  }
}
#form-content-page-alt #overview-section .section .content-icon img {
  max-width: 75px;
  max-height: 75px;
}
#form-content-page-alt #overview-section .section .content-text {
  float: left !important;
  text-align: left;
  width: 340px;
  margin: 0 0 80px 40px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #form-content-page-alt #overview-section .section .content-text {
    width: 275px;
    margin: 0 0 80px 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #form-content-page-alt #overview-section .section .content-text {
    width: 230px;
    margin: 0 0 50px 20px;
  }
}
@media (max-width: 768px) {
  #form-content-page-alt #overview-section .section .content-text {
    width: 100%;
    margin: 20px 0 40px 0;
    text-align: center;
  }
}
#form-content-page-alt #overview-section .section .content-text h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 0;
}
#form-content-page-alt #overview-section .section .content-text p {
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 768px) {
  #form-content-page-alt #overview-section #start-now {
    clear: both;
    background: #eeeeee;
    margin: 40px -15px 0;
    padding: 40px 0 20px;
  }
}
#form-content-page-alt #overview-section #start-now h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #form-content-page-alt #overview-section #start-now h3 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  #form-content-page-alt #overview-section #start-now h3 {
    font-size: 28px;
  }
}
#form-content-page-alt #overview-section #start-now h4 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 992px) {
  #form-content-page-alt #overview-section #start-now h4 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #form-content-page-alt #overview-section #start-now h4 {
    font-size: 12px;
  }
}
#form-content-page-alt #overview-section #start-now #error_messages {
  margin: 0 20px 20px;
}
@media (max-width: 768px) {
  #form-content-page-alt #overview-section #start-now #error_messages {
    margin: 0 0 20px;
  }
}
#form-content-page-alt #overview-section #start-now #error_messages li {
  color: #F00;
  list-style: none;
  margin-bottom: 10px;
}
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM {
  margin: 0 -15px 60px;
  position: relative;
  z-index: 3;
  padding: 15px 0 40px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #form-content-page-alt #overview-section #start-now #SIGNUP_FORM {
    margin: 0 15px;
  }
}
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form input[type=text],
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form input[type=password],
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form input[type=email],
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form textarea {
  border: 1px solid #ededed;
  margin: 0 15px 20px;
  width: 92% !important;
  padding: 5px 10px;
  font-size: 14px;
  float: left !important;
  height: 40px;
}
@media (max-width: 768px) {
  #form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form input[type=text],
  #form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form input[type=password],
  #form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form input[type=email],
  #form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form textarea {
    margin: 0 0 20px;
    width: 100% !important;
  }
}
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form input#id_last_name,
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form input#id_organization,
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form input#id_telephone,
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form .form-group:last-child {
  display: none;
}
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form .terms-conditions {
  font-size: 12px;
  line-height: 22px;
  color: #555555;
  margin: 10px 20px 20px;
}
@media (max-width: 768px) {
  #form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form .terms-conditions {
    font-size: 10px;
    line-height: 18px;
  }
}
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form .terms-conditions a {
  color: #555555;
  text-decoration: underline;
}
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form .form-group {
  margin-bottom: 0;
}
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form .form-group label {
  margin: 0 15px 10px;
  font-size: 12px;
  width: 100%;
}
@media (max-width: 768px) {
  #form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form .form-group label {
    margin: 0 0 10px;
  }
}
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form select#id_num_instances_estimate {
  margin: 0 15px 10px;
  width: 46% !important;
  height: 40px;
  font-size: 14px;
}
@media (max-width: 768px) {
  #form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form select#id_num_instances_estimate {
    margin: 0 0 10px;
    width: 100% !important;
  }
}
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form .terms-conditions {
  text-align: center;
  color: #999999;
}
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form #quick-signup-button {
  display: block;
  width: auto;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form hr {
  display: none;
}
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #quickstart-signup-form p:last-child {
  display: none;
}
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM footer#footer,
#form-content-page-alt #overview-section #start-now #SIGNUP_FORM #wpadminbar {
  display: none;
}
#form-content-page-alt #popular-features {
  border-top: 1px solid #eeeeee;
  border-bottom: 140px solid #fafafa;
  margin-top: 40px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  #form-content-page-alt #popular-features {
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #form-content-page-alt #popular-features {
    padding-bottom: 60px;
  }
}
#form-content-page-alt #popular-features .heading h3 {
  font-size: 40px;
  margin: 40px 0 60px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  #form-content-page-alt #popular-features .heading h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #form-content-page-alt #popular-features .heading h3 {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #form-content-page-alt #popular-features .heading h3 {
    margin-top: 0;
  }
}
#form-content-page-alt #popular-features .heading h3 a {
  color: #333333;
  text-decoration: none;
}
#form-content-page-alt #popular-features .sub-text {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  margin-top: -30px;
}
#form-content-page-alt #popular-features .button-link a {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
#form-content-page-alt #popular-features h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 992px) {
  #form-content-page-alt #popular-features h4 {
    margin-top: 0;
  }
}
#form-content-page-alt #popular-features p {
  font-size: 14px;
  line-height: 25px;
}
@media (max-width: 768px) {
  #form-content-page-alt #popular-features p {
    margin-bottom: 40px;
  }
}
#form-content-page-alt #popular-features img {
  margin-bottom: -120px;
}
@media (max-width: 768px) {
  #form-content-page-alt #popular-features img {
    margin: 30px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #form-content-page-alt #popular-features img {
    margin-top: 40px;
  }
}
#form-content-page-alt #pricing-page-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Shadowbox - Lightbox Support */
#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
  color: #fff;
}
#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
  visibility: hidden;
  display: none;
}
#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}
#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}
#sb-wrapper-inner {
  position: relative;
  overflow: hidden;
  height: 100px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#sb-body {
  position: relative;
  height: 100%;
}
#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}
#sb-player.html {
  height: 100%;
  overflow: auto;
}
#sb-body img {
  border: none;
}
#sb-loading {
  position: relative;
  height: 100%;
}
#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}
#sb-loading-inner span {
  background: url(../../images/loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}
#sb-body,
#sb-loading {
  background-color: #060606;
}
#sb-title,
#sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#sb-title,
#sb-title-inner {
  height: 26px;
  line-height: 26px;
}
#sb-title-inner {
  font-size: 16px;
}
#sb-info,
#sb-info-inner {
  height: 20px;
  line-height: 20px;
}
#sb-info-inner {
  font-size: 12px;
}
div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.sb-message a:link,
div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}
#sb-nav-close {
  background-image: url(../../images/close.png);
}
#sb-nav-next {
  background-image: url(../../images/next-image.png);
  background-size: 12px 12px;
  margin-top: 2px;
}
#sb-nav-previous {
  background-image: url(../../images/prev-image.png);
  background-size: 12px 12px;
  margin-top: 2px;
}
#sb-counter {
  display: none;
}
.video-box .get-started-cta {
  height: 85px;
  text-align: center;
  font-size: 14px;
  padding: 0 0 10px;
  background-image: -webkit-linear-gradient(top, #197dae 0%, #61b2da 100%);
  background-image: linear-gradient(to bottom, #197dae 0%, #61b2da 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff197dae', endColorstr='#ff61b2da', GradientType=0);
  color: #fff;
  vertical-align: bottom;
}
.video-box .get-started-cta h3 {
  font-size: 18px;
  font-weight: 600;
}
.video-box .get-started-cta h3 .btn {
  margin-left: 10px;
}
#sb-player {
  background: #fff;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes wobble {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
}
@-moz-keyframes wobble {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
}
@-o-keyframes wobble {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
}
@keyframes wobble {
  0%,
  100% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
}
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
}
@-moz-keyframes pulse {
  0%,
  100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
}
@-o-keyframes pulse {
  0%,
  100% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible!important;
  -o-animation-name: flip;
  backface-visibility: visible!important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -o-animation-name: flipInX;
  backface-visibility: visible!important;
  animation-name: flipInX;
}
.animated.flipInX,
.animated.flipOutX {
  -webkit-backface-visibility: visible!important;
  -moz-backface-visibility: visible!important;
  -o-backface-visibility: visible !important;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
.animated.flipInY {
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  backface-visibility: visible!important;
  animation-name: flipInY;
}
.animated.flipInY,
.animated.flipOutY {
  -webkit-backface-visibility: visible!important;
  -moz-backface-visibility: visible!important;
  -o-backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animated.flipOutY {
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  backface-visibility: visible!important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0) rotate(0);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0) rotate(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
}
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: 0.25s;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
#home-page-hero {
  background: url('../../images/hero-bg-desk.jpg') repeat-x center top;
  position: relative;
  height: 529px;
  color: #fff;
  overflow: hidden;
}
#home-page-hero .main-hero {
  position: relative;
  font-weight: 600;
  padding-top: 80px;
}
#home-page-hero .main-hero .hero-img {
  position: relative;
  z-index: 100;
  margin-top: -45px;
  overflow: none;
}
#home-page-hero .main-hero .hero-img img {
  width: 196px;
  float: right;
}
#home-page-hero .main-hero #hero-text {
  max-height: 200px;
}
#home-page-hero .main-hero h1 {
  padding: 10px 0 0;
  margin: 0 0 40px;
  font-weight: 600;
  font-size: 60px;
  line-height: 50px;
  text-shadow: 0px 1px 0px #666666;
}
#home-page-hero .main-hero ul#intro-text {
  padding: 0 0 15px 5px;
}
#home-page-hero .main-hero ul#intro-text li {
  font-size: 22px;
  font-weight: 400;
  padding: 0 0 15px 35px;
  list-style: none;
  background: url(../../images/arrow-bullet.png) no-repeat 0 4px;
  background-size: 24px 25px;
}
#home-page-hero .main-hero ul#intro-text li a,
#home-page-hero .main-hero ul#intro-text li a:hover {
  color: #fff;
  text-decoration: none;
}
#home-page-hero .main-hero .btn {
  margin-right: 20px;
}
#home-page-hero .main-hero #streaming-log-data {
  position: absolute;
  overflow: hidden;
  width: 500px;
  z-index: 101;
  top: 100px;
  /* Fade In Animation*/
  /* Scrolling Animation*/
  /* Move it Left to Right Scroll */
}
#home-page-hero .main-hero #streaming-log-data ul {
  /* Log Data Lines Styles - Offsets and Opacity Items */
}
#home-page-hero .main-hero #streaming-log-data ul li {
  background: none;
  list-style: none;
  white-space: nowrap;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
#home-page-hero .main-hero #streaming-log-data ul li:nth-child(1) {
  margin-left: 80px;
  color: rgba(255, 255, 255, 0.1);
  opacity: 0;
}
#home-page-hero .main-hero #streaming-log-data ul li:nth-child(2) {
  color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
#home-page-hero .main-hero #streaming-log-data ul li:nth-child(3) {
  margin-left: 150px;
  color: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
#home-page-hero .main-hero #streaming-log-data ul li:nth-child(4) {
  margin-left: 30px;
  opacity: 0;
}
#home-page-hero .main-hero #streaming-log-data ul li:nth-child(5) {
  margin-left: 20px;
  -moz-animation: scroll-right 2.5s linear infinite;
  -webkit-animation: scroll-right 2.5s linear infinite;
  animation: scroll-right 2.5s linear infinite;
}
#home-page-hero .main-hero #streaming-log-data ul li:nth-child(6) {
  margin-left: 220px;
  -moz-animation: scroll-right 2.5s linear infinite;
  -webkit-animation: scroll-right 2.5s linear infinite;
  animation: scroll-right 2.5s linear infinite;
}
#home-page-hero .main-hero #streaming-log-data ul li:nth-child(7) {
  margin-left: 70px;
  -moz-animation: scroll-right 2.5s linear infinite;
  -webkit-animation: scroll-right 2.5s linear infinite;
  animation: scroll-right 2.5s linear infinite;
}
#home-page-hero .main-hero #streaming-log-data ul li:nth-child(8) {
  margin-left: 145px;
  opacity: 0;
}
#home-page-hero .main-hero #streaming-log-data ul li:nth-child(9) {
  margin-left: 200px;
  opacity: 0;
}
#home-page-hero .main-hero #streaming-log-data ul li:nth-child(10) {
  color: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
#home-page-hero .main-hero #streaming-log-data ul li:nth-child(11) {
  margin-left: 170px;
  color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
#home-page-hero .main-hero #streaming-log-data ul li:nth-child(12) {
  color: rgba(255, 255, 255, 0.1);
  opacity: 0;
}
#home-page-hero .main-hero #streaming-log-data .fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
#home-page-hero .main-hero #streaming-log-data .scroll-right {
  -moz-animation: scroll-right 2.5s linear infinite;
  -webkit-animation: scroll-right 2.5s linear infinite;
  animation: scroll-right 2.5s linear infinite;
}
@-moz-keyframes scroll-right {
  0% {
    -moz-transform: translateX(-100px);
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  100% {
    -moz-transform: translateX(100%);
  }
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100px);
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}
@keyframes scroll-right {
  0% {
    -moz-transform: translateX(-100px);
    /* Browser bug fix */
    -webkit-transform: translateX(-100px);
    /* Browser bug fix */
    transform: translateX(-100px);
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  100% {
    -moz-transform: translateX(100%);
    /* Browser bug fix */
    -webkit-transform: translateX(100%);
    /* Browser bug fix */
    transform: translateX(100%);
  }
}
#home-page-content {
  position: relative;
}
#home-page-content .page-scroll-arrow {
  background: url(../../images/scroll-arrow-orange.png) no-repeat center 30px #fff;
  background-size: 32px 21px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 75px;
  height: 75px;
  padding: 30px;
  border: none;
  border-radius: 75px;
  top: -38px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.125);
  z-index: 100;
}
#home-page-content .panel h3 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
}
#home-page-content .panel h3 a,
#home-page-content .panel h3 a:hover {
  color: #333333;
  text-decoration: none;
}
#home-page-content .panel p {
  font-size: 16px;
  line-height: 25px;
  margin: 30px 0;
}
#home-page-content .panel .btn-row {
  margin-bottom: 100px;
}
#home-page-content .panel .btn-row .btn {
  margin-right: 10px;
}
#home-page-content #scale-on-demand {
  padding: 90px 0;
  background: url(../../images/orange-area-graph-bg.png) repeat-x center bottom #fff;
  position: relative;
}
#home-page-content #scale-on-demand #scaling-graphic .cloud-scaling {
  left: 50px;
  padding: 0 0 0 30px;
  margin-top: 70px;
  position: absolute;
  z-index: 10;
  visibility: visible !important;
}
#home-page-content #scale-on-demand #scaling-graphic .log-type-circle {
  left: 50px;
  position: absolute;
  z-index: 5;
}
#home-page-content #real-time-monitoring-alerts {
  box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.4);
  padding: 40px 0 10px;
  background: #eff7fa;
  position: relative;
  overflow: hidden;
}
#home-page-content #real-time-monitoring-alerts #real-time-graphic .computer-screen {
  position: absolute;
  z-index: 10;
  top: 51px;
}
#home-page-content #real-time-monitoring-alerts #real-time-graphic .computer-screen-zoom {
  width: 281px;
  height: 281px;
  position: absolute;
  z-index: 12;
  left: 80px;
  top: 20px;
}
#home-page-content #real-time-monitoring-alerts #real-time-graphic .mobile-phone {
  position: absolute;
  z-index: 15;
  right: 0;
  top: 170px;
}
#home-page-content #real-time-monitoring-alerts .panel {
  margin-top: 50px;
}
#home-page-content #built-for-containers {
  box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.4);
  padding: 40px 0 120px;
  background: url(../../images/waves-boat-fish.png) repeat-x center bottom #fff;
  position: relative;
  overflow: hidden;
}
#home-page-content #built-for-containers .docker-container {
  margin-top: -43px;
  visibility: visible !important;
}
#home-page-content #built-for-containers .panel {
  margin-top: 40px;
}
@keyframes fJ {
  0% {
    transform: rotate(55deg) translateX(160px) rotate(65deg);
  }
  100% {
    transform: rotate(-180deg) translateX(160px) rotate(90deg);
  }
}
@-webkit-keyframes fJ {
  0% {
    -webkit-transform: rotate(55deg) translateX(160px) rotate(65deg);
  }
  100% {
    -webkit-transform: rotate(-180deg) translateX(160px) rotate(90deg);
  }
}
#home-page-content #built-for-containers .f-j {
  background: url('../../images/f-icon.png') no-repeat;
  background-size: 15px 9px;
  animation: fJ 3s linear ;
  -webkit-animation: fJ 3s linear;
  z-index: 1;
  position: absolute;
  bottom: -10px;
  left: 470px;
  display: block;
  width: 15px;
  height: 9px;
}
#home-page-content #built-for-containers .s-c-o {
  position: absolute;
  bottom: 60px;
  left: 325px;
  height: 60px;
  width: 340px;
  cursor: nw-resize;
}
#home-page-content #platform-partners-main {
  padding-top: 100px;
  background-color: #eeeeee;
}
#home-page-content #platform-partners-main #platform-partners-head h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
#home-page-content #platform-partners-main #platform-partners-head h3 a,
#home-page-content #platform-partners-main #platform-partners-head h3 a:hover {
  color: #333333;
  text-decoration: none;
}
#home-page-content #platform-partners-main #platform-partners {
  padding-top: 30px;
}
#home-page-content #platform-partners-main #platform-partners .platform-partner {
  border: 1px solid #cccccc;
  border-left: none;
  border-top: none;
}
#home-page-content #platform-partners-main #platform-partners .platform-partner:nth-child(4),
#home-page-content #platform-partners-main #platform-partners .platform-partner:nth-child(8),
#home-page-content #platform-partners-main #platform-partners .platform-partner:nth-last-child(1) {
  border-right: none;
}
#home-page-content #platform-partners-main #platform-partners .platform-partner:nth-last-child(-n+4) {
  border-bottom: none;
}
#home-page-content #quote-bar-carousel {
  background: #fff;
  opacity: 1;
  height: 210px;
}
#home-page-content #quote-bar-carousel .slick-prev,
#home-page-content #quote-bar-carousel .slick-next {
  top: 90px;
  z-index: 1000;
}
#home-page-content #quote-bar-carousel .slick-prev {
  left: 0;
  background-image: url('../../images/prev-icon-lt-gray.png');
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
#home-page-content #quote-bar-carousel .slick-next {
  right: 0;
  background-image: url('../../images/next-icon-lt-gray.png');
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
#home-page-content #quote-bar-carousel .quote-item {
  margin: 10px 0;
}
#home-page-content #quote-bar-carousel .quote-item .quote-row h4 {
  text-align: left;
  font-size: 20px;
  /* non-standard-font to fit nicely -slap on wrist */
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
}
#home-page-content #quote-bar-carousel .quote-item .quote-row h4 i.quote-icon {
  width: 35px;
  height: 28px;
  margin: -10px 15px 0 0;
  display: inline-block;
  vertical-align: middle;
}
#home-page-content #quote-bar-carousel .quote-item .quote-row span {
  color: #333333;
  line-height: 18px;
}
#home-page-content #quote-bar-carousel .quote-item .quote-row span a {
  color: #333333;
  text-decoration: underline;
}
#home-page-content #quote-bar-carousel .quote-item .case-study-logo img {
  margin-top: 60px;
}
#home-page-content #quote-bar-carousel #quote-bar-carousel-items:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 200;
  width: 10%;
  height: 180px;
  box-shadow: inset 75px 0px 10px -10px #ffffff;
}
#home-page-content #quote-bar-carousel #quote-bar-carousel-items:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
  width: 10%;
  height: 180px;
  box-shadow: inset -75px 0px 10px -10px #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #home-page-hero {
    background: url('../../images/hero-bg-desk.jpg') repeat-x -850px 0;
  }
  #home-page-hero .main-hero {
    padding-top: 80px;
  }
  #home-page-hero .main-hero h1 {
    font-size: 50px;
  }
  #home-page-hero .main-hero ul#intro-text li {
    font-size: 21px;
    /* non-standard-font to fit nicely -slap on wrist */
  }
  #home-page-hero .main-hero #streaming-log-data {
    width: 400px;
  }
  #home-page-content #real-time-monitoring-alerts {
    padding: 0 0 0;
  }
  #home-page-content #real-time-monitoring-alerts #real-time-graphic .computer-screen {
    top: 121px;
  }
  #home-page-content #real-time-monitoring-alerts #real-time-graphic .computer-screen-zoom {
    left: 80px;
    top: 70px;
  }
  #home-page-content #real-time-monitoring-alerts #real-time-graphic .mobile-phone {
    top: 205px;
  }
  #home-page-content #built-for-containers .s-c-o {
    left: 175px;
  }
  #home-page-content .panel h3 {
    font-size: 36px;
    /* non-standard-font to fit nicely -slap on wrist */
  }
  #home-page-content #quote-bar-carousel .quote-item .quote-row h4 {
    font-size: 16px;
    line-height: 30px;
  }
  #home-page-content #quote-bar-carousel .quote-item .case-study-logo img {
    margin-top: 60px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #home-page-hero {
    height: 420px;
    background: url('../../images/hero-bg-desk.jpg') repeat-x -1020px -100px;
  }
  #home-page-hero .main-hero {
    padding-top: 40px;
  }
  #home-page-hero .main-hero h1 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 30px;
  }
  #home-page-hero .main-hero ul#intro-text li {
    font-size: 18px;
  }
  #home-page-hero .main-hero #streaming-log-data {
    width: 210px;
    height: 150px;
    top: 80px;
  }
  #home-page-hero .main-hero .hero-img {
    margin-top: 0px;
  }
  #home-page-hero .main-hero .hero-img img {
    width: 150px;
    float: right;
  }
  #home-page-hero .btn {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 400;
  }
  #home-page-content #scale-on-demand #scaling-graphic {
    top: 20px;
  }
  #home-page-content #scale-on-demand #scaling-graphic .cloud-scaling {
    left: 50px;
    padding: 0 0 0 20px;
    margin-top: 50px;
    position: absolute;
    z-index: 10;
    visibility: visible !important;
    width: 240px;
  }
  #home-page-content #scale-on-demand #scaling-graphic .log-type-circle {
    left: 50px;
    position: absolute;
    z-index: 5;
    width: 262px;
  }
  #home-page-content #built-for-containers .docker-container {
    margin: -48px 0 0 100px;
  }
  #home-page-content #built-for-containers .s-c-o {
    left: 115px;
  }
  #home-page-content #quote-bar-carousel .quote-item .quote-row {
    margin-top: 20px;
  }
  #home-page-content #quote-bar-carousel .quote-item .quote-row h4 {
    font-size: 14px;
    line-height: 25px;
  }
  #home-page-content #quote-bar-carousel .quote-item .case-study-logo img {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #home-page-hero {
    background: url('../../images/hero-bg-desk.jpg') repeat-x -60px 0;
    max-height: 500px;
  }
  #home-page-hero .main-hero {
    padding-top: 20px;
  }
  #home-page-hero .main-hero h1 {
    padding-top: 10px;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px;
  }
  #home-page-hero .main-hero ul#intro-text {
    margin-bottom: 0;
  }
  #home-page-hero .main-hero ul#intro-text li {
    line-height: 30px;
    padding-bottom: 5px;
    font-size: 16px;
  }
  #home-page-hero .main-hero #streaming-log-data {
    width: 150px;
    height: 150px;
    top: 80px;
  }
  #home-page-hero .main-hero .hero-img {
    margin: 50px 0 0;
  }
  #home-page-hero .main-hero .hero-img img {
    width: 298px;
    margin: 0 auto;
    float: none;
  }
  #home-page-hero .main-hero .button-row {
    text-align: center;
    margin: 0 0 30px;
  }
  #home-page-hero .main-hero .button-row .btn {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 400;
  }
  #home-page-hero .main-hero .button-row .btn-clear {
    margin-right: 0;
  }
  #home-page-content {
    padding: 0;
    overflow: hidden;
  }
  #home-page-content .panel h3 {
    font-size: 32px;
    line-height: 35px;
  }
  #home-page-content .panel .btn-row {
    margin-bottom: 50px;
  }
  #home-page-content #scale-on-demand {
    padding: 30px 0;
  }
  #home-page-content #scale-on-demand #scaling-graphic {
    min-height: 300px;
  }
  #home-page-content #scale-on-demand #scaling-graphic .cloud-scaling {
    left: 0;
    padding: 0 20px 0 20px;
    margin-top: 50px;
    margin-left: 20px;
    width: 280px;
  }
  #home-page-content #scale-on-demand #scaling-graphic .log-type-circle {
    left: 0;
    padding: 0 20px;
    width: 320px;
  }
  #home-page-content #real-time-monitoring-alerts {
    padding: 30px 0;
  }
  #home-page-content #real-time-monitoring-alerts .panel {
    margin-top: 20px;
  }
  #home-page-content #built-for-containers {
    padding: 30px 0;
    background: url(../../images/waves-boat-fish.png) repeat-x -150px bottom #fff;
  }
  #home-page-content #built-for-containers .docker-container {
    margin: -48px 0 0 0;
    width: 290px;
  }
  #home-page-content #built-for-containers .btn-row {
    margin-bottom: 160px;
  }
  #home-page-content #built-for-containers .s-c-o {
    left: 0;
  }
  #home-page-content .slick-dots {
    margin-left: -40px;
    text-align: center;
    margin-bottom: 30px;
  }
  #home-page-content .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  #home-page-content .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  #home-page-content .slick-dots li button:hover,
  #home-page-content .slick-dots li button:focus {
    outline: none;
  }
  #home-page-content .slick-dots li button:hover:before,
  #home-page-content .slick-dots li button:focus:before {
    opacity: 1;
  }
  #home-page-content .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #home-page-content .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
  }
  #home-page-content #quote-bar-carousel {
    opacity: 1;
    height: 100%;
  }
  #home-page-content #quote-bar-carousel .slick-prev,
  #home-page-content #quote-bar-carousel .slick-next {
    top: 60px;
  }
  #home-page-content #quote-bar-carousel .quote-item {
    margin: 30px 0;
  }
  #home-page-content #quote-bar-carousel .quote-item .quote-row {
    padding-top: 0;
  }
  #home-page-content #quote-bar-carousel .quote-item .quote-row span {
    color: #333333;
    line-height: 18px;
  }
  #home-page-content #quote-bar-carousel .quote-item .quote-row span a {
    color: #333333;
    text-decoration: underline;
  }
  #home-page-content #quote-bar-carousel .quote-item .case-study-logo img {
    margin-top: 90px;
    margin: auto;
    display: block;
  }
  #home-page-content #platform-partners-main {
    padding-top: 30px;
  }
  #home-page-content #platform-partners-main #platform-partners-head h3 {
    font-size: 32px;
    /* non-standard-font to fit nicely -slap on wrist */
    line-height: 45px;
  }
  #home-page-content #platform-partners-main #platform-partners-head h3 .btn {
    margin-top: 20px;
  }
  #home-page-content #platform-partners-main #platform-partners {
    padding: 0px 15px;
  }
  #home-page-content #platform-partners-main #platform-partners .platform-partner {
    border-right: none;
  }
  #home-page-content #platform-partners-main #platform-partners .platform-partner:nth-last-child(-n+4) {
    border-bottom: 1px solid #cccccc;
  }
  #home-page-content #platform-partners-main #platform-partners .platform-partner:last-child {
    border-bottom: none;
  }
  #get-started-action-bar h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
  }
}
#product-page-content {
  margin-top: 30px;
}
#product-page-content .hero-head {
  text-align: center;
  background: #fafafa;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#product-page-content .hero-head h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 30px 0 20px;
  line-height: 45px;
}
#product-page-content .hero-head h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 40px;
}
#product-page-content .hero-content {
  background: #fafafa;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 0px 1px 0px 0px #cccccc;
  box-shadow: 0px 1px 0px 0px #cccccc;
}
#product-page-content .hero-content .product-icon-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
#product-page-content .hero-content .product-icon-bullets p {
  zoom: 1;
  line-height: 22px;
  padding-top: 20px;
  font-size: 14px;
}
#product-page-content .hero-content .product-icon-bullets p:before,
#product-page-content .hero-content .product-icon-bullets p:after {
  content: " ";
  display: table;
}
#product-page-content .hero-content .product-icon-bullets p:after {
  clear: both;
}
#product-page-content .hero-content .product-icon-bullets p:before,
#product-page-content .hero-content .product-icon-bullets p:after {
  content: " ";
  display: table;
}
#product-page-content .hero-content .product-icon-bullets p:after {
  clear: both;
}
#product-page-content .hero-content .product-icon-bullets .icon-bullet {
  background: #fff;
  padding: 20px;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  margin: -10px 20px 10px 0;
  -webkit-box-shadow: 0px 1px 0px 0px #999999;
  box-shadow: 0px 1px 0px 0px #999999;
}
#product-page-content .hero-content .product-icon-bullets img {
  border-bottom: 0;
}
#product-page-content .product-features {
  padding: 0;
}
#product-page-content .product-features .product-feature {
  border-bottom: 1px solid #eeeeee;
  margin: 40px 0;
  padding: 20px 0;
}
#product-page-content .product-features .product-feature h4 {
  font-size: 16px;
  font-weight: 600;
}
#product-page-content .product-features .product-feature p {
  line-height: 25px;
}
#product-page-content .product-features .product-feature.first {
  margin-top: 0;
}
#product-page-content .product-features .product-image-sm {
  border: 5px solid #eeeeee;
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
}
#product-page-content .system-compatibility {
  margin-top: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#product-page-content .system-logos {
  margin-bottom: 40px;
}
#product-page-content .system-logos img {
  padding: 20px;
  background: #fff;
  margin: auto;
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0px 1px 0px 0px #999999;
  box-shadow: inset 0px 1px 0px 0px #999999;
  margin-bottom: 30px;
}
.top-band {
  padding-top: 20px;
}
.top-band h2 {
  font-size: 28px;
  line-height: 35px;
}
#product-feature-page {
  margin-top: 30px;
}
#product-feature-page .feature-hero {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fafafa;
}
#product-feature-page .feature-hero h2,
#product-feature-page .feature-hero h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin: 40px 0;
  padding-left: 20px;
  padding-right: 20px;
}
#product-feature-page .feature-hero img.main {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#product-feature-page .feature-content {
  margin: 60px 0 40px;
  padding: 0;
  zoom: 1;
}
#product-feature-page .feature-content:before,
#product-feature-page .feature-content:after {
  content: " ";
  display: table;
}
#product-feature-page .feature-content:after {
  clear: both;
}
#product-feature-page .feature-content:before,
#product-feature-page .feature-content:after {
  content: " ";
  display: table;
}
#product-feature-page .feature-content:after {
  clear: both;
}
#product-feature-page .feature-content h3,
#product-feature-page .feature-content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  margin: 0 0 30px;
}
#product-feature-page .feature-content h4 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
}
#product-feature-page .feature-content h5 {
  font-size: 16px;
  line-height: 35px;
  margin: 0;
}
#product-feature-page .feature-content ul {
  padding: 10px 20px 0;
}
#product-feature-page .feature-content ul li {
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 10px;
}
#product-feature-page .feature-content .cta-link {
  margin: 30px 0;
  font-size: 22px;
  font-weight: 600;
}
#product-feature-page .feature-content .feature-related-box h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}
#product-feature-page .feature-content .feature-related-box h5 {
  line-height: 25px;
}
#product-feature-page .feature-content .sidebar-box {
  margin: 0;
}
#product-feature-page .container-full {
  padding-top: 40px;
}
#platform-support {
  padding: 0 15px 65px;
}
#platform-support .heading {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #35647a;
  padding: 20px;
  overflow: hidden;
}
#platform-support .heading h2 {
  margin-top: 0;
  font-size: 40px;
  color: #fff;
}
#platform-support .support-boxes {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#platform-support .support-boxes .color-box {
  padding: 30px 0 20px;
  height: 125px;
  text-align: center;
}
#platform-support .support-boxes img {
  -webkit-transition: all 0.2s ease-in-out;
}
#platform-support .support-boxes img:hover {
  -webkit-transform: scale(1.1);
}
#platform-support .support-boxes .box-1 {
  background: #368ab3;
}
#platform-support .support-boxes .box-2 {
  background: #3694c1;
}
#platform-support .support-boxes .box-3 {
  background: #357999;
}
#platform-support .support-boxes .box-4 {
  background: #3581a5;
}
#platform-support .support-boxes .box-button {
  background: #2a7294;
  padding-top: 40px;
}
#platform-support .support-boxes .box-text {
  color: #fff;
  padding: 10px 15px 0;
}
#platform-support .support-boxes .box-text h3 {
  font-size: 18px;
  font-weight: 600;
}
#platform-support .support-boxes .box-text p {
  font-size: 14px;
}
#platform-support .support-boxes .box-highlight {
  background: #5ea9cd;
}
#platform-support .support-boxes .box-highlight-2 {
  background: #4a9fc7;
}
/*insights pages*/
[role="article"] .emphasize:first-child {
  margin: 2em;
}
[role="article"] h3 strong em {
  line-height: 1.5em;
}
[role="article"] .emph-content h4,
[role="article"] #docs-links h4 {
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 1em;
  margin-top: 1em;
}
[role="article"] .emph-content h4 img,
[role="article"] #docs-links h4 img {
  margin: 0 0 1.5em 0;
}
[role="article"] .emph-content .fnt1,
[role="article"] #docs-links .fnt1,
[role="article"] .emph-content .fnt2:first-child,
[role="article"] #docs-links .fnt2:first-child {
  margin: 1em 0;
}
[role="article"] .emph-content p,
[role="article"] #docs-links p {
  margin-bottom: 30px;
  line-height: 1.6em;
}
[role="article"] .emph-content ul,
[role="article"] #docs-links ul {
  display: table;
  padding: 0;
  margin: 0 1.5em 1.5em 0;
}
[role="article"] .emph-content ul li,
[role="article"] #docs-links ul li {
  list-style: none;
  padding-left: 28px;
  text-indent: -12px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.6em;
}
[role="article"] .emph-content ul li:before,
[role="article"] #docs-links ul li:before {
  top: 0;
  left: -20px;
  content: "\25cf";
  position: relative;
  color: #3995c2;
  speak: none;
}
[role="article"] .emph-content .cterd-cols,
[role="article"] #docs-links .cterd-cols,
[role="article"] .emph-content.cterd-cols,
[role="article"] #docs-links.cterd-cols {
  text-align: center;
}
[role="article"] .emph-content .cterd-cols [class*="one-"],
[role="article"] #docs-links .cterd-cols [class*="one-"],
[role="article"] .emph-content.cterd-cols [class*="one-"],
[role="article"] #docs-links.cterd-cols [class*="one-"] {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.emphasize {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 0 0 1.6em;
}
.csi-box {
  padding: 40px;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.csi-box .one-half {
  font-size: 1em;
  line-height: 2em;
  display: block;
  float: left;
  width: 45%;
}
.csi-box .one-half.first {
  margin-right: 10%;
}
.csi-box p {
  margin: 0 0 1.8em 0;
}
.content-band {
  margin: 0 -15px;
}
.home_quote {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #d5d5d5;
  border-radius: 4px 4px 0 0;
  padding: 20px;
  margin: 20px 0px;
  font-size: 1em;
  line-height: 1.5em;
}
.home_quote h3.fnt4 {
  margin-top: 0;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.home_quote-2 {
  padding: 0 20px 20px 20px;
}
.main-section {
  clear: both;
  float: none;
  padding: 30px 20px;
  margin: 0px -15px;
  border-top: 1px solid #d5d5d5;
}
.main-section.grey {
  background-color: #eeeeee;
}
.well-box {
  padding: 20px 20px 10px;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #d5d5d5;
  border-radius: 4px 4px 0 0;
  min-height: 155px;
  margin: 20px 25px;
  font-size: 1em;
  line-height: 1.5em;
}
.well-box ul {
  margin: 0 15px 15px 0;
}
.well-box ul li {
  margin-bottom: 10px;
}
/* Resources Styles & Resources - Sub Page Styles */
#resources-main-page,
#resources-sub-page {
  /* Case Studies Section Styles - Main Page */
  /* How To Videos Section Styles - Main Page */
  /* Webinars Section Styles - Main Page */
  /* White Papers Section Styles - Main Page */
  /* Packs Section Styles - Main Page */
  /* Plug-ins Section Styles - Main Page */
  /* Labs Section Styles - Main Page */
  /* Sub-Pages Styles */
}
#resources-main-page #resources-main-hero,
#resources-sub-page #resources-main-hero {
  text-align: center;
  padding: 50px 0;
  min-height: 200px;
  background: url('../../images/resources-background-pattern.png') 55px center repeat #22b5e9;
}
#resources-main-page #resources-main-hero h1,
#resources-sub-page #resources-main-hero h1,
#resources-main-page #resources-main-hero h2,
#resources-sub-page #resources-main-hero h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0 0;
}
#resources-main-page #resources-main-hero h1 img,
#resources-sub-page #resources-main-hero h1 img,
#resources-main-page #resources-main-hero h2 img,
#resources-sub-page #resources-main-hero h2 img {
  margin: -20px 15px 0 0;
}
#resources-main-page #resources-main-hero a,
#resources-sub-page #resources-main-hero a {
  color: #fff;
  text-decoration: none;
}
#resources-main-page .howto-page,
#resources-sub-page .howto-page {
  background: url('../../images/howto-background-pattern.png') center 0px repeat #22b5e9 !important;
}
#resources-main-page .howto-page h2 a,
#resources-sub-page .howto-page h2 a {
  color: #fff;
  text-decoration: none;
}
#resources-main-page .webinars-page,
#resources-sub-page .webinars-page {
  background: url('../../images/webinar-background-pattern.png') center -45px repeat #22b5e9 !important;
}
#resources-main-page .whitepapers-page,
#resources-sub-page .whitepapers-page {
  background: url('../../images/whitepaper-background-pattern.png') center -15px repeat #22b5e9 !important;
}
#resources-main-page .packs-page,
#resources-sub-page .packs-page {
  background: url('../../images/packs-background-pattern.png') center -15px repeat #22b5e9 !important;
}
#resources-main-page .resources-panel .section,
#resources-sub-page .resources-panel .section {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
  #resources-main-page .resources-panel .section,
  #resources-sub-page .resources-panel .section {
    padding: 30px 15px;
  }
}
#resources-main-page .resources-panel .section h2,
#resources-sub-page .resources-panel .section h2,
#resources-main-page .resources-panel .section h1,
#resources-sub-page .resources-panel .section h1,
#resources-main-page .resources-panel .section h3.more-videos,
#resources-sub-page .resources-panel .section h3.more-videos {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #resources-main-page .resources-panel .section h2,
  #resources-sub-page .resources-panel .section h2,
  #resources-main-page .resources-panel .section h1,
  #resources-sub-page .resources-panel .section h1,
  #resources-main-page .resources-panel .section h3.more-videos,
  #resources-sub-page .resources-panel .section h3.more-videos {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
#resources-main-page .resources-panel .section h2 span,
#resources-sub-page .resources-panel .section h2 span,
#resources-main-page .resources-panel .section h1 span,
#resources-sub-page .resources-panel .section h1 span,
#resources-main-page .resources-panel .section h3.more-videos span,
#resources-sub-page .resources-panel .section h3.more-videos span {
  background-image: url('../../images/resources-icons-sprite.png');
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
#resources-main-page .resources-panel .section h2 a,
#resources-sub-page .resources-panel .section h2 a,
#resources-main-page .resources-panel .section h1 a,
#resources-sub-page .resources-panel .section h1 a,
#resources-main-page .resources-panel .section h3.more-videos a,
#resources-sub-page .resources-panel .section h3.more-videos a {
  color: #333333;
}
#resources-main-page .resources-panel .section h2 a:hover,
#resources-sub-page .resources-panel .section h2 a:hover,
#resources-main-page .resources-panel .section h1 a:hover,
#resources-sub-page .resources-panel .section h1 a:hover,
#resources-main-page .resources-panel .section h3.more-videos a:hover,
#resources-sub-page .resources-panel .section h3.more-videos a:hover {
  text-decoration: none;
}
#resources-main-page .resources-panel .section h2 .btn,
#resources-sub-page .resources-panel .section h2 .btn,
#resources-main-page .resources-panel .section h1 .btn,
#resources-sub-page .resources-panel .section h1 .btn,
#resources-main-page .resources-panel .section h3.more-videos .btn,
#resources-sub-page .resources-panel .section h3.more-videos .btn {
  margin-left: 15px;
}
#resources-main-page .resources-panel .section h1,
#resources-sub-page .resources-panel .section h1 {
  margin-bottom: 30px;
}
#resources-main-page .resources-panel:last-child,
#resources-sub-page .resources-panel:last-child {
  border-bottom: none;
}
#resources-main-page .sub-page-panel p,
#resources-sub-page .sub-page-panel p {
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 60px;
}
#resources-main-page .sub-page-panel .howto-bottom-section,
#resources-sub-page .sub-page-panel .howto-bottom-section {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
  #resources-main-page .sub-page-panel .howto-bottom-section,
  #resources-sub-page .sub-page-panel .howto-bottom-section {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
#resources-main-page .sub-page-panel .howto-bottom-section h3,
#resources-sub-page .sub-page-panel .howto-bottom-section h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}
@media only screen and (max-width: 767px) {
  #resources-main-page .sub-page-panel .howto-bottom-section h3,
  #resources-sub-page .sub-page-panel .howto-bottom-section h3 {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
}
#resources-main-page .sub-page-panel .howto-bottom-section ol.numbered-list,
#resources-sub-page .sub-page-panel .howto-bottom-section ol.numbered-list {
  list-style-type: none;
  margin: 20px 0 50px 32px;
  padding: 0;
  counter-reset: li-counter;
}
#resources-main-page .sub-page-panel .howto-bottom-section ol.numbered-list li,
#resources-sub-page .sub-page-panel .howto-bottom-section ol.numbered-list li {
  position: relative;
  margin: 0 0 25px 0;
  padding: 8px 0 0 25px;
  min-height: 3em;
  font-size: 18px;
  line-height: 25px;
}
#resources-main-page .sub-page-panel .howto-bottom-section ol.numbered-list li:before,
#resources-sub-page .sub-page-panel .howto-bottom-section ol.numbered-list li:before {
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 38px;
  margin-left: 10px;
  padding-left: 2px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  background-color: #fa770d;
  content: counter(li-counter);
  counter-increment: li-counter;
}
#resources-main-page .sub-page-panel#more-videos-panel h3,
#resources-sub-page .sub-page-panel#more-videos-panel h3 {
  margin-bottom: 20px;
}
#resources-main-page .sub-page-panel#more-videos-panel p,
#resources-sub-page .sub-page-panel#more-videos-panel p {
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  #resources-main-page .sub-page-panel#more-videos-panel p,
  #resources-sub-page .sub-page-panel#more-videos-panel p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  #resources-main-page .sub-page-panel#more-videos-panel .other-video,
  #resources-sub-page .sub-page-panel#more-videos-panel .other-video {
    margin-bottom: 50px;
  }
}
#resources-main-page .sub-page-panel#more-videos-panel .other-video h4,
#resources-sub-page .sub-page-panel#more-videos-panel .other-video h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 20px;
}
#resources-main-page .sub-page-panel#more-videos-panel .other-video h4 a,
#resources-sub-page .sub-page-panel#more-videos-panel .other-video h4 a {
  color: #333333;
}
#resources-main-page .sub-page-panel#more-videos-panel .other-video img,
#resources-sub-page .sub-page-panel#more-videos-panel .other-video img {
  border: 4px solid #555555;
  transition: border-color 0.75s ease;
}
#resources-main-page .sub-page-panel#more-videos-panel .other-video img:hover,
#resources-sub-page .sub-page-panel#more-videos-panel .other-video img:hover {
  border-color: #cccccc;
}
#resources-main-page #howtos h2 span,
#resources-sub-page #howtos h2 span {
  background-position: 0 0;
  margin-right: 5px;
}
#resources-main-page #webinars-panel h2 span,
#resources-sub-page #webinars-panel h2 span {
  background-position: 0 -50px;
}
#resources-main-page #white-papers-panel h2 span,
#resources-sub-page #white-papers-panel h2 span {
  background-position: 0 -100px;
}
#resources-main-page #packs-panel h2 span,
#resources-sub-page #packs-panel h2 span {
  background-position: 0 -150px;
}
#resources-main-page #plug-ins-panel h2 span,
#resources-sub-page #plug-ins-panel h2 span {
  background-position: 0 -200px;
}
#resources-main-page #free-tools-panel h2 span,
#resources-sub-page #free-tools-panel h2 span {
  background-position: 0 -250px;
}
#resources-main-page #more-videos-panel h3 span,
#resources-sub-page #more-videos-panel h3 span {
  background-position: 0 -300px;
}
#resources-main-page #howto-send-data-panel h1 span,
#resources-sub-page #howto-send-data-panel h1 span {
  background-position: 0 -350px;
}
#resources-main-page #run-query-panel h1 span,
#resources-sub-page #run-query-panel h1 span {
  background-position: 0 -400px;
  margin-right: 10px;
}
#resources-main-page #add-users-panel h1 span,
#resources-sub-page #add-users-panel h1 span {
  background-position: 0 -450px;
  margin-right: 10px;
}
#resources-main-page #tags-alerts-panel h1 span,
#resources-sub-page #tags-alerts-panel h1 span {
  background-position: 0 -500px;
  margin-right: 10px;
}
#resources-main-page #dashboard-panel h1 span,
#resources-sub-page #dashboard-panel h1 span {
  background-position: 0 -550px;
}
#resources-main-page #how-to-videos-panel h2 span,
#resources-sub-page #how-to-videos-panel h2 span {
  background-position: 0 -600px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5) {
  #resources-main-page #case-studies-panel h2 span,
  #resources-sub-page #case-studies-panel h2 span,
  #resources-main-page #webinars-panel h2 span,
  #resources-sub-page #webinars-panel h2 span,
  #resources-main-page #white-papers-panel h2 span,
  #resources-sub-page #white-papers-panel h2 span,
  #resources-main-page #packs-panel h2 span,
  #resources-sub-page #packs-panel h2 span,
  #resources-main-page #plug-ins-panel h2 span,
  #resources-sub-page #plug-ins-panel h2 span,
  #resources-main-page #free-tools-panel h2 span,
  #resources-sub-page #free-tools-panel h2 span {
    background-image: url('../../images/resources-icons-sprite@2x.png');
    background-size: 50px;
  }
}
#resources-main-page #case-studies-panel .case-study .case-icon a,
#resources-sub-page #case-studies-panel .case-study .case-icon a {
  display: block;
  min-height: 120px;
  padding: 40px;
}
#resources-main-page #case-studies-panel .case-study .case-icon a img,
#resources-sub-page #case-studies-panel .case-study .case-icon a img {
  width: 175px;
}
#resources-main-page #case-studies-panel .case-study p,
#resources-sub-page #case-studies-panel .case-study p {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #resources-main-page #case-studies-panel .case-study p,
  #resources-sub-page #case-studies-panel .case-study p {
    margin-bottom: 40px;
  }
}
#resources-main-page #how-to-videos-panel .how-to-video .how-to-video-image img,
#resources-sub-page #how-to-videos-panel .how-to-video .how-to-video-image img {
  display: block;
  margin: auto;
}
#resources-main-page #how-to-videos-panel .how-to-video p.title,
#resources-sub-page #how-to-videos-panel .how-to-video p.title {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  margin-top: 15px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #resources-main-page #how-to-videos-panel .how-to-video p.title,
  #resources-sub-page #how-to-videos-panel .how-to-video p.title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #resources-main-page #how-to-videos-panel .how-to-video p.title,
  #resources-sub-page #how-to-videos-panel .how-to-video p.title {
    margin-bottom: 40px;
  }
}
#resources-main-page #how-to-videos-panel .how-to-video p.title a,
#resources-sub-page #how-to-videos-panel .how-to-video p.title a {
  color: #333333;
  text-decoration: none;
}
#resources-main-page #how-to-videos-panel .how-to-video p.title a:hover,
#resources-sub-page #how-to-videos-panel .how-to-video p.title a:hover {
  text-decoration: underline;
}
#resources-main-page #webinars-panel .webinar .webinar-image img,
#resources-sub-page #webinars-panel .webinar .webinar-image img {
  display: block;
  margin: auto;
}
#resources-main-page #webinars-panel .webinar p.title,
#resources-sub-page #webinars-panel .webinar p.title {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  margin-top: 15px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #resources-main-page #webinars-panel .webinar p.title,
  #resources-sub-page #webinars-panel .webinar p.title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #resources-main-page #webinars-panel .webinar p.title,
  #resources-sub-page #webinars-panel .webinar p.title {
    margin-bottom: 40px;
  }
}
#resources-main-page #webinars-panel .webinar p.title a,
#resources-sub-page #webinars-panel .webinar p.title a {
  color: #333333;
  text-decoration: none;
}
#resources-main-page #webinars-panel .webinar p.title a:hover,
#resources-sub-page #webinars-panel .webinar p.title a:hover {
  text-decoration: underline;
}
#resources-main-page #white-papers-panel .white-paper .white-paper-image,
#resources-sub-page #white-papers-panel .white-paper .white-paper-image {
  float: left !important;
  margin-right: 25px;
}
#resources-main-page #white-papers-panel .white-paper .white-paper-image img,
#resources-sub-page #white-papers-panel .white-paper .white-paper-image img {
  max-width: 154px;
}
#resources-main-page #white-papers-panel .white-paper .white-paper-text,
#resources-sub-page #white-papers-panel .white-paper .white-paper-text {
  min-width: 150px;
}
@media only screen and (max-width: 992px) {
  #resources-main-page #white-papers-panel .white-paper .white-paper-text,
  #resources-sub-page #white-papers-panel .white-paper .white-paper-text {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #resources-main-page #white-papers-panel .white-paper .white-paper-text,
  #resources-sub-page #white-papers-panel .white-paper .white-paper-text {
    margin-bottom: 40px;
  }
}
#resources-main-page #white-papers-panel .white-paper .white-paper-text h4,
#resources-sub-page #white-papers-panel .white-paper .white-paper-text h4 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  font-weight: 600;
}
#resources-main-page #white-papers-panel .white-paper .white-paper-text h4 a,
#resources-sub-page #white-papers-panel .white-paper .white-paper-text h4 a {
  color: #333333;
  text-decoration: none;
}
#resources-main-page #white-papers-panel .white-paper .white-paper-text h4 a:hover,
#resources-sub-page #white-papers-panel .white-paper .white-paper-text h4 a:hover {
  text-decoration: underline;
}
#resources-main-page #packs-panel h2,
#resources-sub-page #packs-panel h2 {
  margin-bottom: 0;
}
#resources-main-page #packs-panel #community-categories-list .pack-box,
#resources-sub-page #packs-panel #community-categories-list .pack-box,
#resources-main-page #packs-panel .community-categories-list .pack-box,
#resources-sub-page #packs-panel .community-categories-list .pack-box {
  margin-top: 50px;
  background: #f5f5f5;
  border-top: 10px solid #64d7de;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px 15px 0;
  min-height: 255px;
}
#resources-main-page #packs-panel #community-categories-list .pack-box .cat-icon-lg,
#resources-sub-page #packs-panel #community-categories-list .pack-box .cat-icon-lg,
#resources-main-page #packs-panel .community-categories-list .pack-box .cat-icon-lg,
#resources-sub-page #packs-panel .community-categories-list .pack-box .cat-icon-lg {
  position: relative;
  width: 125px;
  height: 125px;
  background: #fff;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  border-radius: 125px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  box-shadow: inset 0px 1px 0px 0px #cccccc;
}
#resources-main-page #packs-panel #community-categories-list .pack-box .cat-icon-lg .icon-badge,
#resources-sub-page #packs-panel #community-categories-list .pack-box .cat-icon-lg .icon-badge,
#resources-main-page #packs-panel .community-categories-list .pack-box .cat-icon-lg .icon-badge,
#resources-sub-page #packs-panel .community-categories-list .pack-box .cat-icon-lg .icon-badge {
  display: block;
  padding: 33px;
}
#resources-main-page #packs-panel #community-categories-list .pack-box .cat-icon-lg .icon-badge img,
#resources-sub-page #packs-panel #community-categories-list .pack-box .cat-icon-lg .icon-badge img,
#resources-main-page #packs-panel .community-categories-list .pack-box .cat-icon-lg .icon-badge img,
#resources-sub-page #packs-panel .community-categories-list .pack-box .cat-icon-lg .icon-badge img {
  width: 60px;
  height: 60px;
}
#resources-main-page #packs-panel #community-categories-list .pack-box .cat-icon-lg .cat-pack-count a,
#resources-sub-page #packs-panel #community-categories-list .pack-box .cat-icon-lg .cat-pack-count a,
#resources-main-page #packs-panel .community-categories-list .pack-box .cat-icon-lg .cat-pack-count a,
#resources-sub-page #packs-panel .community-categories-list .pack-box .cat-icon-lg .cat-pack-count a {
  position: absolute;
  top: 0;
  right: 0;
  background: #555555;
  font-size: 16px;
  color: #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
}
#resources-main-page #packs-panel #community-categories-list .pack-box h4,
#resources-sub-page #packs-panel #community-categories-list .pack-box h4,
#resources-main-page #packs-panel .community-categories-list .pack-box h4,
#resources-sub-page #packs-panel .community-categories-list .pack-box h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
#resources-main-page #packs-panel #community-categories-list .pack-box h4 a,
#resources-sub-page #packs-panel #community-categories-list .pack-box h4 a,
#resources-main-page #packs-panel .community-categories-list .pack-box h4 a,
#resources-sub-page #packs-panel .community-categories-list .pack-box h4 a {
  color: #333333;
}
#resources-main-page #plug-ins-panel,
#resources-sub-page #plug-ins-panel {
  padding: 0;
}
#resources-main-page #plug-ins-panel .plug-ins-section,
#resources-sub-page #plug-ins-panel .plug-ins-section {
  padding: 0;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items {
  height: 200px;
  /* Support for Retina Sprite */
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .slick-prev,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .slick-prev,
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .slick-next,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .slick-next {
  top: 55px;
  z-index: 990;
  position: absolute;
  height: 50px;
  width: 50px;
  background-color: none;
  border: none;
  text-indent: -999999px;
  outline: none;
  transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .slick-prev,
  #resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .slick-prev,
  #resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .slick-next,
  #resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .slick-next {
    display: none !important;
  }
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .slick-prev,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .slick-prev {
  left: -70px;
  background-image: url('../../images/prev-icon-lt-gray.png');
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-color: #fff;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .slick-next,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .slick-next {
  right: -70px;
  background-image: url('../../images/next-icon-lt-gray.png');
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-color: #fff;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .slick-prev:hover,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .slick-prev:hover,
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .slick-next:hover,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .slick-next:hover {
  opacity: .7;
  transition: all 0.35s ease-in-out;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item {
  display: inline-block;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item .circle-icon,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item .circle-icon {
  width: 150px;
  height: 150px;
  background: #eeeeee;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  margin: 0 auto;
  padding-top: 5px;
  box-shadow: inset 0px 1px 0px 0px #cccccc;
  transition: all 0.35s ease-in-out;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item .circle-icon:hover,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item .circle-icon:hover {
  background: #dddddd;
  transition: all 0.35s ease-in-out;
  box-shadow: inset 0px 1px 0px 0px #dddddd;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item span,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item span {
  background-image: url('../../images/plug-ins-logo-sprite.png');
  background-repeat: no-repeat;
  background-size: 100px;
  margin-top: 35px;
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  margin-top: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5) {
  #resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item span,
  #resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item span {
    background-image: url('../../images/plug-ins-logo-sprite@2x.png');
    background-size: 100px;
  }
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.slack span,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.slack span {
  background-position: 0 -100px;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.pagerduty span,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.pagerduty span {
  background-position: 0 -200px;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.hipchat span,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.hipchat span {
  background-position: 0 -300px;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.docker span,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.docker span {
  background-position: 0 -400px;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.core-os span,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.core-os span {
  background-position: 0 -500px;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.hosted-graphite span,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.hosted-graphite span {
  background-position: 0 -600px;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.geckoboard span,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.geckoboard span {
  background-position: 0 -700px;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.campfire span,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.campfire span {
  background-position: 0 -800px;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.logstash span,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items .plugin-item.logstash span {
  background-position: 0 -900px;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items:before,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  z-index: 200;
  width: 40px;
  height: 200px;
  box-shadow: inset 40px 0px 10px -10px #ffffff;
}
#resources-main-page #plug-ins-panel .plug-ins-section #plugin-items:after,
#resources-sub-page #plug-ins-panel .plug-ins-section #plugin-items:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 200;
  width: 40px;
  height: 200px;
  box-shadow: inset -40px 0px 10px -10px #ffffff;
}
#resources-main-page .labs-section img,
#resources-sub-page .labs-section img {
  margin-top: 30px;
}
#resources-main-page .labs-section h3,
#resources-sub-page .labs-section h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
#resources-main-page .labs-section h3 a,
#resources-sub-page .labs-section h3 a {
  color: #333333;
}
#resources-main-page .labs-section h3 a:hover,
#resources-sub-page .labs-section h3 a:hover {
  text-decoration: underline;
}
#resources-main-page .labs-section p,
#resources-sub-page .labs-section p {
  line-height: 25px;
  margin-bottom: 20px;
}
#resources-main-page .labs-section .button-after,
#resources-sub-page .labs-section .button-after {
  margin-top: 50px;
}
#resources-main-page .anchor,
#resources-sub-page .anchor {
  outline: none;
  display: block;
}
#resources-main-page .anchor:before,
#resources-sub-page .anchor:before {
  display: block;
  content: "";
  height: 85px;
  margin: -85px 0 0;
}
#resources-main-page #how-to-videos-main-page .section h3,
#resources-sub-page #how-to-videos-main-page .section h3,
#resources-main-page #webinars-main-page .section h3,
#resources-sub-page #webinars-main-page .section h3,
#resources-main-page #white-papers-main-page .section h3,
#resources-sub-page #white-papers-main-page .section h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}
#resources-main-page #how-to-videos-main-page .section h3 a,
#resources-sub-page #how-to-videos-main-page .section h3 a,
#resources-main-page #webinars-main-page .section h3 a,
#resources-sub-page #webinars-main-page .section h3 a,
#resources-main-page #white-papers-main-page .section h3 a,
#resources-sub-page #white-papers-main-page .section h3 a {
  color: #333333;
  text-decoration: none;
}
#resources-main-page #how-to-videos-main-page .section p,
#resources-sub-page #how-to-videos-main-page .section p,
#resources-main-page #webinars-main-page .section p,
#resources-sub-page #webinars-main-page .section p,
#resources-main-page #white-papers-main-page .section p,
#resources-sub-page #white-papers-main-page .section p {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 30px;
}
#resources-main-page #how-to-videos-main-page .section .byline,
#resources-sub-page #how-to-videos-main-page .section .byline,
#resources-main-page #webinars-main-page .section .byline,
#resources-sub-page #webinars-main-page .section .byline,
#resources-main-page #white-papers-main-page .section .byline,
#resources-sub-page #white-papers-main-page .section .byline {
  font-weight: 600;
  margin-bottom: -10px;
}
#resources-main-page #how-to-videos-main-page .section:last-child,
#resources-sub-page #how-to-videos-main-page .section:last-child,
#resources-main-page #webinars-main-page .section:last-child,
#resources-sub-page #webinars-main-page .section:last-child,
#resources-main-page #white-papers-main-page .section:last-child,
#resources-sub-page #white-papers-main-page .section:last-child {
  border-bottom: none;
}
#resources-main-page #packs-main-page,
#resources-sub-page #packs-main-page {
  padding: 60px 0;
}
#resources-main-page #packs-main-page p,
#resources-sub-page #packs-main-page p {
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}
#resources-main-page #packs-main-page h2,
#resources-sub-page #packs-main-page h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
#resources-main-page #packs-category-page,
#resources-sub-page #packs-category-page {
  padding: 60px 0 30px;
}
@media (max-width: 767px) {
  #resources-main-page #packs-category-page,
  #resources-sub-page #packs-category-page {
    padding: 30px 0 0;
  }
}
#resources-main-page #packs-category-page .cat-heading,
#resources-sub-page #packs-category-page .cat-heading {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  #resources-main-page #packs-category-page .cat-heading,
  #resources-sub-page #packs-category-page .cat-heading {
    margin-bottom: 30px;
  }
}
#resources-main-page #packs-category-page .cat-heading .cat-icon-sm,
#resources-sub-page #packs-category-page .cat-heading .cat-icon-sm {
  width: 75px;
  height: 75px;
  background: #eeeeee;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: inset 0px 1px 0px 0px #cccccc;
}
#resources-main-page #packs-category-page .cat-heading .cat-icon-sm .icon-badge,
#resources-sub-page #packs-category-page .cat-heading .cat-icon-sm .icon-badge {
  display: block;
  padding: 20px;
}
#resources-main-page #packs-category-page .cat-heading .cat-icon-sm .icon-badge img,
#resources-sub-page #packs-category-page .cat-heading .cat-icon-sm .icon-badge img {
  width: 36px;
  height: 36px;
}
#resources-main-page #packs-category-page .cat-heading h1,
#resources-sub-page #packs-category-page .cat-heading h1 {
  font-size: 40px;
  margin: 15px 15px 0;
}
@media (max-width: 767px) {
  #resources-main-page #packs-category-page .cat-heading h1,
  #resources-sub-page #packs-category-page .cat-heading h1 {
    margin: 0 0 20px;
  }
}
#resources-main-page #packs-category-page .cat-heading h2,
#resources-sub-page #packs-category-page .cat-heading h2 {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin: 15px 0 0 90px;
}
@media (max-width: 767px) {
  #resources-main-page #packs-category-page .cat-heading h2,
  #resources-sub-page #packs-category-page .cat-heading h2 {
    margin: 0;
    clear: both;
  }
}
#resources-main-page #packs-category-page .cat-heading .cat-pack-count,
#resources-sub-page #packs-category-page .cat-heading .cat-pack-count {
  background: #fa770d;
  font-size: 16px;
  color: #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 32px;
  width: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
}
#resources-main-page #packs-category-page .pack-box,
#resources-sub-page #packs-category-page .pack-box {
  margin: 0 0 50px;
  background: #fafafa;
  border-top: 10px solid #64d7de;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
}
#resources-main-page #packs-category-page .pack-box h3,
#resources-sub-page #packs-category-page .pack-box h3,
#resources-main-page #packs-category-page .pack-box h1,
#resources-sub-page #packs-category-page .pack-box h1 {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 400;
}
#resources-main-page #packs-category-page .pack-box .pack-content,
#resources-sub-page #packs-category-page .pack-box .pack-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#resources-main-page #packs-category-page .pack-box .pack-content .pack-screenshot-link,
#resources-sub-page #packs-category-page .pack-box .pack-content .pack-screenshot-link {
  color: #cccccc;
}
#resources-main-page #packs-category-page .pack-box .pack-content p,
#resources-sub-page #packs-category-page .pack-box .pack-content p {
  line-height: 22px;
  margin-bottom: 15px;
}
#resources-main-page #packs-category-page .pack-box .pack-content ul,
#resources-sub-page #packs-category-page .pack-box .pack-content ul {
  margin: 0 0 25px;
  padding: 0 0 0 20px;
}
#resources-main-page #packs-category-page .pack-box .pack-content ul li,
#resources-sub-page #packs-category-page .pack-box .pack-content ul li {
  margin-bottom: 15px;
}
#resources-main-page #packs-category-page .pack-box .pack-content .btn,
#resources-sub-page #packs-category-page .pack-box .pack-content .btn {
  margin-top: 15px;
}
#resources-main-page #packs-category-page .pack-box .pack-content .btn-lead,
#resources-sub-page #packs-category-page .pack-box .pack-content .btn-lead {
  margin-right: 10px;
}
#resources-main-page #packs-category-page .pack-box .pack-content .pack-screenshot,
#resources-sub-page #packs-category-page .pack-box .pack-content .pack-screenshot {
  border: 1px solid #cccccc;
  padding: 10px;
  background: #fff;
  max-width: 300px;
  margin: 0 0 20px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 767px) {
  #resources-main-page #packs-category-page .pack-box .pack-content .pack-screenshot,
  #resources-sub-page #packs-category-page .pack-box .pack-content .pack-screenshot {
    width: 230px;
    margin-top: 15px;
  }
}
#resources-main-page #packs-category-page .no-packs-message,
#resources-sub-page #packs-category-page .no-packs-message {
  margin-bottom: 60px;
}
#resources-main-page #packs-category-page .no-packs-message h3,
#resources-sub-page #packs-category-page .no-packs-message h3 {
  line-height: 30px;
}
/* Other Legacy Styles */
#res-overview {
  margin: 3em 0;
}
#res-overview [class*='col-'] {
  margin: 0 0 1.5em 0;
}
#res-overview [class*='col-'] h4 {
  margin: 1.5em 0;
}
#help-videos-list .btn.btn-mini,
#help-videos-list .btn.btn-mini:hover {
  padding: 0;
  background: transparent none;
  border: 0px none;
  box-shadow: 0 0 0 transparent;
}
#help-videos-list h5 {
  font-size: 18px;
  font-weight: 600;
}
#help-videos-list.thumbnails {
  margin-top: 1.5em;
}
#help-videos-list.thumbnails [class*='col-'] {
  margin-bottom: 1em;
}
/*--------------*/
/* Docs Main */
/*--------------*/
#docs-main {
  padding-left: 15px !important;
  padding-right: 0;
}
input#doc-search {
  height: 50px;
  padding: 15px 15px 15px 40px;
  background: url(../../images/search-icon.png) no-repeat 15px 17px #fff;
  background-size: 16px 16px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  color: #999999;
  font-weight: 400;
  width: 100%;
  -webkit-box-shadow: inset 0px 1px 0px 0px #999999;
  -moz-box-shadow: inset 0px 1px 0px 0px #999999;
  box-shadow: inset 0px 1px 0px 0px #999999;
}
.doc-form-wrapper {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 10px solid #eeeeee;
  background: #eeeeee;
  margin-bottom: 30px;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  background: #eeeeee;
  border-color: #eeeeee;
  color: #ef8638;
  border-radius: none;
  outline: 0;
}
.ui-tabs .ui-widget-header {
  background: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
}
.ui-tabs .ui-tabs-nav .ui-state-hover {
  border-color: #cccccc;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus {
  background: #eeeeee;
  border-color: #eeeeee;
  color: #555555;
  outline: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
  background: #fff;
}
.contact-us-box {
  padding: 20px;
  margin: 30px 0 40px;
  background: #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.contact-us-box .icon-bullet-white {
  background: #fff;
  padding: 15px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin: 0 10px 0 20px;
  -webkit-box-shadow: 0px 1px 0px 0px #999999;
  box-shadow: 0px 1px 0px 0px #999999;
}
.contact-us-box h3 {
  font-size: 22px;
  margin: 15px 0 0;
  clear: none;
}
.contact-us-box p {
  margin-top: 15px;
  font-weight: 600;
  font-size: 14px;
}
.hero-search-sm {
  padding: 10px 15px 35px;
  background: #595959;
}
.quick-jumps ul {
  padding: 0;
  margin: 20px 0 0;
}
.quick-jumps ul li {
  display: inline-block;
  padding: 5px 10px;
  background: #eeeeee;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0 5px 10px 0;
}
h2.doc-sub-head a {
  font-size: 40px;
  color: #fff;
}
.doc-single {
  margin-top: 30px;
}
.doc-single h1 {
  margin: 0 0 20px;
  font-weight: 400;
}
/* Doc Content Styles */
.doc-content-block {
  margin: 20px 0 60px;
}
.doc-content-block .wp-post-image {
  margin-top: 20px;
  float: right !important;
  max-height: 120px;
}
#doc-post-content {
  color: #333;
  line-height: 25px;
  /*- Style Modal Images -*/
}
#doc-post-content h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 15px;
  clear: both;
}
#doc-post-content h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 10px;
}
#doc-post-content h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  margin: 30px 0 10px;
}
#doc-post-content hr {
  margin: 20px 0 30px;
  clear: both;
}
#doc-post-content p {
  line-height: 25px;
}
#doc-post-content .alignright {
  margin: 10px 0 10px 20px;
}
#doc-post-content .image-set p {
  text-align: center;
  height: 100px;
  display: block;
  margin-bottom: 20px;
}
#doc-post-content .image-set img,
#doc-post-content .image-set a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
}
#doc-post-content img {
  margin: 20px 0;
}
#doc-post-content img.add-modal {
  border: 10px solid #f0f0f0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  z-index: 0;
  margin: 0 0 15px;
  width: 100%;
}
#doc-post-content img.no-format {
  width: auto;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: none;
}
#doc-post-content .expand-image {
  position: relative;
  display: block;
}
#doc-post-content .expand-image span {
  background: url(../../images/expand-img.png) no-repeat;
  position: absolute;
  display: block;
  top: -20px;
  right: 0px;
  height: 48px;
  width: 48px;
  z-index: 2;
}
#doc-post-content .image-title-text {
  font-size: 14px !important;
  line-height: 25px !important;
  margin-bottom: 30px;
}
#doc-post-content .image-row-item {
  margin-top: 20px;
}
#doc-post-content .anchor {
  outline: none;
}
#doc-post-content .anchor:before {
  display: block;
  content: "";
  height: 85px;
  margin: -85px 0 0;
}
#doc-post-content pre.prettyprint {
  margin: 20px 0 20px !important;
  width: 100%!important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  padding: 10px;
  font-size: 14px;
}
#doc-post-content p,
#doc-post-content .image-title-text p {
  line-height: 25px!important;
}
#doc-post-content .expand-image a,
#doc-post-content .expand-image a:hover,
#doc-post-content .expand-image a:visited,
#doc-post-content .expand-image a:active {
  color: #f0f0f0 !important;
  display: block;
}
pre.nocode,
pre .nocode {
  color: #fff!important;
}
/* Docs Sidebar */
.doc-sidbar-section {
  padding-right: 0;
}
/* Back to Top */
.back-to-top {
  position: fixed;
  right: 0;
  top: 25%;
  text-decoration: none;
  color: #ffffff!important;
  background-color: #333;
  font-size: 12px;
  padding: 1em;
  display: none;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 3;
}
.back-to-top:hover {
  background-color: #000;
  text-decoration: none;
}
/* Google Search Results Styl Overrides */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0 !important;
}
.gsc-above-wrapper-area,
.gcsc-branding {
  display: none !important;
}
.gsc-webResult.gsc-result {
  padding: 10px 0 20px 0 !important;
  border-left: none !important;
  border-bottom: 1px solid #eeeeee !important;
}
.gs-result .gs-title {
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif !important;
}
.gs-result .gs-title b {
  font-size: 18px !important;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif !important;
}
.gs-result .gs-title:hover {
  text-decoration: underline !important;
}
.gs-result .gs-snippet {
  line-height: 25px !important;
  font-family: 'Open Sans', sans-serif !important;
}
.gs-result .gs-snippet b {
  font-weight: 700;
}
.gs-result .gsc-url-bottom {
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  line-height: 25px !important;
}
.gsc-cursor-box {
  padding: 20px 0 !important;
  margin-bottom: 30px !important;
}
.gsc-cursor-page {
  border: none !important;
  background: #eeeeee !important;
  padding: 10px 15px !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: 10px !important;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
  display: inline-block !important;
  margin-bottom: 15px;
}
.gsc-cursor-page:hover {
  background: #ccc !important;
}
.gsc-cursor-current-page {
  background: #999 !important;
  color: #fff !important;
  text-shadow: none !important;
}
.gs-no-results-result .gs-snippet {
  background: none !important;
  padding: 15px !important;
  border: 1px solid #eeeeee !important;
}
.loading-img {
  text-align: center;
  margin: 60px 0 100px;
}
.docs-intro-text {
  text-align: left;
  margin-top: 30px;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}
.category-results .cat-box {
  margin-top: 30px;
}
.category-results .cat-box p {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0 20px;
  margin-bottom: 20px;
  line-height: 25px;
}
.category-results .cat-box p:last-child {
  border: 0;
}
.category-results .cat-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 !important;
}
.search-results {
  margin-top: -30px;
}
/* Docs CTA Banner Styles */
#docs-top-banner {
  margin-top: 20px;
  padding: 0;
}
#docs-top-banner h3 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
}
#docs-top-banner h4 {
  font-size: 16px;
  line-height: 22px;
}
#docs-top-banner .option-1 {
  background: #e1eff6;
  padding: 30px 0 0;
  margin: -10px 0 50px;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#docs-top-banner .option-1 h3 {
  font-style: italic;
}
#docs-top-banner .option-1 h3 span {
  margin-right: 10px;
}
#docs-top-banner .option-1 h3 span img {
  margin: -7px 0 0;
  padding: 0;
}
#docs-top-banner .option-1 h4 {
  padding: 0 20px;
}
#docs-top-banner .option-1 .btn {
  margin-bottom: -15px;
}
#docs-top-banner .option-2 {
  background: #e1eff6;
  padding: 30px 0 30px;
  margin: -10px 0 50px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#docs-top-banner .option-2 img {
  margin: 2px 10px 0 0;
}
#docs-top-banner .option-2 .btn {
  margin-top: 10px;
}
#docs-top-banner .option-2 h4 {
  margin: 0;
}
#docs-top-banner .option-3 {
  background: #fff;
  padding: 30px 0 0;
  margin: 0 0 20px;
}
#docs-top-banner .option-3 .banner-content {
  padding: 0 15px 0;
}
#docs-top-banner .option-3 hr {
  margin-top: 30px;
}
.message-box {
  border: 1px solid #eeeeee;
  background: #fafafa;
  margin: -10px 15px 30px;
  padding: 0 15px;
  border-left: 6px solid #fa770d;
}
.message-box h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.doc-single .message-box {
  margin-left: 0;
  margin-right: 0;
}
#pricing-page-content {
  margin-top: 20px;
  /* Annual - Monthly Switcher */
  /* Color Top of Panels */
}
#pricing-page-content h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
#pricing-page-content h3.heading {
  font-size: 22px;
  text-align: center;
  line-height: 35px;
  margin: 0 40px 50px;
}
#pricing-page-content .pricing-hero {
  position: relative;
}
#pricing-page-content .pricing-hero h1 {
  font-size: 40px;
  display: none;
  font-weight: 400;
  text-align: center;
  margin: 40px 0 30px;
}
#pricing-page-content .pricing-hero ul {
  list-style-position: inside;
}
#pricing-page-content .pricing-hero ul li {
  float: left;
  width: 30%;
  text-align: center;
  padding: 0;
  margin: 0 20px 20px 0;
}
#pricing-page-content .pricing-hero .btn {
  margin: 20px 0 40px;
}
#pricing-page-content .pricing-hero .customer-commitment-badge {
  position: absolute;
  right: 15px;
  top: 50px;
  -ms-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
#pricing-page-content .plan-switch-alt {
  margin: 0 auto;
  width: 345px;
  margin-top: 25px;
  cursor: pointer;
}
#pricing-page-content .plan-switch-alt a {
  float: left;
  line-height: 40px;
  margin: 0 10px;
  font-size: 16px;
  color: #999999;
  font-weight: 400;
}
#pricing-page-content .plan-switch-alt a.active-label {
  color: #333333;
}
#pricing-page-content .plan-switch-alt a:hover {
  text-decoration: none;
  cursor: pointer;
}
#pricing-page-content .plan-switch-alt .pricing-slider-selector {
  cursor: pointer;
  float: left;
  width: 100px;
  background: #fff;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0px 1px 0px 0px #999999;
  box-shadow: inset 0px 1px 0px 0px #999999;
}
#pricing-page-content .plan-switch-alt .pricing-slider-selector .slider-knob {
  cursor: pointer;
  position: relative;
}
#pricing-page-content .plan-switch-alt .pricing-slider-selector .slider-knob span {
  background: #44ad15;
  cursor: pointer;
  display: block;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 4px 4px 0;
  -webkit-box-shadow: 0px 1px 0px 0px #666666;
  box-shadow: 0px 1px 0px 0px #666666;
  position: absolute;
  left: 0;
}
#pricing-page-content .plan-switch-alt .pricing-slider-selector:hover {
  cursor: pointer;
}
#pricing-page-content .pricing_options {
  margin: 30px 0 40px;
  padding: 0;
  min-height: 350px;
  zoom: 1;
}
#pricing-page-content .pricing_options:before,
#pricing-page-content .pricing_options:after {
  content: " ";
  display: table;
}
#pricing-page-content .pricing_options:after {
  clear: both;
}
#pricing-page-content .pricing_options:before,
#pricing-page-content .pricing_options:after {
  content: " ";
  display: table;
}
#pricing-page-content .pricing_options:after {
  clear: both;
}
#pricing-page-content .pricing_options h4 {
  font-size: 22px;
}
#pricing-page-content .pricing_options span.label {
  font-weight: bold;
  display: block;
  margin: 10px 0 10px 20px;
}
#pricing-page-content .pricing_options .top-section {
  position: relative;
  z-index: 999;
  text-align: center;
  padding: 25px 15px 0;
}
#pricing-page-content .pricing_options .top-section .btn {
  width: 120px !important;
  margin-bottom: 50px;
}
#pricing-page-content .pricing_options .top-section .btn span {
  display: inline-block !important;
  font-size: 14px;
  margin: 0;
}
#pricing-page-content .pricing_options .top-section .discount-price {
  margin: 0 0 -10px;
  padding: 10px 0 0;
  line-height: 0;
  color: #44ad15;
  font-weight: 600;
  font-style: italic;
}
#pricing-page-content .pricing_options .top-section .pricing-icon {
  margin: 20px 0 0;
  height: 60px;
}
#pricing-page-content .pricing_options .top-section .plan-cost {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
}
#pricing-page-content .pricing_options .top-section .plan-cost span {
  font-size: 14px;
  color: #666;
}
#pricing-page-content .pricing_options .top-section .img-value img {
  margin: 0;
}
#pricing-page-content .pricing_options .top-section .send-value {
  margin: 20px 0 10px;
}
#pricing-page-content .pricing_options .top-section .retention-value {
  margin: 0 0 20px;
}
#pricing-page-content .pricing_options .top-section .plan-notes {
  font-size: 12px;
  margin: 0 -15px 0;
  padding: 10px;
  background: #fafafa;
  border-top: 1px solid #ccdce4;
}
#pricing-page-content .plan-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100;
  border-top: 10px solid #cccccc !important;
}
#pricing-page-content .plan-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100;
  border-top: 10px solid #3995c2;
}
#pricing-page-content .plan-3::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100;
  border-top: 10px solid #64d7de;
}
#pricing-page-content .plan-4::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100;
  border-top: 10px solid #44ad15;
}
#pricing-page-content .plan-5::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100;
  border-top: 10px solid #fa770d;
}
#pricing-page-content .plan-box {
  padding: 0;
}
#pricing-page-content .plan-box-middle .panel .front,
#pricing-page-content .plan-box-middle .panel .back {
  border-right: none;
  border-left: none;
}
#pricing-page-content .panel {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  position: relative;
}
#pricing-page-content .panel .front {
  border-right: 1px solid #ccdce4;
  border-left: 1px solid #ccdce4;
  border-bottom: 1px solid #ccdce4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  overflow: visible;
  background: #fff;
  min-height: 346px;
  /* turn the panel */
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#pricing-page-content .panel .back {
  position: absolute;
  border-right: 1px solid #ccdce4;
  border-left: 1px solid #ccdce4;
  border-bottom: 1px solid #ccdce4;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  background: #fff;
  /* turn the panel */
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#pricing-page-content .panel.turn-card .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#pricing-page-content .panel.turn-card .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
#pricing-page-content .show-item {
  display: block !important;
}
#pricing-page-content .hide-btn-item {
  display: none !important;
}
#pricing-page-content .button-spacer-1 {
  height: 49px;
}
#pricing-page-content .button-spacer-2 {
  height: 80px;
}
#pricing-page-content .button-spacer-3 {
  height: 35px;
}
#pricing-page-content .hide-item {
  display: none !important;
}
#pricing-page-content .start-trial {
  display: none;
}
#pricing-page-content .start-trial p {
  margin: 10px 0 22px;
  font-size: 12px;
}
#pricing-page-content .start-trial a.btn {
  margin-bottom: 0 !important;
}
#pricing-page-content .plan-features-table {
  margin: 20px 0;
  background: #fff;
}
#pricing-page-content .plan-features-table table {
  background: #fff;
  width: 100%;
  border: 1px solid #ccdce4;
  border-collapse: separate;
  border-spacing: 0;
}
#pricing-page-content .plan-features-table table th {
  background: #ecf2f5;
  border-bottom: 1px solid #ccdce4;
  border-right: 1px solid #ccdce4;
  border-top: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
#pricing-page-content .plan-features-table table th:first-child {
  font-size: 18px;
  text-align: left;
}
#pricing-page-content .plan-features-table table tr#standard-feature-list td {
  padding: 30px 0px 0px 15px;
  margin: 0;
}
#pricing-page-content .plan-features-table table tr#standard-feature-list td ul {
  padding: 0 0 0 40px;
}
#pricing-page-content .plan-features-table table tr#standard-feature-list td ul li {
  float: left;
  padding: 0 30px 30px 0;
}
#pricing-page-content .plan-features-table table td,
#pricing-page-content .plan-features-table table th {
  padding: 10px;
}
#pricing-page-content .plan-features-table table td {
  border-bottom: 1px solid #ccdce4;
  border-right: 1px solid #ccdce4;
  border-top: none;
  text-align: center;
}
#pricing-page-content .plan-features-table table td.option-yes {
  background: url(../../images/checkmark-green.png) no-repeat center center;
  background-size: 16px 13px;
}
#pricing-page-content .plan-features-table table td span.expand-collapse-icon {
  width: 16px;
  height: 16px;
  top: 12px;
  right: 10px;
  vertical-align: top;
  position: absolute;
  opacity: 0.6;
}
#pricing-page-content .plan-features-table table td span.expand-collapse-icon:not(.opened) {
  background: url(../../images/expand-collapse-icon.png) no-repeat;
}
#pricing-page-content .plan-features-table table td span.expand-collapse-icon.opened {
  background: url(../../images/expand-collapse-icon.png) no-repeat 0 -16px;
}
#pricing-page-content .plan-features-table table td:first-child {
  text-align: left;
  padding: 10px 30px 10px 10px;
}
#pricing-page-content .plan-features-table table th:last-child,
#pricing-page-content .plan-features-table table td:last-child {
  border-right: none;
}
#pricing-page-content .plan-features-table table tr:nth-child(odd) {
  background: #fafafa;
}
#pricing-page-content .plan-features-table table tr#standard-feature-row {
  background: #fff;
}
#pricing-page-content .plan-features-table table tr#standard-feature-row #standard-feature-item {
  cursor: pointer;
}
#pricing-page-content .plan-features-table table .info-icon-help {
  top: 0;
  right: 0;
  padding: 10px 10px 0 0;
  vertical-align: top;
  position: absolute;
  opacity: 0.4;
}
#pricing-page-content .plan-features-table table .add-ons-link {
  cursor: pointer;
}
#pricing-page-content .included-options ul li {
  width: 33.3%;
}
#pricing-page-content .pricing-box {
  margin: 50px 0;
  padding: 60px 0 0;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0px 1px 0px 0px #cccccc;
  -moz-box-shadow: inset 0px 1px 0px 0px #cccccc;
  box-shadow: inset 0px 1px 0px 0px #cccccc;
}
#pricing-page-content .pricing-box h2 {
  background: #fafafa;
  padding: 18px 20px;
  margin-top: -90px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 22px;
  font-weight: 400;
  -webkit-box-shadow: 0px 1px 0px 0px #cccccc;
  -moz-box-shadow: 0px 1px 0px 0px #cccccc;
  box-shadow: 0px 1px 0px 0px #cccccc;
}
#pricing-page-content .pricing-box h2 span {
  text-decoration: underline;
  color: #fa770d;
}
#pricing-page-content #add-ons {
  height: 80px;
}
#pricing-page-content #add-on-features {
  margin: 80px 0;
}
#pricing-page-content #add-on-features .add-ons .feature-icon {
  background: #eeeeee;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 75px;
  height: 75px;
  -webkit-box-shadow: 0px 2px 0px 0px #cccccc;
  -moz-box-shadow: 0px 2px 0px 0px #cccccc;
  box-shadow: 0px 2px 0px 0px #cccccc;
  padding: 18px;
}
#pricing-page-content #add-on-features .add-ons .feature-icon.datahub {
  padding: 20px 0 0 21px;
}
#pricing-page-content #add-on-features .add-ons .feature-content {
  margin: -75px 0 30px 100px;
}
#pricing-page-content #add-on-features .add-ons .feature-content h3 {
  font-size: 28px;
  font-weight: 500;
}
#pricing-page-content #add-on-features .add-ons .feature-content h4 {
  font-size: 18px;
  font-weight: 300;
}
#pricing-page-content #add-on-features .add-ons .feature-content p {
  line-height: 25px;
  margin: 20px 0;
}
#pricing-page-content #add-on-features .add-ons .feature-content .btn {
  margin-bottom: 20px;
}
#pricing-page-content #add-on-features .add-on-footnote {
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0px -1px 0px 0px #dfe0e1;
  -moz-box-shadow: 0px -1px 0px 0px #dfe0e1;
  box-shadow: 0px -1px 0px 0px #dfe0e1;
  background: #fafafa;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#pricing-page-content #add-on-features .add-on-footnote p {
  padding: 20px 20px 10px;
}
#pricing-page-content .le-customer-commitment {
  margin: 120px 0 30px;
  padding: 0 0 30px;
}
#pricing-page-content .le-customer-commitment .commitment-badge img {
  background: #eeeeee;
  padding: 10px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: -60px;
}
#pricing-page-content .le-customer-commitment h3 {
  font-size: 40px;
  text-align: center;
  line-height: 35px;
  margin: 0 40px 50px;
}
#pricing-page-content .le-customer-commitment h4 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 25px;
}
#pricing-page-content .le-customer-commitment .icon-bullet {
  background: #fff;
  padding: 30px;
  border-top-right-radius: 150px;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 0px 2px 0px 0px #cccccc;
  box-shadow: 0px 2px 0px 0px #cccccc;
  margin: 0 auto;
}
#pricing-page-content .le-customer-commitment .icon-bullet img {
  margin-top: 7px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#pricing-page-content .le-customer-commitment a,
#pricing-page-content .le-customer-commitment a:hover {
  color: #333333;
}
#pricing-page-content .le-customer-commitment a:hover {
  text-decoration: none;
}
#pricing-page-content .faq-section {
  margin: 20px 0 40px;
}
#pricing-page-content .faq-section h3 {
  font-size: 40px;
  margin-bottom: 0;
}
#pricing-page-content .faq-section h4 {
  font-weight: 600;
}
#pricing-page-content .faq-section .row .row {
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #pricing-page-content .le-customer-commitment h4 {
    margin-left: 10px;
    padding: 0;
    font-size: 13px;
    width: 100%;
    font-weight: 500;
    line-height: 18px;
  }
  #pricing-page-content .pricing_options .top-section .send-value,
  #pricing-page-content .pricing_options .top-section .retention-value {
    font-size: 12px;
  }
  #pricing-page-content .pricing_options .top-section .plan-notes {
    padding: 10px 20px;
  }
  #pricing-page-content .custom-plans-footer-bar h3 {
    margin: 15px 30px 0 0;
  }
  #pricing-page-content .custom-plans-footer-bar p {
    width: 57%;
  }
  #pricing-page-content .custom-plans-footer-bar .btn {
    margin-top: 15px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #pricing-page-content .pricing-hero ul li {
    width: 42%;
  }
  #pricing-page-content .pricing-hero .customer-commitment-badge {
    top: 100px;
  }
  #pricing-page-content .pricing_options .top-section {
    padding: 25px 12px 0;
  }
  #pricing-page-content .pricing_options .top-section .btn {
    width: 100px !important;
    line-height: 16px;
  }
  #pricing-page-content .pricing_options .top-section .btn span {
    display: none !important;
  }
  #pricing-page-content .pricing_options .top-section .plan-cost {
    font-size: 40px;
  }
  #pricing-page-content .pricing_options .top-section .pricing-icon {
    margin: 20px 0 0;
    height: 46px;
  }
  #pricing-page-content .pricing_options .top-section .send-value {
    font-size: 12px;
  }
  #pricing-page-content .pricing_options .top-section .retention-value {
    font-size: 10px;
  }
  #pricing-page-content .pricing_options .top-section .plan-notes {
    margin-left: -12px;
    margin-right: -12px;
  }
  #pricing-page-content .included-options ul li {
    width: 33.3%;
  }
  #pricing-page-content .le-customer-commitment h4 {
    padding: 0;
    font-size: 13px;
    width: 100%;
    font-weight: 600;
    line-height: 18px;
  }
  #pricing-page-content .le-customer-commitment .icon-bullet:first-of-type {
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  #pricing-page-content .grouped-plans {
    padding-right: 0;
    padding-left: 0;
  }
  #pricing-page-content .pricing-hero h1 {
    font-size: 28px;
  }
  #pricing-page-content .pricing-hero ul li {
    width: 90%;
    margin-bottom: 10px;
  }
  #pricing-page-content .pricing-hero .customer-commitment-badge {
    position: static !important;
    margin: 15px 0 -30px;
  }
  #pricing-page-content .pricing-hero .customer-commitment-badge img {
    margin-left: 40%;
    width: 75px !important;
    height: 75px !important;
  }
  #pricing-page-content .plan-switch-alt {
    width: 85%;
  }
  #pricing-page-content .plan-switch-alt a .hide-text {
    display: none;
  }
  #pricing-page-content .panel {
    position: relative;
  }
  #pricing-page-content #features-table {
    padding: 0 15px !important;
  }
  #pricing-page-content .pricing-table {
    margin: 0 15px;
  }
  #pricing-page-content .pricing-table td:first-child {
    font-size: 12px;
    padding-right: 35px;
  }
  #pricing-page-content .pricing_options {
    margin: 20px 0 20px;
    padding: 0 15px;
    width: 100%;
  }
  #pricing-page-content .pricing_options .plan {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #pricing-page-content #add-on-features {
    margin: 30px 15px;
  }
  #pricing-page-content #add-on-features .add-ons {
    text-align: center;
  }
  #pricing-page-content #add-on-features .add-ons .feature-icon {
    text-align: left;
    margin: 0 auto;
  }
  #pricing-page-content #add-on-features .add-ons .feature-content {
    margin: 0 0 20px 0;
  }
  #pricing-page-content #add-on-features .add-ons .feature-content h3 {
    font-weight: 600;
  }
  #pricing-page-content #add-on-features .add-ons .feature-content p {
    line-height: 25px;
  }
  #pricing-page-content #add-on-features .add-on-footnote p {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  #pricing-page-content .included-options {
    margin: 50px 15px;
    padding: 60px 20px 10px;
  }
  #pricing-page-content .included-options h3 {
    font-size: 16px;
  }
  #pricing-page-content .included-options ul {
    margin-top: 20px;
    padding: 0;
  }
  #pricing-page-content .included-options ul li {
    width: 100%;
  }
  #pricing-page-content .le-customer-commitment {
    margin-left: 15px;
    margin-right: 15px;
  }
  #pricing-page-content .le-customer-commitment h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  #pricing-page-content .le-customer-commitment h4 {
    font-size: 14px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  #pricing-page-content .faq-section {
    margin: 0 0 20px;
  }
  #pricing-page-content .faq-section h3 {
    font-size: 28px;
  }
  #pricing-page-content .faq-section h4 {
    margin-top: 20px;
  }
  #pricing-page-content .faq-section .row .row {
    margin-top: 0;
  }
}
body.page-id-165 .one-half {
  width: 65%;
  margin-left: 5%;
}
body.page-id-165 h3 {
  line-height: 1.3em;
}
.press-release {
  margin: 1.5em 8.333333333333332%;
}
.press-release h2 {
  margin: 1em 0 30px 0;
}
.press-release p {
  margin: 0 0 1.6em 0;
}
.press-release ul {
  display: table;
  padding: 0;
  margin: 0 1.5em 1.5em 0;
}
.press-release ul li {
  list-style: none;
  padding-left: 28px;
  text-indent: -12px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.6em;
}
.press-release ul li:before {
  top: 0;
  left: -20px;
  content: "\25cf";
  position: relative;
  color: #3995c2;
  speak: none;
}
#about-us-page-content .hero-heading {
  background: #eeeeee;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-top: 30px;
}
#about-us-page-content .hero-heading h2 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
}
#about-us-page-content .hero-content {
  padding: 40px 15px 50px;
  background: #eeeeee;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 30px;
}
#about-us-page-content .hero-content p {
  text-align: center;
  line-height: 30px;
}
#about-us-page-content .hero-content p span {
  font-weight: 600;
  font-size: 18px;
}
#about-us-page-content .hero-content .icon-bullet {
  background: #fff;
  width: 100px;
  height: 100px;
  padding: 20px;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 0px 0px #999999;
  box-shadow: 0px 1px 0px 0px #999999;
}
#about-us-page-content .hero-content .icon-bullet img {
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
#about-us-page-content .hero-content-2 {
  background: url(../../images/about-us-hero.jpg) no-repeat top center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 30px 0 40px;
  color: #fff;
  text-align: left;
  padding: 50px 40px;
}
#about-us-page-content .hero-content-2 h1 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
}
#about-us-page-content .hero-content-2 p {
  text-align: left;
  font-size: 18px;
  max-width: 750px;
  line-height: 25px;
}
#about-us-page-content .hero-content-2 .icon-bullet {
  margin: 0 30px 30px 0;
}
#about-us-page-content .hero-content-2 .cta-offset {
  margin-left: 130px;
}
#about-us-page-content .hero-content-2 .cta-offset h3 {
  font-size: 22px;
  line-height: 25px;
  display: inline-block;
  margin: 0 10px 20px 0;
  line-height: 35px;
  font-weight: 600;
}
#about-us-page-content .hero-content-2 .cta-offset .btn {
  margin-top: -10px;
  padding: 10px 15px;
  font-size: 16px;
}
#about-us-page-content .customers-heading {
  padding: 0;
}
#about-us-page-content .customers-heading h3 {
  margin-bottom: 20px;
}
#about-us-page-content .customers-heading h4 {
  font-size: 22px;
  text-align: center;
}
#about-us-page-content .customers {
  padding: 40px 15px;
}
#about-us-page-content .customers .customer {
  height: 180px;
  display: block;
  padding: 60px 0;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
#about-us-page-content .customers .customer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
#about-us-page-content .customers .customer.last {
  border-right: 0;
}
#about-us-page-content .customers .row.last .customer {
  border-bottom: 0;
}
#about-us-page-content .our-team-heading {
  border-top: 1px solid #eeeeee;
  margin-top: 50px;
}
#about-us-page-content .our-team-heading h3 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin: 50px 0;
}
#about-us-page-content .team-quote .small-quote h4 {
  text-align: left;
  float: left;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
#about-us-page-content .team-quote .small-quote i {
  float: left;
  margin-bottom: 80px;
}
#about-us-page-content .team-quote .small-quote span {
  margin-left: 55px;
  line-height: 18px;
}
#about-us-page-content .locations-map {
  margin-top: 40px;
  background: url(../../images/world-map-locations.png) no-repeat center;
  background-size: contain;
  height: 250px;
}
#about-us-page-content .team-headshots {
  border-top: 20px solid #e1eff6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#about-us-page-content .team-headshots .team-member {
  margin: -83px 0 40px;
  text-align: center;
  color: #fff;
}
#about-us-page-content .team-headshots .team-member img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
#about-us-page-content .team-headshots .team-member h4 {
  margin-top: 20px;
  font-weight: 600;
}
#about-us-page-content .team-spacer {
  height: 120px;
}
#about-us-page-content .investors {
  margin: 50px 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#about-us-page-content .investors h3 {
  margin-bottom: 20px;
}
#about-us-page-content .investors h4 {
  font-size: 22px;
  text-align: center;
  line-height: 35px;
}
#about-us-page-content .investors .investor-logos {
  margin-top: 40px;
  margin-bottom: 60px;
  background: #fff;
}
#about-us-page-content .investors .investor-logos .investor {
  border: 1px solid #ebebeb;
  border-top: none;
  border-right: none;
  padding: 30px 0;
}
#about-us-page-content .investors .investor-logos .investor img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
#post-not-found {
  margin: 20px 0 0;
  padding: 0;
}
#post-not-found h2 {
  margin: 20px 40px 40px;
  line-height: 35px;
}
#post-not-found .image-bottom {
  position: relative;
  margin-top: 40px;
  margin-bottom: -47px;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 30;
}
#post-not-found .image-bottom .bottom-section {
  position: relative;
}
#post-not-found .image-bottom .bottom-section .btn {
  position: relative;
  z-index: 3;
  margin: 5px 0;
}
#post-not-found .image-bottom .bottom-section .image404 {
  margin: 0 0 -19px;
}
@media (min-width: 992px) and (max-width: 1170px) {
  #post-not-found .image-bottom {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 980px) {
  #post-not-found h1 {
    font-size: 40px;
  }
  #post-not-found h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #post-not-found .image-bottom {
    margin-top: 40px;
  }
  #post-not-found .image-bottom .bottom-section .image404 {
    margin: 0 0 -19px;
  }
}
@media only screen and (max-width: 767px) {
  #post-not-found {
    margin: 0;
  }
  #post-not-found h1 {
    font-size: 28px;
    line-height: 34px;
  }
  #post-not-found .image-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  #post-not-found .image-bottom .bottom-section .image404 {
    margin: 0 0 -19px;
  }
}
#community-page-content {
  padding-top: 30px;
}
#community-page-content .hero-head {
  background: #eeeeee;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 30px 0 0;
  text-align: center;
}
#community-page-content .hero-head h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 45px;
}
#community-page-content .hero-head h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 10px;
}
#community-page-content .hero-content {
  margin: 0 0 30px;
  padding: 0 0 30px;
  background: #eeeeee;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 0px 1px 0px 0px #cccccc;
  box-shadow: 0px 1px 0px 0px #cccccc;
}
#community-page-content .hero-content h4 {
  font-weight: 600;
  font-size: 28px;
  margin: 20px 0;
}
#community-page-content .hero-content p {
  zoom: 1;
  line-height: 22px;
  padding-top: 20px;
  font-size: 16px;
}
#community-page-content .hero-content p:before,
#community-page-content .hero-content p:after {
  content: " ";
  display: table;
}
#community-page-content .hero-content p:after {
  clear: both;
}
#community-page-content .hero-content p:before,
#community-page-content .hero-content p:after {
  content: " ";
  display: table;
}
#community-page-content .hero-content p:after {
  clear: both;
}
#community-page-content .hero-content p.first {
  margin-top: 150px;
}
#community-page-content .hero-content p.second {
  margin-top: 95px;
}
#community-page-content .hero-content-alt p.first {
  margin-top: 100px;
}
#community-page-content .hero-content-alt p.second {
  margin-top: 55px;
  margin-bottom: 30px;
}
#community-page-content .hero-sub-paragraph {
  padding: 50px 0 20px;
  border-top: 1px solid #eeeeee;
  font-size: 18px;
  line-height: 35px;
}
#community-page-content .product-features {
  padding: 0;
}
#community-page-content .product-features .product-feature {
  margin: 20px 0;
  padding: 20px 0;
}
#community-page-content .product-features .product-feature h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 25px;
}
#community-page-content .product-features .product-feature p {
  margin-bottom: 30px;
  line-height: 25px;
  font-size: 16px;
}
#community-page-content .product-features .product-feature p.destination-link {
  font-size: 16px;
  font-weight: 600;
}
#community-page-content .product-features .product-feature.first {
  margin-top: 0;
}
#community-page-content .product-features .product-image-sm {
  border: 5px solid #eeeeee;
  margin-bottom: 40px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
}
#community-page-content .related-topics-bar {
  padding: 20px 20px 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 0px 0px #cccccc;
  box-shadow: 0px 1px 0px 0px #cccccc;
}
#community-page-content .related-topics-bar h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
#community-page-content .related-topics-bar h4 {
  font-size: 14px;
  font-weight: 400;
}
#community-page-content .related-topics-bar div {
  zoom: 1;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
}
#community-page-content .related-topics-bar div:before,
#community-page-content .related-topics-bar div:after {
  content: " ";
  display: table;
}
#community-page-content .related-topics-bar div:after {
  clear: both;
}
#community-page-content .related-topics-bar div:before,
#community-page-content .related-topics-bar div:after {
  content: " ";
  display: table;
}
#community-page-content .related-topics-bar div:after {
  clear: both;
}
#community-page-content .related-topics-bar .icon-bullet-white {
  background: #fff;
  padding: 20px;
  border-top-right-radius: 68px;
  border-top-left-radius: 68px;
  border-bottom-right-radius: 68px;
  border-bottom-left-radius: 68px;
  margin: 10px 10px 20px 0;
  -webkit-box-shadow: 0px 1px 0px 0px #999999;
  box-shadow: 0px 1px 0px 0px #999999;
}
/* Sidebar Get Started CTA */
#sidebar1 {
  padding: 0;
  margin: 30px 0;
}
#sidebar1 .advertisement_container {
  font-size: 16px;
  line-height: 20px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}
#sidebar1 .advertisement_container .logo-section {
  background: #333333;
  text-align: center;
  padding: 10px 0;
}
#sidebar1 .advertisement_container .sub-text {
  font-size: 12px;
  padding: 10px 0 0;
}
#sidebar1 .advertisement_container .title_section {
  padding: 10px 20px 0;
  background-image: -webkit-linear-gradient(top, #197dae 0%, #61b2da 100%);
  background-image: linear-gradient(to bottom, #197dae 0%, #61b2da 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff197dae', endColorstr='#ff61b2da', GradientType=0);
}
#sidebar1 .advertisement_container .title_section h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}
#sidebar1 .advertisement_container .title_section-alt {
  text-align: center;
}
#sidebar1 .advertisement_container .title_section-alt h4 {
  margin-bottom: 15px;
}
#sidebar1 .advertisement_container ul {
  list-style: none;
  text-align: left;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
}
#sidebar1 .advertisement_container .title_section a {
  color: #fff !important;
  display: block;
}
#sidebar1 .advertisement_container .title_section a:hover {
  text-decoration: none;
}
#sidebar1 .advertisement_container .button_container {
  text-align: center;
  background: #eeeeee;
  padding: 20px 0 10px;
}
#join-us-page #join-us-hero {
  margin: 30px -15px 0 0;
  background: url(../../images/5-reasons-background-image.jpg) center;
  width: 945px ;
  height: 475px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* Carousel Styles */
  /* Dots */
  /* Support for Retina Sprite */
}
#join-us-page #join-us-hero h1 {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  font-weight: 400;
}
#join-us-page #join-us-hero .slick-prev:before,
#join-us-page #join-us-hero .slick-next:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 1;
  color: #fff;
  opacity: 0.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#join-us-page #join-us-hero .slick-prev {
  top: 160px;
  left: 40px;
}
#join-us-page #join-us-hero .slick-next {
  top: 160px;
  right: 40px;
}
#join-us-page #join-us-hero .slick-slider {
  margin-bottom: 30px;
}
#join-us-page #join-us-hero .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin-top: 85px;
}
#join-us-page #join-us-hero .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
#join-us-page #join-us-hero .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
#join-us-page #join-us-hero .slick-dots li button:hover,
#join-us-page #join-us-hero .slick-dots li button:focus {
  outline: none;
}
#join-us-page #join-us-hero .slick-dots li button:hover:before,
#join-us-page #join-us-hero .slick-dots li button:focus:before {
  opacity: 1;
}
#join-us-page #join-us-hero .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#join-us-page #join-us-hero .slick-dots li.slick-active button:before {
  color: #64d7de;
  opacity: 1;
}
#join-us-page #join-us-hero .hero-slide {
  margin: 70px 0 0;
}
#join-us-page #join-us-hero .hero-slide h3 {
  text-align: center;
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}
#join-us-page #join-us-hero .hero-slide h4 {
  font-size: 20px;
  color: #f6f6f6;
  font-weight: 300;
  text-align: center;
  font-style: italic;
  margin-top: 15px;
}
#join-us-page #join-us-hero .five-reasons-sprite {
  background-image: url(../../images/5-reasons-sprite.png);
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
#join-us-page #join-us-hero .brilliant-minds {
  background-position: 0 0;
}
#join-us-page #join-us-hero .growth {
  background-position: 0px -50px;
}
#join-us-page #join-us-hero .cutting-tech {
  background-position: 0px -100px;
}
#join-us-page #join-us-hero .great-locations {
  background-position: 0px -150px;
}
#join-us-page #join-us-hero .having-fun {
  background-position: 0px -200px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5) {
  #join-us-page #join-us-hero .five-reasons-sprite {
    /* Reference the @2x Sprite */
    background-image: url(../../images/5-reasons-sprite@2x.png);
  }
}
#join-us-page .section {
  border-bottom: 1px solid #eee;
  padding: 0 0 30px;
}
#join-us-page .section h3 {
  text-align: center;
  font-size: 40px;
  margin: 50px 0 0;
  font-weight: 400;
}
#join-us-page .section h4 {
  text-align: center;
  font-size: 14px;
  margin: 20px 0 50px;
  line-height: 25px;
}
#join-us-page .section .helper-image {
  margin-top: 60px;
}
#join-us-page #le-photo-gallery {
  /* Carousel Styles */
}
#join-us-page #le-photo-gallery .slick-prev:before,
#join-us-page #le-photo-gallery .slick-next:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 1;
  color: #ccc;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#join-us-page #le-photo-gallery .slick-prev {
  top: 90px;
  left: -10px;
}
#join-us-page #le-photo-gallery .slick-next {
  top: 90px;
  right: -10px;
}
#join-us-page #le-photo-gallery .photo p {
  text-align: center;
  margin: 20px 0 0;
}
#join-us-page #le-photo-gallery .photo p a,
#join-us-page #le-photo-gallery .photo p a:hover {
  color: #333333;
  text-decoration: none;
}
#join-us-page #le-photo-gallery .photo img {
  display: block;
  margin: auto;
}
#join-us-page #le-photo-gallery .fade-image {
  position: relative;
  height: 192px;
  width: 192px;
  margin: 0 auto;
}
#join-us-page #le-photo-gallery .fade-image img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#join-us-page #le-photo-gallery .fade-image img.top:hover {
  opacity: 0;
}
#join-us-page #le-benefits {
  /* Support for Retina Sprite */
}
#join-us-page #le-benefits .benefit {
  background: #fa770d;
  height: 75px;
  width: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 15px;
  margin: 0 auto;
}
#join-us-page #le-benefits p {
  text-align: center;
  margin: 10px 0 20px;
  font-size: 12px;
}
#join-us-page #le-benefits .benefits-sprite {
  background-image: url(../../images/benefits-sprite.png);
  background-repeat: no-repeat;
  background-size: 45px;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  display: block;
}
#join-us-page #le-benefits .savings-401K {
  background-position: 0 0;
}
#join-us-page #le-benefits .cheers {
  background-position: 0px -45px;
}
#join-us-page #le-benefits .gear {
  background-position: 0px -90px;
}
#join-us-page #le-benefits .coffee {
  background-position: 0px -135px;
}
#join-us-page #le-benefits .dental {
  background-position: 0px -180px;
}
#join-us-page #le-benefits .flip-flops {
  background-position: 0px -225px;
}
#join-us-page #le-benefits .medical {
  background-position: 0 -270px;
}
#join-us-page #le-benefits .snacks {
  background-position: 0px -315px;
}
#join-us-page #le-benefits .good-music {
  background-position: 0px -360px;
}
#join-us-page #le-benefits .transportation {
  background-position: 0px -405px;
}
#join-us-page #le-benefits .vacation {
  background-position: 0px -450px;
}
#join-us-page #le-benefits .great-locations {
  background-position: 0px -495px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5) {
  #join-us-page #le-benefits .benefits-sprite {
    /* Reference the @2x Sprite */
    background-image: url(../../images/benefits-sprite@2x.png);
  }
}
#join-us-page #le-openings h3 {
  margin-top: 20px;
}
#join-us-page #le-openings .location_switch {
  height: auto;
  border: 1px solid #eeeeee;
  padding: 5px;
  margin: 40px 0 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0px 1px 0px 0px #999999;
  box-shadow: inset 0px 1px 0px 0px #999999;
  background: #ffffff;
  cursor: pointer;
}
#join-us-page #le-openings .location_switch > a {
  background: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 32.7%;
  color: #333333;
}
#join-us-page #le-openings .active_location {
  background: #fa770d !important;
  color: #ffffff !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#join-us-page #le-openings #boston-jobs,
#join-us-page #le-openings #dublin-jobs {
  display: none;
}
#join-us-page #le-openings .current-job-listings {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
#join-us-page #le-openings .current-job-listings .headings {
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  height: 60px;
}
#join-us-page #le-openings .current-job-listings tr {
  border-bottom: 1px solid #eee;
}
#join-us-page #le-openings .current-job-listings tr:last-child {
  border-bottom: none ;
}
#join-us-page #le-openings .current-job-listings td {
  padding: 20px 0;
  font-size: 16px;
  vertical-align: top;
}
#join-us-page #le-openings .current-job-listings td.location {
  background: url(../../images/current-openings-location-icon.png) no-repeat 0 25px;
  background-size: 11px 16px;
  padding-left: 20px;
}
#join-us-page #le-openings .current-job-listings td.location a,
#join-us-page #le-openings .current-job-listings td.location a:hover {
  color: #333;
}
#join-us-page #le-openings .current-job-listings .job-title {
  width: 400px;
  font-size: 18px;
}
#join-us-page #le-openings .current-job-listings th.job-title {
  width: 400px;
  font-size: 22px;
}
#join-us-page #le-office-locations h3 {
  margin: 20px 0 40px;
}
#join-us-page #le-office-locations h4 {
  text-align: left;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}
#join-us-page #le-office-locations p.address {
  line-height: 25px;
  font-weight: 300;
}
#join-us-page #le-office-locations #map_canvas_1,
#join-us-page #le-office-locations #map_canvas_2 {
  width: 100%;
  height: 230px;
  background-color: #eeeeee;
  margin-bottom: 40px;
}
#join-us-page #le-office-locations.section {
  border-bottom: none;
}
/* Carousel Slider - General Settings */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  opacity: 0.75;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before {
  content: "\2190";
}
.slick-next:before {
  content: "\2192";
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: white url(../img/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
[dir="rtl"] .slick-slide {
  float: right;
}
/* Job Listing Styles */
#job-listing #job-header {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 20px;
}
#job-listing #job-header h1 {
  font-size: 40px;
  font-weight: 400;
  margin-right: 20px;
}
#job-listing #job-header .byline {
  color: #999999;
}
#job-listing #job-header .btn {
  margin-top: 20px;
}
#job-listing #job-content .section {
  border-bottom: 1px solid #eeeeee;
}
#job-listing #job-content .section h3 {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 10px;
  font-weight: 400;
}
#job-listing #job-content .section p {
  margin-bottom: 20px;
  line-height: 25px;
}
#job-listing #job-content .section ul {
  padding: 0 20px;
  margin: 0;
}
#job-listing #job-content .section ul li {
  padding: 0;
  margin-bottom: 30px;
  line-height: 25px;
}
#job-listing #job-content .section:last-child {
  border-bottom: none;
}
#job-listing #job-content .description h3 {
  background: url(../../images/description-description.png) no-repeat 0 5px;
  background-size: 25px 25px;
  padding-left: 35px;
}
#job-listing #job-content .responsibilities h3 {
  background: url(../../images/description-responsibilities.png) no-repeat 0 5px;
  background-size: 25px 25px;
  padding-left: 35px;
}
#job-listing #job-content .skills h3 {
  background: url(../../images/description-skills.png) no-repeat 0 5px;
  background-size: 27px 25px;
  padding-left: 37px;
}
#job-listing #apply-bar {
  margin-top: 20px;
  padding: 20px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#job-listing #apply-bar h3 {
  line-height: 45px;
  padding: 0;
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  margin-right: 15px;
}
/* Job Apply Form */
#job-apply-page #job-title-section {
  margin: 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
#job-apply-page #job-title-section h1 {
  text-align: center;
  font-weight: 400;
}
#job-apply-page #job-title-section p {
  text-align: center;
}
#job-apply-page #job-apply-form .required-text {
  font-size: 12px;
  color: #999999;
}
#job-apply-page #job-apply-form label {
  display: none;
}
#job-apply-page #job-apply-form input[type=text],
#job-apply-page #job-apply-form input[type=email],
#job-apply-page #job-apply-form textarea {
  height: 40px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: inset 0px 1px 0px 0px #999999;
  box-shadow: inset 0px 1px 0px 0px #999999;
  font-weight: 300;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fafafa;
  padding: 5px 10px 0;
  margin-bottom: 10px;
  width: 100%;
}
#job-apply-page #job-apply-form textarea {
  height: 150px;
  padding: 10px;
}
#job-apply-page #job-apply-form .hs_upload_your_resume .hs-field-desc {
  font-size: 16px;
  color: #555555;
}
#job-apply-page #job-apply-form select {
  height: 50px;
  font-size: 14px;
  width: 95%;
}
#job-apply-page #job-apply-form .hs-button.primary.large {
  -moz-box-shadow: 0px 2px 0px #c75319;
  -webkit-box-shadow: 0px 2px 0px #c75319;
  box-shadow: 0px 2px 0px #c75319;
  text-shadow: 0px 1px 0px #a7470c;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  border: none;
  background: #fa770d;
}
#job-apply-page #job-apply-form .hs-button.primary.large:hover {
  background: #ee7310;
  text-shadow: 0px 1px 0px #a7470c;
  border: none;
  outline: none;
  -moz-box-shadow: 0px 2px 0px #c75319;
  -webkit-box-shadow: 0px 2px 0px #c75319;
  box-shadow: 0px 2px 0px #c75319;
}
#job-apply-page #job-apply-form .hs-button.primary.large:active:active {
  background: #ee7310;
  position: relative;
  -webkit-box-shadow: 0px 1px 0px #c75319;
  -moz-box-shadow: 0px 1px 0px #c75319;
  box-shadow: 0px 1px 0px #c75319;
  top: 1px;
  color: #fff;
}
#in-the-news-main-page .in-the-news-hero {
  margin-top: 40px;
}
#in-the-news-main-page .in-the-news-hero h1 {
  font-size: 40px;
  font-weight: 400;
}
#in-the-news-main-page #press-releases,
#in-the-news-main-page #media-coverage {
  display: none;
}
#in-the-news-main-page #media-coverage #media-coverage-top {
  border-top: none;
  margin: 0;
  padding-top: 0;
}
#in-the-news-main-page #media-coverage .btn {
  margin-bottom: 50px;
}
#in-the-news-main-page #media-coverage .more-media-coverage {
  padding: 0;
}
#in-the-news-main-page .grey-tabbed-content-box {
  background: #fafafa;
  padding: 30px;
  margin-top: -80px;
  zoom: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#in-the-news-main-page .grey-tabbed-content-box:before,
#in-the-news-main-page .grey-tabbed-content-box:after {
  content: " ";
  display: table;
}
#in-the-news-main-page .grey-tabbed-content-box:after {
  clear: both;
}
#in-the-news-main-page .grey-tabbed-content-box:before,
#in-the-news-main-page .grey-tabbed-content-box:after {
  content: " ";
  display: table;
}
#in-the-news-main-page .grey-tabbed-content-box:after {
  clear: both;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box {
  clear: both;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box h2 {
  font-size: 28px;
  font-weight: 300;
  padding: 0 30px;
  margin-bottom: 20px;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box h2 img {
  margin: -7px 10px 0 0;
  display: inline-block;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row {
  overflow: hidden;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post {
  padding: 30px;
  height: 460px;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post .date-label {
  color: #fa770d;
  font-size: 16px;
  font-style: italic;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post h3 a {
  color: #333333;
  text-decoration: none;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post h3:before {
  background: url(../../images/in-the-news-press-quotes.png) no-repeat;
  background-size: 35px 35px;
  background-position: left center;
  padding-right: 40px;
  content: "\00a0";
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post p {
  margin-bottom: 20px;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post:hover {
  background: #333333;
  color: #fff;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post:hover h3 a {
  color: #fff;
  text-decoration: none;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post:hover h3:before {
  background: url(../../images/in-the-news-press-quotes-orange.png) no-repeat;
  background-size: 35px 35px;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post:hover a {
  color: #fa770d;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post:hover .date-label {
  color: #fff;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box .view-more-btn {
  margin-top: 50px;
  margin-bottom: 20px;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top {
  margin: 40px 0 0;
  padding-top: 30px;
  border-top: 1px solid #dfdfdf;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top h2 {
  margin-bottom: 30px;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post {
  overflow: hidden;
  position: relative;
  background: #fafafa;
  padding: 0 15px;
  margin-bottom: 50px;
  height: 220px;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post h3 {
  padding: 0 30px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post h3:before {
  background: url(../../images/in-the-news-media-quotes.png) no-repeat;
  background-size: 25px 25px;
  background-position: left top;
  padding-right: 30px;
  content: "\00a0";
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .logo-pane {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  padding: 30px 0;
  height: 220px;
  z-index: 2;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .logo-pane:hover,
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post:hover {
  color: #333333;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post:hover .description-pane {
  transition: 0.5s;
  top: 0px;
  background: #333333;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .description-pane {
  position: absolute;
  z-index: 4;
  top: -240px;
  transition: 0.5s;
  left: 0;
  padding: 0 20px 0;
  margin: 0 15px;
  color: #fff;
  opacity: 0.92;
  background: #333333;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .description-pane h4 {
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .description-pane h4 a {
  text-decoration: none;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .description-pane p {
  font-size: 12px;
  line-height: 16px;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .description-pane a:hover,
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .description-pane a {
  color: #fff;
  text-decoration: none;
}
#in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .description-pane a.btn {
  margin-bottom: 20px;
  color: #fff;
}
.media-contact-box {
  padding: 30px 30px 20px;
  margin: 30px 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.media-contact-box .content-block {
  max-width: 90%;
}
.media-contact-box .content-block h3 {
  margin: 0 0 5px;
  font-size: 28px;
  font-weight: 400;
}
.media-contact-box .content-block p {
  font-size: 16px;
}
.media-contact-box img {
  margin-right: 15px;
}
#press-release-page #press-release-hero h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
}
#press-release-page #press-release-hero h1:before {
  background: url(../../images/in-the-news-large-press-quote.png) no-repeat;
  background-size: 75px 75px;
  background-position: left top;
  padding-right: 85px;
  content: "\00a0";
}
#press-release-page #press-release-hero h2 {
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
  border-top: 1px solid #fa770d;
  border-bottom: 1px solid #fa770d;
  padding: 25px 0;
  margin: 30px 0;
}
#press-release-page #press-release-hero .press-date {
  font-style: italic;
  margin: 20px 0;
}
#press-release-page #press-content {
  zoom: 1;
}
#press-release-page #press-content:before,
#press-release-page #press-content:after {
  content: " ";
  display: table;
}
#press-release-page #press-content:after {
  clear: both;
}
#press-release-page #press-content:before,
#press-release-page #press-content:after {
  content: " ";
  display: table;
}
#press-release-page #press-content:after {
  clear: both;
}
#press-release-page #press-content p {
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 25px;
}
#press-release-page #press-content p:nth-child(1):before {
  background: url(../../images/current-openings-location-icon.png) no-repeat;
  background-size: 11px 16px;
  background-position: left center;
  padding-right: 15px;
  content: "\00a0";
}
#press-release-page #press-content li {
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 15px;
}
#press-release-page #press-content p.press-about-le {
  border-top: 1px solid #eeeeee;
  margin-top: 30px;
  padding-top: 30px;
}
#press-release-page #press-content p.press-about-le b {
  font-size: 28px;
  margin: 0;
  display: block;
  font-weight: 400;
}
#press-release-page #press-content p.press-about-le b:before {
  background: url(../../images/in-the-news-about-logentries.png) no-repeat;
  background-size: 25px 25px;
  background-position: left center;
  padding-right: 30px;
  content: "\00a0";
}
#press-release-page .stand-alone-press-box {
  margin-top: 30px !important;
}
#feedback-page #feedback-hero {
  min-height: 400px;
  background: url(../../images/feedback-hero-bg.png) repeat-x #fafbfb;
  text-align: center;
  padding: 60px 0;
}
#feedback-page #feedback-hero h1 {
  font-size: 40px;
  font-weight: 600;
}
#feedback-page #feedback-hero p {
  font-size: 16px;
  line-height: 30px;
}
#feedback-page .feedback-icon {
  background: #3995c2;
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  padding-top: 25px;
  margin: 0 auto;
}
#feedback-page .feedback-icon-alt {
  border: 5px solid #fff;
  height: 110px;
  width: 110px;
}
#feedback-page .project-row {
  position: relative;
  clear: both;
  min-height: 500px;
  padding: 75px 0;
  background: url(../../images/vertical-grey-bar-bg.png) repeat-y center;
}
#feedback-page .project-row .content-side {
  position: relative;
}
#feedback-page .project-row .content-side .project-status {
  color: #999;
  font-weight: 600;
}
#feedback-page .project-row .content-side .project-status.completed {
  color: #44ad15;
}
#feedback-page .project-row .content-side h2 {
  padding: 0;
  margin: 10px 0 20px;
  font-weight: 600;
}
#feedback-page .project-row .content-side h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
}
#feedback-page .project-row .content-side .body-content {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}
#feedback-page .project-row .image-side {
  margin-top: 35px;
  /*- Style Modal Images -*/
}
#feedback-page .project-row .image-side .cta-btn {
  text-align: center;
  margin-top: 15px;
}
#feedback-page .project-row .image-side img.add-modal {
  position: relative;
  z-index: 0;
  width: 100%;
}
#feedback-page .project-row .image-side .expand-image {
  position: relative;
  display: block;
}
#feedback-page .project-row .image-side .expand-image span {
  background: url(../../images/expand-img.png) no-repeat;
  position: absolute;
  display: block;
  top: -20px;
  right: -20px;
  height: 48px;
  width: 48px;
  z-index: 2;
}
#feedback-page .project-row .project-indicator {
  width: 60px;
  height: 60px;
  background: #cccccc;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
  border: 5px solid #fff;
}
#feedback-page .project-row .project-indicator img {
  margin-top: 14px;
}
#feedback-page .project-row .project-indicator.done {
  background: #44ad15;
}
#feedback-page .more-to-come {
  position: relative;
  clear: both;
  padding: 75px 0;
  background: url(../../images/vertical-grey-bar-bg.png) repeat-y center;
}
#feedback-page .more-to-come h4 {
  font-size: 18px;
  text-align: center;
  width: 190px;
  margin: 0 auto;
  background: #cccccc;
  padding: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  font-weight: 600;
  border: 5px solid #fff;
}
#feedback-page .general-feedback {
  text-align: center;
  margin-bottom: 350px;
  position: relative;
}
#feedback-page .general-feedback .btn {
  margin-top: 20px;
}
#feedback-page .general-feedback h3 {
  font-weight: 600;
}
#feedback-page .feedback-form {
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
  background: #fff;
  padding-bottom: 50px;
}
#feedback-page .feedback-form .hs-form.stacked .actions {
  padding: 0;
  margin: 25px 0 ;
}
#feedback-page .feedback-form label {
  display: none;
}
#feedback-page .feedback-form input[type=text],
#feedback-page .feedback-form input[type=email],
#feedback-page .feedback-form textarea {
  height: 30px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: inset 0px 1px 0px 0px #999999;
  box-shadow: inset 0px 1px 0px 0px #999999;
  font-weight: 300;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fafafa;
  padding: 5px 10px 5px;
  margin: 0 15px 0 0;
}
#feedback-page .feedback-form textarea {
  height: 200px;
  padding: 10px;
}
#feedback-page .feedback-form .hs_upload_your_resume .hs-field-desc {
  font-size: 16px;
  color: #555555;
}
#feedback-page .feedback-form .hs-button.primary.large {
  -moz-box-shadow: 0px 2px 0px #c75319;
  -webkit-box-shadow: 0px 2px 0px #c75319;
  box-shadow: 0px 2px 0px #c75319;
  text-shadow: 0px 1px 0px #a7470c;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  border: none;
  background: #fa770d;
}
#feedback-page .feedback-form .hs-button.primary.large:hover {
  background: #ee7310;
  text-shadow: 0px 1px 0px #a7470c;
  border: none;
  outline: none;
  -moz-box-shadow: 0px 2px 0px #c75319;
  -webkit-box-shadow: 0px 2px 0px #c75319;
  box-shadow: 0px 2px 0px #c75319;
}
#feedback-page .feedback-form .hs-button.primary.large:active:active {
  background: #ee7310;
  position: relative;
  -webkit-box-shadow: 0px 1px 0px #c75319;
  -moz-box-shadow: 0px 1px 0px #c75319;
  box-shadow: 0px 1px 0px #c75319;
  top: 1px;
  color: #fff;
}
#feedback-page .feedback-form-alt {
  padding-bottom: 0;
  top: 230px;
  text-align: left;
  padding-left: 40px;
}
#feedback-page .feedback-form-alt textarea {
  height: 150px;
  padding: 10px;
}
#feedback-page .maybe-later-link {
  margin-left: 15px;
  cursor: pointer;
}
#feedback-page #thank-you-message {
  background: #61b2da;
  text-align: center;
  display: none;
  margin: 0;
  color: #fff;
}
#feedback-page #thank-you-message h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 15px;
  padding: 0;
}
#feedback-page #thank-you-message p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 30px;
  padding: 0;
}
#feedback-page #thank-you-message a {
  color: #fff;
  text-decoration: underline;
}
#home-sub-top {
  background-color: #abe0fa;
  position: relative;
  min-height: 100%;
}
#home-sub-top .sub-hero {
  position: relative;
  z-index: 300;
  margin-top: 50px;
}
#home-sub-top .sub-hero h1 {
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
}
#home-sub-top .sub-hero img {
  margin: 0 auto;
}
.sub-hero-base {
  border-top: #cccccc solid 62px;
  position: relative;
  z-index: 200;
  margin-top: -40px;
  background: #999999;
  padding: 30px 0 10px;
}
.sub-hero-base .btn {
  margin: 0 30px 20px;
}
.sub-hero-base-alt {
  margin-top: -55px;
}
#sub-page-content {
  margin: 60px 0 80px;
}
#sub-page-content .anchor {
  height: 75px;
  margin-top: -75px;
}
#sub-page-content h2 {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 30px;
}
#sub-page-content .content-section {
  zoom: 1;
}
#sub-page-content .content-section:before,
#sub-page-content .content-section:after {
  content: " ";
  display: table;
}
#sub-page-content .content-section:after {
  clear: both;
}
#sub-page-content .content-section:before,
#sub-page-content .content-section:after {
  content: " ";
  display: table;
}
#sub-page-content .content-section:after {
  clear: both;
}
#sub-page-content .content-section .content-section-icon {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 11px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
#sub-page-content .content-section .content-section-icon.grey {
  background: #999999;
  -webkit-box-shadow: 0px 2px 0px 0px #666666;
  -moz-box-shadow: 0px 2px 0px 0px #666666;
  box-shadow: 0px 2px 0px 0px #666666;
}
#sub-page-content .content-section .content-section-icon.green {
  background: #44ad15;
  -webkit-box-shadow: 0px 2px 0px 0px #307d0d;
  -moz-box-shadow: 0px 2px 0px 0px #307d0d;
  box-shadow: 0px 2px 0px 0px #307d0d;
}
#sub-page-content .content-section .content-section-icon.blue {
  background: #3995c2;
  -webkit-box-shadow: 0px 2px 0px 0px #1c6f97;
  -moz-box-shadow: 0px 2px 0px 0px #1c6f97;
  box-shadow: 0px 2px 0px 0px #1c6f97;
}
#sub-page-content .content-section .content-section-icon.orange {
  background: #fa770d;
  -webkit-box-shadow: 0px 2px 0px 0px #bb5b0e;
  -moz-box-shadow: 0px 2px 0px 0px #bb5b0e;
  box-shadow: 0px 2px 0px 0px #bb5b0e;
}
#sub-page-content .content-section .content-section-icon.teal {
  background: #28b2ad;
  -webkit-box-shadow: 0px 2px 0px 0px #118783;
  -moz-box-shadow: 0px 2px 0px 0px #118783;
  box-shadow: 0px 2px 0px 0px #118783;
}
#sub-page-content .content-section .content-text {
  margin: -50px 0 20px 70px;
  width: 90%;
}
#sub-page-content .content-section .content-text h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  margin: 10px 0 0;
}
#sub-page-content .content-section .content-text ul {
  padding: 10px 20px 0;
}
#sub-page-content .content-section .content-text ul li {
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 10px;
}
#sub-page-content .learn-more-link {
  margin-top: 30px;
}
#sub-page-content .sidebar-box {
  margin: 0 0 30px;
  padding: 20px;
  border-top: 7px solid #999999;
}
#sub-page-content .sidebar-box h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}
#sub-page-content .sidebar-box h5 {
  font-size: 16px;
  line-height: 25px;
}
#sub-page-content .sidebar-box.cta {
  padding-bottom: 40px;
}
#sub-page-content .sidebar-box.cta p {
  margin: 20px 0;
}
#case-studies-page .case-studies-hero {
  margin-top: 50px;
}
#case-studies-page h1 {
  font-weight: 400;
}
#case-studies-page #case-studies {
  margin-top: 50px !important;
}
#case-studies-page #case-studies .case-study {
  margin-bottom: 30px;
  overflow: hidden;
}
#case-studies-page #case-studies .case-study .case-top {
  padding-bottom: 1000px;
  margin-bottom: -1000px;
  min-height: 195px;
  min-width: 164px;
  float: left;
  margin-right: 30px;
}
#case-studies-page #case-studies .case-study .case-top a {
  display: block;
  padding: 72px 20px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
#case-studies-page #case-studies .case-study .case-top img {
  vertical-align: middle;
  text-align: center;
  max-width: 100px;
  max-height: 500px;
}
#case-studies-page #case-studies .case-study .case-content {
  background: #f6f6f6;
  border-bottom: 1px solid #cccccc;
  padding: 30px;
}
#case-studies-page #case-studies .case-study .case-content h2 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}
#case-studies-page #case-studies .case-study .case-content h2 a {
  color: #333333;
}
#case-studies-page #case-studies .case-study .case-content p {
  line-height: 25px;
  margin-bottom: 5px;
}
#case-studies-page #case-studies .case-study .case-content p.byline-section {
  color: #999999;
}
#case-studies-page #case-studies .case-study .case-content p.byline-section span {
  margin-right: 20px;
}
#case-studies-page #case-studies .case-study .case-content .learn-more-link a {
  font-size: 14px;
}
#case-studies-page #case-studies .case-study .case-content .learn-more-link a img {
  display: inline-block;
  margin: 1px 0 0;
}
#case-studies-page #case-studies .case-study.featured .case-top {
  float: none;
  max-width: 100%;
  min-height: 100%;
  margin-right: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#case-studies-page #case-studies .case-study.featured .case-top a {
  display: block;
  padding: 42px 0px;
}
#case-studies-page #case-studies .case-study.featured .case-top img {
  max-width: 200px;
  max-height: 100px;
}
#case-studies-page #case-studies .case-study.featured .case-content {
  border-bottom: 1px solid #cccccc;
}
#case-study-page #case-study-hero {
  background: #333333;
  min-height: 200px;
  max-height: 200px;
  padding: 40px 0;
  position: relative;
  overflow: visible;
}
#case-study-page #case-study-hero .case-study-logo {
  text-align: center;
}
#case-study-page #case-study-hero .case-study-logo img {
  width: 200px;
  max-width: 100%;
}
#case-study-page #case-study-hero .hero-content {
  position: relative;
  color: #fff;
}
#case-study-page #case-study-hero .hero-content .sub-title {
  font-size: 18px;
  opacity: 0.5;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
#case-study-page #case-study-hero .hero-content h1 {
  font-size: 28px;
  margin: 10px 0;
  font-weight: 600;
}
#case-study-page #case-study-hero .hero-content h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
}
#case-study-page #case-study-hero .hero-content {
  margin-left: 0;
}
#case-study-page .case-main-intro .byline {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
#case-study-page .case-main-intro .byline span {
  margin-right: 20px;
}
#case-study-page .case-main-intro .byline p {
  margin: 10px 0 0;
}
#case-study-page .case-main-intro .about-text {
  margin: 0 0 30px;
}
#case-study-page .case-main-intro .about-text hr {
  margin-bottom: 40px;
}
#case-study-page .case-main-intro .about-text h3 {
  font-size: 28px;
  font-weight: 600;
}
#case-study-page .case-main-intro .about-text h3 img {
  margin: -5px 10px 0 0;
}
#case-study-page .case-main-intro .about-text p {
  font-size: 16px;
  line-height: 35px;
}
#case-study-page .case-main-content {
  margin: 0 0 100px;
}
#case-study-page .case-main-content .text-content h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 45px;
  margin-top: 40px;
}
#case-study-page .case-main-content .text-content h3 img {
  margin: -5px 10px 0 0;
}
#case-study-page .case-main-content .text-content p {
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 20px;
}
#case-study-page .case-main-content .text-content li {
  padding-bottom: 20px;
  font-size: 16px;
}
#case-study-page .case-main-content .text-content li:last-child {
  padding-bottom: 30px;
}
.adjacent-post-nav-container {
  border-collapse: separate;
  border-spacing: 30px 0;
  display: table;
  margin: 0 -30px;
}
.adjacent-post-nav {
  display: table-row;
}
.adjacent-post-nav > a {
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 10px;
  color: #333333;
  display: table-cell;
  font-size: 14px;
  padding: 20px 30px;
  transition: background-color 180ms ease-out;
  width: 50%;
}
.adjacent-post-nav > a:active,
.adjacent-post-nav > a:hover,
.adjacent-post-nav > a:visited {
  color: #333333;
  text-decoration: none;
}
.adjacent-post-nav > a:hover {
  background-color: #eeeeee;
  transition: background-color 180ms ease-in;
}
.adjacent-post-nav > a:hover > .adjacent-post-title {
  text-decoration: none;
}
.adjacent-post-nav > a.adjacent-post-prev {
  background-image: url('../../images/prev-arrow.png');
  background-position: center left 10px;
  padding-left: 70px;
}
.adjacent-post-nav > a.adjacent-post-next {
  background-image: url('../../images/next-arrow.png');
  background-position: center right 10px;
  padding-right: 70px;
  text-align: right;
}
.adjacent-post-nav > a.filler,
.adjacent-post-nav > a.filler:hover {
  background-color: transparent;
  cursor: default;
}
.adjacent-post-direction {
  font-size: 18px;
}
@media (max-width: 480px) {
  .adjacent-post-nav > a {
    display: block;
    width: 100%;
  }
  .adjacent-post-nav > a.filler {
    display: none;
  }
  .adjacent-post-prev + .adjacent-post-next {
    margin-top: 30px;
  }
}
#use-cases-main-page #use-cases-hero {
  text-align: center;
  padding: 50px 0;
  background: url('../../images/insights/main-page-background.png') 50px center repeat-x #3995c2;
}
#use-cases-main-page #use-cases-hero h1 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0 0;
}
#use-cases-main-page #use-cases .use-case {
  padding: 40px 0 50px;
  border-bottom: 1px solid #cccccc;
}
#use-cases-main-page #use-cases .use-case.use-case:last-child {
  border-bottom: none;
}
#use-cases-main-page #use-cases .use-case h2 {
  margin: 0 0 40px;
  font-size: 28px;
  font-weight: 600;
}
#use-cases-main-page #use-cases .use-case h2 a {
  color: #333333;
}
#use-cases-main-page #use-cases .use-case .use-case-icon {
  float: left;
  width: 196px;
}
#use-cases-main-page #use-cases .use-case .use-case-icon a {
  display: block;
}
#use-cases-main-page #use-cases .use-case .use-case-icon a img {
  margin: auto;
  display: block;
  max-height: 150px;
  max-width: 150px;
}
#use-cases-main-page #use-cases .use-case .use-case-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}
#use-cases-main-page #use-cases .use-case .use-case-content p {
  line-height: 25px;
  margin-bottom: 10px;
}
#use-cases-main-page #use-cases .use-case .use-case-content .learn-more-link a {
  font-size: 14px;
}
#use-cases-main-page #use-cases .use-case .use-case-content .learn-more-link a img {
  display: inline-block;
  margin: 1px 0 0;
}
#use-cases-main-page #use-cases .use-case .use-case-content ul {
  padding: 0 0 0 20px;
}
#use-cases-main-page #use-cases .use-case .use-case-content ul li {
  padding-bottom: 20px;
}
#use-cases-main-page #use-cases .use-case .use-case-content ul li:last-child {
  padding-bottom: 0;
}
#use-case-single-page #use-cases-hero {
  text-align: center;
  padding: 40px 0 60px;
  background: url('../../images/insights/main-page-background.png') 50px center repeat-x #3995c2;
}
#use-case-single-page #use-cases-hero h1 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0 0;
}
#use-case-single-page #use-cases-hero h1 img {
  margin-right: 10px;
}
#use-case-single-page #use-cases-hero.use-case-log-data-centralization {
  background: url('../../images/insights/log-data-centralization-background.png') 50px center repeat-x #3995c2;
}
#use-case-single-page #use-cases-hero.use-case-troubleshooting-diagnostics {
  background: url('../../images/insights/troubleshooting-diagnostics-background.png') 50px center repeat-x #3995c2;
}
#use-case-single-page #use-cases-hero.use-case-autoscaling {
  background: url('../../images/insights/autoscaling-background.png') 50px center repeat-x #3995c2;
}
#use-case-single-page #use-cases-hero.use-case-server-monitoring {
  background: url('../../images/insights/server-monitoring-background.png') 50px center repeat-x #3995c2;
}
#use-case-single-page #use-cases-hero.use-case-security-compliance {
  background: url('../../images/insights/security-compliance-background.png') 50px center repeat-x #3995c2;
}
#use-case-single-page #use-cases-hero.use-case-application-usage-analytics {
  background: url('../../images/insights/application-usage-analytics-background.png') 50px center repeat-x #3995c2;
}
#use-case-single-page #use-cases-hero.use-case-mobile-app-monitoring {
  background: url('../../images/insights/mobile-app-monitoring-background.png') 50px center repeat-x #3995c2;
}
#use-case-single-page #use-case-content {
  margin: 20px 0;
}
#use-case-single-page #use-case-content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
}
#use-case-single-page #use-case-content p.intro-text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
}
#use-case-single-page #use-case-content .feature-list {
  margin-bottom: 20px;
}
#use-case-single-page #use-case-content .feature-list h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin: 0 0 20px;
}
#use-case-single-page #use-case-content .feature-list ul {
  margin: 0;
  padding: 0 0 0 20px;
}
#use-case-single-page #use-case-content .feature-list ul li {
  margin-bottom: 20px;
}
#use-case-single-page #use-case-content img.screenshot {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 20px;
}
#use-case-single-page .case-study {
  margin: 20px 0;
  overflow: hidden;
}
#use-case-single-page .case-study .case-side {
  padding-bottom: 1000px;
  margin-bottom: -1000px;
  min-height: 195px;
  min-width: 164px;
  float: left;
  margin-right: 30px;
}
#use-case-single-page .case-study .case-side a {
  display: block;
  padding: 70px 20px;
}
#use-case-single-page .case-study .case-side img {
  vertical-align: middle;
  text-align: center;
}
#use-case-single-page .case-study .case-content {
  background: #f6f6f6;
  border-bottom: 1px solid #cccccc;
  padding: 30px;
}
#use-case-single-page .case-study .case-content p {
  line-height: 28px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  margin-left: 170px;
}
#use-case-single-page .case-study .case-content p span {
  font-size: 14px;
  font-style: normal;
  display: block;
  margin-top: 10px;
}
#use-case-single-page .case-study .case-content p img {
  margin: -5px 5px 0 0;
  display: inline;
}
#use-case-single-page .case-study .case-content .btn {
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 992px) {
  #use-cases-page #use-cases .use-case .use-case-content h3 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #use-cases-main-page #use-cases .use-case {
    padding: 30px 0 20px;
  }
  #use-cases-main-page #use-cases .use-case h2 {
    text-align: center;
  }
  #use-cases-main-page #use-cases .use-case .use-case-icon {
    width: 100%;
    margin-bottom: 20px;
  }
  #use-cases-main-page #use-cases .use-case .use-case-content h3 {
    margin-top: 30px;
  }
  #use-case-content .case-study .case-side {
    float: none;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 0;
  }
  #use-case-content .case-study .case-side a {
    padding: 20px;
  }
  #use-case-content .case-study .case-content {
    border-bottom: 1px solid #cccccc;
    padding: 30px;
  }
  #use-case-content .case-study .case-content p {
    line-height: 28px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    margin-left: 0;
  }
  #use-case-content .case-study .case-content p span {
    font-size: 14px;
    font-style: normal;
    display: block;
    margin-top: 10px;
  }
  #use-case-content .case-study .case-content p img {
    margin: -5px 5px 0 0;
    display: inline;
  }
  #use-case-content .case-study .case-content .btn {
    font-style: normal;
    margin: 20px 0 10px;
    float: none !important;
  }
}
#product-explorer-page #product-explorer-hero {
  text-align: center;
  padding: 50px 0;
  background: url('../../images/product-explorer-background-pattern.png') 50px center repeat-x #fa770d;
}
#product-explorer-page #product-explorer-hero h1 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0 0;
}
#product-explorer-page #product-explorer-hero h1 img {
  margin: -10px 15px 0 0;
}
#product-explorer-page #product-explorer-hero h2 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
}
#product-explorer-page #live-log-view h3 span {
  background-position: 0 0;
}
#product-explorer-page #dashboards h3 span {
  background-position: 0 -30px;
}
#product-explorer-page #search h3 span {
  background-position: 0 -60px;
}
#product-explorer-page #real-time-alerts h3 span {
  background-position: 0 -90px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5) {
  #product-explorer-page #live-log-view h3 span,
  #product-explorer-page #dashboards h3 span,
  #product-explorer-page #search h3 span,
  #product-explorer-page #real-time-alerts h3 span {
    background-image: url('../../images/product-explorer-header-icons-sprite@2x.png');
    background-size: 30px;
  }
}
#product-explorer-page .explore-panel {
  display: none;
}
#product-explorer-page .explore-panel h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin: 50px 0 40px;
}
#product-explorer-page .explore-panel h3 span {
  background-image: url('../../images/product-explorer-header-icons-sprite.png');
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 15px;
}
#product-explorer-page .explore-panel .laptop {
  background: url('../../images/product-explorer-screen.png') no-repeat;
  background-size: 967px 500px;
  width: 967px;
  height: 500px;
  margin: 0 auto;
}
#product-explorer-page .explore-panel .laptop .screen {
  background-size: 875px 450px;
  width: 875px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container {
  position: absolute;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .dot-node {
  width: 50px;
  height: 50px;
  position: absolute;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .dot-node a {
  cursor: pointer;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .pulse {
  width: 15px;
  height: 15px;
  border: 8px solid #44ad15;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  z-index: 11;
  position: absolute;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .dot {
  border: 20px solid #44ad15;
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -17px;
  left: -17px;
  z-index: 10;
  opacity: 0;
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel {
  background: #44ad15;
  padding: 20px 30px;
  width: 300px;
  position: relative;
  color: #fff;
  display: none;
  left: 20px;
  top: -15px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.39);
  z-index: 30;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel .close-panel-icon {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 700;
  cursor: pointer;
  font-size: 18px;
  line-height: none;
  padding: 0 8px 2px;
  z-index: 30;
  text-decoration: none;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel .close-panel-icon:hover {
  text-decoration: none;
  background: #3b9612;
  border-radius: 5px;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel p {
  font-size: 12px;
  line-height: 18px;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel a {
  color: #fff;
  text-decoration: underline;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel .btn {
  text-decoration: none;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel ul {
  margin: 0;
  padding: 0 0 20px 20px;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel .panel-navigation {
  background: #358811;
  border-top: 1px solid #66bc3f;
  width: 300px;
  margin: 30px 30px -20px -30px;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel .panel-navigation a {
  padding: 10px 0;
  text-align: center;
  width: 50%;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  border-right: 1px solid #2b710d;
  border-left: 1px solid #56a036;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel .panel-navigation a:hover {
  background: #2e7d0c;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel-left-top:after {
  left: 100%;
  top: 47px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #44ad15;
  border-width: 10px;
  margin-top: -10px;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel-right-top:after {
  right: 100%;
  top: 47px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #44ad15;
  border-width: 10px;
  margin-top: -10px;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel-right-top {
  left: 30px;
  top: -40px;
}
#product-explorer-page .explore-panel .laptop .screen .dot-container .info-panel-left-top {
  left: -315px;
  top: -40px;
}
#product-explorer-page #live-log-view .screen {
  background: url('../../images/live-log-view-screenshot.png') no-repeat 0 50px;
}
#product-explorer-page #live-log-view .screen #dot-1.dot-container {
  top: 82px;
  left: 790px;
}
#product-explorer-page #live-log-view .screen #dot-2.dot-container {
  top: 193px;
  left: 140px;
}
#product-explorer-page #live-log-view .screen #dot-3.dot-container {
  top: 60px;
  left: 150px;
}
#product-explorer-page #live-log-view .screen #dot-4.dot-container {
  top: 103px;
  left: 863px;
}
#product-explorer-page #live-log-view .screen #dot-5.dot-container {
  top: 290px;
  left: 780px;
}
#product-explorer-page #dashboards .screen {
  background: url('../../images/dashboard-screenshot.png') no-repeat 0 50px;
}
#product-explorer-page #dashboards .screen #dot-1.dot-container {
  top: 165px;
  left: 156px;
}
#product-explorer-page #dashboards .screen #dot-2.dot-container {
  top: 75px;
  left: 740px;
}
#product-explorer-page #dashboards .screen #dot-3.dot-container {
  top: 247px;
  left: 445px;
}
#product-explorer-page #dashboards .screen #dot-4.dot-container {
  top: 413px;
  left: 657px;
}
#product-explorer-page #search .screen {
  background: url('../../images/search-screenshot.png') no-repeat 0 50px;
}
#product-explorer-page #search .screen #dot-1.dot-container {
  top: 55px;
  left: 266px;
}
#product-explorer-page #search .screen #dot-2.dot-container {
  top: 305px;
  left: 215px;
}
#product-explorer-page #search .screen #dot-3.dot-container {
  top: 234px;
  left: 614px;
}
#product-explorer-page #real-time-alerts .screen {
  background: url('../../images/real-time-alerts-screenshot.png') no-repeat 0 50px;
}
#product-explorer-page #real-time-alerts .screen #dot-1.dot-container {
  top: 95px;
  left: 295px;
}
#product-explorer-page #real-time-alerts .screen #dot-2.dot-container {
  top: 133px;
  left: 295px;
}
#product-explorer-page #real-time-alerts .screen #dot-3.dot-container {
  top: 163px;
  left: 295px;
}
#product-explorer-page #real-time-alerts .screen #dot-4.dot-container {
  top: 269px;
  left: 350px;
}
#product-explorer-page .explore-panel.active {
  display: block;
}
#product-explorer-page .laptop-base {
  height: 50px;
  background: #eeeeee;
}
#product-explorer-page .laptop-base .panel-position-dots {
  text-align: center;
}
#product-explorer-page .laptop-base .panel-position-dots li {
  background: #ccc;
  list-style: none;
  display: inline-block;
  margin: 20px 5px 0;
  height: 10px;
  width: 10px;
  border-radius: 10px;
}
#product-explorer-page .laptop-base .panel-position-dots li.active {
  background: #fa770d;
}
#product-explorer-page .get-started-row {
  padding: 50px 0 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#product-explorer-page .get-started-row h3 {
  font-size: 28px;
  font-weight: 400;
}
#product-explorer-page .get-started-row p {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0;
}
#product-explorer-page .site-sections-row {
  background: #eeeeee;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 50px 0;
}
#product-explorer-page .site-sections-row #use-cases-section h3 span {
  background-position: 0 0;
}
#product-explorer-page .site-sections-row #pricing-section h3 span {
  background-position: 0 -25px;
}
#product-explorer-page .site-sections-row #community-section h3 span {
  background-position: 0 -50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5) {
  #product-explorer-page .site-sections-row #use-cases-section h3 span,
  #product-explorer-page .site-sections-row #pricing-section h3 span,
  #product-explorer-page .site-sections-row #community-section h3 span {
    background-image: url('../../images/product-explorer-three-boxes-icons-sprite@2x.png');
    background-size: 25px;
  }
}
#product-explorer-page .site-sections-row .column-box {
  border-right: 1px solid #ccc;
  text-align: center;
  padding: 0 30px;
}
#product-explorer-page .site-sections-row .column-box h3 {
  font-size: 22px;
  font-weight: 600;
}
#product-explorer-page .site-sections-row .column-box h3 span {
  background-image: url('../../images/product-explorer-three-boxes-icons-sprite.png');
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
}
#product-explorer-page .site-sections-row .column-box h3 a {
  color: #333333;
}
#product-explorer-page .site-sections-row .column-box h3 a:hover {
  text-decoration: none;
}
#product-explorer-page .site-sections-row .column-box p {
  line-height: 25px;
  margin: 20px 0;
}
#product-explorer-page .site-sections-row .column-box:last-child {
  border-right: none;
}
#product-explorer-page #quote-bar-carousel {
  background: #fff;
  opacity: 1;
  height: 210px;
}
#product-explorer-page #quote-bar-carousel .slick-prev,
#product-explorer-page #quote-bar-carousel .slick-next {
  top: 90px;
  z-index: 1000;
}
#product-explorer-page #quote-bar-carousel .slick-prev {
  left: 0;
  background-image: url('../../images/prev-icon-lt-gray.png');
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
#product-explorer-page #quote-bar-carousel .slick-next {
  right: 0;
  background-image: url('../../images/next-icon-lt-gray.png');
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
#product-explorer-page #quote-bar-carousel .quote-item {
  margin: 10px 0;
}
#product-explorer-page #quote-bar-carousel .quote-item .quote-row h4 {
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
}
#product-explorer-page #quote-bar-carousel .quote-item .quote-row h4 i.quote-icon {
  width: 35px;
  height: 28px;
  margin: -10px 15px 0 0;
  display: inline-block;
  vertical-align: middle;
}
#product-explorer-page #quote-bar-carousel .quote-item .quote-row span {
  color: #333333;
  line-height: 18px;
}
#product-explorer-page #quote-bar-carousel .quote-item .quote-row span a {
  color: #333333;
  text-decoration: underline;
}
#product-explorer-page #quote-bar-carousel .quote-item .case-study-logo img {
  margin-top: 60px;
}
#product-explorer-page #quote-bar-carousel #quote-bar-carousel-items:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 200;
  width: 10%;
  height: 180px;
  box-shadow: inset 75px 0px 10px -10px #ffffff;
}
#product-explorer-page #quote-bar-carousel #quote-bar-carousel-items:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
  width: 10%;
  height: 180px;
  box-shadow: inset -75px 0px 10px -10px #ffffff;
}
@media (min-width: 767px) and (max-width: 992px) {
  #product-explorer-page .dot-container {
    display: none;
  }
  #product-explorer-page .explore-panel .laptop {
    background-size: 730px 384px;
    width: 720px;
    height: 384px;
  }
  #product-explorer-page .explore-panel .laptop .screen {
    background-size: 660px 384px;
    width: 660px;
    height: 384px;
    margin-left: 35px;
  }
}
@media (max-width: 767px) {
  #product-explorer-page .dot-container {
    display: none;
  }
  #product-explorer-page .explore-panel .laptop {
    background-size: cover;
    width: auto;
  }
  #product-explorer-page .explore-panel .laptop .screen {
    background-size: cover;
    width: auto;
    margin-left: 40px;
  }
  #product-explorer-page .section-navigation-bar {
    height: 100px;
  }
  #product-explorer-page .section-navigation-bar li {
    border: 0;
  }
}
.section-border-top {
  border-top: 1px solid #ccc;
}
#product-features-main-page .features-panel {
  padding: 80px 0;
}
#product-features-main-page .features-panel .text-content {
  position: relative;
  z-index: 3;
  margin-top: 20px;
}
#product-features-main-page .features-panel .text-content h2 {
  font-size: 40px;
  font-weight: 600;
}
#product-features-main-page .features-panel .text-content h2 span {
  background-image: url('../../images/product-features-icons-sprite.png');
  width: 46px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}
#product-features-main-page .features-panel .text-content h2 a {
  color: #333333;
}
#product-features-main-page .features-panel .text-content h2 a:hover {
  text-decoration: none;
}
#product-features-main-page .features-panel .text-content p {
  font-size: 16px;
  line-height: 25px;
  margin: 30px 0;
}
#product-features-main-page .features-panel .text-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
#product-features-main-page .features-panel .text-content ul li {
  font-size: 16px;
  line-height: 25px;
  margin-left: 0;
  padding: 0 0 10px;
}
#product-features-main-page .features-panel .text-content .btn-row {
  margin-bottom: 40px;
}
#product-features-main-page .features-panel .text-content .btn-row .btn {
  margin-right: 10px;
}
#product-features-main-page .centered-panel h2,
#product-features-main-page .centered-panel p {
  text-align: center;
}
#product-features-main-page .centered-panel ul {
  margin-bottom: 40px;
  text-align: center;
}
#product-features-main-page .centered-panel ul li {
  display: inline;
  margin: 0 20px 0;
}
#product-features-main-page .centered-panel ul li:before {
  content: '\25CF';
  margin-right: 10px;
}
#product-features-main-page .centered-panel .btn-row {
  text-align: center;
}
#product-features-main-page ul.two-column-list {
  padding: 0 0 0!important;
}
#product-features-main-page ul.two-column-list li {
  width: 48%;
  display: inline-block;
}
#product-features-main-page ul.two-column-list li:before {
  content: '\25CF';
  margin-right: 10px;
}
#product-features-main-page #real-time-search-panel {
  position: relative;
  overflow: hidden;
}
#product-features-main-page #real-time-search-panel #real-time-search-bg {
  margin-left: -220px;
  overflow: visible;
  position: relative;
}
#product-features-main-page #scale-on-demand-panel {
  padding: 60px 0 120px;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background: url(../../images/green-area-graph-bg.png) repeat-x 50px bottom #fafafa;
}
#product-features-main-page #scale-on-demand-panel .btn-row {
  margin-top: 40px;
}
#product-features-main-page #scale-on-demand-panel .btn-row .btn {
  margin-right: 10px;
}
#product-features-main-page #scale-on-demand-panel #scale-on-demand-img {
  margin-top: 50px;
}
#product-features-main-page #analytics-visualizations-panel {
  padding: 40px 0 80px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background: #eff7fa;
  position: relative;
  z-index: 3;
}
#product-features-main-page #alerting-reporting-panel {
  padding-bottom: 0;
  background: url(../../images/alerting-reporting-bg.png) no-repeat center bottom #fff;
}
#product-features-main-page #alerting-reporting-panel .btn-row {
  margin-top: 40px;
}
#product-features-main-page #alerting-reporting-panel .btn-row .btn {
  margin-right: 10px;
}
#product-features-main-page #alerting-reporting-panel #alerts-reporting-img {
  margin-top: 80px;
}
#product-features-main-page #security-panel {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  position: relative;
  z-index: 3;
}
#product-features-main-page #integrations-panel {
  background: #fafafa;
  padding-top: 60px;
}
#product-features-main-page #integrations-panel #plugin-items {
  /* Support for Retina Sprite */
}
#product-features-main-page #integrations-panel #plugin-items .plugin-item {
  display: inline-block;
}
#product-features-main-page #integrations-panel #plugin-items .plugin-item .circle-icon {
  width: 150px;
  height: 150px;
  background: #fff;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  margin: 0 auto;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  padding-top: 5px;
  box-shadow: inset 0px 1px 0px 0px #cccccc;
  transition: all 0.35s ease-in-out;
}
#product-features-main-page #integrations-panel #plugin-items .plugin-item .circle-icon:hover {
  background: #eeeeee;
  transition: all 0.35s ease-in-out;
  box-shadow: inset 0px 1px 0px 0px #cccccc;
}
#product-features-main-page #integrations-panel #plugin-items .plugin-item span {
  background-image: url('../../images/plug-ins-logo-sprite.png');
  background-repeat: no-repeat;
  background-size: 100px;
  margin-top: 35px;
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  margin-top: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5) {
  #product-features-main-page #integrations-panel #plugin-items .plugin-item span {
    background-image: url('../../images/plug-ins-logo-sprite@2x.png');
    background-size: 100px;
  }
}
#product-features-main-page #integrations-panel #plugin-items .plugin-item.new-relic span {
  background-position: 0 0;
}
#product-features-main-page #integrations-panel #plugin-items .plugin-item.slack span {
  background-position: 0 -100px;
}
#product-features-main-page #integrations-panel #plugin-items .plugin-item.pagerduty span {
  background-position: 0 -200px;
}
#product-features-main-page #integrations-panel #plugin-items .plugin-item.hipchat span {
  background-position: 0 -300px;
}
#product-features-main-page #integrations-panel #plugin-items .plugin-item.docker span {
  background-position: 0 -400px;
}
#product-features-main-page #integrations-panel #plugin-items .plugin-item.core-os span {
  background-position: 0 -500px;
}
#product-features-main-page #integrations-panel #plugin-items .plugin-item.hosted-graphite span {
  background-position: 0 -600px;
}
#product-features-main-page #integrations-panel #plugin-items .plugin-item.geckoboard span {
  background-position: 0 -700px;
}
#product-features-main-page #integrations-panel #plugin-items .plugin-item.campfire span {
  background-position: 0 -800px;
}
#product-features-main-page #integrations-panel #plugin-items .plugin-item.logstash span {
  background-position: 0 -900px;
}
#product-features-main-page #integrations-panel .btn-row {
  margin-top: 20px;
}
#product-features-main-page #integrations-panel .btn-row .btn {
  margin-right: 10px;
}
#product-features-main-page #universal-platform-support-panel {
  padding-top: 60px;
  background: #eff7fa;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
#product-features-main-page #universal-platform-support-panel #unlimited-platform-support-bg {
  margin-top: 40px;
}
#product-features-main-page #community-support-panel {
  padding-top: 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5) {
  #product-features-main-page #real-time-search-panel h2 span,
  #product-features-main-page #scale-on-demand-panel h2 span,
  #product-features-main-page #analytics-visualizations-panel h2 span,
  #product-features-main-page #alerting-reporting-panel h2 span,
  #product-features-main-page #security-panel h2 span,
  #product-features-main-page #integrations-panel h2 span,
  #product-features-main-page #universal-platform-support-panel h2 span,
  #product-features-main-page #community-support-panel h2 span {
    background-image: url('../../images/product-features-icons-sprite@2x.png');
    background-size: 46px;
  }
}
#product-features-main-page .column-box {
  background: #fafafa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 10px solid #64d7de;
  padding: 30px 20px 40px;
  text-align: center;
  margin-top: 10px;
}
#product-features-main-page .column-box h3 {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
#product-features-main-page .column-box h3 a {
  color: #333333;
}
#product-features-main-page .column-box h3 a:hover {
  text-decoration: none;
}
#product-features-main-page .anchor {
  outline: none;
  display: block;
}
#product-features-main-page .anchor:before {
  display: block;
  content: "";
  height: 85px;
  margin: -85px 0 0;
}
#product-features-sub-page .features-panel {
  margin-bottom: 30px;
}
#product-features-sub-page .features-panel .container {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
}
#product-features-sub-page .features-panel .container .divider {
  clear: both;
}
#product-features-sub-page .features-panel .container .divider.divider-big {
  height: 50px;
}
#product-features-sub-page .features-panel .container .divider.divider-small {
  height: 20px;
}
#product-features-sub-page .features-panel .container h1.section-title {
  font-size: 40px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
#product-features-sub-page .features-panel .container h1.section-title span {
  background-image: url('../../images/product-features-icons-sprite.png');
  width: 46px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}
#product-features-sub-page .features-panel .container h1.section-title a {
  color: #333333;
}
#product-features-sub-page .features-panel .container h1.section-title a:hover {
  text-decoration: none;
}
#product-features-sub-page .features-panel .container h3.section-title {
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 40px;
}
#product-features-sub-page .features-panel .container h3.section-title span {
  background-image: url('../../images/product-features-icons-sprite.png');
  width: 46px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}
#product-features-sub-page .features-panel .container h3.section-title a {
  color: #333333;
}
#product-features-sub-page .features-panel .container h3.section-title a:hover {
  text-decoration: none;
}
#product-features-sub-page .features-panel .container h2 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 40px;
}
#product-features-sub-page .features-panel .container h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}
#product-features-sub-page .features-panel .container h4 a {
  color: #333333;
}
#product-features-sub-page .features-panel .container h5 {
  font-size: 16px;
  color: #666;
  line-height: 25px;
}
#product-features-sub-page .features-panel .container p {
  line-height: 25px;
  margin-bottom: 0;
}
#product-features-sub-page .features-panel .container span.icon {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background-image: url("../../images/feature-subpage-sprites.png");
}
#product-features-sub-page .features-panel .container .feature-column-box {
  text-align: center;
}
#product-features-sub-page .features-panel .container .feature-column-box .icon {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #product-features-sub-page .features-panel .container .feature-column-box {
    margin-bottom: 40px;
  }
  #product-features-sub-page .features-panel .container .feature-column-box:last-child {
    margin-bottom: 0;
  }
}
#product-features-sub-page .features-panel .container .icon-left-text {
  position: relative;
  top: -5px;
}
#product-features-sub-page .features-panel .container .icon-left-text h4 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #product-features-sub-page .features-panel .container .icon-left-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #product-features-sub-page .features-panel .container .icon-left-text:last-child:not(.to-be-continued) {
    margin-bottom: 0;
  }
}
#product-features-sub-page .features-panel:first-child .container {
  border-top: none;
}
#product-features-sub-page .features-panel.sub-title-section h1 {
  text-align: center;
  margin-bottom: 60px;
}
#product-features-sub-page .features-panel.sub-title-section img.hero-img {
  margin: 0 auto;
}
#product-features-sub-page .features-panel.intro-panel {
  margin-bottom: 0;
}
#product-features-sub-page .features-panel.intro-panel p {
  font-size: 22px;
  color: #666;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  #product-features-sub-page .features-panel.intro-panel p {
    text-align: center;
  }
}
#product-features-sub-page .features-panel.intro-panel p.cta {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #product-features-sub-page .features-panel.intro-panel p.cta {
    margin-top: 20px;
  }
}
#product-features-sub-page .features-panel.section-connected-to-next {
  margin-bottom: 0;
}
#product-features-sub-page .features-panel.section-connected-to-next .container {
  text-align: center;
  padding-bottom: 0;
  padding-top: 0;
  border-top: none;
}
#product-features-sub-page .features-panel.section-connected-to-next .container .top-border {
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
#product-features-sub-page .features-panel.section-connected-to-next .container .hidden-xs,
#product-features-sub-page .features-panel.section-connected-to-next .container .divider {
  background-image: url("../../images/dotted-gray-vertical.png");
  background-repeat: repeat-y;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  #product-features-sub-page .features-panel.section-connected-to-next .container .divider {
    background: none;
  }
}
#product-features-sub-page .features-panel.section-next .container {
  position: relative;
  top: -30px;
  margin-bottom: 80px;
  padding-bottom: 0;
  padding-top: 60px;
  background-image: url("../../images/dotted-gray-vertical.png");
  background-repeat: repeat-y;
  background-position: center;
  border-top: none;
}
#product-features-sub-page .features-panel.section-next .container .cta {
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 60px;
  text-align: center;
  background-color: #eff7fa;
  border: 1px solid rgba(204, 204, 204, 0.4);
}
#product-features-sub-page .features-panel.section-next .container .cta h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #product-features-sub-page .features-panel.section-next .container .cta {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#product-features-sub-page .features-panel.section-next .container .next {
  text-align: center;
  position: relative;
}
#product-features-sub-page .features-panel.section-next .container .next .right-half {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../../images/dotted-gray-horizontal.png");
  background-repeat: repeat-x;
  background-position: center;
}
#product-features-sub-page .features-panel.section-next .container .next .right-half a.next-arrow-wrap {
  display: block;
  height: 100%;
  background-color: transparent;
}
#product-features-sub-page .features-panel.section-next .container .next .right-half img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, calc(-51%));
  -ms-transform: translate(0, calc(-51%));
  transform: translate(0, calc(-51%));
}
#product-features-sub-page .features-panel.section-next .container .next a {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
#product-features-sub-page .features-panel.section-next .container .next a:hover {
  background-color: #eeeeee;
}
@media (min-width: 992px) {
  #universal-platform-support-panel .bg-wrapper {
    background-image: url('../../images/platform-icons-bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
#universal-platform-support-panel .bg-wrapper .platform-items {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
#universal-platform-support-panel .bg-wrapper .platform-items .platform-item {
  height: 85px;
  background-color: #3995c2;
}
@media (min-width: 992px) {
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(8n+1),
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(8n+3),
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(16n+6),
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(16n+8) {
    background-color: #3386af;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(16n+5),
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(16n+7) {
    background-color: #2e779b;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(16n+13),
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(16n+15) {
    background-color: #307fa5;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(16n+14),
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(16n+16) {
    background-color: #368eb8;
  }
}
@media (max-width: 991px) {
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(4n+1),
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(8n+4) {
    background-color: #3386af;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(8n+3) {
    background-color: #2e779b;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(8n+7) {
    background-color: #307fa5;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item:nth-child(8n+8) {
    background-color: #368eb8;
  }
}
#universal-platform-support-panel .bg-wrapper .platform-items .platform-item .icon {
  background-image: url('../../images/platform-icons-sprite.png');
  background-size: 100%;
  margin: 0 auto;
  opacity: .5;
}
@media (min-width: 1200px) {
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item {
    padding-top: 14px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item .icon {
    width: 145px;
    height: 58px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.amazon .icon {
    background-position: 0 0;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.azure .icon {
    background-position: 0 -58px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.heroku .icon {
    background-position: 0 -116px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.google .icon {
    background-position: 0 -174px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.linux .icon {
    background-position: 0 -232px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.windows .icon {
    background-position: 0 -290px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.apple .icon {
    background-position: 0 -348px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.smartos .icon {
    background-position: 0 -406px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.docker .icon {
    background-position: 0 -464px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.coreos .icon {
    background-position: 0 -522px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.nginx .icon {
    background-position: 0 -580px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.apache .icon {
    background-position: 0 -638px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.ios .icon {
    background-position: 0 -696px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.android .icon {
    background-position: 0 -754px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.fastly .icon {
    background-position: 0 -812px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.java .icon {
    background-position: 0 -870px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.html .icon {
    background-position: 0 -928px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.dotnet .icon {
    background-position: 0 -986px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.node .icon {
    background-position: 0 -1044px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.python .icon {
    background-position: 0 -1102px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.ruby .icon {
    background-position: 0 -1160px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.php .icon {
    background-position: 0 -1218px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.django .icon {
    background-position: 0 -1276px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.golang .icon {
    background-position: 0 -1334px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.logstash .icon {
    background-position: 0 -1392px;
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item {
    padding-top: 17px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item .icon {
    width: 130px;
    height: 52px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.amazon .icon {
    background-position: 0 0;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.azure .icon {
    background-position: 0 -52px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.heroku .icon {
    background-position: 0 -104px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.google .icon {
    background-position: 0 -156px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.linux .icon {
    background-position: 0 -208px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.windows .icon {
    background-position: 0 -260px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.apple .icon {
    background-position: 0 -312px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.smartos .icon {
    background-position: 0 -364px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.docker .icon {
    background-position: 0 -416px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.coreos .icon {
    background-position: 0 -468px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.nginx .icon {
    background-position: 0 -520px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.apache .icon {
    background-position: 0 -572px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.ios .icon {
    background-position: 0 -624px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.android .icon {
    background-position: 0 -676px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.fastly .icon {
    background-position: 0 -728px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.java .icon {
    background-position: 0 -780px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.html .icon {
    background-position: 0 -832px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.dotnet .icon {
    background-position: 0 -884px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.node .icon {
    background-position: 0 -936px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.python .icon {
    background-position: 0 -988px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.ruby .icon {
    background-position: 0 -1040px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.php .icon {
    background-position: 0 -1092px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.django .icon {
    background-position: 0 -1144px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.golang .icon {
    background-position: 0 -1196px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.logstash .icon {
    background-position: 0 -1248px;
  }
}
@media (max-width: 479px) {
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item {
    padding-top: 23px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item .icon {
    width: 100px;
    height: 40px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.amazon .icon {
    background-position: 0 0;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.azure .icon {
    background-position: 0 -40px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.heroku .icon {
    background-position: 0 -80px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.google .icon {
    background-position: 0 -120px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.linux .icon {
    background-position: 0 -160px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.windows .icon {
    background-position: 0 -200px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.apple .icon {
    background-position: 0 -240px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.smartos .icon {
    background-position: 0 -280px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.docker .icon {
    background-position: 0 -320px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.coreos .icon {
    background-position: 0 -360px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.nginx .icon {
    background-position: 0 -400px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.apache .icon {
    background-position: 0 -440px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.ios .icon {
    background-position: 0 -480px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.android .icon {
    background-position: 0 -520px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.fastly .icon {
    background-position: 0 -560px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.java .icon {
    background-position: 0 -600px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.html .icon {
    background-position: 0 -640px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.dotnet .icon {
    background-position: 0 -680px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.node .icon {
    background-position: 0 -720px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.python .icon {
    background-position: 0 -760px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.ruby .icon {
    background-position: 0 -800px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.php .icon {
    background-position: 0 -840px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.django .icon {
    background-position: 0 -880px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.golang .icon {
    background-position: 0 -920px;
  }
  #universal-platform-support-panel .bg-wrapper .platform-items .platform-item.logstash .icon {
    background-position: 0 -960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #universal-platform-support-panel .sm-right {
    border-right: none;
  }
  #universal-platform-support-panel .sm-bottom {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  #universal-platform-support-panel .xs-right {
    border-right: none;
  }
  #universal-platform-support-panel .xs-bottom {
    border-bottom: none;
  }
}
#content-columns h3 {
  margin-bottom: 40px !important;
}
#content-columns p {
  font-size: 16px;
  color: #555555;
}
#content-columns img {
  text-align: center;
  margin-bottom: 40px;
  display: inline-block;
}
#integrations-panel {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  #integrations-panel {
    margin-bottom: 20px !important;
  }
}
#integrations-panel h3.section-title {
  margin-bottom: 40px !important;
}
#integrations-panel p.sub-head {
  text-align: center;
  margin: 0 0 60px !important;
  font-size: 16px;
  color: #555555;
}
#integrations-panel .integration-item {
  padding: 20px 0;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#integrations-panel .integration-item .icon {
  width: 125px;
  height: 116px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-image: url('../../images/integration-icons-sprite.png');
}
#integrations-panel .integration-item p {
  text-align: center;
  font-size: 18px;
  color: #000000;
}
@media (max-width: 479px) {
  #integrations-panel .integration-item p {
    font-size: 16px;
  }
}
#integrations-panel .integration-item a {
  text-decoration: none;
}
#integrations-panel .slack .icon {
  background-position: 0 0;
}
#integrations-panel .hipchat .icon {
  background-position: 0 -116px;
}
#integrations-panel .pagerduty .icon {
  background-position: 0 -232px;
}
#integrations-panel .opsgenie .icon {
  background-position: 0 -348px;
}
#integrations-panel .webhooks .icon {
  background-position: 0 -464px;
}
#integrations-panel .iphone .icon {
  background-position: 0 -580px;
}
#integrations-panel .bigpanda .icon {
  background-position: 0 -696px;
}
#integrations-panel .campfire .icon {
  background-position: 0 -812px;
}
@media (min-width: 992px) {
  #integrations-panel .md-right {
    border-right: none;
  }
  #integrations-panel .md-bottom {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #integrations-panel .sm-right {
    border-right: none;
  }
  #integrations-panel .sm-bottom {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  #integrations-panel .xs-right {
    border-right: none;
  }
  #integrations-panel .xs-bottom {
    border-bottom: none;
  }
}
#product-features-main-hero {
  text-align: center;
  padding: 50px 0;
  min-height: 200px;
  background: url('../../images/product-features-background-pattern.png') 50px center repeat #fa770d;
}
#product-features-main-hero h1,
#product-features-main-hero h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0 0;
}
#product-features-main-hero h1 img,
#product-features-main-hero h2 img {
  margin: -10px 15px 0 0;
}
#product-features-main-hero a {
  text-decoration: none;
}
#real-time-search-panel h1 span,
#real-time-search-panel h2 span {
  background-position: 0 0;
}
#analytics-visualizations-panel h1 span,
#analytics-visualizations-panel h2 span {
  background-position: 0 -30px;
}
#alerting-reporting-panel h1 span,
#alerting-reporting-panel h2 span {
  background-position: 0 -60px;
}
#security-panel h1 span,
#security-panel h2 span {
  background-position: 0 -90px;
}
#integrations-panel h1 span,
#integrations-panel h2 span {
  background-position: 0 -120px;
}
#universal-platform-support-panel h1 span,
#universal-platform-support-panel h2 span {
  background-position: 0 -150px;
}
#community-support-panel h1 span,
#community-support-panel h2 span {
  background-position: 0 -180px;
}
#scale-on-demand-panel h1 span,
#scale-on-demand-panel h2 span {
  background-position: 0 -210px;
}
#security-filter-icon {
  background-position: 0 -500px;
}
#security-chrome-icon {
  background-position: 0 -600px;
}
#security-TSL-icon {
  background-position: 0 -550px;
}
#security-access-icon {
  background-position: 0 -650px;
}
#security-PCI-icon {
  background-position: 0 -400px;
}
#security-archive-icon {
  background-position: 0 -450px;
}
#platform-agent-icon {
  background-position: 0 0px;
}
#platform-integration-icon {
  background-position: 0 -50px;
}
#platform-library-icon {
  background-position: 0 -100px;
}
#platform-data-icon {
  background-position: 0 -150px;
}
#realtime-live-tail-icon {
  background-position: 0 -1200px;
}
#realtime-context-icon {
  background-position: 0 -1150px;
}
#realtime-tags-icon {
  background-position: 0 -1100px;
}
#integration-new-relic-icon {
  background-position: 0 -200px;
}
#integration-chat-icon {
  background-position: 0 -250px;
}
#integration-export-icon {
  background-position: 0 -300px;
}
#integration-DIY-icon {
  background-position: 0 -350px;
}
#alerting-pattern-icon {
  background-position: 0 -750px;
}
#alerting-inactivity-icon {
  background-position: 0 -700px;
}
#alerting-anomoly-icon {
  background-position: 0 -850px;
}
#alerting-team-icon {
  background-position: 0 -800px;
}
#alerting-report-icon {
  background-position: 0 -900px;
}
#analytics-SQL-icon {
  background-position: 0 -950px;
}
#analytics-regex-icon {
  background-position: 0 -1000px;
}
#analytics-dashboards-icon {
  background-position: 0 -1050px;
}
#hosting-icon {
  background-position: 0 -1250px;
}
#any-size-icon {
  background-position: 0 -1300px;
}
#any-format-icon {
  background-position: 0 -1350px;
}
#integration-query-api-icon {
  background-position: 0 -1450px;
}
#integration-management-api-icon {
  background-position: 0 -1500px;
}
#integration-alerting-api-icon {
  background-position: 0 -1550px;
}
#product-other-page {
  /* Docker */
}
#product-other-page #product-other-docker #product-other-main-hero {
  text-align: left;
  color: #fff;
  padding: 50px 0 0;
  min-height: 200px;
  margin-bottom: -40px;
  background: url('../../images/docker-wave-bg-pattern.png') 50px bottom repeat-x #24b8eb;
}
#product-other-page #product-other-docker #product-other-main-hero h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #fff;
}
#product-other-page #product-other-docker #product-other-main-hero h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}
#product-other-page #product-other-docker #product-other-main-hero ul {
  margin: 0;
  padding: 20px 0 30px 20px;
}
#product-other-page #product-other-docker #product-other-main-hero ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 10px;
}
#product-other-page #product-other-docker #product-other-main-hero .screenshot img {
  display: block;
  margin: auto;
}
#product-other-page #product-other-docker #product-other-main-hero .screenshot img:first-child {
  padding: 0 0 40px;
}
#product-other-page #product-other-docker #quote-bar {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background: #eeeeee;
  padding: 80px 0;
  position: relative;
  z-index: 3;
}
#product-other-page #product-other-docker #quote-bar .head-shot img {
  display: block;
  margin: auto;
}
#product-other-page #product-other-docker #quote-bar .quote {
  margin-top: -10px;
}
#product-other-page #product-other-docker #quote-bar .quote h4 {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  color: #555555;
}
#product-other-page #product-other-docker #quote-bar .quote h4 span {
  color: #555555;
  padding-top: 10px;
}
#product-other-page #product-other-docker #quote-bar .quote h4 a {
  text-decoration: underline;
  color: #555555;
}
#product-other-page #product-other-docker #quote-bar .quote p {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 30px;
}
#product-other-page #product-other-docker #docker-resources-row {
  padding: 60px 0;
  background: url('../../images/docker-resources-bg.png') 150px center repeat #f9f9f9;
}
#product-other-page #product-other-docker #docker-resources-row .heading {
  text-align: center;
}
#product-other-page #product-other-docker #docker-resources-row .heading h3 {
  font-size: 40px;
  font-weight: 600;
  margin: 20px 0 60px;
}
#product-other-page #product-other-docker #docker-resources-row .heading h3 a {
  color: #333333;
}
#product-other-page #product-other-docker #docker-resources-row .heading h3 a:hover {
  text-decoration: none;
}
#product-other-page #product-other-docker #docker-resources-row .resource-text {
  font-size: 18px;
}
#product-other-page #product-other-docker #docker-resources-row .resource-text h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
}
#product-other-page #product-other-docker #docker-resources-row .resource-text ul {
  padding-left: 20px;
  margin: 0;
}
#product-other-page #product-other-docker #docker-resources-row .resource-text ul li {
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 20px;
}
#product-other-page #product-other-docker #docker-resources-row .resource-text .learn-more-link {
  padding-top: 20px;
  display: block;
  font-weight: 600;
}
#product-other-page #product-other-docker #docker-resources-row .video-col .embed-container {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  z-index: 0;
}
#product-other-page #product-other-docker #docker-resources-row .video-col .embed-container iframe,
#product-other-page #product-other-docker #docker-resources-row .video-col .embed-container object,
#product-other-page #product-other-docker #docker-resources-row .video-col .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#product-other-page #product-other-docker #docker-resources-row .video-col p {
  margin-top: 20px;
  text-align: center;
}
#product-other-page #product-other-docker #get-started-panel {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) and (max-width: 1200px) {
  #product-other-page {
    /* Docker */
  }
  #product-other-page #product-other-docker #product-other-main-hero {
    padding: 20px 0 60px;
  }
  #product-other-page #product-other-docker #product-other-main-hero h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #product-other-page {
    /* Docker */
  }
  #product-other-page #product-other-docker #product-other-main-hero {
    padding: 20px 0 60px;
  }
  #product-other-page #product-other-docker #product-other-main-hero .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #product-other-page {
    /* Docker */
  }
  #product-other-page #product-other-docker #product-other-main-hero {
    padding: 0 0 60px;
  }
  #product-other-page #product-other-docker #product-other-main-hero .btn {
    margin-bottom: 30px;
  }
  #product-other-page #product-other-docker #quote-bar .head-shot {
    margin-bottom: 40px;
  }
  #product-other-page #product-other-docker #docker-resources-row .resource-text .learn-more-link {
    margin-bottom: 30px;
  }
}
#home-page-hero-alt {
  background: url('../../images/hp-hero-bg-16.jpg') repeat-x center top;
  position: relative;
  height: 590px;
  color: #fff;
  overflow: hidden;
  z-index: 100;
  text-align: center;
}
#home-page-hero-alt .main-hero {
  position: relative;
  font-weight: 600;
  padding-top: 40px;
}
#home-page-hero-alt .main-hero .hero-img {
  position: relative;
  z-index: 100;
  margin-top: -20px;
  overflow: none;
}
#home-page-hero-alt .main-hero .hero-img img {
  float: right;
}
#home-page-hero-alt .main-hero h1 {
  padding: 10px 0 0;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 50px;
  font-style: italic;
  line-height: 50px;
  text-shadow: 0px 1px 0px #000000;
}
#home-page-hero-alt .main-hero h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  text-shadow: 0px 1px 0px #000000;
  margin-bottom: 40px;
}
#home-page-hero-alt .main-hero .btn-clear {
  margin-right: 20px;
}
#home-page-hero-alt .main-hero .promo-img {
  margin-top: 75px;
  display: inline-block;
  text-align: center;
}
#home-page-content-alt {
  position: relative;
  margin-top: -150px;
  background: #fff;
  z-index: 400;
  box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.4);
  padding: 0;
}
#home-page-content-alt .panel h2,
#home-page-content-alt .panel h3 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
}
#home-page-content-alt .panel h2 a,
#home-page-content-alt .panel h3 a,
#home-page-content-alt .panel h2 a:hover,
#home-page-content-alt .panel h3 a:hover {
  color: #333333;
  text-decoration: none;
}
#home-page-content-alt .panel p {
  font-size: 16px;
  line-height: 25px;
  margin: 30px 0;
}
#home-page-content-alt .panel .btn-row {
  margin-bottom: 100px;
}
#home-page-content-alt .panel .btn-row .btn {
  margin-right: 10px;
}
#home-page-content-alt .panel-alt p {
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
  margin: 0 0 30px;
}
#home-page-content-alt .sub-head-section {
  text-align: center;
  margin-bottom: 60px;
}
#home-page-content-alt .sub-head-section h3 {
  margin-bottom: 0;
}
#home-page-content-alt .sub-head-section p {
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
}
#home-page-content-alt #product-tabs {
  padding: 50px 0 0;
  background: url('../../images/data-background-pattern.jpg') repeat-x top;
  position: relative;
}
#home-page-content-alt #product-tabs .product-breakout {
  background: url('../../images/products-section-bottom-plane.png') repeat-x bottom;
}
@media (max-width: 767px) {
  #home-page-content-alt #product-tabs .product-breakout {
    background: none;
  }
}
#home-page-content-alt #product-tabs .product-breakout .toggle_switch {
  height: auto;
  width: 474px;
  padding: 6px 5px 5px;
  margin: 0 auto;
  border-radius: 25px;
  background-clip: padding-box;
  box-shadow: inset 0 1px 0 0 #bebebe;
  background: #f4f4f4;
  cursor: pointer;
}
@media (max-width: 1200px) {
  #home-page-content-alt #product-tabs .product-breakout .toggle_switch {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  #home-page-content-alt #product-tabs .product-breakout .toggle_switch {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #home-page-content-alt #product-tabs .product-breakout .toggle_switch {
    width: 288px;
  }
}
#home-page-content-alt #product-tabs .product-breakout .toggle_switch a {
  background: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #555555;
  width: auto;
}
@media (max-width: 767px) {
  #home-page-content-alt #product-tabs .product-breakout .toggle_switch a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #home-page-content-alt #product-tabs .product-breakout .toggle_switch a {
    padding: 10px;
  }
}
#home-page-content-alt #product-tabs .product-breakout .toggle_switch a.active_toggle {
  background-color: #fff !important;
  color: #fa770d !important;
  box-shadow: 0 1px 0 0 #d1d1d1;
  transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -webkit-transition: background 0.15s ease-in-out;
}
#home-page-content-alt #product-tabs .product-breakout .single-content-box {
  margin-top: 30px;
}
#home-page-content-alt #product-tabs .product-breakout .single-content-box .item h4 {
  font-size: 16px;
  font-weight: 600;
}
#home-page-content-alt #product-tabs .product-breakout .single-content-box .item h4 a {
  color: #333333;
}
#home-page-content-alt #product-tabs .product-breakout .single-content-box .item p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 40px;
}
@media (min-width: 767px) and (max-width: 992px) {
  #home-page-content-alt #product-tabs .product-breakout .single-content-box .item h4 {
    font-size: 14px;
    font-weight: 600;
  }
  #home-page-content-alt #product-tabs .product-breakout .single-content-box .item p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
  }
}
#home-page-content-alt #product-tabs .product-breakout .single-content-box .product-main-image {
  margin: 35px 0 70px;
}
@media (min-width: 767px) and (max-width: 992px) {
  #home-page-content-alt #product-tabs .product-breakout .single-content-box .product-main-image {
    margin: 55px 0 70px;
  }
}
@media (max-width: 767px) {
  #home-page-content-alt #product-tabs .product-breakout .single-content-box .product-main-image {
    margin: 55px 0 30px;
  }
}
#home-page-content-alt #use-cases {
  background: #fff;
  box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 20;
  overflow: hidden;
  padding: 80px 0;
}
#home-page-content-alt #use-cases h3 {
  text-align: center;
  margin: 0 0 50px;
}
#home-page-content-alt #use-cases .section {
  text-align: center;
}
#home-page-content-alt #use-cases .section h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
#home-page-content-alt #use-cases .section h4 a,
#home-page-content-alt #use-cases .section h4 a:hover {
  color: #333333;
  text-decoration: none;
}
#home-page-content-alt #use-cases .section p {
  margin: 10px 0 40px;
}
#home-page-content-alt #resources {
  padding: 80px 0;
  background: #212933;
}
#home-page-content-alt #resources h3 {
  text-align: center;
  color: #fff;
  margin: 0 0 50px;
}
#home-page-content-alt #resources h3 a {
  color: #fff;
}
#home-page-content-alt #resources h3 .btn {
  margin-left: 20px;
}
#home-page-content-alt #resources .item {
  text-align: center;
  color: #fff;
}
#home-page-content-alt #resources .item h4 {
  text-transform: uppercase;
  background-color: #3995c2;
  display: block;
  padding: 15px 0 13px;
  font-size: 16px;
  margin: 0;
}
#home-page-content-alt #resources .item h4 a,
#home-page-content-alt #resources .item h4 a:hover {
  color: #fff;
  text-decoration: none;
}
#home-page-content-alt #resources .item h4:nth-child(1),
#home-page-content-alt #resources .item h4:nth-child(2) {
  border-right: 1px solid #515b64;
}
#home-page-content-alt #resources .item h4 span {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
  vertical-align: middle;
}
#home-page-content-alt #resources .item h4.blog-posts span {
  background: url('../../images/blogs-icon.png');
  background-size: 24px 24px;
}
#home-page-content-alt #resources .item h4.how-to-videos-posts span {
  background: url('../../images/how-to-videos-icon.png');
  background-size: 24px 24px;
}
#home-page-content-alt #resources .item h4.white-paper-posts span {
  background: url('../../images/white-papers-icon.png');
  background-size: 24px 24px;
}
#home-page-content-alt #resources .item .bottom-section {
  padding: 30px 40px 20px;
  min-height: 300px;
  border: 1px solid #535d66;
  border-top: none;
  background: #434952;
}
@media (min-width: 767px) and (max-width: 1200px) {
  #home-page-content-alt #resources .item .bottom-section {
    min-height: 370px;
  }
}
#home-page-content-alt #resources .item .bottom-section h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin: 0;
}
#home-page-content-alt #resources .item .bottom-section h3 a {
  color: #fff;
}
#home-page-content-alt #resources .item .bottom-section p {
  color: #999999;
  font-size: 14px;
  line-height: 22px;
  margin: 20px 0 30px;
}
#home-page-content-alt #resources .item .bottom-section:nth-child(2),
#home-page-content-alt #resources .item .bottom-section:nth-child(3) {
  border-left: none;
}
#home-page-content-alt #resources .item .bottom-section .block {
  display: none;
}
#home-page-content-alt #customer-logos {
  padding: 50px 0 60px;
  position: relative;
  overflow: hidden;
  z-index: 20;
  background: #eff7fa;
  box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.4);
}
#home-page-content-alt #customer-logos h3 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  margin-bottom: 30px;
}
#home-page-content-alt #customer-logos h3 a {
  margin-left: 10px;
}
#home-page-content-alt #customer-logos .logos-list {
  min-height: 56px;
}
#home-page-content-alt #customer-logos .logos-list img {
  width: 140px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #home-page-hero-alt {
    background: url('../../images/hp-hero-bg-16.jpg') repeat-x -750px 0;
  }
  #home-page-hero-alt .main-hero {
    padding-top: 40px;
  }
  #home-page-hero-alt .main-hero h1 {
    font-size: 45px;
  }
  #home-page-hero-alt .main-hero h2 {
    font-size: 22px;
  }
  #home-page-content-alt #real-time-monitoring-alerts #real-time-graphic .computer-screen {
    top: 45px;
  }
  #home-page-content-alt #real-time-monitoring-alerts #real-time-graphic .computer-screen-zoom {
    left: 80px;
    top: 50px;
  }
  #home-page-content-alt #real-time-monitoring-alerts #real-time-graphic .mobile-phone {
    top: 155px;
  }
  #home-page-content-alt .panel h3 {
    font-size: 40px;
  }
  #home-page-content-alt .panel-alt p {
    font-size: 18px;
    line-height: 30px;
    margin: 60px 0 30px;
  }
  #home-page-content-alt .sub-head-section {
    margin-bottom: 0;
  }
  #home-page-content-alt .sub-head-section h3 {
    font-size: 35px;
  }
  #home-page-content-alt #use-cases .section h4 {
    font-size: 18px;
  }
  #home-page-content-alt #customer-logos .logos-list {
    height: 56px;
    line-height: 56px;
  }
  #home-page-content-alt #customer-logos .logos-list img {
    width: 125px;
    verticl-align: middle;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #home-page-hero-alt {
    height: 550px;
    background: url('../../images/hp-hero-bg-16.jpg') repeat-x -900px -50px;
  }
  #home-page-hero-alt .main-hero {
    padding-top: 20px;
  }
  #home-page-hero-alt .main-hero h1 {
    font-size: 36px !important;
    line-height: 45px;
  }
  #home-page-hero-alt .main-hero h2,
  #home-page-hero-alt .main-hero h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  #home-page-hero-alt .main-hero .hero-img {
    margin-top: -20px;
  }
  #home-page-hero-alt .main-hero .hero-img img {
    width: 120px;
    float: right;
  }
  #home-page-hero-alt .main-hero .promo-img {
    margin-top: 71px;
  }
  #home-page-content-alt {
    margin-top: -160px;
  }
  #home-page-content-alt .panel-alt p {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 30px;
  }
  #home-page-content-alt .sub-head-section {
    margin-bottom: 0;
  }
  #home-page-content-alt #use-cases .section h4 {
    font-size: 20px;
  }
  #home-page-content-alt #use-cases .section p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #home-page-hero-alt {
    min-height: 520px;
    max-height: 520px;
  }
  #home-page-hero-alt .main-hero {
    text-align: center;
    padding-top: 30px;
  }
  #home-page-hero-alt .main-hero h1 {
    padding-top: 10px;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  #home-page-hero-alt .main-hero h2,
  #home-page-hero-alt .main-hero h3 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  #home-page-hero-alt .main-hero .hero-img {
    margin: 20px 0 0;
    width: 100%;
  }
  #home-page-hero-alt .main-hero .hero-img img {
    margin: 0 auto;
    float: none;
  }
  #home-page-hero-alt .main-hero .hero-image-item img {
    width: 100%;
  }
  #home-page-hero-alt .main-hero .button-row {
    text-align: center;
    margin: 0 0 30px;
  }
  #home-page-hero-alt .main-hero .button-row .btn {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 400;
  }
  #home-page-hero-alt .main-hero .button-row .btn-clear {
    margin-right: 0;
  }
  #home-page-hero-alt .main-hero .promo-img {
    display: none;
  }
  #home-page-content-alt {
    padding: 0;
    overflow: hidden;
  }
  #home-page-content-alt .arrow-bar {
    display: none;
  }
  #home-page-content-alt .panel h2,
  #home-page-content-alt .panel h3 {
    font-size: 28px;
    line-height: 35px;
  }
  #home-page-content-alt .panel .btn-row {
    margin-bottom: 50px;
  }
  #home-page-content-alt .panel-alt {
    margin: 0 20px 0;
  }
  #home-page-content-alt .panel-alt p {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 30px;
  }
  #home-page-content-alt .sub-head-section {
    margin-bottom: 0;
  }
  #home-page-content-alt .sub-head-section p {
    font-size: 18px;
  }
  #home-page-content-alt #product-tabs {
    padding: 30px 0;
  }
  #home-page-content-alt #product-tabs .panel {
    margin-top: 20px;
  }
  #home-page-content-alt #use-cases {
    padding: 50px 0 0;
  }
  #home-page-content-alt #use-cases h3 {
    margin-bottom: 30px;
  }
  #home-page-content-alt #use-cases .section {
    margin-bottom: 60px;
  }
  #home-page-content-alt #use-cases .section p {
    margin: 10px 0 20px;
  }
  #home-page-content-alt #customer-logos {
    padding: 20px 20px 50px;
  }
  #home-page-content-alt #customer-logos .logos-list img {
    width: 140px;
    margin-top: 20px;
    verticl-align: middle;
  }
  #get-started-action-bar h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
  }
}
#fWrapper {
  width: 75px;
  height: 75px;
  position: fixed;
  right: 10%;
  top: 300px;
  z-index: 100;
  -webkit-transition: all 5s linear 0s;
  -moz-transition: all 5s linear 0s;
  transition: all 5s linear 0s;
  cursor: pointer;
}
#fWrapper #f {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  z-index: 11;
  -webkit-animation: move 1s infinite;
  -moz-animation: move 1s infinite;
  -o-animation: move 1s infinite;
  -ms-animation: move 1s infinite;
  animation: move 1s infinite;
  cursor: pointer;
}
.f-clicker {
  position: absolute;
  top: 238px;
  left: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 3000;
}
@media (min-width: 767px) and (max-width: 992px) {
  .f-clicker {
    top: 215px;
  }
}
@media (max-width: 767px) {
  .f-clicker {
    top: 250px;
  }
}
@-webkit-keyframes move {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  50% {
    top: 140px;
    height: 140px;
    -webkit-animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    -webkit-animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    -webkit-animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes move {
  0% {
    top: 0;
    -moz-animation-timing-function: ease-in;
  }
  50% {
    top: 140px;
    height: 140px;
    -moz-animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    -moz-animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    -moz-animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    -moz-animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes move {
  0% {
    top: 0;
    -o-animation-timing-function: ease-in;
  }
  50% {
    top: 140px;
    height: 140px;
    -o-animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    -o-animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    -o-animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    -o-animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    -o-animation-timing-function: ease-in;
  }
}
@-ms-keyframes move {
  0% {
    top: 0;
    -ms-animation-timing-function: ease-in;
  }
  50% {
    top: 140px;
    height: 140px;
    -ms-animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    -ms-animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    -ms-animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    -ms-animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    -ms-animation-timing-function: ease-in;
  }
}
@keyframes move {
  0% {
    top: 0;
    animation-timing-function: ease-in;
  }
  50% {
    top: 140px;
    height: 140px;
    animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    animation-timing-function: ease-in;
  }
}
#cheat-sheet-form-page {
  min-height: 843px;
  margin-bottom: -10px;
}
#cheat-sheet-form-page #modal-bg {
  background: #333333;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
  opacity: 0.7;
}
#cheat-sheet-form-page #form-overlay {
  padding: 60px 0;
  overflow: hidden;
  text-align: center;
  background: #eeeeee;
  border-radius: 10px;
  width: 750px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 12%);
  z-index: 3002;
}
@media (max-width: 768px) {
  #cheat-sheet-form-page #form-overlay {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #cheat-sheet-form-page #form-overlay {
    width: 550px;
  }
}
@media (max-width: 768px) {
  #cheat-sheet-form-page #form-overlay {
    width: 92%;
  }
}
#cheat-sheet-form-page #form-overlay h1 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  #cheat-sheet-form-page #form-overlay h1 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #cheat-sheet-form-page #form-overlay h1 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #cheat-sheet-form-page #form-overlay h1 {
    margin-bottom: 20px;
  }
}
#cheat-sheet-form-page #form-overlay h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #cheat-sheet-form-page #form-overlay h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #cheat-sheet-form-page #form-overlay h2 {
    font-size: 18px;
  }
}
#cheat-sheet-form-page #form-overlay .hs-form {
  width: 350px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #cheat-sheet-form-page #form-overlay .hs-form {
    width: 100%;
  }
}
#cheat-sheet-form-page #form-overlay .hs-form label > span {
  display: none;
}
#cheat-sheet-form-page #form-overlay .hs-form input[type=text],
#cheat-sheet-form-page #form-overlay .hs-form input[type=email],
#cheat-sheet-form-page #form-overlay .hs-form input[type=tel],
#cheat-sheet-form-page #form-overlay .hs-form textarea {
  height: 40px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: inset 0px 1px 0px 0px #999999;
  box-shadow: inset 0px 1px 0px 0px #999999;
  font-weight: 300;
  font-size: 14px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
  padding: 0px 12px 0px;
  color: #333333;
}
#cheat-sheet-form-page #form-overlay .hs-form .actions {
  margin: 0;
  padding: 0;
  text-align: center;
}
#cheat-sheet-form-page #form-overlay .hs-form .hs-error-msgs label {
  color: #d9534f;
  margin-bottom: 0;
}
#cheat-sheet-form-page #form-overlay .hs-form .hs-button.primary.large {
  box-shadow: 0px 2px 0px #c75319;
  text-shadow: 0px 1px 0px #a7470c;
  padding: 15px 20px 13px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  background: #fa770d;
  margin-top: 10px;
}
#cheat-sheet-form-page #form-overlay .hs-form .hs-button.primary.large:hover {
  background: #ee7310;
  text-shadow: 0px 1px 0px #a7470c;
  border: none;
  outline: none;
  box-shadow: 0px 2px 0px #c75319;
}
#cheat-sheet-form-page #form-overlay .hs-form .hs-button.primary.large:active:active {
  background: #ee7310;
  position: relative;
  box-shadow: 0px 1px 0px #c75319;
  top: 1px;
  color: #fff;
}
#cheat-sheet-form-page #form-overlay .hs-form::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#cheat-sheet-form-page #form-overlay .hs-form:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#cheat-sheet-form-page #form-overlay .hs-form::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#cheat-sheet-form-page #form-overlay .hs-form:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#cheat-sheet-page .form-hero {
  background: #333333;
  position: relative;
  color: #fff;
  overflow: hidden;
  z-index: 100;
  text-align: left;
}
#cheat-sheet-page .form-hero .main-hero {
  padding: 40px 0 50px;
}
@media (max-width: 768px) {
  #cheat-sheet-page .form-hero .main-hero {
    padding: 40px 20px 20px;
  }
}
@media (max-width: 768px) {
  #cheat-sheet-page .form-hero .main-hero {
    text-align: center;
  }
}
#cheat-sheet-page .form-hero .main-hero .top-label {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}
#cheat-sheet-page .form-hero .main-hero h1 {
  padding: 10px 0 0;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
}
@media (min-width: 768px) and (max-width: 992px) {
  #cheat-sheet-page .form-hero .main-hero h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #cheat-sheet-page .form-hero .main-hero h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
#cheat-sheet-page .form-hero .main-hero h2 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #cheat-sheet-page .form-hero .main-hero h2 {
    font-size: 16px;
    line-height: 25px;
  }
}
#cheat-sheet-page .form-hero .main-hero .hero-icon {
  text-align: center;
}
#cheat-sheet-page .form-hero .main-hero .contents-box {
  background: #fff;
}
#cheat-sheet-page .form-hero .main-hero .contents-box h3 {
  display: block;
  padding: 20px;
  background: #eeeeee;
  color: #333333;
  font-weight: 600;
  font-size: 18px;
}
#cheat-sheet-page .form-hero .main-hero .contents-box ul {
  padding: 10px 20px;
  margin: 0;
}
#cheat-sheet-page .form-hero .main-hero .contents-box ul li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#cheat-sheet-page .form-hero .main-hero .contents-box ul li a {
  color: #333333;
}
#cheat-sheet-page .content-section {
  padding: 60px 0 80px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  #cheat-sheet-page .content-section {
    padding: 30px 0;
  }
}
#cheat-sheet-page .content-section .heading-section {
  text-align: center;
}
#cheat-sheet-page .content-section .heading-section h3 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #cheat-sheet-page .content-section .heading-section h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
#cheat-sheet-page .content-section .heading-section p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 60px;
}
#cheat-sheet-page .content-section .heading-section .sub-text {
  margin-bottom: 20px;
}
#cheat-sheet-page .content-section .heading-section .button-link {
  margin-bottom: 60px;
}
#cheat-sheet-page .content-section .sub-header-section {
  text-align: center;
}
#cheat-sheet-page .content-section .sub-header-section h4 {
  margin-top: 60px;
}
#cheat-sheet-page .content-section .grey-box {
  background: #eeeeee;
  padding: 40px;
  margin-bottom: 20px;
}
#cheat-sheet-page .content-section h4 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}
#cheat-sheet-page .content-section p {
  font-size: 14px;
  line-height: 22px;
}
#cheat-sheet-page .content-section img {
  margin-top: 20px;
}
#cheat-sheet-page .content-section table {
  margin-top: 30px;
  width: 100%;
}
#cheat-sheet-page .content-section table tr td {
  padding: 20px;
  border: 1px solid #cccccc;
}
#cheat-sheet-page .content-section table tr td:first-child,
#cheat-sheet-page .content-section table tr td.bolded {
  font-weight: 600;
  min-width: 115px;
}
#cheat-sheet-page .content-section table tr td.unbolded {
  font-weight: 400;
}
@media (max-width: 768px) {
  #cheat-sheet-page .content-section table tr td {
    display: block;
    padding: 20px 10px;
  }
  #cheat-sheet-page .content-section table tr td:nth-child(even) {
    padding: 10px 10px 20px;
    border-top: 0;
  }
  #cheat-sheet-page .content-section table tr td:first-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
#cheat-sheet-page .content-section table tr span.dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 5px;
  border-radius: 10px;
  background-color: #333333;
}
#cheat-sheet-page .content-section table tr span.dot.dot-blue {
  background-color: #3995c2;
}
#cheat-sheet-page .content-section table tr span.dot.dot-orange {
  background-color: #fa770d;
}
#cheat-sheet-page .content-section table tr span.dot.dot-aqua {
  background-color: #64d7de;
}
#cheat-sheet-page .content-section table tr span.dot.dot-lt-grey {
  background-color: #cccccc;
}
#cheat-sheet-page .content-section table tr span.dot.dot-green {
  background-color: #44ad15;
}
#cheat-sheet-page .content-section .stepped-section ol.numbered-list {
  list-style-type: none;
  margin: 20px 0 50px 32px;
  padding: 0;
  counter-reset: li-counter;
}
#cheat-sheet-page .content-section .stepped-section ol.numbered-list li {
  position: relative;
  margin: 0 0 25px 0;
  padding: 8px 0 0 25px;
  min-height: 3em;
  font-size: 18px;
  line-height: 25px;
}
#cheat-sheet-page .content-section .stepped-section ol.numbered-list li:before {
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 38px;
  margin-left: 10px;
  padding-left: 2px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  border-radius: 50%;
  background-color: #fa770d;
  content: counter(li-counter);
  counter-increment: li-counter;
}
@media (max-width: 768px) {
  #cheat-sheet-page .pack-section p {
    margin-bottom: 30px;
  }
}
#cheat-sheet-page #get-started-action-bar p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
  padding: 0 20px;
}
#cheat-sheet-page #banner-push-up {
  text-align: center;
  display: none;
  min-height: 260px;
}
#cheat-sheet-page #banner-push-up h3,
#cheat-sheet-page #banner-push-up p {
  display: block;
}
#cheat-sheet-page #banner-push-up a {
  margin-top: 20px;
}
#system-status {
  padding: 0 15px;
}
#system-status .content-section {
  padding: 0 20px;
}
#system-status h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
#system-status h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
#system-status p {
  line-height: 25px;
}
#system-status .entry {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
#system-status .entry h4 {
  font-size: 16px;
  font-weight: 600;
}
#system-status .entry h5 {
  font-weight: 600;
}
#system-status .entry span {
  padding: 2px 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #eeeeee;
  margin-right: 5px;
  font-size: 12px;
}
#system-status .get-started-footer {
  margin-top: 50px;
}
/*extracted from compilded css from old styles and modified to fit new styles*/
.chzn-container {
  position: relative;
  display: block;
  zoom: 1;
  border: none;
  width: auto !important;
}
/* line 39, ../sass/modules/forms.scss */
.chzn-container .chzn-drop {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 1010;
  width: 100% !important;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #d7dbde;
}
/* line 52, ../sass/modules/forms.scss */
.chzn-search {
  display: none;
}
/* @end */
/* @group Single Chosen */
/* line 56, ../sass/modules/forms.scss */
.chzn-container-single .chzn-single {
  background: #fff;
  height: 53px;
  display: block;
  overflow: hidden;
  margin-right: 50px;
  background: #f3f4f5;
  border: 1px solid #d7dbde;
  border-radius: 6px 0 0 6px;
}
/* line 65, ../sass/modules/forms.scss */
.chzn-container-single .chzn-single span {
  text-align: left;
  display: block;
  overflow: hidden;
  padding: 25px 15px;
  margin-top: -12px;
  color: #afb0b0;
}
/* line 73, ../sass/modules/forms.scss */
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0px;
  right: 0;
  background: transparent;
  width: 53px;
  height: 53px;
  text-align: center;
  background: #ef8638;
  border-left: 1px solid #ef8638;
  border-radius: 0 6px 6px 0;
}
/* line 84, ../sass/modules/forms.scss */
.chzn-container-single .chzn-single div b {
  display: inline-block;
  margin-top: 23px;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
}
/* line 97, ../sass/modules/forms.scss */
.chzn-container-single .chzn-single-with-drop {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 99, ../sass/modules/forms.scss */
.chzn-container-single .chzn-single-with-drop:after {
  content: '';
  z-index: 800;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: white;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 110, ../sass/modules/forms.scss */
.chzn-container-single .chzn-single-with-drop div {
  background: white;
  border: 1px solid #d7dbde;
  border-bottom: 0;
  z-index: 9999;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 119, ../sass/modules/forms.scss */
.chzn-container-active b {
  border-top: 7px solid #d7dbde !important;
}
/* @group Results */
/* line 127, ../sass/modules/forms.scss */
.chzn-container .chzn-results {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 135, ../sass/modules/forms.scss */
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
/* line 139, ../sass/modules/forms.scss */
.chzn-container .chzn-results li {
  display: none;
  padding: 15px 0 15px 15px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #d7dbde;
}
/* line 145, ../sass/modules/forms.scss */
.chzn-container .chzn-results li:last-child {
  border-bottom: 0;
}
/* line 148, ../sass/modules/forms.scss */
.chzn-container .chzn-results li a:hover {
  background: #f1f1f1;
}
/* line 152, ../sass/modules/forms.scss */
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
/* line 156, ../sass/modules/forms.scss */
.chzn-container .chzn-results .highlighted {
  background-color: transparent;
}
/* line 159, ../sass/modules/forms.scss */
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
/* line 163, ../sass/modules/forms.scss */
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
/* line 166, ../sass/modules/forms.scss */
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
/* line 170, ../sass/modules/forms.scss */
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
/* line 175, ../sass/modules/forms.scss */
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
/* line 178, ../sass/modules/forms.scss */
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
/* line 181, ../sass/modules/forms.scss */
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1;
}
/* line 189, ../sass/modules/forms.scss */
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
/* line 195, ../sass/modules/forms.scss */
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
/* line 198, ../sass/modules/forms.scss */
.chzn-container .chzn-results-scroll-down span {
  background: url("chosen-sprite.png") no-repeat -4px -3px;
}
/* line 201, ../sass/modules/forms.scss */
.chzn-container .chzn-results-scroll-up span {
  background: url("chosen-sprite.png") no-repeat -22px -3px;
}
form .error-info {
  display: block;
  color: #F00;
  margin: 0 0 15px;
}
.err,
.errorlist,
.error {
  color: #F00;
}
form .form-group input[type="text"],
form .form-group input[type="password"],
form .form-group input[type="email"],
.le-simple-box input[type="text"],
.le-simple-box input[type="password"],
.le-simple-box input[type="email"],
textarea {
  display: block;
  width: 100% !important;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  background-image: none;
  height: 40px;
  padding: 0 12px;
  line-height: 40px;
  border: 1px solid #E1EFF6;
  -webkit-box-shadow: inset 0px 1px 0px 0px #999;
  box-shadow: inset 0px 1px 0px 0px #999;
  font-weight: 300;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
textarea {
  height: 200px;
}
.le-simple-box {
  margin-top: 50px;
}
.le-simple-box .bottom-section {
  padding: 40px 15px;
  margin-bottom: 50px;
}
#post-not-found section.container {
  margin-bottom: 50px;
}
#contact-us-page h1 {
  margin-top: 40px;
}
#contact-us-page #contact {
  margin-top: 60px;
}
#contact-us-page #contact .contact-form-column {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#contact-us-page #contact ul {
  padding: 0;
  list-style-type: none;
}
#contact-us-page .contact-form-column {
  padding: 50px 0;
}
.chzn-container-single .chzn-single {
  border: 1px solid #E1EFF6;
  background-color: #FFF;
  background-image: none;
  -webkit-box-shadow: inset 0px 1px 0px 0px #999;
  box-shadow: inset 0px 1px 0px 0px #999;
}
.chzn-container-single .chzn-single span {
  color: #555;
  vertical-align: middle;
  line-height: 1.33;
  background: transparent none;
  font-weight: 300;
  font-size: 18px;
}
.chzn-container-single .chzn-single div {
  top: 1px;
  height: 51px;
}
.chzn-container-single .chzn-single-with-drop div {
  top: 0px;
  height: 53px;
}
.hidden-no-important {
  display: none;
}
.content-heading {
  clear: both;
  display: block;
  font-weight: 600;
}
#send-confirmation {
  padding-top: 20px;
}
#get-started-page-content .bottom-section .quickstart-column {
  padding-top: 30px;
}
#get-started-page-content .bottom-section .quickstart-column h4 {
  margin-top: 0;
}
#get-started-page-content .bottom-section .form-supportive-text h3 {
  margin-top: 60px;
}
/*billing*/
form.payment-detailsform {
  padding-top: 40px;
}
#payment-page .row {
  margin: 0;
}
.payment-detailsform .recurly .field.expires .month {
  width: 70%;
}
.payment-detailsform .recurly .field.expires .month select {
  width: 100%;
}
@media screen and (max-width: 400px) {
  .payment-detailsform .recurly .field.expires .month {
    width: 200px;
  }
}
@media screen and (min-width: 767px) {
  .payment-detailsform {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .payment-detailsform {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  .payment-detailsform .recurly .field.expires .month {
    width: 65%;
  }
}
#quickstart-signup-form .form-group input[type="text"],
#quickstart-signup-form .form-group input[type="password"],
#quickstart-signup-form .form-group input[type="email"] {
  height: 46px;
  padding: 0 12px;
  line-height: 22px;
  font-size: 16px;
}
#quickstart-signup-form .form-group label {
  font-weight: 400;
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}
#quickstart-signup-form .form-group select {
  color: #999;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  height: 44px;
  overflow: hidden;
  background: url(../../images/select-menu-arrow.png) no-repeat right center #fff;
  background-size: 25px 8px;
  border: none;
  padding: 10px 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0px 1px 0px 0px #bbb;
  cursor: pointer;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .section .dark-box p {
    text-align: center;
    margin-bottom: 15px;
  }
  img.alignright,
  img.alignleft {
    display: block;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .emph-content.csi-box {
    padding: 0 20px;
  }
  .emph-content.csi-box h4 {
    text-align: center;
  }
}
/* page styling */
@media only screen and (min-width: 980px) {
  body {
    padding-top: 55px;
  }
  .container-fluid {
    max-width: 970px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  #inner-footer {
    padding: 0;
  }
  .topbar-inner {
    padding: 0;
  }
  .topbar form.pull-right {
    float: right;
  }
  .one-half.first,
  .one-third.first,
  .one-fourth.first,
  .one-fifth.first,
  .one-half,
  .one-third,
  .one-fourth,
  .one-fift {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
    padding: 0;
    min-height: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .navbar-inverse .navbar-nav > li > a,
  .navbar-inverse .navbar-text {
    padding: 0 8px;
    font-size: 12px;
  }
  #footer .footer-stats h4 {
    font-size: 50px;
  }
  #footer .footer-stats p {
    font-size: 14px;
  }
  #about-us-page-content .hero-content-2 p {
    font-size: 16px;
  }
  #about-us-page-content .hero-content-2 .cta-offset h3 {
    font-size: 18px;
  }
  .contact-us-box {
    padding: 15px;
  }
  .contact-us-box h3 {
    font-size: 22px;
    margin: 0;
    clear: none;
    width: 100%;
  }
  .contact-us-box p {
    margin: 15px 20px 5px 0;
    font-weight: 600;
    font-size: 14px;
  }
  .contact-us-box .icon-bullet-white {
    display: none;
  }
  /* Product Page */
  #product-page-content .hero-content .product-icon-bullets {
    margin: 40px 0 0 20px;
  }
  #product-page-content .hero-content .product-icon-bullets p {
    font-size: 12px;
  }
  #product-page-content .hero-content .product-icon-bullets .icon-bullet {
    margin-right: 10px;
  }
  #product-page-content .hero-content img {
    border-bottom: 1px solid #eeeeee;
  }
  #community-page-content .hero-content p.first {
    margin-top: 60px;
  }
  #community-page-content .hero-content p.second {
    margin-top: 60px;
  }
  .video-cta {
    height: 162px;
  }
  .video-cta h3 {
    font-size: 28px;
    text-align: center;
    margin: 30px 20px 10px;
  }
  .video-cta .video-copy {
    height: 163px;
  }
  #get-started-page-content .heading-alt {
    margin-bottom: 10px;
  }
  #get-started-page-content .heading-alt h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0;
    line-height: 25px;
  }
  #get-started-page-content .heading-alt h3 {
    font-size: 14px;
  }
  #docs-top-banner .option-2 img {
    margin: 0 10px 20px 0;
  }
  /* Join Us Page */
  #join-us-page #join-us-hero h1 {
    font-size: 28px;
  }
  #join-us-page #join-us-hero .hero-slide {
    margin-top: 90px;
  }
  #join-us-page #join-us-hero .hero-slide h3 {
    font-size: 28px;
    margin-top: 15px;
  }
  #join-us-page #join-us-hero .slick-dots {
    margin-top: 110px;
  }
  #join-us-page #le-openings .current-job-listings .job-title {
    width: 200px;
  }
  #join-us-page #le-openings .current-job-listings th.job-title {
    width: 200px;
  }
  /* In The News */
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post {
    height: 260px;
  }
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post .logo-pane {
    height: 260px;
  }
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post .description-pane {
    top: -270px;
  }
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 500px;
  }
  #in-the-news-main-page .toggle_switch {
    width: 90%;
    margin-left: 30px;
  }
  .media-contact-box .content-block {
    max-width: 85%;
  }
  #press-release-page #press-release-hero h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
  }
  #press-release-page #press-release-hero h1:before {
    background: url(../../images/in-the-news-large-press-quote.png) no-repeat;
    background-size: 45px 45px;
    background-position: left center;
    padding-right: 55px;
    content: "\00a0";
  }
  #feedback-page .feedback-form-alt {
    padding-left: 0px;
  }
  #home-sub-top .sub-hero {
    margin-top: 30px;
  }
  .sub-hero-base {
    margin-top: -30px;
  }
  .sub-hero-base .btn.btn-large {
    padding: 10px 15px;
    margin: 0 5px 20px;
  }
  .sub-hero-base-alt {
    margin-top: -45px;
  }
  #sub-page-content .content-section .content-text {
    width: 86%;
  }
  #case-studies-page #case-studies .case-study .case-top a {
    padding: 95px 20px;
  }
  #case-study-page #case-study-hero .hero-content {
    margin-top: -15px;
  }
  #case-study-page #case-study-hero .hero-content h2 {
    font-size: 14px;
  }
  #get-started-action-bar h3 {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .contact-us-box {
    padding: 20px;
  }
  .contact-us-box h3 {
    font-size: 22px;
    margin: 0 0 15px;
    clear: none;
    width: 100%;
  }
  .contact-us-box p {
    margin: 20px 20px 0 0;
    font-weight: 600;
    font-size: 14px;
  }
  .contact-us-box .icon-bullet-white {
    margin: 0 10px 0 0;
  }
  .video-cta {
    height: 217px;
  }
  .video-cta h3 {
    text-align: center;
    margin: 40px 20px 20px;
  }
  .video-cta .video-copy {
    height: 215px;
  }
  #get-started-page-content .heading-alt {
    margin-bottom: 10px;
  }
  #get-started-page-content .heading-alt h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0;
    line-height: 28px;
  }
  #get-started-page-content .heading-alt h3 {
    font-size: 18px;
  }
  #sidebar-nav {
    max-width: 156px;
  }
  /* Join Us Page */
  #join-us-page #join-us-hero .hero-slide {
    margin-top: 80px;
  }
  #join-us-page #join-us-hero .hero-slide h3 {
    font-size: 40px;
  }
  /* In the News */
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post {
    height: 270px;
  }
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post .logo-pane {
    height: 270px;
  }
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post .logo-pane h3 {
    padding: 0 20px;
  }
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post .description-pane {
    top: -280px;
  }
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post {
    height: 480px;
  }
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post h3 {
    font-size: 18px;
    line-height: 25px;
  }
  #feedback-page .feedback-form-alt {
    padding-left: 0px;
  }
  #sub-page-content .content-section .content-text {
    width: 88%;
  }
  #case-study-page #case-study-hero .hero-content h2 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.admin-bar .navbar-fixed-top {
    top: 46px;
  }
  body.admin-bar #sticker.stick {
    top: 102px;
  }
  #content.full-width {
    padding-right: 0 !important;
  }
  #docs-main {
    padding-left: 0 !important;
  }
  .container-full .section {
    padding-top: 30px;
  }
  .emphasize {
    margin-top: 0 !important;
  }
  #docs-top-banner .option-3 {
    margin-bottom: 0;
  }
  #docs-links .overflow-bullets {
    margin-top: -60px;
  }
  .doc-sidbar-section {
    padding-right: 15px;
    margin-top: 30px;
  }
  #sidebar-docs-alt {
    border-right: none;
    padding: 0 ;
  }
  #doc-main-content-section {
    padding-left: 15px;
  }
  .category-results {
    display: none;
  }
  .contact-us-box {
    padding: 15px;
  }
  .contact-us-box .contact-item {
    width: 100%;
  }
  .contact-us-box h3 {
    font-size: 22px;
    margin: 15px 0 10px;
    clear: none;
  }
  .contact-us-box p {
    margin: 25px 10px;
    font-weight: 600;
    font-size: 14px;
  }
  .contact-us-box .icon-bullet-white {
    margin: 10px 0;
  }
  .navbar-inverse .navbar-nav ul.dropdown-menu > li {
    display: none;
  }
  .navbar-inverse .navbar-nav ul.dropdown-menu {
    padding-top: 0;
  }
  .navbar-inverse .navbar-nav li > a,
  .navbar-inverse .navbar-text {
    line-height: 35px;
  }
  .navbar-inverse .navbar-btn,
  .navbar-inverse .navbar-link {
    margin: 0;
  }
  .navbar-inverse .navbar-toggle,
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    margin-top: 10px;
  }
  .navbar-nav,
  .navbar-inverse .navbar-nav > li.active {
    margin-top: 0;
  }
  .navbar-brand {
    line-height: 52px;
  }
  .navbar-header {
    height: 55px;
  }
  #subpage-nav {
    padding-top: 0;
  }
  #subpage-nav li {
    list-style: none;
    margin: 0 10px 5px;
    display: block;
  }
  #subpage-nav li a {
    padding: 5px 10px;
    width: 100%;
    display: block;
  }
  #content {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    float: none;
    padding-left: 0;
  }
  #footer .footer-stats h4 {
    font-size: 45px;
  }
  #footer .footer-stats p {
    font-size: 14px;
  }
  #footer .footer-base p {
    margin-top: 100px;
  }
  #footer .footer-base .icon-row {
    margin-top: 30px;
  }
  #social-icons ul {
    margin: 20px 20px 0 0;
  }
  .page-header {
    margin: 0;
  }
  .page-header h1 {
    font-size: 28px;
  }
  .page-header h2.doc-sub-head a {
    font-size: 28px;
  }
  /* Product Page */
  #product-page-content {
    margin-top: 0;
  }
  #product-page-content .hero-head h2 {
    margin-top: 0;
    padding-top: 20px;
    font-size: 28px;
    line-height: 35px;
  }
  #product-page-content .hero-head h3 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  #product-page-content .hero-content img.hero {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
  }
  #product-page-content h2,
  #product-page-content h3 {
    font-size: 28px;
  }
  #product-page-content .gradient-header h3 {
    margin-bottom: 0;
  }
  #product-page-content .product-features .product-feature {
    margin: 0;
  }
  #product-page-content .product-features .product-image-sm {
    margin-bottom: 20px;
  }
  #product-feature-page {
    margin-top: 0;
  }
  #product-feature-page .feature-hero h2 {
    margin: 0 0 20px;
    padding: 20px 20px 0;
    font-size: 28px;
    line-height: 35px;
  }
  #product-feature-page .feature-content {
    margin-top: 20px;
  }
  #sidebar-docs {
    margin-left: 20px;
  }
  #about-us-page-content .hero-heading {
    padding-top: 20px;
    margin-top: 0;
  }
  #about-us-page-content .hero-heading h2 {
    margin: 0;
    font-size: 28px;
    line-height: 35px;
  }
  #about-us-page-content h3,
  #about-us-page-content .our-team-heading h3 {
    font-size: 22px;
    margin: 30px 0 20px;
  }
  #about-us-page-content .customers-heading h4,
  #about-us-page-content .investors h4 {
    font-size: 18px;
    padding: 0 15px;
    margin-bottom: 0;
  }
  #about-us-page-content .customers {
    padding-top: 0;
  }
  #about-us-page-content .customers .customer {
    height: 100px;
    display: block;
    padding: 20px 0;
  }
  #about-us-page-content .customers .row.last .customer {
    border-bottom: 1px solid #eeeeee;
  }
  #about-us-page-content .team-headshots {
    border-top: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #about-us-page-content .team-headshots .team-member {
    margin: 40px 0 0;
  }
  #about-us-page-content .locations-map {
    background-size: contain;
    margin-bottom: -80px;
  }
  #about-us-page-content .dual-shots {
    margin-right: 0;
    margin-left: 0;
  }
  #about-us-page-content .team-spacer {
    height: 60px;
  }
  #about-us-page-content .hero-content-2 {
    margin: 0 0 20px ;
  }
  #about-us-page-content .hero-content-2 h1 {
    clear: both;
    font-size: 28px;
  }
  #about-us-page-content .hero-content-2 p {
    font-size: 16px;
  }
  #about-us-page-content .hero-content-2 .icon-bullet {
    display: none;
  }
  #about-us-page-content .hero-content-2 .cta-offset {
    margin-left: 0;
  }
  #about-us-page-content .hero-content-2 .cta-offset h3 {
    font-size: 18px;
    line-height: 25px;
  }
  #get-started-page-content {
    margin: 20px 20px 0 35px;
  }
  #get-started-page-content .heading h2 {
    font-size: 28px;
    line-height: 35px;
  }
  #get-started-page-content .heading h3 {
    font-size: 18px;
    margin: 30px 0 20px;
  }
  #get-started-page-content .heading-alt {
    margin-bottom: 10px;
  }
  #get-started-page-content .heading-alt h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 10px 0 0;
    line-height: 28px;
  }
  #get-started-page-content .heading-alt h3 {
    margin-top: 20px;
  }
  #get-started-page-content .bottom-section {
    border-top: 0 !important;
  }
  #get-started-page-content .bottom-section .quickstart-column {
    padding: 20px;
  }
  #get-started-page-content .bottom-section .quickstart-column h4 {
    font-size: 22px;
    line-height: 25px;
  }
  #get-started-page-content .bottom-section .form-supportive-text h3 {
    font-size: 22px;
    margin: 20px 0;
  }
  #get-started-page-content .bottom-section .form-supportive-text li {
    padding-bottom: 10px;
  }
  #get-started-page-content .bottom-section .form-supportive-text img {
    margin-top: 10px;
  }
  #community-page-content {
    padding: 0;
    margin: 0 15px;
  }
  #community-page-content .hero-head h2 {
    font-size: 28px;
    line-height: 35px;
    padding: 0 20px;
    margin: 0;
  }
  #community-page-content .hero-head h3 {
    font-size: 22px;
    margin-bottom: 0;
  }
  #community-page-content .hero-content {
    padding: 0 20px 20px;
  }
  #community-page-content .hero-content p.first,
  #community-page-content .hero-content p.second {
    margin-top: 0;
  }
  #community-page-content .hero-content-alt p.second {
    margin-bottom: 10px;
  }
  #sb-body,
  #sb-body-inner {
    height: auto;
  }
  .video-cta {
    margin: 40px 0 0;
    height: auto;
  }
  .video-cta img {
    margin: 0 auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  /* Join Us Page */
  #join-us-page #join-us-hero {
    margin-top: 0;
  }
  #join-us-page #join-us-hero h1 {
    padding-top: 30px;
    margin: 0;
    font-size: 28px;
    line-height: 35px;
  }
  #join-us-page #join-us-hero .hero-slide {
    margin-top: 70px;
  }
  #join-us-page #join-us-hero .hero-slide h3 {
    font-size: 40px;
    margin-top: 15px;
    max-width: 200px;
    margin: 0 auto;
  }
  #join-us-page #join-us-hero .slick-prev {
    top: 160px;
    left: -15px;
  }
  #join-us-page #join-us-hero .slick-next {
    top: 160px;
    right: -15px;
  }
  #join-us-page #join-us-hero .slick-dots {
    margin-top: 40px;
  }
  #join-us-page #le-openings .location_switch {
    margin-bottom: 20px;
  }
  #join-us-page #le-openings .location_switch > a {
    width: 32%;
  }
  #join-us-page #le-openings .current-job-listings .headings {
    font-size: 16px;
  }
  #join-us-page #le-openings .current-job-listings .department {
    display: none;
  }
  #join-us-page #le-openings .current-job-listings .job-title {
    font-size: 16px;
  }
  #join-us-page #le-openings .current-job-listings th.job-title {
    font-size: 16px;
  }
  #join-us-page #le-office-locations h4 {
    margin: 0;
  }
  #join-us-page #le-office-locations p.address {
    margin-bottom: 50px;
  }
  #join-us-page #le-office-locations #map_canvas_1,
  #join-us-page #le-office-locations #map_canvas_2 {
    width: 100%;
    height: 230px;
    background-color: #eeeeee;
    margin-bottom: 20px;
  }
  #job-listing #job-header h1 {
    font-size: 28px;
  }
  #job-listing #apply-bar .btn {
    margin-bottom: 10px;
  }
  #in-the-news-main-page .in-the-news-hero {
    margin-top: 0;
  }
  #in-the-news-main-page .grey-tabbed-content-box {
    padding: 30px 0;
  }
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box h2 {
    font-size: 22px;
    padding: 10px 20px 0;
  }
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box .news-row .news-post {
    padding-bottom: 20px;
    margin-bottom: 0;
    height: 100%;
  }
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post {
    height: 260px;
  }
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post .logo-pane {
    height: 260px;
  }
  #in-the-news-main-page .grey-tabbed-content-box .single-content-box #media-coverage-top .media-post .description-pane {
    top: -270px;
  }
  .media-contact-box .content-block {
    max-width: 100%;
  }
  .media-contact-box img {
    display: none;
  }
  #press-release-page #press-release-hero h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
  }
  #press-release-page #press-release-hero h1:before {
    background: url(../../images/in-the-news-large-press-quote.png) no-repeat;
    background-size: 45px 45px;
    background-position: left center;
    padding-right: 55px;
    content: "\00a0";
  }
  #feedback-page .project-row,
  #feedback-page .more-to-come {
    background: none;
  }
  #feedback-page .feedback-form {
    padding-bottom: 150px;
    width: 90%;
  }
  #feedback-page .feedback-form textarea {
    height: 100px;
  }
  #feedback-page .feedback-form-alt {
    padding-left: 0px;
    width: 100%;
    padding-bottom: 50px;
    top: 250px;
  }
  #feedback-page .general-feedback {
    margin-bottom: 400px;
  }
  #home-sub-top .sub-hero {
    margin-top: 30px;
  }
  .sub-hero-base {
    border-top: #ccc solid 42px;
    margin-top: -20px;
  }
  .sub-hero-base .btn {
    margin: 0 15px 20px;
  }
  #sub-page-content {
    margin: 40px 15px;
  }
  #sub-page-content .content-section {
    text-align: center;
  }
  #sub-page-content .content-section .content-section-icon {
    margin: 0 auto;
    clear: both;
  }
  #sub-page-content .content-section .content-text {
    margin: 0 0 30px 0;
    width: 100%;
  }
  #sub-page-content .learn-more-link {
    text-align: center;
    margin: 0 0 30px;
  }
  #sub-page-content .learn-more-link a {
    font-size: 18px;
  }
  #case-studies-page h1 {
    margin: 0;
  }
  #case-studies-page .case-studies-hero {
    margin-top: 20px;
  }
  #case-studies-page #case-studies .case-study .case-top {
    float: none;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 0;
  }
  #case-studies-page #case-studies .case-study .case-top img {
    height: 50px;
    width: 100px;
  }
  #case-studies-page #case-studies .case-study .case-top a {
    padding: 20px 0px;
  }
  #case-studies-page #case-studies .case-study.featured .case-top a {
    padding: 20px 0px;
  }
  #case-study-page #case-study-hero {
    padding: 20px 0;
    max-height: 600px;
  }
  #case-study-page #case-study-hero .case-study-logo {
    text-align: center;
  }
  #case-study-page #case-study-hero .hero-content {
    margin: 0;
  }
  #case-study-page .case-main-content {
    margin: 0 0 30px;
  }
  #scroll-title {
    display: none !important;
  }
  .section-navigation-bar a.view-all-link {
    font-size: 16px;
  }
  .action-bar-base {
    background-size: cover;
    height: 350px;
  }
  .action-bar-base #get-started-action-bar {
    padding: 40px 0;
  }
  .action-bar-base #get-started-action-bar h3 {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    text-shadow: 0px 1px 0px #666666;
  }
  .action-bar-base #get-started-action-bar h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 15px 30px;
  }
  .action-bar-base #get-started-action-bar .btn-clear {
    margin-left: 0;
  }
  .action-bar-base #get-started-action-bar .btn-default {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #in-the-news-main-page .toggle_switch > a {
    width: 32.5%;
  }
  #in-the-news-main-page .toggle_switch > a span.hidden-xs {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .container-full ul {
    padding-bottom: 0;
  }
  #about-us-page-content .locations-map {
    background-size: auto;
    background-position: -150px 0;
    margin-bottom: -80px;
  }
}
