/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
  Author's custom styles
  ========================================================================== */
/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
*, *:before, *:after {
  box-sizing: border-box;
}

.screen {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.screen2 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 20%, rgba(128, 61, 52, 0) 50%);
}

.button {
  background: #cea100;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  display: inline-block;
  border: 1px solid #cea100;
  transition: all 0.3s;
}
.button:hover {
  background: #fff;
  color: #cea100;
}

.button2 {
  color: #cea100;
  border: 1px solid #cea100;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  display: inline-block;
  transition: all 0.3s;
}
.button2:hover {
  background: #cea100;
  color: #fff;
}

:root {
  font-size: 16px;
  --base-font-size: 1rem;
  --scale: 1.125;
  --p-size: var(--base-font-size);
  --sub-size: calc(var(--base-font-size) / var(--scale));
  --h6-size: calc(var(--base-font-size) * var(--scale));
  --h5-size: calc(var(--h6-size) * var(--scale));
  --h4-size: calc(var(--h5-size) * var(--scale));
  --h3-size: calc(var(--h4-size) * var(--scale));
  --h2-size: calc(var(--h3-size) * var(--scale));
  --h1-size: calc(var(--h2-size) * var(--scale));
  --sub-size: calc(var(--base-font-size) / var(--scale));
}
@media (min-width: 980px) {
  :root {
    --scale: 1.200;
  }
}
@media (min-width: 1690px) {
  :root {
    --base-font-size: 1.125rem;
  }
}

body {
  color: #333;
  font-size: var(--p-size);
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

h6, h5, h4, h3, h2, h1 {
  font-weight: bold;
  margin: 1rem 0;
  font-family: "Raleway", sans-serif;
}

h6 {
  font-size: var(--h6-size);
}

h5 {
  font-size: var(--h5-size);
  line-height: 1.4;
}

h4 {
  font-size: var(--h4-size);
  line-height: 1.3;
}

h3 {
  font-size: var(--h3-size);
  line-height: 1.2;
}

h2 {
  font-size: var(--h2-size);
  line-height: 1.15;
}

h1 {
  font-size: var(--h1-size);
  line-height: 1.1;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

a {
  color: #0f19e4;
}

small, .text_small {
  font-size: var(--sub-size);
}

html, body {
  background: #efefef;
}

.container {
  margin: 0 auto;
  padding: 1rem;
}
@media (min-width: 736px) {
  .container {
    max-width: 704px;
  }
}
@media (min-width: 980px) {
  .container {
    max-width: 948px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1248px;
  }
}
@media (min-width: 1690px) {
  .container {
    max-width: 1600px;
  }
}

#sidr {
  display: none;
}

.sidr {
  background: #cea100;
}
.sidr a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid;
  padding: 0.75rem 0;
}
.sidr ul {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.sidr ul ul {
  font-weight: normal;
}
.sidr ul ul ul {
  font-size: 0.875rem;
}

.banner {
  background: #fff;
  position: relative;
  z-index: 100;
}
.banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.mainnav {
  text-transform: uppercase;
}
.mainnav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: bold;
}
.mainnav ul li {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}
.mainnav ul li ul {
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  width: 150px;
}
.mainnav ul li ul a {
  border-bottom: 1px solid #cea100;
}
.mainnav ul li:hover ul {
  display: block;
  background: #fff;
  font-weight: normal;
}
.mainnav ul li:hover ul a {
  width: 100%;
}
.mainnav a {
  display: inline-block;
  text-decoration: none;
  color: #cea100;
  padding: 0.5rem;
  text-align: center;
  transition: all 0.3s;
}
.mainnav a:hover {
  background: #cea100;
  color: #fff;
}

@media (min-width: 1280px) {
  .menu-toggle {
    display: none;
  }
}

.menu-search-wrappper {
  display: none;
}
@media (min-width: 1280px) {
  .menu-search-wrappper {
    display: flex;
  }
}

.logocont {
  width: 50px;
}
.logocont a {
  display: inline-block;
}
.logocont img {
  max-width: 100%;
}
@media (min-width: 736px) {
  .logocont {
    width: 90px;
  }
}
@media (min-width: 1690px) {
  .logocont {
    width: 200px;
  }
}

.search-toggle {
  color: #cea100;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
  line-height: 2;
  transition: all 0.3s;
}
@media (min-width: 1690px) {
  .search-toggle {
    line-height: 1.5;
  }
}
.search-toggle:hover {
  color: #685100;
}

.main {
  position: relative;
  z-index: 1;
}

.hero {
  background: #000 url(../images/hero.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 4rem 0;
}
@media (min-width: 980px) {
  .hero {
    padding: 10rem 0;
    margin-left: 25%;
  }
  .hero .container {
    margin-left: -25%;
  }
  .hero .screen {
    left: -50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  }
}

.hero-text {
  color: #fff;
  position: relative;
  z-index: 100;
}
.hero-text h1 {
  font-size: 2rem;
  line-height: 1.25;
}
.hero-text h1 a {
  color: #fff;
  text-decoration: none;
}
.hero-text p {
  display: none;
}
@media (min-width: 736px) {
  .hero-text p {
    display: block;
  }
}
@media (min-width: 980px) {
  .hero-text {
    width: 50%;
  }
}

.homesection {
  padding: 2rem 0;
}

@media (min-width: 980px) {
  .issues-card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .issues-card-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.issues-card-container .issue-card {
  transition: all 0.3s;
}
.issues-card-container .issue-card:hover {
  transform: scale(1.125);
  z-index: 100;
}

.sectionhead h2 {
  margin: 1rem 0;
  line-height: 1;
}
.sectionhead .buttoncontainer {
  margin-bottom: 1rem;
  font-size: var(--sub-size);
}
@media (min-width: 980px) {
  .sectionhead {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .sectionhead p {
    grid-column: span 2;
  }
  .sectionhead .buttoncontainer {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    grid-column: 2/-1;
  }
}

.issue-card {
  height: 300px;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 980px) {
  .issue-card {
    margin-bottom: 0;
  }
}
.issue-card .screen {
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.issue-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.issue-card a:hover .screen {
  background: rgba(206, 161, 0, 0.6);
}
.issue-card .issue-text {
  padding: 1rem;
  color: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.issue-card h3 {
  margin-bottom: 0;
  font-size: 1.777rem;
}

.children {
  background-image: url(../images/issue-children.jpg);
}

.women {
  background-image: url(../images/issue-women.jpg);
}

.tobacco {
  background-image: url(../images/issue-tobacco.jpg);
}

.rural {
  background-image: url(../images/issue-rural.jpg);
}

.energy {
  background-image: url(../images/issue-energy.jpg);
}

.stateless-persons {
  background-image: url(../images/issue-stateless.jpg);
}

.article-card {
  padding: 1rem;
  border: 1px solid #999;
  margin-bottom: 1rem;
  background: #fff;
}
.article-card .article-thumb {
  margin: -1rem -1rem 0;
  overflow: hidden;
}
.article-card .article-thumb a:hover img {
  transform: scale(1.125);
}
.article-card img {
  max-width: 100%;
  transition: all 0.3s;
}
.article-card h3 {
  font-size: var(--h6-size);
  margin-bottom: 0;
}
.article-card h3 a {
  text-decoration: none;
  color: #cea100;
}
.article-card .date {
  font-size: 0.875rem;
  margin-top: 0;
}

@media (min-width: 736px) {
  .newscardcontainer, .ichange-articles-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 980px) {
  .newscardcontainer, .ichange-articles-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.linkssection {
  background: #333;
}
@media (min-width: 980px) {
  .linkssection .link__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.link {
  position: relative;
  padding: 5rem 1rem;
  background-size: cover;
  transition: all 0.3s;
}
.link a {
  text-decoration: none;
  color: #fff;
  font-size: var(--h5-size);
  line-height: 1.4;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.link a span {
  position: relative;
  z-index: 10;
}
.link .screen {
  left: 0;
  z-index: 1;
}
.link:hover {
  transform: scale(1.125);
  z-index: 100;
}
.link:hover .screen {
  background: rgba(206, 161, 0, 0.6);
  transition: all 0.3s;
}

.ichange {
  background-image: url(../images/links/ichange-bg.jpg);
}

.learning {
  background-image: url(../images/links/learning-bg.jpg);
}

.resources {
  background-image: url(../images/links/resources-bg.jpg);
}

.soc {
  background: #fff;
}
.soc .footerlogo {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.soc .footerlogo a {
  display: inline-block;
  width: 150px;
}
.soc .footerlogo img {
  max-width: 100%;
}

.socnav {
  display: flex;
  justify-content: center;
}
.socnav a {
  display: inline-block;
  margin: 0 0.5rem;
}
.socnav a .icon {
  width: 50px;
  height: 50px;
  fill: #cea100;
  transition: all 0.3s;
  border-radius: 100rem;
  border: 1px solid #cea100;
}
.socnav a:hover .icon {
  fill: #fff;
  background: #cea100;
  border-color: #cea100;
}

@media (min-width: 736px) {
  .soc .container {
    display: flex;
    justify-content: space-between;
  }
  .soc .container .footerlogo {
    margin-bottom: 0;
  }
  .soc .container .socnav a:last-of-type {
    margin-right: 0;
  }
}

.footernavcont {
  background: #efefef;
}
.footernavcont a {
  color: #cea100;
}
@media (min-width: 980px) {
  .footernavcont .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .footernavcont .container .footernav {
    grid-column: span 3;
  }
}

.footernav {
  margin-top: 2rem;
}
.footernav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: var(--sub-size);
  line-height: 1;
}
.footernav ul ul {
  display: none;
}
.footernav a {
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 980px) {
  .footernav {
    margin-top: 0;
  }
  .footernav ul {
    display: flex;
    gap: 1rem;
  }
  .footernav ul > li {
    flex: 1 1 0px;
  }
  .footernav ul ul {
    flex-direction: column;
    margin-top: 1rem;
  }
}

.ichangeheader {
  border-top: 1px solid #cea100;
  background: #fff;
}
.ichangeheader .container {
  display: flex;
  justify-content: center;
}
.ichangeheader .ichangelogo {
  display: inline-block;
  max-width: 250px;
  margin: auto;
  height: 100%;
}
.ichangeheader img {
  max-width: 100%;
}

.copyright {
  background: #333;
  color: #fff;
}

.about .container {
  max-width: 980px;
  margin: auto;
  text-align: center;
}
.about .container p {
  font-size: 1.333rem;
}
.about .about-buttons a {
  margin: 0.5rem 0;
}

.ichangenav {
  background: #cea100;
  display: none;
}
.ichangenav .container {
  padding: 0.25rem 1rem;
}
.ichangenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.ichangenav a {
  text-decoration: none;
  color: #fff;
  padding: 0.25rem 0.5rem;
  display: inline-block;
}
@media (min-width: 736px) {
  .ichangenav {
    display: block;
  }
  .ichangenav ul {
    justify-content: flex-end;
  }
}

.candidateslist .sectionhead {
  display: block;
}

.candidates {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.candidatecard {
  width: 130px;
  margin: 1rem 0.5rem;
  position: relative;
}
.candidatecard img {
  max-width: 100%;
}
.candidatecard h3 {
  font-size: 1rem;
  padding: 0.5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  z-index: 2;
}
.candidatecard a {
  color: #fff;
}
@media (min-width: 980px) {
  .candidatecard {
    width: 200px;
  }
}

.vicepresidents .candidatecard {
  width: 120px;
}
@media (min-width: 980px) {
  .vicepresidents .candidatecard {
    width: 150px;
  }
}

.senators .candidatecard {
  width: 100px;
}
@media (min-width: 980px) {
  .senators .candidatecard {
    width: 120px;
  }
}

.ichangeintro {
  background: url(../images/links/ichange-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.ichangeintro .screen {
  left: 0;
  z-index: 1;
}
.ichangeintro .ichangetext {
  position: relative;
  z-index: 2;
  color: #fff;
}
.ichangeintro .ichangetext p {
  font-size: 1.333rem;
  text-align: center;
}
.ichangeintro .container {
  max-width: 980px;
  margin: auto;
  padding: 12rem 1rem;
}
.ichangeintro .button-container {
  display: flex;
  justify-content: center;
}

.singular .main, .archive .main, .search .main {
  margin: 1rem auto;
}
.singular .main .container, .archive .main .container, .search .main .container {
  background: #fff;
}
.singular__contentwrapper, .archive__contentwrapper, .search__contentwrapper {
  max-width: 40rem;
  margin: auto;
}
.singular__header, .archive__header, .search__header {
  text-align: center;
}
.singular__meta, .archive__meta, .search__meta {
  font-size: var(--sub-size);
  color: #666;
  text-transform: uppercase;
}
.singular figcaption, .archive figcaption, .search figcaption {
  font-size: var(--sub-size);
  color: #666;
}
.singular img, .archive img, .search img {
  max-width: 100%;
}
@media (min-width: 736px) {
  .singular .article-card, .archive .article-card, .search .article-card {
    padding: 1rem;
    display: flex;
    gap: 1rem;
    padding: 0;
    border: none;
    margin-bottom: 1rem;
  }
  .singular .article-thumb, .archive .article-thumb, .search .article-thumb {
    flex: 0 0 200px;
    margin: 0;
  }
  .singular h3, .archive h3, .search h3 {
    margin-top: 0;
  }
}

.page-template-template-full-cover .singular__contentwrapper, .post-template-template-full-cover .singular__contentwrapper, .page-template-template-partners .singular__contentwrapper {
  max-width: 100%;
}

.navigation-container {
  margin-top: 2rem;
}
.navigation-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.navigation-container li {
  margin: 0 0.5rem;
}
.navigation-container a {
  display: inline-block;
  padding: 0.5rem;
  color: #cea100;
  text-decoration: none;
  background: #fff;
  border: 1px solid;
  border-radius: 2px;
  transition: all 0.3s;
}
.navigation-container a:hover {
  background: #cea100;
  color: #fff;
  border-color: #cea100;
}
.navigation-container .active a {
  background: #cea100;
  color: #fff;
  border-color: #cea100;
}

.archive__contentwrapper .article-card {
  margin-bottom: 1rem;
}

.fourohfour {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index-hero-ichange {
  background: url(../images/index-hero-ichange.jpg) no-repeat center center;
  background-size: cover;
}
.index-hero-ichange .hero-text {
  width: auto;
}
.index-hero-ichange .ichange-logo {
  max-width: 600px;
  margin: 0 auto 2rem;
}
.index-hero-ichange img {
  max-width: 100%;
}
.index-hero-ichange .button-container {
  text-align: center;
}

.section-widgets {
  background: #333;
}
@media (min-width: 736px) {
  .section-widgets .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .section-widgets .container .widget-area {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .section-widgets .container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.widget-area {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.widget-area h2 {
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid;
}
.widget-area img {
  height: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper object, .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partner {
  background: #fff;
  padding: 1rem 1rem 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin: 0 auto 1rem;
}
.partner__thumb {
  margin-bottom: 1rem;
}
.partner h2 {
  font-size: var(--h5-size);
  line-height: 1.4;
  margin-top: 0;
}
.partner h2 a {
  color: #cea100;
  text-decoration: none;
}
@media (min-width: 736px) {
  .partner {
    display: flex;
    gap: 1rem;
  }
  .partner__thumb {
    flex: 0 0 120px;
  }
}

.glightbox-container .gclose {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #fff;
  padding: 1rem;
  border-radius: 4px;
}
.glightbox-container .gslide-inline {
  background: none;
}
.glightbox-container .search-form .search-field {
  border: none;
  background: none;
  border-bottom: 4px solid #cccccc;
  padding-bottom: 0.25rem;
  color: #fff;
  margin-top: 1.5rem;
}
.glightbox-container .search-form .search-field:focus {
  border-bottom: 4px solid #cea100;
  outline: none;
}
.glightbox-container .search-form .search-field::-moz-placeholder {
  color: #cccccc;
}
.glightbox-container .search-form .search-field::placeholder {
  color: #cccccc;
}

.search-form {
  font-size: var(--h5-size);
  line-height: 1.4;
  display: flex;
  margin-bottom: 3rem;
}
.search-form .search-field {
  width: 100%;
  transition: all 0.3s;
  font-size: var(--h5-size);
  line-height: 1.4;
}
.search-form label {
  width: 100%;
}
.search-form .search-submit {
  text-transform: uppercase;
  padding: 0 1rem;
  margin-left: 0.25rem;
  cursor: pointer;
  font-size: var(--h6-size);
  font-weight: bold;
}

form input[type=text], form input[type=email], form textarea, form input[type=search] {
  padding: 0.5rem;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #f2f2f2;
}
form label {
  text-transform: uppercase;
  font-size: var(--sub-size);
  color: #666666;
}
form input[type=submit] {
  text-transform: uppercase;
  padding: 0.75rem 1rem;
}

.streams {
  background: #333;
}
.streams__container {
  display: grid;
  gap: 2rem;
  max-width: 500px;
  margin: auto;
}
@media (min-width: 980px) {
  .streams__container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1032px;
  }
}
.streams__facebook {
  overflow: hidden;
  border-radius: 15px;
  gap: 1rem;
}

.downloads {
  background: #333;
  color: #fff;
}
.downloads .sectionhead {
  color: #fff;
  grid-column: span 2;
}
.downloads img {
  max-width: 100%;
}
.downloads__container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.downloads__card__title {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.downloads__card__title a {
  color: #cea100;
  text-decoration: none;
}
.downloads__card p {
  font-size: var(--sub-size);
  margin-top: 0;
  display: none;
}
@media (min-width: 736px) {
  .downloads .sectionhead {
    grid-column: span 4;
  }
  .downloads__container {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .downloads p {
    display: block;
  }
}

.single-wpdmpro .singular__contentwrapper {
  max-width: 100%;
}/*# sourceMappingURL=style.css.map */