* {
  box-sizing:border-box;
  margin: 0;
  padding: 0;
}

:root {
  --blue: #1b4692;
  --light-blue: #2aaae0;
  --red: #ad1513;
  --blue-gradient: linear-gradient(45deg,rgba(42,170,224,1) 0%,rgba(37,80,156,1) 18%,rgba(27,70,146,1) 100%);
  --primary-font: 'EB Garamond', serif;
  --secondary-font: 'Roboto', sans-serif;
}

/* Generic Stylings */

body:not(.page-node-type-front) .region-content {
  margin: auto;
  min-height: 400px;
  max-width: 800px;
  padding: 20px;
}

body.path-news .region-content {
  padding: 60px 0;
  max-width: unset;
}

body p, 
main.main-section ol li, 
main.main-section ul li,
section.main-body-content a {
  color: #222;
  font-family: var(--secondary-font);
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  padding: 0 0 20px;
}

h1, h2, h3 {
  color: #FFF;
  font-family: var(--primary-font);
  /* font-size: 23px; */
  font-weight: 900;
  /* line-height: 30px; */
  text-rendering: optimizeLegibility;
}

h1 a:hover {
    color: #ad1513;
}

.block.tabs {max-width: 800px;}

ul.tabs.primary li {padding: 0;}

ul.tabs.primary li a {color: var(--blue);}

main.main-section h1,
main.main-section h2 {margin: 20px 0;}

.item-list li {
  margin: 0 auto;
}

/* Header */

header.site-header {
  align-items: center;
  background: #Fff;
  height: 100px;
  justify-content: center;
  width: 100%;
}

header.site-header .header-container {
  display: grid;
  max-width: 1200px;
  width: 100vw;
}

header.site-header figure.logo {
  align-items: center;
  display: flex;
  justify-content: center;
}

header.site-header figure.logo img {width: 200px;}

button.dropdown-control {
  background: transparent;
  border: none;
  padding: 0;
}

.site-header nav#block-stoney-main-menu button.dropdown-control {
  color: #FFF;
}

.site-header li.menu-item--expanded {
  list-style-type: none;
  list-style-image: none;
}

header.site-header nav.header-buttons li.menu-item,
nav.header-buttons li.menu-item a {
  align-items: center;
  background: var(--red);
  color: #FFF;
  display: flex;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 600;
  height: 65px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}

header.site-header nav.header-buttons li.menu-item a {background: transparent;}

header.site-header nav.header-buttons li.menu-item:hover,
header.site-header nav.header-buttons li.menu-item a:hover {background: #d7162f;}

/* Social Media Icons */

nav.social-media ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

nav.social-media ul.menu li.menu-item {
  align-items: center;
  display: flex;
  height: 40px;
  margin-right: 10px;
  padding: 0;
  width: 40px;
}

nav.social-media ul.menu a ,
nav.social-media ul.menu a:before {
 color: var(--blue);
 display: block;
 font-size: 24px;
 height: 40px;
 line-height: 24px;
 padding: 4px 0;
 width: 40px;
}

nav.social-media ul.menu a {
  font-size: 33px;
  height: 40px;
  width: 40px;
}

nav.social-media ul.menu a:hover:before {color: var(--red);}

nav.social-media ul.menu a {
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}

/* Front Page Hero Section*/

figure {
  line-height: 0;
  margin: 0;
}

body.page-node-type-front section.region-hero {
  padding: 0;
}

section.region-hero .title-container.front {width: 100%;}

section.region-hero section.homepage-hero {
  display: flex;
  flex-direction: column;
}

section.homepage-hero figure.home.hero {
  width: 100%;
}

section.homepage-hero figure.home.hero img {
  height: auto;
  width: 100%;
}

h1.page-title {
  color:#fff;
  font-family: adobe-garamond-pro, serif;
  display: inline-block;
  font-size: 29px;
  font-weight: 900;
  padding: 20px 40px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  letter-spacing: .5px;
}

section.region-hero {
  background: var(--blue);
  min-height: 200px;
}

section.region-hero.no-hero-image {
  align-items: center;
  display: flex; 
  justify-content: center;
  min-height: 200px;
}

section.region-hero .hero-container {
  background-repeat: no-repeat;
  background-position: 100% 33%;
  background-size: cover;
  height: 200px;
  width: 100%;
}

section.region-hero > .hero-container {position: absolute;}

section.region-hero.has-hero-image .title-container {
  align-items: flex-end;
  display: flex;
  height: 200px;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  width: 100%;
}

section.region-hero h1.page-title {
  padding: 40px;
  text-align: center;
}

section.region-hero h1.page-title {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}

section.region-hero h1.page-title.long {
  font-size: 22px;
  line-height: 30px;
}

section.region-hero h1.page-title.too-long {
  font-size: 20px;
  line-height: 28px;
}

article.node {padding: 32px 0;}

article.node.front {padding: 32px 0 0;}

article.node figure.image {
  padding: 0 0 20px;
  width: 100%;
}

article.node figure.image img {
  height: auto;
  width: 100%;
}

article.node figure.image figcaption {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  text-align: right;
}

article.node section.main-body-content,
article.node section.standard-content {
  margin: 0 auto;
  max-width: 760px;
  padding: 0 24px 0px;
  width: 100%;
}

article.node section.main-body-content ul,
article.node section.main-body-content ol {
  padding: 0 24px;
}

article section.main-body-content p:last-child,
article section.main-body-content li:last-child {
  margin-bottom: 0;
}

/* View */

.views-element-container .list-item h2 a {
  color: var(--blue);
  font-size: 23px;
  font-family: var(--primary-font);
  line-height: 30px;
  text-decoration: none;
}

.views-element-container .list-item section.body {padding: 0 0 20px;}

.views-element-container .list-item section.body a {
  color: #222;
  text-decoration: none;
}

.views-element-container .list-item a.arrow-link {
  color: var(--red);
  text-decoration: none;
  text-transform: uppercase;
}

.views-element-container .list-item a.arrow-link:hover {font-weight: 700;}

/* Front */

body.page-node-type-front section.featured h2,
body.page-node-type-front .region-kicker h2 {font-size: 35px;}

nav.header-buttons.hero-kicker {display: none;}

/* News View */

body.path-news .views-element-container {margin: 0 auto;}

.view-news {padding: 0 20px;}

section.paragraph.view {margin: 0 auto;}

.view-news .list-item.news {
  background: #F3F3F3;
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 20px auto;
  max-width: 400px;
  padding: 20px;
}

.view-news .list-item.news h2 {margin: 0 0 20px;}

.view-news .list-item.news .read-more {padding: 0;}

.view-news .list-item.news section.body p {padding: 0;}

/* Instagram View */

.views-element-container figure.instagram.image img {
  height: auto;
  width: 260px;
}

/* News Page */

article.node.news .publication {padding: 0 0 20px;}

article.node.news .publication a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}

article.node.news .publication a:hover {text-decoration: underline;}

/* ---- Features News Block / Video and Candidate Spotlight on homepage ------ */

section.featured {
  background: rgba(228,243,249,.6);
  margin: 60px 0 0;
  padding: 20px 20px 40px;
}

section.featured h2 {
  color: var(--red);
  text-align: center;
}

section.featured .featured-content-container {
  width: 100%;
}

section.featured .video-container {
  margin: 0 auto 20px;
  max-width: 400px;
}

section.featured .views-element-container {
  /* margin: 0 auto 20px;
  padding: 20px; */
  width: 100%;
}

body.page-node-type-front .view-candidate-spotlight {
  align-items: center;
  background: #1b4692;
  display: flex;
  max-width: 400px;
  padding: 20px;
}

.view-candidate-spotlight .views-field-title {text-align: center;}

body.page-node-type-front .view-candidate-spotlight .views-field-title a {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  font-family: var(--primary-font);
  text-decoration: none;
}

.view-candidate-spotlight .views-field-title a:hover {text-decoration: underline;}

body.page-node-type-front .view-candidate-spotlight .field-content {
  color: #fff;
  text-align: center;
}

.view-candidate-spotlight .view-content .views-field {margin-bottom: 10px;}

.view-candidate-spotlight .view-content .views-field:last-child {margin: 0;}

.view-candidate-spotlight .field-content img {
  height: auto;
  width: 100%;
}

.js-pager__items.pager {
  margin: 40px auto;
  width: fit-content;
}

.js-pager__items.pager .pager__item {
  padding: 0;
}

.js-pager__items.pager .button {
  background: rgb(42,170,224);
  background: -moz-linear-gradient(45deg, rgba(42,170,224,1) 0%, rgba(37,80,156,1) 18%, rgba(27,70,146,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(42,170,224,1) 0%,rgba(37,80,156,1) 18%,rgba(27,70,146,1) 100%);
  background: linear-gradient(45deg, rgba(42,170,224,1) 0%,rgba(37,80,156,1) 18%,rgba(27,70,146,1) 100%);   
  border-radius: 4px;
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 17px; 
  font-weight: 700;
  padding: 16px 48px;
  text-decoration: none;
  text-transform: uppercase;
}

.js-pager__items.pager .button:hover {
    background: #2aaae1;
}



#block-featuredvideo h2 a {
  text-align: left;
  font-size: 23px;
  line-height: 30px;
  font-family: adobe-garamond-pro, serif;
  color: #1b4692;
  text-transform: none;
  font-weight: 900;
}
#block-views-block-candidate-spotlight-block-1 h2 a {
  color: #fff;
  text-transform: none;
  font-size: 19px;
  line-height: 24px;
}
#block-featuredvideo h2 a:hover {
  text-align: left;
  font-weight: 400;
  color: #ad1513;
}
.field--name-field-district {
  /* does this need to be .candidate-district also or controlling something else? */
    text-align: center;
    justify-content: center;
    align-content: center;
    display: flex;
    color: #fff;
    width: 100%;
    font-size: 17px;
}
.page-node-type-candidate .candidate-name,
.page-node-type-candidate-spotlight .field--name-field-district, 
.page-node-type-candidate .candidate-district,
.page-node-type-candidate .candidate-link a {
    text-align: center;
    justify-content: center;
    align-content: center;
    display: flex;
    color: #ad1513;
    width: 100%;
    font-size: 17px;
}
#block-views-block-candidate-spotlight-block-1 .field--name-field-primary-image {
    margin: auto;
    width: 100%;
    text-align: center;
}

/* ----- Press Release Page ---------- */
.all-press .views-row {
    margin: 1.5em auto;
    border-bottom: 5px solid #f3f3f3;
}

/* Kicker */

.region-kicker .instagram-display h2,
.region-kicker .campaign-trail h2,
.region-kicker h2 a,
.region-kicker h2 {
  color: var(--blue);
  text-align: center;
  text-decoration: none;
}

.region-kicker .campaign-trail {
  margin: 0 auto;
  max-width: 600px;
}

/* .region-kicker .instagram-display {max-width: 600px;} */

.views-element-container .view-instagram .view-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* width: 100%; */
}

.views-element-container .view-instagram .views-row {margin: 10px;}


/* Content List */

.spotlight .view-content, 
article.content-list.node .candidates {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  /* max-width: 1070px; */
}

.spotlight .views-row, 
.node.candidate {
  background: #F3F3F3;
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 20px;
  text-align: center;
}

.node.candidate p.candidate-district {padding: 0;}

.node.candidate a,
.view-candidate-spotlight .field-content a {
  color: var(--blue);
  margin-bottom: 10px;
  text-decoration: none;
}

.node.candidate a:hover {text-decoration: underline;}

/* Candidate */

article.node.candidate-page figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

article.node.candidate-page figure p {padding: 0 0 10px;}

article.node.candidate-page figure a {
  color: var(--blue);
  text-decoration: none;
}

article.node.candidate-page figure a:hover {text-decoration: underline;}

article.node.candidate-page figure img {
  height: auto;
  width: 400px;
}

article.node.candidate-page figcaption {
  padding-top: 20px; 
  text-align: center;
}




footer.at-markup.FooterHtml {display: none;}

/* Form */

.frontpage-hero-section .form-container .at-fieldset.ContactInformation .at-fields  {display: grid;}

.frontpage-hero-section .form-container .at-fieldset.ContactInformation .at-fields .EmailAddress {order:1;}

.frontpage-hero-section .form-container .at-fieldset.ContactInformation .at-fields .PostalCode {order: 2;}

.frontpage-hero-section .form-container .at-fieldset.ContactInformation .at-fields label.EmailAddress {
  margin: 0 10px;
  padding: 20px 0;
}

.frontpage-hero-section .form-container .at-fieldset.ContactInformation .at-fields label.PostalCode {
  margin: 0 10px;
  padding-bottom: 20px;
}

/* Featured Video Page Styles */

.path-frontpage .field--type-video-embed-field {
  margin-bottom: .5em;
}
.path-frontpage .field--name-field-all-link.field--type-link {
    text-align: center;
    text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}
.path-frontpage .field--name-field-all-link.field--type-link a:hover {
  color:#ad1513;
  text-decoration: underline;
}
.field--type-video-embed-field {
    margin-bottom: 2.5em;
    border-bottom: 1px solid #f6f6f6;
}


/* Media */

article figure.video {
  height:0;
  margin:0;
  padding-bottom:56.25%;
  position:relative;
  width:100%;
}

article figure.video iframe.media-oembed-content {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}


/* ----- Footer ---------------------- */

footer.site-footer {
  align-items: center;
  background: var(--blue);
  display: flex;
  height: 300px;
  justify-content: center;
  padding: 20px;
}

footer.site-footer .region-footer {
  border: 1px solid #FFF;
  max-width: 400px;
  padding: 20px;
}

footer.site-footer .disclaimer p {padding: 0}

footer.site-footer a, 
footer.site-footer p {
  color: #FFF;
}

/* --- Homepage slider --- */
.home-slider-container.slick-slide {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    height: auto;
    justify-content: center;
    margin: auto;
    text-align: center;
}
.home-slider-container.slick-slide h1 {
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    color: #fff;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    width: 100%;
}
.home-slider-container.slick-slide h1 a {
    color: #fff;
    font-size: 19px;
    line-height: 20px;
    margin: 0 auto;
}
.home-slider-container.slick-slide h1 a:hover {
    font-size: 19px;
    line-height: 20px;
}

@media (min-width:400px) {
  
  article.node.front .view-candidate-spotlight {margin: 0 auto;}
  
  article.node--type-contacts figure.image.person {
    float:left;
    padding:10px 20px 0 0;
    width:200px;
  }
  
  footer.at-markup.FooterHtml ul li {
    margin-left: 30px;
  }
  
}

@media (min-width:600px) {
  
  /* Hero */
  
  section.region-hero .hero-container,
  section.region-hero.has-hero-image .title-container {height: 300px;}
  
  /* Kicker */
  
  /* .region-kicker .instagram-display {margin: 0 auto;} */
  
  .views-element-container .view-instagram .views-row {
    /* padding: 10px; */
    width: calc((100%/2) - 20px);
  }
  
  /* Content List */

  .page-node-type-content-list h2, .page-node-type-content-list h2 a {
    font-family: Roboto,sans-serif;
    color: #1b4692;
    font-weight: 900;
    text-align: left;
    font-size: 29px;
    line-height: 30px;
    margin-bottom: .25em;
  }
  
  #block-actions li a {
    color: #fff;
    font-size: 21px;
    line-height: 23px;
    font-family: adobe-garamond-pro, serif;
    width: 100%;
    height: 75px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,.25);
    background: rgb(42,170,224); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(42,170,224,1) 0%, rgba(37,80,156,1) 18%, rgba(27,70,146,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(42,170,224,1) 0%,rgba(37,80,156,1) 18%,rgba(27,70,146,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(42,170,224,1) 0%,rgba(37,80,156,1) 18%,rgba(27,70,146,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-transform: uppercase;
  }
  
  /* Kicker */
  
  .views-element-container figure.instagram.image img {
    width: 100%;
  }
  
}

@media (min-width: 768px) {
  
  /* Hero */
  
  .frontpage-hero-section .form-container {align-items: center;}
  
  .frontpage-hero-section .embedded-form {width: 450px;}
  
  section.region-hero.has-hero-image,
  body.page-node-type-front section.region-hero {height: 400px;}
  
  section.region-hero.no-hero-image {height: 300px;}
  
  section.region-hero .hero-container,
  section.region-hero.has-hero-image .title-container {
    height: 400px;
    position: absolute;
  }
  
  section.region-hero.has-hero-image h1.page-title {width: 800px;}
  
  section.region-hero .frontpage-hero-section .form-container {
    display: flex;
    flex-direction: column;
    height: 400px;
    justify-content: center;
    padding: 20px 40px;
    position: relative;
    margin: 0 auto;
    max-width: 900px;
  }
  
  section.region-hero h1.page-title {
    align-items: center;
    display: flex;
    font-size: 45px;
    height: 100%;
    line-height:55px;
    margin: 0 auto;
  }
  
  section.region-hero h1.page-title.long {
    font-size: 33px;
    line-height: 45px;
    max-width: 700px;
  }
  
  section.region-hero h1.page-title.too-long {
    font-size: 28px;
    line-height: 35px;
    max-width: 700px;
  }
  
  /* Views */
  
  .view-news .list-item.news {margin: 20px;}
  
  .views-element-container .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  
  .views-element-container .list-item {
    width: calc((100%/2) - 40px);
  }
  
  /* Kicker */
  
  .views-element-container .view-instagram .views-row {
    width: calc((100%/3) - 20px);
  }

}

@media (min-width: 900px) {
  
  /* Feature Section */
  
  section.featured.paragraph .featured-content-container {
    display: grid;
    grid-template-columns: 500px 20px 300px;
    grid-template-rows: 1fr;
    margin: 0 auto;
    width: fit-content;
  }
  
  section.featured .video-container {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: unset;
    max-width: unset;
    width: 100%;
  }
  
  section.featured .views-element-container {
    align-items: flex-end;
    display: flex;
    grid-column: 3/4;
    grid-row: 1/5;
    margin: unset;
    max-width: unset;
    padding: 0;
  }
  
}

/* Default: 980px and up  */
@media (min-width:980px) {
  
/* -------- Homepage Candidate Spotlight ----- */
  #block-candidatespotlight {
    height: 465px;
      width: auto;
      background: #1b4692;
      padding: .5em;
      display: flex;
      flex-direction: column;
      margin: auto;
      justify-content: center;
      align-items: center;
  }
  .home-slider-container.slick-slide h1 a {
      color: #fff;
      font-size: 50px;
      line-height: 55px;
      margin: 0 auto;
  }
  .home-slider-container.slick-slide h1 a:hover {
      color: #fff;
      font-size: 50px;
      line-height: 55px;
      margin: 0 auto;
  }
  .home-slider-container.slick-slide h1 {
      text-shadow: 0 2px 4px rgba(0,0,0,.5);
      color: #fff;
      margin: 0 auto;
      padding: 20px;
      position: absolute;
      width: 60%;
  }
}

@media (min-width: 1000px) {
  
  /* Header and Hero Section */
  
  header.site-header {
    height: 170px;
    margin: 0 auto;
  }
  
  header.site-header .header-container {
    grid-template-columns: 364px 20px 1fr 20px auto;
    grid-template-rows: 80px 10px 80px;
    margin: 0 auto;
  }
  
  header.site-header figure.logo {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    justify-content: center;
  }
  
  header.site-header figure.logo img {
    height: auto;
    padding: 20px;
    width: 364px;
  }
  
  header.site-header .block.search {
    align-items: flex-end;
    display: flex;
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    height: 100%;
  }
  
  header.site-header nav.menu--main.navigation.ameripac {
    grid-column: 3 / 6;
    grid-row: 3 /4;
  }
  
  header.site-header nav.menu--main.navigation.ameripac ul.menu-level-1 {
    align-items: center;
    display: flex; 
    justify-content: flex-end;
    height: 100%;
  }
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item--expanded ul.menu-level-2 {
    display: none;
  }
  
  header.site-header .block.search {
    grid-column: 3 / 4;
    justify-content: flex-end;
  }
  
  header.site-header .block.social-media {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
  
  nav.social-media ul.menu {
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
  
  nav.social-media ul.menu li.menu-item {
    margin-right: 10px;
  }
  
  nav.social-media ul.menu a,
  nav.social-media ul.menu a:before {
    font-size: 24px;
  }
  
  header.site-header .header-buttons {
    grid-column: 5 / 6;
    grid-row: 1 / 2;
  }
  
  header.site-header .header-buttons ul.menu {
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }
  
  header.site-header nav.header-buttons li.menu-item {
    padding: 24px 32px;
  }
  
  header.site-header nav.header-buttons li.menu-item, 
  nav.header-buttons li.menu-item a {
    height: 80px;
  }
  
  header.site-header .block.main-menu {
    grid-column: 3 / 8;
    grid-row: 3 / 4;
  }
  
  header.site-header nav.menu--main.navigation.ameripac ul.menu {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
  }
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0 18px 0 0;
    position: relative;
    width: auto;
  }
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item.issues {
    padding: 0 20px 0 0;
  }
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item > a {
    align-items: center;
    color: var(--blue);
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    height: 100%;
    line-height: 24px;
    margin-right: 8px;
    padding-top: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item.menu-item--active-trail > a {color: var(--red);}
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item button.dropdown-control {color: var(--blue);}
  
  header.site-header nav.menu--main.navigation.ameripac ul.menu-level-2 li.menu-item { 
    padding: 0 16px;
  }
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item a.is-active {
    color: var(--red);
    position: relative;
  }
  
  header.site-header nav.menu--main.navigation.ameripac ul.menu-level-2 li.menu-item a.is-active {color: var(--blue);}
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item.menu-item--active-trail button.dropdown-control {color: var(--red);}
  
  header.site-header nav.menu--main.navigation.ameripac ul.menu-level-1 li.menu-item--active-trail a.is-active:after,
  header.site-header nav.menu--main.navigation.ameripac ul.menu-level-1 li.menu-item--active-trail.open a.is-active:after {
    position: absolute;
    height: 1px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--red);
    left: 0;
    bottom: 25px;
  }
  
  header.site-header nav.menu--main.navigation.ameripac ul.menu-level-1 li.menu-item--active-trail.open ul.menu-level-2 li.menu-item a.is-active:after {content: unset;}
  
  header.site-header nav.menu--main.navigation.ameripac ul.menu-level-1 li.menu-item.open a:after {
    position: unset;
  }
  
  header.site-header nav.menu--main.navigation.ameripac ul.menu-level-2 li.menu-item a.is-active:after {
    position: unset;
  }
  
  header.site-header nav.menu--main.navigation.ameripac ul.menu-level-1 li.open > ul.menu {
    left: -20px;
    position: absolute;
    /* top: 80px; */
    width: 300px;
    z-index: 1;
  }
  
  header.site-header nav.menu--main.navigation.ameripac ul.menu-level-1 li.open > ul.menu-level-2 {
    top: 80px;
  }
    
  header.site-header nav.menu--main.navigation.ameripac li.menu-item--expanded.open ul.menu-level-2 {
    display: flex;
    flex-direction: column;
  }
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item.races.open ul.menu-level-2 {
    left: -230px;
    top: 220px;
    width: 300px;
  }
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item--expanded.open ul.menu-level-2 li.menu-item {
    background: #FFF;
    border-bottom: 1px solid var(--blue);
  }
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item--expanded.open ul.menu-level-2 li.menu-item:first-child {
    border-top: 3px solid var(--blue);
  }
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item--expanded.open ul.menu-level-2 li.menu-item:hover,
  header.site-header nav.menu--main.navigation.ameripac li.menu-item--expanded.open ul.menu-level-2 li.menu-item a:hover {
    background: var(--light-blue);
    color: #FFF;
  }
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item--expanded.open ul.menu-level-2 a {
    text-decoration: none;
  }
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item--expanded.open ul.menu-level-2 li.menu-item,
  header.site-header nav.menu--main.navigation.ameripac li.menu-item--expanded.open ul.menu-level-2 li.menu-item a {
    display: inline-block;
    width: 100%;
  }
  
  header.site-header nav.menu--main.navigation.ameripac ul.menu-level-2 li.menu-item {
    padding: 0 24px;
  }
  
  header.site-header nav.menu--main.navigation.ameripac ul.menu-level-2 li.menu-item > a {
    padding: 16px 0;
  }
  
  header.site-header nav.menu--main.navigation.ameripac li.menu-item--expanded.open button.dropdown-control {
    transform: rotate(90deg);
  }
  
  header.site-header .menu-controls {
    display: none;
  }
  
  /* Front Page */
  
  .views-element-container {max-width: 900px;}
  
  .views-element-container .list-item {width: calc((100% / 3) - 40px);}
  
  /* Candidate Page */
  
  .node.candidate {margin: 20px;}
  
  /* Hero Kicker Buttons */
  
  nav.header-buttons.hero-kicker {
    display: block;
    width: 100%;
  }
  
  .region-hero .title-container.front {position: absolute;}
  
  nav.header-buttons.hero-kicker ul.menu {
    display: flex;
    justify-content: center;
    margin-left: 0;
  }
  
  nav.header-buttons.hero-kicker {
    position: relative;
    top: 200px;
    z-index: 2;
  }
  
  nav.header-buttons.hero-kicker ul.menu {
    position: relative;
    top: 0;
    z-index: 2;
  }
  
  nav.header-buttons.hero-kicker ul.menu li,
  nav.header-buttons.hero-kicker ul.menu li a {
    height: 60px;
    width: 200px;
  }
  
  nav.header-buttons.hero-kicker ul.menu li:hover,
  nav.header-buttons.hero-kicker ul.menu li a:hover {background: #d7162f;}

  article.node.front {padding: 60px 0 0;}
  
}

@media (min-width:1200px) {
  
  /* Hero */
  
  section.region-hero.has-hero-image,
  body.page-node-type-front section.region-hero,
  section.region-hero .hero-container,
  section.region-hero.has-hero-image .title-container,
  section.region-hero .frontpage-hero-section .form-container {
    height: 500px;
  }
  
  /* Hero Kicker Buttons */
  
  nav.header-buttons.hero-kicker {top: 250px;}
  
  /* Front Page */
  
  body.page-node-type-front .region-content section.paragraph.view {max-width: 1200px;}
  
  .views-element-container {max-width: 1200px;}
  
  /* Featured Section */
  
  section.featured.paragraph .featured-content-container {grid-template-columns: 600px 20px 400px;}
  
}
  
  

