/* ====================================================
   Base styles
   ==================================================== */
*,
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background-color: #ffffff;
}
body {
  color: #555555;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 50px;
}
footer #social a {
  color: #fff  !important;
  font-size: 14px  !important;
  background: url('/hc/theme_assets/109804/200028604/footer-sprite.png') 0px 0px no-repeat !important;
}
footer #social a.facebook {
  background-position: -5px -3px !important;
  padding-left: 18px  !important;
}
footer #social a.twitter {
  background-position: 0px -84px !important;
  padding-left: 25px  !important;
}
#main-content span.wysiwyg-font-size-small {
  font-size: 13px !important;
}
#main-content span.wysiwyg-font-size-medium {
  font-size: 16px !important;
  color: #444444 !important;
}
#main-content span.wysiwyg-font-size-medium strong {
  font-size: 17px;
  font-weight: bold;
  color: #333;
}
#main-content span.wysiwyg-font-size-large {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.search-result-meta {
  display: none;
}
.search-result-description {
  padding-top: 2px !important;
}
.comment-container header.comment-header {
  background: none !important;
  position: relative !important;
  -webkit-transition: none !important;
  transition: none !important;
  width: 100%;
  opacity: 1;
  z-index: 500;
  padding-top: 0px !important;
  height: auto !important;
  top: 0 !important;
}
/*
 * Links
 */
a {
  color: #1a74b0;
  text-decoration: none;
  font-family: inherit;
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
}
/*
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}
img[width],
img[height] {
  max-width: none;
}
figure > img {
  display: block;
}
/*
 * Lists
 */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  font-weight: bold;
}
/*
 * Forms
 */
label {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
input[type=checkbox] + label {
  display: inline-block;
  margin-left: 5px;
}
input,
textarea {
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 10px;
}
textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}
textarea,
input[type=text] {
  width: 100%;
}
input,
textarea,
select {
  color: #555555;
}
input::-ms-clear {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #CCC;
}
:-ms-input-placeholder {
  color: #CCC;
}
::-moz-placeholder {
  color: #CCC;
}
/*
 * Buttons
 */
/*button, [role=button], [type=button], [type=submit] {
  background: transparent;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 -2px #f6f6f6;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.03);
  color: #158EC2;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit] {
  background: #444;
  border-color: transparent;
  box-shadow: inset 0 -2px #222;
  color: #FFF;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
*/
input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}
/*
 * Tables
 */
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
td,
th {
  border-color: #ECECEC;
  border-color: rgba(0, 0, 0, 0.07);
  border-style: solid;
  padding: 12px;
}
th {
  border-width: 1px 0;
  color: #BBB;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}
td {
  border-width: 0 0 1px 0;
}
/* ====================================================
   Helper classes
   ==================================================== */
/*
 * Clearfix: contain floats
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
/*
 * Column size
 */
.main-column {
  float: left;
  width: 620px;
}
.side-column {
  float: right;
  width: 270px;
}
/*
 * Dropdowns
 */
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle:after {
  color: #888;
  content: "\25BE";
  display: inline-block;
  font-family: "entypo";
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
}
/*
 * Visibility
 */
.visibility-internal-icon:before {
  cursor: default;
  content: "\1F512";
  font-family: "entypo";
  margin-right: 5px;
}
.visibility-internal {
  position: relative;
}
.visibility-internal:before,
.visibility-internal:after {
  display: none;
  position: absolute;
}
.visibility-internal:hover:before,
.visibility-internal:hover:after {
  display: block;
}
.visibility-internal:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #FFF;
  content: attr(data-title);
  text-transform: none;
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.visibility-internal:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}
/* ====================================================
   Content frame
   ==================================================== */
main,
.header-inner,
.footer-inner {
  margin: 0 auto;
  padding: 0 ppx;
  /* width: 980px; */
}
main {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sub-nav .search-small {
  display: none !important;
}
.subscribe-menu-container {
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .subscribe-menu-container {
    text-align: right;
  }
}
/* ====================================================
   Header
   ==================================================== */
.header {
  background: #4d4d4d;
  height: 180px;
}
.header-inner {
  position: relative;
  text-align: center;
}
/*
.logo {
  line-height: 180px;
}

.logo img {
  max-height: 100px;
}
*/
.user-nav {
  border-radius: 5px;
  padding: 3px;
}
.user-nav #user-name {
  font-weight: normal;
  color: #666;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .user-nav {
    position: absolute;
    right: 13px;
    top: 10px;
    text-align: left;
  }
}
/* ====================================================
   User nav links
   ==================================================== */
.user-nav > * {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.user-info [role="button"],
.login {
  background: #ffffff;
  color: #444;
  height: auto;
  line-height: 1;
  padding: 4px 10px 4px 4px;
  box-shadow: 0px 0px 0px;
  border: 1px solid #fff;
}
.user-info [role="button"]:hover,
.login:hover {
  color: #666;
  background: #eee;
}
.user-avatar {
  margin-right: 4px;
  max-height: 20px;
}
.user-avatar,
.user-avatar + span {
  display: inline-block;
  vertical-align: middle;
}
.login,
.user-info {
  margin-left: 0px;
}
.submit-a-request {
  /*margin-left: 15px;*/
}
/* ====================================================
   Search
   ==================================================== */
.search-top {
  background: #f8f8f8;
}
.search-unit {
  background: #f8f8f8;
  padding: 25px 40px;
  text-align: center;
}
.search-unit p {
  margin: 13px 0px 0px 0px;
}
.search {
  display: inline-block;
  position: relative;
}
form.search {
  width: 100%;
}
.search:after {
  color: #555;
  content: "\1F50D";
  font-family: "entypo";
  font-size: 30px;
  line-height: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  z-index: 1;
}
.search input {
  border-color: #d9d9d9;
  border-radius: 5px;
  height: 45px;
  font-size: 16px;
  padding: 0 20px;
  width: 100%;
}
.search input[type=submit] {
  display: none;
}
.sub-nav .search {
  display: none;
}
/* ====================================================
   Navigation pages
   ==================================================== */
.category-list a {
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-shadow: inset 0 -3px #e6e6e6;
  box-shadow: inset 0 -3px rgba(0, 0, 0, 0.08);
  color: #111111;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 30px;
}
/* ====================================================
   Community box
   ==================================================== */
.community {
  background: #f8f8f8;
  border-radius: 5px;
  margin-top: 40px;
  padding: 25px 30px;
}
.community h4 {
  color: #111111;
  float: right;
  font-size: 13px;
  margin: 0;
}
.community h4 a {
  font-weight: normal;
  font-size: 11px;
}
.trending-questions {
  margin-bottom: 40px;
}
.trending-questions h2 {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #111111;
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.trending-questions:last-child {
  margin-bottom: 0;
}
.trending-question-list {
  margin-bottom: 15px;
}
.trending-question-list li {
  display: inline-block;
  font-size: 13px;
  padding: 10px 25px 0 0;
  width: 49.5%;
}
.knowledge-page-header {
  border-bottom: 4px solid #000;
  margin-bottom: 20px;
  padding: 0px 0px 20px 0;
}
.knowledge-page-header p {
  color: #a6a6a6;
  font-size: 14px;
  margin: 0;
}
.knowledge-page-header h1 {
  font-size: 30px;
  margin: 0;
}
.section {
  display: inline-block;
  width: 49.5%;
  padding: 0 20px 20px 0;
  vertical-align: top;
}

@media only screen and (max-width:480px) {
  .section { 
    display: block;
  	width: 100%;
  	padding: 20px;
  }
}

.section h3 a {
  color: inherit;
  font-size: 16px;
}
.article-list li {
  font-size: 14px;
  margin-top: 5px;
}
/* ====================================================
   Promoted tooltip
   ==================================================== */
.article-promoted span {
  cursor: default;
  font-family: "entypo";
  margin-right: 5px;
  position: relative;
}
.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}
.article-promoted span:hover:before,
.article-promoted span:hover:after {
  display: block;
}
.article-promoted span:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #FFF;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.article-promoted span:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}
/* ====================================================
   Breadcrumbs
   ==================================================== */
.breadcrumbs li {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 11px;
  /* opacity: 0.5; */
  margin-right: 0px;
	padding-left: 16px;
}

.breadcrumbs li:first-child { padding-left: 0px; }

.breadcrumbs li + li:before {
  position: absolute;
  top: 0px;
  left: 4px;
  color: #999;
  content: ">";
}

/* ====================================================
   Article
   ==================================================== */
.article-column {
  /* width: 720px;*/
}
/*
 * Body
 */
.article-body {
  line-height: 1.5em;
  font-size: 14px;
  word-wrap: break-word;
}
.article-body img {
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
}
.article-body pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.article-body blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #bbb;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px;
}
.article-body ul,
.article-body ol {
  margin: 20px 0 20px 20px;
  list-style-position: outside;
}
.article-body li > ul,
.article-body li > ol {
  margin: 0 0 0 20px;
}
.article-body ul {
  list-style-type: disc;
}
.article-body ol {
  list-style-type: decimal;
}
.article-body li {
  margin-left: 20px;
}
/*
 * Footer
 */
.article-footer {
  border-color: #ECECEC;
  border-color: rgba(0, 0, 0, 0.07);
  border-style: solid;
  border-width: 1px 0;
  margin: 30px 0;
  padding: 20px 0;
}
.article-footer .article-vote {
  float: left;
}
.article-footer .share {
  float: right;
  margin-top: 2px;
}
footer.article-footer {
  color: #666;
  background: #fff;
}
/*
 * Inline votes
 */
.article-vote {
  position: relative;
}
.article-vote-controls {
  display: inline-block;
  margin-left: 20px;
}
.article-vote-count {
  color: #a6a6a6;
  left: 100%;
  margin-left: 25px;
  margin-top: 7px;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
/*
 * Vote icons
 */
.article-vote-up,
.article-vote-down {
  color: inherit;
  font-family: "entypo";
}
.article-vote-up:before {
  content: "\1f44d";
}
.article-vote-down:before {
  content: "\1f44e";
}
.article-footer a,
.article-footer a:before {
  background: #cccccc;
  box-shadow: none;
  border: 0;
  border-radius: 50%;
  color: #FFF;
  height: 30px;
  line-height: 30px;
}
/*
 * Vote icons
 */
.article-vote-up,
.article-vote-down {
  color: inherit;
  font-family: "entypo";
}
.article-vote-up:before {
  content: "\1f44d";
}
.article-vote-down:before {
  content: "\1f44e";
}
.article-comments {
  margin-top: 50px;
}
.article-comments h2 {
  font-size: 14px;
}
/* ====================================================
   Social share links
   ==================================================== */
.share li {
  display: inline-block;
}
.share a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
  margin-bottom: 0px !important;
}
.share a:before {
  display: inline-block;
  color: #FFF;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}
.share a:hover {
  text-decoration: none;
}
.share-twitter:before {
  background: #00ACED;
  content: "\F309";
}
.share-facebook:before {
  background: #3B5998;
  content: "\F30C";
}
.share-linkedin:before {
  background: #4875B4;
  content: "\F318";
}
.share-googleplus:before {
  background: #CD3C2A;
  content: "\F30F";
}
.share-label {
  cursor: pointer;
}
.share-label + .share {
  background: #FFF;
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}
.share-label + .share:before,
.share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}
.share-label + .share:before {
  top: -7px;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #CCC;
  border-left: 7px solid rgba(0, 0, 0, 0);
  margin-left: -6px;
}
.share-label + .share:after {
  top: -6px;
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #FFF;
  border-left: 6px solid rgba(0, 0, 0, 0);
  margin-left: -5px;
}
.share-label[aria-selected="true"] {
  color: #111;
}
.share-label[aria-selected="true"] + .share {
  display: block;
}
.share-label[aria-selected="false"] + .share {
  display: none;
}
/* ====================================================
   Attachments/Screencasts
   ==================================================== */
.attachment-list,
.screencast-list {
  font-size: 11px;
}
.attachment-list span,
.screencast-list span {
  color: #bbb;
}
.comment .attachment-list,
.comment .screencast-list {
  margin-top: 25px;
}
.comment .attachment-list li,
.comment .screencast-list li {
  margin-bottom: 10px;
}
.comment .attachment-list li:before,
.comment .screencast-list li:before {
  background: #f6f6f6;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}
.comment .attachment-list li:before {
  content: "\1F4CE";
}
.comment .screencast-list li:before {
  content: "\1F4BB";
}
/* ====================================================
   Comments - Used in the Article page and Request page
   ==================================================== */
.comment,
.comment-form {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 14px;
  line-height: 1.3;
  min-height: 100px;
  padding: 20px 0;
  position: relative;
}
.comment-container {
  margin-left: 90px;
}
.comment-avatar {
  position: absolute;
  display: inline-block;
}
.comment-avatar img {
  border: 0;
  border-radius: 3px;
  max-width: 70px;
  max-height: 70px;
}
.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZPMN0RB7T7VDH203VP8DVFJ");
  background-image: url("/hc/theming_assets/01HZPMN0WG47PXK30K0DMRG6T3");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -5px;
  right: -3px;
  content: " ";
}
.comment-author {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 15px 0;
}
.comment-published,
.comment-edit,
.comment-delete,
.comment-mark-as-spam {
  float: right;
  font-size: 11px;
  margin-right: 12px;
  margin-left: 12px;
}
.comment-published {
  color: #bbb;
}
.comment-edit:before,
.comment-delete:before,
.comment-mark-as-spam:before {
  color: #CCC;
  content: "\2022";
  font-size: 10px;
  margin-left: -14px;
  pointer-events: none;
  position: absolute;
}
.comment-body {
  line-height: 1.7;
  word-wrap: break-word;
}
.comment-body p:first-child {
  margin-top: 0px;
}
.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}
.comment-attachments {
  border-color: #DDDDDD;
  border-color: rgba(0, 0, 0, 0.13);
  border-style: solid;
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
  padding: 10px;
}
.comment-form {
  padding-top: 30px;
}
.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}
.comment-form-controls input[type=submit] {
  margin-left: 15px;
}
.comment-mark-as-solved {
  float: left;
  margin-top: 5px;
}
.comment-screencasts {
  float: left;
  margin-top: 5px;
  margin-right: 25px;
}
.comment-list + .pagination {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.pending-comments-list {
  list-style: none;
}
.pending-moderation-comment-badge {
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  margin-top: 10px;
  font-size: 12px;
}
/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination {
  line-height: 0;
  padding: 20px 0;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  list-style: none;
}
.pagination li {
  float: left;
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.pagination li + li {
  border-left: none;
}
.pagination a,
.pagination span {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  padding: 5px 12px;
}
.pagination-current {
  background-color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.03);
  color: #AAA;
}
.pagination-first {
  border-radius: 3px 0 0 3px;
}
.pagination-last {
  border-radius: 0 3px 3px 0;
}
/* ====================================================
   My activities
   ==================================================== */
.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li:before {
  display: none;
}
.my-activities-header {
  font-size: 20px;
  font-weight: bold;
  padding: 25px 0;
}
.my-activities-nav {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 55px;
  padding: 25px 0;
}
.my-activities-nav li {
  padding-right: 30px;
}
.my-activities-sub-nav li {
  padding-right: 15px;
}
.my-activities-nav li,
.my-activities-sub-nav li {
  display: inline-block;
  font-weight: bold;
}
.my-activities-nav li a,
.my-activities-sub-nav li a {
  font-weight: normal;
}
.my-activities-nav li + li {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 30px;
}
.my-activities-sub-nav li + li {
  padding-left: 15px;
}
.my-activities-sub-nav {
  padding: 15px 0;
  position: relative;
}
.request-table-toolbar {
  background-color: #FAFAFA;
  padding: 8px;
  text-align: right;
}
.status-selection,
.organization-selection {
  display: inline-block;
}
.status-selection > span,
.organization-selection > span {
  margin-right: 10px;
}
.status-selection button,
.organization-selection button {
  background: #FFF;
  border-radius: 0;
  color: inherit;
  height: 27px;
  line-height: 25px;
  min-width: 85px;
  text-align: left;
}
.status-selection button:after,
.organization-selection button:after {
  color: #adadad;
  float: right;
  margin-left: 15px;
}
.organization-selection button {
  margin-right: 15px;
}
.requests-search {
  border-radius: 15px;
  float: left;
  height: 27px;
  outline: none;
  padding: 5px 15px;
  width: 250px;
}
.my-activities-table a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-requests th:first-child + th + th,
.my-requests td:first-child + td + td {
  display: none;
}
.request-table a {
  max-width: 550px;
}
.following-table a {
  max-width: 390px;
}
.contribution-table a {
  max-width: 250px;
}
.request-table td:nth-child(1) {
  width: 5%;
}
.request-table td:nth-child(2) {
  width: 65%;
}
.request-table td:nth-child(3) {
  width: 15%;
}
.request-table td:nth-child(4) {
  width: 15%;
}
.following-table td:nth-child(1) {
  width: 45%;
}
.following-table td:nth-child(2) {
  width: 15%;
}
.following-table td:nth-child(3) {
  width: 30%;
}
.following-table td:nth-child(4) {
  width: 10%;
}
/* ====================================================
   Requests
   ==================================================== */
.request-follow-up {
  text-align: right;
}
.follow-up-hint {
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-top: 13px;
}
.request-details {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin: 30px 0 30px;
  padding: 15px 20px;
}
.request-details li + li {
  margin-top: 10px;
}
.request-header {
  font-size: 1.7em;
  margin: 1em 0;
}
.request-id {
  color: #bbb;
  display: block;
  font-size: 13px;
}
.request-details {
  font-size: 12px;
}
.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}
.request-details dd {
  margin: 2px 0 0;
}
.request-details dd ul {
  margin: 10px 0;
}
.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
}
.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}
.request-status {
  color: #FFF;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 2px 5px;
  white-space: nowrap;
}
.request-open {
  background: #59BBE0;
}
.request-answered {
  background: #F5CA00;
}
.request-solved {
  background: #828282;
}
/* ====================================================
   Search results
   ==================================================== */
body.community-enabled .search-results-column {
  float: left;
  width: 450px;
}
body.community-enabled .search-results-column ~ .search-results-column {
  margin-left: 40px;
}
.search-results-subheading {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 10px;
  margin-bottom: 0;
}
.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}
.search-result {
  margin: 0;
  padding: 20px 0;
}
.search-result + .search-result {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.search-results-list {
  margin: 0;
}
.search-result-link {
  font-size: 16px;
}
.search-result-description,
.search-result-meta {
  padding-top: 16px;
}
.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
  font-size: 12px;
  color: #bbb;
}
.search-result-meta-time:before,
.search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.search-result-votes {
  background: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}
.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}
.search-results + .pagination {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
/* ====================================================
   Forms
   ==================================================== */
.form {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  overflow: hidden;
  padding: 40px 55px;
}
.form-field + .form-field {
  margin-top: 25px;
}
.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}
.form-field.required > label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}
.form-field textarea,
.form-field input {
  box-shadow: inset 0 1px #E3E3E3;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.11);
}
.form-field p {
  color: #BEBEBE;
  font-size: 11px;
}
.form-field input[type=number],
.form-field input.datepicker {
  width: 150px;
}
.form form + form,
.searchbox {
  margin-top: 25px;
}
.searchbox-suggestions {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
  padding: 10px 20px;
  max-height: 200px;
  overflow: auto;
}
.searchbox-suggestions li {
  padding: 5px 0;
}
[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01HZPMN118E43FKJNNH7JW9X5B") 99% 50% no-repeat;
  background-size: 16px 16px;
}
.form footer {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 40px;
  padding-top: 25px;
  text-align: right;
}
.form footer a {
  color: #CCC;
  cursor: pointer;
  margin-right: 15px;
}
/* ====================================================
   New Request Form
   ==================================================== */
.request-form .form-field label {
  text-transform: uppercase;
}
.request-form .form-field.request_description {
  margin-top: 25px;
}
#content-container .request-form .form-field p {
  font-size: 13px;
  margin-top: 5px;
}
.request-form footer {
  padding-bottom: 0;
  padding-right: 0;
}
.request-form footer a {
  margin: 0;
}
/* ====================================================
   Error pages
   ==================================================== */
.error-page {
  margin: 0 auto;
}
.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}
.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.error-page > a {
  display: block;
  margin-top: 25px;
}
/* ====================================================
   Community
   ==================================================== */
/*
 * Heading
 */
.community-heading {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
html[dir=rtl] .community-heading {
  float: right;
  margin-left: 10px;
}
/*
 * Nav
 */
.community-nav {
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 55px;
  margin-top: 20px;
  padding: 25px 0;
}
.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}
.community-nav li a {
  font-weight: normal;
}
.community-nav li + li {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 30px;
}
.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}
.community-nav li:last-child a {
  color: #158EC2;
}
.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
/*
 * Sub nav
 */
.community-sub-nav {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 0;
  position: relative;
}
.community-sub-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}
.community-sub-nav li a {
  font-weight: normal;
}
.community-sub-nav li + li {
  padding-left: 15px;
}
.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}
/*
 * Topics/questions/answers
 */
.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}
.topic-header,
.question-header {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: table;
  padding-bottom: 10px;
}
.topic-header > *,
.question-header > * {
  display: table-cell;
  vertical-align: middle;
}
.topic-header .topic-meta,
.question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}
.topic-heading,
.question-heading,
.answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}
.topic-heading {
  font-size: 18px;
}
.topic-questions {
  margin-top: 45px;
}
.topic-description {
  word-break: break-word;
}
.question,
.answer {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px 0;
  position: relative;
}
.question-form .nesty-input {
  max-width: none;
}
.question-avatar,
.answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}
.question-avatar-agent:after,
.answer-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZPMN0RB7T7VDH203VP8DVFJ");
  background-image: url("/hc/theming_assets/01HZPMN0WG47PXK30K0DMRG6T3");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}
.question-avatar img,
.answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}
.question-body,
.answer-body,
.answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}
.question-body p,
.answer-body p,
.answer-official-body p {
  margin: 0 0 5px;
}
.question-body .question-meta,
.answer-body .answer-meta,
.answer-official-body .answer-meta {
  float: left;
}
.question .answer {
  border: none;
  padding-bottom: 0;
}
.question-topic-list {
  margin: -20px 0 30px;
}
.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #C5C5C5;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}
.question-title,
.topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}
.question-meta,
.answer-meta,
.topic-meta {
  color: #C5C5C5;
  font-size: 11px;
}
.topic-meta span + span:before,
.question-meta span + span:before,
.answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}
.answer-form {
  margin: 30px 0 0 95px;
}
.answer-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}
.answer-form-controls input[type=submit] {
  margin-left: 15px;
}
.answer-form-controls .pull-left {
  float: left;
}
.answer-official-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  border-bottom: 0px;
}
.answer-list-heading {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 30px;
  padding-bottom: 20px;
}
.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}
.question-share,
.answer-share {
  position: relative;
}
.related-questions-header {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.related-questions-heading {
  margin-top: 3px;
}
.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*
 * Vote
 */
.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}
.vote-sum,
.vote-controls {
  display: inline-block;
  vertical-align: middle;
}
.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}
.vote-controls {
  border-radius: 5px;
}
.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #BBB;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}
.vote-up {
  border-radius: 5px 5px 0 0;
}
.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}
.vote-up:before {
  content: "\E763";
}
.vote-down:before {
  content: "\E760";
}
.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}
.vote-controls a:hover,
.vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}
.vote-controls a:active {
  background: #CCC;
  color: #111;
}
/*
 * Accept
 */
.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}
.answer-accept:hover {
  text-decoration: none;
}
.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}
.answer-accepted .answer-accept,
.answer-accepted .vote-sum {
  color: green;
}
/*
 * Admin controls
 */
.topic-controls,
.question-controls,
.answer-controls {
  float: right;
  font-size: 11px;
}
.topic-edit,
.question-delete,
.question-mark-as-spam,
.answer-delete,
.answer-mark-as-spam {
  margin-left: 25px;
}
.topic-edit:before,
.question-delete:before,
.question-mark-as-spam:before,
.answer-delete:before,
.answer-mark-as-spam:before {
  color: #CCC;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  pointer-events: none;
  position: absolute;
}
/* ====================================================
   Chat
   ==================================================== */
.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom 0.5s ease-in, color 0.5s ease-in;
  -moz-transition: bottom 0.5s ease-in, color 0.5s ease-in;
  -ms-transition: bottom 0.5s ease-in, color 0.5s ease-in;
  -o-transition: bottom 0.5s ease-in, color 0.5s ease-in;
  transition: bottom 0.5s ease-in, color 0.5s ease-in;
}
.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.chat:hover {
  text-decoration: none;
}
.chat-available {
  bottom: 0;
}
.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}
/* ====================================================
   Parsed markdown
   ==================================================== */
.markdown {
  word-wrap: break-word;
}
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5 {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 13px;
  font-size: 13px;
}
.markdown img {
  display: block;
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
  margin-bottom: 10px;
}
.markdown p {
  margin-bottom: 10px;
}
.markdown ul,
.markdown ol {
  list-style-position: inside;
  margin: 0 0 10px 10px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown li > ul,
.markdown li > ol {
  margin: 0 0 0 10px;
}
.markdown pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  margin-bottom: 10px;
}
.markdown blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #bbb;
  font-style: italic;
  padding-left: 10px;
  margin: 0 0 10px 0;
}
.markdown hr {
  margin-bottom: 10px;
  height: 2px;
  background-color: #ECECEC;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a,
button {
  cursor: pointer;
  outline: 0;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1c75bb;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #124b78;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 500px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #1c75bb;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.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;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dl-horizontal dd:after {
  clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dl-horizontal dd:after {
  clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dl-horizontal dd:after {
  clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dl-horizontal dd:after {
  clear: both;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
@media (min-width: 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row .row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1, .col-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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class^="col-"] {
  float: none;
  display: table-column;
}
table td[class^="col-"],
table th[class^="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #4d4d4d;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control.input-large {
  height: 56px;
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.form-control.input-small {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
select.input-large {
  height: 56px;
  line-height: 56px;
}
select.input-small {
  height: 30px;
  line-height: 30px;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  padding-right: 32px;
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  padding-right: 32px;
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  padding-right: 32px;
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.input-group {
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-small {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-large {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.form-inline .form-control,
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .control-label {
  padding-top: 6px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.form-horizontal .form-group .row {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #669933;
  border-color: #669933;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #59862d;
  border-color: #4d7326;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #669933;
  border-color: #669933;
}
.btn-primary {
  color: #ffffff;
  background-color: #1c75bb;
  border-color: #1c75bb;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #1967a5;
  border-color: #15598f;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1c75bb;
  border-color: #1c75bb;
}
.btn-warning {
  color: #ffffff;
  background-color: #e8d031;
  border-color: #e8d031;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #e5cb1a;
  border-color: #cfb717;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #e8d031;
  border-color: #e8d031;
}
.btn-danger {
  color: #ffffff;
  background-color: #e31d1a;
  border-color: #e31d1a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #cc1a17;
  border-color: #b51715;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e31d1a;
  border-color: #e31d1a;
}
.btn-success {
  color: #ffffff;
  background-color: #669933;
  border-color: #669933;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #59862d;
  border-color: #4d7326;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #669933;
  border-color: #669933;
}
.btn-info {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #f2f2f2;
  border-color: #e6e6e6;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-link {
  color: #1c75bb;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #124b78;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #333333;
  text-decoration: none;
}
.btn-large {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.btn-small {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
/* .collapse {
  display: none;
} */
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.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;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #1967a5;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1c75bb), to(#1967a5));
  background-image: -webkit-linear-gradient(top, #1c75bb, 0%, #1967a5, 100%);
  background-image: -moz-linear-gradient(top, #1c75bb 0%, #1967a5 100%);
  background-image: linear-gradient(to bottom, #1c75bb 0%, #1967a5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c75bb', endColorstr='#ff1967a5', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #1967a5;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1c75bb), to(#1967a5));
  background-image: -webkit-linear-gradient(top, #1c75bb, 0%, #1967a5, 100%);
  background-image: -moz-linear-gradient(top, #1c75bb 0%, #1967a5 100%);
  background-image: linear-gradient(to bottom, #1c75bb 0%, #1967a5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c75bb', endColorstr='#ff1967a5', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
  background-color: #ffffff;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 30px 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
  margin-right: -15px;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item .list-group-item-text {
  color: #555555;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #1c75bb;
  border-color: #1c75bb;
}
a.list-group-item.active .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text {
  color: #b0d6f3;
}
.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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-heading {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 500;
}
.panel-footer {
  margin: 15px -15px -15px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel-primary {
  border-color: #1c75bb;
}
.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #1c75bb;
  border-color: #1c75bb;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.list-group-flush {
  margin: 15px -15px -15px;
}
.list-group-flush .list-group-item {
  border-width: 1px 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav > li + .nav-header {
  margin-top: 9px;
}
.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
  color: #ffffff;
  background-color: #1c75bb;
  border-color: #1c75bb;
}
.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav > .pull-right {
  float: right;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #4d4d4d;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #1c75bb;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li > a {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}
.nav-justified > li > a {
  text-align: center;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #1c75bb;
  border-bottom-color: #1c75bb;
}
.nav a:hover .caret {
  border-top-color: #124b78;
  border-bottom-color: #124b78;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #eeeeee;
  border-radius: 4px;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar-nav {
  margin-top: 10px;
  margin-bottom: 15px;
}
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777777;
  line-height: 20px;
  border-radius: 4px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #d5d5d5;
}
.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-nav.pull-right {
  width: 100%;
}
.navbar-static-top {
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #777777;
  text-align: center;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #5e5e5e;
  text-decoration: none;
  background-color: transparent;
}
.navbar-toggle {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 48px;
  height: 32px;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-form {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-form .form-control,
.navbar-form .radio,
.navbar-form .checkbox {
  display: inline-block;
}
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  background-color: #d5d5d5;
  color: #555555;
}
.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-inverse {
  background-color: #222222;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .navbar-brand {
    float: left;
    margin-left: -15px;
    margin-right: 5px;
  }
  .navbar-nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    border-radius: 0;
  }
  .navbar-nav.pull-right {
    float: right;
    width: auto;
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .nav-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}
.navbar-btn {
  margin-top: 6px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #333333;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.btn .caret {
  border-top-color: #ffffff;
}
.dropup .btn .caret {
  border-bottom-color: #ffffff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active {
  z-index: 2;
}
.btn-group .btn + .btn {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-large .caret {
  border-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
}
.btn-group-vertical .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical .btn:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical .btn:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group[data-toggle="buttons"] > .btn > input[type="radio"],
.btn-group[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: 1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #f5f5f5;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #999999;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.pagination-large > li > a,
.pagination-large > li > span {
  padding: 14px 16px;
  font-size: 18px;
}
.pagination-large > li:first-child > a,
.pagination-large > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-large > li:last-child > a,
.pagination-large > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-small > li > a,
.pagination-small > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-small > li:first-child > a,
.pagination-small > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-small > li:last-child > a,
.pagination-small > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-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.fade.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 560px;
    margin-left: -280px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-bg-clip: padding-box;
  -moz-bg-clip: padding;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.alert {
  padding: 10px 35px 10px 15px;
  margin-bottom: 20px;
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert hr {
  border-top-color: #f8e5be;
}
.alert .alert-link {
  font-weight: 500;
  color: #a47e3c;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-block {
  padding-top: 15px;
  padding-bottom: 15px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.thumbnail,
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail {
  display: block;
}
.thumbnail > img,
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #1c75bb;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.label {
  display: inline;
  padding: .25em .6em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999999;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  background-color: #808080;
}
.label-danger {
  background-color: #e31d1a;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #b51715;
}
.label-success {
  background-color: #669933;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #4d7326;
}
.label-warning {
  background-color: #e8d031;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cfb717;
}
.label-info {
  background-color: #ffffff;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #e6e6e6;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1c75bb;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #1c75bb;
  -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;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-color: #1c75bb;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-danger {
  background-color: #e31d1a;
}
.progress-striped .progress-bar-danger {
  background-color: #e31d1a;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-success {
  background-color: #669933;
}
.progress-striped .progress-bar-success {
  background-color: #669933;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #e8d031;
}
.progress-striped .progress-bar-warning {
  background-color: #e8d031;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #ffffff;
}
.progress-striped .progress-bar-info {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-color: rgba(0, 0, 0, 0.0001);
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-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);
  background-color: transparent;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-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);
  background-color: transparent;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .glyphicon,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 120px;
  margin-left: -60px;
  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 #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 50px 60px;
    border-radius: 6px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-sm {
  display: block !important;
}
tr.visible-sm {
  display: table-row !important;
}
th.visible-sm,
td.visible-sm {
  display: table-cell !important;
}
tr.visible-sm {
  display: table-row !important;
}
th.visible-sm,
td.visible-sm {
  display: table-cell !important;
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
.hidden-sm {
  display: none !important;
}
tr.hidden-sm {
  display: none !important;
}
th.hidden-sm,
td.hidden-sm {
  display: none !important;
}
.hidden-sm,
tr.hidden-sm,
th.hidden-sm,
td.hidden-sm {
  display: none !important;
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-sm,
  tr.visible-sm,
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-lg {
    display: none !important;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
  .visible-lg,
  tr.visible-lg,
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-sm,
  tr.visible-sm,
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: none !important;
  }
  tr.visible-md {
    display: none !important;
  }
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
  .visible-md,
  tr.visible-md,
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*------------------------------------------------*/
/* Main SECTION START*/
/*------------------------------------------------*/
body {
  background: #fff;
}
hr {
  border-bottom: 0px !important;
}
.btn,
button,
[role=button],
[type=button],
[type=submit] {
  padding: .5em .75em;
  border-radius: 3px;
  color: #fff;
}
button,
[role=button],
[type=button],
[type=submit] {
  background: #669933;
  border-color: #669933;
  color: #ffffff;
}
button:hover,
[role=button]:hover,
[type=button]:hover,
[type=submit]:hover {
  text-decoration: none;
  color: #ffffff;
  background: #73ac39;
}
input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
  background: #999;
  color: #aaa;
}
input[type=submit][disabled]:hover {
  background: #999;
  color: #aaa;
}
/*.btn { padding: 4px 10px; border-radius: 2px; }*/
/*.btn-large { font-size: 22px; padding: 5px 11px; border-radius: 2px; }*/
.btn-small {
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 2px;
}
/*.btn-default, .btn-default:hover, .btn-default:active { color: #333; }*/
.btn-info {
  background: #999;
  border-color: #909090;
  color: #fff;
}
.btn-info:hover,
.btn-info:active {
  background: #888;
  border-color: #808080;
}
.btn-success-alt {
  background: #1c75bb;
  border-color: #1c75bb;
  color: #fff;
}
.input-group-btn .btn {
  padding: 8px 12px;
}
span.btn:hover {
  cursor: default;
}
span.btn:hover.btn-default,
span.btn:hover.btn-danger {
  background: #e31d1a;
  border-color: #e31d1a;
}
span.btn:hover.btn-info {
  background: #999;
  border-color: #909090;
}
span.btn:hover.btn-primary {
  background: #1c75bb;
  border-color: #1c75bb;
}
span.btn:hover.btn-success {
  background-color: #669933;
  border-color: #669933;
}
.btn-block {
  display: block;
}
.normal-weight {
  font-weight: normal !important;
}
img {
  max-width: 100%;
  height: auto;
}
#Responsive {
  display: none;
}
iframe[name="google_conversion_frame"] {
  display: none;
}
.center {
  text-align: center;
}
.center-desktop {
  text-align: left;
}
.large {
  font-size: 1.25em;
}
.xlarge {
  font-size: 1.5em;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
span[class*='wysiwyg-font-size'] {
  line-height: 1.4em;
}
a {
  color: #1c75bb;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
a:hover {
  color: #124b78;
  text-decoration: underline;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------*/
/* Header SECTION START*/
/*------------------------------------------------*/
header {
  background: #fff;
  position: fixed;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  opacity: 1;
  z-index: 500;
  padding-top: 15px;
  height: 64px;
  top: 0;
  border-top: 4px solid #da291c;
}
header .logo a {
  /*background-image: url("/hc/theming_assets/01HZPMN2DQAYFSQF1XMNTG3B3W");*/
  background-image: url("/hc/theming_assets/01HZPMN2PYQ3WG5F1YATK2RF8Q");
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  text-indent: -9999px;
  /*width: 53px;
  height: 42px;*/
  width: 251px;
  height: 20px;
  float: left;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition: none;
  transition: none;
  margin-top: 12px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header .logo a {
    /*background-image: url("/hc/theming_assets/01HZPMN1ZQR9E9WQBYMES98GGT");*/
    background-image: url("/hc/theming_assets/01HZPMN2J9NWPCK76ESRASBTPY");
    /*background-size: 53px 42px;*/
    background-size: 251px 20px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header .logo a {
    /*background-image: url("/hc/theming_assets/01HZPMN1ZQR9E9WQBYMES98GGT");*/
    background-image: url("/hc/theming_assets/01HZPMN2J9NWPCK76ESRASBTPY");
    /*background-size: 53px 42px;*/
    background-size: 251px 20px;
    background-repeat: no-repeat;
  }
}
header.compressed {
  background: rgba(0, 0, 0, 0.9);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /*easeOutQuad */
}
header.invisible {
  top: -100px;
  opacity: 0;
}
header .nav-toggle {
  background-image: url("/hc/theming_assets/01HZPMN38DKQB39BAX863S74VV");
  background-repeat: no-repeat;
  width: 23px;
  height: 18px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  float: right;
  z-index: 101;
  position: relative;
  outline: none;
  top: 5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header .nav-toggle {
    background-image: url("/hc/theming_assets/01HZPMN2VRQA3BNN32BCXM1REG");
    background-size: 23px 18px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header .nav-toggle {
    background-image: url("/hc/theming_assets/01HZPMN2VRQA3BNN32BCXM1REG");
    background-size: 23px 18px;
    background-repeat: no-repeat;
  }
}
header .nav-toggle:hover {
  cursor: pointer;
}
header .nav-container {
  padding: 0;
}
header nav {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,1);
  /*background: rgba(0, 0, 0, 0.95);*/
  padding-top: 1em;
  padding-bottom: 1em;
  z-index: 100;
  opacity: 0;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
header nav.nav-on {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  display: block;
  width: 85%;
}
header nav ul li a {
  color: #1d1d1d;
  display: block;
  text-decoration: none;
  padding: 1em;
}

header nav ul li a.red-link {
  color: #da291c;
}


header nav ul li a:hover {
  color: #da291c;
  text-decoration: underline;
}
header nav ul li.active a {
  color: #da291c;
}
header nav ul li.user {
  width: 100%;
}
header nav ul li.user #user .btn.with-image.dropdown-toggle {
  width: 100%;
  padding: 1em;
  border-radius: 0;
}
header nav ul li a.login {
  background: #666;
  color: #fff;
  width: 100%;
  /* display: inline-block; */
  text-align: center;
  margin-top: 1em;
  padding: 1em;
  box-shadow: none;
  border: 0 none;
  border-radius: 0;
  display: none;
}
/*------------------------------------------------*/
/* Content SECTION START*/
/*------------------------------------------------*/
#main-container {
  position: relative;
  clear: both;
  top: 90px; */
  /** needs footer margin to compensate **/
  z-index: 200;
}
#content-container {
  background: #fff;
  border-radius: 0;
  padding-bottom: 40px;
}
#content-container h1 {
  /*font-family: "BebasNeueRegular", Arial, sans-serif;*/
  font-size: 44px;
  line-height: 48px;
  color: #333;
}
#content-container h1 span {
  color: #e31d1a;
}
#content-container h2 {
  font-size: 28px;
  color: #333;
}
#content-container h2 strong {
}
#content-container h2 em {
}
#content-container h2 strong em {
}
#content-container h3 {
  font-size: 17px;
  color: #333;
  margin-top: 30px;
}
#content-container h4 {

  font-size: 16px;
  color: #666;
  margin-top: 30px;
}
#content-container p {
  color: #555;
  font-size: 16px;
  line-height: 1.4em;
  /* font-weight: lighter; */
}
#content-container p.lead {
  font-size: 21px;
  font-weight: normal;
}
#content-container p.small,
#content-container p .small,
#content-container .small {
  font-size: 13px !important;
}
#content-container .x-small {
  font-size: .8em;
}
#content-container ul,
#content-container ol {
  margin-left: 30px;
}
#content-container #breadcrumbs {
  color: #666;
  margin-top: -1em;
  margin-bottom: 3em;
  margin-left: 0;
  font-size: 12px;
  display: none;
  letter-spacing: .125em;
}
#content-container #breadcrumbs li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
#content-container #breadcrumbs li::after {
  content: '/';
}
#content-container #breadcrumbs li:last-child::after {
  content: none;
}
#content-container #breadcrumbs li a:link {
  margin-right: 10px;
}
#content-container #breadcrumbs li a:link:hover {
  text-decoration: none;
}
#content-container #breadcrumbs li.home img {
  margin-top: -5px;
}
#content-container .blue-circle {
  display: inline-block;
  color: #fff !important;
  background: #1c75bb;
  border-radius: 100px;
  padding: 0px 12px;
}
#content-container .blue-text {
  color: #1c75bb !important;
}
#content-container .testimonial {
  text-align: center;
}
#content-container .testimonial blockquote {
  border: 0 none;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
#content-container .testimonial blockquote p {
  font-size: 24px;
  line-height: 36px;
  color: #555;
}
#content-container .testimonial blockquote cite {
  font-family: "BebasNeueRegular", Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-top: 15px;
  display: inline-block;
}
#content-container #main-content #side-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  #content-container #main-content #side-content {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #content-container #main-content #side-content {
    float: left;
    width: 25%;
  }
}
#content-container #main-content #side-content #side-nav {
  font-weight: normal;
  margin: 0 0 50px 0px;
  background: #eee;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 80px;
  list-style: none;
}
#content-container #main-content #side-content #side-nav li {
  padding: 10px 20px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
#content-container #main-content #side-content #side-nav li span {
  color: #ffc2c4;
}
#content-container #main-content #side-content #side-nav li:hover {
  background: #fcfcfc;
}
#content-container #main-content #side-content #side-nav li a:link,
#content-container #main-content #side-content #side-nav li a:visited {
  color: #666;
  font-size: 14px;
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#content-container #main-content #side-content #side-nav li a:hover {
  color: #333;
  text-decoration: none;
}
#content-container #main-content #side-content #side-nav li.current {
  background: #e31d1a;
  box-shadow: inset 0px 2px 10px -2px rgba(0, 0, 0, 0.5);
}
#content-container #main-content #side-content #side-nav li.current a:link,
#content-container #main-content #side-content #side-nav li.current a:visited {
  color: #fff;
}
#content-container #main-content #side-content #side-nav li.current a.active {
  font-weight: bold;
}
#content-container #main-content #side-content #side-nav li.current a:hover {
  background: none;
}
#content-container #main-content #side-content #side-nav li.current .child {
  box-shadow: none;
}
#content-container #main-content #side-content #side-nav li ul {
  margin-top: 5px;
  margin-left: 10px;
  list-style: none;
}
#content-container #main-content #side-content #side-nav li ul li {
  padding: 3px 0;
  background: none !important;
}
#content-container #main-content #side-content #side-nav li ul li a:link {
  font-size: 12px;
}
#content-container #main-content #side-content #side-nav li ul li a:link.current {
  box-shadow: none;
}
#content-container #main-content #side-content #side-nav li ul li a:link:hover {
  background: none;
}
#content-container #main-content #content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #content-container #main-content #content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #content-container #main-content #content {
    float: left;
    width: 75%;
  }
}
#content-container #main-content #content .row {
  margin-bottom: 30px;
}
.input-group-addon.success {
  background-color: #d1e6b6;
  color: #5d8827;
}
.input-group-addon.error {
  background-color: #eacac8;
  color: #922c24;
}
/*------------------------------------------------*/
/* Table SECTION START*/
/*------------------------------------------------*/
.table .small {
  font-size: 12px;
  color: #999;
}
@media only screen and (max-width: 480px) {
  .table.table-stacked thead {
    display: none;
  }
  .table.table-stacked tbody > tr {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    background: #fafafa;
  }
  .table.table-stacked tbody > tr > td {
    display: block;
    width: 100%;
    border: none;
  }
}
.table thead > tr > th,
.table tbody > tr > td {
  vertical-align: middle;
}
.table thead > tr > th.hidden-xs,
.table tbody > tr > td.hidden-xs {
  display: none;
}
.table label.choice {
  padding: 0px;
  margin: 0px;
}
.table label.choice span.action {
  margin: 8px 8px 4px 8px;
}
.table.comments-feed-table {
  margin-top: -15px;
  color: #666;
  border-bottom: 1px solid #dddddd;
}
.table.comments-feed-table thead > tr > th,
.table.comments-feed-table tbody > tr > td {
  vertical-align: top;
}
.table.comments-feed-table .comment-preview .comment-author {
  font-size: .8em;
  margin-bottom: .5em;
  display: block;
}
.table.comments-feed-table .comment-preview p {
  font-size: .9em!important;
}
.table.comments-feed-table .comment-preview p:last-child {
  margin-bottom: 0;
}
.table.comments-feed-table .timestamp {
  font-size: .9em;
}
.table-striped-third > tbody > tr:nth-child(3n+1) > td,
.table-striped-third > tbody > tr:nth-child(3n+1) > th {
  background-color: #f9f9f9;
}
/*------------------------------------------------*/
/* Zendesk SECTION START*/
/*------------------------------------------------*/
.category-boxes {
  clear: both;
  margin: 60px auto;
  overflow: hidden;
}
.category-boxes .category-box {
  margin-bottom: 30px;
}
.category-boxes .category-box .inner {
  background-color: #eee;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 50px;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
.category-boxes .category-box .inner:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}
.category-boxes .category-box .inner a {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.category-boxes .category-box .inner a:hover,
.category-boxes .category-box .inner:hover a {
  color: #275573;
  text-decoration: none;
}
.support-team {
  border-top: 1px solid #ccc;
  padding: 40px 0;
  margin-bottom: -40px;
}
.support-team p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.support-team .row {
  margin: 20px 40px;
}
.breadcrumbs {
  margin-left: 0!important;
  margin-bottom: 30px;
}
.search-top {
  margin-bottom: 30px;
  padding: 20px ;
  border: 1px solid #ececec;
  display: inline-block;
  width: 100%;
  clear: both;
}
.search-top p {
  margin-top: 12px;
  margin-bottom: 0px;
  padding: 0px;
}
.article-list {
  list-style: square;
}
a.see-all-articles {
  font-weight: bold;
}
.notification {
  top: 85px;
  position: relative;
}
#content-container {
  /* Zen Overrides */
  /* iOS & Desktop Jumper Sections */
}
#content-container .comment-list {
  margin-left: 0!important;
}
#content-container .request-follow-up {
  font-weight: bold;
}
#content-container .comment-body p,
#content-container .comment-body ul,
#content-container .comment-body ol {
  font-size: 15px;
  line-height: 1.4em;
}
#content-container .search-results-list {
  margin-left: 0;
}
#content-container .search-results-list a.search-result-link {
  font-weight: bold;
  font-size: 18px;
}
#content-container .search-results-list .search-result-meta {
  padding-top: 3px;
  font-size: 13px;
}
#content-container .search-results-list .search-result-description {
  padding-top: 10px;
}
#content-container .dropdown-toggle:after {
  color: #fff;
}
#content-container .pagination {
  display: block;
}
#content-container .article-body img {
  border: 0px !important;
  padding: 0px !important;
}
#content-container .knowledge-page-header {
  border-bottom: 4px solid #333 !important;
}
#content-container .help-jumper {
  color: #999;
  padding: 0px;
  margin-bottom: 20px;
  margin-top: 40px;
}
#content-container .help-jumper em {
  position: relative;
  top: 12px;
}
#content-container .help-jumper a.button {
  display: inline-block;
  font-weight: bold;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #ececec;
}
#content-container .help-jumper a.button:hover {
  text-decoration: none;
  background-color: #ececec;
}
#content-container .help-jumper a.button:active {
  background-color: #dadada;
}
#content-container .help-jumper a.button.ios-button {
  background-image: url("/hc/theming_assets/01HZPMMX8QRWZ3AN3KX9XARQAV");
  background-repeat: no-repeat;
  background-position: 10px 7px;
  padding: 10px 20px 10px 60px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .help-jumper a.button.ios-button {
    background-image: url("//p4.zdassets.com/hc/theme_assets/109804/200028604/icon-ios-small@2x.png");
    background-size: 35px 30px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .help-jumper a.button.ios-button {
    background-image: url("/hc/theming_assets/01HZPMMX4B4BNAK1CQHYKXPAYS");
    background-size: 35px 30px;
    background-repeat: no-repeat;
  }
}
#content-container .help-jumper a.button.desktop-button {
  background-image: url("/hc/theming_assets/01HZPMMXD7BR0RT9ZFHACM42WX");
  background-repeat: no-repeat;
  background-position: 10px 7px;
  padding: 10px 20px 10px 60px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .help-jumper a.button.desktop-button {
    background-image: url("//p4.zdassets.com/hc/theme_assets/109804/200028604/icon-desktop-small@2x.png");
    background-size: 35px 30px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .help-jumper a.button.desktop-button {
    background-image: url("/hc/theming_assets/01HZPMMWZVRN1Q774GFHKTC7BC");
    background-size: 35px 30px;
    background-repeat: no-repeat;
  }
}
#content-container .help-jumper a.button.pc-button {
  background-image: url("/hc/theming_assets/01HZPMMZ77J5G3J9SA46PT31Z5");
  background-repeat: no-repeat;
  background-position: 10px 6px;
  padding: 10px 20px 10px 60px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .help-jumper a.button.pc-button {
    background-image: url("//p4.zdassets.com/hc/theme_assets/109804/200028604/icon-pc-small@2x.png");
    background-size: 35px 30px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .help-jumper a.button.pc-button {
    background-image: url("/hc/theming_assets/01HZPMMZ2F1BX26V92TD2SA7N3");
    background-size: 35px 30px;
    background-repeat: no-repeat;
  }
}
#content-container .help-jumper a.button.mac-button {
  background-image: url("/hc/theming_assets/01HZPMMYXT1KSSCYXBPJ0SZP0D");
  background-repeat: no-repeat;
  background-position: 10px 5px;
  padding: 10px 20px 10px 60px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .help-jumper a.button.mac-button {
    background-image: url("//p4.zdassets.com/hc/theme_assets/109804/200028604/icon-mac-small@2x.png");
    background-size: 35px 30px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .help-jumper a.button.mac-button {
    background-image: url("/hc/theming_assets/01HZPMMZBZQ7ADGAHMJBDNS2JT");
    background-size: 35px 30px;
    background-repeat: no-repeat;
  }
}
#content-container .ios-section,
#content-container .desktop-section,
#content-container .jumper-section {
  position: relative;
  margin: 0px 0px 100px 0px;
  padding-top: 40px;
  border-top: 6px solid #ececec;
}
#content-container .ios-headline {
  padding: 5px 0px 5px 30px;
  background-image: url("/hc/theming_assets/01HZPMMX8QRWZ3AN3KX9XARQAV");
  background-repeat: no-repeat;
  background-position: -10px 7px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .ios-headline {
    background-image: url("//p4.zdassets.com/hc/theme_assets/109804/200028604/icon-ios-small@2x.png");
    background-size: 35px 30px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .ios-headline {
    background-image: url("/hc/theming_assets/01HZPMMX4B4BNAK1CQHYKXPAYS");
    background-size: 35px 30px;
    background-repeat: no-repeat;
  }
}
#content-container .desktop-headline {
  padding: 5px 0px 5px 50px;
  background-image: url("/hc/theming_assets/01HZPMMXD7BR0RT9ZFHACM42WX");
  background-repeat: no-repeat;
  background-position: 0px 7px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .desktop-headline {
    background-image: url("//p4.zdassets.com/hc/theme_assets/109804/200028604/icon-desktop-small@2x.png");
    background-size: 35px 30px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .desktop-headline {
    background-image: url("/hc/theming_assets/01HZPMMWZVRN1Q774GFHKTC7BC");
    background-size: 35px 30px;
    background-repeat: no-repeat;
  }
}
#content-container .pc-headline {
  padding: 5px 0px 5px 50px;
  background-image: url("/hc/theming_assets/01HZPMMZ77J5G3J9SA46PT31Z5");
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .pc-headline {
    background-image: url("//p4.zdassets.com/hc/theme_assets/109804/200028604/icon-pc-small@2x.png");
    background-size: 35px 30px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .pc-headline {
    background-image: url("/hc/theming_assets/01HZPMMZ2F1BX26V92TD2SA7N3");
    background-size: 35px 30px;
    background-repeat: no-repeat;
  }
}
#content-container .mac-headline {
  padding: 5px 0px 5px 50px;
  background-image: url("/hc/theming_assets/01HZPMMYXT1KSSCYXBPJ0SZP0D");
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .mac-headline {
    background-image: url("//p4.zdassets.com/hc/theme_assets/109804/200028604/icon-mac-small@2x.png");
    background-size: 35px 30px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #content-container .mac-headline {
    background-image: url("/hc/theming_assets/01HZPMMZBZQ7ADGAHMJBDNS2JT");
    background-size: 35px 30px;
    background-repeat: no-repeat;
  }
}
.form footer {
  background: none;
}
@media only screen and (min-width: 768px) {
  .category-boxes .category-box .inner {
    padding: 30px 20px 30px 170px;
    text-align: left;
  }
  .category-boxes .category-box .inner a {
    font-size: 22px;
  }
  .category-boxes .category-box.basics .inner {
    background-image: url("/hc/theming_assets/01HZPMMQ18362MB28Z4J7KF18C");
  }
  .category-boxes .category-box.general .inner {
    background-image: url("/hc/theming_assets/01HZPMMQT707ZNJ5YZA4T2V4BK");
  }
  .category-boxes .category-box.training .inner {
    background-image: url("/hc/theming_assets/01HZPMMQAJWB6A7NW0CFBA6RR7");
  }
  .category-boxes .category-box.technical .inner {
    background-image: url("/hc/theming_assets/01HZPMMQ5Y8A5340JVPX126SSC");
  }
  .category-boxes .category-box.basics:hover .inner,
  .category-boxes .category-box.general:hover .inner,
  .category-boxes .category-box.training:hover .inner,
  .category-boxes .category-box.technical:hover .inner {
    background-position: 0px -152px;
  }
}
@media only screen and (min-width: 990px) {
  .category-boxes .category-box .inner {
    padding: 65px 0px 0px 180px;
    height: 152px;
  }
  .category-boxes .category-box .inner a {
    font-size: 20px;
  }
}
/* Article footer CTA */
.article-more-questions {
  margin-bottom: 0;
  padding: 20px;
  border: 1px solid #ececec;
  background-color: #f8f8f8;
  width: 100%;
  clear: both;
}
.article-more-questions a {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .article-more-questions {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .article-more-questions a {
    margin-top: 0;
  }
}
.article-more-questions {
  margin-top: 50px;
}
.article-more-questions h2 {
  margin: 0;
  font-size: 26px;
}
/* Comment Footer */
.comment-footer {
  background: none !important;
  margin-top: 0px !important;
  padding: 0px !important;
  overflow: visible !important;
}
.comment-footer .dropdown-toggle:after {
  color: #666 !important;
}
/*------------------------------------------------*/
/* Footer SECTION START*/
/*------------------------------------------------*/
footer {
  color: #fff;
  padding: 60px 10px 40px 10px;
  margin-top: 100px;
  /* needed for main-container offset */
  background: #000;
  background-position: 75% 0;
  background-repeat: no-repeat !important;
  background-image: none;
  overflow: hidden;
}
footer .logo {
  margin-bottom: 30px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li a {
  display: block;
  margin: 0;
  padding: 7px 0;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer ul li.icon-facebook-footer,
footer ul li.icon-twitter-footer,
footer ul li.icon-instagram-footer {
  background-position: center left;
  padding-left: 28px;
  background-repeat: no-repeat !important;
}
footer ul li.icon-facebook-footer {
  background-image: url("/hc/theming_assets/01HZPMMVCGVYS8HQ9W1DSQ3D58");
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer ul li.icon-facebook-footer {
    background-image: url("//p4.zdassets.com/hc/theme_assets/109804/200028604/icon-facebook-footer@2x.png");
    background-size: 18px 18px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer ul li.icon-facebook-footer {
    background-image: url("/hc/theming_assets/01HZPMMVGV0E9CK9XWV9JGQ1AS");
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }
}
footer ul li.icon-twitter-footer {
  background-image: url("/hc/theming_assets/01HZPMMVN94TP0H51B2ACFZBPN");
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer ul li.icon-twitter-footer {
    background-image: url("//p4.zdassets.com/hc/theme_assets/109804/200028604/icon-twitter-footer@2x.png");
    background-size: 18px 18px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer ul li.icon-twitter-footer {
    background-image: url("/hc/theming_assets/01HZPMMTNNR9KHNR8BCPTVDMT5");
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }
}
footer ul li.icon-instagram-footer {
  background-image: url("/hc/theming_assets/01HZPMMVSMTRT8D3NFZV0ANRXQ");
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer ul li.icon-instagram-footer {
    background-image: url("//p4.zdassets.com/hc/theme_assets/109804/200028604/icon-instagram-footer@2x.png");
    background-size: 18px 18px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer ul li.icon-instagram-footer {
    background-image: url("/hc/theming_assets/01HZPMMVYAN7WSNBA4H2325WSC");
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }
}
footer .footer-nav ul {
  margin-bottom: 30px;
}
footer .footer-lower {
  font-size: 12px;
  color: #666;
  clear: both;
  display: inline-block;
  width: 100%;
}
footer .footer-lower div {
  clear: both;
}
footer .footer-lower ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
footer .footer-lower ul li {
  margin: 0 0 10px 0;
  padding: 0 5px;
  border-right: 1px solid #666;
  float: left;
}
footer .footer-lower ul li:even {
  clear: both;
}
footer .footer-lower ul li:first-child {
  padding-left: 0;
}
footer .footer-lower ul li:last-child {
  border: none;
}
footer .footer-lower ul li a {
  font-size: 12px;
  line-height: 11px;
  color: #666;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
footer .footer-lower ul li a:hover {
  color: #666;
  text-decoration: underline;
}
footer .footer-lower a {
  font-size: 12px;
  line-height: 11px;
  color: #666;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
footer .footer-lower a:hover {
  color: #666;
  text-decoration: underline;
}
/*------------------------------------------------*/
/* Fonts SECTION START*/
/*------------------------------------------------*/
@font-face {
  font-family: 'BebasNeueRegular';
  src: url("/hc/theming_assets/01HZPMMJTH1XTQC5ARB0AGVDV6");
  src: url('//p4.zdassets.com/hc/theme_assets/109804/200028604/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url("/hc/theming_assets/01HZPMMK87FPFE6WN18B0DM1D0") format('woff'), url("/hc/theming_assets/01HZPMMKCQQWFPFJE1YNBWZG91") format('truetype'), url("/hc/theming_assets/01HZPMMK3SKN8A83HKATCFT5WW") format('svg');
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------------------ */
/* Mobile (Landscape) - 480px to 768px */
/* Design for a width of 480px */
/*------------------------------------------------ */
@media only screen and (min-width: 480px) {
  #Responsive {
    height: 2px;
  }
  /* Table */
  .table thead > tr > th.hidden-xs,
  .table tbody > tr > td.hidden-xs {
    display: table-cell;
  }
  .table thead > tr > th.visible-xs,
  .table tbody > tr > td.visible-xs,
  .table thead > tr > th .visible-xs,
  .table tbody > tr > td .visible-xs {
    display: none;
  }
}
/*------------------------------------------------ */
/* Tablet & Small Monitor - 768px to 960px */
/* Design for a width of 768px */
/*------------------------------------------------ */
@media only screen and (min-width: 768px) {
  .center-desktop {
    text-align: center;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  /* Header */
  header {
    height: 80px;
    padding-top: 22px;
  }
  header .nav-toggle {
    display: none;
  }
  header nav {
    display: block;
    opacity: 1;
    visibility: visible;
    font-size: 13px;
    float: right;
    margin-top: 0;
    background: transparent;
    position: relative;
    top: 0;
    padding: 0;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
  header nav ul li {
    display: inline-block;
    width: auto;
  }
  header nav ul li a {
    padding: .5em;
  }
  
  header nav ul li a.red-link {
  	border-left: 1px solid #ccc;
    margin-left: 10px;
    padding-left: 20px;
	}
  
  header nav ul li.user {
    width: auto;
    margin-left: .5em;
  }
  header nav ul li.user #user .btn.with-image.dropdown-toggle {
    width: auto;
    padding: 1em 0;
    margin-top: -2px;
    background: none;
    border: 0 none;
    /*
height: 39px;
							line-height: 39px;
*/
  }
  header nav ul li.user #user .btn.with-image.dropdown-toggle #user-name {
    display: none;
    font-size: 13px;
  }
  header nav ul li a.login {
    width: auto;
    margin-top: 0;
  }
  header.compressed {
    padding-top: 8px;
    height: 50px;
  }
  header.compressed nav {
    margin-top: -3px;
  }
  header.compressed nav ul li.sign-up,
  header.compressed nav ul li.login {
    position: relative;
    top: -1px;
  }
  header #login-reveal {
    height: 100px;
    padding-top: 30px;
  }
  header #login-reveal form {
    padding-left: 0;
    margin-top: 1px;
  }
  header #login-reveal form input[type='text'] {
    display: inline;
    margin-right: 10px;
    margin-bottom: 0;
    width: 110px;
    padding: .5em;
  }
  header #login-reveal .forgot-password {
    float: right;
    line-height: 48px;
    margin: 0;
  }
  header.login-open {
    top: 100px;
  }
  .navbar-inverse .navbar-nav li > a {
    padding: 10px;
  }
  .navbar-inverse .navbar-nav li.log-in,
  .navbar-inverse .navbar-nav li.sign-up {
    padding: 4px 5px;
    width: auto;
  }
  .navbar-inverse .navbar-nav li.log-in .btn,
  .navbar-inverse .navbar-nav li.sign-up .btn {
    border-radius: 1px;
    padding: 5px 12px;
  }
  #main-container {
    top: 120px;
  }
  /* Content */
  #content-container {
    margin-bottom: 0;
  }
  #content-container #breadcrumbs {
    display: block;
  }
  #content-container #main-content #side-content {
    margin-top: 20px;
  }
  #content-container #main-content #content {
    float: right;
  }
  #content-container .form-group.float {
    float: left;
    margin: 0 30px 30px 0;
  }
  #content-container .form-group.float label {
    display: inline;
    margin-right: 10px;
  }
  #content-container #modal-video .embed-container,
  #content-container #modal-video-promo .embed-container {
    padding-bottom: 56.25%;
    max-width: 100%;
  }
  /* 404 Error */
  body.error-page-404 #content-container {
    padding: 200px 0;
  }
  /* Footer */
  footer {
    margin-top: 120px;
  }
  footer .footer-nav ul {
    margin-bottom: 0;
  }
  footer .footer-lower {
    margin-top: 30px;
  }
  footer .footer-lower ul {
    margin: 0;
  }
  footer .footer-lower ul li:even {
    clear: none;
  }
  footer .footer-lower div {
    clear: none;
  }
  #Responsive {
    height: 3px;
  }
}
/*------------------------------------------------ */
/* Desktop - 960px and greater */
/* Design for a width of 960px */
/*------------------------------------------------ */
@media only screen and (min-width: 992px) {
  #Responsive {
    height: 4px;
  }
  header {
    position: relative;
    height: 100px;
    padding-top: 28px;
  }
  header .logo a {
    background-image: url("/hc/theming_assets/01HZPMN2PYQ3WG5F1YATK2RF8Q");
    background-repeat: no-repeat;
    width: 251px;
    height: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 12px;
  }
  header nav {
    margin-top: 5px;
  }
  header nav ul li a {
    padding: .5em .75em;
  }
  header nav ul li.user {
    margin-left: .75em;
  }
  header.compressed {
    padding-top: 4px;
  }
  header.compressed nav {
    margin-top: 2px;
  }
  #main-container {
  	top: 30px;
  }
  #main-container ul.nav li a {
    position: relative;
    z-index: 10;
  }
  .navbar-inverse .navbar-nav li > a {
    padding: 10px 20px;
  }
  footer {
    margin-top: 140px;
  }
  footer .logo {
    position: relative;
    top: 20px;
    margin: 0;
  }
  footer ul li a {
    padding: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header .logo a {
    background-image: url("/hc/theming_assets/01HZPMN2J9NWPCK76ESRASBTPY");
    background-size: 251px 20px;
  }
}
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header .logo a {
    background-image: url("/hc/theming_assets/01HZPMN2J9NWPCK76ESRASBTPY");
    background-size: 251px 20px;
    background-repeat: no-repeat;
  }
}
/*------------------------------------------------ */
/* Large Desktop - 1200px and greater */
/* Design for a width of 1200px */
/*------------------------------------------------ */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
  header nav {
    font-size: 15px;
    margin-top: 3px;
  }
  header nav ul li a {
    padding: .5em 1em;
  }
  header.compressed nav {
    margin-top: -2px;
  }
  #content-container .leadin-container {
    width: 1140px;
  }
  footer .footer-lower div {
    clear: none;
  }
}


/*------------------------------------------------ */
/* New Format Update - March 2019 */
/*------------------------------------------------ */
#content-container .knowledge-page-header { border-bottom: 1px solid #ececec !important; }

.article-body { max-width: 700px; }

#content-container .article-body * { line-height: 25px; }

/* Forcing h1 to look like h2 if they are in the article content */
#content-container .article-body h1 {
  position: relative;
  font-size: 34px;
  line-height: 1.2em;
  margin-top: 80px;
  margin-bottom: -10px;
}

#content-container .article-body h1:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0px;
  height: 2px;
  width: 60px;
  background: #ccc;
}

#content-container .article-body h2 {
  position: relative;
  font-size: 34px;
  line-height: 1.2em;
  margin-top: 80px;
  margin-bottom: -12px;
}

#content-container .article-body h2:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0px;
  height: 2px;
  width: 60px;
  background: #ccc;
}

#content-container .article-body h3 {
  font-size: 22px;
  line-height: 1.2em;
  margin-top: 40px;
  margin-bottom: -12px;
}

#content-container .article-body h4 {
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: -16px;
}

#content-container .article-body p {
  font-size: 19px;
  color: #555;
  margin: 1.1em 0em;
}

#content-container .article-body p.small {
  font-size: 13px;
  line-height: 16px;
}

#content-container .article-body ol, #content-container .new-format ul {
  color: #555;
  margin-top: 20px;
}

#content-container .article-body li {
  font-size: 16px;
  line-height: 21px;
  margin: .5em 0em;
}

#content-container .article-body p.image {
  display: flex;
	justify-content: center;
	align-items: center;
  padding: 20px;
  margin-bottom: 0px;
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 4px;
}

#content-container .article-body p.image img { border-radius: 4px; }
#content-container .article-body p.image--nopad { padding: 0px;  }

#content-container .article-body p.image__note {
  color: #999;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 40px;
}

#content-container .article-body pre {
  white-space: pre-wrap;
}

#content-container .article-body iframe {
  max-width: 100%;
  width: 100%;
  border-radius: 4px;
}

#main-container { max-width: 960px !important; }

#content-container .article__main {
  position: relative;
  display: flex;
}

#content-container .article__nav {
  display: none;
  min-width: 200px;
  margin-left: 60px;
}

#content-container .article__nav ul {
  position: fixed;
  min-width: 200px;
  max-width: 200px;
	margin: 0px;
	padding: 0px;
}

#content-container .article__nav li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#content-container .article__nav li a {
  display: block;
  font-size: 14px;
  color: #999;
  text-decoration: none;
  padding: 10px;
  border-radius: 4px;
}

#content-container .article__nav li a:hover {
  color: #da291c;
}

#content-container .article__nav li a.active {
  color: #da291c;
	background: #fafafa;
}

#content-container .article__nav li:first-child a {
  font-weight: bold !important;
  background: none !important;
  color: #333 !important;
}

/* Show Side Nav on bigger screens */
@media only screen and (min-width: 768px) {
	
  #content-container .article__nav {
  	display: block;
  }
  
}

.collapse__title {
  position: relative;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  transition: all 200ms ease;
}

#content-container .article-body .collapse__title h2,
#content-container .article-body .collapse__title h3,
#content-container .article-body .collapse__title h4,
#content-container .article-body .collapse__title p {
  margin-bottom: 0px;
}

#content-container .article-body .collapse__title:hover h2,
#content-container .article-body .collapse__title:hover h3,
#content-container .article-body .collapse__title:hover h4,
#content-container .article-body .collapse__title:hover p {
  color: #da291c;
}

.collapse__title:before {
  content: "\02212"; 
  position: absolute;
  right: 2px;
  bottom: 4px;
  font-size: 20px;
}

.collapse--closed .collapse__title:before {
  content: "\0002B";
}

.collapse__title:hover:before {
  color: #da291c;
}


/*------------------------------------------------ */
/* Responsive Table - Apr 2019 */
/*------------------------------------------------ */
.grid-table {
  margin-top: 20px;
}

.grid-table sub {
  color: #999;
}

.grid-table__row {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(5%, 1fr));
  padding: 12px;
  border-top: 1px solid #e0e0e0;
}
.grid-table__row:nth-child(even) {
  background-color: #fafafa;
}
.grid-table__row:last-child {
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 501px) {
  .grid-table__row {
    border-top: 0px;
    padding: 0px;
  }
}
.grid-table__row div {
  padding: 4px;
  text-align: center;
  white-space: nowrap;
}
.grid-table__row div:first-child {
  font-size: 1.7rem;
  text-align: left;
}
.grid-table__row div:first-child:before {
  padding-right: 0px;
  width: auto;
}
.grid-table__row div:before {
  content: attr(data-header);
  font-size: 1.3rem;
  padding-right: 10px;
  width: 150px;
}
@media only screen and (min-width: 501px) {
  .grid-table__row div:before {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .grid-table__row div {
    display: flex;
    grid-column-start: 1 !important;
    grid-column-end: 1 !important;
    text-align: left;
  }
}

.grid-table__row--header {
  display: none;
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 501px) {
  .grid-table__row--header {
    display: grid;
  }
}
.grid-table__row--header div {
  border-right: 1px solid #ececec;
}
.grid-table__row--header div:last-child {
  border-right: 0px;
}

.grid-table__row--subheader {
  display: none;
  font-size: 1.3rem;
  font-weight: 600;
  color: #666;
}
@media only screen and (min-width: 501px) {
  .grid-table__row--subheader {
    display: grid;
  }
}

.grid-table--nosupport {
  color: #801810;
}

.grid-start--1 {
  grid-column-start: 1;
}

.grid-start--2 {
  grid-column-start: 2;
}

.grid-start--3 {
  grid-column-start: 3;
}

.grid-start--4 {
  grid-column-start: 4;
}

.grid-start--5 {
  grid-column-start: 5;
}

.grid-start--6 {
  grid-column-start: 6;
}

.grid-start--7 {
  grid-column-start: 7;
}

.grid-start--8 {
  grid-column-start: 8;
}

.grid-span--1 {
  grid-column-end: span 1;
}

.grid-span--2 {
  grid-column-end: span 2;
}

.grid-span--3 {
  grid-column-end: span 3;
}

.grid-span--4 {
  grid-column-end: span 4;
}

.grid-span--5 {
  grid-column-end: span 5;
}

.grid-span--6 {
  grid-column-end: span 6;
}

.grid-span--7 {
  grid-column-end: span 7;
}

.grid-span--8 {
  grid-column-end: span 8;
}