@import url("/wp-content/themes/better-nv-theme/assets/css/arroyo.css");
@import url("/wp-content/themes/better-nv-theme/assets/css/steinbeck.css");
@import url("/wp-content/themes/better-nv-theme/assets/css/arndt.css");
@import url("/wp-content/themes/better-nv-theme/assets/css/owens.css");
@import url("/wp-content/themes/better-nv-theme/assets/css/brog.css");
@import url("/wp-content/themes/better-nv-theme/assets/css/cole.css");
@import url("/wp-content/themes/better-nv-theme/assets/css/rogich.css");
@import url("/wp-content/themes/better-nv-theme/assets/css/edgeworth.css");
@import url("/wp-content/themes/better-nv-theme/assets/css/sande.css");
@import url("/wp-content/themes/better-nv-theme/assets/css/jauregui.css");


/*
 Theme Name:   Better Nevada 2023 Theme
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Better Nevada
 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:  better-nv-theme
*/
/*

font-family: "acumin-pro", sans-serif;
font-weight: 500;
font-style: normal;

font-family: "acumin-pro", sans-serif;
font-weight: 500;
font-style: italic;

font-family: "acumin-pro", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "acumin-pro-semi-condensed", sans-serif;
font-weight: 500;
font-style: normal;

font-family: "acumin-pro-semi-condensed", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "acumin-pro-semi-condensed", sans-serif;
font-weight: 800;
font-style: normal;



/* ========= COLOR REFERENCES ========= */
:root {
	--blue: #276EB6;
	--darkBlue: #051E3A;
	--gray: #535353;
	--lightGray: #EDEDED;
}

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


/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
	- 3a. Home Page
		- Gravity Forms
	- 3b. News Page
	- 3c. Andriola LP
	- 3d. Privacy Policy Page
/* ==================================== */




/* ------------------------------ 
    1. Start Typography
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "acumin-pro-semi-condensed", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	margin: 0;
}

p,
a,
li,
.btn,
button,
input {
	font-family: "acumin-pro", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	margin: 0;
}

h1,
.h1 {
	font-family: "acumin-pro-semi-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 62px;
	line-height: 56px;
	letter-spacing: normal;
	color: var(--darkBlue);
	text-transform: none;
}

h2,
.h2 {
	font-family: "acumin-pro-semi-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 33px;
	letter-spacing: 0.08em;
	line-height: 35px;
	color: var(--darkBlue);
	text-transform: uppercase;
}

h3,
.h3 {
	font-family: "acumin-pro-semi-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 21px;
	line-height: 25px;
	color: var(--darkBlue);
}

h4,
.h4 {
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 18px;
	line-height: 27px;
	color: var(--gray);
}

p,
.p {
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 27px;
	color: var(--gray);
}

.small {
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	line-height: 22px;
	color: var(--gray);
}

a,
a.anchor-theme {
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 27px;
	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;
}

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

.btn-blue,
.search-submit {
	font-family: "acumin-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: var(--blue);
	border: 1px solid var(--blue);
	border-radius: 0;
	padding: 12px 30px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.btn-blue:hover,
.btn-blue:focus,
.search-submit:hover,
.search-submit:focus {
	background: var(--darkBlue);
	border: 1px solid var(--darkBlue);
	color: #fff;
	text-decoration: none;
}

.btn-blue:active,
.search-submit:active {
	background: var(--darkBlue);
	border: 1px solid var(--darkBlue);
	color: #fff;
	text-decoration: none;
}

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




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

body {
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 27px;
	color: var(--gray);
	background: #fff;
}

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

.acumin-pro-semi-condensed {
	font-family: "acumin-pro-semi-condensed", sans-serif;
}

.opacity-1 {
	opacity: 1;
}

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

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

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

.white {
	color: #fff !important;
}

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

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

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

.italic {
	font-style: italic;
}

.normal {
	font-style: normal;
}

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

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

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

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

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

.video-container {
	max-width: 1000px;
	width: 100%;
}

.video-frame {
	aspect-ratio: 16 / 9;
	width: 100%;
}

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

.desktop-navigation {
	color: #fff;
}

.main-menu-item a,
.desktop-navigation .main-menu-item span {
	font-family: "acumin-pro-semi-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 21px;
	letter-spacing: 0.08em;
	line-height: 25px;
	color: #fff;
	margin: 0 15px;
	text-transform: uppercase;
}

.main-menu-item a.active {
	padding-bottom: 5px;
	border-bottom: 3px solid #fff;
}

.main-menu-item .sub-menu-item a.active {
	padding-bottom: 5px;
	border-bottom: 3px solid #fff;
}

/* 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: 0px;
	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(--blue);
	border-bottom: 3px solid #fff;
	text-align: center;
}

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(--blue);
	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(1.3em);
}

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

.desktop-navigation .has-sub-menu span {
	cursor: pointer;

}

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

.desktop-navigation .sub-menu-item .border-bottom {
	border-bottom: 1px solid #fff;
}

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

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

.desktop-navigation .sub-menu-item a:hover {
	color: #051e3a;
	font-weight: 700;
}


.desktop-navigation .sub-menu-item:last-of-type .border-bottom {
	border: 0 !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 #fff;
	border-top: 5px solid transparent;
}

/* Nav Extras */
header#masthead {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
}

header .brand-logo img {
	max-width: 350px;
	width: 100%;
}

#masthead.scrolled {
	background: rgba(237, 237, 237, 0.2);
	-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;
}

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

#masthead.scrolled .brand-logo img {
	width: 80%;
}

/* 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-nav-btn {
	margin: 15px;
	font-weight: 100;
	background: transparent !important;
}

.mobile-nav ul {
	list-style-type: none;
	padding: 20px 20px 10px 20px;
	/* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */
}

.mobile-nav li {
	border-top: 1px solid rgba(85, 85, 85, 0.175) !important;
	border-bottom: 0;
	border-right: 0 !important;
	padding: 10px 15px;
	color: #276eb6;
	/* 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;
}

.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 .mobile-main-menu-item .has-sub {
	cursor: pointer;
} */

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

.mobile-nav .sub-menu-item a {
	font-weight: 400;
	color: #276eb6;
}

.mobile-nav .sub-menu-item a:hover {
	color: #051e3a;
}

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

.dropdown-caret svg {
	/* color: #fff; */
	color: #276eb6;
	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;
}

/* Footer */
.footer-logo-wrap {
	max-width: 350px;
	width: 100%;
}

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




/* ------------------------------ 
    3. Start Main Content
------------------------------ */
/*  - 3a. Home Page  */
.feature-image {
	height: 750px;
	width: 100%;
}

.feature-image-default {
	background: linear-gradient(180deg, rgba(88, 104, 123, 0) 50%, rgba(5, 30, 58, 0.9) 100%), url('/wp-content/uploads/2023/03/1_hero_d.jpg') no-repeat;
	background-position: center 75%;
	background-size: cover;
	height: 750px;
	width: 100%;
}

/* Gravity Forms */
.form .gform_wrapper input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 27px;
	color: var(--gray);
	opacity: 0.7;
}

.form .gform_wrapper input::-moz-placeholder {
	/* Firefox 19+ */
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 27px;
	color: var(--gray);
	opacity: 0.7;
}

.form .gform_wrapper input:-ms-input-placeholder {
	/* IE 10+ */
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 27px;
	color: var(--gray);
	opacity: 0.7;
}

.form .gform_wrapper input:-moz-placeholder {
	/* Firefox 18- */
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 27px;
	color: var(--gray);
	opacity: 0.7;
}

.form .gform_wrapper,
.form h2,
.form p {
	width: 100%;
	max-width: 730px;
	margin: 0 auto;
}

.form .gform_wrapper.gravity-theme input[type=color],
.form .gform_wrapper.gravity-theme input[type=date],
.form .gform_wrapper.gravity-theme input[type=datetime-local],
.form .gform_wrapper.gravity-theme input[type=datetime],
.form .gform_wrapper.gravity-theme input[type=email],
.form .gform_wrapper.gravity-theme input[type=month],
.form .gform_wrapper.gravity-theme input[type=number],
.form .gform_wrapper.gravity-theme input[type=password],
.form .gform_wrapper.gravity-theme input[type=search],
.form .gform_wrapper.gravity-theme input[type=tel],
.form .gform_wrapper.gravity-theme input[type=text],
.form .gform_wrapper.gravity-theme input[type=time],
.form .gform_wrapper.gravity-theme input[type=url],
.form .gform_wrapper.gravity-theme input[type=week],
.form .gform_wrapper.gravity-theme select,
.form .gform_wrapper.gravity-theme textarea {
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 27px;
	color: var(--gray);
	height: 50px;
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #fff;
	border-radius: 0;
}

.form .gform_wrapper.gravity-theme .gform_footer .gform_button {
	font-family: "acumin-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: var(--blue);
	border: 1px solid var(--blue);
	border-radius: 0;
	padding: 15px 90px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.form .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
	background: var(--darkBlue);
	border: 1px solid var(--darkBlue);
	color: #fff;
	text-decoration: none;
}

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

.form .gform_wrapper.gravity-theme .gform_footer {
	justify-content: center;
	margin-top: 20px;
}

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

.form .gform_wrapper.gravity-theme .ginput_container_address {
	flex-direction: column;
}

/*  - 3b News Page  */
.news-hero {
	min-height: 420px;
	height: 100%;
	width: 100%;
}

.news-hero h1 {
	font-family: "acumin-pro-semi-condensed", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 69px;
	line-height: 79px;
	color: #fff;
	padding-bottom: 10px !important;
}

#searchform input,
.search-form input {
	height: 50px;
	padding: 8px 15px 10px;
	font-weight: 500;
	font-size: 25px;
	line-height: 20px;
}

.search-form input {
	position: relative;
	top: 5px;
}

#searchform input:hover {
	border: 1px solid #fff;
}

#searchform input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	line-height: 25px;
	color: var(--gray);
	opacity: 0.55;
	padding-top: 10px;
	text-transform: none;
}

#searchform input::-moz-placeholder {
	/* Firefox 19+ */
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	line-height: 25px;
	color: var(--gray);
	opacity: 0.55;
	padding-top: 10px;
	text-transform: none;
}

#searchform input:-ms-input-placeholder {
	/* IE 10+ */
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	line-height: 25px;
	color: var(--gray);
	opacity: 0.55;
	padding-top: 10px;
	text-transform: none;
}

#searchform input:-moz-placeholder {
	/* Firefox 18- */
	font-family: "acumin-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	line-height: 25px;
	color: var(--gray);
	opacity: 0.55;
	padding-top: 10px;
	text-transform: none;
}

.single-post .news-hero {
	min-height: 300px;
	height: 100%;
	width: 100%;
}

.featured-news p,
.post-content p {
	margin-bottom: 20px;
}

/*  - 3c Andriola LP  */
.page-template-page-andriola header,
.page-template-page-andriola footer {
	display: none;
}

.page-template-page-andriola h1 {
	font-size: 170px;
	line-height: 0.9;
	color: #D8B34D;
}

.page-template-page-andriola h2 {
	font-size: 59px;
	line-height: 1;
	text-transform: none;
}

.page-template-page-andriola h3 {
	font-size: 28px;
	line-height: 1;
}

.page-template-page-andriola h4,
.page-template-page-andriola .h4 {
	font-size: 22px;
	line-height: 1;
}

.page-template-page-andriola p {
	font-size: 22px;
	color: #626161;
	opacity: 1;
}

.color-purple {
	color: #460644;
}

.purple-banner {
	background: #460644;
}

.helvetica-neue {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
}

.freightbig-pro {
	font-family: 'freight-big-pro', serif;
	font-weight: 700;
}

.freightbig-pro-bold {
	font-family: 'freight-big-pro', serif;
	font-weight: 900;
}

.becker-gothics {
	font-family: 'becker-gothics-egyptian-roun', sans-serif;
	font-weight: 400;
}

.page-template-page-andriola .hero {
	background: url("/wp-content/uploads/2024/03/1_hero-1.jpg") no-repeat center center;
	background-size: cover;
}

.andriola-donate-btn {
	font-size: 19px;
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #460644;
	border: 2px solid #fff;
	text-transform: uppercase;
	padding: 7px 20px;
}

.andriola-donate-btn:hover {
	opacity: 0.8;
	color: #fff;
}

.andriola-endorsement-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
}

.endorses {
	font-family: 'espiritu-expanded', sans-serif;
	font-weight: 400;
	/* font-size: 31px; */
	font-size: 0.62em;
}

.ls-27 {
	letter-spacing: 0.27em;
}

.border-top-gold {
	border-top: 5px solid #D8B34D;
}

.border-bottom-gold {
	border-bottom: 5px solid #D8B34D;
}

.stripes-container {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}

.framed-photo {
	transform: rotate(-2deg);
	max-width: 296px;
	border: 5px solid #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.yellow-stripe {
	height: 20px;
	background: #d8b34d;
}

.andriola-cards .card-title {
	font-size: 41px;
	line-height: 1;
}

.andriola-cards .card-icon {
	height: 140px;
	width: auto;
}

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

/*  - 3c Buck LP  */

/* medium = f-500 */
/* bold = f-700 */
/* xtrabold = f-800 */
/* black = f-900 */

.f-900 {
	font-weight: 900;
}

.page-template-page-buck header,
.page-template-page-buck footer {
	display: none;
}

.page-template-page-buck {
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}

.page-template-page-buck .logo-buck .h1 {
	font-size: 122px;
	line-height: 0.8;
	font-family: "proxima-nova", sans-serif;
}

.page-template-page-buck .logo-buck .carrie {
	font-size: 0.78em;
	line-height: 0.8;
}

.page-template-page-buck .f-blue {
	color: #0A3776;
}

.page-template-page-buck .f-green {
	color: #529F61;
}

.page-template-page-buck h2,
.page-template-page-buck .h2 {
	font-size: 35px;
	line-height: 1;
	font-style: normal;
	letter-spacing: normal;
	font-family: "proxima-nova", sans-serif;
}

.page-template-page-buck h3,
.page-template-page-buck .h3 {
	font-size: 24px;
	font-family: "proxima-nova", sans-serif;
}

.page-template-page-buck h4,
.page-template-page-buck .h4 {
	font-size: 22px;
	font-family: "proxima-nova", sans-serif;
}

.page-template-page-buck h5,
.page-template-page-buck .h5 {
	font-size: 18px;
	font-family: "proxima-nova", sans-serif;
}

.page-template-page-buck p,
.page-template-page-buck .p {
	font-family: "proxima-nova", sans-serif;
	font-size: 23px;
}

.page-template-page-buck .endorsed-stamp {
	max-width: 250px;
}

.page-template-page-buck .cutout {
	max-width: 520px;
}

.page-template-page-buck .bg-blue {
	background-color: #0A3776;
}

.page-template-page-buck .banner-green {
	background-color: #529F61;
	/* border-top: 4px solid #0A3776; */
}

.page-template-page-buck .video-container {
	max-width: 730px;
}

.page-template-page-buck .divider-line {
	height: 2px;
	background-color: #fff;
}

.page-template-page-buck .buck-footer-logo .divider-line {
	background-color: #529F61;
}

.page-template-page-buck .logo-buck .tagline-container {
	max-width: 340px;
	margin: 0 auto;
}

.page-template-page-buck .donate-btn-buck {
	background-color: #0A3776;
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 700;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 255px;
	line-height: 1;
	font-family: "proxima-nova", sans-serif;
	transition: 200ms all linear;
}

.page-template-page-buck .donate-btn-buck:hover {
	background-color: #529F61;
	color: #fff;
}

.page-template-page-buck .donate-btn-buck:active {
	background-color: #0A3776;
}

.page-template-page-buck .divider-line.blue {
	background-color: #0A3776;
}




/*  - 3d Privacy Policy Page  */
.privacy-policy-intro {
	min-height: 450px;
	height: 100%;
	width: 100%;
}

#privacy-policy h3 {
	margin-top: 40px;
}

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

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

.donate {
	position: absolute;
	top: -177px;
	right: 0;
}