@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
html {
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
}

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

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

a {
  text-decoration: none;
  color: #c83232;
}

a:active, a:visited {
  color: #c83232;
}

a:hover {
  color: #d55858;
}

.u-hidden {
  display: none !important;
}

body > img,
body > object,
body #analytics,
body #cdm-zone-end {
  display: none !important;
}

#tooltip-container {
  display: none !important;
}

.hide {
  display: none;
}

/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("select2.png") no-repeat -37px -22px;
  background: url("select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

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

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("select2.png") right top no-repeat;
}

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/*
 * Cropper v3.1.6
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2018 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-03-01T13:33:39.581Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  /*Avoid margin top issue (Occur only when margin-top <= -height)
 */
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: .5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: rgba(51, 153, 255, 0.75);
  outline: 1px solid #39f;
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center:before,
.cropper-center:after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px;
  }
}

.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.ads {
  background: #323232;
  max-width: 1000px;
  margin: 0 auto;
}

.hide-ads .ads,
.body-authentication .ads {
  display: none;
}

.ads > div {
  position: relative;
  padding-bottom: 18px;
  margin: 10px auto;
}

.ads > div::after {
  content: 'Advertisement';
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  color: rgba(169, 169, 169, 0.5);
  text-transform: uppercase;
  text-align: right;
  line-height: 18px;
  padding: 0 5px;
}

.ads #cdm-zone-01 {
  margin: 0 auto;
  height: 70px;
}

.ads #cdm-zone-01 > div {
  margin: 0 auto;
}

.ads #cdm-zone-02,
.ads #cdm-zone-03,
.ads #cdm-zone-06 {
  width: 300px;
  height: 268px;
}

@media (min-width: 750px) {
  .ads #cdm-zone-01 {
    display: block;
    width: 728px;
    height: 108px;
  }
  .ads #cdm-zone-02 {
    display: none;
  }
}

@media (min-width: 1020px) {
  .ads {
    margin-top: 0;
  }
  .ads #cdm-zone-02 {
    display: block;
  }
  .ads #cdm-zone-03,
  .ads #cdm-zone-06 {
    margin-top: 0;
  }
}

#chart {
  width: 300px;
  height: 250px;
  margin: 0 auto;
  display: none;
  background: #353535;
  border: 1px solid #2a2a2a;
}

#chart svg > g:last-of-type {
  display: none;
}

#chart .c3-chart-arc text {
  opacity: 1 !important;
}

#chart .c3-tooltip-container {
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  padding: 0 10px;
  line-height: 32px;
  color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  white-space: nowrap;
}

@media (min-width: 1020px) {
  #chart {
    margin: 0 auto;
  }
}

@media (min-width: 1020px) {
  #chart {
    display: block;
    margin-bottom: 20px;
  }
}

.cover-image-cropping-area,
.avatar-cropping-area {
  max-height: 300px !important;
}

.featured {
  margin: 20px auto;
  width: 300px;
  height: 300px;
}

.featured img {
  max-width: 100%;
  height: auto;
}

.featured-img-desktop,
.featured-cta-desktop {
  display: none;
}

@media (min-width: 680px) {
  .featured {
    width: 660px;
    height: 316px;
  }
  .featured-img-desktop,
  .featured-cta-desktop {
    display: block;
  }
  .featured-img-mobile,
  .featured-cta-mobile {
    display: none;
  }
}

@media (min-width: 1024px) {
  .featured {
    margin-left: 0;
  }
  .hide-ads:not(.body-results-index) .featured {
    margin: 20px auto;
  }
}

.maintenance {
  width: 300px;
  height: 280px;
  background: url(../images/underMaintenance.png) right top no-repeat;
  margin: 50px auto;
}

@media (min-width: 600px) {
  .maintenance {
    width: 470px;
    height: 444px;
    background-position: left top;
  }
}

.ui-dialog {
  background: linear-gradient(to bottom, #fff, #f0f0f0);
  text-align: center;
  border-radius: 3px;
  padding: 24px;
  max-width: calc(100% - 28px);
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.27);
}

.ui-dialog.super-fancy-modal {
  max-width: none !important;
  width: auto !important;
}

.ui-dialog.super-fancy-modal .ui-dialog-buttonset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.ui-dialog.super-fancy-modal .ui-dialog-buttonset button:hover {
  cursor: pointer;
}

.ui-dialog.super-fancy-modal .save-button,
.ui-dialog.super-fancy-modal .cancel-button {
  width: 151px;
  height: 40px;
  border: none;
  border-radius: 3px;
  color: white;
  margin-top: 12px;
}

.ui-dialog.super-fancy-modal .save-button {
  background-color: #ca302c;
  margin-left: 10px;
}

.ui-dialog.super-fancy-modal .cancel-button {
  background-color: #7c805d;
}

.ui-dialog .ui-dialog-title {
  display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.ui-dialog .ui-dialog-titlebar-close::after {
  content: 'X';
  font-family: Patrick Hand, Comic Sans MS, Comic Sans MS5, sans-serif;
  display: block;
  line-height: 30px;
  text-align: center;
  color: #494949;
  font-size: 24px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}

.ui-dialog .ui-dialog-content {
  min-height: 0 !important;
}

.ui-dialog .ui-widget-content {
  height: auto !important;
}

.ui-dialog .error {
  color: #f00;
}

.ui-dialog #yesDelete {
  font-size: 20px;
  background: #ca302c !important;
  border: none;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
}

.ui-dialog .p-reports-a #form-field-report-reason,
.ui-dialog .p-reports-a #form-field-report-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.ui-dialog .p-reports-a #form-field-report-reason label,
.ui-dialog .p-reports-a #form-field-report-text label {
  text-align: left;
  margin-bottom: 5px;
}

.ui-dialog .p-reports-a #form-field-report-reason #report-description {
  margin-top: 5px;
  font-size: 13px;
  font-style: italic;
  text-align: left;
}

.ui-dialog .p-reports-a #form-field-report-text {
  margin: 20px auto;
}

.ui-dialog .p-reports-a #form-field-report-text textarea {
  resize: vertical;
  height: 100px;
}

@media (min-width: 600px) {
  .ui-dialog.super-fancy-modal {
    width: 60% !important;
    margin: 0 auto;
  }
  .ui-dialog.super-fancy-modal #dialog {
    width: 100% !important;
  }
}

@media (min-width: 1020px) {
  .ui-dialog {
    max-width: 446px;
  }
  .ui-dialog .p-login h1,
  .ui-dialog .p-register h1 {
    margin-top: 0;
    color: #ca302c;
  }
  .ui-dialog .p-login fieldset,
  .ui-dialog .p-register fieldset {
    border: none;
    padding: 0;
    margin: 0;
  }
  .ui-dialog .p-login .p-login-social,
  .ui-dialog .p-register .p-login-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .ui-dialog .p-login .p-login-social > li,
  .ui-dialog .p-register .p-login-social > li {
    margin: 0;
    width: 100%;
  }
  .ui-dialog .p-login .social-login-facebook,
  .ui-dialog .p-register .social-login-facebook {
    margin-right: 10px;
  }
  .ui-dialog .p-login .social-login-facebook,
  .ui-dialog .p-login .social-login-google,
  .ui-dialog .p-register .social-login-facebook,
  .ui-dialog .p-register .social-login-google {
    line-height: 40px;
  }
  .ui-dialog .p-login input[type="text"],
  .ui-dialog .p-login input[type="password"],
  .ui-dialog .p-login input[type="email"],
  .ui-dialog .p-register input[type="text"],
  .ui-dialog .p-register input[type="password"],
  .ui-dialog .p-register input[type="email"] {
    padding: 7px 9px;
  }
  .ui-dialog .p-login input[type="text"]:focus,
  .ui-dialog .p-login input[type="password"]:focus,
  .ui-dialog .p-login input[type="email"]:focus,
  .ui-dialog .p-register input[type="text"]:focus,
  .ui-dialog .p-register input[type="password"]:focus,
  .ui-dialog .p-register input[type="email"]:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32);
  }
  .ui-dialog .p-login input[type="submit"],
  .ui-dialog .p-register input[type="submit"] {
    width: 200px;
    line-height: 40px;
    margin: 0 auto;
  }
  .ui-dialog .p-login .forgot-password,
  .ui-dialog .p-register .forgot-password {
    color: #ca302c;
    margin-top: 20px;
    display: inline-block;
  }
  .ui-dialog .p-register #form-field-recaptcha-control {
    transform: none;
  }
  .ui-dialog .p-register #form-field-recaptcha-control > div {
    margin: 0 auto;
  }
  .ui-dialog .p-register form {
    border-top-color: #ddd;
  }
  .ui-dialog .p-register .login {
    color: #323232;
  }
  .ui-dialog .p-register .login a {
    color: #ca302c;
  }
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
}

.b-pagination-list {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row !important;
      flex-direction: row !important;
  list-style-type: none;
  -ms-flex-pack: center;
      justify-content: center;
}

.listing-header .b-pagination-list {
  position: relative;
  top: -25px;
  margin-bottom: -25px;
}

.b-pagination-list li {
  margin: 2px;
  border: 1px solid #2A2A2A;
  background: #353535;
  border-radius: 3px;
  padding: 3px 5px;
}

.b-pagination-list li .active {
  color: #b1b874;
}

.b-pagination-list li a {
  color: #6897b4;
}

.poll {
  width: 100%;
  max-width: 660px;
  position: relative;
  margin: 0 auto;
  background: #ffd756;
  font-size: 14px;
  font-family: Patrick Hand, Comic Sans MS, Comic Sans MS5, sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.poll #form-field-content-editable,
.poll > h2 {
  -ms-flex-order: -100;
      order: -100;
}

.poll #form-field-options {
  -ms-flex-order: -99;
      order: -99;
}

.poll #form-field-duplication-setting {
  -ms-flex-order: -98;
      order: -98;
}

.poll #form-field-commenting-status {
  -ms-flex-order: -97;
      order: -97;
}

.poll #form-field-require-recaptcha {
  -ms-flex-order: -96;
      order: -96;
}

.body-results-index .poll footer a,
.body-results-index .poll footer .embed, .poll[data-form-type="poll-vote"] footer a,
.poll[data-form-type="poll-vote"] footer .embed {
  line-height: 50px;
  background: #ca302c;
  color: #fff;
  border-radius: 3px;
  width: calc(50vw - 19px);
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.body-results-index .poll footer .embed, .poll[data-form-type="poll-vote"] footer .embed {
  background: #7c805d;
}

.body-results-index .poll footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.body-results-index .poll footer a,
.body-results-index .poll footer .embed {
  margin-top: 20px;
}

.body-results-index .poll footer button[type="button"] {
  cursor: pointer;
}

.body-results-index .poll footer button[type="button"].dropdown-active span::before {
  display: block;
}

.body-results-index .poll footer button[type="button"].top span::before {
  bottom: calc(100% + 16px);
  top: auto;
}

.body-results-index .poll footer button[type="button"] span {
  padding-left: 16px;
  background: url(../images/share.svg) top 3px left no-repeat;
  position: relative;
}

.body-results-index .poll footer button[type="button"] span::before {
  display: none;
  content: '';
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: #fff;
  pointer-events: none;
}

.body-results-index .poll footer a span {
  padding-left: 16px;
  background: url(../images/check-icon.svg) top 3px left no-repeat;
}

.body-results-index .poll #embed-modal.top {
  bottom: calc(100% - 69px);
}

.poll[data-form-type="poll-vote"].req-recaptcha .form-field-google-recaptcha-field {
  margin: 20px auto 0;
}

.poll[data-form-type="poll-vote"].req-recaptcha.embed .form-field-google-recaptcha-field {
  bottom: 95px;
}

.poll[data-form-type="poll-vote"] label[for] {
  min-height: 60px;
  font-size: 20px;
  font-weight: normal;
  padding: 0 14px 0 45px;
  word-break: break-word;
}

.poll[data-form-type="poll-vote"] label[for]::before {
  left: 14px;
  top: 15px;
}

.poll[data-form-type="poll-vote"] label[for]::after {
  top: 10px;
  left: 19px;
}

.poll[data-form-type="poll-vote"] label[for] span {
  display: inline-block;
  margin-top: 14px;
  padding-bottom: 14px;
}

.poll[data-form-type="poll-vote"] label[for] span::before {
  top: 15px;
  left: 34px;
}

.poll[data-form-type="poll-vote"] .covert-list div,
.poll[data-form-type="poll-vote"] .field-choice-radio {
  padding-left: 14px;
}

.poll[data-form-type="poll-vote"] input[type="radio"],
.poll[data-form-type="poll-vote"] input[type="checkbox"] {
  left: 14px;
  top: 15px;
}

.poll[data-form-type="poll-vote"] footer {
  padding-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.poll[data-form-type="poll-vote"] footer button[type="submit"],
.poll[data-form-type="poll-vote"] footer #edit-button,
.poll[data-form-type="poll-vote"] footer .sign-in-vote {
  display: block;
  width: 100% !important;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 70px !important;
  border-radius: 3px;
  cursor: pointer;
  max-width: none !important;
}

.poll[data-form-type="poll-vote"] footer a,
.poll[data-form-type="poll-vote"] footer button[type="button"] {
  width: calc(50vw - 19px);
  background: #7c805d;
  line-height: 50px;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  max-width: 293px;
}

.poll[data-form-type="poll-vote"] footer a span {
  padding-left: 15px;
  background: url(../images/results.svg) top 4px left no-repeat;
}

.poll[data-form-type="poll-vote"] footer button[type="button"] {
  cursor: pointer;
}

.poll[data-form-type="poll-vote"] footer button[type="button"].dropdown-active span::before {
  display: block;
}

.poll[data-form-type="poll-vote"] footer button[type="button"].top span::before {
  bottom: calc(100% + 16px);
  top: auto;
}

.poll[data-form-type="poll-vote"] footer button[type="button"] span {
  padding-left: 16px;
  background: url(../images/share.svg) top 3px left no-repeat;
  position: relative;
}

.poll[data-form-type="poll-vote"] footer button[type="button"] span::before {
  display: none;
  content: '';
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: #fff;
  pointer-events: none;
}

.poll [class*=form-field-enum-choice-field],
.poll #form-field-allow-multiple-choices,
.poll #form-field-require-recaptcha,
.poll #form-field-keep-poll-anonymous,
.poll footer {
  font-family: 'Ubuntu', sans-serif;
}

.poll input[type="checkbox"],
.poll input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.poll input[type="checkbox"]:checked + label::after,
.poll input[type="radio"]:checked + label::after {
  display: block;
}

.poll.is-multi h2 {
  padding-bottom: 0;
}

.poll.is-multi h2::after {
  content: 'Select All that Apply';
  display: block;
  font-size: 13px;
  color: #8d7835;
  font-weight: normal;
  font-family: Ubuntu, sans-serif;
  letter-spacing: 0.1px;
  margin: 22px 0 10px;
  line-height: 1;
}

.poll.is-multi ul {
  padding: 0;
  list-style-type: none;
}

.poll ul {
  margin: 0;
}

.poll textarea {
  display: none;
}

.poll [contenteditable="true"] {
  cursor: text;
}

.poll [contenteditable="true"],
.poll h2,
.poll h1 {
  font-family: Patrick Hand, Comic Sans MS, Comic Sans MS5, sans-serif;
  display: block;
  background: none;
  border: none;
  width: 100%;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.6px;
  padding: 22px 14px;
  word-break: break-word;
}

.poll [contenteditable="true"]:empty::before {
  content: 'Type your question here';
  display: block;
  color: #766327;
}

.poll h1,
.poll h2 {
  margin: 0;
  font-weight: normal;
}

.poll .covert-list > div,
.poll .sp-option,
.poll .field-choice-radio {
  line-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  border-top: 2px solid #b1b874;
}

.poll .covert-list label:not([for]) {
  display: none;
}

.poll .option-index {
  display: inline-block;
  color: #c83232;
  font-size: 29px;
  width: 69px;
  text-align: center;
  margin-right: 7px;
}

.poll .sp-option {
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  line-height: 40px;
}

.poll .sp-option p {
  margin: 0 0 0 14px;
}

.poll .option-count {
  float: right;
  font-size: 13px;
  font-family: 'Ubuntu', sans-serif;
}

.poll .option-count::after {
  content: 'Votes';
  display: inline-block;
  margin-left: 3px;
}

.poll input[type=text],
.poll label[for],
.poll .option-text {
  border: none;
  background: none;
  padding: 0 14px 0 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.poll .option-text {
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.poll label[for*=field-keep-poll-anonymous] span {
  font-size: 13px;
}

.poll label[for] {
  cursor: pointer;
  font-weight: bold;
  line-height: 30px;
  padding: 0;
}

.poll label[for]::before, .poll label[for]::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.poll label[for]::before {
  top: 0;
  left: 0;
  background: #fff;
  border: 2px solid #e4b827;
  width: 30px;
  height: 30px;
}

.poll label[for]::after {
  display: none;
  top: -5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: url(../images/check.svg) center/contain no-repeat;
  z-index: 2;
}

.poll input[type=text],
.poll .option-text {
  margin-left: 14px;
}

.poll [class*=form-field-field-list] {
  font-size: 20px;
}

.poll [class*=form-field-enum-choice-field],
.poll #form-field-allow-multiple-choices,
.poll #form-field-require-recaptcha,
.poll #form-field-keep-poll-anonymous {
  margin-left: 14px;
}

.poll #form-field-allow-multiple-choices,
.poll #form-field-require-recaptcha,
.poll #form-field-keep-poll-anonymous {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  float: left;
  clear: both;
}

.poll [class*=form-field-field-list],
.poll [class*=form-field-model-choice-field],
.poll .results,
.poll div[class*=form-field-tree-view-model-multiple-choice-field] {
  border-bottom: 2px solid #b1b874;
}

.poll [class*=form-field-tree-view-model-multiple-choice-field] [for=field-options] {
  display: none;
}

.poll [class*=form-field-field-list] > label,
.poll [class*=form-field-model-choice-field] > label,
.poll .results > label,
.poll [class*=form-field-tree-view-model-multiple-choice-field] > label {
  display: none;
}

.poll [class*=form-field-enum-choice-field] {
  margin: 25px 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.poll [class*=form-field-enum-choice-field] label {
  display: none;
}

.poll #form-field-allow-multiple-choices a,
.poll #form-field-require-recaptcha a {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.poll #form-field-allow-multiple-choices a::before,
.poll #form-field-require-recaptcha a::before {
  content: 'i';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #91792f;
  border-radius: 16px;
  color: #ffd756;
  line-height: 16px;
  text-indent: 0;
  text-align: center;
  font-size: 13px;
}

.poll #form-field-allow-multiple-choices span,
.poll #form-field-require-recaptcha span {
  font-size: 13px;
}

.poll #form-field-duplication-setting,
.poll #form-field-commenting-status {
  position: relative;
  width: calc(100% - 50px);
  max-width: 320px;
}

.poll #form-field-duplication-setting label:before,
.poll #form-field-commenting-status label:before {
  display: none;
}

.poll #form-field-duplication-setting a,
.poll #form-field-commenting-status a {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.poll #form-field-duplication-setting a::before,
.poll #form-field-commenting-status a::before {
  content: 'i';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #91792f;
  border-radius: 16px;
  color: #ffd756;
  line-height: 16px;
  text-indent: 0;
  text-align: center;
  font-size: 13px;
}

.poll #form-field-duplication-setting span,
.poll #form-field-commenting-status span {
  font-size: 13px;
}

.poll #form-field-commenting-status {
  margin-top: 0 !important;
}

.poll #comment-status #form-field-commenting-status {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 20px;
}

.poll #comment-status #form-field-commenting-status #field-commenting-status {
  width: 100%;
  margin: 0 14px;
  left: 0;
}

.poll #comment-status #form-field-commenting-status label {
  display: none;
}

.poll #comment-status #edit-button {
  width: 180px;
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  line-height: 40px !important;
  margin: 0 auto 20px;
}

.poll select {
  width: 100%;
  border: none;
  background: #f5f5f5;
  padding: 16px 20px;
}

.poll footer {
  margin: 0 14px;
  padding-bottom: 35px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  clear: both;
  position: relative;
}

.poll #embed-modal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 28px);
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.31);
  max-width: 660px;
  width: 100%;
  padding: 0 20px 20px;
  z-index: 100;
  border-radius: 3px;
}

.poll #embed-modal.top {
  bottom: calc(100% - 98px);
  top: auto;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.31);
}

.poll .button {
  display: block;
  cursor: pointer;
  line-height: 70px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  background: #7c805d;
}

.poll button:not(.embed):not(.draft-button) {
  font-size: 20px;
  background: #ca302c !important;
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

.poll .embed,
.poll .draft-button {
  border: none;
}

.poll .percentage-bar {
  height: 38px;
  -ms-flex: 1;
      flex: 1;
  margin-left: -14px !important;
}

.poll [data-result-percent] {
  height: 38px;
  width: 100%;
  transform: translateX(-100%);
  transition: 0.1s transform ease-in-out;
  background: #ca302c;
}

.poll .option-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 2px solid #b1b874;
  height: 40px;
  line-height: 38px;
}

.poll .option-percent {
  font-size: 18px;
  padding-right: 14px;
  text-align: right;
}

.poll .option-percent::after {
  content: '\0025';
  display: inline;
}

.poll .option-stats {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  text-align: right;
  width: 74px;
}

.poll .total-votes,
.poll .total-comments {
  margin: 25px auto 0 auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  -ms-flex: 1 100%;
      flex: 1 100%;
  display: inline;
  max-width: 50%;
}

.poll .total-votes span,
.poll .total-comments span {
  font-size: 24px;
  display: inline-block;
  margin-right: 3px;
}

.poll #captchaDescription {
  left: 190px !important;
  margin-left: 10px;
}

.poll .copy-links > div:first-of-type span::after {
  content: 'URL';
}

.poll .copy-links > div:last-of-type span::after {
  content: 'Embed';
}

.poll .copy-field {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  position: relative;
}

.poll .copy-field input[type="text"] {
  border: 1px solid #979797;
  border-radius: 3px;
  margin: 0;
  padding: 0 10px;
}

.poll .copy-field span {
  margin-left: 5px;
  line-height: 40px;
  width: 60px;
  font-size: 12px;
  font-weight: normal;
  background: #ca302c;
  padding: 0;
  text-align: center;
}

.poll .copy-field span::after {
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 11px;
  font-weight: bold;
  color: #404040;
  line-height: 11px;
}

.poll .social-links {
  list-style-type: none;
  padding: 0;
  margin: 0 -20px;
}

.poll .social-links li {
  border-bottom: 1px solid #ebebeb;
}

.poll .social-links button:not(.embed):not(.draft-button) {
  background: none !important;
  font-size: 14px !important;
  margin-bottom: 0 !important;
  display: block;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.poll .facebook-share-result span {
  padding-left: 20px;
  background: url(../images/facebook_dark.svg) left no-repeat;
}

.poll .twitter-share-result span {
  padding-left: 24px;
  background: url(../images/twitter_dark.svg) left no-repeat;
}

.poll .reddit-share-result span {
  padding-left: 28px;
  background: url(../images/reddit_dark.svg) left no-repeat;
}

.p-comment-editor form {
  background: transparent !important;
}

.p-comment-editor .form-field-text-field,
.p-comment-editor .form-field-boolean-field {
  display: none;
}

.p-comment-editor button {
  line-height: 30px;
  color: #fff;
  background: #ca302c;
  padding: 0 10px;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  margin: 8px 0;
  cursor: pointer;
}

.p-comment-editor button:last-of-type {
  background: #7c805d;
}

.poll-comments .form-button-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.poll-comments .form-button-block button {
  line-height: 30px;
  color: #fff;
  background: #ca302c;
  padding: 0 30px;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 8px;
  cursor: pointer;
}

.poll-comments textarea {
  width: 100%;
  resize: vertical;
  padding: 15px 15px 0;
}

.poll-comments span.field-errors {
  color: #b1b874;
  display: block;
  text-align: center;
  margin: 16px auto;
}

.poll-comments form:first-of-type {
  margin-top: 5px;
}

.poll-comments .h2,
.poll-comments .help-block {
  display: none;
}

.poll-comments .loading-message-wrapper.unloaded .loading-message {
  display: block;
}

.poll-comments .loading-message-wrapper .loading-message {
  display: none;
}

.poll-comments ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.poll-comments ul > li > div {
  margin-bottom: 10px;
  border: 1px solid #2A2A2A;
  background: #353535;
}

.poll-comments ul > li > div:last-of-type {
  padding: 14px 0;
  margin: auto 14px;
}

.poll-comments .comment-depth-0 {
  margin: 10px 14px 10px 14px !important;
  padding: 10px !important;
}

.poll-comments .comment-depth-1 {
  margin: 10px 14px 10px 28px !important;
  padding: 10px !important;
  box-shadow: -2px 0 #4c4c4c;
}

.poll-comments .comment-depth-1 + .p-comment-reply-form {
  margin-left: 28px;
}

.poll-comments .comment-depth-2 {
  margin: 10px 14px 10px 42px !important;
  padding: 10px !important;
  box-shadow: -4px 0 #4c4c4c;
}

.poll-comments .comment-depth-2 + .p-comment-reply-form {
  margin-left: 42px;
}

.poll-comments .comment-depth-3 {
  margin: 10px 14px 10px 56px !important;
  padding: 10px !important;
  box-shadow: -6px 0 #4c4c4c;
}

.poll-comments .comment-depth-3 .user-action-reply {
  display: none;
}

.user-authenticated .poll-comments .no-results {
  visibility: hidden;
  width: 100%;
}

.user-authenticated .poll-comments .no-results:before {
  visibility: visible;
  display: block;
  content: 'This poll has no comments yet';
  text-align: center;
  font-weight: bold;
  color: white;
  margin-top: 20px;
  font-size: 20px;
}

.user-authenticated .poll-comments .no-results:after {
  visibility: visible;
  display: block;
  content: 'What do you think? Join the discussion by posting a comment';
  text-align: center;
  color: #a9a9a9;
  margin: 0 14px;
}

.user-anonymous .poll-comments .no-results {
  background: #404040;
  text-align: center;
  margin: 0 14px;
  color: #bfbfbf;
  padding: 16px;
  border-radius: 3px;
  -ms-flex-order: -1;
      order: -1;
}

.user-anonymous .poll-comments .no-results p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.user-anonymous .poll-comments .no-results button {
  margin-top: 16px;
  background: #ca302c;
  color: #fff;
  border-radius: 3px;
  border: none;
  padding: 6px 30px;
  cursor: pointer;
}

.poll-comments .p-comment-form {
  margin: 0 14px;
}

.poll-comments .p-comment-post {
  margin: 20px 14px 0;
  overflow: hidden;
}

.poll-comments .p-comment-post:last-of-type {
  margin-bottom: 20px;
}

.poll-comments .p-comment-title,
.poll-comments .p-comment-role-title,
.poll-comments .p-comment-stats,
.poll-comments .p-comment-micro-author,
.poll-comments .p-comment-index,
.poll-comments .p-comment-notes,
.poll-comments .user-action-quote,
.poll-comments .user-action-multi-quote {
  display: none;
}

.poll-comments .p-comment-container {
  display: -ms-flexbox;
  display: flex;
}

.poll-comments .p-comment-wrapper {
  -ms-flex: 1 100%;
      flex: 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.poll-comments .p-comment-user {
  margin-right: 10px;
}

.poll-comments .p-comment-username a {
  color: #a1a572;
  font-size: 14px;
  margin-right: 10px;
}

.poll-comments .p-comment-username ul {
  display: none;
}

.poll-comments .p-comment-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-order: 1;
      order: 1;
}

.poll-comments .p-comment-avatar {
  width: 32px;
  height: 32px;
  margin-top: 3px;
}

.poll-comments .p-comment-avatar a {
  display: block;
  height: 24px;
}

.poll-comments .p-comment-avatar img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.poll-comments .p-comment-avatar i {
  display: none;
}

.poll-comments .p-comment-postdate {
  display: block;
  overflow: hidden;
  text-indent: -54px;
  margin-right: 10px;
}

.poll-comments .p-comment-postdate abbr {
  color: #a8a4a4;
  font-size: 11px;
  text-decoration: none;
}

.poll-comments .p-comment-content {
  color: #dadada;
  font-size: 13px;
  line-height: 18px;
  -ms-flex: 1 100%;
      flex: 1 100%;
  -ms-flex-order: 3;
      order: 3;
  word-break: break-word;
}

.poll-comments .p-comment-footer {
  -ms-flex: 1 100%;
      flex: 1 100%;
  -ms-flex-order: 4;
      order: 4;
}

.poll-comments .p-comment-actions {
  display: -ms-flexbox;
  display: flex;
}

.poll-comments .p-comment-actions a {
  color: #6897b4;
  font-size: 11px;
  margin-right: 10px;
  font-size: 11px;
}

.poll-comments .user-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.poll-comments .p-comment-actionsAdmin .label {
  color: #6897b4;
  font-size: 11px;
  cursor: pointer;
}

.poll-comments .p-comment-actionsAdmin .u-dropDownMenu {
  display: none;
}

.poll-comments .p-comment-actionsAdmin:hover .u-dropDownMenu {
  display: block;
  position: absolute;
  background: #353535;
  border: 1px solid #2a2a2a;
  padding: 5px 8px;
}

.poll-comments .p-comment-actionsAdmin:hover .u-dropDownMenu li {
  cursor: pointer;
}

.poll-comments .p-comment-actionsAdmin:hover .u-dropDownMenu li:hover span {
  color: #73aed3;
}

.poll-comments .b-ratingForm-a {
  -ms-flex-order: 2;
      order: 2;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  top: 2px;
}

.poll-comments .b-rating-a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #dadada;
  font-size: 11px;
  height: 18px;
}

.poll-comments .rating-up,
.poll-comments .rating-down {
  width: 10px;
  height: 10px;
  position: relative;
}

.poll-comments .rating-up input,
.poll-comments .rating-down input {
  display: block;
  width: 100%;
  height: 100%;
}

.poll-comments div.rating-sum {
  margin: 0 5px;
  line-height: 10px;
}

.poll-comments .rating-up::before,
.poll-comments .rating-up::after,
.poll-comments .rating-down::before,
.poll-comments .rating-down::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.poll-comments .rating-up::before,
.poll-comments .rating-down::before {
  width: 0;
  height: 0;
  border: 4px solid #a8a6a4;
  border-left-color: transparent;
  border-right-color: transparent;
}

.poll-comments .rating-up::before {
  border-top-color: transparent;
  top: -3px;
}

.poll-comments .rating-down::before {
  bottom: -3px;
  border-bottom-color: transparent;
}

.poll-comments .rating-up::after,
.poll-comments .rating-down::after {
  width: 4px;
  height: 6px;
  background: #a8a6a4;
}

.poll-comments .rating-up::after {
  bottom: 1px;
}

.poll-comments .rating-down::after {
  top: 1px;
}

.poll-comments .rating-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.poll-comments .rating-up.ratingSelected::after,
.poll-comments .rating-down.ratingSelected::after {
  background: #e6e6e5;
}

.poll-comments .rating-up.ratingSelected::before {
  border-bottom-color: #e6e6e5;
}

.poll-comments .rating-down.ratingSelected::before {
  border-top-color: #e6e6e5;
}

.poll-comments .listing-filters {
  margin: 20px 14px 0;
}

.poll-comments .listing-filters::after {
  content: '';
  display: table;
  clear: both;
}

.poll-comments .listing-filters .form-field-string-choice-field {
  float: right;
  position: relative;
}

.poll-comments .listing-filters .form-field-string-choice-field label {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  background: url(../images/sort.svg) left center/15px no-repeat;
  padding-left: 3px;
  width: 70px;
}

.poll-comments .listing-filters .form-field-string-choice-field label span {
  position: relative;
  left: 19px;
}

.poll-comments .listing-filters .form-field-string-choice-field select {
  border: none;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 16px;
  z-index: 2;
  top: 0;
  right: 0;
}

.poll-comments .listing-filters .form-footer {
  display: none;
}

.poll-footer-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 14px 0 14px;
  color: #8a8a8a;
}

.poll-footer-info.logged-in abbr[title] {
  margin: 0 10px 0 0;
}

.poll-footer-info.logged-in .poll-dupe-setting {
  margin-top: 6px;
}

.poll-footer-info span {
  font-size: 12px;
  letter-spacing: 0.1px;
  line-height: 28px;
  display: inline-block;
}

.poll-footer-info .asked {
  color: #b1b874;
  font-size: 14px;
  margin-right: 10px;
}

.poll-footer-info abbr[title] {
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 0 0;
}

.poll-footer-info .post-date {
  margin-top: 5px;
  -ms-flex: auto;
      flex: auto;
}

.poll-footer-info .poll-dupe-setting {
  margin-top: 1px;
  margin-right: 15px;
  padding-left: 14px;
  background: url(../images/lock.svg) left 9px no-repeat;
}

.poll-footer-info .poll-dupe-setting span {
  display: block;
}

.poll-footer-info .asked-container {
  position: relative;
  padding-left: 55px;
}

.poll-footer-info .asked-container::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 77px;
  width: 16px;
  height: 16px;
  background: #ffd756;
  transform: rotate(45deg);
}

.poll-footer-info .asked-container .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
}

.poll-footer-info .asked-container .avatar a {
  display: block;
  height: 100%;
}

.poll-footer-info .asked-container .avatar img {
  width: 45px;
  height: 45px;
}

.poll-footer-info .asked-container > span {
  padding-bottom: 16px;
  position: relative;
  margin-top: 5px;
}

.poll-footer-info .asked-container > span a {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  line-height: 20px;
  width: 200px;
}

.poll-footer-info .asked-container > span a span {
  font-size: 18px;
  letter-spacing: 0.2px;
}

.poll-footer-info form {
  margin: 3px 10px 0 auto;
}

.poll-footer-info form button {
  background: none;
  border: none;
}

.poll-footer-info form button span {
  font-size: 12px;
  letter-spacing: 0.1px;
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 600px) {
  .poll {
    position: relative;
  }
  .poll::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 25px;
    bottom: 0;
    width: 8px;
    border: 2px solid #ca302c;
    border-width: 0 2px;
    z-index: 2;
  }
  .poll #comment-status {
    display: -ms-flexbox;
    display: flex;
  }
  .poll #comment-status #form-field-commenting-status {
    margin: 0 auto 20px 50px;
  }
  .poll #comment-status #form-field-commenting-status select {
    margin: 0 !important;
  }
  .body-results-index .poll .sp-option {
    padding-left: 50px;
  }
  .body-results-index .poll .sp-option p {
    margin: 0;
  }
  .body-results-index .poll .option-data {
    margin-left: -50px;
  }
  .body-results-index .poll .percentage-bar {
    overflow: hidden;
    margin-left: 33px !important;
  }
  .body-results-index .poll footer a,
  .body-results-index .poll footer button[type="button"] {
    width: calc(50vw - 37px);
    max-width: 293px;
  }
  .poll[data-form-type="poll-vote"].req-recaptcha .form-field-google-recaptcha-field {
    margin-left: 50px;
  }
  .poll[data-form-type="poll-vote"] .covert-list div,
  .poll[data-form-type="poll-vote"] .field-choice-radio {
    padding-left: 50px;
  }
  .poll[data-form-type="poll-vote"] input[type="radio"],
  .poll[data-form-type="poll-vote"] label[for]::before {
    left: 50px;
  }
  .poll[data-form-type="poll-vote"] label[for]::after {
    left: 55px;
  }
  .poll[data-form-type="poll-vote"] label[for] span::before {
    left: 70px;
  }
  .poll[data-form-type="poll-vote"] footer a,
  .poll[data-form-type="poll-vote"] footer button[type="button"] {
    width: calc(50vw - 37px);
  }
  .poll [contenteditable="true"],
  .poll h2,
  .poll h1 {
    padding-left: 50px;
  }
  .poll [class*=form-field-field-list] input[type="text"],
  .poll [class*=form-field-model-choice-field] input[type="text"],
  .poll .results input[type="text"],
  .poll [class*=form-field-tree-view-model-multiple-choice-field] input[type="text"] {
    padding-left: 50px;
    margin-left: 0;
  }
  .poll [class*=form-field-enum-choice-field],
  .poll #form-field-allow-multiple-choices,
  .poll #form-field-require-recaptcha,
  .poll #form-field-keep-poll-anonymous,
  .poll footer {
    margin-left: 50px;
  }
  .poll #form-field-allow-multiple-choices a,
  .poll #form-field-require-recaptcha a {
    display: inline-block;
  }
  .poll #form-field-commenting-status select {
    width: calc(100% - 50px);
  }
  .poll #form-field-duplication-setting select,
  .poll #form-field-commenting-status select {
    position: relative;
    width: calc(100% - 60px);
  }
  .poll #form-field-duplication-setting a,
  .poll #form-field-commenting-status a {
    right: 30px;
  }
}

@media (min-width: 600px) {
  .poll-comments .comment-depth-0 + .p-comment-reply-form {
    margin: 0 14px 0 14px;
  }
  .poll-comments .comment-depth-1 {
    margin-left: 42px !important;
  }
  .poll-comments .comment-depth-1 + .p-comment-reply-form {
    margin: 0 14px 0 42px;
  }
  .poll-comments .comment-depth-2 {
    margin-left: 70px !important;
  }
  .poll-comments .comment-depth-2 + .p-comment-reply-form {
    margin: 0 14px 0 70px;
  }
  .poll-comments .comment-depth-3 {
    margin-left: 98px !important;
  }
}

@media (min-width: 600px) {
  .poll-footer-info {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 50px;
    margin-bottom: 10px;
  }
  .poll-footer-info .poll-dupe-setting {
    -ms-flex: none;
        flex: none;
    text-align: right;
  }
  .poll-footer-info .poll-dupe-setting a {
    position: relative;
    top: -6px;
  }
}

@media (min-width: 1020px) {
  .poll {
    margin: 0 auto auto 0;
  }
  .hide-ads:not(.body-results-index) .poll {
    margin: 0 auto;
  }
  .poll #edit-button {
    width: 224px !important;
    margin: 0 14px 20px auto !important;
  }
  .body-results-index .poll footer {
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 32px;
  }
  .body-results-index .poll footer a {
    text-align: center;
    margin-right: 10px;
  }
  .body-results-index .poll footer a,
  .body-results-index .poll footer button[type="button"] {
    width: 130px;
    line-height: 38px;
    margin-top: 25px;
  }
  .body-results-index .poll footer button[type="button"] span::before {
    top: calc(100% + 10px);
  }
  .body-results-index .poll .total-votes {
    margin: 25px 0 0 20px;
  }
  .body-results-index .poll .total-comments {
    margin: 25px auto 0 20px;
  }
  .body-results-index .poll .total-votes,
  .body-results-index .poll .total-comments {
    line-height: 36px;
    -ms-flex: none;
        flex: none;
  }
  .body-results-index .poll #embed-modal.top {
    bottom: calc(100% - 12px);
  }
  .poll[data-form-type="poll-vote"] label[for] {
    min-height: 40px;
    line-height: 30px;
  }
  .poll[data-form-type="poll-vote"] input[type="radio"],
  .poll[data-form-type="poll-vote"] label[for]::before,
  .poll[data-form-type="poll-vote"] input[type="checkbox"] {
    width: 20px;
    height: 20px;
    top: 10px;
  }
  .poll[data-form-type="poll-vote"] label[for]::after {
    width: 20px;
    height: 20px;
    top: 6px;
    left: 53px;
  }
  .poll[data-form-type="poll-vote"] label[for] span {
    margin-top: 4px;
    padding-bottom: 4px;
  }
  .poll[data-form-type="poll-vote"] label[for] span::before {
    width: 9px;
    height: 9px;
    top: 10px;
    left: 61px;
  }
  .poll[data-form-type="poll-vote"] footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .poll[data-form-type="poll-vote"] footer button[type="submit"],
  .poll[data-form-type="poll-vote"] footer button[type="button"],
  .poll[data-form-type="poll-vote"] footer a {
    line-height: 40px !important;
  }
  .poll[data-form-type="poll-vote"] footer button[type="submit"] {
    max-width: 146px !important;
  }
  .poll[data-form-type="poll-vote"] footer .sign-in-vote {
    max-width: 180px !important;
  }
  .poll[data-form-type="poll-vote"] footer button[type="button"],
  .poll[data-form-type="poll-vote"] footer a {
    max-width: 130px;
  }
  .poll[data-form-type="poll-vote"] footer a {
    margin: 0 10px 0 auto;
    text-align: center;
  }
  .poll[data-form-type="poll-vote"] footer a span {
    background-position: top 4px left;
  }
  .poll[data-form-type="poll-vote"] footer button[type="button"].top span::before {
    bottom: calc(100% + 16px);
    top: auto;
  }
  .poll[data-form-type="poll-vote"] footer button[type="button"] span {
    background-position: top 3px left;
  }
  .poll[data-form-type="poll-vote"] footer button[type="button"] span::before {
    top: calc(100% + 10px);
  }
  .body-strawpoll-create.hide-ads .poll,
  .body-strawpoll-vote.hide-ads .poll {
    margin: 0 auto;
  }
  .poll [name="poll-title"] {
    padding: 17px 14px 17px 50px;
  }
  .poll .covert-list > div {
    line-height: 40px;
  }
  .poll select {
    width: 260px;
    padding: 6px 10px;
  }
  .poll [class*=form-field-enum-choice-field] {
    margin: 20px 14px 20px 50px;
  }
  .poll #form-field-allow-multiple-choices,
  .poll #form-field-require-recaptcha,
  .poll #form-field-keep-poll-anonymous {
    padding-left: 26px;
  }
  .poll #form-field-allow-multiple-choices input,
  .poll #form-field-require-recaptcha input,
  .poll #form-field-keep-poll-anonymous input {
    width: 16px;
    height: 16px;
  }
  .poll label[for] {
    line-height: 16px;
  }
  .poll label[for]::before, .poll label[for]::after {
    width: 16px;
    height: 16px;
  }
  .poll label[for]::after {
    top: -4px;
    left: 3px;
  }
  .poll label[for] span::before {
    width: 7px;
    height: 7px;
    left: 9px;
  }
  .poll footer {
    text-align: left;
    padding-bottom: 30px;
  }
  .poll button:not(.embed):not(.draft-button) {
    margin: 0 10px 0 0;
    font-size: 14px;
    padding: 0 40px;
  }
  .poll .button {
    display: inline-block;
    width: auto;
    line-height: 40px;
    font-size: 13px;
    padding: 0 20px;
  }
  .poll #embed-modal {
    width: 210px;
    transform: none;
    left: auto;
    right: -5px;
    padding: 0 14px 14px;
    top: calc(100% - 24px);
  }
  .poll #embed-modal.top {
    top: auto;
    bottom: calc(100% - 13px);
  }
  .poll .social-links {
    margin: 0 -14px;
  }
  .poll .copy-field input[type="text"] {
    font-size: 11px;
    -ms-flex: none;
        flex: none;
    line-height: 26px;
    width: 114px;
  }
  .poll .copy-field span {
    line-height: 26px;
  }
  .poll .option-text {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media (min-width: 1020px) {
  .poll-comments {
    width: 100%;
    margin-right: 320px;
    margin-bottom: 30px;
  }
  .body-strawpoll-vote .poll-comments {
    width: 660px;
    margin: 0 auto 30px auto;
  }
  body:not(.hide-ads) .poll-comments {
    width: 100%;
    margin-right: 320px;
    margin-bottom: 30px;
  }
  .user-anonymous .poll-comments .no-results {
    margin-bottom: 20px;
  }
  .user-authenticated .poll-comments .no-results:before {
    margin-top: 50px;
  }
  .user-authenticated .poll-comments .no-results:after {
    margin-bottom: 60px;
  }
  .poll-comments .p-comment-reply-form {
    border: none;
    background: none;
  }
  .poll-comments .comment-form {
    margin: 5px 0 0;
    background-color: #292929;
  }
  .poll-comments .comment-form .form-button-block {
    height: 45px;
  }
  .poll-comments .comment-form .form-button-block button {
    margin: 8px;
  }
}

@media (min-width: 1020px) {
  .poll-footer-info {
    max-width: 660px;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
  }
  .body-strawpoll-vote.hide-ads .poll-footer-info {
    margin: 0 auto;
  }
}

.profile-aside {
  display: none;
}

.profile-content {
  padding: 0 20px;
}

.profile-details {
  margin: 0 auto 30px;
  color: #fff;
  max-width: 430px;
}

.profile-details h3 {
  display: none;
}

.profile-details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.profile-details .about-me {
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.1px;
}

.profile-details .connect {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #2b2b2b;
  border-radius: 3px;
  padding: 0 10px 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.profile-details a {
  color: #fff;
  font-size: 13px;
  padding-left: 22px;
  line-height: 18px;
  display: inline-block;
  margin-top: 10px;
}

.profile-details .facebook a {
  background: url(../images/facebook_light.svg) left center/contain no-repeat;
}

.profile-details .twitter a {
  background: url(../images/twitter_light.svg) left center/contain no-repeat;
}

.profile-details .instagram a {
  background: url(../images/instagram_light.svg) left center/contain no-repeat;
}

.profile-details .twitch a {
  background: url(../images/twitch_light.svg) left center/contain no-repeat;
}

.profile-details .youtube a {
  background: url(../images/youtube_light.svg) left center/contain no-repeat;
}

.profile-edit {
  width: 280px;
  margin: 0 auto 20px;
}

.profile-edit .select2-container .select2-choice {
  height: 36px;
}

.profile-edit .select2-container .select2-choice > .select2-chosen {
  padding: 5px;
}

.profile-edit ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.profile-edit h3 {
  color: #b1b874;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-top: 30px;
}

.profile-edit .edit > div:first-of-type h3 {
  margin-top: 0;
}

.profile-edit textarea,
.profile-edit input:not([type="radio"]):not([type="checkbox"]),
.profile-edit select {
  border: 1px solid #212121;
  border-radius: 3px;
  padding: 10px;
  font-size: 12px;
  color: #323232;
  max-width: 280px;
  width: 100%;
}

.profile-edit input[type="radio"],
.profile-edit input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.profile-edit label {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  margin-top: 10px;
}

.profile-edit .about-me label {
  display: none;
}

.profile-edit .about-me textarea {
  height: 100px;
  resize: vertical;
}

.profile-edit #field-gender {
  display: -ms-flexbox;
  display: flex;
}

.profile-edit #field-gender label {
  display: inline-block;
  margin: 0 20px 0 5px;
}

.profile-edit [for="field-wantsMail"], .profile-edit [for="field-show-ads"],
.profile-edit .admin-settings label:not([for="field-language"]):not([for="field-timezone"]):not([for="field-debug-level"]) {
  display: inline-block;
  margin: 20px 5px 0 0;
}

.profile-edit button[type="submit"] {
  width: 100%;
  padding: 0;
  line-height: 40px;
  color: #fff;
  border: none;
  text-align: center;
  margin-top: 30px;
  background: #ca302c;
  border-radius: 3px;
  cursor: pointer;
}

.profile-edit .field-errors {
  font-size: 13px;
  display: inline-block;
  color: #ca302c;
  margin-top: 5px;
}

.profile-edit .nickname-change {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile-edit .nickname-change input {
  -ms-flex: 1;
      flex: 1;
}

.profile-edit .nickname-change p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 35px;
}

.profile-edit .nickname-change .field-errors {
  -ms-flex: 1 100%;
      flex: 1 100%;
}

.profile-header {
  position: relative;
}

.profile-header .cover-image-wrapper {
  position: relative;
}

.profile-header .cover-image-wrapper::after {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0) 100px);
}

.profile-header .cover-image {
  width: 100%;
  padding-bottom: 27%;
}

.profile-header .cover-image img,
.profile-header .cover-image .default-cover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 1000px;
}

.profile-header .form-field {
  display: none;
}

.profile-header .cover-image-edit {
  bottom: 5px;
  right: 5px;
}

.profile-header .cover-image-edit,
.profile-header .avatar-edit,
.profile-header .edit-profile-button {
  position: absolute;
  border: 1px solid #bebebe;
  background: rgba(255, 255, 255, 0.88);
  padding: 7px 16px 7px 12px;
  z-index: 3;
  font-size: 13px;
  color: #575757;
  letter-spacing: 0.1px;
  cursor: pointer;
}

.profile-header .cover-image-edit span,
.profile-header .avatar-edit span,
.profile-header .edit-profile-button span {
  padding-left: 20px;
  background: url(../images/camera.svg) left center/15px 12px no-repeat;
}

.profile-header .avatar {
  width: 100px;
  height: 100px;
  position: relative;
  margin: -60px auto 0;
}

.profile-header .avatar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/avatar_overlay.svg) center/contain no-repeat;
  z-index: 2;
  pointer-events: none;
}

.profile-header .avatar img,
.profile-header .avatar .default-avatar {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.profile-header .avatar-edit {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.profile-header h1 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
}

.profile-header .default-cover,
.profile-header .default-avatar {
  background: #272727;
}

.profile-header .default-avatar {
  position: relative;
}

.profile-header .default-avatar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/default-avatar.svg) center/contain no-repeat;
}

.profile-header .edit-profile-button {
  top: 10px;
  right: 10px;
  padding: 7px 12px;
  font-size: 12px;
}

.profile-polls {
  margin: 0 auto;
  max-width: 430px;
}

.hide-ads .profile-polls {
  max-width: 660px;
}

.profile-polls .no-results {
  color: #fff;
  margin-bottom: 300px;
}

.profile-polls #poll-create {
  margin-bottom: 30px;
  max-width: 446px;
}

.hide-ads .profile-polls #poll-create {
  max-width: 660px;
}

.profile-polls #poll-create [class*=form-field-enum-choice-field],
.profile-polls #poll-create #form-field-allow-multiple-choices,
.profile-polls #poll-create #form-field-require-recaptcha,
.profile-polls #poll-create #form-field-keep-poll-anonymous,
.profile-polls #poll-create footer {
  display: none;
}

.profile-polls #poll-create.expanded [class*=form-field-enum-choice-field] {
  display: -ms-flexbox;
  display: flex;
}

.profile-polls #poll-create.expanded #form-field-allow-multiple-choices,
.profile-polls #poll-create.expanded #form-field-require-recaptcha,
.profile-polls #poll-create.expanded #form-field-keep-poll-anonymous,
.profile-polls #poll-create.expanded footer {
  display: block;
}

.profile-polls ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.profile-polls .listing-container-ul {
  position: relative;
  padding-top: 30px;
  max-width: 446px;
  margin: 0 auto;
}

.hide-ads .profile-polls .listing-container-ul {
  max-width: 660px;
}

.profile-polls .listing-container-ul .listing-footer {
  display: none;
}

.profile-polls [for="filter-poll-sort"],
.profile-polls #filter-poll-sort,
.profile-polls [for="filter-show-deleted-polls-filter"],
.profile-polls #filter-show-deleted-polls-filter {
  position: absolute;
  top: 0;
}

.profile-polls [for="filter-poll-sort"],
.profile-polls #filter-poll-sort {
  right: 0;
}

.profile-polls [for="filter-show-deleted-polls-filter"],
.profile-polls #filter-show-deleted-polls-filter {
  left: 0;
}

.profile-polls [for="filter-poll-sort"],
.profile-polls [for="filter-show-deleted-polls-filter"] {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3px;
  font-size: 14px;
}

.profile-polls [for="filter-poll-sort"] span {
  padding-left: 20px;
  position: relative;
}

.profile-polls [for="filter-poll-sort"] span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  width: 18px;
  height: 12px;
  background: url(../images/results.svg) center/contain no-repeat;
}

.profile-polls #filter-poll-sort,
.profile-polls #filter-show-deleted-polls-filter {
  opacity: 0;
  cursor: pointer;
  border: none;
}

.profile-polls #filter-poll-sort {
  width: 46px;
}

.profile-polls #filter-show-deleted-polls-filter {
  width: 92px;
}

.profile-polls .listing-filters .form-footer {
  display: none;
}

.profile-polls .listing-sppoll > li:not(:last-of-type) {
  margin-bottom: 20px;
}

.profile-polls .listing-sppoll .poll.status-draft h1 {
  padding-top: 30px;
  position: relative;
}

.profile-polls .listing-sppoll .poll.status-draft h1::before {
  content: 'Draft';
  font-family: Ubuntu, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #ca302c;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 20px;
}

.profile-polls .listing-sppoll .poll.status-deleted h1 {
  padding-top: 30px;
  position: relative;
}

.profile-polls .listing-sppoll .poll.status-deleted h1::before {
  content: 'Deleted';
  font-family: Ubuntu, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 20px;
  z-index: 19;
}

.profile-polls .listing-sppoll .poll h1 {
  font-size: 24px;
  line-height: 30px;
  padding: 10px 14px;
}

.profile-polls .listing-sppoll .poll h1 a {
  color: #503809;
}

.profile-polls .listing-sppoll .poll .option-text {
  font-size: 13px;
  line-height: 30px;
  font-family: Ubuntu, sans-serif;
  word-break: break-word;
}

.profile-polls .listing-sppoll .poll footer {
  margin: 0;
  padding: 0;
}

.profile-polls .listing-sppoll .poll footer > div {
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 14px;
  position: relative;
}

.profile-polls .listing-sppoll .poll footer > div:last-of-type {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.profile-polls .listing-sppoll .poll footer > div:not(:last-of-type) {
  border-bottom: 2px solid #b1b874;
}

.profile-polls .listing-sppoll .poll footer p {
  margin: 0;
  line-height: 30px;
}

.profile-polls .listing-sppoll .poll footer .post-date {
  -ms-flex: 1;
      flex: 1;
  text-align: right;
}

.profile-polls .listing-sppoll .poll .option-count {
  font-weight: bold;
}

.profile-polls .listing-sppoll .poll abbr {
  text-decoration: none;
}

.profile-polls .listing-sppoll .poll .delete-poll,
.profile-polls .listing-sppoll .poll .embed,
.profile-polls .listing-sppoll .poll .edit-poll-button {
  font-size: 16px;
  border-radius: 3px;
  display: block;
  color: #fff;
  background: #7c805d;
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
  padding: 0 20px;
}

.profile-polls .listing-sppoll .poll .embed span,
.profile-polls .listing-sppoll .poll .edit-poll-button span,
.profile-polls .listing-sppoll .poll .delete-poll span {
  padding-left: 16px;
}

.profile-polls .listing-sppoll .poll .embed,
.profile-polls .listing-sppoll .poll .edit-poll-button {
  margin-left: 10px;
}

.profile-polls .listing-sppoll .poll .delete-poll span {
  background: url(../images/delete.svg) left center/15px no-repeat;
}

.profile-polls .listing-sppoll .poll .delete-poll.is-restorable span {
  background: url(../images/restore.svg) left center/15px no-repeat;
  padding-left: 20px;
}

.profile-polls .listing-sppoll .poll .edit-poll-button span {
  background: url(../images/edit.svg) center left/12px no-repeat;
}

.profile-polls .listing-sppoll .poll .embed.dropdown-active span::before {
  display: block;
}

.profile-polls .listing-sppoll .poll .embed.top span::before {
  bottom: calc(100% + 4px);
  top: auto;
}

.profile-polls .listing-sppoll .poll .embed span {
  position: relative;
  background: url(../images/share.svg) top 3px left no-repeat;
}

.profile-polls .listing-sppoll .poll .embed span::before {
  display: none;
  content: '';
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: #fff;
  pointer-events: none;
}

.profile-polls .listing-sppoll .poll #embed-modal {
  top: calc(100% - 10px);
}

.profile-polls .listing-sppoll .poll #embed-modal.top {
  bottom: calc(100% - 10px);
  top: auto;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.31);
}

.zoom-slider {
  display: none;
}

@media (min-width: 620px) {
  .profile-edit {
    width: 580px;
  }
  .profile-edit textarea {
    max-width: none;
  }
  .profile-edit .connect {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profile-edit .connect > li {
    width: 280px;
  }
  .profile-edit .connect > li:nth-of-type(odd) {
    margin-right: 20px;
  }
  .profile-edit .profile-settings,
  .profile-edit .password-settings,
  .profile-edit .contact-settings,
  .profile-edit .lang-tz {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profile-edit .profile-settings > div,
  .profile-edit .password-settings > div,
  .profile-edit .contact-settings > div,
  .profile-edit .lang-tz > div {
    width: 280px;
  }
  .profile-edit .profile-settings > div:nth-of-type(odd),
  .profile-edit .password-settings > div:nth-of-type(odd),
  .profile-edit .contact-settings > div:nth-of-type(odd),
  .profile-edit .lang-tz > div:nth-of-type(odd) {
    margin-right: 20px;
  }
  .profile-edit .current-password > a {
    font-size: 13px;
    padding-left: 10px;
  }
}

@media (min-width: 600px) {
  .profile-header .avatar {
    width: 134px;
    height: 134px;
    margin-top: -94px;
  }
  .profile-header .avatar img,
  .profile-header .avatar .default-avatar {
    width: 130px;
    height: 130px;
  }
}

@media (min-width: 600px) {
  .profile-polls .listing-sppoll .poll h1 {
    padding-left: 50px;
  }
  .profile-polls .listing-sppoll .poll .option-text {
    margin-left: 50px;
  }
  .profile-polls .listing-sppoll .poll footer > div {
    padding-left: 50px;
  }
}

@media (min-width: 1020px) {
  .body-profile-details .site-content,
  .body-profile-settings .site-content {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
  }
}

@media (min-width: 1020px) {
  .show-ads .profile-aside {
    display: block;
    width: 300px;
    margin-top: -40px;
  }
}

@media (min-width: 1020px) {
  .profile-content {
    display: -ms-flexbox;
    display: flex;
    margin: 20px 15px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0;
  }
  .hide-ads .profile-content {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media (min-width: 1020px) {
  .profile-details {
    width: 200px;
    background: #3e3e3e;
    margin-bottom: auto;
    border-radius: 3px;
    padding: 15px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
  }
  .hide-ads .profile-details {
    margin: 0 0 auto 0;
  }
  .profile-details h3 {
    display: block;
    margin: 0;
    color: #929292;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.1px;
  }
  .profile-details h3:last-of-type:not(:only-of-type) {
    margin-top: 20px;
  }
  .profile-details .about-me {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
  }
  .profile-details .connect {
    background: none;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  .profile-details .connect li:first-of-type a {
    margin-top: 0;
  }
  .profile-details a {
    margin-top: 15px;
  }
}

@media (min-width: 1020px) {
  .profile-edit {
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    padding: 0 15px;
    margin-top: 20px;
  }
  .profile-edit .untrusted-ip-warning {
    color: #F3F3F3;
    font-size: 13px;
  }
  .profile-edit .social-hub {
    width: 200px;
    background: #3e3e3e;
    margin: 0 20px auto 0;
    border-radius: 3px;
    padding: 15px;
    color: #fff;
  }
  .profile-edit .social-hub h3 {
    color: #929292;
  }
  .profile-edit .edit > div:last-of-type h3 {
    margin-bottom: 0;
  }
  .profile-edit > div {
    margin: -40px 20px 0 0;
    width: 430px;
  }
  .profile-edit > div > section:first-of-type h3 {
    margin-top: 0;
  }
  .profile-edit .profile-settings > div {
    width: 205px;
  }
  .profile-edit input:not([type="radio"]):not([type="checkbox"]),
  .profile-edit select {
    max-width: 205px;
  }
  .profile-edit .profile-settings > div,
  .profile-edit .password-settings > div,
  .profile-edit .contact-settings > div,
  .profile-edit .lang-tz > div {
    width: 205px;
  }
  .profile-edit .connect > li:nth-of-type(odd) {
    margin-right: 0;
  }
}

@media (min-width: 1020px) {
  .profile-header {
    position: relative;
  }
  .profile-header .avatar {
    width: 200px;
    height: 200px;
    margin: -160px 0 0 14px;
  }
  .profile-header .avatar img,
  .profile-header .avatar .default-avatar {
    width: 196px;
    height: 196px;
  }
  .profile-header .avatar-edit {
    transform: none;
    left: auto;
    right: 10px;
  }
  .profile-header .cover-image-edit {
    bottom: auto;
    top: 10px;
    right: 10px;
  }
  .profile-header h1 {
    position: absolute;
    left: 230px;
    bottom: 40px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.36);
  }
}

@media (min-width: 1020px) {
  .profile-polls {
    -ms-flex: 1;
        flex: 1;
    margin: -40px 20px 0;
  }
  .profile-polls #poll-create {
    margin: 0 auto 30px;
  }
}

@media (min-width: 1020px) {
  .zoom-slider {
    background-color: transparent;
    display: inline;
    position: relative;
    float: left;
    margin: 12px 0 0 50px !important;
    width: 200px !important;
  }
  .zoom-slider:before, .zoom-slider:after {
    content: '';
    display: block;
    background-image: url("../images/image-icon.svg");
    background-size: 100% 100%;
    background-color: transparent;
    margin: auto;
  }
  .zoom-slider:before {
    height: 30px;
    width: 30px;
  }
  .zoom-slider:after {
    height: 40px;
    width: 40px;
  }
  input[type=range].zoom-slider {
    -webkit-appearance: none;
    width: 100%;
    margin: 8.5px 0;
  }
  input[type=range].zoom-slider:focus {
    outline: none;
  }
  input[type=range].zoom-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #575757;
  }
  input[type=range].zoom-slider::-webkit-slider-thumb {
    border: 2px solid #575757;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8.5px;
  }
  input[type=range].zoom-slider:focus::-webkit-slider-runnable-track {
    background: #575757;
  }
  input[type=range].zoom-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #575757;
  }
  input[type=range].zoom-slider::-moz-range-thumb {
    border: 2px solid #575757;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
  }
  input[type=range].zoom-slider::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range].zoom-slider::-ms-fill-lower {
    background: #575757;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  }
  input[type=range].zoom-slider::-ms-fill-upper {
    background: #575757;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  }
  input[type=range].zoom-slider::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 2px solid #575757;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    height: 3px;
  }
  input[type=range].zoom-slider:focus::-ms-fill-lower {
    background: #575757;
  }
  input[type=range].zoom-slider:focus::-ms-fill-upper {
    background: #575757;
  }
}

.site {
  font-family: Ubuntu, sans-serif;
  background: #323232;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.site .flash-messages {
  position: fixed;
  top: 0;
  text-align: center;
  z-index: 1000;
  left: 0;
  width: 100vw;
}

.site .flash-messages .message {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 2em 5em;
  position: relative;
}

.site .flash-messages .message-close {
  height: 16px;
  position: absolute;
  overflow: hidden;
  right: 14px;
  top: 14px;
  width: 16px;
}

.site .flash-messages .message-error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.site .flash-messages .message-warning {
  background: #fff6bf;
  border: 1px solid #ffd324;
  color: #514721;
}

.site .flash-messages .message-info {
  background: #d5edf8;
  border: 1px solid #92cae4;
  color: #205791;
}

.site .flash-messages .message-success {
  background: #e6efc2;
  border: 1px solid #c6d880;
  color: #264409;
}

.site .flash-messages .message-tip {
  background: #85a6d6;
  border: 1px solid #678bbf;
  color: #3b5a85;
}

.site .flash-messages .message > a {
  text-decoration: underline;
}

.site .flash-messages .message-error > a {
  color: #8a1f11;
}

.site .flash-messages .message-warning > a {
  color: #514721;
}

.site .flash-messages .message-info > a {
  color: #205791;
}

.site .flash-messages .message-success > a {
  color: #264409;
}

.site .flash-messages .message-tip > a {
  color: #205791;
}

.site .flash-messages .message > a:hover {
  text-decoration: none;
}

.site .flash-messages .message-error > a:hover {
  color: #461009;
}

.site .flash-messages .message-warning > a:hover {
  color: #1b170b;
}

.site .flash-messages .message-info > a:hover {
  color: #123152;
}

.site .flash-messages .message-success > a:hover {
  color: black;
}

.site .flash-messages .message-tip > a:hover {
  color: #123152;
}

.body-strawpoll-create.hide-ads .site-aside,
.body-strawpoll-vote.hide-ads .site-aside {
  display: none;
}

.ac_results ul {
  position: fixed;
  top: 60px;
  left: 0;
  max-height: calc(100vh - 60px);
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 100;
  width: 100vw;
}

.ac_results ul li {
  border-top: 1px solid #434343;
}

.ac_results ul li.ac_over a {
  background: #4c4c4c;
}

.ac_results ul li:last-of-type {
  border-bottom: 1px solid #434343;
}

.ac_results a {
  line-height: 60px;
  background: #323232;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.ac_results i,
.ac_results img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  margin-right: 10px;
}

.ac_results i {
  background: #484848;
}

.ac_results .autoCompleteCategory {
  margin-left: auto;
  color: #acb271;
  font-size: 11px;
}

.ac_results strong {
  background: #55564c;
}

.ac_results a[href*="/members"] strong {
  font-weight: normal;
  background: none;
}

.ac_results a[href*="/members"] .autoCompleteCategory {
  color: #a8a4a4;
}

.ac_results .poll-icon,
.ac_results .person-icon {
  position: relative;
}

.ac_results .poll-icon::after,
.ac_results .person-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}

.ac_results .poll-icon::after {
  background: url(../images/results.svg) center/contain no-repeat;
}

.ac_results .person-icon::after {
  background: url(../images/default-avatar.svg) center/contain no-repeat;
  width: 20px;
  height: 20px;
}

.ac_results .content {
  margin-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.site-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #323232;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.site.body-error .site-content,
.site.body-authentication .site-content,
.site.body-accountverification .site-content {
  color: #a9a9a9;
  text-align: center;
}

.site.body-error .site-content h2,
.site.body-authentication .site-content h2,
.site.body-accountverification .site-content h2 {
  margin-top: 0;
}

.site.body-authentication-recoveraccount .site-content,
.site.body-authentication-resetpassword .site-content,
.site.body-accountverification .site-content {
  padding: 0 20px;
}

.site.body-authentication-recoveraccount .site-content h2,
.site.body-authentication-resetpassword .site-content h2,
.site.body-accountverification .site-content h2 {
  font-size: 20px;
  color: #fff;
}

.site.body-authentication-recoveraccount .site-content .infobox,
.site.body-authentication-resetpassword .site-content .infobox,
.site.body-accountverification .site-content .infobox {
  line-height: 24px;
  margin-top: 40px;
}

.site.body-authentication-recoveraccount .site-content form,
.site.body-authentication-resetpassword .site-content form,
.site.body-accountverification .site-content form {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  text-align: left;
}

.site.body-authentication-recoveraccount .site-content label,
.site.body-authentication-resetpassword .site-content label,
.site.body-accountverification .site-content label {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  margin-top: 40px;
}

.site.body-authentication-recoveraccount .site-content input[type="text"],
.site.body-authentication-recoveraccount .site-content input[type="password"],
.site.body-authentication-resetpassword .site-content input[type="text"],
.site.body-authentication-resetpassword .site-content input[type="password"],
.site.body-accountverification .site-content input[type="text"],
.site.body-accountverification .site-content input[type="password"] {
  border: 1px solid #212121;
  border-radius: 3px;
  padding: 10px;
  font-size: 12px;
  color: #323232;
  width: 100%;
}

.site.body-authentication-recoveraccount .site-content button[type="submit"],
.site.body-authentication-recoveraccount .site-content input[type="submit"],
.site.body-authentication-resetpassword .site-content button[type="submit"],
.site.body-authentication-resetpassword .site-content input[type="submit"],
.site.body-accountverification .site-content button[type="submit"],
.site.body-accountverification .site-content input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0;
  line-height: 40px;
  color: #fff;
  border: none;
  text-align: center;
  margin-top: 30px;
  background: #ca302c;
  border-radius: 3px;
  cursor: pointer;
}

.site.body-authentication-recoveraccount .site-content button[type="submit"]:hover,
.site.body-authentication-recoveraccount .site-content input[type="submit"]:hover,
.site.body-authentication-resetpassword .site-content button[type="submit"]:hover,
.site.body-authentication-resetpassword .site-content input[type="submit"]:hover,
.site.body-accountverification .site-content button[type="submit"]:hover,
.site.body-accountverification .site-content input[type="submit"]:hover {
  color: #fff;
}

.site.body-authentication-recoveraccount .site-content .message-success,
.site.body-authentication-resetpassword .site-content .message-success,
.site.body-accountverification .site-content .message-success {
  color: #b1b874;
}

.site.body-authentication-recoveraccount .site-content .message-error,
.site.body-authentication-resetpassword .site-content .message-error,
.site.body-accountverification .site-content .message-error {
  color: #ca302c;
}

.site.body-authentication-resetpassword .site-content {
  -ms-flex-direction: column;
      flex-direction: column;
}

.site.body-authentication-resetpassword .site-content dl,
.site.body-authentication-resetpassword .site-content dd {
  margin: 0;
}

.site.body-authentication-resetpassword .site-content .form-messages + p,
.site.body-authentication-resetpassword .site-content .login-link {
  display: none;
}

.site.body-authentication-resetpassword .site-content .message-info {
  color: #fff;
}

.site.body-authentication-resetpassword .site-content [for="field-confirmPassword"] {
  margin-top: 10px;
}

.site.body-authentication-resetpassword .site-content strong {
  display: block;
}

.site.body-accountverification .site-content .h2 {
  margin: 0 auto;
}

.site.body-error .site-content h1 {
  color: #fff;
  font-size: 72px;
}

.site.body-error .site-content h2 {
  color: #ffe07e;
  font-size: 18px;
}

.site.body-error .site-content p {
  font-size: 14px;
  line-height: 24px;
  max-width: 460px;
  margin: 1em auto 2em;
}

.site.body-error .site-content a {
  color: #7c805b;
}

.cc_container {
  z-index: 9001;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  padding: 15px;
  background: #222;
  color: #fff;
  font-size: 17px;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
}

.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}

.cc_container a:not(.cc_btn),
.cc_container a:visited:not(.cc_btn) {
  text-decoration: none;
  color: #31a8f0;
  transition: 200ms color;
}

.cc_container a:hover:not(.cc_btn),
.cc_container a:active:not(.cc_btn) {
  color: #b2f7ff;
}

.cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.8em;
  line-height: 1em;
  padding: 8px 10px;
  background-color: #f1d600;
  display: block;
  width: 120px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.cc_message {
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 40px;
  margin-top: 0;
}

.cc_logo {
  display: none;
}

.cc_btn,
.cc_btn:visited {
  color: #000;
  background-color: #f1d600;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
}

.cc_btn:hover,
.cc_btn:active {
  background-color: #fff;
  color: #000;
}

@media (min-width: 600px) {
  .cc_btn {
    left: auto;
    top: 50%;
    bottom: auto;
    right: 15px;
    transform: translateY(-50%);
  }
  .cc_message {
    padding-right: 135px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .cc_container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .cc_container::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #222;
    width: 100vw;
    transform: translateX(-50%);
    height: 100%;
    top: 0;
    left: 50%;
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

.cc_container {
  animation-duration: 0.8s;
  animation-name: slideUp;
}

.site-footer {
  background: #323232;
  font-size: 13px;
  padding: 50px 10px;
  width: 100%;
  margin: auto auto 0;
}

.site-footer ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-footer li {
  display: inline-block;
  margin: 0 10px;
}

.site-footer a {
  color: #a9a9a9;
}

.site-footer a:hover {
  color: #c3c3c3;
}

.site-header {
  background: #262626;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}

.site-header h1 {
  display: inline-block;
  margin: 0;
}

.site-header h1 a {
  display: block;
  height: 100%;
}

.site-header .social-facebook,
.site-header .social-twitter {
  display: none;
}

.site-header button[type="button"] {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
}

.site-header svg {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  fill: #bfbfbf;
}

.site-header .search .icon {
  width: 22px;
  height: 22px;
}

.search-active .site-header .search {
  background: #434343;
}

.search-active .site-header .search .icon {
  display: none;
}

.search-active .site-header .search .close {
  display: block;
}

.site-header .menu .icon {
  width: 28px;
  height: 24px;
}

.menu-active .site-header .menu {
  background: #434343;
}

.site-header .close {
  display: none;
  width: 40px;
  height: 40px;
}

.masked {
  cursor: wait;
}

.loadmask {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  background-color: #000;
  width: 100%;
  height: 100%;
  zoom: 1;
  background-image: url("../images/ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

.loadmask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
}

.loadmask-msg div {
  padding: 5px 10px 5px 25px;
  line-height: 16px;
  color: white;
  padding-left: 16px;
}

.masked-relative {
  position: relative !important;
}

.masked-hidden {
  visibility: hidden !important;
}

.p-login,
.p-register {
  margin: 0 auto;
  width: 280px;
}

.p-login input[type="text"],
.p-login input[type="password"],
.p-login input[type="email"],
.p-register input[type="text"],
.p-register input[type="password"],
.p-register input[type="email"] {
  display: block;
  font-size: 13px;
  padding: 12px 9px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #d0d0d0;
}

.p-login input[type="text"]:focus,
.p-login input[type="password"]:focus,
.p-login input[type="email"]:focus,
.p-register input[type="text"]:focus,
.p-register input[type="password"]:focus,
.p-register input[type="email"]:focus {
  border-color: #ca302c;
}

.p-login button[type="submit"],
.p-login input[type="submit"],
.p-register button[type="submit"],
.p-register input[type="submit"] {
  border: none;
  background: #ca302c;
  border: none;
  border-radius: 3px;
  line-height: 50px;
  color: #fff;
  width: 100%;
  margin-top: 20px;
  display: block;
}

.p-login ul,
.p-register ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-login ul li:not(:last-child),
.p-register ul li:not(:last-child) {
  margin-bottom: 5px;
}

.p-login ul a,
.p-register ul a {
  display: block;
  margin: 0 auto;
  background: #777;
  color: #fff;
  line-height: 50px;
  border-radius: 3px;
  font-size: 14px;
}

.p-login .forgot-password,
.p-register .forgot-password {
  font-size: 12px;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}

.p-login .forgot-password::after,
.p-register .forgot-password::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ca302c;
}

.p-login .p-login-social,
.p-register .p-login-social {
  margin-top: 20px;
}

.p-login .social-login-facebook,
.p-register .social-login-facebook {
  background: #3957a1;
}

.p-login .social-login-facebook span,
.p-register .social-login-facebook span {
  padding-left: 18px;
  background: url(../images/facebook.svg) left center no-repeat;
}

.p-login .social-login-google,
.p-register .social-login-google {
  background: #dd5141;
}

.p-login .social-login-google span,
.p-register .social-login-google span {
  padding-left: 35px;
  background: url(../images/googleplus.svg) left center no-repeat;
}

.p-login h1,
.p-register h1 {
  font-size: 30px;
  line-height: 33px;
  color: #fff;
  padding-bottom: 10px;
  background: url(../images/underline_red.svg) center bottom no-repeat;
}

.p-login .field-errors,
.p-register .field-errors {
  color: #c83232;
  display: block;
  margin: 1em 0;
}

.p-login label {
  display: none;
}

.p-register form {
  border-top: 1px solid #4f4f4f;
  margin-top: 20px;
}

.p-register form > label:last-of-type {
  display: none;
}

.p-register #form-field-recaptcha-control {
  transform: scale(0.9275);
  transform-origin: 0 0;
}

.p-register p {
  font-size: 14px;
  color: #818181;
}

.p-register .tos-container, .p-register .want-mail-container {
  font-size: 12px;
}

.p-register .login {
  color: #fff;
  font-size: 12px;
}

.p-register .login a {
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
}

.p-register .login a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ca302c;
  pointer-events: none;
}

.site-register input[type="submit"] {
  cursor: pointer;
}

.site-logo {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 180px;
  height: 30px;
  background: url(../images/logo.svg) top center/contain no-repeat;
}

.site-logo a {
  display: block;
  height: 100%;
}

.site-nav {
  display: none;
  -ms-flex: 1 100%;
      flex: 1 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #4e4e4e;
  text-align: center;
  list-style-type: none;
}

.menu-active .site-nav {
  display: block;
}

.site-nav li:not(:first-child) {
  border-top: 1px solid #4e4e4e;
}

.site-nav li:last-of-type a {
  background: #ca302c;
}

.site-nav a,
.site-nav button[type="submit"] {
  display: block;
  line-height: 60px;
  background: #434343;
  color: #fff;
  font-size: 14px;
}

.site-nav button[type="submit"] {
  border: none;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.site-nav .user-avatar {
  display: none;
}

.site-nav #register-upsell {
  display: none;
}

.netbar {
  display: none;
}

.site-search-results {
  padding: 0 20px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 20px;
}

.site-search-results ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-search-results .b-tab-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 260px !important;
  margin: 20px auto;
}

.site-search-results .b-tab-nav a {
  color: #acb271;
  font-size: 14px;
  display: block;
}

.site-search-results .b-tab-content li {
  background: #404040;
  border: 1px solid #212121;
  border-radius: 3px;
  margin-top: 10px;
}

.site-search-results .listing-footer li {
  background: #282828;
  border: 1px solid #1e1e1e;
  padding: 0;
}

.site-search-results .listing-footer a {
  display: block;
  text-align: center;
  color: #929292;
  font-size: 13px;
  line-height: 40px;
}

.site-search-results .user-row a,
.site-search-results .poll-row a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 12px;
  padding: 16px 10px;
}

.site-search-results .user-row strong {
  font-size: 16px;
  display: inline-block;
  line-height: 24px;
  margin-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100vw - 140px);
}

.site-search-results .user-row strong span {
  background: #727361;
}

.site-search-results .user-avatar,
.site-search-results .search-no-avatar {
  width: 70px;
  height: 70px;
  position: relative;
  display: block;
  -ms-flex: none;
      flex: none;
  margin-right: 10px;
}

.site-search-results .user-avatar::after,
.site-search-results .search-no-avatar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/avatar_overlay.svg) center/contain no-repeat;
  z-index: 2;
}

.site-search-results .user-avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-search-results .search-no-avatar::before {
  content: '';
  position: absolute;
  width: 66px;
  height: 66px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #484848 url(../images/default-avatar.svg) center/contain no-repeat;
}

.site-search-results .about-me {
  margin-top: 5px;
  display: block;
}

.site-search-results .total-polls {
  color: #acb271;
  display: inline-block;
  line-height: 24px;
  vertical-align: top;
}

.site-search-results .poll-title {
  font-family: Patrick Hand, Comic Sans MS, Comic Sans MS5, sans-serif;
  color: #503809;
  font-size: 16px;
  line-height: 21px;
  display: block;
  background: #ffd756;
  padding: 10px 10px 10px 34px;
  border-radius: 3px;
  position: relative;
  border: 1px solid #212121;
  word-break: break-word;
  text-align: left;
}

.site-search-results .poll-title::before, .site-search-results .poll-title::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.site-search-results .poll-title::before {
  width: 10px;
  height: 10px;
  background: #ffd756;
  border: 1px solid #212121;
  border-width: 1px 1px 0 0;
  transform: rotate(-135deg);
  left: -6px;
  top: 15px;
}

.site-search-results .poll-title::after {
  width: 8px;
  border: 2px solid #ca302c;
  border-width: 0 2px;
  top: 0;
  bottom: 0;
  left: 14px;
}

.site-search-results .poll-title span {
  background: #ac9d58;
  color: #fff;
}

.site-search-results .poll-info {
  text-align: right;
  -ms-flex: 1 100%;
      flex: 1 100%;
}

.site-search-results .asked {
  display: inline-block;
  margin-top: 16px;
  color: #b1b874;
}

.site-search-results .asked span {
  color: #fff;
}

.site-search-results abbr {
  text-decoration: none;
  color: #a7a7a7;
  display: inline-block;
  margin: 16px 0 0 5px;
}

.site-search-results .selected a {
  color: #fff;
  position: relative;
}

.site-search-results .selected a::after {
  content: '';
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: 59px;
  height: 2px;
  background: url(../images/underline_green.svg) center/contain no-repeat;
  pointer-events: none;
}

.site-search-results .alert {
  text-align: center;
  color: #fff;
}

.site-search-results .search-results-aside {
  display: none;
}

.site-search {
  position: absolute;
  top: 0;
  left: 60px;
  right: 60px;
  display: none;
  background: #434343;
  padding: 10px 10px 10px 0;
}

.search-active .site-search {
  display: block;
}

.site-search input[type="search"] {
  border: none;
  font-size: 14px;
  padding: 12px;
  width: 100%;
  border-radius: 3px;
  line-height: 1.2;
}

.site-tagline {
  font-family: Patrick Hand, Comic Sans MS, Comic Sans MS5, sans-serif;
  display: none;
  text-align: center;
  color: #eaeaea;
  font-weight: normal;
  font-size: 22px;
  line-height: 31px;
  margin: 10px 0 0;
}

@media (min-width: 1020px) {
  .site.fixed-header {
    padding-top: 193px;
  }
}

@media (min-width: 1020px) {
  .site-aside {
    position: absolute;
    top: 0;
    right: 10px;
    width: 300px;
  }
}

@media (min-width: 1020px) {
  .ac_results ul {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-height: none;
    margin-top: 8px;
    width: 405px;
    overflow: visible;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.27);
  }
  .ac_results ul li {
    border: 1px solid #212121;
    border-width: 1px 1px 0;
  }
  .ac_results ul li:first-of-type {
    border-radius: 3px 3px 0 0;
    position: relative;
  }
  .ac_results ul li:first-of-type::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #404040;
    border: 1px solid #212121;
    border-width: 1px 1px 0 0;
    top: -5px;
    left: 10px;
    transform: rotate(-45deg);
    pointer-events: none;
    z-index: 2;
  }
  .ac_results ul li:first-of-type:hover::before, .ac_results ul li:first-of-type.ac_over::before {
    background: #4c4c4c;
  }
  .ac_results ul li:last-of-type {
    border-width: 1px;
    border-bottom-color: #212121;
    border-radius: 0 0 3px 3px;
  }
  .ac_results ul li:only-of-type {
    border-radius: 3px;
  }
  .ac_results a {
    background: #404040;
    line-height: 48px;
  }
}

@media (min-width: 1020px) {
  .site-content {
    padding: 0 10px;
    -ms-flex-direction: row;
        flex-direction: row;
    position: relative;
  }
  .site:not(.body-error):not(.body-page-details) .site-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .body-error .site-content {
    -ms-flex-direction: column;
        flex-direction: column;
    opacity: 0.5;
  }
}

@media (min-width: 1020px) {
  .site-footer {
    font-size: 14px;
    padding: 0;
    line-height: 40px;
    background: #292929;
  }
  .site.body-error .site-footer {
    position: relative;
  }
  .site.body-error .site-footer::before {
    z-index: -1;
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 430px;
    background: url(../images/strawz.png) center/contain no-repeat;
  }
}

@media (min-width: 1020px) {
  .site-header {
    background: none;
    text-align: center;
    padding: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 12px 50px 121px;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 30px;
  }
  .fixed-header .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #292929;
    padding-bottom: 12px;
  }
  .fixed-header .site-header::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #292929;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    height: 54px;
  }
  .site-header input[type="checkbox"],
  .site-header button[type="button"] {
    display: none;
  }
  .site-header .social-facebook,
  .site-header .social-twitter {
    display: block;
    width: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    position: relative;
  }
  .site-header .social-facebook::after,
  .site-header .social-twitter::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    pointer-events: none;
  }
  .site-header .social-facebook {
    margin-right: 10px;
    background: #3a589b;
  }
  .site-header .social-facebook::after {
    background: url(../images/facebook.svg) center/contain no-repeat;
  }
  .site-header .social-twitter {
    margin-right: 20px;
    background: #598dca;
  }
  .site-header .social-twitter::after {
    background: url(../images/twitter_light.svg) center/contain no-repeat;
  }
}

@media (min-width: 1020px) {
  .site-logo {
    position: absolute;
    bottom: 31px;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    height: 60px;
  }
  .fixed-header .site-logo {
    width: 181px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
  }
}

@media (min-width: 1020px) {
  .site-nav {
    display: -ms-flexbox !important;
    display: flex !important;
    border: none;
    -ms-flex: none;
        flex: none;
  }
  .site.body-authentication-recoveraccount .site-nav #register-upsell,
  .site.body-authentication-resetpassword .site-nav #register-upsell,
  .site.body-authentication-login .site-nav #register-upsell {
    display: none;
  }
  .site-nav li {
    -ms-flex-order: 2;
        order: 2;
    margin-left: 20px;
  }
  .site-nav li:last-child {
    -ms-flex-order: 1;
        order: 1;
  }
  .site-nav li:last-child a {
    padding: 0 15px;
    border-radius: 3px;
  }
  .site-nav li:not(:first-child) {
    border: none;
  }
  .site-nav a,
  .site-nav button[type="submit"] {
    background: none;
    line-height: 30px;
  }
  .site-nav .user-avatar {
    display: block;
    -ms-flex-order: 1;
        order: 1;
    width: 30px;
    height: 30px;
    border: 2px solid #fff !important;
    border-radius: 3px;
  }
  .site-nav .user-avatar a {
    display: block;
    height: 100%;
  }
  .site-nav .user-avatar img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .site-nav #register-upsell {
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    right: -24px;
    width: 290px;
    background: linear-gradient(to bottom, #fff, #f0f0f0);
    border-radius: 3px;
    z-index: 1000;
  }
  .site-nav #register-upsell #poll-create-account {
    cursor: pointer;
  }
  .site-nav #register-upsell::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    top: -8px;
    right: 42px;
  }
  .site-nav .register {
    position: relative;
  }
  .site-nav #close-upsell {
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 3px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: none;
    padding: 0;
    border: none;
  }
  .site-nav #close-upsell::after {
    content: 'X';
    font-family: Patrick Hand, Comic Sans MS, Comic Sans MS5, sans-serif;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #494949;
    font-size: 24px;
    pointer-events: none;
  }
  .site-nav #close-upsell span {
    display: none;
  }
  .site-nav h3 {
    font-size: 18px;
    line-height: 33px;
    color: #939393;
    margin-bottom: 0;
  }
  .site-nav h4 {
    font-size: 32px;
    font-style: italic;
    margin: 0 0 10px;
    padding-bottom: 10px;
    background: url(../images/underline_red.svg) center bottom no-repeat;
    line-height: 32px;
  }
  .site-nav p {
    font-size: 14px;
    color: #575757;
    line-height: 26px;
    margin: 0;
  }
  .site-nav .oauth-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 10px 25px 25px;
    -ms-flex-align: center;
        align-items: center;
  }
  .site-nav .oauth-links > span {
    margin: 0 10px;
  }
  .site-nav .facebook,
  .site-nav .google {
    display: block;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
    width: 110px;
    text-align: center;
  }
  .site-nav .facebook span,
  .site-nav .google span {
    position: relative;
  }
  .site-nav .facebook span::before,
  .site-nav .google span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .site-nav .facebook {
    background: #3957a1;
  }
  .site-nav .facebook span {
    padding-left: 16px;
  }
  .site-nav .facebook span::before {
    width: 8px;
    height: 16px;
    background: url(../images/facebook.svg) center/contain no-repeat;
  }
  .site-nav .google {
    background: #e05242;
  }
  .site-nav .google span {
    padding-left: 30px;
  }
  .site-nav .google span::before {
    width: 24px;
    height: 24px;
    background: url(../images/googleplus.svg) center/contain no-repeat;
  }
}

@media (min-width: 1020px) {
  .site-search-results {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: none;
    padding: 0;
  }
  .hide-ads .site-search-results {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .site-search-results .tabbed-container {
    width: 660px;
    -ms-flex: none;
        flex: none;
  }
  .show-ads .site-search-results .search-results-aside {
    display: block;
    width: 300px;
  }
  .show-ads .site-search-results .b-tab-nav {
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: auto !important;
    margin: 20px;
  }
  .show-ads .site-search-results .b-tab-nav a {
    margin-right: 50px;
  }
  .site-search-results #tab-people,
  .site-search-results #tab-polls {
    padding-top: 60px;
    position: relative;
  }
  .site-search-results #tab-people::before, .site-search-results #tab-people::after,
  .site-search-results #tab-polls::before,
  .site-search-results #tab-polls::after {
    position: absolute;
    left: 0;
  }
  .site-search-results #tab-people::before,
  .site-search-results #tab-polls::before {
    top: 34px;
    color: #fff;
    line-height: 16px;
    padding-right: 15px;
    background: #323232;
    z-index: 2;
  }
  .site-search-results #tab-people::after,
  .site-search-results #tab-polls::after {
    content: '';
    right: 4px;
    height: 1px;
    background: #474747;
    top: 43px;
  }
  .site-search-results #tab-people::before {
    content: 'People';
  }
  .site-search-results #tab-polls::before {
    content: 'Polls';
  }
}

@media (min-width: 1020px) {
  .site-search {
    display: block;
    padding: 0;
    position: static;
  }
  .site-search input[type="search"] {
    padding: 7px 12px;
    width: 224px;
    line-height: 1.2;
  }
}

@media (min-width: 1020px) {
  .site-tagline {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .fixed-header .site-tagline {
    display: none;
  }
}

/*$tm-primaryFontColor: #081418 !default;
$tm-secondaryFontColor: #f58120 !default;
$tm-tertiaryFontColor: #6C7687 !default;
$tm-quaternaryFontColor: #fff !default;*/
.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.twitch-button-filled, .merge-container .form-footer button[type=submit],
.site-button-filled {
  display: table;
  margin: 0 auto;
  background: #c83232;
  border: none;
  height: 60px;
  width: 100%;
  max-width: 335px;
  color: #f5f8fb !important;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
  padding: 0 10px;
}

.twitch-button-filled span, .merge-container .form-footer button[type=submit] span,
.site-button-filled span {
  color: #f5f8fb !important;
  font-weight: bold;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
}

.twitch-button-filled span:active, .merge-container .form-footer button[type=submit] span:active, .twitch-button-filled span:hover, .merge-container .form-footer button[type=submit] span:hover, .twitch-button-filled span:visited, .merge-container .form-footer button[type=submit] span:visited,
.site-button-filled span:active,
.site-button-filled span:hover,
.site-button-filled span:visited {
  color: #f5f8fb;
}

.twitch-button-filled:active, .merge-container .form-footer button:active[type=submit], .twitch-button-filled:visited, .merge-container .form-footer button:visited[type=submit],
.site-button-filled:active,
.site-button-filled:visited {
  color: #f5f8fb !important;
}

.twitch-button-filled:active span, .merge-container .form-footer button:active[type=submit] span, .twitch-button-filled:visited span, .merge-container .form-footer button:visited[type=submit] span,
.site-button-filled:active span,
.site-button-filled:visited span {
  color: #f5f8fb !important;
}

.twitch-button,
.site-button {
  display: table;
  padding: 0 10px;
  border: 2px solid #c83232;
  border-radius: 4px;
  height: 60px;
  width: 100%;
  max-width: 335px;
  text-align: center;
  margin: 30px auto 0;
}

.twitch-button span,
.site-button span {
  color: #c83232;
  font-size: 16px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.twitch-button:active, .twitch-button:visited,
.site-button:active,
.site-button:visited {
  color: #c83232;
}

.twitch-button-filled {
  background: #6441A5;
}

.twitch-button-filled span {
  font-size: 16px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.twitch-button {
  border-color: #6441A5;
}

.twitch-button span {
  color: #6441A5;
}

.twitch-button:active, .twitch-button:visited {
  color: #6441A5;
}

.button-but-not-really span {
  color: #c83232;
  text-decoration: underline;
}

.button-but-not-really:hover span {
  text-decoration: none;
}

.button-but-not-really:active, .button-but-not-really:visited {
  color: #c83232;
}

.submit-button-fix button[type=submit] > span {
  display: table !important;
  margin: 0 auto;
}

.byline {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: white;
  width: 100%;
}

.cancel-merge {
  margin-top: 25px;
}

.cancel-merge button {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  margin: 0 auto;
  background: none;
  border: none;
  text-decoration: underline;
  color: #c83232;
  font-weight: bold;
  font-size: 12px;
}

.cancel-merge button:hover {
  text-decoration: none;
}

.cancel-merge > span {
  text-align: center;
  display: block;
}

.card-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: none !important;
  margin: 0 !important;
}

@media (min-width: 870px) {
  .card-container {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.tm-card {
  background: #fff;
  padding: 20px 10px;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.tm-card.not-floating {
  box-shadow: none;
}

.tm-card.no-border {
  border: none;
}

.tm-card .row {
  width: 100%;
}

.tm-card .small {
  font-size: 12px;
}

.tm-card .remerge span {
  text-decoration: underline;
  color: #323232;
}

.tm-card .remerge:hover span {
  text-decoration: none;
  color: #323232;
}

.tm-card .complete-later {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

.tm-card .complete-later span {
  color: #6441A5;
  text-decoration: underline;
}

.tm-card .complete-later:hover span {
  color: #6441A5;
  text-decoration: none;
}

.card-container .tm-card {
  min-width: 285px;
}

.twitch,
.site-color {
  font-weight: bold;
}

.twitch {
  color: #6441A5;
}

.site-color {
  color: #c83232;
}

#faq-modal {
  position: relative;
  padding: 30px;
}

#faq-modal * {
  font-family: "Open Sans";
}

#faq-modal .title {
  text-align: center;
  margin-bottom: 25px;
}

#faq-modal .byline {
  margin-bottom: 25px;
}

#faq-modal ul {
  padding-left: 20px;
  list-style-type: disc;
  font-size: 14px;
  line-height: 26px;
}

#faq-modal > a span {
  text-align: center;
}

.no-title-bar .ui-dialog-title {
  display: none;
}

.no-title-bar .ui-dialog-titlebar {
  background: transparent;
  border: none;
}

.no-title-bar .ui-dialog-titlebar-close {
  right: 0;
  z-index: 999;
}

.merge-container .form-field input {
  display: block;
  border-radius: 0;
  border: 1px solid #b3aea0;
  height: 60px;
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  font-size: 14px;
}

.curse-flame {
  display: inline-block;
  background: url("../images/vanity/icon-curse-flame.png") no-repeat;
  background-size: cover;
  height: 18px;
  width: 12px;
  margin-right: 5px;
}

.twitch-glitch-white {
  display: inline-block;
  background: url("../images/icons/twitch/glitch.png") no-repeat;
  background-size: cover;
  height: 22px;
  width: 22px;
  margin-right: 8px;
}

.login-container {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.body-twitchauthentication-curselogin .login-container #form-field-username, .body-twitchauthentication-curselogin .login-container #form-field-loginFormPassword {
  position: relative;
}

.body-twitchauthentication-curselogin .login-container #form-field-username input, .body-twitchauthentication-curselogin .login-container #form-field-loginFormPassword input {
  padding-left: 35px;
}

.body-twitchauthentication-curselogin .login-container #form-field-username::before, .body-twitchauthentication-curselogin .login-container #form-field-loginFormPassword::before {
  font-family: 'cobalt-ui';
  position: absolute;
  left: 20px;
  top: 22px;
  color: #c83232;
}

.body-twitchauthentication-curselogin .login-container #form-field-username::before {
  content: '\e7ff';
}

.body-twitchauthentication-curselogin .login-container #form-field-loginFormPassword::before {
  content: '\e804';
}

.logo:not(h1) {
  width: auto;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto 10px;
}

.logo:not(h1).site-logo {
  background-image: url("../images/responsive-login-logo.svg");
}

.logo:not(h1).twitch-logo {
  background-image: url("../images/icons/twitch/twitch.png");
}

.merge-container {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  padding: 50px 10px 40px;
  background: none;
}

.merge-container.full-width {
  max-width: none;
}

.merge-container.full-width > * {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.merge-container.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.merge-container .title {
  text-align: center;
  font-size: 28px;
  line-height: 24px;
  color: white;
  margin-bottom: 20px;
  font-weight: bold;
  width: 100%;
}

.merge-container .title .narrow {
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

.merge-container hr {
  margin: 35px auto;
  border-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  max-width: 400px;
}

.merge-container ul, .merge-container ol {
  list-style: initial;
  margin-left: 50px;
  padding: 10px;
}

.merge-container #twitch-merge-faq a {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.merge-container .twitch-container iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.merge-container .forgot-password {
  color: #c83232;
  text-decoration: underline;
  cursor: pointer;
  width: auto;
  display: inline-block;
}

.merge-container .forgot-password:hover {
  text-decoration: none;
}

.merge-container .back {
  display: block;
  color: #323232;
  text-decoration: underline;
  font-size: 12px;
  line-height: 27px;
  cursor: pointer;
  text-align: center;
}

.merge-container .back:hover {
  text-decoration: none;
}

.merge-container .back:visited, .merge-container .back:active {
  color: #323232;
}

.merge-container .merge-footer {
  margin-top: 25px;
  text-align: center;
}

.merge-container .merge-footer > span {
  cursor: pointer;
  color: #c83232;
  text-decoration: underline;
}

.merge-container .merge-footer > span:hover {
  text-decoration: none;
}

.merge-text {
  font-size: 16px;
  line-height: 27px;
  color: #323232;
  text-align: center;
  margin: 25px auto;
}

.pipe {
  margin: 0 10px;
}

.tabs {
  width: 100%;
  max-width: 350px;
  text-align: center;
  margin: 30px auto 25px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.tabs .tab {
  display: inline-block;
}

.tabs .tab a {
  color: #323232;
  font-weight: bold;
  font-size: 14px;
}

.tabs .tab.spacer {
  visibility: hidden;
  width: 50px;
}

.tabs .tab.active {
  border-bottom: 2px solid #c83232;
}

.tabs .tab.active a {
  color: #c83232;
}

.user-stats .post-count {
  font-weight: bold;
}

.user-stats .twitch {
  font-size: 24px;
  font-weight: bold;
  line-height: 27px;
}

.merge-container *,
.tm-card * {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.twitch-container .twitch-button {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  background: #6441A5;
  color: white;
  border-radius: 4px;
  width: 100%;
  text-decoration: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  max-width: 335px;
  font-weight: bold;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.twitch-container .twitch-button::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/twitch/glitch.png");
  height: 2em;
  width: 2em;
  margin-right: 0.5em;
}

.merge-container .register a {
  color: white;
}

.merge-container iframe {
  border: none !important;
}

.profile-edit .tm-card {
  width: 100% !important;
  margin-top: 20px !important;
}

#faq-modal {
  padding: 0;
}

#faq-modal p.byline {
  color: black;
}

.tm-card {
  box-shadow: none;
}

.tm-card .field-errors {
  list-style: none;
  padding: 0;
}

.tm-card.not-floating.no-border {
  background: none;
}

.tm-card p.small {
  color: #323232;
}

.tm-card p.byline {
  color: black;
}

.tm-card .site-logo {
  background-image: url("../images/sp-logo-red.png") !important;
  position: static;
  transform: none !important;
  height: 30px !important;
  width: auto !important;
}

.login-container .form-footer {
  margin-top: 10px;
}

.login-container [id*="form-field-"] input {
  padding-left: 20px !important;
}

.login-container [id*="form-field-"]::before {
  content: '' !important;
}

.merge-text {
  color: white;
}

.cancel-merge > span {
  color: #a9a9a9;
  margin-top: 10px;
}

.twitch-logo {
  background-image: url(../images/twitch/twitch.png) !important;
}

.twitch-glitch-white,
.twitch-container .twitch-button::before {
  background-image: url(../images/twitch/glitch.png);
}

.twitch-glitch-purple {
  background-image: url(../images/twitch/glitch_purple.png);
}
/*# sourceMappingURL=core.css.map */