/*
Theme Name: Manila Bulletin
Author: Manila Bulletin
Description: 2019 Manila Bulletin WP Theme
Version: 1.4
Template: twentynineteen
*/

*:focus { outline: 0 !important; text-decoration: none !important;}
* { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust:100%; outline: 0 none; }
@keyframes pulse { from { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } to { transform: scale3d(1, 1, 1); } }
@keyframes pace-spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.pace { position: relative; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: block; }
.pace::before { content: ''; display: block; position: absolute; width: 100%; height: 2px; background-color: #efefef; left: 0; right: 0; z-index: 1; }
.pace .pace-progress { background: #066efc; position: fixed; z-index: 99999; right: 100%; width: 100%; height: 2px; }
.pace .pace-progress-inner { background: #5ca1ff; display: block; position: absolute; right: 0px; width: 5px; height: 100%; opacity: 1.0; }
.pace .pace-activity { display: block; position: fixed; z-index: 2000; margin-top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px #efefef; border-top-color: #066efc; border-left-color: #efefef; border-radius: 10px; animation: pace-spinner 400ms linear infinite; }
.pace.pace-inactive { display: none; }
@media (max-width:600px) {
    body.admin-bar .pace .pace-progress,
    body.admin-bar .pace .pace-activity { position: relative; }
}

/*font family*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .article-info .cat, .sponsored-by, .page-title span + span { font-family: 'Merriweather', sans-serif; }
body, .lotto-results-list h6, .heading-alt, .counter .title, .breaking-news-content .title, .topics-title, #article-title .title, .product_title, .woocommerce-Tabs-panel h2, .related.products h2 {  font-family: 'Roboto', sans-serif; }
.heading, .section-title, .section-title-inner, .widget-title, .page-title span, .category-title, .articles.category-latest .read-more, img, .breadcrumbs a { font-family: 'Roboto Condensed', sans-serif;}
	
/*typography*/
body { font-size: 14px; color: #000000; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight: 900; color: #000; margin: 0 0 1em; line-height: 1.435; }
h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 26px; }
h3, .h3 { font-size: 23px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; margin-bottom: 0.6em; }
h6, .h6 { font-size: 15px; margin-bottom: 0.5em; }
p { line-height: 1.286; margin-bottom: 1em; letter-spacing: 0.02em; }
a, a:visited { color: #066efc; }
a:hover { color: #26397B; }
b, strong { font-weight: 700; }
.heading { font-size: 16px; color: #092277; }
.heading span { color: #066efc; }
.title a:not(:hover) { color: inherit; }
mark, ins { background: none; }
@media (max-width:1440px) {
    h1, .h1 { font-size: 28px; }
    h2, .h2 { font-size: 24px; }
    h3, .h3 { font-size: 20px; }
    h4, .h4 { font-size: 16px; }
    h5, .h5 { font-size: 15px; }
    h6, .h6 { font-size: 13px; }
}

/*buttons*/
.btn, .btn:visited {  color: #fff; background-color: #066efc; border-color: #066efc; font-size: 14px; font-weight: 400; letter-spacing: 0; padding: 15px 30px; line-height: 1em; transition: ease-in 0.2s color, ease-in 0.2s background; border-radius: 4px; }
.btn:hover,
.btn:focus { color: #fff; background-color: #26397B; border-color: #26397B; }
.btn:focus { box-shadow: none; }
.btn-primary, .btn-primary:visited { color: #fff; background-color: #26397b; border-color: #26397b; }
.btn-primary:hover { color: #fff; background-color: #26397B; border-color: #26397B;}
.btn-secondary, .btn-secondary:visited { min-width: 212px; color: #b2b2b2; background-color: #b2b2b2; border-color: #b2b2b2; font-family: 'Roboto Condensed'; font-weight: 700; text-transform: uppercase; }
.btn-secondary:hover { color: #fff; background-color: #000; border-color: #000;}
.btn-outline { border: 2px solid #066efc; background-color: transparent; color: #066efc; }
.btn-outline:hover { border-color: #26397B; color: #26397B; background-color: transparent; }
.btn-outline.btn-secondary { border: 2px solid #b2b2b2; background-color: transparent; color: #b2b2b2; }
.btn-outline.btn-secondary:hover { border-color: #000; color: #000; }
.btn-link { background-color: transparent; }
.btn-sm { padding-top: 11px; padding-bottom: 11px; }
.btn-md { padding-top: 15px; padding-bottom: 15px; }
.btn-lg { padding-top: 21px; padding-bottom: 21px; }
.btn-xl { padding-top: 25px; padding-bottom: 25px; }

/*hover underline animation*/
#article-title a,
.wp-pagenavi a,
.toogle-menu ul a,
.cat a,
a.read-more { position: relative; display: inline-flex; text-decoration: none; }

#article-title a::after,
.wp-pagenavi a::after,
.toogle-menu ul a::after,
.cat a::after,
a.read-more::after{ content: ''; display: block; position: absolute; bottom: 2px; left: 0; width: 0%; border-bottom: 1px solid; transition: cubic-bezier(.42, 0, .05, 1.46) 0.3s; }

#article-title a:hover,
.wp-pagenavi a:hover,
.toogle-menu ul a:hover,
.cat a:hover,
a.read-more:hover { text-decoration: none; }

#article-title a:hover::after,
.wp-pagenavi a:hover::after,
.toogle-menu ul a:hover::after,
.cat a:hover::after,
a.read-more:hover::after { width: 100%; }

#article-title a:focus::after,
.wp-pagenavi a:focus::after,
.toogle-menu ul a:focus::after,
.cat a:focus::after,
a.read-more:focus::after { width: 100%; }

/*hover pulse animation*/
a.icon-label,
.ads a,
a.hover-img-pulse { position: relative; }
a.icon-label:hover i,
.ads a img,
a.hover-img-pulse img { transition: cubic-bezier(.42, 0, .05, 1.46) 0.3s; }
a.icon-label:hover i,
.ads a:hover img,
.ads a:focus img,
a.hover-img-pulse:hover img,
a.hover-img-pulse:focus img { opacity: 0.8; animation: pulse 0.3s both; }

.btn-more { transition: cubic-bezier(.42, 0, .05, 1.46) 0.3s; }
.btn-more:hover { animation: pulse 0.3s both; }

.ads iframe { background-color: #DFE1E1; }

/*icons*/
[class*="mb-icon"] { background-color: transparent; background-repeat: no-repeat; background-position: 50% 50%; background-size: 1em auto; display: inline-flex; height: 1em; width: 1em; color: inherit; font-size: 1em; align-items: center; margin: 0; justify-content: center; }
.mb-icon-opinion { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M415.81,271.78h-15V175.09H191.88v-15H415.81Z'/%3E%3Cpath d='M114.83,383.5H96.19V239.72h15V365.86l29.45-29.45H320.13v15H146.89Z'/%3E%3Cg fill='%233cbbb8'%3E%3Cpath d='M215.92,248.23h16v15h-16Z'/%3E%3Cpath d='M248,248.23h16v15H248Z'/%3E%3Cpath d='M280.05,248.23h16v15h-16Z'/%3E%3Cpath d='M0,164.46v58.73H79.16V160.06H65.73l13.43-13.42V128H36.46Z'/%3E%3Cpath d='M96.19,164.46v58.73h79.15V160.06H161.92l13.42-13.42V128H132.65Z'/%3E%3Cpath d='M432.84,288.31v63.13h13.43l-13.43,13.42V383.5h42.7L512,347V288.31Z'/%3E%3Cpath d='M336.66,351.44h13.42l-13.42,13.42V383.5h42.69L415.81,347V288.31H336.66Z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
:hover > .mb-icon-search,
:hover > .mb-icon-menu,
:hover > .mb-icon-close { color: #066efc; }
[class*="mb-icon-arrow"] { font-size: 12px; transition: ease-in 0.2s; color: #066efc; }
.dropdown, .dropdown-toggle { cursor: pointer; user-select: none; }
[aria-expanded="true"] > .mb-icon-arrow-top,
[aria-expanded="true"] > .mb-icon-arrow-down { transform: rotateX(180deg); }

/*article focus*/
.article .title a:focus,
.article-info .title a:focus { color: #26397B; }

/*post meta*/
.post-meta { color: #999; font-size: 12px; display: flex; align-items: center; flex-wrap: wrap; }
.post-meta > span { align-items: center; display: inline-flex; margin-right: 20px; white-space: nowrap; }
.post-meta > span i { color: #000; }
.post-meta > span span { margin-right: 0.4em; text-transform: uppercase; }
.post-meta > span.counter .mb-icon-read,
.post-meta > span.counter .mb-icon-trend { font-size: 15px; margin-right: 7px; }
.post-meta > span.counter .mb-icon-share  { font-size: 12px; margin-right: 9px; }
.post-meta > span.counter .count { margin-right: 0.3em; }
.post-meta > span.time-posted .mb-icon-time { margin-right: 7px; }
.post-meta > span.share .a2a_counter { display: flex; flex-flow: row-reverse nowrap; align-items: center; }
.post-meta > span.share .a2a_counter:not(:hover) { color: inherit; }
.post-meta > span.share .a2a_count { position: relative; border: 0; color: inherit; font-size: inherit !important; padding: 0; height: auto !important; line-height: 1 !important; width: auto !important; margin: 0 !important; float: none; font-family: inherit; }
.post-meta > span.share .a2a_count::before,
.post-meta > span.share .a2a_count::after { display: none; }
body.home .article:not(:hover) .trend.counter{ display: none; }
@media (max-width:1299px) {
	.post-meta > span { margin-right: 10px; }
}
@media (max-width:320px) {
	.post-meta { font-size: 11px; }
	.post-meta > span { margin-right: 5px; }
	.post-meta > span.counter .mb-icon-share { font-size: 12px; margin-right: 5px; }
}

/*dropdown*/
.dropdown-toggle { transition: ease-in 0.1s; display: inline-flex; align-items: center; }
.dropdown-toggle:hover,
.dropdown-toggle:focus { transform: scale(1.5); }
.dropdown-toggle::after { display: none; }
.dropdown-menu { background-color: #fff; font-size: 16px; padding: 10px 0; margin-top: 5px; border-radius: 3px; border: 1px solid #999; box-shadow: 0 0 2px 0 rgba(0,0,0,.14),0 2px 3px 0 rgba(0,0,0,.12),0 2px 3px 0 rgba(0,0,0,.2); }
.dropdown-item { color: #000 !important; padding: 3px 15px; }
.dropdown-item:hover { color: #066efc !important; }
.dropdown-item.active,
.dropdown-item:active { color: #fff !important; }
.dropdown-divider { margin: 7px 0; }

/*carousel*/
.swiper-slide { height: auto; }
.swiper-button  { transition: cubic-bezier(.42, 0, .05, 1.46) 0.15s; }
.swiper-button:hover,
.swiper-button:focus { transform: scale(1.2); }
.swiper-button-prev, 
.swiper-button-next { left: -10px; background-size: 25% auto; background-color: #fff; border-radius: 50%; box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3); }
.swiper-button-next::after, 
.swiper-button-prev::after { font-family: 'mb icon'; font-size: 1em; line-height: 1em; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.swiper-button-prev::after { content: 'B'; }
.swiper-button-next::after { content: 'C'; }
.swiper-button-next { left: auto; right: -10px; }
.swiper-pagination-bullet { width: 5px; height: 5px; opacity: .45; }
.swiper-pagination-bullet-active { background: #066efc; opacity: 1; }
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled { cursor: not-allowed; pointer-events: auto; }
.see-more { display: flex; align-content: center; justify-content: center; flex-flow: row wrap; }
.see-more a { margin-bottom: 40%; display: flex; flex-flow: column wrap; align-items: center; justify-content: center; }
.see-more a:hover .see-more-icon { transform: scale(1.2); transition: ease-in 0.15s; }
.see-more-icon { order: 1; position: relative; font-style: normal; font-size: 15px; display: flex; width: 50px; height: 50px; align-items: center; justify-content: center; border: 1px solid #ccc; border-radius: 50%; }
.see-more-icon::before { content: 'C'; font-family: 'mb icon'; }
.see-more-label { order: 2; display: flex; align-items: center; justify-content: center; margin-top: 1em; font-size: 15px; font-weight: 300; }

@media (max-width:767px) {
    .swiper-button-prev,
    .swiper-button-next { background-size: 8px auto; padding: 0; height: 40px; width: 40px; }
	.swiper-button-prev { left: 30px; }
	.swiper-button-next { right: 30px; }
}

/*layout*/
#wrapper { position: relative; padding: 0 25px; transition: ease-in 0.3s; overflow: hidden; width: 100%; }
#footer { margin: 0 -25px; padding: 0 25px; }
@media (min-width:768px) {
	.container { max-width: 1570px; position: relative; padding-right: 10px; padding-left: 10px; }
	.row { margin-right: -10px; margin-left: -10px; }
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { box-sizing: border-box; padding-right: 10px; padding-left: 10px; }
}
@media (max-width:1440px) {
	.container { max-width: 100%; }
}
@media (max-width:767px) {
	#wrapper { padding: 0; }
	#footer { margin: 0 ; padding: 0; }
}

#header-top { padding: 0; position: relative; }
#header-top a { color: inherit; }
@media (min-width:601px) {
	body.admin-bar #header.sticky { top: 45px; }
}
#header { background-color: #fff; position: relative; width: 100%; z-index: 999; }
#header.sticky { position: fixed; top: 0; left: 0; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.20); }
#header.sticky #header-content { padding: 10px 0; }
#header.sticky #header-content .header-logo a img { max-width: 260px; }
#header.sticky #header-nav { opacity: 0; visibility: hidden; max-height: 0; overflow: hidden; padding-top: 0; padding-bottom: 0; }
#header.sticky .main-menu { font-size: 18px; }
#header.sticky .page-title { font-size: 40px; }
#header.sticky .page-title span + span { font-size: 11px; }
#header:not(.sticky) .header-logo .main-menu { opacity: 0; visibility: hidden; transform: translateX(80px); transition: none; }
@media (min-width:783px) {
	body.admin-bar #header.sticky { top: 32px; }
}
@media (min-width:1200px) {
	#header.sticky.scrolling_up { transition: ease-out 0.2s 0.4s; }
	#header.sticky.scrolling_down { transform: translateY(-100%); transition: ease-in 0.2s; }
	#header.sticky.sticky-ready { transition: none; }
}
@media (max-width:1199px) {
	#header.sticky.scrolling_up { animation: smoothScrollUp 0.5s forwards; }
	#header.sticky.scrolling_down { animation: smoothScrollDown 0.5s forwards; animation-delay: 0.2s; }
	#header.sticky.sticky-ready { animation: smoothScrollDown 0s 0s forwards; }
}
@keyframes smoothScrollUp { 0% { transform: translateY(-110%); } 100% { transform: translateY(0%); } }
@keyframes smoothScrollDown { 0% { transform: translateY(0%); } 100% { transform: translateY(-110%); } }
#header .header-logo { display: block; }
#header .header-logo a { display: block; transition: ease-in 0.3s all; }
#header .header-logo a img { width: 400px; transition: ease-in 0.3s all; }
#header .header-logo a:hover img,
#header .header-logo a:focus img { animation: pulse 0.3s both; transition: cubic-bezier(.42, 0, .05, 1.46) 0.2s all; }
.header-button { position: relative; }
.header-button > * { margin-left: 10px; }
.header-links { list-style: none; margin: 0; }
.header-links li { margin: 0 0 0 5px; }
.header-links a { color: #000; border: 1px solid rgba(0, 0, 0, 0.2); padding: 5px 20px; transition: 0.15s ease; white-space: nowrap; display: flex; align-items: center; line-height: 1.5; }
.header-links a i { display: none; }
.header-links a:hover,
.header-links a:focus { color: #066efc; border-color: #066efc; }
@media (max-width:767px) {
	.header-links a { padding: 3px 15px; }
}

#header .header-title a { transition: ease-in 0.3s all; }
#header .header-title a:hover h1 { animation: pulse 0.3s both; transition: cubic-bezier(.42, 0, .05, 1.46) 0.2s all; }

#header .page-title { font-size: 50px; color: #092277; line-height: 1; letter-spacing: 0.02em; text-align: center; margin: 0; text-transform: uppercase; transition: 0.15s ease; }
#header .page-title a { color: inherit; display: block; }
#header .page-title a:hover { transform: scale(1.1); animation: pulse 0.3s both; }
#header .page-title span { display: block; position: relative; transition: 0.15s ease; }
#header .page-title span:first-child::before { background: url(images/ui/page-title-overlay.svg) no-repeat; background-size: 100% 100%; content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
#header .page-title span + span { font-size: 13px; background-image: linear-gradient( to bottom, #0266cd 0%, #092277 100%); color: #fff; letter-spacing: 1.6em; font-weight: 700; padding: 4px 0 4px 1.6em; line-height: 1; }
body.home #header .page-title span + span { letter-spacing: 0.2em; padding: 0.15em 1em 0.15em 1.2em; }

#header-content { color: #000000; font-size: 18px; font-weight: 300; padding-top: 10px; position: relative; padding: 5px 0; position: relative; transition: ease-out 0.15s; }
#header-nav { border-bottom: rgba(0, 0, 0, 0.05) 3px solid; padding: 5px 0; position: relative; width: calc(100% + 20px); max-height: 999px; }
#header .main-nav { position: relative; max-width: calc(100% - 260px); }
#header .main-nav ul.main-menu { font-size: 22px;  font-weight: 300; display: flex; align-items: center; flex-flow: row wrap; padding: 0; margin: 0; list-style: none; }
#header .main-nav ul.main-menu > li { margin: 0; padding: 0 20px 0 0; }
#header .main-nav ul.main-menu > li:last-child { padding-right: 0; }
#header .main-nav ul.main-menu > li > a { color: #000; }
#header .main-nav ul.main-menu > li > a:hover,
#header .main-nav ul.main-menu > li > a:focus { color: #066efc; }
#header .main-nav ul.main-menu > li.menu-item-has-children { position: relative; padding-right: 10px; }
#header .main-nav ul.main-menu > li.menu-item-has-children > a { cursor: pointer; }
#header .main-nav ul.main-menu > li.menu-item-has-children .menu-arrow { display: none; position: absolute; right: 0; top: 50%; cursor: pointer; transition: 0.4s ease; transform: translateY(-50%); }
#header .main-nav ul.main-menu > li.menu-item-has-children .menu-arrow:hover { color: #066efc; }
#header .main-nav ul.main-menu > li.menu-item-has-children > .sub-menu { position: absolute; left: 0; top: 100%; width: 250px; transition: 0.2s ease-in all 0s; background-color: #fff; color: #066efc; font-size: 16px; padding: 3px 0 7px; margin-top: 5px; border-radius: 3px; border: 1px solid #999; box-shadow: 0 0 2px 0 rgba(0,0,0,.14),0 2px 3px 0 rgba(0,0,0,.12),0 2px 3px 0 rgba(0,0,0,.2); }
#header .main-nav ul.main-menu > li.menu-item-has-children:not(:hover) > .sub-menu,
html:not(.desktop) #header .main-nav ul.main-menu > li.dropdown-clicked > .sub-menu { transform: translateY(20%); opacity: 0; visibility: hidden; transition-delay: 0.3s; }
#header .main-nav ul.main-menu > li.menu-item-has-children > .sub-menu > li:first-child { border: 0; }
#header .main-nav ul.main-menu > li.menu-item-has-children .sub-menu > li {  border-top: 1px solid #ddd; }
#header .main-nav ul.main-menu > li.menu-item-has-children .sub-menu li > a { color: #000000; font-size: 16px; display: block; padding: 7px 15px; text-align: left; letter-spacing: 0; }
#header .main-nav ul.main-menu > li.menu-item-has-children .sub-menu li { list-style: none; padding: 0; }
#header .main-nav ul.main-menu > li.menu-item-has-children .sub-menu li > a:hover { color: #066efc; }
#header .main-nav ul.main-menu > li.menu-item-has-children .sub-menu ul { padding: 0; }
#header .main-nav ul.main-menu > li.menu-item-has-children .sub-menu ul li a { position: relative; }
#header .main-nav ul.main-menu > li.menu-item-has-children .sub-menu ul li a::before { content: '- '; display: inline-block; margin-right: 0.5em; }
#header .main-nav ul.main-menu > li.menu-item-has-children .sub-menu ul li li a::before { content: '-- '; }
#header .main-nav ul.main-menu > li.menu-item-has-children .sub-menu ul li li li a::before { content: '--- '; }
#header .main-nav div.main-menu-more > ul.main-menu > li > button.submenu-expand { font-size: inherit; padding: 0 10px; display: inline-block; font-weight: inherit; text-decoration: none; line-height: inherit; }
#header .main-nav div.main-menu-more > ul.main-menu > li > button.submenu-expand:not(:hover) { color: inherit; }
#header .main-nav div.main-menu-more > ul.main-menu > li > button.submenu-expand.is-empty,
#header .main-nav div.main-menu-more > ul.main-menu > li > button.submenu-expand.is-empty ~ * { visibility: hidden; }
#header .main-nav div.main-menu-more > ul.main-menu > li.menu-item-has-children > .sub-menu > li:nth-child(2) { border: 0; }
#header .main-nav .topics { padding-top: 10px; }
#header .main-nav .topics .main-navigation { position: relative; }
#header .main-nav .topics .main-navigation > div { display: inline-block; }
#header .main-nav .topics .main-navigation#primary-menu { padding-left: 0; }
#header .main-nav .topics .main-menu { padding: 0 10px; display: inline-flex; flex-flow: row nowrap; }
#header .main-nav .topics .main-menu > li { display: inline; }
#header .main-nav .topics .main-menu a { white-space: nowrap; }
#header .main-nav .topics .main-menu-more { color: inherit; font-weight: 300; }
#header .main-nav .topics .main-menu-more > ul.main-menu,
#header .main-nav .topics .main-menu-more > ul.main-menu > li { padding: 0; }
#header .main-nav .topics-title { font-size: 22px; color: #092277; margin: 0; padding-right: 0; }

.header-dropdown { font-size: 18px; font-weight: 300; position: relative; display: flex; align-items: center; }
.header-dropdown > a { font-weight: 700; color: #000; margin-left: 0.2em; }
.header-dropdown > a:hover,
.header-dropdown > a:focus { color: #066efc; }
.header-dropdown .dropdown-toggle { background-color: transparent; padding: 0.7em; font-size: 12px; }
.menu-toggle, .search-toggle, .close-toggle { display: inline-flex; background-color: transparent; border: 0px; cursor: pointer; padding: 5px; font-size: 20px; transition: 1s ease-in; }
.menu-toggle:not(:hover), .search-toggle:not(:hover), .close-toggle:not(:hover) { color: inherit; }
.menu-toggle i, 
.search-toggle i, 
.close-toggle i, 
.header-links a i { transition: 0.1s ease-in; }
.menu-toggle:hover i, 
.search-toggle:hover i, 
.close-toggle:hover i, 
.header-links a:hover i {transform: scale(1.3); }
.search-toggle:focus i,
.menu-toggle:focus i, 
.close-toggle:focus i {transform: scale(1.3); color: #066efc; } 
@media (max-width: 1440px ) {
    #header .page-title { font-size: 34px; margin-bottom: 7px; }
    #header .page-title span + span { font-size: 9px; }
    #header .main-nav { max-width: calc(100% - 230px); }
    #header .main-nav .topics-title,
	#header .main-nav ul.main-menu,
    #header .main-nav ul.main-menu > li.menu-item-has-children .sub-menu li > a { font-size: 18px; }
    #header .header-dropdown { font-size: 16px; }
    #header .header-dropdown .dropdown-toggle { padding: 0.5em; font-size: 10px; margin-top: 0.5em; }
    #header .header-links a { padding: 3px 11px; font-size: 16px; }
}
@media (max-width:1199px) {
	#header-content { font-size: 15px; }
	#header .header-logo a img { width: 256px; }g
    #header .main-nav { max-width: calc(100% - 215px); }
    #header .main-nav .topics { padding-top: 0; }
    #header .main-nav .topics-title,
	#header .main-nav ul.main-menu,
    #header .main-nav ul.main-menu > li.menu-item-has-children .sub-menu li > a  { font-size: 17px; }
	#header .main-nav ul.main-menu > li { padding: 0 20px 0 0; }
	#header .header-dropdown { font-size: 15px; }
	#header .header-button .menu-toggle, 
	#header .header-button .search-toggle, 
	#header .header-button .close-toggle { font-size: 24px; }
	#header .header-button .search-toggle { margin-left: 5px; }
	#header .header-links li { margin-left: 20px; margin-right: 0; }
	#header .header-links li.header-btn-1 a,
	#header .header-links li.header-btn-3 a { font-size: 28px; }
	#header .header-links li.header-btn-1 a i,
	#header .header-links li.header-btn-3 a i { margin-top: -0.05em; }
	#header .header-links a { border: 0; padding: 0; font-size: 24px; }
	#header .header-links a span { display: none; }
	#header .header-links a i { display: block; }
	.menu-toggle, .search-toggle, .close-toggle { font-size: 24px; }
}
@media (max-width:991px) {
    #header .main-nav { max-width: calc(100% - 200px); }
    #header .main-nav .topics-title,
	#header .main-nav ul.main-menu,
    #header .main-nav ul.main-menu > li.menu-item-has-children .sub-menu li > a  { font-size: 15px; line-height: 1.3; }
	#header .header-dropdown { font-size: 14px; }
	.woocommerce-checkout .page-title, .woocommerce-checkout .woocommerce-order-details__title{text-align:center;}
}
@media (max-width:767px) {
	.woocommerce-checkout .page-title, .woocommerce-checkout .woocommerce-order-details__title{text-align:center;}
	.toggle-content { padding: 20px 0; }
	.toggle-content .toggle-content-buttons, 
	.toggle-content .toggle-content-option { font-size: 16px; font-weight: 300; }
	#header { position: relative; z-index: 100; width: 100%; height: auto; }
	#header-content { display: block; margin-top: 0; }
	#header-top { margin: 0; padding: 0; }
	#header-top * { margin: 0; padding: 0 !important; }
	#header .header-logo { pointer-events: none; position: relative; z-index: 2; width: 100%; text-align: center; }
	#header .header-logo a { pointer-events: auto; width: 48vw; background-color: #fff; padding: 3vw 3vw; border-radius: 4px; position: relative; display: block; margin: auto; }
	#header .header-logo a img { width: 100%; }
	#header .header-button { position: absolute; top: 4vw; width: 100%; left: 0; }
	#header .header-button > * { margin-left: 15px; }
	#header .header-button .menu-toggle, 
	#header .header-button .search-toggle, 
	#header .header-button .close-toggle { font-size: 24px; padding: 0; }
	#header .header-button .search-toggle { margin-left: 0; }
	#header .header-links { position: absolute; left: 0; margin: 0; }
	#header .header-links li { margin-left: 0; margin-right: 15px; }
	#header .header-links li.header-btn-1 { display: none; }
	#header .header-title { display: block; position: relative; left: 0; width: 100%; background-color: #fff; padding-top: 0; padding-bottom: 0;}
    #header .header-title .page-description { padding: 0; text-transform: uppercase; font-size: 12px; line-height: normal; margin-bottom: 7px; }
    body.home #header .header-title { border: 0; clip: rect(0,0,0,0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
	#header .header-dropdown { display: none; }
    #header-nav { padding: 7px 0; border-bottom: rgba(0, 0, 0, 0.1) 1px solid; border-top: rgba(0, 0, 0, 0.1) 1px solid; }
    #header .main-nav { max-width: 100%; }
    #header #header-nav { width: calc(100% + 30px); }
    #header .main-nav .topics { flex-flow: row nowrap; }
    #header .main-nav .topics .main-menu { padding: 0 0 0 20px; }
    #header .main-nav .topics .main-navigation { padding-left: 0; padding-right: 24px; }
    #header .main-nav .topics .main-navigation { display: flex; align-items: center; }
    #header .main-nav .topics .main-menu-more { position: absolute; right: 15px; top: 0; }
    #header .main-nav .topics .main-menu-more > ul.main-menu > li > button.submenu-expand { line-height: 1em; font-size: 11px; height: 24px; background-color: #fff; width: 24px; padding: 0 0 0.5em; }
    #header .main-nav .topics .main-menu-more > ul.main-menu > li > button.submenu-expand i::before { content: '...'; font-family: 'Roboto'; }
    #header .main-nav .topics .main-menu-more ul.main-menu > li.menu-item-has-children > .sub-menu { left: auto; right: 0; }
	
    
	body.home #header { background-color: transparent; }
	body.home #header #header-nav { visibility: hidden; height: 0; padding: 0; }
	body.home #header.sticky,
	#header.sticky { background-color: #fff; }
	#header.sticky #header-content { padding: 5px 0; }
	#header.sticky .header-title { position: absolute; top: -200px; }
	body.home #header:not(.sticky) { position: absolute; }
	body.home #header:not(.sticky) #header-content { margin-top: 15px; }
	body.home #header:not(.sticky) #header-content,
	body.home #header:not(.sticky) #header-content a:hover,
	body.home #header:not(.sticky) .header-button .menu-toggle, 
	body.home #header:not(.sticky) .header-button .search-toggle, 
	body.home #header:not(.sticky) .header-button .close-toggle,
	body.home #header:not(.sticky) .header-button a:hover > i,
	body.home #header:not(.sticky) .header-links a { color: #fff; }
	#header .main-nav .topics-title,
	#header .main-nav .topics .main-menu { font-size: 14px; }
	#header .main-nav .topics .main-menu-more a span { display: none; }
}
@media (max-width:360px) {
    #header .header-title .page-description { font-size: 11px; }
	#header .header-button .menu-toggle, 
	#header .header-button .search-toggle, 
	#header .header-button .close-toggle { font-size: 20px; }
	#header .header-links li.header-btn-3 a { font-size: 25px; }
	#header .header-links a { font-size: 22px; }
	.partner-carousel-btn button{}
}

.toggle-menu-carousel { width: 100%; position: relative; }
.toggle-menu-carousel-btn .swiper-button { margin-top: -46px; }
.toggle-content { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: #fff; z-index: 999; overflow-x: hidden; overflow-y: auto; padding: 20px 10px; transition: ease-in 0.2s; z-index: 999999; }
.toggle-content .toggle-content-heading { margin-bottom: 30px; }
.toggle-content .toggle-content-logo img { max-width: 220px; }
.toggle-content .toggle-content-buttons,
.toggle-content .toggle-content-option { font-size: 18px; font-weight: 300; position: relative; }
.toggle-content .toggle-content-option > * { margin-left: 10px; }
.toggle-content .toggle-menu-list { position: relative; padding: 0 20px; }
.toggle-content ul.toogle-menu { list-style: none; margin-bottom: 45px; height: auto; padding: 0; }
.toggle-content ul.toogle-menu .box-content { font-size: 12px; position: relative; }
.toggle-content ul.toogle-menu .box-content ul li { padding: 5px 0; }
.toggle-content ul.toogle-menu .box-content ul li:first-child { padding-top: 0; }
.toggle-content ul.toogle-menu .box-content h2,
.toggle-content ul.toogle-menu .box-content h3,
.toggle-content ul.toogle-menu .box-content h4,
.toggle-content ul.toogle-menu .box-content h5,
.toggle-content ul.toogle-menu .box-content h6 { color: inherit; }
.toggle-content ul.toogle-menu > li { background-size: cover; background-position: 50% 50%; max-width: 224px; -ms-flex: 0 0 224px; flex: 0 0 224px; padding:20px 20px 10px; background-size: cover; color: #fff; }
.toggle-content ul.toogle-menu > li:nth-child(2n) { background-color: #001246; }
.toggle-content ul.toogle-menu > li:nth-child(2n+1) { background-color: #092276; }
.toggle-content ul.toogle-menu > li a { color: inherit; }
.toggle-content ul.toogle-menu > li::before { content: ''; display: block; width: 100%; height: 100%; background-color: #000; opacity: 0.7; z-index: 0; position: absolute; left: 0; top: 0; }
.toggle-content ul.toogle-menu > li > * { position: relative; z-index: 1; }
.toggle-content ul.toogle-menu > li > a { font-size: 18px; font-weight: 700; margin-bottom: 20px; display: inline-block; }
.toggle-content ul.toogle-menu > li > a:hover,
.toggle-content ul.toogle-menu > li > a:focus { opacity: 0.6; }
.toggle-content ul.toogle-menu > li > a::before { border-bottom: 1px solid #fff; width: 30px; content: ''; display: block; position: absolute; bottom: -10px; }
.toggle-content ul.toogle-menu > li ul { list-style: none; padding: 0; margin: 0; font-weight: 400; }
.toggle-content ul.toogle-menu > li ul li ul.sub-menu { max-height: 999px; transition: ease-in 0.15s; }
.toggle-content ul.toogle-menu > li ul li:not(:hover) ul.sub-menu { max-height: 0; overflow: hidden; }
.toggle-content ul.toogle-menu > li ul li { padding: 0; margin: 10px 0; }
.toggle-content ul.toogle-menu > li:not(.small-boxes) ul li li::before { content: '- '; display: inline-block; margin-right: 0.5em; letter-spacing: 2px; }
.toggle-content ul.toogle-menu > li:not(.small-boxes) ul li li li::before { content: '-- '; }
.toggle-content ul.toogle-menu > li:not(.small-boxes) ul li li li li::before { content: '--- '; }
.toggle-content ul.toogle-menu > li:not(.small-boxes) ul li { background-image: none !important; }
.toggle-content ul.toogle-menu > li.small-boxes { width: auto; max-width: none; padding: 0; background-color: transparent; background-image: none !important; -ms-flex: 0 0 auto; flex: 0 0 auto; }
.toggle-content ul.toogle-menu > li.small-boxes::before,
.toggle-content ul.toogle-menu > li.small-boxes > a { display: none; }
.toggle-content ul.toogle-menu > li.small-boxes > ul { display: flex; flex-wrap: wrap; height: 100%; width: calc(100% + 10px); margin: 0 -5px 0px; }
.toggle-content ul.toogle-menu > li.small-boxes > ul > li { background-size: cover; background-position: 50% 50%; box-sizing: border-box; width: 226.5px; height: calc(50% - 5px); padding: 20px 20px 0; background-size: cover; color: #fff; margin: 0 5px 10px; display: block; float: left; }
.toggle-content ul.toogle-menu > li.small-boxes > ul > li:nth-child(2n) { background-color: #001246; }
.toggle-content ul.toogle-menu > li.small-boxes > ul > li:nth-child(2n+1) { background-color: #092276; }
.toggle-content ul.toogle-menu > li.small-boxes > ul > li a { color: inherit; }
.toggle-content ul.toogle-menu > li.small-boxes > ul > li a::after { display: none; }
.toggle-content ul.toogle-menu > li.small-boxes > ul > li::before { content: ''; display: block; width: 100%; height: 100%; background-color: #000; opacity: 0.7; z-index: 0; position: absolute; left: 0; top: 0; }
.toggle-content ul.toogle-menu > li.small-boxes > ul > li > * { position: relative; z-index: 1; }
.toggle-content ul.toogle-menu > li.small-boxes > ul > li > a { font-size: 18px; font-weight: 700; margin-bottom: 20px; display: inline-block; }
.toggle-content ul.toogle-menu > li.small-boxes > ul > li > a:hover { opacity: 0.6; }
.toggle-content ul.toogle-menu > li.small-boxes > ul > li > a::before { border-bottom: 1px solid #fff; width: 30px; content: ''; display: block; position: absolute; bottom: -10px; }
.toggle-content ul.toogle-menu > li.small-boxes > ul > li ul li { margin: 5px 0 0; line-height: 1.5em; }
.toggle-content ul.toogle-menu > li.small-boxes > ul > li ul li li::before { content: '- '; display: inline-block; margin-right: 0.5em; letter-spacing: 2px; }
.toggle-content ul.toogle-menu > li.small-boxes > ul > li ul li li li::before { content: '-- '; }
.toggle-content ul.toogle-menu > li.small-boxes > ul > li ul li li li li::before { content: '--- '; }
.toggle-search-box { top: 50%; position: absolute; width: calc(100% - 20px); transform: translateY(-50%); }
#toggle-menu:not(:target) { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-20%); }
#toggle-search:not(:target) { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-20%); }
#toggle-search #search-box { width: 100%; max-width: 1000px; }
#toggle-search #search-box .input-group { border-bottom: 1px solid #999; }
#toggle-search #search-box .input-group input { background-color: #fff; font-size: 48px; border: 0; font-weight: 300; padding-left: 10px; border-radius: 10px 10px 0 0; padding-right: 10px; margin: -1px; border-bottom: 1px solid #999; }
#toggle-search #search-box .input-group input:invalid { box-shadow: none !important; }
#toggle-search #search-box .input-group input:invalid:focus { border-bottom: 1px solid #007bff; }
#toggle-search #search-box .input-group input:focus { background-color: #fff; box-shadow: none; outline: none; }
#toggle-search #search-box .input-group input:invalid + * { pointer-events: none; }
#toggle-search #search-box .input-group input::-webkit-search-decoration,
#toggle-search #search-box .input-group input::-webkit-search-cancel-button,
#toggle-search #search-box .input-group input::-webkit-search-results-button,
#toggle-search #search-box .input-group input::-webkit-search-results-decoration { -webkit-appearance:none; }
#toggle-search #search-box .input-group button { font-size: 40px; padding: 10px; display: flex; align-items: center; justify-content: center; }
#toggle-search #search-box .input-group button:hover { transform: scale(1.2); transition: ease-in 0.15s; text-decoration: none; }
@media (max-height:650px) {
	.toggle-content { width: 100vw;  }
}
@media (min-width:601px) {
	body.admin-bar .toggle-content { top: 45px; }
}
@media (min-width:783px) {
	body.admin-bar .toggle-content { top: 32px; }
}
@media (max-width:767px) {
	.toggle-menu-carousel-btn .swiper-button-prev { left: 0px; }
	.toggle-menu-carousel-btn .swiper-button-next { right: 0px; }
	#toggle-search #search-box .input-group input { font-size: 18px; }
	#toggle-search #search-box .input-group button { font-size: 20px; }
	.toggle-content .toggle-content-logo img { max-width: 160px; }
	.toggle-content .toggle-content-buttons { font-size: 16px; }
	.toggle-content .toggle-content-option,
	.toggle-content .toggle-content-option > a { font-size: 24px; }
}
@media (max-width:360px) {
	.toggle-content .toggle-content-option,
	.toggle-content .toggle-content-option > a { font-size: 20px; }
}



#mobile-menu { background-color: #066efc; width: 100%; max-width: 280px; height: 100%; overflow-y: scroll; position: fixed; right: 0; transform: translateX(100%); top: 0; transition: 0.8s ease-in all; z-index: 9999; }
#mobile-menu > ul { padding: 60px 0; width: 100%; position: relative; }
#mobile-menu > ul li { list-style: none; display: block; }
#mobile-menu > ul li a { color: #ffffff; display: block; padding: 15px; text-align: center; position: relative; }
#mobile-menu > ul li a::before { background-color: #ffffff; content: ""; display: inline-block; width: 0; height: 4px; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; transition: 0.4s ease-in all; }
#mobile-menu > ul li a:hover::before { width: 48px; }
#mobile-menu > ul li.current-menu-item > a { color: #ffffff; }
#mobile-menu > ul li.current-menu-item > a::before { width: 48px; }
#mobile-menu > ul > li.menu-item-has-children { position: relative; }
#mobile-menu > ul > li.menu-item-has-children .menu-arrow { padding-top: 0.2em; color: #fff; position: absolute; right: 5px; top: 0; cursor: pointer; transition: 0.2s ease-in all; width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; z-index: 1; font-size: 110%; }
#mobile-menu > ul > li.menu-item-has-children:not(.show-sub) > ul { border: 0; margin: 0; max-height: 0; overflow: hidden; }
#mobile-menu > ul ul { border-top: 1px solid rgba(255,255,255,0.5); margin: 10px; padding: 0; max-height: 999px; transition: 0.2s ease-in all; }
#mobile-menu > ul ul li { font-size: 90%; }
#mobile-menu > ul ul li a { padding: 8px 0; }
#mobile-menu > ul ul li a::before { height: 2px; }
#btn-close { background-color: transparent; border: 0px; cursor: pointer; width: 30px; display: none; padding: 0; position: absolute; top: 30px; right: 30px; transition: 1s ease-in all; }
#btn-close span { background-color: #ffffff; display: block; width: 30px; height: 2px; margin-bottom: 6px; }
@media (max-width:1199px) {
	html.show-menu { overflow-y: hidden; }
	#mobile-menu.show-menu { transform: translateX(0); }
}
@media (min-width:991px) {
	#menu-btn.show-menu { padding-right: 320px; }
}
@media (max-width:991px) {
    #btn-close { display: inline-block; }
}
@media (max-width:600px) {
    #mobile-menu { max-width: 100%; }
}
@media (max-width:575px) {
	#menu-btn { display: inline-block; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
}

#breaking-news { position: fixed; width: 100%; bottom: 0; left: 0; height: auto; z-index: 99; color: #fff; transition: ease-in-out 0.3s all; }
#breaking-news::before { content: ''; display: block; width: 100%; height: 72px; background-color: rgba(6, 110, 252, 0.95); border-top: #0691fc 5px solid; bottom: 0; left: 0; position: fixed; }
#breaking-news.hide { transform: translateY(100%); }
#breaking-news.hide .breaking-news-icon { animation: none; }
#breaking-news .container-fluid { padding-right: 10px; padding-left: 10px; }
.breaking-news-icon { animation: bounce 3s infinite both; position: relative; margin-right: 10px; }
.breaking-news-icon img { position: relative; max-width: calc(123vw / 1550*100); z-index: 1; }
.breaking-news-icon img + img { left: 10px; top: 0; position: absolute; z-index: 0; }
.breaking-news-content { position: relative; padding-right: 0; }
.breaking-news-content .row { height: 72px; width: calc(100% + 10px); text-transform: uppercase; padding: 10px 0; }
.breaking-news-content .title { margin: 0; font-size: 20px; color: inherit; padding-left: 0; }
.breaking-news-content .title span { border-bottom: 2px solid; }
.breaking-news-content .desc { margin: 0; font-size: 16px; font-weight: 300; overflow: hidden; position: relative; width: 100%; height: 1.2em; }
.breaking-news-content .desc .list { margin: 0; display: flex; animation: marquee_style infinite; padding-left: 100%; width: auto; flex-flow: row nowrap; position: absolute; top: 0; left: 0; line-height: 1em; z-index: 10; }
.breaking-news-content .desc .list.items-1 { animation-duration: 22s; }
.breaking-news-content .desc .list.items-2 { animation-duration: 44s; }
.breaking-news-content .desc .list.items-3 { animation-duration: 88s; }
.breaking-news-content .desc .list.items-4 { animation-duration: 110s; }
.breaking-news-content .desc .list.items-5 { animation-duration: 132s; }
.breaking-news-content .desc .list:hover { animation-play-state: paused; }
.breaking-news-content .desc .list p { margin: 0; display: flex; padding-right: 20em; white-space: nowrap; }
.ie .breaking-news-content .desc .list p { display: block; }
.breaking-news-content .desc .list a { font-weight: 700; color: inherit; text-transform: none; margin-left: 1em; }
.breaking-news-content .desc .list a:not(:hover) { text-decoration: underline; }
@keyframes marquee_style { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }
@keyframes bounce { from, 20%, 53%, 80%, to { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0, 0, 0); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0, -25px, 0); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0, -10px, 0); } 90% { transform: translate3d(0, -4px, 0); } }
@media (max-width:767px) {
	#breaking-news::before { background-color: #066efc; }
	.breaking-news-icon img + img { left: 15px; }
	.breaking-news-content .title { font-size: 15px; }
	.breaking-news-content .desc { font-size: 14px; }
	.breaking-news-content .desc .list p { padding-right: 33vw; }
	#breaking-news::before { height: 60px; }
	.breaking-news-icon { margin-right: 0; }
	.breaking-news-content .row { height: 60px; }
	.breaking-news-content .desc .list.items-1 { animation-duration: 16s; }
	.breaking-news-content .desc .list.items-2 { animation-duration: 32s; }
	.breaking-news-content .desc .list.items-3 { animation-duration: 48s; }
	.breaking-news-content .desc .list.items-4 { animation-duration: 64s; }
	.breaking-news-content .desc .list.items-5 { animation-duration: 80s; }
	.breaking-news-icon img { max-width: calc(123vw / 800*100); }
}

a.article-img { position: relative; display: block; overflow: hidden; }
a.article-img img { width: 100%; display: flex; min-height: 100px; justify-content: center; align-items: center; color: #ccc; background-color: #f7f9fa; position: relative; z-index: 1; }
a.article-img:hover,
a.article-img:focus { background-color: #092277; }
a.article-img:hover img,
a.article-img:focus img { opacity: 0.7; }
a.article-img::before { display: block; width: 30px; height: 30px; position: absolute; left: 50%; top: 50%; z-index: 2; transition: cubic-bezier(.42, 0, .05, 1.46) 0.2s; content: 'H'; font-family: 'mb icon'; font-size: 30px; text-align: center; transform: translate(-50%, -50%) scale(1); color: #fff; line-height: 30px; }
a.article-img:not(:hover)::before { transform: translate(-50%, -50%) scale(0); }
a.article-img:focus::before { transform: translate(-50%, -50%) scale(1); }

.featured-news { position: relative; margin-bottom: 0; padding: 0 0 30px; }
.featured-news .article-figure { width: 56.666%; flex: 0 0 56.666%; max-width: 56.666%; margin-bottom: 0; }
.featured-news .article-figure figcaption { padding: 10px 0; font-size: 11px; color: #000; line-height: 1.636; }
.featured-news .article-figure figcaption strong { font-weight: 400; }
.featured-news .article-figure figcaption span.image-source { color: #999; display: block; }
.featured-news .article-figure figcaption strong { font-weight: 400; line-height: 1.5; }
.featured-news .article-info .desc p { margin-bottom: 1.2em; line-height: 1.2em; }
.featured-news-list { padding: 0 10px; position: relative; }
.featured-news-list-inner { border-top: 1px solid rgba(0,0,0,0.1); padding: 5px 0 20px; overflow: hidden; list-style: none; }
.featured-news-list-inner .article { position: relative; border-left: 1px solid rgba(0,0,0,0.1); margin: 30px 0; }
.featured-news-list-inner .article-inner { padding: 2px 17px 2px 10px; }
@media (min-width:768px) {
	.featured-news .article-figure a.article-img { height: calc(100% - 50px); max-height: 50vw; }
	.featured-news .article-figure a.article-img img { height: 100%; object-fit: cover; }
}
@media (min-width:768px) and (max-width:992px) {
	.featured-news-list-inner .article:nth-child(2n+1) { border-left: 0; }
	.featured-news-list-inner .article:nth-child(2n+1)::after { content: ''; border-bottom: 1px solid rgba(0,0,0,0.1); display: block; width: 100%; height: 0; width: 100vw; position: absolute; bottom: -30px; }
}
@media (min-width:992px) {
	.featured-news-list-inner .article:nth-child(3n+1) { border-left: 0; }
	.featured-news-list-inner .article:nth-child(3n+1)::after { content: ''; border-bottom: 1px solid rgba(0,0,0,0.1); display: block; width: 100%; height: 0; width: 100vw; position: absolute; bottom: -30px; }
	.featured-news .article-figure a.article-img { max-height: 28vw; }
}
@media (max-width:767px) {
	.featured-news { padding: 0 0 30px; }
	.featured-news .article-figure { margin-top: 25px; width: 100%; flex: 0 0 100%; max-width: 100%; }
	.featured-news .article-figure a { border-radius: 6px; display: block; overflow: hidden; }
	.featured-news .article-figure a img { border-radius: 6px; }
	.featured-news .article-info .desc p { margin-bottom: 1.2em; line-height: 1.467em; font-size: 15px; color: #787c7d; }
	.featured-news-list { padding: 0; margin-left: -15px; margin-right: -15px; margin-bottom: 0; }
	.featured-news-list-inner { border-top: 0; padding: 5px 0 0; margin-bottom: 0; }
	.featured-news-list-inner .article { border-left: 0; }
	.featured-news-list-inner .article::before { content: ''; border-bottom: 1px solid rgba(0,0,0,0.1); display: block; width: 100%; height: 0; width: 100%; position: absolute; top: -30px; }
	.featured-news-list-inner .article-inner { padding: 2px 15px; }
	.featured-news-list-inner .title a,
	.featured-news .article-info .title a { display: block; position: relative; padding-right: 60px; }
	.featured-news-list-inner .title a::after,
	.featured-news .article-info .title a::after { content: 'H'; color: #000; display: block; font-size: 30px; opacity: 0.15; position: absolute; top: 50%; transform: translateY(-50%); right: 10px; font-family: 'mb icon'; }
	.featured-news-list-inner .title a:hover::after,
	.featured-news .article-info .title a:hover::after { opacity: 1; color: #0266cd; }
	.featured-news-list-inner .desc p,
	.featured-news .article-info .desc p { margin-bottom: 1.2em; line-height: 1.467em; font-size: 15px; color: #787c7d; }
}


.articles { position: relative; margin-bottom: 0; padding: 0 0 10px; }
.articles .category-title { position: relative; color: #26397b; font-size: 16px; }
.articles .category-title span { color: #066efc; }
.articles:not(:first-child) .category-title::before { content: ''; display: block; border-top: 2px solid rgba(0, 0, 0, 0.1); position: absolute; width: 100%; top: -20px; left: 0; }
.articles .category-title span { color: #066efc; }
.articles .category-title + .read-more { position: absolute; top: 0; right: 10px; }
.articles-list { list-style: none; padding: 0; position: relative; }
.articles-list-inner { border-top: 1px solid rgba(0,0,0,0.1); padding: 5px 0 20px; overflow: hidden; list-style: none; }
.articles-list .article { position: relative; margin: 35px 0 35px; border-bottom: 1px solid rgba(0,0,0,0.1); padding-bottom: 20px; }
.articles-list .article:not(.article-highlight):first-child { margin-top: 30px; }
.articles-list .article:last-child { padding-bottom: 0; border: 0; }
.articles-list .article-inner { position: relative; }
.articles-list.full-text .article-figure { width: 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 60px; }
.articles-list .article-figure { width: 210px; flex: 0 0 210px; max-width: 210px; }
.articles-list .article-info { position: static; }
.articles-list .article-highlight { padding-bottom: 10px; border: 0; }
.articles-list .article-highlight .article-figure { width: calc(456% / 890*100); flex: 0 0 calc(456% / 890*100); max-width: calc(456% / 890*100);  }
.articles-list .article-highlight .article-info { width: calc(404% / 890*100); flex: 0 0 calc(404% / 890*100); max-width: calc(404% / 890*100); }
.articles-list .article-highlight.col-md-6 .article-figure,
.articles-list .article-highlight.col-md-6 .article-info { width: 100%; flex: 0 0 100%; max-width: 100%; }
.articles-list .article-info .cat { font-weight: 900; }
.articles-list .article-info .title { margin: 5px 0 10px; line-height: 1.217; letter-spacing: 0.02em; }
.articles-list .article-info .title a:focus { color: #26397B; }
.category-latest .articles { padding-bottom: 30px; }
.category-latest .articles-list { margin-bottom: 20px; }
.category-latest .articles-list .article:not(.article-highlight):first-child { margin-top: 0; }
.category-latest .articles-list .article { border-bottom: 0; margin: 0; padding-bottom: 20px; }
.category-latest .articles-list .article .title { line-height: 1.615 !important; font-size: 13px !important; margin-top: 1em; margin-bottom: 0.5em; }
.category-latest .articles-list .article-figure { width: 100%; flex: 0 0 100%; max-width: 100%; }
.category-latest .articles-list .article-figure a { border: 1px solid #e5e5e5; }
.category-latest .articles-list .article-figure a img { width: 100%; height: 10.9vw; max-height: 180px; object-fit: cover; }
.category-latest .category-ads { position: relative; color: #26397b; font-size: 16px; padding-top: 30px; margin-bottom: 40px; }
.category-latest .category-ads::before { content: ''; display: block; border-top: 2px solid rgba(0, 0, 0, 0.1); position: absolute; width: 100%; top: 0px; left: 0; }
#news-feed .section-title-inner span { color: #066efc; }
#news-feed .section-title-inner span > span { color: #092277; }
@media (max-width:1440px) {
    .articles-list .article-info .cat { font-size: 0.85em; }
}
@media (max-width:1199px) and (min-width:768px) {
	.category-latest .articles-list .article-figure a img { height: 20.9vw; max-height: none; }
}
@media (max-width:767px) {
    .articles { padding-bottom: 0; }
    .articles.featured-categories { padding: 0 15px 0 !important; margin-bottom: 0; }
    .articles.featured-categories .article.article-highlight { margin-bottom: 30px; }
	.articles.featured-categories .article.article-highlight:last-child { margin-bottom: 0; }
    .articles-list { margin-bottom: 0; }
	.articles-list .article:not(.ads) { background: #fff; box-shadow: 2px 3.464px 12px 0px rgba(0, 0, 0, 0.08); border: 0; padding: 20px 20px 0; margin: 0 0 10px; border-radius: 12px; }
	.articles-list .article.ads:first-child { margin-top: -20px; }
    .articles-list .article:last-child { margin-bottom: 0; }
	.articles-list .article-info .cat { font-size: 12px; }
	.articles-list .article-info .title { font-size: 18px; margin-top: 0; }
	.articles-list .article-info h4.title { font-size: 16px; }
    .articles-list .article-highlight .article-inner { margin-right: -15px; margin-left: -15px; }
	.articles-list .article-highlight .article-figure,
    .articles-list .article-highlight .article-info { width: 100%; flex: 0 0 100%; max-width: 100%; }
	.articles-list .article-highlight .article-figure a.article-img { border-radius: 12px 12px 0 0; display: block; position: relative; width: calc(100% + 40px); margin-top: -20px; margin-left: -20px; margin-right: -20px; }
	.articles-list .article-highlight .article-figure a.article-img img { width: 100%; border-radius: 12px 12px 0 0; }
	.articles-list .article-highlight .article-info { padding: 30px 20px 20px; }
	.articles-list .article-highlight .article-info .desc p:not(:first-child) { display: none; }
	.articles-list .article:not(.article-highlight) .article-inner { flex-flow: row-reverse; padding-bottom: 60px; }
	.articles-list .article:not(.article-highlight) .article-info { max-width: calc(100vw - 144px); }
	.articles-list .article:not(.article-highlight) .article-info .desc p { margin: 0; max-height: 5.3em; overflow: hidden; color: #787c7d; }
	.articles-list .article:not(.article-highlight) .article-info .post-meta { position: absolute; width: calc(100% - 30px); bottom: 10px; height: 40px; }
	.articles-list .article:not(.article-highlight) .article-figure { border-radius: 10px; width: 105px; height: 90px; flex: 0 0 105px; padding-left: 0; max-width: 105px; overflow: hidden; }
	.articles-list .article:not(.article-highlight) .article-figure a.article-img,
	.articles-list .article:not(.article-highlight) .article-figure a.article-img img { border-radius: 10px; width: 100%; height: 100%; min-height: 0; object-fit: cover; transform: scale(1.03); }
    #news-feed .articles-list .article.article-highlight:first-child { padding: 0; border-radius: 0; background-color: transparent; box-shadow: none; margin-bottom: 40px; }
    #news-feed .articles-list .article.article-highlight:first-child a.article-img { margin-top: 0; border-radius: 0; }
    #news-feed .articles-list .article.article-highlight:first-child a.article-img img { border-radius: 0; height: 500px; object-fit: cover; }
    #news-feed .articles-list .article.article-highlight:first-child .article-info { background: #fff; box-shadow: 2px 3.464px 12px 0px rgba(0, 0, 0, 0.08); border: 0; padding: 30px; margin: -100px 15px 0; border-radius: 12px; z-index: 1; width: calc(100% - 30px); flex: 0 0 calc(100% - 30px); max-width: calc(100% - 30px); }
    #news-feed .articles-list .article.article-highlight:first-child .article-info .cat { font-size: 15px; margin-top: -5px; }
    #news-feed .articles-list .article.article-highlight:first-child .article-info .title { font-size: 24px; }
    #news-feed .articles-list { margin-bottom: 30px; }
    #news-feed .articles-list .article.advert { background-color: transparent; box-shadow: none; padding: 10px 0; }
    #news-feed .articles-list .article.advert .article-inner { padding-bottom: 0; }
	#news-feed .featured-categories-ads { padding: 0; }
	#content-subpage .content-bar .articles.category-latest { padding-bottom: 0; }
    #news-feed .category-latest .category-title { margin-top: 30px; }
	#news-feed .category-latest .articles-list { padding: 15px; margin-top: 0; margin-bottom: 0; }
    #news-feed .category-latest .articles-list .article { margin-bottom: 10px; padding-bottom: 0; }
    #news-feed .category-latest .articles-list .article:not(.article-highlight):first-child { margin-top: 0px; }
}
@media (min-width:768px) {
    .articles-list .article-highlight .article-figure a { height: 100%; display: block; }
    .articles-list .article-highlight .article-figure a img { height: 100%; object-fit: cover; }
	.featured-categories { margin-bottom: 45px; padding-bottom: 25px; }
	.featured-categories::before { width: 100%; bottom: 0; left: 10px; border-bottom: 1px solid #000; content: ''; height: 0; display: block; position: absolute; width: calc(100% - 20px); }
	.featured-categories .articles-list { margin-right: -20px; margin-left: -20px; margin-bottom: -25px; }
	.featured-categories .articles-list .article { margin: 0 0 45px; padding-left: 20px; padding-right: 20px; }
	.featured-categories .articles-list .article::before { content: ''; display: block; height: 100%; position: absolute; right: 0; top: 0; border-left: 2px solid #000; opacity: 0.1; }
	.featured-categories .articles-list .article:nth-child(2n+2)::before { display: none; }
	.featured-categories .articles-list .article:not(:first-child):nth-child(2n+1)::after { content: ''; display: block; width: calc(200% - 40px); position: absolute; left: 20px; top: -25px; border-top: 2px solid #000; opacity: 0.1; }
	.featured-categories .articles-list .article .article-figure { margin-bottom: 20px; }
	.featured-categories .articles-list .article .article-figure { height: auto; overflow: hidden; }
	.featured-categories .articles-list .article .article-figure .article-img { height: 100%; }
	.featured-categories .articles-list .article .article-figure .article-img img { height: 300px; width: 100%; object-fit: cover; }
}
@media (min-width:768px) and (max-width:1440px) {
	.featured-categories .articles-list .article .article-figure .article-img img { height: 15vw; }
}
@media (min-width:1200px) {
    #content-subpage #news-feed .content-bar .articles,
    #content-subpage #news-feed .content-bar .article { padding-left: 15px; padding-right: 15px; }
	body:not(.page) #content-subpage #news-feed .content-bar .articles,
	/* body:not(.page) #content-subpage #news-feed .content-bar .article { padding-left: 0; padding-right: 0; } */
}
@media (max-width:1199px) and (min-width:768px) {
	.featured-categories .articles-list .article .article-figure .article-img img { height: 30vw; }
    #content-subpage #news-feed .content-bar .articles, 
    #content-subpage #news-feed .content-bar .article { padding-left: 0; padding-right: 0; }
	#content-subpage #news-feed .content-bar .articles.featured-categories { margin-left: -10px; margin-right: -10px; }
	#content-subpage #news-feed .content-bar .articles.featured-categories .article { padding-left: 20px; padding-right: 20px; }
    #content-subpage #news-feed .content-bar .articles.category-latest .article { padding-left: 15px; padding-right: 15px; }
}
@media (max-width:320px) {
	#news-feed .articles-list .article.article-highlight:first-child .article-info { padding: 20px; }
	#news-feed .articles-list .article.article-highlight:first-child .article-info .title { font-size: 20px; }
	.articles-list .article:not(.ads) { padding: 20px 10px 0; }
	.articles-list .article:not(.ads) .article-inner { margin-left: -10px; margin-right: -10px; }
	.articles-list .article:not(.article-highlight) .article-info { max-width: calc(100vw - 124px); }
	.articles-list .article:not(.article-highlight) .article-figure { width: 95px; height: 80px; flex: 0 0 95px; max-width: 95px; }
	.articles-list .article:not(.article-highlight) .article-info .post-meta { width: calc(100% - 40px); }
	.articles-list .article-info h4.title { font-size: 13px; }
}

.featured-news-category-list { position: relative; }
.featured-news-category-list .title { display: block; margin-bottom: 20px; }
.category-carousel { position: relative; }
.category-carousel-inner { overflow: hidden; } 
.category-carousel:not(:hover) .swiper-button { opacity: 0; }
.category-carousel-item { box-sizing: border-box; width: 20%; }
.category-carousel-item figure { background-color: #690065; display: block; position: relative; overflow: hidden; }
.category-carousel-item figure::after { width: 100%; height: 100%; position: absolute; content: ''; opacity: 1; display: block; background: rgba(0,0,0,0.05) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 30%,rgba(0,0,0,0.75) 100%); top: 0; left: 0; z-index: 1; }
.category-carousel-item figure > *:not(img) { position: absolute; z-index: 2; }
.category-carousel-item figure > img { display: block; width: 100%; height: 400px; object-fit: cover; z-index: 0; position: relative; transition: ease-in 0.15s; }
.category-carousel-item figure:hover > img { opacity: 0.4; }
.category-carousel-item figure .cat { color: #fff; top: 0; left: 50%; transform: translateX(-50%); font-weight: 400; padding: 6px 20px; line-height: 1; font-size: 15px; white-space: nowrap; min-width: 90px; text-align: center; }
.category-carousel-item figure figcaption { bottom: 0; padding: 0 40px; text-align: center; color: #fff; width: 100%; }
.category-carousel-item figure figcaption .title { font-size: 22px; line-height: 1.227; color: inherit; }
.category-carousel-item figure figcaption .btn-more { width: 68px; height: 68px; border-radius: 68px; color: #fff; display: flex; align-items: center; justify-content: center; flex-flow: column wrap; margin: 0 auto 20px; }
.category-carousel-btn { position: absolute; top: 200px; width: 100%; left: 0; }
.category-carousel-item ul { list-style: none; margin: 0; padding: 0; position: relative; }
.category-carousel-item ul li { width: 100%; border-bottom: 1px solid rgba(0,0,0,0.1); padding: 10px 0 10px 10px; margin: 5px 0 0; min-height: 6.3em; display: flex; flex-flow: column wrap; justify-content: space-between; }
.category-carousel-item ul li .title { font-size: 14px; line-height: 1.429; margin-bottom: 0.3em; }
.category-carousel-item ul li .title a:focus { color: #26397B; }
.category-carousel-item-inner { position: relative; margin-bottom: 2em; }
.ie .category-carousel-inner * { box-sizing: border-box; }
.ie .category-carousel-inner { overflow: hidden; width: 100%; }
@media (max-width:1440px) {
    .category-carousel-item ul li .title { font-size: 14px; }
    .category-carousel-item figure figcaption .title { font-size: 18px; }
    .category-carousel-item figure figcaption { padding: 0 20px; }
}
@media (max-width:1199px) {
	.category-carousel-item figure figcaption { padding: 0 10px; }
}
@media (max-width:767px) {
	#featured-news-category { background-color: #eef7f6; padding-top: 50px; padding-bottom: 25px; margin-bottom: 0 !important; }
	.featured-news-category-list-inner { padding: 0 46px; }
    .featured-news-category-list-inner > .title,
    .articles.category-highlights .category-title { display: block; border: 1px #d7d7d7 solid; background-color: #ffffff; border-radius: 50px; display: table; margin: 0 auto 20px; padding: 5px 20px; }
	
	.category-carousel { position: relative; display: block; }
	.category-carousel:not(:hover) .swiper-button { opacity: 1; }
	.category-carousel .swiper-button-prev { left: -15px; }
	.category-carousel .swiper-button-next { right: -15px; }
    .category-carousel-item { padding-left: 7.5px; padding-right: 7.5px; }
	.category-carousel-inner { overflow: visible; }
	.category-carousel-inner > .swiper-pagination { bottom: -10px; }
}

.category-carousel.mini .category-carousel-item figure { margin-bottom: 16px; }
.category-carousel.mini .category-carousel-item figure .cat { font-size: 12px; padding: 5px 15px; white-space: nowrap; }
.category-carousel.mini .category-carousel-item figure > img { height: 225px; }
.category-carousel.mini .category-carousel-item figure figcaption .btn-more { background-color: #2d9998 !important; width: 47px; height: 47px; border-radius: 47px; font-size: 10px; }
.category-carousel.mini .category-carousel-item figure figcaption .btn-more i { width: 14px; height: 14px; }
.category-carousel.mini .category-carousel-item .title { font-size: 13px; margin-bottom: 10px; }
.category-carousel.mini .category-carousel-item .desc { font-size: 14px; line-height: 1.286; }
.category-carousel.mini .category-carousel-btn { position: absolute; top: 110px; width: calc(100% - 20px); left: 10px; }
@media (max-width:1440px) and (min-width:768px) {
    .category-carousel.mini .category-carousel-item { width: 25%; max-width: 25%; }
}
@media (max-width:1199px) and (min-width:992px) {
    .category-carousel.mini .category-carousel-item { width: 20%; max-width: 20%; }
}
@media (max-width:767px) {
    .category-carousel.mini .category-carousel-item { width: 100%; max-width: 100%; }
    .category-carousel.mini .category-carousel-item figure { border-radius: 12px; }
}

/*most recommended*/
.widget.ads-recommended { padding-top: 40px; }
.widget.most-recommended { position: relative; }
.widget.most-recommended .news-list-widget .article { padding: 23px 10px;}
.widget.most-recommended .news-list-widget .article:first-child { padding-top: 0; }
.widget.most-recommended .news-list-widget .article:last-child { border-bottom: 0; padding-bottom: 0; }

.recommended-category-ads { margin-bottom: 30px; }
#featured-recommended,
#featured-recommended .contentbar { position: relative; }
#featured-recommended .sidebar .sidebar-inner::before { display: none; }
#featured-recommended .articles-list .article-highlight:first-child { margin-top: 0; }
@media (min-width:1200px) {
	#featured-recommended .contentbar .article-highlight .article-info { padding-right: 20px; }
	#featured-recommended .sidebar-left { width: 280px; }
	#featured-recommended .sidebar-right { width: 320px; }
}
@media (max-width:767px) {
	#featured-recommended { background-color: #eef7f6; padding-top: 25px; padding-bottom: 50px; margin-bottom: 0 !important; }
	#featured-recommended .sidebar-right .sidebar-inner { background-color: #fff; border-radius: 12px; box-shadow: 2px 3.464px 12px 0px rgba(0, 0, 0, 0.08); padding: 25px; }
	#featured-recommended .sidebar-left { background-color: #fff; padding-top: 40px; }
    .widgets-bordered .widget.most-recommended.widget:not(.ads) { margin-left: -25px; margin-right: -25px; padding-left: 0; padding-right: 0; padding-bottom: 0; }
    .widget.most-recommended .news-list-widget .article { padding: 25px; }
    .widget.most-recommended .news-list-widget .article .title a::before { display: none; }
	.widget.ads-recommended { padding-top: 0; }
	.widget.ads-recommended img { display: block; margin: auto; }
}

#videos { position: relative; }
.video { position: relative; width: calc(100% - 320px); }
.video-list { font-size: 12px; list-style: none; padding: 0; position: relative; margin-left: -20px; margin-right: -20px; margin-bottom: 0; width: auto; }
.video-list .video-item { padding: 0 20px 10px 20px; }
.video-list .video-item:nth-child(49), 
.video-list .video-item:nth-child(50) { display: none; }
.video-list:not(.video-grid) .video-item { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
.video-list .video-info { padding-bottom: 5px; }
.video-list .video-figure { background-color: #000; position: relative; display: block; }
.video-list .video-figure i { background-size: contain; height: 1em; width: 1em; font-size: 52px; position: absolute; left: 50%; top: 50%; z-index: 1; transform: translate(-50%, -50%); transition: cubic-bezier(.42, 0, .05, 1.46) 0.15s; color: #fff; text-shadow: 5px 5px 10px rgba(0,0,0,0.2); }
.video-list .video-figure img { width: 100%; }
.video-list .video-figure:hover i,
.video-list .video-figure:focus i { transform: translate(-50%, -50%) scale(1.2); }
.video-list .video-figure:hover img,
.video-list .video-figure:focus img { opacity: 0.6; transition: cubic-bezier(.42, 0, .05, 1.46) 0.3s; }
.video-list .video-duration { padding: 10px 0; }
.video-list .video-duration i { margin-right: 10px; }
.video-list .video-duration .spacer { margin: 0 0.3em; }
.video-list .video-duration a:not(:hover) { color: inherit; }
.video-list .video-title { font-size: 15px; }
.video-list .video-title a:not(:hover) { color: inherit; }
.video-list .video-title a:focus { color: #26397B; }
.video-carousel { overflow: hidden; }
.video-carousel-btn { position: absolute; top: 130px; left: 0; width: 100%; z-index: 1; }
.video-ads { padding-top: 20px; padding-bottom: 20px; }
.widget-videos { padding-top: 10px; }
.widget-videos .widget-title { border-bottom: 0; padding-bottom: 0; }
.widget-videos .video-list { margin-left: 0; margin-right: 0;  padding: 0 20px; }
.widget-videos .video-block { padding: 20px 0; }
.widget-videos .video-block:first-child { padding-top: 0; }
.widget-videos .video-block:not(:last-child) { border-bottom: 1px solid rgba(0,0,0,0.1); }
.widget-videos .video-title { font-size: 13px; }
.widget-videos .video-info { padding-top: 10px; }
@media (max-width:1440px) {
    .video-list .video-title { font-size: 13px; }
}
@media (min-width:768px) {
    .video-carousel .swiper-pagination { bottom: 0; }
    .video-carousel:not(:hover) + .video-carousel-btn:not(:hover),
    .video-carousel:not(:hover) .swiper-pagination { opacity: 0; }
	.video-carousel .video-list .video-item:last-child { margin-right: -40px; }
}
@media (max-width:1440px) {
	.video-list:not(.video-grid) .video-item { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
}
@media (max-width:1330px) {
	.video-list:not(.video-grid) .video-item { -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; }
}
@media (max-width:991px) {
	.video-list:not(.video-grid) .video-item { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
}
@media (max-width:767px) {
	#videos { background-color: #eef7f6; }
    .video-carousel { padding: 0 50px; }
    .video-carousel .swiper-pagination { display: none; }
    .video-carousel-btn { top: 155px; }
    .video { width: 100%; }
    .video-list { width: 100%; margin: 0; box-sizing: border-box; }
    .video-list .video-item { padding: 0 15px 10px 15px; }
	.video-list:not(.video-grid) .video-item { -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; }
    .video-ads { padding: 20px 15px; margin: 0 0 40px; display: block; }
    .video-ads img { display: block; margin: auto; }
}
@media (max-width:600px) {
	.video-list:not(.video-grid) .video-item { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
}
@media (max-width:575px) {
	#content-subpage .widget-videos { margin-bottom: 60px !important; }
	.widget-videos #videos .video-figure { margin-left: -20px; margin-right: -20px; }
	.widget-videos .video-list .video-figure { margin-left: -25px; margin-right: -25px; }
	.widget-videos #videos .container, 
	.widget-videos #videos .video-list, 
	.widget-videos #videos .video-item,
	.widget-videos .video-list { padding: 0; }
	.video-list:not(.video-grid) .video-item { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}


#from-our-partners { position: relative; }
.partner { position: relative; overflow: hidden; }
.partner-list { list-style: none; padding: 0; position: relative; margin-left: -10px; margin-right: -10px; width: auto; }
.partner-list .partner-item { padding: 0 20px 30px 20px; -ms-flex: 0 0 253px; flex: 0 0 252px; max-width: 252px; }
.partner-list .partner-item-inner { background-color: #fff; box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08); min-height: 341px; }
.partner-list .partner-figure { position: relative; display: block; } 
.partner-list .partner-figure .partner-img { height: 145px; }
.partner-list .partner-figure .partner-img img { height: 100%; width: 100%; object-fit: cover; }
.partner-list .partner-figure a:hover img { opacity: 0.6; transition: cubic-bezier(.42, 0, .05, 1.46) 0.3s; }
.partner-list .partner-caption { padding: 16px 16px 0;}
.partner-list .partner-title { font-size: 15px; }
.partner-list .partner-title a:focus { color: #26397B !important; }
.partner-list .partner-title a:not(:hover) { color: inherit; }
.partner-list .partner-sponsored { display: flex; align-items: flex-end; flex-flow: column; padding: 18px; font-size: 12px; color: #999999; }
.partner-list .partner-sponsored .sponsored-by { font-size: 15px; font-weight: 900; color: #092277; }
.partner-list .partner-sponsored .sponsored-by:hover,
.partner-list .partner-sponsored .sponsored-by:focus { text-decoration: underline !important; }
@media (max-width:1440px) {
    .partner-list .partner-title { font-size: 13px; }
    .partner-list .partner-sponsored .sponsored-by { font-size: 13px; }
}
@media (max-width:1199px) {
	.partner-list .partner-figure .partner-img { height: 175px; }
}
@media (min-width:768px) {
    .partner-carousel-btn { position: absolute; right: 0; top: 0; margin-right: -5px; }
    .partner-carousel-btn .swiper-button { background-color: transparent; box-shadow: none; top: 0px; left: auto; right: 0; transform: none; padding: 0; border-radius: 0; opacity: 1; height: 20px; width: 20px; margin: 0; }
    .partner-carousel-btn .swiper-button-prev { right: 20px; }
    .partner-carousel-btn .swiper-button-prev:hover { transform: scale(1.5); }
    .partner-carousel-btn .swiper-button-next:hover { transform: scale(1.5); }
    .partner-carousel-btn .swiper-button-prev:focus { transform: scale(1.5); }
    .partner-carousel-btn .swiper-button-next:focus { transform: scale(1.5); }
    .partner-carousel-btn .swiper-button-disabled:hover { opacity: 0.5; }
}
@media (max-width:767px) {
    #from-our-partners { background-color: #eee; padding-top: 50px; }
    .partner-carousel { width: 100%; margin: 0; padding: 0 70px; }
}
@media (max-width:567px) {
    .partner-carousel .swiper-pagination {  display: none; }
    .partner-carousel-btn button { top: 242px; }
    .partner-carousel-btn .swiper-button-next { right: 40px; }
    .partner-carousel-btn .swiper-button-prev { left: 40px; }
    .partner-list { box-sizing: border-box; padding: 0; margin-left: 0; margin-right: 0; width: 100%; }
    .partner-list .partner-item { padding: 0 10px 30px 10px; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    .partner-list .partner-item-inner { height: 100%; }
    .partner-list .partner-figure .partner-img { height: 160px; }
    .partner-list .partner-sponsored { align-items: center; }
}




/*CONTENT.......................................*/
#content { position: relative; background-color: #fff; transition: ease-in-out 0.3s all; }
#content > section { margin-bottom: 40px; }
#content > section#featured-news { margin-top: -20px; }
#content > section#featured-news.margin-top-0 { margin-top: 0; }
#contentbar { position: relative; }
.sidebar .sidebar-inner { position: relative; display: block; float: left; width: 100%; }
body:not(.single) #content { padding-top: 20px; }
#content-subpage .page-content:only-child { padding: 30px 15px; width: 100%; }
#content-subpage .page-content:only-child #page-title .container { padding: 0; }
body.error404 #content-subpage .page-content { display: flex; flex-flow: column; align-items: center; }
body.error404 #content { min-height: 402px; display: flex; justify-content: center; align-items: center; padding: 0; }
body.error404 .search-form { display: flex; align-items: center; }
body.error404 .search-form label { margin: 0; }
body.error404 .search-form .search-field { border-radius: 5px; margin: 0 1em; width: 230px; }
body.error404 .search-form .search-submit { padding: 0.62rem 1rem; }
body.error404 .search-form .search-submit:hover { color: #fff; background-color: #26397B; border-color: #26397B; }
html.ie body.error404 #content-subpage { padding: 80px 0; margin-bottom: 0; }
html.ie body.error404 .search-form .search-field,
html.ie body.error404 .search-form .search-submit { height: 44px; }
html.ie :-ms-input-placeholder {
    color: #a4a4a4 !important;
}

@media (min-width:768px) {
	body:not(.single) #content > section:not(:first-child) > .container { border-top: 1px solid #000000; padding-top: 20px; }
	body:not(.single) .sidebar .sidebar-inner::before { content: ''; display: block; position: absolute; top: 0; border-right: 1px solid #E5E5E5; height: 100%; width: 0; }
	body:not(.single) .sidebar-left .sidebar-inner::before  { right: -10px; }
	body:not(.single) .sidebar-right .sidebar-inner::before { left: -10px; }
}
@media (min-width:1440px) {
	.sidebar-left, 
	.sidebar-right { width: 320px; flex: 0 0 320px; max-width: 320px; }
    body.single #content-subpage .content-bar,
	.content-bar { width: calc(100% - (2*320px)); flex: 0 0 calc(100% - (2*320px)); max-width: calc(100% - (2*320px)); }
	#featured-news .sidebar-left, 
	#featured-news .sidebar-right,
	#content-subpage.simple-sidebar .sidebar-left, 
	#content-subpage.simple-sidebar .sidebar-right { width: 280px; flex: 0 0 280px; max-width: 280px; }
	#featured-news .content-bar,
	#content-subpage.simple-sidebar .content-bar { width: calc(100% - (2*280px)); flex: 0 0 calc(100% - (2*280px)); max-width: calc(100% - (2*280px)); }
}
@media (min-width:1200px) and (max-width:1440px) {
	.sidebar-left,
	.sidebar-right { width: 280px; flex: 0 0 280px; max-width: 280px; }
    body.single #content-subpage .content-bar,
	.content-bar { width: calc(100% - (2*280px)); flex: 0 0 calc(100% - (2*280px)); max-width: calc(100% - (2*280px)); }
	#featured-news .sidebar-left, 
	#featured-news .sidebar-right,
	#content-subpage.simple-sidebar .sidebar-left, 
	#content-subpage.simple-sidebar .sidebar-right { width: 240px; flex: 0 0 240px; max-width: 240px; }
	#featured-news .content-bar,
	#content-subpage.simple-sidebar .content-bar { width: calc(100% - (2*240px)); flex: 0 0 calc(100% - (2*240px)); max-width: calc(100% - (2*240px)); }
}
@media (max-width:1199px) and (min-width:768px) {
	body:not(.single) .sidebar-left .sidebar-inner::before  { right: -11px; }
}
@media (max-width:767px) {
	.sidebar-left, 
	.sidebar-right { margin-top: 50px; }
	body.single .sidebar-left, 
	body.single .sidebar-right { margin-top: 35px; }
    #content > section { margin-bottom: 0; }
    #content > section#the-articles { padding: 0; }
	#content > section#the-articles .content-bar { padding-top: 30px; }
	#content > section#featured-news { margin-top: 0; margin-bottom: 0; }
	body:not(.single) #content { padding-top: 0; }
}


/*SIDEBAR.......................................*/
.widget { position: relative; margin-bottom: 36px; }
.widget:last-child { margin-bottom: 0; }
.widget  .btn { width: 100%; padding-left: 10px; padding-right: 10px; }
.widgets-bordered .widget { padding-bottom: 40px; margin-bottom: 0 !important;  }
.widgets-bordered .widget:not(.ads) { padding-bottom: 30px; }
.widgets-bordered .widget:not(.ads):not(:nth-child(1)):not(:nth-child(2)) { padding-top: 30px; }
.widgets-bordered .widget:not(.ads):not(:last-child)::after { content: ''; display: block; position: absolute; bottom: 0; left: 10px; width: calc(100% - 20px); border-bottom: 1px solid #000; }
.widgets-bordered .widget:not(.ads) { position: relative; padding-left: 10px; padding-right: 10px; }
.widgets-bordered .widget:not(.ads)::before { position: absolute; left: 0; top: 0; content: ''; display: block; height: 100%; border-left: 1px solid rgba(0,0,0,0.1); }
body.single .widgets-bordered .widget:not(.ads)::before { left: -20px; }
body.single .widgets-bordered .widget:not(.ads):last-child { padding-bottom: 70px; }
body.single .widgets-bordered .widget:not(.ads):not(:last-child)::after { width: 100%; left: 0; }
@media (min-width: 768px) {
    .mobile-togglable-box.collapse:not(.closed) { display: block; height: auto !important; visibility: visible; }
}
@media (max-width: 1200px) and (min-width: 768px) {
	.widgets-bordered::after { content: ''; display: block; border-left: 1px solid rgba(0,0,0,0.1); position: absolute; right: 5px; top: 0; height: 100%; width: 0; }
    body.single .widgets-bordered::after { right: auto; left: 10px; }
	body.single .sidebar-left, 
	body.single .sidebar-right { margin-bottom: 50px; }
	.widgets-bordered .widget:not(.ads) { padding-left: 0; }
	.widgets-bordered .widget:not(.ads)::before { display: none; }
}
@media (max-width:767px) {
	.mobile-togglable { width: calc(100% + 30px) !important; margin-left: -15px !important; margin-right: -15px !important; margin-bottom: 0 !important; padding: 0 !important; }
	.mobile-togglable .widget-title { color: #ffffff !important; border-top: 1px solid #1f7dfc;background: #066efc linear-gradient( to top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); padding: 13px 20px !important; margin: 0 !important; text-align: left !important; font-size: 16px !important; text-transform: uppercase !important; }
	.mobile-togglable .widget-title.widget-title > span:first-child { color: inherit !important; }
    .mobile-togglable .widget-title > a.dropdown-toggle::before { content: ''; display: block; position: absolute; right: 0px; top: 0; height: 100%; width: 100vw; z-index: 1; }
	.mobile-togglable .widget-title > a.mb-icon-arrow-right { display: none; }
    .mobile-togglable-box { padding: 25px; position: relative; }
    .mobile-togglable-box.alt:not(#latest-magazine) { padding: 10px 25px; }
	.mobile-togglable-box.collapsing:not(.show) { position: fixed; }
	.mobile-togglable-box.collapsing.show,
	.mobile-togglable-box.collapse.show { transition: ease-out 0.4s; }
	.mobile-togglable-box.collapsing:not(.show),
	.mobile-togglable-box.collapse:not(.show) { display: block; max-height: 0 !important; overflow: hidden; opacity: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; margin: 0 !important; visibility: hidden; }
    
	.widgets-bordered .widget:not(.ads)::before { display: none; }
	.widgets-bordered .widget:not(.ads) > * { padding-left: 0; padding-right: 0; }
}


/*SUBPAGES LAYOUT*/
#content-subpage { margin-bottom: 100px; }
#content-subpage .content-bar { position: relative; }
#content-subpage .content-bar h1 { font-size: 23px; margin-bottom: 10px; margin-top: -0.3em; }
#content-subpage .content-bar .articles { padding-left: 10px; padding-right: 10px; }
#content-subpage .sidebar-right .widget {  padding-left: 10px; padding-right: 10px; }
#content-subpage .sidebar .widget.ads { padding-left: 0; padding-right: 0; }	
#content-subpage .sidebar .widget.ads img { display: block; margin: auto; }
#content-subpage .sidebar .widget-title { color: #066efc; }
#content-subpage .sidebar .widget-title > span:first-child { color: #092277; }
#content-subpage .editor-s-peak-list .article:last-child { border-bottom: 0; }
#content-subpage .counter.news-list-widget .article:nth-child(10) { border-bottom: 0; }
#content-subpage .counter.news-list-widget .article:nth-child(10) ~ li { display: none; }
#content-subpage:not(.simple-sidebar) .sidebar .widget { margin-bottom: 15px; }
#content-subpage:not(.simple-sidebar) .sidebar:not(.widgets-bordered) .widget ~ .widget:not(.latest-news-tab) { padding-top: 25px; margin-bottom: 20px; }
#content-subpage:not(.simple-sidebar) .sidebar:not(.widgets-bordered) .widget ~ .widget:not(.latest-news-tab).ads { border-top: 0; padding-top: 0; }	
body.single #content-subpage { margin-bottom: 0; margin-top: 0; padding-top: 30px; position: relative; z-index: 1; background-color: #fff; }
body.single #content-subpage .content-bar { padding: 0; }
body.single #content-subpage .sidebar-right .news-list-widget .article:last-child { border-bottom: 1px solid rgba(0,0,0,0.1); }
body.single #content-subpage .sidebar-right .widget-title { border-bottom: 0; padding-bottom: 0; }
body.single #content-subpage .sidebar-right .news-list-widget { margin-bottom: 30px; }
@media (min-width:768px) {
    #content-subpage:not(.simple-sidebar) .sidebar:not(.widgets-bordered) .widget ~ .widget:not(.latest-news-tab) { border-top: 1px solid #000; }
    #content-subpage .articles-list .article:not(.article-highlight) .title { line-height: 1.4; font-size: 20px; }
    body.single #wrapper { padding: 0 10px; }
    #content-subpage .content-bar .article { padding-left: 30px; padding-right: 30px; }
}
@media (max-width:1199px) {
    body.single #content-subpage #the-article .content-bar .article { padding-left: 10px; padding-right: 10px; }
}
@media (max-width:767px) {
	#content-subpage { margin-bottom: 0; }
    #content-subpage:not(.simple-sidebar) .sidebar:not(.widgets-bordered) .widget ~ .widget { border-top: 0; }
	#content-subpage:not(.simple-sidebar) .sidebar:not(.widgets-bordered) .widget ~ .widget.ads { margin-bottom: 40px; }
    #content-subpage:not(.simple-sidebar) .sidebar:not(.widgets-bordered) .widget.mobile-togglable + .widget.ads { padding-top: 30px; }
	#content-subpage:not(.simple-sidebar) .sidebar:not(.widgets-bordered) .widget.mobile-togglable + .widget.ads.single-ads { padding-top: 35px; }
	#content-subpage .content-bar { background-color: #f7f7f7; width: 100%; }
	#content-subpage .content-bar .articles { padding-left: 0; padding-right: 0; padding-bottom: 2em; }
	#content-subpage .content-bar .articles #load-more { margin-bottom: 0; }
    #content-subpage .content-bar .articles.category-highlights { padding: 30px 15px !important; }
    #content-subpage .content-bar .articles.category-highlights .category-carousel-item { padding-left: 15px; padding-right: 15px; }
    body.single #content-subpage .content-bar { padding: 0px 10px; background-color: #fff; }
}

/*CONTENTBAR.......................................*/
.section-title, 
.section-title-inner, 
.widget-title { font-size: 16px; color: #092277; border-bottom: 1px solid rgba(0,0,0,0.1); padding-bottom: 15px; display: inline-flex; justify-content: space-between; letter-spacing: 0.02em; position: relative; text-transform: uppercase; }
.section-title-inner { margin-bottom: 0; border-bottom: 0; }
.widget-title { display: block;  position: relative; padding-right: 10px; }
.widget-title > .nav-pills-dropdown { margin-left: 0.2em; }
.widget-title > .nav-pills-dropdown i { margin-left: 0.5em; }
.widget-title > a.dropdown-toggle,
.widget-title a.view-more { font-size: 12px; position: absolute; right: 0; top: 0; padding: 0.4em 1em; }
.widget-title .nav-pills-dropdown .dropdown-toggle,
.widget-title .nav-pills-dropdown .dropdown-toggle:hover { color: #0266cd; transform: none; }
body:not(.home) .widget-title { text-transform: uppercase; }
@media (min-width:768px) {
    .section-title > span:not(:first-child), 
    .section-title-inner > span:not(:first-child), 
    .widget-title > span:not(:first-child) { margin-left: 0.25em; }
}
@media (max-width:1199px) and (min-width:768px) {
	#content-subpage .content-bar { margin-bottom: 3em; }
}
@media (max-width:767px) {
	.widget-title > a.dropdown-toggle { top: 50%; transform: translateY(-50%); padding: 15px; }
	.widget-title > a.dropdown-toggle [class*="mb-icon-arrow"] { font-size: 14px; color: #fff; }
    
    .section-title-inner,
    #featured-recommended .widget .widget-title { display: block; border: 1px #d7d7d7 solid; background-color: #ffffff; border-radius: 50px; display: table; margin: 0 auto 20px; padding: 5px 22px; }
	#recommended-feed .section-title-inner span { text-decoration: underline; color: #066efc; }
}


/*page content wysiwig*/
#the-content { position: relative; padding: 0 5px; }
#the-content iframe.pdf { width: 100%; padding: 45px; margin-top: 10px; position: relative; border: 0; border-radius: 8px; background-color: #ffffff; box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1); }
#the-content ul:not([class]) { position: relative; padding: 0; list-style: none; }
#the-content ul:not([class]) li { position: relative; padding-left: 20px; margin-bottom: 0.4em; line-height: 1.286; }
#the-content ul:not([class]) li::before { content: ''; width: 4px; height: 4px; background-color: #c4c4c4; border-radius: 4px; position: absolute; left: 10px; top: 7px; display: block; }
#the-content ul:not([class]) li a:hover { text-decoration: underline; }
#the-content p:empty { margin-bottom: 3em; }
#the-content p a.read-more::after { bottom: 0; }
.content-box { position: relative; padding: 30px; margin: 0 0 30px; border-radius: 8px; background-color: #ffffff; box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1); }
.content-box .title { font-size: 18px; }
.content-box table::before { border: 1px solid #e0e0e0; border-radius: 4px; content: ''; display: block; pointer-events: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.content-box table { position: relative; }
.content-box table tr { border-bottom: 1px solid #e0e0e0; }
.content-box table td,
.content-box table th { padding: 22px 15px; vertical-align: top; line-height: 1.2; border: 0; word-break: normal; }
.content-box table thead tr { border-bottom-width: 2px; }
.content-box table thead th { padding-top: 15px; padding-bottom: 10px; text-transform: uppercase; }
.content-box table thead th span { font-weight: 400; }
.content-box table thead th span:not(:hover) { opacity: 0.5; }
.content-box .nav-tabs { position: relative; border-bottom: 0; z-index: 1; }
.content-box .nav-tabs .title { margin-bottom: 0; }
.content-box .nav-tabs .nav-item:not(:first-child) { margin-left: 20px; }
.content-box .nav-tabs .nav-item.show .nav-link,
.content-box .nav-tabs .nav-link.active { pointer-events: none; color: #000000; border-color: #e0e0e0 #e0e0e0 #fff; }
.content-box .nav-tabs .nav-link { border-top-left-radius: 4px; border-top-right-radius: 4px; padding: 15px 30px; }
.content-box .nav-tabs .nav-link:not(.active) { color: #fff; background-color: #e0e0e0; border-color: #e0e0e0; }
.content-box .nav-tabs .nav-link:not(.active):hover { background-color: #066EFC; border-color: #066EFC #066EFC transparent; }
.content-box .tab-content { position: relative; }
.content-box .tab-content .tab-pane { border: 1px solid #e0e0e0; border-radius: 0 4px 4px 4px; padding: 15px 30px; }
.content-box .tab-content .tab-pane > :last-child { margin-bottom: 0; }
.content-box.pdf { padding-left: 60px; }
.content-box.pdf::before { content: ''; display: block; background: 50% 50% no-repeat; background-size: contain; font-size: 30px; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='file-pdf' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-file-pdf fa-w-12 fa-2x'%3E%3Cpath fill='currentColor' d='M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zm-22.6 22.7c2.1 2.1 3.5 4.6 4.2 7.4H256V32.5c2.8.7 5.3 2.1 7.4 4.2l83.9 83.9zM336 480H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h176v104c0 13.3 10.7 24 24 24h104v304c0 8.8-7.2 16-16 16zm-22-171.2c-13.5-13.3-55-9.2-73.7-6.7-21.2-12.8-35.2-30.4-45.1-56.6 4.3-18 12-47.2 6.4-64.9-4.4-28.1-39.7-24.7-44.6-6.8-5 18.3-.3 44.4 8.4 77.8-11.9 28.4-29.7 66.9-42.1 88.6-20.8 10.7-54.1 29.3-58.8 52.4-3.5 16.8 22.9 39.4 53.1 6.4 9.1-9.9 19.3-24.8 31.3-45.5 26.7-8.8 56.1-19.8 82-24 21.9 12 47.6 19.9 64.6 19.9 27.7.1 28.9-30.2 18.5-40.6zm-229.2 89c5.9-15.9 28.6-34.4 35.5-40.8-22.1 35.3-35.5 41.5-35.5 40.8zM180 175.5c8.7 0 7.8 37.5 2.1 47.6-5.2-16.3-5-47.6-2.1-47.6zm-28.4 159.3c11.3-19.8 21-43.2 28.8-63.7 9.7 17.7 22.1 31.7 35.1 41.5-24.3 4.7-45.4 15.1-63.9 22.2zm153.4-5.9s-5.8 7-43.5-9.1c41-3 47.7 6.4 43.5 9.1z' class=''%3E%3C/path%3E%3C/svg%3E"); width: 1em; height: 1em; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); opacity: 0.4; }
@media (max-width:767px) {
    #the-content { padding: 30px 5px; }
	.woocommerce-order-pay #the-content {padding: 30px 32px;}
    #content-subpage .content-bar h1 { font-size: 23px; margin-bottom: 20px; margin-top: 0;}
}
@media (max-width:575px) {
	.content-box table th,
	.content-box table td { display: block; }
	.content-box table th { padding-bottom: 2px; }
	.content-box table td:not(:first-child) { padding-top: 2px; border-top: 0; }
	.content-box table td:empty { padding: 0; border-top: 0; }
	.content-box table tbody td::before { content: ''; font-size: 120%; display: block; font-weight: 700; padding: 10px 0; }
    
    .table-company-code thead { display: none; }
    .table-company-code tbody td:nth-of-type(1):before { content: "Business Conduct & Ethics:"; }
    .table-company-code tbody td:nth-of-type(2):before { content: "Directors:"; }
    .table-company-code tbody td:nth-of-type(3):before { content: "Senior Management:"; }
    .table-company-code tbody td:nth-of-type(4):before { content: "Employees:"; }
    
    .table-company-risk thead { display: none; }
    .table-company-risk tbody td:nth-of-type(1):before { content: "Risk Exposure:"; }
    .table-company-risk tbody td:nth-of-type(2):before { content: "Risk Management Policy:"; }
    .table-company-risk tbody td:nth-of-type(3):before { content: "Objective:"; }
    
    .company-control-systems thead { display: none; }
    .company-control-systems tbody td:nth-of-type(1):before { content: "Risk Exposure:"; }
    .company-control-systems tbody td:nth-of-type(2):before { content: "Risk Assessment (Monitoring and Measurement Process):"; }
    .company-control-systems tbody td:nth-of-type(3):before { content: "Risk Management and Control (Structures, Procedures, Actions Taken):"; }
}

.content-box-inner > .wp-block-column:not(:empty)  { position: relative; padding: 30px; margin-bottom: 30px; border-radius: 8px; background-color: #ffffff; box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1); }
.content-box-inner-pdf p > a,
p.content-box-inner-pdf > a { position: relative; padding: 30px; padding-left: 60px; margin-bottom: 0; border-radius: 8px; background-color: #ffffff; box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1); display: flex; min-height: 100px; align-items: center; line-height: 1.2; }
.content-box-inner-pdf p > a::before,
p.content-box-inner-pdf > a::before { content: ''; display: block; background: 50% 50% no-repeat; background-size: contain; font-size: 30px; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='file-pdf' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-file-pdf fa-w-12 fa-2x'%3E%3Cpath fill='currentColor' d='M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zm-22.6 22.7c2.1 2.1 3.5 4.6 4.2 7.4H256V32.5c2.8.7 5.3 2.1 7.4 4.2l83.9 83.9zM336 480H48c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16h176v104c0 13.3 10.7 24 24 24h104v304c0 8.8-7.2 16-16 16zm-22-171.2c-13.5-13.3-55-9.2-73.7-6.7-21.2-12.8-35.2-30.4-45.1-56.6 4.3-18 12-47.2 6.4-64.9-4.4-28.1-39.7-24.7-44.6-6.8-5 18.3-.3 44.4 8.4 77.8-11.9 28.4-29.7 66.9-42.1 88.6-20.8 10.7-54.1 29.3-58.8 52.4-3.5 16.8 22.9 39.4 53.1 6.4 9.1-9.9 19.3-24.8 31.3-45.5 26.7-8.8 56.1-19.8 82-24 21.9 12 47.6 19.9 64.6 19.9 27.7.1 28.9-30.2 18.5-40.6zm-229.2 89c5.9-15.9 28.6-34.4 35.5-40.8-22.1 35.3-35.5 41.5-35.5 40.8zM180 175.5c8.7 0 7.8 37.5 2.1 47.6-5.2-16.3-5-47.6-2.1-47.6zm-28.4 159.3c11.3-19.8 21-43.2 28.8-63.7 9.7 17.7 22.1 31.7 35.1 41.5-24.3 4.7-45.4 15.1-63.9 22.2zm153.4-5.9s-5.8 7-43.5-9.1c41-3 47.7 6.4 43.5 9.1z' class=''%3E%3C/path%3E%3C/svg%3E"); width: 1em; height: 1em; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); opacity: 0.4; }


#about-us { position: relative; padding: 0 0 20px; }
#about-us .feature-image { float: right; margin-left: 30px; margin-bottom: 30px; max-width: 55%; }
#about-us-info { border-top: 1px solid #dfdfdf; position: relative; padding: 0 20px; }
#about-us-info .container { overflow: hidden; padding: 0; }
#about-us-info .row { position: relative; margin: 0 -20px -1px; }
#about-us-info .row [class*="col-"] { padding: 0; padding-top: 30px; padding-bottom: 30px; border-bottom: 1px solid #dfdfdf; }
#about-us-info .row [class*="col-"] .about-us-info-item { padding: 0 20px; height: 100%; border-left: 1px solid #dfdfdf; }
#about-us-info .row [class*="col-"] .about-us-info-item p > a:not(.read-more) { text-decoration: underline; }
#about-us-info h2 { font-size: 18px; margin-bottom: 0.4em; }
#about-us-info h3 { font-size: 14px; letter-spacing: 0.02em; font-family: 'Roboto'; color: #313c34; font-weight: 700; }
@media (min-width:768px) {
	#about-us-info .row [class*="col-"]:nth-child(3n+1) .about-us-info-item { border-left: 0; }
}
@media (max-width:767px) and (min-width:575px) {
	#about-us-info .row [class*="col-"]:nth-child(2n+1) .about-us-info-item { border-left: 0; }
}


.read-only { pointer-events: none; }
#contact-us { position: relative; padding: 0 0 20px; margin: 0 -5px; }
#contact-us iframe { background-color: #F8F3EB; }
.contact-us-list { list-style: none; margin: 0 0 1em; padding: 0; }
.contact-us-list.icon li { padding: 20px 0 20px 80px; position: relative; }
.contact-us-list.icon li i { position: absolute; top: 15px; left: 10px; font-size: 41px; }
.contact-us-list li { padding: 20px 0; }
.contact-us-list li:not(:first-child) { border-top: 1px solid #e0e0e0; }
.contact-us-list li .label { margin-bottom: 3px; font-size: 14px; line-height: 1.286; font-family: 'Roboto';  text-transform: uppercase; }
.contact-us-list li .desc { margin-bottom: 0; }
#contact-advertisers { position: relative; }
@media (max-width:575px) {
	#contact-advertisers thead { display: none; }
	#contact-advertisers tbody td:not(:empty):before { content: attr(data-head); display: block; opacity: 0.5; }
}

.woocommerce-column--1,.woocommerce-column--2{max-width: 100%!important;}


/*avatar*/
figure.author { display: flex; align-items: center; justify-content: space-between; flex-flow: row-reverse; margin: 0; }
figure.author .icon-label { display: flex; line-height: 1.2; align-items: center; }
figure.author .icon-label:hover span,
figure.author .icon-label:focus span { text-decoration: underline; }
figure.author .icon-label i { color: #26B99A; font-size: 24px; margin-right: 0.4em; }
figure.author .avatar { flex: 0 0 auto; border-radius: 100px; height: 47px; width: 47px; background-color: #d6dee3; display: flex; align-items: center; justify-content: center; font-size: 11px; color: #fff; margin-left: 5px; position: relative; }
figure.author .avatar::before { content: ''; width: 100%; height: 100%; border-radius: 100px; border: 3px solid #fff; display: block; position: absolute; z-index: 1; transform: scale(1.05); }
figure.author .avatar img { border-radius: 100px; width: 100%; height: 100%; object-fit: cover; }
figure.author .avatar:hover,
figure.author .avatar:focus { transform: scale(1.15); transition: cubic-bezier(.42, 0, .05, 1.46) 0.15s; }
html.ie figure.author .avatar { display: block; }

.news-list-widget { margin: 0; padding: 0; list-style: none; }
.news-list-widget .article { padding: 13px 0; position: relative; }
.news-list-widget .article .cat { font-size: 12px; font-weight: 700; text-transform: uppercase; }
.news-list-widget .article .title { padding-right: 20px; }
.news-list-widget .article .title a:focus { color: #26397B; }
.news-list-widget .article:not(:last-child) { border-bottom: 1px solid rgba(0,0,0,0.1); }
#featured-news .trending-now .news-list-widget .article:last-child,
#content-subpage.simple-sidebar .trending-now .news-list-widget .article:last-child { border-bottom: 1px solid rgba(0,0,0,0.1); }
@media (max-width:1440px) {
    .news-list-widget .article .cat { font-size: 11px; }
}
@media (max-width:767px) {
	#featured-news .trending-now .widget-title { padding: 0 0 30px; font-size: 18px; text-align: center; text-transform: none; font-family: 'Roboto', sans-serif; font-weight: 600; }
    #content-subpage .sidebar .widget-title,
    #content-subpage .sidebar .trending-now .widget-title { border-bottom: 0; font-size: 18px; text-align: center; text-transform: none; font-family: 'Roboto', sans-serif; font-weight: 600; padding: 0 0 10px; }
	.news-list-widget .article { padding-right: 20px; }
    .news-list-widget .article .cat { text-transform: none; font-size: 13px; }
    .news-list-widget .article .title { font-size: 15px; }
	.news-list-widget .article .title a::before { content: 'C'; font-family: 'mb icon'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 20px; opacity: 0.15; z-index: 1; color: #000; }
	.news-list-widget .article .title a:hover::before { opacity: 1; color: #0266cd; }
}

.widget-category .widget-title { border-bottom: 0; margin-bottom: 0; padding-bottom: 10px; }
.widget-category .article .title { padding-right: 15px; margin-bottom: 0.8em; }
.widget-category .article .title a:focus { color: #26397B; }
.widget-category .btn { margin: 10px auto 40px; display: block; }

.widget-magazines .widget-title { border-bottom: 0; margin-bottom: 0; padding-bottom: 10px; }
.widget-magazines .magazines-list-widget { position: relative; padding-top: 24px; padding-bottom: 18px; }
.widget-magazines .magazine { display: flex; justify-content: center; margin-bottom: 20px; }

.lotto-results { padding: 0; }
.lotto-results-list { text-align: center; }
.lotto-results-list .date { padding: 10px 0 0; margin: 0; }
.lotto-results-list .result { padding: 15px 0; border-bottom: 1px solid rgba(0,0,0,0.1); }
.lotto-results-list .result ul { margin: 0 0 5px; padding: 0; list-style: none; display: flex; align-items: center; justify-content: center; }
.lotto-results-list .result ul li { display: flex; align-items: center; justify-content: center; width: 25px; height: 25px; border-radius: 50%; background-color: #092277; margin: 2px; color: #fff;font-size: 13px; }
.lotto-results-list .result ul li:hover { background-color: #066efc; }
@media (max-width:767px) {
    .lotto-results-list .result:last-child { border-bottom: 0; }
}

.weather { padding: 0; font-size: 12px; font-weight: 300; margin-bottom: 5px; }
.weather-inner { border-bottom: 1px solid #000000; padding-bottom: 20px; transition: ease-in 0.3s all; }
.weather-inner div.sp-location-weather-widget .weather-date strong { font-weight: 700; color: #092276; }
.weather-inner div.sp-location-weather-widget .weather-temp { font-size: 23px; line-height: 1.1; font-weight: 700; color: #001246; vertical-align:middle; }
.weather-inner .dropdown-toggle { position: absolute; top: 0; right: 0; padding: 1.5em 1em; line-height: 1; }
.weather-inner iframe { margin-top: 1em; }

.weather-inner .widget { margin: 0; padding: 0; }
.weather-inner .widget .sp-location-weather-widget { padding: 0; }
.weather-inner .widget .sp-location-weather-widget .weather-date { font-size: 12px; font-weight: 300; margin: 0; }
.weather-inner .widget .sp-location-weather-widget .weather-date b { font-weight: 700; color: #092276; }

.latest-news-tab { padding: 0 5px; }
.latest-news-tab-inner { position: relative; }
.latest-news-tab-inner .nav-tabs { border-color: rgba(0,0,0,0.1); white-space: nowrap; flex-flow: nowrap; }
.latest-news-tab-inner .nav-tabs .nav-item { margin: 0; position: relative; }
.latest-news-tab-inner .nav-tabs .nav-link { border: 0; font-size: 15px; font-weight: 700; color: #092277; opacity: 0.4; padding: 10px 15px; }
.latest-news-tab-inner .nav-tabs .nav-link.active { border: 0; opacity: 1; pointer-events: none; }
.latest-news-tab-inner .nav-tabs .nav-link:not(.active):hover,
.latest-news-tab-inner .nav-tabs .nav-link:not(.active):focus { opacity: 1; color: #066efc; }
.latest-news-tab-inner .nav-tabs .nav-item + .nav-item::before { content: ''; display: block; height: 20px; position: absolute; left: 0; border-left: 1px solid rgba(0,0,0,0.1); top: 50%; transform: translateX(-50%) translateY(-50%); }
@media (max-width:767px) {
	.latest-news-tab { padding: 0; margin-top: 20px; }
	.latest-news-tab-inner .nav-tabs { justify-content: center; }
	.latest-news-tab-inner .nav-tabs .nav-link { font-size: 18px; padding: 10px 20px; }
}

.latest-news { padding: 0; }
.latest-news-list { margin: 0 0 20px; padding: 0; list-style: none; }
.latest-news-list .article { padding: 15px 10px; border-bottom: 1px solid rgba(0,0,0,0.1); position: relative; }
.latest-news-list .article .cat { font-size: 12px; font-weight: 700; text-transform: none; margin-bottom: 7px; }
.latest-news-list .article .cat a { color: #066efc; }
.latest-news-list .article .title { padding-right: 20px; font-weight: 400; font-size: 14px; color: #26397b; line-height: 1.286; }
@media (min-width:768px) {
	.latest-news-list .article .title a:hover { text-decoration: underline; }
	.latest-news-list .article .title a:focus { text-decoration: underline !important; }
}
@media (max-width:767px) {
	.latest-news-list .article { padding-right: 20px; }
	.latest-news-list .article:last-child { border-bottom: 0; }
	.latest-news-list .article .title a::before { content: 'C'; font-family: 'mb icon'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 20px; opacity: 0.15; z-index: 1; color: #000; }
	.latest-news-list .article .title a:hover::before { opacity: 1; color: #0266cd; }
	.latest-news-list .article .title a:focus::before { opacity: 1; color: #0266cd; }
}


.editor-s-peak { padding: 0 10px; }
.editor-s-peak-list { margin: 0 -10px 20px; padding: 0; list-style: none; width: calc(100% + 20px); }
.editor-s-peak-list .article { padding: 20px 10px; border-bottom: 1px solid rgba(0,0,0,0.1); }
.editor-s-peak-list .article .cat { font-size: 12px; font-weight: 700; text-transform: uppercase; }
.editor-s-peak-list .article .cat a { color: #066efc; }
.editor-s-peak-list .article .title { padding: 0 0 15px; font-weight: 900; font-size: 15px; color: #000; line-height: 1.286; margin: 0; }
.tab-pane .editor-s-peak-list { margin: 0 0 20px; width: 100%; }

.columnists { padding: 0; }
.columnists-list { margin: 0 -10px 30px; padding: 0; list-style: none; width: calc(100% + 20px); display: block; }
.columnists-list .columnist { border-bottom: 1px solid rgba(0,0,0,0.1); padding: 25px 10px; border-bottom: 1px solid rgba(0,0,0,0.1); }
.columnists-list .columnist .title { padding: 0 0 15px; font-weight: 900; font-size: 15px; color: #000; line-height: 1.286; margin: 0; }
.columnists-list .columnist figure.author .avatar { height: 70px; width: 70px; }
.columnists-list .columnist figure.author .name i { font-size: 35px; }

/*gravify form validation*/
html .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { max-width: 100% !important; }
html .gform_wrapper li { position: relative; }
html .gform_wrapper li.gfield.gfield_error,
html .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background: transparent; border: 0; }
html .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
html .gform_wrapper li.gfield_error textarea { border: 2px solid #ff5757; }
html .gform_wrapper .field_description_below .gfield_description { padding-top: 0; }

.newsletter { padding: 0 10px; margin-bottom: 20px !important; }
.newsletter .widget-title { border: 0; padding-bottom: 0; }
.newsletter .unsubscribe-anytime { font-size: 90%; margin-top: 5px; display: block; }
.newsletter form { position: relative; }
.newsletter .form-body input { border: solid 2px #ccc; padding: 5.5px 7px; font-size: 12px; font-weight: 400; width: 100%; }
.newsletter .form-body input::-webkit-input-placeholder { color: #999999; }
.newsletter .form-body input::-moz-placeholder { color: #999999; }
.newsletter .form-body input:-ms-input-placeholder { color: #999999; }
.newsletter .form-body input:-moz-placeholder { color: #999999; }
.newsletter .form-footer input[type="submit"] { position: absolute; top: 3px; right: 3px; border-radius: 0; height: 31px; padding: 0 12px; }
.newsletter .gform_wrapper .gform_ajax_spinner { position: absolute; background-color: #fff; border-radius: 30px; padding: 0; margin: 0; top: 10px; left: 10px; }
.newsletter .gform_wrapper { margin-bottom: 0; }
@media (max-width:767px) {
	.newsletter { padding: 0; }
	.newsletter .widget-title { text-transform: none; text-align:center;}
	.newsletter .page-title {text-align:center;}
	.page-newsletter-subscription .page-title{text-align:center;}
	.newsletter.widget{margin: 0 auto;}
	.newsletter .unsubscribe-anytime{text-align: center;}
}

.page-template-page-newsletters #the-content .newsletter { max-width: 450px; }

.newsletter form .validation_error { display: none; }
.newsletter form .gform_body .gform_fields .gfield.gfield_error { margin: 0 !important; max-width: 100% !important; width: 100% !important; }
.newsletter form .gform_body .gform_fields .gfield.gfield_error .ginput_container { margin: 0 !important; }
.newsletter form .gform_body .gform_fields .gfield { padding: 0; }
.newsletter form .gform_body .gform_fields .gfield .gfield_label { display: none; }
.newsletter form .gform_body .gform_fields .gfield .ginput_container input { border: solid 2px #ccc; padding: 5.5px 77px 5.5px 7px !important; font-size: 12px !important; font-weight: 400; width: 100%; height: 36px; }
.newsletter form .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder { color: #999999; }
.newsletter form .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder { color: #999999; }
.newsletter form .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder { color: #999999; }
.newsletter form .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder { color: #999999; }
.newsletter form .gform_body .gform_fields .gfield .validation_message { color: #ff0000; margin-top: 3px; }
.newsletter form .gform_footer { padding: 0; margin: 0; }
/* .newsletter form .gform_footer input[type="submit"] { position: absolute; top: 0; right: 0; border-radius: 0; height: 31px; padding: 0 12px !important; height: 36px; text-transform: uppercase; margin: 0; font-size: 0.88889em !important; } */
 .newsletter form .gform_footer input[type="submit"] {margin-top: 12px;}
.newsletter form .gform_footer input[type="submit"]:hover,
.newsletter form .gform_footer input[type="submit"]:focus { color: #fff; background-color: #26397B; border-color: #26397B; }

#input_1_10{width: 100%;  padding: 10px 3px; border: solid 2px #ccc; color: #999B9C;}
#gform_submit_button_1{margin-top: 20px;  float: right;  margin-right: 0;}

@media (max-width: 767px) {
	.newsletter form .gform_body .gform_fields .gfield .ginput_container input { border: solid 2px #ebebeb; font-size: 14px !important; padding: 5.5px 115px 5.5px 20px !important; font-weight: 400; height: 42px; border-radius: 4px; background-color: #ebebeb; }
	.newsletter form .gform_footer { padding: 0; margin: 0; position: absolute; top: 2px; right: 2px; width: 94px; }
	.newsletter form .gform_footer input[type="submit"] { padding: 0 12px; height: 40px; text-transform: uppercase; margin: 0; font-size: 14px !important; min-height: 0 !important; border-radius: 3px; font-weight: 400; }
}
@media (max-width: 640px) {
	.newsletter form .gform_footer input[type="submit"] { position: relative; }
}

.exchange-rate { padding: 0 10px; }
.exchange-rate .widget-title { border: 0; padding-bottom: 0; }
.exchange-rate-table .title { border-bottom: 1px solid #888888; padding: 5px; text-transform: uppercase; letter-spacing: 0; font-size: 13px; text-align: center; }
.exchange-rate-table table { margin-bottom: 0; }
.exchange-rate-table table tr td { padding: 11px 10px; }
.exchange-rate-table table tr td a { pointer-events: none; display: inline-block; }
@media (max-width:767px) {
	.exchange-rate { padding: 0; }
	.exchange-rate .widget-title { text-transform: none; }
}

.counter.news-list-widget { counter-reset: number; }
.counter.news-list-widget .article { padding: 20px 0 20px 30px; border-bottom: 1px solid rgba(0,0,0,0.1); position: relative; }
.counter.news-list-widget .article:first-child { margin-top: -10px; }
.counter.news-list-widget .article:last-child { border: 0; }
.counter.news-list-widget .article::before { color: #066efc; counter-increment: number; content: counter(number); display: block; position: absolute; left: 0; font-size: 20px; top: 15px; }
.counter.news-list-widget .article:after { padding-top: 0; }
.counter.news-list-widget .article .title { font-size: 14px; font-weight: 400; }
.counter.news-list-widget .article .title a:focus { color: #26397B; }
@media (max-width:767px) {
    .counter.news-list-widget { margin-top: 40px; padding-bottom: 40px; }
    .counter.news-list-widget .article { padding: 20px 40px 20px 25px; }
    .mobile-togglable-box .counter.news-list-widget .article:first-child { border-top: 0; margin-top: -20px; }
    .counter.news-list-widget .article:first-child { border-top: 1px solid rgba(0,0,0,0.1); }
    .counter.news-list-widget .article:last-child { border-bottom: 1px solid rgba(0,0,0,0.1); }
    .counter.news-list-widget .article::before { font-size: 18px; letter-spacing: -0.1em; }
    .counter.news-list-widget .article .title a::before { right: 15px; }
}


.stock-market-philippins-table .accordion { position: relative; }
.stock-market-philippins-table .accordion-box { position: relative; background-color: transparent; border: 0; border-radius: 0; margin: 0; }
.stock-market-philippins-table .accordion-heading { border: 0; background-color: transparent; padding: 0; }
.stock-market-philippins-table .accordion-btn { background-color: #e5ecf0; border-radius: 4px; color: #1f262b; font-size: 14px; padding: 10px 15px; text-align: left; width: 100%; margin-top: 1px; display: flex; align-items: center; justify-content: space-between; transition: none; }
.stock-market-philippins-table .accordion-btn:hover { text-decoration: none; }
.stock-market-philippins-table .accordion-btn i { color: inherit; }
.stock-market-philippins-table .accordion-btn:hover { background: #066efc; color: #fff; }
.stock-market-philippins-table .accordion-btn:not(.collapsed) { background: #066efc; border-radius: 4px 4px 0 0; color: #fff; }
.stock-market-philippins-table .accordion-content { background: #066efc; border-radius: 0 0 4px 4px; color: #fff; font-family: 'Roboto Condensed'; padding: 0 10px 10px; }
.stock-market-philippins-table .accordion-content-inner { color: #010101; background-color: #fff; border: 10px solid #fff; border-radius: 4px; padding: 0; font-size: 13px; position: relative; }
.stock-market-philippins-table .accordion-scroller { height: 140px; overflow-y: auto; position: relative; padding-right: 15px; white-space: nowrap; transition: ease-in 0.2s; }
.stock-market-philippins-table .accordion-scroller table { margin-bottom: 0; }
.stock-market-philippins-table .accordion-scroller tr { border-bottom: 1px solid #e5ecf0; }
.stock-market-philippins-table .accordion-scroller td { padding-top: 2px; padding-bottom: 2px; }
/*.stock-market-philippins-table .accordion-scroller:not(.ps--active-y) { opacity: 0; }*/
.stock-market-philippins-table .accordion-scroller.ps--active-y > .ps__rail-y { background-color: #e5ecf0; opacity: 1; width: 6px; border-radius: 6px; }
.stock-market-philippins-table .accordion-scroller.ps--active-y > .ps__rail-y .ps__thumb-y { cursor: pointer; background-color: #066efc; border-radius: 6px; transition: background-color .2s linear, width .2s ease-in-out; -webkit-transition: background-color .2s linear, width .2s ease-in-out; width: 5px !important; right: 1px; position: absolute; }
.stock-market-philippins-table .accordion-scroller.ps--active-y > .ps__rail-y .ps__thumb-y:hover { background-color: #2b5bff; }
.stock-market-philippins-table .accordion-scroller.ps--active-y:hover  > .ps__rail-y { opacity: 1; }
.stock-market-philippins-table .reference { font-size: 11px; margin-top: 5px; }
.stock-market-philippins-table .reference a { color: #248b10; }

.wp-pagenavi { display: flex; align-items: center; justify-content: center; font-weight: 300; font-size: 21px; margin-top: 2em; }
.wp-pagenavi a, 
.wp-pagenavi span { border: 0; line-height: 1; margin: 0 7px; padding: 10px; }
.wp-pagenavi span.current { font-weight: 300; }
.wp-pagenavi a { color: #066efc; }
.wp-pagenavi a i,
.wp-pagenavi a i { color: inherit; }
.wp-pagenavi span { color: #999999; }
.wp-pagenavi a.prevpostslink,
.wp-pagenavi a.nextpostslink { font-size: 14px; padding: 10px 0; }
.wp-pagenavi a.prevpostslink i,
.wp-pagenavi a.nextpostslink i { padding: 0; }
.wp-pagenavi .first + .previouspostslink + .extend,
.wp-pagenavi .extend + .larger.page + .extend { display: none; }
@media (max-width:767px) {
    .wp-pagenavi { font-size: 15px; }
    .wp-pagenavi a, 
    .wp-pagenavi span { margin: 0 5px; padding: 8px; }
	.wp-pagenavi {justify-content: normal!important;}
}

#featured-news-grid { padding-top: 20px; }
#featured-news-grid { padding: 0 0 18px; margin-bottom: 30px; margin-left: -13px; margin-right: -13px; position: relative; overflow: hidden; }
#featured-news-grid::after { content: ''; left: 0; position: absolute; bottom: 0; display: block; width: 100%; border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
.featured-grid { padding: 0 13px; margin-left: -13px; margin-right: -13px;  position: relative; width: 100%; }
.featured-grid .col-12 { padding-left: 13px; padding-right: 13px; }
.featured-grid .featured-grid-col .row { height: 667px; margin-left: -13px; margin-right: -13px; }
.featured-grid .featured-grid-article { height: 100%; padding-top: 13px; padding-bottom: 13px; }
.featured-grid .featured-grid-article .cat { font-size: 0; }
.featured-grid .featured-grid-article .cat a { margin: 10px 10px 0 0; }
.featured-grid .featured-grid-article .cat a:nth-child(4) ~ a { display: none; }
.featured-grid .article-img { display: block; height: 100%; background-color: #690065; position: relative; }
.featured-grid .article-img::after { pointer-events: none; background: rgba(0,0,0,0.05) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 30%,rgba(0,0,0,0.75) 100%); content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.featured-grid .article-img > a { display: block; width: 100%; height: 100%; overflow: hidden; }
.featured-grid .article-img img { opacity: 0.8; transition: ease-in 0.1s; height: 100%; width: 100%; object-fit: cover; object-position: top center; }
.featured-grid .article-img:hover img { opacity: 0.4; }
.featured-grid .article-img:hover .title a { text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6); }
.featured-grid .article-caption { position: absolute; bottom: 0; z-index: 2; color: #fff; padding: 25px 40px; width: 100%; box-sizing: border-box; }
.featured-grid .article-caption .cat { margin-bottom: 10px; font-size: 0; }
.featured-grid .article-caption .cat a { color: #fff; background-color: #092277; padding: 5px 15px;  margin: 10px 10px 0 0; font-size: 15px; line-height: 1.3; }
.featured-grid .article-caption .cat a:nth-child(4) ~ a { display: none; }
.featured-grid .article-caption .cat a:hover,
.featured-grid .article-caption .cat a:focus { background-color: #066efc; }
.featured-grid .article-caption .cat a::after { display: none; }
.featured-grid .article-caption .title { margin-bottom: 10px; font-size: 24px; line-height: 1.3; }
.featured-grid .article-caption .title a { color: #fff; }
.featured-grid .article-caption .title a:hover,
.featured-grid .article-caption .title a:focus { text-decoration: underline !important; }
.featured-grid .article-caption .post-meta { color: #fff; }
.featured-grid .article-caption .post-meta i { color: #fff; }
.featured-grid .featured-grid-article.col-lg-12 .article-caption { padding-left: 30px; padding-right: 30px; }
.featured-grid.featured-grid-3 .featured-grid-col:nth-child(2n+2) { width: 31.63%; }
.featured-grid.featured-grid-3 .featured-grid-col:nth-child(2n+2) .featured-grid-article { height: 50%; }
.featured-grid.featured-grid-3 .featured-grid-col:nth-child(2n+2) .featured-grid-article.height-100p { height: 100%; }
@media (max-width:1440px) {
    .featured-grid .article-caption .title { font-size: 21px; }
}
@media (max-width:1299px) and (min-width:1200px) {
	.featured-grid.featured-grid-3 .featured-grid-col:nth-child(2n+2) .title { font-size: 20px; }
}
@media (max-width:1199px) {
	#featured-news-grid { padding-top: 5px; }
	.featured-grid.featured-grid-3 .featured-grid-col:nth-child(2n+2) { width: 33.33%; }
	.featured-grid.featured-grid-3 .featured-grid-col .row { height: calc(667vw / 1280*100); }
	.featured-news-ads { margin-bottom: 50px; }
}
@media (max-width:1199px) and (min-width:991px) {
	.featured-grid.featured-grid-3 .featured-grid-col:nth-child(2n+2) { width: 38.33%; }
	.featured-grid.featured-grid-3 .featured-grid-col:nth-child(2n+2) .title { font-size: 18px; }
}
@media (max-width:991px) and (min-width:768px) {
	.featured-grid.featured-grid-3 .featured-grid-col:nth-child(2n+2) .row { height: 40vw; overflow: hidden; }
	.featured-grid.featured-grid-3 .featured-grid-col:nth-child(2n+2) .featured-grid-article { height: 100%; }
}
@media (max-width:991px) {
	.featured-grid.featured-grid-3 .featured-grid-col .row { height: calc(667vw / 1024*100); }
	.featured-grid .article-caption { padding: 20px; }
}
@media (max-width:767px) {
	.mobile-share{display:block!important;}
	.featured-grid .featured-grid-col .row,
	.featured-grid .featured-grid-col .featured-grid-article,
	.featured-grid .featured-grid-col:nth-child(2n+2) .featured-grid-article { height: auto !important; }
	.featured-news-ads { margin-bottom: 0; }
	#featured-news-grid-mobile { position: relative; width: calc(100% + 30px); overflow: hidden; }
	#featured-news-grid-mobile .featured-grid .article-img { height: calc(100vh - 45px - 60px - 90px); min-height: 460px; }
	body.admin-bar #featured-news-grid-mobile .featured-grid .article-img { height: calc(100vh - 45px - 60px - 46px - 90px); }
	#featured-news-grid-mobile .swiper-pagination { position: absolute; left: 0; top: 7px; bottom: auto; padding: 0 5px; margin: 0; display: flex; flex-flow: row nowrap; }
	#featured-news-grid-mobile .swiper-pagination .swiper-pagination-bullet,
	#featured-news-grid-mobile .swiper-pagination .swiper-pagination-bullet-active { overflow: hidden; margin: 0 2px; width: 100%; height: 2px; border-radius: 0; background-color: rgba(255, 255, 255, 0.3); position: relative; opacity: 1; background-color: rgba(255, 255, 255, 0.3); }
	#featured-news-grid-mobile .swiper-pagination .swiper-pagination-bullet::after { box-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.05);  content: ''; background-color: rgba(255, 255, 255, 0.7); display: block; height: 100%; width: 100%; transform: translateX(-105%); transition: 0s ease; }
	#featured-news-grid-mobile .swiper-pagination.imagesReady .swiper-pagination-bullet::after { transform: translateX(0%); }
	#featured-news-grid-mobile .swiper-pagination.imagesReady .swiper-pagination-bullet-active ~ .swiper-pagination-bullet::after { transform: translateX(-105%); }
	#featured-news-grid-mobile .swiper-pagination.imagesReady .swiper-pagination-bullet-active::after { transform: translateX(0%); transition: ease 5s transform; }
	#featured-news-grid-mobile .swiper-navigation { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; }
	#featured-news-grid-mobile .swiper-navigation .swiper-button { box-shadow: none; border-radius: 0; height: 100%; width: 50%; background: none; pointer-events: auto; top: 0; right: 0; transform: none; opacity: 0; }
	#featured-news-grid-mobile .swiper-navigation .swiper-button.swiper-button-prev { left: 0; }
}

/*SINGLE PAGE - ARTICLE*/
#article-title { background-color: #26397b; color: #fff; text-align: center; margin: 0 -25px 30px; position: relative; }
#article-title .img { position: absolute; background-attachment: fixed; background-size: cover; background-position: center top; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; }
#article-title .img img { opacity: 0; }
#article-title .img + figcaption { padding-top: 60vh; padding-left: 25px; padding-right: 25px; }
#article-title figcaption { padding-top: 60px; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); position: relative; z-index: 1; }
#article-title .title { margin: 0 auto; max-width: 1070px; color: inherit; font-size: 60px; line-height: 1.167; font-weight: 900; }
#article-title .desc { margin: 0 auto; max-width: 976px; font-size: 30px; line-height: 1.333; }
#article-title .desc p:only-child { margin-bottom: 0; }
#article-title .meta { margin: 0 auto; max-width: 976px; padding: 40px 0; font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; }
#article-title .meta > span { padding-left: 20px; padding-right: 20px; }
#article-title .meta > span.date::before { content: '|'; display: block; position: absolute; left: 0; }
#article-title .category { position: absolute; right: 40px; bottom: 40px; font-size: 14px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
#article-title .category a { color: inherit; }
@media (max-width:1199px) {
	#article-title .title { max-width: 100%; }
}
@media (max-width:991px) {
	#article-title .category { right: 0; bottom: 75px; margin: auto; width: 100%; }
}
@media (max-width:767px) {
	#article-title { padding: 0; margin: 0; }
	#article-title .img + figcaption { padding-top: 80vw; }
	#article-title .title { font-size: 35px; }
	#article-title .meta { line-height: 1.5em; padding: 40px 0 25px; }
	#article-title .category { bottom: 55px; }
	#article-title .meta > span.date::before { display: none; }
}
@media (max-width:575px) {
	#article-title .category { bottom: 75px; }
	#article-title .img { background-attachment: scroll; position: fixed; height: 100vh; width: 100vw; }
}

.article-header { position: relative; margin-bottom: 30px; }
.article-header .breadcrumbs { line-height: 1.3; }
.article-header .breadcrumbs a { font-size: 12px; color: #066efc; font-weight: 700; text-transform: uppercase; transition: ease 0.1s; }
.article-header .breadcrumbs a:not(:hover) { color: #002793;  }
.article-header .breadcrumbs span ~ span a:not(:hover),
.article-header .breadcrumbs a ~ a:not(:hover) { color: #15c8c6;  }
.article-header .share-count { position: relative; }
.article-header .share-count .counters { z-index: 1; }
.article-header .share-count .row { margin-left: -1.5px; margin-right: -1.5px; }
.article-header .share-count a { transition: ease-in 0.1s; position: relative; }
.article-header .share-count a:hover { transform: scale(1.2); z-index: 1; }
.article-header .share-count [class*="col"] { padding-left: 1.5px; padding-right: 1.5px; }
.article-header .share-count .a2a_counter { padding-left: 10px; padding-right: 10px; font-weight: 700; font-family: 'Roboto Condensed'; text-align: center; font-size: 10px; color: #fff; background-color: #002793; color: #fff; display: block; display: flex; flex-flow: column; justify-content: flex-end; padding-top: 8px; padding-bottom: 10px; }
.article-header .share-count .a2a_counter.a2a_rr { background-color: #00386d; }
.article-header .share-count .a2a_counter .a2a_count { font-weight: 700; font-family: 'Roboto Condensed'; color: inherit; border: 0; padding: 0; width: 100% !important; height: auto !important; line-height: 1 !important; font-size: 30px !important; margin: 0; border-radius: 0; background-color: transparent; order: 1; }
.article-header .share-count .a2a_counter .a2a_count:empty::before { content: '0'; display: inline-block; position: relative; left: auto; top: auto; margin: 0; width: auto; border: 0; height: auto; line-height: 1; }
.article-header .share-count .a2a_counter .a2a_count::before,
.article-header .share-count .a2a_counter .a2a_count::after { display: none; }
.article-header .share-count .a2a_counter .a2a_text { order: 2; display: block; width: 100%; line-height: 1; letter-spacing: 0.04em; }
.article-header .share-count .share-it { padding-right: 31px; padding-left: 5px; background: #fff url(images/ui/share-arrow.svg) no-repeat 100% 60%; }
.article-header .share-count .share-it .a2a_text { color: #2a2a2a; font-size: 14px; font-weight: 700; display: block; text-align: center; line-height: 1.8; font-family: 'Open Sans', 'Roboto'; }
.article-header .share-count .share-it .a2a_s_twitter { background-color: #00c3f3 !important; }
.article-header .share-count .share-it .mashsb-container { padding: 0; }
.article-header .share-count .share-it .mashsb-container .mashsb-box .mashsb-count { display: none; }
.article-header .share-count .share-it .mashsb-container .mashsb-box .mashsb-buttons a { margin: 0 5px 0 0; }
.article-header .share-count .share-it .mashsb-container .mashsb-box .mashsb-buttons a .icon:before { margin: 0; }
.article-header .share-count .share-it .mashsb-container .mashsb-box .mashsb-buttons a .text { display: none; }
.a2a_mini { transform: translateY(10px); }
@media (max-width:767px) {
    .article-header .breadcrumbs { border-bottom: rgba(0, 0, 0, 0.1) 1px solid; padding: 0 25px 10px; margin-bottom: 30px; width: calc(100% + 50px); margin: -20px -25px 20px; line-height: 1.3; }
    .article-header .share-count { position: fixed; bottom: 0; width: 100%; left: 0; z-index: 999; transition: ease 0.2s; }
    #the-article-content:not(.sticky) .article-header .share-count { transform: translateY(100%); }
    .article-header .share-count a:hover { transform: none; }
    .article-header .share-count [class*="col"] { padding-left: 0; padding-right: 0; }
    .article-header .share-count .a2a_counter { font-size: 15px; flex-flow: row; justify-content: center; align-items: center; font-size: inherit; padding: 0; }
    .article-header .share-count .a2a_counter .a2a_text { width: auto !important; }
    .article-header .share-count .a2a_counter .a2a_count { font-size: 1em !important; width: auto !important; margin-right: 5px; }
    .article-header .share-count .share-it { background-image: none; padding: 0; }
    .article-header .share-count .share-it .mashsb-container .mashsb-box .mashsb-buttons a { margin: 0; }
    .article-header .share-count .share-it .a2a_text { display: none; }
}

.article-content { position: relative; font-size: 16px; line-height: 1.625; color: #353535; }
.article-content p { font-size: 16px; color: #353535; line-height: 1.625; }
.article-content p,
.article-content .google-auto-placed { margin-bottom: 2em;  }
.article-content .google-auto-placed iframe { border: 1px solid #F0F5F1; }
@media (max-width:767px) {
    .article-content p,
    .article-content .google-auto-placed { margin-bottom: 1em;  }
}

.article-footer { position: relative; padding-top: 30px; padding-bottom: 30px; } 
.article-footer .related-tags { font-family: 'Roboto'; font-weight: 800; font-size: 15px; text-transform: uppercase; line-height: 1.3; }
.article-footer .related-tags .title { margin-bottom: 1em; font-size: inherit; font-family: inherit; line-height: inherit; }
.article-footer .related-tags .list { list-style: none; margin-bottom: 1em; }
.article-footer .related-tags .list li { margin-right: 20px; line-height: inherit; margin-bottom: 1em;  }
.article-footer .related-tags .list a { display: inline-block; }
.article-footer .related-tags .list a:not(:hover) { color: #777777; }
.article-footer .related-tags .list a::before { content: '#'; display: inline-block; }

.comments { position: relative; padding: 30px; background-color: #fff; border: 2px solid #dbdfe2; border-radius: 6px; }
.comments .disqus-target { position: fixed; }
.comments .disqus-comment-toggle-btn .btn { font-family: 'Roboto Condensed'; font-weight: 700; letter-spacing: 0.04em; position: relative; z-index: 1; pointer-events: auto; }
.comments .disqus-comment { font-family: 'Roboto Condensed'; font-weight: 700; font-size: 15px; text-transform: uppercase; line-height: 1.3; }
.comments .disqus-comment-title { margin-bottom: 0; font-size: inherit; font-family: inherit; line-height: inherit; }
.comments .disqus-comment-count { padding-left: 3px; width: 55px; height: 55px; display: block; font-size: 16px; text-align: center; background: url(images/ui/disqus.svg) no-repeat; background-size: contain; line-height: 55px; }
.comments .disqus-comment-count:empty::before { content: '0'; display: block; }
.comments .disqus-comment-count em { display: none; }
.comments .disqus-comment-thread { position: relative; max-height: 0; overflow: hidden; transition: ease-in 0.5s; }
.comments .disqus-comment-thread #disqus_thread { margin-top: 30px; }
.comments .disqus-comment-thread .disqus-comment-toggle-btn { visibility: hidden; opacity: 0; transition: ease-in 0.3s; background-image: linear-gradient( to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%); position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 40%; padding-bottom: 30px; }
.comments .disqus-comment .btn.disqus-comment-show-all,
.comments .disqus-comment .btn.disqus-comment-hide { display: none; }
.comments #disqus-comment-show:target ~ .disqus-comment-thread { max-height: 800px; }
.comments #disqus-comment-show:target ~ .disqus-comment .btn.disqus-comment-show { display: none; }
.comments #disqus-comment-show:target ~ .disqus-comment .btn.disqus-comment-show-all { display: block; }
.comments #disqus-comment-show:target ~ .disqus-comment .btn.disqus-comment-hide { display: block; }
.comments #disqus-comment-show:target ~ .disqus-comment-thread .disqus-comment-toggle-btn { pointer-events: none; opacity: 1; visibility: visible; transition-delay: 0.3s; }
.comments #disqus-comment-show-all:target ~ .disqus-comment-thread { max-height: 99999px; transition-duration: 2s; }
.comments #disqus-comment-show-all:target ~ .disqus-comment .btn.disqus-comment-show { display: none; }
.comments #disqus-comment-show-all:target ~ .disqus-comment .btn.disqus-comment-show-all { display: none; }
.comments #disqus-comment-show-all:target ~ .disqus-comment .btn.disqus-comment-hide { display: block; }
@media (max-width:767px) {
    .comments { padding: 15px; }
    .comments .disqus-comment-title { text-align: center; margin-bottom: 1em; }
    .comments .disqus-comment-toggle-count { position: absolute; right: -30px; top: -30px; padding: 0; width: auto; background-color: #fff; border-radius: 50px; border: 5px solid #fff; }
    .comments .disqus-comment-thread { padding: 0; }
}


#the-article .article-header { position: relative; }
#the-article .article-header .title { font-size: 45px; font-family: "Roboto Condensed"; color: #000000; font-weight: 700; line-height: 1.111; margin-bottom: 25px; }
#the-article .article-header .cat { font-size: 18px; font-family: "Merriweather"; font-weight: 900; }
#the-article .article-header .cat a { color: #066efc; }
#the-article .article-header .meta { font-size: 13px; color: #999999; line-height: 1.2; }
#the-article .article-header .meta p { margin: 0; }
#the-article .article-header .meta .author { color: #000000; }
#the-article .article-header .meta .author span { color: #999999; }
#the-article .article-content .wp-caption { clear: both; display: block; margin-left: auto; margin-right: auto; }
#the-article .article-content .wp-caption p:empty { display: none; }
#the-article .article-content iframe[src*="youtube.com"] { width: 100%; display: block; height: 30vw; }
#the-article .article-content iframe[src*="youtube.com"] + iframe { margin-top: -20px; }
@media (max-width:1440px) {
    #the-article .article-header .title { font-size: 40px; }
    #the-article .article-header .cat { font-size: 16px; }
}
@media (max-width:1199px) {
    #the-article .article-header .title { font-size: 35px; }
    #the-article .article-header .cat { font-size: 14px; }
	#the-article .article-content iframe[src*="youtube.com"] { height: 56vw; }
}
@media (max-width:767px) {
    #the-article .article-header .title { font-size: 25px; }
    #the-article .article-header .cat { font-size: 12px; }
}
@media (min-width:568px) {
	#the-article .article-content .wp-caption.alignleft { margin-right: 20px; max-width: 40%; }
	#the-article .article-content .wp-caption.alignright { margin-left: 20px; max-width: 40%; }
}
@media (max-width:567px) {
	#the-article .article-content .wp-caption { width: 100% !important; }
	#the-article .article-content p img.aligncenter:only-child,
	#the-article .article-content .wp-caption img[class*="wp-image-"],
	#the-article .article-content iframe[src*="youtube.com"] { margin-left: -20px; margin-right: -20px; width: calc(100% + 40px); max-width: calc(100% + 40px); }
}

.related-article { list-style: none; padding: 0; }
.related-article li { border-top: 1px solid #000; margin-top: 60px; padding-top: 60px; }
.related-article .article-footer { padding: 10px 0 0; }

.related-article { list-style: none; padding: 0; }
.related-article li { border-top: 1px solid #000; margin-top: 60px; padding-top: 60px; }
.related-article .cat { font-size: 18px; font-family: "Merriweather"; font-weight: 900; }
.related-article .cat a { color: #066efc; }
.related-article .title { font-size: 45px; font-family: "Roboto Condensed"; color: #000000; font-weight: 700; line-height: 1.111; margin-bottom: 25px; }
.related-article .meta { font-size: 13px; color: #999999; line-height: 1.2; margin-bottom: 35px; }
.related-article .meta p { margin: 0; }
.related-article .meta .author { color: #000000; }
.related-article .meta .author span { color: #999999; }
.related-article .article-footer { padding: 10px 0 0; }

.suggested-article { list-style: none; padding: 0; margin-top: 20px; margin-left: -5px; margin-right: -5px; }
#suggested-articles .section-title { width: 100%; }
.suggested-article li { position: relative; margin-bottom: 30px; padding: 0 5px; }
.suggested-article .article-item { height: 100%; }
.suggested-article .article-img { display: block; height: 175px; width: 100%; margin-bottom: 15px; }
.suggested-article .article-img img { height: 100%; width: 100%; object-fit: cover; }
.suggested-article .article-img img[src*=".png"] { background-color: #0038a8; padding: 15px; object-fit: contain; }
.suggested-article .title { font-size: 14px; line-height: 1.429; }
.suggested-article .meta { color: #999999; }
@media (max-width:1199px) {
    .suggested-article .article-img { height: 20vw; }
}
@media (max-width:767px) {
    .suggested-article .article-img { height: 23vw; border-radius: 12px; overflow: hidden; }
}
@media (max-width:575px) {
    .suggested-article .article-img { height: 30vw; }
}

#footer { background-color: #11256e; color: #fff; clear: both; position: relative; }
#footer h1, #footer .h1, #footer h2, #footer .h2, #footer h3, #footer .h3, #footer h4, #footer .h4, #footer h5, #footer .h5, #footer h6, #footer .h6, #footer #header { color: inherit; }
#footer a { color: inherit; word-wrap: break-word; line-height: 1; display: inline-block; max-width: 100%; position: relative; padding: 0 0 5px; }
#footer a::after { content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 0%; border-bottom: 1px solid; transition: cubic-bezier(.42, 0, .05, 1.46) 0.3s; }
#footer a:hover { text-decoration: none; }
#footer a:hover::after,
#footer a:focus::after { width: 100%; }
#footer .widget-area { padding: 65px 0 35px; font-size: 14px; }
#footer .widget-column { margin-bottom: 30px; }
#footer .widget-title { text-transform: uppercase; margin: 0 0 10px; font-size: 17px; border: 0; padding: 0; }
#footer .widget.footer-logo img { background-color: #fff; padding: 20px; border-radius: 9px; display: block; }
#footer .footer-widget ul.menu { position: relative; margin: 0; padding: 0; list-style: none; }
#footer .footer-widget ul.menu > li { position: relative; margin: 0; padding: 0; }
#footer .footer-widget ul.flex-column > li > i { margin-right: 1em; }
#footer .footer-widget .social-links-menu li { padding: 0 1em 0 0; font-size: 26px; }
#footer .footer-widget .social-links-menu li:last-child { padding-right: 0; }
#footer .footer-widget .social-links-menu li a:hover { transform: scale(1.2); transition: cubic-bezier(.42, 0, .05, 1.46) 0.1s; }
@media (max-width:1440px) {
    #footer .widget-title { font-size: 15px; }
    #footer .widget-column { font-size: 0.9em; }
}
@media (min-width:1200px) {
	#footer .footer-widget .social-links-menu { margin-bottom: -4em; }
	#footer .widget-column { width: 18.7%; }
	#footer .widget-column:first-child { width: 25.2%; }
	#footer .widget.footer-logo img { width: 340px; }
}
@media (max-width:1199px) and (max-width:768px) {
	#footer .widget.footer-logo img { margin: auto; }
}
@media (max-width:767px) {
    #footer .widget-column { font-size: 14px; margin-bottom: 50px; }
}

#footer .copyright { border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 12px; position: relative; padding: 18px 0; }
#footer .copyright a { color: #fff; }
#footer .copyright-info { margin: 0; line-height: 1.5; }
#footer .footer-navigation { position: relative; text-transform: uppercase; }
#footer .footer-navigation > ul { list-style: none; margin: 0 10px 0 0; padding: 0; position: relative; display: flex; align-items: center; justify-content: center; }
#footer .footer-navigation > ul > li { padding: 0 10px; line-height: 1; }
#footer .back-to-top { padding: 0; color: #fff; line-height: 1; font-size: 12px; vertical-align: middle; text-transform: uppercase; padding: 0 0 5px; position: relative; }
#footer .back-to-top::after { content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 0%; border-bottom: 1px solid; transition: cubic-bezier(.42, 0, .05, 1.46) 0.3s; }
#footer .back-to-top:hover { text-decoration: none; }
#footer .back-to-top:hover::after { width: 100%; }
@media (max-width:767px) {
    #footer a:hover,
    #footer .back-to-top:hover { opacity: 0.5; }
    #footer .widget.footer-logo img { width: 100%; display: block; padding: 10px 20px; max-width: 300px !important; }
    #footer .social-links-menu.nav.d-flex { justify-content: center; padding-top: 2em; }
    #footer .social-links-menu.nav.d-flex::before { content: 'Follow us on:'; display: block; position: absolute; margin-top: -2em; font-weight: 500; }
    #footer .footer-widget ul.menu > li,
    #footer .footer-widget ul.flex-column li { padding: 5px 10px; border-bottom: 1px solid rgba(255,255,255,0.4); position: relative; }
    #footer .footer-widget ul.flex-column li:last-child { border-bottom: 0; }
    #footer .footer-widget ul.flex-column > li > i { float: right; margin: 0.5em 0 0 1em; }
    #footer .footer-widget ul.flex-column li > a,
    #footer .footer-widget ul.menu > li > a { position: static; }
    #footer .footer-widget ul.menu > li > a::after { display: none; }
    #footer .footer-widget ul.menu > li > a::before { content: 'C'; font-family: 'mb icon'; position: absolute; right: 10px; font-size: 12px; top: 50%; transform: translateY(-50%); }
    #footer .footer-widget ul.nav:not(.social-links-menu) > li > li { padding: 5px 10px; border-bottom: 1px solid rgba(255,255,255,0.4); position: relative; }
    #footer .footer-widget ul.nav:not(.social-links-menu) > li > li:last-child { border-bottom: 0; }
    #footer .footer-widget ul.nav:not(.social-links-menu) > li > li i { float: right; }
    
    #footer .widget-area { padding: 65px 0 0; font-size: 14px; }
    #footer .copyright { padding: 30px 0; }
	#footer .footer-navigation > ul { margin: 0; flex-flow: column; }
    #footer .footer-navigation > ul > li::after { content: ''; display: block; width: 25px; border-bottom: 1px solid; margin: 10px auto; opacity: 0.2; }
    #footer .footer-navigation > ul > li a::after,
    #footer .back-to-top::after { display: none; }
    #footer .footer-right { padding-bottom: 30px; }
	#footer .footer-left { padding: 0 5px; }
}


/*CATEGORY CAROUSEL SETTING*/
.category-carousel-item-inner .cat,
.category-carousel-item-inner .btn-more 						{ background-color: #0f6fb8; }
.category-carousel-item-inner .cat:hover,
.category-carousel-item-inner .btn-more:hover 					{ background-color: #092277; }
.category-carousel-item-inner .cat:focus,
.category-carousel-item-inner .btn-more:focus 					{ background-color: #092277; }

.category-carousel-item-inner#category-news .cat,
.category-carousel-item-inner#category-news .btn-more 			{ background-color: #066efc }
.category-carousel-item-inner#category-news .cat:hover,
.category-carousel-item-inner#category-news .btn-more:hover 	{ background-color: #092277; }
.category-carousel-item-inner#category-news .cat:focus,
.category-carousel-item-inner#category-news .btn-more:focus 	{ background-color: #092277; }

.category-carousel-item-inner#opinions-and-editorials .cat,
.category-carousel-item-inner#opinions-and-editorials .btn-more 		{ background-color: #1ba084 }
.category-carousel-item-inner#opinions-and-editorials .cat:hover,
.category-carousel-item-inner#opinions-and-editorials .btn-more:hover{ background-color: #26b99a; }
.category-carousel-item-inner#opinions-and-editorials .cat:focus,
.category-carousel-item-inner#opinions-and-editorials .btn-more:focus{ background-color: #26b99a; }

.category-carousel-item-inner#category-business .cat,
.category-carousel-item-inner#category-business .btn-more 		{ background-color: #248b10 }
.category-carousel-item-inner#category-business .cat:hover,
.category-carousel-item-inner#category-business .btn-more:hover { background-color: #116a00; }
.category-carousel-item-inner#category-business .cat:focus,
.category-carousel-item-inner#category-business .btn-more:focus { background-color: #116a00; }

.category-carousel-item-inner#category-entertainment .cat,
.category-carousel-item-inner#category-entertainment .btn-more 		{ background-color: #e50038 }
.category-carousel-item-inner#category-entertainment .cat:hover,
.category-carousel-item-inner#category-entertainment .btn-more:hover{ background-color: #d01388; }
.category-carousel-item-inner#category-entertainment .cat:focus,
.category-carousel-item-inner#category-entertainment .btn-more:focus{ background-color: #d01388; }

.category-carousel-item-inner#category-sports .cat,
.category-carousel-item-inner#category-sports .btn-more 		{ background-color: #ff4e00 }
.category-carousel-item-inner#category-sports .cat:hover,
.category-carousel-item-inner#category-sports .btn-more:hover{ background-color: #ff9600; }
.category-carousel-item-inner#category-sports .cat:focus,
.category-carousel-item-inner#category-sports .btn-more:focus{ background-color: #ff9600; }

.category-carousel-item-inner#category-lifestyle .cat,
.category-carousel-item-inner#category-lifestyle .btn-more 		{ background-color: #2d9998 }
.category-carousel-item-inner#category-lifestyle .cat:hover,
.category-carousel-item-inner#category-lifestyle .btn-more:hover{ background-color: #126463; }
.category-carousel-item-inner#category-lifestyle .cat:focus,
.category-carousel-item-inner#category-lifestyle .btn-more:focus{ background-color: #126463; }

.category-carousel-item-inner.category-lifestyle .cat,
.category-carousel-item-inner.category-lifestyle .btn-more 		{ background-color: #2d9998 }
.category-carousel-item-inner.category-lifestyle .cat:hover,
.category-carousel-item-inner.category-lifestyle .btn-more:hover{ background-color: #126463; }
.category-carousel-item-inner.category-lifestyle .cat:focus,
.category-carousel-item-inner.category-lifestyle .btn-more:focus{ background-color: #126463; }

.category-carousel-item-inner#category-technology .cat,
.category-carousel-item-inner#category-technology .btn-more 		{ background-color: #14b2da }
.category-carousel-item-inner#category-technology .cat:hover,
.category-carousel-item-inner#category-technology .btn-more:hover{ background-color: #2d9998; }
.category-carousel-item-inner#category-technology .cat:focus,
.category-carousel-item-inner#category-technology .btn-more:focus{ background-color: #2d9998; }

/*PAGE SETTINGS*/
body.page-template-page-opinions-and-editorials #header .page-title span + span { background-image: linear-gradient( to bottom, #26b99a 1%, #1ba084 100%); }
html.mobile body.page-template-page-opinions-and-editorials .mobile-togglable .widget-title { border-top: 1px solid #1ab191; background: #1ba084 linear-gradient( to top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); }
body.page-template-page-opinions-and-editorials #news-feed .section-title-inner > span span,
body.page-template-page-opinions-and-editorials #header .page-title,
body.page-template-page-opinions-and-editorials #header .main-nav .topics-title,
body.page-template-page-opinions-and-editorials #header .main-nav ul.main-menu > li > a:hover,
body.page-template-page-opinions-and-editorials #content-subpage .widget-title > span:first-child,
body.page-template-page-opinions-and-editorials .articles-list .article-info .cat a,
body.page-template-page-opinions-and-editorials .wp-pagenavi a,
body.page-template-page-opinions-and-editorials .articles .category-title span,
body.page-template-page-opinions-and-editorials #the-article .article-header .cat a { color: #26b99a; }
body.page-template-page-opinions-and-editorials #news-feed .section-title-inner > span,
body.page-template-page-opinions-and-editorials #content-subpage .widget-title,
body.page-template-page-opinions-and-editorials .articles-list .article-info .cat a:hover,
body.page-template-page-opinions-and-editorials .article-header .breadcrumbs a:not(:hover),
body.page-template-page-opinions-and-editorials .counter.news-list-widget .article::before { color: #1ba084; }
body.page-template-page-opinions-and-editorials .featured-grid .article-caption .cat a:hover,
body.page-template-page-opinions-and-editorials .btn:not(.btn-secondary),
body.page-template-page-opinions-and-editorials .btn:not(.btn-secondary):visited,
body.page-template-page-opinions-and-editorials #article-title { background-color: #1ba084; border-color: #1ba084; }
body.page-template-page-opinions-and-editorials .featured-grid .article-caption .cat a,
body.page-template-page-opinions-and-editorials .btn:not(.btn-secondary):hover { background-color: #26b99a; border-color: #26b99a; }
body.page-template-page-opinions-and-editorials .wp-pagenavi .mb-icon-arrow-left { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.8 240.8'%3E%3Cpath d='M57.6,129,165.9,237.3a12.25,12.25,0,0,0,17.2,0,12.07,12.07,0,0,0,0-17.2L83.4,120.4l99.7-99.7a12.07,12.07,0,0,0,0-17.2,12.25,12.25,0,0,0-17.2,0L57.6,111.8A12.25,12.25,0,0,0,57.6,129Z' style='fill: %2326b99a'/%3E%3C/svg%3E%0A"); }
body.page-template-page-opinions-and-editorials .wp-pagenavi .mb-icon-arrow-right{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.82 240.82'%3E%3Cpath d='M183.19,111.82,74.89,3.56A12.16,12.16,0,1,0,57.68,20.73l99.7,99.67L57.69,220.08A12.16,12.16,0,0,0,74.9,237.27L183.2,129A12.27,12.27,0,0,0,183.19,111.82Z' style='fill: %2326b99a'/%3E%3C/svg%3E%0A"); }

body.page-template-page-opinion-editorial #header .page-title span + span { background-image: linear-gradient( to bottom, #26b99a 1%, #1ba084 100%); }
html.mobile body.page-template-page-opinion-editorial .mobile-togglable .widget-title { border-top: 1px solid #1ab191;  background: #1ba084 linear-gradient( to top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); }
body.page-template-page-opinion-editorial #news-feed .section-title-inner > span span,
body.page-template-page-opinion-editorial #header .page-title,
body.page-template-page-opinion-editorial #header .main-nav .topics-title,
body.page-template-page-opinion-editorial #header .main-nav ul.main-menu > li > a:hover,
body.page-template-page-opinion-editorial #content-subpage .widget-title > span:first-child,
body.page-template-page-opinion-editorial .articles-list .article-info .cat a,
body.page-template-page-opinion-editorial .wp-pagenavi a,
body.page-template-page-opinion-editorial .articles .category-title span,
body.page-template-page-opinion-editorial #the-article .article-header .cat a { color: #26b99a; }
body.page-template-page-opinion-editorial #news-feed .section-title-inner > span,
body.page-template-page-opinion-editorial #content-subpage .widget-title,
body.page-template-page-opinion-editorial .articles-list .article-info .cat a:hover,
body.page-template-page-opinion-editorial .article-header .breadcrumbs a:not(:hover),
body.page-template-page-opinion-editorial .counter.news-list-widget .article::before { color: #1ba084; }
body.page-template-page-opinion-editorial .featured-grid .article-caption .cat a:hover,
body.page-template-page-opinion-editorial .btn:not(.btn-secondary),
body.page-template-page-opinion-editorial .btn:not(.btn-secondary):visited,
body.page-template-page-opinion-editorial #article-title { background-color: #1ba084; border-color: #1ba084; }
body.page-template-page-opinion-editorial .featured-grid .article-caption .cat a,
body.page-template-page-opinion-editorial .btn:not(.btn-secondary):hover { background-color: #26b99a; border-color: #26b99a; }
body.page-template-page-opinion-editorial .wp-pagenavi .mb-icon-arrow-left { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.8 240.8'%3E%3Cpath d='M57.6,129,165.9,237.3a12.25,12.25,0,0,0,17.2,0,12.07,12.07,0,0,0,0-17.2L83.4,120.4l99.7-99.7a12.07,12.07,0,0,0,0-17.2,12.25,12.25,0,0,0-17.2,0L57.6,111.8A12.25,12.25,0,0,0,57.6,129Z' style='fill: %2326b99a'/%3E%3C/svg%3E%0A"); }
body.page-template-page-opinion-editorial .wp-pagenavi .mb-icon-arrow-right{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.82 240.82'%3E%3Cpath d='M183.19,111.82,74.89,3.56A12.16,12.16,0,1,0,57.68,20.73l99.7,99.67L57.69,220.08A12.16,12.16,0,0,0,74.9,237.27L183.2,129A12.27,12.27,0,0,0,183.19,111.82Z' style='fill: %2326b99a'/%3E%3C/svg%3E%0A"); }


body.page-template-page-business #header .page-title span + span { background-image: linear-gradient( to bottom, #23a809 0%, #248b10 100%); }
html.mobile body.page-template-page-business .mobile-togglable .widget-title { border-top: 1px solid #27bc0a; background: #23a809 linear-gradient( to top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); }
body.page-template-page-business #news-feed .section-title-inner > span span,
body.page-template-page-business #header .page-title,
body.page-template-page-business #header .main-nav .topics-title,
body.page-template-page-business #header .main-nav ul.main-menu > li > a:hover,
body.page-template-page-business #header .main-nav ul.main-menu > li.current-menu-item > a,
body.page-template-page-business #content-subpage .widget-title > span:first-child,
body.page-template-page-business .articles-list .article-info .cat a,
body.page-template-page-business .wp-pagenavi a,
body.page-template-page-business .articles .category-title span,
body.page-template-page-business #the-article .article-header .cat a { color: #248b10; }
body.page-template-page-business #news-feed .section-title-inner > span,
body.page-template-page-business #content-subpage .widget-title,
body.page-template-page-business .articles-list .article-info .cat a:hover,
body.page-template-page-business .article-header .breadcrumbs a:not(:hover),
body.page-template-page-business .counter.news-list-widget .article::before { color: #23a809; }
body.page-template-page-business .featured-grid .article-caption .cat a:hover,
body.page-template-page-business .btn:not(.btn-secondary),
body.page-template-page-business .btn:not(.btn-secondary):visited,
body.page-template-page-business #article-title { background-color: #23a809; border-color: #23a809; }
body.page-template-page-business .featured-grid .article-caption .cat a,
body.page-template-page-business .btn:not(.btn-secondary):hover { background-color: #248b10; border-color: #248b10; }
body.page-template-page-business .wp-pagenavi .mb-icon-arrow-left { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.8 240.8'%3E%3Cpath d='M57.6,129,165.9,237.3a12.25,12.25,0,0,0,17.2,0,12.07,12.07,0,0,0,0-17.2L83.4,120.4l99.7-99.7a12.07,12.07,0,0,0,0-17.2,12.25,12.25,0,0,0-17.2,0L57.6,111.8A12.25,12.25,0,0,0,57.6,129Z' style='fill: %23248b10'/%3E%3C/svg%3E%0A"); }
body.page-template-page-business .wp-pagenavi .mb-icon-arrow-right { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.82 240.82'%3E%3Cpath d='M183.19,111.82,74.89,3.56A12.16,12.16,0,1,0,57.68,20.73l99.7,99.67L57.69,220.08A12.16,12.16,0,0,0,74.9,237.27L183.2,129A12.27,12.27,0,0,0,183.19,111.82Z' style='fill: %23248b10'/%3E%3C/svg%3E%0A"); }

body.page-template-page-entertainment #header .page-title span + span { background-image: linear-gradient( to bottom, #e50038 1%, #d01388 100%); }
html.mobile body.page-template-page-entertainment .mobile-togglable .widget-title { border-top: 1px solid #ff1850; background: #e50038 linear-gradient( to top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); }
body.page-template-page-entertainment #news-feed .section-title-inner > span span,
body.page-template-page-entertainment #header .page-title,
body.page-template-page-entertainment #header .main-nav .topics-title,
body.page-template-page-entertainment #header .main-nav ul.main-menu > li > a:hover,
body.page-template-page-entertainment #header .main-nav ul.main-menu > li.current-menu-item > a,
body.page-template-page-entertainment #content-subpage .widget-title > span:first-child,
body.page-template-page-entertainment .articles-list .article-info .cat a,
body.page-template-page-entertainment .wp-pagenavi a,
body.page-template-page-entertainment .articles .category-title span,
body.page-template-page-entertainment #the-article .article-header .cat a { color: #e50038; }
body.page-template-page-entertainment #news-feed .section-title-inner > span,
body.page-template-page-entertainment #content-subpage .widget-title,
body.page-template-page-entertainment .articles-list .article-info .cat a:hover,
body.page-template-page-entertainment .article-header .breadcrumbs a:not(:hover),
body.page-template-page-entertainment .counter.news-list-widget .article::before { color: #d01388; }
body.page-template-page-entertainment .featured-grid .article-caption .cat a:hover,
body.page-template-page-entertainment .btn:not(.btn-secondary),
body.page-template-page-entertainment .btn:not(.btn-secondary):visited,
body.page-template-page-entertainment #article-title { background-color: #d01388; border-color: #d01388; }
body.page-template-page-entertainment .featured-grid .article-caption .cat a,
body.page-template-page-entertainment .btn:not(.btn-secondary):hover { background-color: #e50038; border-color: #e50038; }
body.page-template-page-entertainment .wp-pagenavi .mb-icon-arrow-left { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.8 240.8'%3E%3Cpath d='M57.6,129,165.9,237.3a12.25,12.25,0,0,0,17.2,0,12.07,12.07,0,0,0,0-17.2L83.4,120.4l99.7-99.7a12.07,12.07,0,0,0,0-17.2,12.25,12.25,0,0,0-17.2,0L57.6,111.8A12.25,12.25,0,0,0,57.6,129Z' style='fill: %23e50038'/%3E%3C/svg%3E%0A"); }
body.page-template-page-entertainment .wp-pagenavi .mb-icon-arrow-right{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.82 240.82'%3E%3Cpath d='M183.19,111.82,74.89,3.56A12.16,12.16,0,1,0,57.68,20.73l99.7,99.67L57.69,220.08A12.16,12.16,0,0,0,74.9,237.27L183.2,129A12.27,12.27,0,0,0,183.19,111.82Z' style='fill: %23e50038'/%3E%3C/svg%3E%0A"); }

body.page-template-page-sports #header .page-title span + span { background-image: linear-gradient( to bottom, #ff4e00 0%, #ff9600 100%); }
html.mobile body.page-template-page-sports .mobile-togglable .widget-title { border-top: 1px solid #ffa627; background: #ff9600 linear-gradient( to top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); }
body.page-template-page-sports #news-feed .section-title-inner > span span,
body.page-template-page-sports #header .page-title,
body.page-template-page-sports #header .main-nav .topics-title,
body.page-template-page-sports #header .main-nav ul.main-menu > li > a:hover,
body.page-template-page-sports #header .main-nav ul.main-menu > li > a.current-menu-item > a,
body.page-template-page-sports #content-subpage .widget-title > span:first-child,
body.page-template-page-sports .articles-list .article-info .cat a,
body.page-template-page-sports .wp-pagenavi a,
body.page-template-page-sports .articles .category-title span,
body.page-template-page-sports #the-article .article-header .cat a { color: #ff4e00; }
body.page-template-page-sports #news-feed .section-title-inner > span,
body.page-template-page-sports #content-subpage .widget-title,
body.page-template-page-sports .articles-list .article-info .cat a:hover,
body.page-template-page-sports .article-header .breadcrumbs a:not(:hover),
body.page-template-page-sports .counter.news-list-widget .article::before { color: #ff9600; }
body.page-template-page-sports .featured-grid .article-caption .cat a:hover,
body.page-template-page-sports .btn:not(.btn-secondary),
body.page-template-page-sports .btn:not(.btn-secondary):visited,
body.page-template-page-sports #article-title { background-color: #ff9600; border-color: #ff9600; }
body.page-template-page-sports .featured-grid .article-caption .cat a,
body.page-template-page-sports .btn:not(.btn-secondary):hover { background-color: #ff4e00; border-color: #ff4e00; }
body.page-template-page-sports .wp-pagenavi .mb-icon-arrow-left { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.8 240.8'%3E%3Cpath d='M57.6,129,165.9,237.3a12.25,12.25,0,0,0,17.2,0,12.07,12.07,0,0,0,0-17.2L83.4,120.4l99.7-99.7a12.07,12.07,0,0,0,0-17.2,12.25,12.25,0,0,0-17.2,0L57.6,111.8A12.25,12.25,0,0,0,57.6,129Z' style='fill: %23ff4e00'/%3E%3C/svg%3E%0A"); }
body.page-template-page-sports .wp-pagenavi .mb-icon-arrow-right{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.82 240.82'%3E%3Cpath d='M183.19,111.82,74.89,3.56A12.16,12.16,0,1,0,57.68,20.73l99.7,99.67L57.69,220.08A12.16,12.16,0,0,0,74.9,237.27L183.2,129A12.27,12.27,0,0,0,183.19,111.82Z' style='fill: %23ff4e00'/%3E%3C/svg%3E%0A"); }

body.page-template-page-technology #header .page-title span + span { background-image: linear-gradient( to bottom, #14b2da 0%, #118faf 100%); }
html.mobile body.page-template-page-technology .mobile-togglable .widget-title { border-top: 1px solid #18c2ed; background: #14b2da linear-gradient( to top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); }
body.page-template-page-technology #news-feed .section-title-inner > span span,
body.page-template-page-technology #header .page-title,
body.page-template-page-technology #header .main-nav .topics-title,
body.page-template-page-technology #header .main-nav ul.main-menu > li > a:hover,
body.page-template-page-technology #header .main-nav ul.main-menu > li > a.current-menu-item > a,
body.page-template-page-technology #content-subpage .widget-title > span:first-child,
body.page-template-page-technology .articles-list .article-info .cat a,
body.page-template-page-technology .wp-pagenavi a,
body.page-template-page-technology .articles .category-title span,
body.page-template-page-technology #the-article .article-header .cat a { color: #14b2da; }
body.page-template-page-technology #news-feed .section-title-inner > span,
body.page-template-page-technology #content-subpage .widget-title,
body.page-template-page-technology .articles-list .article-info .cat a:hover,
body.page-template-page-technology .article-header .breadcrumbs a:not(:hover),
body.page-template-page-technology .counter.news-list-widget .article::before { color: #2d9998   ; }
body.page-template-page-technology .featured-grid .article-caption .cat a:hover,
body.page-template-page-technology .btn:not(.btn-secondary),
body.page-template-page-technology .btn:not(.btn-secondary):visited,
body.page-template-page-technology #article-title { background-color: #2d9998   ; border-color: #2d9998   ; }
body.page-template-page-technology .featured-grid .article-caption .cat a,
body.page-template-page-technology .btn:not(.btn-secondary):hover { background-color: #14b2da; border-color: #14b2da; }
body.page-template-page-technology .wp-pagenavi .mb-icon-arrow-left { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.8 240.8'%3E%3Cpath d='M57.6,129,165.9,237.3a12.25,12.25,0,0,0,17.2,0,12.07,12.07,0,0,0,0-17.2L83.4,120.4l99.7-99.7a12.07,12.07,0,0,0,0-17.2,12.25,12.25,0,0,0-17.2,0L57.6,111.8A12.25,12.25,0,0,0,57.6,129Z' style='fill: %2314b2da'/%3E%3C/svg%3E%0A"); }
body.page-template-page-technology .wp-pagenavi .mb-icon-arrow-right{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.82 240.82'%3E%3Cpath d='M183.19,111.82,74.89,3.56A12.16,12.16,0,1,0,57.68,20.73l99.7,99.67L57.69,220.08A12.16,12.16,0,0,0,74.9,237.27L183.2,129A12.27,12.27,0,0,0,183.19,111.82Z' style='fill: %2314b2da'/%3E%3C/svg%3E%0A"); }

body.page-template-page-lifestyle #header .page-title span + span { background-image: linear-gradient( to bottom, #2d9998 0%, #1d8e57 100%); }
html.mobile body.page-template-page-lifestyle .mobile-togglable .widget-title { border-top: 1px solid #36b1af; background: #2d9998 linear-gradient( to top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); }
body.page-template-page-lifestyle #news-feed .section-title-inner > span span,
body.page-template-page-lifestyle #header .page-title,
body.page-template-page-lifestyle #header .main-nav .topics-title,
body.page-template-page-lifestyle #header .main-nav ul.main-menu > li > a:hover,
body.page-template-page-lifestyle #header .main-nav ul.main-menu > li > a.current-menu-item > a,
body.page-template-page-lifestyle #content-subpage .widget-title > span:first-child,
body.page-template-page-lifestyle .articles-list .article-info .cat a,
body.page-template-page-lifestyle .wp-pagenavi a,
body.page-template-page-lifestyle .articles .category-title span,
body.page-template-page-lifestyle #the-article .article-header .cat a { color: #2d9998; }
body.page-template-page-lifestyle #news-feed .section-title-inner > span,
body.page-template-page-lifestyle #content-subpage .widget-title,
body.page-template-page-lifestyle .articles-list .article-info .cat a:hover,
body.page-template-page-lifestyle .article-header .breadcrumbs a:not(:hover),
body.page-template-page-lifestyle .counter.news-list-widget .article::before { color: #066efc; }
body.page-template-page-lifestyle .featured-grid .article-caption .cat a:hover,
body.page-template-page-lifestyle .btn:not(.btn-secondary),
body.page-template-page-lifestyle .btn:not(.btn-secondary):visited,
body.page-template-page-lifestyle #article-title { background-color: #066efc   ; border-color: #066efc   ; }
body.page-template-page-lifestyle .featured-grid .article-caption .cat a,
body.page-template-page-lifestyle .btn:not(.btn-secondary):hover { background-color: #2d9998; border-color: #2d9998; }
body.page-template-page-lifestyle .wp-pagenavi .mb-icon-arrow-left { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.8 240.8'%3E%3Cpath d='M57.6,129,165.9,237.3a12.25,12.25,0,0,0,17.2,0,12.07,12.07,0,0,0,0-17.2L83.4,120.4l99.7-99.7a12.07,12.07,0,0,0,0-17.2,12.25,12.25,0,0,0-17.2,0L57.6,111.8A12.25,12.25,0,0,0,57.6,129Z' style='fill: %232d9998'/%3E%3C/svg%3E%0A"); }
body.page-template-page-lifestyle .wp-pagenavi .mb-icon-arrow-right{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.82 240.82'%3E%3Cpath d='M183.19,111.82,74.89,3.56A12.16,12.16,0,1,0,57.68,20.73l99.7,99.67L57.69,220.08A12.16,12.16,0,0,0,74.9,237.27L183.2,129A12.27,12.27,0,0,0,183.19,111.82Z' style='fill: %232d9998'/%3E%3C/svg%3E%0A"); }

body.page-template-page-specials #header .page-title{ color: #2d9998; }
body.page-template-page-specials #header .page-title span + span{background-image: linear-gradient( to bottom, #2d9998 0%, #1d8e57 100%);}


/*Full Width*/
body.page-template-page-fullwidth .content-bar { margin: 0 auto; }

/*Cart*/
.page-cart #content .content-bar { width: 80%; background-color: transparent; }
.page-cart .woocommerce .cart .quantity label { display: none; }
.page-cart .woocommerce .cart .button:hover { color: #fff; background-color: #26397B; border-color: #26397B; }
.page-cart .woocommerce .cart .button { padding: 14px 15px; }
.page-cart .woocommerce .cart .remove { display: flex; justify-content: center; align-items: center; }
.page-cart .woocommerce .cart .actions { padding-top: 30px; }
.page-cart .woocommerce .cart_totals .button:hover,
.page-cart .woocommerce .cart_totals .button:focus { color: #fff; background-color: #26397B; border-color: #26397B; }

/* Special */
.page-template-page-specials #header-content{margin-top: 11px;}

.featured-news-category-list-inner .category-carousel-inner{overflow: visible!important;}


@media (max-width: 768px) {
	.page-cart .woocommerce .cart .actions { padding: 0; }
	.woocommerce-form-coupon-toggle { padding: 0 12px;}
}

@media (max-width: 540px) {
	.page-cart .woocommerce .coupon #coupon_code,
	.page-cart .woocommerce .coupon .button { width: 100% !important; }
}

/*Subscription Page*/
.subscription .prefix { margin: 15px 0 2px 0; color: #ffffff; }
.subscription .heading { letter-spacing: 8px; font-size: 28px; font-weight: 600; color: #ffffff; }
.subscription .magazine { margin: 15px 0; }
.subscription figure img { width: 100%; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; }
.subscription figure figcaption { text-align: center; }
.subscription figure figcaption .title { font-size: 14px; margin: 15px 0; }
.subscription figure figcaption .content { font-size: 12px; }
.subscription figure figcaption a { background: #066efc; border: none; border-radius: 5px; font-size: 12px; line-height: 1.2; padding: 8px; vertical-align: bottom; }

#content-header-subscription { background-image: linear-gradient(0deg, #ffffff 0%, #ebebeb 100%); padding-top: 25px !important; margin-bottom: 0 !important; }
#content-header-subscription .prefix { margin-bottom: 4px; }
#content-header-subscription .title { font-size: 42px; margin: 0; line-height: 1; }
#content-header-subscription .suffix { font-size: 32px; letter-spacing: 2px; line-height: 1; }
#content-header-subscription img.magazine-top { max-width: 80%; margin: 0 auto; display: block; }
#content-header-subscription img.magazine-bottom { max-width: 80%; margin: 0 auto; padding-left: 120px; display: block; }

#content-magazine { margin-bottom: 0 !important; position: relative; }
#content-magazine .bg { height: 35%; background-color: #076dfd; margin: 0 -25px; position: absolute; bottom: -2px; width: 100%; }
#content-magazine .container { border: 0 !important; }
#content-magazine .container img { width: 80%; margin: 0 auto; display: block; z-index: 1; }

.page-subscription #header-nav { border: 0; }
.page-subscription #content-subpage { background-color: #076dfd; margin-bottom: 0; }
.page-subscription #content-subpage .container { border: 0 !important; padding-top: 0 !important; }
.page-subscription #content { margin: 0 -25px; padding: 0 !important; }
.page-subscription #content section { padding: 0 25px; }
.page-subscription .woocommerce ul.products li.product { text-align: center; }
.page-subscription .woocommerce ul.products li.product a:hover img { animation: pulse 0.7s both; transition: cubic-bezier(.42, 0, .05, 1.46) 0.2s all; }
.page-subscription .woocommerce ul.products li.product img { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3); -webkit-transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -o-transition: all ease-in-out .2s; transition: all ease-in-out .2s; width: 180px; height: 230px; object-fit: cover; }
.page-subscription .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 14px; margin: 15px 0; text-align: center; color: #ffffff; font-family: 'Roboto', sans-serif; }
.page-subscription .woocommerce ul.products li.product .product-desc { color: #ffffff; margin-bottom: 15px; }
.page-subscription .woocommerce ul.products li.product .product-desc p { overflow: hidden; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; margin: 0; text-align: center; }
.page-subscription .woocommerce ul.products li.product .price { text-align: center; display: none; }
.page-subscription .woocommerce ul.products li.product .button { background: #066efc; border: 2px solid white; border-radius: 5px; font-size: 12px; line-height: 1.2; padding: 8px; vertical-align: bottom; }
.page-subscription .woocommerce ul.products li.product .button:hover,
.page-subscription .woocommerce ul.products li.product .button:focus { background: white; color: #066efc; }
@media (max-width: 1200px) {
}

/*Reviews*/
#reviews p.comment-form-comment, p.comment-form-author, p.comment-form-email { margin: 10px 0 !important; }
#reviews p.comment-form-author, p.comment-form-email { width: 100% !important; }
#reviews p.comment-form-email { margin-bottom: 15px !important; }
#reviews .comment-form-cookies-consent #wp-comment-cookies-consent { vertical-align: middle; margin-right: 10px; }
#reviews .comment-text .meta { margin-top: .8em; }
#reviews .woocommerce-Reviews-title { margin-bottom: .5em; }

/*Woocommerce Pagination*/
.woocommerce-pagination .next.page-numbers,
.woocommerce-pagination .prev.page-numbers,
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers { padding: 1rem; background: #066efc; border: 2px solid white; border-radius: 5px; font-size: 12px; line-height: 1.2; padding: 8px; vertical-align: bottom; margin: 0 6px; }
.woocommerce-pagination ul.page-numbers { display: flex; justify-content: center; align-items: center; margin-bottom: 40px; }
.woocommerce-pagination span.page-numbers,
.woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination a.page-numbers:focus { background: white; color: #066efc; }
.woocommerce-pagination a.page-numbers { color: white; }

/*custom product grid with bootstrap*/
.page-subscription .no-product { color: white; }
.page-subscription .product-grid { text-align: center; margin: 15px 0 45px 0; }
.page-subscription .product-grid .product-grid-details .product-image a img { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3); -webkit-transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -o-transition: all ease-in-out .2s; transition: all ease-in-out .2s; width: 180px; height: 230px; object-fit: cover; }
.page-subscription .product-grid .product-grid-details .product-image a:hover img { animation: pulse 0.7s both; transition: cubic-bezier(.42, 0, .05, 1.46) 0.2s all; }
.page-subscription .product-grid .product-grid-details .product-title { margin: 15px 0; line-height: 1; }
.page-subscription .product-grid .product-grid-details .product-title a { font-size: 14px; margin: 15px 0; text-align: center; color: #ffffff; font-family: 'Roboto', sans-serif; }
.page-subscription .product-grid .product-grid-details .product-title a:hover { text-decoration: underline; }
.page-subscription .product-grid .product-grid-details .product-desc { color: #ffffff; margin-bottom: 15px; }
.page-subscription .product-grid .product-grid-details .product-desc p { overflow: hidden; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; margin: 0; text-align: center; }
.page-subscription .product-grid .product-grid-details .product-link { background: #066efc; border: 2px solid white; border-radius: 5px; font-size: 12px; line-height: 1.2; padding: 8px; vertical-align: bottom; }
.page-subscription .product-grid .product-grid-details .product-link:hover { background: white; color: #066efc; }
@media (max-width: 480px) {
	.page-subscription .product-grid { max-width: 100%; width: 100%; flex: 0 0 100%; }
	.woocommerce-form-coupon-toggle{padding: 0 12px;}
	.checkout_coupon{padding: 0 12px;}
	.woocommerce-info{padding: 16px;}
	.checkout_coupon p{font-size: 12px;}
}

/*Pagination*/
.page-subscription .product-grid-pagination .wp-pagenavi { margin: 10px 0 50px 0; }
.page-subscription .product-grid-pagination .wp-pagenavi span.current { background: #ffffff; border: 2px solid white; border-radius: 5px; font-size: 12px; line-height: 1.2; padding: 8px; vertical-align: bottom; color: #066efc; font-weight: 900; }
.page-subscription .product-grid-pagination .wp-pagenavi a { background: #066efc; border: 2px solid white; border-radius: 5px; font-size: 12px; line-height: 1.2; padding: 8px; vertical-align: bottom; color: #ffffff; font-weight: 900; }
.page-subscription .product-grid-pagination .wp-pagenavi a:hover,
.page-subscription .product-grid-pagination .wp-pagenavi a:focus { background: #ffffff; color: #066efc; }
.page-subscription .product-grid-pagination .wp-pagenavi a:hover::after { width: 0; }

/*Checkout*/
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info { margin-bottom: 1rem; }
.woocommerce form.woocommerce-form-coupon { margin-bottom: 20px; }
.woocommerce form.woocommerce-form-coupon .form-row-first,
.woocommerce form.woocommerce-form-coupon .form-row-last { margin: 0; }
.woocommerce form.woocommerce-form-coupon .form-row-last .button { padding: 14px 1rem; }
.woocommerce form.woocommerce-form-coupon .form-row-first { margin-right: 8px; }
.woocommerce form.woocommerce-form-coupon .form-row-last { float: none; }
.woocommerce form.woocommerce-checkout .form-row label,
.woocommerce form.woocommerce-checkout .form-row .woocommerce-input-wrapper { width: 100%; }
.woocommerce form.woocommerce-checkout .woocommerce-billing-fields > h3 { margin-right: -5px; margin-left: -5px; }
.woocommerce form.woocommerce-form-coupon .button:hover,
.woocommerce form.woocommerce-checkout .button:hover { color: #fff; background-color: #26397B; border-color: #26397B; }
.woocommerce form.woocommerce-checkout .blockOverlay { background: transparent !important; }
@media (max-width:600px) {
	.woocommerce form.woocommerce-checkout .form-row-first,
	.woocommerce form.woocommerce-checkout .form-row-last { width: 100%; float: none; margin-left: 0; margin-right: 0; }
	.woocommerce form.woocommerce-checkout .form-row { margin-left: 0; margin-right: 0; }
}
@media (max-width:767px) {
	.woocommerce form.woocommerce-checkout #order_review_heading,
	.woocommerce form.woocommerce-checkout #order_review { padding: 0 15px; }
}

/*Single Product*/
.single-product #main { max-width: 100%; }
.single-product #main .woocommerce-message { margin-top: 1rem; display: flex; align-items: center; flex-direction: row-reverse; justify-content: space-between; }
.single-product #main .woocommerce-message .button { padding: 16px 10px; width: 100px; }
.single-product #main .woocommerce-message .button:hover,
.single-product #main .woocommerce-message .button:focus { color: #fff; background-color: #26397B; border-color: #26397B; }

.single-product #main .product { margin-top: 30px; }
.single-product #main .product .woocommerce-product-gallery__trigger { display: none; }
.single-product #main .product .woocommerce-product-gallery__image--placeholder { border: 0; }
.single-product #main .product .woocommerce-product-gallery .wp-post-image { margin: 0 auto; width: 280px; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3); -webkit-transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -o-transition: all ease-in-out .2s; transition: all ease-in-out .2s; }
.single-product #main .product .images .slick-track { display: flex; align-items: center; }
.single-product #main .product .images .slick-track img { margin: 0 auto; width: 280px; }z
.single-product #main .product .woocommerce-product-gallery img { margin: 0; width: 100%; }
.single-product #main .product .woocommerce-product-gallery .flex-control-nav { padding: 0; }
.single-product #main .product .single_add_to_cart_button:hover { color: #fff; background-color: #26397B; border-color: #26397B; }
.single-product #main .product .entry-summary .product_meta { display: none; }
.single-product #main .product .entry-summary .woocommerce-product-rating { margin-top: 0.6em; }
.single-product #main .product .entry-summary form.cart { margin-bottom: 1em; }
.single-product #main .product form.cart .quantity { float: none; margin-bottom: 1em; }
.single-product #main .product form.cart .quantity label { margin: 0 8px 0 0; display: none; }
.single-product #main .product form.cart .quantity:before { content: 'Quantity\00a0'; font-weight: 900; }
.single-product #main .product form.cart .woocommerce-variation-price { margin-bottom: 1em; }
.single-product #main .product form.cart .variations { margin: 0 0 1em 0; }
.single-product #main .product form.cart .variations select { background: #fff;border: solid 1px #ccc;box-sizing: border-box;outline: none;padding: 0.36rem 0.66rem;outline-offset: 0;border-radius: 0; }
.single-product #main .product form.cart .variations .label { padding-left: 0; }
.single-product #main .product form.cart .variations .value { display: flex; align-items: center; }
.single-product #main .product form.cart .quantity label,
.single-product #main .product form.cart .variations .label,
.single-product #main .product form.cart .price-label { font-weight: 900; }
.single-product #main .product form.cart .price-label { padding-right: 45px; }
.single-product #main .product form.cart .price-label { padding-right: 45px; }
.single-product #main .product form.cart .quantity:before { padding-right: 25px; }
.single-product #main .product form.cart .variations .label { padding-right: 30px; width: 1px; }
.single-product #main .woocommerce-breadcrumb { margin: 20px 0 0 0; }
.single-product #main .woocommerce-tabs { padding-top: 2em; }
.single-product #main .woocommerce-tabs ul li.active a { color: #066efc; box-shadow: 0 2px 0 #066efc; }
.single-product #main .related.products .product a:hover img { animation: pulse 0.7s both; transition: cubic-bezier(.42, 0, .05, 1.46) 0.2s all; }
.single-product #main .related.products .product .button { padding: 10px 12px; }
.single-product #main .related.products .product .button:hover { color: #fff; background-color: #26397B; border-color: #26397B; }
.single-product #main .related.products .product img { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3); -webkit-transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -o-transition: all ease-in-out .2s; transition: all ease-in-out .2s; width: 180px; height: 230px; object-fit: cover; }
.single-product #main .related.products .product .product-desc p { overflow: hidden; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; color: #000000; }
.single-product #main .related.products.page-subscription .product-grid .product-grid-details .product-title a { color: #111111; }
.single-product #main .related.products.page-subscription .product-grid .product-grid-details .product-desc p { color: #000000; }
.single-product #main .related.products.page-subscription .product-grid .product-grid-details .product-link:hover,
.single-product #main .related.products.page-subscription .product-grid .product-grid-details .product-link:focus { color: #fff !important; background-color: #26397B; }
.single-product #main .product #reviews .comment-form input[type="submit"]:hover { color: #fff; background-color: #26397B; border-color: #26397B; }
.single-product #main .product #reviews .comment-form > p { width: 100%; }
.single-product #main .product #reviews .comment-form > p.comment-form-cookies-consent { display: flex; align-items: center; }
.single-product #main .product #reviews .comment-form > p.comment-form-cookies-consent label { margin: 0; }
.single-product #main .product #reviews .comment-form div.error { padding: 10px 0; color: #FF0000; }
@media (max-width: 768px ) {
	.single-product #main .product .entry-summary { margin-top: 2rem; margin-bottom: 2rem; }
	.single-product #main .woocommerce-tabs { padding-top: 0; }
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background:none;}
	.woocommerce-cart-form .actions .input-text{width:50%!important;}
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) {
  .single-product #main .product .images .slick-track img{ width: 256px;}
  .woocommerce-cart-form .quantity input{line-height: 16px;}
}

@media (max-width: 540px) {
 #coupon_code{margin-bottom: 8px!important;}
}

.woocommerce-checkout .page-title{text-transform: capitalize; margin-bottom: 25px!important; padding: 0 20px; margin-top: 30px!important;}
.woocommerce-checkout .woocommerce-order-details__title{text-transform: capitalize;}
.woocommerce-order{padding: 0 20px;} 

/*Sitemap*/
.page-sitemap #content-subpage .content-bar { max-width: 100%; width: 100%; flex: none; }
ul#sitemap-pages li,
ul#sitemap-categories li,
ul#sitemap-tags li { list-style: none; }
ul#sitemap-pages li > ul,
ul#sitemap-categories li > ul,
ul#sitemap-tags li > ul { padding-left: 0; }

/* Single Page: Load More Spinner */
#load-more { margin: 5px 0 30px 0; min-width: 212px; position: relative; font-family: 'Roboto Condensed'; font-weight: 700; text-transform: uppercase;}
#load-more.mt-30 { margin-top: 30px !important; }
#load-more .loading-spinner { position: absolute; right: 10px; }
#load-more .loading-spinner .lds-spin { display: block; z-index: 2000; width: 14px; height: 14px; border: solid 2px #efefef; border-top-color: #066efc; border-left-color: #efefef; border-radius: 10px; animation: pace-spinner 400ms linear infinite; }
#load-more .text { color: #ffffff; }

.page-template-page-specials .featured-grid .article-caption .cat a{background-color: #2d9998;}
.page-template-page-specials .featured-grid .article-caption .cat a:hover{background-color: #066efc!important; border-color: #066efc!important;}
div.sp-location-weather-widget img{width: 23px!important;}

.sub-menu{z-index: 99999999!important;}
		#from-our-partners{display:none!important;}
		#input_1_10{color: #999; font-size:12px;}
		#input_1_12{margin:0!important;}
		#field_1_12 label{display: inline-block!important; margin-bottom: 0; font-size: 12px; color: #999; width: 54%;}
		#input_1_12 li{float:left; margin-right:12px;}
		#field_1_12 .ginput_container_radio{margin-top:0!important;}
		#gform_ajax_spinner_1{display:none!important;}
		.gchoice_1_12_0 input, .gchoice_1_12_1 input{margin-top: 0px!important;}
		#gform_submit_button_1{margin-top: 35px;}
		@media (max-width:767px) {
			#gform_submit_button_1{float:none!important; margin-top: 20px;}
			.newsletter form .gform_footer{position:relative!important;}
			.newsletter .unsubscribe-anytime{margin-top: 26px;}
		}
		
		#mc_embed_signup .mc-field-group.input-group input{margin-right: 6px;}
		#mc-embedded-subscribe-form #the-content ul:not([class]) li::before{display:none!important;}
		.sign-up-title{font-size: 16px; color: #092277; font-weight: bold; margin-bottom: 8px;}
		
		#mc_embed_signup h2{display:none;}
		.featured-news .wp-caption-text{display:none!important;}
	#ctcg_frame_65349_0{display:none;}
.mobile-share{display:none!important;}
.post-meta{display:none;}
