.left {
  float: left;
  width: 63%;
}
#main_row .left strong {
  color: #ac0e4b;
}
p {
  padding-bottom: 20px;
}
.best_in_show {
  clear: both;
}
#main_seg .right {
  float: left;
  margin-left: 0;
  width: 40%;
}
.best_in_show .right table {
  height: 135px;
}
.best_in_show .right td {
  color: #55565a;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: lighter;
  line-height: 20px;
  vertical-align: middle;
  text-align: left;
}
.best_in_show .right table td img {
  max-width: 135px;
  width: 100%;
}
.best_in_show .right td strong {
  font-size: 18px;
  font-weight: bold;
  font-family: "Montserrat";
}
.best_in_show .right td p {
  padding-bottom: 0;
}
.best_in_show .right td img {
  margin-right: 10px;
}
#main_seg.seg_block {
  padding: 90px 0;
}
#main_row .right img {
  max-width: 307px;
  width: 100%;
}
#main_seg .left {
  border-right: 1px solid #eaeaea;
  box-sizing: border-box;
  padding-right: 40px;
  width: 60%;
}
#main_row .left {
  border-right: medium none;
}
#main_row .left img {
  max-width: 679px;
  width: 100%;
}
.right iframe {
  height: 840px;
  width: 100%;
}
.header {
  font-family: "Montserrat";
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-top: 11px;
}
.best_in_show .header {
  background-color: #ac0e4b;
  color: #fff;
}
.best_in_show {
  border: 1px solid #ac0e4b;
}
.wrapper {
  padding: 50px;
}
.wrapper .left p:last-child {
  padding-bottom: 0;
  text-align: right;
}
.wrapper .left a{
  color: #ac0e4b;
  text-align: right;
  text-decoration: none;
  font-family: "Montserrat";
}
.wrapper .left a:hover {
  text-decoration: underline;
}
#main_seg .wrapper .right {
  box-sizing: border-box;
  margin-left: 0;
  padding: 50px 0 0 50px;
  width: 37%;
}
.finalist .header {
  background-color: #eaeaea;
  color: #ac0e4b;
}
.finalist .wrapper {
  padding-top: 30px;
}
.readers_choice {
  padding: 50px 0;
}
.readers_choice h4 {
  border-bottom: 1px solid #aeaeae;
  color: #ac0e4b;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  margin-bottom: 20px;
}
.poll {
  margin: -70px auto 0;
  padding-top: 70px;
  width: 290px;
}
.poll iframe {
  height: 510px;
}
.poll p {
  border-bottom: 1px solid #aeaeae;
  color: #ac0e4b;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  padding-bottom: 0;
}
.vote h5 {
  color: #3b3b3b;
  font-family: "Montserrat";
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
}
.vote h6 {
  color: #ac0e4b;
  font-family: "Montserrat";
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  padding-bottom: 20px;
}
.vote p {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  padding-bottom: 40px;
}
#readers_choice {
  margin-top: -70px;
  padding-top: 70px;
}
.vote {
  border-top: 6px solid #c4c3c3;
  padding: 50px 20px 0;
  background: none;
  background: -moz-linear-gradient(top, rgba(234,234,234,0.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(234,234,234,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(234,234,234,0.5) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(234,234,234,0.5) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(234,234,234,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C */
}
#main_row .right p {
  text-align: center;
}
.best_in_show + .best_in_show {
  margin-top: 50px;
}
.noshow.clear {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  #heading .left { padding-left: 0; width: 100%; }
  #heading .right { max-width: 570px; width: 100%; }
  .left, .right {
    width: 100% !important;
    float: left;
    margin-left: 0 !important;
  }
  #main_seg .left {
    border: none;
    padding-right: 0px;
  }
  #main_seg .wrapper .right {
    padding-left: 0;
    text-align: center;
  }
  #main_seg .finalist .wrapper .right {
    text-align: center;
  }
  #main_seg .finalist .wrapper .right p {
    display: none;
  }
  #main_seg .finalist .wrapper .right p:last-child {
    display: block !important;
  }
  .best_in_show .right table {
    margin: auto;
  }
}
@media (max-width: 550px) {
  h1#headline {
    font-size: 44px;
  }
}
@media only screen and (max-width: 520px){
  .right iframe {
    height: 1200px;
  }
}
@media (max-width: 470px) {
  .best_in_show .right img {
    max-width: 350px;
    width: 100%;
  }
  .best_in_show .right table td img {
    max-width: 268px;
    width: 100%;
  }
  .finalist .wrapper .right img {
    max-width: 357px;
    width: 100%;
  }
  .best_in_show .right td {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 410px) {
  h1#headline {
    font-size: 34px;
  }
}
@media (max-width: 350px) {
  .poll {
    width: 100%;
  }
}