@charset "utf-8";

.inq-fnt-ml {
    font-family: 'mallory', sans-serif;
}

.inq-fnt-snd {
    font-family: 'noto serif', serif;
    letter-spacing: 0.02em;
    line-height: 1.4em;
}

/* masthead */
#masthead {
	width: 100%;
	height: auto;
	background-color: #333333;
}

.masthead-box {
	width: 100%;
	height: auto;
	background-color: #000;
	margin: 0 auto;
    position: relative;
    aspect-ratio: 16/9;
    background-size: cover;
}

.ms-bg-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: relative;
}

.ms-bg-overlay h1 {
    font-size: 64px;
    color: #ffffff;
    position: absolute;
    margin: 0 auto;
    width: 80%;
    left: 0;
    right: 0;
    position: relative;
	top: 50%;
	transform: translateY(-50%);
    text-align: center;
    font-family: 'noto serif';
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2em;
}

#hero-caption {
    width: 700px;
    height: auto;
    margin: 0 auto;
    padding: 15px 0 0 0;
    font-family: 'mallory';
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    color: #666;
}

#hero-caption span {
    font-weight: 700;
}


#nlf-body {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.nlf-subhead {
    width: 700px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 40px 20px 40px 20px;
    box-sizing: border-box;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #333333;
}

.nlf-byline {
    width: 700px;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.nlf-cred {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: #333333;
    padding: 10px 0;
    text-transform: uppercase;
}

.nlf-postdate {
    font-size: 12px;
    font-style: normal;
    line-height: 24px;
    color: #333333;
    padding: 0;
    width: 100%;
    text-align: center;
}

.nlf-cred a, .nlf-cred a:visited, .nlf-cred a:hover {
    color: #0b72b5;
    text-decoration: none;
    font-weight: 700;
    padding-left: 10px;
}

.nlf-body {
    width: 100%;
    height: auto;
}

.nlf-content {
    width: 100%;
    height: auto;
    margin: 40px auto
}

.nlf-content p {
    width: 700px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 30px 0;
    font-family: "Noto Serif";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5em;
}

.nlf-content h2 {
    width: 700px;
    margin: 0 auto;
    font-family: 'mallory';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    padding: 0 0 15px 0;
    color: #004C87;
}

.nlf-content h3 {
    width: 700px;
    margin: 0 auto;
    font-family: 'mallory';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    padding: 0 0 15px 0;
    color: #004C87;
}

.nlf-content h4 {
    width: 700px;
    margin: 0 auto;
    font-family: 'mallory';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: 0 0 15px 0;
    color: #004C87;
}

/*
.nlf-content p:first-child::first-letter {
    font-size: 48px;
    float: left;
    padding: 0 10px 5px 0;
    line-height: 1;
}
*/

.nlf-content p em {
	font-style: italic;
}

.nlf-content ul {
	width: 500px;
	font-family: 'noto serif';
	font-size: 16px;
	color: #494949;
	line-height: 24px;
	margin: 0 auto 18px;
	list-style: disc;
}

.nlf-content ol {
    width: 500px;
    font-family: 'noto serif';
    font-size: 16px;
    color: #494949;
    line-height: 24px;
    margin: 0 auto 18px;
    list-style: decimal;
}

.nlf-content li {
	margin-bottom: 15px;
}

blockquote p {
	width:600px!important;
	font-size: 24px!important;
	color: #0b72b5!important;
	font-weight: 700!important;
	line-height: 1.2em!important;
}

/* images */
#nlf-full-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    position: relative;
    margin: 0 auto 40px;
    background-size: cover;
    background-position: 50% 50%;
}

#nlf-full-img p {
    display: none;
}

.nlf-img-grad-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.26512611880689774) 35%, rgba(0,0,0,0) 100%);
}

.nlf-img-grad-overlay p {
    display: none;
}

.nlf-full-img-cap {
    width: 980px;
    height: auto;
    font-family: 'noto serif';
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-right: 400px;
    box-sizing: border-box;
}

.nlf-full-img-cap span {
    font-weight: 700;
}

.nlf-full-img-cap-mobile {
    width: 93%;
    height: auto;
    margin: 0 auto 40px;
    font-family: 'noto serif';
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    color: #666;
    display: none;
}

.nlf-full-img-cap-mobile span {
    font-weight: 700;
}

/* WP CORE */
.alignnone {
    margin: 0 auto;
    width: 700px;
}

.aligncenter,
div.aligncenter {
    margin: 0 auto;
    width: 700px !important;
    height: auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
	width: 300px!important;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
	width: 300px!important;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
	width: 300px!important;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
	width: 300px!important;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */

}

.wp-caption.alignnone {
    margin: 0 auto;
    width: 700px;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    
}

.wp-caption p.wp-caption-text {
	font-family: 'Source Sans Pro', sans-serif!important;
	font-size: 14px!important;
	color: #898989!important;
	line-height: 1.4em!important;
	font-weight: 400!important;
}
/* WP CORE END */

.simplePullQuote {
	margin:  40px auto 0;
	width: 100%;
	height: auto;
	text-align: center;
    background-image: url('https://newsinfo.inquirer.net/files/2024/05/pq-top.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 60px 0 30px 0
}

.simplePullQuote p {
	font-family: 'noto serif', serif!important;
	font-size: 48px!important;
	color: #333333!important;
	font-weight: 400!important;
	margin: 0 auto 10px!important;
	line-height: 1.4em!important;
	letter-spacing: 0.02em!important;
}

/*

.simplePullQuote p:first-child::first-letter {
    font-size: 48px;
    float: none;
    padding: 0;
    line-height: 1.4em;
}

*/

.quote-from {
	margin: 0 auto;
	text-align: center;
}

.quote-from p {
	font-family: roboto!important;
	font-size: 14px!important;
	color: #666666!important;
	line-height: 1.2em!important;
	letter-spacing: 0.02em!important;
	font-style: italic!important;
	margin-bottom: 40px!important;
}

/* credits */
#nlf-credits {
    width: 700px;
    height: auto;
    margin: 0 auto;
    border-top: 1px dashed #a6a6a6;
    padding-top: 30px;
}

#nlf-credits p {
    margin: 0 auto;
    padding: 0 0 20px 0;
    font-family: "Noto Serif";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    font-style: italic;
}

#nlf-credits h4 {
    margin: 0 auto;
    font-family: 'mallory';
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    padding: 0 0 15px 0;
    color: #004C87;
}

#nlf-credits ul {
	font-family: 'noto serif';
	font-size: 16px;
	color: #494949;
	line-height: 24px;
	margin: 0 auto 30px;
	list-style: none;
    padding: 0;
    width: 100%;
}

#nlf-credits li {
    margin: 0 auto;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.02em;
    line-height: 1.6em;
}

#nlf-credits li span {
    font-weight: 700;
}

/*
#nlf-credits p:first-child::first-letter {
    font-size: 14px;
    float: none;
    padding: 0;
    line-height: 1.4em;
}
*/

.nlf-content a, .nlf-content a:visited, .nlf-content a:hover {
    color: #004C87;
    text-decoration: none;
}

/* slider */
#nlf-slider {
    width: 100%;
    background-color: #333333;
    height: auto;
}

#nlf-slider-wrap {
    width: 1200px;
    height: auto;
    margin: 20px auto 40px;
    background-color: #333333;
    position: relative;
}

.swiper {
width: 1100px;
height: auto;
aspect-ratio: 16/9;
}

.swiper-slide {
text-align: center;
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
background-size: cover!important;
background-position: 50% 50%!important;
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.26512611880689774) 35%, rgba(0,0,0,0) 100%);
}

.swiper-caption {
    position: absolute;
    z-index: 9999;
    bottom: 20px;
    color: #ffffff;
    font-family: 'mallory';
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    width: 525px;
    left: 40px;
    
}

.swiper-caption span {
    font-weight: 700;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}


.swiper-button-next {
    color:#ffffff!important;
}

.swiper-button-prev {
    color:#ffffff!important;
}

.swiper-button-next2,
.swiper-button-prev2 {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.swiper-button-next2.swiper-button-disabled,
.swiper-button-prev2.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next2.swiper-button-hidden,
.swiper-button-prev2.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next2,
.swiper-navigation-disabled .swiper-button-prev2 {
  display: none !important;
}
.swiper-button-next2 svg,
.swiper-button-prev2 svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next2 svg,
.swiper-rtl .swiper-button-prev2 svg {
  transform: rotate(180deg);
}
.swiper-button-prev2,
.swiper-rtl .swiper-button-next2 {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next2,
.swiper-rtl .swiper-button-prev2 {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next2:after,
.swiper-button-prev2:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev2:after,
.swiper-rtl .swiper-button-next2:after {
  content: "prev";
}
.swiper-button-next2,
.swiper-rtl .swiper-button-prev2 {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next2:after,
.swiper-rtl .swiper-button-prev2:after {
  content: "next";
}


/* embeds */
#nlf-embeds-980 {
    width: 980px;
    height: auto;
    margin: 20px auto 50px;
}

/* YT */

#yt-wrap {
	width: 700px;;
	height: auto;
	margin: 0 auto;
}

#yt-wrap span {
	display: block;
	font-size: 14px;
	font-family: 'mallory';
	margin-top: 5px;
	color: #484848;
	line-height: 18px;
	text-align: left;
	margin-bottom: 20px;
}

/* EMBED YT */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* OTHERS */
#aw-others {
	width: 700px;
	height: auto;
	margin: 20px auto 30px;
}

#aw-others a, #aw-others a:visited, #aw-others a:hover {
	color: #0b72b5;
	text-decoration: none;
}

/* FOOTER */

#footer {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
    padding-top: 20px;
}

.footer_bg {
	background-color: #007bc9;
}

#footer {
	font-family: 'Roboto', Arial, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin-top: 20px;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidebar a {
    font-family: 'mallory';
    padding: 8px 8px 20px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
  }
  
  .sidebar a:hover {
    color: #f1f1f1;
  }
  
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #333;
    color: white;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color: #333;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }

/* 1920 onward */
@media only screen and (min-width: 1921px) and (max-width: 2561px){
    .masthead-box {
        width: 1440px;
        height: 810px;
        margin: 0 auto;
    }
}

@media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
}

/* mobile */
@media only screen and (min-width: 320px) and (max-width: 768px){

#masthead {
	width: 100%;
	height: auto;
}

.masthead-box {
	width: 100%;
	height: auto;
    aspect-ratio: 4/5;
}

.ms-bg-overlay h1 {
    font-size: 24px;
}

#hero-caption {
    width: 93%;
}

.nlf-subhead {
    width: 93%;
    font-size: 18px;
}

.nlf-byline {
    width: 93%;
}

.nlf-postdate {
    width: 93%;
}

.nlf-body {
    width: 100%;
    height: auto;
}

.nlf-content {
    width: 100%;
}

.nlf-content p {
    width: 93%;
    margin: 0 auto;
}

.nlf-content h2 {
    width: 93%;
}

.nlf-content h3 {
    width: 93%;
}

.nlf-content h4 {
    width: 93%;
}

#nlf-full-img {
    margin: 0 auto 10px;
    aspect-ratio: 4/3;
}

.nlf-full-img-cap {
    display: none;
}

.nlf-full-img-cap-mobile {
    display: block;
}

.simplePullQuote {
	width: 93%;
    padding: 50px 0 10px 0;
    margin: 20px auto 0;
}

.simplePullQuote p {
	font-size: 23px!important;
}

/*

.simplePullQuote p:first-child::first-letter {
    font-size: 23px;
    float: none;
    padding: 0;
    line-height: 1.4em;
}

*/

#nlf-credits {
    width: 100%;
}

#nlf-credits ul {
    width: 93%;
    margin: 0 auto 30px;
}

#nlf-embeds-980 {
    width: 93%;
}

/* slider */
#nlf-slider {
    width: 100%;
    height: auto;
}

#nlf-slider-wrap {
    width: 100%;
}

.swiper {
width: 100%;
height: auto;
aspect-ratio: 4/6;
}

.swiper-slide {
background-size: cover!important;
background-position: 50% 50%!important;
}

.swiper-caption {
    width: 93%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#yt-wrap {
	width: 100%;;
	height: auto;
	margin: 0 auto;
}

#yt-wrap span {
	width: 93%;
	display: block;
	margin: 10px auto 20px;
	font-size: 12px;
}

/* OTHERS */
#aw-others {
	width: 93%;
	height: auto;
	margin: 20px auto 30px;
    overflow: hidden;
}

.aligncenter, div.aligncenter {
    width: 100% !important;
}

.nlf-content ul {
    width: 70%;
}

.nlf-content ol {
    width: 70%;
}

.swp-adjust {
    background-position: 81% 50%!important;
}

.nlf-full-img-cap p {
    display: none;
}

.nlf-img-grad-overlay p {
    display: none;
}

 #nlf-full-img p {
    display: none;
 }

}