.no-pad {
  padding-left: 0px;
  padding-right: 0px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
  overflow-x: hidden;
}

p {
  font-size: 1.05em;
  font-family: Arial, Helvetica, sans-serif;
}

#dnn_contentpane p,
#dnn_contentpane ul,
#dnn_contentpane ol {
  color: #595959;
}

#dnn_contentpane a {
  color: #0b2240;
  font-weight: bold;
  text-decoration: underline;
}

/* Gets rid of persona bar for dev purposes */

/* body {
    margin-left: 0px !important
}

iframe#personaBar-iframe,
.personalBarContainer.evoq .personabar-placeholder {
    display: none;
} */

h1 {
  color: #e06b0b;
  font-size: 2.4em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h2 {
  color: #0d2240;
  font-size: 1.7em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h3 {
  font-size: 1.5em;
  color: #808080;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h4 {
  font-size: 1.3em;
  color: #0d2240;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h5 {
  font-size: 1.1em;
  color: #0d2240;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.bluebutton {
  background-color: #0b2240;
  color: #f57e20 !important;
  padding: 15px;
  border-radius: 5px;
  border: #f57e20 solid 1px;
}

.bluebutton:hover {
  background-color: #f57e20;
  color: #0b2240 !important;
}

.orangebutton {
  background-color: #f57e20;
  color: #0b2240 !important;
  padding: 15px;
  border-radius: 5px;
  border: #0b2240 solid 1px;
}

.orangebutton:hover {
  background-color: #0b2240;
  color: #f57e20 !important;
}

/* Skiplink Code */

#skiplink a {
  font-family: Calibri, Arial;
  font-weight: bold;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#skiplink a:focus {
  position: static;
  width: auto;
  height: auto;
}

table {
  color: black;
}

/* Popup Message and Transparent Bar */

#dnn_popup {
  background: #707070;
  height: 54px;
  display: table;
}

#dnn_popup a {
  color: white;
}

#dnn_popup p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: white;
  text-align: center;
  line-height: 1;
  padding: 15px 5% 15px 0;
}

#dnn_popup ol,
#dnn_popup ul {
  color: white;
}

#dnn_popup h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3em;
  color: #fef795;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 5px;
}

#popupexit {
  padding-top: 15px;
  z-index: 9;
  text-align: right;
  position: absolute;
  color: white;
}

#popupexit:hover,
#popupexit:focus {
  color: white;
}

#popupexit:hover span,
#popupexit:focus span {
  text-decoration: underline;
}

.removePopup {
  display: none;
}

.DNNEmptyPane {
  padding: 0px !important;
}

/*--------------------------------------------------------*/

.carousel {
  overflow: hidden;
}

#rotator {
  background: #f47e20;
}

#banner {
  top: 3px;
}

#hoverMenu {
  
}

#hoverQL {
  padding-bottom: 10px;
}

/* Carousel */

.carousel {
  overflow: hidden;
}

.carousel-inner {
  width: 150%;
  left: -25%;
}

.item img {
  width: 1400px;
}

.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
  left: 0;
  -webkit-transform: translate3d(33%, 0, 0);
  transform: translate3d(33%, 0, 0);
}

.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
  left: 0;
  -webkit-transform: translate3d(-33%, 0, 0);
  transform: translate3d(-33%, 0, 0);
}

.carousel-control.left,
.carousel-control.right {
  background: rgba(11, 34, 64, 0.9);
  width: 25%;
  opacity: 0.8;
}

.carousel-control.left:hover,
.carousel-control.left:focus,
.carousel-control.right:hover,
.carousel-control.right:focus {
  opacity: 0.98;
}

/*------------------------*/

/* Search Box & Translate Dropdown Spacing in PaneDrop & Mobile Menu*/

#dnn_mobilemenu {
  position: absolute;
  right: -150%;
  z-index: 9999;
  box-shadow: 0px 1px 11px -3px black;
}

#mobileButtons {
  float: right;
  margin-top: 15px;
  margin-right: 5px;
  text-align: center;
  color: #7d7d7d;
}

.mobilebuttons {
  color: #585757;
  font-size: 0.85em;
}

.mobilebuttons .glyphicon {
  display: block;
  padding-bottom: 5px;
  font-size: 1.3em;
}

/*-------------------------------*/

#mobilesearch,
#mobiletranslate {
  /* border-right: 1px solid #7d7d7d; */
  background: transparent;
  border: none;
}

.bcs-container-searchbox {
  margin-top: 7px;
}

#google_translate_element {
  margin-top: 6px;
}

.paneDrop {
    visibility: visible !important;
  background: white;
  z-index: 1000;
  top: 4em;
  right: 0;
  /*left: 66.7% !important;*/
  height: auto;
  width: fit-content;
  margin-left: 0px;
  border-bottom-right-radius: 5px;
  text-align: center;
  line-height: 22px;
  color: #003366 !important;
  transition: height 0.4s;
  animation-direction: reverse;
  border-bottom-left-radius: 5px;
  border: 2px solid #173b75;
  padding: 5px;
}

/* Reg Totals */

.registrationTotalsList {
  list-style: none;
  text-align: center;
  background: #f47e20;
  color: #0b2240;
  margin-left: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}

.registrationTotalsList li:first-child {
  width: 20.6%;
  text-align: center;
}

.registrationTotalsList li {
  width: 13.6%;
  display: inline-block;
  font-weight: bold;
  padding: 10px 0px 10px;
}

/* Moving Translate and Search out of screen 
        And Hamburger Menu */

#translate,
#search {
  position: absolute;
  /* bottom: 5000px;
  height: 1px;
  width: 1px; */
  visibility: hidden;
  margin-left: -1px;
  overflow: hidden;
  font-size: 0.75em;
}

#menuText {
  padding-left: 8px;
  font-weight: normal;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 64px;
  height: 64px;
  font-size: 1em;
  color: #7d7d7d;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 56px;
  text-indent: -10px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  left: 15%;
  z-index: 999;
  top: -9px;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 18px;
  left: 14px;
  right: 18px;
  height: 3px;
  background: #7d7d7d;
}

.c-hamburger span::after,
.c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #7d7d7d;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active span {
  background: none;
  width: 30px;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/*---------------------------*/

/* Content Pane */

/* Backpage VIL centered */

.DnnModule-VoterInformationLookup {
  text-align: center;
}

.homeContent {
  background: #d8d9da;
  border-top: 45px solid #f47e20;
}

#dnn_orangepane {
  background: #f47e20;
}

#dnn_contentpane {
  padding: 20px;
  padding-bottom: 15px;
}

#dnn_contentpane > a {
  color: white;
}

/* Middle Area Dates Rotator FB */

#middleArea {
  background: white;
}

#dnn_dtr {
  padding: 0px 2%;
  padding-top: 35px;
}

#dnn_dtr .DnnModule-EasyDNNnewsCalendar,
#dtrHead {
  box-shadow: 0 0 5px 1px grey;
}

#dnn_facebookTL {
  padding: 35px 15px;
  text-align: center;
}

#dnn_rotatorHome {
  padding-top: 35px;
  padding-bottom: 35px;
}

#dtrHead {
  text-align: left;
  background: #f47e20;
  color: #0b2240 !important;
  margin: 0px !important;
  font-size: 1.4em;
  font-weight: bold;
  padding: 7px 0px 3px 20px;
}

.eds_news_Ozone .edn_module_title {
  display: none !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li:before {
  display: none !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li > a {
  display: block;
  padding-bottom: 5px;
  font-size: 1.5em;
  font-weight: bold;
  color: #0b2240 !important;
}

.eds_news_Ozone.eds_subCollection_calendar
  .archive_list.events
  ul
  li
  > a
  > span {
  display: block;
  font-size: 0.7em !important;
  color: #666666 !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list ul {
  background: #e6e7e8 !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li {
  background: white;
  padding: 10px 10px 10px 20px;
  margin-bottom: 8px !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events,
.eds_news_Ozone.eds_subCollection_calendar .archive_list {
  border: none !important;
  margin: 0px !important;
  padding-top: 0px !important;
}

/* Rotator */

.chameleon_slider .main_panel .items_wrapper .item_container > img,
.chameleon_slider .main_panel,
.chameleon_slider .main_panel .items_wrapper,
.chameleon_slider.NewsOne {
  min-height: 420px !important;
}

/* Contact Us */

.INDFeedbacform,
.feedbacktable {
  margin: 0px !important;
  color: black;
}

#dnn_contactUs {
  background-image: url("//vrcdn.electionsfl.org/portals/indianriver/images2021/wf_contact_xlg.jpg");
  background-position: center;
  background-color: black;
  background-size: cover;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

#dnn_contactUs h1 {
  text-align: center;
  color: white;
}

#dnn_contactUs .iweb_cfd_pnlCtrls table {
  display: inline-block;
  width: 31%;
  padding: 15px 10px;
  margin-left: 2%;
}

#dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(n + 4) {
  width: 100%;
  text-align: center;
}

#dnn_contactUs .iweb_cfd_pnlCtrls table tbody td {
  padding-right: 5px;
  width: 60%;
}

#dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(-n + 3) tbody td:first-child,
#dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(4) tbody td:first-child {
  width: 10%;
}

#dnn_contactUs
  .iweb_cfd_pnlCtrls
  table:nth-child(-n + 3)
  tbody
  td:nth-child(2) {
  width: 75%;
}

#dnn_contactUs
  .iweb_cfd_pnlCtrls
  table:nth-child(-n + 3)
  tbody
  td:nth-child(2)
  input {
  width: 100% !important;
}

#dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(4) tbody {
  margin-left: 31.5%;
  display: table;
  padding: 20px;
}

#dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(5) .SubHead td {
  width: 100%;
}

#dnn_contactUs .iweb_cfd_pnlCtrls table tbody td:nth-child(2) {
  width: 60%;
}

#dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(5) {
  padding-right: 14%;
  padding-left: 14%;
}

#dnn_contactUs table.iweb_cfd_table {
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin-left: 40%;
}

#dnn_contactUstable.iweb_cfd_table tbody {
  width: 100%;
  display: table;
}

.SubHead,
.SubHead td span {
  color: white;
  font-size: 0.9em;
}

#dnn_contactUs .CommandButton {
  background: linear-gradient(to bottom, #fa903b, #f47e20);
  color: #0b2240;
  padding: 7px;
  font-weight: bold;
}

#dnn_contactUs .iweb_cfd_brow .iweb_cfd_bcol {
  top: 10px;
  position: relative;
  padding: 10px;
}

/* Backpage Forms */

.IndianRiverforms label {
  font-weight: normal !important;
}

.indianrivertable {
  width: 100%;
}

.indianrivertable th {
  background: #f47e20;
  color: #0b2240;
  padding: 10px !important;
}

.indianrivertable td {
  padding: 10px !important;
}

.indianrivertable tr:nth-child(even) {
  background: lightgray;
}

#socialText {
  background: #77787a;
  color: #ffffff;
  text-align: center;
  font-size: 2.3em;
  display: table;
}

#socialSpan {
  display: table-cell;
  vertical-align: middle;
}

#socialIcons {
  text-align: center;
}

#facebook {
  background: #ea6f0b;
}

#newsletter {
  background: #0b2240;
}

#newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.05em;
}

#newsletter a {
  color: white;
}

#twitter {
  background: #77787a;
}

.borderSquares {
  border: 1px solid white;
}

#instagram {
  background: #0b2240;
}

#socialIcons img {
  width: 26%;
  padding: 14px;
}

#socialText img {
  width: 7%;
  margin-top: -6px;
}

/* Footer */

footer {
  background: #0b2240;
  color: white;
}

#footerLeft {
  text-align: center;
  margin-top: 25px;
}

#footerRight {
  padding: 30px;
  padding-bottom: 0;
}

footer a,
#footerLeft a {
  color: white;
}

footer a:hover,
footer a:focus {
  color: white;
}

#footerLogo {
  padding: 10px;
  display: block;
}

#AccText {
  display: block;
}

.colorText {
  color: #fa8c35;
  font-weight: bold;
}

#hours p,
#emails p {
  line-height: 1.5;
}

#boldSuper {
  font-weight: bold;
}

#disclaimer {
  padding: 30px;
  padding-top: 0px;
}

/* Backpage */

#backQL {
  padding: 20px;
}

.backpageCP {
  padding-top: 0px;
}

/* Breakpoints */

@media (min-width: 991px) {
  #dnn_mobilemenu {
    z-index: 0 !important;
  }
}

@media (min-width: 1600px) {
  #dnn_contactUs {
    background-position: bottom;
  }
  #dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(4) tbody {
    margin-left: 31.75%;
  }
}

@media (min-width: 1650px) {
  #socialIcons img {
    width: 22%;
  }
}

@media (min-width: 1800px) {
  #dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(4) tbody {
    margin-left: 31.95%;
  }
  #socialIcons img {
    width: 20%;
  }
  #dnn_contactUs .iweb_cfd_pnlCtrls table {
    width: 27%;
    margin-left: 6%;
  }
}

@media (min-width: 2050px) {
  #socialIcons img {
    max-width: 80px;
  }
  #dnn_contactUs .iweb_cfd_pnlCtrls table {
    width: 29%;
    margin-left: 4%;
  }
}

@media (max-width: 2400px) {
  #dnn_contactUs .iweb_cfd_pnlCtrls table {
    width: 25%;
    margin-left: 8%;
  }
}

@media (max-width: 1550px) {
  /* DTR */
  .eds_news_Ozone.eds_subCollection_calendar
    .archive_list.events
    ul
    li
    > a
    > span {
    font-size: 0.6em !important;
  }
  /* Social Area */
  #socialText {
    font-size: 2em;
  }
}

@media (max-width: 1200px) {
  /* DTR Title */
  .eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li > a {
    font-size: 1.4em;
  }
  #socialText {
    font-size: 1.8em;
  }
  #newsletter {
    font-size: 0.9em;
  }
  #socialText img {
    width: 6%;
  }
  #dtrHead {
    padding-right: 5px;
  }
}

@media (max-width: 1150px) {
  .eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li,
  #dtrHead {
    padding-left: 10px;
  }
}

@media (min-width: 1100px) and (max-width: 1123px) {
  .registrationTotalsList li:first-child {
    width: 26%;
  }
}

@media (max-width: 1100px) {
  #dtrHead {
    font-size: 1.2em;
  }
}

@media (max-width: 1050px) {
  /* DTR Title */
  .eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li > a {
    font-size: 1.3em;
  }
  #newsletter {
    line-height: 1.2;
  }
}

@media (max-width: 991px) {

  #socialText {
    padding: 0px 0px;
  }
  #dnn_rotatorHome {
    padding: 10px 10%;
  }
  /* Mobile Menu Behind Search */
  #dnn_mobilemenu {
    z-index: 8 !important;
  }
  /* Contact Us */
  #dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(-n + 3) {
    width: 100% !important;
  }
  #dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(3) {
    width: 97% !important;
  }
  #dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(-n + 3) tbody {
    margin-left: 25% !important;
    display: table;
  }
  #dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(3) tbody {
    margin-left: 24%;
  }
  #dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(4) tbody {
    margin-left: 22.5% !important;
  }
  #dnn_contactUs .iweb_cfd_pnlCtrls table {
    padding: 10px;
  }
  #dnn_contactUs table tbody .SubHead td:nth-child(2) {
    width: 60%;
  }
  #dnn_contactUs table tbody .SubHead td:nth-child(2) textarea {
    width: 60%;
  }
  #dnn_contactUs table tbody .SubHead td:nth-child(2) textarea {
    width: 90% !important;
    float: left;
  }
  #footerLogo {
    margin-left: 10px;
  }
}

@media (min-width: 850px) and (max-width: 991px) {
  #socialText {
    font-size: 1.55em;
  }
  #socialIcons img {
    width: 27%;
  }
}

@media (min-width: 768px) and (max-width: 849px) {
  #socialText {
    font-size: 1.35em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .registrationTotalsList li {
    font-weight: bold;
    font-size: 0.9em;
    padding: 5px 0px 10px;
    width: 20%;
  }
  .registrationTotalsList li:first-child {
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 10px;
  }
  .registrationTotalsList li:nth-child(4),
  .registrationTotalsList li:nth-child(5),
  .registrationTotalsList li:nth-child(6) {
    width: 14%;
  }
  #dnn_dtr {
    padding: 0px 15%;
    padding-top: 35px;
  }
  #socialIcons img {
    padding: 5px;
  }
  /* Footer */
  #disclaimer {
    padding-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .registrationTotalsList li {
    font-size: 0.9em;
  }
}

@media (min-width: 992px) {
  #footerLogo {
    width: 70%;
    display: inline-block !important;
  }
  #mobiletranslate {
    border: none;
  }
  .registrationTotalsList li:first-child {
    width: 25%;
  }
  .registrationTotalsList li:nth-child(2) {
    width: 15%;
  }
  .registrationTotalsList li:nth-child(3) {
    width: 17%;
  }
}

@media (max-width: 880px) {
  #dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(3) {
    width: 97% !important;
  }
}

@media (max-width: 880px) {
  #newsletter {
    line-height: 1;
    font-size: 0.8em;
  }
}

@media (max-width: 768px) {
  #dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(4) tbody {
    margin-left: 21.5% !important;
  }
}

@media (max-width: 767px) {
 
  
  #newsletter {
    font-size: 1em;
    line-height: 1.2;
  }
  #dnn_facebookTL {
    text-align: center;
  }
  #dnn_rotatorHome {
    padding-right: 20px;
  }
  #socialIcons img {
    min-width: 35%;
  }
  .registrationTotalsList li {
    font-weight: bold;
    font-size: 1em;
    padding: 5px 0px 10px;
    width: 50%;
  }
  .registrationTotalsList li:first-child {
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
  }
  .registrationTotalsList li:nth-child(4),
  .registrationTotalsList li:nth-child(5),
  .registrationTotalsList li:nth-child(6) {
    width: 30%;
  }
  footer {
    font-size: 0.9em;
  }
  /* Rotator */
  .carousel-inner {
    width: 200%;
    left: -50%;
  }
  .carousel-control.left,
  .carousel-control.right {
    width: 16.5%;
  }
}

@media (min-width: 1300px) {
  #footerLogo {
    padding-right: 15px;
    padding-left: 20px;
  }
}

@media (min-width: 1378px) {
  #footerLogo {
    width: 60%;
    margin-left: 4%;
    margin-bottom: 10px;
  }
}

@media (min-width: 1500px) {
  #footerLogo {
    margin-left: 7%;
    padding-right: 30px;
    padding-left: 25px;
  }
  #mobilesearch,
  #mobiletranslate {
    width: 35%;
  }
}

@media (min-width: 1650px) {
  #footerLogo {
    padding-right: 40px;
    padding-left: 25px;
    margin-left: 9%;
  }
}

@media (min-width: 1650px) {
  #footerLogo {
    margin-left: 11%;
  }
}

@media (min-width: 1750px) {
  #footerLogo {
    padding-right: 50px;
    padding-left: 30px;
    margin-left: 12%;
  }
}

@media (min-width: 1800px) {
  #footerLogo {
    width: 63%;
  }
}

@media (max-width: 600px) {
  #dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(-n + 3) tbody {
    margin-left: 5% !important;
  }
  #dnn_contactUs .iweb_cfd_pnlCtrls table:nth-child(4) tbody {
    margin-left: 0% !important;
  }
}

@media (max-width: 560px) {
  #newsletter {
    font-size: 0.9em;
    line-height: 1.1;
  }
}

@media (max-width: 515px) {
  #newsletter {
    font-size: 0.8em;
    line-height: 1;
  }
}

@media (max-width: 500px) {
  #dnn_contactUs table.iweb_cfd_table {
    margin-left: 20%;
  }
  #socialIcons img {
    min-width: 50%;
  }
  footer {
    font-size: 0.8em;
  }
  #dnn_popup p {
    font-size: 0.9em;
  }
}


@media (max-width: 414px) {
  .registrationTotalsList li {
    font-size: 0.8em;
  }
  .mobilebuttons {
    width: 36%;
    font-size: 0.75em;
  }
  #sitemenu {
    width: 24%;
  }
  .c-hamburger {
    left: -16%;
  }
  #menuText {
    padding-left: 8px;
  }
  #mobiletranslate {
    width: 39%;
  }
  .registrationTotalsList li:nth-child(2),
  .registrationTotalsList li:nth-child(3) {
    padding-bottom: 0px;
  }
  h1 {
    font-size: 2em;
  }
  table tbody .SubHead td:nth-child(2) textarea {
    width: 210px !important;
    height: 140px !important;
  }
  #dnn_contactUs table.iweb_cfd_table {
    margin-left: 10%;
  }
}