/* General Styles */

body {
  font-family: 'Open Sans', 'Montserrat', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

body.loaded {
  background-color: #002C62;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Montserrat', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

table {
  width: 100%;
}

.alert {
  font-size: .875em;
  text-align: center;
}

a,
button {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

a:hover,
button:hover {
  text-decoration: none;
}

a:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

img.logo {
  display: none;
}

img.logo[src*=http] {
  display: block;
}


/* Buttons */

.btn {
  line-height: 1em;
  font-size: .875em;
  font-weight: 700;
  border-radius: 0;
  padding: 1em .8em;
  border: none;
}

.btn:hover {
  color: #8392a2;
}

.rounded {
  border-radius: 30px;
  padding-left: 35px;
  padding-right: 35px;
}

.btn-primary,
.btn-primary:focus {
  background-color: #65BBE9;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #49AEE4;
}

.btn-nextpoll {
  background-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.btn-nextpoll:hover,
.btn-nextpoll:active,
.btn-nextpoll:focus,
.btn-nextpoll:active:focus,
.btn-nextpoll:active:hover {
  background-color: #fff;
  color: #080F13;
}

.hearst_1 .btn-nextpoll:hover,
.hearst_1 .btn-nextpoll:active,
.hearst_1 .btn-nextpoll:focus,
.hearst_1 .btn-nextpoll:active:focus,
.hearst_1 .btn-nextpoll:active:hover,
.hearst_2 .btn-nextpoll:hover,
.hearst_2 .btn-nextpoll:active,
.hearst_2 .btn-nextpoll:focus,
.hearst_2 .btn-nextpoll:active:focus,
.hearst_2 .btn-nextpoll:active:hover {
  color: #0e286d;
}

.btn-sprockit {
  background-color: #C92026;
  color: #fff;
  border-radius: 30px;
}

.btn-rounded {
  border: 2px solid #F24738;
  display: block;
  border-radius: 25px;
  font-weight: 700;
  color: #F24738;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-rounded:hover,
.btn-rounded:active,
.btn-rounded:focus {
  background-color: #F24738;
  color: #fff;
}

.btn-back {
  color: #fff;
  margin-bottom: 65px;
}

.btn-back .icon-arrow {
  margin-right: 6px;
  display: inline-block;
  transform: rotate(180deg);
}

.btn-default {
  color: #fff;
  background-color: #777;
  border: none;
}

.btn-default:hover {
  background-color: #888;
  color: #fff;
}

.btn-outline {
  color: rgba(45, 54, 68, .7);
  background-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(45, 54, 68, .45);
}

.btn-outline:hover {
  background-color: #65BBE9;
  box-shadow: inset 0 0 0 0px rgba(45, 54, 68, .45);
  color: #fff;
}

.larger {
  font-size: 1.05em;
}

.btn-fat {
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 1em;
}

.btn.withfronticon [class^="icon-"],
.btn-text.withfronticon [class^="icon-"] {
  margin-right: 8px;
  font-size: 1.1em;
  position: relative;
  top: 1px;
}

.btn.withlasticon [class^="icon-"] {
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.btn-text.withlasticon [class^="icon-"] {
  margin-left: 4px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.btn.withlasticon:hover .icon-arrow,
.btn.withlasticon:hover .icon-arrow-alt {
  margin-left: 15px;
  margin-right: 0;
}

.btn-text.withlasticon:hover .icon-arrow {
  margin-left: 9px;
  margin-right: 0;
}



/* Portrait Notification */

.portraitmsg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #002C62;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
}

.portraitmsg .inner {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .25);
  display: inline-block;
  padding-top: 25px;
}

.rotate {
  margin-bottom: 18px;
  -webkit-animation: rotate 2s infinite ease-out;
  animation: rotate 2s infinite ease-out;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(-90deg);
  }
  70% {
    transform: rotate(-90deg);
    opacity: 1;
  }
  90% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    opacity: 0;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(-90deg);
  }
  70% {
    -webkit-transform: rotate(-90deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    opacity: 0;
  }
}

.rotate img {
  width: 100px;
  height: auto;
}

.portraitmsg p {
  font-size: .9em;
  font-weight: 700;
  line-height: 1.1em;
}



/* Poll */

.poll {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.poll .bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 140%;
  height: 100%;
  z-index: 0;
  /* transition: .8s ease-out; */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.poll .bg:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.poll .bg.bg--sprockit:before {
  background-color: rgba(132, 15, 18, .75);
}

.poll .bg.bg--sprockitflat:before {
  background-color: #C81F26;
}

.start .poll .bg {
  opacity: 1;
  transform: scale3d(0, 0, 0);
}

.poll--wide .bg {
  width: 130%;
  height: 100%;
  transition: all 700ms cubic-bezier(0.215, 0.610, 0.355, 1.000) 200ms;
}

.start .poll--wide .bg {
  left: -10%;
}

.poll p {
  margin: 0;
  line-height: 1.2em;
}

.header {
  text-align: center;
  background-color: rgba(5, 20, 46, 0);
  padding: 25px .8em;
  font-size: 1.2em;
  position: relative;
  z-index: 5;
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.header p {
  font-weight: 700;
  font-size: 1.7em
}

.start .header {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.content {
  max-width: 700px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 25;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 500;
  perspective: 500;
}

.content-arrow {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  opacity: 1;
  transition: .3s all;
  z-index: 10;
  pointer-events: none;
  animation: pulsearrow linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: pulsearrow linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
}

.content-arrow--top {
  margin-top: -14px;
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}

.content-arrow--bottom {
  transform: rotate(180deg);
  bottom: 0%;
}

.content-arrow img {
  width: 14px;
  height: auto;
}

.scrolled-mid .content-arrow--top,
.scrolled-end .content-arrow--top {
  opacity: 1;
  animation: pulsearrow linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: pulsearrow linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
}

.scrolled-end .content-arrow--bottom {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}

@keyframes pulsearrow {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulsearrow {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
  }
}

.votes {
  text-align: center;
  display: flex;
  position: relative;
}

.votes .vote {
  flex: 1;
  position: relative;
  padding: 0 3px;
  opacity: 0;
  transform: translate3d(0, -30px, 0) scale(1.2);
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 200ms;
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 200ms;
}

.votes .vote2 {
  transition-delay: 350ms;
}

.start .vote {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.votes a {
  display: block;
  color: #222;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1em;
  position: relative;
  padding-top: 100%;
  border: 3px solid rgba(255, 255, 255, .45);
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  border-radius: 50%;
}

.votes a:active {
  z-index: 3;
  transform: scale(1.1);
}

.votes a span {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 30px;
  left: 0;
  transform: translateY(-50%);
}

.votes .item1 {
  border-color: #F24738;
  color: #F24738;
}

.votes .item1:hover {
  box-shadow: 0 0 0 2px #F24738;
}

.votes .item1:active {
  background-color: #F24738;
  color: #fff;
}

.votes .item2 {
  border-color: #64B6F9;
  color: #64B6F9;
}

.votes .item2:hover {
  box-shadow: 0 0 0 2px #64B6F9;
}

.votes .item2:active {
  background-color: #64B6F9;
  color: #fff;
}

.list-votes a {
  display: block;
  border: 2px solid rgba(255, 255, 255, .75);
  color: #fff;
  font-weight: 700;
  padding: 18px 15px;
  border-radius: 4px;
  margin: 10px 0;
  display: block;
  font-size: 1.1em;
  text-align: center;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transform: scale(.8);
  opacity: 0;
}

.start .list-votes a:hover,
.start .list-votes a:active,
.start .list-votes a.active,
.start .list-votes a.active {
  background-color: #fff;
  color: #002C62;
  position: relative;
  z-index: 2;
  transform: scale(1.05);
}

.list-votesx a {
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 18px 15px;
  border-radius: 4px;
  margin: 10px 0;
  display: block;
  font-size: 1.1em;
  text-align: center;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transform: scale(.8);
  opacity: 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(176, 18, 237, 0.46) 0%, rgba(176, 18, 237, 0.69) 36%, rgb(176, 18, 237) 83%, rgb(176, 18, 237) 100%);
  text-align: left;
  padding-left: 74px;
}

.start .list-votesx a:hover,
.start .list-votesx a:active,
.start .list-votesx a.active,
.start .list-votesx a.active {
  background-color: #fff;
  color: #002C62;
  position: relative;
  z-index: 2;
  /*transform: scale(1.05);*/
}

.start .list-votesx li a {
  opacity: 1;
  transform: scale(1);
}

.start .list-votes.orange a:hover,
.start .list-votes.orange a:active,
.start .list-votes.orange a.active,
.start .list-votes.orange a.active {
  background-color: #E9602C;
  color: #fff;
  font-weight: bold;
  border-color: transparent;
  position: relative;
  z-index: 2;
  transform: scale(1.05);
}

.start .list-votes li:nth-child(1) a {
  transition-delay: 100ms;
}

.start .list-votes li:nth-child(2) a {
  transition-delay: 200ms;
}

.start .list-votes li:nth-child(3) a {
  transition-delay: 300ms;
}

.start .list-votes li:nth-child(4) a {
  transition-delay: 400ms;
}

.start .list-votes li:nth-child(5) a {
  transition-delay: 500ms;
}

.start .list-votes li a {
  opacity: 1;
  transform: scale(1);
}

.start.delayedstart .list-votes li a {
  transition-delay: 0ms;
}

.list-votes--light a {
  border: 1px solid rgba(255, 255, 255, .12);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.9) 100%);
  color: #222;
}

.main-content--scrollable .list-votes a {
  padding: 13px 15px;
}

.vote-box {
  padding: 0 20px;
}

.vote-box .team {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 50%;
  position: relative;
  z-index: 15;
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
  -webkit-transition: all .6s cubic-bezier(0.300, 1.335, 0.560, 1.210) .5s;
  transition: all .6s cubic-bezier(0.300, 1.335, 0.560, 1.210) .5s;
}

.vote-box .team .nameplate {
  font-size: 1.2em;
}

.vote-box .person2 {
  text-align: right;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.start .vote-box .team {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.vote-box .team.selected {
  -webkit-animation: pulse .4s ease-out;
  animation: pulse .4s ease-out;
}

.vote-box .team.selected .pollresult p {
  color: #F24738;
}



/* Action News Styles */

.multiple-bold {
  font-family: Muli, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.multiple-bold .poll .bg:before {
  background-color: rgba(9, 34, 62, 0.15);
}

.multiple-bold .list-votes {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.multiple-bold .list-votes a {
  border: none;
  background-color: rgba(51, 200, 232, .85);
  color: #fff;
  border-radius: 8px;
  margin: 4px 0;
  padding: 15px;
  box-shadow: inset 0 0 18px 2px rgba(8, 13, 19, .25);
}

.multiple-bold .list-votes a.active {
  box-shadow: none;
}

.multiple-bold .result-item p {
  font-size: 1.1em;
}

.multiple-bold .barbg,
.multiple-bold .overlay--scrollable .barbg {
  height: auto;
  min-height: 65px;
  background-color: rgba(0, 0, 0, .35);
  margin-top: 5px;
  border-radius: 10px;
}

.multiple-bold .bar,
.multiple-bold .overlay--scrollable .bar {
  min-width: 40px;
  background-image: linear-gradient(90deg, rgba(51, 200, 232, 0.6) 0%, rgb(51, 200, 232) 100%);
  border-radius: 10px;
}

.multiple-bold .bar p,
.multiple-bold .overlay--scrollable .bar p {
  color: #080F13;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  right: 2px;
  bottom: 2px;
}

.multiple-bold .bar p span {
  font-size: 14px;
}

.multiple-bold .overlay .foot {
  padding: 0;
}

.multiple-bold .overlay .foot-inner {
  max-width: 700px;
  margin: 0 auto;
}

.multiple-bold .overlay .head {
  display: block !important;
  padding-top: 0;
}

.multiple-bold .overlay .head p {
  font-size: 18px;
  display: block !important;
}

.multiple-bold .overlay .head .small {
  font-size: 12px;
  color: rgba(255, 255, 255, .45);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.multiple-bold .overlay--scrollable .body,
.multiple-bold .overlay--scrollable.overlay-chart .body {
  max-height: 64%;
  top: 45%;
  transform: translateY(-50%);
}

.multiple-bold.embed .overlay--scrollable .body,
.multiple-bold.embed .overlay--scrollable.overlay-chart .body {
  max-height: 56%;
}

.multiple-bold .overlay--scrollable .btn-back:hover {
  color: rgba(51, 200, 232, .85);
}

.overlay .foot-cta {
  padding: 0 25px;
  padding-bottom: 12px;
  position: relative;
  z-index: 5;
}

.overlay .foot-cta-full {
  padding: 0;
  padding-top: 8px;
}

.overlay .foot-branding {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 15px;
  padding-bottom: 8px;
}

.overlay .foot-branding>* {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  position: relative;
}

.overlay .foot-logo {
  text-align: right;
}

.overlay .foot-logo img {
  max-width: 130px;
  height: auto;
}

.overlay--stacked {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.overlay.overlay--stacked .head {
  flex: 0 0 auto;
  padding-bottom: 10px;
}

.overlay.overlay--stacked .body {
  flex: 1 0 auto;
  position: static;
  transform: none;
  display: flex;
  align-items: center;
  padding: 15px 25px;
}

.results-only .overlay.overlay--stacked .body {
  display: block;
}

.overlay.overlay--stacked .list-resultbars {
  margin: -10px 0;
}

.overlay.overlay--stacked .body>* {
  width: 100%;
}

.overlay.overlay--stacked .foot {
  flex: 0 0 auto;
  position: static;
}

.overlay--stacked .foot .btn-back {
  margin-bottom: 0;
}

.overlay--stacked .foot-branding {
  padding-bottom: 0;
}

.btn-ctaitem {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.16);
  position: relative;
  color: #fff;
}

.btn-ctaitem:hover {
  background-color: #fff;
  color: #080F13;
}

.btn-ctaitem:after {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  opacity: .65;
}

.btn-ctaitem p {
  font-weight: 700;
  font-size: 17px;
}

.ctaitem-copy {
  padding: 5px 12px;
  padding-right: 35px;
}

.ctaitem-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 75px;
  width: 110px;
  flex: 0 0 auto;
}

.ctaitem-img.no-image {
  width: 25px;
}

.multiple-bold-alt .list-votes a {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(176, 18, 237, 0.46) 0%, rgba(176, 18, 237, 0.69) 36%, rgb(176, 18, 237) 83%, rgb(176, 18, 237) 100%);
  text-align: left;
  padding-left: 73px;
  position: relative;
}

.multiple-bold-alt .list-votes a.active,
.multiple-bold-alt .list-votes a:hover {
  color: #fff;
}

.multiple-bold-alt .poll-item-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 14px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.multiple-bold-alt .poll-item-img img {
  width: 100%;
  height: auto;
}

.multiple-bold-alt .bar,
.multiple-bold .overlay--scrollable .bar {
  background-image: linear-gradient(90deg, rgba(51, 200, 232, 0.85) 0%, rgb(176, 18, 237) 100%);
}

.multiple-bold-alt .result-item {
  position: relative;
  padding-left: 50px;
}

.multiple-bold-alt .result-item-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 1;
  margin-top: 8px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .25);
}

.multiple-bold-alt .result-item-img img {
  width: 100%;
  height: auto;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

.team .logo {
  background-color: #fff;
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: all .6s cubic-bezier(0.300, 1.335, 0.560, 1.210);
  transition: all .6s cubic-bezier(0.300, 1.335, 0.560, 1.210);
}

.team .logo img {
  position: absolute;
  width: 120%;
  top: -10%;
  left: -10%;
  height: auto;
}

.footer .logo {
  width: 10%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 8px 8px 0;
}

.vote-box .slider {
  width: 60%;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.300, 1.335, 0.560, 1.210);
  transition: all 1s cubic-bezier(0.300, 1.335, 0.560, 1.210);
  -webkit-transform: translate3D(0, -15px, 0);
  transform: translate3D(0, -15px, 0);
  position: relative;
  z-index: 30;
}

.start .vote-box .slider,
.start .vote-box:before {
  opacity: 1;
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}

.vote-box .sliderbg {
  padding: 20px 10%;
  margin: 0 -20px;
  border-radius: 12px;
  position: relative;
}

.dialbox {
  position: relative;
  padding-top: 100%;
}

.dialbox canvas {
  width: 100% !important;
  height: auto !important;
}

.dialcontrol {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.300, 1.335, 0.560, 1.210) .6s;
  transition: all 1s cubic-bezier(0.300, 1.335, 0.560, 1.210) .6s;
}

.start .dialcontrol {
  opacity: 1;
}

.dialcontrol input {
  opacity: 0;
}

.dialcontrol>div {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  display: block !important;
}

.dial {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.knobcontrol {
  position: absolute;
  left: 22%;
  top: 22%;
  width: 56%;
  -webkit-transition: all .6s cubic-bezier(0.300, 1.335, 0.560, 1.210);
  transition: all .6s cubic-bezier(0.300, 1.335, 0.560, 1.210);
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
  opacity: 0;
}

.start .knobcontrol {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.knob {
  border-radius: 50%;
  padding-top: 100%;
  background-image: url(../img/dialknob.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, .35);
  -webkit-transition: box-shadow 400ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: box-shadow 400ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.knob.active {
  box-shadow: 0 0 0 14px rgba(242, 71, 56, .65);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  position: relative;
}

.knob:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ddd;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -10px;
}

.gauge {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all .6s cubic-bezier(0.300, 1.335, 0.560, 1.210) .2s;
  transition: all .6s cubic-bezier(0.300, 1.335, 0.560, 1.210) .2s;
  opacity: 0;
  -webkit-transform: translate3D(0, 30px, 0);
  transform: translate3D(0, 30px, 0);
  margin-left: -1px;
}

.start .gauge {
  opacity: .8;
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}

.gauge img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}

.svggauge {
  position: absolute;
  top: 0;
  width: 100%;
}

.svggauge svg {
  width: 100% !important;
  height: 100% !important;
}

#arcline {
  fill: #96D0E1;
  transition: .5s linear;
}

.color1 #arcline {
  fill: #4DA8C2;
}

.color2 #arcline {
  fill: #937077;
}

.color3 #arcline {
  fill: #F24738;
}

.content .head {
  display: inline-block;
  background-color: rgba(255, 255, 255, .85);
  padding: 9px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  -webkit-transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.pollresult {
  line-height: 1.1em;
}

.pollresult p {
  font-weight: 700;
  color: #fff;
  font-size: 1.7em;
}

.pollresult .perc {
  font-size: .85em;
}

.resultbg {
  background-color: #339BB9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(9, 34, 62)), color-stop(1, rgba(51, 155, 185, 0)));
  background-image: -webkit-linear-gradient(180deg, rgb(9, 34, 62) 0%, rgba(51, 155, 185, 0) 100%);
  background-image: linear-gradient(180deg, rgb(9, 34, 62) 0%, rgba(51, 155, 185, 0) 100%);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.selected .resultbg {
  background-color: rgba(138, 21, 41, .85);
  background-position: 0 -100px;
}

.yourvote {
  padding: 8px 15px;
  padding-top: 15px;
  background-image: url(../img/vote-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 120px;
  margin-top: 55px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.yourvote p {
  font-weight: 700;
}

.selected .yourvote {
  transform: translate3d(0, -25px, 0);
  opacity: 1;
  visibility: visible;
}



/* Footer */

.footer {
  position: absolute;
  z-index: 26;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.social {
  padding: 8px;
  z-index: 28;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 1s;
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 1s;
  opacity: 0;
  transform: translate3d(0, 60px, 0);
}

.start .social {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.pollinfo {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 12px;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s;
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s;
  opacity: 0;
  transform: translate3d(0, 60px, 0);
}

.start .pollinfo {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.pollinfo>* {
  display: inline-block;
  vertical-align: middle;
}

.pollinfo img {
  width: 140px;
  height: auto;
  margin-left: 8px;
}

.pollinfo p {
  font-size: 12px;
  color: rgba(255, 255, 255, .85);
}

.list-soc {
  margin: 0;
}

.list-soc li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.list-soc a {
  width: 45px;
  height: 45px;
  line-height: 47px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .35);
  color: rgba(255, 255, 255, .75);
  display: inline-block;
  text-align: center;
  font-size: 1.1em;
  position: relative;
}

.list-soc a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid rgba(255, 255, 255, 0);
  transition: all .2s ease-out;
}

.list-soc a:hover {
  color: #fff;
  text-decoration: none;
}

.list-soc a:hover:after {
  transform: scale(1.1);
  border: 3px solid rgba(255, 255, 255, .45);
}

.btn-seeresults {
  position: absolute;
  bottom: 10px;
  width: 50%;
  right: 10px;
  border-color: #fff;
  color: #fff;
  opacity: 0;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.start .btn-seeresults {
  opacity: .75;
}

.btn-learnmore .circle {
  border: 1px solid #fff;
  margin-bottom: 8px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 1.2em;
  transform: rotate(90deg);
  transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-animation: pulse 3s infinite linear;
  animation: pulse 3s infinite linear;
  text-align: center;
}

.scrolled .btn-learnmore {
  bottom: -100px;
}


/* hearst_1, hearst_2 styles */

.hearst_1,
.hearst_2 {
  font-family: 'Montserrat', sans-serif;
}

.hearst_1 .header p,
.hearst_1 .header .small,
.hearst_1 .overlay .head p,
.hearst_1 .overlay .head .small,
.hearst_1 .btn-back,
.hearst_2 .header p,
.hearst_2 .overlay .head p,
.hearst_2 .overlay .head .small,
.hearst_2 .btn-back {
  font-weight: 400;
}

.hearst_1 .header .small {
  font-size: 12px;
  color: rgba(255, 255, 255, .45);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hearst_1 .list-votesx a {
  border-radius: 0;
  background-image: linear-gradient(rgba(254, 198, 77, 0.94), rgba(254, 237, 151, 0.92));
  text-align: center;
  padding: 10px 0 10px 70px;
  color: #0e286d;
  font-size: 1.8em;
}

.hearst_1 .poll-item-img {
  box-shadow: none;
  width: 56px;
  height: 56px;
}

.hearst_1 .poll-item-img.no-image {
  display: none;
}

.hearst_1 .bar,
.hearst_1 .barbg,
.hearst_2 .bar,
.hearst_2 .barbg {
  border-radius: 0;
}

.hearst_1 .bar,
.heasrt_2 .bar {
  background-image: linear-gradient(rgba(254, 198, 77, 0.94), rgba(254, 237, 151, 0.92));
}

.hearst_1 .result-item,
.hearst_2 .result-item {
  padding-left: 15px;
  font-weight: 700;
  font-size: 1.7em;
}

.hearst_1 .result-item-img {
  left: 18px;
  margin-top: 10px;
  box-shadow: none;
}

.hearst_1 p.perc,
.hearst_2 p.perc {
  z-index: 1;
  bottom: 0;
  top: 15px;
  color: #fff;
  float: right;
  position: relative;
  right: 5px;
}

.hearst_2 p.perc {
  position: absolute;
}

.hearst_1 .ctaitem-img,
.hearst_2 .ctaitem-img {
  margin: 8px 0;
}

.hearst_1 .btn-ctaitem p {
  font-weight: 500;
}

.hearst_1 .btn-ctaitem:hover,
.hearst_2 .btn-ctaitem:hover,
.hearst_2 .list-votes a:hover {
  color: #0e286d;
}

.hearst_1 .btn-ctaitem:after,
.hearst_2 .btn-ctaitem:after {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  opacity: .65;
}

.hearst_1 .btn-back .icon-arrow-alt,
.hearst_2 .btn-back .icon-arrow-alt {
  margin-right: 6px;
  display: inline-block;
  transform: rotate(180deg);
}

.hearst_1 .btn-back .icon-arrow-alt:before,
.hearst_2 .btn-back .icon-arrow-alt:before {
  font-size: 1em;
}

.hearst_2 .list-votes a,
.hearst_2 .bar {
  background-image: linear-gradient(rgba(254, 198, 77, 0.94), rgba(254, 237, 151, 0.92));
  color: #0e286d;
  box-shadow: none;
}

.hearst_2 .list-votes a {
  font-size: 1.8em;
  border-radius: 0;
  text-align: center;
  padding: 10px 0;
}



/* Preloader */

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
}

body.loaded .preloader {
  background-color: #002C62;
}

.preloader .circle {
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  box-shadow: 0 0 1px 0px rgb(255, 255, 255);
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -110px;
}

.preloader .line {
  margin: -20px;
  opacity: 0;
}

.preloader .head {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 13px;
}

.preloader .head .show {
  color: #fff;
  margin: 0;
  margin-top: 8px;
  line-height: 1em;
  opacity: .6;
  position: relative;
  display: inline-block;
}

.preloader .head .show:before,
.preloader .head .show:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  margin: 4px 8px;
  opacity: .5;
}

.preloader h2 {
  color: #fff;
  text-align: center;
  margin: 0;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.1em;
  padding: 0 20px;
}

.loadmsg {
  color: #fff;
  margin-top: 25px;
}

.loadmsg p {
  margin: 0;
  line-height: 1.1em;
}

.loadmsg .percent {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: .9em;
}

.loadmsg .loading {
  font-size: 10px;
  letter-spacing: 1px;
  opacity: .6;
}

.loader {
  margin: 30px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: .6em solid rgba(45, 54, 68, .2);
  border-right: .6em solid rgba(45, 54, 68, .2);
  border-bottom: .6em solid rgba(45, 54, 68, .2);
  border-left: .6em solid rgba(45, 54, 68, .65);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* Overlay Form */

.main-content {
  -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000) 200ms;
  transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000) 200ms;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.show-results .main-content {
  left: -100%;
}

.show-results .overlay-chart {
  left: 0;
}

.show-results .bg {
  left: -20%;
}

.main-content--scrollable .header p {
  font-size: 1.15em;
}

.main-content--scrollable .content {
  max-height: 85%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left 85%, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
  transition: .3s all;
}

.main-content--scrollable.scrolled-mid .content {
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
}

.main-content--scrollable.scrolled-end .content {
  -webkit-mask-image: -webkit-gradient(linear, left 12%, left 0%, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
}



/*
.main-content--scrollable .content::-webkit-scrollbar {
    width: 4px;
}

.main-content--scrollable .content::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.3);
}

.main-content--scrollable .content::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.65);
} */

.main-content--stacked {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.main-content--stacked .content {
  position: static;
  flex: 1 0 auto;
  transform: none;
  max-width: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  left: auto;
  top: auto;
}

.main-content--stacked .content .vote {
  width: 100%;
}

.main-content--stacked .content .vote-box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.main-content--stacked .footer {
  position: static;
  flex: 0 0 auto;
}

.show-results .main-content--scrollable {
  left: 0;
  transform: scale(.7);
  opacity: 0;
  visibility: hidden;
}

.show-results .overlay--scrollable.overlay-chart {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.show-results .poll--wide .bg {
  transform: scale(1.25);
}

.overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000) 200ms;
  transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000) 200ms;
}

.overlay .body {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay .foot {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 25px;
}

.voting-disabled .overlay .head a {
  display: none !important;
}

.overlay .head {
  text-align: center;
  padding: 25px .8em;
  font-size: 1.2em;
  position: relative;
  z-index: 5;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.overlay--scrollable.overlay-chart {
  left: 0;
  transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
}

.overlay--scrollable .body,
.overlay--scrollable.overlay-chart .body {
  max-height: 88%;
  top: 55%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.overlay--scrollable .body::-webkit-scrollbar {
  width: 4px;
}

.overlay--scrollable .body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .3);
}

.overlay--scrollable .body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, .65);
}

.overlay--scrollable .head {
  padding: 12px;
}

.overlay--scrollable .btn-back {
  font-size: 13px;
  margin: 0;
}

.overlay--scrollable .barbg {
  height: 28px;
  border-radius: 3px;
  margin-top: 2px;
}

.overlay--scrollable .bar {
  border-radius: 3px;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(242, 71, 56, 0.65) 0%, rgb(242, 71, 56) 100%);
}

.overlay--scrollable .bar p {
  line-height: 28px;
  font-size: 14px;
}

.captcha-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 30;
  color: #222;
  text-align: center;
  font-size: 13px;
  padding: 25px;
  transition: all 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transform: translateY(-80px);
  opacity: 0;
  visibility: hidden;
}

.captcha-box h4 {
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 25px;
}

.captcha-box .btn-sprockit {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.captcha-box .btn-sprockit:disabled {
  background: #dddddd;
}

.show-captcha .captcha-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.show-captcha .vote {
  opacity: 0;
  visibility: hidden;
  transform: scale(.6);
  transition: all 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.thankyou {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
  max-width: 360px;
  padding: 20px 25px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  color: #222;
  font-size: 14px;
}

.thankyou-logo {
  width: 80%;
  height: auto;
  margin-bottom: 20px;
  margin-left: 35px;
}

.thankyou h4 {
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 8px;
}

.thankyou-exp {
  font-size: 12px;
  margin-top: 35px;
  color: rgba(0, 0, 0, .45);
}

.thankyou-exp img {
  width: 90px;
  height: auto;
  margin-top: 6px;
}

.thankyou-exp .btn-sprockit {
  margin: 0 auto;
  margin-top: 12px;
  max-width: 140px;
  font-size: 14px;
}

.list-sponsors {
  display: flex;
  flex-wrap: wrap;
}

.list-sponsors li {
  width: 50%;
  flex: 1;
  padding: 8px 20px;
}

.list-sponsors li img {
  max-width: 100%;
  height: auto;
}

.head .question {
  text-align: center;
  font-weight: 700;
  font-size: 1.7em
}

.overlay-form .body {
  padding: 35px 25px;
}

.overlay-form .intro {
  text-align: center;
  margin-bottom: 25px;
}

.form .form-group>label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}

.form .form-control {
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  font-size: 17px;
  border: 1px solid rgba(255, 255, 255, .35);
  background-color: transparent;
  color: #fff;
}

.form .form-control:focus {
  border: 1px solid rgba(255, 255, 255, .85);
}

.list-select {
  display: -webkit-flex;
  display: flex;
}

.list-select li {
  -webkit-flex: 1;
  flex: 1;
  padding: 5px;
}

.list-select li a {
  display: block;
  border: 2px solid rgba(255, 255, 255, .85);
  padding: 10px 12px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
}

.list-select li a [class^="icon-"] {
  font-size: 34px;
}

.list-select li a:hover {
  background-color: rgba(255, 255, 255, .25);
}

.list-select li a.active {
  background-color: rgba(255, 255, 255, 1);
  color: #002C62;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .2);
}

.list-resultbars li {
  margin: 10px 0;
  text-align: left;
}

.result-item p {
  margin: 0;
  line-height: 1.2em;
  font-weight: 700;
}

.list-resultbars--thin .barbg {
  height: 10px;
  vertical-align: top;
}

.list-resultbars--thin .bar p {
  color: rgba(255, 255, 255, .85);
  font-size: 12px;
  position: absolute;
  padding: 1px 4px;
  padding-bottom: 2px;
  background-color: rgba(0, 0, 0, .15);
  right: 0;
  top: 100%;
  line-height: 1.1em;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bars>* {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
  margin-right: -4px;
  text-align: center;
}

.bars p {
  margin: 0;
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1.2em;
  color: #F24738;
}

.barbg {
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, .35);
  display: inline-block;
  margin-top: 5px;
  position: relative;
}

.bar {
  height: 100%;
  width: 5%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F24738;
  padding-right: 5px;
  text-align: right;
  overflow: visible !important;
}

.bar.orange {
  background-color: #E9602C;
}

.bar p,
.result2 .bar p {
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}

.result2 .bar {
  background-color: #64B6F9;
}



/*
.show-results .overlay-chart {
  transition-delay: -.06s;
  -webkit-transition-delay: -.06s;
} */

.overlay-chart {
  left: 100%;
}

.overlay-chart .body {
  padding: 25px;
}

.nav-tabs {
  text-align: center;
  border-bottom-color: rgba(255, 255, 255, .35);
}

.nav-tabs>li {
  display: inline-block;
  float: none;
}

.nav-tabs>li>a {
  color: #fff;
  border-radius: 0;
  font-weight: 700;
  opacity: .5;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  opacity: 1;
  color: #fff;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #fff;
}

.tab-pane {
  padding: 25px 0;
}

.chart-gender,
.chart-party {
  text-align: center;
}

.chart-gender canvas,
.chart-party canvas {
  width: 80% !important;
  height: 80% !important;
}

.list-legend {
  margin-top: 20px;
}

.list-legend li {
  padding: 0 8px;
}

.list-legend span {
  margin-right: 6px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  top: 2px;
}



/* iCheck plugin flat skin, black
----------------------------------- */

.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/flat@2x.png) no-repeat;
  background-size: 176px auto;
  border: none;
  cursor: pointer;
}

.icheckbox_flat {
  background-position: 0 0;
  margin-right: 5px;
}

.icheckbox_flat.checked {
  background-position: -22px 0;
}

.icheckbox_flat.disabled {
  background-position: -44px 0;
  cursor: default;
}

.icheckbox_flat.checked.disabled {
  background-position: -66px 0;
}

.iradio_flat {
  background-position: -88px 0;
}

.iradio_flat.checked {
  background-position: -110px 0;
}

.iradio_flat.disabled {
  background-position: -132px 0;
  cursor: default;
}

.iradio_flat.checked.disabled {
  background-position: -154px 0;
}



/*
*   Owl Carousel Owl Demo Theme
* v1.3.2
*/

.owl-theme .owl-controls {
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}



/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  text-align: center;
  zoom: 1;
  margin: 1px;
  height: 40px;
  width: 40px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, .45);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.owl-theme .owl-controls .owl-buttons div [class^="icon-"] {
  line-height: 40px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}



/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  background-color: rgba(0, 0, 0, .85);
}



/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}



/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}



/* preloading images */

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

@font-face {
  font-family: 'icomoon';
  src: url('../webfonts/icomoon.eot?mfvsxb');
  src: url('../webfonts/icomoon.eot?#iefixmfvsxb') format('embedded-opentype'), url('../webfonts/icomoon.woff?mfvsxb') format('woff'), url('../webfonts/icomoon.ttf?mfvsxb') format('truetype'), url('../webfonts/icomoon.svg?mfvsxb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linechart:before {
  content: "\e903";
}

.icon-piechart:before {
  content: "\e924";
}

.icon-contract:before {
  content: "\e925";
}

.icon-expand:before {
  content: "\e926";
}

.icon-pause:before {
  content: "\e927";
}

.icon-play:before {
  content: "\e928";
}

.icon-share:before {
  content: "\e929";
}

.icon-world:before {
  content: "\e92a";
}

.icon-action:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

.icon-arrow-alt:before {
  content: "\e902";
}

.icon-arrow-long:before {
  content: "\e903";
}

.icon-billing:before {
  content: "\e904";
}

.icon-calendar:before {
  content: "\e905";
}

.icon-checkmark:before {
  content: "\e906";
}

.icon-circlecheck:before {
  content: "\e907";
}

.icon-copy:before {
  content: "\e908";
}

.icon-delete:before {
  content: "\e909";
}

.icon-doc:before {
  content: "\e90a";
}

.icon-dots:before {
  content: "\e90b";
}

.icon-download:before {
  content: "\e90c";
}

.icon-edit:before {
  content: "\e90d";
}

.icon-email:before {
  content: "\e90e";
}

.icon-email-alt:before {
  content: "\e90f";
}

.icon-eye:before {
  content: "\e910";
}

.icon-facebook:before {
  content: "\e911";
}

.icon-help:before {
  content: "\e912";
}

.icon-link:before {
  content: "\e913";
}

.icon-linkedin:before {
  content: "\e914";
}

.icon-logout:before {
  content: "\e915";
}

.icon-notification:before {
  content: "\e916";
}

.icon-password:before {
  content: "\e917";
}

.icon-phone:before {
  content: "\e918";
}

.icon-plus:before {
  content: "\e919";
}

.icon-refresh:before {
  content: "\e91a";
}

.icon-search:before {
  content: "\e91b";
}

.icon-settings:before {
  content: "\e91c";
}

.icon-stop:before {
  content: "\e91d";
}

.icon-time:before {
  content: "\e91e";
}

.icon-upload:before {
  content: "\e91f";
}

.icon-url:before {
  content: "\e920";
}

.icon-user:before {
  content: "\e921";
}

.icon-warning:before {
  content: "\e922";
}

.icon-x:before {
  content: "\e923";
}

@media screen and (max-width: 700px) {
  .hearst_1 .result-item,
  .hearst_2 .result-item {
    padding-left: 0;
  }
  .hearst_1 .result-item-img {
    left: 2px;
  }
}

@media screen and (max-width: 600px) and (orientation: landscape) {
  .header {
    padding: .7em .8em;
  }
  .header p {
    font-size: 1em;
  }
  .content {
    top: 50%;
  }
  .content .head {
    padding: 8px;
  }
  .list-answers {
    padding: 0 40px;
  }
  .content .headbubble {
    width: 130px;
    height: 130px;
  }
  .pollresult {
    padding: 8px 12px;
    padding-top: 30px;
  }
  .pollresult p {
    font-size: 1.1em;
  }
  .yourvote {
    padding: 8px 15px;
    padding-top: 12px;
    width: 100px;
    margin-top: 45px;
    margin-left: -50px;
  }
  .yourvote p {
    font-size: .8em;
  }
}

@media only screen and (max-width: 414px) {
  .gauge {
    margin-left: 0;
  }
  .btn-back {
    font-size: 12px;
  }
  .btn-rounded {
    font-size: 12px;
  }
  .list-select li a {
    font-size: 12px;
  }
  .nav-tabs>li>a {
    font-size: 12px;
  }
  .multiple-bold .result-item p {
    font-size: 16px;
  }
  .multiple-bold .overlay .head p {
    font-size: 16px;
  }
  .multiple-bold .overlay .head .small {
    font-size: 10px;
  }
  .multiple-bold .bar,
  .multiple-bold .overlay--scrollable .bar {
    border-radius: 8px;
  }
  .multiple-bold .barbg,
  .multiple-bold .overlay--scrollable .barbg {
    min-height: 45px;
    border-radius: 8px;
  }
  .ctaitem-img {
    min-height: 65px;
    width: 90px;
  }
  .btn-ctaitem p {
    font-size: 16px;
  }
  .overlay .foot-logo img {
    max-width: 110px;
  }
  .multiple-bold .main-content--scrollable .header p {
    font-size: 18px;
  }
  .multiple-bold-alt .result-item {
    position: relative;
    padding-left: 40px;
  }
  .multiple-bold-alt .result-item-img {
    width: 42px;
    height: 42px;
    margin-top: 6px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .25);
  }
  .multiple-bold .overlay--scrollable .body,
  .multiple-bold .overlay--scrollable.overlay-chart .body {
    max-height: 60%;
  }
  .hearst_1 .result-item {
    padding-left: 0;
  }
  .hearst_1 .result-item-img {
    left: 2px;
    margin-top: 7px;
    box-shadow: none;
  }
  .hearst_1 .barbg,
  .hearst_1 .bar,
  .hearst_2 .bar,
  .hearst_2 .barbg {
    border-radius: 0;
  }
}



/* -- Landscape mode media query -- */

@media only screen and (orientation: landscape) {
  .portraitmsg {
    display: flex;
  }
}



/* -- Portrait mode media query -- */

@media only screen and (orientation: portrait) {
  .header p {
    font-size: 1.15em;
  }
  .list-answers li {
    display: block;
    width: 100%;
    margin: 50px 0;
  }
  .content .headbubble {
    width: 130px;
    height: 130px;
  }
  .pollresult p {
    font-size: 1.8em;
  }
  .yourvote {
    width: 100px;
    margin-left: -50px;
    margin-top: 50px;
  }
  .yourvote p {
    font-size: 14px;
  }
}

@media screen and (min-width: 400px) and (orientation: portrait) {
  .content .headbubble {
    width: 170px;
    height: 170px;
  }
  .vote-box .team .nameplate {
    font-size: 1.4em;
  }
  .pollresult p {
    font-size: 2em;
  }
  .nameplate p {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 700px) {
  .header p {
    font-size: 1.2em;
  }
  .hearst_1 .header .question p,
  .hearst_2 .header .question p {
    font-size: 1.7em;
  }
  .yourvote {
    margin-top: 65px;
  }
  .vote-box {
    padding: 0 10px;
  }
  .vote-box .team .nameplate {
    font-size: 2em;
  }
  .pollresult p {
    font-size: 3em;
  }
  .chart-results {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
  }
  .btn-nextpoll {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: auto;
    right: 20px;
    transform: scale(.2);
    opacity: 0;
    visibility: hidden;
    padding: 20px 50px;
  }
  .show-results .btn-nextpoll {
    transform: scale(1);
    transition: transform 350ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 2300ms, opacity 200ms linear 2300ms;
    visibility: visible;
    opacity: 1;
  }
}

.list-resultbars .result-item--selected .name:after {
  content: "Correct Answer";
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  padding: 0 5px;
  font-size: .5em;
  margin-left: 8px;
  text-transform: uppercase;
  position: relative;
  top: -2px;
  letter-spacing: 1px;
}

.multiple.embed .btn-back {
  margin-bottom: 0;
}
.multiple.embed .preloader {
  position: static;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multiple.embed .preloader .circle {
  top: auto;
  margin-top: 0;
}
.multiple.embed .poll {
  position: static;
  min-height: 450px;
  height: auto;
  overflow: hidden;
}
.multiple.embed .main-content {
  position: static;
  min-height: 450px;
}
.multiple.embed.show-results .main-content {
  transform: translateX(-100%);
}
.style-obexp.embed .poll {
  height: 100%;
  margin-top: 0;
  min-height: 0;
}
.style-obexp.embed .poll .main-content {
  min-height: 0;
}
.style-obexp.has-header .poll .main-content {
  padding-top: 60px;
}
body.style-obexp {
  background-color: #005A42 !important;
}
.style-obexp .preloader {
  background-color: #005A42;
}