/*
Theme Name:   iGov-child Theme
Description:  iGov Theme
Author:       Diego Pinlac | MYBUSYBEE INC.
Author URI:   mailto:diego@mybusybee.net
Template:     iGov 
Text Domain:  iGov-child 
*/

@import url("../iGov/style.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
/************************************ My  Responsive Core ******************************/

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




@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.js');



/* MyBusyBee Codes
-------------------------------------------------------------- */

body {
font-family: 'Lato', sans-serif;
line-height: 1.5;
font-size: 15px;
color: #0B0B0C;
text-align: left;
font-weight: 500;
height:100%;
word-break: keep-all!important;
-webkit-hyphens: none!important;
-ms-hyphens: none!important;
hyphens: none!important;
}


.fl { float: left; }
.fr { float: right; }
.clear { clear:both; visibility:hidden; height:0;}
div,h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0;}

h1,h2,h3,h4,h5,h6 {
font-family: 'Lato', sans-serif;
color: #464646;
font-weight: 700;
}

.breadcrumbs{
    padding: 23px 0px 5px 0px;
    /* text-transform: UPPERCASE; */
    letter-spacing: -0.10px;
    font-family: Lato, sans-serif;
    font-weight: 500;
    color: #687276;
    font-size: 13px;
}
*:focus {
outline: 0 !important;
outline: none !important;
}

b, strong {
font-family: 'Lato', sans-serif;
font-weight: 700;
}

a, a:active,
a:hover, a:visited {
color: #563A18;
} 
.dataTables_wrapper{
    font-family: 'Poppins', sans-serif;
    padding:20px 0px;
}
#offices_length, #dataTables_filter{
padding:10px 0px;
}
table th{
	background-color: #26619C;
	color: #fff;
	border: 1px solid #C4C4C4;
	font-family:  'Work Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600!important;
    
}
table{
		border: 0px solid #eee;
		line-height: 1.3;
		font-family: 'Work Sans', sans-serif;
}
table td {
    border: 0px solid #fffefe;
    font-family:  'Work Sans', sans-serif;
    padding: 6px 10px 6px 7px;
font-size: 15px;}
/*---------------Page Header------------*/
.pageHeader {
    height: 70vh;
    width: 100%;
    object-fit: cover;
    background-size: cover !important;
    background-position: left 35%!important;
    max-width: 100%;
    display: table;
    position: relative;
    overflow: hidden;
}
.pagebanner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 60px 10% 60px 10%;
  text-align: left;
}
.pageHeader h1 {
  text-transform: Capitalize;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  font-size: 61px;
  font-weight: 600;
  font-style:italic;
  margin: 0;
  color: #fff;
}
.pageWrapper {
     background-color: transparent;
    display: table-cell;
    vertical-align: initial;
    text-align: left;
    color: #fff;
    z-index: 8;
    position: relative;
}

/* ---------- Margin ---------- */

.padding-right-15 {
    padding-right: 15px;
}

.padding-left-15 {
    padding-left: 15px;
}

.margin-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-b-25 {
    margin-bottom: 25px;
}

/* ---------- Hidden ---------- */
.frontHidden {
    display: none;
}
/*.pagebanner-content h1 {*/
/*  display: none!important;*/
/*}*/
/*.pagebanner-content h1 {*/
/*  display: none!important;*/
/*}*/
.hidden-class {
    display:none;
}

.disable-edit input {
    pointer-events:none;
}

/* ---------- Button ---------- */
button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: #2B3E8C;
    border: none;
    border-bottom: unset;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    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;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    background: #4a5fbb;
    padding: 12px 24px;
    webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
    background: #4a5fbb;
    border: none;
    border-top: unset;
    padding: 12px 24px;
}

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

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

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

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

/* ---------- Container ---------- */

.one_half {
float: left;
margin-right: 4%;
width: 48%;
}

.one_third {
float: left;
margin-right: 4%;
width: 30.66%;
}

.one_fourth {
float: left;
margin-right: 4%;
width: 22%;
}

.one_fifth {
float: left;
width: 19.84%;
margin-right: 0.2%;
}

.one_sixth {
float: left;
width: 16.5%;
margin-right: 0.16%;
}

.two_third {
float: left;
margin-right: 4%;
width: 65.32%;
}

.three_fourth {
float: left;
width: 74%;
margin-right: 4%;
}

.last {
margin-right: 0;
}

::-webkit-input-placeholder {
font-style: italic;
color: #666666;
}

:-moz-placeholder { 
font-style: italic;
color: #666666;
}

::-moz-placeholder { 
font-style: italic;
color: #666666;
}

:-ms-input-placeholder {  
font-style: italic;
color: #666666;
}


/* ---------- Topbar and Auxiliary ---------- */

.topbar-wrapper {
background-color: #FFFFFF;
position: sticky;
z-index: 4;
width: 100%;
}

.topbar-container {
width: 80%;
margin: 0 auto;
}

.nav-menu li, .menu-auxiliary-menu-container li {
display: table-cell;
position: initial;
vertical-align: middle;
position: relative;
}

.nav-menu li a, .menu-auxiliary-menu-container li a {
font-size: 14px;
color: #000;
font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
padding: 0px 15px;
line-height: 58px;
white-space: nowrap;
display: block;
}

.menu-auxiliary-menu-container li a {
    color: #434343;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus,
.menu-auxiliary-menu-container li:hover > a,
.menu-auxiliary-menu-container li a:hover,
.menu-auxiliary-menu-container li:focus > a,
.menu-auxiliary-menu-container li a:focus {
background-color: unset;
color: #AB0524;
text-decoration: none;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, 
.nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a,
.menu-auxiliary-menu-container .current_page_item > a, .menu-auxiliary-menu-container .current_page_ancestor > a, 
.menu-auxiliary-menu-container .current-menu-item > a, .menu-auxiliary-menu-container .current-menu-ancestor > a {
color: #AB0524;
font-style: normal;
background-color: unset;
}

.menu-auxiliary-menu-container li:hover > a,
.menu-auxiliary-menu-container li a:hover,
.menu-auxiliary-menu-container li:focus > a,
.menu-auxiliary-menu-container li a:focus {
    color: #434343;
    border-bottom: 3px solid #72B25C;
    line-height: 40px;
}

.menu-auxiliary-menu-container .current_page_item > a, .menu-auxiliary-menu-container .current_page_ancestor > a, 
.menu-auxiliary-menu-container .current-menu-item > a, .menu-auxiliary-menu-container .current-menu-ancestor > a {
    color: #434343;
    border-bottom: 3px solid #72B25C;
    line-height: 40px;
}

li.menu-item-has-children a {
padding-right: 35px !important;
position: relative;
}

li.menu-item-has-children > a:after  {
content: '';
display: block;
width: 0;
height: 0;
border: 5px inset;
border-top-style: solid;
border-bottom-width: 0;
border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
margin-right: 15px;
position: absolute;
top: 50%;
right: 5px;
margin-top: -2px;
}

ul.nav-menu, div.nav-menu > ul {
margin: 0;
padding: 0;
}

ul#menu-auxiliary-menu {
margin: 0;
padding: 0;
}

ul.sub-menu li {
display: block;
position: relative;
}

.nav-menu .sub-menu, .nav-menu .children, .menu-auxiliary-menu-container .sub-menu, .menu-auxiliary-menu-container .children {
display: block;
background-color: #f7f7f7 !important;
border: none !important;
left: 0 !important;
border-top: 0;
padding: 0;
position: absolute;
z-index: 99999;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
}

.menu-auxiliary-menu-container .sub-menu ul,
.menu-auxiliary-menu-container .children ul {
border-left: 0;
left: 100%;
top: 0;
}

ul#menu-auxiliary-menu ul a,
ul#menu-auxiliary-menu ul ul a,
.nav-menu ul a,
.nav-menu ul ul a {
color: #000 !important;
width: 250px;
padding: 0px 15px;
line-height: 48px;
}

ul#menu-auxiliary-menu ul a:hover,
ul#menu-auxiliary-menu ul ul a:hover,
ul#menu-auxiliary-menu ul a:focus,
ul#menu-auxiliary-menu ul ul a:focus,
.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
background-color: #e4e4e4 !important;
}

ul#menu-auxiliary-menu li:hover > ul,
ul#menu-auxiliary-menu ul li:hover > ul,
ul#menu-auxiliary-menu .focus > ul,
ul#menu-auxiliary-menu .focus > ul {
clip: inherit;
overflow: inherit;
height: inherit;
width: inherit;
}

.nav-menu li.gov-menu a {
font-size: 19px;
font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}

.nav-menu li.gov-menu:hover > a {
background-color: transparent;
}

.topbar-fl {
float: left;
width: calc(100% - 284px);
margin-right: 20px;
}

.topbar-fr {float: right;text-align: right;width: auto;padding: 10px 10px 9px 10px;font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-size: 16px;font-weight: bold;border-left: 1px solid #EBEBEB;border-right: 1px solid #EBEBEB;}

.topbar-fr form {
float: left;
margin-right: 10px;
}


.topbar-fr form input[type="search"] {
-webkit-appearance: textfield;
padding: 8px;
width: 200px;
border: 1px solid #ddd;
font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
font-size: 14px;
}


button.a11y-toggle-contrast {
color: #000 !important;
background: transparent !important;
border: none !important;
padding: 3px 0;
}

.a11y-toolbar ul, span.aticon.aticon-adjust {
display: none;
}

.auxmenu-wrapper {
width: 100%;
background: #F3F3F3;
margin: 0 auto;
padding: 10px 0;
vertical-align: middle;
box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}

.auxmenu-container {
width: 80%;
margin: 0 auto;
}


/* ---------- Masthead ---------- */
#pst-container {
color: #434343;
padding: 13px 0px 14px;
font-family: "Roboto",sans-serif;
font-size: 13px;
line-height: 1.2;
text-align: right;
font-weight: 400;
}
/*------Archives---------*/
.post-type-archive  .list-articles .thumbnail img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    background: #fff;
    border: 1px solid #eee;
}
.post-type-archive .list-articles {
	padding: 10px 16px 10px 14px;
	border-bottom: 1px dashed #d7dcdd !important;
	margin: 8px 0px 3px 0px;
	background: #fcffff7d;
	font-size: 13px;
	border: 0px;
}

.post-type-archives .list-articles .title {
	font-size: 16px;
	line-height: 1.1;
	margin: 0px 0px 4px 0px;
	padding: 10px 0px;
	border-bottom: 2px solid #f7f8f8;
	color: #525284;
	letter-spacing: -0.8px;
	height: unset;
	border-top: none;
	background: unset;
}
.post-type-archive .list-articles .title a{
    	/* font-family: 'Roboto' !important; */
    	font-weight: 600;
    	font-size: 17px;
}
.post-type-archive .list-articles .read-more a {
	font-size: 14px;
	background: #00aeed;
	padding: 10px;
	margin: 14px 0px 10px 0px;
	color: #fff;
}

.post-type-archive.list-articles .read-more a:hover {
	background: #6aa9ffc9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.post-type-archive .list-articles .thumbnail img {
	width: 100%;
	height: 168px;
	object-fit: cover;
	background: #fff;
	border: 1px solid #eee;
}
.advisory-post h4 {
	font-size: 16px !important;
	margin: 0 0 10px 0px;
	color: #23708b;
	font-weight: 600;
	/* letter-spacing: -0.7px; */
	/* font-family: Solway, sans-serif; */
	text-transform: unset !important;
	font-family: 'Work Sans';
	/* color: #4f4f54; */
	text-align: left;
	line-height: 1.0;
	letter-spacing: -0.8px;
}
.advisory-post h4:hover{
    color:#3d92e9;
}
.advisories-container {
    height: 275px;
    overflow: auto;
    margin-bottom: 30px;
}
.advisory-post {
	padding: 10px 21px 4px 13px;
	border-bottom: 1px dotted #d2c9c9;
}

.home .advisory-post {
	padding: 19px 21px 25px 1px !important;
}

.advisory-post .excerpt {
	line-height: 1.3;
	font-size: 13px !important;
	margin: 0 0 4px;
}

.viewall {
	width: 100%;
	height: auto;
	/* border: 1px solid #b7b4ae;
     */
	padding: 10px 0px 10px 0px;
	margin: 4px 0px 4px 0px;
	border-radius: 3px;
	background: #ebebf1;
	border-bottom: 3px solid #b6bdc138;
	text-align: center;
	text-transform: UPPERCASE;
}

.viewall:hover {
	border-bottom: 3px solid #b6bdc138;
	background: #ffb817c9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #fff;
}
/* -----------------------------------------------------------
Sidebar Components
----------------------------------------------------------- */
.sidebarHeader {
    padding: 10px;
    background: #3d57a1;
    color: #16566e;
    font-family: 'Work Sans';
    text-transform: UPPERCASE;
    letter-spacing: unset;
    margin: 10px 0px 10px 0px;
    background: #eceeef;
    font-weight: 800;
}
.sidebar {
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 28px 0px;
}
.sidebar a:hover {
    text-decoration: none;
}
.sidebar a:active, .sidebar a{
   color: #396474;
   text-decoration: none;
    font-family: 'Work Sans';line-height: 1.1;
    
}
.sidebar .float-80 {
	font-size: 14px;
	font-weight: 500;
	padding: 10px;
	color: #08404e;
	cursor: pointer;
	border-bottom: 1px solid #d6dbdd;
	font-family: 'Work Sans', sans-serif;
}

.sidebarlinks .float-80:after {
	color: #303c41;
	display: inline-block;
	margin-left: 20.255em;
	vertical-align: 0;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.sidebar .panel-heading{
    background: #F9F9FA;
}
/* -----------------------------------------------------------
Sidebar Container
----------------------------------------------------------- */
.news-container::-webkit-scrollbar,
.advisories-container::-webkit-scrollbar,
.videos-container::-webkit-scrollbar {
	width: 11px;
}

.advisories-container,
.news-container,
.videos-container {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.videos-container::-webkit-scrollbar-track,
.advisories-container::-webkit-scrollbar-track,
.news-container::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
}

.videos-container::-webkit-scrollbar-thumb,
.advisories-container::-webkit-scrollbar-thumb,
.news-container::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG);
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG);
}
.date-posted{
    font-size:13px;
}
.category-list {
	margin: 0;
	padding: 0;
}

.category-list li {
	list-style: none;
	border-bottom: 1px solid #eee;
	margin: 5px 0px 0px 0px;
}

.category-list li a:hover {
	background-color: #00aeed;
	transition: 0.4s;
	color: #fff;
	text-decoration: none;
}
.category-list a.active{
    background-color: #00aeed;
    transition: 0.4s;
    color: #fff !important;
}
.category-list li a {
	padding: 8px 9px 8px 12px;
	width: 100%;
	display: table;
	text-align: left;
	font-size: 13px;
	font-family: 'Work Sans', sans-serif;
	color: #535879;
	margin-top: -6px;
	font-weight: 600;
	letter-spacing: -0.10px;
	text-transform: UPPERCASE;
	/* background: #d7dee075; */
	/* border-top-left-radius: 17px; */
	/* border-bottom-left-radius: 17px; */
}
/* ---------- Website Codes ---------- */

.site {
background-color: transparent;
max-width: 100%;
width: 100%;
border: none;
}

.site-main {
width: 100%;
} 

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

.entry-header, .entry-content, .entry-summary, .entry-meta {
max-width: 100%;
}


/* ---------- Agency Footer ---------- */

.agencyfooter-wrapper {

}

.agencyfooter-container {

}

/* ---------- Standard Footer ---------- */

.standardfooter-wrapper {
width: 100%;
font-family: roboto,sans-serif;
background: #efefef;
color: #505050;
font-size: 12px;
line-height: 1.6;
font-weight: 400;
background-image: url(images/bg-footer.png);
background-repeat: no-repeat;
background-position: left;
}

.standardfooter-container {
width: 80%;
margin: 0 auto;
padding: 40px 0;
}

.standardfooter-container a {
color: #292828;
}

footer.entry-meta {
    margin-top: 0;
}

.footerfl {
float: left;
width: 37%;
margin-right: 4%;
}

.imgleft {
float: left;
margin-right: 50px;
clear: both;
}

.standardfooter-container .title {
margin-bottom: 10px;
margin-bottom: 10px;
text-transform: uppercase;
font-size: 11px;
font-family: helvetica neue,helvetica,Helvetica,Arial,sans-serif;
font-weight: 700;
color: #505050;
}

.footermid {
float: left;
width: 28%;
margin-right: 4%;
}

.footerfr {
float: left;
width: 27%;
}

ul.gov-links {
margin: 0;
padding: 0;
list-style-type: none;
}


.copyright-wrapper {
    background: #f4f4f4;
}

.copyright-wrapper .copyright-container {
    padding: 10px 0;
    text-align: center;
}


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

.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 */
.banner-wrapper {
    position: relative;
}

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

.banner-wrapper #pageSlider .sliderImg .item-image { height: 250px; }

.bannerSlider {position: relative;}
.bannerSlider .caption {
    padding: 46px 0;
    width: 100%;
    position: absolute;
    margin: 0px;
    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: #211e1e63;
    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;
}

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

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

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

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

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

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

.bannerSlider .item .caption h6 {
    font-size: 20px;
    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;
}


/* head */
.web-logo .web-logo-container {
    margin-right: 25px;
    height: 58px;
}

.web-logo .web-logo-container img {
    height: 100%;
    width: auto;
}

.menu-auxiliary-menu-container {
    float: left;
}


.head-wrapper {
    margin: 65px 0 50px;
}

.head-wrapper .head-intro h2 {
    color: #2E427E;
    text-transform: uppercase;
}

.head-wrapper .head-intro h3 {
    color: #6D6D6D;
    font-weight: 400;
    font-size: 20px;
}

.head-icons {
    margin-top: 70px;
}

.head-icons .item .headIcon-container {
    text-align: center;
    height: 61px;
}

.head-icons .item .headIcon-container img {
    height: 100%;
    width: auto;
}

.head-icons .item .headIcon-title {
    margin-top: 15px;
    text-align: center;
}

.head-icons .item .headIcon-title p {
    margin-bottom: 0;
    font-weight: 500;
    color: #585859;
}




/* HOME */
.discovered-datasets {
    color: #fff;
    background: #223e5c; 
    padding: 50px 0 65px; 
    color: #fff;
}
.discovered-datasets h3 {
    color: #fff;
    text-align: center;
    font-size: 25px;
}

.discovered-datasets .charts {
    margin-top: 50px;
    /*margin-bottom: 200px;*/
}

.discovered-datasets .charts .data-title {
    font-size: 20px;
    font-weight: 600;
}



.caves-wetlands .item {
    background-repeat: no-repeat;
    background-size: cover;
}

.caves-wetlands .item .content-wrapper {
    padding: 80px 0;
}

.caves-wetlands .item .content-wrapper .site-content {
    height: 60vh;
}

.caves-wetlands .item .content-wrapper .site-content * {
    color: #fff;
}

.caves-wetlands .item .content-wrapper .site-content h3 {
    font-weight: 600;
    font-size: 25px;
}

.caves-wetlands .item .content-wrapper .site-content p {
    font-size: 18px;
    margin-top: 25px;
}

.caves-wetlands .item .content-wrapper .site-content .readmorebtn {
    margin-top: 35px;
}

.caves-wetlands .item .content-wrapper .site-content .readmorebtn a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 5px 25px;

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

.caves-wetlands .item .content-wrapper .site-content .readmorebtn a:hover,
.caves-wetlands .item .content-wrapper .site-content .readmorebtn a:active,
.caves-wetlands .item .content-wrapper .site-content .readmorebtn a:focus {
    background: #fff;
    color: #434343;
    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;
}

.defMain-content {
    padding-top: 75px;
    padding-bottom: 75px;
}

.defMain-content h1,
.defMain-content h2,
.defMain-content h3,
.defMain-content h4,
.defMain-content h5,
.defMain-content h6 {
    margin-bottom: 15px;
    color: #26619C;
}


/* Featured Caves - Wetlands */
.featured-caves-wetlands {
    margin-top: 70px;
}

.featured-caves-wetlands h2 {
    margin-bottom: 40px;
}

.banner-wrapper #featuredBanner .sliderImg,
.banner-wrapper #featuredBanner .sliderImg .tintContent {
    border-radius: 25px;
    overflow: hidden;
}
.banner-wrapper #featuredBanner .sliderImg .item-image {
    height: 300px;
}

.banner-wrapper #featuredBanner.bannerSlider .caption {
    padding: 35px 25px;
}

.banner-wrapper #featuredBanner.bannerSlider .caption .center-content {
    vertical-align: top;
    position: relative;
}

.banner-wrapper #featuredBanner.bannerSlider .caption .center-content .feat-title {
    position: absolute;
    top: 0;
    font-weight: 600;
    font-size: 20px;
}

.banner-wrapper #featuredBanner.bannerSlider .caption .center-content .feat-desc {
    position: absolute;
    top: 45%;
    font-size: 17px;
}

.banner-wrapper #featuredBanner a .item-image {
    

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

.banner-wrapper #featuredBanner a:hover .item-image,
.banner-wrapper #featuredBanner a:active .item-image,
.banner-wrapper #featuredBanner a:focus .item-image {
    transform: scale(1.1);

    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
/*Charts*/
.pie {
    width: 250px;
}
.line {
    width: 295px;
}
.flex-align{
    display:flex;
    align-items:center;
}
.data-title {
  border-bottom: 2px solid #666;
}



/* LIST PAGE */
.page-list {
    padding-top: 25px;
    padding-bottom: 30px;
}

.page-list .dataTables_length,
.page-list .dataTables_filter {
    margin-bottom: 15px;
}

.page-list #list {
    margin-bottom: 15px;
}

.page-list #list tr td {
    text-align: center;
}
.page-list #list tr td img {
    width: 100%;
}

.page-list #list tr td a {
    color: #123A62;
    font-weight: 600;
}

/* PARTNERS */
.cave-wrapper .cave {
    padding-top: 70px;
    padding-bottom: 70px;
}


/* CONTACT US */
.contact-us-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
}
.contact-us-wrapper .contact-us-container .acf-fields {
    margin: 0 -10px;
}

/* SINGLE CAVE - WETLAND */
/*updates */
.titlebackground {
    background: #26619C;
    margin-bottom: 3%;
}
h2.single-cave-title {
    color: #26619C;
    margin: 0 auto;
    padding: 10px 0;
    padding-top: 0;
    font-family: Poppins;
    font-weight: 600;
    border-bottom: 5px solid;
    font-size: 35px;
    margin-bottom: 25px;
}
.lg-img img {
    width: 100%;
    border-radius: 5px;
}
.cave-info {
    /*padding-bottom: 5%;*/
    /*border-bottom: 2px solid #c3c3c3;*/
}
.cave-info h3 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    color: #8D8D8D;
}
.cave-info h2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}
.cave-content {
    padding-top: 5%;
}
.cave-content p, .cave-content h3 {
    font-family: 'Poppins';
    font-weight: 400;
    color: #000;
    line-height: 34.16px;
}
.cave-gallery ul {
    list-style: none;
    padding: 0;
}
.cave-gallery {
    border-bottom: 2px solid #c3c3c3;
    padding-bottom: 2%;
}
.cave-gallery ul li {
    display:inline-block;
}
.cave-gallery ul li img {
    width: 200px;
    height: 100%;
    min-height: 150px;
    max-height: 150px;
    margin-right: 10px;
    box-shadow: 0px 0px 0px 1px #d5d5d5;
    border-radius: 5px;
}
.cave-gallery h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
}
.featured-caves-wetlands h2 {
    font-family: Poppins;
    font-weight: 600;
    color: #26619C;
    font-size: 20px;
}
/******/
.sngle {
    padding-top: 75px;
    padding-bottom: 75px;
}
.sngle .sngl-divider {
    border-bottom: 1px solid #C4C4C4;
    padding: 0 0 25px;
    margin: 0 0 25px;
}

.sngle .sngl-gallery .sliderGallery {
    width: 100%;
}
.sngle .sngl-gallery .sliderGallery.padding-right {
    padding-right: 30px;
}
.sngle .sngl-gallery .sliderGallery ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
    margin-top: 0;
}
.sngle .sngl-gallery .sliderGallery li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
    position: relative;
}
.sngle .sngl-gallery .sliderGallery img {
    display: block;
    height: 400px;
    max-height: 400px;
    width: 100%;
    object-fit: contain;
}
.sngle .sngl-gallery .sliderGallery .sliderCaption {
    position: absolute;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    bottom: 0;
    left: 50%;
    width: 100%;
    padding: 10px;
    transform: translate(-50%, 0);
    background-color: #211e1eba;
}

.sngle .sngl-gallery .sliderGallery .lSSlideOuter .lSPager.lSGallery img {
    height: 48.53px;
    object-fit: cover
}

.sngle .sngl-gallery .sliderGallery .no-prev img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 400px;
}

.sngle .sngl-gallery .sliderGallery .lSAction a {
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}

@media only screen and (max-device-width: 768px) {
    .sngle .sngl-gallery .sliderGallery {
        padding-right: 0;
        margin-bottom: 15px;
    }
}

.sngle .main-info .sngl-row {
    margin-bottom: 15px;
}

.sngle .main-info p {
    margin-bottom: 5px;
}

.sngle .main-info .title {
    color: #8D8D8D;
}

.sngle .main-info .value {
    font-weight: 600;
}




.sngle h3.sngl-divider-title {
    margin-bottom: 25px;
    font-size: 22px;
    color: #26619C;
}

.sngle .sngl-divider h2 {
    margin-bottom: 10px;
    font-size: 22px;
}
.sngle .sngl-divider h3 {
    margin-bottom: 10px;
    font-size: 18px;
}
.sngle .sngl-divider h4 {
    margin-bottom: 10px;
    font-size: 16px;
}
.sngle .sngl-divider h5 {
    margin-bottom: 10px;
    font-size: 15px;
}
.sngle .sngl-divider h6 {
    margin-bottom: 10px;
    font-size: 14px;
}

.sngle .sngl-overview {
    margin-top: 35px;
}
.sngle .sngl-overview p:last-child {
    margin-bottom: 0;
}


/* ACF */
.acf-fields > .acf-field {
    padding: 0 10px!important;
    margin-bottom: 15px!important;
    border-top: none!important;
}

.acf-field[data-width] + .acf-field[data-width] {
    border-left: none!important;
}

.acf-fields > .acf-field .acf-input input, 
.acf-fields > .acf-field .acf-input textarea,
.acf-fields > .acf-field .acf-input select {
    border-radius: 0 !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    background: #ededed !important;
    color: #000 !important;
    font-size: 14px !important;
    /*font-weight:bold;*/
}



/* LOGIN - REGISTRATION FORM */
#primary.page-login {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
}
.page-login .login-container {
    width: 40%;
    margin: 0 auto;
}

.page-login .login-container h1 {
    margin-bottom: 35px;
}
.page-login .login-container h2 {
    margin-bottom: 25px;
}
.page-login .login-container .login-username label,
.page-login .login-container .login-password label {
    margin-bottom: 15px;
}

.page-login .login-container h1,
.page-login .login-container h2,
.page-login .login-container h3,
.page-login .login-container p {
    color: #fff;
}
.page-login .login-container h3 {
    font-weight: normal;
}
.page-login .login-container a {
    color: #A7CEFF;
}
.page-login .login-container .login-username *,
.page-login .login-container .login-password * {
    display: block;
    width: 100%;
}

.page-login .login-container .login-username input,
.page-login .login-container .login-password input{
    border: 1px solid #FFFFFF;
    background: transparent;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
}

.page-login .login-container .this-login a,
.page-login .login-container .login-remember {
    display: inline-block;
    width: 50%;
}
.page-login .login-container .login-remember {
    text-align: right;
}
.page-login .login-container .login-submit {
    margin-bottom: 0;
}

.page-login .login-container .login-submit #wp-submit {
    background: #72B25C;
    display: block;
    width: 100%;
    border-radius: 5px;
}
.page-login .login-container .login-submit #wp-submit:hover,
.page-login .login-container .login-submit #wp-submit:active,
.page-login .login-container .login-submit #wp-submit:focus {
    background: #6ba158;
}
.page-login .login-container .this-register {
    text-align: center;
    margin-top: 50px;
}

.page-login .login-container .this-register p {
    color: #fff;
    margin-bottom: 0;
}


/* REGISTRATION FORM */
#primary.page-login.page-register.page-filter {
    background-color: #211e1e63;
}
#primary.page-login.page-register.page-filter #content {
    padding: 200px 0;
}
.page-login.page-register .login-container {
    width: 65%;
    margin: 0 auto;
}
.page-login.page-register .login-container .this-registration #acf-form {
    margin: 0 -10px;
}

.page-login.page-register .login-container .this-registration .acf-fields .acf-label label {
    color: #fff;
}

.page-login.page-register .login-container .this-registration .acf-fields .acf-input {
    margin-top: 15px;
}

.page-login.page-register .login-container .this-registration .acf-fields > .acf-field {
    float: left;
}

.page-login.page-register .login-container .this-registration .acf-fields > .acf-field .acf-input input, 
.page-login.page-register .login-container .this-registration .acf-fields > .acf-field .acf-input textarea {
    width: 100%;
}

.page-login.page-register .login-container .this-registration .acf-form-submit {
    margin-left: 10px;
    margin-top: 15px;
}
.page-login.page-register .login-container .this-registration .acf-fields .acf-input input{
    border-radius: 5px!important;
}
.page-login.page-register .acf-notice.-dismiss {
    margin: 5px 10px 15px!important;
}
.page-login.page-register .acf-notice p {
    color: inherit!important;
}


/* LOGGED IN USERS */
.loggedin-container .cave-inventory-container {
    margin-top: -100px;
    margin-bottom: 200px;
}
.loggedin-container .cave-inventory-container .item {
    padding: 0 15px;
}
.loggedin-container .cave-inventory-container a {
    background: #34BC71;
    color: #fff;
    display: block;
    padding: 100px 15px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}
.loggedin-container .cave-inventory-container a:hover,
.loggedin-container .cave-inventory-container a:active,
.loggedin-container .cave-inventory-container a:focus {
    background: #3ba76b;
    text-decoration: none;
    
    webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}




/* CREATE */
.form-container.data-container {
    background: #F0F0FC;
}

.form-container .data-wrapper {
    padding: 50px 0;
}

.form-container .data-wrapper .form-create {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
}

.form-container h2 {
    color: #444;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Montserrat;
}
.dms h4 {
    font-size: 15px;
    font-weight: 700;
    font-family: Montserrat;
}
#acf-form .bold_name label {
    font-weight: 700;
    font-family: Montserrat;
    font-size: 15px;
}
#acf-form label {
    font-size: 15px;
    font-weight: 400;
}
.visibility-hidden label {
    visibility:hidden;
}
.hidden-class label {
    display:none;
}


/*BMB FOOTER*/
.bmbfooter-wrapper {
  width: 100%;
  background: #33363B;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
}
.bmbicon {
  display: flex;
  border-bottom: 2px solid #fff;
  padding: 20px 0;
  justify-content: center;
}
.bmbicon img {
  /*width: 100%;*/
    height: 100%;
    max-height: 100px;
    object-fit: contain;
    margin-right: 20px;
}
.bmbinformation {
  border-bottom: 2px solid #fff;
  /*padding-bottom: 20px;*/
}
.bmbinformation h3 {
  font-size:16px;
  color: #fff;
  margin: 20px 0 10px 0;
}
.bmbinformation h4 {
  color: #fff;
  font-size: 15px;
}
.bmbinformation a {
    color:#59BFE2;
    font-size:16px;
}
.bmbinformation p {
    font-size:13px;
    color:#fff;
    margin:20px 0;
}
.denroffice h3, .agencies  h3 {
  color: #fff;
  font-size: 16px;
  margin: 20px 0 10px 0;
}
.denroffice ul, .agencies ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.denroffice li, .agencies li {
  padding: 5px 0;
}
.denroffice li a, .agencies li a {
  color: #59BFE2;
  font-size:14px;
}
.complaint h3, .denrcontact h3 {
  color: #fff;
  font-size: 16px;
  padding: 20px 0 10px;
  border-bottom: 2px solid #fff;
}
.contact-info h4 {
  color: #fff;
  font-size: 15px;
  padding: 20px 0;
}
.contact-info a {
  color: #59BFE2;
}
.contact-info h3 {
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
}
.youtube i {
  font-size: 2.5rem;
  color: #f00;
}
.facebook i {
    font-size: 2.5rem;
    color:#385898;
    margin-right:20px;
}
/*cave-committee*/
.cave-title,.wetland-title {
    text-align:center;
}
.cave-title h2{
    font-size:24px;
    margin-bottom:20px;
    font-family:Poppins;
    font-weight: 600;
}
.wetland-title h2 {
    font-size:24px;
    margin:20px 0;
    font-family:Poppins;
    font-weight: 600;
}
.partners {
  background: #e5e5e5;
  padding: 3% 0;
  text-align:center;
}
.cave-container img {
  padding: 5px 0;
}












/* ---------- Responsive ---------- */
@media screen and (max-width: 1280px) {
    .col-mid-50 {
    width: 100%;
    }
    .flex-align {
        justify-content:center;
        display:flex!important;
    }
}
@media screen and (max-width: 480px) {
    .flex-align {
        flex-direction:column;
    }
}