
@font-face {
    font-family: 'GTAmerica-reg';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('GT America Standard Regular'), url('https://static.aclu.org/fonts/GT-America-Standard-Regular.woff2') format('woff2'),
      url('https://static.aclu.org/fonts/GT-America-Standard-Regular.woff') format('woff'),
      url('https://static.aclu.org/fonts/GT-America-Standard-Regular.ttf') format('truetype'),
      url('https://static.aclu.org/fonts/GT-America-Standard-Regular.eot') format('embedded-opentype');
  }
  @font-face {
    font-family: 'gtamstandard-bold';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local('GT America Standard Bold'), url('https://static.aclu.org/fonts/GT-America-Standard-Bold.woff2') format('woff2'),
      url('https://static.aclu.org/fonts/GT-America-Standard-Bold.woff') format('woff'),
      url('https://static.aclu.org/fonts/GT-America-Standard-Bold.ttf') format('truetype'),
      url('https://static.aclu.org/fonts/GT-America-Standard-Bold.eot') format('embedded-opentype');
  }
  
  @font-face {
    font-family: 'gtamcompressed';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('GT America Compressed Regular'), url('https://static.aclu.org/fonts/GT-America-Compressed-Regular.woff2') format('woff2'),
      url('https://static.aclu.org/fonts/GT-America-Compressed-Regular.woff') format('woff'),
      url('https://static.aclu.org/fonts/GT-America-Compressed-Regular.ttf') format('truetype'),
      url('https://static.aclu.org/fonts/GT-America-Compressed-Regular.eot') format('embedded-opentype');
  }
  
  @font-face {
    font-family: 'GTAmerica-exblack';
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
    src: local('GT America Compressed Bold'),
      url('https://static.aclu.org/fonts/GT-America-Compressed-Bold.woff2') format('woff2'),
      url('https://static.aclu.org/fonts/GT-America-Compressed-Bold.woff') format('woff'),
      url('https://static.aclu.org/fonts/GT-America-Compressed-Bold.ttf') format('truetype'),
      url('https://static.aclu.org/fonts/GT-America-Compressed-Bold.eot') format('embedded-opentype');
  }
  
  @font-face {
    font-family: 'gtamextended';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local('GT America Extended Bold'), url('https://static.aclu.org/fonts/GT-America-Extended-Bold.woff2') format('woff2'),
      url('https://static.aclu.org/fonts/GT-America-Extended-Bold.woff') format('woff'),
      url('https://static.aclu.org/fonts/GT-America-Extended-Bold.ttf') format('truetype'),
      url('https://static.aclu.org/fonts/GT-America-Extended-Bold.eot') format('embedded-opentype');
  }
  
  @font-face {
    font-family: 'schoolbook';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('CenturySchoolbook-Regular'), url('https://static.aclu.org/fonts/CenturySchoolbook-Regular-webfont.woff2') format('woff2'),
      url('https://static.aclu.org/fonts/CenturySchoolbook-Regular-webfont.woff') format('woff');
  }
  
  @font-face {
    font-family: 'schoolbook';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local('CenturySchoolbook-Bold'), url('https://static.aclu.org/fonts/CenturySchoolbook-Bold-webfont.woff2') format('woff2'),
      url('https://static.aclu.org/fonts/CenturySchoolbook-Bold-webfont.woff') format('woff');
  }


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

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
  	display: inline-block;
}

* html .clearfix { 
  	height: 1%;
}

.clearfix {
  	display: block;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	max-width: 100%;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'GTAmerica-reg';
    display: block !important;
	width: 100%;
}


header {
    background-color: transparent;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    width: 100%;
}
nav {
    display: flex;
    justify-content: start;
    font-family: 'GTAmerica-exblack';
    text-transform: uppercase;
    padding: 1% 0;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}
nav a {
    color: #fff;
    text-decoration: none;
    margin-right: 4%;
    font-size: 24px;
}

nav a:hover {
    color: #FFAB00;
}

/* Homepage */

.hero {
    margin: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
    color: black;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    min-height: 550px;
}


.hero h1 {
    font-size: 70px;
    color: #FFAB00;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 10px 0;
    font-family: 'GTAmerica-exblack';
}

.hero-inner {
    width: 90%;
    text-align: start;
    padding: 7% 0% 6% 5%;
    padding: 5% 8% 5% 0;
    max-width: 1300px;
    margin: 0 auto;
}
.hero-inner p {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.2;
}

.sub-hero {
    background: #2A1351;
    color: #FFFFFF;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.sub-hero h3 {
    color: #FFAB00;
    margin: 10px 0;
    font-family: 'GTAmerica-exblack';
    font-size: 30px;
    letter-spacing: 0;
    line-height: 28.85px;
}

p {
    margin: 10px 0;
    font-size: 20px;
    line-height: 28.73px;
}

.yellow-btn,
.purple-btn,
.yellow-btn {
    padding: 10px 40px;
    border-radius: 30px;
    margin: 10px 0;
    text-decoration: none;
    font-family: 'GTAmerica-exblack';
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28.85px;
}
.yellow-btn,
.yellow-btn {
    background: #FFAB00 !important;
    color: #2A1351;
}

.yellow-btn {
    border: none !important;
    width: 30% !important;
}

.purple-btn {
    background: #2A1351;
    color: #FFFFFF;
}

.yellow-btn:hover {
    color: #4e288f;
}

.sub-hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 5% 0;
    max-width: 1300px;
    margin: 0 auto;
    width: 90%;
}

a.container-a {
    text-decoration: none;
}

a.container-a p {
    color: white;
}

.home .sub-hero-inner {
    max-width: 1100px;
    align-items: unset;
    flex-direction: row;
}

.top-border{
    border: solid 2px white;
    width: 100%;
    margin-top: 2%;
    opacity: 60%;
}

.partner-section h2 {
    font-family: 'GTAmerica-exblack';
    font-size: 65px;
    color: #2A1351;
    line-height: 97.5px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
}

.partner-logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-section {
    padding: 5%;
    max-width: 1300px;
    margin: 0 auto;
}

.partner-logo-container img {
    width: 20%;
    margin: 20px;
}

.footer {
    padding: 80px 0;
    width: 100%;
    background: #2A1351;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.footer-left {
    display: flex;
    padding-bottom: 80px;
    width: 100%;
    justify-content: center;
}

.footer-left a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'GTAmerica-exblack';
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 28.85px;
    margin: 0px 2%;
}

.footer-right {
    padding: 0 5%;
    display: flex;
    justify-content: center;
    font-family: 'GTAmerica-reg';
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.29px;
    align-items: center;
}

a.privacy-policy {
    color: #FFFFFF;
    margin: 0px 12px;
    font-size: 16px;
}

p.disclaimer {
    border: solid 1px;
    padding: 10px;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 2%;
}


.footer a:hover {
    color: #FFAB00;
}


.highlights-section {
    background: #FFAB00;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    max-height: 600px;
    overflow: hidden;
}

.highlights-section img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.highlights-section h2 {
    font-family: 'GTAmerica-exblack';
    font-size: 64px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.highlights-txt {
    color: #2A1351;
    max-width: 581px;
    margin: 0 auto;
    width: 47%;
}

.homepage-story {
    width: 28%;
    color: #2A1351;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 550px;
    margin: 5% 2%;
}

.homepage-story img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    max-width: 350px;
}

.stories-section {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 5% 0;
    max-width: 1300px;
    margin: 0 auto;
    width: 90%;
}

.homepage-story h3 {
    font-size: 30px;
    color: #2A1351;
    letter-spacing: 0;
    line-height: 1.1;
    font-family: 'GTAmerica-exblack';
    text-transform: uppercase;
    margin: 20px 0 10px 0;
    height: 75px;
}

h3.h3-btn {
    margin: 25px 0;
}


/* Stories Page  */

.stories .hero,
.contact-page .hero {
    padding: 5% 0;
}

.stories .sub-hero {
    font-size: unset;
}

.stories .sub-hero-inner {
    flex-direction: row;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    width: 90%;
}

img.headshot {
    border-radius: 50%;
    max-width: 300px;
    min-height: 300px;
    width: 50%;
    object-fit: cover;
    margin-right: 30px;
}

img.story-img {
    width: 82%;
    border-radius: 20px;
    max-width: 500px;
}

.featured-text {
    width: 100%;
}

.featured-text h3 {
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: 'GTAmerica-exblack';
    text-transform: uppercase;
    margin: 5px 0;
}

.story .sub-hero-inner {
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

.story img.headshot {
    width: 100%;
    height: 100%;
    min-width: 300px;
    min-height: 300px;
    object-fit: cover;
}

.story .featured-text {
    width: 90%;
    margin: 0 20px;
}

.story .main {
    padding: 5% 0;
    color: #2A1351;
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: center;
    align-items: start;
    width: 90%;
}

.story .main img {
    width: 100%;
    margin: 30px auto;
    max-width: 1000px;
    border-radius: 20px;
}

.story .main h2 {
    font-size: 65px;
    color: #2A1351;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'GTAmerica-exblack';
}

.more-stories-container {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-wrap: nowrap;
}
    
.more-stories-container .top-border {
    position: absolute;
    top: 4%;
    margin-top: 0;
}

.more-stories-container img {
    width: 25%;
    object-fit: cover;
}


.more-stories-container a:hover {
    color: #FFAB00;
 }


.more-stories-container a {
    flex: 1;
    min-width: 25%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'GTAmerica-exblack';
    text-transform: uppercase;
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 28.85px;
    flex-wrap: wrap;
    padding: 0 5px;
}

/* Contact Page */

.contact {
    display: flex;
}

.sub-hero-inner.left {
    background: #FFAB00;
    color: #2A1351;
}

.sub-hero-inner.left h3 {
    color: #2A1351;
    text-transform: uppercase;
}


.sub-hero-inner.right h3 {
    text-transform: uppercase;
}

.purple-btn:hover {
    color: #FFAB00;
}

.contact-page .top-border {
    margin: 0;
    position: absolute;
    top: 2%;
}

.contact-page .sub-hero {
    position: relative;
}

.contact-form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7% 0;
    max-width: 900px;
    margin: 0 auto;
    width: 80%;
}


.pre-footer-text {
    padding: 5%;
    max-width: 1300px;
    margin: 0 auto;
    color: #2A1351;
}

.yellow-btn:hover {
    cursor: pointer;
}


/* Basic Page */

.basic-page .hero {
    background: #2A1351;
    padding: 5% 0;
    min-height: 420px;
}

.basic-page .hero h1 {
    color: #FFF;
}

.basic-page .main {
    padding: 5% 0;
    max-width: 1300px;
    margin: 0 auto;
    color: #2A1351;
    width: 90%;
}

.basic-page h2 {
    font-family: 'GTAmerica-exblack';
    font-size: 40px;
    color: #2A1351;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 25px 0;
}

.basic-page .yellow-btn {
    margin-top: 42px !important;
}

.basic-content p {
    margin: 15px 0;
}

.basic-content {
    margin-bottom: 8%;
}


/* Mobile nav */

.container {
    cursor: pointer;
    float: right;
    right: 5%;
    position: absolute;
    top: 20px;
    z-index: 10;
    display: block;
    display: none;
}

nav.mobile-nav {
    display: none;
}

.bar1, .bar2, .bar3 {
    background-color: #FFF;
    height: 5px;
    margin: 6px 0;
    transition: all 0.4s;
    width: 35px;
}

.change .bar1 {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
    background-color: #2A1351;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(-45deg) translate(8px, -7px);
    transform: rotate(-45deg) translate(8px, -7px);
    background-color: #2A1351;
}

.mobile-nav {
    background-color: #FFAB00 !important;
    color: #2A1351;
    display: block;
    display: none;
    left: 0;
    padding: 50px 5% 30px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    flex-direction: column;
}

.mobile-nav-logo {
    display: block;
    margin: 0 auto 30px;
	max-width: 200px;
}

.mobile-nav-logo img {
	height: auto;
	width: 100%;
}

.mobile-nav ul.menu li {
    display: block;
    margin: 20px auto;
}

nav.mobile-nav a {
    color: #2A1351;
    margin: 10px;
    font-size: 30px;
}

.mobile-nav a:hover {
    color: #FFF;
}

.left-inner {
    display: flex;
}

.left-inner img {
    min-width: 200px;
    min-height: 100%;
    height: 100%;
}

.featured-text .h3-btn {
    margin: 25px 0;
}

.story .main a, .about .main a, .faq .main a, .contact-page .main a  {
    margin: 10px 0;
    font-size: 20px;
    line-height: 1.1;
    text-decoration: none;
    font-family: 'gtamstandard-bold';
    color: #2A1351;
}


.story .main a:hover, .about .main a:hover, .faq .main a:hover, .contact-page .main a:hover  {
    color: #4e288f !important;
}

 h2.read-more a {
    font-size: 65px !important;
    text-align: center !important;
    cursor: pointer;
    text-decoration: none;
    color: #2A1351 !important;
}

h2.read-more a:hover {
    color: #4e288f !important;
}

h2.read-more {
    margin-top: 35px;
}


.stories #stories,
.home #home,
.contact-page #contact,
.about #about {
    color: #FFAB00;
}

.about li {
    font-size: 20px;
    line-height: 28.73px;
    margin: 15px 15px;
}

.homepage-story p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}

.highlights-txt p {
    font-size: 24px;
}

form.form input::placeholder {
    font-family: 'GTAmerica-reg';
    font-size: 20px;
}

.submit-container {
    width: 61%;
    text-align: center;
}

input#submitForm {
    font-size: 30px;
    width: 45% !important;
}

p.privacy-policy {
    font-size: 16px;
    margin: 0 12px;
}

.stories .hero {
    background-position: top;
}

a.no-style {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 680px;
}

a.no-style:hover, .homepage-story h3:hover {
   color:#4e288f;
}

.yellow-btn.h3-btn {
    width: 65% !important;
    text-align: center;
}

.home .sub-hero-inner .yellow-btn {
    width: 30%;
    text-align: center;
}

.capitol {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 65px;
}

.sub-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.homepage-story p {
    color: #2A1351;
}