/* Poll Slide in Sidebar */
#right-column-content-carousel .pds-box {
  border: none !important;
  padding: 0 !important;
}

#right-column-content-carousel .pds-box-inner {
  margin: 5px;
}

#right-column-content-carousel .pds-question-top {
  font-family: Arial !important;
  font-size: 12px !important;
  font-weight: 100 !important;
}

#right-column-content-carousel .pds-feedback-group {
  padding: 0 !important;
  zoom: 75% !important;
}

#right-column-content-carousel .pds-answer-group {
  padding: 0 !important;
}

#right-column-content-carousel .pds-answer-span {
  font-family: Arial !important;
  font-size: 12px !important;
  font-weight: 100 !important;
  overflow: visible !important;
}

#right-column-content-carousel .pds-answer-feedback {
  margin: 0 !important;
}

.pds-sharing-facebook,
.pds-sharing-twitter {
  display: none;
}

.pds-other-label {
  width: auto !important;
  float: left !important;
}

#right-column-content-carousel .pds-textfield {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

#right-column-content-carousel .pds-answer-input {
  visibility: visible !important;
}

#right-column-content-carousel .pds-input-label {
  display: inline !important;
  float: none !important;
  font-family: Arial !important;
  font-size: 12px !important;
}

.pds-return-poll,
.pds-comments {
  visibility: hidden !important;
}

#right-column-content-carousel .pds-links {
  visibility: hidden !important;
}

/* Polls displayed on /polls */
.pds-box {
  padding: 0 !important;
  width: 600px !important;
}

.pds-box-top {
  padding-bottom: 5px !important;
}

.pds-input-label {
  float: none !important;
  width: 600px !important;
}
#polls-section .item-block .main {
width:100%;
}
 #polls-section .polls  h5 {
    
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 40px;
    border-bottom: 4px solid #306141;
    margin-bottom: 15px;
    color: #00451c;
    font-family: "grad", serif;
}
#polls-section .polls .desc p {
    display: inline-block;
    font-size: 16px;
    color: #00451c;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
#polls-section .polls .desc a {
    font-family: "grad", serif;
    font-weight: bold;
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
    line-height: 1.4;
}
#polls-section .polls .share-toolbar-large {
    display:none;
}
#polls-section .item-listing div.item-block:nth-child(3) {
    border-top: none !important;
}
@media only screen and (max-width: 900px) {
.polls .content-wrap {
    padding-right: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width:900px) {
  .pds-answer, .pds-question{
        width: 85%;
  }
       
}
@media only screen and (min-width: 900px) and (max-width:1024px) {
  .pds-answer, .pds-question {
        width: 75%;
  }
       
}
@media only screen and (min-width: 1025px) and (max-width:1324px) {
  .pds-answer,.pds-question {
        width: 85%;
  }
       
}

@media only screen and  (min-width:670px) and (max-width:768px) {
  .pds-answer {
        width: 100%;
  }
}
@media only screen and  (min-width:480px) and (max-width:540px) {
  .pds-answer,.pds-question  {
        width: 70%;
  }
}
@media only screen and  (min-width:540px) and (max-width:670px) {
  .pds-answer,.pds-question  {
        width: 80%;
  }
}

@media only screen and  (min-width:370px) and (max-width:480px) {
  .pds-answer,.pds-question  {
        width: 60%;
  }
}
@media only screen and  (max-width:370px) {
  .pds-answer,.pds-question  {
        width: 40%;
  }
}
.pds-question  {
        margin-top: 10px !important;
}

@media only screen and (min-width: 900px) {
    .poll header {
        padding: 0 !important;
        margin: 0 !important;
    }
    .polls-article {
        padding-left: 120px;
        margin-top: 45px;
    }    
}
.poll header {
    border-top: 4px solid #00451c;
    padding: 0 20px;
    margin: 0 -20px;
}
@media only screen and (max-width: 900px) {
 #polls-section aside {
        display: none !important;
    }
}
@media only screen and (min-width: 670px )and (max-width: 768px) {
    #article-contents .author {
        margin-right: 60px;
    }
}
@media only screen and (min-width: 401px )and (max-width: 440px) {
    .pds-input-label {
        padding-right: 60% !important;
    }
}
@media only screen and (min-width: 370px )and (max-width: 400px) {
    .pds-input-label {
        padding-right: 80% !important;
    }
}
@media only screen and (min-width: 300px )and (max-width: 369px) {
    .pds-input-label {
        padding-right: 120% !important;
    }
}
@media only screen and (min-width: 900px) and (max-width:1024px) {
  .polls .pds-answer {
        width: 80%;
  }
}
@media only screen and (min-width:768px) and (max-width:900px) {
  .polls .pds-answer {
        width: 60%;
  }
}
@media only screen and  (min-width:650px) and (max-width:768px) {
  .polls .pds-answer {
        width: 100%;
  }
}
@media only screen and  (max-width:650px) {
  .polls .pds-answer, .polls .pds-question {
        width: 64%;
  }
}
#polls-section aside {
    top: 20px !important;
}


