/* @import '/wp-content/themes/larose-theme/assets/css/eliezer.css'; */
/*
 Theme Name:   LaRose Website
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Frank LaRose
 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:  larose-theme
*/


/* ========= COLOR REFERENCES ========= */
:root {
	--red: #A12B2F;
	--blue: #002A50;
	--gray: #717171;
}

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


/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
		- Gravity Forms
		- Privacy Policy
/* ==================================== */


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

h1,
.h1 {
	font-family: "rift", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 135px;
	line-height: 140px;
	color: var(--red);
}

h2,
.h2 {

	font-family: "industria-serif-variable", sans-serif;
	font-variation-settings: "wdth"500, "wght"700;
	/* font-weight: bold; */
	font-style: normal;
	font-size: 76px;
	line-height: 74px;
	color: var(--red);
}

h3,
.h3 {
	font-family: "rift", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 36px;
	line-height: 42px;
	color: var(--red);
	text-transform: uppercase;
}

h4,
.h4 {
	font-family: "rift", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	letter-spacing: -0.01em;
	line-height: 30px;
	color: var(--blue);
}

p,
.p {
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 24px;
	color: #717171;
}

.small {
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	letter-spacing: -0.01em;
	line-height: 20px;
	color: #717171;
}

a,
a.anchor-theme {
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
	color: var(--blue);
	text-decoration: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

a:hover,
a:focus,
a.anchor-theme:hover,
a.anchor-theme:focus {
	color: var(--red);
	text-decoration: none;
}

.btn-red-small {
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 40px;
	color: #fff;
	background: var(--red);
	border: 1px solid var(--red);
	border-radius: 0;
	padding: 5px 30px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transform: all .3s ease-in-out;
}

.btn-red-small:hover,
.btn-red-small:focus,
.btn-red-small:active {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #fff;
}

.btn-red {
	font-family: "rift", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 28px;
	letter-spacing: -0.01em;
	line-height: 40px;
	color: #fff;
	background: var(--red);
	border: 1px solid var(--red);
	border-radius: 0;
	padding: 1px 30px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transform: all .3s ease-in-out;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #fff;
}

.btn-blue {
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 20px;
	color: #fff;
	background: var(--blue);
	border: 1px solid var(--blue);
	border-radius: 30px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transform: all .3s ease-in-out;
}


.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
	background: var(--red);
	border: 1px solid var(--red);
	color: #fff;
}

h1.cursive,
.h1.cursive {
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 80px;
	line-height: 80px;
	color: var(--blue);
	text-transform: none;
}

h2.cursive,
.h2.cursive {
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 50px;
	line-height: 50px;
	color: var(--blue);
	text-transform: none;
}

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




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

body {
	font-family: "ibm-plex-sans", sans-serif !important;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
	color: var(--gray);
	background: #fff;
}

#home {
	background: #F7F7F7 !important;
}

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

.industria {
	font-family: "industria-serif-variable", sans-serif;
	font-variation-settings: "wdth"500, "wght"700;
}

.ibmplexsansReg {
	font-family: "ibm-plex-sans", sans-serif;
}

.ibmplexsnasBlod {
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 80px;
}

.opacity-1 {
	opacity: 1;
}

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

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

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

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

.white {
	color: #fff !important;
}

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

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

.f-500 {
	font-weight: 500;
	/* Book */
}

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

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

.font-35 {
	font-size: 35px;
	line-height: 40px;
}

.italic {
	font-style: italic;
}

.normal {
	font-style: normal;
}

.letter-space-normal {
	letter-spacing: normal;
}

.letter-space-6 {
	letter-spacing: 0.06em;
}

.letter-space-2 {
	letter-spacing: 0.02em;
}

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

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: none;
}

section {
	position: relative;
}

.no-padding {
	padding: 0;
}

.z-1 {
	z-index: 1;
}

.z-2 {
	z-index: 2;
}

img {
	width: 100%;
}

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

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

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

.bg-gray {
	background: #F0F0F0;
}

.bg-light-gray {
	background: #F7F7F7;
}

.bg-dark-gray {
	background: #EBEBEB;
}

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

/* Nav - Desktop */
.nav-bar {
	min-height: 80px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.nav-phone {
	position: absolute;
	right: 30px;
	bottom: 80px;
}

.desktop-navigation {
	color: #fff;
}

.desktop-navigation .main-menu-item {
	padding: 20px;
	color: var(--red) !important;
}

.main-menu-item a,
.desktop-navigation .main-menu-item span {
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 20px;
	color: var(--red);
}

.desktop-navigation .main-menu-item a.active,
.mobile-navigation .main-menu-item a.active {
	color: var(--red) !important;
	font-weight: bold;
	letter-spacing: 0.03em;
	/* border-bottom: 2px solid var(--blue); */
	padding-bottom: 5px;
}

.footer .main-menu-item .sub-menu-item a.active {
	color: var(--blue) !important;
}

.main-menu-item .sub-menu-item a.active {
	color: var(--red) !important;
}

.desktop-navigation .has-sub-menu:hover a {
	color: var(--blue) !important;
}

.desktop-navigation .main-menu-item.has-sub-menu .fa-angle-down {
	position: relative;
	top: 2px;
}

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

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

ul.nav ul {
	display: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	padding: 0;
	right: calc(50% - 157px);
	top: 0;
	transform: translateY(0em);
	min-width: 220px;
	width: 100%;
	list-style: none;
	transition: all .3s ease-in-out;
	z-index: 99;
	margin-top: 36px;
	background: var(--white);
	border-bottom: 3px solid #fff;
}

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

ul.nav .sub-menu:after {
	content: "";
	height: 20px;
	position: absolute;
	top: -20px;
	left: 15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid var(--red);
	width: 20px;
}

ul.nav .has-sub-sub-menu a {
	border: none !important;
}

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

ul.nav li:hover>ul {
	display: block;
	visibility: visible;
	opacity: 1;
	transform: translateY(28px);
	box-shadow: 0 6px 12px 0 rgb(0 0 0 / 18%);
}

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

.desktop-navigation .sub-menu-item {
	padding: 0 10px;
	margin: 5px 0;
}

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

.desktop-navigation .sub-menu-item a:hover {
	font-weight: 400;
	/* border-left: 1px solid var(--pink); */
	padding: 10px 8px;
}

.desktop-navigation .sub-menu-item a {
	display: block;
	transition: all .3s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transform: all .2s ease-in-out;
}

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

.brand-logo img {
	max-width: 163.44px;
}

footer .brand-logo img {
	max-width: 220.59px !important;
}

.has-sub-sub-menu.sub-menu-item {
	padding-top: 10px;
}

.has-sub-sub-menu.sub-menu-item a {
	padding-bottom: 0;
}

ul.nav ul ul.sub-sub-menu {
	position: relative;
	min-width: 0;
	display: block;
	visibility: visible;
	margin-top: 0;
	padding-top: 0 !important;
	opacity: 1;
	transform: none;
	border: none;
	top: 0;
	left: 0;
}

ul.nav ul ul.sub-sub-menu a {
	color: #fff;
	font-size: .75em;
	font-weight: 400;
	padding: 0;
}

ul.nav ul ul.sub-sub-menu:before {
	display: none;
}

ul.nav ul ul.sub-sub-menu li:after {
	display: none;
}

/* 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 var(--blue);
	border-top: 5px solid transparent;
}

/* Nav Extras */
header#masthead {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	/* background: rgba(255, 255, 255, 0.7); */
	/* background: transparent; */
}

#masthead.scrolled {
	background: rgba(237, 237, 237, 0.1);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
}

#masthead.scrolled .desktop-navigation .brand-logo img {
	max-width: 80px;
}


#masthead.scrolled .nav-bar {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.brand-logo img {
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.brand-logo img:hover {
	opacity: 0.7;
}

/* #masthead.scrolled .brand-logo img {
	display: none;
}

#masthead.scrolled .brand-logo-color {
	display: block !important;
} */

.brand-logo-color img {
	max-width: 95px;
	/* max-width: 163.44px; */
}

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

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

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

.mobile-navigation .navbar-toggler {
	font-size: 1.5rem;
}

.mobile-nav-btn {
	margin: 5px 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.2) !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: 400;
}

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

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

.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: 0.875em;
	/* 14px */
}

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

.mobile-nav .sub-menu-item .sub-sub-menu {
	display: block !important;
	border: none !important;
}

.mobile-nav .sub-menu-item .sub-sub-menu-item a {
	font-size: .75em;
	padding-left: 25px !important;
}

.mobile-navigation .brand-logo img {
	max-width: 80px;
}

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

.mobile-social-menu {
	padding: 15px 0;
	margin: 25px -20px 0;
}

.social-nav {
	position: absolute;
	right: 30px;
}

.social-icon a {
	background-color: var(--blue) !important;
	width: 22.37px !important;
	height: 22.37px !important;
	padding: 13px !important;
	border-radius: 25px !important;
	color: #EBEBEB !important;
}


.fa-brands {
	font-size: 12px !important;
}

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




/* ------------------------------ 
    3. Start Main Content
------------------------------ */
/* Home Gravity Forms */
#home .form .gform_wrapper input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--white) !important;
	opacity: 1;
}

#home .form .gform_wrapper input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--white) !important;
	opacity: 0.7;
}

#home .form .gform_wrapper input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--white) !important;
	opacity: 1;
}

#home .form .gform_wrapper input:-moz-placeholder {
	/* Firefox 18- */
	color: var(--white) !important;
	opacity: 1;
}

#home .form .gform_wrapper.gravity-theme * {
	display: flex !important;
	box-sizing: border-box;
	align-items: center !important;
	justify-content: space-between !important;
}

#home .gform_footer.top_label {
	margin: 0 !important;
	padding: 0 !important;
}



#home .form .gform_wrapper.gravity-theme .gfield_required {
	display: none;
}

#home .form .gform_wrapper.gravity-theme input[type=color],
#home .form .gform_wrapper.gravity-theme input[type=date],
#home .form .gform_wrapper.gravity-theme input[type=datetime-local],
#home .form .gform_wrapper.gravity-theme input[type=datetime],
#home .form .gform_wrapper.gravity-theme input[type=email],
#home .form .gform_wrapper.gravity-theme input[type=month],
#home .form .gform_wrapper.gravity-theme input[type=number],
#home .form .gform_wrapper.gravity-theme input[type=password],
#home .form .gform_wrapper.gravity-theme input[type=search],
#home .form .gform_wrapper.gravity-theme input[type=tel],
#home .form .gform_wrapper.gravity-theme input[type=text],
#home .form .gform_wrapper.gravity-theme input[type=time],
#home .form .gform_wrapper.gravity-theme input[type=url],
#home .form .gform_wrapper.gravity-theme input[type=week],
#home .form .gform_wrapper.gravity-theme select,
#home .form .gform_wrapper.gravity-theme textarea {
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 20px;
	color: var(--white) !important;
	height: 52px;
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #FFFFFF;
	padding: 5px 10px;
	border-radius: 0;
}

#home .form .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 120px;
}

#home .form .gform_wrapper.gravity-theme .gform_footer,
#home .form .gform_wrapper.gravity-theme .gform_page_footer {
	justify-content: center;
	margin-top: 15px;
	padding: 16px 0 0;
}

#home .form .gform_wrapper.gravity-theme .gform_footer .gform_button {
	font-family: "rift", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 28px;
	letter-spacing: -0.01em;
	line-height: 30px;
	color: var(--red);
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 10px 60px;
	margin-bottom: 0 !important;
	margin-left: 15px;
	justify-content: center !important;
	display: flex !important;
	width: 270px !important;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transform: all .3s ease-in-out;
}

#home .form .gform_wrapper.gravity-theme .gform_footer .gform_button:hover,
#home .form .gform_wrapper.gravity-theme .gform_footer .gform_button:focus {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #fff;
}

#home .form .gform_wrapper.gravity-theme .gform_footer .gform_button:active {
	background: var(--red);
	border: 1px solid var(--red);
	color: #fff;
}

#home .form .gform_confirmation_message {
	color: #fff !important;
	text-align: center;
}


/* Rest of the on the site Gravity Forms */
.form-wrapper .gform_wrapper input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #717171 !important;
	opacity: 1;
}

.form-wrapper .gform_wrapper input::-moz-placeholder {
	/* Firefox 19+ */
	color: #717171 !important;
	opacity: 0.7;
}

.form-wrapper .gform_wrapper input:-ms-input-placeholder {
	/* IE 10+ */
	color: #717171 !important;
	opacity: 1;
}

.form-wrapper .gform_wrapper input:-moz-placeholder {
	/* Firefox 18- */
	color: #717171 !important;
	opacity: 1;
}

.form-wrapper .gform_wrapper.gravity-theme .gfield_required {
	display: none;
}

.form-wrapper .gform_wrapper.gravity-theme input[type=color],
.form-wrapper .gform_wrapper.gravity-theme input[type=date],
.form-wrapper .gform_wrapper.gravity-theme input[type=datetime-local],
.form-wrapper .gform_wrapper.gravity-theme input[type=datetime],
.form-wrapper .gform_wrapper.gravity-theme input[type=email],
.form-wrapper .gform_wrapper.gravity-theme input[type=month],
.form-wrapper .gform_wrapper.gravity-theme input[type=number],
.form-wrapper .gform_wrapper.gravity-theme input[type=password],
.form-wrapper .gform_wrapper.gravity-theme input[type=search],
.form-wrapper .gform_wrapper.gravity-theme input[type=tel],
.form-wrapper .gform_wrapper.gravity-theme input[type=text],
.form-wrapper .gform_wrapper.gravity-theme input[type=time],
.form-wrapper .gform_wrapper.gravity-theme input[type=url],
.form-wrapper .gform_wrapper.gravity-theme input[type=week],
.form-wrapper .gform_wrapper.gravity-theme select,
.form-wrapper .gform_wrapper.gravity-theme textarea {
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: 600 !important;
	font-style: normal;
	font-size: 16px;
	letter-spacing: -0.01em !important;
	line-height: 20px;
	color: #717171 !important;
	height: 40px;
	background: transparent !important;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #A12B2F !important;
	padding: 5px 10px;
	border-radius: 0;
}

.form-wrapper .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 120px;
	border: 2px solid #A12B2F !important;
	margin-top: 1em;
}

.form-wrapper .gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_checkbox,
.form-wrapper .gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_radio {
	grid-column-gap: 0rem !important;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(auto-fill, auto);
}




.form-wrapper .gform_wrapper.gravity-theme .gform_footer,
.form-wrapper .gform_wrapper.gravity-theme .gform_page_footer {
	justify-content: center;
	margin-top: 15px;
	padding: 16px 0 0;
}

.form-wrapper .gform_wrapper.gravity-theme .gform_footer .gform_button {
	font-family: "rift", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 28px;
	letter-spacing: -0.01em;
	line-height: 20px;
	color: #fff;
	background: #A12B2F;
	border: 1px solid #A12B2F;
	border-radius: 0;
	padding: 10px 60px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transform: all .3s ease-in-out;
}

.form-wrapper .gform_wrapper.gravity-theme .gform_footer .gform_button:hover,
.form-wrapper .gform_wrapper.gravity-theme .gform_footer .gform_button:focus {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #fff;
}

.form-wrapper .gform_wrapper.gravity-theme .gform_footer .gform_button:active {
	background: var(--red);
	border: 1px solid var(--red);
	color: #fff;
}

.form-wrapper .gform_confirmation_message {
	color: var(--red);
	text-align: center;
}

.form-wrapper .gform_wrapper.gravity-theme .gfield_label {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 8px;
	padding: 0;
	color: #A12B2F;
	text-transform: uppercase;
}

.form-wrapper p {
	margin-bottom: 1em;
}

.disclaimer.border {
	border: 1px solid #717171 !important;
}

/*  Privacy Policy  */
#privacy-policy h3 {
	margin-top: 40px;
}

#privacy-policy p {
	margin-top: 30px;
}

/* Terms and Conditions */
.terms-conditions h3 {
	margin-top: 40px;
}

.terms-conditions p {
	margin-top: 30px;
}

header .container {
	max-width: 1440px;
	width: 100%;
}

#home .hero .row {
	height: 800px;
}

#home .hero-image-default {
	background: url('/wp-content/uploads/2023/05/1_d_hero.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	height: 699px;
	width: 100%;
}

#home .hero-content {
	position: relative;
	top: 0;
	right: 0;
}

#home .hero-content .h1 {
	line-height: 105px !important;
}

#home .statement {
	padding: 5em 0 0;
}

#home .statement h2 {
	font-size: 46px;
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 47px;
}

#home .statement h2::after {
	content: '';
	max-width: 251px;
	width: 100%;
	height: 2px;
	margin: 0 auto;
	background-color: #6C7D9E;
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
}

#home .statement p {
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}

#home .statement .media-contact {
	font-size: 12px;
	font-weight: 500;
	color: #717171;
}

#home .hero-star-container {
	position: absolute;
	right: -50px;
	height: auto;
	top: -153px;
}

#home .hero-star-container .hero-star {
	width: 45.37px !important;
	
}

/* #home .intro {
	padding: 5em 0;
} */

#home .intro .endorse {
	color: #A12B2F;
	font-size: 2.8em;
	font-weight: 700;
	line-height: 1;
	margin: 80px 0 30px;
}

#home .featured-content {
	max-width: 211px;
	width: 100%;
	height: 166px;
	background-color: #EBEBEB !important;
	margin: 0 auto;
	padding: 1em 0;
}

#home .featured-content:after {
	content: '';
	width: 15px;
	border-bottom: solid 2px #5F7391;
	position: absolute;
	/* left: 0; */
	top: 30%;
	right: -15px;
	z-index: 1;
}

#home .featured-icon {
	width: 44px;
	height: 44px;
	position: absolute;
	left: -30px;
	top: 27px;
}

#home .featured-line {
	width: 100%;
	height: 2px;
	background-color: #5F7391;
}

.star {
	width: 37.37px;
	height: 36.41px;
	margin: 0 10px;
}

.about .star-container {
	position: relative;
}

.star-container {
	display: flex;
	align-items: center;
}

.star-container:before,
.star-container:after {
	flex: 1;
	content: '';
	height: 3px;
	background: #A12B2F;
}

.about .about-content:nth-child(odd) {
	display: flex;
	align-items: center;
}

.about .about-content:nth-child(even) {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.about p {
	margin-bottom: 1.4em;
}

.issues .featured-image {
	width: 100%;
	height: 447px;
}

.issues .featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.news .featured-image {
	width: 100%;
	height: 447px;
}

.news .featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 26%;
}

.hero .container .row {
	height: 699px;
}

.line-height-20 {
	line-height: 20px;
}

.single-featured-image {
	width: 100%;
	height: 447px;
}

.single-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.post-content h5 {
	margin-top: 1.5em;
	margin-bottom: 10px;
	color: #A12B2F !important;
	font-weight: Bold !important;
	text-transform: uppercase;
	font-family: "ibm-plex-sans", sans-serif !important;
	font-size: 16px !important;
}

.post-content h4 {
	margin-top: 1.5em;
	margin-bottom: 10px;
}

.post-content p {
	margin-bottom: 1.5em;
}

.post-content a {
	font-size: 16px;
	color: #717171;
	text-decoration: underline;
}

.post-content .underline {
	text-decoration: underline;
}

.featuredVideo {
	padding: 5em 0;
	border-top: 2px solid #fff;
}

.hero-verified h1 {
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 80px;
	color: #fff;
	text-transform: uppercase;
	line-height: 69px;
}

.hero-verified .hero-content {
	max-width: 445px;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 1;
	background: var(--blue);
	padding: 4em 0 15px;
}

.hero-verified .hero-content .inner-hero-content {
	max-width: 285px;
	width: 100%;
	margin: 0 auto;
	border-left: 9px solid #6C7D9E;
	padding: 0 0 0 2em;

}

.img-verified {
	position: relative;
	right: -150px;
}

.true-false-bar-container img {
	max-width: 285px;
	width: 100%;
	/* margin: 0 auto; */
	margin: 6px 0 0 106px;
}

.verified .slider-nav .slick-track,
.slick-slider .slick-list {
	display: flex;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	flex-direction: column;
	padding: 0 0 !important;
	width: 100% !important;
}

.slider-nav .slide {
	max-width: 350px !important;
	width: 100% !important;
}

.slider-nav .slide img {
	max-width: 123px !important;
	width: 100% !important;
}

.verified .row {
	position: relative;
}

.verified .slide h2 {
	font-size: 46px !important;
	text-transform: capitalize !important;
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: 800;
	font-style: normal;
	line-height: 47px;
	margin-bottom: 1em;
}

.verified .row:before {
	content: '';
	width: 9px;
	height: 84.76px;
	position: absolute;
	/* border: 9px solid #6C7D9E; */
	background-color: #6C7D9E;
	top: 8px;
	left: -25px;
}

.verified-truth {
	max-width: 336px;
	width: 100%;
}

.verified-truth p {
	font-family: "ibm-plex-sans", sans-serif;
	font-weight: 800;
}

.verified .verified-truth-text {
	font-family: "ibm-plex-sans", sans-serif;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #A12B2F;
}

.verified .that-claim {
	max-width: 264.55px;
	width: 100%;
}

.verified .that-claim-text {
	font-family: "ibm-plex-sans", sans-serif;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #A12B2F;
}

.verified .false-img {
	width: 100%;
	position: relative;
	top: -11px;
}

.img-claim {
	max-width: 510px;
	width: 100%;
	font-size: 100vh;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
}

/* .img-claim p {} */

.verified .source {
	position: relative;
	top: -15px;
}

.verified .source-image {
	width: 98px;
	height: 98px;

}

.verified .line-verified {
	position: absolute;
	top: 0;
	right: -53px;
	width: 1px;
	height: 100%;
	background-color: #707070;
}

.verified button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
}

.verified button.slick-disabled {
	opacity: 0.6;
}

.endorsements h1 {
	font-family: "industria-serif", sans-serif;
	font-size: 4.75em;
	line-height: 1;
	margin: 150px 0 25px;
}

.endorsements .quote {
	position: relative;
	max-width: 460px;
	padding-left: 35px;
}

.endorsements .quote .quote-mark {
	position: absolute;
	left: 0;
	top: 10px;
	color: #002A50;
	font-size: 4.88em;
	font-family: "rift", sans-serif;
}

.endorsements .quote p span {
	display: block;
	color: #A12B2F;
	font-size: .75em;
	font-weight: 700;
}

.endorsements .leaders h2, .endorsements .organization h2{
	color: #002A50;
	font-size: 1.75em;
	text-align: center;
	text-transform: uppercase;
}

.endorsements .leaders ul {
	margin-bottom: 0;
}

.endorsements .leaders ul li {
	list-style-type: none;
}

.endorsements .leaders span {
	color: #A12B2F;
	font-weight: 700;
	text-transform: uppercase;
}

/* .page-template-contact .form-wrapper p {
	line-height: 1em;
} */

.gchoice.gchoice_9_10_1,
.gchoice.gchoice_10_12_1 {
	max-width: 569px;
	width: 100%;
	margin: 0 auto;
	/* margin-left: 2em; */
}

.gchoice.gchoice_10_12_1 {
margin-top: 2em;
}

.page-template-contact .form-wrapper p,
.page-template-volunteer .form-wrapper p,
.page-template-volunteer .form-wrapper a,
.page-template-contact .form-wrapper a {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: -0.01em;
}

.notice {
	margin-top: 7em;
}

.notice p {
	font-size: 12px;
}

.notice a {
	font-size: 12px;
}

/*Default styles for Gravity Forms single-column-form class*/

.single-column-form ul.gfield_checkbox li input[type=checkbox]:checked+label,
.single-column-form ul.gfield_checkbox li input[type=checkbox]:not(:checked)+label {
	margin-left: 19px;
	font-weight: 400;
	font-size: 15px;
}

/*Custom subscribe box for .single-column-form class*/
.single-column-form [type="checkbox"]:not(:checked),
.single-column-form [type="checkbox"]:checked {
	position: absolute !important;
	left: -9999px;
}

.single-column-form [type="checkbox"]:not(:checked)+label,
.single-column-form [type="checkbox"]:checked+label {
	position: relative !important;
	padding-left: 1.0em !important;
	cursor: pointer !important;
}

.single-column-form [type="checkbox"]:not(:checked)+label:before,
.single-column-form [type="checkbox"]:checked+label:before {
	content: '';
	position: absolute;
	left: -50px;
	top: 2px;
	width: 28px !important;
	height: 28px !important;
	border: 2px solid #A12B2F;
	background: #EBEBEB;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
	padding: 2px;
}

.single-column-form [type="checkbox"]:not(:checked)+label:after,
.single-column-form [type="checkbox"]:checked+label:after {
	content: url(/wp-content/themes/larose-theme/assets/images/checkmark.png);
	position: absolute;
	width: 19.58px;
	height: 19.58px;
	top: 8px;
	left: -45px;
	font-size: 1.3em;
	line-height: 0.8;
	background-color: transparent;
	transition: all .2s;
}

/* checked mark aspect changes */
.single-column-form [type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0);
}

.single-column-form [type="checkbox"]:checked+label:after {
	opacity: 1;
	transform: scale(1);
}

/* disabled checkbox */
.single-column-form [type="checkbox"]:disabled:not(:checked)+label:before,
.single-column-form [type="checkbox"]:disabled:checked+label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

.single-column-form [type="checkbox"]:disabled:checked+label:after {
	color: #999;
}

.single-column-form [type="checkbox"]:disabled+label {
	color: #aaa;
}

/*Default styles for Gravity Forms gf_list_3col class*/

.gf_list_3col ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gf_list_3col ul.gfield_checkbox li input[type=checkbox]:not(:checked)+label {
	margin-left: 19px;
	font-weight: 400;
	font-size: 15px;
}

/*Custom subscribe box for .single-column-form class*/
.gf_list_3col [type="checkbox"]:not(:checked),
.gf_list_3col [type="checkbox"]:checked {
	position: absolute !important;
	left: -9999px;
}

.gf_list_3col [type="checkbox"]:not(:checked)+label,
.gf_list_3col [type="checkbox"]:checked+label {
	position: relative !important;
	padding-left: 1.0em !important;
	cursor: pointer !important;
}

.gf_list_3col [type="checkbox"]:not(:checked)+label:before,
.gf_list_3col [type="checkbox"]:checked+label:before {
	content: '';
	position: absolute;
	left: -8px;
	top: 8px;
	width: 15px !important;
	height: 15px !important;
	border: 2px solid #A12B2F;
	background: #ffffff;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
	padding: 2px;
}

.gf_list_3col [type="checkbox"]:not(:checked)+label:after,
.gf_list_3col [type="checkbox"]:checked+label:after {
	content: url(/wp-content/themes/larose-theme/assets/images/checkmark.png);
	position: absolute;
	width: 10.58px !important;
	height: 10.58px !important;
	top: 9px;
	left: -8px;
	font-size: .5em !important;
	line-height: 0.8;
	background-color: transparent;
	transition: all .2s;
}

/* checked mark aspect changes */
.gf_list_3col [type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0);
}

.gf_list_3col [type="checkbox"]:checked+label:after {
	opacity: 1;
	transform: scale(.5);
}

/* disabled checkbox */
.gf_list_3col [type="checkbox"]:disabled:not(:checked)+label:before,
.gf_list_3col [type="checkbox"]:disabled:checked+label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

.gf_list_3col [type="checkbox"]:disabled:checked+label:after {
	color: #999;
}

.gf_list_3col [type="checkbox"]:disabled+label {
	color: #aaa;
}

/* Endorsements */

.endorsements-form .single-column-form [type="checkbox"]:not(:checked)+label:before, .endorsements-form .single-column-form [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
	left: 200px;
    top: 2px;
    width: 28px !important;
    height: 28px !important;
    border: 2px solid #A12B2F;
    background: #EBEBEB;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    padding: 2px;
}

.endorsements-form .single-column-form [type="checkbox"]:not(:checked)+label:after, .endorsements-form .single-column-form [type="checkbox"]:checked+label:after {
    content: url(/wp-content/themes/larose-theme/assets/images/checkmark.png);
    position: absolute;
    width: 19.58px;
    height: 19.58px;
    top: 8px;
	left: 205px;
    font-size: 1.3em;
    line-height: 0.8;
    background-color: transparent;
    transition: all .2s;
}

.endorsements-form .single-column-form [type="checkbox"]:not(:checked)+label, .endorsements-form .single-column-form [type="checkbox"]:checked+label {
    position: relative !important;
    padding-left: 18em !important;
    cursor: pointer !important;
}

.endorsements-form .gchoice.gchoice_11_10_1 {
    margin-top: 2em;
}

.read-more {
	cursor: pointer;
	margin-left: 4em;
	font-weight: Bold !important;
	text-transform: uppercase;
	font-family: "ibm-plex-sans", sans-serif !important;
	color: #002D5D !important;
	font-size: 12px !important;
}

.accordion {
	display: none;
	margin-left: 3em;
	
}

.show-more {
	display: block;
	transition: all .3s ease-in-out;
}
/* ------------------------------ 
    3. End Main Content
------------------------------ */