/*
 * Theme Name:		GWT-Wordpress 26.0.0 - Latest
 * Theme URI:		https://i.gov.ph
 * Description:		Custom WordPress theme based on the draft Unified Web Content Policy 
 *					prepared by the PCDSPO, DOST-ASTI, and DOST-ICTO. Theme is built on 
 *					HTML5 responsive WordPress framework based on ZURB's Foundation.
 *                  Updated by NGP and GOSD-GWHS
 * Version:			26.0.0
 * Author:			iGovPhil
 * Author URI:		https://i.gov.ph
 * License:			MIT License
 * License URI:		https://www.opensource.org/licenses/mit-license.php
 * Tags: 			theme-options, rtl-language-support, featured-images, editor-style, custom-menu, 
 *					responsive-layout, right-sidebar, left-sidebar, one-column, two-columns, three-columns
 */

/******************************** My  Responsive Core ***************************/

@import url("responsive-css/style.css");


/*new css */
a{
    color:#751518;
}
/* ---------- overide css ---------- */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #560D0F !important;
}
.owl-theme .owl-dots .owl-dot span {
    border-radius: 24px !important;
}
/* ---------- bootstrap css ---------- */
.c_card {
    border-radius: 0;
    margin: 10px auto;
}
.c_card--row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.current_page_item{
    background:#380809;
}
.align-item_center{
	align-items:center;
}
.d-flex{
    display:flex;
}
@media (min-width: 768px){
.c_col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
 }
 .c_col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.c_col-md-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 32.333333%;
}
.c_col-md-2 {
    -ms-flex: 0 0  22.2222222%;
    flex: 0 0  22.2222222%;
    max-width:  22.2222222%;
}
.c_col-md-10 {
    width: 100%;
}
.col-sm-6 {
   width: 49.6%;
}
}
@media screen and (min-width: 64em){
.main-header-right .large-3 {
    width: 25% !important;
}
.large-3 {
    width: 20% !important;
}

}
/*accodion*/    .ds_main_wrapper, .panel_list{
  float:left;
  width:100%;
}
.center_div{
  margin:0 auto;
  max-width:1000px;
}
.panel_list{
  background-color:#ffffff;
  
}
ul#menu-quik-links-2 .quick-links .is-dropdown-submenu {
    top: 43px;
    left: 0 !important;
    left: 100%;
    min-width: 400px;

}
ul#menu-quik-links-2 .quick-links .is-dropdown-submenu li:hover{
	color:red !important;
}
.extra-padding{
    padding: 20px 36px;
    margin: 20px 0; 
}
.panel_heading{
    border: none;
    padding: 15px 41px;
    cursor: pointer;
    background: #751518;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.panel_heading h3{
  margin:0;
  font-weight:700;
  text-transform:capitalize;
  font-size:29px;
}
ul li {
    list-style: disc;
}
.panel_heading.active {
    background: #751518;
}
.panel_heading.active > h3 {
   color:#ffffff !important;
}
.tabs--databse .panel_para{
  padding:0;
  display:none;
  font-size:15px;
}
.accordion--title {
    font-weight: 700;

}
.main-title-accordion{
  color:#fff !important;  
}
.panel_heading.active .arrowdown i {
    background: unset;
}
.panel_heading.active .arrowdown {
    transform: rotate(88deg);
}
.panel_para p strong {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    line-height: 120%;
    font-size: 18px;
    line-height: 120%;
}
.arrowdown i {
    font-size: 26px;
}
.panel_list ::marker {
    color: red;
}
.panel_para ul li {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    color: #9E9E9E;
}
.data-item li{
    list-style:none;
}
/*new accordition*/
.panel_heading_sub{
  border:none;
 padding: 15px 41px;
  cursor:pointer;
  display: flex;
    justify-content: space-between;
  align-items:center;
}
.panel_heading_sub h3{
  margin:0;
  font-weight:700;
  text-transform:capitalize;
  font-size:29px;
}
.tabs--databse .panel_heading_sub.active {
    background: #3182DE; 
   
}
.tabs--databse .panel_heading_sub.active a{
     color:#fff !important;
}
.panel_heading_sub.active > h3 {
   color:#ffffff !important;
}
.panel_para{
      padding: 15px 41px;
  display:none;
  font-size:15px;
}
.panel_heading_sub.active a {
    color: #fff !important;
}
.panel_heading_sub.active .arrowdown i {
    background: unset;
}
.panel_heading_sub.active .arrowdown {
    transform: rotate(179deg);
}
.panel_heading_sub {
    background: #3182DE;
}
.panel_heading_sub h3 {
    color: #fff;
    font-size: 20px;
}

.tabs--databse ul{
    margin:0;
    padding:0;
} 

.panel_heading_sub.active a.accordion--title {
    color: #000;
}
.center__content{
        margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 29px;
    color: #fff;
}
.extra-padding:nth-child(even) {
    background: #CED4E4;
}
.panel_heading_sub.active {
    background: #3182DE;
    margin-top: 20px;
}
/*bottom content*/
#bottom-content{
    margin-top:10px;
}
.c__title_transparent{
    margin-bottom:20px;
}
/* ---------- global css ---------- */

.column, .columns {
     padding-left: 0 !important; 
     padding-right: 0 !important; 
}
.custom-post-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.custom-post-list li {
    margin-bottom: 20px; /* Add space between posts */
}

.post-thumbnail {
    width: 100%;
    overflow: hidden; /* Hide overflow if necessary */
}

.post-thumbnail img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove any extra space below the image */
}

.post-details {
    padding: 10px; /* Add padding for spacing */
}

.row-100{
    max-width:100%;
    margin-left: auto;
    margin-right: auto;
}
.position_relative{
	position:relative;
}
.txt-center {
    text-align: center;
}
.txt-white{
	color:#ffffff;
}
.txt-red{
    color:#751518;
}
.txt-black{
    color:#212121;
}
.c_padding-20{
    padding: 20px;
}
.c_padding-40{
    padding: 40px;
}
.bg-light-gray{
	background:#F1F1F1;
}
.bg-white{
    background:#fff;
}
.bg-red{
    background:#751518;
}
.c_margin-50{
    margin:50px auto;
}
.c_margin-bottom-50{
    margin-bottom:50px;
}
.c_margin-bottom-30{
    margin-bottom:30px;
}
.c_raduis-10{
    border-radius:10px;
}
a.read-more-btn {
    padding: 13px 50px;
    border-radius: 10px;
}
.gap-10{
  gap: 10px;
}
.red-hover{
transition: all 0.5s ease
}
.red-hover:hover{
transition: all 0.5s ease;
background:#751518;
color: #fff;
}
.white-hover{
transition: all 0.5s ease
}
.white-hover:hover{
transition: all 0.5s ease;
color:#751518;
background: #fff;
border:1px solid #751518;
}
.space-between{
    justify-content: space-between;
}
.see-more a {
    padding: 13px 20px;
    border-radius: 10px;
    border: 1px solid #751518;
    transition: all 0.5s ease
    
}
.white-text-hover:hover {
    color: #ffffff !important;
}
.see-more {
    margin: 50px 0;
}
.see-more a:hover {
    background: #751518;
    color: #fff;
    border: none;
    transition: all 0.5s ease
}
.hover-effect:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.hover-effect{
     transition: all 0.5s ease;
}
.overflow-hide{
    overflow:hidden;
}
.archive-thumbnail img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.read__more-container-btn{
        text-align: center;
    margin: 24px 0 10px;
}
.is-dropdown-submenu {
    background: #751518 !important;
}
.hero-banner__main-container {
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
}
.readmore-light {
    font-weight: 700;
}
 a:hover {
    color: #02451C !important;
}
.font-weight_bold{
	font-weight:700;
}
.mobileview-header{
    display:none;
}
.white-bg_hover:hover {
    background: #fff !important;
    border: 1px solid #751518 !important;
    color: #751518 !important;
}
.discussion-paper-item{
    padding: 20px 20px 8px;
}
/* ---------- global css ---------- */
/* ---------- header css ---------- */
.quicklinks_mobile a {
    font-size: 0.85rem;
    font-weight: normal;
    color: #fff !important;
    font-weight: 700;
}

.quicklinks_mobile {   
    background: #13563C;
    padding: 5px;
}
.top_header {
    height: 170px;
    width: 100%;
    position: relative;
}

.sticky-top_header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.search-field input.search-field {
    border-radius: 20px;
}
.quick-links .is-dropdown-submenu {
    z-index: 999;
}
li.quick-links > a:after {
    content: '\f0d7';
    position: absolute;
    top: 12px;
    right: -5px;
    font-family: 'FontAwesome';
}
.quick-links  ul.sub-menu.submenu.is-dropdown-submenu {
    box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, 0.37);
    background: #ffff !important;
    border-radius: 5px;
    color: #000 !important;
}
.quick-links  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: 0;
    left: 0;
    top: 100%;
}
.quick-links li {
    list-style: none;
}
.quick-links ul.sub-menu.submenu.is-dropdown-submenu li a{
   color:#0a0a0a !important;
}
.quick-links ul.sub-menu.submenu.is-dropdown-submenu {
    padding: 10px 20px;
}
.textwidget.icon-header i {
    color: #fff;
    background: #02451C;
    padding: 8px;
}
.quick-links a{
    color: #000 !important;
}
a#closeNav i {
    color: #fff;
    font-size: 32px;
}
.title-bar-left {
    width: 55%;
    object-fit: cover;
}

/*quicklinks*/
.quicklinks li{
       float: left;
    list-style: none;
}
a.dropdown-toggle {
    font-size: 17px;
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-weight: 700;
}
.quicklinks li a{
    color:#fff;
}
.quicklinks {
    padding: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}


.nav-quicklinks {
    display: block;
    font: 13px Helvetica, Tahoma, serif;
    text-transform: uppercase;
    margin: 0; 
    padding: 0;
}

.nav-quicklinks li {
    display: inline-block;
    list-style: none;
        width: 211px;
}

.nav-quicklinks .button-dropdown {
    position: relative;
}

.nav-quicklinks li a {
    display: block;
    color: #fff !Important;
    background-color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    background: #02451C;
        text-align: center;
}

.nav-quicklinks li a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #999;
}

.nav-quicklinks li a:hover, .nav li a.dropdown-toggle.active {
    color: #fff;
}
.nav-quicklinks  ul.dropdown-menu li {
    background: #fff;
    padding: 10px;
}
.nav-quicklinks li a:hover span, .nav-quicklinks li a.dropdown-toggle.active span {
    color: #fff;
}

.nav-quicklinks li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    z-index:999;
}

.nav-quicklinks li .dropdown-menu.active {
    display: block;
}

.nav-quicklinks li .dropdown-menu a {
    width: 150px;
}
.full-width{
 width:100%;    
}
#overlay .is-dropdown-submenu {
     position: unset !Important; 
}
#overlay .js-dropdown-active li {
    background: #380809;

}
#overlay .js-dropdown-active  {
        border: none;
}
.row-mobile {
       display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    flex-direction: row-reverse;
    width: 100%;
}
.mobile-logo {
    width: 80%;
    text-align: right;
}
.mobile-humber-menu {
    width: 60%;
}

.overlay.open{
    display:block;
}
.overlay{
    background:#751518;
        display: none;
}
   .mobile-menu .menu > li {
    display: block;
    text-align: center;
}
.mobile-main-menu.changed{
      background: #751518;
     width: 100%; 
}
.mobile-main-menu .mobile-humber-menu{
    display:block;
}
.mobile-main-menu.changed .mobile-humber-menu{
    display:none;
}
.mobile-main-menu {
    background: #ffffff;
     width: 100%;
}
.mobile-main-menu.changed .menu-icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.mobile-main-menu .menu-icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #111;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #111, 0 14px 0 #0a0a0a;
}
nav#aux-main ul li > a {
    font-weight: 700;
        font-size: 16px !important;
}
nav#aux-main ul li:hover > a {
    font-weight: 700 !important;
}
/* ---------- end header css ---------- */
/* ---------- footer css ---------- */

@media (min-width: 768px) {
.client-survey {
    margin-top: 0;
    width: 19% !important;
}
}
ul#helpdesk-item p {

    text-transform: none;
}
div#footer h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

div#footer ul li,
div#footer ul li a
{
    color:#fff;
}
.icon-footer i {
    background: #fff;
    color: #751518;
    padding: 8px;
    margin-bottom: 10px;
    font-weight: 700;
    border-radius: 4px;
}
.copyright {
    background: #751518;
    border-top: 3px solid #fff;
    padding: 15px;
    text-align: center;
}
.copyright p {
    margin: 0;
    padding: 0;
    color: #fff;
}
/* ---------- end footer css ---------- */
/* ---------- homepage css ---------- */
h2.decs-title {
    font-size: 40px;
    margin-bottom: 20px;
}
.news-announce img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.publication-content {
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}
.news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: 100%;
}
.publicaton-item{
    margin-bottom:10px;
}
h3.research-sub-title {
    color: #02451C;
    font-size: 30px;
    border-bottom: 2px solid #02451C;
    line-height: 3;
    margin-bottom: 30px;
}
.discussion-paper-btn{
    width: 40%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}
.day-calendar {
    background: #751518;
    color: #fff;
    text-align: center;
    padding: 6px;
    text-transform: uppercase;
    font-weight: 700;
}
.day-month {
    background: #EFEFEF;
    padding: 26px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
span.event-time,
span.event-location{
    margin-left: 8px;
}
ul#helpdesk-item li a {
    display: unset;
    color: #560D0F!Important;
    background-color: #fff;
    padding: unset;
    text-decoration: none;
    background: unset;
    text-align: unset;
}
.c_card.bg-light-gray.news-announce:nth-child(odd) .c_card--row.hover-effect.align-item_center{
    flex-direction: row-reverse;
}    
/* ---------- end homepage css ---------- */
div#main-nav-top {
    display: none;
}

/* ----------  accordion css ---------- */
           .accordion .accordion-item{
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden;
}
.accordion-titel{
    background-color: #F1F1F1;
    padding: 10px 15px;
    cursor: pointer;
}
.accordion-contant{
    padding: 15px ;
    display: none;
}
.accordion-titel h2  span{
    float: right;
}

/*end of new css*/

/** Your style here **/

.fl { float: left; }
.fr { float: right; }
.clear { clear:both; visibility:hidden; height:0;}

.frontEndHidden { display: none; }

.forMob { display: none; }
.forDesk { display: block; }

/* ACF */
.acf-fields > .acf-field {
    padding-left: 0!important;
    padding-right: 0!important;
}

/* ---------- Alignment ---------- */

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

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

/* ---------- Alignment ---------- */

.uppercase {
    text-transform: uppercase;
}

.container-masthead h1.logo img {
    height: 70px;
}

.ear-content {
    padding: 20px 0;
}

.site-row {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.button {
    background-color: #3A9650;
}

.button:active,
.button:focus,
.button:hover {
    background-color: #6fc182;
}

.no-pad { padding: 0!important; }
.padding { padding: 0 15px; }
.padding-left { padding-left: 30px; }
.padding-right { padding-right: 30px; }

.padding-lr-25 {padding: 0 25px;}
.pad-top-bot {padding: 25px 0 25px 0;}
.pad-top-bot-logo {padding: 0 0 25px 0;}
.pad-top-bot-50 {padding: 50px 0;}

.margin-top-bot {margin: 15px 0;}

.margin-top-15 {margin-top: 15px;}
.margin-top-25 {margin-top:25px;}
.margin-top-55 {margin-top:55px;}

.bold { font-weight: bold; }
.font-weight-500 {font-weight:500;}
.font-weight-600 {font-weight:600;}
.font-weight-700 {font-weight:700;}
.font-weight-800 {font-weight:800;}

.float-right { float: right; }
.float-left { float: left; }

#main-nav ul li:hover:not(.has-form) > a,
#main-nav .dropdown li:not(.has-form) a:not(.button):hover,
#main-nav .dropdown li:not(.has-form):hover > a:not(.button),
#aux-main ul li:hover:not(.has-form) > a,
#aux-main .dropdown li:not(.has-form) a:not(.button):hover,
#aux-main .dropdown li:not(.has-form):hover > a:not(.button) {
    font-size: 0.85rem;
    font-weight: 700;
	    color: #fff !important;
}

.site-content {
    width: 90%;
    margin: 0 auto;
}

div.container-banner {
    padding-bottom: 0;
}

/* FOOTER */
#footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer #supplementary {
    padding-top: 40px;
    padding-bottom: 20px;
}
#footer .columns p {
    font-size: 14px;
    color: #fff;
}

#footer .columns a {
    color: #fff;
}

#footer .columns a:hover,
#footer .columns a:active,
#footer .columns a:focus {
    text-decoration: underline;
}

#footer .columns #block-7 img {
    max-width: 30%;
}

#footer .columns #block-10 img {
    max-width: 15%;
}

/* ---------- Carousel ---------- */

.owl-carousel {
    z-index: inherit!important;
}
.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.owl-nav {
    opacity: 0.3;
}

.owl-updates .owl-nav {
    opacity: 1;
}

.owl-nav span {
    display: none;	
}

.owl-nav:hover {
    opacity: 0.5;
}

.owl-prev {
    position: absolute ;
    left: 0 ;
    top: 50% ;
    transform: translateY(-50%);
    background: url(images/arrowleft.png) !important;
    background-repeat: no-repeat !important;
    border-radius: 0 !important;
    width: 42px !important;
    height: 48px !important;
    z-index: 8;
}

.owl-next {
    position: absolute ;
    right: 0;
    top: 50% ;
    transform: translateY(-50%);
    background: url(images/arrowright.png) !important;
    background-repeat: no-repeat !important;
    border-radius: 0 !important;
    width: 42px !important;
    height: 48px !important;
    z-index: 8;
}

.banner-wrapper .owl-theme .owl-dots .owl-dot {
    zoom: 1.5
}

.banner-wrapper .owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
    border-radius: 0;
}

.banner-wrapper {
    position: relative;
}

.banner-wrapper .sliderImg .item-image {
    height: 80vh;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.bannerSlider {position: relative;}
.bannerSlider .caption {
    padding: 46px 0;
    width: 100%;
    position: absolute;
    margin: 0px;
    font-size: 18px;
    line-height: 1.2;
    top: 0%;
    height: 100%;
    display: table;
}

.bannerSlider .caption .center-content {
    display: table-cell;
    vertical-align: bottom;
}

.bannerSlider .caption .center-content .left-post {
    width: 60%;
}

.tintContent {
    top: 0%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #211e1e63;
    position: absolute;
    width: 100%;
    height: 100%;
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.bannerSlider .item .caption * {
    color: #ffff;
}

.bannerSlider .item .caption h1 {
    font-size: 65px;
    margin: 2px 0;
    line-height: 1.1;
}

.bannerSlider .item .caption h2 {
    margin: 2px 0;
    line-height: 1.1;
}

.bannerSlider .item .caption h3 {
    margin: 2px 0;
    line-height: 1.1;
}

.bannerSlider .item .caption h4 {
    margin: 2px 0;
    line-height: 1.1;
}

.bannerSlider .item .caption h5 {
    margin: 2px 0;
    line-height: 1.1;
}

.bannerSlider .item .caption h6 {
    margin: 2px 0;
    line-height: 1.1;
}

.bannerSlider .item .caption  p {
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-top: 15px;
}

.bannerSlider .item .caption .readmorebtn {
	display: inline-block;
	margin-top: 60px;
}

.bannerSlider .item .caption .readmorebtn a {
    background: rgba(33, 33, 33, 0.35);
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 38px;
    padding: 13px 30px;
    color: #fff;

    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.bannerSlider .item .caption .readmorebtn a:hover,
.bannerSlider .item .caption .readmorebtn a:focus {
    text-decoration: none;
    background: #fff;
    color: #232426;

    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.bannerSlider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.bannerSlider .owl-theme .owl-dots .owl-dot {
    zoom: 1.5
}

.bannerSlider .owl-theme .owl-dots .owl-dot.active span {
    margin: 5px 3px;
}



/* PAGE CONTENT */
.page-title {
       font-size: 40px;
    font-weight: 400;
    line-height: 74px;
        margin: 0 0 0.67em 0px;
}

.sidebar-archive {
    float: left;
    width: 20%;
}
.custom-posts {
    float: right;
    width: 80%;
}

.repeater-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


/* RESPONSIVE */
@media only screen and (max-width: 1650px) {
    .tabs-header {
    margin-top: 2rem;
}
}
@media only screen and (max-width: 1024px) {
    .container-masthead .large-9.columns {
        width: 100%;
    }
    .container-masthead .large-3.columns {
        width: 35%;
    }
    .banner-wrapper .sliderImg .item-image {
        height: 80vh;
    }
    .bannerSlider .caption .center-content .left-post {
        WIDTH: 95%;
    }
   .row, div#off-canvas-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
@media only screen and (max-width: 1024px) {
   .mobileview-header{
    display:block;
}
    .top_header {
    display: none;
}
}
@media only screen and (max-width: 768px) {
	#tabs > [role="tablist"] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

    #aux-main li:not(.has-form) a:not(.button){
            line-height: 40px;
    }
    .container-masthead .large-9.columns {
        width: 100%;
    }
    .container-masthead .large-3.columns {
        width: 100%;
    }
    .container-masthead h1.logo {
        text-align: center;
    }
    .ear-content {
        margin: 0;
        padding-top: 0;
    }
    #pst-container {
        text-align: center;
    }
     .mobile_hide{
        display:none;
    }
    .container-masthead {
    margin-top: 0;
}

/*navigation*/
.menu > li {
    display: contents;
    width: 100%;
}
.menu > li > a {
    display: block;
    padding: 0.7rem 4px;
    line-height: 1;
}
.banner-wrapper .sliderImg .item-image {
    height: 182px;
}
nav#mySidenav ul {
    margin: 0;
    text-align: center;
}
.mobile-primary-menu{
    height:50vh;
}
ul#menu-quik-links {
    height: 50vh;
    background: #560D0F;
}
li#aux-offmenu,
li#aux-helpdesk {
    list-style: none;
}
ul.mobile-primary-menu,
ul#menu-quik-links{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
ul#menu-helpdesk {
    background: #02451C;
}
}
@media only screen and (max-width: 500px) {
    
 
/*flex css*/
.m_jc{
    justify-content:center;
}
.m_alc{
    align-items: center;
}
/*end of flex css*/
/*global*/
.m_txt-center{
    text-align:center;
}
.m-widht-30{
    width:30% !Important;
}
.m-widht-70{
    width:70% !important;
}
/*end of global*/
  .container-masthead {
    margin-top: 0;
}
.page-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 43px;
}
.discussion-paper-btn {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

/*footer*/
#footer li{
    list-style:none;
}
/*header*/
li.quick-links > a:after {
    right: 6px;
}
.quick-links a {
    color: #fff !important;
}
.quick-links ul.sub-menu.submenu.is-dropdown-submenu {
    box-shadow: unset;
    background: transparent !important;
    border-radius: 0;
    color: #fff !important;
        padding: 10px 0;
}
.quick-links ul.sub-menu.submenu.is-dropdown-submenu li a{
    color:#fff !Important;
}
}
@media only screen and (max-width: 425px) {

}
@media only screen and (max-width: 375px) {
    .container-masthead {
    margin-top: 0;
}
}

@media (max-width:1655px){
    nav#aux-main .is-dropdown-submenu li > a {
       white-space: nowrap !important;
        padding: 0 10px !important;
    line-height: 58px !important;
    text-align: left !important;
    }
    nav#aux-main ul li > a {
        white-space: pre-wrap !important;
        padding: 20px 10px !important;
    line-height: 22px !important;
    text-align: center !important;
}
}