/*
 Theme Name:   LMOGA LA
 Theme URI:    N/A
 Description:  Custom theme built for LMOGA.
 Author:       N/A
 Author URI:   N/A
 Template:     twentytwentytwo
 Version:      1.7
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  lmoga la
*/


/* ========= COLOR REFERENCES ========= */
:root {
    --prime: #CEA449;
    /* Primary */
    --second: #0855A4;
    /* Secondary */
    --tertiary: #3A6178;
    /* Tertiary */
    --quaternary: #051122;
    /* Quaternary */
    --white: #fff;
    --black: #000;
}

html #wpadminbar {
    display: none !important;
}

/* ------------------------------ 
    1. General Styles
------------------------------ */
@-ms-viewport {
    width: device-width;
}

html {
    overflow-x: hidden;
}

body {
    background-color: #ffffff !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    /* Adjust this on mobile to globally change tags) */
    letter-spacing: 0.01em;
    line-height: 1;
}

h1:not(.site-title):before,
h2:before {
    display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p,
a,
button,
input,
.btn,
a.btn {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

h1,
.h1 {
    font-family: bodoni-urw, serif;
    font-weight: 300;
    font-size: 3.500em;
    /* 56px */
    line-height: 1;
}

h2,
.h2 {
    font-family: bodoni-urw, serif;
    font-weight: bold;
    font-size: 2.188em;
    /* 35px */
    line-height: 1;
    letter-spacing: .1em;
}

h3,
.h3 {
    font-family: bodoni-urw, serif;
    font-weight: bold;
    font-size: 1.250em;
    /* 20px */
}

p,
.p {
    color: var(--second);
    font-weight: 400;
    font-size: 1.19em;
    /* 19px */
}

a {
    color: #3A6178;
    transition: all .33s ease-in-out;
    text-decoration: none !important;
}

a:visited,
a:focus {
    outline: 0;
    text-decoration: none;
}

.btn-red {
    background-color: var(--prime);
    color: #fff !important;
    font-weight: 700;
    line-height: 1;
    padding: 7px 10px;
}

.btn-red:hover {
    color: #fff;
    background-color: var(--second);
}

ul {
    padding-left: 20px;
}

b,
strong {
    font-weight: 700;
}

#masthead #logo_full_color,
#masthead .brand-logo img {
    max-width: 141px;
    width: 100%;
}

.bg-hero-img {
    width: 844px;
    position: absolute;
    top: 0;
}

.freight {
    font-family: freight-macro-pro, serif;
}

.letter-space-3 {
    letter-spacing: 0.03em;
}

.white {
    color: #fff !important;
}

.black {
    color: #000 !important;
}

.offWhite {
    color: #F4F4F4 !important;
}

.red {
    color: #9F0D1D !important;
}

.blue {
    color: #3A6178 !important;
}

.darkBlue {
    color: #383838 !important;
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: none;
}

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

.thick {
    font-weight: 800;
    /* Extra-Bold */
}

.italic {
    font-style: italic;
}

.normal {
    font-style: normal;
}

/* section {
    position: relative;
} */

img {
    width: 100%;
}

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

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

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

.bg-tan {
    background: #fbc88e;
}

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

.bg-darkGray {
    background: #4e4e4e;
}

.bg-offWhite {
    background: #F4F4F4;
}

.bg-transparent {
    background: transparent;
}

.container {
    max-width: 1110px !important;
}

.container-fluid {
    padding: 0 !important;
}

.hr {
    background-color: var(--prime);
    width: 100%;
    height: 1px;
    margin: 0 auto 65px;
}

.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email] {
    color: var(--quaternary);
    font-size: 1.19em;
    text-align: center;
    padding: 10px;
    border: none;
    border-radius: 10px;
}


.gform_confirmation_message {
    font-size: 1.25em;
    font-weight: 700;
    text-align: center;
}


/* ------------------------------ 
   Header
------------------------------ */
header {
    position: absolute;
    top: 0;
    width: 100%;
}





/* ------------------------------ 
   Navigation
------------------------------ */

/***  Desktop Navigation  ***/
.nav-bar {
    min-height: 80px;
}

.desktop-navigation {
    color: #191919;
}

.main-menu-item a,
.desktop-navigation .main-menu-item span {
    font-weight: 400;
    font-size: 1.19em;
    /* 19px */
    letter-spacing: 0.01em;
    line-height: 1;
    color: #191919;
    transition: all .5s ease-in-out;
    padding: 0 25px;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
}

.main-menu-item a:hover,
.desktop-navigation .main-menu-item span:hover {
    color: var(--prime);
    text-decoration: none;
}

.main-menu-item:first-of-type a,
.main-menu-item:first-of-type span {
    padding-left: 0;
}

.main-menu-item:last-of-type a,
.main-menu-item:last-of-type span {
    padding-right: 0;
}

#home #itemHome a,
#what-is-css .nav li:nth-child(2) a,
#learn-more #itemLearnMore a,
#involved #itemGetInvolved a {
    color: var(--prime);
    font-weight: 700;
}

#itemSignUpForOurNewsletter a {
    background-color: var(--prime);
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 14px 20px;
    border-radius: 10px;
}

#itemSignUpForOurNewsletter a:hover {
    color: #fff !important;
    background-color: var(--second);
}

/* Sub-Menu */
ul.nav li {
    position: relative;
}

ul.nav ul {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 0;
    /* right: calc(50% - 130px); */
    top: 100%;
    width: auto;
    list-style: none;
    transition: all .33s ease-in-out;
    z-index: 99;
    margin-top: 26px;
    border-bottom: 3px solid;
}

ul.nav ul:before {
    content: "";
    height: 26px;
    position: absolute;
    top: -26px;
    right: 0;
    width: 100%;
}

ul.nav ul:after {
    content: "";
    height: 20px;
    position: absolute;
    top: -20px;
    left: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #215aa8;
    width: 20px;
}

ul.nav ul ul {
    top: 0;
    left: 100%;
}

ul.nav li:hover>ul {
    /* display: block; */
    visibility: visible;
    opacity: 1;
}

ul.nav ul li {
    min-width: 260px;
}

.desktop-navigation .sub-menu-item {
    padding: 0 20px;
}

.desktop-navigation .sub-menu-item .border-bottom {
    padding: 10px 2px;
}

.desktop-navigation .sub-menu-item a:hover {
    color: #fff;
}

.desktop-navigation .sub-menu-item a {
    display: block;
    transition: none;
}

.desktop-navigation .sub-menu-item:last-of-type .border-bottom {
    border: 0 !important;
}

.sub-menu-item a {
    color: #3B3B3A;
    font-size: .875em;
    line-height: 1em;
    font-weight: 300;
    padding: 0;
}

.navbar-nav {
    background-color: rgba(0, 0, 0, .8);
}

/* Sub-Menu With Children */
ul.nav ul li.has-sub:after {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
}

/* Nav Extras */
.desktop-navigation .btn {
    font-size: 1em;
}

/*** Mobile Navigation ***/
.navbar {
    padding: 0;
    position: unset;
}

#mobile-navigation {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    height: calc(100vh - 70px);
    z-index: 2;
}

.mobile-nav .navbar-toggler {
    line-height: normal;
    width: auto;
    background: none;
}

.mobile-nav-btn {
    padding: 20px;
    font-weight: 100;
    background: transparent !important;
}

.mobile-nav ul {
    list-style-type: none;
    padding: 30px 20px 10px 20px;
}

.mobile-nav li {
    border-top: 1px solid rgba(255, 255, 255, 0.175) !important;
    border-bottom: 0;
    border-right: 0 !important;
    padding: 10px 15px;
    color: #fff;
}

.mobile-nav li:nth-child(1) {
    border-top: 0 !important;
}

li.sub-menu-item:first-of-type a {
    padding-top: 0;
}

.mobile-nav .menu-item-has-children:first-of-type {
    border: 0 !important;
}

.mobile-nav li a:after {
    display: none;
}

.mobile-nav ul li a {
    color: #fff;
    display: inline-block;
    z-index: 1;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.mobile-nav ul li a {
    color: #fff;
}

.mobile-nav ul li a:hover,
.mobile-nav ul li a:visited {
    padding-left: 7px;
    text-decoration: none;
}

.mobile-nav ul ul {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px 0;
}

.mobile-nav ul ul li {
    line-height: 1;
    border: 0;
}

.mobile-nav ul ul a {
    font-size: .85em;
    padding: 10px 0;
}

.mobile-nav ul ul ul a {
    padding-left: 80px !important;
}

.mobile-nav .sub-menu-item:first-of-type {
    border: 0 !important;
}

.mobile-nav .sub-menu-item a {
    font-weight: 400 !important;
}

.dropdown-caret svg {
    color: #fff;
    margin-left: 10px;
}

.dropdown-caret {
    padding-right: 20px;
    position: absolute;
    right: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
    z-index: 999;
}




/* ------------------------------ 
    Footer
------------------------------ */
footer {
    background-color: transparent;
}

footer a:hover {
    text-decoration: none !important;
}


.footer-logo-wrap {
    max-width: 255px;
}

.footer-logo-wrap svg {
    width: 100%;
}

.footer-links {}

.footer-links ul {
    padding: 0;
}

.footer-links ul li {
    margin-top: 30px;
    list-style-type: none;
}

.footer-links ul li a {
    color: var(--second);
    font-size: .94;
    font-weight: 600;
    padding: 0;
}

.footer-links ul li a:hover {
    color: var(--prime);
}

.footer-bottom {
    background-color: var(--prime);
    overflow: hidden;
}

.footer-bottom img {
    margin: -20px 0 -60px;
}








/* ------------------------------ 
    Main Styles
------------------------------ */

/* Responsive Videos & YouTube */

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

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

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    box-shadow: 0px 17px 5px -10px rgba(0, 0, 0, 0.5);
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*  - 3c. YouTube Playlist */
#ypt_wrapper {
    width: 100%;
    background: #131313;
    color: #fff;
    overflow: hidden;
    max-width: 100%;
}

#ypt_thumbs div {
    list-style: none;
    margin: 0;
    position: relative;
    font-size: 0;
}

#ypt_thumbs div::after {
    content: "\25b6";
    display: block;
    width: 100px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    font-size: 30px;
    text-align: center;
    color: #215aa8;
    height: 70px;
    border-radius: 20%;
    line-height: 70px;
    margin-left: calc(50% - 50px);
    bottom: calc(50% - 35px);
    pointer-events: none;
}

#ypt_thumbs div.ypt-now-playing::after {
    display: none;
}

#ypt_thumbs div img {
    width: 100%;
}

#ypt_thumbs div p {
    font-family: arial;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 5%;
    margin: 0;
}

#ypt_thumbs div:hover p {
    display: block;
    cursor: pointer;
}

#ypt_thumbs .ypt-now-playing p {
    display: block;
}

#ypt_thumbs .ypt-now-playing span::after {
    content: "\25b6  Now playing";
    /* A traingle pointing right */
    margin-top: -1em;
    display: block;
    width: 100%;
    padding: 5%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 10px;
}

#ypt_wrapper .video {
    position: relative;
    width: 100%;
    padding-bottom: 48.4%;
    float: left;
}

#ypt_wrapper .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}

/*  - 3d. Video Background */
#video-bg {
    position: absolute;
    /* width: auto; */
    width: 100;
    /* height: auto; */
    height: 100%;
    min-width: 100%;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
}

video {
    display: block;
}

.video {
    position: relative;
    overflow: hidden;
}

.video-container {
    width: 100%;
    max-height: 700px;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: -100;
}

.video-bg-content {
    padding-top: 10vw;
    padding-bottom: 10vw;
}

/*  - 3e. Forms */
input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--quaternary);
}

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

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

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

input#gform_submit_button_2 {
    transition: none !important;
}

#field_2_6{
   margin: 0;
}

#input_2_6{
   display: block;
}

#input_2_6_5{
   margin: 0;
}




/* ------------------------------ 
    Social Icons
------------------------------ */

.social-links .social-icon a {
    background: var(--second);
    color: #fff;
    height: 30px;
    width: 30px;
    padding: 5px;
    border-radius: 50px;
    transition: all .33s ease-in-out;
}

.social-links .social-icon a:hover {
    color: #fff !important;
    background: var(--prime);
}




/* ------------------------------ 
    Hero
------------------------------ */

.hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 500px;
    padding-top: 140px;
    overflow: hidden;
}

.hero h1 {
    font-size: 1em;
    line-height: .9;
    /* margin-top: 45px; */
    margin-bottom: 45px;
}

.hero h1 .part-one {
    display: block;
    color: var(--second);
    font-size: 1.88em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.hero h1 .part-two {
    display: block;
    color: var(--prime);
    font-size: 4.88em;
    font-weight: 500;
}


.hero .form {
    position: relative;
}


.hero .form form {
    position: relative;
    width: 100%;
}

.hero .form {
    background-color: rgba(8, 85, 164, .69);
    backdrop-filter: blur(3px);
    position: relative;
    padding: 20px 0 30px;
}

.hero .form .gradient {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.hero .form .form-container {
    position: relative;
    z-index: 1;
}

.hero .form .gform_title {
    color: #fff;
    font-size: 1.69em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hero .form form .gform_body {
    max-width: 905px;
    width: 100%;
}

.hero .form form .gform_body #gform_fields_1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.hero .form .gform_wrapper.gravity-theme input[type=text],
.hero .form .gform_wrapper.gravity-theme input[type=email] {
    font-size: 1.19em;
}

.hero .form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 7px;
}

.hero .form input[type=text]::placeholder,
.hero .form input[type=email]::placeholder {
    color: var(--quaternary);
    opacity: 1;
}

.hero .form .gform_wrapper.gravity-theme .gform_footer {
    justify-content: end;
    position: absolute;
    bottom: -3px;
    right: 0;
    padding: 0;
    margin: 0 0 0 30px;
}

.hero .form .gform_wrapper.gravity-theme .gform_footer input {
    background-color: var(--prime);
    color: #fff;
    font-size: 1.69em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    padding: 15px 25px;
    margin: 0;
    border-radius: 10px;
    border: none;
}

.hero .form .gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: var(--second);
}




/* ------------------------------ 
    Horizontal Card
------------------------------ */

.horizontal-card {
    display: flex;
    justify-content: center;
    margin-top: 135px;
}

.horizontal-card .container-fluid {
    max-width: 1440px;
}

.horizontal-card .img-side {
    background-size: cover;
    background-position: top center;
}

.horizontal-card .content-side {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.horizontal-card .horizontal-info {
    width: 640px;
}

.horizontal-card h2 {
    color: #3A6178;
    font-size: 1em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.horizontal-card h2 .part-one {
    display: inline-block;
    font-size: 5.25em;
    font-weight: 800;
    margin-left: -55px;
}

.horizontal-card h2 .part-one,
.horizontal-card h2 .two,
.horizontal-card h2 .part-three {
    font-size: 2.25em;
    font-weight: 400;
}

.horizontal-card h2 .part-two {
    font-size: 3em;
    font-family: freight-macro-pro, serif;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize;
}

.horizontal-card h2 .part-four {
    display: block;
    color: #9F0D1D;
    font-size: 4.13em;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 20px;
}

.horizontal-card h2,
.horizontal-card .desc {
    padding-left: 55px;
}

.horizontal-card.left .content-side {
    background-image: linear-gradient(to right, #fff 80%, #F4F4F4) !important;
}

.horizontal-card.right .content-side {
    background-image: linear-gradient(to left, #fff 80%, #F4F4F4) !important;
}




/* ------------------------------ 
   Page Heading
------------------------------ */
.page-heading {
    padding: 220px 0 0;
}

.page-heading h1 {
    font-size: 1em;
}

.page-heading h1 .part-one {
    display: block;
    color: #9F0D1D;
    font-size: 5.38em;
    font-weight: 800;
    text-transform: uppercase;
}

.page-heading h1 .part-two {
    color: #3A6178;
    font-size: 2.25em;
    font-weight: 400;
    text-transform: uppercase;
}

.page-heading h1 .part-three {
    color: #3A6178;
    font-size: 3em;
    font-family: freight-macro-pro, serif;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize;
    padding-left: 18px;
}




/* ------------------------------ 
   Text Overlay
------------------------------ */

.text-overlay {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.text-overlay .container-fluid {
    max-width: 1440px;
}

.text-overlay .img-side {
    background-size: cover;
    background-position: top center;
    height: 535px;
}

.text-overlay .content-side {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
}

.text-overlay .overlay-info {
    width: 540px;
    padding: 0 0 0 45px;
}

.text-overlay .overlay-info .hr {
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
}

.text-overlay .overlay-info .desc {
    display: none;
}

.text-overlay h2 {
    color: #3A6178;
    font-size: 2.18em;
    line-height: 1;
    margin-bottom: 20px;
}

.text-overlay .btn-red {
    display: inline-block;
    margin-top: 10px;
}


/* ------------------------------ 
   Share Buttons
------------------------------ */
a.share-facebook {
   background: #3b5998;
   border-radius: 5px;
   color: #fff;
   font-weight: 700;
}

a.share-twitter {
   background: #1DA1F2;
   border-radius: 5px;
   color: #fff;
   font-weight: 700;
}

.share-facebook img {
   background: #fff;
   border-radius: 100px;
   padding: 5px;
   width: 25px;
   margin-right: 10px;
   margin-left: 10px;
}

.share-twitter img {
   background: #fff;
   border-radius: 100px;
   padding: 5px;
   width: 25px;
   margin-right: 10px;
   margin-left: 10px;
}

a.share-link:hover,
a.share-link:focus {
   color: #fff !important;
}

.share-facebook .bd-left {
   border-left: 1px solid #355089;
   padding: 10px;
}

.share-twitter .bd-left {
   border-left: 1px solid #1a91da;
   padding: 10px;
}


/* ------------------------------ 
   Form Overlay
------------------------------ */

.form-overlay {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.form-overlay .container-fluid {
    max-width: 1440px;
}

.form-overlay .img-side {
    background-size: cover;
    background-position: top center;
    height: 535px;
}

.form-overlay .content-side {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.form-overlay .overlay-info {
    max-width: 450px;
    width: 100%;
    padding: 36px;
}

.form-overlay .overlay-info .gform_title {
    color: var(--prime);
    font-size: 1.32em;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: solid 2px var(--prime);
    text-align: center;
}

.form-overlay .overlay-info .gform_description {
    display: block;
    color: var(--quaternary);
    font-size: 1.19em;
    margin-bottom: 20px;
    text-align: center;
}

.form-overlay.left .overlay-info,
.form-overlay.right .overlay-info {
    background-color: #fff;
    border: solid 4px #DCE4F0;
    border-radius: 25px;
}

.form-overlay .btn-red {
    display: inline-block;
    margin-top: 10px;
}

.form-overlay .form form {
    position: relative;
}

.form-overlay .form .gform_wrapper.gravity-theme input[type=text],
.form-overlay .form .gform_wrapper.gravity-theme input[type=email],
.form-overlay .form .gform_wrapper.gravity-theme input[type=tel] {
    background-color: #F4F4F4;
    font-size: 15px;
    padding: 5px 17px;
    border: none;
}

.form-overlay .form .gform_wrapper #field_1_3 {
    width: 245px;
}

.form-overlay .form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 7px;
}

.form-overlay .form input[type=text]::placeholder,
.form-overlay .form input[type=email]::placeholder {
    color: var(--quaternary);
    opacity: 1;
}

.form-overlay .gform_wrapper.gravity-theme .gfield_checkbox label {
    color: #383838;
    opacity: .7;
}

.form-overlay .form .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
    margin: 10px 0 0;
}

.form-overlay .form .gform_wrapper.gravity-theme .gform_footer input {
    background-color: var(--prime);
    color: #fff;
    font-size: 1.19em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 25px;
    margin: 0;
    border-radius: 25px;
    border: none;
}

.form-overlay .form .gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: var(--second);
}

.form-overlay #field_2_8 {
    margin: 15px 0;
}





/* ------------------------------ 
    Events &  Upcoming News
------------------------------ */
.news {
    margin: 170px 0 140px;
}

.events {
    padding-top: 170px;
}

.news-content {
    position: relative;
}

.news-content img {
    width: auto;
}

.news-content .btn-red {
    display: inline-block;
}

.events h2,
.news h2 {
    color: #3A6178;
    font-size: 2.25em;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.events h3,
.news h3 {
    color: #3A6178;
    font-size: 1.25em;
    font-weight: 700;
    margin: 0;
}

.events .event-date,
.news .news-date {
    position: relative;
    color: #9F0D1D;
    font-family: freight-macro-pro, serif;
    font-size: 1.13em;
    font-weight: 700;
    font-style: italic;
}

.events address {
    color: #3A6178;
    font-size: .94em;
    font-weight: 400;
    margin: 25px 0;
}

.events p,
.news p {
    color: #383838;
    font-size: .94em;
}

.news .news-date {
    margin-bottom: 25px;
}

.news .news-date::after {
    background-color: #9F0D1D;
    content: ' ';
    position: absolute;
    top: 50%;
    max-width: 100%;
    height: 2px;
    margin: 2px 0 0 0;
    left: 121px;
    right: 0;

}




/* ------------------------------ 
    News All
------------------------------ */
.news {
    margin-bottom: 115px;
}

.news .news-date {
    margin-bottom: 10px;
}




/* ------------------------------ 
    News / Post Single
------------------------------ */
.single-post-news {
    margin: 100px 0 85px;
}

.single-post-news .news-content {
    background-image: linear-gradient(to right, #fff 80%, #F4F4F4) !important;
    padding: 95px;
    box-shadow: 0 3px -4px rgba(0, 0, 0, .04);
}

.single-post-news h2 {
    color: #3A6178;
    font-size: 1.25em;
    font-weight: 700;
    margin: 0;
}

.single-post-news .news-date {
    position: relative;
    color: #9F0D1D;
    font-family: freight-macro-pro, serif;
    font-size: 1.13em;
    font-weight: 700;
    font-style: italic;
}

.single-post-news p {
    color: #383838;
    font-size: .94em;
}

.single-post-news .news-date {
    margin-bottom: 10px;
}

.single-post-news .news-date::after {
    background-color: #9F0D1D;
    content: ' ';
    position: absolute;
    top: 50%;
    max-width: 100%;
    height: 2px;
    margin: 2px 0 0 0;
    left: 121px;
    right: 0;

}

.post-template-default .news {
    margin-top: 0;
}

.post-template-default .news .container {
    padding: 0 172px;
}




/* ------------------------------ 
    Privacy & Terms
------------------------------ */
#privacy-policy {
    padding-top: 100px;
}

#terms h2,
#privacy-policy h2 {
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 10px;
}

#terms .page-content a,
#privacy-policy .page-content a {
    color: var(--quaternary);
    font-weight: 600;
}

#terms .page-content a:hover,
#privacy-policy .page-content a:hover {
    color: var(--prime);
}

#terms h3 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 3px;
}

#terms h4,
#terms h5 {
    font-size: 1em;
    font-weight: 600;
}

#terms ol li {
    margin-bottom: 5px;
}




/* ------------------------------ 
    Pagination
------------------------------ */

.page-numbers {
    color: #3A6178;
    font-weight: 700;
    margin: 2px;
    padding: 5px 10px;
    border: solid 2px #3A6178;
}

.page-numbers.current {
    color: #fff;
    background-color: #3A6178;
}

.page-numbers:hover {
    color: #fff;
    background-color: #9F0D1D;
    border: solid 2px #9F0D1D;
}





/* ------------------------------ 
   Home
------------------------------ */
.opportunity {
    padding: 45px 0;
}

.opportunity p {
    font-size: 1.69em;
}

.opportunity h2 {
    color: var(--prime);
    font-size: 4.88em;
    text-align: center;
    line-height: 1;
    margin-top: 30px;
}

#home {
    background-color: #DCE4F0 !important;
}

#home .page-content {
    background-image: url(/gehudim/sites/211/2022/12/home-bgv3.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

#home .text-overlay .row {
    justify-content: center;
}

#home .text-overlay .overlay-info {
    max-width: 585px;
    width: 100%;
}

#home .text-overlay .overlay-info p {
    margin-bottom: 40px;
}

#home .text-overlay .overlay-info ul {
    padding-left: 40px;
}

#home .text-overlay .overlay-info ul li {
    position: relative;
    color: var(--second);
    font-size: 1.38em;
    font-weight: 800;
    margin-bottom: 15px;
    list-style-type: none;
}

#home .text-overlay .overlay-info ul li:before {
    background-image: url(/gehudim/sites/211/2022/12/check.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    content: '';
    width: 27px;
    height: 27px;
}

#home .text-overlay .img-side {
    height: 100%;
    margin-bottom: 30px;
}

#post-7 {
    background-image: linear-gradient(to bottom, rgba(220, 228, 240, .9), rgba(255, 255, 255, 0));
}



/* ------------------------------ 
   Get Involved
------------------------------ */
#involved {
    background-image: url(/gehudim/sites/211/2022/12/3_hero_background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 145px;
}

#involved footer {
    background-color: transparent;
}

#involved .gform_wrapper.gravity-theme input[type=text],
#involved .gform_wrapper.gravity-theme input[type=email] {
    background-color: rgba(206, 164, 73, .46);
    color: var(--quaternary);
    font-size: 1.19em;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

#involved .form-overlay .row {
    justify-content: space-between;
    align-items: center;
}

#involved .form-overlay .form .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
    margin: 10px 0 0;
}

#involved .form-overlay .form .gform_wrapper.gravity-theme .gform_footer input {
    font-size: 1.88em;
    width: 100%;
    padding: 20px 10px;
    border-radius: 10px;
}

#involved .form-overlay .img-side img {
    max-width: 361px;
}




/* ------------------------------ 
   Learn More
------------------------------ */
#learn-more h2 {
    color: var(--prime);
    font-size: 4.88em;
    font-weight: 500;
}

#learn-more h3 {
    color: var(--prime);
    font-size: 1.88em;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#learn-more .large {
    font-size: 1.88em;
}

#learn-more .cta {
    display: block;
    position: relative;
    color: var(--second);
    font-weight: 900;
    max-width: 445px;
    margin-bottom: 40px;
    padding: 0 0 20px 30px;
    border-bottom: solid 1px var(--prime);
}

#learn-more .cta:before {
    background-image: url(/gehudim/sites/211/2022/12/chevron.svg);
    content: '';
    width: 15px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 18px;
}



/* ------------------------------ 
   What is CSS
------------------------------ */
h2.what {
    background-color: var(--prime);
    color: #fff;
    text-align: center;
    padding: 70px 0;
    margin-bottom: 90px;
}

.text-overlay.map .img-side {
    text-align: center;
    max-width: 455px;
    width: 100%;
    padding: 0 15px;

}

.text-overlay.map .img-side img {
    margin-top: 80px;
    max-width: 338px;
}

.text-overlay.map .overlay-info {
    max-width: 631px;
    width: 100%;
    padding: 0;
}

.text-overlay.map .content-side {
    padding-bottom: 30px;
}

#learn-more .text-overlay.map .cta {
    max-width: 100%;
    margin-bottom: 0;
    border: none;
}

.text-overlay.industry .row {
    border-bottom: solid 1px var(--prime);
}

.text-overlay.industry .container {
    position: relative;
    overflow: hidden;
}


.text-overlay.industry .overlay-info {
    max-width: 631px;
    width: 100%;
    padding: 0;
}

.text-overlay.industry .img-side {
    max-width: 800px;
    position: absolute;
    right: -200px;
    order: 1;
}

.text-overlay.industry .content-side {
    position: relative;
    z-index: 3;
    padding-bottom: 30px;
}

#learn-more .text-overlay.industry h2 {
    font-size: 4em;
    line-height: 1;
}

.text-overlay.industry .overlay-info img {
    margin-top: 30px;
}

.text-overlay.globe {
    margin-top: 100px;
}

.text-overlay.globe .row {
    justify-content: space-between;
}

.text-overlay.globe .img-side {
    max-width: 508px;
    width: 100%;
}

.text-overlay.globe .img-side img {
    margin-left: -100px;
}

.text-overlay.globe .content-side {
    display: flex;
    justify-content: end;
    width: 600px;
    padding: 50px 0 0;
}

.text-overlay.globe .content-side .overlay-info {
    width: 445px;
    padding: 0;
}

.text-overlay.globe .prime {
    color: var(--prime);
    font-size: 1.88em;
    text-transform: uppercase;
}

.text-overlay.globe .quaternary {
    color: var(--quaternary);
}

/* ------------------------------ 
   WHAT IS CCS
------------------------------ */
#what-is-css h2 {
    color: var(--prime);
    font-size: 4.88em;
    font-weight: 500;
}

#what-is-css h3 {
    color: var(--prime);
    font-size: 1.88em;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#what-is-css .large {
    font-size: 1.88em;
}