/*
 Theme Name:   Nnorman MO
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Nnorman MO
 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:  norman-mo
*/

/* ========= COLOR REFERENCES ========= */
:root {
  --offWhite: #E5E6E6;
  --red: #D7272E;
  --blue: #1B2637;
  --lightBlue: #095093;
  --black: #1a1818;
  --gray: #818181;
}

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

/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
	- 3a. Home Page
	- 3b. Meet Page
  - 3c. Priorities Page
  - 3d. Media Page
/* ==================================== */

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

h1,
.h1 {
  font-size: 160px;
  line-height: 0.82;
}

h2,
.h2 {
  font-size: 80px;
  line-height: 1;
}

h3,
.h3 {
  font-size: 32px;
  line-height: 1.0625;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.17;
}

h5,
.h5 {
  font-size: 19px;
  line-height: 1.47;
}

h6,
.h6 {
  font-size: 12px;
}

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

small {
  font-size: 10px;
  line-height: 1.33;
}

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

.menu {
  display: flex;
  list-style: none;
  padding-left: 0;
}

footer .menu {
  justify-content: center;
}

.menu-item {
  padding: 0 10px;
}

.main-menu-more {
  display: none;
}

.nav-link {
  padding: 0.5rem;
}

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

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

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

html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  /* Adjust this on mobile to globally change P-tags :NOT H-tags) */
  color: var(--offWhite);
}

header {
  padding: 16px 32px !important;
}

.inter {
  font-family: "Inter", sans-serif;
}

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

.py-80 {
  padding: 80px 0 !important;
}

.mt-80 {
  margin-top: 80px !important;
}

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

.white {
  color: white !important;
}

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

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

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.fw-300 {
  font-weight: 300;
  /* Light */
}

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

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

.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-blue {
  background: var(--blue);
}

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

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

.gform_button,
button {
  font-weight: 800;
  color: white;
  border: none;
  border-radius: 50px;
  background: var(--red);
  padding: 0 36px;
}

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

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

/* ------------------------------ 
    3. Start Main Content
------------------------------ */
/*  - 3a. Home Page  */
.page-template-page-home .splash {
  background: url("/wp-content/themes/norman-mo/assets/images/1_hero_bg.jpg") lightgray 50% / cover no-repeat;
  background-size: cover;
  padding-top: 74px;
}

footer .site-logo img,
.page-template-page-home .site-logo img {
  max-width: 636px;
  margin: 0 auto;
}

.page-template-page-home .splash .site-logo img {
  padding-bottom: 64px;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--white);
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--white);
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--white);
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--white);
}

.gform-theme--foundation .gform_fields {
  row-gap: 8px !important;
  margin-top: 10px !important;
  margin-bottom: 142px !important;
}

#contact .gform-theme--foundation .gform_fields {
  margin-bottom: 94px !important;
}

.gfield:nth-child(3),
.ginput_container,
.name_first input,
.name_last input {
  margin: 0 !important;
}

.ginput_container_email input {
  width: 100% !important;
}

.name_first input,
.name_last input,
.ginput_container input:not([type="checkbox"]),
.ginput_container_textarea textarea {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5) !important;
  color: white !important;
  background: rgba(0, 0, 0, 0.20) !important;
  border: 1px solid var(--gray);
  border-radius: 4px;
  padding: 8px 16px !important;
}

.name_first input::placeholder,
.name_last input::placeholder,
.ginput_container input::placeholder,
.ginput_container_textarea textarea::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.name_first input:hover,
.name_last input:hover,
.ginput_container input:hover,
.ginput_container_textarea textarea:hover,
.name_first input:focus,
.name_last input:focus,
.ginput_container input:focus,
.ginput_container_textarea textarea:focus {
  outline-color: var(--blue) !important;
  border: 1px solid var(--offWhite) !important;
}

.name_first input:active,
.name_last input:active,
.ginput_container input:active,
.ginput_container_textarea textarea:active {
  /* outline-color: var(--blue) !important;
  border: 1px solid var(--offWhite) !important; */
}

.ginput_container_consent {
  display: flex;
  align-items: center;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border-radius: 4px !important;
  border: 1px solid var(--gray) !important;
  background: rgba(0, 0, 0, 0.20) !important;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 !important;
  border: none;
  font-size: 12px !important;
}

input[type="checkbox"]:before {
  content: "\202A";
  font-size: 1.33em;
  text-align: center;
  line-height: 0.66;
  display: inline-block;
  width: 16px;
  height: 16px;
  color: white;
  border-radius: 5px;
  text-indent: 1px;
}

input[type="checkbox"]:checked:before {
  content: "\2713";
}

.gfield--type-checkbox,
.gfield--type-html {
  margin: 0 16px !important;
}

#contact .options {
  margin: 8px 16px !important;
}

#contact .options .gfield_checkbox {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-template-rows: repeat(auto-fill, auto) !important;
  grid-column-gap: 2rem !important;
}

.splash .gfield--type-checkbox,
.splash .gfield--type-html {
  position: absolute !important;
}

.splash .gfield--type-checkbox {
  top: 48px !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,
.gform-field-label,
.gfield--type-html,
.gfield--type-html a {
  color: rgba(229, 230, 230, 0.5) !important;
}

.gform-field-label {
  margin-left: 8px !important;
}

.gfield--type-html {
  font-family: "Inter", sans-serif !important;
  font-size: 8.6px !important;
  width: 604px !important;
}

.splash .gfield--type-html {
  top: 76px !important;
}

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

.gform_fields,
form {
  position: relative !important;
}

.gform_footer {
  width: fit-content !important;
  position: absolute;
  right: 0;
  top: 95px;
}

#contact .gform_footer {
  position: absolute !important;
  bottom: 60px;
  right: 0;
  margin-top: 0;
}

.gform-button {
  background: var(--blue) !important;
}

.gform_button {
  background: var(--lightBlue) !important;
}

.splash .gform_confirmation_message {
  height: 180px;
  margin-top: 1rem;
}

#contact .gform_confirmation_message {
  height: 327px;
}

.gform_confirmation_message {
  text-align: center !important;
  margin-bottom: 30px;
}

.page-template-page-home .bg-primary {
  padding: 72px 0;
}

.commmitments-row {
  row-gap: 24px;
}

.page-template-page-home .bg-primary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-page-home .bg-primary .bg-white {
  padding: 48px 72px;
}

.page-template-page-home #countdown {
  gap: 32px;
}

.page-template-page-home .countdown-number {
  display: inline-flex;
  gap: 6px;
}

.page-template-page-home .countdown-digit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 48px;
  padding: 0 8px;
  background-color: var(--offWhite);
  color: var(--blue);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

#contact {
  background: radial-gradient(174.36% 55.56% at 68.4% 61.06%, rgba(27, 38, 55, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%), url("/wp-content/themes/norman-mo/assets/images/1_contact_bg.jpg") lightgray 50% / cover no-repeat;
  background: radial-gradient(circle, rgba(27, 38, 55, 0.00) 0%, rgba(0, 0, 0, 1.00) 100%), url("/wp-content/themes/norman-mo/assets/images/1_contact_bg.jpg") lightgray 50% / cover no-repeat;
  background-blend-mode: multiply, normal;
}

#contact h1 {
  margin-top: 112px;
}

/*  - 3b. Meet Page  */
.page-template-page-meet .meet-hero {
  background: radial-gradient(circle at 68% 61%, rgba(27, 38, 55, 0) 0%, rgba(0, 0, 0, 0.85) 100%), url("/wp-content/themes/norman-mo/assets/images/2_hero_bg.jpg") lightgray 50% / cover no-repeat;
}

.page-template-page-meet .meet-hero .bg-secondary {
  width: 412px;
}

.page-template-page-meet [src*="star"] {
  height: 24px;
}

.page-template-page-meet .meet-tags span,
.page-template-page-meet .meet-row h3 span {
  width: 3px;
  height: 24px;
}

.page-template-page-meet .meet-body {
  padding: 128px 0;
}

.page-template-page-meet .meet-body .h-100 {
  padding: 0 11px;
}

.page-template-page-meet .meet-row {
  row-gap: 24px;
}

.page-template-page-meet .meet-image-wrap img {
  min-height: 680px;
  object-fit: cover;
}

/*  - 3c. Priorities Page  */
.page-template-page-priorities .priorities-hero {
  background: linear-gradient(180deg, rgba(27, 38, 55, 0) 23%, rgba(0, 0, 0, 0.8) 80%), url("/wp-content/themes/norman-mo/assets/images/3_hero_bg.jpg") lightgray 50% / cover no-repeat;
  height: 560px;
  z-index: 10;
}

.page-template-page-priorities .priorities-stars {
  gap: 24px;
}

.page-template-page-priorities .priorities-hero .priorities-stars,
.page-template-page-media .media-hero .media-stars {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  gap: 24px;
}

.page-template-page-priorities .priorities-stars img {
  width: 24px;
  height: 24px;
}

.page-template-page-priorities .priorities-body {
  padding: 96px 0 128px;
}

.page-template-page-priorities .priorities-issues {
  max-width: 1186px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-priorities .priority-card {
  background: white;
}

.page-template-page-priorities .priority-card-header {
  background: var(--lightBlue);
  gap: 16px;
  padding: 8px 16px;
  min-height: 84px;
}

.page-template-page-priorities .priority-card-header h3 {
  color: white;
  font-size: 32px;
  line-height: 1.0625;
}

.page-template-page-priorities .priority-card-icon {
  background: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 9px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-page-priorities .priority-card-icon img {
  width: 50px;
  height: 50px;
}

.page-template-page-priorities .priority-bullets li {
  color: #353535;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-left: 27px;
  position: relative;
}

.page-template-page-priorities .priority-bullets li:last-child {
  margin-bottom: 0;
}

.page-template-page-priorities .priority-bullets li::before {
  color: var(--red);
  content: "✓";
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-template-page-priorities .priorities-quote {
  gap: 16px;
  padding: 32px 80px;
}

.page-template-page-priorities .priorities-map {
  padding: 64px 0;
}

.page-template-page-priorities .priorities-map h4 {
  line-height: 1.17;
}

.page-template-page-priorities .priorities-district {
  padding: 64px 0 128px;
}

.page-template-page-priorities .district-content {
  max-width: 1076px;
}

.page-template-page-priorities .district-grid p {
  color: var(--offWhite);
  margin-bottom: 0;
}

.page-template-page-priorities .school-list h4 {
  color: var(--offWhite);
}

/*  - 3d. Media Page  */
.page-template-page-media .media-hero {
  background: linear-gradient(180deg, rgba(27, 38, 55, 0) 23%, rgba(0, 0, 0, 0.8) 85%), url("/wp-content/themes/norman-mo/assets/images/4_hero_bg.jpg") lightgray 50% / cover no-repeat;
  height: 560px;
  z-index: 10;
}

.page-template-page-media .media-stars {
  gap: 24px;
}

.page-template-page-media .media-stars img {
  width: 24px;
  height: 24px;
}

.page-template-page-media .media-body {
  padding: 64px 0 128px;
}

.events-row {
  row-gap: 24px;
}

.page-template-page-media .media-event p {
  color: #353535;
}

.page-template-page-media .media-event a {
  color: var(--lightBlue);
  text-decoration: underline !important;
}

.page-template-page-media .media-separator {
  width: 3px;
  height: 24px;
  display: inline-block;
}

.page-template-page-media .media-section-header h1 {
  line-height: 0.82;
}

.page-template-page-media .media-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-template-page-media .media-card p,
.page-template-page-media .media-release p {
  color: var(--offWhite);
}

.page-template-page-media .media-release a,
.page-template-page-media .media-card a {
  text-decoration: underline !important;
  text-decoration-color: var(--red) !important;
  text-underline-offset: 2px;
}

.page-template-page-media .media-card a.video-thumbnail,
.page-template-page-media .media-section h4 a {
  text-decoration: none !important;
}

#videoContainer {
  height: 400px;
}

.excerpt {
  max-height: 195px;
}

.page-template-page-media .media-gallery {
  overflow-x: auto;
}

.page-template-page-media .media-gallery-main {
  flex: 1 1 auto;
  min-width: 460px;
}

.page-template-page-media .media-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-page-media .media-gallery-thumbs img {
  width: 220px;
  aspect-ratio: 1;
  object-fit: cover;
}

.page-template-page-media .media-gallery-arrow {
  background: transparent;
  border: 0;
  color: var(--lightBlue);
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 80px;
  line-height: 1;
  padding: 0 10px;
}

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