/*
Theme Name:     PICC-child
Description:    PICC Theme
Author:         Diego Pinlac | MYBUSYBEE INC.
Author URI:     mailto:diego@mybusybee.net
Version:        1.0
Template:       PICC
Text Domain:    PICC-child
*/

/************************************ Parent Theme ******************************/

@import url("../PICC/style.css");

/******************************** My  Responsive Core ***************************/

@import url("responsive-css/style.css");

/************************************ Font Styles ******************************/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Solway:400,500,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Exo+2:400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Exo:400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Hind:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');

/**************************************** FONT **********************************/

@font-face {
  font-family: 'Proxima Nova';
  src: url(assets/fonts/proxima-nova/ProximaNova-Regular.otf);
}

/* -----------------------------------------------------------
Mybusybee
----------------------------------------------------------- */
html {
	--scrollbarBG: #fafafa;
	--thumbBG: #90A4AE;
    overflow-x: hidden;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Montserrat';
	-webkit-appearance: none;
	font-size: 16px;
	line-height: 1.6;
	color: #232426;
	font-weight: 500;
	-moz-webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat';
	margin: 10px 0 25px;
    font-weight: 600;
}

p, a {
	font-family: 'Montserrat';
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 30px;
    }
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
	background: #FFC700;
	border-bottom: none;
	text-transform: uppercase;
	border-radius: 5px;
}

hr.summary-divider {
    border: 1px solid #D2D4DB;
    background: none;
    height: 0;
}

.entry-title { font-weight: bold; }

.italic { font-style: italic; }

.front-hidden { display: none; }
.uppercase { text-transform: uppercase; }

.text-align-right { text-align: right; }
.text-align-left { text-align: left; }
.text-align-center { text-align: center; }

.display-block { display: block; }
.display-inline-block {display: inline-block; }

.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;}

.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; }

button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: transparent;
    text-transform: inherit;
    border: 1px solid #222426;
    padding: 5px 15px;
    color: #232426;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 3px;
	
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

button:hover, button:focus, button:active,
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active,
input[type="reset"]:hover, input[type="reset"]:focus input[type="reset"]:active,
a.button:hover, a.button:focus, a.button:active {
	text-decoration: none;
    background: #222426;
    color: #fff;
    padding: 5px 15px;
    border-top: none;
    border: 1px solid #222426;

    -webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.acf-fields>.acf-field {
	padding: 0!important;
	border-top: none!important;
}
.acf-fields>.acf-field.hide-label .acf-label {
    display: none;
}

*:focus {
	outline:none !important;
}

a.link-btn.for-blckbtn {
    border: 1px solid #232426;
    padding: 5px 15px;
    background: #232426;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

a.link-btn.for-blckbtn:hover,
a.link-btn.for-blckbtn:focus,
a.link-btn.for-blckbtn:active {
    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;
}

a.link-btn.for-whitebg {
    border: 1px solid #232426;
    padding: 5px 15px;
    color: #232426;
    cursor: pointer;
    border-radius: 3px;
}

a.link-btn.for-whitebg:hover,
a.link-btn.for-whitebg:focus,
a.link-btn.for-whitebg:active {
    text-decoration: none;
    background: #222426;
    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;
}

a.link-btn.redBtn {
    border: 1px solid #EB5757;
    background: #EB5757;
    border-radius: 3px;
    color: #fff!important;
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

a.link-btn.redBtn:hover,
a.link-btn.redBtn:focus,
a.link-btn.redBtn:active {
    background: #fff;
    color: #EB5757!important;
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.readMore-btn {
    float: left;
}

@media screen and (max-width: 768px) {
    .readMore-btn {
        float: unset;
    }
    .readMore-btn a {
        width: fit-content;
        margin: 0 auto;
    }
}

.headerWrapperContainer {
    padding: 20px 10px;
    display: table;
    width: 90%;
    margin: 0 auto;
}
/* Navigavtion Menu */
.logoCon {
	float: left;
	width: 10%;
    display: flex;
    height: 59px;
    align-items: center;
}

.logoCon img {
    width: 100%;
    max-width: 100%;
}

.headerWrapper {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 9998;
}

.headerWrapperContainer .menu {
    float: left;
    width: 100%;
}

.headerWrapperContainer .menu .menu-primary-container {
    display: flex;
    align-items: center;
    float: left;
}


.searchCon {
	display: flex;
    align-items: center;
	float: right;
}

.searchCon label {
    margin-bottom: 0;
}

.searchCon .planEvent {
    background: #232426;
    color: #fff;
    padding: 7px 15px;
    margin-top: -1px;
    margin-left: 15px;
}

.searchCon .planEvent:hover,
.searchCon .planEvent:focus {
    background: #353638;
    text-decoration: none;

    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.searchCon form input[type="search"] {
	-webkit-appearance: textfield;
    padding-right: 2px;
    width: 200px;
    margin: 7px 0px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    position: relative;
    z-index: 0;

    background-image: url(assets/img/search.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 11%;
}

.site-logo img {
    max-height: 85px;
}

@media screen and (max-width: 1272px) {
    .headerWrapperContainer .menu-primary-container,
    .headerWrapperContainer .searchCon{
        width: 100%;
        justify-content: center;
    }
    .site-logo {
        text-align: center;
    }
}

@media screen and (max-width: 860px) {
    .this-main-logo {
        display: none;
    }
}



.menuCon {
	width: auto;
}

ul.nav-menu, div.nav-menu > ul {
	margin: 0;
	/*padding: 9px 0;*/
	padding: 0;
	position: relative;
	z-index: 9;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

#primary-menu.nav-menu li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 20px;
    display: block;
    font-style: normal;
    color: #232426;
    font-family: 'Montserrat', sans-serif;
}

ul#primary-menu.nav-menu li > ul li a {
    color: #fff;
}

/* SEARCH NAVIGATION */
.searchresults .navigation { 
    margin-top: 35px;
    width: 100%;
    text-align: center;
}
.searchresults .navigation ul {
    padding: 0;
}
.searchresults .navigation ul>li {
    display: inline-block;
}
.searchresults .navigation ul>li a {
    padding: 10px;
    font-weight: 700;
    border-radius: 4px;
    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;
}

.searchresults .navigation ul>li:hover a {
    text-decoration: none;
    color: #D2D4DB;
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.searchresults .navigation ul>li.active a {
    color: #D2D4DB;
}

.searchresults #search_para {
    display:flex;
    padding: 10px;
    background-color: #f9f9f9;
    border: 0px solid #f3efef;
    margin-bottom:3px; 
    width:100%;
}

.searchresults #searchtext .search_img {
    width:100%;
    height:133px;
    object-fit:cover;
}

.searchresults #searchtext .search_title {
    text-decoration:none;
    font-size: 18px;
    font-weight:550; 
    color:#1a0dab;
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.searchresults #searchtext .search_permalink {
    font-size:12px;
    font-weight:500;
    font-family: 'Montserrat';
    color:#006621;
    word-break: break-all;
}

.searchresults #searchtext .search_permalink span {
    background-color:transparent;
    font-size:16px;
    font-weight:bold;
}

.searchresults #searchtext .search_desc {
    text-decoration:none;
    font-size:13px; 
    color: #545454;
}

.searchresults #searchtext .search_title:hover {
    text-decoration: underline!important;
    color: #ffc165;
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/* RESPONSIVE NAVIGATION MENU */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 0;
    width: 100%;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #232426;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    background: #232426;
    color: #fff!important;
}

.overlay .closebtn {
    position: relative;
    top: 12px;
    right: -10px;
    font-size: 50px;
    line-height: 0.5;
    color: #232426!important;
}

@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 20px;
        right: 0;
        padding: 0;
    }
}

.resp-navigation { display: none; padding: 10px 0; border-bottom: 2px solid #232426; }
.resp-navigation .menu-primary-container { margin-top: 15px; }
.resp-navigation .menu-title,
.resp-navigation .menu-hamburger { display: inline; }

.resp-navigation .menu-title { float:left; }
.resp-navigation .menu-hamburger { float:right; margin-top: 7px; }
.resp-navigation .menu-hamburger a:hover,
.resp-navigation .menu-hamburger a:focus {
    background: none;
}
.resp-navigation .menu-hamburger span { 
    cursor: pointer;
    font-size: 30px;
}

.resp-navigation img {
    max-height: 55px;
}

.resp-navigation ul {
    list-style-type: none;
}

.resp-navigation .menu .sub-menu {
    display: none;
}

@media screen and (max-width: 510px) {
    .resp-navigation .flex {
        padding: 2px 0 5px!important;
    }
    .resp-navigation img {
        margin-top: 4px;
    }
}

@media screen and (max-width: 464px) {
    .resp-navigation .flex {
        padding: 2px 0 10px!important;
    }
}
@media screen and (max-width: 372px) {
    .resp-navigation .flex {
        padding: 2px 0 13px!important;
    }
}

.resp-navigation .menu {margin: 0; padding: 0;}
.resp-navigation .menu li {display: block}
.resp-navigation .menu li a { 
    padding: 13px 0; 
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #dfdfdf;
}

.resp-navigation .menu li.current_page_item a {
    color: #232426;
}

.resp-navigation form.search-form {
    width: 100%;
    padding: 13px 0;
}

.resp-navigation form.search-form label { width: 100%; }
.resp-navigation form.search-form input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    height: 35px;
    color: #333!important;
}

@media screen and (max-width: 768px) {
    #search_para .search-page-img { display: none; }
    #search_para #search-page {
        width: 100%;
    }
}

@media only screen and (max-device-width: 860px) {
    .headerWrapper {display: none;}
    .headerNavWrapper {display: none!important;}
    .resp-navigation {display: block;}
}

.nav-menu .menu-item-type-post_type.current_page_item > a,
.nav-menu .menu-item-type-post_type.current-menu-ancestor > a,
.nav-menu .menu-item-type-post_type.current-menu-ancestor .current-menu-item > a {
	background-color: #232426;
	color: #fff!important;
	font-style: normal;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #232426;
	color: #fff!important;
	text-decoration: none;

    -webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #2e2d2d;
	border: none;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 250px;
}

#mainNav ul.nav-menu ul a,
#mainNav .nav-menu ul ul a {
    padding: 20px 30px;
}

ul.sub-menu li a:hover,
ul.sub-menu li a:focus  {
	background: #232426;

    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	/*background-color: #00cd91;*/
	text-decoration: none;

    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;

    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.nav-menu li:hover > ul li,s
.nav-menu ul li:hover > ul li,
ul.nav-menu .focus > ul li,
.nav-menu .focus > ul li,
ul.nav-menu li:hover > ul li a,
.nav-menu ul li:hover > ul li a,
ul.nav-menu .focus > ul li a,
.nav-menu .focus > ul li a
{
    /*width: 100%;*/
}


/* PAGE */
.notFront {
    margin-top: 95px;
}

@media screen and (max-width: 1272px) {
    .notFront {
        margin-top: 150px;
    }
}

@media screen and (max-width: 879px) {
    .notFront {
        margin-top: 0;
    }
}


/* DISCOVER PICC */
.mainWrapper .structures-list {
    margin: 15px -25px;
}

.mainWrapper .structures-list .each-list {
    margin-top: 25px;
}

.faq-container .faq-accordion {
    background: #fff;
    font-size: 14px;
    text-transform: inherit;
    padding: 15px 15px;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 0;
    color: #232426;
    width: 100%;
    text-align: left;

    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.faq-container .faq-accordion:hover,
.faq-container .faq-accordion:focus,
.faq-container .faq-accordion:active {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-bottom: none;
}

.faq-container .faq-accordion:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    color: #777;
    font-weight: bold;
    float: right;
}


.faq-container .faq-accordion.active:after {
    content: "\f077";
}

.faq-container .procurement-accordion:after {
    content:"";
}
.faq-container .procurement-accordion.active:after {
    content: "";
}
.faq-container .procurement-accordion .float-right:after {
    content: "\f078";
    margin-top: 2px;
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    color: #777;
    font-weight: bold;
    float: right;
}
.faq-container .procurement-accordion.active .float-right:after {
    content: "\f077";
}

.faq-container .panel {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0px;
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
}

.faq-container .panel-content {
    margin: 25px 0;
}

.faq-container .panel .panel-content p {
    margin: 0;
    padding: 0;
}

.faq-container .panel .panel-content ul {
    padding: 0 0 0 18px;
}

.faq-container .panel .panel-content ul li > ul {
    margin: 15px 0;
    padding: 0 0 0 30px;
}


/* ABOUT */
.directors-container p,
.officers-container p {
    margin: 0;
}

.each-row {
    border-bottom: 1px solid #D2D4DB;
    padding: 15px 0;
}

.each-row:last-child {
    border-bottom: none;
}

.directors-container .each-row .col-mid-75 p,
.officers-container .each-row .col-mid-75 p {
    font-weight: 600;
}

.directors-container .each-row .each-row-repeater,
.officers-container .each-row .each-row-repeater {
    margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
    .affiliations-container {
        display: block;
    }
    .affiliations-container .col-mid-35,
    .affiliations-container .col-mid-65 {
        width: 100%;
    }
    
    .affiliations-container .img-container {
        margin: 25px 0;
        padding: 0;
        max-height: 350px;
        float: unset;
    }
    
    .gad .pad-top-bot {
        border-bottom: 1px solid #D2D4DB;
    }
    
    .affiliations-container .img-container img {
        width: 100%;
        max-height: 350px;
        height: 100%;
        object-fit: cover;
    }
}


/* TIMELINE */
.history-container .wpostahs-slider {
    position: relative;
}

.history-container #wpostahs-slider-nav-1 {
    width: 100%;
    max-width: 100%;
    position: unset;
}

.history-container #wpostahs-slider-nav-1 button.slick-arrow {
    top: 65% !important;
}

.wpostahs-slick-slider button.slick-prev, .wpostahs-slick-slider button.slick-prev:hover, .wpostahs-slick-slider button.slick-prev:focus {
    background: url(assets/img/arrow-left-white.png) center center no-repeat !important;
    background-size: 10px 17px !important;
    left: 10px!important;
    border: none!important;
}

.wpostahs-slick-slider button.slick-next, .wpostahs-slick-slider button.slick-next:hover, .wpostahs-slick-slider button.slick-next:focus {
    background: url(assets/img/arrow-right-white.png) center center no-repeat !important;
    background-size: 10px 17px !important;
    right: 10px!important;
    border: none!important;
}

.history-container .wpostahs-slider-for {
    padding: 0;
}

.history-container .wpostahs-slider-for .slick-slide {
    position: relative;
}

.history-container .wpostahs-slider-for .slick-slide .wpostahs-centent-title {
    position: absolute;
    bottom: 70px;
    padding: 15px 25px 0!important;
    background: #fff;
    margin: 0;
    max-width: 50%;
    width: 50%;
    text-align: left;
    
    display: none;
}

.history-container .wpostahs-slider-for .slick-slide .wpostahs-centent {
    position: absolute;
    bottom: 0;
    background: #fff;
    max-width: 50%;
    padding: 15px 25px;
}

@media screen and (max-width: 1024px) {
    .history-container .wpostahs-slider-for .slick-slide .wpostahs-centent {
        max-width: 75%;
        width: 75%;
    }
}
@media screen and (max-width: 500px) {
    .history-container .wpostahs-slider-for .slick-slide .wpostahs-centent {
        max-width: 100%;
        width: 100%;
    }
}

.history-container .wpostahs-slider-for .slick-slide .wpostahs-centent * {
    margin: 0;
    text-align: left;
}

.history-container .wpostahs-slider-for .slick-slide .wpostahs-centent h1,
.history-container .wpostahs-slider-for .slick-slide .wpostahs-centent h2,
.history-container .wpostahs-slider-for .slick-slide .wpostahs-centent h3,
.history-container .wpostahs-slider-for .slick-slide .wpostahs-centent h4,
.history-container .wpostahs-slider-for .slick-slide .wpostahs-centent h5,
.history-container .wpostahs-slider-for .slick-slide .wpostahs-centent h6 {
    margin-bottom: 15px;
}

.history-container .wpostahs-slider-for img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

#history-timeline .wpostahs-slider-nav .slick-list:before {
    background: #57595F;
    width: 100%;
    height: 1px;
}

#history-timeline .wpostahs-slider-nav .wpostahs-main-title button {
    border: 1px solid #57595F;
    height: 20px;
    width: 0;
    margin-top: 13px;
    border-radius: unset;
    border-color: transparent;
    background: #57595F;
}

#history-timeline .wpostahs-slider-nav .slick-current .wpostahs-title {
    color: #232426;
    font-weight: 600;
    font-size: 18px;
}

#history-timeline .wpostahs-slider-nav .wpostahs-title {
    color: #B1B3BD;
    font-size: 14px;
}





/* BANNER */
.sliderWrapper .sliderImg .item-image {
    height: 80vh;
    background-position: 50% 50%;
    filter: brightness(100%);
    filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
}

.sliderWrapper #pageSlider .sliderImg .item-image { height: 250px; }

.bannerSlider {position: relative;}
.bannerSlider .caption {
    padding: 46px 0;
    width: 100%;
    position: absolute;
    margin: 0px;
    color: #ffff;
    font-weight: normal;
    z-index: 999;
    font-size: 18px;
    line-height: 1.2;
    top: 0%;
    height: 100%;
    display: table;
}

.bannerSlider .caption .center-content {
    display: table-cell;
    vertical-align: middle;
}

.tintContent {
    top: 0%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #211e1eb3;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.sliderWrapper .item:hover .sliderImg .item-image {
    filter: brightness(100%);
}

.sliderWrapper .item:hover .tintContent {
    background-color: #211e1e59;
    
    -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 h1 {
    font-size: 65px;
    margin: 2px 0;
    font-weight: bold;
}

.bannerSlider .item .caption h2 {
    font-size: 60px;
    margin: 2px 0;
    font-weight: bold;
}

.bannerSlider .item .caption h3 {
    font-size: 50px;
    margin: 2px 0;
    font-weight: 500;
}

.bannerSlider .item .caption h4 {
    font-size: 40px;
    margin: 2px 0;
    font-weight: 500;
}

.bannerSlider .item .caption h5 {
    font-size: 30px;
    margin: 2px 0;
    font-weight: 500;
}

.bannerSlider .item .caption h6 {
    font-size: 20px;
    margin: 2px 0;
    font-weight: 500;
}

.bannerSlider .item .caption  p {
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-top: 15px;
}

.bannerSlider .item .caption .readmorebtn {
	margin-top: -45px;
    text-align: right;
}

.bannerSlider .item .caption .readmorebtn a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 13px 30px;
    color: #fff;
    font-weight: 600;
}

.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;
}

@media screen and (max-width: 1024px) {
    .bannerSlider .item .caption h2 {font-size: 40px;}
    .bannerSlider .item .caption h3 {font-size: 28px;}
    .bannerSlider .item .caption  p {font-size: 15px}
}

@media screen and (max-width: 879px) {.sliderWrapper .sliderImg .item-image {height: 91vh;}}
@media screen and (max-width: 540px) {.sliderWrapper .sliderImg .item-image {height: 89.5vh;}}
@media screen and (max-width: 425px) {.sliderWrapper .sliderImg .item-image {height: 90vh;}}
@media screen and (max-width: 414px) {.sliderWrapper .sliderImg .item-image {height: 89vh;}}
@media screen and (max-width: 375px) {.sliderWrapper .sliderImg .item-image {height: 90vh;}}

@media screen and (max-width: 375px) {
    .announce-btn a {
        display:block;
        margin-top: 25px;
    }
}

@media screen and (max-width: 768px) {
    /*.sliderWrapper .sliderImg .item-image { height: 400px; }*/
    .bannerSlider .item .caption { text-align: center; }
    .bannerSlider .item .caption .readmorebtn {
        margin-top: 0;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .bannerSlider .item .caption h2 {font-size: 30px;}
    .bannerSlider .item .caption h3 {font-size: 25px;}
}

@media screen and (max-width: 375px) {
    .bannerSlider .item .caption h2 {font-size: 35px;}
    .bannerSlider .item .caption h3 {font-size: 22px;}
}

@media screen and (max-width: 300px) {
    .bannerSlider .item .caption h2 {font-size: 30px;}
    .bannerSlider .item .caption h3 {font-size: 20px;}
    .bannerSlider .item .caption  p {font-size: 14px}
}

.bannerSlider .owl-nav {
    margin-top: 0;
}

.bannerSlider .owl-nav {
	display: block;
}

@media only screen and (max-device-width: 1024px) {
    .bannerSlider .owl-nav {
    	display: none;
    }
}

.bannerSlider .owl-prev:hover,
.bannerSlider .owl-next:hover {
	opacity: 1;
	transition: visibility 0s, opacity 0.5s linear;
}

.bannerSlider .owl-prev,
.bannerSlider .owl-next {
	top: 50%;
	width: 30px;
	background: url(assets/img/light-skin-1.png) !important;
	height: 44px;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: -20px;
	position: absolute;
	z-index: 110;
}

.bannerSlider .owl-prev {
	left: 0;
	right: auto;
	background-position: -89px -26px !important;
}

.bannerSlider .owl-next {
	right: 0;
	left: auto;
	background-position: -89px -103px !important;
}

/*.bannerSlider .owl-dots {
    bottom: 0;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    z-index: 100;
    width: 100%;
}*/

.bannerSlider .owl-dots {
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    margin: 0 auto;
    z-index: 100;
}

.bannerSlider .owl-dots .owl-dot {
    display: block;
}

.bannerSlider .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #ccc;
}

.bannerSlider .owl-dots .owl-dot.active span {
    background: transparent;
    border: 1.5px solid #fff;
}

.bannerSlider .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1.5px solid #fff;
}

.bannerSlider .owl-dots .owl-dot.active span, 
.bannerSlider .owl-dots .owl-dot:hover span {
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.owl-dots .owl-dot span {
    margin: 5px 3px!important;
}
.owl-dots .owl-dot {
	zoom: 1.5!important;
}

.banner .announcement {
    position: relative;
}

.banner .announcement-content {
    position: absolute;
    bottom: 10px;
    background: #fff;
    z-index: 2;
    width: 100%;
    padding: 15px 25px;
}

.banner .announcement-content strong {
    margin-right: 15px;
}

.banner .announcement-content .announce-text {
    display: flex;
    align-items: center;
    float: left;
    height: 34px;
}

.banner .announcement-content .announce-text p {
    margin: 0;
}

.banner .announcement-content .announce-btn {
    display: flex;
    align-items: center;
    float: right;
}

.banner .announcement-content .announce-btn .btn-dismiss {
    margin-right: 15px;
    color: #232426;
    cursor: pointer;
}

#toast {
  opacity: 1;

  -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
}

#toast.hide {
  opacity: 0;
}


@media only screen and (max-device-width: 768px) {
    .bannerSlider .owl-dots {
        display: none;
    }
    .banner .announcement-content {
        bottom: 0px;
    }
    .banner .announcement-content .announce-text,
    .banner .announcement-content .announce-btn {
        display: block;
        width: 100%;
        text-align: center;
    }
    .banner .announcement-content .announce-btn {
        margin-top: 15px;
    }
    .banner .announcement-content .announce-btn .btn-dismiss { display: none; }
}


.banner .scrollDown {
    position: relative;
}

.banner .scrollDownBtn {
    position: absolute;
    bottom: 20px;
    font-size: 25px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.banner .scrollDownBtn a {
    color: #fff;
}
.banner .scrollDownBtn a i {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.banner .scrollDownBtn a:hover i{
    transform: scale(1.3);
}


/* FEATURE */
.featuredContent .featured-flex {
    /*display: flex;*/
    /*float: left;*/
    width: 100%;
}

.featuredContent .feature-mark {
    color: #B1B3BD;
}

.featuredContent .each-feature {
    padding: 25px 0;
    padding-right: 20px;
}

.featuredContent .each-feature a {
    color: #232426;
    position: relative;
}

.featuredContent .each-feature a h3 {
    font-weight: 600;
}

.featuredContent .each-feature a h3 span {
    display: none;
}

.featuredContent .each-feature a:hover,
.featuredContent .each-feature a:focus {
    text-decoration: none;
}

.featuredContent .each-feature a:hover h3 span {
    display: inline-block;

    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.featuredContent .featured-flex .embedVideo {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.featuredContent .featured-flex .embedVideo .video {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    height: 220px;
    display: inline-block;
    vertical-align: baseline;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .featuredContent .each-feature {
        padding: 25px 0 10px;
    }
}


/* DISCOVER PICC */
.discover-picc .pad-top-bot {
    padding: 70px 0;
}

.mainWrapper .this-breadcrumb {
    border-left: 3px solid #57595F;
    margin: 45px 0;
    padding: 0 0 0 20px;
}

@media only screen and (max-device-width: 768px) {
    .discover-picc .this-breadcrumb {
        display: none;
    }
    .about-container {
        display: block;
    }
    .about-container .img-container {
        margin-top: 25px;
        max-height: 350px;
        float: unset;
    }
    .about-container .img-container img {
        width: 100%;
        max-height: 350px;
        height: 100%;
        object-fit: cover;
    }
}

.mainWrapper .this-breadcrumb li {
    display: inline-block;
    padding: 0 25px;    
    cursor: pointer;
}

.this-mark {
    color: #B1B3BD;
    font-weight: 500;
    font-size: 14px;
}

.mainWrapper .this-breadcrumb li a:hover {
    text-decoration: none;
}

.mainWrapper .this-breadcrumb li a:hover span {
    text-decoration: underline;
}

.mainWrapper .this-breadcrumb li a,
.mainWrapper .this-breadcrumb li p,
.mainWrapper .this-breadcrumb li span {
    color: #232426;
    font-weight: 600;
}

.mainWrapper .this-breadcrumb li a span {
    font-weight: 600;
}

.discover-picc #discover-picc-slider {
    border-top: 1px solid #D2D4DB;
    border-bottom: 1px solid #D2D4DB;
    margin-top: 60px;
    padding: 25px 0;
    position: relative;
}

.discover-picc #discover-picc-slider{
    padding: 25px;
}

.discover-picc #discover-picc-slider .owl-prev,
.discover-picc #discover-picc-slider .owl-next {
    top: 50%;
    font-size: 20px;
    position: absolute;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #57595F;
}

.discover-picc #discover-picc-slider .owl-prev {
    left: -15px;
    right: auto;
}

.discover-picc #discover-picc-slider .owl-next {
    right: -15px;
    left: auto;
}


/* SEPARATOR BG */
.separator-bg {
    height: 50vh;
    overflow: hidden;
}

.separator-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 100%;
}


/* EXPERIENCE PICC */
.experience-picc .this-xp-breadcrumb li.active p,
.experience-picc .this-xp-breadcrumb li:hover p,
.experience-picc .this-xp-breadcrumb li:focus p {
    color: #B1B3BD;
}

@media only screen and (max-device-width: 768px) {
    .experience-picc .this-xp-breadcrumb {
        margin: 0;
        border: none;
        padding: 0;
        text-align: center
    }
    .experience-picc .this-xp-breadcrumb li:not(.for-btn) {
        display: none;
    }
    .experience-picc .this-xp-breadcrumb li.for-btn {
        float: unset;
    }
}

.experience-picc .experience-picc-slider .owl-stage {
    padding-left: 0!important;
}

.experience-picc .experience-picc-slider {
    margin: 35px 0;
    position: relative;
}

.experience-picc .experience-picc-slider .owl-prev,
.experience-picc .experience-picc-slider .owl-next {
    top: 50%;
    font-size: 25px;
    position: absolute;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #fff;
}

.experience-picc .experience-picc-slider .owl-prev {
    left: 5px;
    right: auto;
}

.experience-picc .experience-picc-slider .owl-next {
    right: 5px;
    left: auto;
}

.experience-picc .experience-picc-slider .owl-prev:hover,
.experience-picc .experience-picc-slider .owl-next:hover {
    background: none;
}

.experience-picc .experience-picc-slider .item {
    width: 80%;
    height: 500px;
    max-height: 500px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-device-width: 1024px) {
    .experience-picc .experience-picc-slider .item {
        width: 100%
    }
}
@media only screen and (max-device-width: 768px) {
    .experience-picc .experience-picc-slider .owl-prev,
    .experience-picc .experience-picc-slider .owl-next {
        top: 40%;
    }
}

/*.experience-picc .experience-picc-slider .item:hover img {*/
/*    transform: scale(1.1);*/

/*    -webkit-transition: all 0.5s ease;*/
/*    -moz-transition: all 0.5s ease;*/
/*    -o-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease;*/
/*}*/

.experience-picc .experience-picc-slider .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.experience-picc .experience-picc-slider .item .caption {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 50%;
    padding: 10px;
}

.experience-picc .slider-half {
    padding-right: 0;
}

@media only screen and (max-device-width: 1024px) {
    .experience-picc .slider-half {
        padding-right: 5%;
    }
}

@media only screen and (max-device-width: 768px) {
    .experience-picc .experience-picc-slider .item .caption {
        width: 100%;
    }
}


.facilities-container .structures-list {
    margin: 0px -25px 15px;
}

.facilities-container .structures-list a {
    color: #232426;
}

.facilities-container .structures-list a:hover,
.facilities-container .structures-list a:focus,
.facilities-container .structures-list a:active {
    text-decoration: none;
}

.facilities-container .structures-list a:hover img {
    transform: scale(1.1);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.facilities-container .structures-list .img-container {
    height: 400px;
    max-height: 400px;
    position: relative;
    overflow: hidden;
}

.facilities-container .structures-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.facilities-container .structures-list .txt-container {
    margin-top: 25px;
}

@media only screen and (max-width: 1235px) {
    .facilities-container .structures-list .each-list {
        width:50%
    }
}
@media only screen and (max-width: 1000px) {
    .facilities-container .structures-list .img-container {
        height: 300px;
        max-height: 400px;
    }
}
@media only screen and (max-width: 768px) {
    .facilities-container .structures-list .each-list {
        width:100%
    }
}

@media only screen and (max-device-width: 861px) {
    .facilities-container .structures-list .each-list .txt-container .forDesk {
        display: none;
    }
    .facilities-container .structures-list .each-list .txt-container .forMob {
        display: block;
    }
}

.via-mare #via-mare-slider .owl-dots {
    text-align: left;
}

.via-mare #via-mare-slider .owl-dots .owl-dot.active span {
    background: #232426;
    width: 25px;
    height: 2px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.via-mare #via-mare-slider .owl-dots .owl-dot span {
    width: 15px;
    height: 2px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}





.events-masonry {
    display: grid;
    grid-gap: 2rem;
    row-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    /*grid-template-rows: repeat(12, 150px);*/
}

.events-masonry .caption {
    margin-top: 15px;
}

.events-masonry .caption h3 {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .events-masonry .caption {
        margin-bottom: 15px;
    }
}

.events-masonry .img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.events-masonry .item-1 {grid-row: 1/4;}
.events-masonry .item-2 {grid-row: 1/3;}
.events-masonry .item-3 {grid-row: 1/4;}
.events-masonry .item-4 {grid-row: 4/6;}
.events-masonry .item-5 {grid-row: 3/6;}
.events-masonry .item-6 {grid-row: 4/6;}

.events-masonry .item-1 .img-container,
.events-masonry .item-3 .img-container,
.events-masonry .item-4 .img-container,
.events-masonry .item-6 .img-container {
    height: 500px;
}

.events-masonry .item-2 .img-container,
.events-masonry .item-5 .img-container {
    height: 300px;
}

@media only screen and (max-width: 768px) {
    .events-masonry {
        display: block;
        margin: 0 -15px;
    }
    .events-masonry .item {
        width: 50%;
        padding: 0 15px;
        float: left;
    }
    .events-masonry .item .img-container {
        height: 200px;
    }
}

@media only screen and (max-width: 650px) {
    .events-masonry .item {
        width: 100%;
    }
}


/* EVENTS */
.upcoming-events .events {
    margin: 0 -7px;
}

/*.upcoming-events .events .each-event:first-child .event-container {*/
/*    background: #232426;*/
/*}*/

/*.upcoming-events .events .each-event:first-child .event-container * {*/
/*    color: #fff;*/
/*}*/

.upcoming-events .events a:hover .each-event .event-container {
    background: #232426;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.upcoming-events .events a:hover .each-event .event-container * {
    color: #fff;
}

@media only screen and (max-width: 1374px) {
    .upcoming-events .events .each-event {
        width: 33.333%
    }
}
@media only screen and (max-width: 1026px) {
    .upcoming-events .events .each-event {
        width:50%
    }
}
@media only screen and (max-width: 768px) {
    .upcoming-events .events .each-event {
        width:100%
    }
}

.upcoming-events .each-event .event-container {
    margin: 0 7.5px 15px 7.5px;
    padding: 8px 15px;
    border: 1px solid #D2D4DB;
    border-radius: 3px;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.upcoming-events .each-event .event-container .date {
    font-weight: 600;
}

.upcoming-events .each-event .event-container .date .day {
    font-size: 30px;
    margin-top: -8px;
    margin-bottom: -10px;
    color: #232426;
}

.upcoming-events .each-event .event-container .date small {
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    color: #232426;
}

.upcoming-events .each-event .event-container .title h5 {
    font-weight: 600;
    margin: 0;
    margin-top: 20px;
    color: #232426;
}

.upcoming-events .each-event .event-container .venue-time {
    color: #3C3E42;
    text-transform: uppercase;
    font-size: 15px;
}

.notFront .events .readMore-btn {
    float: unset;
    margin-top: 10px;
}

.notFront .events-container-list .events .each-event {
    display: none;
}

.notFront .events-container-list .events .each-event:nth-child(1) {display: block;}
.notFront .events-container-list .events .each-event:nth-child(2) {display: block;}
.notFront .events-container-list .events .each-event:nth-child(3) {display: block;}
.notFront .events-container-list .events .each-event:nth-child(4) {display: block;}
.notFront .events-container-list .events .each-event:nth-child(5) {display: block;}
.notFront .events-container-list .events .each-event:nth-child(6) {display: block;}
.notFront .events-container-list .events .each-event:nth-child(7) {display: block;}
.notFront .events-container-list .events .each-event:nth-child(8) {display: block;}
.notFront .events-container-list .events .each-event:nth-child(9) {display: block;}
.notFront .events-container-list .events .each-event:nth-child(10) {display: block;}
.notFront .events-container-list .events .each-event:nth-child(11) {display: block;}
.notFront .events-container-list .events .each-event:nth-child(12) {display: block;}


/*MAIN WRAPPER*/
.bannerWrapper {
    position: relative;
}

.bannerWrapper .item-image {
    height: 550px;
    background-position: 50% 50%;
    filter: brightness(100%);
    filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}



.bannerWrapper:hover .item-image {
    filter: brightness(100%);
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.bannerWrapper:hover .tintContent {
    background-color: #211e1e59;
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.bannerWrapper .caption {
    padding: 46px 0;
    width: 100%;
    position: absolute;
    margin: 0px;
    color: #ffff;
    font-weight: normal;
    z-index: 10;
    font-size: 18px;
    line-height: 1.2;
    top: 0%;
    height: 100%;
    display: table;
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.bannerWrapper .caption .center-content {
    display: table-cell;
    vertical-align: middle;
}

.bannerWrapper .caption h2 {
    font-size: 60px;
    margin: 2px 0;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .bannerWrapper .caption h2 {font-size: 40px;}
    .bannerWrapper .caption h3 {font-size: 28px;}
    .bannerWrapper .caption  p {font-size: 15px}
}

@media screen and (max-width: 768px) {
    .bannerWrapper .caption { text-align: center; }
}

@media screen and (max-width: 600px) {
    .bannerWrapper .caption h2 {font-size: 30px;}
    .bannerWrapper .caption h3 {font-size: 25px;}
}

@media screen and (max-width: 375px) {
    .bannerWrapper .caption h2 {font-size: 35px;}
    .bannerWrapper .caption h3 {font-size: 22px;}
}

@media screen and (max-width: 300px) {
    .bannerWrapper .caption h2 {font-size: 30px;}
    .bannerWrapper .caption h3 {font-size: 20px;}
    .bannerWrapper .caption  p {font-size: 14px}
}

.banner .page-breadcrumbs {
    position: relative;
    z-index: 11;
}

.banner .page-breadcrumbs .breadcrumb-container {
    position: absolute;
    bottom: -1px;
    padding: 25px 0 25px 10%;
    background: #fff;
    width: 90%;
}

.banner .page-breadcrumbs .breadcrumb-container .breadcrumb .float-right:before {
    content: "";
    padding: 0;
}
.banner .page-breadcrumbs .breadcrumb-container .breadcrumb .float-right {
    margin-right: 15px;
}

@media screen and (max-width: 1496px) {
    .banner .page-breadcrumbs .breadcrumb-container {
        padding: 25px 0 25px 5%;
    }
}

@media screen and (max-width: 1024px) {
    .banner .page-breadcrumbs .breadcrumb-container {
        padding: 25px 0 25px 6.5%;
    }
}

@media screen and (max-width: 600px) {
    .banner .page-breadcrumbs .breadcrumb-container {
        padding: 25px 0 25px 3.8%;
    }
}

.banner .page-breadcrumbs .breadcrumb-container .breadcrumb {
    background-color: unset;
    padding: 0;
    margin: 0;
}

.banner .page-breadcrumbs .breadcrumb-container .breadcrumb li a {
    color: #232426;
    font-weight: 600;
}

.banner .page-breadcrumbs .breadcrumb-container .breadcrumb li a.virtual:hover {
    border: 1px solid #EB5757;
    background: #EB5757;
    color: #fff!important;
}

@media screen and (max-width: 455px) {
    .banner .page-breadcrumbs .breadcrumb-container .breadcrumb li a.virtual {
        display: none;
    }
}

.banner .page-breadcrumbs .breadcrumb-container .breadcrumb li.active a {
    color: #B1B3BD;
}

.mainWrapper h2 {
    font-weight: 600;
    letter-spacing: -1.6px;
    color: #282621;
}


/* NEWS */
.notFront .temp-page .page-breadcrumbs {
    border-top: 1px solid #D2D4DB;
}

.notFront .temp-page .breadcrumb-container {
    width: 100%;
    position: unset;
    padding: 15px 0;
}

.notFront .news-container .each-list,
.notFront .press-container .each-list {
    display: none;

    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.notFront .news-container .each-list:nth-child(1),
.notFront .press-container .each-list:nth-child(1) {display: block;}

.notFront .news-container .each-list:nth-child(2),
.notFront .press-container .each-list:nth-child(2) {display: block;}

.notFront .news-container .each-list:nth-child(3),
.notFront .press-container .each-list:nth-child(3) {display: block;}

.notFront .news-container .each-list:nth-child(4),
.notFront .press-container .each-list:nth-child(4) {display: block;}

.notFront .news-container .each-list:nth-child(5),
.notFront .press-container .each-list:nth-child(5) {display: block;}

.notFront .news-container .each-list:nth-child(6),
.notFront .press-container .each-list:nth-child(6) {display: block;}


.notFront .news-container .readMore-btn,
.notFront .press-container .readMore-btn {
    float: unset;
    margin-top: 25px;
}

.notFront .news-container .readMore-btn button,
.notFront .press-container .readMore-btn button {
    background: transparent;
    text-transform: inherit;
    border: 1px solid #222426;
    padding: 5px 15px;
    color: #232426;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 3px;
}

.notFront .news-container .readMore-btn button:hover,
.notFront .press-container .readMore-btn button:hover {
    text-decoration: none;
    background: #222426;
    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;
}

.news-container .txt-container,
.press-container .txt-container {
    height: 225px;
}

@media screen and (max-width: 768px) {
    .news-container .txt-container,
    .press-container .txt-container {
        height: inherit;
    }
}


/* CONTACT */
.contact-container p {
    margin-bottom: 10px;
}

.contact-container i {
    width: 15px;
    margin-right: 10px;
}

.contact-container i.fa {
    font-size: 18px;
}

.contact-container a {
    color: #232426;
}

.contact-container .divisions {
    margin-top: 35px;
}

.contact-container .divisions .col-mid-33 {
    margin-bottom: 25px;
}

.contact-container .socials a {
    margin-right: 25px;
}

@media only screen and (max-device-width: 408px) {
    .contact-container .socials a { display: block; }
}

.contactForm-container .col-mid-65 {
    padding: 25px;
    flex: 1;
    border: 1px solid #D2D4DB;;
}

.contactForm-container .col-mid-35 .img-container {
    height: 100%;
}
.contactForm-container .col-mid-35 .img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-device-width: 880px) {
    .contactForm-container .col-mid-35 { display: none; }
}


#con-form.contactForm-container .acf-field {
    position: relative;
    margin-bottom: 25px;
}
#con-form.contactForm-container .acf-label {margin: 0;}
#con-form.contactForm-container .acf-label label {
    font-weight: 500;
    margin: 0;
}


#con-form.contactForm-container .acf-input input,
#con-form.contactForm-container .acf-input textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #232426;
    box-shadow: unset;
    outline: none;
}

.get-to-ways {
    margin-top: 35px;
}

.get-to-ways .ways-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 25px;
    width: 100%;
}

.get-to-ways .ways-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.get-to-ways .ways-column .column-content {
    height: 100%;
}

@media screen and (max-width: 880px) {
    .get-to-ways .ways-row,
    .get-to-ways .ways-column {
        display: block;
    }
    
    .get-to-ways .ways-column {
        width: 100%;
        margin-bottom: 25px;
    }
}


/* MEMBERS */
.membersWrapper {
    border-top: 1px solid #D2D4DB;
    border-bottom: 1px solid #D2D4DB;
    padding: 15px 0 10px;
}
.membersWrapper ul {
    list-style-type: none;
    padding: 0;
    columns: 6;
    -webkit-columns: 6;
    -moz-columns: 6;
}

.membersWrapper ul li {
    padding: 0 15px;
}

.membersWrapper ul li img {
    display: block;
    margin: 0 auto;
}

@media only screen and (max-device-width: 1300px) {
    .membersWrapper ul li img { width: 100%; }
}

@media only screen and (max-device-width: 768px) {
    .membersWrapper .forMob .item img {
        width: 70%;
        margin: 0 auto;
    }
}

#membersSlider .item img {
    margin: 0 auto;
    width: auto;
}

/* PROCUREMENT */
.pdf-link i {
    font-size: 30px;
    color: #232426;
}
.pdf-link a:hover i,
.pdf-link a:focus i,
.pdf-link a:active i {
    color: #EB5757;
}

.category {
    border: 1px solid #D2D4DB;
    padding: 3px 10px;
    width: max-content;
    margin-top: 5px;
    font-weight: 500;
}

.procurement-container .title {
    font-weight: 600;
}

.procurement-container .title a {
    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;
}

.procurement-container .title a:hover,
.procurement-container .title a:focus,
.procurement-container .title a:active {
    color: #737579;
    text-decoration: none;
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.pdf-link a:hover i,
.pdf-link a:focus i,
.pdf-link a:active i {
    color: #EB5757;
}

.procurement-container .navigation.pagination {
    margin-top: 10px;
}

@media only screen and (max-device-width: 768px) {
    .procurementWrapper .col-mid-75 .padding-right {
        padding-right: 0;
    }
}

.procurementWrapper .procurement-accordion {
    background: #efefef;
}
.procurementWrapper .procurement-accordion .float-left {
    width: 70%;
}
.procurementWrapper .procurement-accordion .float-right {
    width: 30%;
    text-align: right;
}

.procurementWrapper .this-single-page .sideContainer {
    max-height: none!important;
}

.procurementWrapper .searchProcurement {
    display: block;
    float: unset;
}
.procurementWrapper .searchProcurement label,
.procurementWrapper .searchProcurement label input {
    width: 100%;
}

.procurementWrapper .searchProcurement label input {
    background-size: 7%;
}

.procurementWrapper .sidebar .sideContainer .side-post p.title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.single-procure-wrapper .details-table-resp {
    display: none;
}

@media only screen and (max-device-width: 425px) {
    .single-procure-wrapper .details-table {
        display: none;
    }
    .single-procure-wrapper .details-table-resp {
        display: block;
    }
}

@media only screen and (max-device-width: 768px) {
    .this-single-page .padding-right {
        padding-right: 0;
    }
}


.this-single-page .pdfViewer {
    width: 100%;
    height: 500px;
    border: 1px solid #e7edef;
}



/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    border-radius: unset;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
    color: #232426;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #57595F;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 20px 10px;
    border: 1px solid #ccc;
    border-top: none;
}

.single-room-wrapper .details-table-resp {
    display: none;
}

@media only screen and (max-device-width: 768px) {
    .single-room-wrapper .details-table {
        display: none;
    }
    .single-room-wrapper .details-table-resp {
        display: block;
    }
}

.single-room-wrapper .details-table a:hover,
.single-room-wrapper .details-table a:focus,
.single-room-wrapper .details-table a:active {
    text-decoration: underline;
}

.details-table p,
.details-related p,
.details-others p {
    margin-bottom: 0;
}

.details-table a,
.details-related a,
.details-others a {
    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;
}

.details-table a:hover,
.details-table a:focus,
.details-table a:active,
.details-related a:hover,
.details-related a:focus,
.details-related a:active,
.details-others a:hover,
.details-others a:focus,
.details-others a:active {
    color: #737579;
    text-decoration: none;
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.details-related .details-mode span {
    display: inline-block;
    background: #eb5757;
    color: #fff;
    padding: 7px 15px;
    margin-right: 5px;
    margin-bottom: 5px;
}

@media only screen and (max-device-width: 1024px) {
    .this-single-page .wysiwyg-content .details-related .col-mid-15 {
        width: 25%;
    }
}
@media only screen and (max-device-width: 768px) {
    .this-single-page .wysiwyg-content .details-related .col-mid-15 {
        width: 30%;
    }
}
@media only screen and (max-device-width: 425px) {
    .this-single-page .wysiwyg-content .details-related .col-mid-15 {
        width: 50%;
    }
}

/* BOOK RESERVATION */
.reservationWrapper {
    background: #F7F7FA;
}

.reservationWrapper .form-Wrapper {
    background: #fff;
    padding: 35px;
}

.reservationWrapper .form-Wrapper .acf-fields {
    margin: 0 -15px;
}

.reservationWrapper .form-Wrapper .acf-fields .acf-field .acf-label {
    margin: 0;
}

.reservationWrapper .form-Wrapper .acf-fields>.acf-field {
    padding: 0 15px!important;
    margin-bottom: 20px;
}

.reservationWrapper .form-Wrapper .acf-radio-list {
    margin: 15px -15px;
}

.reservationWrapper .form-Wrapper .acf-radio-list li {
    float: left;
    display: inline-block;
    width: calc(100%/3);
    margin: 0;
    padding: 0 15px;
    margin-bottom: 25px;
}
.reservationWrapper .form-Wrapper .acf-radio-list li,
.reservationWrapper .form-Wrapper .acf-radio-list li label,
.reservationWrapper .form-Wrapper .acf-radio-list li img {
    cursor: pointer;
}

.reservationWrapper .form-Wrapper .acf-radio-list li label {
    display: block;
    margin-bottom: 0;
    height: 200px;
    font-weight: 600;
    margin-bottom: 32px;
}

.reservationWrapper .form-Wrapper .acf-radio-list li label span {
    margin-left: 18px;
}

.reservationWrapper .form-Wrapper .acf-radio-list li label a {
    float: right;
    color: #232426;
    clear: both;
}

.reservationWrapper .form-Wrapper .acf-radio-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 10px;
}

.reservationWrapper .form-Wrapper .room-config .acf-radio-list li {
    width: calc(100%/3);
}

.reservationWrapper .form-Wrapper .room-config .acf-radio-list li label {
    height: 250px;
    text-align: center;
}

.reservationWrapper .form-Wrapper .room-config .acf-radio-list li img {
    border: 1px solid #000;
}

.reservationWrapper .form-Wrapper .acf-form-submit {
    display: none;
    margin-top: 25px;
    text-align: right;
}

.reservationWrapper .form-Wrapper .acf-form-submit input {
    background: #222426;
    color: #fff;
}

.reservationWrapper .form-Wrapper .acf-form-submit input:hover,
.reservationWrapper .form-Wrapper .acf-form-submit input:active,
.reservationWrapper .form-Wrapper .acf-form-submit input:focus {
    background: transparent;
    color: #232426;
}

@media only screen and (max-device-width: 1610px) {
    .reservationWrapper .form-Wrapper .acf-radio-list li,
    .reservationWrapper .form-Wrapper .room-config .acf-radio-list li {
        width: calc(100%/2);
    }
}

@media only screen and (max-device-width: 1100px) {
    .reservation-container .col-mid-65.main-col,
    .reservation-container .col-mid-35.main-col {
        width: 100%;
        margin-bottom: 25px;
    }
    .reservation-container .col-mid-65.main-col .padding-right {
        padding: 0;
    }
    
    .reservationWrapper .form-Wrapper .acf-radio-list li,
    .reservationWrapper .form-Wrapper .room-config .acf-radio-list li {
        width: calc(100%/3);
    }
    .reservationWrapper .form-Wrapper .room-config .acf-radio-list li img {
        object-fit: contain;
    }
}

@media only screen and (max-device-width: 950px) {
    .reservationWrapper .form-Wrapper .acf-radio-list li,
    .reservationWrapper .form-Wrapper .room-config .acf-radio-list li {
        width: calc(100%/2);
    }
}

@media only screen and (max-device-width: 650px) {
    .reservationWrapper .form-Wrapper .acf-fields .acf-field {
        width: 100%!important;
    }
    .reservationWrapper .form-Wrapper .acf-radio-list li,
    .reservationWrapper .form-Wrapper .room-config .acf-radio-list li {
        width: calc(100%/1);
    }
}

@media only screen and (max-device-width: 500px) {
    .reservationWrapper .form-Wrapper .room-config .acf-radio-list li label {
        height: 150px;
    }
}



@media only screen and (max-device-width: 768px) {
    .reservation-container .col-mid-65.this-head {
        width: 65%;
        float: left;
    }
    .reservation-container .col-mid-35.this-head {
        width: 35%;
        float: left;
    }
}
@media only screen and (max-device-width: 520px) {
    .reservation-container .col-mid-65.this-head {
        width: 100%;
        float: none;
    }
    .reservation-container .col-mid-65.this-head h2 {
        margin-bottom: 10px;
    }
    .reservation-container .col-mid-35.this-head {
        width: 100%;
        float: none;
    }
    .reservation-container .col-mid-35.this-head .float-right {
        float: none;
    }
}

.reservation-container .right h4 {
    margin-top: 0;
}

.reservation-container .summary-container .summary-pad-container {
    margin: 0 -15px;
}

.reservation-container .summary-container .summary-pad-container .sum-pad {
    padding: 0 15px;
}

@media only screen and (max-device-width: 768px) {
    .reservation-container .summary-container .summary-pad-container .sum-pad {
        width: 50%;
        float: left;
    }
}
@media only screen and (max-device-width: 420px) {
    .reservation-container .summary-container .summary-pad-container .sum-pad {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
}

.reservation-container .summary-container .summary-pad-container .sum-pad p {
    font-weight: 600;
}

.reservation-container .summary-container .summary-pad-container .sum-pad .roomImgContainer {
    width: 100%;
    height: 100%;
}

.reservation-container .summary-container .summary-pad-container .sum-pad img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.reservation-container .summary-container .summary-pad-container .sum-pad.right img {
    border: 1px solid #000;    
}

.reservation-container .summary-container .cost-estimate table { border: 0; }
.reservation-container .summary-container .cost-estimate table tr td {
    border: none;
    font-weight: 500;
    padding: 5px 10px;
}

.reservation-container .summary-container .cost-estimate table tr.total {
    background: #EDEFF3;
}

.reservation-container .summary-container .cost-estimate table tr td.price {
    font-weight: bold;
    text-align: right;
}

.reservation-container .summary-container .btn-container {
    margin-top: 25px;
}
.reservation-container .summary-container .btn-container button {
    background: #222426;
    padding: 10px 20px;
    color: #fff;
    margin: inherit;
}
.reservation-container .summary-container .btn-container button:hover,
.reservation-container .summary-container .btn-container button:active,
.reservation-container .summary-container .btn-container button:focus {
    background: transparent;
    color: #232426;
}

.reservation-container .summary-container .btn-container button#btnGeneratePDF {
    background: transparent;
    color: #232426;
}

.reservation-container .summary-container .btn-container button#btnGeneratePDF:hover:enabled,
.reservation-container .summary-container .btn-container button#btnGeneratePDF:active:enabled,
.reservation-container .summary-container .btn-container button#btnGeneratePDF:focus:enabled {
    background: #222426;
    color: #fff;
}



#acf-form .radio-form-room .acf-label label { display: none; }



/* CAREERS */
.applynow-container .acf-input .select2 {
    margin-top: 15px;
}

.acf-field-file .acf-input .acf-file-uploader p a {
    float: right;
    clear: both;
}

.acf-field-file .acf-input .acf-file-uploader p a:hover,
.acf-field-file .acf-input .acf-file-uploader p a:focus,
.acf-field-file .acf-input .acf-file-uploader p a:active {
    background: none;
    color: #232426;
    padding: 0;
    border: none;
    text-decoration: underline;
}

.acf-basic-uploader,
.acf-basic-uploader input {
    width: 100%;
}

.media-modal-close:active,
.media-modal-close:hover,
.media-modal-close:focus {
    color: #135e96;
    background: inherit;
    padding: inherit;
    border: inherit;
}

/* GAD */
.gad-container .each-gad {
    padding: 15px 15px;
    border: 1px solid #eee;
}

.gad-container .thumbnail {
    height: 200px;
    max-height: 200px;
    position: relative;
    overflow: hidden;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.gad-container .thumbnail div {
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    .gad-container .thumbnail {
        height: 205px;
        max-height: 205px;
    }
    .gad-container .thumbnail div {
        height: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .gad-container .thumbnail {
        height: 225px;
        max-height: 225px;
    }
}

@media only screen and (max-width: 768px) {
    .gad-container .thumbnail .margin-right {
        margin-right: 0;
    }
    .gad-container.this-single-page .padding-right {
        padding-right: 0;
    }
}


.gad-container .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gad-container .each-gad .gad-title a,
.gad-container .each-gad .gad-description a,
.gad-container .each-gad .this-mark {
    color: #232426;
}

.gad-container .each-gad a:hover,
.gad-container .each-gad a:focus,
.gad-container .each-gad a:active {
    text-decoration: none;
}


.gad-container .each-gad .gad-title {
    border-bottom: 2px solid #EB5757;
    padding: 10px 0;
}

.gad-container .each-gad .gad-title a {
    font-weight: 700;
}

.gad-container .each-gad .gad-description {
    padding: 10px 0;
}

.gad-container .each-gad .readMore-btn {
    margin-top: 8px;
}
.gad-container .each-gad .readMore-btn a {
    padding: 0px 5px;
    font-size: 14px;
}

.gad-container .each-gad .this-mark {
    margin-top: 15px;
}



/* SINGLE PAGE */
.this-single-page h1 {
    margin-bottom: 10px;
}

.this-single-page .col-mid-75,
.this-single-page .col-mid-25 {
    margin: 25px 0;
}

.this-single-page .wysiwyg-content h1,
.this-single-page .wysiwyg-content h2,
.this-single-page .wysiwyg-content h3,
.this-single-page .wysiwyg-content h4,
.this-single-page .wysiwyg-content h5,
.this-single-page .wysiwyg-content h6,
.this-single-page .sidebar h1,
.this-single-page .sidebar h2,
.this-single-page .sidebar h3,
.this-single-page .sidebar h4,
.this-single-page .sidebar h5,
.this-single-page .sidebar h6 {
    margin-top: 0;
}

.this-single-page .sidebar {
    background-color: #f9f9f9;
    padding: 1px 10px 10px 10px;
    margin: 0px 0px 28px 0px;
}

.this-single-page .sidebarHeader {
    padding: 10px;
    text-transform: UPPERCASE;
    letter-spacing: -0.10px;
    margin: 10px 0px 10px 0px;
    background: #efecec;
    font-weight: 800;
}

.this-single-page .sidebar .sideContainer {
    max-height: 350px;
    overflow-y: auto;
        padding-right: 5px;
}

.this-single-page .sidebar .sideContainer::-webkit-scrollbar {
    width: 5px;
}
.this-single-page .sidebar .sideContainer::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.this-single-page .sidebar .sideContainer::-webkit-scrollbar-thumb {
    background: #888; 
}
.this-single-page .sidebar .sideContainer::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.this-single-page .sidebar .sideContainer .viewAllbtn {
    background: #434548;
    padding: 8px 10px;
    display: block;
    text-align: center;
    margin: 5px 0 0;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.this-single-page .sidebar .sideContainer .viewAllbtn:hover,
.this-single-page .sidebar .sideContainer .viewAllbtn:focus,
.this-single-page .sidebar .sideContainer .viewAllbtn:active {
    text-decoration: none;
    background: #585a5d;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.this-single-page .sidebar .side-post {
    padding: 10px 21px 4px 13px;
    border-bottom: 1px dotted #d2c9c9;
}

.this-single-page .sidebar .side-post a:hover,
.this-single-page .sidebar .side-post a:focus,
.this-single-page .sidebar .side-post a:active {
    text-decoration: none;
}

.this-single-page .sidebar .side-post a:hover p,
.this-single-page .sidebar .side-post a:focus p,
.this-single-page .sidebar .side-post a:active p {
    color: #737579;
}

.this-single-page .sidebar .side-post p {
    line-height: 1.5;
    font-size: 12px;
    margin-bottom: 15px;
    color: #232426;
}

.this-single-page .sidebar .side-post p.title {
    font-weight: 700;
}

.this-single-page .sidebar .side-post p.date-posted {
    font-weight: 600;
}

.sidebar-accordion .side-accordion {
    background: none;
    font-size: 14px;
    color: #232426;
    padding: 10px 21px 10px 13px;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    border-bottom: 1px dashed #e2d7d7;
    transition: 0.4s;
}

.sidebar-accordion .panel {
    background: none;
    margin-bottom: 10px;
    padding: 0;
    box-shadow: none;
    font-size: 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.sidebar-accordion .panel ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.sidebar-accordion .panel ul li {
    padding: 10px 25px;
    border-bottom: 1px solid #eee;
}

.sidebar-accordion .panel ul li a {
    text-transform: uppercase;
    font-weight: 600;
    color: #232426;
}

.sidebar-accordion .panel ul li a:hover,
.sidebar-accordion .panel ul li a:focus,
.sidebar-accordion .panel ul li a:active {
    text-decoration: none;
    color: #737579;
}






.this-single-page .single-feature {
    margin: 25px 0;
    /*height: 500px;*/
    height: auto;
}

.this-single-page .single-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 10%;
}

.this-single-page .share-on {
    border-top: 1px solid #D2D4DB;
    border-bottom: 1px solid #D2D4DB;
    padding: 25px 0;
    margin: 40px 0 15px;
}

.this-single-page .share-on h5 { margin: 0; padding: 9px 0 10px; }

.this-single-page .share-on .share-icons a { margin: 0; }

.this-single-page .post-nav-links {
    margin: 40px 0 25px;
}

.this-single-page .post-nav-links .this-post-nav {
    width: 50%;
}

.this-single-page .post-nav-links .this-post-nav .nav-this-link {
    width: 100%;
}

.this-single-page .post-nav-links .nav-this-link a {
   display: flex;
   align-items:center;
}

.this-single-page .post-nav-links .nav-this-link a:hover,
.this-single-page .post-nav-links .nav-this-link a:focus,
.this-single-page .post-nav-links .nav-this-link a:active {
    text-decoration: none;
}

.this-single-page .post-nav-links .nav-this-link a:hover p,
.this-single-page .post-nav-links .nav-this-link a:focus p,
.this-single-page .post-nav-links .nav-this-link a:active p {
    color: #545454;
}

.this-single-page .post-nav-links .nav-this-link a:hover img,
.this-single-page .post-nav-links .nav-this-link a:focus img,
.this-single-page .post-nav-links .nav-this-link a:active img {
    transform: scale(1.1);
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.this-single-page .post-nav-links .nav-this-link a span {
    margin: 0 15px;
    width: 85%;
}

.this-single-page .post-nav-links .nav-this-link a span p {
    margin: 0;
    color: #232426;
    font-weight: 600;
}

.this-single-page .post-nav-links .nav-this-link a .img-container {
    width: 15%;
    height: 100px;
    overflow: hidden;
}

.this-single-page .post-nav-links .nav-this-link a .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* SINGLE FACILITIES */
.details-table th {
    background: #57595F;
    border: 1px solid #FFFFFF;
    padding: 10px 0;
    color: #fff;
}
.details-table tr td {
    padding: 10px 10px;
    border-bottom: 1px solid #B1B3BD;
    border: 1px solid #EDEFF3;
}
.details-table tr th,
.details-table tr td:not(:first-child) {
    text-align: center;
}

#fancybox-title #fancybox-title-inside {
    text-align: left;
    color: #232426;
    font-size: 16px;
}				        
				        
.room-gallery #room-gallery {
    position: relative;
}

.room-gallery #room-gallery .owl-nav {
    position: absolute;
    top: 42%;
    width: 100%;
    margin-top: 0;
}

.room-gallery #room-gallery .owl-nav .owl-prev,
.room-gallery #room-gallery .owl-nav .owl-next {
    background: none;
    color: #282621;
    font-size: 19px;
}

.room-gallery #room-gallery .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
}

.room-gallery #room-gallery .owl-nav .owl-next {
    position: absolute;
    right: -40px;
}

.room-gallery a:hover img {
    transform: scale(1.1);
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.room-gallery .img-container {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.room-gallery .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



/* FOOTER */
.footerWrapper .fa,
.footerWrapper .fas,
.footerWrapper .fab {
	width: 20px;
	text-align: center;
}

.footerWrapper .content-footer {
	padding: 50px 0 30px;
}

.footerWrapper .content-footer ul {
    list-style-type: none;
    padding: 0;
}

.footerWrapper .content-footer ul li {
    padding: 10px 0;
}

.footerWrapper .content-footer ul li a {
    color: #232426;
}

.footerWrapper .content-footer .foot-title h3,
.footerWrapper .content-footer .foot-title h4,
.footerWrapper .content-footer .foot-title h5 {
	font-weight: 600;
	color: #232426;
	margin-top: 0;
	margin-bottom: 10px;
}

.footerWrapper .content-footer .logo img {
    width: 85px;
    margin-top: 45px;
}

.footerWrapper .content-footer .logo .socials {
    margin-top: 26px;
}

.footerWrapper .content-footer .logo .socials a {
    /*background-color: #fff;*/
    border-radius: 30px;
    color: #232426;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    width: inherit;
    font-size: 25px;
    text-align: center;
    margin-left: 30px;
}

@media only screen and (max-device-width: 1126px) {
    .footerWrapper .content-footer .logo .socials a {
        margin-left: 10px;
    }
}


.footerWrapper .content-footer .logo .socials a:hover {
	/*color: #fff;*/
	text-decoration: none;
}

.footerWrapper .content-footer .menu-quicklinks-container .menu {
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
	list-style: none;
}

.footerWrapper .content-footer .menu-quicklinks-container .menu li {
	padding-bottom: 8px;
}

.footerWrapper .content-footer .menu-quicklinks-container .menu li::before {
	content: "\f04b";
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	position: absolute;
	left: 3px;
	margin-top: 4px;
}

.footerWrapper .content-footer .menu-quicklinks-container .menu li a {
	color: #fff;
}

.footerWrapper .content-footer .menu-quicklinks-container .menu li:hover a,
.footerWrapper .content-footer .menu-quicklinks-container .menu li:hover::before
{
    color: #ffc165;
}

.footerWrapper .content-footer #contact-form .acf-field .acf-label {display: none;}
.footerWrapper .content-footer #contact-form .acf-field {
	margin-bottom: 10px;
}



/* ACCORDION */
.forMob { display: none; }
.forDesk { display: block; }
.footerWrapper .accordion {
    background-color: transparent;
    text-transform: inherit;
    color: #232426;
    cursor: pointer;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.footerWrapper .active,
.footerWrapper .accordion:hover,
.footerWrapper .accordion:focus,
.footerWrapper .accordion:active {
    background-color: transparent;
    padding: 0;
}

.footerWrapper .accordion h4:after {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #B1B3BD;
    float: right;
    margin-top: 5px;
}

.footerWrapper .active h4:after {
    content: "\f078";
}

.footerWrapper .panel {
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    border: none;
    box-shadow: none;
    transition: max-height 0.2s ease-out;
}

.footerWrapper .panel ul {
    margin: 0;
}

/* GOV FOOTER */
.govFooter .content-footer {
    background: #EDEFF3;
    padding: 50px 0 20px;
}

.govFooter .govLogo .govEach {
    display: flex;
    align-items: center;
    justify-content: center;
}

.govFooter .govLogo .govEach a {
    color: inherit;
}

.govFooter .govLogo img {
    max-width: 100%;
    width: 75%;
    filter: brightness(0.5);
}

.govFooter .govLogo .image {
    flex-basis: 25%;
}

.govFooter .govLogo .text {
    flex-basis: 75%;
}

.govFooter .govLogo .text p {
    margin: 0;
}

.govFooter .govLogo h5 {
    font-family: Times New Roman;
}

.govFooter .about_gov {
    margin-top: 26px;
}

#acf-form .acf-field[data-width]+.acf-field[data-width] {
    border: 0;
}

#acf-form .acf-field .acf-label label {
    font-weight: 500;
    margin: 0;
}

#acf-form .acf-field .acf-input .acf-notice {
    margin: 0;
}
#acf-form .acf-field .acf-input .acf-notice p {
    padding: 0;
}

#acf-form .acf-field .acf-input p {
    padding-top: 20px;
    font-weight: 600;
}

#acf-form .acf-input-wrap input,
#acf-form .acf-input textarea,
#acf-form .acf-input select
{
	background: transparent;
    border: 0;
    padding: 8px;
    border-bottom: 1px solid #232426;
    box-shadow: unset;
    outline: none;
    font-size: inherit;
}

.acf-input-wrap input::placeholder,
.acf-input textarea::placeholder {
    font-style: italic;
}

.footerWrapper .content-footer .contact p {
    padding: 0;
    margin: 0;
    color: #fff;
    padding-bottom: 12px;
}

.footerWrapper .col-pad {
    padding: 0 15px;
}

.footerWrapper .content-footer .forlogo  {position: relative; }
.footerWrapper .content-footer .copyright {
    margin-top: 25px;
    padding: 20px 0;
}

.footerWrapper .content-footer .copyright p,
.footerWrapper .content-footer .copyright p { margin-bottom: 0; }

.footerWrapper .content-footer .copyright .footerfl,
.footerWrapper .content-footer .copyright .footerfr {
    width: 50%;
    float: left;
}





@media only screen and (max-device-width: 768px) {
    .forMob { display: block; }
    .forDesk { display: none; }
    .footerWrapper .col-pad {
        padding: 0;
    }
    .footerWrapper .col-pad.text-align-right {
        text-align: center;
    }
    .footerWrapper .content-footer .logo .socials a {
        margin: 0 15px;
    }
    .footerWrapper .content-footer .logo img {
        margin-top: 25px;
    }
}


@media only screen and (max-device-width: 1218px) {
    .col-gov-1 .text {padding-left: 10px}
    .col-gov-1 {width: 40%;}
    .col-gov-2 {width: 5%;}
    .col-gov-3 {width: 25%;}
    .col-gov-4 {width: 0;}
}

@media only screen and (max-device-width: 1068px) {
    .col-gov-1 .text {padding-left: 15px}
    .col-gov-1 {width: 43%;}
    .col-gov-2 {width: 0;}
    .col-gov-3 {width: 27%;}
}

@media only screen and (max-device-width: 1000px) {
    .col-gov-1 .image {text-align: center;}
    .col-gov-1 {width: 100%; margin-bottom: 25px;}
    .col-gov-3 {width: 50%; padding-left: 0;}
    .col-gov-5 {width: 50%; padding-left: 0;}
}

@media only screen and (max-device-width: 768px) {
    .col-gov-3 {width: 100%}
    .col-gov-5 {width: 100%}
    .govFooter .about_gov {
        margin: 15px 0 20px;
    }

    .footerWrapper .content-footer .copyright .footerfl, 
    .footerWrapper .content-footer .copyright .footerfr {
        width: 100%;
        text-align: center;
    }

    .footerWrapper .content-footer .copyright .footerfl {
        margin-top: 25px;
    }
}



/* SEARCH */
.searchWrapper {
	padding: 50px 0 75px;
}
.pageContainer {
    line-height: 1.3;
    text-align: justify;
    display: table;
    width: 100%;
    padding-bottom: 33px;
}

/* CONTACT */
.contactWrapper #acf-form { margin-left: -15px; }
.contactWrapper #acf-form .-dismiss {
    margin-left: 15px;
    margin-right: 15px;
}

.contactWrapper #acf-form .acf-form-submit { margin-left: 15px; margin-bottom: 15px; }

.contactWrapper .acf-fields>.acf-field {
    margin-bottom: 15px;
    padding: 0 15px !important;
}

.contactWrapper .acf-field[data-width]+.acf-field[data-width] {
    border-left: none;
}

.contactWrapper .selection .select2-selection {
    border-color: #e9e9e9!important;
    background-color: #fafafa;
    border: 1px solid #e9e9e9;
    outline: none;
    border-radius: 0;
    height: 38px;
    width: 100%;
    padding: 4px 8px;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    color: #232426;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contactWrapper .selection .select2-selection .select2-selection__placeholder { font-style: italic; }

.contactWrapper .acf-input-prepend, .contactWrapper .acf-input-append {
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 8px;
    background: #f5f5f5;
    border: 1px solid #e9e9e9;
    min-height: 38px;
}

.contactWrapper.page-contact .right i {
    width: 20px;
}

.contactWrapper.page-contact .right h4 {
    margin: 20px 0 10px;
}
.contactWrapper.page-contact .right p {
    margin-bottom: 15px;
}

.contactWrapper.page-contact .right p,
.contactWrapper.page-contact .right a {
    color: #232426;
    font-weight: normal;
}

.contactWrapper.page-contact .right a:hover {
    color: #ffc165;
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.contactWrapper.page-contact .right iframe {
    border: 0;
    width: 100%;
    height: 250px;
    margin-top: 15px;
}

@media only screen and (max-device-width: 768px) {
    .contactWrapper.page-contact .right {
        border-top: 2px solid #fec165;
        margin: 25px 0;
        padding-top: 15px;
    }
}

/* PAGINATION */
.navigation.pagination {
    margin-top: 35px;
    width: 100%;
}

.navigation.pagination .nav-links { text-align: center; }

.navigation.pagination .page-numbers { 
    padding: 10px;
    font-weight: 700;
    border-radius: 4px;
    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;
}

.navigation.pagination .page-numbers.current { 
    color: #D2D4DB;
}

.navigation.pagination .page-numbers:hover {
    text-decoration: none;
    color: #D2D4DB;
    
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/* FOR DARK BACKGROUND */
.forDarkBG h1,
.forDarkBG h2,
.forDarkBG h3,
.forDarkBG h4,
.forDarkBG h5,
.forDarkBG h6,
.forDarkBG p,
.forDarkBG a { 
    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;
}

.forDarkBG a:hover {
    color: #ffc165;
	
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

/* SCROLL */
#wpfront-scroll-top-container {
    transform: rotate(90deg);
}

/* 404 */
.site-main-404 .row h1,
#main.site-main-404 a{
    color: #EB5757 !important;
}