/*
 Theme Name:   GLAC LA LP America 250
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for GLAC LA LP America 250
 Author:       
 Template:     twentynineteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  glac-la
*/

/* ========= COLOR REFERENCES ========= */
:root {
  --bg: #f4f4f4;
  --primary: #202340;
  --secondary: #C82924;
  --tertiary: #00519A;
  --black: #1a1818;
  --gray: #353535;
}

/* ==================================== */

/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
	- 3a. Landing Page
	- 3a. About Page
/* ==================================== */

/* ------------------------------ 
    1. Start Typography
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
.btn,
button {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  margin: 0;
}

.d1 {
  font-size: 320px;
  line-height: 1;
}

.d2 {
  font-size: 180px;
  line-height: 0.83;
}

h1,
.h1 {
  font-size: 100px;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 1.11;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1;
}

p,
.p {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

a,
.anchor-theme {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  text-decoration: none !important;
  transition: none;
  color: white;
  border: none;
  background: none;
}

a:hover,
a:focus,
.anchor-theme:hover,
.anchor-theme:focus {
  color: white;
  font-weight: 700;
}

.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;
}

.nav-link {
  padding: 0.5rem;
}

nav a {
  border-bottom: 2px solid white;
}

nav .current-menu-item a {
  font-weight: 700;
  border-bottom: 2px solid var(--secondary);
}

/* ------------------------------ 
    1. End Typography
------------------------------ */

/* ------------------------------ 
    2. Start Global
------------------------------ */
@-ms-viewport {
  width: device-width;
}

html {
  font-size: 15px;
}

body {
  font-family: "dm-sans", sans-serif;
  font-size: 16px;
  /* Adjust this on mobile to globally change P-tags :NOT H-tags) */
  line-height: 1.33;
  margin: 0;
}

.dynalight {
  font-family: "Dynalight", cursive;
}

.caudex {
  font-family: "Caudex", serif;
}

.bnp {
  font-family: "bebas-neue-pro", sans-serif;
}

.ls-100 {
  letter-spacing: 0.1em;
}

.white {
  color: white !important;
}

.gray {
  color: var(--gray) !important;
}

.secondary {
  color: var(--secondary) !important;
}

.tertiary {
  color: var(--tertiary) !important;
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.fw-400 {
  font-weight: 400;
  /* Regular */
}

.fw-600 {
  font-weight: 600;
  /* SemiBold */
}

.fw-700 {
  font-weight: 700;
  /* Bold */
}

.italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

section {
  position: relative;
}

img {
  width: 100%;
}

.bg {
  background: var(--bg);
}

.bg-tertiary {
  background: var(--tertiary);
}

.bg-white {
  background: white;
}

.gform_button,
button {
  font-family: matrix-ii, serif;
  font-weight: 800;
  color: white;
  border: none;
  border-radius: 50px;
  background: var(--secondary);
  padding: 0 36px;
  max-width: 172px;
  width: 100%;
}

button:hover,
button:focus {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

button:active {
  background-color: #c10912;
}

/* ------------------------------ 
    2. End Global
------------------------------ */

/* ------------------------------ 
    3. Start Main Content
------------------------------ */
header {
  padding-top: 32px;
}

header img {
  max-width: 180px;
}

/*  - 3a. Landing Page  */
.page-template-page-lp .site-header {
  border-bottom: 0;
}

.page-template-page-lp .america250-hero,
.page-template-page-lp .america250-form {
  background: var(--primary);
}

.page-template-page-lp .america250-flag {
  max-width: 636px;
}

.page-template-page-lp .america250-celebrate {
  margin-top: -7.25rem;
}

.page-template-page-lp .america250-years {
  margin-top: -4rem;
}

.ctct-form-defaults .ctct-form-header,
.ctct-form-field label {
  display: none !important;
}

#email_address_field_0 {
  /* display: none !important; */
}

.ctct-form-field {
  margin-bottom: 0 !important;
}

.ctct-form-defaults {
  background: var(--primary) !important;
  padding: 0;
}

.ctct-form-custom {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr) 140px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 48px;
  gap: 8px;
}

/* 
.ctct-gdpr-text {
  margin-top: 8px;
} */


.ctct-form-text {
  grid-column: span 12;
  color: white !important;
  text-align: center;
}

.gform_fields {
  position: relative !important;
}

#email_address_field_0,
#first_name_field_0,
#last_name_field_0 {
  grid-column: span 4;
}

#custom_field_string_parish_field_0,
#custom_field_string_zip_code_field_0 {
  grid-column: span 6;
}

.ctct-form-element,
.ginput_container input {
  /* width: 305px !important; */
  /* width: 225px !important; */
  height: 48px;
  border: none !important;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.22) !important;
  color: white;
  letter-spacing: 1.28px !important;
  font-size: 1rem;
  padding: 12px 16px !important;
}

.gform-theme--foundation .ginput_address_zip {
  inline-size: 100% !important;
}

#gdpr_text,
.gfield--type-html {
  grid-column: span 12;
  position: absolute !important;
  top: 222px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  font-size: 10px !important;
  width: calc(100% - 30px) !important;
}

#gdpr_text p,
#gdpr_text a {
  color: rgba(229, 230, 230, 0.7) !important;
}

.g-recaptcha {
  position: relative;
  z-index: 10;
}

.page-template-page-lp .america250-form .gform_footer,
.page-template-page-lp .america250-form .gform_page_footer {
  margin: 8px 0 0 !important;
  padding: 0 !important;
}

.page-template-page-lp .america250-intro {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0) 100%), url("assets/images/1_bg_fireworks.jpg") no-repeat center center;
  background-size: cover;
}

.page-template-page-lp .america250-intro .row {
  min-height: 746px;
}

.page-template-page-lp .america250-intro-overlay {
  padding-bottom: 64px;
}

.gform_wrapper {
  max-width: 1076px;
  height: 82px;
  margin: 0 auto 38px;
}

.ctct-form-element::placeholder,
.ginput_container input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.ctct-form-button,
.gform-button {
  grid-column: 6 / span 2;
  font-family: "dm-sans", sans-serif;
  width: auto;
  min-width: 56px;
  min-height: 42px !important;
  border-radius: 4px !important;
  background: var(--secondary) !important;
  color: var(--white);
  text-transform: uppercase !important;
  line-height: 1.5 !important;
  letter-spacing: 1.28px !important;
  font-weight: 800 !important;
  padding: 12px 16px !important;
  border: none !important;
}

.gform-button:hover,
.gform-button:focus {
  background: #0b2333;
}

.ctct-form-footer {
  padding-top: 50px !important;
}

.gform_confirmation_message {
  color: white;
  height: 84px;
}

.america250-btn {
  font-family: "dm-sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--secondary);
  color: white !important;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 132px;
  padding: 12px 16px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-row svg {
  display: block;
}

.video-row .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
  width: 72px;
  height: 72px;
  max-width: none;
  border-radius: 0;
}

.video-row .video-play-btn:focus {
  outline: 2px solid rgba(229, 230, 230, 0.8);
  outline-offset: 4px;
}

.america250-fuels-title {
  margin-top: -135px;
  z-index: 10;
  position: relative;
}

.g-32 {
  gap: 32px;
}

.mt-n40 {
  margin-top: -40px;
}

.america250-history {
  padding: 96.5px 0;
}

.mt-n25 {
  margin-top: -2.5%;
}

.america250-timeline-2 {
  margin-left: 2297px;
  gap: 368px;
}

.page-template-page-lp .timeline .america250-timeline-line {
  margin-left: -393px;
}

.america250-timeline-2 h2 {
  width: 443px;
}

.america250-timeline h2 {
  width: 443px;
}

.page-template-page-lp .america250-timeline .timeline-hidden {
  display: none !important;
}

.page-template-page-lp .america250-timeline-flag .img-container {
  width: 65px;
  height: 65px;
  background: var(--secondary);
  position: absolute;
  right: 0;
}

.page-template-page-lp .america250-timeline-flagpole {
  width: 5px;
  height: 170px;
}

.page-template-page-lp .america250-timeline-line {
  gap: 16px;
  margin-left: -893px;
  transition: margin-left 900ms ease;
}

.page-template-page-lp .america250-timeline-line span {
  display: block;
  width: 5px;
  height: 20px;
  background: #000;
}

.page-template-page-lp .america250-timeline-line .red-line {
  width: 5px;
  height: 47px;
  background: var(--secondary);
}

.page-template-page-lp .america250-icons {
  padding: 200px 0 144px;
}

.page-template-page-lp .america250-icon-card {
  background: var(--tertiary);
  color: white;
  padding: 80px 32px 32px 32px;
  padding: 80px 48px 48px 48px;
}

.page-template-page-lp .card-container:nth-child(2) .america250-icon-card {
  padding: 80px 32px 32px 32px;
}

.page-template-page-lp .america250-icon {
  position: absolute;
  top: -93.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 165px;
  height: 165px;
}

.page-template-page-lp .america250-icon-card h3 {
  font-size: 2rem;
}

.page-template-page-lp .america250-icon-card p {
  color: rgba(229, 230, 230, 0.95);
}

.page-template-page-lp footer .site-logo img {
  max-width: 700px;
}

/*  - 3b. Thank You Page  */
.page-template-page-thankyou #masthead {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.page-template-page-thankyou footer {
  display: none;
}

.page-template-page-thankyou .america250-thankyou {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: linear-gradient(90deg, rgba(6, 16, 45, 0.58) 0%, rgba(6, 16, 45, 0.58) 100%);
}

.page-template-page-thankyou video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-template-page-thankyou .america250-thankyou-overlay {
  height: 100vh;
}

.page-template-page-thankyou .america250-thankyou-header {
  width: 100%;
}

.page-template-page-thankyou .america250-thankyou-script {
  line-height: 0.8;
  opacity: 0.8;
  padding-top: 154px;
}

.page-template-page-thankyou h1 {
  line-height: 1.05;
  /* margin-top: -2.25rem; */
  margin-top: 2.25rem;
}

.page-template-page-thankyou .america250-thankyou-body {
  max-width: 770px;
}

.page-template-page-thankyou .america250-thankyou-body p {
  margin-bottom: 11px;
}

.page-template-page-thankyou .america250-thankyou-body h2 {
  color: white;
}

.page-template-page-thankyou .america250-thankyou-paid {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 40;
  color: rgba(229, 230, 230, 0.5);
  font-size: 12px;
  width: calc(100% - 24px);
  margin: 0 !important;
  text-align: center;
}

footer img {
  max-width: 345px;
}

/* ------------------------------ 
    3. End Main Content
------------------------------ */