p, li, .btn, h1, h2, h3, h4, h5, h6, td, th {
  -moz-osx-font-smoothing: grayscale; }

/* old pricing palette */
/* Branded Product Colors */
/* new with gotham */
/* end colors */
/* BACKGROUND LINEAR GRADIENT ex. @include linear-gradient("to bottom", #00b0c1, #008c99); */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

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

body {
  font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #333333;
  background-color: white; }

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

a {
  color: #0ab0bf;
  text-decoration: none; }
  a:hover, a:focus {
    color: #008c99;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #d7d7d7; }

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

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

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

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

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

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

pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.625;
  word-break: break-all;
  word-wrap: break-word;
  color: #666666;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.625;
  color: #999999; }

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 29px;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 29px;
  line-height: 29px; }

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

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

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

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

.form-group-sm .form-control-static {
  height: 29px;
  min-height: 40px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

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

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

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

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

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33; }

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 29px;
  height: 29px;
  line-height: 29px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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: 12px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.625;
    color: #666666;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #595959;
  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: #0ab0bf; }

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

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

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.625;
  color: #d7d7d7;
  white-space: nowrap; }

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

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

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

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

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

.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 {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.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 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #999999;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #f7f7f7; }
    .nav > li.disabled > a {
      color: #d7d7d7; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #d7d7d7;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f7f7f7;
    border-color: #0ab0bf; }
  .nav .nav-divider {
    height: 1px;
    margin: 12px 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.625;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #f7f7f7 #f7f7f7 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #999999;
      background-color: white;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .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: #0ab0bf; }

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

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

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

.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; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #d7d7d7; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #bebebe; }

.label-primary {
  background-color: #0ab0bf; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #07838f; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 26px;
  margin-bottom: 26px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background-color: #0ab0bf;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.panel {
  margin-bottom: 26px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #d7d7d7; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 26px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #666666;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #666666; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #0ab0bf; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #0ab0bf;
    border-color: #0ab0bf; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #0ab0bf; }
    .panel-primary > .panel-heading .badge {
      color: #0ab0bf;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0ab0bf; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

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

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

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.625; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203A'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.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; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Standard Site Header nav#nav_header.nav-mainnav Bar */
#nav_header {
  height: 80px;
  background-color: white;
  border-bottom: 1px solid #d7d7d7;
  z-index: 1002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  float: left;
  transition: top .5s; }
  #nav_header.hide-head {
    top: -120px !important;
    transition: top .5s; }
  #nav_header .brdr {
    position: absolute;
    top: 110px;
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
    z-index: 1002; }
  #nav_header .btn {
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px; }
  #nav_header #nav_header_main {
    height: 80px;
    float: left;
    overflow: hidden;
    max-width: 100%; }
    #nav_header #nav_header_main .nav_main {
      height: 80px;
      line-height: 80px;
      float: left;
      text-align: center;
      text-transform: uppercase;
      margin: 0 12px;
      cursor: pointer;
      font-size: 13px; }
      #nav_header #nav_header_main .nav_main.open {
        border-bottom: 4px solid #0ab0bf !important; }
      @media (max-width: 1199px) and (min-width: 992px) {
        #nav_header #nav_header_main .nav_main {
          margin: 0 6px; } }
      #nav_header #nav_header_main .nav_main#searchclick {
        display: none; }
        @media (max-width: 991px) {
          #nav_header #nav_header_main .nav_main#searchclick {
            display: inline-block; } }
    #nav_header #nav_header_main.open {
      max-height: 3000px;
      overflow: visible;
      transition: all .5s;
      overflow-y: hidden; }
    @media (max-width: 991px) {
      #nav_header #nav_header_main {
        position: absolute;
        top: 60px;
        background-color: white;
        height: 50px;
        margin-left: -15px;
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto; }
        #nav_header #nav_header_main #nav_header_inner {
          position: relative;
          white-space: nowrap;
          overflow-y: hidden;
          overflow-x: auto;
          padding-left: 15px; }
        #nav_header #nav_header_main .nav_main {
          display: inline-block;
          float: none;
          text-align: left;
          margin: 0 20px 0 0;
          padding: 0;
          font-size: 12px;
          height: 50px;
          line-height: 50px; }
          #nav_header #nav_header_main .nav_main .title {
            display: inline-block;
            position: relative;
            line-height: 45px;
            top: -5px; }
        #nav_header #nav_header_main:before, #nav_header #nav_header_main:after {
          content: ' ';
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          width: 0;
          z-index: 20; }
        #nav_header #nav_header_main:before {
          left: -10px;
          -webkit-box-shadow: 0 0 8px 15px white;
          box-shadow: 0 0 8px 15px white; }
        #nav_header #nav_header_main:after {
          right: -10px;
          -webkit-box-shadow: 0 0 15px 25px white;
          box-shadow: 0 0 15px 25px white; } }
  #nav_header #nav-mobile-toggle {
    display: none;
    float: right;
    margin-left: 20px;
    padding-top: 20px;
    width: 30px;
    height: 60px; }
    #nav_header #nav-mobile-toggle a {
      display: inline-block;
      width: 100%;
      height: 100%; }
    #nav_header #nav-mobile-toggle .dot {
      display: block;
      width: 3px;
      height: 3px;
      background: #999999;
      margin: 4px auto;
      border-radius: 50%; }
    @media (max-width: 991px) {
      #nav_header #nav-mobile-toggle {
        display: block; } }
  #nav_header .logo {
    overflow: hidden;
    width: 185px;
    float: left; }
    #nav_header .logo a {
      height: 30px;
      width: 170px;
      display: block;
      margin-top: 22px; }
    @media (max-width: 991px) {
      #nav_header .logo {
        width: 150px; }
        #nav_header .logo a {
          height: 27px;
          margin-top: 20px;
          width: 150px; } }
    @media (max-width: 380px) {
      #nav_header .logo {
        width: 40px; }
        #nav_header .logo a {
          height: 39px;
          margin-top: 18px;
          width: 175px; } }
  #nav_header #nav_login {
    float: right;
    height: 80px;
    padding-top: 20px; }
    #nav_header #nav_login .icon {
      display: none; }
  #nav_header #nav_signup {
    float: right;
    height: 80px;
    padding-top: 20px;
    margin-right: -15px; }
  @media (max-width: 991px) {
    #nav_header {
      position: absolute;
      border-bottom: none;
      height: 60px; }
      #nav_header #nav_signup,
      #nav_header #nav_login {
        height: 60px;
        padding-top: 15px; } }
  @media (min-width: 991px) {
    #nav_header #desk-login {
      display: inline-block; } }

.site_sub {
  position: fixed;
  max-height: 0;
  top: 80px;
  overflow: hidden;
  background-color: white;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: top .45s; }
  .site_sub.open {
    max-height: 3000px;
    min-height: 260px;
    z-index: 1002;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7; }
  @media (min-width: 992px) {
    .site_sub.hide-head {
      top: -1500px !important;
      transition: top .75s; } }
  .site_sub.edit-mode {
    max-height: initial;
    position: initial; }
  .site_sub .portion {
    padding: 30px 30px 0 0; }
    .site_sub .portion p, .site_sub .portion span {
      display: block;
      font-size: 14px;
      margin: 0 15px 15px 0; }
      .site_sub .portion p.title, .site_sub .portion span.title {
        font-weight: 400;
        font-size: 16px;
        height: 26px; }
      .site_sub .portion p.title2, .site_sub .portion span.title2 {
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase; }
    .site_sub .portion ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .site_sub .portion ul li {
        margin-bottom: .5em;
        font-size: 14px; }
    .site_sub .portion a {
      color: #333333;
      transition: color .2s; }
      .site_sub .portion a.hover {
        display: block; }
      @media (min-width: 992px) {
        .site_sub .portion a:hover {
          color: #0ab0bf; } }
    .site_sub .portion .icon {
      display: block;
      margin-top: 30px; }
    .site_sub .portion .link-wrap {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      min-height: 140px;
      max-height: 240px; }
  @media (max-width: 991px) {
    .site_sub {
      position: absolute;
      top: 110px; }
      .site_sub .portion {
        padding: 40px 0 0; }
        .site_sub .portion p {
          margin: 15px 15px 0 0; }
          .site_sub .portion p.title2 {
            font-size: 14px;
            line-height: 40px; }
        .site_sub .portion a span {
          margin: 0; }
          .site_sub .portion a span.title {
            margin-bottom: 15px; }
        .site_sub .portion ul li {
          line-height: 40px;
          margin-bottom: 0; } }

#mobile_app_cta {
  position: absolute;
  z-index: 1003;
  width: 0;
  top: 0;
  right: 0;
  background-color: white;
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7; }
  #mobile_app_cta .container {
    padding: 40px 30px; }
  #mobile_app_cta .product-logo {
    display: inline-block;
    height: 20px;
    margin: 0 5px 15px; }
  #mobile_app_cta .cta-close {
    position: absolute;
    top: 40px;
    right: 30px;
    color: #999999;
    width: 30px;
    height: 30px; }
  #mobile_app_cta p {
    margin: 40px 0 0;
    padding: 0; }
    #mobile_app_cta p.h2 {
      margin: 0;
      padding: 0; }
  #mobile_app_cta hr {
    margin-top: 40px; }
  #mobile_app_cta.open {
    width: 100%; }
  #mobile_app_cta .link-wrap {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0; }
    #mobile_app_cta .link-wrap li {
      display: inline-block;
      margin: 30px 30px 0 0; }

body.product #nav_header_main #productclick,
body.solution #nav_header_main #solutionclick,
body.support #nav_header_main #supportclick,
body.about #nav_header_main #aboutclick {
  border-bottom: 4px solid #0ab0bf; }

body.product #nav_header_main.open #productclick,
body.solution #nav_header_main.open #solutionclick,
body.support #nav_header_main.open #supportclick,
body.about #nav_header_main.open #aboutclick {
  border-bottom: 4px solid transparent; }

/* use <span class="full">New Relic</span><span class="short">NR</span> anywhere in <nav> elements */
@media (min-width: 991px) {
  nav .short {
    display: none !important; } }

@media (max-width: 991px) {
  nav .full {
    display: none !important; } }

#search-start {
  float: right;
  display: block;
  width: 33px;
  height: 33px;
  margin: 0 8px 0 0;
  cursor: pointer;
  position: relative;
  top: 21px; }
  @media (min-width: 992px) {
    #search-start {
      transition: all .25s;
      opacity: .75; }
      #search-start:hover {
        opacity: 1; } }

#search-holder {
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 0;
  border-top: none;
  background-color: white;
  top: 80px;
  z-index: 1002;
  overflow: hidden; }
  #search-holder.open {
    max-height: 260px;
    padding: 40px 0;
    border-bottom: 1px solid #d7d7d7; }
  #search-holder form.search {
    margin: 15px auto 0; }
    #search-holder form.search input {
      font-size: 16px;
      background-color: white;
      border: 1px solid #d7d7d7;
      border-radius: 4px;
      position: relative;
      width: 90% !important;
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
      color: #333333;
      font-weight: normal;
      outline: none; }
  #search-holder form {
    position: relative; }
    #search-holder form input.st-search-input {
      font-size: 18px !important;
      background-color: white !important;
      background-position: 5px 5px !important;
      border: 3px solid rgba(10, 176, 191, 0.5) !important;
      border-radius: 4px !important;
      box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05) !important;
      width: 400px !important;
      height: 40px !important;
      line-height: 40px !important;
      padding: 0 0 0 50px !important;
      color: #333333 !important;
      font-weight: normal !important;
      outline: none !important;
      background-image: none !important; }
    #search-holder form button[type="submit"] {
      font-size: 18px;
      line-height: 44px;
      padding: 0 20px;
      position: relative;
      top: -2px; }
    #search-holder form i.fa-search {
      position: absolute;
      color: #d7d7d7;
      font-size: 30px;
      top: 7px;
      left: 13px; }
  #search-holder p.title {
    font-weight: 400;
    font-size: 16px; }
  #search-holder p.title2 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase; }
  #search-holder ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #search-holder ul li {
      margin-bottom: .5em;
      font-size: 14px; }

.swiftype-widget .autocomplete {
  font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Helvetica, sans-serif !important;
  background-color: white;
  top: 200px !important;
  left: 0 !important;
  border-radius: 0 !important;
  width: 630px !important;
  overflow: scroll;
  border-top: 1px solid white !important; }
  .swiftype-widget .autocomplete ul {
    font-family: "Gotham A", "Gotham B", sans-serif !important;
    background-color: white !important; }
    .swiftype-widget .autocomplete ul li {
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      cursor: pointer;
      padding: 10px 20px;
      font-size: 15px; }
      .swiftype-widget .autocomplete ul li:first-child {
        border-radius: 0; }
      .swiftype-widget .autocomplete ul li p.title {
        color: #333333;
        font-size: 15px !important;
        line-height: 1.5 !important;
        font-weight: 400; }
        .swiftype-widget .autocomplete ul li p.title em {
          color: #333333;
          font-style: normal;
          font-weight: 700; }
      .swiftype-widget .autocomplete ul li .sections {
        text-shadow: 0 0 0 transparent;
        color: #999999;
        font-size: 12px;
        line-height: 2; }
        .swiftype-widget .autocomplete ul li .sections em {
          text-shadow: 0 0 0 transparent;
          color: #666666;
          font-weight: 700; }
      .swiftype-widget .autocomplete ul li.active {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        background-color: #efefef;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #efefef), color-stop(100%, #efefef));
        background: -webkit-linear-gradient(#efefef, #efefef);
        background: -moz-linear-gradient(#efefef, #efefef);
        background: -o-linear-gradient(#efefef, #efefef);
        background: linear-gradient(#efefef, #efefef);
        -webkit-box-shadow: 0 0 0 #efefef inset;
        -moz-box-shadow: 0 0 0 #efefef inset;
        box-shadow: 0 0 0 #efefef inset; }
        .swiftype-widget .autocomplete ul li.active p.title {
          text-shadow: 0 0 0 transparent;
          color: #333333; }
          .swiftype-widget .autocomplete ul li.active p.title em {
            color: black;
            font-style: normal; }
        .swiftype-widget .autocomplete ul li.active .sections {
          text-shadow: 0 0 0 transparent;
          color: #999; }
          .swiftype-widget .autocomplete ul li.active .sections em {
            text-shadow: 0 0 0 transparent;
            color: #333333; }

div.swiftype div.st-result-listing div.st-search-summary {
  border-bottom: none !important;
  padding-bottom: 20px;
  margin: 30px 0; }
  div.swiftype div.st-result-listing div.st-search-summary h2 {
    font-size: 18px !important;
    font-weight: normal !important;
    color: #333333;
    margin: 30px 0 15px !important;
    text-align: left; }

div.swiftype div.st-result-listing div.st-result {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 50px !important; }
  div.swiftype div.st-result-listing div.st-result div.st-result-text h3 {
    font-size: 18px !important;
    margin: 0 0 10px !important;
    text-align: left;
    font-weight: normal !important; }
    div.swiftype div.st-result-listing div.st-result div.st-result-text h3 a {
      font-weight: normal; }
  div.swiftype div.st-result-listing div.st-result .final {
    border-bottom: none !important;
    margin-bottom: 40px !important; }
  div.swiftype div.st-result-listing div.st-result div.st-result-text div.st-metadata .st-snippet {
    color: #333333 !important;
    font-size: 14px !important; }
    div.swiftype div.st-result-listing div.st-result div.st-result-text div.st-metadata .st-snippet em {
      color: black;
      font-weight: 700;
      font-style: normal; }

div.swiftype .st-pagination {
  border-top: none !important;
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 30px; }
  div.swiftype .st-pagination a {
    font-weight: normal !important;
    color: #ef4019; }

@media (max-width: 991px) {
  #search-contain {
    display: none; }
  #search-holder {
    top: 110px; } }

#cookie-advisory {
  position: fixed;
  z-index: 10002;
  width: 100%;
  top: -300px;
  padding: 20px 0 10px;
  background-color: #efefef;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.4); }
  #cookie-advisory p {
    font-size: 14px;
    line-height: 1.4;
    color: #333; }
    #cookie-advisory p .btn {
      display: inline-block;
      font-size: 14px; }
  #cookie-advisory .text-right a {
    font-size: 20px;
    line-height: 20px;
    white-space: nowrap; }

.nav-subhead {
  width: 100%;
  top: 80px;
  left: 0; }
  @media (max-width: 991px) {
    .nav-subhead {
      top: 110px; } }

.nav-subnav {
  position: fixed;
  width: 100%;
  height: 50px;
  overflow: hidden;
  transition: top .5s;
  z-index: 1001; }
  @media (max-width: 991px) {
    .nav-subnav {
      position: absolute;
      top: 110px; } }
  .nav-subnav .nav-subnav-inner {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    text-overflow: ellipsis;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .nav-subnav .nav-subnav-inner:before, .nav-subnav .nav-subnav-inner:after {
      content: " ";
      display: table; }
    .nav-subnav .nav-subnav-inner:after {
      clear: both; }
    @media (min-width: 768px) {
      .nav-subnav .nav-subnav-inner {
        width: 750px; } }
    @media (min-width: 992px) {
      .nav-subnav .nav-subnav-inner {
        width: 970px; } }
    @media (min-width: 1200px) {
      .nav-subnav .nav-subnav-inner {
        width: 1170px; } }
    .nav-subnav .nav-subnav-inner li:first-of-type {
      font-weight: bold; }
  .nav-subnav ul {
    position: relative;
    list-style-type: none;
    height: 50px;
    padding: 0;
    margin: 0 30px 0 0;
    font-size: 13px;
    font-weight: normal;
    min-width: 100%; }
  .nav-subnav li {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    margin-bottom: 0;
    line-height: 26px; }
  .nav-subnav a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: white;
    text-decoration: none;
    padding-right: 20px;
    -webkit-transition: color 0.15s 0s ease-in-out;
    -o-transition: color 0.15s 0s ease-in-out;
    transition: color 0.15s 0s ease-in-out; }
  .nav-subnav.nr-default-light {
    background-color: #eeeef1;
    border-bottom-color: #d2d2da;
    border-bottom-style: solid;
    border-bottom-width: 1px; }
    .nav-subnav.nr-default-light a.on,
    .nav-subnav.nr-default-light a:hover,
    .nav-subnav.nr-default-light a:active,
    .nav-subnav.nr-default-light a:focus {
      color: black; }
    .nav-subnav.nr-default-light a.on {
      font-weight: 700; }
    .nav-subnav.nr-default-light .nav-subnav-inner:before, .nav-subnav.nr-default-light .nav-subnav-inner:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 0;
      z-index: 20;
      width: 10px; }
    .nav-subnav.nr-default-light .nav-subnav-inner:before {
      left: -10px;
      -webkit-box-shadow: 0 0 8px 15px #eeeef1;
      box-shadow: 0 0 8px 15px #eeeef1; }
    .nav-subnav.nr-default-light .nav-subnav-inner:after {
      right: -10px;
      -webkit-box-shadow: 0 0 15px 25px #eeeef1;
      box-shadow: 0 0 15px 25px #eeeef1; }
    .nav-subnav.nr-default-light a {
      color: #333333; }
      .nav-subnav.nr-default-light a.on {
        font-weight: 700;
        color: black; }

html,
body,
button,
form,
input,
select {
  -webkit-font-smoothing: antialiased; }

::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased; }

:-moz-placeholder {
  /* Firefox 18- */
  -webkit-font-smoothing: antialiased; }

::-moz-placeholder {
  /* Firefox 19+ */
  -webkit-font-smoothing: antialiased; }

:-ms-input-placeholder {
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  font-family: inherit;
  color: #2c2c2c; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #333333; }

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 40px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 54px; } }

h2, .h2 {
  font-size: 27px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 36px; } }

h3, .h3 {
  font-size: 21px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 18px; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 20px; } }

h5, .h5 {
  font-size: 16px; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 16px; } }

h6, .h6 {
  font-size: 16px; }
  @media (min-width: 768px) {
    h6, .h6 {
      font-size: 16px; } }

h1, .h1 {
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 32px;
  text-transform: none; }

h2, .h2 {
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 13px;
  text-transform: none; }

h3, .h3 {
  font-weight: 700;
  line-height: 1.07em;
  margin-bottom: 13px;
  text-transform: none; }

h4, .h4 {
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 13px;
  text-transform: none; }

h5, .h5 {
  font-weight: 700;
  line-height: 1.375em;
  margin-bottom: 13px;
  text-transform: uppercase; }

h6, .h6 {
  font-weight: 700;
  line-height: 1.625;
  margin-bottom: 0;
  text-transform: none; }

p {
  margin: 0 0 13px; }

.intro {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.555555556; }
  @media (min-width: 768px) {
    .intro {
      font-size: 18px; } }

.caption {
  font-size: 87%; }

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

cite {
  font-style: normal; }

body {
  overflow-x: hidden; }

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #999999; }

.text-primary {
  color: #0ab0bf; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0ab0bf; }

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

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

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

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

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

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

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

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

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

.bg-dark,
.bg-apm,
.bg-insights,
.bg-mobile,
.bg-browser,
.bg-infrastructure,
.bg-synthetics,
.bg-alerts,
.bg-servers,
.bg-plugins,
.bg-brand-zendesk,
.bg-brand-pivotal,
.bg-brand-trulia,
.bg-brand-quizlet,
.bg-brand-reachlocal,
.bg-brand-flightstats,
.bg-brand-miniclip,
.bg-brand-lendingclub,
.bg-nr-darkgray-1,
.bg-nr-darkgray-2,
.bg-nr-slate-1,
.bg-nr-slate-2,
.bg-nr-stingray-1,
.bg-nr-stingray-2,
.bg-nr-teal-1,
.bg-nr-teal-2,
.bg-nr-red-1,
.bg-nr-red-2,
.bg-brand-black {
  color: white; }
  .bg-dark h1, .bg-dark .h1,
  .bg-dark h2, .bg-dark .h2,
  .bg-dark h3, .bg-dark .h3,
  .bg-dark h4, .bg-dark .h4,
  .bg-dark h5, .bg-dark .h5,
  .bg-dark h6, .bg-dark .h6,
  .bg-apm h1,
  .bg-apm .h1,
  .bg-apm h2,
  .bg-apm .h2,
  .bg-apm h3,
  .bg-apm .h3,
  .bg-apm h4,
  .bg-apm .h4,
  .bg-apm h5,
  .bg-apm .h5,
  .bg-apm h6,
  .bg-apm .h6,
  .bg-insights h1,
  .bg-insights .h1,
  .bg-insights h2,
  .bg-insights .h2,
  .bg-insights h3,
  .bg-insights .h3,
  .bg-insights h4,
  .bg-insights .h4,
  .bg-insights h5,
  .bg-insights .h5,
  .bg-insights h6,
  .bg-insights .h6,
  .bg-mobile h1,
  .bg-mobile .h1,
  .bg-mobile h2,
  .bg-mobile .h2,
  .bg-mobile h3,
  .bg-mobile .h3,
  .bg-mobile h4,
  .bg-mobile .h4,
  .bg-mobile h5,
  .bg-mobile .h5,
  .bg-mobile h6,
  .bg-mobile .h6,
  .bg-browser h1,
  .bg-browser .h1,
  .bg-browser h2,
  .bg-browser .h2,
  .bg-browser h3,
  .bg-browser .h3,
  .bg-browser h4,
  .bg-browser .h4,
  .bg-browser h5,
  .bg-browser .h5,
  .bg-browser h6,
  .bg-browser .h6,
  .bg-infrastructure h1,
  .bg-infrastructure .h1,
  .bg-infrastructure h2,
  .bg-infrastructure .h2,
  .bg-infrastructure h3,
  .bg-infrastructure .h3,
  .bg-infrastructure h4,
  .bg-infrastructure .h4,
  .bg-infrastructure h5,
  .bg-infrastructure .h5,
  .bg-infrastructure h6,
  .bg-infrastructure .h6,
  .bg-synthetics h1,
  .bg-synthetics .h1,
  .bg-synthetics h2,
  .bg-synthetics .h2,
  .bg-synthetics h3,
  .bg-synthetics .h3,
  .bg-synthetics h4,
  .bg-synthetics .h4,
  .bg-synthetics h5,
  .bg-synthetics .h5,
  .bg-synthetics h6,
  .bg-synthetics .h6,
  .bg-alerts h1,
  .bg-alerts .h1,
  .bg-alerts h2,
  .bg-alerts .h2,
  .bg-alerts h3,
  .bg-alerts .h3,
  .bg-alerts h4,
  .bg-alerts .h4,
  .bg-alerts h5,
  .bg-alerts .h5,
  .bg-alerts h6,
  .bg-alerts .h6,
  .bg-servers h1,
  .bg-servers .h1,
  .bg-servers h2,
  .bg-servers .h2,
  .bg-servers h3,
  .bg-servers .h3,
  .bg-servers h4,
  .bg-servers .h4,
  .bg-servers h5,
  .bg-servers .h5,
  .bg-servers h6,
  .bg-servers .h6,
  .bg-plugins h1,
  .bg-plugins .h1,
  .bg-plugins h2,
  .bg-plugins .h2,
  .bg-plugins h3,
  .bg-plugins .h3,
  .bg-plugins h4,
  .bg-plugins .h4,
  .bg-plugins h5,
  .bg-plugins .h5,
  .bg-plugins h6,
  .bg-plugins .h6,
  .bg-brand-zendesk h1,
  .bg-brand-zendesk .h1,
  .bg-brand-zendesk h2,
  .bg-brand-zendesk .h2,
  .bg-brand-zendesk h3,
  .bg-brand-zendesk .h3,
  .bg-brand-zendesk h4,
  .bg-brand-zendesk .h4,
  .bg-brand-zendesk h5,
  .bg-brand-zendesk .h5,
  .bg-brand-zendesk h6,
  .bg-brand-zendesk .h6,
  .bg-brand-pivotal h1,
  .bg-brand-pivotal .h1,
  .bg-brand-pivotal h2,
  .bg-brand-pivotal .h2,
  .bg-brand-pivotal h3,
  .bg-brand-pivotal .h3,
  .bg-brand-pivotal h4,
  .bg-brand-pivotal .h4,
  .bg-brand-pivotal h5,
  .bg-brand-pivotal .h5,
  .bg-brand-pivotal h6,
  .bg-brand-pivotal .h6,
  .bg-brand-trulia h1,
  .bg-brand-trulia .h1,
  .bg-brand-trulia h2,
  .bg-brand-trulia .h2,
  .bg-brand-trulia h3,
  .bg-brand-trulia .h3,
  .bg-brand-trulia h4,
  .bg-brand-trulia .h4,
  .bg-brand-trulia h5,
  .bg-brand-trulia .h5,
  .bg-brand-trulia h6,
  .bg-brand-trulia .h6,
  .bg-brand-quizlet h1,
  .bg-brand-quizlet .h1,
  .bg-brand-quizlet h2,
  .bg-brand-quizlet .h2,
  .bg-brand-quizlet h3,
  .bg-brand-quizlet .h3,
  .bg-brand-quizlet h4,
  .bg-brand-quizlet .h4,
  .bg-brand-quizlet h5,
  .bg-brand-quizlet .h5,
  .bg-brand-quizlet h6,
  .bg-brand-quizlet .h6,
  .bg-brand-reachlocal h1,
  .bg-brand-reachlocal .h1,
  .bg-brand-reachlocal h2,
  .bg-brand-reachlocal .h2,
  .bg-brand-reachlocal h3,
  .bg-brand-reachlocal .h3,
  .bg-brand-reachlocal h4,
  .bg-brand-reachlocal .h4,
  .bg-brand-reachlocal h5,
  .bg-brand-reachlocal .h5,
  .bg-brand-reachlocal h6,
  .bg-brand-reachlocal .h6,
  .bg-brand-flightstats h1,
  .bg-brand-flightstats .h1,
  .bg-brand-flightstats h2,
  .bg-brand-flightstats .h2,
  .bg-brand-flightstats h3,
  .bg-brand-flightstats .h3,
  .bg-brand-flightstats h4,
  .bg-brand-flightstats .h4,
  .bg-brand-flightstats h5,
  .bg-brand-flightstats .h5,
  .bg-brand-flightstats h6,
  .bg-brand-flightstats .h6,
  .bg-brand-miniclip h1,
  .bg-brand-miniclip .h1,
  .bg-brand-miniclip h2,
  .bg-brand-miniclip .h2,
  .bg-brand-miniclip h3,
  .bg-brand-miniclip .h3,
  .bg-brand-miniclip h4,
  .bg-brand-miniclip .h4,
  .bg-brand-miniclip h5,
  .bg-brand-miniclip .h5,
  .bg-brand-miniclip h6,
  .bg-brand-miniclip .h6,
  .bg-brand-lendingclub h1,
  .bg-brand-lendingclub .h1,
  .bg-brand-lendingclub h2,
  .bg-brand-lendingclub .h2,
  .bg-brand-lendingclub h3,
  .bg-brand-lendingclub .h3,
  .bg-brand-lendingclub h4,
  .bg-brand-lendingclub .h4,
  .bg-brand-lendingclub h5,
  .bg-brand-lendingclub .h5,
  .bg-brand-lendingclub h6,
  .bg-brand-lendingclub .h6,
  .bg-nr-darkgray-1 h1,
  .bg-nr-darkgray-1 .h1,
  .bg-nr-darkgray-1 h2,
  .bg-nr-darkgray-1 .h2,
  .bg-nr-darkgray-1 h3,
  .bg-nr-darkgray-1 .h3,
  .bg-nr-darkgray-1 h4,
  .bg-nr-darkgray-1 .h4,
  .bg-nr-darkgray-1 h5,
  .bg-nr-darkgray-1 .h5,
  .bg-nr-darkgray-1 h6,
  .bg-nr-darkgray-1 .h6,
  .bg-nr-darkgray-2 h1,
  .bg-nr-darkgray-2 .h1,
  .bg-nr-darkgray-2 h2,
  .bg-nr-darkgray-2 .h2,
  .bg-nr-darkgray-2 h3,
  .bg-nr-darkgray-2 .h3,
  .bg-nr-darkgray-2 h4,
  .bg-nr-darkgray-2 .h4,
  .bg-nr-darkgray-2 h5,
  .bg-nr-darkgray-2 .h5,
  .bg-nr-darkgray-2 h6,
  .bg-nr-darkgray-2 .h6,
  .bg-nr-slate-1 h1,
  .bg-nr-slate-1 .h1,
  .bg-nr-slate-1 h2,
  .bg-nr-slate-1 .h2,
  .bg-nr-slate-1 h3,
  .bg-nr-slate-1 .h3,
  .bg-nr-slate-1 h4,
  .bg-nr-slate-1 .h4,
  .bg-nr-slate-1 h5,
  .bg-nr-slate-1 .h5,
  .bg-nr-slate-1 h6,
  .bg-nr-slate-1 .h6,
  .bg-nr-slate-2 h1,
  .bg-nr-slate-2 .h1,
  .bg-nr-slate-2 h2,
  .bg-nr-slate-2 .h2,
  .bg-nr-slate-2 h3,
  .bg-nr-slate-2 .h3,
  .bg-nr-slate-2 h4,
  .bg-nr-slate-2 .h4,
  .bg-nr-slate-2 h5,
  .bg-nr-slate-2 .h5,
  .bg-nr-slate-2 h6,
  .bg-nr-slate-2 .h6,
  .bg-nr-stingray-1 h1,
  .bg-nr-stingray-1 .h1,
  .bg-nr-stingray-1 h2,
  .bg-nr-stingray-1 .h2,
  .bg-nr-stingray-1 h3,
  .bg-nr-stingray-1 .h3,
  .bg-nr-stingray-1 h4,
  .bg-nr-stingray-1 .h4,
  .bg-nr-stingray-1 h5,
  .bg-nr-stingray-1 .h5,
  .bg-nr-stingray-1 h6,
  .bg-nr-stingray-1 .h6,
  .bg-nr-stingray-2 h1,
  .bg-nr-stingray-2 .h1,
  .bg-nr-stingray-2 h2,
  .bg-nr-stingray-2 .h2,
  .bg-nr-stingray-2 h3,
  .bg-nr-stingray-2 .h3,
  .bg-nr-stingray-2 h4,
  .bg-nr-stingray-2 .h4,
  .bg-nr-stingray-2 h5,
  .bg-nr-stingray-2 .h5,
  .bg-nr-stingray-2 h6,
  .bg-nr-stingray-2 .h6,
  .bg-nr-teal-1 h1,
  .bg-nr-teal-1 .h1,
  .bg-nr-teal-1 h2,
  .bg-nr-teal-1 .h2,
  .bg-nr-teal-1 h3,
  .bg-nr-teal-1 .h3,
  .bg-nr-teal-1 h4,
  .bg-nr-teal-1 .h4,
  .bg-nr-teal-1 h5,
  .bg-nr-teal-1 .h5,
  .bg-nr-teal-1 h6,
  .bg-nr-teal-1 .h6,
  .bg-nr-teal-2 h1,
  .bg-nr-teal-2 .h1,
  .bg-nr-teal-2 h2,
  .bg-nr-teal-2 .h2,
  .bg-nr-teal-2 h3,
  .bg-nr-teal-2 .h3,
  .bg-nr-teal-2 h4,
  .bg-nr-teal-2 .h4,
  .bg-nr-teal-2 h5,
  .bg-nr-teal-2 .h5,
  .bg-nr-teal-2 h6,
  .bg-nr-teal-2 .h6,
  .bg-nr-red-1 h1,
  .bg-nr-red-1 .h1,
  .bg-nr-red-1 h2,
  .bg-nr-red-1 .h2,
  .bg-nr-red-1 h3,
  .bg-nr-red-1 .h3,
  .bg-nr-red-1 h4,
  .bg-nr-red-1 .h4,
  .bg-nr-red-1 h5,
  .bg-nr-red-1 .h5,
  .bg-nr-red-1 h6,
  .bg-nr-red-1 .h6,
  .bg-nr-red-2 h1,
  .bg-nr-red-2 .h1,
  .bg-nr-red-2 h2,
  .bg-nr-red-2 .h2,
  .bg-nr-red-2 h3,
  .bg-nr-red-2 .h3,
  .bg-nr-red-2 h4,
  .bg-nr-red-2 .h4,
  .bg-nr-red-2 h5,
  .bg-nr-red-2 .h5,
  .bg-nr-red-2 h6,
  .bg-nr-red-2 .h6,
  .bg-brand-black h1,
  .bg-brand-black .h1,
  .bg-brand-black h2,
  .bg-brand-black .h2,
  .bg-brand-black h3,
  .bg-brand-black .h3,
  .bg-brand-black h4,
  .bg-brand-black .h4,
  .bg-brand-black h5,
  .bg-brand-black .h5,
  .bg-brand-black h6,
  .bg-brand-black .h6 {
    color: white; }
  .bg-dark blockquote footer,
  .bg-dark blockquote small,
  .bg-dark blockquote .small,
  .bg-apm blockquote footer,
  .bg-apm blockquote small,
  .bg-apm blockquote .small,
  .bg-insights blockquote footer,
  .bg-insights blockquote small,
  .bg-insights blockquote .small,
  .bg-mobile blockquote footer,
  .bg-mobile blockquote small,
  .bg-mobile blockquote .small,
  .bg-browser blockquote footer,
  .bg-browser blockquote small,
  .bg-browser blockquote .small,
  .bg-infrastructure blockquote footer,
  .bg-infrastructure blockquote small,
  .bg-infrastructure blockquote .small,
  .bg-synthetics blockquote footer,
  .bg-synthetics blockquote small,
  .bg-synthetics blockquote .small,
  .bg-alerts blockquote footer,
  .bg-alerts blockquote small,
  .bg-alerts blockquote .small,
  .bg-servers blockquote footer,
  .bg-servers blockquote small,
  .bg-servers blockquote .small,
  .bg-plugins blockquote footer,
  .bg-plugins blockquote small,
  .bg-plugins blockquote .small,
  .bg-brand-zendesk blockquote footer,
  .bg-brand-zendesk blockquote small,
  .bg-brand-zendesk blockquote .small,
  .bg-brand-pivotal blockquote footer,
  .bg-brand-pivotal blockquote small,
  .bg-brand-pivotal blockquote .small,
  .bg-brand-trulia blockquote footer,
  .bg-brand-trulia blockquote small,
  .bg-brand-trulia blockquote .small,
  .bg-brand-quizlet blockquote footer,
  .bg-brand-quizlet blockquote small,
  .bg-brand-quizlet blockquote .small,
  .bg-brand-reachlocal blockquote footer,
  .bg-brand-reachlocal blockquote small,
  .bg-brand-reachlocal blockquote .small,
  .bg-brand-flightstats blockquote footer,
  .bg-brand-flightstats blockquote small,
  .bg-brand-flightstats blockquote .small,
  .bg-brand-miniclip blockquote footer,
  .bg-brand-miniclip blockquote small,
  .bg-brand-miniclip blockquote .small,
  .bg-brand-lendingclub blockquote footer,
  .bg-brand-lendingclub blockquote small,
  .bg-brand-lendingclub blockquote .small,
  .bg-nr-darkgray-1 blockquote footer,
  .bg-nr-darkgray-1 blockquote small,
  .bg-nr-darkgray-1 blockquote .small,
  .bg-nr-darkgray-2 blockquote footer,
  .bg-nr-darkgray-2 blockquote small,
  .bg-nr-darkgray-2 blockquote .small,
  .bg-nr-slate-1 blockquote footer,
  .bg-nr-slate-1 blockquote small,
  .bg-nr-slate-1 blockquote .small,
  .bg-nr-slate-2 blockquote footer,
  .bg-nr-slate-2 blockquote small,
  .bg-nr-slate-2 blockquote .small,
  .bg-nr-stingray-1 blockquote footer,
  .bg-nr-stingray-1 blockquote small,
  .bg-nr-stingray-1 blockquote .small,
  .bg-nr-stingray-2 blockquote footer,
  .bg-nr-stingray-2 blockquote small,
  .bg-nr-stingray-2 blockquote .small,
  .bg-nr-teal-1 blockquote footer,
  .bg-nr-teal-1 blockquote small,
  .bg-nr-teal-1 blockquote .small,
  .bg-nr-teal-2 blockquote footer,
  .bg-nr-teal-2 blockquote small,
  .bg-nr-teal-2 blockquote .small,
  .bg-nr-red-1 blockquote footer,
  .bg-nr-red-1 blockquote small,
  .bg-nr-red-1 blockquote .small,
  .bg-nr-red-2 blockquote footer,
  .bg-nr-red-2 blockquote small,
  .bg-nr-red-2 blockquote .small,
  .bg-brand-black blockquote footer,
  .bg-brand-black blockquote small,
  .bg-brand-black blockquote .small {
    color: white; }

.bg-dark {
  background-color: #1c1c1c; }

a.bg-dark:hover,
a.bg-dark:focus {
  background-color: #030303; }

.bg-gray {
  background-color: #efefef; }

a.bg-gray:hover,
a.bg-gray:focus {
  background-color: #d6d6d6; }

.bg-white {
  background-color: white; }

a.bg-white:hover,
a.bg-white:focus {
  background-color: #e6e6e6; }

.bg-apm {
  background-color: #348899; }

a.bg-apm:hover,
a.bg-apm:focus {
  background-color: #276673; }

.bg-insights {
  background-color: #f2bc56; }

a.bg-insights:hover,
a.bg-insights:focus {
  background-color: #eea927; }

.bg-mobile {
  background-color: #00b6d8; }

a.bg-mobile:hover,
a.bg-mobile:focus {
  background-color: #008ba5; }

.bg-browser {
  background-color: #f28f20; }

a.bg-browser:hover,
a.bg-browser:focus {
  background-color: #d3750c; }

.bg-synthetics {
  background-color: #74569f; }

a.bg-synthetics:hover,
a.bg-synthetics:focus {
  background-color: #5c447e; }

.bg-alerts {
  background-color: #b384bd; }

a.bg-alerts:hover,
a.bg-alerts:focus {
  background-color: #9e63ab; }

.bg-infrastructure {
  background-color: #226582; }

a.bg-infrastructure:hover,
a.bg-infrastructure:focus {
  background-color: #17465a; }

.bg-plugins {
  background-color: #8cc641; }

a.bg-plugins:hover,
a.bg-plugins:focus {
  background-color: #71a331; }

.bg-brand-zendesk {
  background-color: #78A300; }

a.bg-brand-zendesk:hover,
a.bg-brand-zendesk:focus {
  background-color: #527000; }

.bg-brand-pivotal {
  background-color: #007a64; }

a.bg-brand-pivotal:hover,
a.bg-brand-pivotal:focus {
  background-color: #00473a; }

.bg-brand-trulia {
  background-color: #5eab1f; }

a.bg-brand-trulia:hover,
a.bg-brand-trulia:focus {
  background-color: #468017; }

.bg-brand-reachlocal {
  background-color: #f26d22; }

a.bg-brand-reachlocal:hover,
a.bg-brand-reachlocal:focus {
  background-color: #d5550d; }

.bg-brand-quizlet {
  background-color: #216ccf; }

a.bg-brand-quizlet:hover,
a.bg-brand-quizlet:focus {
  background-color: #1a55a3; }

.bg-brand-miniclip {
  background-color: #0190D0; }

a.bg-brand-miniclip:hover,
a.bg-brand-miniclip:focus {
  background-color: #016d9d; }

.bg-brand-lendingclub {
  background-color: #1f4668; }

a.bg-brand-lendingclub:hover,
a.bg-brand-lendingclub:focus {
  background-color: #132c41; }

.bg-brand-flightstats {
  background-color: #071c35; }

a.bg-brand-flightstats:hover,
a.bg-brand-flightstats:focus {
  background-color: #010408; }

.bg-nr-darkgray-1 {
  background-color: #2c2c2c; }

a.bg-nr-darkgray-1:hover,
a.bg-nr-darkgray-1:focus {
  background-color: #131313; }

.bg-nr-darkgray-2 {
  background-color: #1c1c1c; }

a.bg-nr-darkgray-2:hover,
a.bg-nr-darkgray-2:focus {
  background-color: #030303; }

.bg-nr-slate-1 {
  background-color: #666666; }

a.bg-nr-slate-1:hover,
a.bg-nr-slate-1:focus {
  background-color: #4d4d4d; }

.bg-nr-slate-2 {
  background-color: #4e4e4e; }

a.bg-nr-slate-2:hover,
a.bg-nr-slate-2:focus {
  background-color: #353535; }

.bg-nr-stingray-1 {
  background-color: #999999; }

a.bg-nr-stingray-1:hover,
a.bg-nr-stingray-1:focus {
  background-color: gray; }

.bg-nr-stingray-2 {
  background-color: #7b7b7b; }

a.bg-nr-stingray-2:hover,
a.bg-nr-stingray-2:focus {
  background-color: #626262; }

.bg-nr-lightgray-1 {
  background-color: #f7f7f7; }

a.bg-nr-lightgray-1:hover,
a.bg-nr-lightgray-1:focus {
  background-color: #dedede; }

.bg-nr-lightgray-2 {
  background-color: #efefef; }

a.bg-nr-lightgray-2:hover,
a.bg-nr-lightgray-2:focus {
  background-color: #d6d6d6; }

.bg-nr-lightgray-3 {
  background-color: #d7d7d7; }

a.bg-nr-lightgray-3:hover,
a.bg-nr-lightgray-3:focus {
  background-color: #bebebe; }

.bg-nr-teal-1 {
  background-color: #0ab0bf; }

a.bg-nr-teal-1:hover,
a.bg-nr-teal-1:focus {
  background-color: #07838f; }

.bg-nr-teal-2 {
  background-color: #008c99; }

a.bg-nr-teal-2:hover,
a.bg-nr-teal-2:focus {
  background-color: #005d66; }

.bg-nr-red-1 {
  background-color: #fa492b; }

a.bg-nr-red-1:hover,
a.bg-nr-red-1:focus {
  background-color: #ec2706; }

.bg-nr-red-2 {
  background-color: #c63c2a; }

a.bg-nr-red-2:hover,
a.bg-nr-red-2:focus {
  background-color: #9c2f21; }

.bg-brand-black {
  background-color: #2c2c2c; }

a.bg-brand-black:hover,
a.bg-brand-black:focus {
  background-color: #131313; }

.text-alt {
  color: white; }

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #f7f7f7; }

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

ol li, ul li {
  margin: 0 0 13px; }

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

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

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

dt,
dd {
  line-height: 1.625; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

@media (min-width: 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; } }

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 0;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: none;
  text-align: center; }
  blockquote .logo {
    display: block;
    margin: 0 auto 30px;
    max-height: 80px; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 70%;
    line-height: 1.625;
    color: #333333; }
  blockquote.small {
    font-size: 16px; }
    blockquote.small footer,
    blockquote.small small,
    blockquote.small .small {
      font-size: 87.5%; }

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

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.625; }

main {
  overflow: hidden; }
  main > .section:first-child,
  main > .hero:first-child,
  main > div:first-child {
    margin-top: 110px; }
    @media (min-width: 992px) {
      main > .section:first-child,
      main > .hero:first-child,
      main > div:first-child {
        margin-top: 80px; } }

.u04-subnav + .section,
.u04-subnav + .hero,
.u04-subnav + div {
  margin-top: 160px; }
  @media (min-width: 992px) {
    .u04-subnav + .section,
    .u04-subnav + .hero,
    .u04-subnav + div {
      margin-top: 130px; } }

.section {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .section.hero-sub {
    padding-top: 28px;
    padding-bottom: 28px; }
    @media (min-width: 768px) {
      .section.hero-sub {
        padding-top: 37px;
        padding-bottom: 37px; } }

.row-margin-top {
  margin-top: 30px; }

.row-margin-bottom {
  margin-bottom: 30px; }

.col-padding-top > [class*="col-xs-"],
.col-padding-top > [class*="col-sm-"],
.col-padding-top > [class*="col-md-"],
.col-padding-top > [class*="col-lg-"] {
  padding-top: 51px; }

@media (min-width: 768px) {
  .col-padding-top > [class*="col-xs-"],
  .col-padding-top > [class*="col-sm-"] {
    padding-top: 0; }
  .col-padding-top > [class*="col-md-"],
  .col-padding-top > [class*="col-lg-"] {
    padding-top: 51px; } }

@media (min-width: 992px) {
  .col-padding-top > [class*="col-xs-"],
  .col-padding-top > [class*="col-sm-"],
  .col-padding-top > [class*="col-md-"] {
    padding-top: 0; }
  .col-padding-top > [class*="col-lg-"] {
    padding-top: 51px; } }

@media (min-width: 1200px) {
  .col-padding-top > [class*="col-xs-"],
  .col-padding-top > [class*="col-sm-"],
  .col-padding-top > [class*="col-md-"],
  .col-padding-top > [class*="col-lg-"] {
    padding-top: 0; } }

.col-padding-bottom > [class*="col-xs-"],
.col-padding-bottom > [class*="col-sm-"],
.col-padding-bottom > [class*="col-md-"],
.col-padding-bottom > [class*="col-lg-"] {
  padding-bottom: 51px; }

@media (min-width: 768px) {
  .col-padding-bottom > [class*="col-xs-"],
  .col-padding-bottom > [class*="col-sm-"] {
    padding-bottom: 0; }
  .col-padding-bottom > [class*="col-md-"],
  .col-padding-bottom > [class*="col-lg-"] {
    padding-bottom: 51px; } }

@media (min-width: 992px) {
  .col-padding-bottom > [class*="col-xs-"],
  .col-padding-bottom > [class*="col-sm-"],
  .col-padding-bottom > [class*="col-md-"] {
    padding-bottom: 0; }
  .col-padding-bottom > [class*="col-lg-"] {
    padding-bottom: 51px; } }

@media (min-width: 1200px) {
  .col-padding-bottom > [class*="col-xs-"],
  .col-padding-bottom > [class*="col-sm-"],
  .col-padding-bottom > [class*="col-md-"],
  .col-padding-bottom > [class*="col-lg-"] {
    padding-bottom: 0; } }

.valign-outer {
  display: table;
  width: 100%;
  height: 100%; }
  .valign-outer .valign-inner {
    display: table-cell;
    vertical-align: middle; }

.vcenter-row {
  font-size: 0; }
  .vcenter-row [class*="vcenter-"] {
    font-size: 16px; }

.vcenter-xs {
  display: inline-block;
  vertical-align: middle;
  float: none; }

@media (min-width: 768px) {
  .vcenter-sm {
    display: inline-block;
    vertical-align: middle;
    float: none; } }

@media (min-width: 992px) {
  .vcenter-md {
    display: inline-block;
    vertical-align: middle;
    float: none; } }

@media (min-width: 1200px) {
  .vcenter-lg {
    display: inline-block;
    vertical-align: middle;
    float: none; } }

a {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

a.hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

a {
  color: #0ab0bf;
  font-weight: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #008c99;
    text-decoration: none; }

a,
a:focus,
button,
button:focus {
  outline: 0; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }

.feature-list li {
  margin-top: 30px; }
  .feature-list li:first-child {
    margin-top: 0; }
  @media (min-width: 768px) {
    .feature-list li {
      margin-top: 0; } }

.SL_only {
  display: none; }

a,
a:focus,
button,
button:focus {
  outline: 0; }

.btn {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus {
    color: #666666;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .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; }
  @media (min-width: 991px) {
    .btn:hover {
      color: #666666;
      text-decoration: none; } }

.btn-default {
  color: #666666;
  background-color: transparent;
  border-color: #d7d7d7; }
  .btn-default:focus, .btn-default.focus {
    color: #666666;
    background-color: transparent;
    border-color: #979797; }
  .btn-default:hover {
    color: #666666;
    background-color: transparent;
    border-color: #b8b8b8; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #666666;
    background-color: transparent;
    border-color: #b8b8b8; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #666666;
      background-color: transparent;
      border-color: #979797; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: transparent;
    border-color: #d7d7d7; }
  .btn-default .badge {
    color: transparent;
    background-color: #666666; }
  .btn-default.btn-default-solid {
    color: #666666;
    background-color: #d7d7d7;
    border-color: #d7d7d7; }
    .btn-default.btn-default-solid:focus, .btn-default.btn-default-solid.focus {
      color: #666666;
      background-color: #bebebe;
      border-color: #979797; }
    .btn-default.btn-default-solid:hover {
      color: #666666;
      background-color: #bebebe;
      border-color: #b8b8b8; }
    .btn-default.btn-default-solid:active, .btn-default.btn-default-solid.active,
    .open > .btn-default.btn-default-solid.dropdown-toggle {
      color: #666666;
      background-color: #bebebe;
      border-color: #b8b8b8; }
      .btn-default.btn-default-solid:active:hover, .btn-default.btn-default-solid:active:focus, .btn-default.btn-default-solid:active.focus, .btn-default.btn-default-solid.active:hover, .btn-default.btn-default-solid.active:focus, .btn-default.btn-default-solid.active.focus,
      .open > .btn-default.btn-default-solid.dropdown-toggle:hover,
      .open > .btn-default.btn-default-solid.dropdown-toggle:focus,
      .open > .btn-default.btn-default-solid.dropdown-toggle.focus {
        color: #666666;
        background-color: #acacac;
        border-color: #979797; }
    .btn-default.btn-default-solid:active, .btn-default.btn-default-solid.active,
    .open > .btn-default.btn-default-solid.dropdown-toggle {
      background-image: none; }
    .btn-default.btn-default-solid.disabled:hover, .btn-default.btn-default-solid.disabled:focus, .btn-default.btn-default-solid.disabled.focus, .btn-default.btn-default-solid[disabled]:hover, .btn-default.btn-default-solid[disabled]:focus, .btn-default.btn-default-solid[disabled].focus,
    fieldset[disabled] .btn-default.btn-default-solid:hover,
    fieldset[disabled] .btn-default.btn-default-solid:focus,
    fieldset[disabled] .btn-default.btn-default-solid.focus {
      background-color: #d7d7d7;
      border-color: #d7d7d7; }
    .btn-default.btn-default-solid .badge {
      color: #d7d7d7;
      background-color: #666666; }

.btn-primary {
  color: white;
  background-color: #fa492b;
  border-color: #fa492b; }
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    background-color: #ec2706;
    border-color: #a21b04; }
  .btn-primary:hover {
    color: white;
    background-color: #ec2706;
    border-color: #e22505; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #ec2706;
    border-color: #e22505; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: white;
      background-color: #ca2105;
      border-color: #a21b04; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #fa492b;
    border-color: #fa492b; }
  .btn-primary .badge {
    color: #fa492b;
    background-color: white; }
  .btn-primary.btn-primary-outline {
    padding: 6px 16px;
    font-size: 16px;
    line-height: 1.875em;
    border-radius: 4px;
    background-color: rgba(250, 73, 43, 0);
    color: #fa492b; }
    @media (min-width: 991px) {
      .btn-primary.btn-primary-outline:hover {
        background-color: #fa492b;
        color: white; } }

.btn-alt {
  color: #fa492b;
  background-color: transparent;
  border-color: #fa492b; }
  .btn-alt:focus, .btn-alt.focus {
    color: #fa492b;
    background-color: transparent;
    border-color: #a21b04; }
  .btn-alt:hover {
    color: #fa492b;
    background-color: transparent;
    border-color: #e22505; }
  .btn-alt:active, .btn-alt.active,
  .open > .btn-alt.dropdown-toggle {
    color: #fa492b;
    background-color: transparent;
    border-color: #e22505; }
    .btn-alt:active:hover, .btn-alt:active:focus, .btn-alt:active.focus, .btn-alt.active:hover, .btn-alt.active:focus, .btn-alt.active.focus,
    .open > .btn-alt.dropdown-toggle:hover,
    .open > .btn-alt.dropdown-toggle:focus,
    .open > .btn-alt.dropdown-toggle.focus {
      color: #fa492b;
      background-color: transparent;
      border-color: #a21b04; }
  .btn-alt:active, .btn-alt.active,
  .open > .btn-alt.dropdown-toggle {
    background-image: none; }
  .btn-alt.disabled:hover, .btn-alt.disabled:focus, .btn-alt.disabled.focus, .btn-alt[disabled]:hover, .btn-alt[disabled]:focus, .btn-alt[disabled].focus,
  fieldset[disabled] .btn-alt:hover,
  fieldset[disabled] .btn-alt:focus,
  fieldset[disabled] .btn-alt.focus {
    background-color: transparent;
    border-color: #fa492b; }
  .btn-alt .badge {
    color: transparent;
    background-color: #fa492b; }

.btn-video {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: transparent;
  font-size: 20px;
  width: 68px;
  height: 47px;
  line-height: 47px;
  padding: 0;
  text-align: center; }
  .btn-video:focus, .btn-video.focus {
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: transparent; }
  .btn-video:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: transparent; }
  .btn-video:active, .btn-video.active,
  .open > .btn-video.dropdown-toggle {
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: transparent; }
    .btn-video:active:hover, .btn-video:active:focus, .btn-video:active.focus, .btn-video.active:hover, .btn-video.active:focus, .btn-video.active.focus,
    .open > .btn-video.dropdown-toggle:hover,
    .open > .btn-video.dropdown-toggle:focus,
    .open > .btn-video.dropdown-toggle.focus {
      color: white;
      background-color: rgba(0, 0, 0, 0.6);
      border-color: transparent; }
  .btn-video:active, .btn-video.active,
  .open > .btn-video.dropdown-toggle {
    background-image: none; }
  .btn-video.disabled:hover, .btn-video.disabled:focus, .btn-video.disabled.focus, .btn-video[disabled]:hover, .btn-video[disabled]:focus, .btn-video[disabled].focus,
  fieldset[disabled] .btn-video:hover,
  fieldset[disabled] .btn-video:focus,
  fieldset[disabled] .btn-video.focus {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: transparent; }
  .btn-video .badge {
    color: rgba(0, 0, 0, 0.6);
    background-color: white; }
  @media (min-width: 991px) {
    .btn-video:hover {
      color: white;
      background-color: rgba(0, 0, 0, 0.9);
      border-color: transparent; }
      .btn-video:hover:focus, .btn-video:hover.focus {
        color: white;
        background-color: rgba(0, 0, 0, 0.9);
        border-color: transparent; }
      .btn-video:hover:hover {
        color: white;
        background-color: rgba(0, 0, 0, 0.9);
        border-color: transparent; }
      .btn-video:hover:active, .btn-video:hover.active,
      .open > .btn-video:hover.dropdown-toggle {
        color: white;
        background-color: rgba(0, 0, 0, 0.9);
        border-color: transparent; }
        .btn-video:hover:active:hover, .btn-video:hover:active:focus, .btn-video:hover:active.focus, .btn-video:hover.active:hover, .btn-video:hover.active:focus, .btn-video:hover.active.focus,
        .open > .btn-video:hover.dropdown-toggle:hover,
        .open > .btn-video:hover.dropdown-toggle:focus,
        .open > .btn-video:hover.dropdown-toggle.focus {
          color: white;
          background-color: rgba(0, 0, 0, 0.9);
          border-color: transparent; }
      .btn-video:hover:active, .btn-video:hover.active,
      .open > .btn-video:hover.dropdown-toggle {
        background-image: none; }
      .btn-video:hover.disabled:hover, .btn-video:hover.disabled:focus, .btn-video:hover.disabled.focus, .btn-video:hover[disabled]:hover, .btn-video:hover[disabled]:focus, .btn-video:hover[disabled].focus,
      fieldset[disabled] .btn-video:hover:hover,
      fieldset[disabled] .btn-video:hover:focus,
      fieldset[disabled] .btn-video:hover.focus {
        background-color: rgba(0, 0, 0, 0.9);
        border-color: transparent; }
      .btn-video:hover .badge {
        color: rgba(0, 0, 0, 0.9);
        background-color: white; } }

.bg-dark .btn-default {
  color: #f7f7f7;
  background-color: transparent;
  border-color: #efefef; }
  .bg-dark .btn-default:focus, .bg-dark .btn-default.focus {
    color: #f7f7f7;
    background-color: transparent;
    border-color: #afafaf; }
  .bg-dark .btn-default:hover {
    color: #f7f7f7;
    background-color: transparent;
    border-color: #d0d0d0; }
  .bg-dark .btn-default:active, .bg-dark .btn-default.active,
  .open > .bg-dark .btn-default.dropdown-toggle {
    color: #f7f7f7;
    background-color: transparent;
    border-color: #d0d0d0; }
    .bg-dark .btn-default:active:hover, .bg-dark .btn-default:active:focus, .bg-dark .btn-default:active.focus, .bg-dark .btn-default.active:hover, .bg-dark .btn-default.active:focus, .bg-dark .btn-default.active.focus,
    .open > .bg-dark .btn-default.dropdown-toggle:hover,
    .open > .bg-dark .btn-default.dropdown-toggle:focus,
    .open > .bg-dark .btn-default.dropdown-toggle.focus {
      color: #f7f7f7;
      background-color: transparent;
      border-color: #afafaf; }
  .bg-dark .btn-default:active, .bg-dark .btn-default.active,
  .open > .bg-dark .btn-default.dropdown-toggle {
    background-image: none; }
  .bg-dark .btn-default.disabled:hover, .bg-dark .btn-default.disabled:focus, .bg-dark .btn-default.disabled.focus, .bg-dark .btn-default[disabled]:hover, .bg-dark .btn-default[disabled]:focus, .bg-dark .btn-default[disabled].focus,
  fieldset[disabled] .bg-dark .btn-default:hover,
  fieldset[disabled] .bg-dark .btn-default:focus,
  fieldset[disabled] .bg-dark .btn-default.focus {
    background-color: transparent;
    border-color: #efefef; }
  .bg-dark .btn-default .badge {
    color: transparent;
    background-color: #f7f7f7; }
  .bg-dark .btn-default.btn-default-solid {
    color: #666666;
    background-color: white;
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .bg-dark .btn-default.btn-default-solid:focus, .bg-dark .btn-default.btn-default-solid.focus {
      color: #666666;
      background-color: #e6e6e6;
      border-color: #979797; }
    .bg-dark .btn-default.btn-default-solid:hover {
      color: #666666;
      background-color: #e6e6e6;
      border-color: #b8b8b8; }
    .bg-dark .btn-default.btn-default-solid:active, .bg-dark .btn-default.btn-default-solid.active,
    .open > .bg-dark .btn-default.btn-default-solid.dropdown-toggle {
      color: #666666;
      background-color: #e6e6e6;
      border-color: #b8b8b8; }
      .bg-dark .btn-default.btn-default-solid:active:hover, .bg-dark .btn-default.btn-default-solid:active:focus, .bg-dark .btn-default.btn-default-solid:active.focus, .bg-dark .btn-default.btn-default-solid.active:hover, .bg-dark .btn-default.btn-default-solid.active:focus, .bg-dark .btn-default.btn-default-solid.active.focus,
      .open > .bg-dark .btn-default.btn-default-solid.dropdown-toggle:hover,
      .open > .bg-dark .btn-default.btn-default-solid.dropdown-toggle:focus,
      .open > .bg-dark .btn-default.btn-default-solid.dropdown-toggle.focus {
        color: #666666;
        background-color: #d4d4d4;
        border-color: #979797; }
    .bg-dark .btn-default.btn-default-solid:active, .bg-dark .btn-default.btn-default-solid.active,
    .open > .bg-dark .btn-default.btn-default-solid.dropdown-toggle {
      background-image: none; }
    .bg-dark .btn-default.btn-default-solid.disabled:hover, .bg-dark .btn-default.btn-default-solid.disabled:focus, .bg-dark .btn-default.btn-default-solid.disabled.focus, .bg-dark .btn-default.btn-default-solid[disabled]:hover, .bg-dark .btn-default.btn-default-solid[disabled]:focus, .bg-dark .btn-default.btn-default-solid[disabled].focus,
    fieldset[disabled] .bg-dark .btn-default.btn-default-solid:hover,
    fieldset[disabled] .bg-dark .btn-default.btn-default-solid:focus,
    fieldset[disabled] .bg-dark .btn-default.btn-default-solid.focus {
      background-color: white;
      border-color: #d7d7d7; }
    .bg-dark .btn-default.btn-default-solid .badge {
      color: white;
      background-color: #666666; }

.bg-dark .btn-primary-outline {
  color: white;
  border-color: white; }
  @media (min-width: 991px) {
    .bg-dark .btn-primary-outline:hover {
      border-color: #fa492b; } }

.btn-link {
  color: #0ab0bf;
  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:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:focus {
    color: #008c99;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:focus {
    color: #d7d7d7;
    text-decoration: none; }
  @media (min-width: 991px) {
    .btn-link:hover {
      border-color: transparent;
      color: #008c99;
      text-decoration: underline;
      background-color: transparent; }
    .btn-link[disabled]:hover,
    fieldset[disabled] .btn-link:hover {
      color: #d7d7d7;
      text-decoration: none; } }

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

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

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

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

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

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

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

.product-tiles {
  position: relative;
  overflow: hidden;
  list-style-type: none;
  margin: 0 -15px 6.5px;
  padding: 0; }
  @media (min-width: 768px) {
    .product-tiles {
      margin: 0 -7.5px 6.5px; } }
  .product-tiles li {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    margin: 0;
    width: 100%;
    padding: 0; }
    @media (min-width: 768px) {
      .product-tiles li {
        width: 50%;
        padding: 0 7.5px 15px; } }
    @media (min-width: 992px) {
      .product-tiles li {
        width: 33.333%; } }
    @media (min-width: 1200px) {
      .product-tiles li {
        width: 25%; } }
  @media (min-width: 768px) {
    .product-tiles.product-tiles-cols-3 li {
      width: 50%; } }
  @media (min-width: 992px) {
    .product-tiles.product-tiles-cols-3 li {
      width: 50%; } }
  @media (min-width: 1200px) {
    .product-tiles.product-tiles-cols-3 li {
      width: 33.333%; } }
  @media (min-width: 768px) {
    .product-tiles.product-tiles-cols-2 li {
      width: 50%; } }
  @media (min-width: 992px) {
    .product-tiles.product-tiles-cols-2 li {
      width: 50%; } }
  @media (min-width: 1200px) {
    .product-tiles.product-tiles-cols-2 li {
      width: 50%; } }

.product-tile {
  background-image: -webkit-linear-gradient(top, #1c1c1c, #0f0f0f);
  background-image: -moz-linear-gradient(top, #1c1c1c, #0f0f0f);
  background-image: -o-linear-gradient(top, #1c1c1c, #0f0f0f);
  background-image: linear-gradient(to bottom, #1c1c1c, #0f0f0f);
  padding: 30px; }
  @media (min-width: 768px) {
    .product-tile {
      padding: 15px; } }
  .product-tile a {
    display: block;
    text-decoration: none; }
    .product-tile a:hover {
      text-decoration: none; }
  .product-tile img.nr-logo {
    margin-bottom: 13px; }
  .product-tile p,
  .product-tile strong {
    color: white; }
  .product-tile p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    margin: 0 auto 0;
    font-weight: 400; }
  .product-tile strong {
    display: block; }
  .product-tile:hover {
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #292929, #1c1c1c);
    background-image: -moz-linear-gradient(top, #292929, #1c1c1c);
    background-image: -o-linear-gradient(top, #292929, #1c1c1c);
    background-image: linear-gradient(to bottom, #292929, #1c1c1c); }
  .product-tile.nr-apm {
    background-image: -webkit-linear-gradient(top, #348899, #2e7786);
    background-image: -moz-linear-gradient(top, #348899, #2e7786);
    background-image: -o-linear-gradient(top, #348899, #2e7786);
    background-image: linear-gradient(to bottom, #348899, #2e7786); }
    .product-tile.nr-apm:hover {
      background-image: -webkit-linear-gradient(top, #3a99ac, #348899);
      background-image: -moz-linear-gradient(top, #3a99ac, #348899);
      background-image: -o-linear-gradient(top, #3a99ac, #348899);
      background-image: linear-gradient(to bottom, #3a99ac, #348899); }
  .product-tile.nr-insights {
    background-image: -webkit-linear-gradient(top, #f2bc56, #f0b33e);
    background-image: -moz-linear-gradient(top, #f2bc56, #f0b33e);
    background-image: -o-linear-gradient(top, #f2bc56, #f0b33e);
    background-image: linear-gradient(to bottom, #f2bc56, #f0b33e); }
    .product-tile.nr-insights:hover {
      background-image: -webkit-linear-gradient(top, #f4c56e, #f2bc56);
      background-image: -moz-linear-gradient(top, #f4c56e, #f2bc56);
      background-image: -o-linear-gradient(top, #f4c56e, #f2bc56);
      background-image: linear-gradient(to bottom, #f4c56e, #f2bc56); }
  .product-tile.nr-mobile {
    background-image: -webkit-linear-gradient(top, #00b6d8, #00a1bf);
    background-image: -moz-linear-gradient(top, #00b6d8, #00a1bf);
    background-image: -o-linear-gradient(top, #00b6d8, #00a1bf);
    background-image: linear-gradient(to bottom, #00b6d8, #00a1bf); }
    .product-tile.nr-mobile:hover {
      background-image: -webkit-linear-gradient(top, #00cbf2, #00b6d8);
      background-image: -moz-linear-gradient(top, #00cbf2, #00b6d8);
      background-image: -o-linear-gradient(top, #00cbf2, #00b6d8);
      background-image: linear-gradient(to bottom, #00cbf2, #00b6d8); }
  .product-tile.nr-browser {
    background-image: -webkit-linear-gradient(top, #f28f20, #eb830e);
    background-image: -moz-linear-gradient(top, #f28f20, #eb830e);
    background-image: -o-linear-gradient(top, #f28f20, #eb830e);
    background-image: linear-gradient(to bottom, #f28f20, #eb830e); }
    .product-tile.nr-browser:hover {
      background-image: -webkit-linear-gradient(top, #f39b38, #f28f20);
      background-image: -moz-linear-gradient(top, #f39b38, #f28f20);
      background-image: -o-linear-gradient(top, #f39b38, #f28f20);
      background-image: linear-gradient(to bottom, #f39b38, #f28f20); }
  .product-tile.nr-infrastructure {
    background-image: -webkit-linear-gradient(top, #226582, #1d556e);
    background-image: -moz-linear-gradient(top, #226582, #1d556e);
    background-image: -o-linear-gradient(top, #226582, #1d556e);
    background-image: linear-gradient(to bottom, #226582, #1d556e); }
    .product-tile.nr-infrastructure:hover {
      background-image: -webkit-linear-gradient(top, #277596, #226582);
      background-image: -moz-linear-gradient(top, #277596, #226582);
      background-image: -o-linear-gradient(top, #277596, #226582);
      background-image: linear-gradient(to bottom, #277596, #226582); }
  .product-tile.nr-synthetics {
    background-image: -webkit-linear-gradient(top, #74569f, #684d8e);
    background-image: -moz-linear-gradient(top, #74569f, #684d8e);
    background-image: -o-linear-gradient(top, #74569f, #684d8e);
    background-image: linear-gradient(to bottom, #74569f, #684d8e); }
    .product-tile.nr-synthetics:hover {
      background-image: -webkit-linear-gradient(top, #8164ab, #74569f);
      background-image: -moz-linear-gradient(top, #8164ab, #74569f);
      background-image: -o-linear-gradient(top, #8164ab, #74569f);
      background-image: linear-gradient(to bottom, #8164ab, #74569f); }
  .product-tile.nr-plugins {
    background-image: -webkit-linear-gradient(top, #8cc641, #7fb737);
    background-image: -moz-linear-gradient(top, #8cc641, #7fb737);
    background-image: -o-linear-gradient(top, #8cc641, #7fb737);
    background-image: linear-gradient(to bottom, #8cc641, #7fb737); }
    .product-tile.nr-plugins:hover {
      background-image: -webkit-linear-gradient(top, #98cc55, #8cc641);
      background-image: -moz-linear-gradient(top, #98cc55, #8cc641);
      background-image: -o-linear-gradient(top, #98cc55, #8cc641);
      background-image: linear-gradient(to bottom, #98cc55, #8cc641); }
  .product-tile.nr-alerts {
    background-image: -webkit-linear-gradient(top, #b384bd, #a973b4);
    background-image: -moz-linear-gradient(top, #b384bd, #a973b4);
    background-image: -o-linear-gradient(top, #b384bd, #a973b4);
    background-image: linear-gradient(to bottom, #b384bd, #a973b4); }
    .product-tile.nr-alerts:hover {
      background-image: -webkit-linear-gradient(top, #bd95c6, #b384bd);
      background-image: -moz-linear-gradient(top, #bd95c6, #b384bd);
      background-image: -o-linear-gradient(top, #bd95c6, #b384bd);
      background-image: linear-gradient(to bottom, #bd95c6, #b384bd); }

.resource-tile {
  margin-bottom: 38px; }
  .resource-tile .resource-card {
    background: white;
    overflow: hidden;
    border: solid 1px #e8e8e8;
    border-radius: 6px;
    font-size: 14px;
    transition: all .25s;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15); }
    .resource-tile .resource-card:hover {
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }
    .resource-tile .resource-card a {
      text-decoration: none; }
    .resource-tile .resource-card .resource-cover {
      background-color: white;
      height: 145px;
      border-bottom: solid 1px #e8e8e8;
      position: relative; }
      .resource-tile .resource-card .resource-cover i.fa.type {
        position: absolute;
        top: 8px;
        right: 7px;
        background: rgba(0, 0, 0, 0.4);
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 3px;
        color: white;
        font-size: 14px; }
      .resource-tile .resource-card .resource-cover .resource-image {
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-size: cover;
        background-position: 50% 50%; }
        .resource-tile .resource-card .resource-cover .resource-image.analyst-report {
          background-image: url(../../../assets/resources/bg_analystreport.png); }
        .resource-tile .resource-card .resource-cover .resource-image.datasheet {
          background-image: url(../../../assets/resources/bg_datasheet.png); }
        .resource-tile .resource-card .resource-cover .resource-image.ebook {
          background-image: url(../../../assets/resources/bg_ebook.png); }
        .resource-tile .resource-card .resource-cover .resource-image.infographic {
          background-image: url(../../../assets/resources/bg_infographic.png); }
        .resource-tile .resource-card .resource-cover .resource-image.partner {
          background-image: url(../../../assets/resources/bg_partner.png); }
        .resource-tile .resource-card .resource-cover .resource-image.resources {
          background-image: url(../../../assets/resources/bg_resources.png); }
        .resource-tile .resource-card .resource-cover .resource-image.tutorial {
          background-image: url(../../../assets/resources/bg_tutorial.png); }
        .resource-tile .resource-card .resource-cover .resource-image.video {
          background-image: url(../../../assets/resources/bg_video.png); }
        .resource-tile .resource-card .resource-cover .resource-image.webinar {
          background-image: url(../../../assets/resources/bg_webinar.png); }
        .resource-tile .resource-card .resource-cover .resource-image.white-paper, .resource-tile .resource-card .resource-cover .resource-image.Article {
          background-image: url(../../../assets/resources/bg_whitepaper.png); }
        .resource-tile .resource-card .resource-cover .resource-image.case-study {
          background-image: url(../../../assets/resources/bg_casestudy.png); }
      .resource-tile .resource-card .resource-cover .btn.btn-video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
    .resource-tile .resource-card .resource-meta {
      background-color: white;
      height: 128px;
      padding: 13px 20px 20px 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 1px #e8e8e8;
      border-top: none; }
      .resource-tile .resource-card .resource-meta .type {
        color: #999999;
        text-transform: uppercase;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .resource-tile .resource-card .resource-meta .type p {
          margin-bottom: 4px; }
      .resource-tile .resource-card .resource-meta .description p {
        color: #333333;
        display: block;
        display: -webkit-box;
        height: 69px;
        margin: 0 auto;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
  .resource-tile.horizontal .resource-card {
    height: 120px; }
  .resource-tile.horizontal .resource-cover {
    width: 121px;
    height: 121px;
    float: left;
    border-right: solid 1px rgba(232, 232, 232, 0.1); }
  .resource-tile.horizontal .resource-meta {
    padding-left: 137px; }

.nr-logo {
  display: inline-block;
  height: 40px; }
  .nr-logo.nr-logo-sm {
    height: 30px; }
  .nr-logo.nr-logo-lg {
    height: 50px; }
  .nr-logo.brand {
    height: 30px; }
    .nr-logo.brand.nr-logo-sm {
      height: 20px; }
    .nr-logo.brand.nr-logo-lg {
      height: 40px; }

.video-thumbnail .video-poster {
  background-size: cover;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 0.5em; }
  .video-thumbnail .video-poster .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23.5px;
    margin-left: -34px; }

.video-thumbnail p {
  font-weight: 500; }

.hero {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 1200px) {
    .hero {
      height: 570px; }
      .hero.has-hero-footer {
        height: auto;
        min-height: 570px; } }
  .hero .hero-brandbar {
    height: 120px;
    padding: 40px 0;
    border-bottom: 1px solid rgba(215, 215, 215, 0.5); }
    .hero .hero-brandbar + .hero-inner {
      padding: 30px 0 60px; }
      @media (min-width: 768px) {
        .hero .hero-brandbar + .hero-inner {
          padding: 30px 0 80px; } }
      @media (min-width: 1200px) {
        .hero .hero-brandbar + .hero-inner {
          padding: 0;
          height: 450px; } }
  .hero .hero-inner {
    padding: 80px 0; }
    @media (min-width: 1200px) {
      .hero .hero-inner {
        height: 570px; } }
  .hero .hero-footer {
    padding: 32px 0;
    background: rgba(0, 0, 0, 0.3); }
  @media (min-width: 992px) {
    .hero.short {
      height: 335px; }
      .hero.short .hero-inner {
        padding: 40px 0;
        height: 335px; } }
  @media (min-width: 992px) {
    .hero.shorter {
      height: 220px; }
      .hero.shorter .hero-inner {
        height: 220px;
        padding: 40px 0; } }
  .hero.single h1 {
    margin-bottom: 18px; }

@media (min-width: 1200px) {
  .nav-subnav + main .hero {
    height: 520px; }
    .nav-subnav + main .hero.has-hero-footer {
      height: auto;
      min-height: 520px; }
    .nav-subnav + main .hero.short {
      height: 285px; }
      .nav-subnav + main .hero.short .hero-inner {
        height: 285px; }
    .nav-subnav + main .hero.shorter {
      height: 170px; }
      .nav-subnav + main .hero.shorter .hero-inner {
        height: 170px; } }

@media (min-width: 1200px) {
  .nav-subnav + main .hero .hero-brandbar + .hero-inner {
    height: 400px; } }

@media (min-width: 1200px) {
  .nav-subnav + main .hero .hero-inner {
    height: 520px; } }

.hero-sub h1, .hero-sub .h1,
.hero-sub h2, .hero-sub .h2,
.hero-sub h3, .hero-sub .h3,
.hero-sub h4, .hero-sub .h4 h5, .hero-sub .h5 h6, .hero-sub .h6 {
  margin-bottom: 0; }

.hero-sub + .hairline + .section,
.hero-sub + .section {
  padding-top: 40px; }

.logo-bar {
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .logo-bar {
      padding-top: 60px;
      padding-bottom: 30px; } }
  .logo-bar p {
    position: relative;
    margin-bottom: 30px;
    margin-top: -30px; }
    @media (min-width: 768px) {
      .logo-bar p {
        position: absolute;
        margin-bottom: 0;
        margin-top: 0;
        top: 14px;
        left: 30px;
        right: 30px; } }
  .logo-bar img {
    display: inline-block;
    position: relative;
    margin: 0 19.8px 30px;
    height: 33px;
    max-width: 290px; }
    .logo-bar img[src*="trulia"] {
      bottom: 3px; }
    .logo-bar img[src*="kickstarter"], .logo-bar img[src*="sony"], .logo-bar img[src*="reachlocal"] {
      height: 20px; }
    .logo-bar img[src*="smartos"] {
      height: 22px; }
    .logo-bar img[src*="intuit"] {
      height: 26px; }
    .logo-bar img[src*="strava"], .logo-bar img[src*="zendesk"], .logo-bar img[src*="hipchat"], .logo-bar img[src*="microsoft"] {
      height: 28px; }
    .logo-bar img[src*="ticketfly"] {
      height: 29px;
      top: 5px; }
    .logo-bar img[src*="microsoft"], .logo-bar img[src*="zendesk"], .logo-bar img[src*="chive"], .logo-bar img[src*="crackle"], .logo-bar img[src*="mlbam"], .logo-bar img[src*="tribune"], .logo-bar img[src*="confused"] {
      max-height: 28px; }
    .logo-bar img[src*="redhat"] {
      height: 40px; }
    .logo-bar img[src*="groupon"], .logo-bar img[src*="mondiamedia"], .logo-bar img[src*="victorops"] {
      height: 42px; }
    .logo-bar img[src*="wix"], .logo-bar img[src*="usfoods"], .logo-bar img[src*="windows-logomark"], .logo-bar img[src*="apperian"] {
      height: 47px; }
    .logo-bar img[src*="nbc"], .logo-bar img[src*="adobe"] {
      height: 54px; }
    .logo-bar img[src*="costa-coffee"], .logo-bar img[src*="pbs"], .logo-bar img[src*="ubuntu"], .logo-bar img[src*="mls"], .logo-bar img[src*="debian"], .logo-bar img[src*="docker"], .logo-bar img[src*="centos"] {
      height: 55px; }
    .logo-bar img[src*="saks"] {
      max-height: 60px; }

.slider-wrapper {
  position: relative;
  margin: 0 auto 40px;
  width: 100%; }
  .slider-wrapper .prev,
  .slider-wrapper .next {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #b1b1b1;
    top: 50%;
    margin-top: -15px; }
    .slider-wrapper .prev:hover,
    .slider-wrapper .next:hover {
      opacity: 0.8; }
  .slider-wrapper .prev {
    left: -30px; }
  .slider-wrapper .next {
    right: -30px; }
  .slider-wrapper .large.prev, .slider-wrapper .large.next {
    display: block;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    text-indent: -10000em;
    overflow: hidden;
    margin-top: -25px;
    background-image: url("../../../assets/newrelic/QuoteArrows.svg"); }
    @media (max-width: 992px) {
      .slider-wrapper .large.prev, .slider-wrapper .large.next {
        display: none; } }
  .slider-wrapper .large.prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .slider-wrapper .large.next {
    right: 0; }
  .slider-wrapper .pager {
    text-align: center; }
    .slider-wrapper .pager span {
      display: inline-block;
      margin: 10px 5px;
      background-color: #d7d7d7;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 2px solid white;
      overflow: hidden;
      text-indent: -10000em;
      cursor: pointer; }
      .slider-wrapper .pager span.cycle-pager-active {
        background-color: white;
        border-color: #d7d7d7; }
  .slider-wrapper .slider {
    width: 100%;
    margin: 0 auto;
    z-index: 1; }
    .slider-wrapper .slider .cell {
      width: 100%; }

table {
  width: 100%;
  border: 6px solid #d7d7d7;
  margin-bottom: 15px; }
  table th, table td {
    text-align: left;
    border-left: 1px solid #efefef;
    background: white; }
    table th:nth-child(1), table td:nth-child(1) {
      background: #efefef; }
  table th {
    font-weight: 500;
    font-size: 14px;
    padding: 10px; }
    @media (min-width: 768px) {
      table th {
        padding: 20px;
        font-size: 20px; } }
    @media (min-width: 992px) {
      table th {
        font-weight: 400; } }
    table th:nth-child(1) {
      border-left: none; }
  table td {
    border-top: 1px solid #efefef;
    padding: 10px;
    font-size: 14px; }
    @media (min-width: 768px) {
      table td {
        padding: 10px 20px;
        font-size: 14px; } }
    table td:nth-child(1) {
      border-top-color: #e2e2e2;
      text-align: left; }
    table td.label {
      background: #efefef;
      border-top-color: #e2e2e2; }
    table td i {
      font-size: 14px; }
      @media (min-width: 768px) {
        table td i {
          font-size: 20px; } }
      table td i[class*="fa-times"] {
        color: #d7d7d7; }
  table.features-table th, table.features-table td {
    text-align: center;
    width: 34%; }
    table.features-table th:nth-child(1), table.features-table td:nth-child(1) {
      text-align: left;
      width: 66%; }
  table.features-table.features-table-cols-2 th, table.features-table.features-table-cols-2 td {
    width: 50%; }
    table.features-table.features-table-cols-2 th:nth-child(1), table.features-table.features-table-cols-2 td:nth-child(1) {
      width: 50%; }
  table.features-table.features-table-cols-3 th, table.features-table.features-table-cols-3 td {
    width: 25%; }
    table.features-table.features-table-cols-3 th:nth-child(1), table.features-table.features-table-cols-3 td:nth-child(1) {
      width: 50%; }
  table.features-table.features-table-cols-4 th, table.features-table.features-table-cols-4 td {
    width: 20%; }
    table.features-table.features-table-cols-4 th:nth-child(1), table.features-table.features-table-cols-4 td:nth-child(1) {
      width: 40%; }
  table.unstyled {
    border: none; }
    table.unstyled th, table.unstyled td {
      border-left: none; }
      table.unstyled th:nth-child(1), table.unstyled td:nth-child(1) {
        background: white; }
    table.unstyled th {
      font-weight: normal;
      padding: 0; }
      @media (min-width: 768px) {
        table.unstyled th {
          padding: 0; } }
    table.unstyled td {
      border-top: none;
      padding: 0;
      font-size: normal; }
      @media (min-width: 768px) {
        table.unstyled td {
          padding: 0; } }
      table.unstyled td:nth-child(1) {
        border-top-color: transparent; }
      table.unstyled td.label {
        background: white;
        border-top-color: transparent; }
      table.unstyled td i {
        font-size: normal; }
        @media (min-width: 768px) {
          table.unstyled td i {
            font-size: normal; } }

#footer-top {
  border-top: 1px solid #d7d7d7; }

.footer-col {
  width: 20%;
  float: left;
  padding-right: 20px; }
  .footer-col ul {
    margin-bottom: 30px; }
    .footer-col ul li {
      margin: 0 0 15px 0;
      line-height: 1.3; }
      .footer-col ul li a {
        text-decoration: none;
        color: #666666;
        font-size: 13px; }
        .footer-col ul li a:hover {
          color: black; }
  .footer-col h1, .footer-col .h1,
  .footer-col h2, .footer-col .h2,
  .footer-col h3, .footer-col .h3,
  .footer-col h4, .footer-col .h4,
  .footer-col h5, .footer-col .h5,
  .footer-col h6, .footer-col .h6 {
    color: #666666;
    font-size: 13px;
    text-transform: uppercase; }

.social-icons {
  margin-top: 28px;
  clear: both; }
  .social-icons ul li {
    display: inline-block;
    font-size: 40px;
    margin-right: 10px; }
    .social-icons ul li a {
      color: #999999; }
      .social-icons ul li a i {
        font-size: 34px; }
      .social-icons ul li a:hover {
        color: #333333; }

.tagline {
  text-align: center; }
  .tagline .btn-footer {
    margin: 20px; }

.footer-bar {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d7d7d7; }
  .footer-bar .links {
    font-size: 13px;
    text-align: right; }
    .footer-bar .links span {
      white-space: nowrap; }
  .footer-bar .goog-logo-link img {
    margin-bottom: 0; }

@media (max-width: 991px) {
  .footer-col {
    width: 100%; }
    .footer-col h4 {
      margin-top: 13px;
      margin-bottom: 2px;
      clear: both; }
    .footer-col ul {
      overflow: hidden; }
      .footer-col ul li {
        float: left;
        margin-right: 15px; }
  .social-icons {
    margin-top: 42px; }
  .footer-bar {
    padding-bottom: 80px;
    text-align: center; }
    .footer-bar .nr-logo {
      margin-bottom: 15px; } }

#not-a-change {
  margin: auto; }

/* logo right-clicker */
#grablogo {
  position: absolute;
  width: 300px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 10010;
  display: none; }

body #habla_window_state_div #habla_window_div {
  margin-left: 40px !important; }

body #habla_window_state_div.olrk-state-compressed #habla_topbar_div {
  overflow: visible; }

body #habla_window_state_div.olrk-state-compressed #habla_topbar_div:before, body #habla_window_state_div.olrk-state-compressed #habla_topbar_div:after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 100%;
  border: solid 2px #008c99;
  background-size: 100%; }

body #habla_window_state_div.olrk-state-compressed #habla_topbar_div:before {
  z-index: 12;
  top: -38px;
  left: 11px;
  background-image: url("//newrelic.com/assets/olark/olarkB.jpg");
  width: 43.5px;
  height: 43.5px; }

body #habla_window_state_div.olrk-state-compressed #habla_topbar_div:after {
  z-index: 12;
  top: -33px;
  left: -26px;
  background-image: url("//newrelic.com/assets/olark/olarkB2.jpg");
  width: 55px;
  height: 55px; }

body #habla_window_state_div.olrk-state-compressed #habla_topbar_div #habla_sizebutton_a {
  position: absolute;
  z-index: 5;
  top: -12px;
  right: 0;
  left: 0;
  float: none;
  margin: 0;
  padding: 0;
  background: #008c99;
  line-height: 49px;
  height: 49px;
  width: 100%;
  text-indent: -200%;
  overflow: hidden;
  text-align: center; }

body #habla_window_state_div.olrk-state-compressed #habla_topbar_div #habla_sizebutton_a:after {
  content: '+';
  color: #89deff;
  position: absolute;
  font-size: 18px;
  top: 0;
  right: 0;
  bottom: 0;
  width: 49px;
  display: block;
  text-indent: 0;
  text-align: center; }

body #habla_window_state_div.olrk-state-compressed #habla_topbar_div #habla_oplink_a {
  position: relative;
  z-index: 10;
  font-size: 14px;
  top: -4px;
  padding-left: 2.9em; }

body #habla_window_state_div.olrk-state-expanded #habla_topbar_div {
  padding: 16px; }

#habla_topbar_div {
  -webkit-animation-name: disabled_animation !important; }

#olark_tab {
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 5000; }

#olark_tab a {
  display: block;
  border: 0px solid white;
  border-left-style: none;
  border-bottom-style: none;
  margin-top: 0px; }

#olark_tab a:hover {
  border-color: orange; }

#habla_topbar_div a:hover {
  color: #FFF; }

.habla_window_div_position {
  bottom: 10px;
  position: fixed;
  right: 10px; }

.habla_window_div_position_floating {
  bottom: 10px;
  position: fixed;
  right: 10px; }

.habla_window_div_position_floating_ie {
  bottom: 10px;
  position: absolute;
  right: 10px; }

.habla_window_div_base {
  line-height: 1;
  margin: 0 !important;
  outline-color: -moz-use-text-color;
  outline-style: none !important;
  outline-width: 0;
  padding: 0 !important;
  z-index: 99999 !important; }

.habla_panel_border {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  bbackground: #FFFFFF none repeat scroll 0 0;
  bborder: 3px solid #338899;
  font-size: 14px;
  width: 400px; }

.habla_button_a_highlighted {
  background-color: #338899;
  color: #FFFFFF; }

.habla_button_a_hover {
  background-color: #338899;
  color: #FFFFFF; }

a.habla_button_a_hover:hover {
  font-size: 14px;
  cursor: pointer; }

.habla_button_a_normal {
  background-color: #338899;
  color: #FFFFFF; }

.habla_button {
  float: right;
  font-weight: bold;
  margin-left: 3px;
  padding: 0 6px 2px;
  text-decoration: none !important; }

#habla_conversation_div {
  background-color: transparent;
  margin-left: 10px !important; }

#habla_expanded_div {
  background-image: url("../../../images/chat-shadow.png");
  background-repeat: repeat-y; }

#habla_chatform_form {
  background-color: transparent;
  margin-right: 25px !important; }

#habla_sizebutton_a {
  display: none; }

.habla_conversation_message_off {
  margin: 0 !important;
  padding: 3px 3px 3px 23px; }

.habla_conversation_message_on {
  margin: 0;
  padding: 5px; }

.habla_conversation_p_item {
  background: transparent none repeat scroll 0 0;
  color: #000000;
  margin: 0;
  padding: 0;
  text-indent: -20px; }

.habla_conversation_person1 {
  color: #338899;
  padding-right: 5px; }

.habla_conversation_person2 {
  color: #005566;
  padding-right: 5px; }

.habla_conversation_text_span {
  color: #000000; }

.habla_topbar_div_highlighted {
  background: #338899 none repeat scroll 0 0;
  color: #00FFFF;
  padding: 4px; }

.habla_topbar_div_normal {
  background: transparent;
  color: #FFFFFF; }

.habla_topbar_clickable {
  cursor: pointer; }

#habla_oplink_a {
  display: none; }

.habla_oplink_a_hover {
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: underline; }

.habla_oplink_a_normal {
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none; }

#habla_topbar_div {
  height: 42px;
  background-image: url("../../../images/tab-chat-horizontal-unpopped.png");
  background-repeat: no-repeat;
  font-family: wf-ffmetawebpro1ffmetawebpro2-n4-active !important; }

.clear_style {
  clear: both; }

.habla_offline_message_div {
  border-bottom: 1px dotted #CCCCCC;
  line-height: 1.5em;
  margin: 0;
  padding: 3px; }

.habla_conversation_div {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px dotted #CCCCCC;
  height: 155px;
  line-height: 1.5em;
  overflow: auto;
  color: black;
  padding: 3px 3px 3px 23px !important; }

.habla_pre_chat_div {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px dotted #CCCCCC;
  height: 155px;
  line-height: 1.5em;
  overflow: auto;
  color: #000000;
  padding: 3px 3px 3px 3px; }

.habla_offline_message_sent_div {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px dotted #CCCCCC;
  height: 155px;
  line-height: 1.5em;
  overflow: auto !important;
  padding: 3px !important; }

.habla_input_div {
  font-size: 12px;
  font-weight: normal !important;
  margin-left: 15px;
  margin-right: 15px; }

.habla_offline_body_input {
  font-size: 12px;
  height: 155px;
  vertical-align: text-top;
  width: 234px; }

.habla_say_text_span {
  color: #000000; }

.habla_submit_button {
  font-size: 12px;
  margin: 0 !important;
  vertical-align: text-top;
  width: 234px; }

.habla_offline_submit_input {
  background: #E75917 none repeat scroll 0 0 !important;
  border: medium none #CCCCCC !important;
  color: white !important;
  float: right;
  margin-right: 2px; }

.habla_offline_error_span {
  float: left;
  font-family: verdana,arial,helvetica;
  font-size: 12px; }

#habla_wcsend_input {
  width: 326px !important; }

.habla_wcsend_input_pre {
  color: #707070; }

.habla_wcsend_input_post {
  color: #000000; }

.habla_wcsend_input_pre_highlighted {
  border: 2px solid #338899 !important; }

.habla_wcsend_input_highlighted {
  border: 2px solid #338899 !important;
  color: #000000 !important; }

.habla_wcsend_field {
  background-color: #bbeeee;
  border: 0px;
  font-size: 12px;
  height: 24px;
  overflow: auto !important;
  padding: 1px 1px 1px 1px !important;
  vertical-align: text-top;
  width: 100%; }

/* ========================================
Form styles for Default Marketo form
content used on multiple pages
======================================== */
.mktoForm {
  background-color: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
  width: 100% !important;
  font-family: "Gotham A", "Gotham B" !important; }
  .mktoForm div {
    float: none; }
  .mktoForm .mktoFormCol,
  .mktoForm .mktoFieldWrap {
    width: 100%; }
  .mktoForm .mktoOffset,
  .mktoForm .mktoGutter {
    display: none; }
  .mktoForm .mktoFormRow {
    /*select.mktoField{
      line-height: 1em !important;
    }*/ }
    .mktoForm .mktoFormRow input[type=text],
    .mktoForm .mktoFormRow input[type=url],
    .mktoForm .mktoFormRow input[type=email],
    .mktoForm .mktoFormRow input[type=tel],
    .mktoForm .mktoFormRow input[type=number],
    .mktoForm .mktoFormRow input[type=date],
    .mktoForm .mktoFormRow select.mktoField,
    .mktoForm .mktoFormRow textarea.mktoField {
      -webkit-appearance: none;
      background-color: #fff;
      line-height: 1.5em !important;
      color: #454545;
      border: 1px solid #e5e5e5;
      -webkit-border-radius: 4px !important;
      -moz-border-radius: 4px !important;
      border-radius: 4px !important;
      padding: 0.5em 0.8em !important;
      box-shadow: none !important;
      width: 100% !important;
      margin: 5px 0 !important; }
      .mktoForm .mktoFormRow input[type=text]:focus,
      .mktoForm .mktoFormRow input[type=url]:focus,
      .mktoForm .mktoFormRow input[type=email]:focus,
      .mktoForm .mktoFormRow input[type=tel]:focus,
      .mktoForm .mktoFormRow input[type=number]:focus,
      .mktoForm .mktoFormRow input[type=date]:focus,
      .mktoForm .mktoFormRow select.mktoField:focus,
      .mktoForm .mktoFormRow textarea.mktoField:focus {
        border: 1px solid #0086ed !important;
        box-shadow: 0 0 6px rgba(0, 134, 237, 0.35) !important;
        outline: 0; }
  .mktoForm textarea.mktoField {
    height: 80px; }
  .mktoForm .mktoButtonWrap {
    margin-top: 20px;
    display: block;
    margin-left: 0 !important; }
  .mktoForm .mktoButton {
    width: auto;
    height: 40px;
    background-color: #FA5235;
    padding-left: 20px;
    padding-right: 20px; }
  .mktoForm .mktoFormRow,
  .mktoForm .mktoButtonRow {
    display: block;
    padding-left: 0; }
  .mktoForm .mktoField {
    font-size: 14px !important;
    color: #454545;
    width: 100% !important;
    padding: 0.4em 22px 0.4em 0.5em; }
  .mktoForm .mktoLabel {
    padding: 0;
    margin: 0;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2em;
    max-width: 100%;
    width: auto !important; }
  .mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: normal; }
  .mktoForm .mktoLogicalField {
    width: 50px !important;
    font-weight: normal; }
    .mktoForm .mktoLogicalField label {
      display: inline-block; }
  .mktoForm .mktoRadioList,
  .mktoForm .mktoCheckboxList {
    padding: 0.3em;
    float: left; }
  .mktoForm .mktoCheckboxList input {
    width: 0 !important;
    height: 0 !important;
    overflow: visible; }
  .mktoForm .mktoAsterix {
    display: none; }
  .mktoForm .mktoRequiredField .mktoAsterix {
    display: inline-block; }
  .mktoForm input:-moz-placeholder {
    color: #a9a9a9; }
  .mktoForm input::-moz-placeholder {
    color: #a9a9a9; }
  .mktoForm input:-ms-input-placeholder {
    color: #a9a9a9; }
  .mktoForm input placeholder {
    color: #a9a9a9; }
  .mktoForm input[type=radio] {
    width: 20px !important; }

#mktoForm_0000 {
  display: none; }

body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  border: none !important;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-shadow: none;
  background-color: #fa492b !important;
  background-image: url(webpack.bundles/[object Object]) !important;
  margin: 0;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 991px) {
    body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
      background: tint(#fa492b, 5%);
      color: #fff; } }

@media (max-width: 767px) {
  .mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm input[type=email],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm select.mktoField,
  .mktoForm textarea.mktoField {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 10px !important;
    height: 40px !important; }
  .mktoForm .mktoField {
    font-size: 18px !important; }
  .mktoForm .mktoLabel,
  .mktoForm .mktoCheckboxList label {
    font-size: 16px;
    font-weight: normal; }
  .mktoForm input[type=checkbox] + label:before,
  .mktoForm input[type=radio] + label:before {
    margin-left: -1.25em;
    line-height: 1em;
    font-size: 24px;
    margin-top: .05em; }
  .mktoForm textarea.mktoField {
    height: 6em !important; }
  .mktoForm .mktoButtonWrap {
    margin-top: 40px; }
  .mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton {
    font-size: 30px;
    line-height: 1;
    padding: 30px; }
  .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    font-size: 18px; }
  .mktoForm .mktoFormCol {
    margin: 0 0 5px !important; } }

p, li, .btn, h1, h2, h3, h4, h5, h6, td, th {
  -moz-osx-font-smoothing: grayscale; }

/* old pricing palette */
/* Branded Product Colors */
/* new with gotham */
/* end colors */
/* BACKGROUND LINEAR GRADIENT ex. @include linear-gradient("to bottom", #00b0c1, #008c99); */
/**
 *  C04 Marquee Carousel
 */
.marquee-carousel {
  height: 515px;
  width: 100%; }
  .marquee-carousel .h1 {
    color: white;
    margin: 0 40px 18px; }
  .marquee-carousel .intro {
    margin-left: 40px;
    margin-right: 40px; }
  @media screen and (max-width: 991px) {
    .marquee-carousel {
      height: 650px; }
      .marquee-carousel .h1 {
        margin: 0 auto 18px; }
      .marquee-carousel .intro {
        margin-left: 0;
        margin-right: 0; } }

.marquee-carousel__slides,
.marquee-carousel__slide {
  height: 100%;
  width: 100%; }

.carousel-background {
  background-attachment: fixed;
  height: 100%;
  width: 100%; }

.marquee-carousel__slide.item {
  position: absolute;
  top: 0; }

.marquee-carousel__slideImg {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .marquee-carousel__slideImg img {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    min-width: 100%;
    width: auto; }

.marquee-carousel__slideText {
  color: white;
  left: 50%;
  padding-left: 75px;
  padding-right: 75px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%); }
  .marquee-carousel__slideText .btn {
    margin: 0 10px; }
  @media screen and (max-width: 767px) {
    .marquee-carousel__slideText {
      padding-left: 15px;
      padding-right: 15px;
      width: 100%;
      top: calc(50% - 15px); }
      .marquee-carousel__slideText .intro {
        margin-bottom: 18px; }
      .marquee-carousel__slideText br {
        content: ' '; }
        .marquee-carousel__slideText br:after {
          content: ' '; } }

.animation--slideFade .marquee-carousel__slideText {
  left: 55%;
  opacity: 0; }

.animation--slideFade.active .marquee-carousel__slideText {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: textIn;
  animation-timing-function: ease; }

@keyframes textIn {
  0% {
    left: 55%;
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    left: 50%;
    opacity: 1; } }

.marquee-carousel__slideLogo {
  max-height: 35px;
  margin-bottom: 20px;
  max-width: 35px; }

.marquee-carousel__videoCta {
  color: white;
  cursor: pointer; }
  .marquee-carousel__videoCta:link, .marquee-carousel__videoCta:visited, .marquee-carousel__videoCta:hover, .marquee-carousel__videoCta:active, .marquee-carousel__videoCta:focus {
    color: white;
    text-decoration: none; }

.marquee-carousel__nav {
  position: relative; }
  .marquee-carousel__nav .carousel-control {
    background-image: none !important;
    cursor: pointer;
    height: 60px;
    padding: 0;
    position: absolute;
    top: -290px;
    z-index: 500;
    width: 30px;
    bottom: auto; }
    @media screen and (max-width: 768px) {
      .marquee-carousel__nav .carousel-control {
        display: none; } }
    .marquee-carousel__nav .carousel-control:hover, .marquee-carousel__nav .carousel-control:active, .marquee-carousel__nav .carousel-control:focus {
      background-color: transparent;
      outline: none; }
      .marquee-carousel__nav .carousel-control:hover:after, .marquee-carousel__nav .carousel-control:hover:before, .marquee-carousel__nav .carousel-control:active:after, .marquee-carousel__nav .carousel-control:active:before, .marquee-carousel__nav .carousel-control:focus:after, .marquee-carousel__nav .carousel-control:focus:before {
        background-color: #999999; }
    .marquee-carousel__nav .carousel-control:after, .marquee-carousel__nav .carousel-control:before {
      background-color: white;
      border-radius: 3px;
      content: "";
      display: block;
      height: 3px;
      position: relative;
      width: 40px; }
    .marquee-carousel__nav .carousel-control:after {
      transform: rotate(45deg); }
    .marquee-carousel__nav .carousel-control:before {
      transform: rotate(-45deg); }
  .marquee-carousel__nav .left {
    left: 0; }
    .marquee-carousel__nav .left:after {
      transform-origin: top left;
      bottom: -40%; }
    .marquee-carousel__nav .left:before {
      transform-origin: bottom left;
      top: 46%; }
  .marquee-carousel__nav .right {
    right: 0; }
    .marquee-carousel__nav .right:after {
      bottom: -43%;
      left: -40%;
      transform-origin: top right; }
    .marquee-carousel__nav .right:before {
      left: -40%;
      transform-origin: bottom right;
      top: 44%; }
  .marquee-carousel__nav .carousel-indicators li {
    background-color: transparent;
    border: 1px solid white;
    height: 12px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    margin: 0 5px;
    width: 12px; }
    .marquee-carousel__nav .carousel-indicators li:hover, .marquee-carousel__nav .carousel-indicators li:active, .marquee-carousel__nav .carousel-indicators li:focus {
      background-color: transparent;
      outline: none; }
    .marquee-carousel__nav .carousel-indicators li.active {
      background-color: white; }

.c05-update-banner {
  max-height: 60px; }
  .c05-update-banner a {
    display: block;
    background-color: #008c99;
    height: 60px;
    line-height: 60px;
    color: white;
    font-size: 17px; }
    .c05-update-banner a:hover, .c05-update-banner a:focus {
      color: white; }
    .c05-update-banner a.blue {
      background-color: #296c96; }
    .c05-update-banner a.purple {
      background-color: #7a5aa6; }
  .c05-update-banner span {
    padding: 0 8px; }
  .c05-update-banner img {
    margin: -3px 8px 0 0;
    vertical-align: middle;
    height: 24px; }
  .c05-update-banner svg {
    height: 23px;
    width: 23px;
    display: inline-block;
    position: relative;
    top: 5px;
    fill: #fff; }

.c06-platform-modules .section {
  background-color: #008c99; }
  .c06-platform-modules .section.blue {
    background-color: #296c96; }
    .c06-platform-modules .section.blue .cell {
      border-color: #3489be; }
  .c06-platform-modules .section.purple {
    background-color: #7a5aa6; }
    .c06-platform-modules .section.purple .cell {
      border-color: #957bb8; }

.c06-platform-modules header {
  padding-bottom: 40px; }

.c06-platform-modules .cell {
  min-height: 320px;
  margin-bottom: 30px;
  padding: 0 30px; }
  .c06-platform-modules .cell.border {
    border-left: 1px solid #00bbcc;
    border-right: 1px solid #00bbcc;
    border-top: none;
    border-bottom: none; }
    @media (max-width: 991px) {
      .c06-platform-modules .cell.border {
        border-top: 1px solid #00bbcc;
        border-bottom: 1px solid #00bbcc;
        border-left: none;
        border-right: none; } }
  .c06-platform-modules .cell img {
    height: 63px; }
  @media (max-width: 991px) {
    .c06-platform-modules .cell {
      min-height: 0;
      padding: 20px 15px 0; } }

.c06-platform-modules h3 {
  margin: 20px auto 10px;
  min-height: 3em; }

.c06-platform-modules p {
  margin-bottom: 30px; }

.c07-product-modules h3 {
  margin-bottom: 40px; }

.c07-product-modules .img-wrap {
  border-top-width: 3px;
  border-top-style: solid;
  padding-top: 20px; }

.c07-product-modules .apm {
  border-top-color: #348899; }

.c07-product-modules .insights {
  border-top-color: #f2bc56; }

.c07-product-modules .plugins {
  border-top-color: #8cc641; }

.c07-product-modules .infrastructure {
  border-top-color: #226582; }

.c07-product-modules .mobile {
  border-top-color: #00b6d8; }

.c07-product-modules .browser {
  border-top-color: #f28f20; }

.c07-product-modules .synthetics {
  border-top-color: #74569f; }

.c07-product-modules .alerts {
  border-top-color: #b384bd; }

.c07-product-modules .cell img, .c07-product-modules .cell svg {
  display: block;
  margin-bottom: 20px;
  height: 40px; }

.c07-product-modules .below .cell {
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    .c07-product-modules .below .cell {
      display: block; } }
  .c07-product-modules .below .cell div:first-child {
    order: 2; }
  .c07-product-modules .below .cell .img-wrap {
    margin-top: 40px; }
  .c07-product-modules .below .cell .text-wrap {
    height: 210px; }
    @media (max-width: 991px) {
      .c07-product-modules .below .cell .text-wrap {
        height: auto; } }

@media (min-width: 992px) {
  .c07-product-modules .cell {
    margin-bottom: 40px; } }

.c08-customer-logo-grid #logos {
  background-color: #f2f2f2;
  white-space: nowrap; }
  .c08-customer-logo-grid #logos .valign-outer {
    display: table; }
    .c08-customer-logo-grid #logos .valign-outer .valign-inner {
      display: table-cell;
      height: 100px;
      vertical-align: middle; }
  .c08-customer-logo-grid #logos .lg {
    color: #0AB0BF;
    margin: 0;
    line-height: 1.2;
    font-size: 54px;
    font-weight: 600; }
    .c08-customer-logo-grid #logos .lg span {
      display: block;
      font-size: 16px; }
  .c08-customer-logo-grid #logos img {
    max-height: 100px; }

.c09-product-cta {
  padding: 75px 0 0 0; }
  .c09-product-cta .valign-outer {
    height: auto;
    padding: 40px 15px; }
  .c09-product-cta img {
    width: 100%; }
  .c09-product-cta .btn {
    margin-bottom: 20px; }

@media (min-width: 992px) {
  .c09-product-cta {
    padding: 75px 0 30px 0; }
    .c09-product-cta .valign-outer {
      height: 460px; }
    .c09-product-cta img {
      width: initial;
      height: 100%; }
      .c09-product-cta img.image-left {
        float: right; }
    .c09-product-cta .btn {
      margin-bottom: 0; } }

@media (max-width: 991px) {
  .c10-basic-banner .btn {
    margin-bottom: 20px;
    vertical-align: top; }
    .c10-basic-banner .btn:last-child {
      margin-bottom: 0; } }

.c11-flexible-banner .super-head {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: white; }

.c11-flexible-banner .btn {
  margin: 15px;
  margin-top: 0; }

.c11-flexible-banner .icon {
  display: block;
  margin: 0 auto 30px; }

@media (max-width: 991px) {
  .c11-flexible-banner .btn {
    margin-top: 15px; } }

.c13-form .bg-dark .mktoForm label,
.c13-form .bg-dark .mktoForm p {
  color: white !important; }

.c13-form .btn {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .c13-form .btn {
    margin-bottom: 0; } }

.c17-text-image-modules {
  text-align: center; }
  .c17-text-image-modules header {
    padding-bottom: 40px; }
  .c17-text-image-modules .mod2 .module {
    width: 49.5%; }
  .c17-text-image-modules .mod3 .module {
    width: 33%; }
  .c17-text-image-modules .mod4 .module {
    width: 24.5%; }
  .c17-text-image-modules .mod5row1 .module {
    width: 19%; }
  .c17-text-image-modules .mod5row2 .module {
    width: 33%;
    min-height: 200px; }
  .c17-text-image-modules .mod6 .module {
    width: 33%;
    min-height: 200px; }
  .c17-text-image-modules .module {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0 15px 30px; }
    .c17-text-image-modules .module img {
      display: inline-block;
      margin-bottom: 20px;
      height: 30px; }
  .c17-text-image-modules .footer-cta {
    padding-top: 40px; }
  @media (max-width: 991px) {
    .c17-text-image-modules .module {
      width: 100% !important;
      text-align: left; } }

/* ========================================
Resource Tiles
======================================== */
.resource-tile {
  margin-bottom: 38px; }
  .resource-tile .resource-card {
    background: white;
    overflow: hidden;
    border: solid 1px #e8e8e8;
    border-radius: 6px;
    font-size: 14px;
    transition: all .25s;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15); }
    .resource-tile .resource-card:hover {
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }
    .resource-tile .resource-card a {
      text-decoration: none; }
    .resource-tile .resource-card .resource-cover {
      background-color: white;
      height: 145px;
      border-bottom: solid 1px #e8e8e8;
      position: relative; }
      .resource-tile .resource-card .resource-cover i.fa.type {
        position: absolute;
        top: 8px;
        right: 7px;
        background: rgba(0, 0, 0, 0.4);
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 3px;
        color: white;
        font-size: 14px; }
      .resource-tile .resource-card .resource-cover .resource-image {
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-size: cover;
        background-position: 50% 50%; }
      .resource-tile .resource-card .resource-cover .btn.btn-video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
        .resource-tile .resource-card .resource-cover .btn.btn-video svg {
          margin-top: 8px;
          filter: invert(100%); }
    .resource-tile .resource-card .resource-meta {
      background-color: white;
      height: 128px;
      padding: 13px 20px 20px 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 1px #e8e8e8;
      border-top: none; }
      .resource-tile .resource-card .resource-meta .type {
        color: #999999;
        text-transform: uppercase;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .resource-tile .resource-card .resource-meta .type p {
          margin-bottom: 4px; }
      .resource-tile .resource-card .resource-meta .description p {
        color: #333333;
        display: block;
        display: -webkit-box;
        height: 69px;
        margin: 0 auto;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
  .resource-tile.horizontal .resource-card {
    height: 120px; }
  .resource-tile.horizontal .resource-cover {
    width: 121px;
    height: 121px;
    float: left;
    border-right: solid 1px rgba(232, 232, 232, 0.1); }
  .resource-tile.horizontal .resource-meta {
    padding-left: 137px; }

/**
 *  C24 Customer Quote Carousel
 */
.c24-customer-quotes .slider-wrapper .slider .cell {
  text-align: center; }
  .c24-customer-quotes .slider-wrapper .slider .cell .quote {
    font-size: 28px;
    margin: 20px auto;
    width: 80%; }
  .c24-customer-quotes .slider-wrapper .slider .cell .credit {
    font-size: 16px;
    color: #9b9b9b;
    text-transform: uppercase; }
  .c24-customer-quotes .slider-wrapper .slider .cell .link {
    margin-top: 60px;
    font-size: 16px; }

.c24-customer-quotes .slider-wrapper #per-slide-template img {
  display: inline-block !important;
  margin: 0 15px 20px;
  opacity: .4;
  filter: grayscale(100%);
  transition: all 1s;
  cursor: pointer;
  max-height: 30px; }
  .c24-customer-quotes .slider-wrapper #per-slide-template img.cycle-pager-active {
    opacity: 1;
    filter: none;
    transition: all 1s; }

/* ========================================
Webinars
======================================== */
#webinars h3 {
  margin: 40px 0 0; }

#webinars .cal-nav {
  margin-bottom: 60px; }
  #webinars .cal-nav a {
    font-size: 28px;
    line-height: 1;
    font-weight: 700; }
    #webinars .cal-nav a.on {
      color: #333;
      cursor: text; }

#webinars .sched {
  float: left;
  width: 100%;
  height: 130px;
  margin-bottom: 20px;
  margin-top: 15px; }
  #webinars .sched .date {
    position: relative;
    border-top: 30px solid #008c99;
    background-color: #eaeaea;
    float: left;
    width: 100px;
    height: 130px;
    text-align: center;
    color: #008c99; }
    #webinars .sched .date .month {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.3;
      text-transform: uppercase; }
    #webinars .sched .date .day {
      font-size: 30px;
      line-height: 1;
      font-weight: 500; }
    #webinars .sched .date .dot-left,
    #webinars .sched .date .dot-right {
      position: absolute;
      top: -19px;
      left: 50%;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: white; }
    #webinars .sched .date .dot-left {
      margin: 0 0 0 -20px; }
    #webinars .sched .date .dot-right {
      margin: 0 0 0 12px; }
  #webinars .sched .meta {
    height: 140px;
    padding-left: 120px; }
    #webinars .sched .meta .title {
      font-size: 16px;
      line-height: 1.3; }
    #webinars .sched .meta .time, #webinars .sched .meta .link {
      font-size: 14px;
      line-height: 1.3;
      color: #666; }

@keyframes screen1 {
  0% {
    left: 0;
    top: 0; }
  30% {
    left: 550px;
    top: 0;
    transform: scale(0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  35% {
    left: 550px;
    top: 0;
    transform: scale(0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  65% {
    transform: scale(0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  85% {
    z-index: 0; }
  100% {
    left: 250px;
    top: 0;
    z-index: 0;
    transform: scale(0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); } }

@keyframes screen2 {
  0% {
    left: 0;
    top: 0; }
  30% {
    left: -550px;
    top: 0;
    transform: scale(0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  35% {
    left: -550px;
    top: 0;
    transform: scale(0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  65% {
    transform: scale(0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  85% {
    z-index: 0; }
  100% {
    left: -250px;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transform: scale(0.9);
    z-index: 0; } }

@keyframes screen1-mobile {
  0% {
    left: 0;
    top: 0; }
  100% {
    left: 300px;
    top: -150px;
    transform: scale(0.6) rotate(45deg);
    opacity: 0; } }

@keyframes screen2-mobile {
  0% {
    left: 0;
    top: 0; }
  100% {
    left: -300px;
    top: -150px;
    transform: scale(0.6) rotate(-45deg);
    opacity: 0; } }

.c26-animated-laptop #laptop-screens .laptop-animation {
  position: relative;
  height: 120px; }
  .c26-animated-laptop #laptop-screens .laptop-animation .abs {
    position: absolute; }
  .c26-animated-laptop #laptop-screens .laptop-animation .laptop-screen {
    left: 0;
    top: 0;
    z-index: 1;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
  .c26-animated-laptop #laptop-screens .laptop-animation .laptop-backdrop {
    left: 50%;
    margin-left: -335px;
    bottom: -80px;
    z-index: 1; }
  .c26-animated-laptop #laptop-screens .laptop-animation .screen-holder {
    position: absolute;
    width: 500px;
    height: 345px;
    left: 50%;
    margin-left: -250px;
    bottom: -35px; }
    .c26-animated-laptop #laptop-screens .laptop-animation .screen-holder .abs {
      width: 100%;
      height: 100%; }
  .c26-animated-laptop #laptop-screens .laptop-animation.laptop-anim .laptop-screen1 {
    animation-name: screen1;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0, 0, 0.29, 0.98); }
  .c26-animated-laptop #laptop-screens .laptop-animation.laptop-anim .laptop-screen2 {
    animation-name: screen2;
    animation-duration: 2s;
    animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0, 0, 0.29, 0.98); }
  @media screen and (max-width: 1199px) {
    .c26-animated-laptop #laptop-screens .laptop-animation {
      height: 175px; } }
  @media screen and (max-width: 767px) {
    .c26-animated-laptop #laptop-screens .laptop-animation {
      height: 100px; }
      .c26-animated-laptop #laptop-screens .laptop-animation .screen-holder {
        width: 275px;
        height: 190px;
        margin-left: -137px;
        bottom: 36px; }
      .c26-animated-laptop #laptop-screens .laptop-animation.laptop-anim .laptop-screen1 {
        animation-name: screen1-mobile;
        animation-duration: 2s; }
      .c26-animated-laptop #laptop-screens .laptop-animation.laptop-anim .laptop-screen2 {
        animation-name: screen2-mobile;
        animation-duration: 2s;
        animation-delay: 1s; }
      .c26-animated-laptop #laptop-screens .laptop-animation .laptop {
        transform: scale(0.55); } }

.c30-video header {
  margin-bottom: 17px; }

.c30-video .name {
  margin-bottom: 30px; }
  .c30-video .name .time {
    color: #008c99; }

.c32-image-form .valign-outer {
  height: auto;
  padding: 40px 15px; }

.c32-image-form img {
  width: 100%; }

.c32-image-form .btn {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .c32-image-form .valign-outer {
    height: 460px; }
  .c32-image-form img {
    width: initial;
    height: 100%; }
  .c32-image-form .image-left img {
    float: right; }
  .c32-image-form .btn {
    margin-bottom: 0; } }

.c33-pillar-details {
  text-align: left; }
  .c33-pillar-details .section {
    padding-top: 65px;
    padding-bottom: 65px; }
  .c33-pillar-details .mod2 {
    padding: 0 8.33% 0 8.33%; }
    .c33-pillar-details .mod2 .module {
      width: 49.5%; }
  .c33-pillar-details .mod3 .module {
    width: 33%; }
  .c33-pillar-details .mod4 .module {
    width: 24.5%; }
  .c33-pillar-details .mod5row1 .module {
    width: 19%; }
  .c33-pillar-details .mod5row2 .module {
    width: 33%;
    min-height: 200px; }
  .c33-pillar-details .mod6 .module {
    width: 33%;
    min-height: 200px; }
  .c33-pillar-details .module {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 15px; }
    .c33-pillar-details .module img {
      display: inline-block;
      margin-bottom: 20px;
      height: 160px;
      max-width: 100%; }
  @media (max-width: 991px) {
    .c33-pillar-details .module {
      width: 100% !important;
      text-align: left; }
      .c33-pillar-details .module img {
        height: auto; } }

/**
 *  C24 Customer Quote Carousel
 */
.p04-product-benefits .slider .cell {
  text-align: left; }
  .p04-product-benefits .slider .cell .header {
    font-size: 28px;
    margin-top: -10px;
    margin-bottom: 10px; }
  .p04-product-benefits .slider .cell .link {
    margin-top: 40px;
    font-size: 16px; }

.p04-product-benefits .slider .image {
  text-align: center; }
  .p04-product-benefits .slider .image img {
    display: block;
    margin: 0 auto; }

.p04-product-benefits #per-benefit-template span {
  display: inline-block !important;
  margin: 0 15px 40px;
  padding-bottom: 30px;
  transition: all .5s;
  cursor: pointer;
  max-height: 30px;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 3px solid transparent; }
  .p04-product-benefits #per-benefit-template span.cycle-pager-active {
    transition: all .5s;
    color: #0ab0bf;
    border-bottom-color: #0ab0bf; }

.p06-product-combinations .slider-wrapper .slider .cell .header {
  font-size: 28px; }

.p06-product-combinations .slider-wrapper .slider .cell .image {
  padding-top: 40px;
  height: 300px; }
  .p06-product-combinations .slider-wrapper .slider .cell .image img {
    max-height: 300px; }

.p06-product-combinations .slider-wrapper #per-combo-template span {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 20px 40px 0;
  padding-bottom: 30px;
  transition: all .5s;
  height: 60px;
  cursor: pointer;
  border-bottom: 3px solid transparent; }
  .p06-product-combinations .slider-wrapper #per-combo-template span img {
    height: 30px; }
  .p06-product-combinations .slider-wrapper #per-combo-template span.cycle-pager-active {
    border-bottom-color: #0ab0bf; }

.p06-product-combinations .slider-wrapper #per-combo-template.white .nav {
  filter: brightness(0) invert(1); }

.p06-product-combinations .slider-wrapper #per-combo-template.black .nav {
  filter: brightness(0); }

.p11-feature-pillars header {
  padding-bottom: 40px; }

.p11-feature-pillars h3 {
  margin-bottom: 40px; }

.p11-feature-pillars .img-wrap {
  padding-bottom: 20px; }

.p11-feature-pillars .cell img, .p11-feature-pillars .cell svg {
  display: block;
  height: 65px;
  max-width: 100%; }

.p11-feature-pillars .bg-gray .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch; }
  .p11-feature-pillars .bg-gray .row .col-md-4 {
    flex: 0 1 30%;
    align-self: stretch;
    padding: 20px;
    background-color: white;
    width: auto;
    float: none; }

@media (max-width: 991px) {
  .p11-feature-pillars .cell {
    margin-bottom: 40px; }
  .p11-feature-pillars .bg-gray .row {
    display: block;
    margin-left: 0;
    margin-right: 0; }
    .p11-feature-pillars .bg-gray .row .col-md-4 {
      flex: none;
      padding: 20px 20px 0;
      width: 100%;
      float: left;
      margin-bottom: 20px; } }

.p12-text-image-header {
  background-size: cover;
  background-position: 50% 50%; }
  .p12-text-image-header .col-img img {
    display: block;
    max-height: 100%; }
  .p12-text-image-header .col-md-pull-7 img {
    float: right; }
  .p12-text-image-header .logo {
    margin-bottom: 30px; }
    .p12-text-image-header .logo img, .p12-text-image-header .logo svg {
      display: inline-block;
      vertical-align: bottom;
      width: auto !important;
      height: 30px; }
  .p12-text-image-header .ctas span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
    @media (max-width: 991px) {
      .p12-text-image-header .ctas span {
        margin-bottom: 20px;
        vertical-align: top; }
        .p12-text-image-header .ctas span:last-child {
          margin-bottom: 0; } }

.p10-product-feature-detail .details {
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden; }
  .p10-product-feature-detail .details .row {
    position: relative; }
    .p10-product-feature-detail .details .row .copy {
      padding-top: 80px;
      padding-bottom: 80px; }
      .p10-product-feature-detail .details .row .copy .superhead {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1; }
        .p10-product-feature-detail .details .row .copy .superhead img {
          max-height: 20px; }
    .p10-product-feature-detail .details .row .side-img {
      position: absolute; }
      .p10-product-feature-detail .details .row .side-img img {
        display: block;
        margin: 0 auto;
        max-width: 90%; }
      .p10-product-feature-detail .details .row .side-img.img-left {
        left: -15px; }
      .p10-product-feature-detail .details .row .side-img.img-right {
        right: -15px; }

/**
 *  Site Header
 */
@media screen and (max-width: 768px) {
  .site-header {
    position: relative; }
  .site-title {
    display: inline-block; } }

/**
 *  Site Main Navigation
 */
.site-nav {
  font-size: 16px; }

.site-nav__list,
.site-nav__dropdown {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.site-nav__listItemLink {
  display: block; }

.site-nav__dropdownToggle {
  display: none; }

.site-nav__dropdown {
  min-width: 100%;
  width: auto; }

.site-nav__dropdownItem,
.site-nav__dropdownItemLink {
  display: block; }

@media screen and (max-width: 768px) {
  .site-nav {
    float: right; }
  .site-nav__toggle {
    height: 35px;
    position: relative;
    width: 30px; }
    .site-nav__toggle:focus {
      outline: none; }
  .site-nav__toggleBar {
    background-color: #cacaca;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition: background-color 0.3s 0;
    width: 100%; }
    .site-nav__toggleBar:after, .site-nav__toggleBar:before {
      background-color: #cacaca;
      content: "";
      display: block;
      left: 0;
      height: 4px;
      position: absolute;
      transform: rotate(0);
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0, 0.3s;
      width: 100%; }
    .site-nav__toggleBar:after {
      bottom: -10px;
      transition-property: bottom, transform; }
    .site-nav__toggleBar:before {
      top: -10px;
      transition-property: top, transform; }
  .nav--open .site-nav__toggleBar {
    background-color: transparent; }
    .nav--open .site-nav__toggleBar:after {
      bottom: 0;
      transform: rotate(-45deg); }
    .nav--open .site-nav__toggleBar:before {
      top: 0;
      transform: rotate(45deg); }
  .site-nav__list {
    background-color: #fff;
    box-shadow: 0px 7px 10px -2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100vw; }
    .site-nav__list.nav--open {
      display: block; }
  .site-nav__listItem {
    position: relative; }
  .site-nav__listItemLink {
    font-weight: bold;
    padding: 5px 10px;
    position: relative; }
  .site-nav__dropdownToggle {
    font-size: 11px;
    height: 60px;
    line-height: 38px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -12px;
    transform: scaleY(0.5);
    width: 30px; }
    .site-nav__dropdownToggle:focus {
      outline: none; }
    .site-nav__dropdownToggle.nav--open {
      transform: scaleY(0.5) rotate(180deg); }
  .nav--hasChildren .site-nav__dropdownToggle {
    display: block; }
  .site-nav__dropdown {
    display: none; }
    .site-nav__dropdown.nav--open {
      display: block; }
  .site-nav__dropdownItemLink {
    padding: 5px 25px; } }

@media screen and (min-width: 769px) {
  .site-nav__toggle {
    display: none; }
  .site-nav__listItem {
    border-left: 1px solid #cacaca;
    display: inline-block;
    position: relative; }
    .site-nav__listItem:hover .site-nav__dropdown {
      height: auto;
      opacity: 1; }
    .site-nav__listItem:first-child {
      border-left: 0; }
  .site-nav__listItemLink {
    padding: 5px 20px;
    white-space: nowrap; }
  .site-nav__dropdown {
    background-color: #fff;
    box-shadow: 0px 7px 10px -2px rgba(0, 0, 0, 0.2);
    left: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 0.5rem;
    position: absolute;
    top: 100%;
    transition: opacity 0.3s ease-in-out; }
  .site-nav__dropdownItemLink {
    padding: 0.5rem 2rem;
    white-space: nowrap; }
    .site-nav__dropdownItemLink:hover, .site-nav__dropdownItemLink:active {
      background-color: #eee; } }

nav .user-icon svg {
  height: 15px;
  fill: #666;
  position: relative;
  top: 3px;
  margin: 0 -3px;
  width: 14px; }

/* logo right-clicker */
#grablogo {
  position: absolute;
  width: 300px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 10010;
  display: none; }

/* For Mobile */
#gototop {
  display: none;
  position: fixed;
  width: 41px;
  height: 41px;
  bottom: 15px;
  right: 15px;
  z-index: 10080; }

.u03c-product-link a .title {
  display: block; }
  .u03c-product-link a .title img {
    display: inline-block;
    height: 26px;
    width: auto; }

.u05-footer .social-icons svg {
  fill: #999;
  height: 34px;
  width: 34px;
  display: inline-block;
  transition: fill .3s; }
  .u05-footer .social-icons svg:hover {
    fill: #666; }

.tp02-text-and-image-billboard img {
  max-width: 100%; }

.tp04-arrow-banner {
  position: relative; }
  .tp04-arrow-banner .section {
    padding-bottom: 100px;
    background-color: #008c99;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .tp04-arrow-banner .section.blue {
      background-color: #296c96; }
    .tp04-arrow-banner .section.purple {
      background-color: #7a5aa6; }
  .tp04-arrow-banner .section:before {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    border-bottom: 20px solid white;
    border-right: 20px solid transparent;
    display: block;
    content: " "; }
  .tp04-arrow-banner .section:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    right: 0;
    border-bottom: 20px solid white;
    border-left: 20px solid transparent;
    display: block;
    content: " "; }

.tp05-icon-info-modules #features .desc {
  background-color: #ceeff2;
  font-style: italic;
  padding: 20px;
  margin-bottom: 40px; }

.tp05-icon-info-modules #features .grid {
  position: relative; }
  .tp05-icon-info-modules #features .grid img {
    max-height: 54px; }
  .tp05-icon-info-modules #features .grid > div {
    width: 100%;
    float: left;
    padding: 0 15px 15px; }
    @media (min-width: 768px) {
      .tp05-icon-info-modules #features .grid > div {
        width: 50%; } }

.tp07-paragraph-quote .section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.tp07-paragraph-quote .border-left {
  padding-left: 30px;
  border-left: 5px solid #f7f7f7; }

.tp07-paragraph-quote .border-right {
  padding-right: 30px;
  border-right: 5px solid #f7f7f7; }

.tp07-paragraph-quote .image img {
  max-height: 40px; }

.tp07-paragraph-quote .quote-title {
  font-size: 14px; }

@media (max-width: 991px) {
  .tp07-paragraph-quote .border-left {
    padding-left: 15px;
    border-left: none;
    padding-top: 30px; }
  .tp07-paragraph-quote .border-right {
    padding-right: 15px;
    border-right: none;
    padding-bottom: 30px; } }

.tp08-three-pillars header {
  padding-bottom: 60px; }

.tp08-three-pillars h3 {
  margin-bottom: 40px; }

.tp08-three-pillars .img-wrap {
  padding-top: 20px; }

.tp08-three-pillars .cell img, .tp08-three-pillars .cell svg {
  display: block;
  margin: 0 auto 60px;
  height: 85px;
  max-width: 100%; }

@media (max-width: 991px) {
  .tp08-three-pillars .cell {
    padding-bottom: 60px; }
    .tp08-three-pillars .cell.last {
      padding-bottom: 0; } }

.tp08-three-pillars .below .row {
  display: flex;
  align-items: stretch; }
  @media (max-width: 991px) {
    .tp08-three-pillars .below .row {
      display: block; } }
  .tp08-three-pillars .below .row .cell {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-grow: 1;
    flex-direction: column; }
    .tp08-three-pillars .below .row .cell img, .tp08-three-pillars .below .row .cell svg {
      margin: 0 auto; }
      @media (max-width: 991px) {
        .tp08-three-pillars .below .row .cell img, .tp08-three-pillars .below .row .cell svg {
          margin: 0 auto 60px; } }
    .tp08-three-pillars .below .row .cell div:first-child {
      order: 2;
      width: 100%;
      align-self: flex-end; }

