.unified thing-types {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .unified thing-types {
    padding: 0 10px 0 15px;
  }
}
@media (min-width: 768px) {
  .unified thing-types {
    padding: 0 20px 20px 20px;
  }
}
.unified thing-types .intro {
  -ms-flex: none;
  flex: none;
  margin: 0 0 15px 0;
}
.unified thing-types .types {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  .unified thing-types .types {
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .unified thing-types .types {
    overflow: hidden;
  }
}
.unified thing-types .types::after {
  content: "";
  -ms-flex-positive: 1000000;
  flex-grow: 1000000;
}
.unified thing-types .type {
  font-size: 14px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
.unified thing-types .type::before {
  content: normal;
}
@media (max-width: 767px) {
  .unified thing-types .type {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 768px) {
  .unified thing-types .type {
    -ms-flex: none;
    flex: none;
  }
}
@media (max-width: 767px) {
  .unified thing-types .type {
    min-height: 33px;
    margin: 0 5px 5px 0;
    background: #e5e5e5;
    border: none;
  }
}
@media (min-width: 768px) {
  .unified thing-types .type {
    min-height: 28px;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .unified thing-types .type.active {
    color: white;
    background: #666;
  }
}
@media (min-width: 768px) {
  .unified thing-types .type:hover,
  .unified thing-types .type.active {
    background-color: #ef2d27;
    border-color: #ef2d27;
    color: white;
    cursor: pointer;
  }
}
.unified thing-types .type > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 3px 10px;
  width: 100%;
}
.unified wiki-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px;
}
.unified wiki-search .opi-spinner-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .unified wiki-search .opi-spinner-container {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 768px) {
  .unified wiki-search .opi-spinner-container {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.unified wiki-search .opi-spinner-container opi-spinner {
  width: 50px;
  height: 50px;
}
.unified wiki-search .search-input {
  -ms-flex: none;
  flex: none;
  position: relative;
  display: block;
  height: 40px;
  width: auto;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0 10px;
}
.unified wiki-search .search-input + .input-buttons {
  display: none;
}
@media (max-width: 767px) {
  .unified wiki-search .search-input {
    margin: 5px -10px 0;
  }
  .unified wiki-search .search-input.focused {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #999;
  }
  .unified wiki-search .search-input.focused + .input-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 0;
    top: 0;
    height: 40px;
    color: #d6262f;
  }
  .unified wiki-search .search-input.focused + .input-buttons .input-clear {
    position: relative;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    background-color: #999;
    color: white;
  }
  .unified wiki-search .search-input.focused + .input-buttons .input-clear .icon-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .unified wiki-search .search-input.focused + .input-buttons .input-clear .icon-container .icon {
    display: block;
    width: 8px;
    height: 8px;
  }
  .unified wiki-search .search-input.focused + .input-buttons .input-cancel {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0;
    padding-right: 1ch;
    border: 0;
    background: transparent;
    margin-left: 0.75ch;
    height: 100%;
  }
  .unified wiki-search .search-input.focused ~ .wiki-search-info-notice {
    display: none;
  }
  .unified wiki-search .search-input.focused ~ .suggestions-lists {
    display: block;
  }
  .unified wiki-search .search-input.focused ~ .actions {
    display: none;
  }
}
.unified wiki-search .wiki-search-info-notice {
  padding: 15px 0;
}
.unified wiki-search .suggestion-list-header {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .unified wiki-search .suggestion-list-header {
    line-height: 56px;
  }
}
@media (min-width: 768px) {
  .unified wiki-search .suggestion-list-header {
    line-height: 50px;
  }
}
.unified wiki-search .suggestions-lists {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .unified wiki-search .suggestions-lists {
    display: none;
    position: fixed;
    overflow: auto;
    padding: 0 15px;
    height: calc(100% - 55px);
    width: 100%;
    top: 40px;
    left: 0;
  }
}
@media (min-width: 768px) {
  .unified wiki-search .suggestions-lists {
    position: relative;
    overflow: hidden;
  }
}
.unified wiki-search .suggestion-list-header {
  -ms-flex: none;
  flex: none;
}
.unified wiki-search .suggestions-list {
  -ms-flex: none;
  flex: none;
}
@media (min-width: 768px) {
  .unified wiki-search .suggestions-list {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
.unified wiki-search .suggestions-list > li {
  margin: 0;
}
@media (max-width: 767px) {
  .unified wiki-search .suggestions-list > li {
    height: 56px;
  }
}
@media (min-width: 768px) {
  .unified wiki-search .suggestions-list > li {
    height: 50px;
  }
}
.unified wiki-search .suggestions-list > li::before {
  content: normal;
}
.unified wiki-search .suggestions-list > li > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  text-align: inherit;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.unified wiki-search .suggestions-list > li > button:hover,
.unified wiki-search .suggestions-list > li > button:focus,
.unified wiki-search .suggestions-list > li > button:active {
  background: #f5f5f5;
  background-clip: content-box;
}
@media (max-width: 767px) {
  .unified wiki-search .suggestions-list > li > button:hover .icon,
  .unified wiki-search .suggestions-list > li > button:focus .icon,
  .unified wiki-search .suggestions-list > li > button:active .icon {
    width: 25px;
    height: 25px;
    background-color: #ef2d27;
    background-size: 16px 12px;
    border-radius: 50%;
  }
}
.unified wiki-search .suggestions-list > li .suggestion-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .unified wiki-search .suggestions-list > li .suggestion-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ccc;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 768px) {
  .unified wiki-search .suggestions-list > li .suggestion-wrapper {
    border: 1px solid #ccc;
    border-top: none;
  }
}
.unified wiki-search .suggestions-list > li .suggestion-wrapper > .thumbnail-container {
  -ms-flex: none;
  flex: none;
  background-size: cover;
  background-color: grey;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.unified wiki-search .suggestions-list > li .suggestion-wrapper > .thumbnail-container .node-type-icon-white {
  display: block;
  background-position: -260px -8px;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .unified wiki-search .suggestions-list > li .suggestion-wrapper > .thumbnail-container {
    width: 46px;
    height: 46px;
    margin: 5px 0;
  }
}
@media (min-width: 768px) {
  .unified wiki-search .suggestions-list > li .suggestion-wrapper > .thumbnail-container {
    width: 50px;
    height: 50px;
  }
}
.unified wiki-search .suggestions-list > li .suggestion-wrapper > .metadata {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
}
.unified wiki-search .suggestions-list > li .suggestion-wrapper > .metadata .name {
  font-weight: bold;
  font-size: 14px;
}
.unified wiki-search .suggestions-list > li .suggestion-wrapper > .metadata .description {
  font-size: 12px;
}
.unified thing-types,
.unified thing-subtypes {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .unified thing-types,
  .unified thing-subtypes {
    padding: 0 10px 0 15px;
  }
}
@media (min-width: 768px) {
  .unified thing-types,
  .unified thing-subtypes {
    padding: 0 20px 20px 20px;
  }
}
.unified thing-types .intro,
.unified thing-subtypes .intro {
  -ms-flex: none;
  flex: none;
  margin: 0 0 15px 0;
}
.unified thing-types .types,
.unified thing-subtypes .types,
.unified thing-subtypes .subtypes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  .unified thing-types .types,
  .unified thing-subtypes .types,
  .unified thing-subtypes .subtypes {
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .unified thing-types .types,
  .unified thing-subtypes .types,
  .unified thing-subtypes .subtypes {
    overflow: hidden;
  }
}
.unified thing-types .types::after,
.unified thing-subtypes .types::after,
.unified thing-subtypes .subtypes::after {
  content: "";
  -ms-flex-positive: 1000000;
  flex-grow: 1000000;
}
.unified thing-types .type,
.unified thing-subtypes .type,
.unified thing-subtypes .subtype {
  font-size: 14px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
.unified thing-types .type::before,
.unified thing-subtypes .type::before,
.unified thing-subtypes .subtype::before {
  content: normal;
}
@media (max-width: 767px) {
  .unified thing-types .type,
  .unified thing-subtypes .type,
  .unified thing-subtypes .subtype {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 768px) {
  .unified thing-types .type,
  .unified thing-subtypes .type,
  .unified thing-subtypes .subtype {
    -ms-flex: none;
    flex: none;
  }
}
@media (max-width: 767px) {
  .unified thing-types .type,
  .unified thing-subtypes .type,
  .unified thing-subtypes .subtype {
    min-height: 33px;
    margin: 0 5px 5px 0;
    background: #e5e5e5;
    border: none;
  }
}
@media (min-width: 768px) {
  .unified thing-types .type,
  .unified thing-subtypes .type,
  .unified thing-subtypes .subtype {
    min-height: 28px;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .unified thing-types .type.active,
  .unified thing-subtypes .type.active,
  .unified thing-subtypes .subtype.active {
    color: white;
    background: #666;
  }
}
@media (min-width: 768px) {
  .unified thing-types .type:hover,
  .unified thing-types .type.active,
  .unified thing-subtypes .type:hover,
  .unified thing-subtypes .type.active,
  .unified thing-subtypes .subtype:hover,
  .unified thing-subtypes .subtype.active {
    background-color: #ef2d27;
    border-color: #ef2d27;
    color: white;
    cursor: pointer;
  }
}
.unified thing-types .type > button,
.unified thing-subtypes .type > button,
.unified thing-subtypes .subtype > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 3px 10px;
  width: 100%;
}
.unified thing-subtypes {
  padding: 0;
}
.unified thing-subtypes .notice {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .unified thing-subtypes .notice {
    margin: 15px 0 15px;
  }
}
@media (min-width: 768px) {
  .unified thing-subtypes .notice {
    margin: 0 0 20px 0;
    padding: 15px 0 0;
    border-top: 1px solid #e5e5e5;
  }
}
.unified opi-suggestion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.unified opi-suggestion > * {
  margin: 0 20px;
}
.unified opi-suggestion .opi-spinner-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.unified opi-suggestion .opi-spinner-container opi-spinner {
  width: 50px;
  height: 50px;
}
.unified opi-suggestion .opi-spinner-container .final-message {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0;
}
.unified opi-suggestion .intro {
  -ms-flex: none;
  flex: none;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .unified opi-suggestion .intro {
    display: none;
  }
}
.unified opi-suggestion .item-present-message {
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ef2d27;
  font-size: 16px;
  padding: 15px 0 30px;
}
.unified opi-suggestion .suggestion-data {
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .unified opi-suggestion .suggestion-data {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
  }
}
.unified opi-suggestion .suggestion-data .main-part {
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .unified opi-suggestion .suggestion-data .main-part {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
}
.unified opi-suggestion .suggestion-data .main-part > .thumbnail {
  -ms-flex: none;
  flex: none;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-color: grey;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.unified opi-suggestion .suggestion-data .main-part > .thumbnail .node-type-icon-white {
  background-position: -430px -25px;
  width: 100px;
  height: 100px;
}
.unified opi-suggestion .suggestion-data .main-part > .metadata {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .unified opi-suggestion .suggestion-data .main-part > .metadata {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.unified opi-suggestion .suggestion-data .main-part > .metadata .name {
  font-weight: bold;
  font-size: 16px;
}
.unified opi-suggestion .suggestion-data .main-part > .metadata .description {
  font-size: 12px;
}
.unified opi-suggestions {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .unified opi-suggestions {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .unified opi-suggestions {
    padding-top: 20px;
  }
}
.unified opi-suggestions > .main {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
}
.unified opi-suggestions .actions {
  margin-top: auto;
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 20px;
}
.unified opi-suggestions .actions > .btn {
  border: 1px solid #ccc;
  background: #fff;
  margin: 20px 0 20px 20px;
  font-weight: normal;
  color: #999;
}
@media (min-width: 768px) {
  .unified opi-suggestions .actions > .btn {
    min-width: 115px;
  }
}
@media (max-width: 767px) {
  .unified opi-suggestions .actions > .btn {
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 10px);
  }
  .unified opi-suggestions .actions > .btn:last-child {
    margin-left: 20px;
  }
}
.unified opi-suggestions .actions > .btn:hover:not(:disabled) {
  color: #ef2d27;
  border-color: #ef2d27;
}
.unified opi-suggestions .actions > .btn.btn-dark {
  border: none;
  background: #999;
  color: white;
}
.unified opi-suggestions .actions > .btn.btn-dark:hover:not(:disabled) {
  background: #ef2d27;
  color: white;
}
.unified opi-suggestions .actions > .btn.btn-wide {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.unified opi-suggestions .actions > .btn.btn-wide:first-child {
  margin-left: 0;
}
.unified .modal-suggestions-popup {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-height: 550px) {
  .unified .modal-suggestions-popup .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.unified .modal-suggestions-popup .modal-dialog,
.unified .modal-suggestions-popup .modal-content,
.unified .modal-suggestions-popup .box-component,
.unified .modal-suggestions-popup .modal-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .unified .modal-suggestions-popup .modal-dialog,
  .unified .modal-suggestions-popup .modal-content,
  .unified .modal-suggestions-popup .box-component,
  .unified .modal-suggestions-popup .modal-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.unified .modal-suggestions-popup .box-component .box-heading {
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.unified .modal-suggestions-popup .box-component .box-heading .close-btn {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
}
.unified .modal-suggestions-popup .box-component .box-heading::before,
.unified .modal-suggestions-popup .box-component .box-heading::after {
  display: none;
}
@media (max-width: 767px) {
  .unified .modal-suggestions-popup .box-component .box-heading {
    height: 40px;
    font-weight: normal;
    background: #e5e5e5;
  }
  .unified .modal-suggestions-popup .box-component .box-heading,
  .unified .modal-suggestions-popup .box-component .box-heading > .close-btn {
    color: #666;
  }
}
.unified .modal-suggestions-popup .box-component {
  margin: 0;
}
@media (max-width: 767px) {
  .unified .modal-suggestions-popup .box-component {
    height: 100%;
    border: 0;
  }
}
@media (max-width: 767px) {
  .unified .modal-suggestions-popup .modal-body {
    border: none;
  }
}
@media (min-width: 768px) {
  .unified .modal-suggestions-popup .modal-body {
    height: 610px;
  }
}
.unified .modal-suggestions-popup .modal-body .opi-spinner-container {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.unified .modal-suggestions-popup .modal-body .opi-spinner-container opi-spinner {
  width: 50px;
  height: 50px;
}
yg-live-survey-notice .live-notice {
  margin: 24px 20px 0 20px;
  background: #eeeeee;
  border-radius: 30px;
  padding: 8px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
yg-live-survey-notice .live-notice .live-notice-indicator {
  color: #ef2d27;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
yg-live-survey-notice .live-notice .live-notice-indicator:before {
  content: '';
  background: #ef2d27;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
yg-live-survey-notice .live-notice .live-notice-text {
  font-size: 12px;
}
.unified yg-single-select .answer-option {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 8px;
  font-size: 16px;
  -ms-flex-direction: column;
  flex-direction: column;
}
.unified yg-single-select .answer-option input[type="radio"] {
  margin: 0;
  opacity: 0;
  display: none;
}
.unified yg-single-select .answer-option input[type="radio"]:checked + .answer-option-tick {
  background-color: #ef2d27;
  border-color: #ef2d27;
}
.unified yg-single-select .answer-option input[type="radio"]:checked + .answer-option-tick:after {
  animation: check 0.5s;
}
.unified yg-single-select .answer-option .answer-option-percentage {
  margin-left: 20px;
}
.unified yg-single-select .answer-option .answer-option-percentage,
.unified yg-single-select .answer-option .answer-option-bar-container {
  opacity: 0;
}
.unified yg-single-select .answer-option .answer-option-bar-container {
  display: -ms-flexbox;
  display: flex;
  height: 3px;
  background: #eee;
  position: relative;
  margin-left: 70px;
  margin-right: 20px;
}
.mobile-widgets.unified yg-single-select .answer-option .answer-option-bar-container {
  height: 6px;
}
.unified yg-single-select .answer-option .answer-option-bar-container .answer-option-bar {
  background: #ef2d27;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.unified yg-single-select .answer-option.answer-options-results .answer-option-bar-container {
  opacity: 1;
}
.unified yg-single-select .answer-option.answer-options-results .answer-option-bar-container .answer-option-bar {
  animation: bar 0.5s;
}
.unified yg-single-select .answer-option.answer-options-results .answer-option-percentage {
  opacity: 1;
}
.unified yg-single-select .answer-option > label {
  margin: 0;
  padding: 2px 20px;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  position: relative;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
.unified yg-single-select .answer-option > label:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.unified yg-single-select .answer-option > label:hover .answer-option-tick {
  border-color: #ef2d27;
}
.unified yg-single-select .answer-option > label yg-open-question {
  margin: 0 40px 0 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.unified yg-single-select .answer-option > label yg-open-question .answer-input {
  height: 30px;
}
.unified yg-single-select .answer-option > label yg-open-question ng-messages {
  position: absolute;
}
.unified yg-single-select .answer-option > label yg-open-question ng-message {
  font-size: 12px;
}
.unified yg-single-select .answer-option > label .answer-option-label {
  -ms-flex: 1;
  flex: 1;
}
.unified yg-single-select .answer-option > label .answer-option-tick {
  width: 30px;
  height: 30px;
  max-width: 30px;
  display: block;
  border: 4px solid #ccc;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 20px;
  background-size: 20px 14px;
  position: relative;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}
.unified yg-single-select .answer-option > label .answer-option-tick:after {
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: '';
  display: block;
  height: 16px;
  left: 2px;
  position: absolute;
  top: 11px;
  bottom: 0;
  width: 10px;
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 16px;
    width: 10px;
  }
}
@keyframes bar {
  0% {
    width: 0;
  }
}
.unified yg-single-select .legend-box {
  color: #333;
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.unified yg-single-select .legend-box::before {
  content: '';
  width: 12px;
  height: 12px;
  margin: 1px 10px 0 0;
  background: #ef2d27;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
}
.unified yg-ratings-question .ratings-question {
  min-height: 75px;
}
.unified yg-ratings-question .ratings-question .no-results {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 100;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
  padding: 8px 5px 5px;
  min-height: 35px;
  font-size: 14px;
}
.mobile-widgets.unified yg-ratings-question .ratings-question {
  margin: 0 auto;
  max-width: 450px;
}
.unified yg-ratings-question .ratings-question .ratings {
  margin: 0;
}
.unified yg-ratings-question .ratings-question .things-search-wrapper {
  margin: 0 20px;
}
.mobile-widgets.unified yg-ratings-question .ratings-question .things-search-wrapper {
  margin: 0 0 10px 0;
}
.unified yg-ratings-question .ratings-question .selected-answers-container {
  padding: 0;
}
@media (max-width: 450px) {
  .unified yg-ratings-question .ratings-question .selected-answers-container {
    margin: 0 5px 0 5px;
  }
}
@media (min-width: 768px) {
  .unified yg-ratings-question .ratings-question .selected-answers-container {
    background: #fafafa;
    min-height: 35px;
    padding: 10px 0 5px 20px;
    text-align: left;
    color: #666666;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .unified yg-ratings-question .ratings-question .selected-answers-container label {
    margin-right: 5px;
    color: #666666;
    font-weight: 700;
  }
}
.mobile-widgets.unified yg-ratings-question .ratings-question .selected-answers-container .selected-label {
  display: none;
}
.mobile-widgets.unified yg-ratings-question .ratings-question .selected-answers-container .selected-thing {
  background: #f5f5f5;
  margin: 0 5px 10px 5px;
  position: relative;
}
.unified yg-ratings-question .ratings-question .selected-answers-box {
  padding: 10px 0;
}
.mobile-widgets.unified yg-ratings-question .ratings-question .selected-answers-box {
  padding: 0 10px;
}
.unified yg-ratings-question .ratings-question .selected-answers-box .btn {
  cursor: default;
  position: relative;
  padding: 6px 5px 5px 12px;
}
.mobile-widgets.unified yg-ratings-question .ratings-question .selected-answers-box .btn {
  padding: 6px 5px 5px 5px;
}
.unified yg-ratings-question .ratings-question .selected-answers-box .btn:first-child {
  margin-right: 5px;
  padding-right: 0;
}
.mobile-widgets.unified yg-ratings-question .ratings-question .selected-answers-box .btn:first-child {
  padding: 6px 5px 5px 5px;
}
.unified yg-ratings-question .ratings-question .selected-answers-box .btn .thing-like {
  left: auto;
  width: 16px;
  height: 16px;
  visibility: visible;
  z-index: 1;
  background-size: contain;
  display: inline-block;
}
.mobile-widgets.unified yg-ratings-question .ratings-question .selected-answers-box .btn .thing-like {
  width: 25px;
  height: 25px;
}
.unified yg-ratings-question .ratings-question .selected-answers-box div,
.unified yg-ratings-question .ratings-question .selected-answers-box label {
  font-size: 14px;
  color: #666;
}
.unified yg-ratings-question .ratings-question .selected-answers-box .thing-like,
.unified yg-ratings-question .ratings-question .selected-answers-box .remove-answer {
  font-family: Arial;
  font-weight: normal;
  font-size: 19px;
  line-height: 19px;
  position: relative;
  top: 3px;
  right: 0px;
  color: #888;
  cursor: pointer;
  margin-left: 2px;
}
.unified yg-ratings-question .ratings-question .selected-answers-box .thing-like:hover,
.unified yg-ratings-question .ratings-question .selected-answers-box .remove-answer:hover {
  color: #ef2d27;
}
.unified yg-ratings-question .ratings-question .placeholder {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  z-index: 100;
  padding-left: 10px;
  font-size: 1.4rem;
  -ms-flex-align: center;
  align-items: center;
}
.unified yg-ratings-question .ratings-question .search-box,
.unified yg-ratings-question .ratings-question .things-search-wrapper {
  position: relative;
}
.unified yg-ratings-question .ratings-question .search-box .input-wrapper,
.unified yg-ratings-question .ratings-question .things-search-wrapper .input-wrapper {
  position: relative;
}
.unified yg-ratings-question .ratings-question .search-box .input-wrapper > .input-append,
.unified yg-ratings-question .ratings-question .things-search-wrapper .input-wrapper > .input-append {
  border: 1px solid #ccc;
  position: relative;
  height: 40px;
  display: block;
}
.unified yg-ratings-question .ratings-question .search-box .input-wrapper > .input-append ::-webkit-input-placeholder,
.unified yg-ratings-question .ratings-question .things-search-wrapper .input-wrapper > .input-append ::-webkit-input-placeholder {
  color: #333;
}
.unified yg-ratings-question .ratings-question .search-box .input-wrapper > .input-append :-ms-input-placeholder,
.unified yg-ratings-question .ratings-question .things-search-wrapper .input-wrapper > .input-append :-ms-input-placeholder {
  color: #333;
}
.unified yg-ratings-question .ratings-question .search-box .input-wrapper > .input-append ::placeholder,
.unified yg-ratings-question .ratings-question .things-search-wrapper .input-wrapper > .input-append ::placeholder {
  color: #333;
}
.mobile-widgets.unified yg-ratings-question .ratings-question .search-box .input-wrapper > .input-append,
.mobile-widgets.unified yg-ratings-question .ratings-question .things-search-wrapper .input-wrapper > .input-append {
  margin: 0 20px 10px 20px;
}
.unified yg-ratings-question .ratings-question .search-box .input-wrapper > .input-append input,
.unified yg-ratings-question .ratings-question .things-search-wrapper .input-wrapper > .input-append input {
  border: none;
  color: #333;
  padding: 0 40px 0 10px;
  font-size: 14px;
  height: 38px;
  width: 100%;
}
.unified yg-ratings-question .ratings-question .search-box .input-wrapper > .input-append opi-spinner,
.unified yg-ratings-question .ratings-question .things-search-wrapper .input-wrapper > .input-append opi-spinner,
.unified yg-ratings-question .ratings-question .search-box .input-wrapper > .input-append .icon-magnifier,
.unified yg-ratings-question .ratings-question .things-search-wrapper .input-wrapper > .input-append .icon-magnifier,
.unified yg-ratings-question .ratings-question .search-box .input-wrapper > .input-append .icon-search-dark,
.unified yg-ratings-question .ratings-question .things-search-wrapper .input-wrapper > .input-append .icon-search-dark {
  position: absolute;
  top: 7px;
  right: 10px;
}
.unified yg-ratings-question .ratings-question .search-box .input-wrapper > .input-append opi-spinner,
.unified yg-ratings-question .ratings-question .things-search-wrapper .input-wrapper > .input-append opi-spinner {
  width: 24px;
  height: 24px;
}
.unified yg-ratings-question .ratings-question .search-box .input-wrapper > .input-append .svgi,
.unified yg-ratings-question .ratings-question .things-search-wrapper .input-wrapper > .input-append .svgi {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  right: 10px;
  background-size: contain;
}
.mobile-widgets.unified yg-ratings-question .ratings-question .search-box .input-wrapper > .input-append .svgi.icon-magnifier,
.mobile-widgets.unified yg-ratings-question .ratings-question .things-search-wrapper .input-wrapper > .input-append .svgi.icon-magnifier {
  width: 25px;
  height: 25px;
}
.unified yg-ratings-question .ratings-question .search-box .selected-answers-box .btn,
.unified yg-ratings-question .ratings-question .things-search-wrapper .selected-answers-box .btn {
  padding: 6px 5px 5px 12px;
  cursor: pointer;
}
.mobile-widgets.unified yg-ratings-question .ratings-question .search-box .selected-answers-box .btn,
.mobile-widgets.unified yg-ratings-question .ratings-question .things-search-wrapper .selected-answers-box .btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 7px;
  min-height: 34px;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-widgets.unified yg-ratings-question .ratings-question .search-box .selected-answers-box .btn:hover,
.mobile-widgets.unified yg-ratings-question .ratings-question .things-search-wrapper .selected-answers-box .btn:hover {
  color: #666;
}
.unified yg-ratings-question .ratings-question .search-box .selected-answers-box .btn:hover,
.unified yg-ratings-question .ratings-question .things-search-wrapper .selected-answers-box .btn:hover {
  color: #ef2d27;
}
.unified yg-ratings-question .ratings-question .search-box .selected-answers-box .btn:first-child,
.unified yg-ratings-question .ratings-question .things-search-wrapper .selected-answers-box .btn:first-child {
  padding-right: 0;
  cursor: default;
}
.mobile-widgets.unified yg-ratings-question .ratings-question .search-box .selected-answers-box .btn:first-child,
.mobile-widgets.unified yg-ratings-question .ratings-question .things-search-wrapper .selected-answers-box .btn:first-child {
  padding-right: 7px;
}
.unified yg-ratings-question .ratings-question .search-box .selected-answers-box .btn:first-child:hover,
.unified yg-ratings-question .ratings-question .things-search-wrapper .selected-answers-box .btn:first-child:hover {
  color: #666;
}
.mobile-widgets.unified yg-ratings-question .ratings-question .search-box .selected-answers-box .thing-name,
.mobile-widgets.unified yg-ratings-question .ratings-question .things-search-wrapper .selected-answers-box .thing-name {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 6px;
}
.mobile-widgets.unified yg-ratings-question .ratings-question .search-box .selected-answers-box .thing-like,
.mobile-widgets.unified yg-ratings-question .ratings-question .things-search-wrapper .selected-answers-box .thing-like {
  top: 0;
}
.unified yg-ratings-question .ratings-question .search-box .rating-text,
.unified yg-ratings-question .ratings-question .things-search-wrapper .rating-text {
  animation: none !important;
  transition: none !important;
}
.unified yg-ratings-question .ratings-question .search-box .rating-text.ng-hide-animate,
.unified yg-ratings-question .ratings-question .things-search-wrapper .rating-text.ng-hide-animate {
  display: block !important;
}
.unified yg-ratings-question .ratings-question .search-box.thing-active .input-append,
.unified yg-ratings-question .ratings-question .things-search-wrapper.thing-active .input-append,
.unified yg-ratings-question .ratings-question .search-box.thing-active .grey-box,
.unified yg-ratings-question .ratings-question .things-search-wrapper.thing-active .grey-box {
  display: none;
}
.unified yg-ratings-question .ratings-question .search-box.thing-active .rating-text,
.unified yg-ratings-question .ratings-question .things-search-wrapper.thing-active .rating-text {
  display: table;
  font-size: 18px;
  min-height: 40px;
}
.unified yg-ratings-question .ratings-question .search-box.thing-active .rating-text > span,
.unified yg-ratings-question .ratings-question .things-search-wrapper.thing-active .rating-text > span {
  display: table-cell;
  vertical-align: middle;
}
.unified yg-ratings-question .ratings-question .ratings-wrapper {
  padding: 20px;
}
.unified yg-ratings-question .ratings-question .ratings-wrapper .ratings {
  margin-bottom: 0;
}
.unified yg-ratings-question .ratings-question .thing-likes {
  margin-bottom: 10px;
}
.unified yg-ratings-question .ratings-question .thing-likes > li {
  margin: 0 0 10px 10px;
}
.unified yg-ratings-question .ratings-question .thing-likes > li .thing-like {
  background-color: #999;
  width: 24px;
  height: 24px;
}
.unified yg-ratings-question .ratings-question .ratings {
  margin-bottom: 0;
}
.unified yg-ratings-question .ratings-question .ratings .rating .thing-thumbnail .node-type-icon-white.icon-more-suggestions {
  top: 30px;
  left: 40px;
}
.unified yg-ratings-question .ratings-question .ratings .rating .descriptors .actions .add-on.svgi {
  position: absolute;
}
.unified yg-ratings-question .ratings-question .panel-body {
  padding: 20px 18px;
}
.unified yg-selected-answers .selected-answers-container {
  padding: 0;
  margin: 0 15px;
}
@media (max-width: 450px) {
  .unified yg-selected-answers .selected-answers-container {
    margin: 0 5px 0 5px;
  }
}
@media (min-width: 768px) {
  .unified yg-selected-answers .selected-answers-container {
    background: #fafafa;
    min-height: 35px;
    padding: 10px 0 5px 20px;
    text-align: left;
    color: #666666;
    margin: 0 20px 20px 20px;
    padding: 0;
  }
  .unified yg-selected-answers .selected-answers-container label {
    margin-right: 5px;
    color: #666666;
    font-weight: 700;
  }
}
.mobile-widgets.unified yg-selected-answers .selected-answers-container .selected-label {
  display: none;
}
.mobile-widgets.unified yg-selected-answers .selected-answers-container .selected-thing {
  background: #f5f5f5;
  margin: 0 5px 10px 5px;
  position: relative;
}
.unified yg-selected-answers .selected-answers-container .remove-answer {
  font-family: Arial;
  font-weight: normal;
  font-size: 19px;
  line-height: 18px;
  position: relative;
  top: 2px;
  right: 0px;
  color: #888;
  cursor: pointer;
  margin-left: 2px;
}
.unified yg-selected-answers .selected-answers-container .remove-answer:hover {
  color: #ef2d27;
}
.unified yg-search-entities .suggest-new {
  display: inline-block;
  width: 120px;
  position: absolute;
  right: 0;
  background: #fff;
  border: none;
  padding: 0;
  font-weight: 600;
  cursor: pointer;
  z-index: 9999;
  height: 100%;
  font-size: 14px;
}
.unified yg-search-entities .search-entities-container {
  border: 1px solid #ccc;
  position: relative;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 20px 0 20px;
}
.unified yg-search-entities .search-entities-container input {
  border: none;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  padding: 0 10px 0 10px;
  font-size: 14px;
}
.unified yg-search-entities .search-entities-container .input-buttons .input-clear,
.unified yg-search-entities .search-entities-container .input-buttons .input-cancel {
  display: none;
}
.unified yg-search-entities .search-entities-container opi-spinner {
  width: 25px;
  height: 25px;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.unified yg-search-entities .search-results {
  display: block;
}
.unified yg-search-entities .search-results > li {
  background: #fff;
  padding: 5px 0;
  min-height: 39px;
  border-bottom: 1px solid #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.unified yg-search-entities .search-results > li.active {
  background: #f0f0f0;
}
.unified yg-search-entities .search-results > li.selected .icon-tick {
  opacity: 1;
}
.unified yg-search-entities .search-results .thing-thumbnail {
  width: 50px;
  height: 50px;
  background: #808080;
  overflow: hidden;
  position: relative;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.unified yg-search-entities .search-results .thing-thumbnail .node-type-icon-white {
  background-position: -562px -5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.unified yg-search-entities .search-results .thing-thumbnail .thing-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-size: contain;
  background-position: 50%;
}
.unified yg-search-entities .search-results .icon-tick {
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background-color: #ef2d27;
  background-size: 16px 12px;
  border-radius: 50%;
}
.unified yg-search-entities .search-results .search-result-info {
  font-size: 1.4rem;
  margin-left: 10px;
  font-weight: 600;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.mobile-widgets.unified yg-search-entities .focused {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #999;
  z-index: 100;
  background: #fff;
}
.mobile-widgets.unified yg-search-entities .focused .input-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  height: 40px;
  color: #d6262f;
  z-index: 20;
}
.mobile-widgets.unified yg-search-entities .focused .input-buttons .input-clear {
  position: relative;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  background-color: #999;
  color: white;
  display: block;
}
.mobile-widgets.unified yg-search-entities .focused .input-buttons .input-clear .icon-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-widgets.unified yg-search-entities .focused .input-buttons .input-clear .icon-container .svgi {
  display: block;
  width: 8px;
  height: 8px;
}
.mobile-widgets.unified yg-search-entities .focused .input-buttons .input-cancel {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  padding-right: 1ch;
  border: 0;
  background: transparent;
  margin-left: 0.75ch;
  height: 100%;
  display: block;
}
.mobile-widgets.unified yg-search-entities .focused ~ .things-list-container {
  display: block;
}
.unified yg-search-entities .things-list-container {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
.mobile-widgets.unified yg-search-entities .things-list-container {
  display: none;
  position: fixed;
  overflow: auto;
  padding: 0 15px;
  height: calc(100% - 40px);
  width: 100%;
  top: 40px;
  left: 0;
  background: #fff;
  z-index: 10;
  margin-top: 0;
  z-index: 100;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-duration: 0.3s;
  animation-delay: 0s;
  animation-name: slideInDown;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}
.slideOutUp {
  animation-duration: 0.3s;
  animation-delay: 0s;
  animation-name: slideOutUp;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
.unified yg-list-builder .limit-message {
  border: 1px solid #ccc;
  position: relative;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ef2d27;
}
.unified yg-list-builder .non-of-the-above {
  margin: 0 20px 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
  font-family: Arial;
  color: #999;
  text-transform: none;
}
.unified yg-list-builder .non-of-the-above:hover {
  color: #ef2d27;
}
.unified yg-list-builder .non-of-the-above .non-of-the-above-arrow {
  top: 0;
  margin-left: 0;
}
.unified yg-list-builder .non-of-the-above .non-of-the-above-arrow:after {
  content: '\25BA';
  margin-left: 5px;
  font-size: 11px;
  font-family: times;
  font-style: normal;
  position: relative;
  top: 0;
}
.mobile-widgets.unified yg-list-builder .non-of-the-above {
  height: 40px;
  margin: 0px 20px 10px 20px;
  background-color: #f0f0f0;
  z-index: 1;
  color: #333;
  font-weight: 400;
  text-transform: capitalize;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Raleway";
  float: none;
  font-size: 1.8rem;
}
.unified yg-list-builder opi-spinner {
  width: 80px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
}
.unified yg-list-builder .suggested-things {
  padding: 20px;
  min-height: 540px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mobile-widgets.unified yg-list-builder .suggested-things {
  margin: 0 auto;
  max-width: 450px;
  min-height: 0;
  overflow: hidden;
  padding: 20px 0;
}
@media (max-width: 470px) and (orientation: portrait) {
  .unified yg-list-builder .suggested-things > div:nth-child(3n) {
    border-right: none;
  }
  .unified yg-list-builder .suggested-things > div:nth-child(3n+ 1) {
    border-left: none;
  }
}
.unified yg-list-builder .suggested-things .suggested-thing,
.unified yg-list-builder .suggested-things .thumbnail-placeholder {
  margin: 0;
}
.unified yg-list-builder .suggested-things .suggested-thing .thing-thumbnail,
.unified yg-list-builder .suggested-things .thumbnail-placeholder .thing-thumbnail,
.unified yg-list-builder .suggested-things .suggested-thing .suggest-thing,
.unified yg-list-builder .suggested-things .thumbnail-placeholder .suggest-thing {
  width: 100%;
  height: 100%;
}
.unified yg-list-builder .suggested-things .slide {
  border: 1px solid #bdbdbd;
}
.unified yg-list-builder .suggested-things .frame {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #ef2d27;
  z-index: 200;
  box-sizing: border-box;
}
.mobile-widgets.unified yg-list-builder .suggested-things .frame {
  width: 100%;
  height: 100%;
}
.unified yg-list-builder .suggested-things .more-suggestions {
  background: #fff;
  width: 100%;
  height: 100%;
}
.unified yg-list-builder .suggested-things .more-suggestions .icon-refresh-green {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  bottom: 50px;
  right: 0;
  margin: auto;
}
.unified yg-list-builder .suggested-things .more-suggestions .more-suggestions-label {
  color: #49B669;
  bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 14px;
}
.unified yg-list-builder .suggested-things .more-suggestions:hover .frame {
  display: block;
}
.unified yg-list-builder .suggested-things .suggested-thing {
  cursor: pointer;
  outline: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  width: 33.33%;
  padding-bottom: 33.33%;
  height: auto;
}
.mobile-widgets.unified yg-list-builder .suggested-things .suggested-thing {
  position: relative;
  border: none;
  z-index: 10;
  float: left;
}
.mobile-widgets.unified yg-list-builder .suggested-things .suggested-thing.selected .frame {
  display: block;
  background: rgba(255, 255, 255, 0.6);
  border: none;
}
.unified yg-list-builder .suggested-things .suggested-thing.ng-enter-stagger {
  animation-delay: 0.05s;
  animation-duration: 0s;
}
.unified yg-list-builder .suggested-things .suggested-thing.ng-enter {
  animation-name: zoomIn;
  animation-duration: 0.1s;
  animation-fill-mode: both;
}
@media (min-width: 768px) {
  .unified yg-list-builder .suggested-things .suggested-thing.selected .frame,
  .unified yg-list-builder .suggested-things .suggested-thing:hover .frame {
    display: block;
  }
  .unified yg-list-builder .suggested-things .suggested-thing.selected .thing-name span,
  .unified yg-list-builder .suggested-things .suggested-thing:hover .thing-name span {
    color: #ef2d27;
  }
  .unified yg-list-builder .suggested-things .suggested-thing:hover .thing-image {
    transform: scale3d(0.96, 0.96, 1);
    transition: transform 0.35s;
    transform-origin: 50% 50%;
  }
}
.unified yg-list-builder .suggested-things .suggested-thing .thing-thumbnail {
  top: 0;
  left: 0;
  background: #808080;
  position: absolute;
  height: 100%;
}
.unified yg-list-builder .suggested-things .suggested-thing .thing-thumbnail .thing-image {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
.unified yg-list-builder .suggested-things .suggested-thing .thing-thumbnail .thing-name {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: #301A15;
  background: rgba(48, 26, 21, 0.8);
  z-index: 10;
  text-align: center;
  min-height: 15px;
  padding: 9px 0 11px 0;
  width: 100%;
  font-size: 14px;
}
.mobile-widgets.unified yg-list-builder .suggested-things .suggested-thing .thing-thumbnail .thing-name {
  font-size: 1.3rem;
  min-height: 38px;
}
.unified yg-list-builder .suggested-things .suggested-thing .thing-thumbnail .node-type-icon-white {
  background-position: -430px -25px;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 30px;
  background-color: transparent;
}
.mobile-widgets.unified yg-list-builder .suggested-things .suggested-thing .thing-thumbnail .node-type-icon-white {
  top: 0;
  bottom: 30%;
  right: 0;
  left: 0;
  margin: auto;
}
.unified yg-list-builder .suggested-things .suggested-thing .thing-thumbnail .node-type-icon-white.icon-refresh-white {
  width: 50%;
  height: 50%;
  background-color: #55b948;
  background-position: 50%;
  border-radius: 50%;
  background-size: 80%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 25px;
}
.unified yg-list-builder .suggested-things .suggested-thing .thing-thumbnail .node-type-icon-white.icon-more-suggestions {
  background-position: -250px -290px !important;
}
.unified yg-list-builder .suggested-things.limit-reached .suggested-thing {
  opacity: 0.5;
  cursor: default;
}
.unified yg-list-builder .suggested-things.limit-reached .suggested-thing:hover:not(.selected) {
  outline: none;
  border-color: transparent;
}
.unified yg-list-builder .suggested-things.limit-reached .suggested-thing:hover:not(.selected) .thing-name span {
  color: #fff;
}
.unified yg-list-builder .suggested-things .thumbnail-placeholder {
  width: 100%;
  height: 100%;
  background: #fafafa;
  position: absolute;
}
.mobile-widgets.unified yg-list-builder .suggested-things .thumbnail-placeholder {
  position: relative;
  width: 33.33%;
  padding-bottom: 33.33%;
  height: auto;
}
.unified yg-list-builder .suggested-things .thumbnail-placeholder .suggest-thing-label button {
  width: 159px;
  height: 159px;
  border: none;
  background: none;
  cursor: pointer;
}
.unified yg-list-builder .suggested-things .thumbnail-placeholder .suggest-thing-label button i {
  margin-bottom: 10px;
}
.unified yg-list-builder .suggested-things .thumbnail-placeholder .suggest-thing-label button p {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  text-align: center;
}
.unified yg-list-builder .suggested-things .thumbnail-placeholder .suggest-thing-label button:hover i {
  background-position: -192px -635px;
}
.unified yg-list-builder .suggested-things .thumbnail-placeholder .suggest-thing-label button:hover p {
  color: #EF2D27;
}
.unified yg-multi-select .answer-option {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 8px;
  font-size: 16px;
  -ms-flex-direction: column;
  flex-direction: column;
}
.unified yg-multi-select .answer-option input[type="checkbox"] {
  margin: 0;
  opacity: 0;
  display: none;
}
.unified yg-multi-select .answer-option input[type="checkbox"]:checked + .answer-option-tick {
  background-color: #ef2d27;
  border-color: #ef2d27;
}
.unified yg-multi-select .answer-option input[type="checkbox"]:checked + .answer-option-tick:after {
  animation: check 0.5s;
}
.unified yg-multi-select .answer-option .answer-option-percentage {
  margin-left: 20px;
}
.unified yg-multi-select .answer-option .answer-option-percentage,
.unified yg-multi-select .answer-option .answer-option-bar-container {
  opacity: 0;
}
.unified yg-multi-select .answer-option .answer-option-bar-container {
  display: -ms-flexbox;
  display: flex;
  height: 3px;
  background: #eee;
  position: relative;
  margin-left: 70px;
  margin-right: 20px;
}
.mobile-widgets.unified yg-multi-select .answer-option .answer-option-bar-container {
  height: 6px;
}
.unified yg-multi-select .answer-option .answer-option-bar-container .answer-option-bar {
  background: #ef2d27;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.unified yg-multi-select .answer-option.answer-options-results .answer-option-bar-container {
  opacity: 1;
}
.unified yg-multi-select .answer-option.answer-options-results .answer-option-bar-container .answer-option-bar {
  animation: bar 0.5s;
}
.unified yg-multi-select .answer-option.answer-options-results .answer-option-percentage {
  opacity: 1;
}
.unified yg-multi-select .answer-option yg-open-question {
  margin: 0 40px 0 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.unified yg-multi-select .answer-option yg-open-question .answer-input {
  height: 30px;
}
.unified yg-multi-select .answer-option yg-open-question ng-messages {
  position: absolute;
}
.unified yg-multi-select .answer-option yg-open-question ng-message {
  font-size: 12px;
}
.unified yg-multi-select .answer-option > label {
  margin: 0;
  padding: 2px 20px;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  position: relative;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
.unified yg-multi-select .answer-option > label:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.unified yg-multi-select .answer-option > label:hover .answer-option-tick {
  border-color: #ef2d27;
}
.unified yg-multi-select .answer-option > label:focus,
.unified yg-multi-select .answer-option > label:active {
  background: #f5f5f5;
  transition: background 0.5s;
}
.unified yg-multi-select .answer-option > label .answer-option-label {
  -ms-flex: 1;
  flex: 1;
}
.unified yg-multi-select .answer-option > label .answer-option-tick {
  width: 30px;
  height: 30px;
  max-width: 30px;
  display: block;
  border: 4px solid #ccc;
  background-color: #fff;
  margin-right: 20px;
  background-size: 20px 14px;
  position: relative;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}
.unified yg-multi-select .answer-option > label .answer-option-tick:after {
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: '';
  display: block;
  height: 16px;
  left: 2px;
  position: absolute;
  top: 11px;
  bottom: 0;
  width: 10px;
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 16px;
    width: 10px;
  }
}
@keyframes bar {
  0% {
    width: 0;
  }
}
.unified yg-multi-select .legend-box {
  color: #333;
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.unified yg-multi-select .legend-box::before {
  content: '';
  width: 12px;
  height: 12px;
  margin: 1px 10px 0 0;
  background: #ef2d27;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
}
.unified yg-textonly-list-builder yg-search-entities .things-list-container ul li:hover .svgi,
.unified yg-textonly-list-builder yg-search-entities .things-list-container ul li.selected .svgi {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2245.319px%22%20height%3D%2235.802px%22%20viewBox%3D%220%200%2045.319%2035.802%22%20enable-background%3D%22new%200%200%2045.319%2035.802%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M37.394%2C0c-2.216%2C2.221-12.411%2C12.453-19.907%2C19.97c-3.796-3.816-7.773-7.82-9.563-9.612%0D%0A%09C5.232%2C13.048%2C2.637%2C15.641%2C0%2C18.276c3.315%2C3.299%2C14.101%2C14.238%2C17.377%2C17.526c0.035-0.035%2C0.068-0.068%2C0.103-0.103%0D%0A%09c0.035%2C0.035%2C0.068%2C0.068%2C0.103%2C0.103c3.276-3.287%2C24.421-24.584%2C27.735-27.883C42.683%2C5.284%2C40.086%2C2.69%2C37.394%2C0z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0A');
}
.unified yg-textonly-list-builder .limit-message {
  border: 1px solid #ccc;
  position: relative;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 20px 0 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ef2d27;
}
.unified yg-textonly-list-builder yg-search-entities .search-entities-container {
  margin-bottom: 0;
}
.unified yg-textonly-list-builder yg-search-entities input {
  position: relative;
  z-index: 11;
  background: transparent;
}
.unified yg-textonly-list-builder yg-search-entities.multi-select .things-list-container ul li .svgi,
.unified yg-textonly-list-builder yg-search-entities.multi-select .things-list-container ul li:hover .svgi,
.unified yg-textonly-list-builder yg-search-entities.multi-select .things-list-container ul li.selected .svgi {
  border-radius: 0;
}
.unified yg-textonly-list-builder yg-search-entities .things-list-container {
  margin: 0 20px;
  position: absolute;
  width: calc(100% - 40px);
  background: #fff;
  z-index: 200;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.mobile-widgets.unified yg-textonly-list-builder yg-search-entities .things-list-container {
  width: 100%;
  margin: 0;
  border: none;
}
.unified yg-textonly-list-builder yg-search-entities .things-list-container ul {
  max-height: 195px;
  overflow-x: hidden;
  overflow-y: auto;
}
.unified yg-textonly-list-builder yg-search-entities .things-list-container ul li {
  padding: 5px 10px 5px 0;
}
.unified yg-textonly-list-builder yg-search-entities .things-list-container ul li:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.unified yg-textonly-list-builder yg-search-entities .things-list-container ul li .thing-thumbnail {
  display: none;
}
.unified yg-textonly-list-builder yg-search-entities .things-list-container ul li.search-info-message {
  font-size: 1.4rem;
  padding-left: 10px;
  font-weight: 400;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #f5f5f5;
}
.unified yg-textonly-list-builder yg-search-entities .things-list-container ul li.search-info-message:hover {
  cursor: default;
}
.unified yg-textonly-list-builder yg-search-entities .things-list-container ul li .svgi {
  width: 40px;
  height: 25px;
  display: inline-block;
  opacity: 1;
  background: #ccc;
}
.mobile-widgets.unified yg-textonly-list-builder yg-search-entities .things-list-container ul li .svgi {
  display: none;
}
.unified yg-textonly-list-builder yg-search-entities .things-list-container ul li:hover .svgi,
.unified yg-textonly-list-builder yg-search-entities .things-list-container ul li.selected .svgi {
  background-color: #ef2d27;
  background-size: 16px 12px;
}
.mobile-widgets.unified yg-textonly-list-builder yg-search-entities .things-list-container ul li.selected .svgi {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.unified yg-textonly-list-builder .input-buttons:after {
  content: '\25BA';
  margin-left: 5px;
  font-size: 11px;
  font-family: times;
  font-style: normal;
  position: relative;
  top: 10px;
  transform: rotate(90deg);
  position: absolute;
  right: 14px;
  color: #999;
}
.unified yg-textonly-list-builder .input-buttons:after:hover {
  cursor: pointer;
}
.mobile-widgets.unified yg-textonly-list-builder .input-buttons:after {
  content: normal;
}
.unified yg-textonly-list-builder .input-buttons opi-spinner {
  background-color: #fff;
  z-index: 10;
}
.unified yg-textonly-list-builder .non-of-the-above {
  margin: 10px 20px 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
  font-family: Arial;
  color: #999;
  text-transform: none;
}
.unified yg-textonly-list-builder .non-of-the-above:hover {
  color: #ef2d27;
}
.unified yg-textonly-list-builder .non-of-the-above .non-of-the-above-arrow {
  top: 0;
  margin-left: 0;
}
.unified yg-textonly-list-builder .non-of-the-above .non-of-the-above-arrow:after {
  content: '\25BA';
  margin-left: 5px;
  font-size: 11px;
  font-family: times;
  font-style: normal;
  position: relative;
  top: 0;
}
.mobile-widgets.unified yg-textonly-list-builder .non-of-the-above {
  height: 40px;
  margin: 10px 20px 10px 20px;
  background-color: #f0f0f0;
  z-index: 1;
  color: #333;
  font-weight: 400;
  text-transform: capitalize;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Raleway";
  float: none;
  font-size: 1.8rem;
}
.unified yg-open-question {
  display: block;
  margin: 0 20px 20px 20px;
}
.unified yg-open-question .answer-input {
  border: 1px solid #ccc;
  position: relative;
  height: 40px;
  width: 100%;
  color: #333;
  padding: 0 10px 0 10px;
  font-size: 14px;
}
.unified yg-open-question ng-messages {
  display: block;
  min-height: 21px;
}
.unified yg-open-question ng-messages ng-message {
  color: #ef2d27;
  line-height: 1.5;
  font-size: 14px;
}
.unified yg-survey-widget {
  display: block;
  position: relative;
}
.unified yg-survey-widget .mini-loader {
  min-height: 26px;
  display: -ms-flexbox;
  display: flex;
  background-position: 50% 0;
}
.unified yg-survey-widget yg-survey {
  display: -ms-flexbox;
  display: flex;
  margin-left: 38px;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 450px) {
  .unified yg-survey-widget yg-survey {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
.mobile-widgets.unified yg-survey-widget yg-survey {
  margin-left: 0;
  max-width: 450px;
  margin: 0 auto 20px auto;
}
.unified yg-survey-widget yg-survey.disabled:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
}
.unified yg-survey-widget yg-survey yg-survey-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
  background: #f5f5f5;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-header {
  border-bottom-color: #f5f5f5;
  font-weight: 500;
  font-size: 1.6rem;
  min-height: 32px;
}
.unified yg-survey-widget yg-survey yg-survey-header .icon-widget-surveys {
  position: relative;
  margin-left: -39px;
  top: 0px;
  width: 38px;
  height: 28px;
  background-color: #ccc;
  background-size: 16px 13px;
  outline: 1px solid #ccc;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-header .icon-widget-surveys {
  margin-left: 0;
  height: auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
}
.unified yg-survey-widget yg-survey yg-survey-header .survey-header-label {
  padding: 0 10px;
  -ms-flex: 1;
  flex: 1;
}
.unified yg-survey-widget yg-survey yg-survey-header .dismiss-btn {
  position: absolute;
  right: 5px;
  font-size: 30px;
  font-weight: 400;
  padding: 0;
  background: 0 0;
  border: none;
  vertical-align: top;
  line-height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #333;
  font-family: Arial;
}
.unified yg-survey-widget yg-survey.live yg-survey-header {
  background: #ef2d27;
  color: #fff;
}
.unified yg-survey-widget yg-survey.live .icon-widget-surveys {
  background-color: #ef2d27;
}
.unified yg-survey-widget yg-survey.live .dismiss-btn {
  color: #fff;
}
.unified yg-survey-widget yg-survey .questions {
  min-height: 100px;
  padding: 20px 0;
}
.unified yg-survey-widget yg-survey .questions .question-label {
  padding: 0 20px 20px 20px;
  font-size: 16px;
  min-height: 22px;
  margin: 0;
}
.unified yg-survey-widget yg-survey yg-survey-action-box {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-action-box {
  margin: 30px 0 0 0;
  color: #bdbdbd;
  min-height: 50px;
  padding-bottom: 0;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .live-results-area {
  margin: 20px 20px 20px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-action-box .live-results-area {
  margin: 20px 20px 20px 20px;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .live-results-area .live-result-label {
  display: -ms-flexbox;
  display: flex;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .live-results-area .live-result-label a {
  color: #333;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .live-results-area .live-result-label a:hover {
  color: #ef2d27;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .live-results-area .live-result-label .icon-survey-results {
  width: 23px;
  height: 17px;
  float: left;
  margin-right: 10px;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .live-results-area .share-box-container {
  display: -ms-flexbox;
  display: flex;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .survey-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-action-box .survey-nav {
  height: 50px;
  padding-bottom: 0;
  margin-bottom: 0;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .error-message {
  text-align: center;
  font-weight: normal;
  color: #ef2d27;
  padding: 10px;
  border-top: 1px solid #ccc;
  position: relative;
}
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-action-box .question-loader {
  top: -30px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav {
  text-transform: none;
  background: none;
  border: none;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 0;
  padding: 0;
  top: 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background: #999;
  color: #fff;
}
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #eee;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: #ef2d27;
  height: auto;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav[disabled] {
  color: #bdbdbd;
  background: #eee;
  opacity: 1;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-prev {
  margin-right: 15px;
  position: relative;
}
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-prev {
  margin: 0;
  border-right: 1px solid #fff;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-next {
  margin-left: 15px;
  position: relative;
}
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-next {
  margin: 0;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-prev::before,
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-next::before {
  position: absolute;
  top: 50%;
  left: -10px;
  margin: -2px 0 0 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
  transform-origin: 23px 50%;
}
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-prev::before,
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-next::before {
  content: normal;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-prev::after,
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  content: '';
  opacity: 0;
  pointer-events: none;
  border: 4px solid rgba(0, 0, 0, 0.1);
}
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-prev::after,
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-next::after {
  content: normal;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-prev.question-loading::after,
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-next.question-loading::after {
  animation: anim-effect-simo-1 5s forwards;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-prev.question-loading::before,
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav.question-next.question-loading::before {
  animation-name: anim-effect-simo-2, anim-effect-simo-3;
  animation-duration: 5s, 0.4s;
  animation-iteration-count: 1, infinite;
  animation-timing-function: ease, linear;
  animation-fill-mode: forwards;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav > .svgi {
  display: block;
  width: 25px;
  height: 25px;
  background-size: 10px 15px;
}
.mobile-widgets.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav > .svgi {
  display: none;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav > .svgi.icon-arrow-left {
  background-position: 45% 52%;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav > .svgi.icon-arrow-right {
  background-position: 55% 52%;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav:hover {
  background-color: #ef2d27;
  color: #fff;
}
.unified yg-survey-widget yg-survey yg-survey-action-box .btn-question-nav[disabled] {
  opacity: 0.5;
  cursor: default;
  background: #ccc;
}
.unified yg-survey-widget success-banner {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  background: #fff;
  margin: 0 auto 20px auto;
  max-width: 450px;
}
@keyframes anim-effect-simo-1 {
  0%,
  100% {
    transform: scale3d(0, 0, 1);
    opacity: 0;
  }
  5%,
  95% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-effect-simo-2 {
  0%,
  5%,
  95%,
  100% {
    opacity: 0;
  }
  10%,
  90% {
    opacity: 1;
  }
}
@keyframes anim-effect-simo-3 {
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.unified yg-gryphon-survey {
  display: block;
  position: relative;
}
.unified yg-gryphon-survey yg-survey {
  position: relative;
  display: block;
}
.unified yg-gryphon-survey yg-survey.disabled:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
}
.unified yg-gryphon-survey yg-survey-opinions-action-box,
.unified yg-gryphon-survey yg-survey-action-box {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobile-widgets.unified yg-gryphon-survey yg-survey-opinions-action-box,
.mobile-widgets.unified yg-gryphon-survey yg-survey-action-box {
  color: #bdbdbd;
  min-height: 50px;
  padding-bottom: 0;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.unified yg-gryphon-survey yg-survey-opinions-action-box .survey-nav,
.unified yg-gryphon-survey yg-survey-action-box .survey-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile-widgets.unified yg-gryphon-survey yg-survey-opinions-action-box .survey-nav,
.mobile-widgets.unified yg-gryphon-survey yg-survey-action-box .survey-nav {
  height: 50px;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.unified yg-gryphon-survey yg-survey-opinions-action-box .btn-question-nav,
.unified yg-gryphon-survey yg-survey-action-box .btn-question-nav {
  width: 112px;
  padding: 4px 12px;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-clip: border-box;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #969696;
  background-image: linear-gradient(to bottom, #aaa, #777);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  line-height: 24.64px;
  font-size: 16px;
  height: auto;
  border-radius: 4px;
  box-sizing: border-box !important;
}
.unified yg-gryphon-survey yg-survey-opinions-action-box .btn-question-nav:hover,
.unified yg-gryphon-survey yg-survey-action-box .btn-question-nav:hover {
  color: #fff;
  background-color: #777;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
  cursor: pointer;
}
.unified yg-gryphon-survey yg-survey-opinions-action-box .btn-question-nav .svgi,
.unified yg-gryphon-survey yg-survey-action-box .btn-question-nav .svgi {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 11px;
  height: 15px;
  color: #fff;
  background-size: contain;
}
.unified yg-gryphon-survey yg-survey-opinions-action-box .btn-question-nav.hidden,
.unified yg-gryphon-survey yg-survey-action-box .btn-question-nav.hidden {
  visibility: hidden;
}
.mobile-widgets.unified yg-gryphon-survey yg-survey-opinions-action-box .btn-question-nav.hidden,
.mobile-widgets.unified yg-gryphon-survey yg-survey-action-box .btn-question-nav.hidden {
  visibility: visible;
}
.mobile-widgets.unified yg-gryphon-survey yg-survey-opinions-action-box .btn-question-nav,
.mobile-widgets.unified yg-gryphon-survey yg-survey-action-box .btn-question-nav {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #eee;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: #ef2d27;
  height: auto;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
  box-shadow: none;
  border: none;
}
.mobile-widgets.unified yg-gryphon-survey yg-survey-opinions-action-box .btn-question-nav[disabled],
.mobile-widgets.unified yg-gryphon-survey yg-survey-action-box .btn-question-nav[disabled] {
  color: #bdbdbd;
  background: #eee;
  opacity: 1;
}
.mobile-widgets.unified yg-gryphon-survey yg-survey-opinions-action-box .btn-question-nav.question-prev,
.mobile-widgets.unified yg-gryphon-survey yg-survey-action-box .btn-question-nav.question-prev {
  margin: 0;
}
.unified yg-gryphon-survey yg-survey-opinions-action-box .btn-question-nav.question-next,
.unified yg-gryphon-survey yg-survey-action-box .btn-question-nav.question-next {
  margin-left: 20px;
}
.mobile-widgets.unified yg-gryphon-survey yg-survey-opinions-action-box .btn-question-nav.question-next,
.mobile-widgets.unified yg-gryphon-survey yg-survey-action-box .btn-question-nav.question-next {
  margin: 0;
}
.unified yg-gryphon-survey yg-survey-opinions-action-box .btn-question-nav[disabled],
.unified yg-gryphon-survey yg-survey-action-box .btn-question-nav[disabled] {
  opacity: 0.5;
  cursor: default;
  background: #ccc;
}
.mobile-widgets.unified yg-gryphon-survey yg-survey-opinions-action-box .btn-question-nav > .svgi,
.mobile-widgets.unified yg-gryphon-survey yg-survey-action-box .btn-question-nav > .svgi {
  display: none;
}
.unified yg-gryphon-survey yg-question > *:not(p) {
  padding: 0;
  width: 540px;
  margin: 20px auto;
  display: block;
  position: relative;
}
.mobile-widgets.unified yg-gryphon-survey yg-question > *:not(p) {
  width: auto;
  max-width: 450px;
}
.mobile-widgets.unified yg-gryphon-survey yg-question .question-label {
  margin: 0 20px;
}
.unified yg-gryphon-survey yg-question .legend-box {
  display: none;
}
.unified yg-gryphon-survey yg-question .answer-option .answer-option-percentage,
.unified yg-gryphon-survey yg-question .answer-option .answer-option-bar-container {
  display: none;
}
.unified yg-gryphon-survey yg-question yg-textonly-list-builder yg-search-entities .things-list-container {
  width: 100%;
  margin: 0;
}
.mobile-widgets.unified yg-gryphon-survey yg-question yg-textonly-list-builder yg-search-entities .things-list-container {
  width: calc(100% - 40px);
  margin: 0 20px;
}
.unified yg-gryphon-survey yg-question .selected-answers-container {
  margin: 0 0 20px 0;
}
.mobile-widgets.unified yg-gryphon-survey yg-question .selected-answers-container {
  margin: 0 20px 20px 20px;
}
.unified yg-gryphon-survey yg-question .non-of-the-above {
  margin: 10px 0 0 0;
}
.unified yg-gryphon-survey yg-question .search-entities-container {
  margin: 20px 0 0 0;
}
.mobile-widgets.unified yg-gryphon-survey yg-question .search-entities-container {
  margin: 20px 20px 0 20px;
}
.mobile-widgets.unified yg-gryphon-survey yg-question .search-entities-container.focused {
  margin: 0;
}
.unified yg-gryphon-survey yg-question .suggested-things {
  margin: 20px 0 0 0;
  border: 1px solid #ccc;
}
.mobile-widgets.unified yg-gryphon-survey yg-question .suggested-things {
  border: none;
  margin: 0;
}
.unified yg-gryphon-survey yg-question .ratings-question .things-search-wrapper {
  margin: 0;
}
.unified yg-gryphon-survey yg-question .ratings-wrapper {
  margin: 20px 0 0 0;
  border: 1px solid #ccc;
  overflow: hidden;
}
.mobile-widgets.unified yg-gryphon-survey yg-question .ratings-wrapper {
  border: none;
  margin: 0;
  overflow: visible;
}
.unified yg-gryphon-survey yg-question .ratings-wrapper .ratings .rating .thing-thumbnail .thing-name span {
  font-size: 14px;
}
.unified yg-gryphon-survey yg-question .ratings-wrapper .ratings .rating .more-content .rating-content {
  border-bottom: 0;
}
.unified yg-gryphon-survey yg-question .ratings-wrapper .panel-group > .panel:last-child .panel-body {
  padding-bottom: 0;
}
.unified yg-gryphon-survey yg-survey-action-box {
  text-align: center;
  position: relative;
}
.mobile-widgets.unified yg-gryphon-survey yg-survey-action-box {
  margin: 30px 0 0 0;
}
.unified yg-gryphon-survey yg-survey-action-box .error-message {
  text-align: center;
  font-weight: normal;
  color: #ef2d27;
  padding: 10px;
  position: relative;
  border: none;
  color: #333;
}
.unified yg-gryphon-survey yg-survey-action-box .question-loader {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mobile-widgets.unified yg-gryphon-survey yg-survey-action-box .question-loader {
  top: -30px;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #e5e5e5;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ef2d27;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #e5e5e5;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
html,
body {
  height: 100%;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 18px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #ef2d27;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d31610;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ef2d27;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #d31610;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ccc;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ccc;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ccc;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 772px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 982px;
  }
}
@media (min-width: 1060px) {
  .container {
    width: 1080px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18 {
  float: left;
}
.col-xs-18 {
  width: 100%;
}
.col-xs-17 {
  width: 94.44444444%;
}
.col-xs-16 {
  width: 88.88888889%;
}
.col-xs-15 {
  width: 83.33333333%;
}
.col-xs-14 {
  width: 77.77777778%;
}
.col-xs-13 {
  width: 72.22222222%;
}
.col-xs-12 {
  width: 66.66666667%;
}
.col-xs-11 {
  width: 61.11111111%;
}
.col-xs-10 {
  width: 55.55555556%;
}
.col-xs-9 {
  width: 50%;
}
.col-xs-8 {
  width: 44.44444444%;
}
.col-xs-7 {
  width: 38.88888889%;
}
.col-xs-6 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 27.77777778%;
}
.col-xs-4 {
  width: 22.22222222%;
}
.col-xs-3 {
  width: 16.66666667%;
}
.col-xs-2 {
  width: 11.11111111%;
}
.col-xs-1 {
  width: 5.55555556%;
}
.col-xs-pull-18 {
  right: 100%;
}
.col-xs-pull-17 {
  right: 94.44444444%;
}
.col-xs-pull-16 {
  right: 88.88888889%;
}
.col-xs-pull-15 {
  right: 83.33333333%;
}
.col-xs-pull-14 {
  right: 77.77777778%;
}
.col-xs-pull-13 {
  right: 72.22222222%;
}
.col-xs-pull-12 {
  right: 66.66666667%;
}
.col-xs-pull-11 {
  right: 61.11111111%;
}
.col-xs-pull-10 {
  right: 55.55555556%;
}
.col-xs-pull-9 {
  right: 50%;
}
.col-xs-pull-8 {
  right: 44.44444444%;
}
.col-xs-pull-7 {
  right: 38.88888889%;
}
.col-xs-pull-6 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 27.77777778%;
}
.col-xs-pull-4 {
  right: 22.22222222%;
}
.col-xs-pull-3 {
  right: 16.66666667%;
}
.col-xs-pull-2 {
  right: 11.11111111%;
}
.col-xs-pull-1 {
  right: 5.55555556%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-18 {
  left: 100%;
}
.col-xs-push-17 {
  left: 94.44444444%;
}
.col-xs-push-16 {
  left: 88.88888889%;
}
.col-xs-push-15 {
  left: 83.33333333%;
}
.col-xs-push-14 {
  left: 77.77777778%;
}
.col-xs-push-13 {
  left: 72.22222222%;
}
.col-xs-push-12 {
  left: 66.66666667%;
}
.col-xs-push-11 {
  left: 61.11111111%;
}
.col-xs-push-10 {
  left: 55.55555556%;
}
.col-xs-push-9 {
  left: 50%;
}
.col-xs-push-8 {
  left: 44.44444444%;
}
.col-xs-push-7 {
  left: 38.88888889%;
}
.col-xs-push-6 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 27.77777778%;
}
.col-xs-push-4 {
  left: 22.22222222%;
}
.col-xs-push-3 {
  left: 16.66666667%;
}
.col-xs-push-2 {
  left: 11.11111111%;
}
.col-xs-push-1 {
  left: 5.55555556%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-18 {
  margin-left: 100%;
}
.col-xs-offset-17 {
  margin-left: 94.44444444%;
}
.col-xs-offset-16 {
  margin-left: 88.88888889%;
}
.col-xs-offset-15 {
  margin-left: 83.33333333%;
}
.col-xs-offset-14 {
  margin-left: 77.77777778%;
}
.col-xs-offset-13 {
  margin-left: 72.22222222%;
}
.col-xs-offset-12 {
  margin-left: 66.66666667%;
}
.col-xs-offset-11 {
  margin-left: 61.11111111%;
}
.col-xs-offset-10 {
  margin-left: 55.55555556%;
}
.col-xs-offset-9 {
  margin-left: 50%;
}
.col-xs-offset-8 {
  margin-left: 44.44444444%;
}
.col-xs-offset-7 {
  margin-left: 38.88888889%;
}
.col-xs-offset-6 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 27.77777778%;
}
.col-xs-offset-4 {
  margin-left: 22.22222222%;
}
.col-xs-offset-3 {
  margin-left: 16.66666667%;
}
.col-xs-offset-2 {
  margin-left: 11.11111111%;
}
.col-xs-offset-1 {
  margin-left: 5.55555556%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18 {
    float: left;
  }
  .col-sm-18 {
    width: 100%;
  }
  .col-sm-17 {
    width: 94.44444444%;
  }
  .col-sm-16 {
    width: 88.88888889%;
  }
  .col-sm-15 {
    width: 83.33333333%;
  }
  .col-sm-14 {
    width: 77.77777778%;
  }
  .col-sm-13 {
    width: 72.22222222%;
  }
  .col-sm-12 {
    width: 66.66666667%;
  }
  .col-sm-11 {
    width: 61.11111111%;
  }
  .col-sm-10 {
    width: 55.55555556%;
  }
  .col-sm-9 {
    width: 50%;
  }
  .col-sm-8 {
    width: 44.44444444%;
  }
  .col-sm-7 {
    width: 38.88888889%;
  }
  .col-sm-6 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 27.77777778%;
  }
  .col-sm-4 {
    width: 22.22222222%;
  }
  .col-sm-3 {
    width: 16.66666667%;
  }
  .col-sm-2 {
    width: 11.11111111%;
  }
  .col-sm-1 {
    width: 5.55555556%;
  }
  .col-sm-pull-18 {
    right: 100%;
  }
  .col-sm-pull-17 {
    right: 94.44444444%;
  }
  .col-sm-pull-16 {
    right: 88.88888889%;
  }
  .col-sm-pull-15 {
    right: 83.33333333%;
  }
  .col-sm-pull-14 {
    right: 77.77777778%;
  }
  .col-sm-pull-13 {
    right: 72.22222222%;
  }
  .col-sm-pull-12 {
    right: 66.66666667%;
  }
  .col-sm-pull-11 {
    right: 61.11111111%;
  }
  .col-sm-pull-10 {
    right: 55.55555556%;
  }
  .col-sm-pull-9 {
    right: 50%;
  }
  .col-sm-pull-8 {
    right: 44.44444444%;
  }
  .col-sm-pull-7 {
    right: 38.88888889%;
  }
  .col-sm-pull-6 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 27.77777778%;
  }
  .col-sm-pull-4 {
    right: 22.22222222%;
  }
  .col-sm-pull-3 {
    right: 16.66666667%;
  }
  .col-sm-pull-2 {
    right: 11.11111111%;
  }
  .col-sm-pull-1 {
    right: 5.55555556%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-18 {
    left: 100%;
  }
  .col-sm-push-17 {
    left: 94.44444444%;
  }
  .col-sm-push-16 {
    left: 88.88888889%;
  }
  .col-sm-push-15 {
    left: 83.33333333%;
  }
  .col-sm-push-14 {
    left: 77.77777778%;
  }
  .col-sm-push-13 {
    left: 72.22222222%;
  }
  .col-sm-push-12 {
    left: 66.66666667%;
  }
  .col-sm-push-11 {
    left: 61.11111111%;
  }
  .col-sm-push-10 {
    left: 55.55555556%;
  }
  .col-sm-push-9 {
    left: 50%;
  }
  .col-sm-push-8 {
    left: 44.44444444%;
  }
  .col-sm-push-7 {
    left: 38.88888889%;
  }
  .col-sm-push-6 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 27.77777778%;
  }
  .col-sm-push-4 {
    left: 22.22222222%;
  }
  .col-sm-push-3 {
    left: 16.66666667%;
  }
  .col-sm-push-2 {
    left: 11.11111111%;
  }
  .col-sm-push-1 {
    left: 5.55555556%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-18 {
    margin-left: 100%;
  }
  .col-sm-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-sm-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-sm-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-sm-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-sm-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-sm-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-sm-offset-9 {
    margin-left: 50%;
  }
  .col-sm-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-sm-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-sm-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-sm-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-sm-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-sm-offset-1 {
    margin-left: 5.55555556%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18 {
    float: left;
  }
  .col-md-18 {
    width: 100%;
  }
  .col-md-17 {
    width: 94.44444444%;
  }
  .col-md-16 {
    width: 88.88888889%;
  }
  .col-md-15 {
    width: 83.33333333%;
  }
  .col-md-14 {
    width: 77.77777778%;
  }
  .col-md-13 {
    width: 72.22222222%;
  }
  .col-md-12 {
    width: 66.66666667%;
  }
  .col-md-11 {
    width: 61.11111111%;
  }
  .col-md-10 {
    width: 55.55555556%;
  }
  .col-md-9 {
    width: 50%;
  }
  .col-md-8 {
    width: 44.44444444%;
  }
  .col-md-7 {
    width: 38.88888889%;
  }
  .col-md-6 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 27.77777778%;
  }
  .col-md-4 {
    width: 22.22222222%;
  }
  .col-md-3 {
    width: 16.66666667%;
  }
  .col-md-2 {
    width: 11.11111111%;
  }
  .col-md-1 {
    width: 5.55555556%;
  }
  .col-md-pull-18 {
    right: 100%;
  }
  .col-md-pull-17 {
    right: 94.44444444%;
  }
  .col-md-pull-16 {
    right: 88.88888889%;
  }
  .col-md-pull-15 {
    right: 83.33333333%;
  }
  .col-md-pull-14 {
    right: 77.77777778%;
  }
  .col-md-pull-13 {
    right: 72.22222222%;
  }
  .col-md-pull-12 {
    right: 66.66666667%;
  }
  .col-md-pull-11 {
    right: 61.11111111%;
  }
  .col-md-pull-10 {
    right: 55.55555556%;
  }
  .col-md-pull-9 {
    right: 50%;
  }
  .col-md-pull-8 {
    right: 44.44444444%;
  }
  .col-md-pull-7 {
    right: 38.88888889%;
  }
  .col-md-pull-6 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 27.77777778%;
  }
  .col-md-pull-4 {
    right: 22.22222222%;
  }
  .col-md-pull-3 {
    right: 16.66666667%;
  }
  .col-md-pull-2 {
    right: 11.11111111%;
  }
  .col-md-pull-1 {
    right: 5.55555556%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-18 {
    left: 100%;
  }
  .col-md-push-17 {
    left: 94.44444444%;
  }
  .col-md-push-16 {
    left: 88.88888889%;
  }
  .col-md-push-15 {
    left: 83.33333333%;
  }
  .col-md-push-14 {
    left: 77.77777778%;
  }
  .col-md-push-13 {
    left: 72.22222222%;
  }
  .col-md-push-12 {
    left: 66.66666667%;
  }
  .col-md-push-11 {
    left: 61.11111111%;
  }
  .col-md-push-10 {
    left: 55.55555556%;
  }
  .col-md-push-9 {
    left: 50%;
  }
  .col-md-push-8 {
    left: 44.44444444%;
  }
  .col-md-push-7 {
    left: 38.88888889%;
  }
  .col-md-push-6 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 27.77777778%;
  }
  .col-md-push-4 {
    left: 22.22222222%;
  }
  .col-md-push-3 {
    left: 16.66666667%;
  }
  .col-md-push-2 {
    left: 11.11111111%;
  }
  .col-md-push-1 {
    left: 5.55555556%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-18 {
    margin-left: 100%;
  }
  .col-md-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-md-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-md-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-md-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-md-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-md-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-md-offset-9 {
    margin-left: 50%;
  }
  .col-md-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-md-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-md-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-md-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-md-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-md-offset-1 {
    margin-left: 5.55555556%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1060px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18 {
    float: left;
  }
  .col-lg-18 {
    width: 100%;
  }
  .col-lg-17 {
    width: 94.44444444%;
  }
  .col-lg-16 {
    width: 88.88888889%;
  }
  .col-lg-15 {
    width: 83.33333333%;
  }
  .col-lg-14 {
    width: 77.77777778%;
  }
  .col-lg-13 {
    width: 72.22222222%;
  }
  .col-lg-12 {
    width: 66.66666667%;
  }
  .col-lg-11 {
    width: 61.11111111%;
  }
  .col-lg-10 {
    width: 55.55555556%;
  }
  .col-lg-9 {
    width: 50%;
  }
  .col-lg-8 {
    width: 44.44444444%;
  }
  .col-lg-7 {
    width: 38.88888889%;
  }
  .col-lg-6 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 27.77777778%;
  }
  .col-lg-4 {
    width: 22.22222222%;
  }
  .col-lg-3 {
    width: 16.66666667%;
  }
  .col-lg-2 {
    width: 11.11111111%;
  }
  .col-lg-1 {
    width: 5.55555556%;
  }
  .col-lg-pull-18 {
    right: 100%;
  }
  .col-lg-pull-17 {
    right: 94.44444444%;
  }
  .col-lg-pull-16 {
    right: 88.88888889%;
  }
  .col-lg-pull-15 {
    right: 83.33333333%;
  }
  .col-lg-pull-14 {
    right: 77.77777778%;
  }
  .col-lg-pull-13 {
    right: 72.22222222%;
  }
  .col-lg-pull-12 {
    right: 66.66666667%;
  }
  .col-lg-pull-11 {
    right: 61.11111111%;
  }
  .col-lg-pull-10 {
    right: 55.55555556%;
  }
  .col-lg-pull-9 {
    right: 50%;
  }
  .col-lg-pull-8 {
    right: 44.44444444%;
  }
  .col-lg-pull-7 {
    right: 38.88888889%;
  }
  .col-lg-pull-6 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 27.77777778%;
  }
  .col-lg-pull-4 {
    right: 22.22222222%;
  }
  .col-lg-pull-3 {
    right: 16.66666667%;
  }
  .col-lg-pull-2 {
    right: 11.11111111%;
  }
  .col-lg-pull-1 {
    right: 5.55555556%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-18 {
    left: 100%;
  }
  .col-lg-push-17 {
    left: 94.44444444%;
  }
  .col-lg-push-16 {
    left: 88.88888889%;
  }
  .col-lg-push-15 {
    left: 83.33333333%;
  }
  .col-lg-push-14 {
    left: 77.77777778%;
  }
  .col-lg-push-13 {
    left: 72.22222222%;
  }
  .col-lg-push-12 {
    left: 66.66666667%;
  }
  .col-lg-push-11 {
    left: 61.11111111%;
  }
  .col-lg-push-10 {
    left: 55.55555556%;
  }
  .col-lg-push-9 {
    left: 50%;
  }
  .col-lg-push-8 {
    left: 44.44444444%;
  }
  .col-lg-push-7 {
    left: 38.88888889%;
  }
  .col-lg-push-6 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 27.77777778%;
  }
  .col-lg-push-4 {
    left: 22.22222222%;
  }
  .col-lg-push-3 {
    left: 16.66666667%;
  }
  .col-lg-push-2 {
    left: 11.11111111%;
  }
  .col-lg-push-1 {
    left: 5.55555556%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-18 {
    margin-left: 100%;
  }
  .col-lg-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-lg-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-lg-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-lg-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-lg-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-lg-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-lg-offset-9 {
    margin-left: 50%;
  }
  .col-lg-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-lg-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-lg-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-lg-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-lg-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-lg-offset-1 {
    margin-left: 5.55555556%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #333;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #666;
}
.form-control::-webkit-input-placeholder {
  color: #666;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #ef2d27;
  border-color: #eb1811;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #d31610;
  border-color: #740c09;
}
.btn-primary:hover {
  color: #fff;
  background-color: #d31610;
  border-color: #b2120d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #d31610;
  border-color: #b2120d;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #b2120d;
  border-color: #740c09;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #ef2d27;
  border-color: #eb1811;
}
.btn-primary .badge {
  color: #ef2d27;
  background-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ef2d27;
  border-color: #eb1811;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ef2d27;
  border-color: #eb1811;
}
.btn-primary .badge {
  color: #ef2d27;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #29e000;
  border-color: #24c700;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #20ad00;
  border-color: #0d4700;
}
.btn-success:hover {
  color: #fff;
  background-color: #20ad00;
  border-color: #198900;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #20ad00;
  border-color: #198900;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #198900;
  border-color: #0d4700;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #29e000;
  border-color: #24c700;
}
.btn-success .badge {
  color: #29e000;
  background-color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #29e000;
  border-color: #24c700;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #29e000;
  border-color: #24c700;
}
.btn-success .badge {
  color: #29e000;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #6e043e;
  border-color: #550330;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #3d0222;
  border-color: #000000;
}
.btn-info:hover {
  color: #fff;
  background-color: #3d0222;
  border-color: #1a010f;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3d0222;
  border-color: #1a010f;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #1a010f;
  border-color: #000000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #6e043e;
  border-color: #550330;
}
.btn-info .badge {
  color: #6e043e;
  background-color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #6e043e;
  border-color: #550330;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #6e043e;
  border-color: #550330;
}
.btn-info .badge {
  color: #6e043e;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #ef2d27;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #333;
  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: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 16px 16px 16px 0;
  padding-bottom: 16px 16px 16px 0;
  color: #999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-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: 16px 16px 16px 0;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
.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 #ccc;
}
.table .table {
  background-color: #e5e5e5;
}
.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 #ccc;
}
.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 #ccc;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  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-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.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;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.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;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.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;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ccc;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #ccc;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ccc;
  border-color: #ef2d27;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ccc #ccc #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #e5e5e5;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #e5e5e5;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #ef2d27;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #e5e5e5;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ccc;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ccc;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ccc;
}
.panel-default {
  border-color: #ccc;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #ccc;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ccc;
}
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ccc;
}
.panel-primary {
  border-color: #ef2d27;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ef2d27;
  border-color: #ef2d27;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ef2d27;
}
.panel-primary > .panel-heading .badge {
  color: #ef2d27;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ef2d27;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
  bottom: -10px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #e5e5e5;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 0;
}
.modal-footer {
  padding: 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 580px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 820px;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1059px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1059px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1059px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1059px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1060px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1060px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1060px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1060px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1059px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1060px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
label {
  font-weight: normal;
  display: inline;
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}
input,
textarea {
  box-shadow: none;
}
input:focus,
textarea:focus {
  border-color: transparent;
  box-shadow: none;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none;
}
.affix {
  position: fixed;
}
.modal {
  width: 100%;
}
.modal .modal-dialog {
  width: 580px;
  left: 50%;
  margin-left: -290px;
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    width: 100%;
    left: 0;
    margin: 0;
  }
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-header {
  width: 100%;
  height: 30px;
  background: #f5f5f5;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 6px 10px;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-header .close-btn {
  position: absolute;
  right: 5px;
  font-size: 45px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  vertical-align: top;
  line-height: 20px;
  top: 3px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal-lg .modal-dialog {
  width: 820px;
  margin-left: -410px;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
.btn-secondary {
  color: #fff;
  background-color: #999;
  border-color: #8c8c8c;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #808080;
  border-color: #4c4c4c;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #808080;
  border-color: #6e6e6e;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #808080;
  border-color: #6e6e6e;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #4c4c4c;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #999;
  border-color: #8c8c8c;
}
.btn-secondary .badge {
  color: #999;
  background-color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #999;
  border-color: #8c8c8c;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #999;
  border-color: #8c8c8c;
}
.btn-secondary .badge {
  color: #999;
  background-color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #7a7a7a;
  background-position: 0 -15px;
  border-color: #8c8c8c;
}
.btn-secondary:active,
.btn-secondary.active {
  background-color: #7a7a7a;
  border-color: #8c8c8c;
}
.btn {
  box-shadow: none;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn-inline {
  background: transparent;
  color: #ef2d27;
  display: inline;
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: inherit;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  overflow: visible;
  transform: translate3d(0, 0, 0);
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-heading {
  padding: 0;
}
.panel,
.panel-body {
  border: none;
  box-shadow: none;
}
.panel:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.panel .panel-heading .accordion-caret {
  width: 10px;
  height: 10px;
  float: right;
  position: relative;
  top: 4px;
  transition: 0.3s;
}
.panel .panel-heading .accordion-caret:before {
  content: '\25BA';
  font-family: times;
  font-size: 11px;
  color: #999;
}
.panel .panel-heading .accordion-caret.expanded {
  top: 5px;
  transform: rotate(90deg);
}
.panel .panel-heading .accordion-toggle {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 16px 20px 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.panel .panel-body {
  border-top: 1px solid #ccc;
  padding: 20px 0 20px 20px;
}
blockquote:before,
blockquote:after {
  display: none;
}
h1,
.h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
h2,
.h2 {
  margin-top: 0;
}
ul,
ul > li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ol {
  padding: 0 0 0 26px;
}
.lead {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
}
ul > li {
  margin-bottom: 5px;
  font-size: 16px;
  margin-left: 26px;
  position: relative;
  line-height: 1.42857143;
}
ul > li:before {
  content: '';
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  left: -26px;
  top: 4px;
}
.page-header {
  color: #333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin: 0 0 15px 0;
}
.unified yg-surveys-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin: 16px 0 0 0;
  padding: 0 16px;
}
.unified yg-surveys-intro .icon-survey-finished {
  width: 109px;
  height: 56px;
  background-size: contain;
}
@media (min-width: 768px) {
  .unified yg-surveys-intro .icon-survey-finished {
    width: 196px;
    height: 160px;
  }
}
.unified yg-surveys-intro .thanks {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
  text-align: center;
  max-width: 720px;
}
@media (min-width: 768px) {
  .unified yg-surveys-intro .thanks {
    margin-top: 22px;
    font-size: 22px;
  }
}
.unified yg-surveys-intro .next-action {
  font-size: 14px;
  text-align: center;
  max-width: 720px;
}
@media (min-width: 768px) {
  .unified yg-surveys-intro .next-action {
    font-size: 22px;
  }
}
.unified yg-surveys-intro .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .unified yg-surveys-intro .actions {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 32px;
  }
}
.unified yg-surveys-intro .actions .action-button {
  box-shadow: 0 4px 4px 0 #e4e4e4;
  margin-bottom: 8px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .unified yg-surveys-intro .actions .action-button {
    height: 64px;
    font-size: 22px;
  }
}
.unified yg-surveys-intro .actions .action-button:first-of-type {
  background-color: #f7f7f7;
  margin-top: 0;
  color: #333;
}
.unified yg-surveys-intro .actions .action-button:first-of-type:focus,
.unified yg-surveys-intro .actions .action-button:first-of-type:active,
.unified yg-surveys-intro .actions .action-button:first-of-type:hover {
  background-color: #e4e4e4;
}
@media (min-width: 768px) {
  .unified yg-surveys-intro .actions .action-button:first-of-type {
    margin-top: 0;
    margin-right: 40px;
  }
}
.unified yg-surveys-intro .actions .action-button.btn-primary {
  color: #fff;
}
.unified yg-mobile-ad > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .unified yg-mobile-ad > div {
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 16px 0 0 0;
    padding: 0 16px;
    background: transparent;
  }
}
@media (min-width: 1060px) {
  .unified yg-mobile-ad > div {
    padding: 0;
  }
}
.unified yg-mobile-ad .mobile-link-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 0 0;
}
@media (min-width: 768px) {
  .unified yg-mobile-ad .mobile-link-wrapper {
    margin: 0;
  }
}
.unified yg-mobile-ad .svgi {
  display: -ms-flexbox;
  display: flex;
  background-size: contain;
  width: 50%;
  height: 50px;
}
@media (min-width: 768px) {
  .unified yg-mobile-ad .svgi {
    width: 150px;
    height: 60px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
}
@media (min-width: 1060px) {
  .unified yg-mobile-ad .svgi {
    width: 242px;
    height: 72px;
    -ms-flex: 0 0 242px;
    flex: 0 0 242px;
  }
}
.unified yg-mobile-ad .svgi.icon-appstore-badge {
  margin-right: 16px;
}
.unified yg-mobile-ad .mobile-ad-info {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .unified yg-mobile-ad .mobile-ad-info {
    margin-right: 24px;
  }
}
.unified yg-mobile-ad .mobile-ad-info p {
  margin: 0;
}
.unified yg-mobile-ad .mobile-ad-info p:first-child {
  color: #ef2d27;
  font-size: 15px;
}
@media (min-width: 1060px) {
  .unified yg-mobile-ad .mobile-ad-info p:first-child {
    font-size: 22px;
  }
}
.unified yg-mobile-ad .mobile-ad-info p:last-child {
  font-size: 14px;
}
@media (min-width: 1060px) {
  .unified yg-mobile-ad .mobile-ad-info p:last-child {
    font-size: 16px;
  }
}
