/*!
Theme Name: pixelhub-nqc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pixelhub-nqc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pixelhub-nqc is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: smooth;
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #234D8F; 
}

a:visited {
	color: #234D8F; 
}

a:hover, a:focus, a:active {
	color: #234D8F; 
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	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 ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

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

/*--------------------------------------------------------------
## 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## AmplitudeJS Styles
--------------------------------------------------------------*/

div.control-container {
  margin-top: 10px;
  padding-bottom: 10px; }
  div.control-container div.amplitude-play-pause {
    width: 74px;
    height: 74px;
    cursor: pointer;
    float: left;
    margin-left: 10px; }
  div.control-container div.amplitude-play-pause.amplitude-paused {
    background: url("https://521dimensions.com/img/open-source/amplitudejs/examples/single-song/play.svg");
    background-size: cover; }
  div.control-container div.amplitude-play-pause.amplitude-playing {
    background: url("https://521dimensions.com/img/open-source/amplitudejs/examples/single-song/pause.svg");
    background-size: cover; }
  div.control-container div.meta-container {
    float: left;
    width: calc(100% - 84px);
    text-align: center;
    color: white;
    margin-top: 10px; }
    div.control-container div.meta-container span[data-amplitude-song-info="name"] {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      color: #fff;
      display: block; }
    div.control-container div.meta-container span[data-amplitude-song-info="artist"] {
      font-family: "Open Sans", sans-serif;
      font-weight: 100;
      font-size: 14px;
      color: #fff;
      display: block; }
  div.control-container:after {
    content: "";
    display: table;
    clear: both; }

/*
  Small only
*/
@media screen and (max-width: 39.9375em) {
  div.control-container div.amplitude-play-pause {
    background-size: cover;
    width: 64px;
    height: 64px; }
  div.control-container div.meta-container {
    width: calc(100% - 74px); } }
/*
  Medium only
*/
/*
  Large Only
*/
div.time-container {
  opacity: 0.5;
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 12px;
  color: #fff;
  height: 15px; }
  div.time-container span.current-time {
    float: left;
    margin-left: 5px; }
  div.time-container span.duration {
    float: right;
    margin-right: 5px; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
progress.amplitude-song-played-progress {
  background-color: #313252;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  display: block;
  cursor: pointer;
  border: none; }
  progress.amplitude-song-played-progress:not([value]) {
    background-color: #313252; }

progress[value]::-webkit-progress-bar {
  background-color: #313252; }

progress[value]::-moz-progress-bar {
  background-color: #00a0ff; }

progress[value]::-webkit-progress-value {
  background-color: #00a0ff; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
/*
  3. Layout
*/
div.bottom-container {
  background-color: #202136;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
div#single-song-player {
  border-radius: 10px;
  /*margin: auto;*/
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  /*margin-top: 50px;*/
  margin-bottom: 30px;
  width: 100%;
  /*max-width: 460px;*/
  -webkit-font-smoothing: antialiased; }
  div#single-song-player img[data-amplitude-song-info="cover_art_url"] {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }

/*--------------------------------------------------------------
## Custom Styles
--------------------------------------------------------------*/
a{
	transition: ease all .4s;
	-webkit-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-o-transition: ease all .4s;
}

@media (min-width: 1200px) {
	.container { max-width: 1336px; }
}

.page { margin-bottom: 0; } 


body { background: #f2f2f2; }
body, p { font-family: 'HelveticaNeue'; font-weight: normal; font-size: 18px; }
p { margin-bottom: 30px; }
h1, h2, h3, h4, h5, h6 { font-family: 'HelveticaNeue'; font-weight: bold; }

.cta-btn { display: inline-flex; width: 250px; height: 50px; border-radius: 15px; justify-content: center; align-items: center; background-color: #1e243b; color: #fff; font-size: 16px; transition: all .4s; }
.cta-btn:visited { color: #fff; }
.cta-btn:hover, .cta-btn:focus { text-decoration: none; color: #fff; background: #3181dd; }
.big-text { font-size: 24px; font-weight: bold; }


#masthead {position: fixed; z-index: 200; width: 100%; height: 175px;}
.site-header-mobile{display: none;}
#masthead .header-wrapper { display: flex; padding: 25px 0; min-height: 175px; align-items: center; position: relative; margin-bottom: -175px; }
#masthead.single-page { background-color: #2261cd; }
#masthead.single-page .header-wrapper { margin-bottom: 0; }
#masthead .site-branding > *:not(a) { display: none; }
#masthead .site-branding .custom-logo{width: 195px; height: auto;}
#masthead .menu-headings{display: none;}
#masthead .social-media{display: none;}

#site-nav { width: 100%;display: block;}
#site-nav>ul { list-style: none; margin: 0; padding: 0; display: flex;  align-items: center; justify-content: center;flex-direction: row;}
#site-nav ul li { font-weight: bold; font-size: 16px; margin-right: 40px; text-transform: uppercase; }
#site-nav ul li a { display: inline-block; padding: 10px 0; text-transform: uppercase; font-weight: bold; color: #fff; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden; }
#site-nav ul li a::before {	content: ""; position: absolute; z-index: -1; left: 0; right: 100%; bottom: 0; background: rgb(255, 255, 255); height: 4px; -webkit-transition-property: right; transition-property: right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
#site-nav ul li.dropdown>a::before{display: none;}
#site-nav ul li a:hover::before, #site-nav ul li a:focus::before {	right: 0; }	
#site-nav ul li a:hover, #site-nav ul li a:focus { text-decoration: none; outline: none; }

#site-nav ul li ul.dropdown-menu{ background-color: rgba(255,255,255,1); width: 250px; padding:10px 0; margin: -5px 0 0 0; border-radius: 5px; border: none; position: absolute; flex-direction: column; align-items: normal; justify-content: normal; }
#site-nav ul li ul.dropdown-menu li{ margin: 0 0 2px 0; } 
#site-nav ul li ul.dropdown-menu a.dropdown-item{ font-size: 16px; color: #131243; padding: 10px 20px; white-space: normal; }
#site-nav ul li ul.dropdown-menu a::before{ background-color:#23478d;}
#site-nav ul li ul.dropdown-menu a:focus,
#site-nav ul li ul.dropdown-menu a:hover{background-color: transparent;}

#site-nav .social-media ul{list-style: none; margin: 0; padding: 0; display: flex;  align-items: center; justify-content: center;flex-direction: row;}

#language-wrapper { position: absolute; top: 0; right: 0; background-color: #17337c; border-radius: 0 0 10px 10px; padding: 0 10px; }
/*#language-wrapper .mltlngg-lang-switch-names, 
#language-wrapper .mltlngg-lang-switch-names li { border: none; font-size: 16px; font-family: 'HelveticaNeue'; font-weight: bold; color: #fff; padding: 10px; outline: 0; }
*/
#language-wrapper .mltlngg-lang-switch-names li{background-color: transparent; border: none;}
#language-wrapper .mltlngg-lang-switch-names > li > a,
#language-wrapper .mltlngg-lang-switch-names > li > a:active, .mltlngg-lang-switch-names > li > a:hover{ color: #fff; text-transform: uppercase;}
#language-wrapper .mltlngg-lang-switch > li ul{ background-color: #17337c; border: none; }
#language-wrapper .mltlngg-lang-switch-names > li > ul li{padding: 5px 10px !important;}
#language-wrapper .mltlngg-lang-switch-names > li > ul li:hover{background-color: #1e243b; }
#language-wrapper .mltlngg-lang-switch > li ul li button{ color: #fff; text-transform: uppercase; }
#menu-bar { display: inline-block; background: none; padding: 10px; border: 2px solid #fff; border-radius: 5px; }
#menu-bar span { display: block; width: 25px; height: 3px; background-color: #fff; }
#menu-bar span:not(:last-child) { margin-bottom: 4px; }
#menu-bar { display: none; }
#hero-section { background-color: #2261cd; height: 100vh; background-image: url('images/animated-bg-1.png'); background-position: bottom center; background-size: cover; background-repeat: no-repeat; position: relative; }

#about-section { background-color: #ffffff; background-repeat:no-repeat; background-position: top right; background-size: cover;  min-height: 460px; display: flex; align-items: center; color: #fff; padding: 50px 0; }
#about-section h2 { margin-top: 0px; text-align:left; }
#about-section .cta-wrapper { margin-bottom: 0; }

#news-section { min-height: 600px; padding: 50px 0; display: flex; align-items: center; background-color: #161f48;}
#news-section .heading-wrapper { color: #fff; display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 30px; }
#news-section .heading-wrapper a { color: #fff; font-weight: bold; font-size: 16px; text-decoration: none; margin: 10px 0 0 0; }
#news-section .heading-wrapper a:hover{ text-decoration: underline; }
#news-section .flexslider{ background-color: transparent; border: none; }
#news-section .flex-control-paging {right: 0; width: auto; bottom: -15px;}
#news-section .flex-control-paging li a{ background-color: #3181dd; }
#news-section .flex-control-paging li a.flex-active{ background-color: #fff; }
#news-section .featured-articles img.post-featured-image{ width: 100%; }
#news-section .featured-articles h3{ font-size: 32px; margin-bottom: 15px;}
#news-section .featured-articles h3 a.post-title{ color: #fff; }
#news-section .featured-articles h3 a.post-title:hover{ text-decoration: none; }
#news-section .featured-articles span.post-date{ display: block; font-size: 16px; text-transform: uppercase; color: #fff; margin-bottom: 15px; }
#news-section .featured-articles p{ font-size: 16px; color: #fff; }
#news-section .featured-articles a.read-more{ display: inline-block; text-decoration: none !important; font-size: 16px; text-transform: uppercase; color: #fff; background-color: #3181dd; padding: 15px 65px; border-radius: 20px; }
#news-section .featured-articles a.read-more:hover{ opacity: 0.7; }
#news-section .latest-news{margin-top: 30px;}
#news-section .related-article-item .post-date{ display: block; color: #fff; font-family: 'HelveticaNeue'; font-size: 14px; text-transform: uppercase; margin-top: 15px;}
#news-section .related-article-item h6{margin-top: 5px;}

#articles-section { min-height: 600px; padding: 50px 0; display: flex; align-items: center; background-color: #f2f2f2;}
#articles-section .heading-wrapper { color: #fff; display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 50px; }
#articles-section .heading-wrapper h2{ color: #161f48; }
#articles-section .heading-wrapper a { color: #161f48; font-weight: bold; font-size: 16px; text-decoration: none; margin: 10px 0 0 0; }
#articles-section .heading-wrapper a:hover{ text-decoration: underline; }
#articles-section .related-article-item .post-title h6{ color: #161f48; }
#articles-section .related-article-item p{ color: #161f48; }
#articles-section .related-article-item .read-more{ background-color: #161f48;  }
#articles-section .related-article-item .read-more:hover{ background-color: #3181dd;  }

#event-section{ width: 100%;  padding: 80px 0 65px; background-color: #fff; }
#event-section .heading-wrapper{display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start;}
#event-section .heading-wrapper h2{font-size: 32px; font-weight: bold; color: #161f48;margin-bottom: 60px;}
#event-section .heading-wrapper a.view-more{ color: #161f48; font-weight: bold; font-size: 16px; text-decoration: none; margin-top: 10px;}				
#event-section .heading-wrapper a.view-more:hover{ text-decoration: underline; }
#event-section .event-item{position: relative; margin-bottom: 20px; overflow: hidden;}
#event-section .event-item .status{position: absolute; right: -42px; top: 26px; transform: rotate(45deg); font-size: 16px; text-transform: uppercase; text-align: center; color: #fff; background-color: #1e243b;padding: 10px 0px; width: 180px;}
#event-section .event-content{position: absolute;bottom: 0;width: 100%; padding:15px 10px; background-image: linear-gradient(rgba(22,31,72,0), rgba(22,31,72,1));}
#event-section .event-content a.post-title { color: #f2f2f2; text-decoration: none; }
#event-section .event-content h6{ margin:0; font-size: 18px; color:#fff; }
#event-section .event-content span.post-meta { display: block; margin-bottom: 5px; font-size: 15px; font-weight: 600;  color: #f2f2f2;}
#event-section .event-content span.post-meta i{ font-size: 15px; margin-right: 5px; color: #f2f2f2;}
#event-section .event-content p { margin-top:10px;font-size: 14px; line-height: 1.6; margin-bottom: 20px;  color: #f2f2f2;}

/* Inner Page Styles */
.posted-date { font-size: 16px; }
p.read-more { margin-bottom: 0; }
.read-more { display: block; color: #234d8d; text-decoration: underline; font-size: 16px; margin-bottom: 20px; }
.read-more:visited { color: #3181dd; }

a.read-more-btn{background-color: #1e243b; padding:15px 65px; border-radius: 15px; font-size: 14px; color: #fff; text-decoration: none;}				
a.read-more-btn:hover{ background-color: #234d8d; }

#page-banner { min-height: 580px; background: #2261cd; padding-top: 175px; }
.single #page-banner{ min-height: 190px; }
.map-page-banner{min-height: 190px !important;}
.thirtyfour-page-banner{padding-top: 200px !important; min-height: 600px !important; background-image: url(images/34-qm/title-bg.jpg) !important; background-size: cover !important; background-position: center center !important;}
.thirtyfour-page-banner .page-main-content{ color: #f2f2f2; font-size: 20px; }
#page-banner h1 { margin: 0; font-size: 36px; color: #fff; }

#page-banner #countdown-wrapper{ display: none; }
#page-banner #countdown{float: left; }
#page-banner #countdown .days-to-go{ margin-top: -10px; background-color: #151745; padding: 15px 15px 12px; text-align: center;  }
#page-banner #countdown .days-to-go span{ font-size: 35.5px; font-weight: bold; text-transform: uppercase; color: #fff; line-height: 1; }
#page-banner #countdown #clock span { display: inline-block; width: 161px; height: 228px; margin-left: -15px; background: url('images/number-countdown.png'); background-position: 0 0;}
#page-banner #countdown #clock span:nth-child(even){ margin-right: -15px; }

.breadcrumbs { color: #fff; margin-bottom: 0; padding-top: 30px; }
.breadcrumbs a { color: #fff; }
.breadcrumbs.single-page { color: #234d8d; }
.breadcrumbs.single-page a { color: #234d8d; }

#page-content-wrapper { padding: 90px 0; background-color: #fff; }
#page-content-wrapper .widget_search label {  }
#page-content-wrapper .search-field { width: 100%; background: #cbcbcb; padding: 5px 10px; height: 50px; border-radius: 0; }
#page-content-wrapper .search-submit { background-color: #1e243b; color: #fff; font-size: 16px; text-transform: uppercase;
    width: 110px; height: 50px; border-radius: 0; }
#single-page-content-wrapper { padding: 30px 0; }
#single-page-content-wrapper .status{font-size: 16px; text-transform: uppercase; text-align: center; color: #fff; background-color: #1e243b;padding: 8px 25px; margin-bottom: 10px; display: inline-block;}
#single-page-content-wrapper h1 { font-size: 32px; color: #234d8d; margin: 0 0 15px; }
#single-page-content-wrapper .event-detail{margin-bottom: 20px;}
#single-page-content-wrapper a{color:#234d8d;}
#single-page-content-wrapper a:hover,
#single-page-content-wrapper a:focus{text-decoration: underline;transition: all 0.5s ease; -moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;}
#single-page-content-wrapper .related-title{margin:10px 0 25px;}
#single-page-content-wrapper .back-button{display: block; padding: 5px 15px; width: auto;}

.post-list-wrapper {  }
.post-list-wrapper .post-item { display: grid; grid-template-columns: 315px auto; grid-gap: 30px; margin-bottom: 30px;}
.post-list-wrapper .post-item:not(:last-child) { margin-bottom: 30px; }
.post-list-wrapper .post-item .post-featured-img {  }
.post-list-wrapper .post-item .post-featured-img img { width: 100%; height: auto;/* object-fit: cover; */}
.post-list-wrapper .post-item .post-featured-img a { display: inline-block; }
.post-list-wrapper .post-content a.post-title { color: #234d8d; text-decoration: none; }
.post-list-wrapper .post-content h4 { margin-bottom: 10px; font-size: 24px; }
.post-list-wrapper .post-content span.post-date{margin-bottom: 10px; font-weight: bold; font-size: 15px; display: block; }
.post-list-wrapper .post-content p { font-size: 14px; line-height: 1.4; margin-bottom: 20px; }
.post-list-wrapper .post-content .read-more-container{ display: flex; justify-content: flex-start; }
.post-list-wrapper .post-content .read-more{ text-decoration: none; color: #fff; background-color: #1e243b; padding: 8px 15px; font-size: 14px; border-radius: 20px; }
.post-list-wrapper .post-content .read-more:hover{background-color: #234d8d;}

.event-filter{background-color: #eaeaea; padding: 20px 0;}
.event-filter .filter-title{color:#234d8d; font-size: 18px; font-weight: bold;}
.event-filter .filter-date {display: block;font-size: 18px;font-weight: normal;color: #1e243b;line-height: 1;padding: 0 50px 0 0;width: auto;max-width: 100%;margin: 6px 0 0;border: none;border-bottom: solid 2px #1e243b;box-shadow: unset;border-radius: unset;-moz-appearance: none;-webkit-appearance: none;appearance: none;outline: none;background-color: #eaeaea;background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #eaeaea 0%,#eaeaea 100%);background-repeat: no-repeat, repeat;background-position: right .2em top 50%, 0 0;background-size: .65em auto, 100%;}
.event-filter .filter-date::-ms-expand {display: none;}
.event-filter .filter-date:hover {border-color: #234d8d;}
.event-filter .filter-date:focus {border-color: #234d8d;box-shadow: none;box-shadow: none -moz-mac-focusring;color: #222;outline: none;}
.event-filter #filter-menu{flex-direction: row;margin:0;}
			  #filter-menu li{ margin: 0 10px 0; }
			  #filter-menu li a{color: #1e243b; font-size: 18px;font-weight: bold;}
			  #filter-menu li a:hover,
			  #filter-menu li a:focus{color: #234d8d;text-decoration: none;}
			  #filter-menu .current-menu-item a{border-bottom:solid 2px #234d8d; color: #234d8d;}

.event-list-wrapper{min-height: 700px;}
.event-list-wrapper .col-12{  margin-bottom: 20px;}
.event-list-wrapper .post-item { display: block; height: 100%; border-bottom: solid 10px #161f48;}
.event-list-wrapper .post-item .post-featured-img {position: relative; overflow: hidden;}
.event-list-wrapper .post-item .post-featured-img .status{position: absolute; right: -42px; top: 26px; transform: rotate(45deg); font-size: 16px; text-transform: uppercase; text-align: center; color: #fff; background-color: #1e243b;padding: 10px 0px; width: 180px;}
.event-list-wrapper .post-item .post-featured-img img { width: 100%; height: auto;}
.event-list-wrapper .post-content{padding: 20px 20px 0 20px;}
.event-list-wrapper .post-content a.post-title { color: #4a4a4a; text-decoration: none; }
.event-list-wrapper .post-content h4 { margin-bottom: 15px; font-size: 20px; }
.event-list-wrapper .post-content span.post-meta { display: block; margin-bottom: 5px; font-size: 15px; font-weight: 600; }
.event-list-wrapper .post-content span.post-meta i{ font-size: 15px; margin-right: 5px; }
.event-list-wrapper .post-content p { margin-top:10px;font-size: 14px; line-height: 1.6; margin-bottom: 20px; }
.event-list-wrapper .post-content .read-more-container{ display: flex; justify-content: flex-start; }
.event-list-wrapper .post-content .read-more{ text-decoration: none; color: #fff; background-color: #1e243b; padding: 8px 15px; font-size: 14px; border-radius: 20px; }
.event-list-wrapper .post-content .read-more:hover{background-color: #234d8d;}

#page-content-wrapper .load-more-container{display: flex; justify-content: center; margin-top: 50px;}
					  .load-more-container{display: flex; justify-content: center;}
					  .load-more-container a{background-color: #1e243b; color: #fff; padding: 10px 45px; font-size: 14px; border-radius: 20px;}
					  .load-more-container a:hover{ background-color: #234d8d; text-decoration: none; }
					  .load-more-container .loader-gif{display: none; height: 32px; margin-left: auto; margin-right: auto;}

.resources-list-wrapper .col-12{  margin-bottom: 20px;}
.resources-list-wrapper .post-item { display: block; height: 100%; border-bottom: solid 10px #161f48;}
.resources-list-wrapper .post-item .post-featured-img {position: relative; overflow: hidden;}
.resources-list-wrapper .post-item .post-featured-img img { width: 100%; height: auto;}
.resources-list-wrapper .post-content{padding: 20px 20px 0 20px;}
.resources-list-wrapper .post-content a.post-title { color: #4a4a4a; text-decoration: none; }
.resources-list-wrapper .post-content h4 { margin-bottom: 15px; font-size: 20px; }
.resources-list-wrapper .post-content p{ font-size: 16px; margin-bottom: 20px; }
.resources-list-wrapper .post-content span.post-date{margin-bottom: 10px; font-weight: bold; font-size: 15px; display: block; }
.resources-list-wrapper .post-content span.post-meta { display: block; margin-bottom: 5px; font-size: 15px; font-weight: 600; }
.resources-list-wrapper .post-content span.post-meta i{ font-size: 15px; margin-right: 5px; }
.resources-list-wrapper .post-content .read-more-container{ display: flex; justify-content: flex-start; }
.resources-list-wrapper .post-content .read-more{ text-decoration: none; color: #fff; background-color: #1e243b; padding: 8px 15px; font-size: 14px; border-radius: 20px; }
.resources-list-wrapper .post-content .read-more:hover{background-color: #234d8d;}

/*.video-list-wrapper{min-height: 700px;}*/
.video-list-wrapper .post-item .post-featured-img {position: relative; overflow: hidden;}
.video-list-wrapper .post-item .post-featured-img .play-container{position: absolute; width: 100%; height: 100%;display: flex; flex-direction: row; justify-content: center; align-items: center;}
.video-list-wrapper .post-item .post-featured-img .play-container .fa{font-size: 50px; color:rgba(255,255,255,0.6);}
.video-list-wrapper .post-item .post-featured-img a:hover .play-container .fa,
.video-list-wrapper .post-item .post-featured-img a:focus .play-container .fa{ color:rgba(255,255,255,1); transition: all 0.5s ease; -moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;}
.video-list-wrapper .post-content{padding: 20px 20px 0 20px;}
.video-list-wrapper .post-content a.post-title { color: #4a4a4a !important; text-decoration: none !important; }
.video-list-wrapper .post-content h4 { margin-bottom: 15px; font-size: 20px; }
.video-list-wrapper .post-content span.post-meta { display: block; margin-bottom: 5px; font-size: 15px; font-weight: 600; }
.video-list-wrapper .post-content span.post-meta i{ font-size: 15px; margin-right: 5px; }

.music-list-wrapper .post-item .post-featured-img .play-container{position: absolute; width: 100%; height: 100%;display: flex; flex-direction: row; justify-content: center; align-items: center;}
.music-list-wrapper .post-item .post-featured-img .play-container .fa{font-size: 50px; color:rgba(255,255,255,0.6);}
.music-list-wrapper .post-item .post-featured-img a:hover .play-container .fa,
.music-list-wrapper .post-item .post-featured-img a:focus .play-container .fa{ color:rgba(255,255,255,1); transition: all 0.5s ease; -moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;}


#related-article-wrapper { background-color: #fff; padding: 70px 0; }
#related-article-wrapper h2 { color: #234d8d; margin-bottom: 30px; }
.related-article-item { }
/*.related-article-item img { width: 100%; height: 210px; object-fit: cover; }*/
.related-article-item .post-title { text-decoration: none; color: #fff; }
.related-article-item .post-title h6 { margin: 20px 0; font-size: 18px; }
.related-article-item .read-more-container{ display: flex; justify-content: flex-start; margin-top:15px;}
.related-article-item .read-more{ text-decoration: none; text-transform: uppercase; color: #fff; background-color: #3181dd; padding: 10px 45px; font-size: 12px; border-radius: 20px; }
.related-article-item .read-more:hover{opacity: 0.7;}
.related-article-item p { font-size: 14px; margin-bottom: 0;color: #fff; }


#inner-section-1 { min-height: 375px; display: flex; align-items: center; padding: 70px 0; background-color: #eaeaea; }
#inner-section-1 h2 { color: #234d8d; }
#inner-section-1 p:last-of-type { margin-bottom: 0; }

#inner-section-2 { min-height: 155px; display: flex; align-items: center; padding: 70px 0; background-color: #234d8d; color: #fff; }
#inner-section-2 p:last-of-type { margin-bottom: 0; }

#inner-section-3 { min-height: 530px; position: relative; padding-top: 70px; background-color: #273359; display: grid; grid-template-columns: 1fr; }
/* #inner-section-3 .featured-img { position: absolute; left: 0; top: 0; } */
#image-banner { max-width: 880px; position: absolute; top: 0; left: 0;}
#inner-section-3 h2 { color: #fff; text-align: right; }
#inner-section-3 .text-content { align-self: end; height: 100%; }
#inner-section-3 .text-content > div { height: 100%; }
#inner-section-3 .text-content > div > div { height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
#description-carousel { background-color: #fff; z-index: 2; }
#description-carousel .owl-carousel .owl-stage-outer { padding: 40px 30px; }
#description-carousel .description-item { padding: 0 25px 0 0; }
#description-carousel .description-item h6 { font-size: 20px; color: #234d8d; text-transform: uppercase; }
#description-carousel .description-item p:last-of-type { margin-bottom: 0; }
#description-carousel .owl-nav { margin-left: -61px; }
#description-carousel .owl-nav button { display: inline-block; width: 60px; height: 60px; color: #234d8d; background-color: #d1d0d0; border-radius: 0; }
#description-carousel .owl-nav button.owl-prev { margin-right: 1px; }


#inner-section-4 { display: flex; align-items: center; padding: 90px 0; }
#inner-section-4 h2 { color: #234d8d; }
#inner-section-4 ul { margin: 0; }
#inner-section-4 ul li { font-size: 20px; }
#inner-section-4 ul li:not(:last-child) { margin-bottom: 20px; }

#inner-section-5 { min-height: 630px; display: flex; align-items: center; background-color: #234d8d; color: #fff; padding: 90px 0; }
#inner-section-5 p:last-of-type { margin-bottom: 0; }

#inner-section-6 { padding: 90px 0; background-color: #fff; }
#inner-section-6 p:last-of-type { margin-bottom: 0; }

#inner-section-6.downloadables h3{ color: #234d8d; }
#inner-section-6.downloadables .article-content{ padding-bottom: 20px; margin-bottom: 20px; border-bottom: solid 1px #161f48; }
#inner-section-6.downloadables .article-content article{ margin-bottom: 20px; }
#inner-section-6.downloadables .article-content .read-more-container{ display: flex; justify-content: flex-start; }
#inner-section-6.downloadables .article-content .read-more{ text-decoration: none; color: #fff; background-color: #1e243b; padding: 15px 75px; font-size: 14px; border-radius: 20px; }
#inner-section-6.downloadables .article-content .read-more:hover{background-color: #234d8d;}

#kagamitan-section-1 { background-color: #fff; padding: 90px 0; }
#kagamitan-section-1 h2 { color: #234d8d; }

#inner-section-7 { padding: 90px 0; background-color: #234d8d; color: #fff; }
#inner-section-7 .lupon-badges { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px; width: 100%; }
#inner-section-7 .lupon-badges img { max-width: 120px; max-height: 120px; object-fit: cover; }
#inner-section-7 .lupon-badges img:nth-child(odd) { justify-self: end; }
#inner-section-7 h5 { font-size: 20px; font-weight: normal; border-bottom: 2px solid #fff; margin-top: 20px; display: inline-block; padding: 2px; text-transform: uppercase; }
#inner-section-7 p:last-of-type { margin-bottom: 0; }
#inner-section-7 p { font-size: 16px; }

#inner-section-qcp-blue { min-height: 200px; display: flex; align-items: center;  background-image: url(images/34-qm/34-section-bg-1.jpg); background-size: cover; background-position: center center; background-repeat: no-repeat; }
#inner-section-qcp-white { min-height: 200px; display: flex; align-items: center;  background-image: url(images/34-qm/34-section-bg-2.jpg); background-size: cover; background-position: center center; background-repeat: no-repeat; }
#inner-section-qcp-blue .container-fluid{ background-repeat: no-repeat;background-position: left center; background-size: contain;}
#inner-section-qcp-white .container-fluid{ background-repeat: no-repeat;background-position: right center; background-size: contain;}
#inner-section-qcp-blue .content-bg,
#inner-section-qcp-white .content-bg{ height: 550px; }
#inner-section-qcp-blue .qcp-content,
#inner-section-qcp-white .qcp-content{padding: 0 20px; width: 550px;}
#inner-section-qcp-blue .qcp-content h3{ font-size: 36px; color: #345fa8; }
#inner-section-qcp-blue .qcp-content p{ font-size: 26px; color: #8fc3e1; text-transform: uppercase; }
#inner-section-qcp-white .qcp-content h3{ font-size: 36px; color: #161f48; }
#inner-section-qcp-white .qcp-content p{ font-size: 26px; color: #8fc3e1; text-transform: uppercase; }


#form-wrapper { padding: 30px; }
#form-wrapper .input-wrapper { display: grid; grid-template-columns: repeat(3, 1fr); grid-column-gap: 15px; margin-bottom: 30px; }
#form-wrapper .input-wrapper label { font-size: 16px; color: #234d8d; font-weight: bold; }
#form-wrapper .input-wrapper input[type="text"] { width: 100%; background: #cbcbcb; padding: 5px 10px; height: 50px; border-radius: 5px; }
#form-wrapper input[type="submit"] { background-color: #1e243b; color: #fff; font-size: 16px; text-transform: uppercase; width: 250px; height: 50px; border-radius: 5px; }

#related-media { padding: 70px 0; background-color: #eaeaea; }
#related-media h2 { font-size: 24px; color: #234d8d; margin-bottom: 30px; }
#related-media h4 { font-size: 20px; color: #234d8d; }
#related-media .related-media-wrapper { }
#related-media .related-media-wrapper .related-media-item { margin-bottom: 30px; }

#colophon{ position: relative; z-index: 21; }
#colophon .footer-content { background-image: url('images/footer-bg.jpg'); background-repeat: no-repeat; background-position: center top; background-color: #161f48; background-size: cover;min-height: 300px; display: flex; align-items: center; padding: 50px 0; }
#colophon .footer-links-wrapper { display: flex; justify-content: space-between; align-items: center; }
#colophon .footer-logo { max-width: 130px !important; }
#colophon .footer-nav{ display: flex; flex-direction: row; justify-content: space-between; }
#colophon .footer-nav .social-media{ margin-left: 30px; }
#colophon .footer-nav .social-media ul li{ margin-right: 30px !important; }
#colophon .footer-nav .social-media ul li:last-child{ margin-right: 0 !important; }
#colophon .footer-nav .social-media ul li a:hover .fa{opacity: 0.8; transition: all 0.5s ease; -moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;}
#colophon .footer-nav .social-media ul li a .fa{font-size: 20px;}
#colophon .footer-nav ul { list-style: none; margin: 0; padding: 0; display: flex; }
#colophon .footer-nav ul li { font-weight: bold; font-size: 14px; }
#colophon .footer-nav ul li:not(:last-child) { margin-right: 40px; }
#colophon .footer-nav ul li a { color: #fff; display: inline-block; }
#colophon .site-information { padding-top: 40px; }
#colophon .site-information .footer_logo{margin-top: -20px !important; width: 300px;}
#colophon .site-information p { color: #fff; margin-bottom: 0; }
#colophon .site-information .left-col h6 { color: #8ec3e1; font-size: 12px; margin-bottom: 0; }
#colophon .site-information .left-col p { font-size: 12px; }
#colophon .site-information .right-col p { text-align: right; font-size: 13px; }
#colophon .copyright { background-color: #161c33; }
#colophon .copyright p { margin-bottom: 0; padding: 20px 0; color: #fff; font-size: 14px; }

#celebrate-section{padding: 150px 0 150px; min-height: 33px; display: flex; align-items: center; background-color: #144982; background-image: url(images/2021/celebrate-bg.svg); background-position: bottom right; background-repeat: no-repeat; background-size: 50%; }
#celebrate-section h2{ color: #97c9ec; font-size: 60px; }
#celebrate-section article{ color: #97c9ec; font-size: 18px; }
#celebrate-section a.view-more{margin-top: 10px; display: inline-block; text-transform: uppercase; color: #fff; background-color: #1e243b; font-weight: bold; font-size: 14px; text-decoration: none; margin-top: 10px; padding: 10px 45px; border-radius: 20px;}				
#celebrate-section a.view-more:hover{ text-decoration: none; background-color: #3181dd;  }

#quickmenu-section{padding: 75px 0 60px; min-height: 180px; display: flex; align-items: center; background-color: #3665b0; }
#quickmenu-section .qm-container{ display: flex; justify-content: space-around; align-items: flex-end; align-content: center; }
#quickmenu-section .qm-container .qm-item{ text-align: center; width: 12%; height: 170px; }
#quickmenu-section .qm-container .qm-item h5{ text-align: center; font-size: 15px; font-weight: normal; margin: 20px 0 0 0; }
#quickmenu-section .qm-container .qm-item .img-container{  height: 80px; display: flex; justify-content: center; align-items: center;}
#quickmenu-section .qm-container .qm-item .img-container img{ height: 65px; }
#quickmenu-section .qm-container .qm-item h5 a{ color: #fff; text-decoration: none; }
#quickmenu-section .qm-container .qm-item h5 a:hover{ color: #161f48; }

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{
	padding-right: unset !important; 
}

.page-template-opac #page-banner h1{display: none;}
.opac-page-content-wrapper{ padding: 100px 0 !important; }
.opac-form{margin-top: 70px;}
.opac-form .form-group input[type='text']{ margin: 0 auto; width: 90%; background-color: #cbcbcb; border-color: #cbcbcb; text-align: center; font-size: 20px;border-radius: 5px;padding: 10px 15px;}
.opac-form .form-check-category{text-align: center;}
.opac-form .form-group .form-check label{color: #234d8d; font-size: 16px; font-weight: bold;}
.opac-form .form-group button{display: block; margin: 35px auto 0; background-color: #1e243b; border-color: #1e243b; padding:15px 95px;border-radius: 20px;text-transform: uppercase;font-size: 16px;}
.opac-form .form-group button:focus,
.opac-form .form-group button:hover{background-color: #23478d;}

.opac-result{position: relative; width: 100%;}
.opac-result .item{display: block; width: 100%; padding: 30px; border-top: solid 1px #c3c3c3;}
.opac-result .item:first-child{border: none;}
.opac-result .item h2{font-size: 24px;color: #234d8d; margin-bottom: 3px;}
.opac-result .item .location{display: block; margin-bottom: 20px; font-size: 16px; font-weight: bold; text-transform: uppercase; color: #3c3c3c;}
.opac-result .item .label{font-size: 12px; font-weight: bold; text-transform: uppercase; color: #3c3c3c;}
.opac-result .item .detail{font-size: 16px; font-weight: bold; text-transform: uppercase; color: #1e243b; margin-bottom: 10px;}
.opac-result .item .button{margin-top: 10px; background-color: #1e243b; border-color: #1e243b; padding:10px 45px;border-radius: 20px;text-transform: uppercase;font-size: 12px; color: #fff !important; display: inline-block;}
.opac-result .item .button:focus,
.opac-result .item .button:hover{background-color: #23478d;text-decoration: none !important;}

.opac-page-content-wrapper .load-more-container{display: flex; justify-content: center; margin-top: 50px;}
					  .load-more-container a{background-color: #1e243b; color: #fff !important; padding: 10px 45px; font-size: 14px; border-radius: 20px;}
					  .load-more-container a:hover{ background-color: #234d8d; text-decoration: none !important; }
					  .load-more-container .loader-gif{display: none; height: 32px;}

.opac-sponsor{position: relative; width: 100%;display: flex; flex-direction: row; justify-content: space-between; margin-top: 100px;}
.opac-sponsor .item{display: flex; flex-direction: row; align-items: center;}
.opac-sponsor .label{font-size: 11px; color: #1e243b; margin-right: 20px;}
.opac-sponsor .sponsor-logo{height: 78px; margin: 0 5px;}

.addtoany_content{margin-top: 25px !important;}
.addtoany_content .addtoany_header{color: #1e243b; font-size: 18px; margin-bottom: 5px; }
.addtoany_content .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{ width: 28px; height: 28px; }
.addtoany_content .addtoany_list{ margin-left: -8px; }
.addtoany_content .addtoany_list a,
.addtoany_content .widget .addtoany_list a{padding: 0; margin-right: 8px;}

.map-title{ position: fixed; right: 0; top: 30%; background-color: rgba(234, 234, 234, 0.8); padding: 20px 10px 10px; width: 300px; z-index: 20; }
.map-title .title-img{width: 60px;}
.map-title h1{font-size: 18px; font-weight: bold; color: #161f48;}
.map-title .legend-box{ display: flex; align-items: center; margin-bottom: 10px; }
.map-title .legend-box-title{ justify-content: center; }
.map-title .legend-image{ float: left; width: 30px; }
.map-title .legend{ font-size: 18px; font-weight: bold; color: #161f48; }
.map-title .legend-title{ margin-left: 15px; font-size: 14px; font-weight: bold; color: #161f48; }
.map-title .drifting{color: #46a138; }
.map-title .anchorage{color: #921446; }
.map-title .passedby{color: #8ec3e1; }
.map-title .magellan-route{ width: 30px; background-color: #921446; padding: 5px 0 0; }
.map-title .barbosa-route{ width: 30px; background-color: #fce916; padding: 5px 0 0; }
.map-title .carvalho-route{ width: 30px; background-color: #20a2d8; padding: 5px 0 0; }
.map-title .espinosa-route{ width: 30px; background-color: #36b253; padding: 5px 0 0; }

.map-page-content-wrapper{padding: 0 !important;}
.map-page-content-wrapper #map { top:0; height: 100%; width:100vw; position: fixed; z-index: -5; }
.map-page-content-wrapper #header { margin: 3vh auto; width: 90vw; padding: 2vh; text-align: center; }
.map-page-content-wrapper #footer { width: 100%; min-height: 5vh; padding-top: 2vh; padding-bottom: 2vh; text-align: center; line-height: 25px; font-size: 13px; }
.map-page-content-wrapper #features { padding-top: 10vh; padding-bottom: 10vh; z-index: 100; }
.map-page-content-wrapper .centered { width: 50vw; margin: 0 auto; }
.map-page-content-wrapper .lefty { width: 33vw; margin-left: 5vw; }
.map-page-content-wrapper .righty { width: 33vw; margin-left: 62vw; }
.map-page-content-wrapper .light { color: #020202; font-size: 18px; background-color: #dceaf9; position: relative;}
.map-page-content-wrapper .light h3{ color: #921446; font-size: 24px; margin-bottom: 15px; }
.map-page-content-wrapper .light p{ margin-bottom: 0; }
.map-page-content-wrapper .dark { color: #fafafa; background-color: #444; }
.map-page-content-wrapper .step { padding-bottom: 50vh; /* margin-bottom: 10vh; */ opacity: 0.25; }
.map-page-content-wrapper .step.active { opacity: 0.9; }

.map-page-content-wrapper .step div { padding: 40px; line-height: 25px; font-size: 18px; border-radius: 25px; }
.map-page-content-wrapper .step img { width: 100%; }
.map-page-content-wrapper .step div .popupinfo{display: none;}

.page-template-maps .fancybox-container .fancybox-content{width: 100%; max-width: 860px;}
.page-template-maps .fancybox-container .fancybox-content p{max-height:500px; overflow-y: auto;padding-right: 25px; margin-bottom: 0;}
.page-template-maps .fancybox-container .passedby h3{ color: #8ec3e1; }
.page-template-maps .fancybox-container .drifting h3{ color: #46a138; }
.page-template-maps .fancybox-container .anchorage h3{ color: #921446; }

.map-page-content-wrapper .main .light{ display: none; }
.map-page-content-wrapper .light:before{ content: ''; width: 120px; height: 120px;background-repeat: no-repeat; background-size: cover; position: absolute; right: -60px; top: -60px; }
.map-page-content-wrapper .passedby .light:before{  background-image: url(images/maps/NQC_Ball_Anchorage.png); }
.map-page-content-wrapper .drifting .light:before{  background-image: url(images/maps/NQC_Ball_Landmark.png); }
.map-page-content-wrapper .anchorage .light:before{  background-image: url(images/maps/NQC_Ball_Landing.png); }

.map-page-content-wrapper .passedby h3{ color: #8ec3e1; }
.map-page-content-wrapper .drifting h3{ color: #46a138; }
.map-page-content-wrapper .anchorage h3{ color: #921446; }

.card{border: none;overflow: hidden;}
.no-gutters {margin-right: 5px;margin-left: 5px;}
.no-gutters > .col,
.no-gutters > [class*="col-"] {padding-right: 5px;padding-left: 5px;padding-bottom: 10px;}
.gallery .card img{transition: all .5s;}
.gallery .card img:hover{transform: scale(1.2);}
#inner-section-2 .load-more-container a:hover{ background-color: rgba(30,36,59,0.5); }
/*.fancybox-stage .fancybox-image{ width: auto; height: 80vh;}*/

.search-container {
	position: relative;
	 width: 300px;
	 height: 80px;
	 margin-bottom: 15px;
}
 .search-container .search {
	 position: absolute;
	 margin: auto;
	 top: 0;
	 right: 0;
	 bottom: 0;
	/* left: 0;*/
	 width: 50px;
	 height: 50px;
	 background: #fff;
	 border-radius: 50%;
	 transition: all 1s;
	 z-index: 4;
	 box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}
 .search-container .search:hover {
	 cursor: pointer;
}
 .search-container .search::before {
	 content: "";
	 position: absolute;
	 margin: auto;
	 top: 22px;
	 right: 0;
	 bottom: 0;
	 left: 22px;
	 width: 12px;
	 height: 2px;
	 background: #161c33;
	 transform: rotate(45deg);
	 transition: all 0.5s;
}
 .search-container .search::after {
	 content: "";
	 position: absolute;
	 margin: auto;
	 top: -5px;
	 right: 0;
	 bottom: 0;
	 left: -5px;
	 width: 25px;
	 height: 25px;
	 border-radius: 50%;
	 border: 2px solid #161c33;
	 transition: all 0.5s;
}
 .search-container input {
	 font-family: 'HelveticaNeue';
	 position: absolute;
	 margin: auto;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 /*left: 0;*/
	 width: 50px;
	 height: 40px;
	 outline: none;
	 border: none;
	 background: #fff;
	 color: #161c33;
	 text-shadow: 0 0 10px #fff;
	 padding: 0 80px 0 20px;
	 border-radius: 30px;
	 transition: all 1s;
	 opacity: 0;
	 z-index: 5;
	 font-weight: 500;
	 letter-spacing: 0.1em;
	 box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}
 .search-container input:hover {
	 cursor: pointer;
}
 .search-container input:focus {
	 width: 300px;
	 opacity: 1;
	 cursor: text;
}
 .search-container input:focus ~ .search {
	 /*right: -250px;*/
	 background: #161c33;
	 z-index: 6;
}
 .search-container input:focus ~ .search::before {
	 top: 0;
	 left: 0;
	 width: 25px;
	 background: #fff;
}
 .search-container input:focus ~ .search::after {
	 top: 0;
	 left: 0;
	 width: 25px;
	 height: 2px;
	 border: none;
	 background: #fff;
	 border-radius: 0%;
	 transform: rotate(-45deg);
}
 .search-container input::placeholder {
	 color: #161c33;
	 opacity: 0.5;
	 font-weight: bolder;
}
.fancy-custom-share-btn{ background-color: #161c33; color: #fff; margin-top: 10px; border-color: #161c33; }
.fancy-custom-share-btn:hover{ border-color: #234d8d; background-color: #234d8d; }
 


@media (max-width: 750px) {
    #features { width: 90vw; margin: 0 auto; }
}

/********** MEDIA QUERIES **********/

@media (max-width: 3600px) {
	/*.page, .archive, .single, .blog{*/
	html{overflow: hidden !important;}
	body{overflow-y: scroll !important; height: 100% !important;}
}

@media (max-width: 1400px) {

}

@media (max-width: 1199px) {
	#site-nav ul li { margin-right: 20px; }
	#inner-section-3 { display: flex; flex-direction: column; padding: 0 0 50px; }
	#inner-section-3 h2 { text-align: left; }
	#image-banner { position: static; text-align: center; margin-bottom: 30px; max-width: inherit; }
	#image-banner img { width: 100%; height: 380px; object-fit: cover; object-position: top center; }
	#description-carousel .owl-nav { left: 0; }
	#page-content-wrapper .widget_search label { display: block; margin: 0 0 10px; }
	#page-content-wrapper .search-field { width: 100%; }
	#page-content-wrapper .search-submit { width: 100%; }
	#description-carousel .owl-carousel .owl-stage-outer { padding: 40px 0; }
	#colophon .site-information .footer_logo{margin-top:0;}

	/* Animation Style */
	#scene-1 .scene-1-bg{background-position: center bottom;}
	#scene-1 .clouds{bottom: 20px;}
	#scene-1 .s1-shadow{bottom: 0%;}
	#scene-1 .boats{bottom: 20px;}

	.scene-2-bg{background-position: center 155%;}
	.scene-2-clouds{top: 20px;}
	.scene-2-people{bottom: -20px;}

	.scene-3-bg{background-position: center 85%;}
	.scene-3-warrior{bottom: 0;}

	#inner-section-qcp-blue .qcp-content,
	#inner-section-qcp-white .qcp-content{width: 100%;}
}

@media (max-width: 991px) {
/*	#site-nav { display: none; }*/
	/*#homepage #masthead{ background-color: rgb(35, 77, 141, 0) !important; }
	#masthead{ background-color: rgb(35, 77, 141, 1) !important;}*/
	#hero-banner{display: none;}
	#hero-banner-mobile{display: block;}
	#site-nav{ margin-left: -15px; margin-right: -15px; padding: 30px 15px 20px; }
	#site-nav>ul{ align-items: flex-start; justify-content: flex-start; padding: 0 10px;}
	#site-nav ul li.dropdown,#site-nav .social-media ul li:last-child{margin-right: 0;}
	#site-nav ul li ul.dropdown-menu.show{position: static !important; background-color: transparent; display: flex; transform: none !important; padding: 0; margin-left: 20px;}
	#site-nav ul li ul.dropdown-menu a.dropdown-item{padding: 8px 0 ; color: #fff; font-size: 14px;}
	#site-nav ul li.dropdown>a::before{display: none;}
	
	.site-header-desktop{display: none;}
	.site-header-mobile{display: block;}
	#masthead .menu-headings{display: flex; justify-content: space-between;margin-bottom: 30px;}
	#masthead .menu-headings #menu-bar{padding: 5px 10px; border: none;}
	#masthead .social-media{margin-top: 40px; display: flex;padding-bottom: 50px;}
	#masthead .social-media ul{flex-direction: row; width: 100%;}
	#masthead .container{max-width: 100%;}
	#masthead .menu-headings #menu-bar span{ width: 26px; height: 2px; transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
	#masthead .menu-headings #menu-bar span:last-child{ margin-top: -6px; transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-webkit-transform: rotate(45deg);}

	#site-nav:not(.show){ right: calc(-100vw - 80px); }
	#site-nav{ z-index: 200; right: 0; position: absolute; top: 0; height: 100vh; background-color: rgb(35, 77, 141, 1); padding: 40px 30px 20px; width: 100vw; margin-left: -15px;margin-right: -15px; -webkit-transition: right 450ms cubic-bezier(.455,.03,.515,.955);transition: right 450ms cubic-bezier(.455,.03,.515,.955);}
	#site-nav ul{flex-direction: column;}
	#site-nav ul#main-menu>li{width: 100%;}
	#site-nav ul#main-menu>li a{display: block;}
	#menu-bar { display: block; margin-top:10px; }
	#masthead .header-wrapper { justify-content: space-between; }
	#masthead .header-wrapper .site-branding { max-width: 190px; }

	#page-banner { position: relative; }
	#page-banner::after { content: ''; display: block; width: 100%; height: 100%; background: rgba(34, 97, 205, 0.6); position: absolute; top: 0; left: 0; }
	#page-banner > div { z-index: 2; position: relative; }
	
	#page-content-wrapper .widget_search label { max-width: 320px; }
	#page-content-wrapper .search-submit { max-width: 320px; }

	#kagamitan-section-1 h2 { text-align: center; }

	#about-section h2 { text-align: left; margin: 30px 0; }
	#related-article-wrapper { padding: 50px 0; }
	.related-article-item { margin-bottom: 30px; }
	.related-article-item img{width: 100%;}

	#description-carousel .description-item { padding: 0 25px; }

	#inner-section-4 { padding: 50px 0; }
	#inner-section-4 h2 { margin-bottom: 30px; }
	#inner-section-4 ul li { font-size: 16px; }

	#inner-section-5 { padding: 50px 0; }
	#inner-section-5 .img-wrapper { margin-bottom: 30px; }
	#inner-section-6 { padding: 50px 0; }
	#inner-section-6 .img-wrapper { margin-bottom: 10px; }

	#page-content-wrapper { padding: 50px 0; }
	#page-content-wrapper .right-col { margin-top: 60px; }
	

	#colophon .footer-links-wrapper { flex-direction: column; }
	#colophon .footer-logo { margin-bottom: 30px; }
	#colophon .footer-nav{ display: block; }
	#colophon .footer-nav .social-media{ display: block; margin:50px 0 0 0;}
	#colophon .footer-nav .social-media ul{display: flex;flex-direction: row; justify-content: center;}
	#colophon .footer-nav .social-media ul li a .fa{font-size: 24px;}
	#colophon .site-information { text-align: center; }
	#colophon .site-information .footer_logo{margin-top: 10px;}
	#colophon .site-information .left-col { margin-bottom: 30px; }
	#colophon .site-information .right-col p { text-align: inherit; }
	#colophon .footer-content { padding-bottom: 30px; background-size: unset;}

	/* Animation Style */
	#scene-1 .scene-1-bg{ background-position: center bottom;}
	#scene-1 .clouds{bottom: 15%;}
	#scene-1 .s1-shadow{bottom: 0%;}
	#scene-1 .boats{bottom: 20px;}

	.scene-2-bg{background-position: center bottom;}
	.scene-2-clouds{bottom: 15%; top: unset;}
	.scene-2-people{bottom: 20px;}

	.scene-3-bg{background-position: center 81%;} 
	.scene-3-warrior{bottom: 60px;}

	#skip-content{width: 100%;right:0;display: none; border-radius: unset;}

	.home{
		height: 100% !important;
		overflow: auto !important;
	}
	.home-site-content{bottom:unset !important;}
	.page, .archive, .single, .blog{
		height: 100% !important;
		overflow: auto !important;
		/*height: 100vh !important;*/
	}

	.opac-sponsor{ flex-direction: column; }
	.opac-sponsor .item{margin:20px 0 0;}
	.opac-sponsor .sponsor-logo{height: 60px;}

	#news-section .featured-articles h3{margin-top: 30px;}
	#celebrate-section{ padding: 90px 0 240px; background-position: right bottom; background-size: 60%; }
	#celebrate-section h2{font-size: 48px;}

	#quickmenu-section .qm-container{ flex-flow: row wrap; }
	#quickmenu-section .qm-container .qm-item{ width: 25%; }
	#quickmenu-section .qm-container .qm-item{ margin-bottom: 40px; }

	#inner-section-qcp-blue .qcp-content,
	#inner-section-qcp-white .qcp-content{width: 100%;}
	#inner-section-qcp-blue .content-bg, 
	#inner-section-qcp-white .content-bg{ height: 400px; }
	#inner-section-qcp-blue .qcp-content h3,
	#inner-section-qcp-white .qcp-content h3{ font-size: 28px;}
	#inner-section-qcp-blue .qcp-content p,
	#inner-section-qcp-white .qcp-content p{ font-size: 18px; }

}

@media (max-width: 767px) {
	body, p { font-size: 16px; }
	.big-text { font-size: 18px; }
	#masthead .header-wrapper .site-branding { max-width: 130px; }
	#masthead #site-nav{overflow: auto;}
	#page-banner h1 { font-size: 32px; }
	#colophon .footer-nav ul li:not(:last-child) { margin-right: 10px; }
	
	#image-banner img { height: 320px; }
	#inner-section-7 { padding: 50px 0; }
	#inner-section-7 .row-wrapper { flex-direction: column-reverse; }
	#inner-section-7 .lupon-badges { grid-template-columns: repeat(3, 1fr); margin-top: 30px; }
	#inner-section-7 .lupon-badges img:nth-child(odd) { justify-self: start; }
	
	#form-wrapper .input-wrapper { grid-template-columns: 1fr; grid-row-gap: 15px; }
	#form-wrapper .input-wrapper p { margin-bottom: 0; }
	#form-wrapper input[type="submit"] { width: 100%; }
	
	.post-list-wrapper .post-item { grid-template-columns: 1fr; }
	.post-list-wrapper .post-item .post-featured-img img { width: 100%; height: 210px; object-fit: cover; }

	#inner-section-1 { padding: 50px 0; }
	#inner-section-2 { padding: 50px 0; }
	#related-media { padding: 50px 0; }
	#related-article-wrapper { padding: 30px 0; }
	
	/* Animation Style */
	#scroll-container{ display: none !important; }

	#scene-1 .scene-1-bg{ background-position: center 0;}
	#scene-1 .clouds{bottom: 5%;}
	#scene-1 .s1-shadow{bottom: -5%;}
	#scene-1 .boats{bottom: 5%;}
	
	.scene-2-bg{background-position: center top; background-size: 101%;}
	.scene-2-clouds{bottom: 5%;top: unset;}
	.scene-2-people{bottom: -20px;}

	.scene-3-bg{background-position: center bottom;}
	.scene-3-warrior{bottom: 0;}

	.map-title{position: relative; width: 100%;top: unset; right: unset;}
	
}

@media (max-width: 576px) {
	h2 { font-size: 30px; }
	#site-nav:not(.show){ right: calc(-100% - 30px); }
	#site-nav{ margin-left: -15px; margin-right: -15px; padding: 30px 15px 20px; }
	#site-nav>ul{ align-items: flex-start; justify-content: flex-start; padding: 0 10px;}
	#site-nav ul li.dropdown,#site-nav .social-media ul li:last-child{margin-right: 0;}
	#site-nav ul li ul.dropdown-menu.show{position: static !important; background-color: transparent; display: flex; transform: none !important; padding: 0; margin-left: 20px;}
	#site-nav ul li ul.dropdown-menu a.dropdown-item{padding: 8px 0 ; color: #fff; font-size: 14px;}
	#site-nav ul li.dropdown>a::before{display: none;}
	#news-section { padding: 50px 0 20px; }
	#news-section .heading-wrapper { margin-bottom: 30px; }
	#news-section .heading-wrapper .read-more { font-size: 14px; }

	#description-carousel .owl-nav { margin-left: 0; }
	#image-banner img { height: 250px; }
	#lapulapu-carousel .owl-nav { margin-left: 0; }

	#colophon .site-information .footer_logo{ width: 80%; }
	#colophon .footer-nav ul { flex-direction: column; text-align: center; }
	#colophon .footer-nav ul li { font-size: 20px; }
	#colophon .footer-nav ul li:not(:last-child) { margin-right: inherit; margin-bottom: 15px; }
	#colophon .copyright p { max-width: 300px; margin: 0 auto; }

	.event-filter .filter-date{ width: 100%; }
	
	/* Animation Style */
	#scene-1 .scene-1-bg{background-position: left 84%;}
	#scene-1 .clouds{bottom: 20%;}
	#scene-1 .s1-shadow{bottom: -5%;}
	#scene-1 .boats{bottom: 10%;}

	.scene-2-bg{background-position: center 90%;}
	.scene-2-clouds{bottom: 20%;top: unset;}
	.scene-2-people{bottom: 10%;}

	.scene-3-bg{background-position: center 81%;}
	.scene-3-warrior{bottom: 60px;}

	.scene-4-bg{background-position: center center; background-size: cover; }
	.scene-4-islands{ bottom: 60px; }
	
	#about-section { background-color: #ffffff; background-image: url('https://www.nqc.gov.ph/wp-content/uploads/2020/03/quincentennial-art-competition_home_bg5.png'); background-repeat:no-repeat; background-position: top left; background-size: cover;  min-height: 460px; display: flex; align-items: center; color: #fff; padding: 50px 0; }

	
	.opac-form .form-group input[type='text']{ width: 100%; }
	.opac-form .form-check-category{text-align: left;}
	.opac-form .form-check-category .form-check{display: block;}

	#celebrate-section{ padding: 90px 0 240px; background-position: right bottom; background-size: 90%;}
	#celebrate-section h2{font-size: 36px;}

	#quickmenu-section{ min-height: auto; padding:60px 0 30px; }
	#quickmenu-section .qm-container{  align-items: center; }
	#quickmenu-section .qm-container .qm-item{ width: 50%; }

	.thirtyfour-page-banner .page-main-content{ padding-top: 30px; padding-bottom: 30px; text-align: center;}
	#inner-section-qcp-blue .container-fluid{ background-position: center bottom; }
	#inner-section-qcp-white .container-fluid{ background-position: center bottom; }
	#inner-section-qcp-blue .content-bg, 
	#inner-section-qcp-white .content-bg{ height: 380px; }
	#inner-section-qcp-blue .qcp-content,
	#inner-section-qcp-white .qcp-content{ width: 100%; padding: 50px 20px; }
	#inner-section-qcp-blue .qcp-content h3,
	#inner-section-qcp-white .qcp-content h3{ font-size: 24px;}
	#inner-section-qcp-blue .qcp-content p,
	#inner-section-qcp-white .qcp-content p{ font-size: 16px; }

}

@media (max-width: 480px) {
	#inner-section-7 .lupon-badges { grid-template-columns: repeat(3, 1fr); }
	#inner-section-7 .lupon-badges img:nth-child(odd) { align-self: center; }
	#inner-section-7 .lupon-badges img { max-width: 80px; max-height: 80px; }
	
	
}

/* * { border: 1px solid red; } 