:root {
  --brand-main-color: #001f5f;
  --brand-accent-color: #b11b13;
  --brand-font-family: Arial, Helvetica, sans-serif;
  --brand-font-size: 1.08em;
}

html,
body {
  min-height: 0 !important;
  height: auto !important;
  position: inherit !important;
  overflow-x: clip;
}

#wrapall {
}

.DNNEmptyPane {
  border: none;
}

body {
  font-size: 13px;
  color: #565656;
}

/* Border on Twitter TL */

/* .twitter-timeline {
    border: 1px solid gray !important;
    border-radius: 25px;
} */

a {
  color: #337ab7;
}

a:visited {
  color: #214f75;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.08em;
  color: #565656;
  line-height: 1.08em;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0.75rem !important;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #b11b13;
  font-size: 2em;
  text-transform: none;
  font-weight: normal;
  text-align: left;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #001f5f;
  font-size: 1.52em;
  text-transform: none;
  font-weight: normal;
  text-align: left;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 1.4em;
  text-transform: none;
  font-weight: normal;
  text-align: left;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  color: #b11b13;
  font-size: 1.25em;
  text-transform: none;
  font-weight: bold;
  text-align: left;
}

body:not(.dnnEditState) {
  & .alert:has(.DNNEmptyPane) {
    display: none;
  }
}

.alert {
  background: #04326e;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  margin-bottom: 0 !important;
  border-radius: 0 !important;

  & p,
  & h5 {
    font-size: clamp(10px, 1.3rem, 1.6rem);
    font-style: italic;
    color: #e3e1e1;
  }

  & h1,
  & h2,
  & h3,
  & h4 {
    text-align: center;
    font-size: clamp(12px, 1.9rem, 2.2rem);
    margin: 0;
    margin-top: 0 !important;
  }

  & h1 .TitleH1:empty {
    display: none;
  }
}

header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}

#navigationContainer {
  width: 100%;
  background: #be1e2d;
  display: grid;
  grid-template-columns: auto 15%;
  position: relative;
  align-items: center;
  justify-content: space-between;
  @media (max-width: 991px) {
    grid-template-columns: 20% 20%;
    justify-content: space-between;
  }
}

.fixed-top {
  position: fixed !important;
  width: 100%;
  z-index: 1030;
  top: auto !important;
  right: auto !important;
  left: auto !important;
}

/* Buttons */

.leonH1 {
  color: #750028;
  font-family: Segoe UI;
  font-size: 32px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 10px;
  margin: 0px;
}

a.soeButton,
a.soeButton2,
a.soeHomeButton,
a.soeTopButton,
a.soePwButton,
a.soePwInfoButton,
a.soeWeblinks,
a.soeEVButton {
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
}

a.soeButton,
a.soeButton2,
a.soeHomeButton,
a.soeTopButton,
a.soePwButton,
a.soePwInfoButton,
a.soeWeblinks,
a.soeEVButton {
  color: White !important;
}

a.soeButton,
a.soeButton2,
a.soeHomeButton,
a.soeTopButton,
a.soePwButton,
a.soePwInfoButton,
a.soeWeblinks {
  background: #8e091c;
}

a.soeEVButton {
  background: #00aa00;
}

a.soeHomeButton,
a.soeTopButton,
a.soePwButton,
a.soePwInfoButton,
a.soeWeblinks,
a.soeEVButton {
  padding: 5px 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

a.soeButton,
a.soeButton2 {
  padding: 9px 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
}

a.soeButton2 {
  width: 150px;
  font-weight: bold;
}

a.soeButton,
a.soeWeblinks {
  width: 250px;
}

a.soePwButton {
  width: 400px;
}

a.soePwInfoButton {
  width: 200px;
}

a.soeButton,
a.soeButton2,
a.soeWeblinks,
a.soePwButton,
a.soePwInfoButton {
  font-size: 15px;
  vertical-align: middle;
}

a.soeButton:link,
a.soeButton2:link,
a.soeHomeButton:link,
a.soeTopButton:link,
a.soePwButton:link,
a.soePwInfoButton:link,
a.soeWeblinks:link,
a.soeEVButton:link {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.soeButton:hover,
a.soeButton:active,
a.soeButton2:hover,
a.soeButton2:active,
a.soeTopButton:hover,
a.soeHomeButton:hover,
a.soeTopButton:active,
a.soeHomeButton:active,
a.soeWeblinks:hover,
a.soeWeblinks:active,
a.soePwButton:hover,
a.soePwButton:active,
a.soePwInfoButton:hover,
a.soePwInfoButton:active {
  background: #b4131b;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b4131b),
    to(#8e091c)
  );
  background: -webkit-linear-gradient(top, #b4131b, #8e091c);
  background: -moz-linear-gradient(top, #b4131b, #8e091c);
  background: -ms-linear-gradient(top, #b4131b, #8e091c);
  background: -o-linear-gradient(top, #b4131b, #8e091c);
  color: white !important;
}

a.soeEVButton:hover,
a.soeEVButton:active {
  background: #00ff00;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00ff00),
    to(#00aa00)
  );
  background: -webkit-linear-gradient(top, #00ff00, #00aa00);
  background: -moz-linear-gradient(top, #00ff00, #00aa00);
  background: -ms-linear-gradient(top, #00ff00, #00aa00);
  background: -o-linear-gradient(top, #00ff00, #00aa00);
  color: white !important;
}

a.soeButton:active,
a.soeButton2:active,
a.soeTopButton:active,
a.soeHomeButton:active,
a.soeWeblinks:active,
a.soePWButton:active,
a.soePWInfoButton:active,
a.soeEVButton:active {
  text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: 0px;
  border-right: 0px;
  margin-top: 1px;
  margin-left: 1px;
}

a.soeButton:visited,
a.soeButton2:visited,
a.soeHomeButton:visited,
a.soeTopButton:visited,
a.soePwButton:visited,
a.soePwInfoButton:visited,
a.soeWeblinks:visited,
a.soeEVButton:visited {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.soeCenter,
a.soeButton,
a.soeButton2,
a.soeWeblinks,
a.soePwButton,
a.soePwInfoButton {
  text-align: center;
}

a.jobButton {
  cursor: pointer;
  display: inline-block;
  color: white;
  font-weight: bold;
  background: #00f500;
  background-image: -webkit-linear-gradient(top, #00f500, #00ae00);
  background-image: -moz-linear-gradient(top, #00f500, #00ae00);
  background-image: -ms-linear-gradient(top, #00f500, #00ae00);
  background-image: -o-linear-gradient(top, #00f500, #00ae00);
  background-image: linear-gradient(to bottom, #00f500, #00ae00);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  text-shadow: 1px 1px 1px #000000;
  -webkit-box-shadow: 1px 1px 1px #000000;
  -moz-box-shadow: 1px 1px 1px #000000;
  box-shadow: 1px 1px 1px #000000;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

a.jobButton:link {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.jobButton:hover {
  background: #7ff47f;
  background-image: -webkit-linear-gradient(top, #7ff47f, #00e200);
  background-image: -moz-linear-gradient(top, #7ff47f, #00e200);
  background-image: -ms-linear-gradient(top, #7ff47f, #00e200);
  background-image: -o-linear-gradient(top, #7ff47f, #00e200);
  background-image: linear-gradient(to bottom, #7ff47f, #00e200);
  text-decoration: none;
}

a.jobButton:active {
  text-shadow: 0px 1px 0 #fff;
  border-bottom: 0px;
  border-right: 0px;
  margin-top: 1px;
  margin-left: 1px;
}

a.jobButton:visited {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.newButton,
a.newButton2,
a.freeButton {
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  color: white;
  background: #c1243e;
  background-image: -webkit-linear-gradient(top, #c1243e, #6d0210);
  background-image: -moz-linear-gradient(top, #c1243e, #6d0210);
  background-image: -ms-linear-gradient(top, #c1243e, #6d0210);
  background-image: -o-linear-gradient(top, #c1243e, #6d0210);
  background-image: linear-gradient(to bottom, #c1243e, #6d0210);
  padding: 10px 20px 10px 20px;
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  text-shadow: 1px 1px 1px #000000;
  -webkit-box-shadow: 1px 1px 1px #000000;
  -moz-box-shadow: 1px 1px 1px #000000;
  box-shadow: 1px 1px 1px #000000;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}

a.newButton {
  width: 200px;
}

a.newButton2 {
  width: 300px;
}

a.newButton:link,
a.newButton2:link,
a.freeButton:link {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.newButton:hover,
a.newButton2:hover,
a.freeButton:hover {
  background: #eb3254;
  background-image: -webkit-linear-gradient(top, #eb3254, #b3203e);
  background-image: -moz-linear-gradient(top, #eb3254, #b3203e);
  background-image: -ms-linear-gradient(top, #eb3254, #b3203e);
  background-image: -o-linear-gradient(top, #eb3254, #b3203e);
  background-image: linear-gradient(to bottom, #eb3254, #b3203e);
}

a.newButton:active,
a.newButton2:active,
a.freeButton:active {
  text-shadow: 0px 1px 0 #fff;
  border-bottom: 0px;
  border-right: 0px;
  margin-top: 1px;
  margin-left: 1px;
}

a.newButton:visited,
a.newButton2:visited,
a.freeButton:visited {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.blueButton,
a.blueButton2,
a.freeBlue {
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  color: White !important;
  font-weight: bold;
  background: #2d469d;
  padding: 9px 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
}

a.blueButton:link,
a.blueButton2:link,
a.freeBlue:link {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.blueButton:hover,
a.blueButton2:hover,
a.freeBlue:hover {
  background: #3b5ccc;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3b5ccc),
    to(#2d469d)
  );
  background: -webkit-linear-gradient(top, #3b5ccc, #2d469d);
  background: -moz-linear-gradient(top, #3b5ccc, #2d469d);
  background: -ms-linear-gradient(top, #3b5ccc, #2d469d);
  background: -o-linear-gradient(top, #3b5ccc, #2d469d);
  color: white !important;
}

a.blueButton:active,
a.blueButton2:active,
a.freeBlue:active {
  text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: 0px;
  border-right: 0px;
  margin-top: 1px;
  margin-left: 1px;
}

a.blueButton:visited,
a.blueButton2:visited,
a.freeBlue:visited {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.blueButton {
  width: 250px;
}

a.blueButton2 {
  width: 150px;
}

a.orangeButton {
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  color: white !important;
  background: #ff6a00;
  padding: 9px 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

a.orangeButton:link {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.orangeButton:hover {
  background: #fbff1e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff954f),
    to(#ff6a00)
  );
  background: -webkit-linear-gradient(top, #ff954f, #ff6a00);
  background: -moz-linear-gradient(top, #ff954f, #ff6a00);
  background: -ms-linear-gradient(top, #ff954f, #ff6a00);
  background: -o-linear-gradient(top, #ff954f, #ff6a00);
  color: white !important;
}

a.orangeButton:active {
  text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: 0px;
  border-right: 0px;
  margin-top: 1px;
  margin-left: 1px;
}

a.orangeButton:visited {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.newblue,
a.newblueButton,
a.newblueButton2 {
  cursor: pointer;
  display: inline-block;
  color: white;
  font-weight: bold;
  background: #4268e5;
  background-image: -webkit-linear-gradient(top, #4268e5, #2d469d);
  background-image: -moz-linear-gradient(top, #4268e5, #2d469d);
  background-image: -ms-linear-gradient(top, #4268e5, #2d469d);
  background-image: -o-linear-gradient(top, #4268e5, #2d469d);
  background-image: linear-gradient(to bottom, #4268e5, #2d469d);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  text-shadow: 1px 1px 1px #000000;
  -webkit-box-shadow: 1px 1px 1px #000000;
  -moz-box-shadow: 1px 1px 1px #000000;
  box-shadow: 1px 1px 1px #000000;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

a.newblue:link,
a.newblueButton:link,
a.newblueButton2:link {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.newblue:hover,
a.newblueButton:hover,
a.newblueButton2:hover {
  background: #4974ff;
  background-image: -webkit-linear-gradient(top, #4974ff, #4268e5);
  background-image: -moz-linear-gradient(top, #4974ff, #4268e5);
  background-image: -ms-linear-gradient(top, #4974ff, #4268e5);
  background-image: -o-linear-gradient(top, #4974ff, #4268e5);
  background-image: linear-gradient(to bottom, #4974ff, #4268e5);
  text-decoration: none;
}

a.newblue:active,
a.newblueButton:active,
a.newblueButton2:active {
  text-shadow: 0px 1px 0 #fff;
  border-bottom: 0px;
  border-right: 0px;
  margin-top: 1px;
  margin-left: 1px;
}

a.newblue:visited,
a.newblueButton:visited,
a.newblueButton2:visited {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.newblueButton {
  width: 200px;
}

a.newblueButton2 {
  width: 300px;
}

a.greenButton,
a.greenButton2,
a.freeGreen {
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  color: White !important;
  font-weight: bold;
  background: #00af00;
  padding: 9px 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
}

a.greenButton:link,
a.greenButton2:link,
a.freeGreen:link {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.greenButton:hover,
a.greenButton2:hover,
a.freeGreen:hover {
  background: #3b5ccc;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00fa00),
    to(#00af00)
  );
  background: -webkit-linear-gradient(top, #00fa00, #00af00);
  background: -moz-linear-gradient(top, #00fa00, #00af00);
  background: -ms-linear-gradient(top, #00fa00, #00af00);
  background: -o-linear-gradient(top, #00fa00, #00af00);
  color: white !important;
}

a.greenButton:active,
a.greenButton2:active,
a.freeGreen:active {
  text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: 0px;
  border-right: 0px;
  margin-top: 1px;
  margin-left: 1px;
}

a.greenButton:visited,
a.greenButton2:visited,
a.freeGreen:visited {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.greenButton {
  width: 250px;
}

a.greenButton2 {
  width: 150px;
}

a.yellowButton {
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  color: black !important;
  font-weight: bold;
  background: #ffeb3b;
  padding: 9px 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  text-shadow: rgba(0, 0, 0, 0.4) 0 0px 0;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  margin-top: 5px;
}

a.yellowButton:link {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.yellowButton:hover {
  background: #fbff1e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff5b5),
    to(#fff18c)
  );
  background: -webkit-linear-gradient(top, #fff5b5, #fff18c);
  background: -moz-linear-gradient(top, #fff5b5, #fff18c);
  background: -ms-linear-gradient(top, #fff5b5, #fff18c);
  background: -o-linear-gradient(top, #fff5b5, #fff18c);
  color: black !important;
}

a.yellowButton:active {
  text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: 0px;
  border-right: 0px;
  margin-top: 1px;
  margin-left: 1px;
}

a.yellowButton:visited {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.bluebutton {
  background: linear-gradient(#14366c, #061e44);
  padding: 15px;
  color: white !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  margin: 0 auto;
  display: inline-block;
}

.bluebutton:hover,
.bluebutton:focus {
  background: linear-gradient(#19448a, #0b377f);
}

.slideimg {
  position: relative;
  left: 59%;
  height: 280px !important;
  margin: 19px 0;
}

.carousel-caption {
  text-align: center;
  width: 38%;
  padding-bottom: 80px;
  text-shadow: none !important;
}

#dnn_rotators p,
#dnn_rotators .Normal {
  color: #565656;
}

#dnn_rotators h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #1b55ab;
  text-transform: uppercase;
  font-size: 2.55em;
  display: inline-block;
  position: relative;
  text-align: center;
}

#dnn_contentpane {
  padding: 10px 0px 25px;
}

.borderright {
  border-right: 4px solid #154a90;
}

#dnn_mainright {
  width: 48%;
}

.socialimg {
  width: 40px;
  padding-right: 10px !important;
}

.dnnSortable {
  min-height: 66px !important;
}

.blueboxback {
  background: #eaf4fb;
  padding: 10px;
}

#popupexit {
  z-index: 99;
  position: absolute;
}

#popupexit:hover,
#popupexit:focus {
  color: white;
}

.removePopup {
  display: none !important;
}

.marginZero {
  margin-top: 0px !important;
}

.marginSome {
  margin-top: 53px !important;
}

.pdUp {
  top: 54px !important;
}

.glyphicon-remove {
  font-size: 17px !important;
  margin-top: 13px;
}

nav a {
  text-decoration: none;
}

#rtwords {
  position: absolute;
  top: 2px;
  left: 34px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  color: #b91d2c;
}

#headertopscal {
  background-image: linear-gradient(123deg, #154a90 94%, #04326e 15%);
  color: white;
  position: relative;
  z-index: 1;
  padding-top: 2px;
  text-align: center;
  overflow: hidden;
  padding: 10px 1px;
  font-family: Arial;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.6em;
}

span#dnn_ctr25170_dnnTITLE_titleLabel {
  padding: 3px 41px;
}

.eds_news_Ozone.eds_subCollection_news a {
  color: white;
}

/* Left side shadow and margins */

.eds_news_module_31956.news.eds_subCollection_news.eds_news_Ozone.eds_template_List_Article_Default.eds_templateGroup_listArticleDefault.eds_styleSwitchCriteria_portalSettingsSource {
  box-shadow: 0px 0px 6px grey;
  background: #cbe0ef;
}

.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleTitle {
  margin-bottom: 10px;
}

.no-pad {
  padding-left: 0px;
  padding-right: 0px;
  padding: 0;
  margin: 0;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul {
  margin: 10px 0 10px 30px;
}

#dnn_ctr_Login_Login_DNN_plUsername,
#dnn_ctr_Login_Login_DNN_plPassword {
  color: white;
}

header {
  position: relative;
  z-index: 9;
  background: white;
}

.upbp {
  margin-top: 53px !important;
}

.upbpmenu {
  margin-top: 0px !important;
}

.soeimg {
  width: 100%;
}

#controls {
  position: relative;
}

#translate,
#translate2,
#search {
  position: fixed;
  left: 5000px;
  height: 1px;
  width: 1px;
  margin-left: -1px;
  overflow: hidden;
  font-size: 0.75em;
}

#google_translate_element {
  padding-top: 7px;
}

.goog-te-combo {
  width: 100%;
  color: #666;
}

.left {
  float: none;
}

#logo {
  z-index: 8;
  position: absolute;
  left: 0;
}

#statsrow {
  background: #022757;
  margin-top: 4em;
}

.registrationTotalsList {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  margin: 0 !important;
  padding: 1em 0.5em;
}

.registrationTotalsList li {
  /* padding: 0 !important; */
  display: flex;
  width: 100%;
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;

  & span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(14px, 1.3rem, 1.6rem);
    color: white;
    text-align: center;
  }
  & .totalsField,
  & .datePrelude {
    font-weight: bold;
  }

  & .totalsValue {
    font-size: clamp(16px, 1.6rem, 2rem);
  }
}

#quicklinks {
  background-image: linear-gradient(to bottom, #154a8f, #07326b);
  display: grid;
  grid-template-columns: repeat(7, 1fr);

  @media (max-width: 961px) {
    & {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media (max-width: 675px) {
    & {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (max-width: 475px) {
    & {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 325px) {
    & {
      grid-template-columns: repeat(1, 1fr);
    }
  }
}

#quicklinks a {
  text-align: center;
  margin: auto;
  padding: 10px 5px;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  width: 100%;
}

#quicklinks a:hover,
#quicklinks a:focus {
  background-image: linear-gradient(to bottom, #08356e, #022451);
  text-decoration: none;
  transition: background-color 0.4s;
}

.qlicon {
  & img {
    width: clamp(60px, 115px, 6rem);
  }
}

.qlwords {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(14px, 1rem, 1.3rem);
  color: white;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

#contentcol {
  background: white;
  padding: 0 1em;
}

/* Newsletter Form */

.ctct-inline-form {
  display: inline-block;
  margin-bottom: 25px;
}

/* Getting rid of details of events/articles in NEWS section 
   And adding different stylings to it */

.edn_metaDetails {
  display: none;
}

h3.edn_articleTitle.edn_articleSubTitle {
  display: none;
}

.edn_readMoreButtonWrapper {
  display: none;
}

h2.edn_articleTitle {
  background: white !important;
  font-family: Arial !important;
  font-size: 1.4em !important;
  padding: 15px !important;
  text-transform: none;
  font-style: normal !important;
}

.eds_news_Ozone.eds_subCollection_news a {
  color: #134689 !important;
}

.eds_news_Ozone.eds_subCollection_news a:hover,
.eds_news_Ozone.eds_subCollection_news a:focus {
  text-decoration: underline !important;
}

#dnn_ctr25166_ModuleContent {
  box-shadow: 0px 0px 6px grey;
}

.eds_news_Ozone.eds_subCollection_news .edn_article {
  margin-bottom: 0 !important;
}

#headertops {
  background-color: #b11b13;
  border-bottom: #970614 solid 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  text-transform: uppercase;
  color: white;
  text-align: left;
  padding: 10px 0 10px 15px;
  box-shadow: 0px 0px 6px grey;
}

#rotatorbox {
  margin-bottom: 20px;
}

.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper {
  margin: 0 !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary {
  padding: 6px 0 !important;
}

/* Outreach Events */

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events {
  margin-top: 0px !important;
  box-shadow: 0px 0px 6px grey;
  background: #cbe0ef;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list {
  padding: 0 !important;
}

.eds_news_Ozone .edn_module_title {
  display: none;
}

.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
  > span {
  display: block;
  color: #be1e2d !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li {
  padding: 15px !important;
  background: white;
  margin-bottom: 10px !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li > a {
  font-size: 13pt !important;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #14498f !important;
  font-weight: bold;
}

.eds_news_Ozone h3 {
  padding: 0 15px !important;
}

/*------------------------------------------------------------*/

#contentright {
  /* padding-top: 40px; */
}

img#imgvoterota {
  padding-left: 21% !important;
}

#social {
  margin: 20px 0;
  text-align: center;
}

#social3 {
  padding: 10px 15px;
}

#social2 {
  margin: 0px 40px 20px;
  text-align: center;
}

#twittertimeline iframe {
  width: 100% !important;
}

@media (min-width: 992px) {
  /* social is for the home page, social2 is for backpage regular */
  #social {
    top: 0px !important;
  }
  #social2 {
    top: 0px !important;
  }
}

#office {
  background: rgba(158, 215, 246, 0.25);
  padding-top: 15px;
  display: flex;
  justify-content: space-evenly;
}

#officeinfo {
  text-align: center;
  border-right: 1px solid white;
  margin-bottom: 30px;
}

#officeinfo:last-child {
  border-right: none;
}

#office p,
#office .Normal {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.08em;
}

#officeseal {
  text-align: right;
  padding-right: 15px;
}

#officeseal img {
  height: 128px;
  width: 128px;
}

#office img {
  padding: 0 10px;
}

#newsletterrow {
  margin-bottom: 30px;
}

#dnn_largebottomblock {
  margin-top: 10px;
}

.backpagestatsrow {
}

.editpagecontentpane,
.backpagecontentpane {
  background: white;
  /* padding: 25px 25px 40px; */
}

.leftb {
  padding-right: 10px !important;
}

.rightb {
  padding-left: 10px !important;
}

.maintop {
  padding-bottom: 10px;
}

.maintbottom {
  padding-top: 10px;
}

.padleft {
  padding-left: 35px !important;
}

/* Admin pages UL */

ul.rtUL.rtLines {
  font-size: 1em !important;
}

ul.rtUL {
  font-size: 1em !important;
}

/*-----------------*/

.backpagecontentpane ul,
.backpagecontentpane ol {
  font-family: Arial, Helvetica, sans-serif;
  color: #565656;
  font-size: 1.08em;
  text-align: left;
  line-height: 1.2;
}

.backpagecontentpane ul li ul,
.backpagecontentpane ol li ol {
  font-size: 1em;
  margin-top: 0px;
}

.backpagecontentrow {
}

#bptopleft,
#bptopleft2,
#bptopleft3 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #b11b13;
  margin-left: 2.5%;
  margin-top: 18px;
}

#bptopleft a,
#bptopleft2 a,
#bptopleft3 a {
  color: #be1e2d;
}

#dnn_lefttop {
  padding-top: 35px;
}

/* Buttons Red and Blue */

.blueButton {
  background: linear-gradient(to bottom, #2664c1, #0d438b);
  border: 1px solid black;
  border-radius: 10px;
  color: white !important;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  margin: 10px 0px;
  display: inline-block;
}

a.blueButton:visited,
a.blueButton,
.blueButton a {
  color: white !important;
}

.blueButton:hover,
.blueButton:focus {
  background: linear-gradient(to bottom, #0d438b, #023374);
  text-decoration: none;
}

/* BACKPAGE MODULE BACKGROUND COLOR */

.editpagecontentpane,
.backpagecontentpane {
  background: white;
  /* padding: 25px 25px 40px; */
  max-width: 1400px;
  margin: 1em 5%;
  float: none;
}

div#dnn_ctr25185_ContentPane {
  background: #eaf4fb;
  padding: 15px;
}

div#dnn_ctr25186_ContentPane {
  background: #eaf4fb;
  padding: 15px;
}

#dnn_middleheader {
  margin: 30px 15px 5px;
}

#middletitle {
  font-family: Calibri, Arial;
  color: #001f5f;
  font-size: 1.55em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #001f5f;
}

.WFContainer_Title_h1 {
  /* height: 600px;*/
}
#dnn_rightbottom {
}

#dnn_ctr27549_ModuleContent {
}

#middlerow {
  padding: 40px;
}

#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;
}

.mainpane {
  padding-bottom: 10px;
  display: grid;
  grid-template-columns: 40% 40% 20%;

  @media (max-width: 961px) {
    & div:first-of-type {
      grid-column: 1 / 4;
    }
  }

  @media (max-width: 961px) {
    grid-template-columns: 60% 40%;
  }
  @media (max-width: 590px) {
    & div:first-of-type {
      grid-column: 1;
    }
    & {
      grid-template-columns: 1fr;
    }
  }
}

.mainpane h2 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #001f5f;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  text-transform: none;
}

.mainpane ul {
  font-size: 1.08em;
}

.mainpane ul li ul {
  font-size: 1em;
}

#middlerow h1 {
  font-family: Calibri, Arial;
  color: #b70247;
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

#middlerow p {
  font-family: Calibri, Arial;
  font-size: 1.1em;
  font-weight: bold;
}

#middlerow a {
  font-family: Calibri, Arial;
  color: #656565;
  font-size: 1.15em;
  text-decoration: underline;
}

#dnn_middleright {
  padding: 25px 0 0;
}

footer {
  background-color: #d9dbdc;
}

footer p {
  line-height: 1.5em;
}

#officecontact p {
  color: white;
  font-size: inherit;
}

#officecontact,
#officecontact2 {
  text-align: left;
  line-height: 1.5;
  padding-top: 1px;
  padding-left: 15px;
}

#officecontact a,
#officecontact2 a {
  color: white;
  text-decoration: underline;
}

#disclaimer {
  font-family: Calibri, "Gill Sans", "Gill Sans MT", "Trebuchet MS", sans-serif;
  font-size: 1.2em;
  text-align: center;
  color: white;
  line-height: 21px;
  padding: 0 15% 20px;
}

#disclaimer a {
  color: #575757;
  text-decoration: underline;
}

#mainoffice {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  background: #205bb2;
}

#candidate {
  margin-left: 20%;
  width: 20%;
}

#requests {
  width: 20%;
}

#generalinfo {
  margin-right: 20%;
  width: 20%;
}

#emails {
  padding: 0px 0 20px;
  text-align: center;
}

#accessibility {
  padding: 0 50px 20px;
  text-align: right;
}

#sitemap {
  padding: 0 0 20px 110px;
  text-align: left;
}

#emails a,
#accessibility a,
#dnn_popup a,
#officeinfo a,
#sitemap a {
  color: white;
  text-decoration: underline;
}

#footertop {
  padding: 20px;
  /* background: rgba(20, 73, 143, 0.4) */
  display: flex;
}

#otheroffices {
  padding: 10px;
}

#footerbottom {
  padding: 25px;
  background-image: url(//vrcdn.electionsfl.org/portals/leon/images2020/wf_footerflag_xlg.jpg);
  background-size: cover;
  position: relative;
}

.mobilebuttons {
  border-right: 1px solid white;
  color: white;
  text-align: center;
  cursor: pointer;
  font-size: clamp(10px, 0.7rem, 1rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.mobilebuttons svg {
  width: 26px;
  height: 26px;
}

.mobilebuttons a {
  font-size: 10%;
}

.mobilebuttons:hover,
.mobilebuttons:focus {
  color: white;
}

.mobilebuttons:last-child {
  border: none;
}

.mobilebuttons:nth-child(2) {
  border: none;
}

.glyphicon {
  color: white;
  font-size: 23px;
  top: 3px;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

.paneDrop {
  background: white;
  z-index: 99;
  left: 75% !important;
  height: 65px !important;
  width: 25% !important;
  margin-left: 0px;
  border-bottom-right-radius: 5px;
  text-align: center;
  line-height: 22px;
  color: white !important;
  transition: height 0.4s;
  animation-direction: reverse;
  border-bottom-left-radius: 5px;
  border: 2px solid #173b75;
}

.paneDrop2 {
  background: white;
  z-index: 99;
  position: fixed !important;
  top: 53px;
  right: 0% !important;
  height: 65px !important;
  width: 20% !important;
  margin-left: 0px;
  border-bottom-right-radius: 5px;
  text-align: center;
  line-height: 22px;
  color: white !important;
  transition: height 0.4s;
  animation-direction: reverse;
  border-bottom-left-radius: 5px;
  border: 2px solid #173b75;
}

#mobileitems,
#mobileitems2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #be1e2d;
  align-items: center;
  margin: 10px 0;
  justify-content: flex-end;
}

.bcs-container-searchbox {
  margin-top: 8px;
}

div#bptop {
  border-bottom: 4px solid #154a90;
}

.page-header {
  display: none;
}

@media (min-width: 1201px) {
  .registrationTotalsList li {
  }
}

@media (max-width: 1920px) {
  img#imgvoterota {
    padding-left: 21% !important;
  }
}

@media (max-width: 1900px) {
  #bptopleft {
    margin-left: 11.5%;
  }
  #bptopleft2,
  #bptopleft3 {
    margin-left: 10.5%;
  }
}

@media (max-width: 1800px) {
  #bptopleft,
  #bptopleft3 {
    margin-left: 8.5%;
  }
  #bptopleft2 {
    margin-left: 7.5%;
  }
}

@media (max-width: 1750px) {
  img#imgvoterota {
    padding-left: 18% !important;
  }
}

@media (max-width: 1700px) {
  #bptopleft {
    margin-left: 6.5%;
  }
  #bptopleft2,
  #bptopleft3 {
    margin-left: 5.5%;
  }
}

@media (max-width: 1600px) {
  img#imgvoterota {
    padding-left: 12% !important;
  }
  #bptopleft {
    margin-left: 4.5%;
  }
  #bptopleft2 {
    margin-left: 3.5%;
  }
}

@media (max-width: 1500px) {
  img#imgvoterota {
    padding-left: 10% !important;
  }
}

@media (max-width: 1400px) {
  img#imgvoterota {
    padding-left: 8% !important;
  }
}

@media (max-width: 1300px) {
  img#imgvoterota {
    padding-left: 5% !important;
  }
  .carousel-caption {
    left: 11%;
  }
}

@media (max-width: 1200px) {
  img#imgvoterota {
    padding-left: 0% !important;
  }
  .registrationTotalsList {
  }
  .registrationTotalsList li {
  }
  .registrationTotalsList li:first-child {
  }
}

@media (max-width: 1199px) {
  #dnn_popup p {
    padding-top: 1%;
    margin: 0 0 5px;
  }
  .totalsField {
    padding-top: 10px;
  }
  .totalsValue {
    font-size: 1.6em;
  }
}

@media (max-width: 1110px) {
  #dnn_popup p {
    padding-right: 8.3%;
  }
}

@media (max-width: 1061px) {
  .totalsValue {
    font-size: 1.25em;
  }
}

@media (max-width: 1047px) {
  #tsdwords {
    width: 40%;
  }
}

@media (max-width: 991px) {
  #dnn_rotators h1 {
    font-size: 2.25em;
  }
  .carousel-caption {
    padding-bottom: 0px;
    left: 14%;
  }
  .slideimg {
    height: 210px !important;
  }
  /* This section is to get the header area and pop up to be positioned relatively */

  #dnn_popup {
    position: relative;
  }
  #rotatorbox {
    margin-left: 35%;
  }
  img#imgvoterota {
    padding-left: 2% !important;
  }
  aside#contentleft {
    padding-bottom: 45px;
  }

  #social:not(.paneDrop) {
    display: none;
  }
  #contentcol {
    display: block;
  }
  .mobilebuttons:nth-child(2) {
    border-right: 1px solid white;
  }
  #social {
    margin: 0;
    padding: 15px 10%;
    top: 53px;
    left: 25% !important;
    width: 50% !important;
  }
  #social2,
  #social3 {
    padding: 15px 3%;
  }
  .paneDrop {
    left: 50% !important;
    width: 100% !important;
    position: absolute !important;
  }
  .paneDrop2 {
    left: 31% !important;
    width: 42% !important;
    position: absolute !important;
  }
  #dnn_mobilemenu {
    z-index: 9;
    background: white;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    transition: 1s ease-in-out;
    width: 100%;
  }
  .c-hamburger {
    display: block;
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 64px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    left: 3%;
    z-index: 999;
    bottom: 10px;
  }
  .c-hamburger:focus {
    outline: none;
  }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    height: 4px;
    background: white;
  }
  .c-hamburger span::after,
  .c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: white;
    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;
  }
  .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;
  }

  #dnn_whatsnew {
    min-height: 0px;
  }
  .bcs-container-searchbox {
    margin-top: 6.5px;
    background: white !important;
  }
  .glyphicon {
    display: block;
  }
  .bcs-host-div {
    position: absolute;
    right: 265px;
  }
  #footerhead:first-child {
    margin-top: 45px;
  }
  #footerbody {
    padding-bottom: 0;
  }
  #officecontact2 {
    padding-top: 0;
  }
  #footerbody:last-child {
    padding-bottom: 20px;
  }
  #candidate {
    margin-left: 5%;
    width: 30%;
  }
  #requests {
    width: 30%;
  }
  #generalinfo {
    margin-right: 0;
    width: 30%;
  }
  .south {
    border-right: none !important;
  }
  #dnn_popup p {
    font-size: 1.2em;
  }
  #officeseal {
    padding-top: 8px;
  }
}

@media (max-width: 917px) {
  #tsdwords {
    font-size: 1.8em;
  }
}

@media (max-width: 900px) {
  img#imgvoterota {
    padding-left: 0% !important;
  }
}

@media (max-width: 862px) {
  #social2 {
    padding: 15px 6%;
  }
}

@media (max-width: 827px) {
  img#imgvoterota {
    padding-right: 51% !important;
  }
}

@media (max-width: 803px) {
  .qlwords {
    padding-top: 20px;
  }
  .registrationTotalsList li:nth-child(4),
  .registrationTotalsList li:nth-child(5) {
  }
}

@media (max-width: 767px) {
  .paneDrop {
    left: 25% !important;
    width: 50% !important;
  }
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 64px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    left: 3%;
    z-index: 999;
    bottom: 0px;
  }
  .c-hamburger:focus {
    outline: none;
  }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    height: 4px;
    background: white;
  }
  .c-hamburger span::after,
  .c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: white;
    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;
  }
  .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;
  }
  #dnn_mobilemenu {
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    box-shadow: 1px 1px 10px black;
    top: 100%;
  }
  .goog-te-gadget {
    color: white;
  }
  .bcs-container-searchbox {
    margin-top: 8px;
    background: white !important;
  }
  #newsletterrow,
  #dnn_largebottomblock {
    margin-top: 25px;
  }
  #officecontact,
  #disclaimer {
    text-align: center;
  }
  .bcs-host-div {
    right: 200px;
  }
  #mobutil {
    padding: 100px;
    background-color: white;
  }
  #utilities {
    position: absolute;
    z-index: 9;
    width: 100%;
  }
  .bcs-host-div {
    right: 0px;
  }
  #translate {
    margin-left: 10px;
  }

  #officeinfo {
    border-right: none;
  }
  #candidate {
    margin-left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  #requests {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  #generalinfo {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  #emails {
    padding: 0px;
  }

  #officeseal {
    text-align: center;
  }
  #dnn_popup p {
    font-size: 1.2em;
    padding-top: 1.5%;
  }
  #rotatorbox {
    margin-left: 26%;
  }
  #social {
    padding: 15px 9%;
  }
  #dnn_rotators h1 {
    font-size: 2.25em;
  }
  .carousel-caption {
    bottom: 26px;
    left: 10%;
  }
  #phonemenu {
    padding: 0;
    padding-bottom: 4px;
  }
}

@media (max-width: 700px) {
  img#imgvoterota {
    padding-left: 5% !important;
  }
  #social {
    padding: 15px 0 15px 4%;
  }
}

@media (max-width: 650px) {
  img#imgvoterota {
    padding-left: 2% !important;
  }
}

@media (max-width: 575px) {
  img#imgvoterota {
    padding-left: 0% !important;
  }
  #social {
    padding: 15px 0 15px 1%;
  }
}

@media (max-width: 557px) {
  #dnn_popup p {
    padding-top: 0%;
  }
  #rotatorbox {
    margin-left: 20%;
  }
  #dnn_rotators p {
    font-size: 1.3em;
    text-align: center;
    line-height: 1;
  }
  .slideimg {
    display: none;
  }
  .item {
    min-height: 240px;
  }
  .carousel-caption {
    width: 70%;
    bottom: 30px;
    left: 11%;
  }
  #dnn_rotators h1 {
    font-size: 1.9em;
  }
}

@media (max-width: 515px) {
  #social img {
    width: 35px;
  }
  #social {
    padding: 15px 0 15px 5.5%;
  }
}

@media (max-width: 500px) {
  #tsdwords {
    width: 65%;
  }
  #dnn_popup p {
    font-size: 1.1em;
    padding-top: 1.5%;
  }
  .c-hamburger {
    left: 2%;
  }
  img#imgvoterota {
    padding-left: 2% !important;
  }
}

@media (max-width: 450px) {
  #dnn_popup p {
    padding-top: 0.5%;
  }

  .paneDrop {
    left: 15% !important;
    width: 70% !important;
  }
  #contentright {
    padding-top: 0px;
  }
}

@media (max-width: 414px) {
  #rotatorbox {
    margin-left: 14%;
  }
  #rotatorbox {
    margin-left: 25%;
  }
  #dnn_popup p {
    font-size: 1em;
    padding-top: 1.5%;
  }
  #popupexit {
    left: 85%;
  }
}

@media (max-width: 375px) {
  #rotatorbox {
    margin-left: 9%;
  }
  #tsdwords {
    width: 69%;
    margin-left: 64px;
  }
  #rotatorbox {
    margin-left: 25%;
  }
  #dnn_popup p {
    font-size: 1em;
    padding-top: 1.5%;
  }
}

@media (max-width: 320px) {
  #tswords {
    width: 80%;
    margin-left: 33px;
  }
}

/* Table Elements - Jon */
@media (min-width: 1300px) {
  .table-group {
    display: flex;
    flex-wrap: wrap;
  }
}

div:not(.table-wrapper) + .table-wrapper {
  margin-top: 2em;
}

.table-wrapper {
  width: min(800px, 100% - 2rem);
  margin-inline: auto;

  &:first-of-type {
    margin-top: 2em;
  }

  & + .table-wrapper {
    border-top: 1px dotted #000000;
    padding-top: 1em;
  }

  @media (min-width: 1300px) {
    & {
      width: max(50% - 1rem);
    }
    &:nth-of-type(2) {
      margin-top: 2em;
      border-top: 0;
      padding-top: 0;
    }
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fbfbfb;
}

caption,
th,
td {
  padding: 1rem;
}

caption,
th {
  text-align: left;
}

caption {
  background: var(--brand-main-color);
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
  caption-side: top;
  font-size: clamp(12px, 1.25rem, 32px);
}

th {
  background: var(--brand-accent-color);
  color: #fff;
}

tr:nth-of-type(2n) {
  background: hsl(0 0% 90% / 0.5);
}

.table-container {
  max-width: 100%;
  overflow-x: auto;
}

@mdia (min-width: 651px) {
  tbody > tr > td {
    width: --webkit-fill-available;
  }

  tbody > tr > td:first-of-type {
    width: 35%;
  }
}

@media (max-width: 650px) {
  th {
    display: none;
  }

  td {
    display: block;
    padding: 0.5rem 1rem;
  }

  td:first-child {
    padding-top: 1rem;
  }

  td:first-child {
    padding-bottom: 1rem;
  }

  td[data-cell]::before {
    content: attr(data-cell) ": ";
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0.8rem;
  }
}

.table-footer-text {
  padding: 1rem 0;
  text-align: center;
  max-width: 60ch;
  margin: auto;

  & p {
    font-weight: 500;
  }

  & ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
}

/* End Table Elements - Jon */

.column-layout {
  margin: 0 auto;
  display: flex;

  & div {
    width: auto;
    margin: 0 1em;
    width: max(50% - 1em);

    & p {
      margin-bottom: 0;
    }
  }
  & .left-column {
    float: left;
  }
  & .center-column {
    float: center;
  }

  & .right-column {
    float: right;
  }

  @media (max-width: 975px) {
    flex-wrap: wrap;
    & div {
      width: 100%;
    }
  }
}
