h1.questitle {
	margin: 0;
    padding: 25px 0;
    font-size: 30px;
    color: #666666;
	text-align:center;
}
.poll-vote form {
    display:block;
}
.poll-vote h1, .poll-vote h2, .poll-vote form label, .poll-vote form input[type="submit"], .poll-vote form a {
    font-family:Arial;
}
input#questiontext, #questiontext {
  width:100%;
  padding:5px;
  resize: none;
  height:150px;
}
.questionlist li {
  list-style-type:disc;
  font-size:2.5rem;
}
.qandatitle {
  font-size:3rem !important;
}
.poll-vote form input[type="submit"], .poll-vote form a {
    background:#134498;
    font-size:1.3rem;
}
.submitbtn input[type="submit"] {
    display:block !important;
    margin:0 auto;
}
.submitbtn {
    width:100%;
    display:inline-block;
    margin-top:40px;
}
.poll-vote h1, .poll-vote h2 {
    text-align:center;
    color: #134498;
}
.poll-vote h1 {
    letter-spacing:0.5em;
    font-size:26px;
    padding:10px;
    border: 5px solid #dbc052;
}
.poll-admin h1 {
  width: 50%;
  margin: 0 auto;
}
.poll-vote h2 {
    font-weight:bold;
    font-size:40px;
}
.qrcode {
    width:400px;
    height:auto;
    margin: 0 auto;
    display:block;
}
.qrcodeadmin {
    display:block;
    margin:0 auto;
    float:left;
    width:100%;
    margin-bottom:40px;
}
.poll-vote form label {
    font-size:32px;
    padding: 15px 20px;
    border:none;
    background: #ededed;
    cursor: pointer;
    border-radius: 30px;
    z-index: 90;
    margin-bottom: 15px;
    color: #134498;
    width: 100%;
    display:block;
    box-shadow: 0px 3px 5px #aaa;
}
.poll-vote form label.adminlabel {
    margin-bottom:30px;
}
.poll-vote form label:hover {
       color: #fff !important;
    background: #134498 !important;
}
.poll-vote form input[type="radio"]:checked+label {
    color: #fff !important;
    background: #134498 !important;
}
ul.choices li:nth-child(odd){
    width:48%;
    float:left;
}
ul.choices li:nth-child(even){
    width:48%;
    float:right;
}
ul.choices {
    list-style-type: none;
    padding-left:0px;
}
.modal {
    padding:20px;
    background:#fff;
}
.modal-title {
    text-align:center;
    font-weight:bold;
    font-size:2.0rem;
}
.modal .modal-body p, .modal .modal-body strong {
    font-size:1.5rem;
}
.modal .modal-body p {
    text-align:center;
}
.modal-body ul {
    list-style-type: none;
}
.modal-body ul li{
    margin-bottom:15px;
}
.modal-body ul li a {
    width:100%;
    background:#eee;
    font-weight:bold;
    padding:10px;
    display:block;
    font-size:2rem;
}
.barcontainer, .piecontainer {
    width:100%;
}
.cta {
    display: inline-block;
    padding: 14px 15px;
    border-radius: 4px;
    background-color: #407fd2;
    border: 0;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
    width: 250px;
    margin-top: 15px;
    text-align:center;
    text-decoration:none;
    font-size:1.2rem;
}
.qanda {
  height:61px;
}
.poll-result h1 {
  width:600px !important;
}
.poll-result h1.questitle {
  width:100% !important;
}
.poll-result h1.modal-title{
  width:80% !important;
  display:block;
  margin:0 auto;
}
.resultcta, .startcta {
    display:block;
    margin:0 auto;
    margin-top:30px !important;
    margin-bottom:30px !important;
}
.adminbtn {
width:100%;
display:inline-block;
}
.adminbtn .cta {
    width:100px;
}
.adminbtn .cta i {
    font-size:2rem;
}
.adminbtn a.left {
    float:left;
    margin-left:10px;
}
.adminbtn a.right {
    float:right;
    margin-right:10px;
}
.cta:hover {
    background-color: #394557;
}
.thankyou {
    margin-top:-125px;
}
.thankyou .modal-body p, .thanktitle, .thankyou .modal-body p a {
    color:#000;
  }
  .thankyou .modal-body p, .thanktitle {
    text-align:center;
  }
  .thankyou .modal-body p, .thanktitle, .thankyou .modal-body p a {
    font-size:2.1vw !important;
  }
  .thankyou .modal-body img {
    display:block;
    margin:0 auto;
  }
  body.userbody, body.userbody .modal, body.userbody .mainbody, body.userbody .thankyou, body.adminbody, body.adminbody .modal {
    background: #fdfaef;
  }
  .startbody {
    background: url(../images/ae-hero-desktop.jpg) !important;
    background-position:50% !important;
    height:100vh !important;
    background-repeat: no-repeat !important;
    width:100vw;
    overflow-x:hidden;
  }
  .startbody .content .modal {
    background:transparent;
  }
  .startbody .content .modal h1,  .startbody .content .modal h2 {
    color:#fff;
  }
  .startbody .content .modal h1 {
      width:80%;
  }
  .letteropt {
      color:#dbc052;
      font-size:inherit;
      font-family:Arial;
      font-weight:bold;
  }
  .content {
    width:1200px;
  }
  .content h2 {
      border-bottom:none;
  }
  .poll-vote form input[type="radio"] {
      visibility: hidden;
  }
  .radio-toolbar input[type="radio"] {
    display: none;
  }
  
  .radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 4px 11px;
    font-family: Arial;
    font-size: 16px;
    cursor: pointer;
  }
  
  .radio-toolbar input[type="radio"]:checked+label {
    background-color: #bbb;
  }
  .poll-vote {
      margin-top:30px;
  }
  #myselection {
      display:block;
      margin:0 auto;
      padding:5px;
  }
  .piechart, .barchart {
      margin-bottom:30px;
      padding-right:30px;
      margin-top:-70px;
  }
  .emaillink {
      word-break:break-all;
  }
  #mycanvaspie, #mycanvas {
      margin-top:30px;
      margin-bottom:50px;
  }
  .poll-admin h1 {
      margin-top:-92px;
  }
  .poll-admin h1.modal-title {
    margin-top:-110px !important;
  }
  .user-vote {
      margin-top:40px;
  }
  a.thanks {
      display:block;
      margin:0 auto;
      margin-top:30px;
      margin-bottom:30px;
  }
  main .table table tbody td {
    padding:10px !important;
  }
  .one-col ul.choices {
    width:100% !important;
    margin:0 auto !important;
    display:block !important;
  }
  .one-col ul.choices li:nth-child(odd), .one-col ul.choices li:nth-child(even) {
    width:100% !important;
    float:none !important;
  }
  .lds-facebook {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin:0 auto;
  }
  .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #134498;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
  }
  .lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
  }
  .lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
  }
  @keyframes lds-facebook {
    0% {
      top: 8px;
      height: 64px;
    }
    50%, 100% {
      top: 24px;
      height: 32px;
    }
  }
  h2.welcometitle {
    line-height:1.5em;
    font-size:32px;
  }
  .thankyou h1 {
      margin-top:20px;
  }
  .thankyou h2 {
      font-size:32px;
  }
  .poll-vote .thankyou h1 {
      margin-top:100px !important;
  }
  .poll-vote .thankyou h1.thanktitle {
      margin-top:20px !important;
  }
  #mycanvas, #mycanvaspie {
    display:block !important;
  }
  #mycanvasmobile, #mycanvaspiemobile, .mobone {
    display:none !important;
  }
  .user-results h1 {
    margin-top:25px;
  }
  .one-col ul.choices li label {
      font-size:28px !important;
  }
  .mobone {
    text-align: center !important;
    color: #134498 !important;
    margin:10px !important;
    font-size:18px;
}
#mycanvasmobile {
    padding-left:15px;
    padding-right:15px;
}
.modal-body > .table > table {
  width:100%;
  border-spacing:0;
}
.modal-body > .table > table > tbody > tr > td {
  border-bottom: 5px solid #dbc052 !important;
  vertical-align: middle !important;
}
.modal-body > .table > table > tbody > tr > td {
  padding:10px;
  width:100%;
  font-size:2.5em;
}
.modal-body > .table > table > tbody > tr > td a.delete, .modal-body > .table > table > tbody > tr > td a.delete:hover {
  background:red;
}
.modal-body > .table > table > tbody > tr > td a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 10px 5px;
  border-radius: 4px;
  background-color: #0060ba;
  border: 0;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
  width: 100px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
}
.modal-body > .speaker > table, .modal-body > .speaker > table > tbody > tr > td {
  border:none;
}
.submitqs {
    font-size:2.5em !important;
}
.modspeaker h1 {
  margin-top:30px;
}
.modspeaker {
  margin-bottom:100px;
}
.qanadmin {
  margin-bottom:100px;  
}
hr.goldrow {
  border: 3px solid #dbc052;
  margin-left:-40px;
}
.modadmin h1 {
    margin-top:-85px !important;
}
.svg-inline--fa {
  font-size:1.5rem;
}
@media screen and (min-width:1023px) and (max-width:1025px){
    .startbody {
        background-size: 100% 100% !important;
    }
}
@media screen and (min-width:767px) and (max-width:1025px){
    .startbody {
        height: 100vh !important;
    }
}
@media screen and (orientation:portrait) and (min-width:799px) and (max-width:800px){
    .startbody {
        background-size: 100% 100% !important;
    }
}
@media screen and (orientation:landscape) and (min-width:899px) and (max-width:901px){
    .startbody {
        background-size: 100% 100% !important;
    }
}
  @media (max-width:1440px) {
    .poll-admin h1 {
      width:50%;
    }
    .poll-vote .thankyou h1.thanktitle {
        margin-top:0px !important;
    }
    .thankyou h1 {
        width:85%;
        display:block;
        margin:0 auto;
    }
    .thankyou {
        margin-top: -105px;
    }
  }
  @media (max-width:1280px) {
    .cta {
        font-size:1.1rem;
    }
    .thankyou .modal-body p, .thanktitle, .thankyou .modal-body p a {
        font-size:32px !important;
    }
    .poll-admin h1 {
      width:50%;
      font-size:23px;
    }
    .poll-vote .thankyou h1.thanktitle {
        width:75%;
    }
  }
  @media (max-width:1199px) {
    .content {
        width:100%;
    }
  }
  @media (max-width:1180px) {
    .content {
        padding:20px;
    }
    .modspeaker h1 {
      margin-top:0px !important;
    }
    .poll-result h1 {
      width:400px !important;
    }
    .user-results h1 {
      margin-top:25px !important;
    }
          .poll-vote h1 {
        margin-top:0px;
      }
    .poll-vote .thankyou h1.thanktitle {
        margin-top: -20px !important;
    }
    .poll-vote .thankyou h1 {
        margin-top:50px !important;
    }
    .thankyou h1 {
        width: 75%;
        margin-top: -15px;
    }
    .poll-vote form label {
        font-size:1.3rem;
    }
    .poll-admin h1.modal-title {
        margin-top: -129px !important;
    }
    .poll-admin h1 {
    margin-top: -110px;
    font-size:18px;
}
  }
  @media (max-width:1023px) {
    .poll-admin h1{
      width:100%;
    }
    .poll-result h1.modal-title{
      width:100% !important;
    }
    .poll-result h1 {
      width:100% !important;
    }
    .user-results h1 {
      margin-top:0px !important;
    }
    #mycanvas, #mycanvaspie, #mycanvasquesone {
      display:none !important;
    }
    #mycanvasmobile, #mycanvaspiemobile, .mobone {
      display:block !important;
    }
    .user-results {
      padding: 5px 30px;
    }
    .poll-admin h1.modal-title {
        margin-top: -140px !important;
        width: 80%;
    }
    .poll-vote .thankyou h1.thanktitle {
        margin-top: -28px !important;
    }
    .modal-body ul {
        margin-left: -50px;
    }
    .thankyou h1 {
        width: 70%;
        margin-top: -25px;
    }
    .poll-admin h1.modal-title {
        margin-top:-65px !important;
    }
    .adminbody .mainbody {
        margin-top:100px;
    }
    .content {
        padding:30px;
    }
    .poll-vote form label {
        font-size:1.3rem;
    }
    .poll-admin h1 {
        margin-top:-25px;
    }
    h2.welcometitle br{
        display:none;
    }
    .thankyou .modal-body p, .thanktitle, .thankyou .modal-body p a {
        font-size:32px !important;
    }
      .poll-vote h1 {
        margin-top:-20px;
      }
            .startbody {
        background-position: 50% 0% !important
      }
  }
  @media (max-width:767px) {
    .user-results h1 {
      margin-top:25px;
    }
    .modadmin h1 {
        margin-top:-45px !important;
    } 
    .modal-body > .table > table > tbody > tr > td {
      float:left;
      font-size:1.3rem !important;
    }
    .modal-body > .table > table > tbody > tr > td:nth-child(1) {
      border-bottom:none !important;
    }
    .questionlist li {
      font-size:1.5rem;
    }
    .qandatitle {
      font-size:1rem !important;
    }
    .one-col ul.choices li label {
        font-size:14px !important;
    }
    .thankyou .modal-body p, .thanktitle, .thankyou .modal-body p a {
        font-size:25px !important;
      }
      .startbody {
        background-position: 50% 30% !important
      }
      .poll-vote .thankyou h1.thanktitle {
    margin-top: 45px !important;
    margin-bottom: 20px;
}
        .poll-admin h1.modal-title {
        margin-top:-60px !important;
        width: 100%;
    }
          .poll-vote .thankyou h1.thanktitle {
        width:100%;
        margin-top:25px;
    }
     .poll-vote h2 {
        font-weight: bold;
        font-size: 18px;
        padding:10px 0px;
    }
    .poll-vote h2 br{
        display:none;
    }
    .thankyou h1 {
        width: 100%;
        margin-top: 40px;
    }
      h2.welcometitle {
          font-size: 26px;
      }
      .adminbtn  {
          margin-top:15px;
      }
      .one-col ul.choices {
        width:100% !important;
      }
      .adminbtn a.left, .adminbtn a.right {
          float:none;
          width:90%;
          margin-right:0px;
          margin-left:0px;
          margin-top:5px !important;
          margin-bottom:5px !important;
          display:block;
          margin: 0 auto;
      }
      .cta {
          display:block;
          margin:0 auto;
          margin-bottom:30px;
      }
      ul.choices li:nth-child(odd), ul.choices li:nth-child(even) {
        width:100%;
        float:none;
      }
      .poll-vote h1 {
        letter-spacing:0em;
        margin-top:-20px;
        font-size:18px !important;
      }
      ul.choices {
          padding-left:0px;
      }
      .poll-vote form label {
          font-size:1.1rem;
      }
      .qrcode {
        width:300px;
        height: auto;
      }
  }
  @media (max-width:479px) {
    .thankyou .modal-body img, .cta {
        width:100%;
      }
      .modal-body ul {
        margin-left: -40px;
    }
    .qrcode {
        width:100%;
        height: auto;
      }
  }
  @media (max-width:319px) {
    .poll-vote h1 {
        font-size:1em;
      }
      .thanktitle {
          font-size:1rem !important;
      }
      .poll-vote form input[type="submit"], .poll-vote form a {
          width:100%;
      }
  }