h1 {
  font-size: 2.25em; }

.home-title {
  font-size: 3.35em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.5em; }

.container {
  padding: 0 15px; }

h1, h2, h3, h4, h5 {
  color: #777; }

.list-current > a {
  font-weight: bold; }

.glossary-letters {
  background: #fff; }

.glossary-letters a {
  padding: .25em .5em;
  display: inline-block;
  margin: 0 .25em; }

.stuck .glossary-letters {
  position: fixed;
  top: 0; }

.breadcrumb {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25); }

.read-more {
  font-style: italic;
  float: right; }
  .read-more:after {
    content: '>';
    margin-left: .5em; }

.support-articles--item {
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd; }
  .support-articles--item {
    *zoom: 1; }
  .support-articles--item:before, .support-articles--item:after {
    content: "";
    display: table; }
  .support-articles--item:after {
    clear: both; }

.support-articles--item:last-of-type {
  border-bottom: none; }

.support-article--title {
  margin-top: 0; }

.support-article--actions {
  margin: 20px 0 0;
  padding: 20px 0;
  border-top: solid 1px #ddd; }

.support-article img {
  border: solid 1px #ddd;
  padding: 5px; }

#wrapper {
  width: auto;
  max-width: 1020px; }

.page-header {
  margin-top: 0; }

.page-header .subHeading {
  display: block;
  font-size: 60%;
  margin: 0; }

#header, #header * {
  box-sizing: content-box; }

#dropDownTitle,
#topNav,
#mainNav {
  margin: 1em 0; }

.row {
  margin: 0 -15px; }

a {
  max-width: none; }

span.twitter-typeahead .tt-dropdown-menu, span.twitter-typeahead .tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 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; }

span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .tt-suggestion:focus, span.twitter-typeahead .tt-suggestion:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #429088; }

.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

span.twitter-typeahead {
  width: 100%; }

.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px; }

.input-group span.twitter-typeahead .tt-dropdown-menu, .input-group span.twitter-typeahead .tt-menu {
  top: 32px !important; }

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0; }

.input-group span.twitter-typeahead:first-child .form-control {
  border-radius: 4px 0 0 4px; }

.input-group span.twitter-typeahead:last-child .form-control {
  border-radius: 0 4px 4px 0; }

.input-group.input-group-sm span.twitter-typeahead {
  height: 30px; }

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu, .input-group.input-group-sm span.twitter-typeahead .tt-menu {
  top: 30px !important; }

.input-group.input-group-lg span.twitter-typeahead {
  height: 46px; }

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu, .input-group.input-group-lg span.twitter-typeahead .tt-menu {
  top: 46px !important; }

th.sort-header::-moz-selection {
  background: 0 0; }

th.sort-header::selection {
  background: 0 0; }

th.sort-header {
  cursor: pointer; }

table th.sort-header:after {
  content: '';
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #404040 transparent;
  visibility: hidden; }

table th.sort-header:hover:after {
  visibility: visible; }

table th.sort-down:after, table th.sort-down:hover:after, table th.sort-up:after {
  visibility: visible;
  opacity: .4; }

table th.sort-up:after {
  border-bottom: none;
  border-width: 4px 4px 0; }

.list-current > a {
  font-weight: bold; }

.category-list li ul {
  display: none;
  margin: 0 0 0 .5em;
  padding: 0;
  list-style: none; }
  .category-list li ul li {
    position: relative;
    padding-left: .25em; }
    .category-list li ul li:before {
      content: '>';
      position: absolute;
      left: -.5em; }

.category-list .list-current ul {
  display: block; }

.device {
  font-size: 110%;
  padding: 10px;
  text-align: center;
  display: block;
  color: gray; }
  .device img {
    display: block;
    margin: 0 auto; }

.device--legacy {
  border: solid 1px #eee;
  margin: 0 -10px; }

.device img {
  max-width: 100%; }

.device h3 {
  margin-top: 0; }

.mb {
  margin: 0 2em 30px 2em;
  border-bottom: 1px dotted #ddd; }

.mb:last-of-type {
  border-bottom: none; }

.mb--legacy {
  margin: 0 -5px 15px; }

a.collapsible-panel-heading {
  display: block;
  text-decoration: none;
  border-bottom: 0; }
  a.collapsible-panel-heading:hover {
    text-decoration: none; }

@media (min-width: 768px) {
  .eq-height {
    display: flex; }
    .eq-height .col-sm-8,
    .eq-height .col-sm-4 {
      display: flex; }
    .eq-height .panel {
      flex-grow: 1;
      flex-direction: column; }
    .eq-height .panel-body {
      flex: 1; } }
.support-video {
  position: relative;
  padding-bottom: 75%;
  margin-bottom: 20px; }
  .support-video .video-js {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .support-video video {
    width: 100%; }

.video-js .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -22.5px; }

.download-icon,
.download-details {
  display: inline-block;
  vertical-align: top; }

.download-icon {
  width: 50px;
  margin-right: 1em; }
  .download-icon svg {
    width: 100%;
    height: 50px;
    display: block;
    fill: #429088; }

/*# sourceMappingURL=support.min.css.map */
