/*!
Theme Name: benguetredcross
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: benguetredcross
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */
 body {
 	margin: 0;
 	font-family: 'Lato', sans-serif;
 	width: 1920px;
 	max-width: 100%;
 	margin: auto;
 }

/**
 * Render the `main` element consistently in IE.
 */
 main {
 	display: block;
 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
 h1 {
 	font-size: 2em;
 	margin: 0.67em 0;
 }

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
 hr {
 	box-sizing: content-box;
 	height: 0;
 	overflow: visible;
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 pre {
 	font-family: monospace, monospace;
 	font-size: 1em;
 }

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
 a {
 	background-color: transparent;
 	text-decoration: none;
 	transition: 0.3s;
 }
 a:hover{
 	text-decoration: none !important;
 	color:#fff;
 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
 abbr[title] {
 	border-bottom: none;
 	text-decoration: underline;
 	text-decoration: underline dotted;
 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
 b,
 strong {
 	font-weight: bolder;
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 code,
 kbd,
 samp {
 	font-family: monospace, monospace;
 	font-size: 1em;
 }

/**
 * Add the correct font size in all browsers.
 */
 small {
 	font-size: 80%;
 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
 sub,
 sup {
 	font-size: 75%;
 	line-height: 0;
 	position: relative;
 	vertical-align: baseline;
 }

 sub {
 	bottom: -0.25em;
 }

 sup {
 	top: -0.5em;
 }

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
 img {
 	border-style: none;
 }

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
 button,
 input,
 optgroup,
 select,
 textarea {
 	font-family: inherit;
 	font-size: 100%;
 	line-height: 1.15;
 	margin: 0;
 }
 body{
 	/*max-width: 1920px;*/
 	/*margin: auto;*/
 }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
 button,
 input {
 	overflow: visible;
 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
 button,
 select {
 	text-transform: none;
 }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
 	-webkit-appearance: button;
 }

/**
 * Remove the inner border and padding in Firefox.
 */
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
 	border-style: none;
 	padding: 0;
 }

/**
 * Restore the focus styles unset by the previous rule.
 */
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
 	outline: 1px dotted ButtonText;
 }

/**
 * Correct the padding in Firefox.
 */
 fieldset {
 	padding: 0.35em 0.75em 0.625em;
 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
 legend {
 	box-sizing: border-box;
 	color: inherit;
 	display: table;
 	max-width: 100%;
 	padding: 0;
 	white-space: normal;
 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
 progress {
 	vertical-align: baseline;
 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
 textarea {
 	overflow: auto;
 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
 [type="checkbox"],
 [type="radio"] {
 	box-sizing: border-box;
 	padding: 0;
 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
 	height: auto;
 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
 [type="search"] {
 	-webkit-appearance: textfield;
 	outline-offset: -2px;
 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
 [type="search"]::-webkit-search-decoration {
 	-webkit-appearance: none;
 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
 ::-webkit-file-upload-button {
 	-webkit-appearance: button;
 	font: inherit;
 }

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
 details {
 	display: block;
 }

/*
 * Add the correct display in all browsers.
 */
 summary {
 	display: list-item;
 }

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
 template {
 	display: none;
 }

/**
 * Add the correct display in IE 10.
 */
 [hidden] {
 	display: none;
 }

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */


a:hover,
a:focus,
a:active {
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 12px;
	margin-top: -36px;
	background: #1e3d77;
	box-shadow: 1px 3px 5px 2px rgba(0,0,0,.7)
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation div>ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

html {
	scroll-behavior: smooth;
}

/* Z Index */
.z-index-n1{
	z-index: -1
}
.z-index-0{
	z-index:0
}
.z-index-1{
	z-index:1
}
.z-index-2{
	z-index:2
}
.z-index-top{
	z-index: 9999999
}
/* Line Height */
.line-h-40{
	line-height: 40px;
}
/* Colors */
.color-white{
	color:#fff;
}
.color-black{
	color:#000;
}
.color-yellow{
	color:#FFE599;
}
.color-gray{
	color:#585F63;
}
.color-red{
	color:#FE0000;
}
.color-red-2{
	color:#D02627;
}
.color-blue{
	color:#13488B;
}
/* Bg-Color */
.bg-red{
	background-color: #C40000;
}
.bg-blue{
	background-color: #002365;
}
.bg-green{
	background-color: #5cb85c;
}
/* Hover BG Colors*/
.hover-bg-green{
	transition: 0.3s;
}
.hover-bg-green:hover{
	background-color: #5cb85c;
}
.hover-bg-red{
	transition: 0.3s;
}
.hover-bg-red:hover{
	background-color: #C40000;
}
.hover-bg-blue{
	transition: 0.3s;
}
.hover-bg-blue:hover{
	background-color: #002365;
}
.hover-bg-white{
	transition: 0.3s;
}
.hover-bg-white:hover{
	background-color: #FFFFFF;
}

/*Hover Colors */
.hover-color-white{
	transition:0.3s
}
.hover-color-white:hover{
	color:#fff !important;
}
.hover-color-yellow{
	transition:0.3s
}
.hover-color-yellow:hover{
	color:#FFE599 !important;
}
.hover-color-gray{
	transition:0.3s
}
.hover-color-gray:hover{
	color:#585F63 !important;
}
.hover-color-red{
	transition:0.3s
}
.hover-color-red:hover{
	color:#FE0000 !important;
}
.hover-color-red-2{
	transition:0.3s
}
.hover-color-red-2:hover{
	color:#D02627 !important;
}
.hover-color-blue{
	transition:0.3s
}
.hover-color-blue:hover{
	color:#13488B !important;
}

/* Hover Opacity */
.hover-opacity{
	transition:0.3s;
}
.hover-opacity:hover{
	opacity:0.7 !important;
}
/* Border Size */
.border-1{
	border: 1px solid
}

/* Border Color */
.border-red{
	border-color:#FE0000
}
/* View Heigh */
.vh-40{
	height: 40vh;
}
/* Font Size */
.font-200{
	font-size:200px;
}
.font-70{
	font-size:70px;
}
.font-65{
	font-size:65px;
}
.font-60{
	font-size:60px;
}
.font-50{
	font-size:50px;
}
.font-45{
	font-size:45px;
}
.font-40{
	font-size:40px;
}
.font-30{
	font-size:30px;
}
.font-28{
	font-size:28px;
}
.font-26{
	font-size:26px;
}
.font-25{
	font-size:25px;
}
.font-23{
	font-size:23px;
}
.font-20{
	font-size:20px;
}
.font-19{
	font-size:19px;
}
.font-18{
	font-size:18px;
}
.font-15{
	font-size:15px;
}
.font-14{
	font-size:14px;
}
/* Fonts Weight*/
.font-black{
	font-weight: 900;
}
.font-bold{
	font-weight: 700 !important;
}
.font-regular{
	font-weight: 400;
}
.font-thin{
	font-weight: 300;
}
/* Buttons */
.main-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-inquiry .gform_button,
input#gform_submit_button_6,
input#gform_submit_button_4{
	background: rgba(0,71,202,1);
	background: -moz-linear-gradient(top, rgba(0,71,202,1) 0%, rgba(0,35,101,1) 83%, rgba(0,35,101,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,71,202,1)), color-stop(83%, rgba(0,35,101,1)), color-stop(100%, rgba(0,35,101,1)));
	background: -webkit-linear-gradient(top, rgba(0,71,202,1) 0%, rgba(0,35,101,1) 83%, rgba(0,35,101,1) 100%);
	background: -o-linear-gradient(top, rgba(0,71,202,1) 0%, rgba(0,35,101,1) 83%, rgba(0,35,101,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,71,202,1) 0%, rgba(0,35,101,1) 83%, rgba(0,35,101,1) 100%);
	background: linear-gradient(to bottom, rgba(0,71,202,1) 0%, rgba(0,35,101,1) 83%, rgba(0,35,101,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0047ca', endColorstr='#002365', GradientType=0 );
	max-width: 390px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.3s;
}
.logo {
	display: table;
	margin: auto;
}
.logo img{
	transition: 0.3s;
}
.logo img:hover{
	transform: scale(0.9);
}
.logo p {
	font-weight: 900;
	color: #ffffff;
	margin: 0;
}
.main-button .button:hover,
.section-inquiry .gform_button:hover,
input#gform_submit_button_6:hover,
input#gform_submit_button_4:hover{
	opacity: 0.8;
}
.main-button a,
.section-inquiry .gform_button a,
input#gform_submit_button_6,
input#gform_submit_button_4{
	color:#fff;
	text-decoration: none;
	padding: 18px 12px !important;
}
.main-button .button {
	width: 360px;
	max-width: 100%;
}
input#gform_submit_button_6,
input#gform_submit_button_4{
	padding: 18px 100px !important;
	margin: auto !important;
}
/* Menu */
#site-navigation-login.main-navigation{
	max-width: 400px;
}

#site-navigation-login.main-navigation #menu-account-menu{
	justify-content: flex-end;
	
}
#site-navigation.main-navigation ul{
	justify-content: space-around;
}
.main-navigation ul a{
	color:#FFF;
	text-decoration: none;
	transition: 0.3s;
	border-top:2px solid transparent;
	font-size: 17px;
	padding:3rem 0;
	text-transform: uppercase;
	font-weight: 500;
}
.main-navigation ul a:hover,
.main-navigation ul .current_page_item a{
	border-top:2px solid #FFE599;
	color:#FFE599;
	
}
.inner-page {
	min-height: 648px;
}
#page.site{
	position: relative;
	overflow: hidden;
}
header.site-header{
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index: 5;
}
.header-menus{
	border-bottom: 1px solid #903340;
}
/* Sub menu */
.sub-menu a{
	text-align: left;
}
.main-navigation ul .sub-menu a{
	padding: 10px;
}
/* Home Page */
.inner-page-banner .d-flex.align-items-center.h-100.position-relative,
.home-banner{
	max-height: 958px;
	height: 100vh;
	padding-top: 124px;
	background-size: cover;
    background-position: center;
}
.home-banner .banner-sub-title{
	max-width: 1043px;
}


/* Members Section */
.section-member .hex-image {
	width: 243px;
	height: 275px;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Stats Section */
.section-stats .left-main-col {
    max-width: 339px;
    width: 100%;
    height: 134px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.section-stats  .sub-wrapper .right-main-col {
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.section-stats  .left-sub-col {
	max-width: 339px;
	width: 100%;
	height: 134px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
}
.section-stats  .sub-wrapper{
	border: 5px solid #E9E9E9;
	border-radius: 14px;
}
.section-stats  .sub-wrapper .right-sub-col {
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 50px;
}
.section-stats .sub-cap{
	line-height: 21px;
	margin-top: -10px;
	font-weight: 700;
}
.section-stats .sub-cap span{
	font-weight: 400;
}

.section-stats .right-col{
	top:0;
	right:0;
	max-width: 40vw;
}
.section-stats .hex-image{
	width: 243px;
	height: 274px;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	left:0;
}
/* Member Form Section */
.section-member-form .gform_title {
	color: #fff;
}
.section-member-form  input{
	background: transparent !important;
	border: 0!important;
	border-bottom: 1px solid #fff !important;
}
.section-member-form  input::placeholder,
.section-member-form  input{
	color:#fff !important
}
.section-member-form .gform_footer input{
	font-size: 19px;
	padding: 22px 56px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #fff !important;
	transition:0.3s;
}
.section-member-form .ginput_container_date input{
	width: 100% !important;
}
.section-member-form .gform_footer input:hover{
	background: #fff !important;
	color: #C40000 !important;
}
.section-member-form form{
	position: relative;
}
.section-member-form .gfield_html_formatted{
	position: absolute;
	bottom: 32px;
	left: 230px;
	color: #fff;
}
.section-member-form .gfield_html_formatted a{
	color:#fff;
}
.section-member-form .gfield_html_formatted a:hover{
	opacity: 0.9;
}
.section-member-form .right-col {
	max-width: 661px;
}
.section-member-form .left-col img{
	width: 100%;
}
.section-member-form  ul.nav.nav-tabs {
	margin-left: 0;
	border-bottom: 2px solid #ffe599;
}


.section-member-form li#field_2,
.section-member-form li#field_1{
	display: inline-block;
	width: 50%;
}
.section-member-form li#field_2 input,
.section-member-form li#field_1 input{
	width: 100%;
}
.section-member-form li#field_2 label,
.section-member-form li#field_1 label{
	color:#fff;
}
.section-member-form li.nav-item {
	width: 50%;
}
.section-member-form input#choice_3_1 {
	margin-top: 0 !important;
}
.section-member-form label#label_3_1 {
	color: #fff;
	font-size: 17px !important;
}
.section-member-form nav.gf_login_links a{
	color: #fff;
	transition: 0.3s;
	outline: 0;
}
.section-member-form nav.gf_login_links a:hover{
	opacity: 0.9;
}
.section-member-form .nav-tabs .nav-link:hover {
	opacity: 0.9;
}
.section-member-form  .nav-tabs .nav-item.show .nav-link, 
.section-member-form  .nav-tabs .nav-link.active{
	border-color: transparent;
}

.section-member-form .right-col {
	/* box-shadow: 2px 1px 24px -2px rgba(0,0,0,.5); */
	margin-top: 1rem;
	padding: 1rem;
}
.section-member-form .left-col{
	position: absolute;
	background-size:cover;
	background-position: center;;
	left:0;
	right: 0;
	top:0;
	bottom:0;
}

.section-member-form  li#field_1_10 label{
	color:#fff
}
/* Board member */
.section-board-member .right-col .logo-section {
	position: absolute;
	bottom: 85px;
	right: 150px;
}
.section-board-member .right-col{
	width: 100%;
	height: 100%;
	background-size: cover;
	min-height: 782px;
}

.section-board-member .right-col .wrapper{
	max-width: 709px;
}

.section-board-member .right-col img{
	max-height: 782px;
}

.section-board-member .left-col .wrapper{
	max-width: 681px;
}
.section-board-member .left-col{
	display: flex;
	align-items: center;
	right: 118px;
	background-size: cover;
}

/* Footer */

.footer-1 #primary-menu {
	margin: 0;
	list-style: none;
	padding: 0;
	line-height: 36px;
}
.footer-1 #primary-menu a{
	color:#fff;
	transition: 0.3s;
}
.footer-1  a:hover{
	opacity: 0.9;
	color:#FFE599 !important;
}

/* Inner page header */
.inner-page-banner {
	background-size: cover;
	background-position: center;
	/*height: 35vh;
	height: 50vh;*/
}

.inner-page-banner .over-lay{
	background-image: url(http://benguetredcross.customadesign.info/wp-content/themes/benguetredcross/images/main-overlay.jpg);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	mix-blend-mode: multiply;
	opacity: 0.9;
}
/* Name List */
.hexTop,
.hexBottom {
	position: absolute;
	z-index: 1;
	width: 212.13px;
	height: 212.13px;
	overflow: hidden;
	transform: scaleY(0.5774) rotate(-45deg);
	background: inherit;
	left: 43.93px;
}
.hexTop:after,
.hexBottom:after {
	content: "";
	position: absolute;
	width: 300.0000px;
	height: 173.20508075688775px;
	transform:          rotate(45deg) scaleY(1.7321) translateY(-86.6025px);
	transform-origin: 0 0;
	background: inherit;
}
.hexTop {
	top: -106.0660px;
}
.hexTop:after {
	background-position: center top;
}
.hexBottom {
	bottom: -106.0660px;
}
.hexBottom:after {
	background-position: center bottom;
}
.hexagon:after {
	content: "";
	position: absolute;
	top: 0.0000px;
	left: 0;
	width: 300.0000px;
	height: 173.2051px;
	z-index: 2;
	background: inherit;
}
.hexagon {
	position: relative;
	width: 100px;
	height: 173.21px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 86.60px 0;
	background-size: auto 346.4102px;
}
/* Inquiry Form */
.section-inquiry .ginput_container input {
	height: 48px;
	padding: 12px !important;
}
.section-inquiry .ginput_container input::placeholder {
	color: #535353;
}
.section-inquiry-content{
	max-width: 858px;
	margin: auto;
}
.section-inquiry .gform_button{
	padding: 23px 166px !important;
}
.section-inquiry .gform_button{
	color:#fff !important
}
.section-inquiry .gform_footer{
	text-align: center;
}
.section-inquiry {
	min-height: 191vh;
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
/* Contact Section */
.section-contact .hex-image{
	width: 243px;
	height: 275px;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	right: 0;
}
.section-contact{
	position: relative;
	height: 130vh;
}

.section-contact .image-bg-bottom{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-size: inherit;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.hexagon-map iframe{
	width: 100%;
	height: 100%;
}
.page-id-142 .page-conten-inn{
	min-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 34px;
}
.page-id-142 .page-conten-inn i{
	position: absolute;
	z-index: -14;
	font-size: 500px;
	top: 50%;
	right: 50%;
	color: red;
	opacity: 0.1;
	transform: translate(50%,-50%);
}

input#gform_submit_button_2 {
	display: inline-flex !important;
	margin: auto !important;
}
/* Gform Activation Pge */

.widecolumn {
	max-width: 1374px;
	margin: 3rem auto;
}
.widecolumn  a:visited {
	color: #c40000;
}
li#field_1_2 {
	margin-top: 30px !important;
}
li#field_1_12 {
	visibility: hidden;
}
li#field_1_13 {
	color: #fff;
}
.gform_wrapper span.ginput_total{
	color: #ffe599 !important;
}
@media (min-width: 1200px){
	.container{
		max-width: 1374px !important;
	}
}

ul#input_3_7,
ul#input_7_7,
ul#input_9_7,
ul#input_10_7 {
	display: flex;
	justify-content: space-evenly;
	max-width: 133px;
	height: 0;
	align-items: center;
}

.section-inquiry-content .gform_wrapper .top_label .gfield_label, 
.section-inquiry-content .gform_wrapper legend.gfield_label{
	color: #13488b;
}
span.ginput_product_price_label {
	display: none !important;
}
div#gform_wrapper_6,
div#gform_wrapper_4,
div#gform_wrapper_9{
	max-width: 856px;
	margin: auto;
}
#gform_wrapper_6 label.gfield_label,
#gform_wrapper_7 label.gfield_label,
#gform_wrapper_9 label.gfield_label{
	color: #00256c;
}
/* Data Tables */

.page-item.active .page-link{
	background-color: #c40000 !important;
	border-color: #c40000 !important;
}
div#repository_filter,
div#members_fiter{
	float: right;
}
div#repository_length ,
div#members_length{
	float: left;
}
button.dt-button.buttons-copy.buttons-html5{
	background-color: #13488B;
	color:#fff
}
button.dt-button.buttons-excel.buttons-html5{
	background-color: #107940;
	color:#fff
}
button.dt-button.buttons-csv.buttons-html5{
	background-color: #216c42;
	color:#fff
}
button.dt-button.buttons-pdf.buttons-html5{
	background-color: #be090a;
	color:#fff
}
/* Modal */
.blood-letter{
	line-height: 170px;
}
.w-input-100 input{
	width:100% !important;
}
button.close-btn {
	position: absolute;
	top: 6px;
	right: 7px;
	background: transparent;
	border-radius: 50%;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	padding: 4px 7px;
	border: 2px solid;
	box-shadow: 0px 2px 18px 1px rgba(0,0,0,.4);
}
.modal-head{
	max-height: 200px;
	height: 172px;
	text-align: right;
	padding: 2rem 1rem;
}
.profile-picture {
	position: absolute;
	top: 100px;
	left: 55px;
	border-radius: 50%;
	overflow: hidden;
	max-width: 250px;
	border: 4px solid #002365;
}
.user-info{
	max-width: 493px;
	width:100%;
	margin-left: auto;
	text-align: left !important;
}
.donate-count{
	border-right: 2px solid #13488B;
}
div#gform_wrapper_7 {
	max-width: 858px;
	margin: auto;
}
.modal-btn{
	height: 50px;
	width: 146px;
	max-width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
input.tnp-submit {
	font-size: 20px !important;
	background: #E90000 !important;
	text-transform: uppercase;
	font-weight: bold;
	width: 179px !important;
	height: 57px !important;
	margin-left: auto !important;
	margin-top: 2.5rem !important;
	font-family: 'Open sans' !important;
	transition:0.3s;
}
input.tnp-submit:hover{
	opacity: 0.9;
}
.tnp.tnp-subscription {
	margin: 0 !important;
}
.tnp-field label {
	margin-top:10px;
	display: none !important;
}
button#back-to-top {
	position: fixed;
	z-index: 99999;
	background: #ffe599;
	border-radius: 50%;
	color: #002365;
	right: 11px;
	bottom: 26px;
	transition: 0.3s;
	display:none;
}
button#back-to-top:hover {
	opacity: 0.9;
}
button#back-to-top.show{
	display:block;
}
div#responsive-menu-title {
	font-weight: 700;
	text-transform: uppercase;
}
li#responsive-menu-item-310 a {
	font-size: 25px;
}
.success-msg{
	transition:0.3s;
}
.not-visible{
	opacity: 0;
	height: 0;
	padding:0 !important;
}
.not-visible>div{
	opacity: 0;
	height: 0;
	padding:0 !important;
}
.dt-button-collection {
	margin-top: 20px !important;
	margin-bottom:20px !important;
}
button.dt-button.ui-button.ui-state-default.ui-button-text-only.buttons-columnVisibility.ui-state-active {
	background: cornflowerblue;
	color: #fff;
}
#repository a:active,
#repository a:focus {
	color: #002365 !important;
}

/* 7 13 2020 */
.contact_information a:hover, .contact_information a:focus {
	color: #000000;
}

/* 8 21 2020 */
.gform_wrapper.gf_browser_chrome select {
	padding: 13px;
}

/* 8 26 2020 */
.inner-page-logo p {
	text-align: center;
	font-weight: 900;
	color: #ffffff;
}
.gform_wrapper select {
    height: 48px !important;
}

/* 11-23-2020 */
.color-yellow.font-23.font-bold,
.color-white.font-15 {
    margin-bottom: 10px;
}
.color-white.font-15.mb-1 {
    margin-bottom: 15px !important;
}
.footer-2 a {
	transition: 0.3s;
    color: #fff;
}
.footer-2 a:hover {
	color: #FFE599;
}
.col-12.col-md-6.col-lg-7.col-xl-9.aos-init.aos-animate .font-25.font-bold.color-red.px-5 {
    padding-left: 0 !important;
}
.color-yellow.my-5.d-block.d-xl-flex.align-items-center i.fa.fa-plus {
    color: #fff;
}

/* 11/25/2020 */
@media ( max-width: 568px ) {
	.inner-page-banner .d-flex.align-items-center.h-100.position-relative, .home-banner {
		padding-bottom: 20px;
	}
}
.row.mt-5.justify-content-center {
    position: relative;
}
@media ( max-width: 767px ) {
	.hexagon {
		margin: 88.6px 20%;
	}
}

@media (max-width: 414px) {
	.hexagon {
		margin: 88.6px 6%;
	}
}

@media (max-width: 320px) {
	.hexagon {
		margin: 88.6px 3%;
	}
}
.mouse {
    position: relative;
    display: inline-block;
    width: 2.7rem;
    height: 4.5rem;
    -webkit-border-radius: 10rem;
    border-radius: 10rem;
    border: 3px solid #fff;
    opacity: 0.85;
}
.mouse::after {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    content: "";
    position: absolute;
    display: block;
    top: 15%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: mouse 2s linear infinite;
	animation: mouse 1.1s linear infinite !important;
}
@keyframes mouse {
	from {bottom: 25px;}
	to {top: 45px; opacity: 0.2;}
  }
.main-button.mt-1.mt-lg-5.mx-auto {
    margin-bottom: 45px;
}
.home-banner {
    height: 100%;
    padding-bottom: 50px;
}
@media ( max-width: 640px ) {
	input#gform_submit_button_3 {
		margin-right: auto;
		margin-left: auto;
	}
	select#input_3_17_1,
	select#input_3_17_2,
	select#input_3_17_3 {
		width: 100%;
	}
	.gform_wrapper .gfield_radio li label {
		margin: -40px 0 0 0px !important;
	}
	li#field_3_8 {
		margin-top: 25px !important;
	}
}
@media ( max-width: 351px ) {
	.section-inquiry .gform_button {
		padding: 19px 120px !important;
	}
	input#gform_submit_button_3 {
		width: 100px !important;
		margin-right: auto;
		margin-left: auto;
	}
}

/* 6 29 2022 */
.img_container {
	overflow: hidden;
}

.img_container .fake_image {
	padding-top: 100%;
	background-position: center;
	background-size: cover;
}

/* 8 3 2022 */
.list_of_members {
    height: 300px;
    overflow-y: scroll;
}
.list_of_members::-webkit-scrollbar {
  width: 5px;
}
.list_of_members::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.list_of_members::-webkit-scrollbar-thumb {
  background: #888; 
  transition: all .3s;
}
.list_of_members::-webkit-scrollbar-thumb:hover {
  background: #555; 
}