/* Screen resolutions */
/* Fonts */
/* Colors */
.poll_block {
  padding: 70px 0 85px; }
  .poll_block .carousel-inner {
    overflow: visible; }
.poll_line {
  background: #f0edee;
  height: 2px; }
.poll_title {
  color: #072c67;
  font-size: 34px;
  font-weight: 900;
  line-height: 34px;
  margin: -21px 0 42px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .poll_title {
      font-size: 36px;
      line-height: 36px; } }
  .poll_title span {
    background: #ffffff;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .poll_title span {
        padding: 0 30px; } }
.poll_navigation {
  margin-top: 35px;
  padding: 0 30px; }
  @media (min-width: 768px) {
    .poll_navigation {
      margin-top: 0;
      padding: 0; } }
  .poll_navigation_previous, .poll_navigation_next {
    background: none !important;
    border-bottom: 1px dashed #072c67;
    color: #072c67 !important;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 14px;
    opacity: 1;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    width: auto; }
    .poll_navigation_previous:hover, .poll_navigation_next:hover {
      color: #072c67;
      text-decoration: none; }
  .poll_navigation_previous:before {
    background: url("../img/left-arrow.png") no-repeat;
    background-size: 100% 100%;
    content: '';
    display: inline-block;
    height: 11px;
    position: absolute;
    left: -17px;
    top: 2px;
    width: 6px; }
  .poll_navigation_next {
    float: right; }
    .poll_navigation_next:after {
      background: url("../img/right-arrow.png") no-repeat;
      background-size: 100% 100%;
      content: '';
      display: inline-block;
      height: 11px;
      position: absolute;
      right: -17px;
      top: 2px;
      width: 6px; }

.wp-polls {
  padding: 50px 0 15px; }
  .wp-polls .header-question {
    color: #2d3343;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: center; }
  .wp-polls .wp-polls-ul {
    margin: 0; }
    .wp-polls .wp-polls-ul_results .pollbar {
      background: #db3b65;
      border: 0; }
  .wp-polls .total-votes {
    margin-top: 7px;
    text-align: center; }
  .wp-polls form .wp-polls-ans .wp-polls-ul {
    margin: 0; }
    @media (min-width: 768px) {
      .wp-polls form .wp-polls-ans .wp-polls-ul {
        display: flex;
        flex-flow: row wrap;
        align-items: center; } }
    .wp-polls form .wp-polls-ans .wp-polls-ul li {
      cursor: pointer;
      display: block;
      flex-basis: 100%;
      margin-bottom: 15px;
      position: relative; }
      @media (min-width: 768px) {
        .wp-polls form .wp-polls-ans .wp-polls-ul li {
          margin-bottom: 5px; } }
      @media (min-width: 992px) {
        .wp-polls form .wp-polls-ans .wp-polls-ul li {
          flex-basis: 46%;
          margin-bottom: 0; }
          .wp-polls form .wp-polls-ans .wp-polls-ul li:nth-child(2n+1) {
            margin-right: 7%; } }
      .wp-polls form .wp-polls-ans .wp-polls-ul li label {
        border-bottom: 2px solid #e7e7e7;
        display: block;
        color: #2d3343;
        cursor: pointer;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        padding: 22px 10px 26px 20px; }
        @media (min-width: 768px) {
          .wp-polls form .wp-polls-ans .wp-polls-ul li label {
            min-height: 90px;
            padding: 10px 5px 10px 5px; } }
        @media (min-width: 992px) {
          .wp-polls form .wp-polls-ans .wp-polls-ul li label {
            min-height: 110px;
            padding: 22px 10px 26px 35px; } }
        .wp-polls form .wp-polls-ans .wp-polls-ul li label:before {
          color: #072c67;
          content: 'A';
          display: inline-block;
          float: left;
          font-family: "Roboto", sans-serif;
          font-size: 24px;
          font-weight: 300;
          line-height: 24px;
          margin-right: 33px; }
          @media (min-width: 768px) {
            .wp-polls form .wp-polls-ans .wp-polls-ul li label:before {
              height: 45px; } }
      .wp-polls form .wp-polls-ans .wp-polls-ul li input {
        display: none; }
        .wp-polls form .wp-polls-ans .wp-polls-ul li input:checked ~ label {
          border-color: #da3b64; }
          .wp-polls form .wp-polls-ans .wp-polls-ul li input:checked ~ label:before {
            color: #da3b64; }
          .wp-polls form .wp-polls-ans .wp-polls-ul li input:checked ~ label:after {
            background: #f9f9f9;
            bottom: 0;
            content: '';
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: -1; }
      .wp-polls form .wp-polls-ans .wp-polls-ul li:nth-child(2) label:before {
        content: 'B'; }
      .wp-polls form .wp-polls-ans .wp-polls-ul li:nth-child(3) label:before {
        content: 'C'; }
      .wp-polls form .wp-polls-ans .wp-polls-ul li:nth-child(4) label:before {
        content: 'D'; }
      .wp-polls form .wp-polls-ans .wp-polls-ul li:nth-child(5) label:before {
        content: 'E'; }
      .wp-polls form .wp-polls-ans .wp-polls-ul li:nth-child(6) label:before {
        content: 'F'; }
      .wp-polls form .wp-polls-ans .wp-polls-ul li:nth-child(7) label:before {
        content: 'G'; }
      .wp-polls form .wp-polls-ans .wp-polls-ul li:nth-child(8) label:before {
        content: 'H'; }
  .wp-polls form .wp-polls-ans .poll_vote {
    margin-top: 37px;
    text-align: center; }
    .wp-polls form .wp-polls-ans .poll_vote input[type="button"] {
      background: #da3b64;
      border: 0;
      border-radius: 20px;
      box-shadow: 0px 7px 12px 0px rgba(218, 58, 100, 0.67);
      color: #ffffff;
      font-family: "Arimo", sans-serif;
      font-size: 12px;
      font-weight: 700;
      height: 42px;
      letter-spacing: 2px;
      line-height: 12px;
      outline: 0;
      text-transform: uppercase;
      width: 225px; }
  .wp-polls form .wp-polls-ans .poll_results_link {
    display: none; }

.home .wp-polls {
  padding: 0; }
  @media (min-width: 768px) {
    .home .wp-polls form .wp-polls-ans .wp-polls-ul {
      flex-flow: row; } }
  @media (min-width: 768px) {
    .home .wp-polls form .wp-polls-ans .wp-polls-ul li {
      flex: 25%; }
      .home .wp-polls form .wp-polls-ans .wp-polls-ul li:not(:last-child) {
        margin-right: 15px; } }
  @media (min-width: 992px) {
    .home .wp-polls form .wp-polls-ans .wp-polls-ul li:not(:last-child) {
      margin-right: 30px; } }
  .home .wp-polls form .wp-polls-ans .wp-polls-ul li label:before {
    margin-right: 20px; }
    @media (min-width: 768px) {
      .home .wp-polls form .wp-polls-ans .wp-polls-ul li label:before {
        margin-right: 15px; } }
    @media (min-width: 992px) {
      .home .wp-polls form .wp-polls-ans .wp-polls-ul li label:before {
        margin-right: 20px; } }

/*# sourceMappingURL=front.css.map */
