/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v7/LeFlHvsZjXu2c3ZRgBq9nFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v7/PIbvSEyHEdL91QLOQRnZ1-gdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin */
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 400;
  src: local('Cinzel Decorative Regular'), local('CinzelDecorative-Regular'), url(https://fonts.gstatic.com/s/cinzeldecorative/v6/fmgK7oaJJIXAkhd9798yQl4jZHmtnl4mfN0ClpLnj0E.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 700;
  src: local('Cinzel Decorative Bold'), local('CinzelDecorative-Bold'), url(https://fonts.gstatic.com/s/cinzeldecorative/v6/pXhIVnhFtL_B9Vb1wq2F9_FsHroRjx8_CLiuG6fjUuY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 900;
  src: local('Cinzel Decorative Black'), local('CinzelDecorative-Black'), url(https://fonts.gstatic.com/s/cinzeldecorative/v6/pXhIVnhFtL_B9Vb1wq2F943Di0peu2X9KS2KY2ET-u0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* universal */

html {
  font-size: 16px;
  font-family: 'Noto Sans';
}

body {
  background: white;
}


.eimage-container img {
  width: 100%;
  display: block;
}

.ebutton {
  display: block;
}

.ebutton-container {
  padding: 2em 0;
}

.info-container {
  width: 90%;
  margin: 2em auto;
}

.econtent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}

.esection-header {
  min-height: 9em;
  margin-bottom: 2em;
  background-image: url(/pageassets/elections/trackbw.jpg);
  background-size:130%;
  position: relative;
  text-transform:uppercase;
}

.efull {
  width: 100%;
  height: 100%;
}

/* BANNER */

.ebanner {
  width: 100%;
  height: 50em;
  background-image:url(/pageassets/testtest/debate2.jpg);
  background-size: cover;
  background-position: center;
  overflow:hidden;
font-family:  'Noto-Sans';
position: relative;

}

.torch-container {
  width: 15%;
  height: auto;
  padding-right: 1rem;
}

.torch-container img {
  display: inline;
  max-width: 100%;
}
.hover-container {
  display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
         justify-content: space-between;
}

.ecol {
  width: 33.3%;
}

#col-gold {
  width: 33.3%;
}

.candidates-section {
-webkit-box-align: center;
 -ms-flex-align: center;
 -ms-grid-row-align: center;
  align-items: center;
}

.elogo {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 40%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
}

.elogo:hover {
    -webkit-filter:brightness(150%);    filter:brightness(150%);
}

.elogo img {
  width: 100%;
  display: block;
}


.logo-CTA {
    font-size: 0.9em;
    font-weight: 900;
    font-family: Cinzel Decorative;
padding-left: 1em;
color: black;
text-decoration: none;
}

a.logo-CTA {
color: black;
}

.etext {
  position: relative;
bottom: 5em;
text-align: center;
font-family: Cinzel Decorative;
font-weight:700;
font-size: 1.2em;
}

.arrow {
position: relative;
bottom: 8em;
text-align: center;
margin: auto;
}

.arrow-container {
  width:7%;
  margin:auto;
  display: inline;
}

.arrow-container img {
  display: inline;
  height: 4em;
  -webkit-transform: rotate(135deg);  transform: rotate(135deg);
}
.gold {
  z-index: 10;
  top: 33em;
}

.crowd {
  z-index: 10;
  top: 33em;
  left: 2em;
}

.opponent {
  z-index: 10;
  top: 25rem;
}


.ehover .ebutton-title {
  background-color: #141313;
  color: white;
  text-align: center;
  padding: 1rem;
  position: relative;
  border-radius: 1rem;
  display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
         justify-content: center;
  max-width: 17rem;
  margin: auto;
}

span.ebutton-title {
  font-size: 1.3rem;
}

span.ebutton-text {
  font-family: Cinzel Decorative;
  font-weight:700;
    font-size: 1.1rem;
}


.ehover .hover-content {
  position: relative;
  background-color: white;
  border: 1.8rem solid #141313;
  padding: 2.8rem;
  z-index: 20;
font-size: 1.2rem;
}

.hover-title {
  font-size: 2rem;
  padding: 1rem;
  text-align: center;

}

.hover-button {
  background-color: maroon;
  color: white;
  padding: 0.8rem;
  border: 5px solid maroon;
  border-radius: 2rem;
  display: inline-block;
}

.hover-button:hover {
  -webkit-filter:brightness(150%);  filter:brightness(150%);
}

a.hover-button {
  text-decoration: none;
font-size: 1.2rem;
}

.ehover #gold-content {
top: -3rem;
right: -50rem;
-webkit-transition: right 1s ease-out 100ms;
transition: right 1s ease-out 100ms;
}

.ebutton-title.gold:hover ~ #gold-content {
right: 13rem;
}

#gold-content:hover {
right: 13rem;}

.ehover #opponent-content {
top: -65rem;
-webkit-transition: top 1s ease-out 100ms;
transition: top 1s ease-out 100ms;
}

.ebutton-title.opponent:hover ~ #opponent-content {
top: 0;
}

#opponent-content:hover {
top: 0;
}

.ehover #crowd-content {
top: -3rem;
left: -50rem;
-webkit-transition: left 1s ease-out 100ms;
transition: left 1s ease-out 100ms;
}

.ebutton-title.crowd:hover ~ #crowd-content {
left: 2rem;
}

#crowd-content:hover {
left: 2rem; }

#candidate-torch {
width: 7%;
}


/* NOMINATIONS */


.nominations {
  background-color: rgba(156, 31, 49, 0.8);
  position: absolute;
}


span.esection-title {
  font-size: 3.5rem;
  display: block;
  margin: 1rem auto;
  position: relative;
  color:white;
}

.eCTA {
  width: 80%;
  text-align: center;
  margin: auto;
}

span.eCTA-text {
  font-size: 1.2rem;
  text-align: center;
  display: block;
  padding: 1rem;
}


.evideos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
}

.evideo-container {
  padding: 2rem;
}



.positions{
  background-color: rgba(147,175,43, 0.8);
  position: absolute;
}

.all-positions {
  background-image: url(/pageassets/elections/debate1bw.jpg);
  background-size: cover;
  background-attachment: fixed;

}

.eflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}


.positions-board {
  width: 25%;
  border: 1.8rem solid #141313;
  background-color: white;
  margin: 4rem;
  position: relative;
  height: 40rem;
}

.positions-board ul li {
  font-size: 1.2rem;
  padding: 1rem;
}

ul {
  list-style-type: none;
}

.positions-titles {
  width: 100%;
}

.positions-titles, .hover-positions {
  position: absolute;
  top: 0;
  left: 0;
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}

p.positions-info {
font-size: 1.1rem;
}

.hover-positions {
  background-color: white;
  color: black;
  opacity:0;
  height: 100%;
  padding: 0.5rem 1rem 0 1rem;
  margin: 0;
  overflow: auto;
  width: 100%;
}

.hover-positions:hover {
opacity: 1;
}

.ebutton-container {
  width: 100%;
}


/*vote */

.vote {
  background-color: rgba(0, 69, 125, 0.8);
  position: absolute;
}

.iframe-content {
  width: 90%;
  height: auto;
  margin: auto;
}

.iframe-content iframe {
  width: 100%;
}

/*Documents */
.documents {
  background-color: rgba(137, 73, 139, 0.8);
  position: absolute;
}

.electionguide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
}

@charset "UTF-8";
.rep-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rep-container .ecol a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

/*Manifestos */
.emanifesto-nav ul {
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}

.emanifesto-nav li {
  margin: 0.5em;
  padding: 0.5em;
  background-color: maroon;
}

.emanifesto-nav li:hover {
  background-color: red;
}

.emanifesto-nav a {
  text-decoration: none;
}

.emanifesto-navpoint {
  width: 10em;
  color: white;
  text-align: center;
}

.emanifestos {
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.emanifesto {
  border: 6px solid maroon;
  margin: 2em;
}

.emanifesto-read:hover {
  background-color: red;
}

.emanifesto-image {
  width: 11rem;
}

.emanifesto-image img {
  width: 100%;
}

.emanifesto-name, .manifesto-read {
  text-align: center;
}

.emanifesto-read {
  background-color: maroon;
  color: white;
  padding: 1em;
text-align: center;
}

.emanifesto-name p {
margin: 0em;
padding: 1em;
font-weight: bold;
background-color: white;
}

.emanifesto-campus {
  text-align: center;
}


/*Footer */

.efooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottom-logo {
  width: 20%;
  height: auto;
}

.bottom-logo img{
  width: 100%;
  display: block;

}


/*Media Queries */

@media screen and (min-width: 1650px) {

.ebanner {
   background-position: 0 -12rem;
}

  .elogo {
width: 40%;
  }

.ehover #crowd-content {
     left: -60rem;
}

.ebutton-title.crowd:hover ~ #crowd-content {
left: 2rem;
}

#crowd-content:hover {
left: 2rem; }

.ebutton-title.gold:hover ~ #gold-content {
right: 28rem;
}

#gold-content:hover {
right: 28rem;
}
}

@media screen and (min-width: 1024px) {

.ehover .hover-content {
width: 150%;
}

.ebanner {
height: 40em;
}

.emanifestos {
padding: 0 8rem;
}

.emanifesto-image {
width: 13rem;
}

.mobile-position {
  display: none;
}

.mobile-link {
  display: none;
}

span.positions-info {
  margin: 1rem;
}

}

@media screen and (max-width: 1450px) {
.emanifestos {
  padding: 0 2em;

.cavendish-manifestos-flex {
justify-content: center;
}
}

@media screen and (max-width: 1024px) {

  .hover-content, .hover-positions {
    display: none;
  }
  .positions-board {
    height: 45rem;
    width: 40%;
  }

  .iframe-content {
    display: none;
  }

  .eCTA {
    width: 90%;
  }

  .bottom-logo {
    width: 30%;
  }

  .elogo {
    width: 70%;
  }

  .desktop-link {
    display: none;
  }

  .ebutton-title a{
    color: white;
    text-decoration: none;
  }

}


@media screen and (max-width: 770px) {

.ebanner {
    height: 55em;
}

.emanifesto-nav ul { 
width: 100%;
padding: 0;
}

.emanifestos {
  padding: 0 1em;
}

  .positions-board {
    width: 60%;
    margin: 1rem;
    height: 45rem;
  }

  .evideos-container {
display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ehover .ebutton-title {
    position: absolute;
  }

  .opponent {
    top: 90%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .crowd {
    top: 70%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .gold {
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .positions-titles, .hover-positions {
    position: static;
  }

  span.eCTA-text {
    width:100%;
    padding: 0.5rem;
  }

.elogo {
width: 60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .elogo img {
    width: 100%;
  }

  .bottom-logo {
    width: 30%
  }

  .iframe-content {
    width: 120%;
  }

  .sab-video {
    display: none;
  }
  }


@media screen and (max-width: 550px) {
  .ebanner {
    width: 100%;
    height: 40em;
  }

  body {
    width: 100%;
    margin: auto;
  }

.emanifesto-nav ul { 
flex-direction: column;
}

.emanifesto-navpoint {
width: 100%;
}

.emanifesto-nav li {
padding: 0.8em 0.5em;
}
.emanifesto-image {
width: 14rem;
}

  .hover-content, .hover-positions {
    display: none;
  }

.opponent {
    top: 100%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .crowd {
    top: 80%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .gold {
    top: 60%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .positions-board {
    width: 75%;
    margin: 1em;
  }

  .evideos-container {
    flex-wrap: wrap;
  }

  span.esection-title {
    font-size: 2.8em;
  }

.elogo {
width: 60%;
}

.info-container {
width: 98%;
}

#candidate-torch {
width: 15%;
}

}

@media screen and (max-width: 480px) {
  .elogo {
    width: 80%;}
  .eCTA {
    width: 95%;
  }

  .positions-board {
    width: 95%; }

  }